@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  font-family: sans-serif;
  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

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

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
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 {
  margin: 0.67em 0;
  font-size: 2em;
}

/**
* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  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;
}

/**
* 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 {
  /* 2 */
  margin: 0;
  color: inherit;
  /* 1 */
  font: inherit;
  /* 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 {
  padding: 0;
  border: 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
*    (include `-moz` to future-proof).
*/
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
* 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 {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
  border: 1px solid #c0c0c0;
}

/**
* 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 {
  /* 1 */
  padding: 0;
  border: 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;
}

/*****************************************************
  Foundation
*****************************************************/
/* -----------------------------------------------
  Web Font
----------------------------------------------- */
/* -----------------------------------------------
  Base
----------------------------------------------- */
html {
  font-size: calc(1em * .625);
}
html.-open {
  overflow: hidden;
}
html.-open [data-menu=overlay] {
  opacity: 0.5;
  pointer-events: auto;
  transition: opacity 0.4s;
}

[data-menu=overlay] {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
  word-wrap: break-word;
  min-width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #222;
  font: 500 1.6em/1.5 "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-word;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
* {
  box-sizing: border-box;
}

ul, ol, li, dd {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

p {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  p {
    font-size: 1.6rem;
  }
}

sub {
  bottom: -0.1em;
}

p:not([class*=c-lead]) + p {
  margin-top: 1em;
}

img {
  -webkit-touch-callout: none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input, textarea, select, button {
  font: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}
input[type=search]:focus {
  outline: none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  transition: 0.1s linear;
}

select {
  white-space: nowrap;
}

a {
  color: #222;
  text-decoration: none;
  opacity: 1;
  transition: 0.1s linear;
}
a:hover {
  color: #0097e0;
}

@media screen and (max-width: 375px) {
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 820px) {
  body {
    font-size: 1.6em;
  }

  a:hover {
    text-decoration: none;
  }
}
/*****************************************************
  Layout
*****************************************************/
/* =================================================
  Frame
================================================= */
.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}

.l-main {
  position: relative;
  flex-grow: 1;
  padding: 0 2rem 0;
}
@media screen and (max-width: 599px) {
  .l-main {
    padding: 0 15px;
  }
}
.l-main_contents {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
  padding: 0 0 12rem;
}
.l-main_primary {
  width: calc(100% - 26.8rem - 3.6rem);
}
.l-main_secondary {
  width: 26.8rem;
}
.l-main_secondary a {
  color: inherit;
}
@media screen and (max-width: 1024px) {
  .l-main_contents {
    display: block;
    margin: 0 auto;
  }
  .l-main_primary {
    width: auto;
  }
  .l-main_secondary {
    width: auto;
    padding-top: 4rem;
  }
}
@media screen and (max-width: 820px) {
  .l-main.-single, .l-main_contents {
    padding-bottom: 6rem;
  }
}

.l-container {
  margin-top: 50px;
  margin-bottom: 70px;
}
@media screen and (max-width: 820px) {
  .l-container {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 599px) {
  .l-container {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.l-content {
  position: relative;
  width: 100%;
  max-width: 108rem;
  margin: 0 auto;
}
.l-content:after {
  display: block;
  clear: both;
  content: "";
}

/* =================================================
  Header
================================================= */
.l-header {
  z-index: 3;
  position: relative;
  top: 0;
  width: 100%;
  height: 7rem;
  padding: 0 6rem;
  border-bottom: solid 1px #ebebeb;
  line-height: 1.4;
  transition: height 0.3s;
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 820px) {
  .l-header {
    height: 6rem;
    padding: 0 2rem;
  }
}
.l-header_inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.l-header_logo {
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .l-header_logo {
    width: 13.35rem;
  }
}
.l-header_logo a {
  display: block;
}
.l-header_logo a img {
  transition: 0.3s;
}
.l-header_logo a:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.l-header_logo img {
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease;
}
.l-header_nav_list {
  gap: 0 8rem;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-header_nav_list {
    gap: 0 4rem;
  }
}
.l-header_nav_list_item {
  font-size: 1.8rem;
  font-weight: bold;
}
.l-header_nav_list_item_link:hover {
  color: #0097e0;
}
.l-header_nav_sp {
  display: none;
}
.l-header_utility {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  transition: top 0.3s;
}
.l-header_utility_list {
  display: flex;
}
.l-header_utility_list_item {
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header_utility_lang {
  margin-left: 3rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header_utility_lang_img {
  margin-right: 1rem;
}
.l-header_utility_menu {
  display: none;
  margin-left: 3rem;
}
.l-header_utility_menu button {
  display: block;
  width: 3rem;
  height: 3rem;
  padding: 0;
  background: url(/files/user/images/common/ico_menu.svg) 50% 50%/3.1rem auto no-repeat;
  transition: 0.4s;
}
.l-header_utility_menu button::before {
  content: none;
}
.l-header_utility_menu button.-close {
  background: url(/files/user/images/common/ico_close.png) 50% 50%/3rem auto no-repeat;
  transition: 0.4s;
}
.l-header_utility_search {
  margin-left: 4.5rem;
  padding: 0;
}
.l-header_utility_search button {
  display: block;
  width: 30px;
  height: 30px;
  padding: 0;
  background: url(/files/user/images/common/ico_search.svg) 50% 50%/30px auto no-repeat;
  transition: 0.4s;
}
.l-header_utility_search button::before {
  content: none;
}
.l-header_utility_search button.-close {
  position: relative;
  background: url(/files/user/images/common/ico_search_re.svg) 50% 50%/30px auto no-repeat;
  transition: 0.4s;
}
.l-header_utility_search button.-close::after {
  display: block;
  position: absolute;
  bottom: -2.9rem;
  left: -1.4rem;
  width: 6rem;
  height: 2px;
  background: #0097e0;
  content: "";
}

@media screen and (max-width: 1024px) {
  .l-header_nav {
    display: none;
  }
  .l-header_utility_list {
    display: none;
  }
  .l-header_utility_lang {
    display: none;
  }
  .l-header_utility_search {
    display: none;
  }
  .l-header_utility_menu {
    display: block;
  }
}
/* =================================================
  Footer
================================================= */
.l-footer {
  position: relative;
  margin-top: 10rem;
  padding-right: 2rem;
  padding-bottom: env(safe-area-inset-bottom);
  padding-left: 2rem;
  background: #f1f6f6;
}
@media screen and (max-width: 820px) {
  .l-footer {
    margin-top: 7rem;
  }
}
.l-footer_container {
  display: flex;
  padding: 6rem 0;
}
@media screen and (max-width: 820px) {
  .l-footer_container {
    flex-direction: column;
  }
}
.l-footer_info {
  width: 34%;
  max-width: 40.8rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 820px) {
  .l-footer_info {
    width: 100%;
    max-width: 100%;
    padding-right: 0;
  }
}
.l-footer_info_logo {
  display: block;
  max-width: 24rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 820px) {
  .l-footer_info_logo {
    max-width: 15.7rem;
  }
}
.l-footer_info_logo img {
  transition: 0.3s;
}
.l-footer_info_logo:hover img {
  opacity: 0.7;
  transition: 0.3s;
}
.l-footer_info_logo_text {
  margin-top: 1rem;
  font-size: 1.2rem;
  text-align: center;
}
.l-footer_info_name {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .l-footer_info_name {
    display: none;
  }
}
.l-footer_info_name.-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .l-footer_info_name.-sp {
    display: block;
    margin-top: 4.2rem;
  }
}
.l-footer_info_address {
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .l-footer_info_address {
    display: none;
    font-size: 1.3rem;
  }
}
.l-footer_info_address.-sp {
  display: none;
}
@media screen and (max-width: 820px) {
  .l-footer_info_address.-sp {
    display: block;
  }
}
.l-footer_content {
  width: 66%;
}
@media screen and (max-width: 820px) {
  .l-footer_content {
    width: 100%;
  }
}
.l-footer_nav {
  margin-bottom: 3rem;
}
@media screen and (max-width: 599px) {
  .l-footer_nav {
    margin-bottom: 4rem;
  }
}
.l-footer_nav_main {
  margin-bottom: 5rem;
  font-style: 1.8rem;
  font-weight: bold;
}
.l-footer_nav_sub.c-grid {
  gap: 1.5rem 2.4rem;
}
@media screen and (max-width: 820px) {
  .l-footer_nav_sub_item {
    font-size: 1.4rem;
  }
}
.l-footer_lower {
  display: flex;
  margin-top: 3rem;
}
@media screen and (max-width: 820px) {
  .l-footer_lower {
    margin-top: 5rem;
  }
}
.l-footer_lower_sns {
  gap: 0 2rem;
  display: flex;
  width: 15.2rem;
}
@media screen and (max-width: 820px) {
  .l-footer_lower_sns {
    margin-right: 2rem;
  }
}
.l-footer_lower_mark {
  gap: 0 1rem;
  display: flex;
  padding: 1rem 0;
  background-color: #fff;
}
.l-footer_bottom {
  position: relative;
  margin: 0 -2rem;
  padding: 1rem 0;
  border-top: solid 1px #e3e8e8;
  background: #fff;
}
.l-footer_mark {
  gap: 0 1rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 2rem;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-footer_mark {
    display: none;
  }
}
.l-footer_copyright {
  display: block;
  padding: 2.5rem 0;
  color: #666;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .l-footer_copyright {
    padding: 0;
  }
}
@media screen and (max-width: 820px) {
  .l-footer_copyright {
    font-size: 1.3rem;
  }
}
.l-footer_pagetopBtn {
  display: block;
  z-index: 1;
  position: fixed;
  right: 2rem;
  bottom: 10rem;
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  opacity: 1;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .l-footer_pagetopBtn {
    bottom: 9rem;
  }
}
.l-footer_pagetopBtn:after {
  display: block;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  border-radius: 50%;
  background: #cdd1d1 url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/16px no-repeat;
  content: "";
}
.l-footer_pagetopBtn:hover {
  opacity: 0.85;
  transition: 0.3s;
}
.l-footer_pagetopBtn.-hide {
  opacity: 0;
  pointer-events: none;
  transition: 0.4s;
}

/* =================================================
  Navigation
================================================= */
.l-menu {
  display: none;
  position: absolute;
  top: 7rem;
  right: 0;
  width: 37.5rem;
  padding: 0 2rem;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .l-menu {
    top: 6rem;
  }
}
@media screen and (max-width: 599px) {
  .l-menu {
    width: 100%;
    height: calc(100vh - 6rem);
  }
}
.l-menu_list_item + .l-menu_list_item {
  border-top: solid 1px #ebebeb;
}
.l-menu_list_item_link {
  display: block;
  position: relative;
  padding: 2.2rem 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.l-menu_list_item_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.1rem;
  margin-left: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}
.l-menu_utility_list {
  display: flex;
  border-top: solid 1px #ebebeb;
}
.l-menu_utility_list_item {
  padding: 5rem 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.l-menu_utility_list_item_link {
  display: flex;
  align-items: center;
}
.l-menu_utility_list_item_link::after {
  -webkit-transform: translateY(-0.1rem) rotate(-45deg);
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto 1rem;
  transform: translateY(-0.1rem) rotate(-45deg);
  border-right: 2px solid #0097e0;
  border-bottom: 2px solid #0097e0;
  content: "";
}
.l-menu_search {
  display: flex;
  align-items: center;
  margin-bottom: 4rem;
  border: solid 2px #0097e0;
  border-radius: 0.6rem;
}
.l-menu_search_input {
  width: 100%;
  padding: 1.22rem;
  border: none;
  border-radius: 0.6rem;
  font-size: 1.4rem;
}
.l-menu_search_input::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
}
.l-menu_search_input::-moz-placeholder {
  color: #999;
  font-weight: bold;
}
.l-menu_search_submit {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  border-radius: 0.6rem;
  background-color: #fff;
}
.l-menu_search_icon {
  -webkit-transform: translateY(0.3rem);
          transform: translateY(0.3rem);
}

.l-search {
  display: none;
  position: absolute;
  top: 12rem;
  right: 4.4rem;
  width: 40rem;
  border-radius: 0.6rem;
}
.l-search_inner {
  border-radius: 0.6rem;
  background: #fff;
}

/* =================================================
  .l-section
================================================= */
.l-section.-full {
  margin: 0 -2rem;
  padding: 8rem 4rem 6rem;
}
.l-section.-full + .l-section.-full {
  margin-top: 0;
}
.l-section.-border {
  border-top: 1px solid #ebebeb;
}
.l-section.-border:not([class*=-full]) {
  padding-top: 6rem;
}
.l-section.-var02 {
  background: #f5f7f8;
}
.l-section.-var03 {
  background: #263238;
  color: #fff;
}
.l-section > .l-section {
  margin-top: 20px;
}
.l-section + .l-section {
  margin-top: 10rem;
}
@media screen and (max-width: 820px) {
  .l-section.-full {
    margin: 0 -1.5rem;
    padding: 4.5rem 1.5rem 4rem;
  }
  .l-section.-var02 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .l-section + .l-section {
    margin-top: 40px;
  }
}

/* =================================================
  .l-article
================================================= */
.l-article {
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .l-article {
    margin-bottom: 30px;
  }
}
.l-article:before {
  z-index: -1;
  position: absolute;
  top: -130px;
  left: 0;
  width: 100%;
  height: 414px;
  background-color: #0097e0;
  content: "";
}
.l-article_inner {
  max-width: 108rem;
  margin: 0 auto 60px;
  padding: 50px 78px 70px;
  border-radius: 8px;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .l-article_inner {
    margin: 0 auto 40px;
    padding: 20px 20px 30px;
  }
}
@media screen and (max-width: 599px) {
  .l-article_inner {
    padding: 20px 10px 30px;
  }
}
.l-article_footer {
  display: flex;
  justify-content: flex-end;
}
.l-article .categoryList {
  margin: 30px 0 20px;
}

/* =================================================
  .l-localnav
================================================= */
.l-localnav {
  border-bottom: 1px solid #ebebeb;
  line-height: 1.5;
}
.l-localnav a {
  color: inherit;
}
.l-localnav_heading {
  margin: 0;
  padding: 2.3rem 3rem 2.3rem 5rem;
  background: #0097e0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
}
.l-localnav_heading_link {
  display: block;
  position: relative;
  margin: -2.3rem -3rem -2.3rem -5rem;
  padding: 2.3rem 4rem 2.3rem 5rem;
}
.l-localnav_heading_link::before {
  display: block;
  position: absolute;
  top: 1.8em;
  left: 2.5rem;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: currentColor;
  content: "";
}
.l-localnav_heading_link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.l-localnav_list {
  border-top: 1px solid #ebebeb;
  font-size: 1.5rem;
  font-weight: 400;
}
.l-localnav_list .l-localnav_list {
  display: none;
}
.l-localnav_list .l-localnav_list .l-localnav_item_link {
  padding-left: 7.5rem;
}
.l-localnav_list .l-localnav_list .l-localnav_list .l-localnav_item_link {
  padding-left: calc(7.5rem + 1em);
}
.l-localnav_item + .l-localnav_item {
  border-top: 1px solid #ebebeb;
}
.l-localnav_item_link {
  display: block;
  position: relative;
  padding: 1.3rem 3rem 1.3rem 5rem;
}
.l-localnav_item_link:not([href]) .l-localnav_item_label::before {
  content: none;
}
.l-localnav_item_link.-external .l-localnav_item_label::after {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.8rem;
  background: url(/files/user/images/common/ico_external.svg) 50% 50%/contain no-repeat;
  content: "";
}
.l-localnav_item_link:hover {
  text-decoration: none;
  opacity: 0.6;
}
.l-localnav_item_link.-active {
  background-color: #f1f6f6;
}
.l-localnav_item_label {
  display: inline-block;
  position: relative;
}
.l-localnav_item_label::before {
  display: block;
  position: absolute;
  top: 0.4em;
  left: -2.5rem;
  width: 1rem;
  height: 1rem;
  margin: auto 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #0097e0;
  content: "";
}
@media screen and (max-width: 820px) {
  .l-localnav_heading {
    padding: 2.3rem 2rem 2.3rem 4rem;
  }
  .l-localnav_heading_link {
    margin: -2.3rem -2rem -2.3rem -4rem;
    padding: 2.3rem 2rem 2.3rem 4rem;
  }
  .l-localnav_heading_link::before {
    left: 1.5rem;
  }
  .l-localnav_list .l-localnav_list .l-localnav_item_link {
    padding-left: 6.5rem;
  }
  .l-localnav_list .l-localnav_list .l-localnav_list .l-localnav_item_link {
    padding-left: calc(6.5rem + 1em);
  }
  .l-localnav_item + .l-localnav_item {
    border-top: 1px solid #ebebeb;
  }
  .l-localnav_item_link {
    padding: 1.3rem 2rem 1.3rem 4rem;
  }
}

/* =================================================
  .l-breadcrumb
================================================= */
.l-breadcrumb {
  position: relative;
  max-width: 108rem;
  margin: 0 auto;
  padding: 5rem 0;
}
@media screen and (max-width: 1200px) {
  .l-breadcrumb {
    padding: 5rem 2rem;
  }
}
@media screen and (max-width: 820px) {
  .l-breadcrumb {
    padding: 3.6rem 2rem;
  }
}
.l-breadcrumb.-var02 {
  background: #263238;
  color: #fff;
}
.l-breadcrumb_list {
  display: flex;
  flex-wrap: wrap;
}
.l-breadcrumb_item {
  font-size: 1.3rem;
  line-height: 1.5;
}
.l-breadcrumb_item + .l-breadcrumb_item::before {
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin: auto 1rem;
  -webkit-transform: translateY(-0.1rem) rotate(-45deg);
          transform: translateY(-0.1rem) rotate(-45deg);
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  content: "";
}
.l-breadcrumb_item a {
  position: relative;
  color: #0097e0;
}
.l-breadcrumb_item a:hover {
  text-decoration: underline;
}
.l-breadcrumb_item a:not([href]) {
  pointer-events: none;
}

/* =================================================
  .l-pageHeader
================================================= */
.l-pageHeader {
  padding: 0 4rem;
  background: #f1f6f6;
}
.l-pageHeader_title {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 108rem;
  min-height: 10rem;
  margin: 0 auto;
  padding: 3rem 0;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.3;
}
.l-pageHeader_title::before {
  min-height: inherit;
  font-size: 0;
  content: "";
}
.l-pageHeader_title span {
  display: inline-block;
}
.l-pageHeader_title span span {
  line-height: 1.75;
}
@media screen and (max-width: 820px) {
  .l-pageHeader {
    padding: 0 1.5rem;
  }
  .l-pageHeader_title {
    min-height: 6.6rem;
    padding: 1.5rem 0;
    font-size: 2.4rem;
  }
}

/*****************************************************
  Component
*****************************************************/
/* -----------------------------------------------
  .c-btn
----------------------------------------------- */
.c-btn {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 4rem;
  padding: 14px 30px 13px 30px;
  border-radius: 6px;
  background: #0097e0;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
@media screen and (max-width: 820px) {
  .c-btn {
    padding: 13px 30px 12px 30px;
    font-size: 13px;
  }
}
@media screen and (max-width: 599px) {
  .c-btn {
    padding: 12px 30px 11px 30px;
  }
}
.c-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
.c-btn_label {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 1px;
  color: #fff;
  line-height: 1.5;
  text-align: left;
}
.c-btn_label::after {
  display: block;
  position: absolute;
  right: -20px;
  width: 16px;
  height: 16px;
}
.c-btn_label.-external::after {
  background: url(/files/user/images/common/ico_external_02.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn_label.-pdf::after {
  background: url(/files/user/images/common/ico_pdf_02.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn_label.-next::after {
  background: url(/files/user/images/common/ico_arrow_02.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn_label.-prev::after {
  right: auto;
  left: -20px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/files/user/images/common/ico_arrow_02.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn_label.-mail {
  flex-direction: row;
}
.c-btn_label.-mail::before {
  left: 0;
  flex-shrink: 0;
  width: 24px;
  height: 18px;
  margin-right: 10px;
  background: url(/files/user/images/common/ico_mail_02.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn_label.-none::after {
  display: none;
  content: "";
}
.c-btn_label .-sub {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (max-width: 820px) {
  .c-btn_label .-sub {
    font-size: 11px;
  }
}
.c-btn.-inline {
  display: inline-table;
  min-width: 0;
  margin-top: 0;
  margin-left: 2rem;
}
.c-btn.-flex {
  display: table;
  min-width: 300px;
}
@media screen and (max-width: 820px) {
  .c-btn.-flex {
    min-width: 280px;
  }
  .c-btn.-flex .c-btn_label {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .c-btn.-flex {
    min-width: 260px;
  }
}
.c-btn.-small, .c-btn.-medium, .c-btn.-large {
  width: 100%;
}
.c-btn.-small {
  min-width: 1px;
  max-width: 120px;
  padding: 10px 30px 11px;
  font-size: 13px;
}
@media screen and (max-width: 820px) {
  .c-btn.-small {
    padding: 9px 30px 10px;
  }
}
@media screen and (max-width: 599px) {
  .c-btn.-small {
    padding: 8px 30px 9px;
  }
}
.c-btn.-medium {
  min-width: 1px;
  max-width: 200px;
}
.c-btn.-large {
  max-width: 32em;
}
.c-btn.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn.-right {
  margin-left: auto;
}
.c-btn.-low .c-btn_label {
  min-height: 0;
}
.c-btn.-disable {
  background: #f5f5f5;
}
.c-btn.-disable .c-btn_label {
  color: #999;
}
.c-btn.-disable .c-btn_label.-next::after {
  background: url(/files/user/images/common/ico_arrow_03.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn.-disable02 {
  background: #f5f5f5;
}
.c-btn.-disable02 .c-btn_label {
  color: #0097e0;
}
.c-btn.-disable02 .c-btn_label.-next::after {
  background: url(/files/user/images/common/ico_arrow_03.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn.-red {
  border: 2px solid #ff7676;
  background-color: #ffe3e3;
}
.c-btn.-red .c-btn_label {
  color: #ff7676;
}
.c-btn.-red .c-btn_label.-next::after {
  background: url(/files/user/images/common/ico_arrow_04.svg) 50% 50% no-repeat;
  content: "";
}
.c-btn.c-grid_col {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
}

.c-btn02 {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 6rem;
  padding: 10px 30px;
  border-radius: 30px;
  background: #fff;
  color: #0097e0;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.2s linear;
}
.c-btn02:hover {
  background: #eceff1;
  text-decoration: none;
}
.c-btn02_label {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  min-height: 30px;
  color: #0097e0;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.c-btn02_label::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0px;
  width: 6px;
  height: 6px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-top: 2px solid #0097e0;
  border-right: 2px solid #0097e0;
  content: "";
}
.c-btn02.-flex {
  display: table;
  min-width: 360px;
}
@media screen and (max-width: 1024px) {
  .c-btn02.-flex {
    width: 100%;
    min-width: 0;
    max-width: 300px;
  }
  .c-btn02.-flex .c-btn02_label {
    display: flex;
  }
}
@media screen and (max-width: 599px) {
  .c-btn02.-flex {
    max-width: 250px;
  }
}
.c-btn02.-center {
  margin-right: auto;
  margin-left: auto;
}
.c-btn02.-mini {
  width: 120px;
  min-width: 120px;
  margin-top: 30px;
  padding: 0 15px;
  border: solid 1px #0097e0;
}
.c-btn02.-mini .c-btn02_label {
  font-size: 12px;
  font-weight: 400;
}
.c-btn02.-mini .c-btn02_label:after {
  width: 6px;
  height: 6px;
  border-top: 1px solid #254678;
  border-right: 1px solid #254678;
}

/* -----------------------------------------------
  title
----------------------------------------------- */
.c-iconTitle {
  margin-top: 0;
  margin-bottom: 30px;
  color: #0097e0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .c-iconTitle {
    margin-left: 2.1em;
    font-size: 21px;
    text-indent: -2.1em;
  }
}
.c-iconTitle_wrap {
  text-align: center;
}
.c-iconTitle img {
  flex-shrink: 0;
  width: 33px;
  height: 31px;
  margin-right: 8px;
}
.c-iconTitle.-small {
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .c-iconTitle.-small {
    font-size: 18px;
  }
}
.c-iconTitle.-small img {
  width: 24px;
  height: 24px;
}
.c-iconTitle .-category {
  color: #00B3E1;
}

.c-titleLvOne {
  margin: 0 0 14px;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .c-titleLvOne {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 599px) {
  .c-titleLvOne {
    font-size: 2rem;
  }
}

.c-titleLvTwo {
  position: relative;
  margin-bottom: 6rem;
  padding: 1.1rem 3rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 2.88rem;
  font-weight: bold;
  line-height: 1.3;
}
.c-titleLvTwo::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  margin: auto 0;
  background: #0097e0;
  content: "";
}
@media screen and (max-width: 820px) {
  .c-titleLvTwo {
    margin-bottom: 4.5rem;
    font-size: 2.6rem;
  }
}

.c-titleLvThree {
  margin-bottom: 6rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #0097e0;
  font-size: 2.16rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .c-titleLvThree {
    font-size: 2.2rem;
  }
}

.c-titleLvFour {
  margin-bottom: 2.22rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .c-titleLvFour {
    font-size: 2rem;
  }
}

.c-titleLvFive {
  max-width: 640px;
  margin: 0 auto 20px auto;
  padding: 14px 20px;
  border-radius: 24px;
  background: #EFF8FB;
  color: #0097e0;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-titleLvFive {
    margin: 32px 0 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .c-titleLvFive {
    margin: 30px 0 15px;
    font-size: 15px;
  }
}

/* -----------------------------------------------
  .c-lead
----------------------------------------------- */
.c-lead {
  margin-top: 14px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 820px) {
  .c-lead {
    margin-top: 10px;
    font-size: 16px;
  }
}
@media screen and (max-width: 599px) {
  .c-lead {
    font-size: 14px;
  }
}

/* -----------------------------------------------
  .c-blockquote
----------------------------------------------- */
.c-blockquote {
  position: relative;
  margin: 0;
  padding: 32px;
  background: #f5f5f5;
  color: #0097e0;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
.c-blockquote::before {
  position: absolute;
  top: 10px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url(/files/user/images/common/ico_quote_b.svg) 50% 50%/contain no-repeat;
  content: "";
}
@media screen and (max-width: 820px) {
  .c-blockquote::before {
    left: 15px;
  }
}
@media screen and (max-width: 599px) {
  .c-blockquote::before {
    left: 10px;
  }
}
.c-blockquote::after {
  position: absolute;
  right: 20px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background: url(/files/user/images/common/ico_quote_a.svg) 50% 50%/contain no-repeat;
  content: "";
}
@media screen and (max-width: 820px) {
  .c-blockquote::after {
    right: 15px;
  }
}
@media screen and (max-width: 599px) {
  .c-blockquote::after {
    right: 10px;
  }
}
@media screen and (max-width: 820px) {
  .c-blockquote {
    padding: 30px;
  }
}
@media screen and (max-width: 599px) {
  .c-blockquote {
    padding: 28px;
  }
}

/* -----------------------------------------------
  .c-figure
----------------------------------------------- */
.c-figure {
  width: 100%;
  margin: 40px auto;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-figure {
    margin: 30px auto;
  }
}
.c-figure_w800 {
  max-width: 800px;
}
@media screen and (max-width: 820px) {
  .c-figure_w800 {
    max-width: 100%;
  }
}
.c-figure_w700 {
  max-width: 700px;
}
@media screen and (max-width: 820px) {
  .c-figure_w700 {
    max-width: 100%;
  }
}
.c-figure_w600 {
  max-width: 600px;
}
@media screen and (max-width: 820px) {
  .c-figure_w600 {
    max-width: 100%;
  }
}
.c-figure_w500 {
  max-width: 500px;
}
@media screen and (max-width: 820px) {
  .c-figure_w500 {
    max-width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .c-figure_w80per {
    width: 80%;
  }
  .c-figure_w70per {
    width: 70%;
  }
  .c-figure_w60per {
    width: 60%;
  }
}
.c-figure_img {
  border-radius: 8px;
}
.c-figure_img + .c-figure_img {
  margin-top: 15px;
}
@media screen and (max-width: 599px) {
  .c-figure_img + .c-figure_img {
    margin-top: 10px;
  }
}
.c-figure_caption {
  display: table;
  margin: 15px auto 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-figure_caption {
    margin: 10px auto 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 820px) {
  .c-figure img {
    width: auto;
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .c-imgList
----------------------------------------------- */
.c-imgList.-horizontal {
  margin: 0 0 -1rem;
  font-size: 0;
}
.c-imgList.-horizontal .c-imgList_item {
  display: inline-block;
  margin: 0 1rem 1rem 0;
}
.c-imgList_item {
  text-align: center;
}
.c-imgList_item > a {
  display: block;
}
.c-imgList_item > a + .c-imgList_caption {
  margin: 1.5rem 0 0;
}
.c-imgList_item > img ~ .c-imgList_caption {
  margin: 1.5rem 0 0;
}
.c-imgList_caption {
  display: table;
  margin: 0 auto 1.5rem;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .c-imgList_item img {
    max-width: 100%;
  }
}

/* -----------------------------------------------
  .c-imageUnit
----------------------------------------------- */
.c-imageUnit {
  zoom: 1;
  overflow: hidden;
}
.c-imageUnit + .c-imageUnit {
  margin-top: 40px;
}
.c-imageUnit_text {
  zoom: 1;
  overflow: hidden;
}
.c-imageUnit_image {
  max-width: 30.6rem;
  margin: 0;
  text-align: center;
}
.c-imageUnit_image_caption {
  display: table;
  margin: 2rem auto 0;
  font-size: 16px;
  line-height: 1.8;
}
.c-imageUnit.-parallel .c-imageUnit_text {
  overflow: visible;
}
.c-imageUnit.-parallel .c-imageUnit_image {
  margin-bottom: 30px;
}
@media screen and (max-width: 599px) {
  .c-imageUnit.-parallel .c-imageUnit_image {
    margin-bottom: 25px;
  }
}
.c-imageUnit.-imageL .c-imageUnit_image {
  margin-right: 4rem;
  float: left;
}
.c-imageUnit.-imageR .c-imageUnit_image {
  margin-left: 4rem;
  float: right;
}
@media screen and (max-width: 820px) {
  .c-imageUnit.-rtl[data-grid-col*="-1-"] {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl[data-grid-col*="-1-"] .c-imageUnit_image {
    max-width: 300px;
    margin: 25px auto 0;
  }
  .c-imageUnit[data-grid-col*="-1-"] .c-imageUnit_image {
    max-width: none;
    max-width: 300px;
    margin: 0 auto 25px;
    float: none;
  }
  .c-imageUnit[data-grid-col*="-1-"] .c-imageUnit_image img {
    width: auto;
  }
}
@media screen and (max-width: 599px) {
  .c-imageUnit {
    margin-bottom: 0;
  }
  .c-imageUnit.-rtl[data-grid-col$="-1"] {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .c-imageUnit.-rtl[data-grid-col$="-1"] .c-imageUnit_image {
    margin: 25px auto 0 auto;
  }
  .c-imageUnit[data-grid-col$="-1"] .c-imageUnit_image {
    max-width: 300px;
    margin: 0 auto 25px auto;
    float: none;
  }
  .c-imageUnit[data-grid-col$="-1"] .c-imageUnit_image img {
    width: auto;
  }
}

/* -----------------------------------------------
  .c-btnList
----------------------------------------------- */
.c-btnList {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 -24px -24px;
}
.c-btnList + .c-btnList {
  margin-top: 24px;
}
.c-btnList_item {
  margin: 0 0 24px 24px;
}
.c-btnList_item_link {
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0;
}
.c-btnList.-btnCenter {
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .c-btnList[data-grid-col^="1-"] > .c-btnList_item {
    width: calc(100% / (1 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="2-"] > .c-btnList_item {
    width: calc(100% / (2 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="3-"] > .c-btnList_item {
    width: calc(100% / (3 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="4-"] > .c-btnList_item {
    width: calc(100% / (4 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="5-"] > .c-btnList_item {
    width: calc(100% / (5 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="6-"] > .c-btnList_item {
    width: calc(100% / (6 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="7-"] > .c-btnList_item {
    width: calc(100% / (7 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="8-"] > .c-btnList_item {
    width: calc(100% / (8 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="9-"] > .c-btnList_item {
    width: calc(100% / (9 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="10-"] > .c-btnList_item {
    width: calc(100% / (10 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="11-"] > .c-btnList_item {
    width: calc(100% / (11 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col^="12-"] > .c-btnList_item {
    width: calc(100% / (12 + 0.001) - 24px);
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .c-btnList[data-grid-col*="-1-"] > .c-btnList_item {
    width: calc(100% / (1 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-2-"] > .c-btnList_item {
    width: calc(100% / (2 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-3-"] > .c-btnList_item {
    width: calc(100% / (3 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-4-"] > .c-btnList_item {
    width: calc(100% / (4 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-5-"] > .c-btnList_item {
    width: calc(100% / (5 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-6-"] > .c-btnList_item {
    width: calc(100% / (6 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-7-"] > .c-btnList_item {
    width: calc(100% / (7 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-8-"] > .c-btnList_item {
    width: calc(100% / (8 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-9-"] > .c-btnList_item {
    width: calc(100% / (9 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-10-"] > .c-btnList_item {
    width: calc(100% / (10 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-11-"] > .c-btnList_item {
    width: calc(100% / (11 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col*="-12-"] > .c-btnList_item {
    width: calc(100% / (12 + 0.001) - 24px);
  }
}
@media screen and (max-width: 820px) {
  .c-btnList {
    margin: 0 0 -24px -24px;
  }
  .c-btnList + .c-btnList {
    margin-top: 24px;
  }
  .c-btnList_item {
    margin: 0 0 24px 24px;
  }
  .c-btnList[data-grid-col$="-1"] > .c-btnList_item {
    width: calc(100% / (1 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-2"] > .c-btnList_item {
    width: calc(100% / (2 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-3"] > .c-btnList_item {
    width: calc(100% / (3 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-4"] > .c-btnList_item {
    width: calc(100% / (4 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-5"] > .c-btnList_item {
    width: calc(100% / (5 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-6"] > .c-btnList_item {
    width: calc(100% / (6 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-7"] > .c-btnList_item {
    width: calc(100% / (7 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-8"] > .c-btnList_item {
    width: calc(100% / (8 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-9"] > .c-btnList_item {
    width: calc(100% / (9 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-10"] > .c-btnList_item {
    width: calc(100% / (10 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-11"] > .c-btnList_item {
    width: calc(100% / (11 + 0.001) - 24px);
  }
  .c-btnList[data-grid-col$="-12"] > .c-btnList_item {
    width: calc(100% / (12 + 0.001) - 24px);
  }
}

.c-grid {
  gap: 24px;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
.c-grid.-center {
  justify-content: center;
}
.c-grid.-between {
  justify-content: space-between;
}
.c-grid.-reverse {
  flex-direction: row-reverse;
}
.c-grid.-middle {
  align-items: center;
}
.c-grid > .c-grid_col.l-section + .l-section {
  margin-top: 0;
}
.c-grid > .c-grid_col.-span1 {
  width: calc(((100% / 12.001) * 1) - 24px / 2);
}
.c-grid > .c-grid_col.-span2 {
  width: calc(((100% / 12.001) * 2) - 24px / 2);
}
.c-grid > .c-grid_col.-span3 {
  width: calc(((100% / 12.001) * 3) - 24px / 2);
}
.c-grid > .c-grid_col.-span4 {
  width: calc(((100% / 12.001) * 4) - 24px / 2);
}
.c-grid > .c-grid_col.-span5 {
  width: calc(((100% / 12.001) * 5) - 24px / 2);
}
.c-grid > .c-grid_col.-span6 {
  width: calc(((100% / 12.001) * 6) - 24px / 2);
}
.c-grid > .c-grid_col.-span7 {
  width: calc(((100% / 12.001) * 7) - 24px / 2);
}
.c-grid > .c-grid_col.-span8 {
  width: calc(((100% / 12.001) * 8) - 24px / 2);
}
.c-grid > .c-grid_col.-span9 {
  width: calc(((100% / 12.001) * 9) - 24px / 2);
}
.c-grid > .c-grid_col.-span10 {
  width: calc(((100% / 12.001) * 10) - 24px / 2);
}
.c-grid > .c-grid_col.-span11 {
  width: calc(((100% / 12.001) * 11) - 24px / 2);
}
.c-grid > .c-grid_col.-span12 {
  width: calc(((100% / 12.001) * 12) - 24px / 2);
}
@media screen and (min-width: 1025px) {
  .c-grid.-gutterSmall {
    gap: 15px;
  }
  .c-grid.-gutterSmall > .c-grid_col.-span1 {
    width: calc(((100% / 12.001) * 1) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span2 {
    width: calc(((100% / 12.001) * 2) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span3 {
    width: calc(((100% / 12.001) * 3) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span4 {
    width: calc(((100% / 12.001) * 4) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span5 {
    width: calc(((100% / 12.001) * 5) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span6 {
    width: calc(((100% / 12.001) * 6) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span7 {
    width: calc(((100% / 12.001) * 7) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span8 {
    width: calc(((100% / 12.001) * 8) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span9 {
    width: calc(((100% / 12.001) * 9) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span10 {
    width: calc(((100% / 12.001) * 10) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span11 {
    width: calc(((100% / 12.001) * 11) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span12 {
    width: calc(((100% / 12.001) * 12) - 15px / 2);
  }
  .c-grid.-gutterSmall[data-grid-col^="1-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="2-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="3-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="4-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="5-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="6-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="7-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="8-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="9-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="10-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="11-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="12-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (12 - 1) ) / (12 + 0.001) );
  }
  .c-grid.-gutterLarge {
    gap: 30px;
  }
  .c-grid.-gutterLarge > .c-grid_col.-span1 {
    width: calc(((100% / 12.001) * 1) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span2 {
    width: calc(((100% / 12.001) * 2) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span3 {
    width: calc(((100% / 12.001) * 3) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span4 {
    width: calc(((100% / 12.001) * 4) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span5 {
    width: calc(((100% / 12.001) * 5) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span6 {
    width: calc(((100% / 12.001) * 6) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span7 {
    width: calc(((100% / 12.001) * 7) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span8 {
    width: calc(((100% / 12.001) * 8) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span9 {
    width: calc(((100% / 12.001) * 9) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span10 {
    width: calc(((100% / 12.001) * 10) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span11 {
    width: calc(((100% / 12.001) * 11) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span12 {
    width: calc(((100% / 12.001) * 12) - 30px / 2);
  }
  .c-grid.-gutterLarge[data-grid-col^="1-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="2-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="3-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="4-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="5-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="6-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="7-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="8-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="9-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="10-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="11-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="12-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (12 - 1) ) / (12 + 0.001) );
  }
  .c-grid[data-grid-col^="1-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid[data-grid-col^="2-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid[data-grid-col^="3-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid[data-grid-col^="4-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid[data-grid-col^="5-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid[data-grid-col^="6-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid[data-grid-col^="7-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid[data-grid-col^="8-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid[data-grid-col^="9-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid[data-grid-col^="10-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid[data-grid-col^="11-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid[data-grid-col^="12-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (12 - 1) ) / (12 + 0.001) );
  }
}
@media screen and (min-width: 821px) and (max-width: 1024px) {
  .c-grid[data-grid-col^="1-"] > .c-grid_col {
    width: calc(100% / (1 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="2-"] > .c-grid_col {
    width: calc(100% / (2 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="3-"] > .c-grid_col {
    width: calc(100% / (3 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="4-"] > .c-grid_col {
    width: calc(100% / (4 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="5-"] > .c-grid_col {
    width: calc(100% / (5 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="6-"] > .c-grid_col {
    width: calc(100% / (6 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="7-"] > .c-grid_col {
    width: calc(100% / (7 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="8-"] > .c-grid_col {
    width: calc(100% / (8 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="9-"] > .c-grid_col {
    width: calc(100% / (9 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="10-"] > .c-grid_col {
    width: calc(100% / (10 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="11-"] > .c-grid_col {
    width: calc(100% / (11 + 0.001) - 24px);
  }
  .c-grid[data-grid-col^="12-"] > .c-grid_col {
    width: calc(100% / (12 + 0.001) - 24px);
  }
}
@media screen and (max-width: 820px) {
  .c-grid {
    gap: 24px;
  }
  .c-grid[data-grid-col*="-1-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid[data-grid-col*="-2-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid[data-grid-col*="-3-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid[data-grid-col*="-4-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid[data-grid-col*="-5-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid[data-grid-col*="-6-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid[data-grid-col*="-7-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid[data-grid-col*="-8-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid[data-grid-col*="-9-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid[data-grid-col*="-10-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid[data-grid-col*="-11-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid[data-grid-col*="-12-"] > .c-grid_col {
    width: calc( (100% - (24px ) * (12 - 1) ) / (12 + 0.001) );
  }
}
@media screen and (max-width: 599px) {
  .c-grid.-gutterSmall {
    gap: 15px;
  }
  .c-grid.-gutterSmall > .c-grid_col.-span1 {
    width: calc(((100% / 12.001) * 1) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span2 {
    width: calc(((100% / 12.001) * 2) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span3 {
    width: calc(((100% / 12.001) * 3) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span4 {
    width: calc(((100% / 12.001) * 4) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span5 {
    width: calc(((100% / 12.001) * 5) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span6 {
    width: calc(((100% / 12.001) * 6) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span7 {
    width: calc(((100% / 12.001) * 7) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span8 {
    width: calc(((100% / 12.001) * 8) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span9 {
    width: calc(((100% / 12.001) * 9) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span10 {
    width: calc(((100% / 12.001) * 10) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span11 {
    width: calc(((100% / 12.001) * 11) - 15px / 2);
  }
  .c-grid.-gutterSmall > .c-grid_col.-span12 {
    width: calc(((100% / 12.001) * 12) - 15px / 2);
  }
  .c-grid.-gutterSmall[data-grid-col^="1-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="2-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="3-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="4-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="5-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="6-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="7-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="8-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="9-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="10-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="11-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid.-gutterSmall[data-grid-col^="12-"] > .c-grid_col {
    width: calc( (100% - (15px ) * (12 - 1) ) / (12 + 0.001) );
  }
  .c-grid.-gutterLarge {
    gap: 30px;
  }
  .c-grid.-gutterLarge > .c-grid_col.-span1 {
    width: calc(((100% / 12.001) * 1) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span2 {
    width: calc(((100% / 12.001) * 2) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span3 {
    width: calc(((100% / 12.001) * 3) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span4 {
    width: calc(((100% / 12.001) * 4) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span5 {
    width: calc(((100% / 12.001) * 5) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span6 {
    width: calc(((100% / 12.001) * 6) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span7 {
    width: calc(((100% / 12.001) * 7) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span8 {
    width: calc(((100% / 12.001) * 8) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span9 {
    width: calc(((100% / 12.001) * 9) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span10 {
    width: calc(((100% / 12.001) * 10) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span11 {
    width: calc(((100% / 12.001) * 11) - 30px / 2);
  }
  .c-grid.-gutterLarge > .c-grid_col.-span12 {
    width: calc(((100% / 12.001) * 12) - 30px / 2);
  }
  .c-grid.-gutterLarge[data-grid-col^="1-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="2-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="3-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="4-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="5-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="6-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="7-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="8-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="9-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="10-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="11-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid.-gutterLarge[data-grid-col^="12-"] > .c-grid_col {
    width: calc( (100% - (30px ) * (12 - 1) ) / (12 + 0.001) );
  }
  .c-grid[data-grid-col$="-1"] > .c-grid_col {
    width: calc( (100% - (24px ) * (1 - 1) ) / (1 + 0.001) );
  }
  .c-grid[data-grid-col$="-2"] > .c-grid_col {
    width: calc( (100% - (24px ) * (2 - 1) ) / (2 + 0.001) );
  }
  .c-grid[data-grid-col$="-3"] > .c-grid_col {
    width: calc( (100% - (24px ) * (3 - 1) ) / (3 + 0.001) );
  }
  .c-grid[data-grid-col$="-4"] > .c-grid_col {
    width: calc( (100% - (24px ) * (4 - 1) ) / (4 + 0.001) );
  }
  .c-grid[data-grid-col$="-5"] > .c-grid_col {
    width: calc( (100% - (24px ) * (5 - 1) ) / (5 + 0.001) );
  }
  .c-grid[data-grid-col$="-6"] > .c-grid_col {
    width: calc( (100% - (24px ) * (6 - 1) ) / (6 + 0.001) );
  }
  .c-grid[data-grid-col$="-7"] > .c-grid_col {
    width: calc( (100% - (24px ) * (7 - 1) ) / (7 + 0.001) );
  }
  .c-grid[data-grid-col$="-8"] > .c-grid_col {
    width: calc( (100% - (24px ) * (8 - 1) ) / (8 + 0.001) );
  }
  .c-grid[data-grid-col$="-9"] > .c-grid_col {
    width: calc( (100% - (24px ) * (9 - 1) ) / (9 + 0.001) );
  }
  .c-grid[data-grid-col$="-10"] > .c-grid_col {
    width: calc( (100% - (24px ) * (10 - 1) ) / (10 + 0.001) );
  }
  .c-grid[data-grid-col$="-11"] > .c-grid_col {
    width: calc( (100% - (24px ) * (11 - 1) ) / (11 + 0.001) );
  }
  .c-grid[data-grid-col$="-12"] > .c-grid_col {
    width: calc( (100% - (24px ) * (12 - 1) ) / (12 + 0.001) );
  }
}

/* -----------------------------------------------
  .c-textList
----------------------------------------------- */
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 0.5rem;
  padding: 0 0 0.5rem;
}
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_item]) {
  margin-top: 0.5rem;
  padding: 0 0 0.5rem;
}

@media screen and (max-width: 820px) {
  [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-linkArrowList]:not([class*=_item]) {
    margin-top: 0.5rem;
  }
  [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
    padding-left: 0.9rem;
  }
}
.c-textList {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .c-textList {
    font-size: 1.6rem;
  }
}
.c-textList_item {
  position: relative;
  padding-left: 2.4rem;
}
.c-textList_item:before {
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0.5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0097e0;
  content: "";
}
.c-textList_item .c-textList_item {
  padding-left: 1.8rem;
}
.c-textList_item .c-textList_item::before {
  top: 0.6em;
  left: 0.6rem;
  width: 0.4rem;
  height: 0.4rem;
  background: currentColor;
}
.c-textList_item + .c-textList_item:not([class*=c-grid_col]) {
  margin-top: 1.1rem;
}
.c-textList.-horizontal {
  margin: -20px 0 0 -20px;
}
.c-textList.-horizontal .c-textList_item {
  display: inline-block;
  margin: 20px 0 0 20px;
}

.c-textList02 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .c-textList02 {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  .c-textList02 {
    font-size: 14px;
  }
}
.c-textList02_title {
  position: relative;
  padding-left: 2.6rem;
  font-weight: 500;
}
.c-textList02_title:before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.5rem;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #222;
  content: "";
}
.c-textList02_data {
  padding-left: 2.6rem;
}
.c-textList02_data + .c-textList02_title {
  margin-top: 1em;
}

/* -----------------------------------------------
  .c-numericList
----------------------------------------------- */
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
  margin-top: 0.5rem;
  padding: 0 0 0.3rem;
}
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 0.5rem;
  padding: 0 0 0.5rem;
}
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList03]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
  margin-top: 0;
  padding: 0 0 0 0.7rem;
}

@media screen and (max-width: 820px) {
  [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]),
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]),
[class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-linkArrowList]:not([class*=_item]) {
    margin-top: 0.5rem;
  }
  [class^=c-numericList]:not([class*=_item]):not([class*=_title]):not([class*=_data]):not([class*=_number]) [class^=c-textList]:not([class*=_item]):not([class*=_title]):not([class*=_data]) {
    padding-left: 0.9rem;
  }
}
.c-numericList {
  margin: 20px auto;
  counter-reset: number 0;
}
.c-numericList_item {
  position: relative;
  padding: 0 0 0 2.2rem;
}
.c-numericList_item:before {
  position: absolute;
  top: 0;
  left: 0;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-numericList_item + .c-numericList_item {
  margin-top: 0.5em;
}

.c-numericList02 {
  margin: 20px auto;
  counter-reset: number 0;
}
.c-numericList02_title {
  position: relative;
  padding: 0 0 0 1.5em;
  font-weight: 500;
}
.c-numericList02_title:before {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  content: counter(number) ".";
  counter-increment: number 1;
}
.c-numericList02_data {
  margin-top: 0.5em;
  padding-left: 1.5em;
  line-height: 1.5;
}
.c-numericList02_data + .c-numericList02_title {
  margin-top: 1em;
}

.c-numericList03 {
  margin: 20px auto;
  counter-reset: number 0;
}
.c-numericList03_item {
  position: relative;
  padding: 0 0 0 2em;
}
.c-numericList03_item:before {
  position: absolute;
  top: 0;
  left: -0.5em;
  content: "（" counter(number) "）";
  counter-increment: number 1;
}
.c-numericList03_item + .c-numericList03_item {
  margin-top: 0.5em;
}

.c-numericList04 {
  margin: 20px auto;
  counter-reset: number 0;
}
.c-numericList04_item {
  position: relative;
  padding: 0 0 0 1.8em;
}
.c-numericList04_item + .c-numericList04_item {
  margin-top: 0.5em;
}
.c-numericList04_number {
  position: absolute;
  left: 0;
}

/* -----------------------------------------------
  .c-definition
----------------------------------------------- */
.c-definition {
  margin: 0;
}
.c-definition + .c-definition:not([class*=c-grid_col]) {
  margin-top: 4.5rem;
}
.c-definition_title {
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.c-definition_detail + .c-definition_title {
  margin-top: 1em;
}

/* -----------------------------------------------
  .c-notice
----------------------------------------------- */
.c-notice_item {
  position: relative;
  padding-left: 1.5em;
}
.c-notice_item + .c-notice_item {
  margin-top: 1rem;
}
.c-notice_mark {
  position: absolute;
  left: 0;
}
.c-notice.-numeric > .c-notice_item {
  padding-left: 2em;
}
.c-notice.-asterisk > .c-notice_item {
  padding-left: 1em;
}

/* -----------------------------------------------
  .c-media
----------------------------------------------- */
.c-media {
  width: 100%;
  max-width: 91.6rem;
  margin: 4rem auto;
}
.c-media_inner {
  position: relative;
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}
.c-media iframe,
.c-media video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.c-media_caption {
  display: table;
  margin: 1.5rem auto 0;
  font-size: 1.4rem;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .c-media {
    margin: 3rem auto;
  }
  .c-media.-map {
    width: auto;
    margin-right: -1.5rem;
    margin-left: -1.5rem;
  }
}

/* -----------------------------------------------
  .c-linkIcon
----------------------------------------------- */
.c-linkIcon::after {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 0.4rem;
  margin-left: 1rem;
  line-height: 1;
  vertical-align: text-bottom;
  content: "";
}
.c-linkIcon.-external::after {
  width: 12px;
  background: url(/files/user/images/common/ico_external.svg) 0 0/contain no-repeat;
}
.c-linkIcon.-external.-reverse::after {
  background: url(/files/user/images/common/ico_external_02.svg) 50% 50%/contain no-repeat;
}
.c-linkIcon.-arrow::after {
  background: url(/files/user/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
}
.c-linkIcon.-arrow.-reverse::after {
  background: url(/files/user/images/common/ico_arrow_02.svg) 50% 50%/contain no-repeat;
}
.c-linkIcon.-pdf::after {
  -webkit-transform: translateY(-0.3rem);
          transform: translateY(-0.3rem);
  background: url(/files/user/images/common/ico_pdf.svg) 50% 50%/contain no-repeat;
}
.c-linkIcon.-pdf.-reverse::after {
  background: url(/files/user/images/common/ico_pdf_02.svg) 50% 50%/contain no-repeat;
}

/* -----------------------------------------------
  .c-linkList
----------------------------------------------- */
.c-linkList_item a {
  color: #222;
}

/* -----------------------------------------------
  .c-linkArrow
----------------------------------------------- */
.c-linkArrow {
  display: inline-block;
  position: relative;
  padding: 0 0 0 2.3rem;
}
.c-linkArrow::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.7rem;
  width: 0.6rem;
  height: 1rem;
  background: url(/files/user/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: "";
}
.c-linkArrow > a {
  color: currentColor;
}

/* -----------------------------------------------
  .c-linkArrowList
----------------------------------------------- */
[class^=c-linkArrowList]:not([class*=_item]).c-grid {
  margin-bottom: -0.5rem;
}
[class^=c-linkArrowList]:not([class*=_item]) [class^=c-linkArrowList]:not([class*=_item]),
[class^=c-linkArrowList]:not([class*=_item]) [class^=c-textList]:not([class*=_item]) {
  margin-top: 1rem;
  padding: 0 0 0.3rem;
}

.c-linkArrowList + .c-linkArrowList:not([class*=c-grid_col]) {
  margin-top: 4.5rem;
}
.c-linkArrowList[class*=c-grid]:not([class*=c-grid_col]) {
  margin-bottom: -0.5rem;
}
.c-linkArrowList.-horizontal {
  margin: -2rem 0 0 -4rem;
}
.c-linkArrowList.-horizontal .c-linkArrowList_item {
  display: inline-block;
  margin: 2rem 0 0 4rem;
}
.c-linkArrowList.-gutterLarge .c-linkArrowList_item + .c-linkArrowList_item {
  margin-top: 1rem;
}
.c-linkArrowList_item {
  position: relative;
  padding: 0 0 0 2.3rem;
}
.c-linkArrowList_item + .c-linkArrowList_item:not([class*=c-grid_col]) {
  margin-top: 0.5rem;
}
.c-linkArrowList_item > a {
  color: #222;
}
.c-linkArrowList_item > a::before {
  display: block;
  position: absolute;
  top: 0.6em;
  left: 0.7rem;
  width: 0.6rem;
  height: 1rem;
  background: url(/files/user/images/common/ico_arrow.svg) 50% 50%/contain no-repeat;
  content: "";
}
.c-linkArrowList_item.c-grid_col {
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 820px) {
  .c-linkArrowList_item {
    background-position: 0 0.4em;
  }
}

/* -----------------------------------------------
  .c-box
----------------------------------------------- */
.c-box {
  padding: 4rem 6rem;
  background: #f5f5f5;
}
@media screen and (max-width: 820px) {
  .c-box {
    padding: 3rem 2rem;
  }
}
.c-box.-border {
  border: 1px solid #ebebeb;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .c-box {
    margin: 2rem 0;
  }
}

/* -----------------------------------------------
  .c-table
----------------------------------------------- */
[class*=c-table] .c-definition_detail + .c-definition_title {
  margin-top: 1rem;
}

.c-table {
  margin: 40px 0;
}
.c-table table {
  width: 100%;
  background: #fff;
  font-size: 15px;
  line-height: 1.4;
  table-layout: fixed;
}
@media screen and (max-width: 820px) {
  .c-table table {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .c-table table {
    font-size: 13px;
  }
}
.c-table caption.c-titleLvFour {
  margin-top: 0;
}
.c-table th, .c-table td {
  padding: 15px;
  border: 1px solid #ddd;
}
@media screen and (max-width: 599px) {
  .c-table th, .c-table td {
    padding: 10px;
  }
}
.c-table th.-nowrap, .c-table td.-nowrap {
  white-space: nowrap;
}
.c-table th.-span2, .c-table td.-span2 {
  width: 17.58794%;
}
.c-table th.-span3, .c-table td.-span3 {
  width: 27.889447%;
}
.c-table th.-span4, .c-table td.-span4 {
  width: 38.190955%;
}
.c-table th.-span5, .c-table td.-span5 {
  width: 50%;
}
.c-table.-narrow th, .c-table.-narrow td {
  padding: 10px;
}
.c-table.-narrowMin th, .c-table.-narrowMin td {
  padding: 5px;
}
.c-table th {
  background: #f5f5f5;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.c-table tr:nth-child(odd) td {
  background-color: #FBFBFB;
}
.c-table thead td {
  text-align: center;
}
.c-table thead th {
  font-weight: 500;
}
.c-table.-auto table {
  table-layout: inherit;
}
@media screen and (max-width: 820px) {
  .c-table {
    margin: 3rem 0;
  }
  .c-table.-var02 table {
    border-bottom: 1px solid #ddd;
  }
  .c-table.-var02 th, .c-table.-var02 td {
    display: block;
    width: auto;
    border-bottom: none;
    border-left: 1px solid #ddd;
    text-align: left;
  }
  .c-table.-var02 td + td {
    border-top: 1px solid #ddd;
  }
  .c-table.-small th, .c-table.-small td {
    padding: 1.5rem 1rem;
  }
}

/* -----------------------------------------------
  .c-profile
----------------------------------------------- */
.c-profile {
  margin: 40px 0;
}
.c-profile_title {
  display: flex;
  align-items: center;
  min-height: 40px;
  margin-bottom: 14px;
  padding: 0 20px;
  background: #f5f5f5;
  font-size: 14px;
  font-weight: 500;
}
.c-profile_img {
  margin: 14px 0;
}
.c-profile_name {
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 500;
}
.c-profile_text {
  font-size: 14px;
  font-weight: 400;
}
.c-profile_definition {
  margin: 0;
  padding: 0 20px;
}
.c-profile_definition + .c-profile_definition {
  margin-top: 20px;
}
.c-profile_col {
  gap: 0 30px;
  display: flex;
}
.c-profile_col .c-profile_img {
  flex-shrink: 0;
  max-width: 46.4454%;
  margin: 0 0 14px 0;
}
.c-profile_col .c-profile_name {
  margin-top: 20px;
}
.c-profile_col.-right {
  flex-direction: row-reverse;
}
.c-profile_col.-center {
  align-items: center;
  justify-content: center;
}
.c-profile_col.-center .c-profile_name {
  margin-top: 0;
}
.c-profile_col .c-profile_definition {
  padding: 0;
}

@media screen and (max-width: 820px) {
  .c-profile_title {
    min-height: 38px;
    margin-bottom: 13px;
    font-size: 13px;
  }
  .c-profile_img {
    margin: 13px 0;
  }
  .c-profile_name {
    margin-bottom: 6px;
    font-size: 13px;
    font-weight: 500;
  }
  .c-profile_text {
    font-size: 13px;
    font-weight: 400;
  }
}
@media screen and (max-width: 599px) {
  .c-profile_col {
    gap: 0;
    display: flex;
    flex-direction: column;
  }
  .c-profile_col .c-profile_img {
    flex-shrink: 0;
    max-width: 100%;
    margin: 0 0 14px 0;
  }
  .c-profile_col .c-profile_name {
    margin-top: 0;
  }
  .c-profile_col .c-profile_definition {
    margin-top: 0;
    text-align: center;
  }
  .c-profile_col.-right {
    flex-direction: column;
  }
  .c-profile_col.-center {
    align-items: center;
  }
}
/* -----------------------------------------------
  .swipe
----------------------------------------------- */
@media screen and (max-width: 820px) {
  .c-swipe {
    position: relative;
  }
  .c-swipe::after {
    display: block;
    display: block;
    position: absolute;
    top: 20%;
    left: 75%;
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    background: url(/files/user/images/common/ico_swipe.svg) 50% 50%/contain no-repeat;
    content: "";
    opacity: 0;
    transition: all 0.5s;
  }
  .c-swipe.-animate::after {
    -webkit-animation: swipe 1s ease forwards;
            animation: swipe 1s ease forwards;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .c-swipe_wrapper {
    margin: 0.2rem 0;
    padding: 0.7rem 0 0;
    overflow-x: auto;
  }
  .c-swipe_wrapper::-webkit-scrollbar {
    height: 1rem;
  }
  .c-swipe_wrapper::-webkit-scrollbar-thumb {
    background: #222;
  }
  .c-swipe_inner {
    min-width: 77.7rem;
    margin: 0;
  }
}
@-webkit-keyframes swipe {
  from {
    visibility: visible;
    left: 75%;
    opacity: 1;
  }
  75% {
    visibility: visible;
    left: 25%;
    opacity: 1;
  }
  to {
    visibility: hidden;
    left: 25%;
    opacity: 0;
  }
}
@keyframes swipe {
  from {
    visibility: visible;
    left: 75%;
    opacity: 1;
  }
  75% {
    visibility: visible;
    left: 25%;
    opacity: 1;
  }
  to {
    visibility: hidden;
    left: 25%;
    opacity: 0;
  }
}
/* -----------------------------------------------
  Animation
----------------------------------------------- */
@media not print {
  [data-animate=fadeIn] {
    opacity: 0;
    transition: 0.8s ease-in-out;
  }
  [data-animate=fadeIn].-animate {
    opacity: 1;
  }

  [data-animate=bottomToTop] {
    opacity: 0;
  }
  [data-animate=bottomToTop].-animate {
    -webkit-animation: bottomToTop 0.5s ease-in-out;
            animation: bottomToTop 0.5s ease-in-out;
    opacity: 1;
  }

  [data-animate=leftToRight] {
    opacity: 0;
  }
  [data-animate=leftToRight].-animate {
    -webkit-animation: leftToRight 0.5s ease-in-out;
            animation: leftToRight 0.5s ease-in-out;
    opacity: 1;
  }

  [data-animate=rightToLeft] {
    opacity: 0;
  }
  [data-animate=rightToLeft].-animate {
    -webkit-animation: rightToLeft 0.5s ease-in-out;
            animation: rightToLeft 0.5s ease-in-out;
    opacity: 1;
  }

  [data-animate=fadeToLeft] {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    opacity: 0;
    transition: 0.5s ease-in-out;
  }
  [data-animate=fadeToLeft].-animate {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
/* -----------------------------------------------
  .js-strSplit
----------------------------------------------- */
@media not print {
  .js-strSplit > .-splitItem {
    display: inline-block;
    position: relative;
    overflow: hidden;
  }
  .js-strSplit > .-splitItem > span {
    display: inline-block;
    -webkit-transform: translateX(1em);
            transform: translateX(1em);
    transition: 0.5s 0.5s ease-in-out;
  }
  .js-strSplit.-animate > .-splitItem > span {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* -----------------------------------------------
  .js-spAccordion
----------------------------------------------- */
@media screen and (max-width: 820px) {
  .js-spAccordion + * {
    display: none;
  }
}
/* -----------------------------------------------
  フィールドブロック用に調整
----------------------------------------------- */
.c-titleLvTwo.-block {
  margin-top: 6rem;
}

.c-titleLvThree.-block {
  margin-top: 5rem;
}

.c-titleLvFour.-block {
  margin-top: 4rem;
}

.c-titleLvFive.-block {
  margin-top: 3rem;
}

.c-grid.-block {
  margin-top: 3rem;
  margin-bottom: 0;
}

p.-block {
  margin-bottom: 1.5em;
}

/*****************************************************
  Project
*****************************************************/
.heroImage {
  position: relative;
  margin: 0 -2rem;
}
.heroImage img {
  width: 100%;
}
.heroImage_footer {
  display: flex;
  position: relative;
  margin: -6rem 4rem 10rem 4rem;
}
@media screen and (max-width: 1200px) {
  .heroImage_footer {
    margin: -6rem 0 10rem 0;
  }
}
.heroImage_footer_logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  padding: 2rem;
  border-radius: 1rem 0 0 1rem;
  background-color: #fff;
}
@media screen and (max-width: 820px) {
  .heroImage_footer_logo {
    border-radius: 1rem 1rem 0 0;
  }
}
.heroImage_footer_textbox {
  width: 62%;
  padding: 6rem 8rem 5rem 8rem;
  border-radius: 0 1rem 1rem 0;
  background: #f1f6f6;
}
@media screen and (max-width: 820px) {
  .heroImage_footer_textbox {
    border-radius: 0 0 1rem 1rem;
  }
}
.heroImage_footer_textbox_text {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
}

@media screen and (max-width: 820px) {
  .heroImage_footer {
    flex-direction: column;
    margin: -2rem 0 7rem 0;
  }
  .heroImage_footer_logo {
    display: flex;
    width: 100%;
    padding: 3rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 599px) {
  .heroImage_footer_logo img {
    width: 15rem;
  }
}
@media screen and (max-width: 820px) {
  .heroImage_footer_textbox {
    width: 100%;
    padding: 4rem 2rem 3rem 2rem;
  }
}
@media screen and (max-width: 820px) and (max-width: 599px) {
  .heroImage_footer_textbox_text {
    font-size: 1.8rem;
  }
}
.circleLink {
  display: flex;
  align-items: center;
  margin-top: 2.2rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.circleLink_wrap {
  display: flex;
}
.circleLink_wrap.-center {
  justify-content: center;
}
.circleLink::after {
  display: block;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  border-radius: 50%;
  background: #0097e0 url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/12px no-repeat;
  content: "";
}
.circleLink:hover {
  color: #0097e0;
}

.shoulderTitle {
  margin-bottom: 5.28rem;
  color: #222;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 4.32rem;
  font-weight: bold;
  line-height: 1.3;
}
a:hover .shoulderTitle {
  color: #222;
}
@media screen and (max-width: 820px) {
  .shoulderTitle {
    margin-bottom: 3.7rem;
    font-size: 3.6rem;
  }
}
.shoulderTitle_sub {
  display: block;
  margin-bottom: 0.5em;
  margin-left: 0.5em;
  color: #0097e0;
  font-family: "DM Serif Display", serif;
  font-size: 1.6rem;
  font-weight: normal;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 820px) {
  .shoulderTitle_sub {
    font-size: 1.4rem;
  }
}

.pickupContent {
  gap: 0 2rem;
  display: flex;
  flex-wrap: wrap;
  margin-top: 15.28rem;
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}
@media screen and (max-width: 820px) {
  .pickupContent {
    gap: 0.1rem 0;
    flex-direction: column;
    align-items: center;
  }
}
.pickupContent_wrap {
  margin: 0 -100%;
  padding: 0 2rem;
  background: #f1f6f6;
}
@media screen and (max-width: 1200px) {
  .pickupContent_wrap {
    margin: 0 -2rem;
  }
}
.pickupContent_item {
  width: calc(33.3333333% - 2rem);
  max-width: 40rem;
  background: #fff;
}
@media screen and (max-width: 820px) {
  .pickupContent_item {
    width: 100%;
  }
}
.pickupContent_item_link {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
}
.pickupContent_item_link:hover .pickupContent_item_img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.85;
  transition: 0.3s ease-out;
}
.pickupContent_item_link:hover .pickupContent_item_date {
  color: #0097e0;
}
.pickupContent_item_img {
  height: auto;
}
.pickupContent_item_img img {
  transition: 0.3s ease-out;
}
@media screen and (max-width: 820px) {
  .pickupContent_item_img img {
    width: 100%;
  }
}
.pickupContent_item_textbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
}
@media screen and (max-width: 599px) {
  .pickupContent_item_textbox {
    padding: 2rem;
  }
}
.pickupContent_item_info {
  display: flex;
}
.pickupContent_item_date {
  flex-shrink: 0;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (max-width: 599px) {
  .pickupContent_item_date {
    font-size: 1.3rem;
  }
}
.pickupContent_item_category {
  display: flex;
  flex-wrap: wrap;
  color: #0097e0;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .pickupContent_item_category {
    font-size: 1.3rem;
  }
}
.pickupContent_item_category_item {
  margin-left: 1.5rem;
}
.pickupContent_item_text {
  margin: 1.55rem 0;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .pickupContent_item_text {
    font-size: 1.6rem;
  }
}
.pickupContent_item_more {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  font-size: 1.44rem;
  font-weight: bold;
}
.pickupContent_item_more:after {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.1rem;
  margin-left: 1.2rem;
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}

.moreLink {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1.55rem;
  font-size: 1.44rem;
  font-weight: bold;
}
.moreLink:after {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.1rem;
  margin-left: 1.2rem;
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}

.imageUnit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 -2rem;
}
@media screen and (max-width: 1200px) {
  .imageUnit {
    padding: 0 0 0 2rem;
  }
}
.imageUnit_textbox {
  width: calc(108rem / 2);
  padding-right: 10rem;
}
.imageUnit_imgbox {
  width: 50%;
  padding-left: 1.2rem;
}
@media screen and (max-width: 1200px) {
  .imageUnit_imgbox {
    padding-left: 0;
  }
}
.imageUnit_imgbox img {
  width: 100%;
  height: 48rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.imageUnit_text {
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
}
a:hover .imageUnit_text {
  color: #222;
}
.imageUnit.-reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 1200px) {
  .imageUnit.-reverse {
    padding: 0 2rem 0 0;
  }
}
.imageUnit.-reverse .imageUnit_textbox {
  padding-right: 0;
  padding-left: 10rem;
}
.imageUnit.-reverse .imageUnit_imgbox {
  padding-right: 1.2rem;
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .imageUnit.-reverse .imageUnit_imgbox {
    padding-right: 0;
  }
}
.imageUnit + .imageUnit {
  margin-top: 10rem;
}

@media screen and (max-width: 820px) {
  .imageUnit {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    padding: 7rem 0 0 0;
  }
  .imageUnit_textbox {
    width: 100%;
    padding-right: 0;
  }
  .imageUnit_imgbox {
    width: calc(100% + 4rem);
    margin-top: 4.5rem;
    margin-right: -4rem;
  }
  .imageUnit_imgbox img {
    width: 100%;
    height: auto;
  }
  .imageUnit_text {
    font-size: 1.8rem;
  }
  .imageUnit.-reverse {
    flex-direction: column;
    padding-top: 7rem;
  }
  .imageUnit.-reverse .imageUnit_imgbox {
    margin-left: -4rem;
  }
  .imageUnit.-reverse .imageUnit_textbox {
    padding-right: 0;
    padding-left: 0;
  }
  .imageUnit + .imageUnit {
    margin-top: 0;
  }
}
.surveyBanner {
  display: block;
  margin-top: 6rem;
  margin-bottom: 10rem;
  padding: 4.4rem 5rem;
  background-color: #f1f6f6;
  text-align: center;
}
.surveyBanner_title {
  z-index: 1;
  position: relative;
  margin-bottom: 2rem;
  color: #222;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-shadow: 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6;
}
a:hover .surveyBanner_title {
  color: #222;
}
.surveyBanner_text {
  z-index: 1;
  position: relative;
  margin-bottom: 4rem;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.8;
  text-shadow: 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6, 0 0 0.3rem #f1f6f6;
}
a:hover .surveyBanner_text {
  color: #222;
}
.surveyBanner_more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
}
.surveyBanner_more:after {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.1rem;
  margin-left: 1.2rem;
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}
.surveyBanner_iconLeft {
  z-index: 0;
  position: absolute;
  bottom: 3.2rem;
  left: 4rem;
}
.surveyBanner_iconRight {
  z-index: 0;
  position: absolute;
  right: 6rem;
  bottom: 3.2rem;
}

@media screen and (max-width: 820px) {
  .surveyBanner {
    margin-top: 4.5rem;
    margin-bottom: 0;
    padding: 3rem 2rem 15rem;
    text-align: center;
  }
  .surveyBanner_title {
    margin-bottom: 2rem;
    font-size: 2rem;
  }
  .surveyBanner_text {
    margin-bottom: 3rem;
    font-size: 1.6rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 820px) and (max-width: 599px) {
  .surveyBanner_text {
    text-align: left;
  }
}
@media screen and (max-width: 820px) {
  .surveyBanner_iconLeft {
    position: absolute;
    bottom: 1.5rem;
    left: -0.5rem;
    width: 16.25rem;
  }
}
@media screen and (max-width: 820px) {
  .surveyBanner_iconRight {
    position: absolute;
    right: -0.5rem;
    bottom: 1.5rem;
    width: 12.9rem;
  }
}
.information {
  max-width: 99.6rem;
  margin: 10rem auto;
}
@media screen and (max-width: 820px) {
  .information {
    margin: 7rem auto;
  }
}
.information_title {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.information_title.-important {
  color: #c10101;
}
.information_list {
  margin-bottom: 4rem;
  border-top: solid 1px #ebebeb;
  border-bottom: solid 1px #ebebeb;
}
.information_list_item + .information_list_item {
  border-top: solid 1px #ebebeb;
}
.information_list_item_link {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding: 1.5rem 5rem 1.5rem 1rem;
}
@media screen and (max-width: 820px) {
  .information_list_item_link {
    flex-direction: column;
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
}
.information_list_item_link::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}
@media screen and (max-width: 820px) {
  .information_list_item_link::after {
    right: 0;
  }
}
.information_list_item_link:hover .information_list_item_date {
  color: #0097e0;
}
.information_list_item_info {
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.information_list_item_date {
  margin-top: 0.2rem;
  margin-right: 3rem;
  color: #666;
  font-size: 1.4rem;
}
@media screen and (max-width: 820px) {
  .information_list_item_date {
    margin-right: 2rem;
    font-size: 1.3rem;
  }
}
.information_list_item_category {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
  min-height: 2.6rem;
  margin-top: 0.3rem;
  margin-right: 3rem;
  border: solid 1px #0097e0;
  color: #0097e0;
  font-size: 1.3rem;
  font-weight: bold;
}
.information_list_item_text {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .information_list_item_text {
    margin-top: 0.8rem;
  }
}
.information_list.-category .information_list_item_text {
  margin-top: 0.5rem;
}
@media screen and (max-width: 820px) {
  .information_list.-category .information_list_item_text {
    margin-top: 0.8rem;
  }
}

.categoryList {
  gap: 8px;
  display: flex;
  flex-wrap: wrap;
  color: #0097e0;
}
.categoryList_item {
  padding: 2px 10px;
  border: solid 1px #0097e0;
  border-radius: 10px;
  font-size: 10px;
  list-style-type: none;
}
.categoryList_item a {
  color: #0097e0;
  font-size: 10px;
  text-decoration: none;
}

.bannerBlock {
  max-width: 99.6rem;
}
.bannerBlock_list_item {
  max-width: 316px;
}
.bannerBlock_list_item a:hover .bannerBlock_text {
  color: #0097e0;
}
.bannerBlock_list_item a:hover .bannerBlock_imgbox {
  opacity: 0.85;
}
.bannerBlock_text {
  margin: 10px auto 0 auto;
  color: #222;
  font-size: 1.4rem;
  text-align: center;
}

.pageHeader {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 46rem;
  margin: 0 -2rem;
}
@media screen and (max-width: 820px) {
  .pageHeader {
    height: 23rem;
  }
}
.pageHeader.-corporate {
  background: url(/files/user/images/corporate/mv_corporate.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .pageHeader.-corporate {
    background-image: url(/files/user/images/corporate/mv_corporate_sp.png);
  }
}
.pageHeader.-sustainability {
  background: url(/files/user/images/sustainability/mv_sustainability.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .pageHeader.-sustainability {
    background-image: url(/files/user/images/sustainability/mv_sustainability_sp.png);
  }
}
.pageHeader_title {
  margin: 0 0 2rem 0;
  color: #fff;
  font-size: 5.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 820px) {
  .pageHeader_title {
    font-size: 3.6rem;
  }
}
.pageHeader_text {
  color: #fff;
  font-size: 2.7rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .pageHeader_text {
    font-size: 2rem;
  }
}
.pageHeader_text br {
  display: none;
}
@media screen and (max-width: 599px) {
  .pageHeader_text br {
    display: block;
  }
}

.corporate_header {
  margin: 0 -2rem;
  padding: 0 2rem 10rem;
  background: url(/files/user/images/corporate/bg_corporate_header.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .corporate_header {
    margin-bottom: 2rem;
    padding-bottom: 5rem;
    background-image: url(/files/user/images/corporate/bg_corporate_header_sp.png);
  }
}
.corporate_header_box {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 79.2rem;
  margin: 0 auto;
  padding: 4rem;
  background: #f1f6f6;
}
@media screen and (max-width: 820px) {
  .corporate_header_box {
    padding: 3.5rem 2rem;
  }
}
.corporate_header_list_item {
  display: flex;
  align-items: flex-start;
  font-size: 2.16rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .corporate_header_list_item {
    font-size: 2rem;
  }
}
.corporate_header_list_item_icon {
  margin-right: 2rem;
}
.corporate_header_list_item + .corporate_header_list_item {
  margin-top: 2rem;
}

.corporate_dlLink {
  z-index: 1;
  position: relative;
  margin-top: -3rem;
  margin-bottom: 6rem;
  text-align: right;
}
@media screen and (max-width: 599px) {
  .corporate_dlLink {
    margin: 2rem 0 4rem;
    text-align: center;
  }
}
.corporate_dlLink a {
  font-size: 1.6rem;
  font-weight: bold;
}

.sustainability_header {
  margin: 0 -2rem;
  padding: 0 2rem 10rem;
  background: url(/files/user/images/sustainability/bg_mv.png) no-repeat 50% 50%;
  background-size: cover;
}
@media screen and (max-width: 820px) {
  .sustainability_header {
    margin-bottom: 2rem;
    padding-bottom: 5rem;
    background: url(/files/user/images/sustainability/bg_mv_sp.png) no-repeat 0 100%;
    background-size: 100%;
  }
}
.sustainability_header_lead {
  margin-bottom: 2.56rem;
  font-size: 2.16rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .sustainability_header_lead {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 599px) {
  .sustainability_header_img {
    max-width: 18.8rem !important;
  }
}
.sustainability_header_name {
  font-size: 1.6rem;
  text-align: right;
}
.sustainability_header_name img {
  margin-top: 1rem;
}

.sustainability_section {
  margin: 0 -2rem;
  padding: 0 2rem 0rem;
  background: url(/files/user/images/sustainability/bg_mv.png) no-repeat 50% 50%;
}
@media screen and (max-width: 820px) {
  .sustainability_section {
    margin-bottom: 2rem;
    padding-bottom: 5rem;
    background: url(/files/user/images/sustainability/bg_mv_sp.png) no-repeat 50% 50%;
    background-size: 100%;
  }
}

.effortBlock {
  margin-top: 5.26rem;
}
.effortBlock + .effortBlock {
  margin-top: 2.4rem;
}
.effortBlock_lead {
  margin-bottom: 1.83rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .effortBlock_lead {
    margin-bottom: 1.33rem;
    font-size: 1.6rem;
  }
}
.effortBlock_textbox + .effortBlock_textbox {
  margin-top: 2.4rem;
}
.effortBlock_imgbox img {
  max-width: 18.8rem;
}
.effortBlock_text {
  margin-bottom: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .effortBlock_text {
    font-size: 1.6rem;
  }
}
.effortBlock_link {
  display: inline-block;
  margin-top: 1rem;
  color: #0097e0;
  font-size: 1.6rem;
}
@media screen and (max-width: 820px) {
  .effortBlock_link {
    font-size: 1.6rem;
  }
}
.effortBlock_link:hover {
  text-decoration: underline;
}

.sdgsList {
  gap: 0.5rem;
  display: flex;
  flex-wrap: wrap;
}
.sdgsList_item {
  width: 18.5%;
}
@media screen and (max-width: 820px) {
  .sdgsList_item {
    width: 5.5rem;
  }
}

.panel_item {
  max-width: 38rem;
  border: solid 1px #ebebeb;
}
.panel_link {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.panel_textbox {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 3rem;
}
@media screen and (max-width: 820px) {
  .panel_textbox {
    padding: 2rem;
  }
}
.panel_title {
  margin-bottom: 1.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .panel_title {
    font-size: 1.8rem;
  }
}
.panel_text {
  margin-bottom: 1.2rem;
  font-size: 1.44rem;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .panel_text {
    font-size: 1.4rem;
  }
}
.panel_more {
  margin-top: auto;
}

.panel02 {
  margin: 5rem 0;
}
.panel02_link {
  display: flex;
}
@media screen and (max-width: 599px) {
  .panel02_link {
    flex-direction: column;
  }
}
.panel02_imgbox {
  flex-shrink: 0;
  width: 31.925%;
}
@media screen and (max-width: 599px) {
  .panel02_imgbox {
    width: 100%;
  }
}
.panel02_imgbox img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  .panel02_imgbox img {
    width: 100%;
    height: auto;
  }
}
.panel02_textbox {
  flex: 1;
  padding: 3.5rem 3rem;
  background-color: #f1f6f6;
}
@media screen and (max-width: 820px) {
  .panel02_textbox {
    padding: 2rem;
  }
}
.panel02_title {
  margin-bottom: 1.6rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .panel02_title {
    font-size: 1.8rem;
  }
}
.panel02_text {
  margin-bottom: 1.7rem;
  font-size: 1.44rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .panel02_text {
    font-size: 1.4rem;
  }
}
.panel02_more {
  margin-top: auto;
}

.boxLink_item {
  display: block;
  padding: 3rem;
  border: solid 1px #ebebeb;
}
@media screen and (max-width: 820px) {
  .boxLink_item {
    padding: 2rem;
  }
}
.boxLink_title {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .boxLink_title {
    font-size: 1.8rem;
  }
}
.boxLink_title::after {
  display: block;
  flex-shrink: 0;
  width: 1.2rem;
  height: 1.2rem;
  margin-top: -0.1rem;
  margin-left: 1.2rem;
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}
.boxLink_text {
  margin-bottom: 1.2rem;
  font-size: 1.44rem;
  line-height: 1.5;
}
@media screen and (max-width: 599px) {
  .boxLink_text {
    font-size: 1.4rem;
  }
}

.processBlock {
  margin-top: 7.64rem;
}
.processBlock_list {
  gap: 4.8rem;
  display: flex;
  counter-reset: number 0;
}
@media screen and (max-width: 820px) {
  .processBlock_list {
    flex-direction: column;
  }
}
.processBlock_list_item {
  position: relative;
  flex: 1;
  padding: 2.2rem;
  background: #f1f6f6;
}
.processBlock_list_item_title {
  display: flex;
  position: relative;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .processBlock_list_item_title {
    font-size: 1.8rem;
  }
}
.processBlock_list_item_title::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 1.2rem;
  border-radius: 50%;
  background: #fff;
  color: #0097e0;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-weight: normal;
  content: counter(number) " ";
  counter-increment: number 1;
}
@media screen and (max-width: 820px) {
  .processBlock_list_item_title::before {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 2rem;
  }
}
.processBlock_list_item_text {
  font-size: 1.44rem;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .processBlock_list_item_text {
    font-size: 1.4rem;
  }
}
.processBlock_list_item + .processBlock_list_item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: -3.3rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/sustainability/ico_arrow.svg) 0 0/2rem no-repeat;
  content: "";
}
@media screen and (max-width: 820px) {
  .processBlock_list_item + .processBlock_list_item::before {
    top: -3.3rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0) rotate(90deg);
            transform: translate(-50%, 0) rotate(90deg);
  }
}

/* =================================================
  override
================================================= */
.breadcrumb {
  -webkit-overflow-scrolling: touch;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  max-width: 108rem;
  margin: 0 auto;
  padding: 5rem 0;
  overflow-y: auto;
}
@media screen and (max-width: 820px) {
  .breadcrumb {
    padding: 3.6rem 2rem;
  }
}
.breadcrumb__item {
  font-size: 1.3rem;
  line-height: 1.5;
  white-space: nowrap;
}
.breadcrumb__item a {
  position: relative;
  color: #0097e0;
}
.breadcrumb__item a:hover {
  text-decoration: underline;
}
.breadcrumb__item a:not([href]) {
  pointer-events: none;
}

.localContainer {
  width: 100%;
  max-width: 108rem;
}

.articleContainer {
  width: calc(100% - 26.8rem - 3.6rem);
}
.articleContainer p {
  font-size: 1.6rem;
}

.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item:not(.subLink__menu--second) > .has-angle::before {
  display: none;
}

.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item {
  border-color: #ebebeb;
}

.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item:not(.subLink__menu--second) > .has-angle {
  padding: 1.8rem 1.2rem 1.8rem 3.6rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.subLink:not(.subLink--service) .subLink__menu:not(.-level2) > .subLink__menu__item:not(.subLink__menu--second) > .has-angle:hover {
  background: #f1f6f6 !important;
  color: #0097e0;
}

.subLink:not(.subLink--service) .subLink__menu .-level2 .subLink__menu__item .has-angle {
  padding-left: 3.6rem;
  border-top: solid 1px #ebebeb;
  border-bottom: none;
}

.subLink {
  flex: 1;
  width: 26.8rem;
  margin-right: auto;
  margin-left: 3.6rem;
  padding-top: 0;
}
.subLink--linkMenu {
  margin-top: 0;
}
.subLink--linkMenu .reference__button__outer {
  padding: 0;
}
.subLink__item {
  position: relative;
  padding: 0;
  border-top: solid 3px #0097e0;
  border-bottom: none;
}
@media screen and (max-width: 820px) {
  .subLink__item {
    margin: 0;
  }
}
.subLink__item::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 1.2rem;
  height: 1.2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow.svg) 0 0/12px no-repeat;
  content: "";
}
.subLink__item a {
  padding: 2.2rem 2rem 2.2rem 3.6rem;
  color: #222;
  font-size: 1.8rem;
}
.subLink__menu {
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 820px) {
  .subLink__menu {
    margin: 0;
  }
}
.subLink__menu .has-angle.is-current {
  background: #f1f6f6;
  color: #222;
}
.subLink__menu__item a::after {
  -webkit-transform: translateY(-0.1rem) rotate(-45deg);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.7rem;
  height: 0.7rem;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #0097e0;
  border-bottom: 1px solid #0097e0;
  content: "";
}

@media screen and (max-width: 1200px) {
  .article {
    margin: 0;
    padding: 0 2rem;
  }
}
@media screen and (max-width: 820px) {
  .localContainer {
    flex-direction: column;
    width: 100%;
    max-width: 108rem;
  }

  .articleContainer {
    width: 100%;
  }

  .subLink {
    width: 100%;
    margin: 7rem 0 0 0;
  }
}
.article.l-main {
  margin: 0;
}
.article p {
  font-size: 1.6rem;
}
.article a:not([class]) {
  color: #0097e0;
}
.article a:not([class]):hover {
  text-decoration: underline;
}
.article:not(.l-main_primary) {
  width: 100%;
}
@media screen and (max-width: 820px) {
  .article:not(.l-main_primary) {
    width: auto;
  }
}
.article__lead {
  margin-top: -3rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
}
.article__date {
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.article__category {
  padding: 0.3rem 1.3rem;
  border: solid 1px #0097e0;
  border-radius: 1.5rem;
  color: #0097e0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 820px) {
  .article__category {
    align-self: flex-start;
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
}
.article__category__outer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: auto;
  margin-bottom: 4rem;
  padding: 0;
  background: none;
  line-height: 1;
}
@media screen and (max-width: 820px) {
  .article__category__outer {
    flex-direction: column;
  }
}
.article__category__outer::after {
  display: none;
}
.article .sns {
  margin: 0;
  float: none;
}
@media screen and (max-width: 820px) {
  .article .sns {
    align-self: flex-end;
  }
}

.u-text, .u-imageText p {
  font-size: 1.6rem;
}

.article .pageTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 1.92rem 3rem;
  background-color: #f1f6f6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .article .pageTitle {
    padding: 1.92rem 2rem;
    font-size: 2.6rem;
  }
}
.article .pageTitle::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  margin: auto 0;
  background: #0097e0;
  content: "";
}
.article .pageTitle--sub {
  margin: -2rem 0 4rem 0;
  font-weight: normal;
  text-align: left;
}
.form .pageTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 1.92rem 3rem;
  background-color: #f1f6f6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .form .pageTitle {
    padding: 1.92rem 2rem;
    font-size: 2.6rem;
  }
}
.form .pageTitle::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  margin: auto 0;
  background: #0097e0;
  content: "";
}
.faqList .pageTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 1.92rem 3rem;
  background-color: #f1f6f6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .faqList .pageTitle {
    margin-right: 0;
    margin-left: 0;
    padding: 1.92rem 2rem;
    font-size: 2.6rem;
  }
}
.faqList .pageTitle::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  margin: auto 0;
  background: #0097e0;
  content: "";
}
.faqList .pageTitle--sub {
  margin: -2rem 0 4rem 0;
  font-weight: bold;
  text-align: left;
}
.newsArea .pageTitle {
  position: relative;
  margin-top: 0;
  margin-bottom: 6rem;
  padding: 1.92rem 3rem;
  background-color: #f1f6f6;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .newsArea .pageTitle {
    margin-right: 0;
    margin-left: 0;
    padding: 1.92rem 2rem;
    font-size: 2.6rem;
  }
}
.newsArea .pageTitle::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 100%;
  margin: auto 0;
  background: #0097e0;
  content: "";
}
.newsArea .pageTitle--sub {
  margin: -2rem 0 4rem 0;
  font-weight: bold;
  text-align: left;
}
.pageLead {
  text-align: left;
}

.article__heading {
  position: relative;
  margin: 5rem 0;
  padding: 1.2rem 3rem;
  background: #f1f6f6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .article__heading {
    font-size: 2.2rem;
  }
}
.article__heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.2rem;
  height: calc(100% - 2.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0097e0;
  content: "";
}

.article__heading--lv2 {
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #0097e0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 820px) {
  .article__heading--lv2 {
    font-size: 2.2rem;
  }
}
.article__heading--lv2 a:not([class]):hover {
  color: #0273ba;
  text-decoration: none;
}

.article__heading--lv3 {
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom: solid 2px #ebebeb;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.article__heading--lv3::before {
  display: none;
}
@media screen and (max-width: 820px) {
  .article__heading--lv3 {
    font-size: 1.8rem;
  }
}

.u-box-heading {
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #222;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .u-box-heading {
    font-size: 1.6rem;
  }
}

.article__relationService {
  padding: 3rem;
  background: #f1f6f6;
}
@media screen and (max-width: 820px) {
  .article__relationService {
    font-size: 2rem;
  }
}
.article__relationService__heading {
  margin-bottom: 3rem;
  padding-bottom: 0.5rem;
  padding-left: 0;
  border-bottom: solid 2px #222;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3;
}
.article__relationService__heading::before {
  display: none;
}
@media screen and (max-width: 820px) {
  .article__relationService__heading {
    font-size: 1.8rem;
  }
}
.article__relationService__item a {
  font-weight: normal;
}

.u-list-disc > li {
  position: relative;
  margin: 1rem 0;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .u-list-disc > li {
    font-size: 1.4rem;
  }
}

.u-list-disc > li::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #0097e0;
  content: "";
}
@media screen and (max-width: 820px) {
  .u-list-disc > li::before {
    top: 0.8rem;
  }
}

.u-list-decimal {
  counter-reset: number 0;
}
.u-list-decimal > li {
  padding: 0 0 0 2.2rem;
  font-size: 1.6rem;
}
.u-list-decimal > li:before {
  position: absolute;
  top: 0.2rem;
  left: 0;
  border: none;
  color: #222;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Roboto, "Segoe UI", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  content: counter(number) "." !important;
  counter-increment: number 1;
}
.u-list-decimal.-marginSmall li:first-child {
  padding-top: 0;
}
.u-list-decimal.-marginSmall li:first-child::before {
  top: 0;
}

.u-link--blank {
  color: #0097e0;
}
.u-link--blank:hover {
  text-decoration: underline;
}
.u-link--blank::after {
  background-image: url(/files/user/images/common/ico_external.svg);
}

.u-button:not(.u-button--grey) {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 1rem;
  padding: 0;
  border: none;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
}
.u-button:not(.u-button--grey)::after {
  display: block;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  border-radius: 50%;
  background: #0097e0 url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/12px no-repeat;
  content: "";
}
.u-button.u-button--blue {
  padding: 12px 20px;
  border: solid 2px #0097e0;
}
.u-button.u-button--blue::after {
  width: 1.8rem;
  height: 1.8rem;
  background: none;
}
.u-button[href$=".pdf"]::after {
  content: url(/files/user/images/common/icon-pdf.svg);
}
.u-button[href$=".xlsx"]::after {
  content: url(/files/user/images/common/icon-xls.svg);
}
.u-button_outer {
  display: flex;
  justify-content: center;
}
.u-button:hover {
  color: #0097e0;
}

.u-table thead + tbody th {
  font-weight: bold;
}
.u-table th {
  background: #f1f6f6;
  vertical-align: middle;
}
.u-table td {
  line-height: 1.8;
}
.u-table tr:nth-child(2n) th {
  background: #f1f6f6;
}
.u-table tr:nth-child(2n) td {
  background: #fff;
}
.u-table:not(.u-table-horizontal):not(.-noStriped) tr:nth-child(2n-1) td {
  background: #fff;
}
.u-table__thead__bgDark th {
  background: #E1F5F5;
  color: #222;
}
.u-table__thead__bgDark + tbody tr:nth-child(2n-1) th {
  background: #f1f6f6;
}
.u-table__thead__bgDark + tbody tr:nth-child(2n-1) td {
  background: #fff;
}
.u-table__thead__bgStriped th {
  background: #E1F5F5;
}
.u-table__thead__bgStriped th:nth-child(2n-1) {
  background: #E1F5F5;
}
.u-table__thead__bgStriped + tbody th {
  background: #f1f6f6;
}

.has-angle {
  padding-left: 2.5rem;
}
.has-angle .icon-angle-right:before {
  -webkit-transform: translateY(-0.1rem) rotate(-45deg);
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin: 0;
  transform: translateY(-0.1rem) rotate(-45deg);
  border-right: 1px solid #0097e0;
  border-bottom: 1px solid #0097e0;
  content: "";
}

.u-contact {
  margin: 4rem auto;
  background: none;
}
.u-contact .u-text {
  text-align: left;
}
.u-contact-col2 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 10rem;
}
@media screen and (max-width: 820px) {
  .u-contact-col2 li {
    width: 100%;
  }
}
.u-contact-col2 li:nth-child(1) {
  background-color: #f1f6f6;
}
.u-contact-col2 li:nth-child(2) {
  margin: 0;
}
.u-contact-col2 li:nth-child(2) a {
  width: 100%;
  background-color: #0097e0;
}
.u-contact-col3 li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  min-height: 10rem;
}
@media screen and (max-width: 820px) {
  .u-contact-col3 li {
    width: 100%;
  }
}
.u-contact-col3 li:nth-child(1) {
  background-color: #f1f6f6;
}
.u-contact-col3 li:nth-child(2) {
  margin: 0;
}
.u-contact-col3 li:nth-child(2) a {
  width: 100%;
  background-color: #0097e0;
}
.u-contact-tel {
  color: #222;
}
.u-contact .icon-contact {
  margin: 0;
}
.u-contact .icon-contact::before {
  display: block;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  border-radius: 50%;
  background: #fff url(/files/user/images/common/ico_arrow.svg) 50% 50%/12px no-repeat;
  content: "";
}

.u-box-bg {
  padding: 0;
  background: none;
}

.u-box-link-button a:not([class]) {
  color: #fff;
}
.u-box-link-button a:not([class]):hover {
  color: #0097e0;
}

.u-box-division {
  padding: 3rem;
  background: #f1f6f6;
}
.u-box-division__link {
  padding: 0;
  background: none;
}
.u-box-division__link a {
  color: #0097e0;
}
.u-box-division__link a:hover {
  text-decoration: underline;
}

.u-contact .u-contact__heading {
  margin-bottom: 4rem;
  padding-bottom: 0.5rem;
  border-bottom: solid 2px #0097e0;
  color: #222;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  text-align: left;
}
@media screen and (max-width: 820px) {
  .u-contact .u-contact__heading {
    font-size: 2.2rem;
  }
}
.u-contact .u-contact__heading + p {
  font-size: 1.6rem;
  text-align: left;
}

.reference {
  padding: 2.3rem 2rem 0.1rem 2rem;
  background: #f1f6f6;
}
.reference__heading {
  font-weight: bold;
}
.reference__tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2rem;
  font-size: 1.3rem;
}
.reference__tel dd {
  width: 100%;
}
.reference__tel dd.reference__number {
  width: calc(100% - 4rem);
}
.reference__title {
  width: 4rem;
  margin-top: 0;
  color: #222;
  font-weight: bold;
}
.reference__number {
  color: #222;
}
.reference__button {
  position: relative;
  padding: 0 3rem;
  color: #fff;
  font-weight: bold !important;
}
.reference__button:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 2rem;
  height: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/12px no-repeat;
  content: "";
}
.reference__button .icon-contact {
  display: none;
}
.reference__button__outer {
  margin: 3rem 0;
}

.u-picture__outer:hover {
  color: #0097e0;
  text-decoration: underline;
}
.u-picture__caption {
  font-size: 1.4rem;
}
.u-picture__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  color: #0097e0;
  font-size: 1.3rem;
  font-weight: bold;
}
.u-picture__button::before {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.6rem;
  height: 1.6rem;
  margin-right: 0.5rem;
  border-radius: 50%;
  background: #0097e0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
}

.indexList {
  gap: 2.4rem;
  display: flex;
  margin: 4rem auto 6rem;
}
.indexList__item {
  flex: 1;
  width: auto;
  padding: 0;
  float: none;
}
.indexList__item:not(:nth-child(4n+1)) {
  padding: 0;
}
.indexList__item__inner {
  display: flex;
  width: 100%;
  height: 100%;
}
.indexList__heading {
  display: flex;
  position: relative;
  align-items: center;
  padding: 2rem 4rem 2rem 2rem;
  border: solid 1px #ebebeb;
  font-size: 1.6rem;
  text-align: left;
}
.indexList__heading::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  flex-shrink: 0;
  width: 3.5rem;
  height: 3.5rem;
  margin-left: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #fff url(/files/user/images/common/ico_arrow.svg) 50% 50%/12px no-repeat;
  content: "";
}
.indexList__heading__inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.indexList__heading .icon-angle-right {
  display: none;
}

@media screen and (max-width: 820px) {
  .indexList {
    gap: 2.4rem;
    display: flex;
    flex-wrap: wrap;
    margin: 4rem auto 6rem;
    padding: 0;
  }
  .indexList__item {
    flex-basis: 100%;
    padding: 0;
  }
  .indexList__item:not(:nth-child(4n+1)) {
    padding: 0;
  }
  .indexList__item:nth-child(2n) {
    margin: 0;
  }
  .indexList__item:nth-child(n+3) {
    margin: 0;
    border: none;
  }
  .indexList__item__inner {
    display: flex;
    width: 100%;
    height: 100%;
  }
  .indexList__heading {
    display: flex;
    position: relative;
    align-items: center;
    padding: 2rem 4rem 2rem 2rem;
    border: solid 1px #ebebeb;
    font-size: 1.6rem;
    text-align: left;
  }
  .indexList__heading__inner {
    padding: 0;
  }
}
.u-tab {
  height: auto;
}
.u-tab__button {
  position: relative;
}
.u-tab__button span {
  display: block;
  position: absolute;
  top: 50%;
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  margin-top: -0.7rem;
  border: none;
  border-radius: 50%;
  background: #0097e0 url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/12px no-repeat;
}
@media screen and (max-width: 1024px) {
  .u-tab__button span {
    width: 2rem;
    height: 2rem;
  }
}
.u-tab__button.-tolast span {
  left: -4rem;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 1024px) {
  .u-tab__button.-tolast span {
    left: -1.5rem;
  }
}
.u-tab__button.-tofirst span {
  right: -4rem;
  -webkit-transform: translate(0, -50%) rotate(0deg);
          transform: translate(0, -50%) rotate(0deg);
}
@media screen and (max-width: 1024px) {
  .u-tab__button.-tofirst span {
    right: -1.5rem;
  }
}
.u-tab ul {
  gap: 0.4rem;
}
.u-tab ul li {
  background: #f1f6f6;
  color: #0097e0;
}
.u-tab ul li a {
  padding: 1.2rem 3.6rem;
}
.u-tab ul li:not(:last-of-type) {
  border: none;
}
.u-tab ul li.is-current {
  padding: 1.2rem 3.6rem;
  border: solid 1px #0097e0;
  background: #f1f6f6;
  color: #0097e0;
}

@media screen and (max-width: 1200px) {
  .newsArea {
    padding: 0 2rem;
  }
}
.newsArea.l-container--main {
  width: calc(100% - 26.8rem - 3.6rem);
}
@media screen and (max-width: 820px) {
  .newsArea.l-container--main {
    width: 100%;
  }
}

.newsList__tab {
  display: flex;
  justify-content: center;
}
.newsList__tab__item {
  display: flex;
  align-items: center;
  justify-content: center;
  float: none;
  border: none;
  border-right: solid 1px #ebebeb;
  font-size: 1.6rem;
}
.newsList__tab__item a {
  padding: 0.4rem 0;
}
.newsList__tab__item a:not([class]) {
  color: #222;
}
.newsList__tab__item a:not([class]):hover {
  color: #0097e0;
  text-decoration: none;
}
.newsList__tab__item.is-current {
  display: flex;
  align-items: center;
  margin-top: 0;
  border: none;
  border-right: solid 1px #ebebeb;
  color: #0097e0;
}
.newsList__tab__item.is-current span {
  padding: 0.4rem 0;
  border: none;
}
.newsList__tab__item:first-child {
  border-left: solid 1px #ebebeb;
}
.newsList__heading {
  position: relative;
  margin: 5rem 0;
  padding: 1.2rem 3rem;
  background: #f1f6f6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .newsList__heading {
    font-size: 2.2rem;
  }
}
.newsList__heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.2rem;
  height: calc(100% - 2.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0097e0;
  content: "";
}
.newsList__list {
  border-bottom: solid 1px #ebebeb;
}
.newsList__item {
  position: relative;
  padding: 1.7rem 4rem 1.4rem 0;
  border-top: solid 1px #ebebeb;
  line-height: 1.5;
}
.newsList__item::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}
.newsList__item:not(:first-child) {
  margin: 0;
}
.newsList__date {
  width: 10rem;
  color: #666;
  font-size: 1.4rem;
}
.newsList__title {
  font-size: 1.6rem;
}
.newsList__title .has-angle {
  padding: 0;
}
.newsList__title .has-angle:hover {
  color: #0097e0;
}
.newsList__title .has-angle i {
  display: none;
}
.newsList__button {
  display: inline-flex;
  align-items: center;
  width: auto;
  min-height: 1rem;
  padding: 0;
  border: none;
  color: #222;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0;
}
.newsList__button::after {
  display: block;
  position: relative;
  right: 0;
  bottom: 0;
  flex-shrink: 0;
  width: 5rem;
  height: 5rem;
  margin-left: 2rem;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  border: none;
  border-radius: 50%;
  background: #0097e0 url(/files/user/images/common/ico_arrow_re.svg) 50% 50%/12px no-repeat;
  content: "";
}
.newsList__button__outer {
  margin: 50px 0;
  text-align: center;
}

.faqList {
  width: 100%;
  float: none;
}
@media screen and (max-width: 820px) {
  .faqList {
    margin: 0;
  }
}
.faqList.l-container--main {
  width: calc(100% - 26.8rem - 3.6rem);
}
@media screen and (max-width: 1200px) {
  .faqList.l-container--main {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 820px) {
  .faqList.l-container--main {
    width: 100%;
  }
}
.faqList__list {
  border-top: solid 1px #ebebeb;
}
.faqList__item {
  border-bottom: solid 1px #ebebeb;
}
.faqList__item:not(:first-child) {
  margin: 0;
}
.faqList__question {
  padding: 2.7rem 6rem;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
}
.faqList__question::before {
  top: 2.6rem;
  left: 2rem;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
}
.faqList__question::after {
  top: 2rem;
  width: 4rem;
  height: 4rem;
  border: none;
  background: #0097e0;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.faqList__answer {
  padding: 2.7rem 0rem 2.7rem 9rem;
  border-top: solid 1px #ebebeb;
}
@media screen and (max-width: 820px) {
  .faqList__answer {
    padding: 2.7rem 0rem 2.7rem 6rem;
  }
}
.faqList__answer::before {
  top: 2.6rem;
  left: 5rem;
  color: #222;
  font-family: "DM Serif Display", serif;
  font-size: 2.4rem;
  font-style: normal;
  font-weight: normal;
}
@media screen and (max-width: 820px) {
  .faqList__answer::before {
    left: 2rem;
  }
}

.contactArea {
  margin-top: 6rem;
}
.contactArea__text {
  margin-bottom: 3rem;
  font-size: 1.6rem;
}
.contactArea__button {
  position: relative;
  width: 100%;
  max-width: 38.4rem;
  height: 5.6rem;
  padding: 0 3rem;
  border-radius: 6px;
  background: #0097e0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5.6rem;
}
.contactArea__button::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow_re.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}
.contactArea__button .icon-contact {
  display: none;
}
.opinionPollsIndex {
  margin: 0;
}

.definitionList {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
}
.definitionList_title {
  width: calc(50% - 0.5rem);
}
.definitionList_text {
  width: calc(50% - 0.5rem);
}

@media screen and (max-width: 599px) {
  .definitionList {
    gap: 0;
  }
  .definitionList_title {
    width: 100%;
  }
  .definitionList_text {
    width: 100%;
  }
  .definitionList_text + .definitionList_title {
    margin-top: 1rem;
  }
}
/* =================================================
  form
================================================= */
.form {
  padding: 10rem 0;
}
.form__inner {
  padding: 0 2rem;
}
.form__item {
  display: flex;
  max-width: 79.2rem;
  margin: 0 auto;
  background: none;
}
@media screen and (max-width: 820px) {
  .form__item {
    display: block;
  }
}
.form__heading {
  display: block;
  flex-shrink: 0;
  width: 13rem;
  margin-right: 2rem;
}
.form__icon {
  display: block;
  flex-shrink: 0;
  width: 5.2rem;
}
.form__icon--required {
  padding: 0.3rem 1.1rem;
  background-color: #C10101;
  font-size: 1.3rem;
}
.form__body {
  display: block;
  width: 100%;
  margin-left: 4rem;
}
.form__textbox {
  width: 100%;
  border: solid 1px #ebebeb;
}
.form__textarea {
  width: 100%;
  padding: 2rem;
}
.form__notes {
  font-size: 1.3rem;
}
.form__mail-notes {
  max-width: 79.2rem;
  margin: 0 auto;
}

@media screen and (max-width: 820px) {
  .form__heading {
    display: inline-block;
    width: auto;
    margin-right: 1rem;
    margin-left: 0;
  }
  .form__icon {
    display: inline-block;
    width: 5.2rem;
  }
  .form__body {
    display: block;
    width: 100%;
    margin-left: 0;
  }
  .form__textarea {
    padding: 1rem;
  }
  .form__notes {
    font-size: 1.3rem;
  }
}
.form__heading.textarea__item, .form__icon.textarea__item_icon {
  vertical-align: middle;
}

.contact__term {
  padding: 0;
  background: none;
}
.contact__term__heading {
  position: relative;
  margin: 5rem 0;
  padding: 1.2rem 3rem;
  background: #f1f6f6;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .contact__term__heading {
    font-size: 2.2rem;
  }
}
.contact__term__heading::before {
  display: block;
  position: absolute;
  top: 50%;
  left: 1.2rem;
  width: 0.2rem;
  height: calc(100% - 2.4rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #0097e0;
  content: "";
}
.contact__term__list {
  max-width: 79.2rem;
  margin: 0 auto;
  padding: 2.36rem 3rem;
  border: solid 1px #ebebeb;
}
@media screen and (max-width: 820px) {
  .contact__term__list {
    padding: 1.36rem 2rem;
  }
}
.contact__term__item {
  position: relative;
  margin: 10px 0 2rem;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
  list-style: none;
}
.contact__term__item::before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #0097e0;
  content: "";
}
.contact__term__button {
  display: inline-flex;
  justify-content: center;
  width: auto;
  margin: 0 auto;
  color: #222;
}
.contact__term__button .form__checkbox {
  accent-color: #0097e0;
  position: relative;
  top: 0;
  left: 0;
  width: 2.4rem;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.form__status {
  max-width: 79.2rem;
  margin: 4rem auto;
}
.form__status.-col03 .form__status__item {
  width: 33.33333%;
}
@media screen and (max-width: 820px) {
  .form__status.-col03 .form__status__item {
    padding: 0;
  }
  .form__status.-col03 .form__status__item::before {
    display: none;
  }
  .form__status.-col03 .form__status__item::after {
    display: none;
  }
  .form__status.-col03 .form__status__item span {
    font-size: 1.4rem;
  }
  .form__status.-col03 .form__status__item span::before {
    width: 2.6rem;
    height: 2.6rem;
    margin-bottom: 0;
    font-size: 1.4rem;
  }
}
.form__status__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 5.4rem;
  background: #ebebeb;
  color: #222;
  line-height: 1.8;
}
.form__status__item:not(:first-child) {
  margin: 0;
}
.form__status__item:before {
  border-left: 35px solid #fff;
}
@media screen and (max-width: 820px) {
  .form__status__item:before {
    display: none;
  }
}
.form__status__item::after {
  right: -60px;
  border-left: 34px solid #ebebeb;
}
.form__status__item span {
  display: flex;
  align-items: center;
  margin: 0;
  color: #222;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .form__status__item span {
    font-size: 1.6rem;
  }
}
.form__status__item span::before {
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 3.6rem;
  height: 3.6rem;
  margin-right: 2rem;
  -webkit-transform: translate(0);
          transform: translate(0);
  border-radius: 50%;
  background: #fff;
  color: #222;
  font-size: 2.4rem;
  font-style: normal;
}
.form__status__item:nth-child(3) span::before {
  margin-bottom: 0;
}
.form__status__item.is-current {
  background: #f1f6f6;
}
.form__status__item.is-current span {
  padding: 0;
  color: #222;
}
.form__status__item.is-current span::before {
  color: #0097e0;
}
.form__status__item:first-child::before {
  right: -65px;
  border-top: 40px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #fff;
}
.form__status__item:first-child::after {
  right: -38px;
  border-top: 28px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 19px solid #ebebeb;
}
.form__status__item.is-current::before {
  right: -65px;
  border-top: 40px solid transparent;
  border-right: 35px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #fff;
}
.form__status__item.is-current::after {
  border-top: 28px solid transparent;
  border-right: 19px solid transparent;
  border-bottom: 28px solid transparent;
  border-left: 19px solid #f1f6f6;
}

.form__submit {
  position: relative;
  width: 100%;
  max-width: 38.4rem;
  height: 5.6rem;
  padding: 0 3rem;
  border-radius: 6px;
  background: #0097e0;
  color: #fff;
  font-size: 1.6rem;
  line-height: 5.6rem;
}
.form__submit::after {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/files/user/images/common/ico_arrow_re.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}
.form__submit:hover:not(:disabled) {
  background: #0097e0;
  opacity: 0.85;
}
.form__submit__outer {
  margin-top: 3rem;
}
.form__submit:disabled {
  background: #9a9a9a;
  color: #fff;
}
.form__submit:disabled:hover {
  background: #9a9a9a;
}

.form__mail-notes {
  margin: 4rem auto 6rem;
  padding: 3.28rem 4rem;
  border: none;
  background: #f1f6f6;
  line-height: 1.8;
}
@media screen and (max-width: 820px) {
  .form__mail-notes {
    padding: 2.28rem 3rem;
  }
}
.form__mail-notes .emphasis {
  display: block;
  color: #222;
  text-align: center;
}

/* =================================================
  検索結果
================================================= */
div#ss-main.center #ss-form, div#ss-main.center #ss-content {
  text-align: center;
}

#ss-form div.ss-categories {
  margin-top: 2rem;
}

#ss-form div.ss-categories + .ss-categories {
  margin-top: 2rem;
  margin-bottom: 10rem;
}
@media screen and (max-width: 820px) {
  #ss-form div.ss-categories + .ss-categories {
    margin-bottom: 5rem;
  }
}

div#ss-main.css3 #ss-form .ss-search-input {
  width: 100%;
  width: calc(100% - 4.4rem);
  max-width: 58.8rem;
  height: 4.4rem;
  padding: 1.22rem;
  border: solid 2px #0097e0;
  border-right: none;
  border-radius: 0.6rem 0 0 0.6rem;
  background: #fff;
  box-shadow: none;
  font-size: 1.4rem;
}
div#ss-main.css3 #ss-form .ss-search-input::-webkit-input-placeholder {
  color: #999;
  font-weight: bold;
}
div#ss-main.css3 #ss-form .ss-search-input::-moz-placeholder {
  color: #999;
  font-weight: bold;
}

div#ss-main.css3 #ss-form .ss-search-button {
  flex-shrink: 0;
  width: 4.4rem;
  height: 4.4rem;
  border: solid 2px #0097e0;
  border-left: none;
  border-radius: 0 0.6rem 0.6rem 0;
  background: #fff url(/files/user/images/common/ico_search.svg) center center no-repeat;
  background-color: #fff;
  background-size: 15px;
  text-indent: -9999px;
}
@media screen and (max-width: 820px) {
  div#ss-main.css3 #ss-form .ss-search-button {
    position: relative;
  }
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label::before {
  border: solid 1px #0097e0;
  border-radius: 4px;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label, div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox] + label {
  margin-top: 1rem;
  margin-right: 3rem;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=checkbox]:checked + label::after {
  border-color: #0097e0;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio] + label::before {
  border: solid 1px #0097e0;
}

div#ss-main.css3 #ss-form fieldset.ss-category-field input[type=radio]:checked + label::after {
  background: #0097e0;
}

div#ss-navi {
  margin-bottom: 4rem;
  padding: 1.5rem 2rem;
  border: none;
  background: #ebebeb;
  font-size: 2rem;
  text-align: left;
}
@media screen and (max-width: 820px) {
  div#ss-navi {
    font-size: 1.6rem;
  }
}

div#ss-main {
  padding: 2rem;
}

div#ss-main a {
  color: #0097e0;
  font-size: 1.6rem;
}

div#ss-not-found {
  margin-left: 0;
}

div#ss-result {
  padding: 0;
}

div#ss-result div.ss-item div.ss-page .ss-summary {
  font-size: 1.4rem;
}

div#ss-result div.ss-item .ss-url a {
  color: #0097e0;
  font-size: 1.4rem;
}

div#ss-result div.ss-item .ss-content-length {
  font-size: 1.4rem;
}

div#ss-result div.ss-item .ss-last-modified {
  font-size: 1.4rem;
}

div#ss-result div.ss-item div.ss-page {
  margin-bottom: 4rem;
}

div.ss-pagination {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  div.ss-pagination {
    gap: 0.5rem;
  }
}

div.ss-pagination .ss-page-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  color: #0097e0;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  div.ss-pagination .ss-page-prev {
    margin-right: 0;
  }
}
div.ss-pagination .ss-page-prev:before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/files/user/images/common/ico_arrow.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}

div.ss-pagination .ss-page-next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  color: #0097e0;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  div.ss-pagination .ss-page-next {
    margin-left: 0;
  }
}
div.ss-pagination .ss-page-next:after {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(/files/user/images/common/ico_arrow.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}

div.ss-pagination .ss-page {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f1f6f6;
  color: #0097e0;
}
@media screen and (max-width: 820px) {
  div.ss-pagination .ss-page {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
div.ss-pagination .ss-page:hover {
  border: solid 1px #0097e0;
}

div.ss-pagination .ss-select-page {
  border: solid 1px #0097e0;
}

div#ss-not-found #ss-hint {
  margin-top: 4rem;
}

div#ss-not-found ul#ss-hint-message {
  margin-top: 1rem;
  padding: 3rem;
  background: #f1f6f6;
}
@media screen and (max-width: 820px) {
  div#ss-not-found ul#ss-hint-message {
    padding: 2rem;
  }
}
div#ss-not-found ul#ss-hint-message li {
  position: relative;
  margin: 10px 0 2rem;
  padding-left: 30px;
  font-size: 1.6rem;
  line-height: 1.8;
}
div#ss-not-found ul#ss-hint-message li:before {
  position: absolute;
  top: 1rem;
  left: 1rem;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 100%;
  background-color: #0097e0;
  content: "";
}

.pagerList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 820px) {
  .pagerList {
    gap: 0.5rem;
  }
}
.pagerList__list {
  gap: 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.pagerList__list .pagerList__item {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: #f1f6f6;
  color: #0097e0;
}
@media screen and (max-width: 820px) {
  .pagerList__list .pagerList__item {
    width: 3.3rem;
    height: 3.3rem;
    font-size: 1.4rem;
  }
}
.pagerList__list .pagerList__item.is-current {
  border: solid 1px #0097e0;
}
.pagerList__list .pagerList__item--number {
  padding: 0;
}
.pagerList__list .pagerList__item--number:before {
  display: none;
}
.pagerList__list .pagerList__item--number:after {
  display: none;
}
.pagerList__list .pagerList__item:hover {
  border: solid 1px #0097e0;
}
.pagerList__list .pagerList__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.pagerList .pagerList__item--prev {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2rem;
  color: #0097e0;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .pagerList .pagerList__item--prev {
    margin-right: 0;
  }
}
.pagerList .pagerList__item--prev .icon-angle-left {
  display: none;
}
.pagerList .pagerList__item--prev:before {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background: url(/files/user/images/common/ico_arrow.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}
.pagerList .pagerList__item--prev a {
  padding: 0;
  color: #0097e0;
}

.pagerList .pagerList__item--next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 2rem;
  color: #0097e0;
  font-weight: bold;
}
@media screen and (max-width: 820px) {
  .pagerList .pagerList__item--next {
    margin-left: 0;
  }
}
.pagerList .pagerList__item--next .icon-angle-right {
  display: none;
}
.pagerList .pagerList__item--next:after {
  width: 1rem;
  height: 1rem;
  margin-left: 1rem;
  background: url(/files/user/images/common/ico_arrow.svg) center center no-repeat;
  background-size: 1rem;
  content: "";
}
.pagerList .pagerList__item--next a {
  padding: 0;
  color: #0097e0;
}

/*****************************************************
  CSS Animation
*****************************************************/
@-webkit-keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    visibility: hidden;
    opacity: 0;
  }
  to {
    visibility: visible;
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    visibility: visible;
    opacity: 1;
  }
  to {
    visibility: hidden;
    opacity: 0;
  }
}
@-webkit-keyframes fadeOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
}
@keyframes fadeOutTop {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateY(-3rem);
            transform: translateY(-3rem);
    opacity: 0;
  }
}
@-webkit-keyframes leftToRight {
  from {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes leftToRight {
  from {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes rightToLeft {
  from {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes rightToLeft {
  from {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes bottomToTop {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes bottomToTop {
  from {
    -webkit-transform: translateY(3rem);
            transform: translateY(3rem);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@keyframes blur {
  from {
    -webkit-filter: blur(1.5rem);
            filter: blur(1.5rem);
  }
  to {
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
}
@-webkit-keyframes scrollTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes scrollTop {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*****************************************************
  Utility
*****************************************************/
.u-mt0 {
  margin-top: 0px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-mtSmall {
  margin-top: 10px !important;
}

.u-mtNormal {
  margin-top: 20px !important;
}

.u-mtLarge {
  margin-top: 40px !important;
}

.u-mbSmall {
  margin-bottom: 10px !important;
}

.u-mbNormal {
  margin-bottom: 20px !important;
}

.u-mbLarge {
  margin-bottom: 40px !important;
}

@media screen and (max-width: 820px) {
  u-mtSmall {
    margin-top: 10px !important;
  }

  .u-mtNormal {
    margin-top: 20px !important;
  }

  .u-mtLarge {
    margin-top: 40px !important;
  }

  .u-mbSmall {
    margin-bottom: 10px !important;
  }

  .u-mbNormal {
    margin-bottom: 20px !important;
  }

  .u-mbLarge {
    margin-bottom: 40px !important;
  }
}
@media screen and (max-width: 820px) {
  .u-mt-sp0 {
    margin-top: 0px !important;
  }

  .u-mr-sp0 {
    margin-right: 0px !important;
  }

  .u-mb-sp0 {
    margin-bottom: 0px !important;
  }

  .u-ml-sp0 {
    margin-left: 0px !important;
  }

  .u-mt-sp5 {
    margin-top: 5px !important;
  }

  .u-mr-sp5 {
    margin-right: 5px !important;
  }

  .u-mb-sp5 {
    margin-bottom: 5px !important;
  }

  .u-ml-sp5 {
    margin-left: 5px !important;
  }

  .u-mt-sp10 {
    margin-top: 10px !important;
  }

  .u-mr-sp10 {
    margin-right: 10px !important;
  }

  .u-mb-sp10 {
    margin-bottom: 10px !important;
  }

  .u-ml-sp10 {
    margin-left: 10px !important;
  }

  .u-mt-sp15 {
    margin-top: 15px !important;
  }

  .u-mr-sp15 {
    margin-right: 15px !important;
  }

  .u-mb-sp15 {
    margin-bottom: 15px !important;
  }

  .u-ml-sp15 {
    margin-left: 15px !important;
  }

  .u-mt-sp20 {
    margin-top: 20px !important;
  }

  .u-mr-sp20 {
    margin-right: 20px !important;
  }

  .u-mb-sp20 {
    margin-bottom: 20px !important;
  }

  .u-ml-sp20 {
    margin-left: 20px !important;
  }

  .u-mt-sp25 {
    margin-top: 25px !important;
  }

  .u-mr-sp25 {
    margin-right: 25px !important;
  }

  .u-mb-sp25 {
    margin-bottom: 25px !important;
  }

  .u-ml-sp25 {
    margin-left: 25px !important;
  }

  .u-mt-sp30 {
    margin-top: 30px !important;
  }

  .u-mr-sp30 {
    margin-right: 30px !important;
  }

  .u-mb-sp30 {
    margin-bottom: 30px !important;
  }

  .u-ml-sp30 {
    margin-left: 30px !important;
  }

  .u-mt-sp35 {
    margin-top: 35px !important;
  }

  .u-mr-sp35 {
    margin-right: 35px !important;
  }

  .u-mb-sp35 {
    margin-bottom: 35px !important;
  }

  .u-ml-sp35 {
    margin-left: 35px !important;
  }

  .u-mt-sp40 {
    margin-top: 40px !important;
  }

  .u-mr-sp40 {
    margin-right: 40px !important;
  }

  .u-mb-sp40 {
    margin-bottom: 40px !important;
  }

  .u-ml-sp40 {
    margin-left: 40px !important;
  }

  .u-mt-sp45 {
    margin-top: 45px !important;
  }

  .u-mr-sp45 {
    margin-right: 45px !important;
  }

  .u-mb-sp45 {
    margin-bottom: 45px !important;
  }

  .u-ml-sp45 {
    margin-left: 45px !important;
  }

  .u-mt-sp50 {
    margin-top: 50px !important;
  }

  .u-mr-sp50 {
    margin-right: 50px !important;
  }

  .u-mb-sp50 {
    margin-bottom: 50px !important;
  }

  .u-ml-sp50 {
    margin-left: 50px !important;
  }

  .u-mt-sp55 {
    margin-top: 55px !important;
  }

  .u-mr-sp55 {
    margin-right: 55px !important;
  }

  .u-mb-sp55 {
    margin-bottom: 55px !important;
  }

  .u-ml-sp55 {
    margin-left: 55px !important;
  }

  .u-mt-sp60 {
    margin-top: 60px !important;
  }

  .u-mr-sp60 {
    margin-right: 60px !important;
  }

  .u-mb-sp60 {
    margin-bottom: 60px !important;
  }

  .u-ml-sp60 {
    margin-left: 60px !important;
  }

  .u-mt-sp65 {
    margin-top: 65px !important;
  }

  .u-mr-sp65 {
    margin-right: 65px !important;
  }

  .u-mb-sp65 {
    margin-bottom: 65px !important;
  }

  .u-ml-sp65 {
    margin-left: 65px !important;
  }

  .u-mt-sp70 {
    margin-top: 70px !important;
  }

  .u-mr-sp70 {
    margin-right: 70px !important;
  }

  .u-mb-sp70 {
    margin-bottom: 70px !important;
  }

  .u-ml-sp70 {
    margin-left: 70px !important;
  }

  .u-mt-sp75 {
    margin-top: 75px !important;
  }

  .u-mr-sp75 {
    margin-right: 75px !important;
  }

  .u-mb-sp75 {
    margin-bottom: 75px !important;
  }

  .u-ml-sp75 {
    margin-left: 75px !important;
  }

  .u-mt-sp80 {
    margin-top: 80px !important;
  }

  .u-mr-sp80 {
    margin-right: 80px !important;
  }

  .u-mb-sp80 {
    margin-bottom: 80px !important;
  }

  .u-ml-sp80 {
    margin-left: 80px !important;
  }

  .u-mt-sp85 {
    margin-top: 85px !important;
  }

  .u-mr-sp85 {
    margin-right: 85px !important;
  }

  .u-mb-sp85 {
    margin-bottom: 85px !important;
  }

  .u-ml-sp85 {
    margin-left: 85px !important;
  }

  .u-mt-sp90 {
    margin-top: 90px !important;
  }

  .u-mr-sp90 {
    margin-right: 90px !important;
  }

  .u-mb-sp90 {
    margin-bottom: 90px !important;
  }

  .u-ml-sp90 {
    margin-left: 90px !important;
  }

  .u-mt-sp95 {
    margin-top: 95px !important;
  }

  .u-mr-sp95 {
    margin-right: 95px !important;
  }

  .u-mb-sp95 {
    margin-bottom: 95px !important;
  }

  .u-ml-sp95 {
    margin-left: 95px !important;
  }

  .u-mt-sp100 {
    margin-top: 100px !important;
  }

  .u-mr-sp100 {
    margin-right: 100px !important;
  }

  .u-mb-sp100 {
    margin-bottom: 100px !important;
  }

  .u-ml-sp100 {
    margin-left: 100px !important;
  }
}
.u-pt0 {
  padding-top: 0px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

@media screen and (max-width: 820px) {
  .u-pt-sp0 {
    padding-top: 0px !important;
  }

  .u-pr-sp0 {
    padding-right: 0px !important;
  }

  .u-pb-sp0 {
    padding-bottom: 0px !important;
  }

  .u-pl-sp0 {
    padding-left: 0px !important;
  }

  .u-pt-sp5 {
    padding-top: 5px !important;
  }

  .u-pr-sp5 {
    padding-right: 5px !important;
  }

  .u-pb-sp5 {
    padding-bottom: 5px !important;
  }

  .u-pl-sp5 {
    padding-left: 5px !important;
  }

  .u-pt-sp10 {
    padding-top: 10px !important;
  }

  .u-pr-sp10 {
    padding-right: 10px !important;
  }

  .u-pb-sp10 {
    padding-bottom: 10px !important;
  }

  .u-pl-sp10 {
    padding-left: 10px !important;
  }

  .u-pt-sp15 {
    padding-top: 15px !important;
  }

  .u-pr-sp15 {
    padding-right: 15px !important;
  }

  .u-pb-sp15 {
    padding-bottom: 15px !important;
  }

  .u-pl-sp15 {
    padding-left: 15px !important;
  }

  .u-pt-sp20 {
    padding-top: 20px !important;
  }

  .u-pr-sp20 {
    padding-right: 20px !important;
  }

  .u-pb-sp20 {
    padding-bottom: 20px !important;
  }

  .u-pl-sp20 {
    padding-left: 20px !important;
  }

  .u-pt-sp25 {
    padding-top: 25px !important;
  }

  .u-pr-sp25 {
    padding-right: 25px !important;
  }

  .u-pb-sp25 {
    padding-bottom: 25px !important;
  }

  .u-pl-sp25 {
    padding-left: 25px !important;
  }

  .u-pt-sp30 {
    padding-top: 30px !important;
  }

  .u-pr-sp30 {
    padding-right: 30px !important;
  }

  .u-pb-sp30 {
    padding-bottom: 30px !important;
  }

  .u-pl-sp30 {
    padding-left: 30px !important;
  }

  .u-pt-sp35 {
    padding-top: 35px !important;
  }

  .u-pr-sp35 {
    padding-right: 35px !important;
  }

  .u-pb-sp35 {
    padding-bottom: 35px !important;
  }

  .u-pl-sp35 {
    padding-left: 35px !important;
  }

  .u-pt-sp40 {
    padding-top: 40px !important;
  }

  .u-pr-sp40 {
    padding-right: 40px !important;
  }

  .u-pb-sp40 {
    padding-bottom: 40px !important;
  }

  .u-pl-sp40 {
    padding-left: 40px !important;
  }

  .u-pt-sp45 {
    padding-top: 45px !important;
  }

  .u-pr-sp45 {
    padding-right: 45px !important;
  }

  .u-pb-sp45 {
    padding-bottom: 45px !important;
  }

  .u-pl-sp45 {
    padding-left: 45px !important;
  }

  .u-pt-sp50 {
    padding-top: 50px !important;
  }

  .u-pr-sp50 {
    padding-right: 50px !important;
  }

  .u-pb-sp50 {
    padding-bottom: 50px !important;
  }

  .u-pl-sp50 {
    padding-left: 50px !important;
  }

  .u-pt-sp55 {
    padding-top: 55px !important;
  }

  .u-pr-sp55 {
    padding-right: 55px !important;
  }

  .u-pb-sp55 {
    padding-bottom: 55px !important;
  }

  .u-pl-sp55 {
    padding-left: 55px !important;
  }

  .u-pt-sp60 {
    padding-top: 60px !important;
  }

  .u-pr-sp60 {
    padding-right: 60px !important;
  }

  .u-pb-sp60 {
    padding-bottom: 60px !important;
  }

  .u-pl-sp60 {
    padding-left: 60px !important;
  }

  .u-pt-sp65 {
    padding-top: 65px !important;
  }

  .u-pr-sp65 {
    padding-right: 65px !important;
  }

  .u-pb-sp65 {
    padding-bottom: 65px !important;
  }

  .u-pl-sp65 {
    padding-left: 65px !important;
  }

  .u-pt-sp70 {
    padding-top: 70px !important;
  }

  .u-pr-sp70 {
    padding-right: 70px !important;
  }

  .u-pb-sp70 {
    padding-bottom: 70px !important;
  }

  .u-pl-sp70 {
    padding-left: 70px !important;
  }

  .u-pt-sp75 {
    padding-top: 75px !important;
  }

  .u-pr-sp75 {
    padding-right: 75px !important;
  }

  .u-pb-sp75 {
    padding-bottom: 75px !important;
  }

  .u-pl-sp75 {
    padding-left: 75px !important;
  }

  .u-pt-sp80 {
    padding-top: 80px !important;
  }

  .u-pr-sp80 {
    padding-right: 80px !important;
  }

  .u-pb-sp80 {
    padding-bottom: 80px !important;
  }

  .u-pl-sp80 {
    padding-left: 80px !important;
  }

  .u-pt-sp85 {
    padding-top: 85px !important;
  }

  .u-pr-sp85 {
    padding-right: 85px !important;
  }

  .u-pb-sp85 {
    padding-bottom: 85px !important;
  }

  .u-pl-sp85 {
    padding-left: 85px !important;
  }

  .u-pt-sp90 {
    padding-top: 90px !important;
  }

  .u-pr-sp90 {
    padding-right: 90px !important;
  }

  .u-pb-sp90 {
    padding-bottom: 90px !important;
  }

  .u-pl-sp90 {
    padding-left: 90px !important;
  }

  .u-pt-sp95 {
    padding-top: 95px !important;
  }

  .u-pr-sp95 {
    padding-right: 95px !important;
  }

  .u-pb-sp95 {
    padding-bottom: 95px !important;
  }

  .u-pl-sp95 {
    padding-left: 95px !important;
  }

  .u-pt-sp100 {
    padding-top: 100px !important;
  }

  .u-pr-sp100 {
    padding-right: 100px !important;
  }

  .u-pb-sp100 {
    padding-bottom: 100px !important;
  }

  .u-pl-sp100 {
    padding-left: 100px !important;
  }

  .u-pt-sp105 {
    padding-top: 105px !important;
  }

  .u-pr-sp105 {
    padding-right: 105px !important;
  }

  .u-pb-sp105 {
    padding-bottom: 105px !important;
  }

  .u-pl-sp105 {
    padding-left: 105px !important;
  }

  .u-pt-sp110 {
    padding-top: 110px !important;
  }

  .u-pr-sp110 {
    padding-right: 110px !important;
  }

  .u-pb-sp110 {
    padding-bottom: 110px !important;
  }

  .u-pl-sp110 {
    padding-left: 110px !important;
  }

  .u-pt-sp115 {
    padding-top: 115px !important;
  }

  .u-pr-sp115 {
    padding-right: 115px !important;
  }

  .u-pb-sp115 {
    padding-bottom: 115px !important;
  }

  .u-pl-sp115 {
    padding-left: 115px !important;
  }

  .u-pt-sp120 {
    padding-top: 120px !important;
  }

  .u-pr-sp120 {
    padding-right: 120px !important;
  }

  .u-pb-sp120 {
    padding-bottom: 120px !important;
  }

  .u-pl-sp120 {
    padding-left: 120px !important;
  }

  .u-pt-sp125 {
    padding-top: 125px !important;
  }

  .u-pr-sp125 {
    padding-right: 125px !important;
  }

  .u-pb-sp125 {
    padding-bottom: 125px !important;
  }

  .u-pl-sp125 {
    padding-left: 125px !important;
  }

  .u-pt-sp130 {
    padding-top: 130px !important;
  }

  .u-pr-sp130 {
    padding-right: 130px !important;
  }

  .u-pb-sp130 {
    padding-bottom: 130px !important;
  }

  .u-pl-sp130 {
    padding-left: 130px !important;
  }

  .u-pt-sp135 {
    padding-top: 135px !important;
  }

  .u-pr-sp135 {
    padding-right: 135px !important;
  }

  .u-pb-sp135 {
    padding-bottom: 135px !important;
  }

  .u-pl-sp135 {
    padding-left: 135px !important;
  }

  .u-pt-sp140 {
    padding-top: 140px !important;
  }

  .u-pr-sp140 {
    padding-right: 140px !important;
  }

  .u-pb-sp140 {
    padding-bottom: 140px !important;
  }

  .u-pl-sp140 {
    padding-left: 140px !important;
  }

  .u-pt-sp145 {
    padding-top: 145px !important;
  }

  .u-pr-sp145 {
    padding-right: 145px !important;
  }

  .u-pb-sp145 {
    padding-bottom: 145px !important;
  }

  .u-pl-sp145 {
    padding-left: 145px !important;
  }

  .u-pt-sp150 {
    padding-top: 150px !important;
  }

  .u-pr-sp150 {
    padding-right: 150px !important;
  }

  .u-pb-sp150 {
    padding-bottom: 150px !important;
  }

  .u-pl-sp150 {
    padding-left: 150px !important;
  }

  .u-pt-sp155 {
    padding-top: 155px !important;
  }

  .u-pr-sp155 {
    padding-right: 155px !important;
  }

  .u-pb-sp155 {
    padding-bottom: 155px !important;
  }

  .u-pl-sp155 {
    padding-left: 155px !important;
  }

  .u-pt-sp160 {
    padding-top: 160px !important;
  }

  .u-pr-sp160 {
    padding-right: 160px !important;
  }

  .u-pb-sp160 {
    padding-bottom: 160px !important;
  }

  .u-pl-sp160 {
    padding-left: 160px !important;
  }

  .u-pt-sp165 {
    padding-top: 165px !important;
  }

  .u-pr-sp165 {
    padding-right: 165px !important;
  }

  .u-pb-sp165 {
    padding-bottom: 165px !important;
  }

  .u-pl-sp165 {
    padding-left: 165px !important;
  }

  .u-pt-sp170 {
    padding-top: 170px !important;
  }

  .u-pr-sp170 {
    padding-right: 170px !important;
  }

  .u-pb-sp170 {
    padding-bottom: 170px !important;
  }

  .u-pl-sp170 {
    padding-left: 170px !important;
  }

  .u-pt-sp175 {
    padding-top: 175px !important;
  }

  .u-pr-sp175 {
    padding-right: 175px !important;
  }

  .u-pb-sp175 {
    padding-bottom: 175px !important;
  }

  .u-pl-sp175 {
    padding-left: 175px !important;
  }

  .u-pt-sp180 {
    padding-top: 180px !important;
  }

  .u-pr-sp180 {
    padding-right: 180px !important;
  }

  .u-pb-sp180 {
    padding-bottom: 180px !important;
  }

  .u-pl-sp180 {
    padding-left: 180px !important;
  }

  .u-pt-sp185 {
    padding-top: 185px !important;
  }

  .u-pr-sp185 {
    padding-right: 185px !important;
  }

  .u-pb-sp185 {
    padding-bottom: 185px !important;
  }

  .u-pl-sp185 {
    padding-left: 185px !important;
  }

  .u-pt-sp190 {
    padding-top: 190px !important;
  }

  .u-pr-sp190 {
    padding-right: 190px !important;
  }

  .u-pb-sp190 {
    padding-bottom: 190px !important;
  }

  .u-pl-sp190 {
    padding-left: 190px !important;
  }

  .u-pt-sp195 {
    padding-top: 195px !important;
  }

  .u-pr-sp195 {
    padding-right: 195px !important;
  }

  .u-pb-sp195 {
    padding-bottom: 195px !important;
  }

  .u-pl-sp195 {
    padding-left: 195px !important;
  }

  .u-pt-sp200 {
    padding-top: 200px !important;
  }

  .u-pr-sp200 {
    padding-right: 200px !important;
  }

  .u-pb-sp200 {
    padding-bottom: 200px !important;
  }

  .u-pl-sp200 {
    padding-left: 200px !important;
  }

  .u-pt-sp205 {
    padding-top: 205px !important;
  }

  .u-pr-sp205 {
    padding-right: 205px !important;
  }

  .u-pb-sp205 {
    padding-bottom: 205px !important;
  }

  .u-pl-sp205 {
    padding-left: 205px !important;
  }

  .u-pt-sp210 {
    padding-top: 210px !important;
  }

  .u-pr-sp210 {
    padding-right: 210px !important;
  }

  .u-pb-sp210 {
    padding-bottom: 210px !important;
  }

  .u-pl-sp210 {
    padding-left: 210px !important;
  }

  .u-pt-sp215 {
    padding-top: 215px !important;
  }

  .u-pr-sp215 {
    padding-right: 215px !important;
  }

  .u-pb-sp215 {
    padding-bottom: 215px !important;
  }

  .u-pl-sp215 {
    padding-left: 215px !important;
  }

  .u-pt-sp220 {
    padding-top: 220px !important;
  }

  .u-pr-sp220 {
    padding-right: 220px !important;
  }

  .u-pb-sp220 {
    padding-bottom: 220px !important;
  }

  .u-pl-sp220 {
    padding-left: 220px !important;
  }

  .u-pt-sp225 {
    padding-top: 225px !important;
  }

  .u-pr-sp225 {
    padding-right: 225px !important;
  }

  .u-pb-sp225 {
    padding-bottom: 225px !important;
  }

  .u-pl-sp225 {
    padding-left: 225px !important;
  }

  .u-pt-sp230 {
    padding-top: 230px !important;
  }

  .u-pr-sp230 {
    padding-right: 230px !important;
  }

  .u-pb-sp230 {
    padding-bottom: 230px !important;
  }

  .u-pl-sp230 {
    padding-left: 230px !important;
  }

  .u-pt-sp235 {
    padding-top: 235px !important;
  }

  .u-pr-sp235 {
    padding-right: 235px !important;
  }

  .u-pb-sp235 {
    padding-bottom: 235px !important;
  }

  .u-pl-sp235 {
    padding-left: 235px !important;
  }

  .u-pt-sp240 {
    padding-top: 240px !important;
  }

  .u-pr-sp240 {
    padding-right: 240px !important;
  }

  .u-pb-sp240 {
    padding-bottom: 240px !important;
  }

  .u-pl-sp240 {
    padding-left: 240px !important;
  }

  .u-pt-sp245 {
    padding-top: 245px !important;
  }

  .u-pr-sp245 {
    padding-right: 245px !important;
  }

  .u-pb-sp245 {
    padding-bottom: 245px !important;
  }

  .u-pl-sp245 {
    padding-left: 245px !important;
  }

  .u-pt-sp250 {
    padding-top: 250px !important;
  }

  .u-pr-sp250 {
    padding-right: 250px !important;
  }

  .u-pb-sp250 {
    padding-bottom: 250px !important;
  }

  .u-pl-sp250 {
    padding-left: 250px !important;
  }
}
.u-wAuto {
  width: auto !important;
}

.u-w5 {
  width: 5% !important;
}

.u-w10 {
  width: 10% !important;
}

.u-w15 {
  width: 15% !important;
}

.u-w20 {
  width: 20% !important;
}

.u-w25 {
  width: 25% !important;
}

.u-w30 {
  width: 30% !important;
}

.u-w35 {
  width: 35% !important;
}

.u-w40 {
  width: 40% !important;
}

.u-w45 {
  width: 45% !important;
}

.u-w50 {
  width: 50% !important;
}

.u-w55 {
  width: 55% !important;
}

.u-w60 {
  width: 60% !important;
}

.u-w65 {
  width: 65% !important;
}

.u-w70 {
  width: 70% !important;
}

.u-w75 {
  width: 75% !important;
}

.u-w80 {
  width: 80% !important;
}

.u-w85 {
  width: 85% !important;
}

.u-w90 {
  width: 90% !important;
}

.u-w95 {
  width: 95% !important;
}

.u-w100 {
  width: 100% !important;
}

.u-w1em {
  width: 1em !important;
}

.u-w2em {
  width: 2em !important;
}

.u-w3em {
  width: 3em !important;
}

.u-w4em {
  width: 4em !important;
}

.u-w5em {
  width: 5em !important;
}

.u-w6em {
  width: 6em !important;
}

.u-w7em {
  width: 7em !important;
}

.u-w8em {
  width: 8em !important;
}

.u-w9em {
  width: 9em !important;
}

.u-w10em {
  width: 10em !important;
}

.u-w11em {
  width: 11em !important;
}

.u-w12em {
  width: 12em !important;
}

.u-w13em {
  width: 13em !important;
}

.u-w14em {
  width: 14em !important;
}

.u-w15em {
  width: 15em !important;
}

.u-w16em {
  width: 16em !important;
}

.u-w17em {
  width: 17em !important;
}

.u-w18em {
  width: 18em !important;
}

.u-w19em {
  width: 19em !important;
}

.u-w20em {
  width: 20em !important;
}

.u-w21em {
  width: 21em !important;
}

.u-w22em {
  width: 22em !important;
}

.u-w23em {
  width: 23em !important;
}

.u-w24em {
  width: 24em !important;
}

.u-w25em {
  width: 25em !important;
}

.u-w26em {
  width: 26em !important;
}

.u-w27em {
  width: 27em !important;
}

.u-w28em {
  width: 28em !important;
}

.u-w29em {
  width: 29em !important;
}

.u-w30em {
  width: 30em !important;
}

.u-w31em {
  width: 31em !important;
}

.u-w32em {
  width: 32em !important;
}

.u-w33em {
  width: 33em !important;
}

.u-w34em {
  width: 34em !important;
}

.u-w35em {
  width: 35em !important;
}

.u-w36em {
  width: 36em !important;
}

.u-w37em {
  width: 37em !important;
}

.u-w38em {
  width: 38em !important;
}

.u-w39em {
  width: 39em !important;
}

.u-w40em {
  width: 40em !important;
}

.u-w41em {
  width: 41em !important;
}

.u-w42em {
  width: 42em !important;
}

.u-w43em {
  width: 43em !important;
}

.u-w44em {
  width: 44em !important;
}

.u-w45em {
  width: 45em !important;
}

.u-w46em {
  width: 46em !important;
}

.u-w47em {
  width: 47em !important;
}

.u-w48em {
  width: 48em !important;
}

.u-w49em {
  width: 49em !important;
}

.u-w50em {
  width: 50em !important;
}

.u-fs11 {
  font-size: 1.1rem !important;
}

.u-fs12 {
  font-size: 1.2rem !important;
}

.u-fs13 {
  font-size: 1.3rem !important;
}

.u-fs14 {
  font-size: 1.4rem !important;
}

.u-fs15 {
  font-size: 1.5rem !important;
}

.u-fs16 {
  font-size: 1.6rem !important;
}

.u-fs17 {
  font-size: 1.7rem !important;
}

.u-fs18 {
  font-size: 1.8rem !important;
}

.u-fs19 {
  font-size: 1.9rem !important;
}

.u-fs20 {
  font-size: 2rem !important;
}

.u-fs21 {
  font-size: 2.1rem !important;
}

.u-fs22 {
  font-size: 2.2rem !important;
}

.u-fs23 {
  font-size: 2.3rem !important;
}

.u-fs24 {
  font-size: 2.4rem !important;
}

.u-fs25 {
  font-size: 2.5rem !important;
}

.u-fs26 {
  font-size: 2.6rem !important;
}

.u-fs27 {
  font-size: 2.7rem !important;
}

.u-fs28 {
  font-size: 2.8rem !important;
}

.u-fs29 {
  font-size: 2.9rem !important;
}

.u-fs30 {
  font-size: 3rem !important;
}

.u-fs31 {
  font-size: 3.1rem !important;
}

.u-fs32 {
  font-size: 3.2rem !important;
}

.u-fs33 {
  font-size: 3.3rem !important;
}

.u-fs34 {
  font-size: 3.4rem !important;
}

.u-fs35 {
  font-size: 3.5rem !important;
}

.u-fsXlarge {
  font-size: 3rem !important;
}

.u-fsLarge {
  font-size: 2rem !important;
}

.u-fsMedium {
  font-size: 1.8rem !important;
}

.u-fsSmall {
  font-size: 1.3rem !important;
  line-height: 1.4 !important;
}

.u-fsXsmall {
  font-size: 1.2rem !important;
}

@media screen and (max-width: 820px) {
  .u-fsXlarge {
    font-size: 2.4rem !important;
  }

  .u-fsLarge {
    font-size: 1.8rem !important;
  }

  .u-fsMedium {
    font-size: 1.6rem !important;
  }

  .u-fsSmall {
    font-size: 1.2rem !important;
  }

  .u-fsXsmall {
    font-size: 1.2rem !important;
  }
}
.u-textbold {
  font-weight: 700 !important;
}

.u-textmedium {
  font-weight: 500 !important;
}

.u-textnormal {
  font-weight: 400 !important;
}

.u-textthin {
  font-weight: 200 !important;
}

.u-textgray {
  color: #848484 !important;
}

.u-textlightgray {
  color: #B7B7B7 !important;
}

.u-emp {
  color: #c10101 !important;
}

.u-indent {
  text-indent: 1em !important;
}

.u-en {
  font-family: "DM Serif Display", serif !important;
  font-weight: 500;
}

.u-serif {
  font-family: "Noto Serif JP", serif !important;
  font-weight: 500;
}

.u-clear {
  clear: both !important;
}

.u-bgWhite {
  background: #fff !important;
}

.u-radiusNone {
  border-radius: 0 !important;
}

.u-border {
  outline: 1px solid #ebebeb;
  outline-offset: -1px;
}

.u-underMark {
  position: relative;
  bottom: -0.4em;
  line-height: 0;
  vertical-align: baseline;
}

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

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

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

.u-vm {
  vertical-align: middle !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vb {
  vertical-align: bottom !important;
}

@media screen and (min-width: 1025px) {
  .u-ac-pc {
    text-align: center !important;
  }

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

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

  .u-vm-pc {
    vertical-align: middle !important;
  }

  .u-vt-pc {
    vertical-align: top !important;
  }

  .u-vb-pc {
    vertical-align: bottom !important;
  }
}
@media screen and (max-width: 820px) {
  .u-ac-sp {
    text-align: center !important;
  }

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

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

  .u-vm-sp {
    vertical-align: middle !important;
  }

  .u-vt-sp {
    vertical-align: top !important;
  }

  .u-vb-sp {
    vertical-align: bottom !important;
  }
}
.u-sp,
.u-tablet {
  display: none !important;
}

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

  .u-tablet {
    display: inherit !important;
  }
}
@media screen and (max-width: 820px) {
  .u-pc {
    display: none !important;
  }

  .u-sp {
    display: inherit !important;
  }
}
/*****************************************************
  Print
*****************************************************/
@media print {
  html:not([class*=-mobile]) body {
    zoom: 0.8;
    width: 108rem;
  }

  body {
    -webkit-print-color-adjust: exact;
  }

  .l-wrapper {
    padding-top: 0;
  }

  .l-header {
    position: static;
  }
  .l-header.-compact {
    height: inherit;
  }
  .l-header.-compact .l-header_logo img {
    width: inherit;
  }
  .l-header.-compact .l-header_utility {
    display: flex;
  }

  .heroRecruit::before {
    position: absolute;
  }
}