@charset "UTF-8";
.p-profile-box, .p-post-item.is-line, .p-post-item.is-horizon {
  zoom: 1;
}
.p-profile-box:before, .p-post-item.is-line:before, .p-post-item.is-horizon:before, .p-profile-box:after, .p-post-item.is-line:after, .p-post-item.is-horizon:after {
  content: " ";
  display: table;
}
.p-profile-box:after, .p-post-item.is-line:after, .p-post-item.is-horizon:after {
  clear: both;
}

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

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

/**
 * Remove default margin.
 */
body {
  color: #333;
  margin: 0;
  line-height: 1.85;
  letter-spacing: 0.1em;
  font-size: 15px;
  background-size: 100% auto;
  background-attachment: fixed;
}
body.is-slidebar-active {
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 0.9333333333rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

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

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

select {
  text-transform: none;
  display: block;
  width: 100%;
  padding: 8px 12px;
  font-size: 15px;
  line-height: 1.8;
  background: #F0F4F7;
  color: rgba(51, 51, 51, 0.4);
  border: 1px solid #C0C3CA;
  height: 4.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    font-size: 16px;
    width: 100%;
    height: 3.6533333333rem;
  }
}
select:focus, select:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

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

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

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

/*
---
name: アコーディオン_Q&A
category: Components
---
*/
.c-accordion__block {
  background: #fff;
}
.c-accordion__block:not(:first-child) {
  margin-top: 0.6666666667rem;
}
.c-accordion__block.is-open .c-accordion__head {
  padding-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__block.is-open .c-accordion__head {
    padding-bottom: 0.5333333333rem;
  }
}
.c-accordion__block.is-open .c-accordion__head:before {
  content: none;
}
.c-accordion__head {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 3.7333333333rem 6.1333333333rem 3.7333333333rem 4.2666666667rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head {
    padding: 1.8666666667rem 2.9333333333rem 1.8666666667rem 1.3333333333rem;
  }
}
.c-accordion__head:before {
  content: "";
  background-color: #0080c8;
  height: 1.6rem;
  width: 0.0666666667rem;
  position: absolute;
  top: 3.8rem;
  right: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head:before {
    height: 1.3333333333rem;
    top: 1.9333333333rem;
    right: 2rem;
  }
}
.c-accordion__head:after {
  content: "";
  background-color: #0080c8;
  width: 1.6rem;
  height: 0.0666666667rem;
  position: absolute;
  top: 4.5333333333rem;
  right: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head:after {
    width: 1.3333333333rem;
    top: 2.5333333333rem;
    right: 1.4rem;
  }
}
.c-accordion__title {
  color: #0080c8;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title {
    font-size: 0.9333333333rem;
  }
}
.c-accordion__icon {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-weight: 400;
  color: #0080c8;
  flex-shrink: 0;
  margin-right: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon {
    font-size: 0.9333333333rem;
    margin-right: 1.0666666667rem;
  }
}
.c-accordion__content {
  padding: 1.0666666667rem 4.2666666667rem 4.2666666667rem;
  position: relative;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__content {
    padding: 0.5333333333rem 1.3333333333rem 1.8666666667rem;
  }
}

/*
---
name: カプセルナビ_ページ内リンク
category: Navigation
---
*/
/*
---
name: カプセルナビ_ボタン型
category: Navigation
---
*/
.c-anchor-nav__buttons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.c-anchor-nav__button {
  margin-bottom: 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__button {
    width: 100%;
    margin-bottom: 0.8rem;
  }
}
.c-anchor-nav__button:not(:last-child) {
  margin-right: 6.1403508772%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__button:not(:last-child) {
    margin-right: 0;
  }
}

.c-banner-download__block {
  position: relative;
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.7333333333rem 3.3333333333rem;
}
@media screen and (max-width: 75em) {
  .c-banner-download__block {
    flex-direction: column;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-download__block {
    padding: 1.8666666667rem 1.3333333333rem;
  }
}
.c-banner-download__block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.85);
}
.c-banner-download__block:hover {
  opacity: 1;
}
.c-banner-download__block:hover .c-button.is-square, .c-banner-download__block:hover .c-button-social > a.is-square {
  background-position: 0 center;
}
.c-banner-download__block:hover .c-button.is-square::after, .c-banner-download__block:hover .c-button-social > a.is-square::after {
  right: 0.8rem;
}
.c-banner-download__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-banner-download__title {
  z-index: 1;
  position: relative;
}
.c-banner-download__title.c-heading.is-lg {
  text-align: left;
  margin: 0;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (max-width: 75em) {
  .c-banner-download__title.c-heading.is-lg {
    text-align: center;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-download__title.c-heading.is-lg {
    font-size: 1.2rem;
  }
}
.c-banner-download__button {
  z-index: 1;
  position: relative;
  text-align: center;
  max-width: 20rem;
  width: 100%;
}
@media screen and (max-width: 75em) {
  .c-banner-download__button {
    margin-top: 2.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-download__button {
    max-width: 100%;
    margin-top: 2.4rem;
  }
}
.c-banner-download__button:after {
  content: "";
  position: absolute;
  left: 0;
  top: -50%;
  width: 4rem;
  height: 4rem;
  background-image: url("../images/icon-square-free.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-download__button:after {
    width: 3.2rem;
    height: 3.2rem;
    left: 50%;
    transform: translateX(-140px);
  }
}
.c-banner-download__button .c-button.is-square, .c-banner-download__button .c-button-social > a.is-square {
  pointer-events: none;
  border-radius: 2rem;
  padding: 1.3333333333rem 2.4666666667rem;
  font-size: 0.9333333333rem;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
.c-banner-download__button .c-button.is-square:after, .c-banner-download__button .c-button-social > a.is-square:after {
  right: 1.4666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-banner-download__button .c-button.is-square:after, .c-banner-download__button .c-button-social > a.is-square:after {
    right: 1.0666666667rem;
  }
}

.c-banner-single {
  position: relative;
  margin-top: 8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-single {
    margin-top: 4rem;
  }
}
.c-banner-single__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-banner-single__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.c-banner-single__inner {
  overflow: hidden;
  display: block;
  text-decoration: none;
  color: #333;
  position: relative;
  padding: 5.7333333333rem 10rem 5.7333333333rem 5.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-single__inner {
    padding: 2.6666666667rem 1.3333333333rem 5.8666666667rem 1.3333333333rem;
  }
}
.c-banner-single__inner::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  position: absolute;
  top: 50%;
  right: 5.6rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 46.8125em) {
  .c-banner-single__inner::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-single__inner::after {
    top: auto;
    bottom: 1.3333333333rem;
    right: 50%;
    transform: translateX(50%);
  }
}
.c-banner-single__inner:hover {
  opacity: 1;
}
.c-banner-single__inner:hover .c-banner-single__bg {
  transform: scale(1.1);
}
.c-banner-single__inner:hover::after {
  background-position: center center, 0 center;
}
.c-banner-single__title {
  position: relative;
}
.c-banner-single__title.c-heading.is-lg {
  text-align: left;
  margin: 0 0 2.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-single__title.c-heading.is-lg {
    margin-bottom: 1.2rem;
  }
}
.c-banner-single__text {
  position: relative;
}
.c-banner-single.is-eemo {
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-single.is-eemo {
    margin-top: 2.1333333333rem;
  }
}
.c-banner-single.is-eemo .c-banner-single__inner:before {
  background: rgba(255, 255, 255, 0.9);
}
.c-banner-single.is-eemo .c-banner-single__inner::after {
  background: url("../images/icon-outlink.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 17px, 200%;
}
@media screen and (max-width: 46.8125em) {
  .c-banner-single.is-eemo .c-banner-single__inner::after {
    background-size: 15px, 200%;
  }
}
.c-banner-single.is-eemo .c-banner-single__inner:hover::after {
  background-position: center center, 0 center;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-twocolumn .small-12 {
    margin-top: 0.8rem;
  }
}
.c-banner-twocolumn__head.c-heading.is-sm {
  text-align: center;
  letter-spacing: 0.15em;
  margin: 0 0 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-twocolumn__head.c-heading.is-sm {
    margin-bottom: 1.3333333333rem;
  }
}
.c-banner-twocolumn__block {
  overflow: hidden;
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  padding: 3.2rem 8rem 3.2rem 3.2rem;
  height: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-banner-twocolumn__block {
    padding-right: 6.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-twocolumn__block {
    padding: 1.6rem 1.3333333333rem;
  }
}
.c-banner-twocolumn__block::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-banner-twocolumn__block::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-banner-twocolumn__block::after {
    right: 1.3333333333rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-banner-twocolumn__block::after {
    position: relative;
    transform: none;
    top: auto;
    right: auto;
    margin: 1.0666666667rem auto 0;
  }
}
.c-banner-twocolumn__block:hover {
  opacity: 1;
}
.c-banner-twocolumn__block:hover .c-banner-twocolumn__bg {
  transform: scale(1.1);
}
.c-banner-twocolumn__block:hover::after {
  background-position: center center, 0 center;
}
.c-banner-twocolumn__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-banner-twocolumn__bg:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.91) 74.88%, rgba(255, 255, 255, 0.53) 100%);
  opacity: 0.84;
}
.c-banner-twocolumn__title {
  position: relative;
}
.c-banner-twocolumn__title.c-heading.is-xs {
  margin: 0 0 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banner-twocolumn__title.c-heading.is-xs {
    margin-bottom: 0.8rem;
  }
}
.c-banner-twocolumn__text {
  position: relative;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}

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

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access .small-12:not(:first-child) {
    margin-top: 2.6666666667rem;
  }
}
.c-block-access__head.c-heading.is-xlg {
  margin-top: 0;
}
.c-block-access__title.c-heading.is-md {
  text-align: left;
  margin-top: 0;
}
.c-block-access__map {
  position: relative;
  padding-top: 55.7620817844%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__map {
    margin-top: 1.0666666667rem;
  }
}
.c-block-access__map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.c-block-access__button {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__button {
    margin-top: 1.0666666667rem;
  }
}

.c-block-border-list__inner {
  display: flex;
  padding-top: 2.6666666667rem;
  border-top: 1px solid #F0F4F7;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-border-list__inner {
    display: block;
    padding-top: 1.8666666667rem;
    margin-top: 1.8666666667rem;
  }
}
.c-block-border-list__image {
  width: 29.7959183673%;
  margin-right: 5.7142857143%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-border-list__image {
    max-width: 38.9333333333rem;
    width: 100%;
    margin: 0 auto;
  }
}
.c-block-border-list__content {
  width: 64.4897959184%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-border-list__content {
    width: 100%;
    margin-top: 1.0666666667rem;
  }
}
.c-block-border-list__subtitle {
  display: table;
  color: #0080c8;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-border-list__subtitle {
    font-size: 0.9333333333rem;
  }
}
.c-block-border-list__title.c-heading.is-sm {
  margin-top: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-border-list__title.c-heading.is-sm {
    margin-top: 0.8rem;
  }
}
.c-block-column__head.c-heading.is-lg {
  text-align: left;
  margin: 0 0 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-column__head.c-heading.is-lg {
    margin-bottom: 2.1333333333rem;
  }
}
.c-block-column__block {
  display: flex;
  text-decoration: none;
  color: #333;
  align-items: center;
}
@media screen and (max-width: 75em) {
  .c-block-column__block {
    align-items: flex-start;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-column__block {
    display: block;
  }
}
.c-block-column__block:not(:first-child) {
  margin-top: 3.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-column__block:not(:first-child) {
    margin-top: 2.1333333333rem;
  }
}
.c-block-column__block:hover {
  opacity: 1;
}
.c-block-column__block:hover .bg-img {
  transform: scale(1.1);
}
.c-block-column__block:hover .c-block-column__title {
  color: #0080c8;
}
.c-block-column__image {
  overflow: hidden;
  position: relative;
  width: 44.2477876106%;
  padding-top: 23.2616940582%;
  margin-right: 4.804045512%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-column__image {
    width: 100%;
    padding-top: 52.5714285714%;
    margin-right: 0;
  }
}
.c-block-column__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-block-column__content {
  width: 50.9481668774%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-column__content {
    width: 100%;
    margin-top: 1.0666666667rem;
  }
}
.c-block-column__date {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  line-height: 1.4166666667;
  font-weight: 400;
  color: #C0C3CA;
  margin-left: 0.8rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-column__date {
    font-size: 0.7333333333rem;
  }
}
.c-block-column__title {
  transition: color 0.3s;
  font-size: 1.0666666667rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-column__title {
    font-size: 0.9333333333rem;
  }
}
.c-block-column__tags {
  font-size: 0.8rem;
  line-height: 1.4166666667;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6666666667rem;
}
.c-block-column__tag {
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.c-block-column__tag span {
  text-decoration: none;
  color: #C0C3CA;
  background-color: #F0F4F7;
  display: block;
  padding: 0.2rem 0.6666666667rem 0.3333333333rem;
}
.c-block-column__tag span::before {
  content: "#";
}

.c-block-comparison__head.c-heading.is-sm {
  text-align: center;
  margin: 6rem 0 3.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-comparison__head.c-heading.is-sm {
    margin: 3.2rem 0 1.6rem;
  }
}

.c-block-create {
  padding: 8rem 0;
  background: linear-gradient(rgba(255, 255, 255, 0.9) 0%, #fff 100%), url("../images/bg-block-create.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-create {
    padding: 4rem 0;
  }
}
.c-block-create__head {
  text-align: center;
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
  margin: 0 0 4.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-create__head {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
}
.c-block-create__head span {
  position: relative;
  color: #0080c8;
  border-bottom: 1px solid #0080c8;
}
.c-block-create__text {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-create__text {
    text-align: left;
  }
}
.c-block-create__image {
  text-align: center;
  width: 100%;
  max-width: 49.3333333333rem;
  margin: 4.2666666667rem auto 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-create__image {
    margin-top: 2.1333333333rem;
  }
}
.c-block-create__box {
  text-align: center;
  width: 100%;
  max-width: 49.3333333333rem;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  background: #F0F4F7;
  padding: 2.1333333333rem 1.0666666667rem;
  margin: 1.8666666667rem auto 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-create__box {
    font-size: 0.9333333333rem;
    padding: 1.6rem 1.0666666667rem;
    margin-top: 1.2rem;
  }
}
.c-block-create.is-emmp {
  background: linear-gradient(to top, rgba(255, 255, 255, 0.31) 0%, rgba(255, 255, 255, 0.92) 53.69%, #fff 100%), url("../images/bg-section-building.png") no-repeat center center;
  background-size: cover;
}
.c-block-create.is-emmp .c-block-create__image {
  max-width: 67.7333333333rem;
}

.c-block-download__heading.c-heading.is-lg {
  margin-top: 0;
}
.c-block-download__block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__block {
    display: block;
  }
}
.c-block-download__details {
  width: 55.1834130781%;
  background-color: #fff;
  padding: 5.3333333333rem 7.336523126% 9.3333333333rem 9.5693779904%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-download__details {
    padding: 2.6666666667rem 2.6666666667rem 5.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__details {
    width: 100%;
    padding: 2.1333333333rem 1.0666666667rem 2.6666666667rem;
  }
}
.c-block-download__title.c-heading.is-sm {
  text-align: center;
  margin-top: 0;
}
.c-block-download__image {
  display: flex;
  position: relative;
  width: 100%;
  padding: 2rem 2.6666666667rem;
  background: #E3E3E3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__image {
    padding: 1.3333333333rem 1.8666666667rem;
  }
}
.c-block-download__image:after {
  content: "";
  display: block;
  padding-top: 62.4489795918%;
}
.c-block-download__image .bg-img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-block-download__content {
  margin-top: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__content {
    margin-top: 1.6rem;
  }
}
.c-block-download__subtitle.c-heading.is-md {
  text-align: left;
  margin: 2.6666666667rem 0 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__subtitle.c-heading.is-md {
    margin: 1.6rem 0 1.0666666667rem;
  }
}
.c-block-download__list {
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__list {
    margin-bottom: 1.6rem;
  }
}
.c-block-download__form {
  width: 44.8165869219%;
  background-color: #fff;
  padding: 5.3333333333rem 5.7416267943% 9.3333333333rem 5.4226475279%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-download__form {
    padding: 2.6666666667rem 2.6666666667rem 5.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-download__form {
    width: 100%;
    padding: 2.1333333333rem 1.0666666667rem 2.6666666667rem;
  }
}
.c-block-download__slider-wrap {
  position: relative;
}
.c-block-download .owl-counter {
  text-align: center;
  margin-top: 1.6rem;
}
.c-block-download .owl-nav {
  position: absolute;
  bottom: -2.9333333333rem;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.c-block-download .owl-nav .owl-prev {
  margin-right: 8.6666666667rem;
}

.c-block-feature-emmp__drawing {
  width: 100%;
  max-width: 54.2666666667rem;
  margin: 0 auto;
}
.c-block-feature-emmp__text {
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-emmp__text {
    margin-top: 2.1333333333rem;
  }
}
.c-block-feature-emmp__inner {
  display: flex;
  align-items: center;
  padding-top: 2.6666666667rem;
  border-top: 1px solid #F0F4F7;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-emmp__inner {
    flex-direction: column;
    padding-top: 1.3333333333rem;
    margin-top: 1.3333333333rem;
  }
}
.c-block-feature-emmp__image {
  width: 29.674796748%;
  margin-right: 5.6910569106%;
  max-width: 38.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-emmp__image {
    width: 100%;
    margin-right: 0;
  }
}
.c-block-feature-emmp__content {
  width: 64.6341463415%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-emmp__content {
    width: 100%;
    margin-top: 1.8666666667rem;
  }
}
.c-block-feature-emmp__title.c-heading.is-sm {
  margin-top: 0;
}

.c-block-feature-vpp__title.c-heading.is-md {
  margin: 4.6666666667rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-vpp__title.c-heading.is-md {
    margin-top: 2.3333333333rem;
  }
}
.c-block-feature-vpp__image {
  text-align: center;
  width: 100%;
  max-width: 67.4666666667rem;
  margin: 1.2rem auto 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-vpp__image {
    max-width: 44.6666666667rem;
  }
}
.c-block-feature-vpp.is-bottom .c-block-feature-vpp__title.c-heading.is-md {
  margin: 0 0 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-vpp.is-bottom .c-block-feature-vpp__title.c-heading.is-md {
    margin-bottom: 1.6rem;
  }
}
.c-block-feature-vpp.is-bottom .c-block-feature-vpp__image {
  margin-top: 4.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-vpp.is-bottom .c-block-feature-vpp__image {
    margin-top: 2.2666666667rem;
  }
}
.c-block-feature-vpp__text {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-feature-vpp__text {
    text-align: left;
  }
}

.c-block-founded__head.c-heading.is-xlg {
  margin: 0 0 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__head.c-heading.is-xlg {
    margin-bottom: 3.2rem;
  }
}
.c-block-founded__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__inner {
    display: block;
  }
}
.c-block-founded__inner:not(:first-child) {
  margin-top: 5.8666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__inner:not(:first-child) {
    margin-top: 2.9333333333rem;
  }
}
.c-block-founded__image {
  position: relative;
  width: 21.9298245614%;
  max-width: 16.6666666667rem;
  padding-top: 26.3157894737%;
  margin-right: 7.0175438596%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__image {
    width: 100%;
    padding-top: 20rem;
    margin: 0 auto;
  }
}
.c-block-founded__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-founded__content {
  width: 71.0526315789%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__content {
    width: 100%;
    margin-top: 2.1333333333rem;
  }
}
.c-block-founded__post {
  color: #0080c8;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}
.c-block-founded__name {
  display: flex;
  align-items: flex-end;
  margin-top: 0.5333333333rem;
}
.c-block-founded__name span {
  flex: none;
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.46875;
  font-weight: 400;
  margin-right: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__name span {
    font-size: 1.6rem;
    margin-right: 1.0666666667rem;
  }
}
.c-block-founded__name small {
  color: #C0C3CA;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.375;
  font-weight: 400;
  margin-bottom: 0.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__name small {
    font-size: 0.9333333333rem;
  }
}
.c-block-founded__career {
  display: flex;
  align-items: flex-start;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.8461538462;
  font-weight: 400;
  margin-top: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__career {
    display: block;
    margin-top: 1.0666666667rem;
  }
}
.c-block-founded__career dt {
  flex: none;
  color: #0080c8;
  margin-right: 1.4666666667rem;
}
.c-block-founded__text {
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-founded__text {
    margin-top: 1.6rem;
  }
}

.c-block-header {
  position: relative;
}
.c-block-header .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-header .bg-img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}
.c-block-header__inner {
  position: relative;
  padding: 8.4rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-header__inner {
    padding: 4rem 0;
  }
}
.c-block-header__title {
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  font-weight: 400;
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-header__title {
    font-size: 1.8666666667rem;
    margin-bottom: 1.6rem;
  }
}
.c-block-header__text {
  max-width: 41.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-header__text {
    max-width: 100%;
  }
}

.c-block-introduction__head.c-heading.is-md {
  margin: 0;
}
.c-block-introduction__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 4.2666666667rem -2.1333333333rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-introduction__blocks {
    margin: 4.2666666667rem -1.0666666667rem 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__blocks {
    margin: 2.1333333333rem 0 0;
  }
}
.c-block-introduction__block {
  display: flex;
  align-items: center;
  width: calc(50% - 64px);
  margin: 0 2.1333333333rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-introduction__block {
    width: calc(50% - 32px);
    margin: 0 1.0666666667rem 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__block {
    width: 100%;
    margin: 0;
    flex-direction: column;
  }
}
.c-block-introduction__block:nth-child(n+3) {
  padding-top: 1.6rem;
  border-top: 1px solid #C0C3CA;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__block:not(:first-child) {
    padding-top: 1.2rem;
    border-top: 1px solid #C0C3CA;
    margin-top: 1.2rem;
  }
}
.c-block-introduction__circle {
  flex: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  background: #0080c8;
  border-radius: 50%;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__circle {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
.c-block-introduction__item {
  display: flex;
  align-items: flex-start;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__item {
    font-size: 0.9333333333rem;
  }
}
.c-block-introduction__item:before {
  content: "";
  flex: none;
  margin-top: 0.1333333333rem;
  margin-right: 0.6666666667rem;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("../images/icon-exclamation.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-introduction__item:before {
    margin-right: 0.5333333333rem;
  }
}
.c-block-introduction__item:not(:first-child) {
  margin-top: 0.5333333333rem;
}

.c-block-merit__bar {
  text-align: center;
  background: #0080c8;
  padding: 0.6666666667rem 0.8rem;
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__bar {
    font-size: 0.9333333333rem;
  }
}
.c-block-merit__box {
  background: rgba(0, 128, 200, 0.06);
  padding: 3.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__box {
    padding: 2.6666666667rem 1.3333333333rem;
  }
}
.c-block-merit__head {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__head {
    flex-direction: column;
    align-items: center;
  }
}
.c-block-merit__logo {
  width: 100%;
  max-width: 154px;
  margin-right: 0.8666666667rem;
}
.c-block-merit__logo span {
  color: #0080c8;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #0080c8;
  margin-right: 1.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__logo span {
    font-size: 0.9333333333rem;
  }
}
.c-block-merit__titles {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__titles {
    flex-direction: column;
    align-items: center;
    margin-top: 0.6666666667rem;
  }
}
.c-block-merit__titles .c-block-merit__title {
  margin-bottom: 0.1333333333rem;
}
.c-block-merit__titles .c-block-merit__title:not(:last-child) {
  margin-right: 1.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__titles .c-block-merit__title:not(:last-child) {
    margin-right: 0;
  }
}
.c-block-merit__title {
  color: #0080c8;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__title {
    font-size: 0.7333333333rem;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.c-block-merit__inner {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__inner {
    display: block;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__inner {
    margin-top: 1.3333333333rem;
  }
}
.c-block-merit__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 63.5294117647%;
  margin-right: 11.7647058824%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__list {
    width: auto;
    margin: 0 -0.5333333333rem 6.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__list {
    margin: 0 0 6.6666666667rem;
  }
}
.c-block-merit__list:after {
  content: "";
  position: absolute;
  right: -6.5%;
  top: 50%;
  transform: translateX(100%) translateY(-50%);
  border-style: solid;
  border-width: 36px 0 36px 39px;
  border-color: transparent transparent transparent #C0C3CA;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__list:after {
    right: 50%;
    top: auto;
    bottom: -2.4rem;
    transform: translateX(50%) translateY(100%);
    border-width: 39px 36px 0 36px;
    border-color: #C0C3CA transparent transparent transparent;
  }
}
.c-block-merit__item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 1.0666666667rem;
  width: calc(50% - 9px);
  margin-right: 0.6rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__item {
    padding: 0.8rem;
    width: calc(50% - 8px);
    margin: 0 0.2666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__item {
    flex-direction: column;
    justify-content: inherit;
  }
}
.c-block-merit__item:nth-child(n+3) {
  margin-top: 0.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__item:nth-child(n+3) {
    margin-top: 0.5333333333rem;
  }
}
.c-block-merit__icon {
  flex: none;
  width: 3.3333333333rem;
  margin-right: 0.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__icon {
    margin-right: 0;
  }
}
.c-block-merit__text {
  font-size: 0.8666666667rem;
  letter-spacing: 0.05em;
  line-height: 1.3846153846;
  font-weight: 400;
  width: 100%;
  max-width: 8.2666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__text {
    max-width: 9.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__text {
    text-align: center;
    font-size: 0.8rem;
    margin-top: 0.4rem;
  }
}
.c-block-merit__merit {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 24.7058823529%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-merit__merit {
    width: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-merit__merit .c-block-merit__title {
    padding-bottom: 0.2rem;
    border-bottom: 1px solid #0080c8;
    font-size: 0.8666666667rem;
  }
}
.c-block-merit__image {
  width: 100%;
  height: 100%;
  max-width: 14rem;
  margin-top: 1.2rem;
}

.c-block-mission-list__head.c-heading.is-xlg {
  margin-top: 0;
}
.c-block-mission-list__item {
  display: flex;
  align-items: center;
  padding: 2.6666666667rem 0;
  border-bottom: 1px solid #C0C3CA;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission-list__item {
    display: block;
    padding: 1.3333333333rem 0;
  }
}
.c-block-mission-list__item:first-child {
  padding-top: 0;
}
.c-block-mission-list__item span {
  flex: none;
  color: #0080c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1.3666666667;
  font-weight: 300;
  margin-right: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission-list__item span {
    font-size: 1.4666666667rem;
    margin-right: 0;
    margin-bottom: 0.5333333333rem;
  }
}
.c-block-mission-list__item p {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.7777777778;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission-list__item p {
    font-size: 0.9333333333rem;
  }
}

.c-block-mission__head.c-heading.is-xlg {
  margin-bottom: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission__head.c-heading.is-xlg {
    margin-bottom: 1.6rem;
  }
}
.c-block-mission__wrapper {
  background: #fff;
  padding: 6rem 6.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-mission__wrapper {
    padding: 5.3333333333rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission__wrapper {
    padding: 2.6666666667rem 1.3333333333rem;
  }
}
.c-block-mission__inner:not(:first-child) {
  margin-top: 6.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-mission__inner:not(:first-child) {
    margin-top: 5.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-mission__inner:not(:first-child) {
    margin-top: 2.6666666667rem;
  }
}

.c-block-plan__inner {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__inner {
    flex-direction: column;
  }
}
.c-block-plan__image {
  width: 29.674796748%;
  margin-right: 5.6910569106%;
  max-width: 38.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__image {
    width: 100%;
    margin-right: 0;
  }
}
.c-block-plan__content {
  width: 64.6341463415%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__content {
    width: 100%;
    margin-top: 1.8666666667rem;
  }
}
.c-block-plan__title.c-heading.is-sm {
  margin: 1.0666666667rem 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__title.c-heading.is-sm {
    margin: 0.8rem 0 1.0666666667rem;
  }
}
.c-block-plan__subtitle {
  color: #0080c8;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  margin: 2.6666666667rem 0 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__subtitle {
    font-size: 0.9333333333rem;
  }
}
.c-block-plan__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__list {
    display: block;
    margin: 0;
  }
}
.c-block-plan__item {
  position: relative;
  width: calc(50% - 6px);
  display: flex;
  align-items: center;
  background: #F0F4F7;
  padding: 1.6rem 1.3333333333rem;
  margin: 0.4rem 0.2rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__item {
    width: 100%;
    margin: 0.4rem 0 0;
  }
}
.c-block-plan__item:before {
  flex: none;
  content: "";
  width: 27px;
  height: 25px;
  background-image: url("../images/icon-check.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-right: 0.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__item:before {
    margin-right: 0.8rem;
  }
}
.c-block-plan__logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__logos {
    margin: 0 -0.8rem;
  }
}
.c-block-plan__logo {
  position: relative;
  width: calc(20% - 52px);
  padding-top: 7.6530612245%;
  margin: 0.4rem 1.7333333333rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-plan__logo {
    width: calc(50% - 12px);
    padding-top: 22.3880597015%;
    margin: 0.4rem 0.4rem 0;
  }
}
.c-block-plan__logo .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.c-block-recruit-vision__head.c-heading.is-xlg {
  margin-top: 0;
}
.c-block-recruit-vision__button {
  text-align: center;
  margin-top: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-recruit-vision__button {
    margin-top: 1.8666666667rem;
  }
}

.c-block-service__head.c-heading.is-xlg {
  margin: 0 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__head.c-heading.is-xlg {
    margin-bottom: 1.6rem;
  }
}
.c-block-service__blocks {
  display: flex;
  margin: 5.3333333333rem -0.2rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__blocks {
    display: block;
    margin-top: 2.6666666667rem;
  }
}
.c-block-service__block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 6px);
  margin: 0 0.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__block:not(:first-child) {
    margin-top: 0.6666666667rem;
  }
}
.c-block-service__number {
  text-align: center;
  color: #fff;
  padding: 0.1333333333rem 0.5333333333rem;
  background: #0080c8;
  font-family: "Open Sans", sans-serif;
  font-size: 0.8666666667rem;
  letter-spacing: 0em;
  line-height: 1.3846153846;
  font-weight: 700;
}
.c-block-service__content {
  background: rgba(0, 128, 200, 0.06);
  padding: 1.6rem 2rem 2.2666666667rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 59.3125em) {
  .c-block-service__content {
    padding: 1.6rem 1.3333333333rem 2.2666666667rem;
  }
}
.c-block-service__content .c-list.is-disc.is-small {
  margin-top: 1.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__content .c-list.is-disc.is-small {
    margin-top: 0.5333333333rem;
  }
}
.c-block-service__content .c-list.is-disc.is-small li {
  letter-spacing: 0;
}
.c-block-service__title {
  text-align: center;
  color: #0080c8;
  font-weight: 700;
  line-height: 1.4666666667;
  margin-bottom: auto;
  height: 100%;
}
.c-block-service__box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem;
  background: #f7f7f7;
  margin-top: 2.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__box {
    display: block;
    padding: 1.6rem 1.3333333333rem;
    margin-top: 4.6666666667rem;
  }
}
.c-block-service__box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(-90%);
  border-style: solid;
  border-width: 0 21px 34px 21px;
  border-color: transparent transparent #f7f7f7 transparent;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__box:after {
    border-width: 0 32px 64px 32px;
  }
}
.c-block-service__box-discription {
  position: absolute;
  top: -0.5rem;
  right: calc(50% - 25px);
  transform: translateX(100%) translateY(-100%);
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__box-discription {
    z-index: 1;
    white-space: nowrap;
    font-size: 0.8666666667rem;
    top: -1.7333333333rem;
    right: 50%;
    transform: translateX(50%) translateY(-100%);
  }
}
.c-block-service__box-content {
  flex: none;
  text-align: center;
  margin-right: 10.4395604396%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-service__box-content {
    margin-right: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__box-content {
    margin-right: 0;
    margin-bottom: 1.0666666667rem;
  }
}
.c-block-service__box-title {
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-service__box-title {
    font-size: 0.8666666667rem;
  }
}
.c-block-service__box-text {
  font-weight: 700;
  line-height: 1.3333333333;
  margin-top: 0.2rem;
}

.c-block-source__inner {
  display: flex;
  align-items: center;
  padding: 5.3333333333rem 8rem;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-block-source__inner {
    padding: 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-source__inner {
    flex-direction: column;
    padding: 2rem 1.3333333333rem;
  }
}
.c-block-source__title {
  flex: none;
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.46875;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-source__title {
    font-size: 1.6rem;
  }
}
.c-block-source__bar {
  width: 8.6666666667rem;
  height: 0.0666666667rem;
  background: #0080c8;
  margin: 0 8.0898876404%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-source__bar {
    width: 0.0666666667rem;
    height: 6.6666666667rem;
    margin: 2.1333333333rem 0;
  }
}
.c-block-source__image {
  max-width: 28.6rem;
  width: 100%;
}

.c-block-team .large-6:nth-child(n+3) {
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team .large-6:not(:first-child) {
    margin-top: 2.5333333333rem;
  }
}
.c-block-team__head.c-heading.is-xlg {
  margin-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team__head.c-heading.is-xlg {
    margin-bottom: 3.2rem;
  }
}
.c-block-team__inner {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 59.3125em) {
  .c-block-team__inner {
    display: block;
  }
}
.c-block-team__image {
  flex: none;
  position: relative;
  width: 30.7971014493%;
  max-width: 11.3333333333rem;
  padding-top: 37.1376811594%;
  margin-right: 5.7971014493%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-team__image {
    width: 100%;
    padding-top: 13.6666666667rem;
    margin: 0 auto;
  }
}
.c-block-team__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.2);
}
.c-block-team__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 59.3125em) {
  .c-block-team__content {
    width: 100%;
    margin-top: 2.1333333333rem;
  }
}
.c-block-team__post {
  color: #0080c8;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}
.c-block-team__name {
  display: flex;
  align-items: flex-end;
  margin-top: 0.5333333333rem;
}
.c-block-team__name span {
  flex: none;
  font-size: 1.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4642857143;
  font-weight: 400;
  margin-right: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team__name span {
    font-size: 1.3333333333rem;
    margin-right: 1.0666666667rem;
  }
}
.c-block-team__name small {
  color: #C0C3CA;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.3571428571;
  font-weight: 400;
  margin-bottom: 0.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team__name small {
    font-size: 0.8666666667rem;
  }
}
.c-block-team__career {
  display: flex;
  align-items: flex-start;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.8461538462;
  font-weight: 400;
  margin-top: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team__career {
    display: block;
    margin-top: 1.0666666667rem;
  }
}
.c-block-team__career dt {
  flex: none;
  color: #0080c8;
  margin-right: 1.4666666667rem;
}
.c-block-team__text {
  margin-top: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-team__text {
    margin-top: 1.2rem;
  }
}

.c-block-vision-infrastructure__inner {
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 59.3125em) {
  .c-block-vision-infrastructure__inner {
    display: block;
  }
}
.c-block-vision-infrastructure__content {
  width: 39.8245614035%;
  margin-right: 10.8771929825%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-vision-infrastructure__content {
    width: 100%;
    margin-right: 0;
  }
}
.c-block-vision-infrastructure__title.c-heading.is-xlg {
  margin: 0 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-vision-infrastructure__title.c-heading.is-xlg {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-vision-infrastructure__title.c-heading.is-xlg b {
    font-size: 1.7333333333rem;
  }
}
.c-block-vision-infrastructure__image {
  width: 43.8596491228%;
  max-width: 33.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-vision-infrastructure__image {
    width: 100%;
    margin: 1.6rem auto 0;
  }
}

.c-block-vision__head.c-heading.is-xlg {
  margin: 0 0 3.4666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-vision__head.c-heading.is-xlg {
    margin-bottom: 1.7333333333rem;
  }
}
.c-block-vision__video {
  position: relative;
  width: 100%;
  max-width: 54.6666666667rem;
  margin: 0 auto;
  padding-top: 39.4736842105%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-vision__video {
    padding-top: 56.7901234568%;
  }
}
.c-block-vision__video iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

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

/*
---
name: <blockquote> 引用テキスト
category: Base
---
*/
.c-blockquote {
  background-color: #fff;
  border-left: 4px solid #0080c8;
  position: relative;
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
  margin: 1.0666666667rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote {
    padding: 0.8rem 0.8rem 0.8rem 2.1333333333rem;
  }
}
.c-blockquote:before {
  content: "";
  background: url("../images/icon-quote.svg") no-repeat center center;
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  left: 0.8rem;
  top: 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote:before {
    font-size: 1.0666666667rem;
    top: 0.1333333333rem;
    left: 0.5333333333rem;
  }
}
.c-blockquote cite {
  display: block;
  margin-top: 1.0666666667rem;
}

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

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

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

.c-box-white {
  background: #fff;
  padding: 5.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-box-white {
    padding: 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-white {
    padding: 2.1333333333rem 1.3333333333rem;
  }
}
.c-box-white.is-md {
  padding: 5.3333333333rem 4.1333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-box-white.is-md {
    padding: 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-white.is-md {
    padding: 2.1333333333rem 1.3333333333rem;
  }
}

/*
---
name: ボックス_通常
category: Components
---
*/
.c-box__block {
  background-color: #0045C8;
  padding: 2.1333333333rem 2.6666666667rem;
  margin-bottom: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__block {
    padding: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.c-box__block:last-child {
  margin-bottom: 0;
}
.c-box__block:last-child:after {
  display: none !important;
}
.c-box.is-number-left .c-box__block {
  position: relative;
}
.c-box.is-number-left .c-box__block:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #0080c8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__block:after {
    border-width: 16px 16px 0 16px;
  }
}
.c-box.is-number-left .c-box__number {
  background-color: #0080c8;
  color: #fff;
  width: 5.7333333333rem;
  height: 5.7333333333rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  padding-top: 0.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number {
    width: 4.2666666667rem;
    height: 4.2666666667rem;
    padding-top: 0.6666666667rem;
  }
}
.c-box.is-number-left .c-box__number small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number small {
    font-size: 0.9333333333rem;
  }
}
.c-box.is-number-left .c-box__number span {
  font-size: 2.8rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number span {
    font-size: 2.1333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__image {
    margin-bottom: 1.0666666667rem;
  }
}
.c-box.is-roundimg .c-box__image {
  width: 13.3333333333rem;
  height: 13.3333333333rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.c-box.is-roundimg .c-box__image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.c-breadcrumb {
  padding: 0 0 2.8rem;
  background: #f7f7f7 url("../images/bg-line.png") repeat-y center center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    background-size: 22.3333333333rem auto;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    padding: 0 0 1.6rem;
  }
}
.c-breadcrumb__inner {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  padding: 0 2.6666666667rem;
}
@media screen and (max-width: 75em) {
  .c-breadcrumb__inner {
    padding: 0 2.1333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb__inner {
    padding: 0 1.3333333333rem;
  }
}
.c-breadcrumb span {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 0.6666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4;
  font-weight: 400;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb span {
    font-size: 0.7333333333rem;
  }
}
.c-breadcrumb span a {
  color: inherit;
}
.c-breadcrumb span a:after {
  content: "";
  display: inline-block;
  width: 2.3333333333rem;
  height: 1px;
  background-color: #B1B1B1;
  margin: 0 0.6666666667rem 0.2666666667rem;
}
.c-breadcrumb span a:hover {
  text-decoration: underline;
}

.b-block .c-breadcrumb {
  background: transparent;
}

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

/*
---
name: ボタン_カラー別
category: Buttons
---
*/
.c-button, .c-button-social > a {
  background: transparent;
  border: none;
  position: relative;
  outline: none;
  display: inline-block;
  width: 100%;
  max-width: 18.9333333333rem;
  text-align: left;
  color: #0080c8;
  text-decoration: none;
  padding: 0 0.5333333333rem 1.3333333333rem;
  transition: all 0.3s;
  border-bottom: 1px solid #C0C3CA;
  line-height: 1.3333333333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button, .c-button-social > a {
    padding: 0 0.5333333333rem 1.0666666667rem;
  }
}
.c-button::before, .c-button-social > a::before, .c-button::after, .c-button-social > a::after {
  transition: 0.3s;
}
.c-button::before, .c-button-social > a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: left top;
  background: #0080c8;
}
.c-button::after, .c-button-social > a::after {
  content: "";
  width: 1.5666666667rem;
  height: 0.6rem;
  position: absolute;
  right: 0.5333333333rem;
  top: 0.4rem;
  display: block;
  background: url("../images/icon-arrow-blue.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button::after, .c-button-social > a::after {
    top: 0.2666666667rem;
  }
}
.c-button:hover, .c-button-social > a:hover {
  opacity: 1;
}
.c-button:hover::before, .c-button-social > a:hover::before {
  transform: scaleX(1);
}
.c-button:hover::after, .c-button-social > a:hover::after {
  right: 0;
}
.c-button.is-current, .c-button-social > a.is-current {
  color: #999999;
  pointer-events: none;
}
.c-button.is-current::after, .c-button-social > a.is-current::after {
  background: url("../images/icon-arrow-gray.png") no-repeat 0 0;
  background-size: contain;
}

.c-button.is-icon, .c-button-social > a.is-icon {
  display: inline-flex;
  width: auto;
  padding: 0;
  flex-direction: row-reverse;
  align-items: center;
  border: none;
}
.c-button.is-icon::before, .c-button-social > a.is-icon::before {
  content: none;
}
.c-button.is-icon::after, .c-button-social > a.is-icon::after {
  flex-shrink: 0;
  position: static;
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
}
@media screen and (max-width: 46.8125em) {
  .c-button.is-icon::after, .c-button-social > a.is-icon::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
.c-button.is-icon span, .c-button-social > a.is-icon span {
  display: inline-block;
  position: relative;
  margin-left: 0.6666666667rem;
}
.c-button.is-icon span::before, .c-button-social > a.is-icon span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: left top;
  background: #0080c8;
  transition: 0.3s;
}
.c-button.is-icon:hover::after, .c-button-social > a.is-icon:hover::after {
  background-position: center center, 0 center;
}
.c-button.is-icon:hover span::before, .c-button-social > a.is-icon:hover span::before {
  transform: scaleX(1);
}

.c-button.is-square, .c-button-social > a.is-square {
  text-align: center;
  padding: 2.1333333333rem;
  max-width: 26.8rem;
  color: #fff;
  border-bottom: none;
  background: linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 200%;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 46.8125em) {
  .c-button.is-square, .c-button-social > a.is-square {
    padding: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-square, .c-button-social > a.is-square {
    font-size: 0.9333333333rem;
  }
}
.c-button.is-square::before, .c-button-social > a.is-square::before {
  content: none;
}
.c-button.is-square::after, .c-button-social > a.is-square::after {
  top: 50%;
  width: 1.5rem;
  height: 0.5333333333rem;
  transform: translateY(-50%);
  right: 2.2rem;
  background: url("../images/icon-arrow-white.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 59.3125em) {
  .c-button.is-square::after, .c-button-social > a.is-square::after {
    right: 1.3333333333rem;
  }
}
.c-button.is-square:hover, .c-button-social > a.is-square:hover {
  background-position: 0 center;
}
.c-button.is-square:hover::after, .c-button-social > a.is-square:hover::after {
  right: 1.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-button.is-square:hover::after, .c-button-social > a.is-square:hover::after {
    right: 1.0666666667rem;
  }
}
.c-button.is-square.is-arrow-left::after, .c-button-social > a.is-square.is-arrow-left::after {
  left: 2.2rem;
  right: auto;
  background: url("../images/icon-arrow-white-left.png") no-repeat 0 0;
  background-size: contain;
}
@media screen and (max-width: 46.8125em) {
  .c-button.is-square.is-arrow-left::after, .c-button-social > a.is-square.is-arrow-left::after {
    left: 1.6rem;
  }
}
.c-button.is-square.is-arrow-left:hover::after, .c-button-social > a.is-square.is-arrow-left:hover::after {
  left: 1.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-button.is-square.is-arrow-left:hover::after, .c-button-social > a.is-square.is-arrow-left:hover::after {
    left: 1.0666666667rem;
  }
}

.c-button.is-cta-white, .c-button-social > a.is-cta-white {
  max-width: 100%;
  background: #fff;
  text-align: center;
  font-size: 0.9333333333rem;
  padding: 1.3333333333rem;
  border-radius: 30px;
  border-bottom: none;
}
.c-button.is-cta-white::before, .c-button-social > a.is-cta-white::before {
  content: none;
}
.c-button.is-cta-white::after, .c-button-social > a.is-cta-white::after {
  top: 50%;
  transform: translateY(-50%);
  right: 1.6rem;
}
@media screen and (max-width: 59.3125em) {
  .c-button.is-cta-white::after, .c-button-social > a.is-cta-white::after {
    right: 1.0666666667rem;
  }
}
.c-button.is-cta-white:hover, .c-button-social > a.is-cta-white:hover {
  opacity: 0.86;
}

.c-button.is-anchor, .c-button-social > a.is-anchor {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 0;
  border: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-anchor, .c-button-social > a.is-anchor {
    width: 100%;
    max-width: 100%;
    padding: 0 0.5333333333rem 1.0666666667rem;
    justify-content: space-between;
  }
}
.c-button.is-anchor::before, .c-button-social > a.is-anchor::before {
  bottom: -0.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-anchor::before, .c-button-social > a.is-anchor::before {
    transform: scaleX(1);
    bottom: -0.0666666667rem;
  }
}
.c-button.is-anchor::after, .c-button-social > a.is-anchor::after {
  flex-shrink: 0;
  position: relative;
  top: auto;
  right: auto;
  width: 0.5666666667rem;
  height: 0.9333333333rem;
  margin-left: 0.5333333333rem;
  background: url(../images/icon-arrow-blue-down.png) no-repeat 0 0;
  background-size: contain;
}

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

.c-card-button-simple.is-top {
  margin-top: 6.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-button-simple.is-top {
    margin-top: 3.2rem;
  }
}
@media screen and (min-width: 59.375em) {
  .c-card-button-simple {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
.c-card-button-simple__block {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
}
@media screen and (min-width: 59.375em) {
  .c-card-button-simple__block {
    width: calc(50% - 33px);
  }
}
@media screen and (max-width: 59.3125em) {
  .c-card-button-simple__block:first-child {
    margin-bottom: 2.6666666667rem;
  }
}
.c-card-button-simple__block:hover {
  opacity: 1;
}
.c-card-button-simple__block:hover .bg-img {
  transform: scale(1.1);
}
.c-card-button-simple__block:hover .c-button.is-icon::after, .c-card-button-simple__block:hover .c-button-social > a.is-icon::after {
  background-position: center center, 0 center;
}
.c-card-button-simple__block:hover .c-button.is-icon span::before, .c-card-button-simple__block:hover .c-button-social > a.is-icon span::before {
  transform: scaleX(1);
}
.c-card-button-simple__image {
  overflow: hidden;
}
.c-card-button-simple__text {
  padding: 0.2666666667rem 0 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button-simple__text {
    padding: 0.5333333333rem 0 0;
  }
}
.c-card-button-simple__text-button {
  padding-top: 1.6666666667rem;
  margin-top: auto;
}
.c-card-button-simple__title {
  font-size: 1.7333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.6538461538;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button-simple__title {
    font-size: 1.2rem;
    margin: 0.8rem 0;
  }
}
.c-card-button-simple .bg-img {
  height: 0;
  padding-top: 71.322160149%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 59.3125em) {
  .c-card-button-simple .bg-img {
    padding-top: 50%;
  }
}

.c-card-button.is-top {
  margin-top: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-button.is-top {
    margin-top: 2.6666666667rem;
  }
}
.c-card-button.is-recruit .c-card-button__content {
  padding: 2.3333333333rem 2.3333333333rem 2.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button.is-recruit .c-card-button__content {
    padding: 1.3333333333rem;
  }
}
.c-card-button.is-recruit .c-card-button__block::after {
  bottom: 2.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button.is-recruit .c-card-button__block::after {
    right: 1.3333333333rem;
  }
}
@media screen and (min-width: 59.375em) {
  .c-card-button {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-card-button {
    margin-right: -1.3333333333rem;
    margin-left: -1.3333333333rem;
  }
}
.c-card-button__block {
  display: block;
  overflow: hidden;
  position: relative;
  color: #fff;
}
@media screen and (min-width: 59.375em) {
  .c-card-button__block {
    width: calc(50% - 1px);
  }
}
@media screen and (max-width: 59.3125em) {
  .c-card-button__block {
    margin-bottom: 1px;
  }
}
.c-card-button__block::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  position: absolute;
  bottom: 2rem;
  right: 2.3333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button__block::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-card-button__block::after {
    right: 1.3333333333rem;
  }
}
.c-card-button__block:hover {
  opacity: 1;
}
.c-card-button__block:hover .bg-img {
  transform: scale(1.1);
}
.c-card-button__block:hover::after {
  background-position: center center, 0 center;
}
.c-card-button .bg-img {
  height: 0;
  padding-top: 110.5263157895%;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 59.3125em) {
  .c-card-button .bg-img {
    padding-top: 94.4%;
  }
}
.c-card-button .bg-img::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 50.74%, #000 100%);
}
.c-card-button__content {
  position: absolute;
  bottom: 0;
  padding: 2.3333333333rem 2.3333333333rem 2rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button__content {
    padding: 1.3333333333rem;
  }
}
.c-card-button__title {
  font-size: 1.7333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.6538461538;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button__title {
    font-size: 1.4666666667rem;
  }
}
.c-card-button__text {
  margin-top: 2.1333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-button__text {
    margin-top: 1.0666666667rem;
  }
}

@media screen and (max-width: 59.3125em) {
  .c-card-case-small .large-6 {
    width: 100%;
  }
}
.c-card-case-small .large-6:nth-child(n+3) {
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-case-small .large-6:not(:first-child) {
    margin-top: 1.3333333333rem;
  }
}
.c-card-case-small__block {
  display: flex;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-case-small__block {
    display: block;
  }
}
.c-card-case-small__block:hover {
  opacity: 1;
}
.c-card-case-small__block:hover .bg-img {
  transform: scale(1.1);
}
.c-card-case-small__block:hover .c-card-case-small__title {
  color: #0080c8;
}
.c-card-case-small__image {
  overflow: hidden;
  position: relative;
  width: 39.8550724638%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-case-small__image {
    width: 100%;
    padding-top: 60.7142857143%;
  }
}
.c-card-case-small__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s 0s ease;
}
.c-card-case-small__content {
  width: 63.768115942%;
  background: #fff;
  padding: 3.2rem 2.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-case-small__content {
    width: 100%;
    padding: 1.6rem 1.3333333333rem;
  }
}
.c-card-case-small__title {
  transition: all 0.3s 0s ease;
}
.c-card-case-small__title.c-heading.is-xs {
  margin: 1.0666666667rem 0 1.8666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-case-small__title.c-heading.is-xs {
    margin: 0.8rem 0 1.3333333333rem;
  }
}
.c-card-case-small__name {
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}
.c-card-case-small__button {
  text-align: center;
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-case-small__button {
    margin-top: 2.1333333333rem;
  }
}
.c-card-case-small.is-case .c-card-case-small__block:not(:first-child) {
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-case-small.is-case .c-card-case-small__block:not(:first-child) {
    margin-top: 1.3333333333rem;
  }
}
.c-card-case-small.is-case-page {
  position: relative;
  width: calc(100% + 90px + 256px);
}
@media screen and (max-width: 59.3125em) {
  .c-card-case-small.is-case-page {
    width: 100%;
  }
}

.c-card-case .owl-stage-outer {
  min-width: 150vw;
}
.c-card-case .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
}
.c-card-case .owl-nav .owl-prev {
  margin-right: 8.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case .owl-nav {
    display: none;
  }
}
.c-card-case__wrapper {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__wrapper {
    margin-bottom: 1.6rem;
  }
}
.c-card-case__wrapper .owl-counter {
  position: absolute;
  width: 11.3333333333rem;
  text-align: center;
  top: -5.6666666667rem;
  right: 0;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__wrapper .owl-counter {
    display: none;
  }
}
.c-card-case__item-link {
  text-decoration: none;
  color: inherit;
  width: 64rem;
  max-width: 100%;
  display: flex;
  background: #fff;
  margin-right: 1.6rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-case__item-link {
    width: 46.6666666667rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__item-link {
    width: 18.6666666667rem;
    display: block;
    margin-right: 0.6666666667rem;
  }
}
.c-card-case__item-link:hover {
  opacity: 1;
}
.c-card-case__item-link:hover .bg-img {
  transform: scale(1.1);
}
.c-card-case__item-link:hover .c-card-case__item-title {
  color: #0080c8;
}
.c-card-case__item-image {
  overflow: hidden;
}
@media screen and (min-width: 46.875em) {
  .c-card-case__item-image {
    width: 48.9583333333%;
  }
}
.c-card-case .bg-img {
  height: 100%;
  transition: transform 0.3s;
  background-size: cover;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case .bg-img {
    height: 0;
    padding-top: 60.7142857143%;
  }
}
.c-card-case__item-content {
  padding: 4.8rem 5.3333333333rem 4.8rem 4rem;
}
@media screen and (min-width: 46.875em) {
  .c-card-case__item-content {
    width: 51.0416666667%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-card-case__item-content {
    padding: 3.7333333333rem 2.6666666667rem 3.7333333333rem 2rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__item-content {
    padding: 1.6rem;
  }
}
.c-card-case__item-label {
  margin-bottom: 1.6rem;
}
.c-card-case__item-title {
  transition: color 0.3s;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__item-title {
    font-size: 1.0666666667rem;
  }
}
.c-card-case__item-sub {
  font-size: 0.8666666667rem;
  margin-top: auto;
}
@media screen and (max-width: 46.8125em) {
  .c-card-case__item-sub {
    font-size: 0.7333333333rem;
  }
}

.c-card-column .owl-stage-outer {
  min-width: 150vw;
}
.c-card-column .owl-nav {
  position: absolute;
  top: -5rem;
  right: 0;
}
.c-card-column .owl-nav .owl-prev {
  margin-right: 8.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column .owl-nav {
    display: none;
  }
}
.c-card-column__wrapper {
  position: relative;
  margin-bottom: 4rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column__wrapper {
    margin-bottom: 1.6rem;
  }
}
.c-card-column__wrapper .owl-counter {
  position: absolute;
  width: 11.3333333333rem;
  text-align: center;
  top: -5.6666666667rem;
  right: 0;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column__wrapper .owl-counter {
    display: none;
  }
}
.c-card-column__item-link {
  display: block;
  text-decoration: none;
  color: inherit;
  width: 32.6666666667rem;
  max-width: 100%;
  margin-right: 0.2rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column__item-link {
    width: 18.6666666667rem;
    display: block;
  }
}
.c-card-column__item-link:hover {
  opacity: 1;
}
.c-card-column__item-link:hover .bg-img {
  transform: scale(1.1);
}
.c-card-column__item-link:hover .c-card-column__item-title {
  color: #0080c8;
}
.c-card-column__item-image {
  overflow: hidden;
}
.c-card-column .bg-img {
  height: 0;
  padding-top: 57.1428571429%;
  background: #000;
  background-size: cover;
  transition: transform 0.3s;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column .bg-img {
    height: 0;
    padding-top: 60.7142857143%;
  }
}
.c-card-column__item-content {
  padding: 1.6rem 2.6666666667rem 0.0666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column__item-content {
    padding: 1.6rem;
  }
}
.c-card-column__item-date {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  line-height: 1.4166666667;
  font-weight: 400;
  color: #C0C3CA;
  margin-left: 0.8rem;
}
@media screen and (max-width: 46.8125em) {
  .c-card-column__item-date {
    font-size: 0.7333333333rem;
  }
}
.c-card-column__item-title {
  transition: color 0.3s;
  font-size: 1.0666666667rem;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
}
.c-card-download__inner {
  margin-top: 6.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__inner {
    margin-top: 3.3333333333rem;
  }
}
.c-card-download__head.c-heading.is-md {
  text-align: left;
  margin: 0;
}
.c-card-download__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__blocks {
    margin: 0;
  }
}
.c-card-download__block {
  display: block;
  text-decoration: none;
  color: #333;
  display: flex;
  flex-direction: column;
  width: calc(33.3% - 20px);
  background: #fff;
  padding: 2.6666666667rem;
  margin: 2.6666666667rem 0.6666666667rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-card-download__block {
    padding: 1.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__block {
    width: 100%;
    margin: 1.6rem 0 0;
  }
}
.c-card-download__block:hover {
  opacity: 1;
}
.c-card-download__block:hover .c-card-download__text {
  color: #0080c8;
}
.c-card-download__block:hover .c-card-download__button:after {
  transform: translateX(10px);
}
.c-card-download__image {
  position: relative;
  width: 100%;
  padding-top: 63.7630662021%;
}
.c-card-download__image .bg-img {
  width: 88.850174216%;
  max-height: 12.1333333333rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__image .bg-img {
    max-height: 90%;
  }
}
.c-card-download__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 1.8666666667rem;
  border-top: 1px solid #C0C3CA;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__content {
    padding-top: 1.0666666667rem;
    margin-top: 1.6rem;
  }
}
.c-card-download__text {
  transition: all 0.3s 0s ease;
}
.c-card-download__text.c-heading.is-xs {
  text-align: center;
  margin: 0 0 auto;
}
.c-card-download__button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0080c8;
  margin-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__button {
    margin-top: 1.2rem;
  }
}
.c-card-download__button:after {
  content: "";
  background: url(../images/icon-arrow-blue.png) no-repeat center center;
  background-size: contain;
  margin-left: 1.0666666667rem;
  width: 1.33333rem;
  height: 0.6rem;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__button:after {
    margin-left: 0.8rem;
  }
}

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

.c-card-plan__blocks {
  display: flex;
  margin: 0 -0.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__blocks {
    display: block;
  }
}
.c-card-plan__block {
  text-align: center;
  width: calc(100% - 5px);
  padding: 2.5333333333rem 1.3333333333rem 3.0666666667rem;
  margin: 4.2666666667rem 0.1666666667rem 0;
  background: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__block {
    padding: 1.6rem 1.3333333333rem 1.8666666667rem;
    margin: 2.1333333333rem 0.1666666667rem 0;
  }
}
.c-card-plan__block:nth-child(1) .c-card-plan__title, .c-card-plan__block:nth-child(1) .c-card-plan__price, .c-card-plan__block:nth-child(1) .c-card-plan__monthly {
  color: #00B4EA;
}
.c-card-plan__block:nth-child(1) .c-card-plan__label {
  background: #00B4EA;
}
.c-card-plan__block:nth-child(2) .c-card-plan__title, .c-card-plan__block:nth-child(2) .c-card-plan__price, .c-card-plan__block:nth-child(2) .c-card-plan__monthly {
  color: #0080c8;
}
.c-card-plan__block:nth-child(2) .c-card-plan__label {
  background: #0080c8;
}
.c-card-plan__block:nth-child(3) .c-card-plan__title, .c-card-plan__block:nth-child(3) .c-card-plan__price, .c-card-plan__block:nth-child(3) .c-card-plan__monthly, .c-card-plan__block.is-secondary .c-card-plan__title, .c-card-plan__block.is-secondary .c-card-plan__price, .c-card-plan__block.is-secondary .c-card-plan__monthly {
  color: #0045C8;
}
.c-card-plan__block:nth-child(3) .c-card-plan__label, .c-card-plan__block.is-secondary .c-card-plan__label {
  background: #0045C8;
}
.c-card-plan__title.c-heading.is-sm {
  margin: 0;
}
.c-card-plan__text {
  margin-top: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__text {
    margin-top: 0.8rem;
  }
}
.c-card-plan__price {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 2.9333333333rem;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  font-weight: 400;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__price {
    font-size: 1.8666666667rem;
    margin-top: 1.2rem;
  }
}
.c-card-plan__monthly {
  margin-top: 0.8rem;
  line-height: 1.5;
}
.c-card-plan__label {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.2666666667rem 1.6rem;
  margin-top: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__label {
    padding: 0.2666666667rem 1.0666666667rem;
    margin-top: 1.6rem;
  }
}
.c-card-plan__cution {
  display: block;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__cution {
    margin-top: 0.5333333333rem;
  }
}
.c-card-plan__small {
  display: block;
  text-align: right;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-plan__small {
    margin-top: 0.8rem;
  }
}

/*
---
name: ポストアイテム_カード（タグあり）
category: News
---
*/
.c-card-post__block {
  width: 100%;
  display: block;
  text-decoration: none;
  color: #333;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__block {
    margin-bottom: 2.1333333333rem;
  }
}
.c-card-post__block span,
.c-card-post__block small {
  display: block;
}
.c-card-post__image {
  position: relative;
  display: block;
}
.c-card-post__image img {
  width: 100%;
  height: auto;
}
.c-card-post__label {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 99;
  display: block;
}
.c-card-post__content {
  margin-top: 0.8rem;
}
.c-card-post__title {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.6;
}
.c-card-post__text {
  color: rgba(51, 51, 51, 0.7);
  font-size: 0.8666666667rem;
  margin-top: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__text {
    margin-top: 0.5333333333rem;
  }
}
.c-card-post__sup {
  margin-top: 0.4rem;
  display: flex;
  align-items: flex-start;
}
.c-card-post__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  opacity: 0.7;
  letter-spacing: 0.01em;
  margin-right: 1.6rem;
}
.c-card-post__detail {
  color: #0080c8;
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  opacity: 0.7;
}
.c-card-post__tag ul {
  display: flex;
  flex-wrap: wrap;
}
.c-card-post__tag ul li {
  margin-right: 1.3333333333rem;
}
.c-card-post__tag ul li a {
  color: #0080c8;
  font-weight: 400;
  font-size: 0.9333333333rem;
  display: block;
  text-decoration: none;
}

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

.c-card-sdgs__head.c-heading.is-xlg {
  margin-top: 0;
}
.c-card-sdgs__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.4rem;
}
.c-card-sdgs__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(33.3% - 6px);
  background: #fff;
  padding: 3.7333333333rem 3.2rem;
  margin: 0.4rem 0.2rem 0;
}
@media screen and (max-width: 71.875em) {
  .c-card-sdgs__block {
    padding: 3.2rem 2.1333333333rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-card-sdgs__block {
    width: calc(50% - 6px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-sdgs__block {
    width: calc(100% - 6px);
    padding: 2.1333333333rem 1.3333333333rem;
  }
}
.c-card-sdgs__block.is-center {
  justify-content: center;
}
.c-card-sdgs__icon {
  width: 100%;
  min-height: 0%;
  max-width: 5.3333333333rem;
}
.c-card-sdgs__title {
  width: 100%;
}
.c-card-sdgs__title.c-heading.is-xs {
  text-align: center;
  font-weight: 700;
  line-height: 1.5833333333;
}
.c-card-sdgs__text {
  width: 100%;
  text-align: center;
  line-height: 1.8666666667;
}
.c-card-sdgs__image {
  width: 100%;
  max-width: 17.0666666667rem;
  min-height: 0%;
}
.c-card-sdgs__button {
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-sdgs__button {
    margin-top: 1.6rem;
  }
}

.c-card-share__blocks {
  display: flex;
  margin: 0 -0.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__blocks {
    display: block;
    margin: 0;
  }
}
.c-card-share__block {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: calc(100% - 6px);
  background: #fff;
  padding: 3.2rem;
  margin: 0 0.2rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-share__block {
    padding: 1.8666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__block {
    padding: 1.3333333333rem;
    width: 100%;
    margin: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__block:not(:first-child) {
    margin-top: 0.8rem;
  }
}
.c-card-share__icon {
  width: 100%;
  min-height: 0%;
  max-width: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__icon {
    max-width: 4rem;
  }
}
.c-card-share__title {
  width: 100%;
}
.c-card-share__title.c-heading.is-xs {
  text-align: center;
  font-weight: 700;
  line-height: 1.5833333333;
  margin: 1.3333333333rem 0 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__title.c-heading.is-xs {
    margin-top: 0.8rem;
  }
}
.c-card-share__text {
  width: 100%;
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-share__text {
    margin-top: 1.0666666667rem;
  }
}

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

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

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

.c-cta-insert {
  padding: 4.8rem 0;
  background-image: linear-gradient(180deg, #007EFD, #00B4EA);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-cta-insert {
    padding: 3.2rem 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-cta-insert .small-12 {
    padding: 0 0.5333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-cta-insert .small-12 {
    margin-top: 0.5333333333rem;
  }
}
.c-cta-insert__title.c-heading.is-sm {
  color: #fff;
  text-align: center;
  margin-top: 0;
}
.c-cta-insert__inner {
  text-align: center;
  padding: 0 10.101010101%;
}
@media screen and (max-width: 75em) {
  .c-cta-insert__inner {
    padding: 0 2.1333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-cta-insert__inner {
    padding: 0 1.3333333333rem;
  }
}
.c-cta-insert.is-case {
  padding: 3.3333333333rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-cta-insert.is-case {
    padding: 2.1333333333rem 0;
  }
}

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

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

.c-emmp-banner {
  background: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 600px), url("../images/bg-emmp-banner.jpg") no-repeat center center;
  background-size: auto, cover;
  padding: 8rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-emmp-banner {
    padding: 4rem 0;
  }
}
.c-emmp-banner.is-gray {
  background: url("../images/bg-emmp-banner.jpg") no-repeat center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-emmp-banner__block {
  display: block;
  position: relative;
  color: inherit;
  text-decoration: none;
  border-bottom: solid 1px #0080c8;
  padding: 5.3333333333rem 9.6rem 5.3333333333rem 5.7333333333rem;
  /* Note: currently only Safari supports backdrop-filter */
  backdrop-filter: blur(2px) brightness(103%);
  --webkit-backdrop-filter: blur(2px) brightness(103%);
  background-color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 59.3125em) {
  .c-emmp-banner__block {
    padding: 4rem 6.6666666667rem 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-emmp-banner__block {
    padding: 2.6666666667rem 1.3333333333rem;
  }
}
.c-emmp-banner__block:before {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: -0.0666666667rem;
  width: 0;
  height: 0.0666666667rem;
  background: #0080c8;
  transition: all 0.3s 0s ease;
  transition-delay: 0.4s;
  opacity: 0;
}
.c-emmp-banner__block::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5.6rem;
}
@media screen and (max-width: 46.8125em) {
  .c-emmp-banner__block::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-emmp-banner__block::after {
    right: 2.6666666667rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-emmp-banner__block::after {
    position: static;
    transform: none;
    top: auto;
    margin: 1.0666666667rem auto 0;
  }
}
.c-emmp-banner__block:hover {
  border-color: transparent;
}
.c-emmp-banner__block:hover:before {
  opacity: 1;
  width: 100%;
}
.c-emmp-banner__block:hover::after {
  background-position: center center, 0 center;
}
.c-emmp-banner__image {
  width: 100%;
  max-width: 46.6666666667rem;
  text-align: center;
  margin: 0 auto 3.2rem;
}
@media screen and (max-width: 46.8125em) {
  .c-emmp-banner__image {
    margin-bottom: 1.8666666667rem;
  }
}
.c-emmp-banner__title.c-heading.is-lg {
  text-align: left;
  margin-top: 0;
}
.c-emmp-banner__content {
  padding-right: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-emmp-banner__content {
    padding-right: 0;
  }
}
.c-emmp-banner.is-top {
  padding: 6rem 0 8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-emmp-banner.is-top {
    padding: 4rem 0;
  }
}
.c-emmp-banner.is-top .c-emmp-banner__block {
  padding: 5.3333333333rem 5.7333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-emmp-banner.is-top .c-emmp-banner__block {
    padding: 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-emmp-banner.is-top .c-emmp-banner__block {
    padding: 2.6666666667rem 1.3333333333rem;
  }
}
.c-emmp-banner.is-top .c-emmp-banner__block::after {
  top: calc(50% + 174px);
  transform: translateY(-50%);
}
@media screen and (max-width: 46.8125em) {
  .c-emmp-banner.is-top .c-emmp-banner__block::after {
    position: static;
    transform: none;
    top: auto;
    margin: 1.0666666667rem auto 0;
  }
}

.c-flow__wrapper {
  padding: 6.6666666667rem 8rem;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-flow__wrapper {
    padding: 4rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__wrapper {
    padding: 2.6666666667rem 1.3333333333rem;
  }
}
.c-flow__block {
  position: relative;
  display: flex;
}
.c-flow__block:not(:last-child) {
  padding-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__block:not(:last-child) {
    padding-bottom: 2.1333333333rem;
  }
}
.c-flow__block:not(:last-child):before {
  content: "";
  position: absolute;
  left: 2.5333333333rem;
  bottom: 0;
  height: calc(100% - 40px);
  width: 0.0666666667rem;
  background: #C0C3CA;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__block:not(:last-child):before {
    height: calc(100% - 34px);
  }
}
.c-flow__number {
  flex: none;
  display: flex;
  align-items: baseline;
  color: #0080c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-top: 0.5333333333rem;
  margin-right: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__number {
    margin-right: 1.6rem;
    margin-top: 0.4rem;
  }
}
.c-flow__number small {
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-right: 0.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__number small {
    font-size: 0.8666666667rem;
  }
}
.c-flow__number span {
  font-size: 1.3333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.35;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__number span {
    font-size: 1.0666666667rem;
  }
}
.c-flow__title.c-heading.is-sm {
  margin: 0 0 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__title.c-heading.is-sm {
    margin-bottom: 0.8rem;
  }
}
.c-flow__text {
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 2.25;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__text {
    font-size: 0.9333333333rem;
  }
}
.c-flow__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background: #f7f7f7;
  padding: 1.8666666667rem 0.8rem;
  margin-top: 3.0666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-flow__box {
    flex-direction: column;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__box {
    padding: 1.3333333333rem 0.8rem;
    margin-top: 1.6rem;
  }
}
.c-flow__box .c-flow__title.c-heading.is-sm {
  margin: 0 2.8rem 0 0;
}
@media screen and (max-width: 59.3125em) {
  .c-flow__box .c-flow__title.c-heading.is-sm {
    margin-right: 0;
  }
}
.c-flow__label {
  color: #0080c8;
  padding-bottom: 0.0666666667rem;
  border-bottom: 1px solid #0080c8;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 59.3125em) {
  .c-flow__label {
    margin-top: 0.5333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__label {
    font-size: 0.9333333333rem;
  }
}

.c-form-head__block {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__block {
    display: block;
  }
}
.c-form-head__title.c-heading.is-xlg {
  margin-bottom: 0;
}
.c-form-head__list {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__list {
    justify-content: center;
    margin-top: 1.6rem;
  }
}
.c-form-head__item {
  padding-left: 4.6666666667rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item {
    padding-left: 2rem;
  }
}
.c-form-head__item:first-of-type {
  padding-left: 0;
}
.c-form-head__item:first-of-type::before {
  display: none;
}
.c-form-head__item::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  margin: auto;
  width: 2.3333333333rem;
  height: 0.0666666667rem;
  transform: translateX(50%);
  background: #C0C3CA;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item::before {
    width: 1rem;
  }
}
.c-form-head__item-number {
  width: 2rem;
  height: 2rem;
  color: #C0C3CA;
  border: solid 1px #C0C3CA;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.9333333333rem;
  margin: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-number {
    width: 1.6rem;
    height: 1.6rem;
    font-size: 0.8rem;
  }
}
.c-form-head__item-text {
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 0.6666666667rem;
  color: #C0C3CA;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-text {
    font-size: 0.8rem;
  }
}

.c-form-head__item.is-current .c-form-head__item-number {
  background: #0080c8;
  color: #fff;
  border-color: #0080c8;
}
.c-form-head__item.is-current .c-form-head__item-text {
  color: #0080c8;
}

.c-forms-normal__block {
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__block {
    margin-bottom: 2.1333333333rem;
  }
}
.c-forms-normal__block:last-child {
  margin-bottom: 0;
}
.c-forms-normal__title {
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__title {
    margin-bottom: 0.8rem;
  }
}
.c-forms-normal__label {
  display: inline-block;
  color: #f00;
  margin-left: 0.3333333333rem;
}
.c-forms-normal__content input, .c-forms-normal__content select, .c-forms-normal__content textarea {
  background-color: #F9F9F9;
  border-color: #ECECEC;
  border-radius: 4px;
  font-size: 1.0666666667rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.c-forms-normal__content input:focus, .c-forms-normal__content select:focus, .c-forms-normal__content textarea:focus {
  outline: none;
  border-color: #0080c8;
}
.c-forms-normal__input {
  width: 100%;
}
.c-forms-normal__input.is-sm {
  width: 12rem;
}
.c-forms-normal__input input {
  padding: 1.2666666667rem 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__input input {
    padding: 1.0666666667rem;
  }
}
.c-forms-normal__select select {
  height: 4.5333333333rem;
  box-shadow: none;
}
.c-forms-normal__radio, .c-forms-normal__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-normal__radio label, .c-forms-normal__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__radio label, .c-forms-normal__checkbox label {
    margin-right: 3.2rem;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms-normal__radio input, .c-forms-normal__checkbox input {
  margin-right: 0.5333333333rem;
  margin-top: 0.1333333333rem;
}
.c-forms-normal__radio span:last-child label, .c-forms-normal__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-normal__checkbox input {
  margin-right: 0.4rem;
  margin-top: 0.2666666667rem;
}
.c-forms-normal__textarea textarea {
  padding: 1.2666666667rem 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__textarea textarea {
    padding: 1.0666666667rem;
  }
}
.c-forms-normal__privacy {
  margin-top: 5.7333333333rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__privacy {
    margin-top: 2.1333333333rem;
  }
}
.c-forms-normal__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.c-forms-normal__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.0666666667rem;
}
.c-forms-normal__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-normal__flexbox .c-forms-normal__input {
  margin-right: 1.0666666667rem;
}
.c-forms-normal__flexbox .c-forms-normal__input:last-child {
  margin-right: 0;
}
.c-forms-normal__flexbox span {
  min-width: 8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms-normal__button {
  max-width: 10rem;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  padding: 0.2rem 0.8rem;
  display: block;
  text-align: center;
  margin-left: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__button {
    padding: 0.6rem 0.8rem;
  }
}
.c-forms-normal__submit {
  text-align: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__submit {
    margin-top: 2.1333333333rem;
  }
}
.c-forms-simple__block {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__block {
    display: block;
  }
}
.c-forms-simple__title {
  min-width: 17.2rem;
  padding: 1.0666666667rem 2.1333333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title {
    width: 100%;
    background-color: transparent;
    padding: 0.8rem 0 0;
    font-weight: 700;
  }
}
.c-forms-simple__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms-simple__title.is-vertical-top.is-just {
  padding-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title.is-vertical-top.is-just {
    padding-top: 0.8rem;
  }
}
.c-forms-simple__title.is-vertical-top .c-forms__label {
  margin-top: 0.2rem;
}
.c-forms-simple__label {
  display: block;
  background-color: #00B4EA;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.0666666667rem 0.6666666667rem;
  margin-left: 1.0666666667rem;
  min-width: 3.2rem;
}
.c-forms-simple__content {
  width: 100%;
  padding: 1.0666666667rem 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__content {
    padding: 0.8rem 0;
  }
}
.c-forms-simple__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms-simple__content.is-column .c-forms-simple__input {
  margin-right: 24px;
}
.c-forms-simple__content.is-column .c-forms-simple__input:last-of-type {
  margin-right: 0;
}
.c-forms-simple__content.is-column input {
  width: 100%;
}
.c-forms-simple__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__input {
  width: 100%;
}
.c-forms-simple__input input {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__input input {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms-simple__input input:focus {
  border-color: #0080c8;
}
.c-forms-simple__input.is-sm {
  width: 12rem;
}
.c-forms-simple__input.is-sm input {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.c-forms-simple__textarea textarea {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__textarea textarea {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms-simple__textarea textarea:focus {
  border-color: #0080c8;
}
.c-forms-simple__radio, .c-forms-simple__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__radio label, .c-forms-simple__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__radio label, .c-forms-simple__checkbox label {
    margin-right: 3.2rem;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms-simple__radio input, .c-forms-simple__checkbox input {
  margin-right: 0.5333333333rem;
  margin-top: 0.1333333333rem;
}
.c-forms-simple__radio span:last-child label, .c-forms-simple__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-simple__checkbox input {
  margin-right: 0.4rem;
  margin-top: 0.2666666667rem;
}
.c-forms-simple__privacy {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__privacy {
    margin-top: 1.0666666667rem;
  }
}
.c-forms-simple__privacy input {
  margin-right: 0.6666666667rem;
}
.c-forms-simple__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.c-forms-simple__flex-al {
  display: flex;
  align-items: center;
}
.c-forms-simple__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox {
    display: block;
  }
}
.c-forms-simple__flexbox input {
  width: 100%;
}
.c-forms-simple__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-simple__flexbox span {
  min-width: 8rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms-simple__button {
  max-width: 10rem;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  padding: 0.2rem 0.8rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__button {
    padding: 0.6rem 0.8rem;
  }
}
.c-forms-simple__submit {
  text-align: center;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__submit {
    margin-top: 2.1333333333rem;
  }
}
.c-forms {
  margin-top: 3.2rem;
  padding: 5.3333333333rem 2.1333333333rem 8rem;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-forms {
    padding: 3.2rem 0 4.2666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms {
    margin-top: 2.1333333333rem;
    padding: 1.8666666667rem 1.3333333333rem 2.1333333333rem;
  }
}
.c-forms__links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__links {
    margin-bottom: 2.1333333333rem;
  }
}
.c-forms__links .c-forms__link {
  color: #333;
  margin: 0 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__links .c-forms__link {
    margin-top: 0.5333333333rem;
  }
}
.c-forms__link {
  display: block;
  margin-top: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__link {
    margin-top: 0.4rem;
  }
}
.c-forms__link.is-recruit {
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}
.c-forms__text {
  text-align: center;
  margin-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__text {
    margin-bottom: 2.1333333333rem;
  }
}
.c-forms__blocks {
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__blocks {
    margin-bottom: 1.6rem;
  }
}
.c-forms__block {
  display: flex;
}
.c-forms__block:not(:last-child) {
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block:not(:last-child) {
    margin-bottom: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block {
    display: block;
  }
}
.c-forms__block.is-vertical {
  display: block;
}
.c-forms__block.is-vertical .c-forms__title {
  max-width: 14rem;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block.is-vertical .c-forms__title {
    max-width: 100%;
    margin-bottom: 0.8rem;
  }
}
.c-forms__title {
  min-width: 14rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  margin-right: 4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0.8rem;
    font-weight: 700;
  }
}
.c-forms__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms__title.is-vertical-top.is-just {
  padding-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title.is-vertical-top.is-just {
    padding-top: 0.8rem;
  }
}
.c-forms__title.is-vertical-top .c-forms__label {
  margin-top: 0.2rem;
}
.c-forms__label {
  display: block;
  background-color: #0080c8;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.0666666667rem 0.6666666667rem;
  margin-left: 1.0666666667rem;
  min-width: 3.2rem;
}
.c-forms__content {
  width: 100%;
}
.c-forms__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms__content.is-column .c-forms-simple__input {
  margin-right: 24px;
}
.c-forms__content.is-column .c-forms-simple__input:last-of-type {
  margin-right: 0;
}
.c-forms__content.is-column input {
  width: 100%;
}
.c-forms__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__input {
  width: 100%;
}
.c-forms__input input {
  background: #F0F4F7;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input input {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms__input input:focus {
  border-color: #0080c8;
}
.c-forms__input input[type=file] {
  -webkit-appearance: none;
  height: 4.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input input[type=file] {
    height: 3.6533333333rem;
  }
}
.c-forms__input.is-sm {
  width: 12rem;
}
.c-forms__input.is-sm input {
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
}
.c-forms__input.is-md {
  width: 18.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input.is-md {
    width: 100%;
  }
}
.c-forms__select {
  position: relative;
  width: 100%;
}
.c-forms__select:after {
  content: "";
  pointer-events: none;
  position: absolute;
  display: block;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  width: 0.56667rem;
  height: 0.93333rem;
  background: url(../images/icon-arrow-blue-down.png) no-repeat 0 0;
  background-size: contain;
}
.c-forms__select.is-md {
  width: 18.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__select.is-md {
    width: 100%;
  }
}
.c-forms__select select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
  background: #F0F4F7;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__select select {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms__select select:focus {
  border-color: #0080c8;
}
.c-forms__select select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
.c-forms__textarea textarea {
  background: #F0F4F7;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__textarea textarea {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms__textarea textarea:focus {
  border-color: #0080c8;
}
.c-forms__radio, .c-forms__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__radio label, .c-forms__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio label, .c-forms__checkbox label {
    margin-right: 1.6rem;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms__radio input, .c-forms__checkbox input {
  flex: none;
  margin-right: 0.5333333333rem;
  margin-top: 0.1333333333rem;
}
.c-forms__radio span:last-of-type label, .c-forms__checkbox span:last-of-type label {
  margin-right: 0;
}
.c-forms__radio.is-vertical {
  display: block;
}
.c-forms__radio.is-vertical span {
  display: block;
}
.c-forms__radio.is-vertical span:not(:last-child) {
  margin-bottom: 0.4rem;
}
.c-forms__radio.is-half > span {
  min-width: 16rem;
}
.c-forms__radio.is-half label {
  margin-right: 1.6rem;
}
.c-forms__checkbox.is-vertical {
  display: block;
}
.c-forms__checkbox.is-vertical span {
  display: block;
}
.c-forms__checkbox.is-vertical span:not(:last-child) {
  margin-bottom: 0.4rem;
}
.c-forms__checkbox input {
  margin-right: 0.4rem;
  margin-top: 0.2666666667rem;
}
.c-forms__privacy {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__privacy {
    margin-top: 1.0666666667rem;
  }
}
.c-forms__privacy input {
  margin-right: 0.6666666667rem;
}
.c-forms__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.c-forms__flex-al {
  display: flex;
  align-items: center;
}
.c-forms__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox {
    display: block;
  }
}
.c-forms__flexbox input {
  background: #F0F4F7;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox input {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms__flexbox input:focus {
  border-color: #0080c8;
}
.c-forms__flexbox select {
  color: #333;
  width: 100%;
  background: #F0F4F7;
  padding: 1.0666666667rem 1.0666666667rem 1.0666666667rem 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox select {
    padding: 0.8rem 1.0666666667rem;
  }
}
.c-forms__flexbox select:focus {
  border-color: #0080c8;
}
.c-forms__flexbox select:last-of-type {
  margin-left: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox select:last-of-type {
    margin-left: 0;
    margin-top: 0.5333333333rem;
  }
}
.c-forms__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms__flexbox span {
  min-width: 5.3333333333rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5333333333rem;
  }
}
.c-forms__button {
  flex: none;
  max-width: 10rem;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  padding: 0.2rem 0.8rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__button {
    padding: 0.6rem 0.8rem;
  }
}
.c-forms__submit {
  text-align: center;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit {
    margin-top: 2.1333333333rem;
  }
}
.c-forms__submit__back {
  width: calc(25% - 28px);
  margin-right: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__back {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__back {
    width: calc(50% - 10px);
    margin-right: 6px;
  }
}
.c-forms__submit__submit {
  width: calc(25% - 28px);
  margin-left: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__submit {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__submit {
    width: calc(50% - 10px);
    margin-left: 6px;
  }
}
.c-forms.is-block {
  margin-top: 0;
  padding: 0;
}
.c-forms.is-block .c-forms__block {
  display: block;
  margin-bottom: 1.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms.is-block .c-forms__block {
    margin-bottom: 0.8rem;
  }
}
.c-forms.is-block .c-forms__title {
  justify-content: flex-start;
  padding: 0;
  margin-bottom: 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms.is-block .c-forms__title {
    font-size: 1rem;
  }
}
.c-forms.is-block .c-forms__label {
  min-width: 50px;
}
.c-forms.is-block .c-forms__content {
  padding: 0;
}
.c-forms.is-block .c-forms__privacy {
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms.is-block .c-forms__privacy {
    margin-top: 2.1333333333rem;
  }
}
.c-forms.is-block .c-forms__submit {
  margin-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms.is-block .c-forms__submit {
    margin-top: 1.6rem;
  }
}
.c-forms__btn {
  text-align: center;
}

/* 日曜日のカラー設定 */
.ui-datepicker-week-end:first-child {
  background-color: #ffecec !important;
  color: #ff0000 !important;
}

/* 土曜日のカラー設定 */
.ui-datepicker-week-end:last-child {
  background-color: #eaeaff !important;
  color: #0000ff !important;
}

.c-gallery-slider {
  position: relative;
  z-index: 1;
  padding-top: 158px;
  overflow: hidden;
  padding-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider {
    padding-top: 50px;
  }
}
.c-gallery-slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 2.8rem;
  background: #F0F0F0;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 147px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider::before {
    height: calc(100% - 90px);
    top: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider {
    padding-bottom: 2.6666666667rem;
  }
}
.c-gallery-slider__heading {
  position: relative;
  z-index: 2;
  margin: 0 0 5.3333333333rem;
  padding-left: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading {
    margin-bottom: 2.6666666667rem;
    padding-left: 0;
  }
}
.c-gallery-slider__heading-en {
  margin: 0;
  width: 100%;
  max-width: 14.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-en {
    max-width: 8.72rem;
  }
}
.c-gallery-slider__heading-en img {
  width: 100%;
}
.c-gallery-slider__heading-sub {
  padding-left: 2.3333333333rem;
  font-size: 1.3333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-sub {
    font-size: 1.0666666667rem;
    padding-left: 2rem;
  }
}
.c-gallery-slider__main {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2.6666666667rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main {
    width: 100%;
    margin-bottom: 1.3333333333rem !important;
  }
}
.c-gallery-slider__main .slick-slide {
  width: 100%;
  max-width: 49.8666666667rem !important;
  outline: none !important;
  cursor: pointer;
}
@media screen and (max-width: 62.5em) {
  .c-gallery-slider__main .slick-slide {
    max-width: 50rem !important;
  }
}
.c-gallery-slider__main-texts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
  background: rgba(0, 128, 200, 0.9);
  color: #fff;
  padding: 1.2666666667rem 2.6666666667rem;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-texts {
    padding: 0.6666666667rem 1.0666666667rem;
  }
}
.c-gallery-slider__main-title {
  font-size: 1.0666666667rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-title {
    font-size: 0.8666666667rem;
  }
}
.c-gallery-slider__main-text {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-text {
    font-size: 0.7333333333rem;
  }
}
.c-gallery-slider__main-content {
  transform: scale(0.9, 0.9);
  transition: 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-content {
    margin: 0 12px;
  }
}
.c-gallery-slider__main-image {
  position: relative;
}
.c-gallery-slider__main-bgimg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-gallery-slider__main-bgimg:before {
  content: "";
  display: block;
  padding-top: 66.8449197861%;
}
.c-gallery-slider__thumbnail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
}
.c-gallery-slider__thumbnail.is-sm .slick-dots {
  display: none !important;
}
.c-gallery-slider__thumbnail-image {
  width: 13.2947976879%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.c-gallery-slider__thumbnail-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.c-gallery-slider__thumbnail-image:hover {
  opacity: 1;
}
.c-gallery-slider__thumbnail-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-gallery-slider__thumbnail-bgimg:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__thumbnail-bgimg:before {
    padding-top: 57.9710144928%;
  }
}
.c-gallery-slider__thumbnail .slick-slide {
  margin: 0 6px;
  outline: none !important;
  width: 100%;
  max-width: 9.2rem !important;
  cursor: pointer;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider__thumbnail .slick-slide {
    max-width: none !important;
  }
}
.c-gallery-slider__thumbnail.is-simple-none {
  display: none;
}
.c-gallery-slider .slick-current.c-gallery-slider__thumbnail-image:after {
  opacity: 1;
}
.c-gallery-slider .slick-current.c-gallery-slider__main-content {
  opacity: 1;
  transform: scale(1, 1);
}
.c-gallery-slider .slick-current .c-gallery-slider__main-texts {
  display: block !important;
}
.c-gallery-slider .slick-arrow {
  position: absolute;
  margin: auto;
  z-index: 999;
  width: 3.3333333333rem;
  height: 3.3333333333rem;
  top: 50%;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-arrow {
    display: none !important;
  }
}
.c-gallery-slider .slick-arrow::before {
  display: none;
}
.c-gallery-slider .slick-arrow img {
  z-index: 999;
  width: 100%;
  height: 100%;
}
.c-gallery-slider .slick-prev {
  left: -4.9333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-prev {
    left: 0;
  }
}
.c-gallery-slider .slick-next {
  right: -4.9333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-next {
    right: 0;
  }
}
.c-gallery-slider .draggable {
  padding: 0 !important;
}
.c-gallery-slider .slick-dots {
  line-height: 1;
  height: auto;
  bottom: -2.1333333333rem;
}
.c-gallery-slider .slick-dots li {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  margin: 0 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery-slider .slick-dots li button {
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery-slider .slick-dots li button:before {
  content: "";
  opacity: 1;
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  background-color: rgba(70, 70, 70, 0.2);
  border-radius: 1000px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button:before {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #464646;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 46.875em) {
  .large-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }
  #growp-editor-wrapper .large-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }
  #growp-editor-wrapper .large-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  #growp-editor-wrapper .large-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }
  #growp-editor-wrapper .large-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }
  #growp-editor-wrapper .large-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  #growp-editor-wrapper .large-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }
  #growp-editor-wrapper .large-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }
  #growp-editor-wrapper .large-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  #growp-editor-wrapper .large-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }
  #growp-editor-wrapper .large-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }
  #growp-editor-wrapper .large-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
  #growp-editor-wrapper .large-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  #growp-editor-wrapper .is-push-lg-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .medium-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-1 {
    margin-left: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-2 {
    margin-left: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-3 {
    margin-left: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-4 {
    margin-left: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-5 {
    margin-left: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-6 {
    margin-left: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-7 {
    margin-left: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-8 {
    margin-left: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-9 {
    margin-left: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-10 {
    margin-left: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-11 {
    margin-left: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-12 {
    margin-left: 100%;
  }
}
/*
---
name: 見出し_テンプレート
category: Heading
---
*/
.c-heading {
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.1em;
  font-weight: 400;
}

.c-heading.is-xlg {
  margin-top: 8rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg {
    margin-top: 4rem;
    margin-bottom: 1.6rem;
  }
}
.c-heading.is-xlg::before {
  content: "";
  height: 1px;
  width: 2.3333333333rem;
  display: block;
  margin-bottom: 2rem;
  background-color: #0080c8;
}
.c-heading.is-xlg b {
  display: block;
  margin-top: 0.6666666667rem;
  font-size: 2.1333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.5625;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg b {
    font-size: 1.8666666667rem;
  }
}
.c-heading.is-xlg span {
  display: block;
  color: #0080c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  font-size: 0.8666666667rem;
  line-height: 1.5384615385;
}
.c-heading.is-xlg.is-center::before {
  margin-right: auto;
  margin-left: auto;
}
.c-heading.is-xlg.is-with-lead {
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg.is-with-lead {
    margin-bottom: 1.6rem;
  }
}
.c-heading.is-xlg.is-before-none:before {
  content: none;
}

.c-heading.is-lg {
  text-align: center;
  font-size: 1.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4642857143;
  font-weight: 400;
  margin: 2.1333333333rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg {
    font-size: 1.4666666667rem;
    margin: 1.0666666667rem 0;
  }
}
.c-heading.is-lg span {
  position: relative;
  color: #0080c8;
  border-bottom: 1px solid #0080c8;
}

.c-heading.is-md {
  text-align: center;
  color: #0080c8;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 2.6666666667rem;
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    margin-bottom: 1.3333333333rem;
  }
}
.c-heading.is-md.is-number {
  text-align: left;
  display: flex;
  align-items: flex-start;
  margin: 2.1333333333rem 0 1.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-number {
    flex-direction: column;
    align-items: center;
    margin: 1.6rem 0 1.3333333333rem;
  }
}
.c-heading.is-md.is-number span {
  flex: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  letter-spacing: 0.3em;
  font-size: 2.6666666667rem;
  letter-spacing: 0em;
  line-height: 1.375;
  font-weight: 300;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-number span {
    font-size: 1.7333333333rem;
    margin-right: 0;
  }
}
.c-heading.is-md.is-number b {
  letter-spacing: 0.15em;
  line-height: 1.5;
  margin-top: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-number b {
    margin-top: 0;
  }
}
.c-heading.is-md.is-column span {
  display: block;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-column span {
    font-size: 0.9333333333rem;
  }
}
.c-heading.is-md.is-column span:before {
  content: "";
  height: 1px;
  width: 2.2666666667rem;
  display: block;
  margin: 0 auto 1.0666666667rem;
  background-color: #0080c8;
}
.c-heading.is-md.is-column b {
  display: block;
  letter-spacing: 0.15em;
  margin-top: 1.6rem;
}
.c-heading.is-md.is-left {
  text-align: left;
  margin: 5.3333333333rem 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-left {
    margin: 2.6666666667rem 0 1.6rem;
  }
}

.c-heading.is-sm {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2.1333333333rem;
  margin-bottom: 1.8666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm {
    font-size: 1.2rem;
    margin-top: 1.6rem;
    margin-bottom: 1.0666666667rem;
  }
}
.c-heading.is-sm small {
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
}

.c-heading.is-xs {
  font-size: 1.2rem;
  line-height: 1.75;
  margin-top: 2.1333333333rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xs {
    font-size: 0.9333333333rem;
    margin-top: 1.3333333333rem;
    margin-bottom: 0.8rem;
  }
}

.c-heading.is-xxs {
  font-size: 1.0666666667rem;
  line-height: 2.25;
  margin-top: 1.8666666667rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xxs {
    font-size: 0.9333333333rem;
    margin-top: 1.0666666667rem;
    margin-bottom: 0.8rem;
  }
}

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

.c-heading.is-color-white {
  color: #fff;
}

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

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

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

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

.c-hero-block-line {
  overflow: hidden;
}
.c-hero-block-line .l-container {
  position: relative;
}
.c-hero-block-line__block {
  margin-bottom: 5.3333333333rem;
  position: relative;
  min-height: 32rem;
  padding-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block {
    margin-bottom: 2.1333333333rem;
    min-height: inherit;
    padding-top: 0 !important;
  }
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__image, .c-hero-block-line__block.is-reverse .c-hero-block-line__image {
  left: auto;
  right: 0;
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__content, .c-hero-block-line__block.is-reverse .c-hero-block-line__content {
  margin-left: 0;
  padding-right: 14.0350877193%;
  padding-left: 5.4385964912%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content, .c-hero-block-line__block.is-reverse .c-hero-block-line__content {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }
}
.c-hero-block-line__block:nth-child(even) .c-hero-block-line__link, .c-hero-block-line__block.is-reverse .c-hero-block-line__link {
  right: 27.2108843537%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block:nth-child(even) .c-hero-block-line__link, .c-hero-block-line__block.is-reverse .c-hero-block-line__link {
    right: auto;
  }
}
.c-hero-block-line__block:last-child {
  margin-bottom: 0.5333333333rem;
}
.c-hero-block-line__image {
  display: block;
  position: absolute;
  top: -3.2rem;
  left: 0;
  height: 26.6666666667rem;
  overflow: hidden;
  width: 51.5789473684%;
  z-index: 2;
  opacity: 1 !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image {
    position: relative;
    width: 100%;
    height: 55vw;
    top: 0;
  }
}
.c-hero-block-line__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.c-hero-block-line__image:hover:after {
  opacity: 0.3;
}
.c-hero-block-line__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image img {
    height: 100%;
  }
}
.c-hero-block-line__content {
  background-color: #fff;
  position: relative;
  width: 57.0175438596%;
  min-height: 20.8rem;
  margin-left: auto;
  padding-top: 5.8666666667rem;
  padding-right: 4.2666666667rem;
  padding-bottom: 6.8666666667rem;
  padding-left: 14.0350877193%;
  border: 1px solid #0080c8;
  z-index: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__content {
    width: calc(100% - 24px);
    min-height: inherit;
    margin-top: -2.6666666667rem;
    z-index: 99;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1.3333333333rem 1.6rem 1.0666666667rem;
  }
}
.c-hero-block-line__label {
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__label {
    margin-bottom: 0.8rem;
  }
}
.c-hero-block-line__detail {
  color: #0080c8;
  font-weight: 400;
}
.c-hero-block-line__link {
  position: absolute;
  bottom: 3.4666666667rem;
  right: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__link {
    position: relative;
    bottom: auto;
    right: auto;
    text-align: right;
    margin-top: 1.0666666667rem;
  }
}
.c-hero-block-line__link a {
  color: #333;
  text-decoration: none;
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 214.2857142857%;
  font-weight: 700;
  display: inline-block;
  padding-right: 1.2rem;
  position: relative;
}
.c-hero-block-line__link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #0080c8;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-hero-block-line__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head {
    margin-bottom: 0.8rem;
  }
}
.c-hero-block-line__head small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.6666666667rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head small {
    font-size: 3.3333333333rem;
    margin-right: 0.5333333333rem;
  }
}
.c-hero-block-line__head span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8666666667rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head span {
    font-size: 1.5866666667rem;
  }
}
.c-hero-block-line__button {
  margin-top: 2.1333333333rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__button {
    margin-top: 1.0666666667rem;
  }
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
  border-right: none;
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content:after {
  content: "";
  display: block;
  background: #fff;
  border-top: 1px solid #0080c8;
  border-bottom: 1px solid #0080c8;
  height: 100%;
  position: absolute;
  top: -1px;
  right: 0;
  width: 2000px;
  transform: translateX(100%);
  z-index: 10;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content {
    border-left: none;
    padding-left: 0;
    padding-right: 0;
  }
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(odd) .c-hero-block-line__content:before {
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #0080c8;
    border-bottom: 1px solid #0080c8;
    height: 100%;
    position: absolute;
    top: -1px;
    left: 0;
    width: 2000px;
    transform: translateX(-100%);
    z-index: 10;
  }
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
  border-left: none;
}
.c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content:after {
  content: "";
  display: block;
  background: #fff;
  border-top: 1px solid #0080c8;
  border-bottom: 1px solid #0080c8;
  height: 100%;
  position: absolute;
  top: -1px;
  left: 0;
  width: 2000px;
  transform: translateX(-100%);
  z-index: 10;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content {
    padding-left: 0;
    padding-right: 0;
    border-right: 0;
  }
  .c-hero-block-line.is-wide .c-hero-block-line__block:nth-child(even) .c-hero-block-line__content:before {
    content: "";
    display: block;
    background: #fff;
    border-top: 1px solid #0080c8;
    border-bottom: 1px solid #0080c8;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    width: 2000px;
    transform: translateX(100%);
    z-index: 10;
  }
}

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

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

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

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

/*
---
name: ヒーローブロック_通常
category: SpecialComponents
---
*/
.c-hero-block {
  overflow: hidden;
}
.c-hero-block__block {
  margin-bottom: 5.3333333333rem;
  position: relative;
  min-height: 32rem;
  padding-top: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__block {
    margin-bottom: 3.2rem;
    min-height: inherit;
    padding-top: 0 !important;
  }
}
.c-hero-block__block:nth-child(even) .c-hero-block__image, .c-hero-block__block.is-reverse .c-hero-block__image {
  left: auto;
  right: 0;
}
.c-hero-block__block:nth-child(even) .c-hero-block__content, .c-hero-block__block.is-reverse .c-hero-block__content {
  margin-left: 0;
}
.c-hero-block__block:last-child {
  margin-bottom: 0.5333333333rem;
}
.c-hero-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 32rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__image {
    position: relative;
    width: 100%;
    height: 55vw;
  }
}
.c-hero-block__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__image img {
    width: 100%;
    height: 100%;
  }
}
.c-hero-block__content {
  background-color: #fff;
  position: relative;
  z-index: 99;
  width: 51.5789473684%;
  min-height: 20.8rem;
  margin-left: auto;
  padding: 4.2666666667rem;
  border: 1px solid #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__content {
    width: 100%;
    min-height: inherit;
    margin-top: -1.6rem;
    padding: 1.6rem;
  }
}
.c-hero-block__detail {
  color: #0080c8;
  font-weight: 400;
}
.c-hero-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head {
    margin-bottom: 0.8rem;
  }
}
.c-hero-block__head small {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 6.6666666667rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head small {
    font-size: 3.3333333333rem;
    margin-right: 0.5333333333rem;
  }
}
.c-hero-block__head span {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 1.8666666667rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head span {
    font-size: 1.5866666667rem;
  }
}
.c-hero-block__button {
  margin-top: 2.1333333333rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__button {
    margin-top: 1.0666666667rem;
  }
}

.c-history__head.c-heading.is-xlg {
  margin-top: 0;
}
.c-history__inner {
  padding: 6.6666666667rem 8rem;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-history__inner {
    padding: 5.3333333333rem 2.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__inner {
    padding: 2.1333333333rem 1.3333333333rem;
  }
}
.c-history__block {
  padding-bottom: 3.3333333333rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__block {
    padding-bottom: 1.6666666667rem;
  }
}
.c-history__block:last-child {
  padding-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__block:last-child {
    padding-bottom: 0.6666666667rem;
  }
}
.c-history__block:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #0080c8;
  position: absolute;
  top: 0.6666666667rem;
  left: 132.5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__block:before {
    left: 102.5px;
  }
}
.c-history__list {
  display: table;
  padding-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__list {
    padding-bottom: 1.0666666667rem;
  }
}
.c-history__list:last-child {
  padding-bottom: 0;
}
.c-history__date {
  display: table-cell;
  width: 9.3333333333rem;
  max-width: 9.3333333333rem;
  position: relative;
  line-height: 1;
  text-align: left;
  color: #0080c8;
  padding-top: 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__date {
    width: 7.3333333333rem;
    max-width: 7.3333333333rem;
    padding-top: 0.4666666667rem;
  }
}
.c-history__date:after {
  content: "";
  display: block;
  width: 0.9333333333rem;
  height: 0.9333333333rem;
  background: linear-gradient(to left, #007efd 0%, #00b4ea 100%);
  border-radius: 50%;
  position: absolute;
  top: 0.6rem;
  right: 0px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__date:after {
    top: 0.5333333333rem;
  }
}
.c-history__content {
  display: table-cell;
  vertical-align: top;
  padding-left: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-history__content {
    padding-left: 1.6rem;
  }
}

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

.c-label {
  color: #0080c8;
  display: inline-block;
  text-align: center;
  font-size: 0.8666666667rem;
  padding: 0.0666666667rem;
  border-bottom: 1px solid #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label {
    font-size: 0.8rem;
  }
}
.c-label.is-xlg {
  min-width: 10.4rem;
  font-size: 0.9333333333rem;
  padding: 0.2rem 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-xlg {
    min-width: 8rem;
    font-size: 0.8rem;
    padding: 0.1333333333rem 0.5333333333rem;
  }
}
.c-label.is-lg {
  min-width: 10.6666666667rem;
  font-size: 0.8666666667rem;
}
.c-label.is-sm {
  min-width: 5.3333333333rem;
  font-size: 0.8rem;
  padding: 0 0.5333333333rem;
}

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

.c-list-tags {
  font-size: 0.8rem;
  line-height: 1.4166666667;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6666666667rem;
}
.c-list-tags__item {
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.c-list-tags__tag {
  text-decoration: none;
  color: #C0C3CA;
  background-color: #F0F4F7;
  display: block;
  padding: 0.2rem 0.6666666667rem 0.3333333333rem;
}
.c-list-tags__tag::before {
  content: "#";
}
.c-list-tags.is-top {
  margin: 2rem 0 1.0666666667rem;
}
@media screen and (min-width: 46.875em) {
  .c-list-tags.is-top {
    padding-right: 14rem;
    margin: 2rem 0 3.4666666667rem;
  }
}

.c-list {
  list-style: none;
}
.c-list li {
  list-style: inherit;
}
.c-list li:not(:first-child) {
  margin-top: 0.5333333333rem;
}
.c-list > li {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list > li {
    font-size: 0.9333333333rem;
  }
}
.c-list > li > ul li {
  font-size: 1.0666666667rem;
  line-height: 2.25;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list > li > ul li {
    font-size: 0.9333333333rem;
  }
}

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

*/
.c-list.is-disc {
  padding-left: 1em;
}
.c-list.is-disc li {
  text-indent: -1em;
}
.c-list.is-disc li:before {
  content: "・";
  color: #333;
}
.c-list.is-disc ul {
  list-style: none;
  margin-left: 1.6rem;
  padding-left: 1em;
}
.c-list.is-disc ul li {
  text-indent: -1em;
  list-style: none;
}
.c-list.is-disc ul li:before {
  content: "・";
  color: #333;
}
.c-list.is-disc > li {
  list-style: none !important;
}
.c-list.is-disc.is-small li {
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.3846153846;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-disc.is-small li {
    font-size: 0.8rem;
  }
}
.c-list.is-disc.is-small li:not(:first-child) {
  margin-top: 0.2666666667rem;
}
.c-list.is-disc.is-dot-primary li:before {
  color: #0080c8;
}

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

*/
.c-list.is-icon {
  padding-left: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon {
    padding-left: 1.2rem;
  }
}
.c-list.is-icon > li {
  list-style: none !important;
}
.c-list.is-icon > li::before {
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  border-radius: 50%;
  background: linear-gradient(270deg, #007EFD, #00B4EA);
  position: absolute;
  top: 0.7333333333rem;
  left: -1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon > li::before {
    top: 0.5333333333rem;
  }
}
.c-list.is-icon li {
  position: relative;
}
.c-list.is-icon li ul {
  list-style: none;
  margin-left: 1.3333333333rem;
}
.c-list.is-icon li ul li:before {
  content: "・";
  color: #333;
}
.c-list.is-icon.is-small li {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon.is-small li {
    font-size: 0.8666666667rem;
  }
}
.c-list.is-icon.is-small li::before {
  content: "";
  width: 0.5333333333rem;
  height: 0.5333333333rem;
  background: linear-gradient(270deg, #007EFD, #00B4EA);
  position: absolute;
  top: 0.8rem;
  left: -1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon.is-small li::before {
    top: 0.6666666667rem;
  }
}

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

*/
.c-list.is-outline {
  padding-left: 0;
  list-style: decimal inside;
}
.c-list.is-outline li {
  position: relative;
}
.c-list.is-outline li ol {
  margin-left: 2.5333333333rem;
}
.c-list.is-outline ol {
  padding-left: 0;
}
.c-list.is-outline > li::before {
  content: none;
}
.c-list.is-outline ul {
  padding-left: 0;
  margin-left: 1em;
}

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

/*
---
name: メインビジュアル_通常
category: Components
---
*/
.c-main-visual {
  position: relative;
  height: 100vh;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual {
    max-height: 46.6666666667rem;
  }
}
.c-main-visual__youtube-wrap {
  position: fixed;
  z-index: 1; /*最背面に設定*/
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.c-main-visual__youtube {
  /*天地中央配置*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 115%;
  min-width: 115%;
  transition: opacity 1s;
}
.c-main-visual__youtube-mask {
  position: absolute;
  z-index: 2; /*下から2番目に表示*/
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.22) 100%);
}
.c-main-visual.is-fixed .c-main-visual__youtube {
  opacity: 0.1;
}
.c-main-visual__text-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  padding-bottom: 3.3333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__text-block {
    padding-bottom: 0;
  }
}
.c-main-visual__text-block .l-container {
  width: 100%;
}
.c-main-visual__text-block b {
  font-size: 3.3333333333rem;
  letter-spacing: 0.05em;
  line-height: 1.52;
  font-weight: 400;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__text-block b {
    font-size: 1.6666666667rem;
  }
}
.c-main-visual__text-block span {
  display: block;
  margin-top: 1.6rem;
  font-size: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__text-block span {
    font-size: 0.8666666667rem;
  }
}
.c-main-visual__news {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
  background: #fff;
  display: flex;
  align-items: center;
  max-width: 40.2rem;
  padding: 0.5333333333rem 4.5333333333rem 1.0666666667rem 1.0666666667rem;
}
.c-main-visual__news a {
  text-decoration: none;
  color: inherit;
  display: block;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__news {
    padding: 1.0666666667rem 1.8666666667rem 1.0666666667rem;
    display: block;
    right: 1.3333333333rem;
    left: 1.3333333333rem;
    bottom: -5rem;
    max-width: 100%;
  }
}
.c-main-visual__news-title {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  line-height: 2.8571428571;
  font-size: 0.9333333333rem;
  border-right: solid 1px #C0C3CA;
  margin: 1.0666666667rem 0 0;
  padding: 0 1.4666666667rem 0 1.6rem;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__news-title {
    border: none;
    padding: 0;
    margin: 0;
  }
}
.c-main-visual__news-content {
  max-width: 31.3333333333rem;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__news-content {
    padding: 0;
  }
}
.c-main-visual__news-label {
  font-size: 0.6666666667rem;
}
.c-main-visual__news-date {
  font-size: 0.7333333333rem;
  vertical-align: middle;
  margin-left: 0.8rem;
}
.c-main-visual__news-text {
  font-size: 0.8rem;
  text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin-top: 0.5333333333rem;
}

/*
---
name: メニューリスト_通常
category: Navigation
---
*/
.c-menu-list__inner:not(:first-child) {
  margin-top: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__inner:not(:first-child) {
    margin-top: 2.1333333333rem;
  }
}
.c-menu-list__head {
  color: #0080c8;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 0.8666666667rem;
  letter-spacing: 0.3em;
  line-height: 1.3846153846;
  font-weight: 400;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #0080c8;
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__head {
    padding-bottom: 1.0666666667rem;
    margin-bottom: 1.6rem;
  }
}
.c-menu-list__item:not(:first-child) {
  margin-top: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__item:not(:first-child) {
    margin-top: 0.5333333333rem;
  }
}
.c-menu-list__item a {
  display: block;
  text-decoration: none;
  color: #333;
}
.c-menu-list__item a:hover {
  color: #0080c8;
}
.c-menu-list__item a.is-current {
  pointer-events: none;
  color: #0080c8;
}
.c-menu-list__tags {
  font-size: 0.8rem;
  line-height: 1.4166666667;
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.6666666667rem;
}
.c-menu-list__tag {
  margin-right: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.c-menu-list__tag a {
  text-decoration: none;
  color: #C0C3CA;
  background-color: #F0F4F7;
  display: block;
  padding: 0.2rem 0.6666666667rem 0.3333333333rem;
}
.c-menu-list__tag a.is-current {
  pointer-events: none;
  color: #0080c8;
}
.c-menu-list__tag a::before {
  content: "#";
}
.c-menu-list__search {
  position: relative;
  display: block;
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__search {
    margin-top: 1.0666666667rem;
  }
}
.c-menu-list__search input {
  width: 100%;
  padding: 1.2rem 2.6666666667rem 1.2rem 1.6rem;
  border-radius: 28px;
  font-size: 0.8666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.4615384615;
  font-weight: 400;
  background: transparent;
  /* 旧Edge対応 */
  /* IE対応 */
}
.c-menu-list__search input::placeholder {
  color: #333;
}
.c-menu-list__search input::-ms-input-placeholder {
  color: #333;
}
.c-menu-list__search input::-ms-input-placeholder {
  color: #333;
}
.c-menu-list__search button {
  position: absolute;
  top: 50%;
  right: 1.0666666667rem;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  background: transparent;
  padding: 0;
}
.c-menu-list__search button:after {
  content: "\f002";
  font-family: "FontAwesome";
  font-size: 1.3333333333rem;
  line-height: 1;
  color: #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__search button:after {
    font-size: 1.0666666667rem;
  }
}
.c-menu-list .c-hr {
  margin: 2.6666666667rem auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list .c-hr {
    margin: 2.1333333333rem auto;
  }
}
.c-menu-list__buttons .c-menu-list__button:not(:first-child) {
  margin-top: 0.9333333333rem;
}
.c-menu-list__button {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  border-radius: 2rem;
  padding: 1.3333333333rem 0.8rem;
  border: 1px solid #333;
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 400;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__button {
    font-size: 0.8666666667rem;
  }
}
.c-menu-list__button:after {
  content: "";
  width: 1.0666666667rem;
  height: 0.4666666667rem;
  margin-left: 0.5333333333rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url("../images/icon-arrow-black-sm.png");
  transition: all 0.3s 0s ease;
}
.c-menu-list__button:hover {
  opacity: 1;
  color: #fff;
  background: #333;
}
.c-menu-list__button:hover:after {
  transform: translateX(10px);
  background-image: url("../images/icon-arrow-white-sm.png");
}
.c-menu-list__banner {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 2.5333333333rem 1.3333333333rem;
  border-bottom: 1px solid #0080c8;
  margin-top: 2.6666666667rem;
  background-image: url("../images/bg-menu-list-banner.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__banner {
    padding: 1.8666666667rem 1.3333333333rem;
    margin-top: 1.6rem;
  }
}
.c-menu-list__banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.c-menu-list__banner:hover span::before {
  background-position: center center, 0 center;
}
.c-menu-list__banner span {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-menu-list__banner span:before {
  content: "";
  display: block;
  flex: none;
  border-radius: 50%;
  width: 1.7333333333rem;
  height: 1.7333333333rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-xs.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 7.5px, 200%;
  margin-right: 0.3333333333rem;
}
.c-menu-list__category {
  display: block;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.6);
}
.c-menu-list__category:not(:first-of-type) {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__category:not(:first-of-type) {
    margin-top: 1.0666666667rem;
  }
}
.c-menu-list__category.is-current {
  pointer-events: none;
  color: #333;
}
.c-menu-list__category:hover {
  opacity: 1;
  color: #333;
}
.c-menu-list__subcategory {
  padding-left: 1.0666666667rem;
}
.c-menu-list__subcategory li {
  margin-top: 0.8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-menu-list__subcategory li {
    margin-top: 0.5333333333rem;
  }
}
.c-menu-list__subcategory li a {
  display: block;
  text-decoration: none;
  color: rgba(51, 51, 51, 0.6);
}
.c-menu-list__subcategory li a.is-current {
  pointer-events: none;
  color: #333;
}
.c-menu-list__subcategory li a:hover {
  opacity: 1;
  color: #333;
}
.c-menu-list__banners {
  margin-top: 0.5333333333rem;
}
.c-menu-list__block {
  display: flex;
  text-decoration: none;
  color: #0080c8;
  background-color: rgba(0, 128, 200, 0.2);
  font-size: 0.9333333333rem;
  min-height: 4.2666666667rem;
  align-items: center;
  padding: 0.5333333333rem 2.1333333333rem 0.5333333333rem 1.0666666667rem;
  position: relative;
}
.c-menu-list__block:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.0666666667rem;
  font-size: 1.0666666667rem;
}
.c-menu-list__submenu {
  padding-left: 1.6rem;
  border-bottom: 1px solid #C0C3CA;
  display: none;
}
.c-menu-list__submenu li {
  border-bottom: 1px solid #C0C3CA;
}
.c-menu-list__submenu li:last-child {
  border-bottom: none;
}
.c-menu-list__submenu li a {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  display: block;
  padding: 0.9333333333rem 1.0666666667rem 0.9333333333rem 2.4rem;
  position: relative;
  transition: all 0.2s;
}
.c-menu-list__submenu li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #0080c8;
  position: absolute;
  top: 0.9333333333rem;
  left: 1.0666666667rem;
}
.c-menu-list__submenu li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #0080c8;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  transition: all 0.4s ease;
  opacity: 0;
}
.c-menu-list__submenu li a:hover {
  opacity: 1;
  color: #0080c8;
}
.c-menu-list__submenu li a:hover:after {
  width: 100%;
  opacity: 1;
}
.c-menu-list__submenu li ul {
  border-top: 1px solid #C0C3CA;
  padding: 0.5333333333rem 0;
}
.c-menu-list__submenu li ul li {
  border-bottom: none;
}
.c-menu-list__submenu li ul li a {
  font-weight: 400;
  padding: 0.3333333333rem 1.6rem 0.3333333333rem 3.2rem;
}
.c-menu-list__submenu li ul li a:before {
  left: 2.1333333333rem;
  top: 0.2666666667rem;
}
.c-menu-list__submenu li ul li a:after {
  display: none;
}

.modaal-wrapper {
  z-index: 999999 !important;
}
.modaal-overlay {
  z-index: 99999 !important;
}

/*
---
name: お知らせ_ヘッダー
category: PostContent
---
*/
.c-news-header {
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header {
    margin-bottom: 1.0666666667rem;
  }
}
.c-news-header__title {
  font-size: 1.8666666667rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.6rem;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__title {
    font-size: 1.3333333333rem;
    margin-bottom: 1.0666666667rem;
  }
}
.c-news-header__sup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-news-header__label {
  margin-right: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__label {
    margin-right: 0.8rem;
  }
}
.c-news-header__subcategory {
  margin-right: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__subcategory {
    margin-right: 0.8rem;
  }
}
.c-news-header__subcategory.c-label {
  text-align: left;
  border-bottom: none;
}
.c-news-header__date {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #0080c8;
  margin-right: 1.6rem;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__date {
    margin-right: 0.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__tag {
    margin-top: 0.5333333333rem;
    width: 100%;
  }
}
.c-news-header__tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-news-header__tag ul li {
  margin-right: 1.0666666667rem;
}
.c-news-header__tag ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.9333333333rem;
  display: block;
}

/*
---
name: お知らせ_1カラム_アーカイブ02
category: News
---
*/
.c-news-lg__block {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #333;
  padding: 1.6rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__block {
    padding: 1.0666666667rem 0;
  }
}
.c-news-lg__block:first-child {
  padding-top: 0;
}
.c-news-lg__sup {
  display: flex;
  align-items: center;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__sup {
    margin-bottom: 0.5333333333rem;
  }
}
.c-news-lg__date {
  margin-left: 0.8rem;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 0.9333333333rem;
}
.c-news-lg__date:before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 0.2666666667rem;
}
.c-news-lg__title {
  font-size: 1.6rem;
  margin-bottom: 0.5333333333rem;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__title {
    font-size: 1.2rem;
    margin-bottom: 0.2666666667rem;
  }
}
.c-news-lg__excerpt {
  font-size: 0.8rem;
}
.c-news-lg.is-image-display .c-news-lg__block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #C0C3CA;
}
.c-news-lg.is-image-display .c-news-lg__image {
  width: 9.0666666667rem;
  flex-shrink: 0;
  margin-right: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg.is-image-display .c-news-lg__image {
    width: 6.6666666667rem;
    margin-right: 1.6rem;
  }
}

/*
---
name: お知らせ_通常_フロントページ
category: News
---
*/
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news {
    position: relative;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__head {
    margin-bottom: 1.0666666667rem;
  }
}
.c-news__tabs {
  margin-top: 2.4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__tabs {
    display: flex;
    margin-bottom: 1.6rem;
  }
}
.c-news__tabs-item {
  opacity: 0.6;
  margin-bottom: 1.0666666667rem;
  cursor: pointer;
}
.c-news__tabs-item.is-active {
  opacity: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__tabs-item {
    margin-bottom: 0;
    margin-right: 1.2rem;
  }
}
.c-news__title.c-heading.is-lg {
  text-align: left;
  margin-top: 0;
}
.c-news__tab-wrap {
  margin-top: 1.3333333333rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__tab-wrap {
    margin-bottom: 2rem;
  }
}
.c-news__content {
  display: none;
}
.c-news__content.is-active {
  display: block;
}
.c-news__block {
  text-decoration: none;
  color: #333;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 2.8rem 3.2rem;
  margin-bottom: 0.3333333333rem;
  line-height: 1.5;
  transition: background-color 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__block {
    flex-wrap: wrap;
    padding: 1.6rem;
  }
}
.c-news__block:hover {
  background-color: #f0f4f7;
}
.c-news__label {
  flex-shrink: 0;
}
.c-news__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 0.8666666667rem;
  letter-spacing: 0.15em;
  color: #C0C3CA;
  margin-left: 1.6rem;
  margin-right: 1.6rem;
  flex-shrink: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__date {
    margin-left: 1.0666666667rem;
    margin-right: 0;
  }
}
.c-news__text {
  width: 100%;
}
@media screen and (min-width: 46.875em) {
  .c-news__text {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__text {
    margin-top: 0.5333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-news {
    padding-bottom: 0;
  }
}
.c-news.is-news .c-news__block {
  flex-wrap: wrap;
}
.c-news.is-news .c-news__content {
  display: block;
}
.c-news.is-news .c-news__text {
  margin-top: 1.0666666667rem;
}

/*
---
name: ページネーション_通常
category: Navigation
---
*/
.c-pagination {
  margin-top: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination {
    margin-top: 2.6666666667rem;
  }
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li {
  list-style: none !important;
}
.c-pagination ul li:not(:last-child) {
  margin-right: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li:not(:last-child) {
    margin-right: 0.5333333333rem;
  }
}
.c-pagination ul li span,
.c-pagination ul li a {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  font-size: 1.0666666667rem;
  letter-spacing: 0em;
  line-height: 1;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.2rem;
  height: 3.2rem;
  text-decoration: none;
  border-radius: 50%;
  color: #0080c8;
  border: 1px solid #0080c8;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span,
  .c-pagination ul li a {
    font-size: 0.9333333333rem;
    width: 2.5333333333rem;
    height: 2.5333333333rem;
  }
}
.c-pagination ul li span:hover,
.c-pagination ul li a:hover {
  opacity: 1;
  background: #0080c8;
  color: #fff;
}
.c-pagination ul li span.is-current,
.c-pagination ul li a.is-current {
  background: #C0C3CA;
  border-color: #C0C3CA;
  color: #fff;
}
.c-pagination ul li span.is-dot,
.c-pagination ul li a.is-dot {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  background: transparent;
  border-color: transparent;
  color: #0080c8;
}
.c-pagination__prev, .c-pagination__next {
  position: relative;
}
.c-pagination__prev:after, .c-pagination__next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 1.0666666667rem;
  height: 0.4666666667rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-pagination__prev:after {
  background-image: url("../images/icon-arrow-blue-sm-left.png");
}
.c-pagination__prev:hover:after {
  background-image: url("../images/icon-arrow-white-sm-left.png");
}
.c-pagination__next:after {
  background-image: url("../images/icon-arrow-blue-sm.png");
}
.c-pagination__next:hover:after {
  background-image: url("../images/icon-arrow-white-sm.png");
}
.c-pagination.is-align-left ul {
  justify-content: flex-start;
}

.c-post-case__head.c-heading.is-xlg {
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__head.c-heading.is-xlg {
    margin-bottom: 1.6rem;
  }
}
.c-post-case__head.c-heading.is-xlg b {
  letter-spacing: 0.15em;
}
.c-post-case__image {
  position: relative;
  width: 100%;
  padding-top: 61.8686868687%;
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__image {
    margin-bottom: 1.0666666667rem;
  }
}
.c-post-case__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-post-case__logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__logos {
    margin: 0 -1.0666666667rem;
  }
}
.c-post-case__content {
  width: calc(33.3% - 16px);
  margin: 1.0666666667rem 0.5333333333rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__content {
    width: calc(50% - 16px);
  }
}
.c-post-case__logo {
  position: relative;
  width: 100%;
  padding-top: 34.5528455285%;
}
.c-post-case__logo .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-post-case__name {
  text-align: center;
  margin-top: 0.6666666667rem;
}
.c-post-case__subhead.c-heading.is-md {
  text-align: left;
  margin: 5.3333333333rem 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__subhead.c-heading.is-md {
    margin: 2.6666666667rem 0 1.3333333333rem;
  }
}
.c-post-case__subtitle.c-heading.is-xs {
  color: #0080c8;
  margin: 2.1333333333rem 0 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__subtitle.c-heading.is-xs {
    margin: 1.0666666667rem 0 0.8rem;
  }
}
.c-post-case__role {
  display: flex;
  align-items: center;
  background: #fff;
  padding: 1.6666666667rem 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__role {
    display: block;
    padding: 1.2rem 1.0666666667rem;
  }
}
.c-post-case__role:not(:first-child) {
  margin-top: 0.3333333333rem;
}
.c-post-case__role dt {
  position: relative;
  color: #0080c8;
  min-width: 9.2rem;
  padding-right: 2.4rem;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__role dt {
    text-align: center;
    min-width: auto;
    padding-right: 0;
    margin-right: 0;
    padding-bottom: 2.1333333333rem;
    margin-bottom: 0.5333333333rem;
  }
}
.c-post-case__role dt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  height: 0.0666666667rem;
  background: #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__role dt:after {
    top: auto;
    bottom: 0;
    right: 50%;
    transform: translateX(-50%);
    width: 0.0666666667rem;
    height: 1.6rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__role dd {
    text-align: center;
  }
}
.c-post-case__caption {
  margin-top: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__caption {
    margin-top: 2.6666666667rem;
  }
}
.c-post-case__caption small {
  display: block;
  text-align: center;
  margin-top: 0.5333333333rem;
}
.c-post-case__block:first-child .c-post-case__title.c-heading.is-md {
  margin: 4.2666666667rem 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__block:first-child .c-post-case__title.c-heading.is-md {
    margin: 2.1333333333rem 0 1.3333333333rem;
  }
}
.c-post-case__title.c-heading.is-md {
  text-align: left;
  margin: 5.3333333333rem 0 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__title.c-heading.is-md {
    margin: 2.6666666667rem 0 1.3333333333rem;
  }
}
.c-post-case__flex {
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__flex {
    display: block;
  }
}
.c-post-case__photo {
  flex: none;
  position: relative;
  width: 37.7525252525%;
  padding-top: 23.3585858586%;
  margin-right: 5.0505050505%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__photo {
    width: 100%;
    padding-top: 61.872909699%;
    margin-right: 0;
  }
}
.c-post-case__photo .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-case__explanation {
    margin-top: 0.8rem;
  }
}

/*
---
name: 投稿ナビゲーション_通常
category: Navigation
---
*/
.c-post-navs {
  margin: 4.2666666667rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs {
    margin: 2.1333333333rem 0;
  }
}
.c-post-navs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-post-navs ul li {
  width: 10.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li {
    width: calc(33% - 8px);
  }
}
.c-post-navs ul li a {
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li a {
    font-size: 0.8rem !important;
    letter-spacing: 0 !important;
  }
}
.c-post-navs__prev {
  margin-right: auto;
}
.c-post-navs__prev .c-button, .c-post-navs__prev .c-button-social > a {
  text-align: right;
}
.c-post-navs__prev .c-button.is-arrow-left::after, .c-post-navs__prev .c-button-social > a.is-arrow-left::after {
  left: 0.5333333333rem;
  right: auto;
  background: url("../images/icon-arrow-blue-left.png") no-repeat 0 0;
  background-size: contain;
}
.c-post-navs__prev .c-button.is-arrow-left:hover::after, .c-post-navs__prev .c-button-social > a.is-arrow-left:hover::after {
  left: 0;
}
.c-post-navs__archive {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.c-post-navs__archive a {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
}
.c-post-navs__archive a:after {
  display: none;
}
.c-post-navs__archive a i {
  margin-right: 0.8rem;
  font-size: 1.2rem;
  margin-top: 0.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__archive a i {
    display: none;
  }
}
.c-post-navs__next {
  margin-left: auto;
}
.c-post-navs__next a {
  margin-left: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__next a {
    padding-right: 1.3333333333rem !important;
    padding-left: 0.5333333333rem !important;
  }
}

.c-relation__head.c-heading.is-sm {
  text-align: center;
  margin-top: 0;
  letter-spacing: 0.15em;
}
.c-relation__buttons {
  display: flex;
  margin: 0 -2.3333333333rem;
}
@media screen and (max-width: 75em) {
  .c-relation__buttons {
    margin: 0 -1.0666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__buttons {
    display: block;
    margin: 0;
  }
}
.c-relation__button {
  width: calc(100% - 70px);
  margin: 0.6666666667rem 2.3333333333rem 0;
}
@media screen and (max-width: 75em) {
  .c-relation__button {
    width: calc(100% - 32px);
    margin: 0.6666666667rem 1.0666666667rem 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__button {
    width: 100%;
    margin: 1.0666666667rem 0 0;
  }
}
.c-relation__button .c-button, .c-relation__button .c-button-social > a {
  max-width: 100%;
}

.c-service-estimate {
  background: url("../images/bg-service-estimate.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.c-service-estimate__container {
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__container {
    padding: 0 1rem;
  }
}
.c-service-estimate__title {
  font-size: 2rem;
  margin-bottom: 1rem;
  text-align: center;
  font-weight: normal;
  display: flex;
  flex-direction: column;
}
.c-service-estimate__title small {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.8px;
}
.c-service-estimate__description {
  font-size: 1rem;
  margin-bottom: 2rem;
}
.c-service-estimate__form {
  margin-bottom: 2rem;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__form {
    padding: 0 1rem;
  }
}
.c-service-estimate__step {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 1.2rem;
  padding-bottom: 1.2rem;
  text-align: left;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__step {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-service-estimate__label {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  white-space: nowrap;
  flex-basis: 40%;
  display: flex;
  align-items: center;
  gap: 1em;
}
.c-service-estimate__label .circle {
  width: 34px;
  height: 34px;
  border: 1px solid #FFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-service-estimate__select, .c-service-estimate__radio-group {
  width: 100%;
  flex-basis: 60%;
}
.c-service-estimate__select {
  padding: 0rem;
  padding-left: 1em;
  padding-right: 1em;
  border: 1px solid #ccc;
  font-size: 1rem;
  height: 40px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__select {
    height: 60px;
    min-height: 44px;
  }
}
.c-service-estimate__radio-group {
  display: flex;
  justify-content: flex-start;
}
.c-service-estimate__radio {
  display: none;
}
.c-service-estimate__radio-label {
  background: #FFF;
  color: #333;
  padding: 0.5rem 3rem;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.c-service-estimate__radio-label + * + .c-service-estimate__radio-label {
  border-radius: 0px 5px 5px 0px;
  border-left: 1px solid #CCC;
}
.c-service-estimate__radio:checked + .c-service-estimate__radio-label {
  background: #007bff;
  color: #FFF;
}
.c-service-estimate__submit {
  margin-top: 2rem;
  max-width: 210px;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  padding: 0.75rem 2rem;
  background: #007bff;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  cursor: pointer;
  transition: background 0.3s ease;
  border-radius: 30px;
  background: linear-gradient(90deg, #007EFD 0%, #00B4EA 50%, #007EFD 100%);
}
.c-service-estimate__submit:hover {
  background: #0056b3;
}
.c-service-estimate__result {
  display: flex;
  align-items: center;
  gap: 4em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__result {
    flex-direction: column;
    gap: 1rem;
  }
}
.c-service-estimate__result-item {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  flex-basis: 50%;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__result-item {
    justify-content: space-between;
    flex-basis: 100%;
    width: 100%;
  }
}
.c-service-estimate__result-item .price {
  color: var(--2, #FFF);
  font-family: Roboto;
  font-size: 32px;
  font-weight: 400;
  line-height: 22px; /* 68.75% */
  letter-spacing: 1.6px;
}
.c-service-estimate__result-item .unit {
  font-size: 20px;
}
.c-service-estimate__result-value {
  font-weight: bold;
}
.c-service-estimate__contact {
  padding-top: 1em;
  font-size: 1rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__contact {
    flex-direction: column;
    gap: 1rem;
  }
  .c-service-estimate__contact br {
    display: none;
  }
}
.c-service-estimate__contact p {
  text-align: left;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__contact p {
    font-size: 12px;
  }
}
.c-service-estimate__contact-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 2rem;
  color: #fff;
  border-radius: 50%;
  text-decoration: none;
  transition: background 0.3s ease;
  border-radius: 30px;
  background: linear-gradient(90deg, #007EFD 0%, #00B4EA 50%, #007EFD 100%);
}
.c-service-estimate__contact-button:hover {
  background: #0056b3;
}
.c-service-estimate__panel {
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.1);
  padding: 40px 56px 43px 56px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 25px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-estimate__panel {
    padding: 20px 20px 20px 20px;
  }
}

.c-service-list__item {
  margin-bottom: 5rem;
}
.c-service-list__item-category {
  display: flex;
  padding: 7px 9px;
  justify-content: center;
  align-items: center;
  gap: var(--border-raidus-lg, 10px);
  color: var(--2, #FFF);
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 13px */
  letter-spacing: 0.65px;
  background: #0080C8;
}
.c-service-list__item-title {
  color: #333;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 1.4px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-title {
    font-size: 20px;
    width: 100%;
  }
}
.c-service-list__item-header {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  gap: 2em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-header {
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
.c-service-list__item-subtitle {
  color: #0080C8;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  margin-top: 0;
  letter-spacing: 1px;
}
.c-service-list__item-flex {
  display: flex;
  gap: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-flex {
    flex-direction: column;
    gap: 2rem;
  }
}
.c-service-list__item-button {
  display: flex;
  padding-top: 1rem;
  justify-content: center;
}
.c-service-list__item-button.is-left {
  justify-content: flex-start;
}
.c-service-list__item-button .c-button, .c-service-list__item-button .c-button-social > a {
  max-width: initial;
}
.c-service-list__item-description {
  padding-top: 1em;
  flex-basis: calc(60% - 4rem);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-description {
    flex-basis: 100%;
  }
}
.c-service-list__item-images {
  flex-basis: 40%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-images {
    flex-basis: 100%;
  }
}
.c-service-list__item-body {
  display: flex;
  flex-direction: column;
  padding: 2.65rem 4rem;
  background: var(--2, #FFF);
  box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service-list__item-body {
    padding: 1.5rem 2rem;
  }
}
.c-service-list__item-body-description {
  margin-bottom: 1rem;
}
.c-service-list__item-body-description-subtitle {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  color: #555;
}
.c-service-list__item-body-description p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #777;
}
.c-service-list__item-body-description-link {
  display: inline-block;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #0066cc;
  text-decoration: none;
}
.c-service-list__item-body-description-link:hover {
  text-decoration: underline;
}
.c-service-list__item-body-images {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.c-service-list__item-body-images-image {
  max-width: 100px;
  height: auto;
}
.c-service-list__item-body-note {
  font-size: 1rem;
  color: #555;
}

:root {
  --service-blue: #0080C8;
  --service-teal: linear-gradient(92deg, #2AADB2 1.59%, #4FC7CC 100%);
  --service-darkblue: linear-gradient(90deg, #206DB5 0%, #11508A 100%);
}

.c-service {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #FFF;
}
.c-service__container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}
.c-service__intro {
  margin-bottom: 40px;
}
.c-service__heading.c-heading.is-xlg {
  margin-top: 1em;
}
.c-service__text {
  font-size: 16px;
  color: #666;
  line-height: 1.5;
}
.c-service__section {
  margin-bottom: 80px;
}
.c-service__subheading {
  font-size: 24px;
  color: #fff;
  padding: 10px;
  border-radius: 4px 4px 0 0;
  display: flex;
  padding-left: 28px;
  align-items: center;
  gap: 2em;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__subheading {
    display: block;
    font-size: 20px;
    padding-bottom: 16px;
    padding-left: 14px;
  }
}
.c-service__subheading__image {
  position: absolute;
  right: 1em;
  top: -50px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__subheading__image {
    top: -25px;
  }
}
.c-service__subheading__image img {
  max-height: 119px;
  width: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__subheading__image img {
    max-height: 60px;
  }
}
.c-service__subheading__desc {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.8px;
  padding-left: 2em;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__subheading__desc {
    padding-left: 0;
    font-size: 13px;
    letter-spacing: 0;
    border-left: 0;
    line-height: 1.7;
  }
}
.c-service__section--blue .c-service__subheading {
  background-color: var(--service-blue);
}
.c-service__section--teal .c-service__subheading {
  background: var(--service-teal);
}
.c-service__section--darkblue .c-service__subheading {
  background: var(--service-darkblue);
}
.c-service__card {
  background: #F6F8F9;
  background: #e6f0f5;
  display: flex;
  padding: 12px 34px 12px 43px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-shrink: 0;
  gap: 3em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__card {
    flex-direction: column;
    padding: 12px 20px;
    gap: 1em;
  }
}
.c-service__card__item {
  display: flex;
  flex-basis: 40%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__card__item {
    flex-basis: 100%;
    width: 100%;
  }
}
.c-service__card__item + .c-service__card__item {
  flex-basis: 60%;
  flex-direction: column;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__card__item + .c-service__card__item {
    flex-basis: 100%;
  }
}
.c-service__buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__buttons {
    flex-direction: column;
  }
}
.c-service__buttons-item {
  flex-basis: calc(50% - 9px);
  background: #FFFFFF;
  text-decoration: none;
  color: #333;
  font-size: 15px;
  line-height: 120%; /* 28.5px */
  letter-spacing: 0.75px;
  display: flex;
  padding: 12px 20px;
  padding-right: 2em;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  position: relative;
}
.c-service__buttons-item:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 16px;
  height: 16px;
  background: url(../images/expand_circle_down_blue.svg) no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-service__buttons-item {
    flex-basis: 100%;
  }
}
.c-service__card-header {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 190%;
  letter-spacing: 0.8px;
  margin-bottom: 10px;
  white-space: nowrap;
}
.c-service__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-left: 2em;
  padding-top: 0.3em;
}
.c-service__list-item {
  color: #333;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.7px;
  padding-left: 2em;
  position: relative;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.c-service__list-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../images/icon-help.svg) no-repeat;
  background-size: contain;
}
.c-service__list-item:last-child {
  border-bottom: none;
}

.c-service__section--teal .c-service__buttons-item:after {
  background-image: url(../images/expand_circle_down_green.svg);
}

.c-service__section--darkblue .c-service__buttons-item:after {
  background-image: url(../images/expand_circle_down_darkblue.svg);
}

.c-sitemap a {
  color: inherit;
  text-decoration: none;
}
.c-sitemap__menu {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__menu {
    display: block;
    position: relative;
  }
}
.c-sitemap__block {
  padding-right: 4.2666666667rem;
}
.c-sitemap__block:last-child {
  padding-right: 0;
}
@media (max-width: 900px) {
  .c-sitemap__block {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__block {
    padding: 0;
  }
}
.c-sitemap__menulist li {
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__menulist li {
    margin-bottom: 1rem;
  }
}
.c-sitemap__menulist a {
  position: relative;
}
.c-sitemap__menulist a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: left top;
  background: #333;
  transition: 0.3s;
}
.c-sitemap__menulist a:hover {
  opacity: 1;
}
.c-sitemap__menulist a:hover::before {
  transform: scaleX(1);
}
.c-sitemap__submenulist {
  margin-top: 1.3333333333rem;
  margin-left: 1em;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__submenulist {
    margin-top: 1rem;
  }
}
.c-sitemap__bottom-menu {
  opacity: 0.7;
  font-size: 0.8rem;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  margin-top: 6.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__bottom-menu {
    justify-content: left;
    margin-top: 2.6666666667rem;
  }
}
.c-sitemap__bottom-menu li:not(:last-child) {
  margin-right: 2.1333333333rem;
}
.c-sitemap__bottom-menu a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background: url("../images/icon-external.svg") no-repeat 0 0;
}

@media screen and (min-width: 59.375em) {
  .c-slidebar-button {
    display: none;
  }
  .c-slidebar-menu {
    display: none;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-slidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0.1333333333rem;
    top: 0.8rem;
    text-align: center;
    font-size: 0.8rem;
    z-index: 9999;
    background-color: transparent;
    line-height: 1;
    width: 3.6666666667rem;
    height: 3.6666666667rem;
    padding-top: 0.4rem;
    border: none;
  }
  .c-slidebar-button:active, .c-slidebar-button:hover {
    opacity: 1;
  }
  .c-slidebar-button__inner {
    display: block;
  }
  .c-slidebar-button__line {
    height: 1.0666666667rem;
    display: block;
  }
  .c-slidebar-button__line > span {
    display: block;
    width: 1.6rem;
    height: 0.0666666667rem;
    background: #333;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8px;
    transition: all ease 0.2s;
  }
  .c-slidebar-button__line > span:last-child {
    margin-bottom: 0;
  }
  .c-slidebar-button__text {
    transition: all ease 0.2s;
    font-size: 9px;
    letter-spacing: 0.4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    letter-spacing: 0.3em;
    margin-top: 0.5333333333rem;
    display: block;
  }
  .c-slidebar-button__text.is-close {
    display: none;
  }
  .c-slidebar-menu {
    height: calc(100vh - 55px);
    padding: 0 0 6.9333333333rem;
    position: fixed;
    background-color: #F7F7F7;
    z-index: 9980;
    width: 75%;
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    overflow-x: scroll;
    top: 0;
    -webkit-overflow-scrolling: touch;
  }
  .c-slidebar-menu.is-active {
    height: calc(100% - 65px);
  }
  .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0px, -100%, 0px);
    width: 100%;
    opacity: 0;
  }
  .c-slidebar-menu a {
    text-decoration: none;
  }
  .c-slidebar-menu__list {
    width: 100%;
    background: #F7F7F7;
  }
  .c-slidebar-menu__list a,
  .c-slidebar-menu__list span {
    font-size: 1rem;
    display: block;
    padding: 0.9333333333rem 1.3333333333rem;
    color: #333;
    font-weight: 400;
  }
  .c-slidebar-menu__children {
    width: 100%;
    padding: 1.0666666667rem 1.3333333333rem;
    display: none;
    background-color: #fff;
  }
  .c-slidebar-menu__children li:last-child {
    border-bottom: none;
  }
  .c-slidebar-menu__children li a {
    padding: 0.5333333333rem 0;
  }
  .c-slidebar-menu__children li a:before, .c-slidebar-menu__children li a:after {
    display: none;
  }
  .c-slidebar-menu__parent a,
  .c-slidebar-menu__parent span {
    position: relative;
  }
  .c-slidebar-menu__parent a:after, .c-slidebar-menu__parent a:before,
  .c-slidebar-menu__parent span:after,
  .c-slidebar-menu__parent span:before {
    content: "";
    display: block;
    width: 0.0666666667rem;
    height: 0.9333333333rem;
    background-color: #0080c8;
    position: absolute;
    top: 50%;
    right: 1.7666666667rem;
    transform: translateY(-50%);
  }
  .c-slidebar-menu__parent a:after,
  .c-slidebar-menu__parent span:after {
    width: 0.9333333333rem;
    height: 0.0666666667rem;
    right: 1.3333333333rem;
  }
  .c-slidebar-menu__parent.is-open a:before,
  .c-slidebar-menu__parent.is-open span:before {
    display: none;
  }
  .c-slidebar-menu__button-list.l-header__button-list {
    font-size: 0.9333333333rem;
  }
  .c-slidebar-menu__button-list.l-header__button-list li {
    width: calc(100% - 3px);
    margin-left: 0.4rem;
  }
  .c-slidebar-menu__button-list.l-header__button-list li:first-child {
    margin-left: 0;
  }
  .c-slidebar-menu__button-list.l-header__button-list a {
    display: block;
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .c-slidebar-container {
    height: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .c-slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 999;
  }
  .is-slidebar-active .c-slidebar-button__line > span {
    margin-bottom: 6px;
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(1) {
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(2) {
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(3) {
    display: none;
  }
  .is-slidebar-active .c-slidebar-button__text.is-close {
    display: block;
    margin-top: 0.5333333333rem;
  }
  .is-slidebar-active .c-slidebar-button__text.is-open {
    display: none;
  }
  .is-slidebar-active .c-slidebar-container {
    transform: translate3d(-75%, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container:after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom:after {
    top: 55px;
  }
  .is-slidebar-active .c-slidebar-menu {
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0, 80px, 0);
    opacity: 1;
  }
}
/*
---
name: SNSボタン
category: Other
---
*/
.c-sns-btns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sns-btns__btn {
  width: 2.9333333333rem;
  margin-right: 1.3333333333rem;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sns-btns__btn {
    margin-right: 0.5333333333rem;
  }
}

/*
---
name: <table> テーブル_大
category: Base
---
*/
.c-table-sm {
  width: 100%;
  border-top: 1px solid #C0C3CA;
  letter-spacing: 0.02em;
}
.c-table-sm th,
.c-table-sm td {
  border-bottom: 1px solid #C0C3CA;
  border-right: 1px solid #C0C3CA;
}
.c-table-sm th:last-child,
.c-table-sm td:last-child {
  border-right: none;
}
.c-table-sm thead {
  background-color: rgba(0, 128, 200, 0.7);
  color: #fff;
}
.c-table-sm thead th {
  text-align: left;
  padding: 0.6666666667rem 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead th {
    padding: 0.3333333333rem 0.5333333333rem;
  }
}
.c-table-sm thead td {
  text-align: center;
  padding: 0.6666666667rem 0.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead td {
    padding: 0.3333333333rem 0.2666666667rem;
  }
}
.c-table-sm tbody th,
.c-table-sm tbody td {
  padding: 1.2rem 0.5333333333rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm tbody th,
  .c-table-sm tbody td {
    padding: 0.5333333333rem 0.2666666667rem;
  }
}
.c-table-sm tbody th {
  background-color: rgba(0, 128, 200, 0.1);
  vertical-align: middle;
  width: 24.9230769231%;
}
.c-table-sm tbody th span {
  font-weight: 700;
}
.c-table-sm tbody td {
  width: 10.7692307692%;
}
.c-table-sm tbody td span {
  color: #0080c8;
}

/*
---
name: <table> テーブル
category: Base
---
*/
.c-table-special {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-special {
    width: 62.9333333333rem;
  }
}
.c-table-special thead tr td:nth-of-type(1) {
  background: #00B4EA;
}
.c-table-special thead tr td:nth-of-type(2) {
  background: #0080c8;
}
.c-table-special thead tr td:nth-of-type(3) {
  background: #0045C8;
}
.c-table-special thead tr td:not(:last-of-type) {
  border-right: 4px solid #f7f7f7;
}
.c-table-special thead td {
  text-align: center;
  color: #fff;
  padding: 1.8666666667rem 0.5333333333rem;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-special thead td {
    padding: 1.3333333333rem 0.5333333333rem;
    font-size: 0.9333333333rem;
  }
}
.c-table-special tbody tr:not(:last-child) th {
  border-bottom: 4px solid #f7f7f7;
}
.c-table-special tbody tr:not(:last-child) td {
  border-bottom: 4px solid #fff;
}
.c-table-special tbody tr td:nth-of-type(1) {
  background: #F3FBFE;
}
.c-table-special tbody tr td:nth-of-type(2) {
  background: #F2F8FC;
}
.c-table-special tbody tr td:nth-of-type(3) {
  background: #F2F5FC;
}
.c-table-special tbody tr td:not(:last-of-type) {
  border-right: 4px solid #fff;
}
.c-table-special tbody th {
  text-align: left;
  font-weight: 400;
  width: 26.8rem;
  background: #fff;
  padding: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-table-special tbody th {
    width: 18.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-special tbody th {
    padding: 0.8rem;
  }
}
.c-table-special tbody th b {
  display: block;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-special tbody th b {
    font-size: 0.9333333333rem;
  }
}
.c-table-special tbody th b small {
  font-size: 0.7333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.5454545455;
  font-weight: 400;
}
.c-table-special tbody th span {
  display: block;
  font-size: 0.9333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  font-weight: 300;
  margin-top: 0.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-special tbody th span {
    font-size: 0.8666666667rem;
  }
}
.c-table-special tbody td {
  color: #0080c8;
  text-align: center;
  vertical-align: center;
  padding: 0.8rem 0.5333333333rem;
}
.c-table-special tbody td.is-none {
  color: #333;
}

/*
---
name: <table> テーブル_小
category: Base
---
*/
.c-table-xlg {
  width: 100%;
  border-top: 1px solid #C0C3CA;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg {
    width: 62.9333333333rem;
  }
}
.c-table-xlg th,
.c-table-xlg td {
  border-bottom: 1px solid #C0C3CA;
}
.c-table-xlg thead {
  background-color: #0045C8;
}
.c-table-xlg thead th,
.c-table-xlg thead td {
  padding: 0.6666666667rem 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg thead th,
  .c-table-xlg thead td {
    padding: 0.4rem 0.5333333333rem;
  }
}
.c-table-xlg tbody th,
.c-table-xlg tbody td {
  padding: 1.3333333333rem 2.1333333333rem;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg tbody th,
  .c-table-xlg tbody td {
    padding: 0.8rem 1.6rem;
  }
}
.c-table-xlg tbody th {
  background-color: rgba(0, 69, 200, 0.9);
  text-align: center;
  vertical-align: middle;
  width: 25.7894736842%;
}

.js-responsive-table {
  position: relative;
}
.js-responsive-table:before {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.js-responsive-table:after {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
  }
}
.js-responsive-table.is-scrollable:before {
  visibility: visible;
  opacity: 1;
}
.js-responsive-table.is-unscrollable:after {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table-wrapper {
    width: 100%;
    overflow: auto;
  }
}
/*
---
name: <table> テーブル
category: Base
---
*/
.c-table, .l-post-content table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table {
  width: 100%;
  border-top: 1px solid #C0C3CA;
}
.c-table tbody tr, .l-post-content table tbody tr, #tinymce.mce-content-body.acf_content table tbody tr, #tinymce.post-type-post table tbody tr {
  border-bottom: 1px solid #C0C3CA;
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
  text-align: left;
  padding: 1.0666666667rem 1.6rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
  .c-table tbody td,
  .l-post-content table tbody td,
  #tinymce.mce-content-body.acf_content table tbody td,
  #tinymce.post-type-post table tbody td {
    padding: 0.8rem 0.5333333333rem;
  }
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
  font-weight: 400;
  width: 12.5333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
    width: 6.6666666667rem;
  }
}
.c-table tbody td dl, .l-post-content table tbody td dl, #tinymce.mce-content-body.acf_content table tbody td dl, #tinymce.post-type-post table tbody td dl {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody td dl, .l-post-content table tbody td dl, #tinymce.mce-content-body.acf_content table tbody td dl, #tinymce.post-type-post table tbody td dl {
    display: block;
    margin-bottom: 0.8rem;
  }
}
.c-table tbody td dl dt, .l-post-content table tbody td dl dt, #tinymce.mce-content-body.acf_content table tbody td dl dt, #tinymce.post-type-post table tbody td dl dt {
  min-width: 14.4rem;
  margin-right: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody td dl dt, .l-post-content table tbody td dl dt, #tinymce.mce-content-body.acf_content table tbody td dl dt, #tinymce.post-type-post table tbody td dl dt {
    min-width: auto;
    margin-right: 0;
  }
}
.c-table.is-recruit tbody th, .l-post-content table.is-recruit tbody th, #tinymce.mce-content-body.acf_content table.is-recruit tbody th, #tinymce.post-type-post table.is-recruit tbody th,
.c-table.is-recruit tbody td,
.l-post-content table.is-recruit tbody td,
#tinymce.mce-content-body.acf_content table.is-recruit tbody td,
#tinymce.post-type-post table.is-recruit tbody td {
  padding: 1.0666666667rem 1.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table.is-recruit tbody th, .l-post-content table.is-recruit tbody th, #tinymce.mce-content-body.acf_content table.is-recruit tbody th, #tinymce.post-type-post table.is-recruit tbody th,
  .c-table.is-recruit tbody td,
  .l-post-content table.is-recruit tbody td,
  #tinymce.mce-content-body.acf_content table.is-recruit tbody td,
  #tinymce.post-type-post table.is-recruit tbody td {
    padding: 0.8rem 0.5333333333rem;
  }
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 3.7333333333rem;
}
.c-tabs__navs li {
  width: 50%;
  max-width: 18.4rem;
  margin-bottom: 0.5333333333rem;
  border: 2px solid #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li {
    border-width: 1px;
  }
}
.c-tabs__navs li a {
  background-color: #fff;
  color: #0080c8;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.6666666667rem 1.6rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a {
    padding: 0.4rem 1.6rem;
  }
}
.c-tabs__navs li a:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 1.6rem;
  font-weight: 400;
  right: 1.0666666667rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a:after {
    font-size: 1.28rem;
  }
}
.c-tabs__navs li a:hover {
  background-color: #afe2ff;
  opacity: 1;
}
.c-tabs__navs li a.is-active {
  background-color: #0080c8;
  color: #fff;
}
.c-tabs__navs li a.is-active:hover {
  opacity: 1;
}
.c-tabs__content {
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
  width: 0;
}
.c-tabs__content.is-active {
  position: static;
  visibility: visible;
  opacity: 1;
  width: auto;
}

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

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

.c-tel-top {
  padding: 3.2rem;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top {
    padding: 1.6rem;
  }
}
.c-tel-top__text {
  margin-top: 0.4rem;
  font-size: 1.0666666667rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__text {
    font-size: 0.8rem;
    line-height: 1.6666666667;
  }
}
.c-tel-top__title {
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin-bottom: 0.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__title {
    font-size: 1.0666666667rem;
    margin-bottom: 0.5333333333rem;
  }
}
.c-tel-top a {
  text-decoration: none;
  color: #0080c8;
  font-size: 2.8rem;
  letter-spacing: 0;
  line-height: 1;
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top a {
    font-size: 1.6rem;
    pointer-events: inherit;
  }
}
.c-tel-top a i {
  margin-right: 0.8rem;
}

.c-text-cross-list {
  font-size: 1.0666666667rem;
}
@media screen and (min-width: 46.875em) {
  .c-text-cross-list {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-text-cross-list {
    margin-top: 1.0666666667rem;
    text-align: center;
  }
}
.c-text-cross-list li:not(:last-child)::after {
  content: "";
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.4rem;
  display: inline-block;
  background: url("../images/icon-cross.png") no-repeat center center;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 46.8125em) {
  .c-text-cross-list li:not(:last-child)::after {
    display: block;
    margin: 0.6666666667rem auto;
  }
}

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

.c-top-about {
  max-width: 81.3333333333rem;
  box-sizing: content-box;
  margin: 5.7333333333rem auto 0;
  padding-right: 20px;
  padding-left: 20px;
}
@media screen and (min-width: 46.875em) {
  .c-top-about {
    padding-right: 32px;
    padding-left: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .c-top-about__image {
    width: 52.4590163934%;
  }
  .c-top-about__text {
    width: 39.7540983607%;
    padding-top: 1.3333333333rem;
  }
  .c-top-about__button {
    margin-top: 1.6rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-top-about {
    margin: 1.0666666667rem auto 0;
  }
  .c-top-about__section.l-section.is-lg {
    padding-top: 11.3333333333rem;
  }
  .c-top-about__image {
    padding: 1.0666666667rem 0 2rem;
  }
  .c-top-about__button {
    margin-top: 2.6666666667rem;
    text-align: center;
  }
}
.c-top-about__text {
  font-size: 1rem;
}

.c-top-company__section {
  background: linear-gradient(#f7f7f7 0%, rgba(247, 247, 247, 0) 280px), linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("../images/bg-top-company.jpg") no-repeat center center;
  background-size: auto, 100% 100%, cover;
}
@media screen and (min-width: 59.375em) {
  .c-top-company {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 59.375em) {
  .c-top-company__list {
    width: 38.6666666667rem;
  }
}
@media screen and (min-width: 46.875em) {
  .c-top-company__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-top-company li {
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 46.875em) {
  .c-top-company li {
    width: calc(50% - 10px);
    margin-bottom: 2rem;
  }
}
.c-top-company a {
  max-width: 100%;
}

.c-zeroemi-banner__block {
  border: 1px solid #7393DD;
  position: relative;
  text-decoration: none;
  display: flex;
  padding: 32px 60px;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__block {
    flex-direction: column;
    align-items: center;
    padding: 32px 22px 37px;
  }
}
.c-zeroemi-banner__bg {
  position: absolute;
  background-image: url("../images/bg-zeroemi-banner.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}
.c-zeroemi-banner__bg::after {
  position: absolute;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.93);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.c-zeroemi-banner__header {
  width: 50%;
  position: relative;
  padding-top: 1rem;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__header {
    width: 100%;
  }
}
.c-zeroemi-banner__header::after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 139px;
  background-color: #0080C8;
  right: 0;
  top: calc(50% - 69.5px);
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__header::after {
    display: none;
  }
}
.c-zeroemi-banner__content {
  width: 50%;
  padding-right: 80px;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__content {
    width: 100%;
    padding-right: 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
}
.c-zeroemi-banner__content::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 64px;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__content::after {
    width: 48px;
    height: 48px;
    bottom: 5px;
    top: auto;
    right: 13px;
  }
}
.c-zeroemi-banner__content:hover::after {
  background-position: center center, 0 center;
}
.c-zeroemi-banner__title.c-heading.is-lg {
  text-align: left;
  font-size: 24px;
  margin-bottom: 17px;
  margin-top: 14px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 0;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__title.c-heading.is-lg {
    margin-top: 0;
    margin-bottom: 9px;
    font-size: 16px;
  }
}
.c-zeroemi-banner__sub-title {
  text-align: left;
  font-size: 18px;
  font-weight: 700;
  display: inline-flex;
  padding: 6px 20px;
  justify-content: center;
  align-items: center;
  gap: var(--border-raidus-lg, 10px);
  color: var(--2, #FFF);
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; /* 25.5px */
  letter-spacing: 0.75px;
  background: #01AAEE;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__sub-title {
    font-size: 13px;
  }
}
.c-zeroemi-banner__text {
  text-align: center;
  font-size: 12px;
  color: #444444;
}
@media screen and (max-width: 950px) {
  .c-zeroemi-banner__text {
    margin-top: 20px;
    display: inline-block;
    text-align: left;
    font-size: 10px;
    padding-right: 38px;
  }
}

.c-block-header__money-block.is-banner {
  margin-bottom: 1em;
}

.c-block-header__money.is-banner {
  width: 96px;
  height: 96px;
  font-size: 25px;
}

@media screen and (max-width: 950px) {
  .c-block-header__money.is-banner {
    width: 70px;
    height: 70px;
    font-size: 19px;
    padding-top: 7px;
  }
  .c-block-header__money.is-banner small {
    font-size: 12px;
  }
}
.c-block-header__money.is-banner small {
  font-size: 14px;
}

.c-block-header__money-text.is-banner {
  font-size: 10px;
  color: #333333;
  margin: 0 21px 0 19px;
}

@media screen and (max-width: 950px) {
  .c-block-header__money-text.is-banner {
    margin: 0 12px 0 8px;
  }
}
.c-block-header__money-block.is-banner {
  padding-left: 0;
  margin-top: 23px;
}

@media screen and (max-width: 950px) {
  .c-block-header__money-block.is-banner {
    margin-top: 15px;
  }
}
.c-zeroemi-banner {
  /* padding: 120px 0 120px; */
  padding: 100px 0 10px;
}

@media screen and (max-width: 750px) {
  .c-zeroemi-banner {
    padding: 60px 0 0;
  }
}
.c-zeroemi-banner.is-bottom {
  padding: 120px 0 0;
}

.p-contact {
  max-width: 680px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-radius: 4px;
  background: #fff;
  padding-top: 0.5333333333rem;
  padding-bottom: 2.1333333333rem;
  box-shadow: 0 4px 24px 4px rgba(0, 0, 0, 0.1);
}
.p-contact__button {
  margin-top: 24px;
}
.p-contact__tel {
  font-size: 1.6rem;
  letter-spacing: 2px;
  margin-top: 24px;
}
.p-contact__tel i.fa {
  margin-right: 8px;
}

.p-landing-block {
  display: table;
  margin-bottom: 3.2rem;
}
.p-landing-block__thumbnail {
  display: table-cell;
  width: 50%;
  background-position: center;
  background-repeat: no-repet;
}
.p-landing-block__content {
  display: table-cell;
  padding-left: 4.2666666667rem;
  padding-right: 4.2666666667rem;
  padding-top: 4.2666666667rem;
  padding-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .modaal-video-wrap {
    margin: 0 !important;
  }
}

.modaal-close:hover:before, .modaal-close:hover:after {
  background: #0080c8 !important;
}

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

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

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

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

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

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

.p-post-item.is-horizon {
  border: 1px solid #F7F7F7;
  padding: 32px;
  background: #fff;
  display: flex;
}
.p-post-item.is-horizon .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
  min-width: 30%;
}

.p-post-item.is-line {
  border-bottom: 1px solid #F7F7F7;
  padding-top: 32px;
  padding-bottom: 32px;
  display: block;
  margin-bottom: 0;
}
.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.6rem;
  width: auto;
}
.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  margin-right: 32px;
  float: left;
  color: #333;
}
.p-post-item.is-line .p-post-item__title {
  float: left;
  color: #333;
  margin-right: 32px;
  margin-bottom: 0;
  font-size: 0.9333333333rem;
  margin-top: 0.2rem;
  margin-right: 32px;
}

.p-post-item.is-line {
  border-bottom: 1px solid #C0C3CA;
  padding: 14px 40px 14px 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line {
    padding: 14px 24px 18px 0;
  }
  .p-post-item.is-line .p-post-item__sup {
    overflow: hidden;
  }
  .p-post-item.is-line .p-post-item__sup:after {
    content: "";
    display: block;
    clear: both;
  }
}
.p-post-item.is-line:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #0080c8;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -0.8666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line:before {
    top: auto;
    bottom: 14px;
    margin-top: 0;
  }
}
.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1.6rem;
  width: auto;
}
.p-post-item.is-line .p-post-item__date {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  margin-right: 1.6rem;
}
.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  float: left;
  color: #333;
}
.p-post-item.is-line .p-post-item__title {
  color: #333;
  margin-bottom: 0;
  font-size: 1.0666666667rem;
  margin-top: 0.2rem;
  margin-right: 1.6rem;
  margin-left: 1.6rem;
  font-weight: normal;
  position: relative;
  line-height: 1.7;
  max-width: 60%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line .p-post-item__title {
    float: none;
    padding-top: 0.8rem;
    margin-left: 0;
  }
}
.p-post-item.is-line:hover .p-post-item__title {
  text-decoration: underline;
}

.p-post-list {
  border-top: 1px solid #C0C3CA;
}

.p-post h1,
.p-post h2,
.p-post h3,
.p-post h4,
.p-post h5,
.p-post h6,
.p-post p {
  margin-top: 0;
}

.p-privacy {
  margin-top: 48px;
  margin-bottom: 48px;
  padding: 32px;
  background: #EEF1F1;
  max-width: 896px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.p-privacy h4 {
  margin-top: 0;
  font-size: 15px;
  margin-bottom: 16px;
}

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

.p-sitemap {
  margin-bottom: 3.2rem;
}
.p-sitemap__title {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 1.6rem;
}
.p-sitemap > ul > li {
  list-style: disc;
  list-style-position: inside;
  margin-bottom: 0.5333333333rem;
}
.p-sitemap > ul > li a {
  text-decoration: none;
}
.p-sitemap > ul > li a:hover {
  text-decoration: underline;
}

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

.l-block__margin-normal {
  margin-top: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-normal {
    margin-top: 1.8666666667rem;
  }
}
.l-block__margin-large {
  margin-top: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-large {
    margin-top: 2.1333333333rem;
  }
}
.l-block__margin-medium {
  margin-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-medium {
    margin-top: 0.8rem;
  }
}
.l-block__margin-small {
  margin-top: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-small {
    margin-top: 0.8rem;
  }
}
.l-block__margin-none {
  margin-top: 0;
}

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

/*
---
name: フッター_サイトマップ型
category: Layout
---
*/
.l-footer {
  background-color: #fff;
  padding: 7.7333333333rem 0 1.8666666667rem;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer {
    padding: 4.2666666667rem 0 1.8666666667rem;
  }
}
.l-footer.is-contact {
  padding-top: 4.2666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer.is-contact {
    padding-top: 0.8rem;
  }
}
.l-footer.is-contact .l-footer__content {
  border-top: none;
}
.l-footer a {
  color: inherit;
  text-decoration: none;
}
.l-footer__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 0.5333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__menu {
    padding-bottom: 1.0666666667rem;
    display: block;
    position: relative;
  }
}
.l-footer__block {
  padding-right: 2.6666666667rem;
}
.l-footer__block:last-child {
  padding-right: 0;
}
@media screen and (max-width: 75em) {
  .l-footer__block {
    padding-right: 1.6rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block {
    padding: 0;
  }
}
.l-footer__block.is-pagetop {
  flex: none;
  margin-left: 5.2rem;
  padding-right: 0.6666666667rem;
}
@media screen and (max-width: 75em) {
  .l-footer__block.is-pagetop {
    margin-left: 2.1333333333rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer__block.is-pagetop {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 2.2666666667rem;
  }
}
.l-footer__pagetop {
  display: block;
}
.l-footer__pagetop span {
  margin-right: auto;
  margin-left: auto;
}
.l-footer__pagetop__icon {
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  border: solid 1px #333;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background-position 0.3s;
  background: linear-gradient(#fff 50%, #333 50%) no-repeat top center;
  background-size: 200% 200%;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__pagetop__icon {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.l-footer__pagetop__icon svg {
  position: relative;
  z-index: 1;
}
.l-footer__pagetop__icon svg path {
  transition: 0.3s;
}
.l-footer__pagetop__text {
  margin-top: 0.5333333333rem;
  display: block;
  font-size: 0.8666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__pagetop__text {
    font-size: 0.7333333333rem;
  }
}
.l-footer__pagetop:hover {
  opacity: 1;
}
.l-footer__pagetop:hover .l-footer__pagetop__icon {
  background-position: bottom center;
}
.l-footer__pagetop:hover path {
  stroke: #fff;
}
.l-footer__menulist ul {
  margin-left: 1em;
  padding-top: 1.3333333333rem;
}
.l-footer__menulist li {
  margin-bottom: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__menulist li {
    margin-bottom: 1rem;
  }
}
.l-footer__menulist a {
  position: relative;
}
.l-footer__menulist a::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: left top;
  background: #333;
  transition: 0.3s;
}
.l-footer__menulist a:hover {
  opacity: 1;
}
.l-footer__menulist a:hover::before {
  transform: scaleX(1);
}
@media screen and (min-width: 59.375em) {
  .l-footer__content {
    padding-bottom: 2.1333333333rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    border-bottom: solid 1px #C0C3CA;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer__content {
    border-top: solid 1px #C0C3CA;
  }
}
.l-footer__logo {
  width: 100%;
  max-width: 17.8666666667rem;
  margin-bottom: 1.6rem;
  margin-right: -1.6rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__logo {
    text-align: center;
    margin: auto;
    max-width: 13.9333333333rem;
    padding: 2rem 0;
  }
  .l-footer__logo img {
    margin-right: -1.0666666667rem;
  }
}
.l-footer__bottom-menu {
  opacity: 0.7;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__bottom-menu li:not(:last-child) {
  margin-right: 2.1333333333rem;
}
.l-footer__bottom-menu a[target=_blank]::after {
  display: inline-block;
  content: "";
  width: 0.6666666667rem;
  height: 0.6666666667rem;
  background: url("../images/icon-external.svg") no-repeat 0 0;
}
.l-footer__copyright {
  display: block;
  padding-top: 1.3333333333rem;
  font-size: 0.6666666667rem;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  letter-spacing: 0.3em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__copyright {
    opacity: 0.7;
    padding-top: 1rem;
    text-align: left;
  }
}

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

/*
---
name: ヘッダー
category: Layout
---
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.8666666667rem;
  background-color: rgba(255, 255, 255, 0);
  padding: 0 3.0666666667rem 0 2rem;
  z-index: 10;
  height: 80px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 85em) {
  .l-header {
    font-size: 0.8rem;
    padding: 0 1vw;
  }
}
@media screen and (max-width: 68.75em) {
  .l-header {
    font-size: 0.7333333333rem;
    padding: 0 0.5vw;
  }
}
@media screen and (max-width: 46.8125em) {
  .l-header {
    padding: 0;
  }
}
.l-header.is-fixed, .l-header.is-top {
  background-color: #fff;
}
.l-header a {
  display: block;
  text-decoration: none;
  transition: none;
}
.l-header__content {
  display: flex;
  align-items: center;
  height: 5.3333333333rem;
}
.l-header__logo {
  width: 10.6666666667rem;
  margin: 0;
}
@media screen and (max-width: 68.75em) {
  .l-header__logo {
    width: 11.2%;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header__logo {
    width: 8.3333333333rem;
    padding: 0;
    margin: 1.6rem 1.3333333333rem;
  }
}
.l-header__logo img {
  display: block;
}
.l-header__nav {
  margin-left: auto;
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-list {
  display: flex;
}
.l-header__nav-list a, .l-header__nav-list .l-header__nav-list__link {
  color: #333;
}
.l-header__nav-list a span, .l-header__nav-list .l-header__nav-list__link span {
  position: relative;
}
.l-header__nav-list a span::before, .l-header__nav-list .l-header__nav-list__link span::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 1px;
  display: block;
  transform: scaleX(0);
  transform-origin: left top;
  background: #333;
  transition: 0.3s;
}
.l-header__nav-list a:hover, .l-header__nav-list a.is-active, .l-header__nav-list a.is-current, .l-header__nav-list .l-header__nav-list__link:hover, .l-header__nav-list .l-header__nav-list__link.is-active, .l-header__nav-list .l-header__nav-list__link.is-current {
  opacity: 1;
}
.l-header__nav-list a:hover span::before, .l-header__nav-list a.is-active span::before, .l-header__nav-list a.is-current span::before, .l-header__nav-list .l-header__nav-list__link:hover span::before, .l-header__nav-list .l-header__nav-list__link.is-active span::before, .l-header__nav-list .l-header__nav-list__link.is-current span::before {
  transform: scaleX(1);
}
.l-header__nav-list__item.is-has-sub .l-header__nav-list__link {
  cursor: pointer;
}
.l-header__nav-list__item.is-has-sub .l-header__nav-list__link::after {
  content: "\f107";
  font-family: "FontAwesome";
  line-height: 1;
  margin-left: 0.2666666667rem;
  margin-right: 0.2666666667rem;
  display: inline-block;
}
.l-header__nav-list__link {
  height: 100%;
  padding: 1.7333333333rem 1.0666666667rem 1.8666666667rem;
}
@media screen and (max-width: 85em) {
  .l-header__nav-list__link {
    padding-right: 0.5vw;
    padding-left: 0.5vw;
  }
}
.l-header__button-list {
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  margin-left: 1.2rem;
  line-height: 1.25;
}
@media screen and (max-width: 85em) {
  .l-header__button-list {
    margin-left: 0.5vw;
  }
}
.l-header__button-list li {
  margin-left: 1rem;
}
@media screen and (max-width: 85em) {
  .l-header__button-list li {
    margin-left: 0.5vw;
  }
}
.l-header__button-list a {
  border: solid 1px #0080c8;
  border-radius: 20px;
  width: 8.6666666667rem;
  text-align: center;
  padding: 0.4rem 0.1333333333rem 0.4666666667rem;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 50%, #0080c8 50%) no-repeat right center;
  background-size: 200% 200%;
}
.l-header__button-list a span {
  position: relative;
  z-index: 1;
}
.l-header__button-list a:hover {
  color: #fff;
  opacity: 1;
  background-position: left center;
}
.l-header__subnav {
  position: absolute;
  top: 5.3333333333rem;
  left: 0;
  right: 0;
  padding: 3.2rem;
  background-color: #F0F4F7;
  display: none;
  justify-content: center;
  z-index: 10;
}
.l-header__subnav__item {
  padding: 0 2.9333333333rem;
  position: relative;
}
.l-header__subnav__item:not(:first-child)::before {
  content: "";
  background: #C0C3CA;
  width: 1px;
  height: 1.2666666667rem;
  display: block;
  position: absolute;
  left: 0;
  top: 0.2666666667rem;
}

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

.l-main {
  width: 100%;
  max-width: 128rem;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

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

.l-main.is-bg-color {
  background: #f7f7f7 url("../images/bg-line.png") repeat-y center center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-main.is-bg-color {
    background-size: 22.3333333333rem auto;
  }
}

.l-main.is-lg-top {
  padding-top: 8.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-main.is-lg-top {
    padding-top: 6.6666666667rem;
  }
}

.l-main.is-bg-gray {
  background: #f7f7f7;
}

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

/*
---
name: オファー_通常
category: Layout
---
*/
.l-offer {
  text-align: center;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 46.875em) {
  .l-offer {
    display: flex;
  }
}
.l-offer * {
  font-weight: 400;
}
.l-offer__item {
  display: block;
  padding: 6.3333333333rem 1.3333333333rem 6rem 1.3333333333rem;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(180deg, #007EFD, #00B4EA);
  position: relative;
}
@media screen and (min-width: 46.875em) {
  .l-offer__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 46.8125em) {
  .l-offer__item {
    background: linear-gradient(90deg, #007EFD, #00B4EA);
    padding: 2.9333333333rem 1.3333333333rem;
    text-align: left;
    position: relative;
  }
}
.l-offer__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  opacity: 0;
  transition: 0.3s;
}
.l-offer__item:nth-child(2)::before {
  opacity: 0.1;
}
.l-offer__item:nth-child(3)::before {
  opacity: 0.2;
}
.l-offer__item:hover {
  opacity: 1;
}
.l-offer__item:hover .l-offer__icon {
  background-image: url("../images/icon-arrow-blue.png");
  background-color: #fff;
}
.l-offer__item:hover:nth-child(1)::before {
  opacity: 0.16;
}
.l-offer__item:hover:nth-child(2)::before {
  opacity: 0.26;
}
.l-offer__item:hover:nth-child(3)::before {
  opacity: 0.36;
}
.l-offer__title {
  width: 100%;
  font-size: 1.8666666667rem;
  line-height: 1.4285714286;
  letter-spacing: 0.15em;
  margin: 0;
  margin-bottom: 1.8666666667rem;
  position: relative;
}
@media screen and (max-width: 46.8125em) {
  .l-offer__title {
    font-size: 1.3333333333rem;
    margin-bottom: 0.5333333333rem;
  }
}
.l-offer__text {
  width: 100%;
  font-size: 0.8666666667rem;
  line-height: 1.5384615385;
  margin-bottom: 2.6666666667rem;
  position: relative;
}
@media screen and (max-width: 46.8125em) {
  .l-offer__text {
    margin-bottom: 0;
    font-size: 0.7333333333rem;
  }
}
.l-offer__icon {
  display: inline-block;
  position: relative;
  width: 5.3333333333rem;
  height: 5.3333333333rem;
  border: solid 1px #fff;
  border-radius: 50%;
  background: url("../images/icon-arrow-white.png") no-repeat center center;
  background-size: 1.3333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .l-offer__icon {
    background-size: 12px;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    top: 50%;
    right: 1.3333333333rem;
    transform: translateY(-50%);
  }
}

.l-page-header-case {
  padding-top: 8.9333333333rem;
  background: #f7f7f7;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-case {
    padding-top: 6.6666666667rem;
  }
}
.l-page-header-case__date {
  font-size: 0.8rem;
  letter-spacing: 0.15em;
  line-height: 1.4166666667;
  font-weight: 400;
  color: #C0C3CA;
  margin-left: 0.8rem;
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-case__date {
    font-size: 0.7333333333rem;
  }
}
.l-page-header-case__title.c-heading.is-lg {
  text-align: left;
  margin: 1.0666666667rem 0;
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-case__title.c-heading.is-lg {
    margin: 0.8rem 0;
  }
}
.l-page-header-case__name {
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-case__name {
    font-size: 0.9333333333rem;
  }
}
.l-page-header-case__content {
  position: relative;
  width: 100%;
  padding-top: 35.4285714286%;
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .l-page-header-case__content {
    padding-top: 49.6%;
  }
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-case__content {
    margin-top: 2.1333333333rem;
  }
}
.l-page-header-case__bg {
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-page-header-case__bg .is-blur {
  opacity: 0.2;
  width: 100%;
}
.l-page-header-case__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-width: 67.4285714286%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-case__image {
    max-width: calc(100% - 80px);
  }
}

/*
---
name: ページヘッダー_通常
category: Layout
---
*/
/*
---
name: ページヘッダー_単色
category: Layout
---
*/
.l-page-header-vision {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-image: url("../images/bg-page-header-vision.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 14.6666666667rem 0;
  margin-top: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision {
    padding: 6.6666666667rem 0;
  }
}
.l-page-header-vision:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.l-page-header-vision .l-container {
  position: relative;
  z-index: 1;
}
.l-page-header-vision__title.c-heading.is-lg {
  margin: 0;
  letter-spacing: 0.15em;
}
.l-page-header-vision__video {
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision__video {
    margin-top: 1.6rem;
  }
}
.l-page-header-vision__video::after {
  content: "";
  display: block;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: 0.3s;
  background: url("../images/icon-arrow-white-sm.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 15px, 200%;
  width: 6.6666666667rem;
  height: 6.6666666667rem;
  background: url("../images/icon-video.png") no-repeat center center, linear-gradient(90deg, #007EFD, #00B4EA, #007EFD) no-repeat 100% center;
  background-size: 16px, 200%;
}
@media screen and (max-width: 46.8125em) {
  .l-page-header-vision__video::after {
    width: 3.2rem;
    height: 3.2rem;
    background-size: 12px, 200%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision__video::after {
    width: 4.6666666667rem;
    height: 4.6666666667rem;
  }
}
.l-page-header-vision__video:focus {
  outline: none;
}
.l-page-header-vision__text {
  color: #fff;
  text-align: center;
  font-size: 1.0666666667rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision__text {
    font-size: 0.9333333333rem;
    margin-top: 0.8rem;
  }
}
.l-page-header-vision__subtitle {
  text-align: center;
  color: #0080c8;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision__subtitle {
    font-size: 0.9333333333rem;
    margin-bottom: 1.0666666667rem;
  }
}
.l-page-header-vision__discription {
  text-align: center;
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision__discription {
    text-align: left;
    margin-top: 1.3333333333rem;
  }
}
.l-page-header-vision.is-recruit {
  background-image: url("../images/bg-page-header-recruit.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 14.2666666667rem 0;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header-vision.is-recruit {
    padding: 6.6666666667rem 0;
  }
}
.l-page-header-vision.is-recruit:after {
  background: linear-gradient(#fff 0%, rgba(255, 255, 255, 0.51) 100%);
}
.l-page-header-vision.is-recruit .l-page-header-vision__title.c-heading.is-lg {
  letter-spacing: 0.1em;
}

/*
---
name: ページヘッダー_通常
category: Layout
---
*/
/*
---
name: ページヘッダー_単色
category: Layout
---
*/
.l-page-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f7f7f7 url("../images/bg-line.png") repeat-y center center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header {
    background-size: 22.3333333333rem auto;
  }
}
.l-page-header__inner {
  padding: 13.3333333333rem 0 7.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__inner {
    padding: 6.6666666667rem 0 4rem;
  }
}
.l-page-header.is-service .l-page-header__inner {
  padding: 8.3333333333rem 0 2.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header.is-service .l-page-header__inner {
    padding: 1.6666666667rem 0 2rem;
  }
}
.l-page-header__title.c-heading.is-xlg {
  margin: 0;
}
.l-page-header__title.c-heading.is-xlg b {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.6666666667rem;
  letter-spacing: 0.15em;
  line-height: 1.4;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__title.c-heading.is-xlg b {
    flex-direction: column;
    font-size: 1.7333333333rem;
  }
}
.l-page-header__title.c-heading.is-xlg b img {
  width: 100%;
  max-width: 17.8666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__title.c-heading.is-xlg b img {
    max-width: 13.3333333333rem;
    margin-bottom: 0.5333333333rem;
  }
}

.l-post-content::after, #tinymce.mce-content-body.acf_content::after, #tinymce.post-type-post::after {
  content: "";
  display: block;
  clear: both;
}
.l-post-content > p, #tinymce.mce-content-body.acf_content > p, #tinymce.post-type-post > p,
.l-post-content div > p,
#tinymce.mce-content-body.acf_content div > p,
#tinymce.post-type-post div > p {
  margin-bottom: 1.6em;
}
.l-post-content h1, #tinymce.mce-content-body.acf_content h1, #tinymce.post-type-post h1 {
  font-size: 2.1333333333rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.l-post-content h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2 {
  font-size: 1.6666666667rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
  margin-top: 5.3333333333rem;
  margin-bottom: 2.1333333333rem;
  border-bottom: 2px solid #0080c8;
  padding-bottom: 0.9333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2 {
    margin-top: 2.6666666667rem;
    font-size: 1.2rem;
  }
}
.l-post-content h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3 {
  font-size: 1.3333333333rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 3.6rem;
  margin-bottom: 1.6rem;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  background-color: #e7e7e7;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3 {
    margin-top: 2.1333333333rem;
    font-size: 1.0666666667rem;
  }
}
.l-post-content h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4 {
  font-size: 1.1333333333rem;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
  margin-top: 1.0666666667rem;
  margin-bottom: 1.0666666667rem;
}
.l-post-content h4:before, #tinymce.mce-content-body.acf_content h4:before, #tinymce.post-type-post h4:before {
  float: left;
  margin-right: 0.3rem;
  font-family: "FontAwesome";
  content: "\f10c";
  color: #0080c8;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4 {
    font-size: 1rem;
  }
}
.l-post-content h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5 {
  font-size: 1.0666666667rem;
  letter-spacing: 0.05em;
  margin-top: 1.0666666667rem;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5 {
    font-size: 0.9333333333rem;
  }
}
.l-post-content h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6 {
  font-size: 1.0666666667rem;
  letter-spacing: 0.05em;
  margin-top: 1.0666666667rem;
  margin-bottom: 1.0666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6 {
    font-size: 0.9333333333rem;
  }
}
.l-post-content dl, #tinymce.mce-content-body.acf_content dl, #tinymce.post-type-post dl {
  margin-top: 1.0666666667rem;
  margin-bottom: 1.0666666667rem;
}
.l-post-content dl dt, #tinymce.mce-content-body.acf_content dl dt, #tinymce.post-type-post dl dt {
  font-weight: bold;
}
.l-post-content dl dd, #tinymce.mce-content-body.acf_content dl dd, #tinymce.post-type-post dl dd {
  margin-bottom: 1em;
}
.l-post-content table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table {
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.l-post-content table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
  text-align: left;
  padding: 1.0666666667rem 0.4rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
  .l-post-content table tbody td,
  #tinymce.mce-content-body.acf_content table tbody td,
  #tinymce.post-type-post table tbody td {
    padding: 0.5333333333rem 0.2666666667rem;
  }
}
.l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
  width: 8rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
    width: 6.4rem;
  }
}
.l-post-content table tbody p, #tinymce.mce-content-body.acf_content table tbody p, #tinymce.post-type-post table tbody p {
  margin-bottom: 0;
}
.l-post-content ol li, #tinymce.mce-content-body.acf_content ol li, #tinymce.post-type-post ol li, .l-post-content ul li, #tinymce.mce-content-body.acf_content ul li, #tinymce.post-type-post ul li {
  list-style: inherit;
}
.l-post-content ul, #tinymce.mce-content-body.acf_content ul, #tinymce.post-type-post ul {
  padding-left: 1.6rem;
  list-style: disc;
}
.l-post-content ol, #tinymce.mce-content-body.acf_content ol, #tinymce.post-type-post ol {
  padding-left: 1.6rem;
  list-style: decimal;
}
.l-post-content iframe, #tinymce.mce-content-body.acf_content iframe, #tinymce.post-type-post iframe {
  max-width: 100%;
  width: 100%;
}
.l-post-content pre, #tinymce.mce-content-body.acf_content pre, #tinymce.post-type-post pre {
  background: #f5f5f5;
  padding: 1.0666666667rem 1.6rem;
}

@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
    margin: 4mm !important;
    size: landscape;
    size: portrait;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }
  main * {
    opacity: 1 !important;
    visibility: visible !important;
  }
  html {
    overflow: visible !important;
    zoom: 0.7 !important;
  }
  body {
    min-width: 1320px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .c-slidebar-menu,
  .c-slidebar-button,
  .u-hidden-lg {
    display: none;
  }
}
.l-section.is-xlg {
  padding-top: 9.3333333333rem;
  padding-bottom: 9.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 4.6666666667rem;
    padding-bottom: 4.6666666667rem;
  }
}
.l-section.is-lg {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.l-section.is-md {
  padding-top: 5.3333333333rem;
  padding-bottom: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 2.6666666667rem;
    padding-bottom: 2.6666666667rem;
  }
}
.l-section.is-sm {
  padding-top: 4.2666666667rem;
  padding-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 2.1333333333rem;
    padding-bottom: 2.1333333333rem;
  }
}
.l-section.is-xs {
  padding-top: 2.1333333333rem;
  padding-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs {
    padding-top: 1.0666666667rem;
    padding-bottom: 1.0666666667rem;
  }
}
.l-section.is-bg-color {
  background: #f7f7f7 url("../images/bg-line.png") repeat-y center center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-bg-color {
    background-size: 22.3333333333rem auto;
  }
}
.l-section.is-arrow {
  position: relative;
  padding-top: 5.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-arrow {
    padding-top: 2.6666666667rem;
  }
}
.l-section.is-arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%) translateY(-50%);
  width: 2.04rem;
  height: 5.1rem;
  background-image: url("../images/icon-section-arrow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-arrow:before {
    width: 1.3333333333rem;
    height: 3.3333333333rem;
  }
}
.l-section.is-bg-gray {
  background: #f7f7f7;
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}

.l-wrapper.is-overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.b-block .c-heading.is-xlg {
  margin-top: 0;
}
.b-block .c-heading.is-md {
  text-align: left;
  font-weight: normal;
  margin-top: 0;
}
.b-block p strong {
  color: #7977DB;
}
.b-block .c-block-plan__item {
  background: #F0F4F7;
  border: 1px solid #eaebf0;
  /* box-shadow: 0px 4px 40px 0px rgba(43, 45, 59, 0.03); */
}
.b-block .c-block-feature-emmp__inner {
  margin-top: 0;
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-bottom: 0;
}

.u-mbs {
  margin-top: 3.7333333333rem;
  margin-bottom: 3.7333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 1.8666666667rem;
    margin-bottom: 1.8666666667rem;
  }
}
.u-mbs.is-xlg {
  margin-top: 8rem;
  margin-bottom: 8rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }
}
.u-mbs.is-lg {
  margin-top: 6.6666666667rem;
  margin-bottom: 6.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 3.3333333333rem;
    margin-bottom: 3.3333333333rem;
  }
}
.u-mbs.is-md {
  margin-top: 4.2666666667rem;
  margin-bottom: 4.2666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 2.1333333333rem;
    margin-bottom: 2.1333333333rem;
  }
}
.u-mbs.is-sm {
  margin-top: 3.2rem;
  margin-bottom: 3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 1.6rem;
    margin-bottom: 1.6rem;
  }
}
.u-mbs.is-xs {
  margin-top: 2.1333333333rem;
  margin-bottom: 2.1333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 1.0666666667rem;
    margin-bottom: 1.0666666667rem;
  }
}
.u-mbs.is-xxs {
  margin-top: 1.6rem;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxs {
    margin-top: 0.8rem;
    margin-bottom: 0.8rem;
  }
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-visible-sm {
    display: block !important;
  }
  .u-visible-sm.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .u-visible-md {
    display: block !important;
  }
  .u-visible-md.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 46.875em) {
  .u-visible-lg {
    display: block !important;
  }
  .u-visible-lg.is-inlineblock {
    display: inline-block !important;
  }
}
@media screen and (min-width: 71.25em) {
  .u-visible-xlg {
    display: block !important;
  }
  .u-visible-xlg.is-inlineblock {
    display: inline-block !important;
  }
}
.img_responsive {
  max-width: 100%;
}

sup {
  font-size: 80%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.merit_body {
  width: 100%;
  max-width: 64.73rem;
  margin: 1.33rem auto 0;
  padding-bottom: 2.67rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_body {
    max-width: 100%;
  }
}

.merit_body_head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.8rem;
  border: 1px solid #1b96db;
  padding: 1.6rem 1.07rem 2.13rem;
  text-align: center;
  color: #1b96db;
  font-weight: bold;
  font-size: 1.67rem;
  line-height: 2.13rem;
}
.merit_body_head h4 {
  margin-top: 0;
  margin-bottom: 0;
}
.merit_body_head span {
  font-size: 2.13rem;
  border-bottom: 0.27rem solid #1b96db;
}
.merit_body_head img {
  width: 2.6rem;
}

.merit_figs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0;
  margin-top: 1.87rem;
}

.merit_fig_alpha img {
  width: 35.47rem;
  margin-top: 2rem;
}

.merit_fig_beta {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 0;
  position: relative;
}
.merit_fig_beta img {
  width: 23.27rem;
}
.merit_fig_beta:before {
  content: "";
  display: block;
  width: 5.87rem;
  height: 3.2rem;
  margin-top: 6.67rem;
  margin-right: -0.07rem;
  background: url(https://rexev.co.jp/smart-chager/assets/images/merit_fig_arrow_1.png) no-repeat right center;
  background-size: cover;
}

.merit_fig_memo {
  margin-top: -6rem;
  width: 35.47rem;
  max-width: 100%;
  font-size: 0.8rem;
  color: #454545;
}

.merit_compare {
  margin-top: 3.87rem;
  text-align: center;
}
.merit_compare h4 {
  font-size: 1.33rem;
  font-weight: normal;
  color: #1380c3;
}

.merit_compare_table {
  margin-top: 2.13rem;
  width: 100%;
}
.merit_compare_table tr.thtr .c2 {
  border-top: 1.33rem solid #1380c3;
  vertical-align: middle;
  background: #1380c3;
  padding-bottom: 1.07rem;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.4;
}
.merit_compare_table tr.thtr .c3 {
  background: #dce3e8;
  vertical-align: middle;
  color: #333333;
  font-weight: bold;
  font-size: 1.07rem;
  line-height: 1.4;
}
.merit_compare_table .c1 {
  width: 20.47rem;
  height: 4.93rem;
  vertical-align: middle;
  background: #707070;
  color: #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
  padding-left: 1.33rem;
  font-size: 1.07rem;
}
.merit_compare_table .c2 {
  width: 22.8rem;
  height: 4.93rem;
  vertical-align: middle;
  border-right: 1.07rem solid #1380c3;
  border-left: 1.07rem solid #1380c3;
  border-bottom: 0.07rem solid #1380c3;
  color: #1380c3;
  font-weight: bold;
  font-size: 1.13rem;
  line-height: 1.4;
}
.merit_compare_table .c3 {
  width: 20.27rem;
  height: 4.93rem;
  vertical-align: middle;
  background: #f7f7f7;
  border-bottom: 0.07rem solid #fff;
  font-size: 1.07rem;
}
.merit_compare_table tr.last .c2 {
  border-bottom: 1.07rem solid #1380c3;
}

.merit_memo {
  margin-top: 2rem;
  color: #454545;
  font-size: 0.8rem;
  text-align: left;
}

.merit_link {
  margin: 2.67rem auto 1.33rem;
}
.merit_link .btn {
  padding: 0.67rem 2rem;
  border: 1px solid #1380c3;
  text-decoration: none;
  border-radius: 2rem;
  font-size: 1rem;
  color: #1380c3;
}

@media screen and (max-width: 1360px) {
  .merit_body {
    padding: 1.07rem 0;
  }
  .merit_body_head {
    padding: 1.33rem 0.8rem 1.33rem;
    gap: 0.53rem;
    font-size: 1.07rem;
  }
  .merit_body_head span {
    font-size: 1.47rem;
    line-height: 0.73rem;
    border-bottom: 0.2rem solid #1b96db;
  }
  .merit_figs {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .merit_fig_alpha img {
    margin-top: 0;
  }
  .merit_fig_beta {
    display: flex;
    flex-direction: column;
  }
  .merit_fig_beta img {
    width: 56%;
    margin: 0 auto;
  }
  .merit_fig_beta:before {
    content: "";
    display: block;
    width: 2.13rem;
    height: 2.13rem;
    margin-top: 0;
    margin-bottom: -0.13rem;
    margin-left: auto;
    margin-right: 16.67%;
    background: url(https://rexev.co.jp/smart-chager/assets/images/merit_fig_arrow_2.png) no-repeat center top;
    background-size: cover;
  }
  .merit_fig_memo {
    margin-top: 1.33rem;
    font-size: 0.73rem;
    color: #666;
  }
  .merit_compare {
    margin-top: 2.13rem;
    text-align: center;
  }
  .merit_compare h4 {
    font-size: 1.2rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1360px) and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_compare h4 {
    text-align: left;
  }
}
@media screen and (max-width: 1360px) {
  .merit_compare_table {
    width: calc(100% + 2.13rem);
    margin-top: 2.13rem;
    margin-right: -1.07rem;
    margin-left: -1.07rem;
  }
  .merit_compare_table .c1 {
    width: 14.67%;
    font-size: 0.8rem;
    line-height: 1.4;
    padding-left: 0.53rem;
  }
  .merit_compare_table tr.thtr .c2 {
    border-top: 0.67rem solid #1380c3;
    vertical-align: middle;
    background: #1380c3;
    padding-bottom: 0.8rem;
    color: #fff;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1360px) and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_compare_table tr.thtr .c2 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1360px) {
  .merit_compare_table .c2 {
    width: 37.33%;
    height: 4.93rem;
    vertical-align: middle;
    border-right: 0.53rem solid #1380c3;
    border-left: 0.53rem solid #1380c3;
    border-bottom: 0.07rem solid #1380c3;
    color: #1380c3;
    font-weight: bold;
    font-size: 0.93rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 1360px) and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_compare_table .c2 {
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1360px) {
  .merit_compare_table tr.last .c2 {
    border-bottom: 0.53rem solid #1380c3;
  }
}
@media screen and (max-width: 1360px) and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_compare_table tr.last .c2 {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 1360px) {
  .merit_compare_table .c3 {
    width: 14.67%;
    font-size: 0.8rem;
  }
  .merit_compare_table tr.thtr .c3 {
    font-size: 0.87rem;
    line-height: 1.4;
  }
  .merit_memo {
    margin-top: 2rem;
    color: #666;
    font-size: 0.8rem;
    text-align: left;
  }
  .merit_link {
    margin: 2rem -0.4rem 2.67rem;
  }
  .merit_link .btn {
    padding: 0.67rem 0.8rem 0.87rem;
    border: 1px solid #1380c3;
    text-decoration: none;
    border-radius: 2rem;
    font-size: 0.87rem;
    color: #1380c3;
  }
}
@media screen and (max-width: 1360px) and (min-width: 0em) and (max-width: 46.8125em) {
  .merit_link .btn {
    display: block;
  }
}
.evo_boxes {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 2.27rem;
  position: relative;
  width: 100%;
  margin-top: 2rem;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.evo_box {
  background: #fff;
  border: 0.13rem solid #0080c8;
  width: 100%;
  padding: 1.33rem;
}

.evo_evo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 12.67rem;
  height: 6.4rem;
  background: url(https://rexev.co.jp/smart-chager/assets/images/evo_evo_fig.png) no-repeat center center;
  background-size: contain;
  top: calc(50% - 3.33rem);
  left: calc(50% - 6.33rem);
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  padding-bottom: 0.4rem;
  padding-left: 0.67rem;
}

.evo_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0.84em;
}
.evo_head .evo_head_step {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0053B5;
  width: 4.67rem;
  height: 4.67rem;
  font-size: 1.07rem;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  flex-shrink: 0;
}
.evo_head .evo_head_mid {
  font-size: 1.2rem;
  line-height: 1.5;
  color: #222;
  font-weight: bold;
}

.evo_body {
  padding: 1.07rem 2rem 0.13rem 2rem;
}
.evo_body .evo_body_mid {
  color: #1e1e1e;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: normal;
}
.evo_body .evo_body_body1 {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 0 0;
}
.evo_body .evo_body_body1 .evo_body_fig {
  width: 70%;
  margin-left: -6.67%;
  margin-bottom: -3.2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .evo_body .evo_body_body1 .evo_body_fig {
    margin-bottom: -1rem;
    margin-left: 0;
    width: 100%;
    margin-top: 1rem;
  }
}
.evo_body .evo_body_body1 .evo_body_name {
  width: 100%;
  margin-top: 0.33rem;
  padding: 0 0.67rem 0.67rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .evo_body .evo_body_body1 .evo_body_name {
    margin-bottom: 3rem;
  }
}
.evo_body .evo_body_body2 {
  display: flex;
  flex-direction: column;
  padding: 0.67rem 0 0;
}
.evo_body .evo_body_body2 .evo_body_fig {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.53rem;
  padding-right: 1.33rem;
}
.evo_body .evo_body_body2 .evo_body_fig:before {
  content: "+";
  color: #fff;
  font-size: 2.4rem;
}
.evo_body .evo_body_body2 .evo_body_fig img {
  height: 12rem;
}
.evo_body .evo_body_body2 .evo_body_name {
  padding: 0 0.67rem 0.67rem;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 500;
}
.evo_body .evo_body_body2 .evo_body_name span {
  font-size: 0.93rem;
  padding-left: 0.53rem;
  color: #1e1e1e;
  font-weight: 300;
}
.evo_body .evo_body_link {
  padding: 0.27rem;
  text-align: center;
}

.evo_btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  font-size: 1.07rem;
  line-height: 0.93rem;
  padding: 0.67rem 2.67rem 0.8rem;
  text-decoration: none;
  border-radius: 4.27rem;
  border: 0.07rem solid #0080c8;
  background: #0053B5;
  transition: 0.3s;
}
.evo_btn:hover {
  border: 0.07rem solid #fff;
}

@media screen and (max-width: 1360px) {
  .evo_boxes {
    gap: 1.07rem;
  }
  .evo_box {
    padding: 1.07rem;
  }
  .evo_head_step {
    width: 4rem;
    height: 4rem;
    font-size: 1rem;
  }
  .evo_head_mid {
    font-size: 1rem;
    line-height: 1.4;
    color: #1b96db;
    font-weight: 400;
  }
  .evo_body {
    padding: 1.33rem 0 0.13rem 0;
  }
  .evo_body .evo_body_mid {
    font-size: 0.93rem;
    line-height: 1.5;
    font-weight: normal;
  }
  .evo_evo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 8.67rem;
    height: 4.67rem;
    background: url(https://rexev.co.jp/smart-chager/assets/images/evo_evo_fig.png) no-repeat center center;
    background-size: contain;
    top: calc(50% - 4rem);
    left: calc(50% - 4.33rem);
    color: #fff;
    font-size: 1.33rem;
    font-weight: 700;
    padding-bottom: 0.27rem;
    padding-left: 0.4rem;
  }
  .evo_body_body1 .evo_body_name {
    font-size: 1.07rem;
  }
  .evo_body_body2 .evo_body_fig img {
    height: 10.67rem;
  }
  .evo_body_body2 .evo_body_name {
    font-size: 1.07rem;
  }
  .evo_body_body2 .evo_body_name span {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .evo_boxes {
    flex-direction: column;
    gap: 2.4rem;
  }
  .evo_body_body1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 2rem;
  }
  .evo_body_body1 .evo_body_name {
    width: 100%;
    margin-top: 0rem;
  }
  .evo_evo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 8.67rem;
    height: 4.67rem;
    top: auto;
    left: auto;
    background: url(https://rexev.co.jp/smart-chager/assets/images/uc_evo_fig.svg) no-repeat center center;
    background-size: contain;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 700;
    padding-top: 0.53rem;
    padding-bottom: 0rem;
    padding-left: 0.4rem;
    margin: -5.33rem auto -3.33rem;
  }
  .evo_btn {
    font-size: 0.93rem;
  }
}
.section_head {
  padding: 3.2rem 1.07rem 4.8rem;
  text-align: center;
}

.cta_btns {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  margin-top: 3em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .cta_btns {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .cta_btns .c-button, .cta_btns .c-button-social > a {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.cta_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0080C8;
  background: #FFF;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 1.07rem 2.13rem;
  text-decoration: none;
  border-radius: 5.33rem;
  transition: 0.3s;
  min-width: 20rem;
}
.cta_btn:hover {
  border: 0.067rem solid rgb(255, 255, 255);
  box-shadow: 0 0 0.67rem 0.2rem #1ce7ef;
}

.campaign {
  background: linear-gradient(180deg, #007EFD, #00B4EA);
  color: #fff;
  padding-bottom: 3.33rem;
  margin-bottom: 1px;
}

.campaign_body {
  position: relative;
  width: 100%;
  max-width: 52.4rem;
  margin: -3.2rem auto 0;
  text-align: center;
}
.campaign_body .campaign_info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
}
.campaign_body .campaign_point {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 8.53rem;
  height: 8.53rem;
  background: #fff;
  border-radius: 8.53rem;
  color: #333333;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 600;
  flex-shrink: 0;
}
.campaign_body .campaign_point span {
  display: inline;
  color: #0080c8;
}
.campaign_body .campaign_catch {
  margin: 1.33rem 1.33rem 0.67rem;
  padding: 0.13rem 0.8rem;
  background: #000;
  display: inline-flex;
}
.campaign_body .campaign_catch h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.33rem;
  font-weight: normal;
}
.campaign_body .campaign_term {
  display: none;
  margin: 0.67rem 1.33rem 0.67rem;
  padding-bottom: 0.67rem;
  border-bottom: 0.067rem solid #fff;
  font-size: 1.2rem;
}
.campaign_body .campaign_memo {
  line-height: 1.5;
  opacity: 0.9;
  margin-bottom: 1rem;
}
.campaign_body .cta_btns {
  margin-top: 3.2rem;
}

@media screen and (max-width: 1360px) {
  .section_head {
    padding: 2.4rem 1.07rem 3.47rem;
    text-align: center;
  }
  .campaign_body {
    padding: 1.33rem 2.67rem;
  }
  .campaign_info {
    max-width: 100%;
  }
  .campaign_point {
    width: 7.2rem;
    height: 7.2rem;
    border-radius: 7.2rem;
    font-size: 1.33rem;
    line-height: 1.6rem;
  }
  .campaign_fig {
    flex-shrink: 1;
    width: calc(100% - 13.33rem);
  }
  .campaign_memo p {
    font-size: 0.8rem;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .section_head {
    padding: 2.4rem 1.07rem 3.47rem;
    text-align: center;
  }
  .cta_btns {
    flex-direction: column;
  }
  .campaign_body {
    padding: 0rem 1.07rem;
  }
  .campaign_info {
    gap: 0.4rem;
  }
  .campaign_point {
    width: 4.27rem;
    height: 4.27rem;
    border-radius: 4.27rem;
    font-size: 0.87rem;
    line-height: 1rem;
  }
  .campaign_fig {
    width: 80%;
  }
  .campaign_catch {
    margin: 1.33rem 0rem 0.67rem;
    padding: 0.13rem 0.13rem;
  }
  .campaign_catch h4 {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .campaign_term {
    margin: 0.67rem 0 0.67rem;
    padding-bottom: 0.67rem;
    font-size: 0.93rem;
  }
  .campaign_memo {
    font-size: 0.87rem;
    line-height: 1.5;
    opacity: 0.9;
    text-align: left;
  }
}
p,
.u-text-normal {
  margin: 0;
}

small,
.u-text-small {
  font-size: 0.866em;
  line-height: 2;
}

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

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

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

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

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

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

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