@charset "UTF-8";
/*! 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: 14px;
  font-family: "Noto Sans JP", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-padding-top: 100px;
}
@media screen and (max-width: 59.3125em) {
  html {
    scroll-padding-top: 60px;
  }
}

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

/**
 * Remove default margin.
 */
body {
  image-rendering: -webkit-optimize-contrast;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  color: #333;
  margin: 0;
  line-height: 2.1428571429;
  letter-spacing: 0.05em;
  font-size: 14px;
  background-image: url(../images/bg-body.png);
  background-position: center;
  background-repeat: repeat;
  font-family: "M PLUS Rounded 1c", "Rubik", sans-serif;
}
body.is-slidebar-active {
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 13px;
  }
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

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

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

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

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

input[type=text],
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 #CCC;
  padding: 0.5714285714rem 0.8571428571rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  input[type=text],
  input[type=url],
  input[type=search],
  input[type=email],
  input[type=password],
  input[type=tel] {
    font-size: 16px;
  }
}
input[type=text]:focus, input[type=text]:active,
input[type=url]:focus,
input[type=url]:active,
input[type=search]:focus,
input[type=search]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=password]:focus,
input[type=password]:active,
input[type=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 #CCC;
  padding: 0.5714285714rem 0.8571428571rem;
  max-width: 100%;
  width: 100%;
  transition: all ease-in-out 0.2s;
  background-color: #fff;
  min-height: 200px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  textarea {
    font-size: 16px;
  }
}
textarea:focus, textarea:active {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

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

/*  プレイスホルダーの色変更 */
: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: アコーディオン_Q&A
category: Components
---
*/
.c-accordion__container {
  padding: 0 4.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__container {
    padding: 0;
  }
}
.c-accordion__block {
  margin-bottom: 1.1428571429rem;
  overflow: hidden;
}
.c-accordion__block:last-of-type {
  margin-bottom: 0;
}
.c-accordion__block.is-open .c-accordion__head:after {
  content: "\f106";
}
.c-accordion__head {
  display: flex;
  align-items: flex-start;
  background-color: #000000;
  color: #fff;
  cursor: pointer;
  position: relative;
  padding: 1.1428571429rem 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head {
    padding: 0.8571428571rem 2.8571428571rem 0.8571428571rem 1.1428571429rem;
  }
}
.c-accordion__head:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: #fff;
  font-size: 1.4285714286rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head:after {
    top: 1.4285714286rem;
    transform: translateY(0);
    right: 1.1428571429rem;
    font-size: 1.2857142857rem;
  }
}
.c-accordion__title {
  width: 100%;
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  font-size: 1.2857142857rem;
  line-height: 1.5;
  padding-top: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title {
    font-size: 1rem;
    padding-top: 0.4285714286rem;
  }
}
.c-accordion__title:before {
  content: "…";
  display: inline-block;
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title:before {
    margin-right: 0.5714285714rem;
  }
}
.c-accordion__icon {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon {
    width: 2.2857142857rem;
    height: 2.2857142857rem;
    font-size: 1.2857142857rem;
    margin-right: 0.5714285714rem;
  }
}
.c-accordion__icon.is-color-accent {
  color: #004B9B;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 42px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon.is-color-accent {
    left: 16px;
    top: 16px;
    transform: none;
  }
}
.c-accordion__content {
  background-color: #E9EFF6;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  padding: 2rem 8.1428571429rem 2rem 7.1428571429rem;
  position: relative;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__content {
    padding: 1.1428571429rem 1.1428571429rem 1.1428571429rem 4rem;
  }
}
.c-accordion__text {
  word-break: break-all;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__text {
    line-height: 1.7142857143;
  }
}

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

.c-anchor-nav {
  margin-bottom: 2.8571428571rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav {
    margin-bottom: 2.2857142857rem;
  }
}
.c-anchor-nav .c-button, .c-anchor-nav .c-button-social > a {
  max-width: 100% !important;
  margin-bottom: 0.5714285714rem;
}
.c-anchor-nav__blocks {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.c-anchor-nav__block {
  width: 25.8771929825%;
  margin-right: 1.4035087719%;
  display: block;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.7142857143rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-anchor-nav__block .c-button.is-lg, .c-anchor-nav__block .c-button-social > a.is-lg {
    height: 4.2142857143rem;
    font-size: 1rem;
  }
}
.c-anchor-nav__block .c-button.is-lg:after, .c-anchor-nav__block .c-button-social > a.is-lg:after {
  content: "\f107";
}

.c-banner a {
  transition: all 0.3s ease;
}

/*
---
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: 11.4285714286rem;
  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.5714285714rem;
  font-weight: 400;
  position: relative;
  z-index: 99;
  position: absolute;
  right: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__block:after {
    font-size: 2.0571428571rem;
  }
}
.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.7142857143rem;
  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.4285714286rem;
  }
}
.c-banners__text small {
  display: block;
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__text small {
    font-size: 1rem;
  }
}

/*
---
name: バナー_3カラム
category: Banners
---
*/
.c-banners.is-lg .c-banners__block {
  height: 23.7142857143rem;
}
@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: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 2.5714285714rem;
  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.2857142857rem;
  line-height: 1.25;
  padding-bottom: 0.9285714286rem;
}
.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: 2.0571428571rem;
  }
}
.c-banners.is-lg .c-banners__text small {
  margin-top: 1.5714285714rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-banners.is-lg .c-banners__button {
  margin-top: 3rem;
  position: relative;
  color: #fff;
  padding: 1.0714285714rem 0;
  border: 1px solid #fff;
  position: relative;
}
.c-banners.is-lg .c-banners__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 1.0714285714rem;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

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

.c-block-access__block {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__block {
    display: block;
  }
}
.c-block-access__map {
  width: 51.5789473684%;
  min-height: 25.5714285714rem;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__map {
    width: 100%;
    height: 16.4285714286rem;
    min-height: inherit;
  }
}
.c-block-access__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.c-block-access__content {
  width: 42.9824561404%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__content {
    width: 100%;
    padding-top: 1.4285714286rem;
  }
}
.c-block-access__table .c-table th, .c-block-access__table .l-post-content table th, .l-post-content .c-block-access__table table th, .c-block-access__table #tinymce.post-type-post table th, #tinymce.post-type-post .c-block-access__table table th, .c-block-access__table #tinymce.post-type-page table th, #tinymce.post-type-page .c-block-access__table table th, .c-block-access__table #tinymce.mce-content-body.acf_content table th, #tinymce.mce-content-body.acf_content .c-block-access__table table th {
  width: 10rem;
}
.c-block-access__buttons {
  max-width: 29.1428571429rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-access__buttons {
    margin-top: 1.4285714286rem;
  }
}
.c-block-access__buttons-btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 0.8571428571rem;
}
.c-block-access__buttons-btn {
  width: calc(50% - 6px);
  margin-right: 0.8571428571rem;
}
.c-block-access__buttons-btn:last-of-type {
  margin-right: 0;
}
.c-block-access__buttons-btn .c-button, .c-block-access__buttons-btn .c-button-social > a {
  color: #333;
  border-radius: 4px;
  border: none;
}
.c-block-access__buttons-btn .c-button:hover, .c-block-access__buttons-btn .c-button-social > a:hover {
  color: #fff;
}
.c-block-access__button .c-button.is-xlg, .c-block-access__button .c-button-social > a.is-xlg {
  background-color: #004B9B;
  color: #004B9B;
  font-size: 1.1428571429rem;
  border-radius: 4px;
  border: none;
}
.c-block-access__button .c-button.is-xlg:before, .c-block-access__button .c-button-social > a.is-xlg:before {
  border-radius: 4px;
}

.c-block-banner {
  padding-top: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banner {
    padding-top: 1rem;
  }
}

.c-block-banners {
  padding-top: 6.0714285714rem;
  padding-bottom: 5.3571428571rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners {
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }
}
.c-block-banners.is-pd-sm {
  padding-top: 5.1428571429rem;
  padding-bottom: 5.1428571429rem;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners.is-pd-sm {
    padding-top: 2rem;
    padding-bottom: 2.5714285714rem;
  }
}
.c-block-banners__blocks {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners__blocks {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}
.c-block-banners__block {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48.4210526316%;
  height: 21.4285714286rem;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  z-index: 0;
  border-radius: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners__block {
    width: 100%;
    height: 13.7142857143rem;
    margin-bottom: 1.5rem;
  }
  .c-block-banners__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-block-banners__block:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 2.2857142857rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 28px;
  bottom: 0;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners__block:after {
    font-size: 1.4285714286rem;
  }
}
.c-block-banners__block:hover {
  opacity: 1;
}
.c-block-banners__block:hover .c-block-banners__bgimg {
  transform: scale(1.1);
}
.c-block-banners__bgimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.c-block-banners__bgimg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/ptn-border-thin-white.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 70px 70px;
}
.c-block-banners__title {
  text-align: center;
  font-size: 2.1428571429rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.0666666667;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-banners__title {
    font-size: 1.6428571429rem;
  }
}

.c-block-contact__box {
  border-radius: 8px;
  background-color: rgba(51, 51, 51, 0.04);
  padding: 4.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__box {
    padding: 1.7142857143rem 0.5714285714rem;
    text-align: center;
  }
}
.c-block-contact__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 2.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__heading {
    display: block;
    margin-bottom: 1.7142857143rem;
    text-align: center;
    line-height: 1;
  }
}
.c-block-contact__heading span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 3.4285714286rem;
  letter-spacing: 0.1em;
  line-height: 1.4375;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__heading span {
    display: block;
    font-size: 2.2857142857rem;
  }
}
.c-block-contact__heading small {
  font-size: 1.2142857143rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8823529412;
  margin-left: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__heading small {
    display: block;
    font-size: 0.8571428571rem;
    margin-left: 0;
  }
}
.c-block-contact__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__wrap {
    display: block;
  }
}
.c-block-contact__content {
  padding-right: 2.2857142857rem;
  margin-right: 2.2857142857rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__content {
    padding-right: 0;
    margin-right: 0;
  }
}
.c-block-contact__content:after {
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background-color: #9B9B9B;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__content:after {
    display: none;
  }
}
.c-block-contact__teltext {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__teltext {
    font-size: 0.8571428571rem;
    margin-bottom: 0.2857142857rem;
    text-align: center;
  }
}
.c-block-contact__tel {
  text-decoration: none;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2.7857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.1794871795;
  color: #004B9B;
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__tel {
    font-size: 2.2857142857rem;
    pointer-events: inherit;
  }
}
@media (max-width: 320px) {
  .c-block-contact__tel {
    font-size: 1.7142857143rem;
  }
}
.c-block-contact__tel i {
  margin-right: 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__tel i {
    margin-right: 0.5714285714rem;
  }
}
.c-block-contact__text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-contact__text {
    font-size: 0.8571428571rem;
    margin-top: 8px;
  }
}
@media (max-width: 320px) {
  .c-block-contact__text {
    font-size: 0.7142857143rem;
  }
}

.c-block-cost__box {
  margin-top: 2.2857142857rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 59.3125em) {
  .c-block-cost__box {
    margin-top: 1.7142857143rem;
    display: block;
  }
}
.c-block-cost__box-head {
  display: flex;
  align-items: center;
  padding: 1.7857142857rem 4.4285714286rem;
  text-align: center;
  flex: none;
  background-color: #333;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5555555556;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-cost__box-head {
    display: block;
    padding: 0.7142857143rem 1.1428571429rem;
  }
}
.c-block-cost__box-head:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 30px;
  height: 100%;
  transform-origin: right center;
  transform: translateX(100%) translateY(-50%);
  background-image: url(../images/icon-triangle.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
@media screen and (max-width: 59.3125em) {
  .c-block-cost__box-head:after {
    display: none;
  }
}
.c-block-cost__box-content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 110px;
  background-color: rgba(155, 155, 155, 0.2);
  padding: 1.7857142857rem 8.5964912281% 1.7857142857rem 11.2280701754%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-cost__box-content {
    height: auto;
    padding: 1.1428571429rem 1.1428571429rem;
  }
}
.c-block-cost__box-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  font-weight: 500;
}
.c-block-cost__box-text a {
  font-weight: 700;
}
.c-block-cost__comment {
  display: block;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cost__comment {
    margin-top: 1.1428571429rem;
  }
}

.c-block-features__titles {
  margin-bottom: 3.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-features__titles {
    margin-bottom: 2.8571428571rem;
  }
}
.c-block-features__lead {
  text-align: center;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-features__lead {
    font-size: 1.2857142857rem;
  }
}

.c-block-graph__heading {
  margin-bottom: 4.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__heading {
    margin-bottom: 2.2857142857rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__heading .c-heading.is-xlg span, .c-block-graph__heading .l-post-content h6.is-xlg span, .l-post-content .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h6.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h6.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading .l-post-content h5.is-xlg span, .l-post-content .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h5.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h5.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading .l-post-content h4.is-xlg span, .l-post-content .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h4.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h4.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading .l-post-content h3.is-xlg span, .l-post-content .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h3.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h3.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading .l-post-content h2.is-xlg span, .l-post-content .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h2.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h2.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h2.is-xlg span {
    padding: 0;
  }
}
@media (max-width: 320px) {
  .c-block-graph__heading .c-heading.is-xlg span, .c-block-graph__heading .l-post-content h6.is-xlg span, .l-post-content .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h6.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h6.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h6.is-xlg span, .c-block-graph__heading .l-post-content h5.is-xlg span, .l-post-content .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h5.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h5.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h5.is-xlg span, .c-block-graph__heading .l-post-content h4.is-xlg span, .l-post-content .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h4.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h4.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h4.is-xlg span, .c-block-graph__heading .l-post-content h3.is-xlg span, .l-post-content .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h3.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h3.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h3.is-xlg span, .c-block-graph__heading .l-post-content h2.is-xlg span, .l-post-content .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-post .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.post-type-page h2.is-xlg span, #tinymce.post-type-page .c-block-graph__heading h2.is-xlg span, .c-block-graph__heading #tinymce.mce-content-body.acf_content h2.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-graph__heading h2.is-xlg span {
    font-size: 2.2857142857rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__heading .c-heading.is-xlg span:before, .c-block-graph__heading .l-post-content h6.is-xlg span:before, .l-post-content .c-block-graph__heading h6.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-post h6.is-xlg span:before, #tinymce.post-type-post .c-block-graph__heading h6.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-page h6.is-xlg span:before, #tinymce.post-type-page .c-block-graph__heading h6.is-xlg span:before, .c-block-graph__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-graph__heading h6.is-xlg span:before, .c-block-graph__heading .l-post-content h5.is-xlg span:before, .l-post-content .c-block-graph__heading h5.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-post h5.is-xlg span:before, #tinymce.post-type-post .c-block-graph__heading h5.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-page h5.is-xlg span:before, #tinymce.post-type-page .c-block-graph__heading h5.is-xlg span:before, .c-block-graph__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-graph__heading h5.is-xlg span:before, .c-block-graph__heading .l-post-content h4.is-xlg span:before, .l-post-content .c-block-graph__heading h4.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-post h4.is-xlg span:before, #tinymce.post-type-post .c-block-graph__heading h4.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-page h4.is-xlg span:before, #tinymce.post-type-page .c-block-graph__heading h4.is-xlg span:before, .c-block-graph__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-graph__heading h4.is-xlg span:before, .c-block-graph__heading .l-post-content h3.is-xlg span:before, .l-post-content .c-block-graph__heading h3.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-post h3.is-xlg span:before, #tinymce.post-type-post .c-block-graph__heading h3.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-page h3.is-xlg span:before, #tinymce.post-type-page .c-block-graph__heading h3.is-xlg span:before, .c-block-graph__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-graph__heading h3.is-xlg span:before, .c-block-graph__heading .l-post-content h2.is-xlg span:before, .l-post-content .c-block-graph__heading h2.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-post h2.is-xlg span:before, #tinymce.post-type-post .c-block-graph__heading h2.is-xlg span:before, .c-block-graph__heading #tinymce.post-type-page h2.is-xlg span:before, #tinymce.post-type-page .c-block-graph__heading h2.is-xlg span:before, .c-block-graph__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-graph__heading h2.is-xlg span:before, .c-block-graph__heading .c-heading.is-xlg span:after, .c-block-graph__heading .l-post-content h6.is-xlg span:after, .l-post-content .c-block-graph__heading h6.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-post h6.is-xlg span:after, #tinymce.post-type-post .c-block-graph__heading h6.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-page h6.is-xlg span:after, #tinymce.post-type-page .c-block-graph__heading h6.is-xlg span:after, .c-block-graph__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-graph__heading h6.is-xlg span:after, .c-block-graph__heading .l-post-content h5.is-xlg span:after, .l-post-content .c-block-graph__heading h5.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-post h5.is-xlg span:after, #tinymce.post-type-post .c-block-graph__heading h5.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-page h5.is-xlg span:after, #tinymce.post-type-page .c-block-graph__heading h5.is-xlg span:after, .c-block-graph__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-graph__heading h5.is-xlg span:after, .c-block-graph__heading .l-post-content h4.is-xlg span:after, .l-post-content .c-block-graph__heading h4.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-post h4.is-xlg span:after, #tinymce.post-type-post .c-block-graph__heading h4.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-page h4.is-xlg span:after, #tinymce.post-type-page .c-block-graph__heading h4.is-xlg span:after, .c-block-graph__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-graph__heading h4.is-xlg span:after, .c-block-graph__heading .l-post-content h3.is-xlg span:after, .l-post-content .c-block-graph__heading h3.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-post h3.is-xlg span:after, #tinymce.post-type-post .c-block-graph__heading h3.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-page h3.is-xlg span:after, #tinymce.post-type-page .c-block-graph__heading h3.is-xlg span:after, .c-block-graph__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-graph__heading h3.is-xlg span:after, .c-block-graph__heading .l-post-content h2.is-xlg span:after, .l-post-content .c-block-graph__heading h2.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-post h2.is-xlg span:after, #tinymce.post-type-post .c-block-graph__heading h2.is-xlg span:after, .c-block-graph__heading #tinymce.post-type-page h2.is-xlg span:after, #tinymce.post-type-page .c-block-graph__heading h2.is-xlg span:after, .c-block-graph__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-graph__heading h2.is-xlg span:after {
    display: none;
  }
}
@media (max-width: 320px) {
  .c-block-graph__heading .c-heading.is-xlg small, .c-block-graph__heading .l-post-content h6.is-xlg small, .l-post-content .c-block-graph__heading h6.is-xlg small, .c-block-graph__heading #tinymce.post-type-post h6.is-xlg small, #tinymce.post-type-post .c-block-graph__heading h6.is-xlg small, .c-block-graph__heading #tinymce.post-type-page h6.is-xlg small, #tinymce.post-type-page .c-block-graph__heading h6.is-xlg small, .c-block-graph__heading #tinymce.mce-content-body.acf_content h6.is-xlg small, #tinymce.mce-content-body.acf_content .c-block-graph__heading h6.is-xlg small, .c-block-graph__heading .l-post-content h5.is-xlg small, .l-post-content .c-block-graph__heading h5.is-xlg small, .c-block-graph__heading #tinymce.post-type-post h5.is-xlg small, #tinymce.post-type-post .c-block-graph__heading h5.is-xlg small, .c-block-graph__heading #tinymce.post-type-page h5.is-xlg small, #tinymce.post-type-page .c-block-graph__heading h5.is-xlg small, .c-block-graph__heading #tinymce.mce-content-body.acf_content h5.is-xlg small, #tinymce.mce-content-body.acf_content .c-block-graph__heading h5.is-xlg small, .c-block-graph__heading .l-post-content h4.is-xlg small, .l-post-content .c-block-graph__heading h4.is-xlg small, .c-block-graph__heading #tinymce.post-type-post h4.is-xlg small, #tinymce.post-type-post .c-block-graph__heading h4.is-xlg small, .c-block-graph__heading #tinymce.post-type-page h4.is-xlg small, #tinymce.post-type-page .c-block-graph__heading h4.is-xlg small, .c-block-graph__heading #tinymce.mce-content-body.acf_content h4.is-xlg small, #tinymce.mce-content-body.acf_content .c-block-graph__heading h4.is-xlg small, .c-block-graph__heading .l-post-content h3.is-xlg small, .l-post-content .c-block-graph__heading h3.is-xlg small, .c-block-graph__heading #tinymce.post-type-post h3.is-xlg small, #tinymce.post-type-post .c-block-graph__heading h3.is-xlg small, .c-block-graph__heading #tinymce.post-type-page h3.is-xlg small, #tinymce.post-type-page .c-block-graph__heading h3.is-xlg small, .c-block-graph__heading #tinymce.mce-content-body.acf_content h3.is-xlg small, #tinymce.mce-content-body.acf_content .c-block-graph__heading h3.is-xlg small, .c-block-graph__heading .l-post-content h2.is-xlg small, .l-post-content .c-block-graph__heading h2.is-xlg small, .c-block-graph__heading #tinymce.post-type-post h2.is-xlg small, #tinymce.post-type-post .c-block-graph__heading h2.is-xlg small, .c-block-graph__heading #tinymce.post-type-page h2.is-xlg small, #tinymce.post-type-page .c-block-graph__heading h2.is-xlg small, .c-block-graph__heading #tinymce.mce-content-body.acf_content h2.is-xlg small, #tinymce.mce-content-body.acf_content .c-block-graph__heading h2.is-xlg small {
    font-size: 1rem;
  }
}
.c-block-graph__blocks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-block-graph__block {
  width: calc(50% - 18px);
  margin-right: 2.5714285714rem;
  background-color: rgba(227, 235, 17, 0.5);
  border-radius: 10px;
  margin-bottom: 2.8571428571rem;
  padding: 2.2857142857rem 5rem;
}
.c-block-graph__block:nth-of-type(2n) {
  margin-right: 0;
}
.c-block-graph__block.is-color-light {
  background-color: #E9EFF6;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block {
    padding: 2.2857142857rem 2.2857142857rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.4285714286rem;
  }
  .c-block-graph__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-block-graph__title {
  text-align: center;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__title {
    margin-bottom: 1.4285714286rem;
  }
}
.c-block-graph__content {
  display: flex;
  justify-content: flex-start;
}
.c-block-graph__icon {
  width: 6.8571428571rem;
  height: 6.8571428571rem;
  margin-right: 2rem;
  flex: none;
  margin-top: 1.0714285714rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__icon {
    margin-right: 1.1428571429rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-graph__icon {
    width: 5.1428571429rem;
    height: 5.1428571429rem;
  }
}
.c-block-graph__bgicon {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-block-graph__num {
  width: 100%;
}
.c-block-graph__block.is-single {
  width: 100%;
  position: relative;
  background-color: #E9EFF6;
  padding: 5.7142857143rem 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block.is-single {
    padding: 4.2857142857rem 1.1428571429rem;
  }
}
.c-block-graph__block.is-single::before {
  content: "";
  position: absolute;
  top: 0;
  left: 2.8571428571rem;
  bottom: 0;
  margin: auto;
  width: 11.5714285714rem;
  height: 17.4285714286rem;
  background: url(../images/icon-infographics-00-01.png) no-repeat center center/cover;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block.is-single::before {
    display: none;
  }
}
.c-block-graph__block.is-single::after {
  content: "";
  position: absolute;
  top: 0;
  right: 3.1428571429rem;
  bottom: 0;
  margin: auto;
  width: 16.9285714286rem;
  height: 15.1428571429rem;
  background: url(../images/icon-infographics-00-02.png) no-repeat center center/cover;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block.is-single::after {
    display: none;
  }
}
.c-block-graph__block.is-single .c-block-graph__content {
  justify-content: center;
}
.c-block-graph__block.is-single .c-block-graph__icon {
  width: 9.1428571429rem;
  height: 9.1428571429rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block.is-single .c-block-graph__icon {
    width: 4.5714285714rem;
    height: auto;
  }
}
.c-block-graph__block.is-single .c-block-graph__num {
  width: 28.5714285714rem;
  height: 10.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-graph__block.is-single .c-block-graph__num {
    width: 100%;
    height: auto;
  }
}

.c-block-half__block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-half__block {
    flex-direction: column;
  }
}
.c-block-half__content {
  width: 48.5964912281%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-half__content {
    order: 2;
    width: 100%;
  }
}
.c-block-half__content p {
  font-weight: 500;
}
.c-block-half__movie {
  width: 49.5614035088%;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-half__movie {
    order: 1;
    width: 100%;
    margin-bottom: 1.1428571429rem;
  }
}
.c-block-half__movie:before {
  content: "";
  display: block;
  padding-top: 56.4601769912%;
}
.c-block-half__movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.c-block-information__map {
  position: relative;
}
.c-block-information__map:before {
  content: "";
  display: block;
  width: 100%;
  height: 20rem;
  background-color: #E9EFF6;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-information__map:before {
    height: 10rem;
  }
}
.c-block-information__properties {
  background-color: #E9EFF6;
}

.c-block-map__map {
  border: 4px solid #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
}
.c-block-map__map:before {
  content: "";
  display: block;
  padding-top: 65.2542372881%;
}
.c-block-map__map iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  left: 0;
  top: 0;
}

.c-block-message__block {
  display: flex;
  align-items: stretch;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-message__block {
    flex-direction: column;
  }
}
.c-block-message__text {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-message__text {
    order: 2;
  }
}
.c-block-message__image {
  width: 31.2280701754%;
  margin-left: 3.1578947368%;
  flex: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-message__image {
    width: 100%;
    margin-left: 0;
    order: 1;
    margin-bottom: 1.1428571429rem;
  }
}
.c-block-message__image img {
  border-radius: 10px;
}

.c-block-nav {
  background-color: #E9EFF6;
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-nav {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.c-block-nav__heading {
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-nav__heading {
    margin-bottom: 2.2857142857rem;
  }
}
.c-block-nav__buttons {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-block-nav__button {
  width: 31.2280701754%;
  margin-right: 3.1578947368%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-nav__button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.4285714286rem;
  }
  .c-block-nav__button:last-of-type {
    margin-bottom: 0;
  }
}
.c-block-nav__button:nth-of-type(3n) {
  margin-right: 0;
}
.c-block-nav__button:nth-of-type(n + 4) {
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-nav__button:nth-of-type(n + 4) {
    margin-top: 0;
  }
}

.c-block-opening {
  padding-top: 6.5714285714rem;
  padding-bottom: 7.5rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-opening {
    padding-top: 2.8571428571rem;
    padding-bottom: 7.1428571429rem;
  }
}
.c-block-opening__title {
  font-size: 2.5714285714rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-opening__title {
    font-size: 2rem;
    margin-bottom: 2.2857142857rem;
  }
}
@media (max-width: 320px) {
  .c-block-opening__title {
    font-size: 1.8571428571rem;
  }
}
.c-block-opening__title .is-text-primary {
  color: #004B9B;
}
.c-block-opening__lead {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-opening__lead {
    text-align: left;
  }
}

.c-block-opening__popimg {
  position: absolute;
  z-index: -1;
}
.c-block-opening__popimg.is-01 {
  width: 28.8571428571rem;
  left: -10.7142857143rem;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-block-opening__popimg.is-01 {
    width: 14.4285714286rem;
    left: -7.1428571429rem;
  }
}
.c-block-opening__popimg.is-02 {
  width: 46rem;
  top: 0;
  right: -14.2857142857rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-opening__popimg.is-02 {
    width: 23rem;
    right: -7.1428571429rem;
  }
}

.c-block-overview {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
  background-color: #E9EFF6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-overview {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}

.c-block-possible {
  padding-bottom: 7.1428571429rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-possible {
    padding-bottom: 4.5714285714rem;
  }
}
.c-block-possible__title {
  text-align: center;
}
.c-block-possible__title span {
  display: inline-block;
  font-size: 1.8571428571rem;
  font-weight: bold;
  line-height: 1.4615384615;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-block-possible__title span {
    font-size: 1.4285714286rem;
  }
}
.c-block-possible__title span::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 0.5714285714rem;
  background-color: #E3EB11;
  z-index: -1;
}
.c-block-possible__list {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.2857142857rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-possible__list {
    margin-top: 2.2857142857rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.c-block-possible__item {
  margin: 0 0.9285714286rem;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.05));
}
@media screen and (max-width: 59.3125em) {
  .c-block-possible__item {
    width: 41vw;
    margin: 0.7142857143rem auto;
    text-align: center;
  }
}

.c-block-price__titles {
  margin-bottom: 2.8571428571rem;
}
.c-block-price__comment {
  display: block;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-top: 1.7142857143rem;
}
.c-block-price__table .c-table-xlg td {
  position: relative;
}
.c-block-price__table-image {
  position: absolute;
  z-index: 1;
  width: 6.9285714286rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-price__table-image {
    width: 5.1428571429rem;
  }
}
.c-block-price__table-image-sm {
  position: absolute;
  z-index: 1;
  width: 8.5714285714rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-price__table-image-sm {
    width: 6.2857142857rem;
  }
}

.c-block-relation {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-relation {
    padding-top: 2.8571428571rem;
    padding-bottom: 0.5714285714rem;
  }
}
.c-block-relation__heading {
  margin-bottom: 2.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-relation__heading {
    margin-bottom: 0.8571428571rem;
  }
}
.c-block-relation__block {
  text-decoration: none;
  display: block;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-relation__block {
    margin-bottom: 2.2857142857rem;
  }
}
.c-block-relation__block:hover {
  opacity: 1;
}
.c-block-relation__block:hover .c-block-relation__bgimg {
  transform: scale(1.1);
}
.c-block-relation__image {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
.c-block-relation__bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.c-block-relation__bgimg:before {
  content: "";
  display: block;
  padding-top: 66.1478599222%;
}
.c-block-relation__title {
  padding-top: 1.1428571429rem;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-relation__title {
    padding-top: 0.7142857143rem;
    font-size: 1rem;
  }
}

.c-block-support__container {
  padding: 0 1.1428571429rem;
}
.c-block-support__box {
  max-width: 88.5714285714rem;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #333;
  position: relative;
  padding: 1.1428571429rem;
}
.c-block-support__box:before {
  content: "";
  display: block;
  width: 19.8571428571rem;
  height: 17.1428571429rem;
  background-image: url(../images/bg-financial-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -10rem;
  bottom: -7.1428571429rem;
  z-index: 99;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__box:before {
    display: none;
  }
}
.c-block-support__box:after {
  content: "";
  display: block;
  width: 15.9285714286rem;
  height: 16.2142857143rem;
  background-image: url(../images/bg-financial-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -7.1428571429rem;
  bottom: -7.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__box:after {
    display: none;
  }
}
.c-block-support__inner {
  background-color: #E9EFF6;
  padding: 4.7142857143rem 5.7142857143rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__inner {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}
.c-block-support__inner:before {
  content: "";
  display: block;
  width: 14.3571428571rem;
  height: 13.2142857143rem;
  background-image: url(../images/bg-financial-03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -4.4285714286rem;
  top: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__inner:before {
    display: none;
  }
}
.c-block-support__inner:after {
  content: "";
  display: block;
  width: 15.1428571429rem;
  height: 13.0714285714rem;
  background-image: url(../images/bg-financial-04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -7.1428571429rem;
  top: 7.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__inner:after {
    display: none;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__heading .c-heading.is-md.is-center-line, .c-block-support__heading .l-post-content h6.is-md.is-center-line, .l-post-content .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h6.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h6.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h6.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading .l-post-content h5.is-md.is-center-line, .l-post-content .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h5.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h5.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h5.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading .l-post-content h4.is-md.is-center-line, .l-post-content .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h4.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h4.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h4.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading .l-post-content h3.is-md.is-center-line, .l-post-content .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h3.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h3.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h3.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading .l-post-content h2.is-center-line, .l-post-content .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.post-type-post h2.is-center-line, #tinymce.post-type-post .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.post-type-page h2.is-center-line, #tinymce.post-type-page .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h2.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h2.is-center-line {
    font-size: 1.4285714286rem;
  }
}
@media (max-width: 320px) {
  .c-block-support__heading .c-heading.is-md.is-center-line, .c-block-support__heading .l-post-content h6.is-md.is-center-line, .l-post-content .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h6.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h6.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h6.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h6.is-md.is-center-line, .c-block-support__heading .l-post-content h5.is-md.is-center-line, .l-post-content .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h5.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h5.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h5.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h5.is-md.is-center-line, .c-block-support__heading .l-post-content h4.is-md.is-center-line, .l-post-content .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h4.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h4.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h4.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h4.is-md.is-center-line, .c-block-support__heading .l-post-content h3.is-md.is-center-line, .l-post-content .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-post h3.is-md.is-center-line, #tinymce.post-type-post .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.post-type-page h3.is-md.is-center-line, #tinymce.post-type-page .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h3.is-md.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h3.is-md.is-center-line, .c-block-support__heading .l-post-content h2.is-center-line, .l-post-content .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.post-type-post h2.is-center-line, #tinymce.post-type-post .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.post-type-page h2.is-center-line, #tinymce.post-type-page .c-block-support__heading h2.is-center-line, .c-block-support__heading #tinymce.mce-content-body.acf_content h2.is-center-line, #tinymce.mce-content-body.acf_content .c-block-support__heading h2.is-center-line {
    font-size: 1.2857142857rem;
  }
}
.c-block-support__logo {
  max-width: 39.4285714286rem;
  padding: 3.5714285714rem;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__logo {
    padding: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}
.c-block-support__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__text {
    text-align: left;
  }
}
.c-block-support__button {
  text-align: center;
  margin-top: 5.7142857143rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__button {
    margin-top: 2.2857142857rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-support__button .c-button.is-xlg, .c-block-support__button .c-button-social > a.is-xlg {
    font-size: 1rem;
    padding: 1.4285714286rem 2.2857142857rem 1.4285714286rem 1.5714285714rem;
  }
}

.c-block-titles {
  padding-top: 6.5714285714rem;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-titles {
    padding-top: 2.8571428571rem;
  }
}
.c-block-titles__title {
  font-size: 2.5714285714rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-titles__title {
    font-size: 1.7142857143rem;
    margin-bottom: 2.2857142857rem;
  }
}
@media (max-width: 320px) {
  .c-block-titles__title {
    font-size: 1.5714285714rem;
    margin-bottom: 1.1428571429rem;
  }
}
.c-block-titles__lead {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-titles__lead {
    text-align: left;
  }
}
.c-block-titles__lead.is-lg {
  text-align: center;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-titles__lead.is-lg {
    font-size: 1.2857142857rem;
  }
}

.c-block-top-interviews {
  padding-top: 6rem;
  padding-bottom: 4.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-interviews {
    padding-top: 4.4285714286rem;
    padding-bottom: 7rem;
  }
}
@media (max-width: 320px) {
  .c-block-top-interviews {
    overflow: hidden;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-interviews__heading .c-heading.is-xlg span, .c-block-top-interviews__heading .l-post-content h6.is-xlg span, .l-post-content .c-block-top-interviews__heading h6.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-post .c-block-top-interviews__heading h6.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-page h6.is-xlg span, #tinymce.post-type-page .c-block-top-interviews__heading h6.is-xlg span, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h6.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h6.is-xlg span, .c-block-top-interviews__heading .l-post-content h5.is-xlg span, .l-post-content .c-block-top-interviews__heading h5.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-post .c-block-top-interviews__heading h5.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-page h5.is-xlg span, #tinymce.post-type-page .c-block-top-interviews__heading h5.is-xlg span, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h5.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h5.is-xlg span, .c-block-top-interviews__heading .l-post-content h4.is-xlg span, .l-post-content .c-block-top-interviews__heading h4.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-post .c-block-top-interviews__heading h4.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-page h4.is-xlg span, #tinymce.post-type-page .c-block-top-interviews__heading h4.is-xlg span, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h4.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h4.is-xlg span, .c-block-top-interviews__heading .l-post-content h3.is-xlg span, .l-post-content .c-block-top-interviews__heading h3.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-post .c-block-top-interviews__heading h3.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-page h3.is-xlg span, #tinymce.post-type-page .c-block-top-interviews__heading h3.is-xlg span, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h3.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h3.is-xlg span, .c-block-top-interviews__heading .l-post-content h2.is-xlg span, .l-post-content .c-block-top-interviews__heading h2.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-post .c-block-top-interviews__heading h2.is-xlg span, .c-block-top-interviews__heading #tinymce.post-type-page h2.is-xlg span, #tinymce.post-type-page .c-block-top-interviews__heading h2.is-xlg span, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h2.is-xlg span, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h2.is-xlg span {
    padding: 0;
  }
  .c-block-top-interviews__heading .c-heading.is-xlg span:before, .c-block-top-interviews__heading .l-post-content h6.is-xlg span:before, .l-post-content .c-block-top-interviews__heading h6.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-post h6.is-xlg span:before, #tinymce.post-type-post .c-block-top-interviews__heading h6.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-page h6.is-xlg span:before, #tinymce.post-type-page .c-block-top-interviews__heading h6.is-xlg span:before, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h6.is-xlg span:before, .c-block-top-interviews__heading .l-post-content h5.is-xlg span:before, .l-post-content .c-block-top-interviews__heading h5.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-post h5.is-xlg span:before, #tinymce.post-type-post .c-block-top-interviews__heading h5.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-page h5.is-xlg span:before, #tinymce.post-type-page .c-block-top-interviews__heading h5.is-xlg span:before, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h5.is-xlg span:before, .c-block-top-interviews__heading .l-post-content h4.is-xlg span:before, .l-post-content .c-block-top-interviews__heading h4.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-post h4.is-xlg span:before, #tinymce.post-type-post .c-block-top-interviews__heading h4.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-page h4.is-xlg span:before, #tinymce.post-type-page .c-block-top-interviews__heading h4.is-xlg span:before, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h4.is-xlg span:before, .c-block-top-interviews__heading .l-post-content h3.is-xlg span:before, .l-post-content .c-block-top-interviews__heading h3.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-post h3.is-xlg span:before, #tinymce.post-type-post .c-block-top-interviews__heading h3.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-page h3.is-xlg span:before, #tinymce.post-type-page .c-block-top-interviews__heading h3.is-xlg span:before, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h3.is-xlg span:before, .c-block-top-interviews__heading .l-post-content h2.is-xlg span:before, .l-post-content .c-block-top-interviews__heading h2.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-post h2.is-xlg span:before, #tinymce.post-type-post .c-block-top-interviews__heading h2.is-xlg span:before, .c-block-top-interviews__heading #tinymce.post-type-page h2.is-xlg span:before, #tinymce.post-type-page .c-block-top-interviews__heading h2.is-xlg span:before, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h2.is-xlg span:before, .c-block-top-interviews__heading .c-heading.is-xlg span:after, .c-block-top-interviews__heading .l-post-content h6.is-xlg span:after, .l-post-content .c-block-top-interviews__heading h6.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-post h6.is-xlg span:after, #tinymce.post-type-post .c-block-top-interviews__heading h6.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-page h6.is-xlg span:after, #tinymce.post-type-page .c-block-top-interviews__heading h6.is-xlg span:after, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h6.is-xlg span:after, .c-block-top-interviews__heading .l-post-content h5.is-xlg span:after, .l-post-content .c-block-top-interviews__heading h5.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-post h5.is-xlg span:after, #tinymce.post-type-post .c-block-top-interviews__heading h5.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-page h5.is-xlg span:after, #tinymce.post-type-page .c-block-top-interviews__heading h5.is-xlg span:after, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h5.is-xlg span:after, .c-block-top-interviews__heading .l-post-content h4.is-xlg span:after, .l-post-content .c-block-top-interviews__heading h4.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-post h4.is-xlg span:after, #tinymce.post-type-post .c-block-top-interviews__heading h4.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-page h4.is-xlg span:after, #tinymce.post-type-page .c-block-top-interviews__heading h4.is-xlg span:after, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h4.is-xlg span:after, .c-block-top-interviews__heading .l-post-content h3.is-xlg span:after, .l-post-content .c-block-top-interviews__heading h3.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-post h3.is-xlg span:after, #tinymce.post-type-post .c-block-top-interviews__heading h3.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-page h3.is-xlg span:after, #tinymce.post-type-page .c-block-top-interviews__heading h3.is-xlg span:after, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h3.is-xlg span:after, .c-block-top-interviews__heading .l-post-content h2.is-xlg span:after, .l-post-content .c-block-top-interviews__heading h2.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-post h2.is-xlg span:after, #tinymce.post-type-post .c-block-top-interviews__heading h2.is-xlg span:after, .c-block-top-interviews__heading #tinymce.post-type-page h2.is-xlg span:after, #tinymce.post-type-page .c-block-top-interviews__heading h2.is-xlg span:after, .c-block-top-interviews__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-block-top-interviews__heading h2.is-xlg span:after {
    display: none;
  }
}
.c-block-top-interviews__button {
  text-align: center;
  margin-top: 4.5714285714rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-interviews__button {
    margin-top: 2.8571428571rem;
  }
}

.c-block-top-news {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-news {
    padding-top: 7.7142857143rem;
    padding-bottom: 5.4285714286rem;
  }
}
.c-block-top-news__blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-news__blocks {
    display: block;
  }
}
.c-block-top-news__block {
  width: 50%;
  margin-right: 36px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-news__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 5.7142857143rem;
  }
}
.c-block-top-news__block:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-top-news__block:last-of-type {
    margin-bottom: 0;
  }
}

/*
---
name: <blockquote> 引用テキスト
category: Base
---
*/
.c-blockquote {
  background-color: #fff;
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  border-left: 3px solid #004B9B;
  position: relative;
  padding: 1.7142857143rem 1.7142857143rem 1.7142857143rem 3.4285714286rem;
  font-size: 14px;
  margin: 1.1428571429rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote {
    padding: 0.8571428571rem 0.8571428571rem 0.8571428571rem 2.2857142857rem;
  }
}
.c-blockquote:before {
  content: "\f10d";
  display: block;
  font-family: "FontAwesome";
  font-size: 1.4285714286rem;
  color: #004B9B;
  position: absolute;
  left: 0.8571428571rem;
  top: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote:before {
    font-size: 1.1428571429rem;
    top: 0.1428571429rem;
    left: 0.5714285714rem;
  }
}
.c-blockquote cite {
  display: block;
  margin-top: 1.1428571429rem;
}

/*
---
name: ボックス_通常
category: Components
---
*/
.c-box__block {
  background-color: #E9EFF6;
  border-radius: 18px;
  padding: 5rem 4.4285714286rem 3.7142857143rem;
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__block {
    padding: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}
.c-box__block:last-child {
  margin-bottom: 0;
}
.c-box__block:last-child:after {
  display: none !important;
}
.c-box__block .row {
  align-items: center;
}
.c-box.is-number-left .c-box__block {
  position: relative;
}
.c-box.is-number-left .c-box__block:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #004B9B transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: -1.4285714286rem;
  transform: translate(-50%, 100%);
  background: none;
}
.c-box.is-number-left .c-box__number {
  background-color: #9B9B9B;
  color: #fff;
  padding: 0.7142857143rem 2.1428571429rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  line-height: 1;
  z-index: 1;
  font-size: 1.0714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number {
    width: 4.5714285714rem;
    height: 4.5714285714rem;
  }
}
.c-box__image {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__image {
    margin-bottom: 1.1428571429rem;
  }
}
.c-box__comment {
  display: block;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__comment {
    margin-top: 1.1428571429rem;
  }
}

.c-box-accordion__box {
  padding: 0 2.2857142857rem;
  background-color: #fff;
  border-radius: 10px;
  border: 2px solid #333;
  margin-bottom: 1.7142857143rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__box {
    padding: 0 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}
.c-box-accordion__box:last-of-type {
  margin-bottom: 0;
}
.c-box-accordion__box.is-open .c-box-accordion__head:after {
  content: "\f107";
}
.c-box-accordion__head {
  padding: 1.9285714286rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__head {
    padding: 1.4285714286rem;
  }
}
.c-box-accordion__head:after {
  content: "\f106";
  font-family: "FontAwesome";
  font-size: 1.2857142857rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.c-box-accordion__head-title {
  text-align: center;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__head-title {
    font-size: 1.4285714286rem;
  }
}
.c-box-accordion__content {
  border-top: 1px solid #B2B2B2;
  padding: 2.8571428571rem 2.1428571429rem 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__content {
    padding: 1.7142857143rem 1.1428571429rem 2.8571428571rem;
  }
}
.c-box-accordion__lead {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  margin-bottom: 2.8571428571rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__lead {
    text-align: left;
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-accordion__blocks {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__blocks {
    flex-wrap: wrap;
  }
}
.c-box-accordion__block {
  width: 100%;
  margin-right: 1rem;
  background-color: #F0F0F0;
  padding: 1.7142857143rem 2.2857142857rem 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__block {
    padding: 1.1428571429rem 1.1428571429rem 1.4285714286rem;
    margin-right: 0;
    margin-bottom: 1.1428571429rem;
  }
}
.c-box-accordion__block:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-box-accordion__block-icon {
  text-align: center;
  margin-bottom: 1rem;
}
.c-box-accordion__block-icon img {
  width: 9rem;
}
.c-box-accordion__block-title {
  text-align: center;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-bottom: 0.7142857143rem;
}
.c-box-accordion__block-text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__block-text {
    line-height: 1.7142857143;
  }
}
.c-box-accordion__images {
  max-width: 67.5357142857rem;
  margin-left: auto;
  margin-right: auto;
}
.c-box-accordion__comment {
  display: block;
  margin-top: 1.2857142857rem;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-accordion__comment {
    margin-top: 0.8571428571rem;
  }
}

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

.c-box-blocks__heading {
  margin-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__heading {
    margin-bottom: 2.8571428571rem;
  }
}
.c-box-blocks__block {
  padding: 4.4285714286rem 4.4285714286rem 2.4285714286rem;
  background-color: rgba(51, 51, 51, 0.05);
  margin-bottom: 3.5714285714rem;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__block {
    padding: 2.8571428571rem 1.1428571429rem 2.2857142857rem;
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-blocks__block.is-visible-label .c-box-blocks__head {
  padding-left: 7rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__block.is-visible-label .c-box-blocks__head {
    padding-left: 5.1428571429rem;
  }
}
.c-box-blocks__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 7.1428571429rem;
  height: 9.6428571429rem;
  font-size: 1.4285714286rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 1.6;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 32px;
  background-image: url(../images/bg-label.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__label {
    width: 4.5714285714rem;
    height: 5.7142857143rem;
    font-size: 1rem;
    letter-spacing: 0.1em;
    left: 12px;
  }
}
.c-box-blocks__head {
  margin-bottom: 2.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__head {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-blocks__title {
  font-size: 2.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
  padding-bottom: 1.1428571429rem;
  margin-bottom: 1.7142857143rem;
  border-bottom: 1px solid #004B9B;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__title {
    font-size: 1.4285714286rem;
    padding-bottom: 0.8571428571rem;
    margin-bottom: 1.4285714286rem;
  }
}
.c-box-blocks__text {
  font-size: 1.1428571429rem;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__text {
    font-size: 1rem;
  }
}
.c-box-blocks__image {
  text-align: center;
  background-color: #fff;
  border: 10px;
  padding: 2.2857142857rem 2.5714285714rem;
  border-radius: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__image {
    padding: 1.1428571429rem;
  }
}
.c-box-blocks__button {
  text-align: center;
  margin-top: 3.3571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__button {
    margin-top: 2.2857142857rem;
  }
}
.c-box-blocks__button .c-button.is-lg, .c-box-blocks__button .c-button-social > a.is-lg {
  width: 100%;
  max-width: 39rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-blocks__button .c-button.is-lg, .c-box-blocks__button .c-button-social > a.is-lg {
    text-align: left;
    font-size: 1rem;
    padding-top: 1.1428571429rem;
    padding-bottom: 1.1428571429rem;
  }
}
.c-box-blocks__banner a {
  display: block;
  text-decoration: none;
}

.c-box-guide {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide {
    padding-top: 3.2857142857rem;
    padding-bottom: 4.4285714286rem;
  }
}
.c-box-guide__box {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  box-shadow: rgba(17, 20, 44, 0.04) 0px 0px 10px 0px;
  padding: 20px;
  border-radius: 8px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(229, 229, 229);
  border-image: initial;
  background: var(--2, #FFF);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__box {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}
.c-box-guide__inner {
  background-color: #E3EB11;
  padding: 2.8571428571rem 7.4007220217% 3.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__inner {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}
.c-box-guide__titles {
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__titles {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-guide__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 0;
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__heading {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-guide__heading small {
  display: inline-block;
  font-size: 1.7142857143rem;
  font-weight: 700;
  left: 0.1em;
  line-height: 1.3333333333;
  margin-bottom: 0.8571428571rem;
  position: relative;
  padding: 0 3.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__heading small {
    font-size: 1.1428571429rem;
    padding: 0 1.7142857143rem;
  }
}
.c-box-guide__heading small:before, .c-box-guide__heading small:after {
  content: "";
  display: block;
  width: 1.9285714286rem;
  height: 1.7857142857rem;
  background-image: url(../images/bg-box-guide-heading-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__heading small:before, .c-box-guide__heading small:after {
    width: 1.2857142857rem;
    height: 1.1904761905rem;
  }
}
.c-box-guide__heading small:after {
  background-image: url(../images/bg-box-guide-heading-02.png);
  left: auto;
  right: 0;
}
.c-box-guide__heading span {
  display: inline;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-image: linear-gradient(transparent 50%, #004B9B 0);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__heading span {
    font-size: 1.2857142857rem;
    background-image: linear-gradient(transparent 70%, #004B9B 0);
  }
}
.c-box-guide__lead {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__lead {
    text-align: left;
  }
}
.c-box-guide__content {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #D9D9D9;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__content {
    display: block;
  }
}
.c-box-guide__item {
  width: calc(50% - 18px);
  padding: 1.7142857143rem 0.7142857143rem 1.7142857143rem 1.4285714286rem;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__item {
    width: 100%;
    padding: 1.5714285714rem 0 1.5714285714rem 1.0714285714rem;
    margin-bottom: 1.1428571429rem;
  }
  .c-box-guide__item:last-of-type {
    margin-bottom: 0;
  }
}
.c-box-guide__title {
  flex: none;
  width: 5.1428571429rem;
  margin-right: 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__title {
    width: 4.2857142857rem;
    margin-right: 0.7142857143rem;
  }
}
.c-box-guide__list {
  width: 100%;
}
.c-box-guide__list li {
  padding-left: 24px;
  position: relative;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__list li {
    font-size: 0.9285714286rem;
    letter-spacing: 0.1em;
    line-height: 1.5384615385;
    padding-left: 1.1428571429rem;
  }
}
.c-box-guide__list li:before {
  content: "●";
  display: block;
  color: #004B9B;
  position: absolute;
  left: 0;
  top: 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__list li:before {
    top: 0;
  }
}
.c-box-guide .c-lead {
  margin-bottom: 3em;
}
.c-box-guide .c-heading.is-md, .c-box-guide .l-post-content h6.is-md, .l-post-content .c-box-guide h6.is-md, .c-box-guide #tinymce.post-type-post h6.is-md, #tinymce.post-type-post .c-box-guide h6.is-md, .c-box-guide #tinymce.post-type-page h6.is-md, #tinymce.post-type-page .c-box-guide h6.is-md, .c-box-guide #tinymce.mce-content-body.acf_content h6.is-md, #tinymce.mce-content-body.acf_content .c-box-guide h6.is-md, .c-box-guide .l-post-content h5.is-md, .l-post-content .c-box-guide h5.is-md, .c-box-guide #tinymce.post-type-post h5.is-md, #tinymce.post-type-post .c-box-guide h5.is-md, .c-box-guide #tinymce.post-type-page h5.is-md, #tinymce.post-type-page .c-box-guide h5.is-md, .c-box-guide #tinymce.mce-content-body.acf_content h5.is-md, #tinymce.mce-content-body.acf_content .c-box-guide h5.is-md, .c-box-guide .l-post-content h4.is-md, .l-post-content .c-box-guide h4.is-md, .c-box-guide #tinymce.post-type-post h4.is-md, #tinymce.post-type-post .c-box-guide h4.is-md, .c-box-guide #tinymce.post-type-page h4.is-md, #tinymce.post-type-page .c-box-guide h4.is-md, .c-box-guide #tinymce.mce-content-body.acf_content h4.is-md, #tinymce.mce-content-body.acf_content .c-box-guide h4.is-md, .c-box-guide .l-post-content h3.is-md, .l-post-content .c-box-guide h3.is-md, .c-box-guide #tinymce.post-type-post h3.is-md, #tinymce.post-type-post .c-box-guide h3.is-md, .c-box-guide #tinymce.post-type-page h3.is-md, #tinymce.post-type-page .c-box-guide h3.is-md, .c-box-guide #tinymce.mce-content-body.acf_content h3.is-md, #tinymce.mce-content-body.acf_content .c-box-guide h3.is-md, .c-box-guide .l-post-content h2, .l-post-content .c-box-guide h2, .c-box-guide #tinymce.post-type-post h2, #tinymce.post-type-post .c-box-guide h2, .c-box-guide #tinymce.post-type-page h2, #tinymce.post-type-page .c-box-guide h2, .c-box-guide #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-box-guide h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
}
.c-box-guide .c-heading.is-md strong, .c-box-guide .l-post-content h6.is-md strong, .l-post-content .c-box-guide h6.is-md strong, .c-box-guide #tinymce.post-type-post h6.is-md strong, #tinymce.post-type-post .c-box-guide h6.is-md strong, .c-box-guide #tinymce.post-type-page h6.is-md strong, #tinymce.post-type-page .c-box-guide h6.is-md strong, .c-box-guide #tinymce.mce-content-body.acf_content h6.is-md strong, #tinymce.mce-content-body.acf_content .c-box-guide h6.is-md strong, .c-box-guide .l-post-content h5.is-md strong, .l-post-content .c-box-guide h5.is-md strong, .c-box-guide #tinymce.post-type-post h5.is-md strong, #tinymce.post-type-post .c-box-guide h5.is-md strong, .c-box-guide #tinymce.post-type-page h5.is-md strong, #tinymce.post-type-page .c-box-guide h5.is-md strong, .c-box-guide #tinymce.mce-content-body.acf_content h5.is-md strong, #tinymce.mce-content-body.acf_content .c-box-guide h5.is-md strong, .c-box-guide .l-post-content h4.is-md strong, .l-post-content .c-box-guide h4.is-md strong, .c-box-guide #tinymce.post-type-post h4.is-md strong, #tinymce.post-type-post .c-box-guide h4.is-md strong, .c-box-guide #tinymce.post-type-page h4.is-md strong, #tinymce.post-type-page .c-box-guide h4.is-md strong, .c-box-guide #tinymce.mce-content-body.acf_content h4.is-md strong, #tinymce.mce-content-body.acf_content .c-box-guide h4.is-md strong, .c-box-guide .l-post-content h3.is-md strong, .l-post-content .c-box-guide h3.is-md strong, .c-box-guide #tinymce.post-type-post h3.is-md strong, #tinymce.post-type-post .c-box-guide h3.is-md strong, .c-box-guide #tinymce.post-type-page h3.is-md strong, #tinymce.post-type-page .c-box-guide h3.is-md strong, .c-box-guide #tinymce.mce-content-body.acf_content h3.is-md strong, #tinymce.mce-content-body.acf_content .c-box-guide h3.is-md strong, .c-box-guide .l-post-content h2 strong, .l-post-content .c-box-guide h2 strong, .c-box-guide #tinymce.post-type-post h2 strong, #tinymce.post-type-post .c-box-guide h2 strong, .c-box-guide #tinymce.post-type-page h2 strong, #tinymce.post-type-page .c-box-guide h2 strong, .c-box-guide #tinymce.mce-content-body.acf_content h2 strong, #tinymce.mce-content-body.acf_content .c-box-guide h2 strong {
  color: #0B318F;
}
.c-box-guide__item {
  background: var(--2, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(17, 20, 44, 0.04);
  width: 100%;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__item {
    margin-top: 16px;
  }
}
.c-box-guide__list {
  padding-left: 10vw;
  padding-right: 10vw;
}
.c-box-guide__list strong {
  color: #0B318F;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__list {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
.c-box-guide__houses {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-guide__houses {
    margin-top: 20px;
    flex-direction: column;
  }
  .c-box-guide__houses .c-card-post-lg__button {
    position: static !important;
  }
}
.c-box-guide__button {
  text-align: center;
  padding-top: 1em;
}

.c-box-lists__wrap {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__wrap {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-lists__wrap:last-of-type {
  margin-bottom: 0;
}
.c-box-lists__title {
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3333333333;
  margin-top: 0;
  margin-bottom: 1.1428571429rem;
}
.c-box-lists__title:before {
  content: "● ";
  color: #004B9B;
}
.c-box-lists__blocks {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-box-lists__block {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  width: 23.9473684211%;
  height: 5.1428571429rem;
  margin-right: 1.4035087719%;
  margin-bottom: 1rem;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid #dbdbdb;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__block {
    width: calc(50% - 3px);
    height: 2.8571428571rem;
    margin-right: 6px;
    margin-bottom: 0.4285714286rem;
    border-radius: 4px;
  }
  .c-box-lists__block:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-box-lists__block:nth-of-type(4n) {
  margin-right: 0;
}
.c-box-lists__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5.1428571429rem;
  height: 100%;
  background-color: #004B9B;
  flex: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__icon {
    width: 2.8571428571rem;
  }
}
.c-box-lists__bgicon {
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__bgicon {
    width: 1.7857142857rem;
    height: 1.7857142857rem;
  }
}
.c-box-lists__content {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__content {
    padding: 0 0 0 0.2857142857rem;
  }
}
.c-box-lists__text {
  width: 100%;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-lists__text {
    font-size: 0.7857142857rem;
    line-height: 1.6363636364;
  }
}
@media (max-width: 320px) {
  .c-box-lists__text {
    font-size: 0.7142857143rem;
    line-height: 1.2;
  }
}
.c-box-lists__comment {
  display: block;
  margin-top: 0.5714285714rem;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
}

.c-box-movie {
  position: relative;
}
.c-box-movie:before {
  content: "";
  display: block;
  width: 33.9285714286rem;
  height: 50.2857142857rem;
  background-image: url(../images/bg-movie-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: -34px;
  transform: translateX(-750px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-movie:before {
    width: 11.5714285714rem;
    height: 18.8571428571rem;
    background-image: url(../images/bg-movie-sm-01.png);
    background-size: 360px auto;
    background-position: right center;
    top: -221px;
    left: -16px;
    bottom: auto;
    transform: none;
  }
}
.c-box-movie:after {
  content: "";
  display: block;
  width: 31.1428571429rem;
  height: 37.5714285714rem;
  background-image: url(../images/bg-movie-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 50%;
  bottom: -30px;
  transform: translateX(750px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-movie:after {
    width: 10.4285714286rem;
    height: 14.8571428571rem;
    background-image: url(../images/bg-movie-sm-02.png);
    background-size: 257px auto;
    background-position: left center;
    bottom: -118px;
    right: -16px;
    transform: none;
  }
}
.c-box-movie__box {
  max-width: 53.4285714286rem;
  border: 2px solid #333;
  border-radius: 8px;
  background-color: #fff;
  padding: 4.5714285714rem 6.5714285714rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-movie__box {
    padding: 1.7142857143rem;
  }
}
.c-box-movie__movie {
  width: 100%;
  position: relative;
}
.c-box-movie__movie:before {
  content: "";
  display: block;
  padding-top: 56.6371681416%;
}
.c-box-movie__movie .is-bgimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-box-movie__movie iframe,
.c-box-movie__movie video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

/*
---
name: ステップボックス_画像なし
category: Components
---
*/
.c-box-number__block {
  display: flex;
  position: relative;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__block {
    margin-bottom: 2.2857142857rem;
  }
}
.c-box-number__block:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #004B9B 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: #004B9B;
  width: 6.1428571429rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__head {
    width: 5.1428571429rem;
  }
}
.c-box-number__number {
  color: #fff;
  text-align: center;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  line-height: 1.2;
}
.c-box-number__number small {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number small {
    font-size: 1rem;
  }
}
.c-box-number__number span {
  font-size: 2.2857142857rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number span {
    font-size: 2.2857142857rem;
  }
}
.c-box-number__content {
  background-color: #E3EB11;
  padding: 2rem 2.8571428571rem;
  width: calc(100% - 86px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__content {
    padding: 1.1428571429rem 1.7142857143rem;
    width: calc(100% - 72px);
  }
}
.c-box-number__text {
  font-size: 1rem;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer {
    overflow: hidden;
  }
}
.c-box-offer__box {
  padding: 4.2857142857rem 4.4285714286rem 4.4285714286rem;
  border-radius: 10px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer__box {
    padding: 2.2857142857rem 1.7142857143rem;
  }
}
.c-box-offer__titles {
  margin-bottom: 2.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer__titles {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-offer__heading .c-heading.is-md, .c-box-offer__heading .l-post-content h6.is-md, .l-post-content .c-box-offer__heading h6.is-md, .c-box-offer__heading #tinymce.post-type-post h6.is-md, #tinymce.post-type-post .c-box-offer__heading h6.is-md, .c-box-offer__heading #tinymce.post-type-page h6.is-md, #tinymce.post-type-page .c-box-offer__heading h6.is-md, .c-box-offer__heading #tinymce.mce-content-body.acf_content h6.is-md, #tinymce.mce-content-body.acf_content .c-box-offer__heading h6.is-md, .c-box-offer__heading .l-post-content h5.is-md, .l-post-content .c-box-offer__heading h5.is-md, .c-box-offer__heading #tinymce.post-type-post h5.is-md, #tinymce.post-type-post .c-box-offer__heading h5.is-md, .c-box-offer__heading #tinymce.post-type-page h5.is-md, #tinymce.post-type-page .c-box-offer__heading h5.is-md, .c-box-offer__heading #tinymce.mce-content-body.acf_content h5.is-md, #tinymce.mce-content-body.acf_content .c-box-offer__heading h5.is-md, .c-box-offer__heading .l-post-content h4.is-md, .l-post-content .c-box-offer__heading h4.is-md, .c-box-offer__heading #tinymce.post-type-post h4.is-md, #tinymce.post-type-post .c-box-offer__heading h4.is-md, .c-box-offer__heading #tinymce.post-type-page h4.is-md, #tinymce.post-type-page .c-box-offer__heading h4.is-md, .c-box-offer__heading #tinymce.mce-content-body.acf_content h4.is-md, #tinymce.mce-content-body.acf_content .c-box-offer__heading h4.is-md, .c-box-offer__heading .l-post-content h3.is-md, .l-post-content .c-box-offer__heading h3.is-md, .c-box-offer__heading #tinymce.post-type-post h3.is-md, #tinymce.post-type-post .c-box-offer__heading h3.is-md, .c-box-offer__heading #tinymce.post-type-page h3.is-md, #tinymce.post-type-page .c-box-offer__heading h3.is-md, .c-box-offer__heading #tinymce.mce-content-body.acf_content h3.is-md, #tinymce.mce-content-body.acf_content .c-box-offer__heading h3.is-md, .c-box-offer__heading .l-post-content h2, .l-post-content .c-box-offer__heading h2, .c-box-offer__heading #tinymce.post-type-post h2, #tinymce.post-type-post .c-box-offer__heading h2, .c-box-offer__heading #tinymce.post-type-page h2, #tinymce.post-type-page .c-box-offer__heading h2, .c-box-offer__heading #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-box-offer__heading h2 {
  margin-bottom: 1.7142857143rem;
}
.c-box-offer__lead {
  text-align: center;
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer__lead {
    font-size: 1rem;
    text-align: left;
  }
}
.c-box-offer__buttons {
  max-width: 39.4285714286rem;
  margin-left: auto;
  margin-right: auto;
}
.c-box-offer__buttons-btns {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer__buttons-btns {
    margin-top: 0.5714285714rem;
  }
}
.c-box-offer__buttons-btn {
  width: calc(50% - 15px);
  margin-right: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-offer__buttons-btn {
    width: calc(50% - 4px);
    margin-right: 8px;
  }
}
.c-box-offer__buttons-btn:last-of-type {
  margin-right: 0;
}
.c-box-offer__buttons-btn .c-button, .c-box-offer__buttons-btn .c-button-social > a {
  height: 4.2142857143rem;
  color: #000;
  border-radius: 4px;
  border: none;
}
.c-box-offer__button .c-button.is-xlg, .c-box-offer__button .c-button-social > a.is-xlg {
  height: 6.2857142857rem;
  font-size: 1.4285714286rem;
  border-radius: 4px;
  border: none;
}
.c-box-offer__button .c-button.is-xlg:before, .c-box-offer__button .c-button-social > a.is-xlg:before {
  border-radius: 4px;
}

.c-box-property__box.is-center {
  left: 50% !important;
  transform: translateX(-50%) !important;
}

.c-box-property {
  padding: 0 1.1428571429rem;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 89.7142857143rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1.14286rem;
}
.c-box-property__box {
  width: 100%;
  background-color: #fff;
  padding: 3.4285714286rem 5.2857142857rem;
  margin-bottom: 3.4285714286rem;
  border-radius: 12px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__box {
    padding: 1.1428571429rem 1.4285714286rem;
    margin-bottom: 1.5714285714rem;
    max-width: 100%;
  }
}
.c-box-property__box:last-of-type {
  margin-bottom: 0;
}
.c-box-property__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__inner {
    flex-direction: column;
  }
}
.c-box-property__slider {
  width: 42.9824561404%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__slider {
    width: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__main {
    padding: 0 1.1428571429rem;
  }
}
.c-box-property__image-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-box-property__image-bgimg:before {
  content: "";
  display: block;
  padding-top: 66.9387755102%;
}
.c-box-property__thumbs {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__thumbs {
    margin-top: 0.5714285714rem;
  }
}
.c-box-property__thumb {
  width: 24.0816326531%;
  margin-right: 1.2244897959%;
  margin-bottom: 0.5714285714rem;
  cursor: pointer;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__thumb {
    margin-bottom: 0.2857142857rem;
  }
}
.c-box-property__thumb:nth-of-type(4n) {
  margin-right: 0;
}
.c-box-property__thumb:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 0 #E3EB11;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
.c-box-property__thumb:hover:after {
  box-shadow: inset 0 0 0 3px #E3EB11;
}
.c-box-property__thumb.is-current:after {
  box-shadow: inset 0 0 0 3px #E3EB11;
}
.c-box-property__thumb-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-box-property__thumb-bgimg:before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
.c-box-property__content {
  width: 48.4210526316%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__content {
    width: 100%;
    padding-top: 1.7142857143rem;
  }
}
.c-box-property__labels {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__labels {
    margin-bottom: 0.5714285714rem;
  }
}
.c-box-property__labels span {
  display: inline-block;
  margin-right: 0.5714285714rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  background-color: #fff;
  border: 1px solid #333;
  padding: 0.0714285714rem 2rem;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__labels span {
    font-size: 0.8571428571rem;
    padding: 0.1428571429rem 1.4285714286rem;
  }
}
.c-box-property__labels span:last-of-type {
  margin-right: 0;
}
.c-box-property__labels span.is-underline {
  position: relative;
  z-index: 99;
  display: table;
}
.c-box-property__labels span.is-underline::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0.4285714286rem;
  left: 0;
  margin: auto;
  width: calc(100% - 56px);
  height: 0.3571428571rem;
  background: #E3EB11;
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__labels span.is-underline::before {
    width: calc(100% - 23px);
  }
}
.c-box-property__title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__title {
    font-size: 1.2857142857rem;
    margin-bottom: 1.1428571429rem;
  }
}
.c-box-property__text {
  font-weight: 500;
}
.c-box-property__station {
  margin-top: 1.1428571429rem;
  margin-bottom: 1.1428571429rem;
}
.c-box-property__station dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__station dl {
    display: block;
  }
}
.c-box-property__station dl dt {
  white-space: nowrap;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__station dl dt {
    font-size: 1rem;
    margin-bottom: 0.8571428571rem;
  }
}
.c-box-property__station dl dt span {
  color: #004B9B;
}
.c-box-property__station dl dt span.is-line {
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__station dl dt span.is-line {
    display: none;
  }
}
.c-box-property__station dl dd {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-left: 0.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__station dl dd {
    font-size: 1rem;
    font-weight: 700;
  }
}
.c-box-property__table {
  margin-bottom: 2.1428571429rem;
}
.c-box-property__table-caption {
  white-space: nowrap;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 2.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__table-caption {
    font-size: 1rem;
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-property__table-caption span {
  color: #004B9B;
}
@media screen and (max-width: 46.8125em) {
  .c-box-property__table .c-table-sm {
    min-width: 39.4285714286rem;
  }
}
.c-box-property__table-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.c-box-property__table-flex span {
  width: 100%;
  display: block;
}
.c-box-property__table-flex .is-middle {
  width: 100%;
  flex: none;
  max-width: 8.5714285714rem;
  margin-right: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__table-flex .is-middle {
    margin-right: 0;
    margin-top: 0.5714285714rem;
    margin-bottom: 0.5714285714rem;
  }
}
.c-box-property__benefits {
  background-color: #004B9B;
  padding: 0.8571428571rem 0.2857142857rem 0.8571428571rem 0.5714285714rem;
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__benefits {
    padding: 0.5714285714rem 0.5714285714rem;
  }
}
.c-box-property__benefits dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__benefits dl {
    display: block;
  }
}
.c-box-property__benefits dl dt {
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  margin-right: 0.5714285714rem;
  white-space: nowrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__benefits dl dt {
    margin-right: 0;
    margin-bottom: 0.5714285714rem;
  }
}
.c-box-property__benefits dl dd {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__benefits dl dd {
    font-size: 0.9285714286rem;
    letter-spacing: 0;
    line-height: 1.5384615385;
  }
}
.c-box-property__message {
  width: 100%;
  margin-top: 2.2857142857rem;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message {
    position: relative;
    bottom: 0;
    width: 100%;
  }
}
.c-box-property__message-title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.7142857143rem;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-title {
    font-size: 1rem;
  }
}
.c-box-property__message-title span {
  color: #004B9B;
}
.c-box-property__message-block {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-block {
    flex-direction: column;
  }
}
.c-box-property__message-image {
  width: 130px;
  flex: none;
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-image {
    order: 2;
    margin-top: -15px;
    position: relative;
    z-index: 1;
    margin-right: 10px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-image img {
    width: 130px;
    flex: none;
    order: 2;
  }
}
.c-box-property__message-image span {
  display: block;
  text-align: center;
  margin-top: 0.5714285714rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-image span {
    order: 1;
  }
}
.c-box-property__message-text {
  width: 100%;
  padding: 1.7142857143rem;
  background-color: #F0F0F0;
  border-radius: 32px;
  margin-left: 2.1428571429rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-text {
    order: 1;
    border-radius: 14px;
    padding: 1.0714285714rem 1.4285714286rem;
    font-size: 0.9285714286rem;
    line-height: 1.6923076923;
    letter-spacing: 0.05em;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-box-property__message-text:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 32px 12px 0;
  border-color: transparent #E9EFF6 transparent transparent;
  position: absolute;
  left: 0;
  top: 34px;
  transform: translateX(-100%);
}
@media screen and (max-width: 59.3125em) {
  .c-box-property__message-text:before {
    border: none;
    width: 2.5714285714rem;
    height: 2.1428571429rem;
    background-image: url(../images/bg-comment.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    left: auto;
    top: auto;
    right: 100px;
    bottom: -18px;
    z-index: 0;
  }
}
.c-box-property__other-title {
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__other-title {
    font-size: 1rem;
  }
}
.c-box-property__other-title span {
  color: #004B9B;
}
.c-box-property__other-list dl {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.c-box-property__other-list dt, .c-box-property__other-list dd {
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__other-list dt, .c-box-property__other-list dd {
    font-size: 1rem;
  }
}
.c-box-property__other-list dt {
  margin-right: 0.2857142857rem;
}
.c-box-property__button {
  margin-top: 1.7142857143rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property__button {
    margin-top: 2.8571428571rem;
    text-align: center;
  }
}
.c-box-property__button .c-button.is-sm, .c-box-property__button .l-post-content h3.c-button, .l-post-content .c-box-property__button h3.c-button, .c-box-property__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-box-property__button h3.c-button, .c-box-property__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-box-property__button h3.c-button, .c-box-property__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-box-property__button h3.c-button, .c-box-property__button .c-button-social > a.is-sm {
  background: #000;
  color: #FFF;
  border-radius: 100px;
}
.c-box-property .slick-arrow {
  width: auto;
  height: auto;
  left: -16px;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property .slick-arrow {
    left: -10px;
    transform: translate(0, -50%);
  }
}
.c-box-property .slick-arrow:before {
  content: "\f104";
  font-family: "FontAwesome";
  font-size: 2.2857142857rem;
  letter-spacing: 0;
  line-height: 1;
  color: #333;
  opacity: 1;
}
.c-box-property .slick-arrow.slick-next {
  left: auto;
  right: -16px;
  transform: translate(100%, -50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-property .slick-arrow.slick-next {
    right: -10px;
    transform: translate(0, -50%);
  }
}
.c-box-property .slick-arrow.slick-next:before {
  content: "\f105";
}

.c-box-property__flow {
  margin-bottom: 2.1428571429rem;
}
.c-box-property__flow-title {
  font-weight: bold;
  font-size: 1.1428571429rem;
}
.c-box-property__flow-title:before {
  content: "●";
  color: #004B9B;
  display: inline-block;
  margin-right: 4px;
}
/*
---
name: シェアボックス
category: PostContent
---
# いいねボタンのHTMLは自動生成
*/
.c-box-share {
  width: 100%;
  min-height: 19.2857142857rem;
  background: url("../images/img-sample.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  margin: 3.4285714286rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share {
    margin: 1.7142857143rem 0;
    min-height: 14.2857142857rem;
  }
}
.c-box-share:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.c-box-share__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 100%;
}
.c-box-share__title {
  color: #fff;
  font-weight: 700;
  font-size: 1.7142857143rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share__title {
    font-size: 1.4285714286rem;
    margin-bottom: 1rem;
  }
}

.c-box-special__box {
  text-align: center;
  padding: 3.9285714286rem 7rem 4.4285714286rem;
  border-radius: 10px;
  background-color: rgba(51, 51, 51, 0.05);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__box {
    padding: 2.2857142857rem 1.7142857143rem 2.2857142857rem;
  }
}
.c-box-special__titles {
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__titles {
    margin-bottom: 1.7142857143rem;
  }
}
.c-box-special__heading .c-heading.is-md, .c-box-special__heading .l-post-content h6.is-md, .l-post-content .c-box-special__heading h6.is-md, .c-box-special__heading #tinymce.post-type-post h6.is-md, #tinymce.post-type-post .c-box-special__heading h6.is-md, .c-box-special__heading #tinymce.post-type-page h6.is-md, #tinymce.post-type-page .c-box-special__heading h6.is-md, .c-box-special__heading #tinymce.mce-content-body.acf_content h6.is-md, #tinymce.mce-content-body.acf_content .c-box-special__heading h6.is-md, .c-box-special__heading .l-post-content h5.is-md, .l-post-content .c-box-special__heading h5.is-md, .c-box-special__heading #tinymce.post-type-post h5.is-md, #tinymce.post-type-post .c-box-special__heading h5.is-md, .c-box-special__heading #tinymce.post-type-page h5.is-md, #tinymce.post-type-page .c-box-special__heading h5.is-md, .c-box-special__heading #tinymce.mce-content-body.acf_content h5.is-md, #tinymce.mce-content-body.acf_content .c-box-special__heading h5.is-md, .c-box-special__heading .l-post-content h4.is-md, .l-post-content .c-box-special__heading h4.is-md, .c-box-special__heading #tinymce.post-type-post h4.is-md, #tinymce.post-type-post .c-box-special__heading h4.is-md, .c-box-special__heading #tinymce.post-type-page h4.is-md, #tinymce.post-type-page .c-box-special__heading h4.is-md, .c-box-special__heading #tinymce.mce-content-body.acf_content h4.is-md, #tinymce.mce-content-body.acf_content .c-box-special__heading h4.is-md, .c-box-special__heading .l-post-content h3.is-md, .l-post-content .c-box-special__heading h3.is-md, .c-box-special__heading #tinymce.post-type-post h3.is-md, #tinymce.post-type-post .c-box-special__heading h3.is-md, .c-box-special__heading #tinymce.post-type-page h3.is-md, #tinymce.post-type-page .c-box-special__heading h3.is-md, .c-box-special__heading #tinymce.mce-content-body.acf_content h3.is-md, #tinymce.mce-content-body.acf_content .c-box-special__heading h3.is-md, .c-box-special__heading .l-post-content h2, .l-post-content .c-box-special__heading h2, .c-box-special__heading #tinymce.post-type-post h2, #tinymce.post-type-post .c-box-special__heading h2, .c-box-special__heading #tinymce.post-type-page h2, #tinymce.post-type-page .c-box-special__heading h2, .c-box-special__heading #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-box-special__heading h2 {
  margin-bottom: 1.7142857143rem;
}
.c-box-special__lead {
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__lead {
    font-size: 1.1428571429rem;
  }
}
.c-box-special__image {
  margin-bottom: 1.7142857143rem;
  position: relative;
}
.c-box-special__image:before {
  content: "";
  display: block;
  width: 7.5rem;
  height: 5.1428571429rem;
  background-image: url(../images/bg-special-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__image:before {
    display: none;
  }
}
.c-box-special__image:after {
  content: "";
  display: block;
  width: 8.4285714286rem;
  height: 4.2857142857rem;
  background-image: url(../images/bg-special-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -32px;
  top: 52px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__image:after {
    display: none;
  }
}
.c-box-special__text-lg {
  display: inline;
  margin-bottom: 0.8571428571rem;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  background-image: linear-gradient(transparent 70%, #004B9B 0);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-special__text-lg {
    font-size: 1.1428571429rem;
  }
}
.c-box-special__comment {
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}

.c-breadcrumb {
  padding: 0.8571428571rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb {
    padding: 0.5714285714rem 0;
  }
}
.c-breadcrumb__inner {
  line-height: 1.2;
}
.c-breadcrumb span {
  color: #000;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-right: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb span {
    font-size: 0.8571428571rem;
    margin-right: 0.2857142857rem;
  }
}
.c-breadcrumb span a {
  font-weight: 400;
  text-decoration: underline;
}
.c-breadcrumb span a:hover {
  text-decoration: underline;
}

.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 {
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  width: 100%;
  text-align: center;
  background-color: #E6E6E6;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  color: #333;
  text-decoration: none;
  padding: 1.2857142857rem 0.5714285714rem 1.2857142857rem;
  position: relative;
  transition: all 0.3s ease;
  font-weight: 700;
  transform: perspective(1px) translateZ(0);
}
.c-button .is-document, .c-button-social > a .is-document {
  width: 1.5rem;
  height: 1.3928571429rem;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.7142857143rem;
  transition: all 0.3s ease;
}
.c-button .is-experience, .c-button-social > a .is-experience {
  width: 2.1428571429rem;
  height: 1.3571428571rem;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.7142857143rem;
  transition: all 0.3s ease;
}
.c-button:hover, .c-button-social > a:hover {
  opacity: 1;
  background-color: #ADADAD;
  color: #fff;
}
.c-button.is-icon:after, .c-button-social > a.is-icon:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  right: 1.7142857143rem;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.is-secondary, .c-button-social > a.is-secondary {
  background-color: rgb(104, 177.064516129, 255);
  color: #004B9B;
  border-color: rgb(104, 177.064516129, 255);
}
.c-button.is-secondary:hover, .c-button-social > a.is-secondary:hover {
  background-color: #fff;
  border-color: #004B9B;
}
.c-button.is-accent, .c-button-social > a.is-accent {
  background-color: #004B9B;
  border-color: #004B9B;
  color: #fff;
}
.c-button.is-accent:before, .c-button-social > a.is-accent:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.c-button.is-accent:hover, .c-button-social > a.is-accent:hover {
  color: #fff;
}
.c-button.is-accent:hover:before, .c-button-social > a.is-accent:hover:before {
  opacity: 1;
}
.c-button.is-white, .c-button-social > a.is-white {
  background-color: #fff;
  color: #004B9B;
  border: 1px solid #004B9B;
}
.c-button.is-white:hover, .c-button-social > a.is-white:hover {
  background-color: #004B9B;
  color: #fff;
}
.c-button.is-black, .c-button-social > a.is-black {
  border-radius: 100px;
  border: 1px solid #333;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 24px 43px 24px 43px;
  position: relative;
}
.c-button.is-black span, .c-button-social > a.is-black span {
  display: block;
}
.c-button.is-black span.text, .c-button-social > a.is-black span.text {
  white-space: nowrap;
}
.c-button.is-black span:last-child, .c-button-social > a.is-black span:last-child {
  position: absolute;
  right: 1.5em;
}
.c-button.is-black:after, .c-button-social > a.is-black:after {
  color: #fff !important;
}
.c-button.is-black.is-black-md, .c-button-social > a.is-black.is-black-md {
  padding: 18px 22px 18px 24px;
  min-width: 320px;
}
.c-button.is-black.is-black-sm, .c-button-social > a.is-black.is-black-sm {
  padding: 10px 22px 10px 24px;
}
.c-button.is-black svg, .c-button-social > a.is-black svg {
  vertical-align: bottom;
}

/*
---
name: ボタン_サイズ別
category: Buttons
---
*/
.c-button.is-xlg, .c-button-social > a.is-xlg {
  max-width: 26.6428571429rem;
  padding: 1.9285714286rem 3.4285714286rem 2rem 2.2857142857rem;
  font-size: 1.2142857143rem;
  line-height: 1.45;
  color: #333;
  background-color: #fff;
  transform: perspective(1px) translateZ(0);
  border: 2px solid #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xlg, .c-button-social > a.is-xlg {
    max-width: 100%;
    padding: 1.4285714286rem 2.2857142857rem;
  }
}
.c-button.is-xlg:hover, .c-button-social > a.is-xlg:hover {
  background-color: #333;
  color: #fff;
}
.c-button.is-xlg:after, .c-button-social > a.is-xlg:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.c-button.is-xlg.is-contact, .c-button-social > a.is-xlg.is-contact {
  width: 100%;
  max-width: 100%;
  flex: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 1.5rem;
  background-color: #004B9B;
  color: #fff;
  border-color: #004B9B;
}
.c-button.is-xlg.is-contact:hover, .c-button-social > a.is-xlg.is-contact:hover {
  background-color: rgb(0, 50.3225806452, 104);
  border-color: rgb(0, 50.3225806452, 104);
}
.c-button.is-xlg.is-contact .is-contact, .c-button-social > a.is-xlg.is-contact .is-contact {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 2.1428571429rem;
  height: 1.5714285714rem;
  margin-right: 1.4285714286rem;
}
.c-button.is-xlg.is-contact::after, .c-button-social > a.is-xlg.is-contact::after {
  display: none;
}
.c-button.is-lg, .c-button-social > a.is-lg {
  max-width: 17rem;
  padding: 1rem 0.5714285714rem;
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  border: 2px solid #333;
  position: relative;
  transition: all 0.3s ease;
  backface-visibility: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-lg, .c-button-social > a.is-lg {
    max-width: 100%;
  }
}
.c-button.is-lg:after, .c-button-social > a.is-lg:after {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
}
.c-button.is-lg.is-link:after, .c-button-social > a.is-lg.is-link:after {
  content: "\f24d";
  font-family: "FontAwesome";
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.2142857143;
  position: absolute;
  top: auto;
  right: 8px;
  bottom: 8px;
  transform: none;
}
.c-button.is-lg i, .c-button-social > a.is-lg i {
  margin-right: 1.7142857143rem;
}
.c-button.is-lg:hover, .c-button-social > a.is-lg:hover {
  background: #333;
  color: #fff;
}
.c-button.is-sm, .l-post-content h3.c-button, #tinymce.post-type-post h3.c-button, #tinymce.post-type-page h3.c-button, #tinymce.mce-content-body.acf_content h3.c-button, .c-button-social > a.is-sm {
  max-width: 12.8571428571rem;
  color: #333;
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  background-color: #fff;
  padding: 1.0714285714rem 1.7142857143rem 1.1428571429rem;
  border: 1px solid #333;
}
.c-button.is-sm:after, .l-post-content h3.c-button:after, #tinymce.post-type-post h3.c-button:after, #tinymce.post-type-page h3.c-button:after, #tinymce.mce-content-body.acf_content h3.c-button:after, .c-button-social > a.is-sm:after {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  right: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-button.is-sm:hover, .l-post-content h3.c-button:hover, #tinymce.post-type-post h3.c-button:hover, #tinymce.post-type-page h3.c-button:hover, #tinymce.mce-content-body.acf_content h3.c-button:hover, .c-button-social > a.is-sm:hover {
  background-color: #333;
  color: #fff;
}
.c-button.is-xs, .l-post-content h4.c-button, #tinymce.post-type-post h4.c-button, #tinymce.post-type-page h4.c-button, #tinymce.mce-content-body.acf_content h4.c-button, .c-button-social > a.is-xs {
  width: inherit;
  max-width: 100%;
  background-color: transparent;
  padding: 0 1.1428571429rem 0 0;
  border: none !important;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xs, .l-post-content h4.c-button, #tinymce.post-type-post h4.c-button, #tinymce.post-type-page h4.c-button, #tinymce.mce-content-body.acf_content h4.c-button, .c-button-social > a.is-xs {
    font-size: 0.9rem;
  }
}
.c-button.is-xs:after, .l-post-content h4.c-button:after, #tinymce.post-type-post h4.c-button:after, #tinymce.post-type-page h4.c-button:after, #tinymce.mce-content-body.acf_content h4.c-button:after, .c-button-social > a.is-xs:after {
  color: #004B9B;
  right: 0;
}
.c-button.is-xs:hover, .l-post-content h4.c-button:hover, #tinymce.post-type-post h4.c-button:hover, #tinymce.post-type-page h4.c-button:hover, #tinymce.mce-content-body.acf_content h4.c-button:hover, .c-button-social > a.is-xs:hover {
  opacity: 0.6;
}

.c-button.is-arrow-left:after, .c-button-social > a.is-arrow-left:after {
  content: "\f104";
  right: auto;
  left: 0.7142857143rem;
}

.c-button.is-anchor, .c-button-social > a.is-anchor {
  max-width: inherit;
  font-size: 1rem;
}
.c-button.is-anchor::after, .c-button-social > a.is-anchor::after {
  content: "\f107";
}

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

.c-card__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 90px;
}
.c-card__num {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2.4285714286rem;
  letter-spacing: 0;
  line-height: 1.2941176471;
  color: #333333;
  width: 5.7142857143rem;
  height: 5.7142857143rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: -72px;
  transform: translateX(-50%);
  z-index: 1;
  color: #004B9B;
}
.c-card__num small {
  font-size: 14px;
  color: #333;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__num {
    width: 4.2857142857rem;
    height: 4.2857142857rem;
    top: -30px;
    font-size: 2rem;
  }
}
.c-card__block {
  width: 31.2280701754%;
  margin-right: 3.1578947368%;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  margin-bottom: 8.7142857143rem;
  position: relative;
  border-radius: 8px;
  box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.1);
}
.c-card__block:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__block {
    width: calc(50% - 8px);
    margin-right: 1.1428571429rem;
    margin-bottom: 3.4285714286rem;
  }
  .c-card__block:nth-of-type(3n) {
    margin-right: 1.1428571429rem;
  }
  .c-card__block:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-card__heading {
  text-align: center;
}
.c-card__heading img {
  width: 100%;
  max-width: 18.2857142857rem;
}
.c-card__image {
  padding: 0.4285714286rem 0.4285714286rem 0 0.4285714286rem;
}
.c-card__content {
  background-color: #fff;
  padding: 1.0714285714rem 2.1428571429rem 1.3571428571rem;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__content {
    padding: 0.8571428571rem 0.8571428571rem 1.1428571429rem;
  }
}
.c-card__title {
  position: relative;
  margin-bottom: 0.2857142857rem;
}
.c-card__title span {
  font-size: 1.2857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  position: relative;
  color: #004B9B;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__title span {
    font-size: 1.1428571429rem;
    padding-right: 0.5714285714rem;
  }
}
.c-card__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card__text {
    font-size: 0.8571428571rem;
  }
}

.c-card-banner {
  position: relative;
  z-index: 2;
}
.c-card-banner__blocks {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-banner__blocks {
    flex-direction: column;
  }
}
.c-card-banner__block {
  text-align: center;
  width: 48.4210526316%;
  text-decoration: none;
  color: #fff;
  transition: all 0.3s ease;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-banner__block {
    width: 100%;
    border-radius: 0;
    margin-bottom: 1.7142857143rem;
  }
  .c-card-banner__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-card-banner__block:hover {
  opacity: 1;
}
.c-card-banner__block:hover .c-card-banner__bgimg {
  transform: scale(1.1);
}
.c-card-banner__inner {
  width: 100%;
  height: 21.4285714286rem;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-banner__inner {
    height: 14.2857142857rem;
  }
}
.c-card-banner__bgimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
.c-card-banner__bgimg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-card-banner__content {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.c-card-banner__title {
  text-align: center;
  position: relative;
  font-size: 2.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-banner__title {
    font-size: 1.7142857143rem;
  }
}
.c-card-banner__button {
  text-align: center;
  margin-top: -2.7142857143rem;
  position: relative;
  z-index: 1;
}
.c-card-banner__button .c-button.is-lg, .c-card-banner__button .c-button-social > a.is-lg {
  max-width: 21.0714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-banner__button .c-button.is-lg, .c-card-banner__button .c-button-social > a.is-lg {
    height: 4.2142857143rem;
  }
}
@media (max-width: 320px) {
  .c-card-banner__button .c-button.is-lg, .c-card-banner__button .c-button-social > a.is-lg {
    max-width: 16.5714285714rem;
  }
}
.c-card-banner__button .c-button.is-lg:hover, .c-card-banner__button .c-button-social > a.is-lg:hover {
  top: -4px;
  left: -4px;
}
.c-card-banner__button .c-button.is-lg:hover:before, .c-card-banner__button .c-button-social > a.is-lg:hover:before {
  left: 8px;
  top: 8px;
}

.c-card-buttons {
  position: relative;
  z-index: 1;
}
.c-card-buttons__blocks {
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-buttons__blocks {
    width: calc(100% + 12px);
    margin-left: -6px;
  }
}
.c-card-buttons__block {
  display: block;
  position: relative;
  width: 31.2280701754%;
  margin-right: 3.1578947368%;
  text-decoration: none;
  border: 2px solid #333;
  transition: all 0.3s ease;
  z-index: 1;
  background: #fff;
  padding: 0.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-buttons__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 1.1428571429rem;
  }
  .c-card-buttons__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-card-buttons__block:nth-of-type(3n) {
  margin-right: 0;
}
.c-card-buttons__image {
  position: relative;
  width: 100%;
  height: 12.4285714286rem;
}
.c-card-buttons__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.c-card-buttons__content {
  width: 100%;
  padding: 2.8571428571rem 0.8571428571rem 4.2857142857rem;
  position: relative;
  border-radius: 10px;
  z-index: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-card-buttons__content {
    padding: 2.8571428571rem 0.8571428571rem 0.7142857143rem;
  }
}
.c-card-buttons__title {
  text-align: center;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.1666666667;
  margin-bottom: 0.8571428571rem;
  margin-top: 0;
}
.c-card-buttons__icon {
  position: absolute;
  right: 0;
  bottom: -2.5rem;
  left: 0;
  width: 8.4285714286rem;
  margin: auto;
  z-index: 99;
}
.c-card-buttons__text {
  text-align: center;
  font-weight: 700;
  margin-top: 0.4285714286rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
}
.c-card-buttons__button {
  width: 100%;
  margin: auto;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2.1428571429rem;
  text-align: center;
}
@media screen and (max-width: 59.3125em) {
  .c-card-buttons__button {
    max-width: 18.8571428571rem;
    position: relative;
    bottom: 0;
    margin-top: 1.4285714286rem;
  }
}

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

.c-card-post.is-list .c-card-post__block {
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post.is-list .c-card-post__block {
    margin-bottom: 2.2857142857rem;
  }
}
.c-card-post__heading {
  margin-bottom: 7.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__heading {
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__slider {
    width: 100% !important;
    padding: 0 1rem;
  }
}
.c-card-post__block {
  display: block;
  text-decoration: none;
  position: relative;
  color: #333;
}
.c-card-post__block:hover {
  opacity: 1;
}
.c-card-post__block:hover .c-card-post__bgimg {
  transform: scale(1.1);
}
.c-card-post__images {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.c-card-post__bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.c-card-post__bgimg:before {
  content: "";
  display: block;
  padding-top: 62.9213483146%;
}
.c-card-post__label {
  display: inline-block;
  min-width: 8.7142857143rem;
  text-align: center;
  padding: 0.4285714286rem 0.5714285714rem;
  background-color: #9B9B9B;
  color: #fff;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-card-post__content {
  padding-top: 1.4285714286rem;
  padding-bottom: 1.4285714286rem;
  border-bottom: 1px solid #DBDBDB;
}
.c-card-post__title {
  font-weight: 700;
  letter-spacing: 0.1em;
  overflow: hidden;
  width: 100%;
}
.c-card-post__title span {
  display: block;
  font-size: 16px;
  height: 52px;
  line-height: 1.625;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__title span {
    font-size: 16px;
    height: 52px;
  }
}
.c-card-post__title span:before, .c-card-post__title span:after {
  background: #fff;
  position: absolute;
}
.c-card-post__title span:before {
  content: "...";
  top: 26px;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__title span:before {
    top: 26px;
  }
}
.c-card-post__title span:after {
  content: "";
  height: 100%;
  width: 100%;
}
.c-card-post__title span:before, .c-card-post__title span:after {
  background-color: transparent;
}
.c-card-post__title span:before {
  display: none;
}
.c-card-post__tags {
  margin-top: 0.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-card-post__tags span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  color: #004B9B;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post__tags span {
    font-size: 0.8571428571rem;
  }
}
.c-card-post__tags span:after {
  content: "|";
  margin: 0 0.2857142857rem;
}
.c-card-post__tags span:last-of-type:after {
  display: none;
}
.c-card-post .owl-nav button {
  outline: none;
  width: 4.7857142857rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%) translateY(-80px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post .owl-nav button {
    transform: translate(-16px, -50%) translateY(-50px) translateY(-40px);
    left: 0.5714285714rem;
  }
}
.c-card-post .owl-nav button.owl-next {
  left: auto;
  right: 0;
  transform: translate(50%, -50%) translateY(-80px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post .owl-nav button.owl-next {
    transform: translate(16px, -50%) translateY(-50px) translateY(-40px);
    right: 0.5714285714rem;
  }
}
.c-card-post .owl-dots {
  margin-top: 2.7142857143rem;
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post .owl-dots {
    margin-top: 2.1428571429rem;
  }
}
.c-card-post .owl-dots .owl-dot {
  width: 8px;
  height: 8px;
  background-color: #CCCCCC;
  border-radius: 1000px;
  margin: 0 0.3571428571rem;
  outline: none;
}
.c-card-post .owl-dots .owl-dot.active {
  background-color: #333;
}

.c-card-post-lg__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); /* 列幅を動的に調整 */
  grid-gap: 36px; /* アイテム間のギャップ */
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__wrap {
    display: block;
  }
}
.c-card-post-lg__block {
  text-decoration: none;
  display: block;
  width: 31.2280701754%;
  color: #333;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 32px;
  background: #FFFFFF;
  border-bottom: 4px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8571428571rem;
  }
  .c-card-post-lg__block:last-of-type {
    margin-bottom: 0;
  }
}
.c-card-post-lg__block:hover {
  opacity: 1;
}
.c-card-post-lg__block:hover .c-card-post-lg__bgimg {
  transform: scale(1.1);
}
.c-card-post-lg__block:hover .c-card-post-lg__content {
  color: rgba(51, 51, 51, 0.5);
}
.c-card-post-lg__block:hover .c-card-post-lg__tag span {
  color: rgba(51, 51, 51, 0.5);
}
.c-card-post-lg__block:hover .c-card-post-lg__button {
  background-color: #fff;
  color: #333;
}
.c-card-post-lg__block:hover .c-card-post-lg__button:after {
  color: #333;
}
.c-card-post-lg__image {
  position: relative;
  overflow: hidden;
}
.c-card-post-lg__bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.c-card-post-lg__bgimg:before {
  content: "";
  display: block;
  padding-top: 62.9213483146%;
}
.c-card-post-lg__label {
  display: inline-block;
  padding: 0.5714285714rem 1rem;
  font-size: 0.9285714286rem;
  font-weight: 700;
  line-height: 1.7142857143;
  text-align: center;
  color: #fff;
  background-color: #9B9B9B;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  padding: 8px 25px;
  justify-content: center;
  align-items: center;
  gap: var(--border-raidus-lg, 10px);
  border-radius: 0px 0px 8px 0px;
  background: rgba(1, 75, 156, 0.85);
  backdrop-filter: blur(2px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__label {
    font-size: 0.8571428571rem;
  }
}
.c-card-post-lg__content {
  padding: 1.4285714286rem 2rem 1.2857142857rem;
  transition: all 0.3s ease;
  padding-bottom: 60px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__content {
    padding: 1.1428571429rem 1.1428571429rem 1.1428571429rem;
  }
}
.c-card-post-lg__title {
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  margin-bottom: 1.1428571429rem;
  color: #014B9C;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__title {
    font-size: 1.1428571429rem;
    min-height: inherit;
    margin-bottom: 4px;
  }
}
.c-card-post-lg__text {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-bottom: 1rem;
  color: var(--000000, #000);
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__text {
    min-height: inherit;
    margin-bottom: 0.4285714286rem;
  }
}
.c-card-post-lg__datas {
  display: flex;
  padding: 0.2142857143rem 0 0.7142857143rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__datas {
    padding-bottom: 0;
  }
}
.c-card-post-lg__datas span {
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
  line-height: 1.5833333333;
}
.c-card-post-lg__datas span.is-title {
  font-weight: bold;
  margin-right: 0.5714285714rem;
  white-space: nowrap;
  font-size: 1rem;
}
.c-card-post-lg__datas span i {
  color: #014B9C;
  opacity: 0.45;
}
.c-card-post-lg__datas span br + br {
  display: none;
}
.c-card-post-lg__tags {
  margin-top: 0.4285714286rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__tags {
    margin-top: 0.3571428571rem;
  }
}
.c-card-post-lg__tags span {
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.5384615385;
  color: rgba(51, 51, 51, 0.5);
  font-weight: bold;
  transition: all 0.3s ease;
  margin-right: 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-lg__tags span {
    margin-top: 0.7857142857rem;
    letter-spacing: 0;
  }
}
.c-card-post-lg__tags span:last-of-type {
  margin-right: 0;
}
.c-card-post-lg__button {
  text-align: center;
  margin-top: 3.1428571429rem;
  position: absolute;
  width: 100%;
  bottom: 0;
  margin-bottom: 0 !important;
}
.c-card-post-lg__button .c-button.is-lg, .c-card-post-lg__button .c-button-social > a.is-lg {
  width: 100%;
  max-width: 100%;
  background: #F1E151;
  color: #222;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 14px;
  border: none;
}

.c-card-post-sm__block {
  display: block;
  position: relative;
  margin-bottom: 4.5714285714rem;
  text-decoration: none;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-sm__block {
    margin-bottom: 2.2857142857rem;
  }
}
.c-card-post-sm__block:hover {
  opacity: 1;
}
.c-card-post-sm__block:hover .c-card-post-sm__bgimg {
  transform: scale(1.1);
}
.c-card-post-sm__images {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.c-card-post-sm__bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all 0.3s ease;
}
.c-card-post-sm__bgimg:before {
  content: "";
  display: block;
  padding-top: 62.9213483146%;
}
.c-card-post-sm__label {
  display: inline-block;
  min-width: 11.4285714286rem;
  padding: 0.5714285714rem 0.5714285714rem;
  text-align: center;
  background-color: #004B9B;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #333333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.c-card-post-sm__content {
  padding-top: 1.1428571429rem;
}
.c-card-post-sm__title {
  overflow: hidden;
  width: 100%;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #333333;
}
.c-card-post-sm__title span {
  display: block;
  font-size: 16px;
  height: 48px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-sm__title span {
    font-size: 16px;
    height: 48px;
  }
}
.c-card-post-sm__title span:before, .c-card-post-sm__title span:after {
  background: #fff;
  position: absolute;
}
.c-card-post-sm__title span:before {
  content: "...";
  top: 24px;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-post-sm__title span:before {
    top: 24px;
  }
}
.c-card-post-sm__title span:after {
  content: "";
  height: 100%;
  width: 100%;
}
.c-card-post-sm__date {
  color: #333333;
  opacity: 0.5;
  font-size: 0.9285714286rem;
  letter-spacing: 0.05em;
  line-height: 1.8461538462;
  margin-top: 1.1428571429rem;
}

.c-contact-box__box {
  text-align: center;
  border-radius: 8px;
  border: 1px solid #333333;
  padding: 2.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-box__box {
    padding: 1.7142857143rem 1.1428571429rem;
  }
}
.c-contact-box__lead {
  font-size: 1.1428571429rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.375;
  color: #000;
  margin-bottom: 1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-box__lead {
    font-size: 1rem;
  }
}
.c-contact-box__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-box__text {
    font-size: 0.8571428571rem;
  }
}
.c-contact-box__text a {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-contact-box__text a {
    font-size: 0.8571428571rem;
  }
}

.c-flow__wrap {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  padding-top: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__wrap {
    padding-top: 0;
    display: block;
  }
}
.c-flow__block {
  width: 100%;
  margin-right: 2.5714285714rem;
  position: relative;
  background-color: #fff;
  border-radius: 8px;
  padding: 3.7142857143rem 0.5714285714rem 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__block {
    margin-right: 0;
    margin-bottom: 5.7142857143rem;
  }
}
.c-flow__block:last-of-type {
  margin-right: 0;
  margin-bottom: 0;
}
.c-flow__block:last-of-type:after {
  display: none;
}
.c-flow__block:after {
  content: "…";
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%) translateX(100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-flow__block:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -8px;
    transform: translateY(100%) translateX(-50%) translateX(10px) rotate(90deg);
  }
}
.c-flow__num {
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-42px) translateX(-50%);
}
.c-flow__num img {
  width: 5.3571428571rem;
}
.c-flow__num small {
  display: block;
  font-size: 0.85714rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
}
.c-flow__num span {
  display: block;
  font-size: 2.42857rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}
.c-flow__title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-bottom: 1.1428571429rem;
  text-align: center;
  min-height: 4.2857142857rem;
}
.c-flow__title.is-lg {
  font-size: 1.2857142857rem;
}
.c-flow__icon .is-bgimg {
  width: 3.5714285714rem;
  height: 3.5714285714rem;
  margin-left: auto;
  margin-right: auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-flow__text {
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 0.7142857143rem;
  text-align: center;
}
.c-flow__comment {
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-top: 1.8571428571rem;
}

.c-forms__block {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block {
    display: block;
  }
}
.c-forms__title {
  min-width: 18.4285714286rem;
  background-color: rgba(51, 51, 51, 0.05);
  padding: 1.7142857143rem 1.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.0714285714rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  border-bottom: 1px solid #9B9B9B;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title {
    width: 100%;
    background-color: transparent;
    padding: 0.8571428571rem 0 0;
    font-weight: 700;
    border-bottom: none;
  }
}
.c-forms__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms__title.is-vertical-top .c-forms__label {
  margin-top: 0.2142857143rem;
}
.c-forms__label {
  display: block;
  background-color: #004B9B;
  color: #fff;
  font-weight: 700;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: center;
  padding: 0.0714285714rem 0.7142857143rem;
  margin-left: 1.1428571429rem;
  min-width: 3.8571428571rem;
}
.c-forms__content {
  width: 100%;
  padding: 1.7142857143rem 4.4285714286rem 1.7142857143rem 2.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__content {
    padding: 0.8571428571rem 0;
  }
}
.c-forms__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__content.is-calendar label {
  width: 100%;
  max-width: 300px;
  flex: none;
  display: flex;
  align-items: center;
}
.c-forms__content.is-calendar i {
  font-size: 1.4285714286rem;
  margin-left: 0.7142857143rem;
}
.c-forms__content select {
  border-radius: 4px !important;
}
.c-forms__input {
  border-radius: 4px;
}
.c-forms__input.is-sm, .l-post-content h3.c-forms__input, #tinymce.post-type-post h3.c-forms__input, #tinymce.post-type-page h3.c-forms__input, #tinymce.mce-content-body.acf_content h3.c-forms__input {
  width: 100%;
  max-width: 12.8571428571rem;
}
@media (max-width: 320px) {
  .c-forms__input.is-sm, .l-post-content h3.c-forms__input, #tinymce.post-type-post h3.c-forms__input, #tinymce.post-type-page h3.c-forms__input, #tinymce.mce-content-body.acf_content h3.c-forms__input {
    max-width: 11.7142857143rem;
  }
}
.c-forms__text {
  display: block;
  line-height: 1.7142857143;
  margin-top: 0.2857142857rem;
}
.c-forms__text span {
  font-weight: 700;
}
.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: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio label, .c-forms__checkbox label {
    margin-right: 3.4285714286rem;
    margin-bottom: 0.5714285714rem;
  }
}
.c-forms__radio input, .c-forms__checkbox input {
  margin-right: 0.5714285714rem;
  margin-top: 0.1428571429rem;
}
.c-forms__checkbox input {
  margin-right: 0.4285714286rem;
  margin-top: 0.2857142857rem;
}
.c-forms__textarea {
  border-radius: 4px;
}
.c-forms__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #333;
}
.c-forms__privacy input {
  margin-right: 0.4285714286rem;
}
.c-forms__flexbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 1.1428571429rem;
}
.c-forms__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms__flexbox span {
  min-width: 8.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5714285714rem;
  }
}
.c-forms__button {
  max-width: 10.7142857143rem;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  padding: 0.2142857143rem 0.8571428571rem;
  display: block;
  text-align: center;
  margin-left: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__button {
    padding: 0.6428571429rem 0.8571428571rem;
  }
}
.c-forms__submit {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit {
    margin-top: 2.2857142857rem;
  }
}
.c-forms__submit button {
  outline: none;
  border: none;
}
.c-forms-normal__block {
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__block {
    margin-bottom: 2.2857142857rem;
  }
}
.c-forms-normal__block:last-child {
  margin-bottom: 0;
}
.c-forms-normal__title {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__title {
    margin-bottom: 0.8571428571rem;
  }
}
.c-forms-normal__label {
  display: inline-block;
  color: #f00;
  margin-left: 0.3571428571rem;
}
.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.1428571429rem;
  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: #004B9B;
}
.c-forms-normal__input {
  width: 100%;
}
.c-forms-normal__input.is-sm, .l-post-content h3.c-forms-normal__input, #tinymce.post-type-post h3.c-forms-normal__input, #tinymce.post-type-page h3.c-forms-normal__input, #tinymce.mce-content-body.acf_content h3.c-forms-normal__input {
  width: 12.8571428571rem;
}
.c-forms-normal__input input {
  padding: 1.3571428571rem 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__input input {
    padding: 1.1428571429rem;
  }
}
.c-forms-normal__select select {
  height: 4.8571428571rem;
  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.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__radio label, .c-forms-normal__checkbox label {
    margin-right: 3.4285714286rem;
    margin-bottom: 0.5714285714rem;
  }
}
.c-forms-normal__radio input, .c-forms-normal__checkbox input {
  margin-right: 0.5714285714rem;
  margin-top: 0.1428571429rem;
}
.c-forms-normal__checkbox input {
  margin-right: 0.4285714286rem;
  margin-top: 0.2857142857rem;
}
.c-forms-normal__textarea textarea {
  padding: 1.3571428571rem 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__textarea textarea {
    padding: 1.1428571429rem;
  }
}
.c-forms-normal__privacy {
  margin-top: 6.1428571429rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__privacy {
    margin-top: 2.2857142857rem;
  }
}
.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.1428571429rem;
}
.c-forms-normal__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-normal__flexbox .c-forms-normal__input {
  margin-right: 1.1428571429rem;
}
.c-forms-normal__flexbox .c-forms-normal__input:last-child {
  margin-right: 0;
}
.c-forms-normal__flexbox span {
  min-width: 8.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__flexbox span {
    min-width: 100%;
    margin-bottom: 0.5714285714rem;
  }
}
.c-forms-normal__button {
  max-width: 10.7142857143rem;
  border: 1px solid #333;
  outline: none;
  background-color: #fff;
  padding: 0.2142857143rem 0.8571428571rem;
  display: block;
  text-align: center;
  margin-left: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__button {
    padding: 0.6428571429rem 0.8571428571rem;
  }
}
.c-forms-normal__submit {
  text-align: center;
  margin-top: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__submit {
    margin-top: 2.2857142857rem;
  }
}
.c-forms-title__lead {
  text-align: center;
}
.c-forms-title__lead span {
  font-weight: 700;
  display: inline-block;
  margin: 0 0.1428571429rem;
}

.c-front-dedicated {
  padding-top: 7.4285714286rem;
  padding-bottom: 5rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-dedicated {
    padding-top: 5.2857142857rem;
    padding-bottom: 7.7142857143rem;
  }
}
.c-front-dedicated__titles {
  position: relative;
  z-index: 1;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-dedicated__titles {
    margin-bottom: 3rem;
  }
}
.c-front-dedicated__heading {
  position: relative;
}
.c-front-dedicated__lead {
  font-weight: 500;
}
.c-front-dedicated__button {
  margin-top: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-dedicated__button {
    margin-top: 2.7142857143rem;
  }
}

.c-front-faq {
  padding: 7.4285714286rem 4.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-faq {
    padding: 3.7142857143rem 0;
  }
}
.c-front-faq__titles {
  margin-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-faq__titles {
    margin-bottom: 2.8571428571rem;
  }
}
.c-front-faq__heading {
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-faq__heading .c-heading.is-xlg, .c-front-faq__heading .l-post-content h6.is-xlg, .l-post-content .c-front-faq__heading h6.is-xlg, .c-front-faq__heading #tinymce.post-type-post h6.is-xlg, #tinymce.post-type-post .c-front-faq__heading h6.is-xlg, .c-front-faq__heading #tinymce.post-type-page h6.is-xlg, #tinymce.post-type-page .c-front-faq__heading h6.is-xlg, .c-front-faq__heading #tinymce.mce-content-body.acf_content h6.is-xlg, #tinymce.mce-content-body.acf_content .c-front-faq__heading h6.is-xlg, .c-front-faq__heading .l-post-content h5.is-xlg, .l-post-content .c-front-faq__heading h5.is-xlg, .c-front-faq__heading #tinymce.post-type-post h5.is-xlg, #tinymce.post-type-post .c-front-faq__heading h5.is-xlg, .c-front-faq__heading #tinymce.post-type-page h5.is-xlg, #tinymce.post-type-page .c-front-faq__heading h5.is-xlg, .c-front-faq__heading #tinymce.mce-content-body.acf_content h5.is-xlg, #tinymce.mce-content-body.acf_content .c-front-faq__heading h5.is-xlg, .c-front-faq__heading .l-post-content h4.is-xlg, .l-post-content .c-front-faq__heading h4.is-xlg, .c-front-faq__heading #tinymce.post-type-post h4.is-xlg, #tinymce.post-type-post .c-front-faq__heading h4.is-xlg, .c-front-faq__heading #tinymce.post-type-page h4.is-xlg, #tinymce.post-type-page .c-front-faq__heading h4.is-xlg, .c-front-faq__heading #tinymce.mce-content-body.acf_content h4.is-xlg, #tinymce.mce-content-body.acf_content .c-front-faq__heading h4.is-xlg, .c-front-faq__heading .l-post-content h3.is-xlg, .l-post-content .c-front-faq__heading h3.is-xlg, .c-front-faq__heading #tinymce.post-type-post h3.is-xlg, #tinymce.post-type-post .c-front-faq__heading h3.is-xlg, .c-front-faq__heading #tinymce.post-type-page h3.is-xlg, #tinymce.post-type-page .c-front-faq__heading h3.is-xlg, .c-front-faq__heading #tinymce.mce-content-body.acf_content h3.is-xlg, #tinymce.mce-content-body.acf_content .c-front-faq__heading h3.is-xlg, .c-front-faq__heading .l-post-content h2.is-xlg, .l-post-content .c-front-faq__heading h2.is-xlg, .c-front-faq__heading #tinymce.post-type-post h2.is-xlg, #tinymce.post-type-post .c-front-faq__heading h2.is-xlg, .c-front-faq__heading #tinymce.post-type-page h2.is-xlg, #tinymce.post-type-page .c-front-faq__heading h2.is-xlg, .c-front-faq__heading #tinymce.mce-content-body.acf_content h2.is-xlg, #tinymce.mce-content-body.acf_content .c-front-faq__heading h2.is-xlg {
    margin-bottom: 1.1428571429rem;
  }
}
.c-front-faq__heading:before {
  content: "";
  display: block;
  width: 10.7857142857rem;
  height: 12.6785714286rem;
  background-image: url(../images/img-faq-deco-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-430px) translateY(-50%);
}
@media screen and (max-width: 59.3125em) {
  .c-front-faq__heading:before {
    width: 5.3928571429rem;
    height: 6.3392857143rem;
    transform: translateX(-170px) translateY(-50%) translateY(-30px);
  }
}
.c-front-faq__heading:after {
  content: "";
  display: block;
  width: 8.2857142857rem;
  height: 12.1071428571rem;
  background-image: url(../images/img-faq-deco-02.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: 50%;
  top: -4px;
  transform: translateX(400px);
}
@media screen and (max-width: 59.3125em) {
  .c-front-faq__heading:after {
    width: 4.1428571429rem;
    height: 6.0535714286rem;
    transform: translateX(160px) translateY(-24px);
  }
}
.c-front-faq__text {
  text-align: center;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-faq__text {
    line-height: 1.7142857143;
  }
}

.c-front-features {
  position: relative;
  overflow: hidden;
}
.c-front-features__opening {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
  position: relative;
  background: #E9EFF6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__opening {
    padding-top: 5.7142857143rem;
  }
}
.c-front-features__opening:before {
  display: none;
}
@media screen and (max-width: 59.3125em) {
  .c-front-features__opening:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: none;
    width: 12.1428571429rem;
    height: 10.6428571429rem;
    z-index: -1;
  }
}
.c-front-features__opening:after {
  display: none;
  width: 53.0714285714rem;
  height: 46rem;
  background-image: url(../images/bg-opening.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  right: -20%;
  top: 120px;
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__opening:after {
    right: -30px;
    top: 0;
    transform: none;
    width: 12.1428571429rem;
    height: 10.6428571429rem;
  }
}
.c-front-features__cards {
  padding-top: 5.1428571429rem;
  padding-bottom: 0.2857142857rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__cards {
    padding-top: 2.8571428571rem;
    padding-bottom: 3.1428571429rem;
  }
}
.c-front-features__bottom {
  margin-top: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__bottom {
    margin-top: 1.1428571429rem;
  }
}
.c-front-features__text {
  text-align: center;
  margin-bottom: 3.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__text {
    margin-bottom: 2.2857142857rem;
  }
}
.c-front-features__text span {
  display: inline-block;
  font-size: 1.2142857143rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8823529412;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__text span {
    font-size: 1.1428571429rem;
  }
}
.c-front-features__text span:before, .c-front-features__text span:after {
  content: "";
  display: block;
  width: 152px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__text span:before, .c-front-features__text span:after {
    width: 64px;
  }
}
.c-front-features__text span:before {
  left: -4px;
  transform: translateY(-50%) translateX(-100%);
}
.c-front-features__text span:after {
  right: -4px;
  transform: translateY(-50%) translateX(100%);
}
.c-front-features__buttons {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__buttons {
    display: block;
  }
}
.c-front-features__button {
  width: 100%;
  margin-top: -60px;
  max-width: 30.1428571429rem;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-features__button {
    margin-bottom: 1.1428571429rem;
  }
}

.c-front-flow {
  overflow: hidden;
  padding: 7.4285714286rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-flow {
    padding: 3.7142857143rem 0;
  }
}
.c-front-flow__titles {
  margin-bottom: 4.1428571429rem;
}

.c-front-movie {
  padding-top: 5.7142857143rem;
  padding-bottom: 7.1428571429rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie {
    padding-top: 4.7857142857rem;
    padding-bottom: 4.9285714286rem;
  }
}
.c-front-movie:before {
  content: "";
  display: block;
  width: 16.6428571429rem;
  height: 9.5rem;
  background-image: url(../images/bg-building-03.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 54px;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie:before {
    width: 9.4285714286rem;
    height: 5.3571428571rem;
    left: 24px;
  }
}
.c-front-movie:after {
  content: "";
  display: block;
  width: 17rem;
  height: 6.9285714286rem;
  background-image: url(../images/bg-building-04.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 88px;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie:after {
    width: 10.7142857143rem;
    height: 4.2857142857rem;
    right: 34px;
  }
}
.c-front-movie__titles {
  position: relative;
  z-index: 1;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie__titles {
    margin-bottom: 2.5rem;
  }
}
.c-front-movie__heading .c-heading.is-xlg span, .c-front-movie__heading .l-post-content h6.is-xlg span, .l-post-content .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h6.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h6.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading .l-post-content h5.is-xlg span, .l-post-content .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h5.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h5.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading .l-post-content h4.is-xlg span, .l-post-content .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h4.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h4.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading .l-post-content h3.is-xlg span, .l-post-content .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h3.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h3.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading .l-post-content h2.is-xlg span, .l-post-content .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h2.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h2.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h2.is-xlg span {
  min-width: 50rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie__heading .c-heading.is-xlg span, .c-front-movie__heading .l-post-content h6.is-xlg span, .l-post-content .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h6.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h6.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h6.is-xlg span, .c-front-movie__heading .l-post-content h5.is-xlg span, .l-post-content .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h5.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h5.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h5.is-xlg span, .c-front-movie__heading .l-post-content h4.is-xlg span, .l-post-content .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h4.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h4.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h4.is-xlg span, .c-front-movie__heading .l-post-content h3.is-xlg span, .l-post-content .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h3.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h3.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h3.is-xlg span, .c-front-movie__heading .l-post-content h2.is-xlg span, .l-post-content .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-post .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.post-type-page h2.is-xlg span, #tinymce.post-type-page .c-front-movie__heading h2.is-xlg span, .c-front-movie__heading #tinymce.mce-content-body.acf_content h2.is-xlg span, #tinymce.mce-content-body.acf_content .c-front-movie__heading h2.is-xlg span {
    min-width: inherit;
    padding: 0;
    width: calc(100% + 10px);
    margin-left: -5px;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-movie__heading .c-heading.is-xlg span:before, .c-front-movie__heading .l-post-content h6.is-xlg span:before, .l-post-content .c-front-movie__heading h6.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-post h6.is-xlg span:before, #tinymce.post-type-post .c-front-movie__heading h6.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-page h6.is-xlg span:before, #tinymce.post-type-page .c-front-movie__heading h6.is-xlg span:before, .c-front-movie__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-front-movie__heading h6.is-xlg span:before, .c-front-movie__heading .l-post-content h5.is-xlg span:before, .l-post-content .c-front-movie__heading h5.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-post h5.is-xlg span:before, #tinymce.post-type-post .c-front-movie__heading h5.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-page h5.is-xlg span:before, #tinymce.post-type-page .c-front-movie__heading h5.is-xlg span:before, .c-front-movie__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-front-movie__heading h5.is-xlg span:before, .c-front-movie__heading .l-post-content h4.is-xlg span:before, .l-post-content .c-front-movie__heading h4.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-post h4.is-xlg span:before, #tinymce.post-type-post .c-front-movie__heading h4.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-page h4.is-xlg span:before, #tinymce.post-type-page .c-front-movie__heading h4.is-xlg span:before, .c-front-movie__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-front-movie__heading h4.is-xlg span:before, .c-front-movie__heading .l-post-content h3.is-xlg span:before, .l-post-content .c-front-movie__heading h3.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-post h3.is-xlg span:before, #tinymce.post-type-post .c-front-movie__heading h3.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-page h3.is-xlg span:before, #tinymce.post-type-page .c-front-movie__heading h3.is-xlg span:before, .c-front-movie__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-front-movie__heading h3.is-xlg span:before, .c-front-movie__heading .l-post-content h2.is-xlg span:before, .l-post-content .c-front-movie__heading h2.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-post h2.is-xlg span:before, #tinymce.post-type-post .c-front-movie__heading h2.is-xlg span:before, .c-front-movie__heading #tinymce.post-type-page h2.is-xlg span:before, #tinymce.post-type-page .c-front-movie__heading h2.is-xlg span:before, .c-front-movie__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:before, #tinymce.mce-content-body.acf_content .c-front-movie__heading h2.is-xlg span:before, .c-front-movie__heading .c-heading.is-xlg span:after, .c-front-movie__heading .l-post-content h6.is-xlg span:after, .l-post-content .c-front-movie__heading h6.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-post h6.is-xlg span:after, #tinymce.post-type-post .c-front-movie__heading h6.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-page h6.is-xlg span:after, #tinymce.post-type-page .c-front-movie__heading h6.is-xlg span:after, .c-front-movie__heading #tinymce.mce-content-body.acf_content h6.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-front-movie__heading h6.is-xlg span:after, .c-front-movie__heading .l-post-content h5.is-xlg span:after, .l-post-content .c-front-movie__heading h5.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-post h5.is-xlg span:after, #tinymce.post-type-post .c-front-movie__heading h5.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-page h5.is-xlg span:after, #tinymce.post-type-page .c-front-movie__heading h5.is-xlg span:after, .c-front-movie__heading #tinymce.mce-content-body.acf_content h5.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-front-movie__heading h5.is-xlg span:after, .c-front-movie__heading .l-post-content h4.is-xlg span:after, .l-post-content .c-front-movie__heading h4.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-post h4.is-xlg span:after, #tinymce.post-type-post .c-front-movie__heading h4.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-page h4.is-xlg span:after, #tinymce.post-type-page .c-front-movie__heading h4.is-xlg span:after, .c-front-movie__heading #tinymce.mce-content-body.acf_content h4.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-front-movie__heading h4.is-xlg span:after, .c-front-movie__heading .l-post-content h3.is-xlg span:after, .l-post-content .c-front-movie__heading h3.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-post h3.is-xlg span:after, #tinymce.post-type-post .c-front-movie__heading h3.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-page h3.is-xlg span:after, #tinymce.post-type-page .c-front-movie__heading h3.is-xlg span:after, .c-front-movie__heading #tinymce.mce-content-body.acf_content h3.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-front-movie__heading h3.is-xlg span:after, .c-front-movie__heading .l-post-content h2.is-xlg span:after, .l-post-content .c-front-movie__heading h2.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-post h2.is-xlg span:after, #tinymce.post-type-post .c-front-movie__heading h2.is-xlg span:after, .c-front-movie__heading #tinymce.post-type-page h2.is-xlg span:after, #tinymce.post-type-page .c-front-movie__heading h2.is-xlg span:after, .c-front-movie__heading #tinymce.mce-content-body.acf_content h2.is-xlg span:after, #tinymce.mce-content-body.acf_content .c-front-movie__heading h2.is-xlg span:after {
    display: none;
  }
}
.c-front-movie__lead {
  font-weight: 500;
}

.c-front-properties {
  background: #E9EFF6;
  overflow: hidden;
  padding: 5.7142857143rem 0 7.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties {
    overflow: visible;
    padding: 7.1428571429rem 0 4.5714285714rem;
  }
}
.c-front-properties__titles {
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties__titles {
    margin-bottom: 2.1428571429rem;
  }
}
.c-front-properties__heading {
  position: relative;
}
.c-front-properties__lead {
  font-weight: 500;
}
.c-front-properties__search-block {
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties__search-block {
    margin-bottom: 3.4285714286rem;
  }
}
.c-front-properties__pickup {
  margin-bottom: 4.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties__pickup {
    margin-bottom: 2.8571428571rem;
  }
}
.c-front-properties__button {
  margin-top: 5rem;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties__button {
    margin-top: 2.7142857143rem;
  }
}
.c-front-properties__results__title {
  display: flex;
  font-size: 24px;
  font-weight: bold;
  align-items: center;
  gap: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-properties__results__title {
    font-size: 18px;
  }
}
.c-front-properties__results__title .icon img {
  vertical-align: middle;
}
.c-front-properties__results__title .icon svg {
  vertical-align: middle;
}

.c-notfound {
  padding: 5.7142857143rem 20px;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
  margin-top: 32px;
}

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

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

.row.is-center {
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 46.875em) and (max-width: 59.3125em) {
  .medium-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-1 {
    margin-left: 8.3333333333%;
  }
  .medium-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-2 {
    margin-left: 16.6666666667%;
  }
  .medium-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-3 {
    margin-left: 25%;
  }
  .medium-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-4 {
    margin-left: 33.3333333333%;
  }
  .medium-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-5 {
    margin-left: 41.6666666667%;
  }
  .medium-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-6 {
    margin-left: 50%;
  }
  .medium-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-7 {
    margin-left: 58.3333333333%;
  }
  .medium-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-8 {
    margin-left: 66.6666666667%;
  }
  .medium-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-9 {
    margin-left: 75%;
  }
  .medium-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-10 {
    margin-left: 83.3333333333%;
  }
  .medium-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-11 {
    margin-left: 91.6666666667%;
  }
  .medium-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-md-12 {
    margin-left: 100%;
  }
}
@media screen and (min-width: 46.875em) {
  .large-1 {
    width: 8.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-1 {
    margin-left: 8.3333333333%;
  }
  .large-2 {
    width: 16.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-2 {
    margin-left: 16.6666666667%;
  }
  .large-3 {
    width: 25%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-3 {
    margin-left: 25%;
  }
  .large-4 {
    width: 33.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-4 {
    margin-left: 33.3333333333%;
  }
  .large-5 {
    width: 41.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-5 {
    margin-left: 41.6666666667%;
  }
  .large-6 {
    width: 50%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-6 {
    margin-left: 50%;
  }
  .large-7 {
    width: 58.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-7 {
    margin-left: 58.3333333333%;
  }
  .large-8 {
    width: 66.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-8 {
    margin-left: 66.6666666667%;
  }
  .large-9 {
    width: 75%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-9 {
    margin-left: 75%;
  }
  .large-10 {
    width: 83.3333333333%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-10 {
    margin-left: 83.3333333333%;
  }
  .large-11 {
    width: 91.6666666667%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-11 {
    margin-left: 91.6666666667%;
  }
  .large-12 {
    width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }
  .is-push-lg-12 {
    margin-left: 100%;
  }
}
.c-heading, .l-post-content h6, #tinymce.post-type-post h6, #tinymce.post-type-page h6, #tinymce.mce-content-body.acf_content h6, .l-post-content h5, #tinymce.post-type-post h5, #tinymce.post-type-page h5, #tinymce.mce-content-body.acf_content h5, .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4, .l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-page h3, #tinymce.mce-content-body.acf_content h3, .l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.5;
  color: #333;
}
.c-heading small, .l-post-content h6 small, #tinymce.post-type-post h6 small, #tinymce.post-type-page h6 small, #tinymce.mce-content-body.acf_content h6 small, .l-post-content h5 small, #tinymce.post-type-post h5 small, #tinymce.post-type-page h5 small, #tinymce.mce-content-body.acf_content h5 small, .l-post-content h4 small, #tinymce.post-type-post h4 small, #tinymce.post-type-page h4 small, #tinymce.mce-content-body.acf_content h4 small, .l-post-content h3 small, #tinymce.post-type-post h3 small, #tinymce.post-type-page h3 small, #tinymce.mce-content-body.acf_content h3 small, .l-post-content h2 small, #tinymce.post-type-post h2 small, #tinymce.post-type-page h2 small, #tinymce.mce-content-body.acf_content h2 small {
  font-size: 0.65em;
}
.c-heading.is-align-center, .l-post-content h6.is-align-center, #tinymce.post-type-post h6.is-align-center, #tinymce.post-type-page h6.is-align-center, #tinymce.mce-content-body.acf_content h6.is-align-center, .l-post-content h5.is-align-center, #tinymce.post-type-post h5.is-align-center, #tinymce.post-type-page h5.is-align-center, #tinymce.mce-content-body.acf_content h5.is-align-center, .l-post-content h4.is-align-center, #tinymce.post-type-post h4.is-align-center, #tinymce.post-type-page h4.is-align-center, #tinymce.mce-content-body.acf_content h4.is-align-center, .l-post-content h3.is-align-center, #tinymce.post-type-post h3.is-align-center, #tinymce.post-type-page h3.is-align-center, #tinymce.mce-content-body.acf_content h3.is-align-center, .l-post-content h2.is-align-center, #tinymce.post-type-post h2.is-align-center, #tinymce.post-type-page h2.is-align-center, #tinymce.mce-content-body.acf_content h2.is-align-center {
  text-align: center !important;
}
.c-heading.is-align-center span, .l-post-content h6.is-align-center span, #tinymce.post-type-post h6.is-align-center span, #tinymce.post-type-page h6.is-align-center span, #tinymce.mce-content-body.acf_content h6.is-align-center span, .l-post-content h5.is-align-center span, #tinymce.post-type-post h5.is-align-center span, #tinymce.post-type-page h5.is-align-center span, #tinymce.mce-content-body.acf_content h5.is-align-center span, .l-post-content h4.is-align-center span, #tinymce.post-type-post h4.is-align-center span, #tinymce.post-type-page h4.is-align-center span, #tinymce.mce-content-body.acf_content h4.is-align-center span, .l-post-content h3.is-align-center span, #tinymce.post-type-post h3.is-align-center span, #tinymce.post-type-page h3.is-align-center span, #tinymce.mce-content-body.acf_content h3.is-align-center span, .l-post-content h2.is-align-center span, #tinymce.post-type-post h2.is-align-center span, #tinymce.post-type-page h2.is-align-center span, #tinymce.mce-content-body.acf_content h2.is-align-center span, .c-heading.is-align-center small, .l-post-content h6.is-align-center small, #tinymce.post-type-post h6.is-align-center small, #tinymce.post-type-page h6.is-align-center small, #tinymce.mce-content-body.acf_content h6.is-align-center small, .l-post-content h5.is-align-center small, #tinymce.post-type-post h5.is-align-center small, #tinymce.post-type-page h5.is-align-center small, #tinymce.mce-content-body.acf_content h5.is-align-center small, .l-post-content h4.is-align-center small, #tinymce.post-type-post h4.is-align-center small, #tinymce.post-type-page h4.is-align-center small, #tinymce.mce-content-body.acf_content h4.is-align-center small, .l-post-content h3.is-align-center small, #tinymce.post-type-post h3.is-align-center small, #tinymce.post-type-page h3.is-align-center small, #tinymce.mce-content-body.acf_content h3.is-align-center small, .l-post-content h2.is-align-center small, #tinymce.post-type-post h2.is-align-center small, #tinymce.post-type-page h2.is-align-center small, #tinymce.mce-content-body.acf_content h2.is-align-center small {
  text-align: center !important;
}

.c-heading.is-xlg, .l-post-content h6.is-xlg, #tinymce.post-type-post h6.is-xlg, #tinymce.post-type-page h6.is-xlg, #tinymce.mce-content-body.acf_content h6.is-xlg, .l-post-content h5.is-xlg, #tinymce.post-type-post h5.is-xlg, #tinymce.post-type-page h5.is-xlg, #tinymce.mce-content-body.acf_content h5.is-xlg, .l-post-content h4.is-xlg, #tinymce.post-type-post h4.is-xlg, #tinymce.post-type-page h4.is-xlg, #tinymce.mce-content-body.acf_content h4.is-xlg, .l-post-content h3.is-xlg, #tinymce.post-type-post h3.is-xlg, #tinymce.post-type-page h3.is-xlg, #tinymce.mce-content-body.acf_content h3.is-xlg, .l-post-content h2.is-xlg, #tinymce.post-type-post h2.is-xlg, #tinymce.post-type-page h2.is-xlg, #tinymce.mce-content-body.acf_content h2.is-xlg {
  text-align: center;
  margin-bottom: 3.4285714286rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg, .l-post-content h6.is-xlg, #tinymce.post-type-post h6.is-xlg, #tinymce.post-type-page h6.is-xlg, #tinymce.mce-content-body.acf_content h6.is-xlg, .l-post-content h5.is-xlg, #tinymce.post-type-post h5.is-xlg, #tinymce.post-type-page h5.is-xlg, #tinymce.mce-content-body.acf_content h5.is-xlg, .l-post-content h4.is-xlg, #tinymce.post-type-post h4.is-xlg, #tinymce.post-type-page h4.is-xlg, #tinymce.mce-content-body.acf_content h4.is-xlg, .l-post-content h3.is-xlg, #tinymce.post-type-post h3.is-xlg, #tinymce.post-type-page h3.is-xlg, #tinymce.mce-content-body.acf_content h3.is-xlg, .l-post-content h2.is-xlg, #tinymce.post-type-post h2.is-xlg, #tinymce.post-type-page h2.is-xlg, #tinymce.mce-content-body.acf_content h2.is-xlg {
    margin-bottom: 2.1428571429rem;
  }
}
.c-heading.is-xlg span, .l-post-content h6.is-xlg span, #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-page h6.is-xlg span, #tinymce.mce-content-body.acf_content h6.is-xlg span, .l-post-content h5.is-xlg span, #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-page h5.is-xlg span, #tinymce.mce-content-body.acf_content h5.is-xlg span, .l-post-content h4.is-xlg span, #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-page h4.is-xlg span, #tinymce.mce-content-body.acf_content h4.is-xlg span, .l-post-content h3.is-xlg span, #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-page h3.is-xlg span, #tinymce.mce-content-body.acf_content h3.is-xlg span, .l-post-content h2.is-xlg span, #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-page h2.is-xlg span, #tinymce.mce-content-body.acf_content h2.is-xlg span {
  display: block;
  min-width: 42.5714285714rem;
  font-size: 2.5714285714rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg span, .l-post-content h6.is-xlg span, #tinymce.post-type-post h6.is-xlg span, #tinymce.post-type-page h6.is-xlg span, #tinymce.mce-content-body.acf_content h6.is-xlg span, .l-post-content h5.is-xlg span, #tinymce.post-type-post h5.is-xlg span, #tinymce.post-type-page h5.is-xlg span, #tinymce.mce-content-body.acf_content h5.is-xlg span, .l-post-content h4.is-xlg span, #tinymce.post-type-post h4.is-xlg span, #tinymce.post-type-page h4.is-xlg span, #tinymce.mce-content-body.acf_content h4.is-xlg span, .l-post-content h3.is-xlg span, #tinymce.post-type-post h3.is-xlg span, #tinymce.post-type-page h3.is-xlg span, #tinymce.mce-content-body.acf_content h3.is-xlg span, .l-post-content h2.is-xlg span, #tinymce.post-type-post h2.is-xlg span, #tinymce.post-type-page h2.is-xlg span, #tinymce.mce-content-body.acf_content h2.is-xlg span {
    font-size: 1.7857142857rem;
    padding: 0;
    min-width: inherit;
  }
}
.c-heading.is-xlg small, .l-post-content h6.is-xlg small, #tinymce.post-type-post h6.is-xlg small, #tinymce.post-type-page h6.is-xlg small, #tinymce.mce-content-body.acf_content h6.is-xlg small, .l-post-content h5.is-xlg small, #tinymce.post-type-post h5.is-xlg small, #tinymce.post-type-page h5.is-xlg small, #tinymce.mce-content-body.acf_content h5.is-xlg small, .l-post-content h4.is-xlg small, #tinymce.post-type-post h4.is-xlg small, #tinymce.post-type-page h4.is-xlg small, #tinymce.mce-content-body.acf_content h4.is-xlg small, .l-post-content h3.is-xlg small, #tinymce.post-type-post h3.is-xlg small, #tinymce.post-type-page h3.is-xlg small, #tinymce.mce-content-body.acf_content h3.is-xlg small, .l-post-content h2.is-xlg small, #tinymce.post-type-post h2.is-xlg small, #tinymce.post-type-page h2.is-xlg small, #tinymce.mce-content-body.acf_content h2.is-xlg small {
  display: block;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  position: relative;
  font-weight: normal;
  margin-top: 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg small, .l-post-content h6.is-xlg small, #tinymce.post-type-post h6.is-xlg small, #tinymce.post-type-page h6.is-xlg small, #tinymce.mce-content-body.acf_content h6.is-xlg small, .l-post-content h5.is-xlg small, #tinymce.post-type-post h5.is-xlg small, #tinymce.post-type-page h5.is-xlg small, #tinymce.mce-content-body.acf_content h5.is-xlg small, .l-post-content h4.is-xlg small, #tinymce.post-type-post h4.is-xlg small, #tinymce.post-type-page h4.is-xlg small, #tinymce.mce-content-body.acf_content h4.is-xlg small, .l-post-content h3.is-xlg small, #tinymce.post-type-post h3.is-xlg small, #tinymce.post-type-page h3.is-xlg small, #tinymce.mce-content-body.acf_content h3.is-xlg small, .l-post-content h2.is-xlg small, #tinymce.post-type-post h2.is-xlg small, #tinymce.post-type-page h2.is-xlg small, #tinymce.mce-content-body.acf_content h2.is-xlg small {
    font-size: 1.125rem;
  }
}

.c-heading.is-lg, .l-post-content h6.is-lg, #tinymce.post-type-post h6.is-lg, #tinymce.post-type-page h6.is-lg, #tinymce.mce-content-body.acf_content h6.is-lg, .l-post-content h5.is-lg, #tinymce.post-type-post h5.is-lg, #tinymce.post-type-page h5.is-lg, #tinymce.mce-content-body.acf_content h5.is-lg, .l-post-content h4.is-lg, #tinymce.post-type-post h4.is-lg, #tinymce.post-type-page h4.is-lg, #tinymce.mce-content-body.acf_content h4.is-lg, .l-post-content h3.is-lg, #tinymce.post-type-post h3.is-lg, #tinymce.post-type-page h3.is-lg, #tinymce.mce-content-body.acf_content h3.is-lg, .l-post-content h2.is-lg, #tinymce.post-type-post h2.is-lg, #tinymce.post-type-page h2.is-lg, #tinymce.mce-content-body.acf_content h2.is-lg {
  text-align: center;
  font-size: 2.5714285714rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg, .l-post-content h6.is-lg, #tinymce.post-type-post h6.is-lg, #tinymce.post-type-page h6.is-lg, #tinymce.mce-content-body.acf_content h6.is-lg, .l-post-content h5.is-lg, #tinymce.post-type-post h5.is-lg, #tinymce.post-type-page h5.is-lg, #tinymce.mce-content-body.acf_content h5.is-lg, .l-post-content h4.is-lg, #tinymce.post-type-post h4.is-lg, #tinymce.post-type-page h4.is-lg, #tinymce.mce-content-body.acf_content h4.is-lg, .l-post-content h3.is-lg, #tinymce.post-type-post h3.is-lg, #tinymce.post-type-page h3.is-lg, #tinymce.mce-content-body.acf_content h3.is-lg, .l-post-content h2.is-lg, #tinymce.post-type-post h2.is-lg, #tinymce.post-type-page h2.is-lg, #tinymce.mce-content-body.acf_content h2.is-lg {
    font-size: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}

.c-heading.is-md, .l-post-content h6.is-md, #tinymce.post-type-post h6.is-md, #tinymce.post-type-page h6.is-md, #tinymce.mce-content-body.acf_content h6.is-md, .l-post-content h5.is-md, #tinymce.post-type-post h5.is-md, #tinymce.post-type-page h5.is-md, #tinymce.mce-content-body.acf_content h5.is-md, .l-post-content h4.is-md, #tinymce.post-type-post h4.is-md, #tinymce.post-type-page h4.is-md, #tinymce.mce-content-body.acf_content h4.is-md, .l-post-content h3.is-md, #tinymce.post-type-post h3.is-md, #tinymce.post-type-page h3.is-md, #tinymce.mce-content-body.acf_content h3.is-md, .l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
  font-size: 1.7142857143rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.25;
  font-weight: 700;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md, .l-post-content h6.is-md, #tinymce.post-type-post h6.is-md, #tinymce.post-type-page h6.is-md, #tinymce.mce-content-body.acf_content h6.is-md, .l-post-content h5.is-md, #tinymce.post-type-post h5.is-md, #tinymce.post-type-page h5.is-md, #tinymce.mce-content-body.acf_content h5.is-md, .l-post-content h4.is-md, #tinymce.post-type-post h4.is-md, #tinymce.post-type-page h4.is-md, #tinymce.mce-content-body.acf_content h4.is-md, .l-post-content h3.is-md, #tinymce.post-type-post h3.is-md, #tinymce.post-type-page h3.is-md, #tinymce.mce-content-body.acf_content h3.is-md, .l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
    font-size: 1.5714285714rem;
    margin-bottom: 2.2857142857rem;
  }
}
@media (max-width: 320px) {
  .c-heading.is-md, .l-post-content h6.is-md, #tinymce.post-type-post h6.is-md, #tinymce.post-type-page h6.is-md, #tinymce.mce-content-body.acf_content h6.is-md, .l-post-content h5.is-md, #tinymce.post-type-post h5.is-md, #tinymce.post-type-page h5.is-md, #tinymce.mce-content-body.acf_content h5.is-md, .l-post-content h4.is-md, #tinymce.post-type-post h4.is-md, #tinymce.post-type-page h4.is-md, #tinymce.mce-content-body.acf_content h4.is-md, .l-post-content h3.is-md, #tinymce.post-type-post h3.is-md, #tinymce.post-type-page h3.is-md, #tinymce.mce-content-body.acf_content h3.is-md, .l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
    font-size: 1.5714285714rem;
  }
}
.c-heading.is-md.is-center-line, .l-post-content h6.is-md.is-center-line, #tinymce.post-type-post h6.is-md.is-center-line, #tinymce.post-type-page h6.is-md.is-center-line, #tinymce.mce-content-body.acf_content h6.is-md.is-center-line, .l-post-content h5.is-md.is-center-line, #tinymce.post-type-post h5.is-md.is-center-line, #tinymce.post-type-page h5.is-md.is-center-line, #tinymce.mce-content-body.acf_content h5.is-md.is-center-line, .l-post-content h4.is-md.is-center-line, #tinymce.post-type-post h4.is-md.is-center-line, #tinymce.post-type-page h4.is-md.is-center-line, #tinymce.mce-content-body.acf_content h4.is-md.is-center-line, .l-post-content h3.is-md.is-center-line, #tinymce.post-type-post h3.is-md.is-center-line, #tinymce.post-type-page h3.is-md.is-center-line, #tinymce.mce-content-body.acf_content h3.is-md.is-center-line, .l-post-content h2.is-center-line, #tinymce.post-type-post h2.is-center-line, #tinymce.post-type-page h2.is-center-line, #tinymce.mce-content-body.acf_content h2.is-center-line {
  font-size: 2.1428571429rem;
  line-height: 1.6;
  padding-bottom: 1.1428571429rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-center-line, .l-post-content h6.is-md.is-center-line, #tinymce.post-type-post h6.is-md.is-center-line, #tinymce.post-type-page h6.is-md.is-center-line, #tinymce.mce-content-body.acf_content h6.is-md.is-center-line, .l-post-content h5.is-md.is-center-line, #tinymce.post-type-post h5.is-md.is-center-line, #tinymce.post-type-page h5.is-md.is-center-line, #tinymce.mce-content-body.acf_content h5.is-md.is-center-line, .l-post-content h4.is-md.is-center-line, #tinymce.post-type-post h4.is-md.is-center-line, #tinymce.post-type-page h4.is-md.is-center-line, #tinymce.mce-content-body.acf_content h4.is-md.is-center-line, .l-post-content h3.is-md.is-center-line, #tinymce.post-type-post h3.is-md.is-center-line, #tinymce.post-type-page h3.is-md.is-center-line, #tinymce.mce-content-body.acf_content h3.is-md.is-center-line, .l-post-content h2.is-center-line, #tinymce.post-type-post h2.is-center-line, #tinymce.post-type-page h2.is-center-line, #tinymce.mce-content-body.acf_content h2.is-center-line {
    font-size: 1.7142857143rem;
  }
}
.c-heading.is-md.is-center-line:before, .l-post-content h6.is-md.is-center-line:before, #tinymce.post-type-post h6.is-md.is-center-line:before, #tinymce.post-type-page h6.is-md.is-center-line:before, #tinymce.mce-content-body.acf_content h6.is-md.is-center-line:before, .l-post-content h5.is-md.is-center-line:before, #tinymce.post-type-post h5.is-md.is-center-line:before, #tinymce.post-type-page h5.is-md.is-center-line:before, #tinymce.mce-content-body.acf_content h5.is-md.is-center-line:before, .l-post-content h4.is-md.is-center-line:before, #tinymce.post-type-post h4.is-md.is-center-line:before, #tinymce.post-type-page h4.is-md.is-center-line:before, #tinymce.mce-content-body.acf_content h4.is-md.is-center-line:before, .l-post-content h3.is-md.is-center-line:before, #tinymce.post-type-post h3.is-md.is-center-line:before, #tinymce.post-type-page h3.is-md.is-center-line:before, #tinymce.mce-content-body.acf_content h3.is-md.is-center-line:before, .l-post-content h2.is-center-line:before, #tinymce.post-type-post h2.is-center-line:before, #tinymce.post-type-page h2.is-center-line:before, #tinymce.mce-content-body.acf_content h2.is-center-line:before {
  content: "";
  display: block;
  width: 9rem;
  height: 1px;
  background-color: #004B9B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-heading.is-md.is-left-line, .l-post-content h6.is-md.is-left-line, #tinymce.post-type-post h6.is-md.is-left-line, #tinymce.post-type-page h6.is-md.is-left-line, #tinymce.mce-content-body.acf_content h6.is-md.is-left-line, .l-post-content h5.is-md.is-left-line, #tinymce.post-type-post h5.is-md.is-left-line, #tinymce.post-type-page h5.is-md.is-left-line, #tinymce.mce-content-body.acf_content h5.is-md.is-left-line, .l-post-content h4.is-md.is-left-line, #tinymce.post-type-post h4.is-md.is-left-line, #tinymce.post-type-page h4.is-md.is-left-line, #tinymce.mce-content-body.acf_content h4.is-md.is-left-line, .l-post-content h3.is-md.is-left-line, #tinymce.post-type-post h3.is-md.is-left-line, #tinymce.post-type-page h3.is-md.is-left-line, #tinymce.mce-content-body.acf_content h3.is-md.is-left-line, .l-post-content h2.is-left-line, #tinymce.post-type-post h2.is-left-line, #tinymce.post-type-page h2.is-left-line, #tinymce.mce-content-body.acf_content h2.is-left-line {
  font-size: 2rem;
  line-height: 1.6;
  position: relative;
  border-bottom: 1px solid #CCC;
  padding-bottom: 1.4285714286rem;
  text-align: left;
  margin-bottom: 0.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md.is-left-line, .l-post-content h6.is-md.is-left-line, #tinymce.post-type-post h6.is-md.is-left-line, #tinymce.post-type-page h6.is-md.is-left-line, #tinymce.mce-content-body.acf_content h6.is-md.is-left-line, .l-post-content h5.is-md.is-left-line, #tinymce.post-type-post h5.is-md.is-left-line, #tinymce.post-type-page h5.is-md.is-left-line, #tinymce.mce-content-body.acf_content h5.is-md.is-left-line, .l-post-content h4.is-md.is-left-line, #tinymce.post-type-post h4.is-md.is-left-line, #tinymce.post-type-page h4.is-md.is-left-line, #tinymce.mce-content-body.acf_content h4.is-md.is-left-line, .l-post-content h3.is-md.is-left-line, #tinymce.post-type-post h3.is-md.is-left-line, #tinymce.post-type-page h3.is-md.is-left-line, #tinymce.mce-content-body.acf_content h3.is-md.is-left-line, .l-post-content h2.is-left-line, #tinymce.post-type-post h2.is-left-line, #tinymce.post-type-page h2.is-left-line, #tinymce.mce-content-body.acf_content h2.is-left-line {
    font-size: 1.7142857143rem;
  }
}

.c-heading.is-sm, .l-post-content h6.is-sm, #tinymce.post-type-post h6.is-sm, #tinymce.post-type-page h6.is-sm, #tinymce.mce-content-body.acf_content h6.is-sm, .l-post-content h5.is-sm, #tinymce.post-type-post h5.is-sm, #tinymce.post-type-page h5.is-sm, #tinymce.mce-content-body.acf_content h5.is-sm, .l-post-content h4.is-sm, #tinymce.post-type-post h4.is-sm, #tinymce.post-type-page h4.is-sm, #tinymce.mce-content-body.acf_content h4.is-sm, .l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-page h3, #tinymce.mce-content-body.acf_content h3, .l-post-content h2.is-sm, #tinymce.post-type-post h2.is-sm, #tinymce.post-type-page h2.is-sm, #tinymce.mce-content-body.acf_content h2.is-sm {
  text-align: center;
  font-size: 1.2857142857rem;
  letter-spacing: 0.1em;
  font-weight: 700;
  line-height: 1.3333333333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm, .l-post-content h6.is-sm, #tinymce.post-type-post h6.is-sm, #tinymce.post-type-page h6.is-sm, #tinymce.mce-content-body.acf_content h6.is-sm, .l-post-content h5.is-sm, #tinymce.post-type-post h5.is-sm, #tinymce.post-type-page h5.is-sm, #tinymce.mce-content-body.acf_content h5.is-sm, .l-post-content h4.is-sm, #tinymce.post-type-post h4.is-sm, #tinymce.post-type-page h4.is-sm, #tinymce.mce-content-body.acf_content h4.is-sm, .l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-page h3, #tinymce.mce-content-body.acf_content h3, .l-post-content h2.is-sm, #tinymce.post-type-post h2.is-sm, #tinymce.post-type-page h2.is-sm, #tinymce.mce-content-body.acf_content h2.is-sm {
    font-size: 1.1428571429rem;
  }
}
.c-heading.is-sm.is-bg-color, .l-post-content h6.is-sm.is-bg-color, #tinymce.post-type-post h6.is-sm.is-bg-color, #tinymce.post-type-page h6.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h6.is-sm.is-bg-color, .l-post-content h5.is-sm.is-bg-color, #tinymce.post-type-post h5.is-sm.is-bg-color, #tinymce.post-type-page h5.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h5.is-sm.is-bg-color, .l-post-content h4.is-sm.is-bg-color, #tinymce.post-type-post h4.is-sm.is-bg-color, #tinymce.post-type-page h4.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h4.is-sm.is-bg-color, .l-post-content h3.is-bg-color, #tinymce.post-type-post h3.is-bg-color, #tinymce.post-type-page h3.is-bg-color, #tinymce.mce-content-body.acf_content h3.is-bg-color, .l-post-content h2.is-sm.is-bg-color, #tinymce.post-type-post h2.is-sm.is-bg-color, #tinymce.post-type-page h2.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h2.is-sm.is-bg-color {
  text-align: left;
  line-height: 1.3333333333;
  border-left: 5px solid #333;
  background-color: rgba(51, 51, 51, 0.15);
  padding: 1.1428571429rem 1rem;
  margin-bottom: 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm.is-bg-color, .l-post-content h6.is-sm.is-bg-color, #tinymce.post-type-post h6.is-sm.is-bg-color, #tinymce.post-type-page h6.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h6.is-sm.is-bg-color, .l-post-content h5.is-sm.is-bg-color, #tinymce.post-type-post h5.is-sm.is-bg-color, #tinymce.post-type-page h5.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h5.is-sm.is-bg-color, .l-post-content h4.is-sm.is-bg-color, #tinymce.post-type-post h4.is-sm.is-bg-color, #tinymce.post-type-page h4.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h4.is-sm.is-bg-color, .l-post-content h3.is-bg-color, #tinymce.post-type-post h3.is-bg-color, #tinymce.post-type-page h3.is-bg-color, #tinymce.mce-content-body.acf_content h3.is-bg-color, .l-post-content h2.is-sm.is-bg-color, #tinymce.post-type-post h2.is-sm.is-bg-color, #tinymce.post-type-page h2.is-sm.is-bg-color, #tinymce.mce-content-body.acf_content h2.is-sm.is-bg-color {
    margin-bottom: 1.7142857143rem;
  }
}

.c-heading.is-xs, .l-post-content h6.is-xs, #tinymce.post-type-post h6.is-xs, #tinymce.post-type-page h6.is-xs, #tinymce.mce-content-body.acf_content h6.is-xs, .l-post-content h5.is-xs, #tinymce.post-type-post h5.is-xs, #tinymce.post-type-page h5.is-xs, #tinymce.mce-content-body.acf_content h5.is-xs, .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4, .l-post-content h3.is-xs, #tinymce.post-type-post h3.is-xs, #tinymce.post-type-page h3.is-xs, #tinymce.mce-content-body.acf_content h3.is-xs, .l-post-content h2.is-xs, #tinymce.post-type-post h2.is-xs, #tinymce.post-type-page h2.is-xs, #tinymce.mce-content-body.acf_content h2.is-xs {
  text-align: center;
  font-size: 1.2142857143rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8823529412;
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xs, .l-post-content h6.is-xs, #tinymce.post-type-post h6.is-xs, #tinymce.post-type-page h6.is-xs, #tinymce.mce-content-body.acf_content h6.is-xs, .l-post-content h5.is-xs, #tinymce.post-type-post h5.is-xs, #tinymce.post-type-page h5.is-xs, #tinymce.mce-content-body.acf_content h5.is-xs, .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4, .l-post-content h3.is-xs, #tinymce.post-type-post h3.is-xs, #tinymce.post-type-page h3.is-xs, #tinymce.mce-content-body.acf_content h3.is-xs, .l-post-content h2.is-xs, #tinymce.post-type-post h2.is-xs, #tinymce.post-type-page h2.is-xs, #tinymce.mce-content-body.acf_content h2.is-xs {
    font-size: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}

.c-heading.is-xxs, .l-post-content h6, #tinymce.post-type-post h6, #tinymce.post-type-page h6, #tinymce.mce-content-body.acf_content h6, .l-post-content h5, #tinymce.post-type-post h5, #tinymce.post-type-page h5, #tinymce.mce-content-body.acf_content h5, .l-post-content h4.is-xxs, #tinymce.post-type-post h4.is-xxs, #tinymce.post-type-page h4.is-xxs, #tinymce.mce-content-body.acf_content h4.is-xxs, .l-post-content h3.is-xxs, #tinymce.post-type-post h3.is-xxs, #tinymce.post-type-page h3.is-xxs, #tinymce.mce-content-body.acf_content h3.is-xxs, .l-post-content h2.is-xxs, #tinymce.post-type-post h2.is-xxs, #tinymce.post-type-page h2.is-xxs, #tinymce.mce-content-body.acf_content h2.is-xxs {
  text-align: center;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xxs, .l-post-content h6, #tinymce.post-type-post h6, #tinymce.post-type-page h6, #tinymce.mce-content-body.acf_content h6, .l-post-content h5, #tinymce.post-type-post h5, #tinymce.post-type-page h5, #tinymce.mce-content-body.acf_content h5, .l-post-content h4.is-xxs, #tinymce.post-type-post h4.is-xxs, #tinymce.post-type-page h4.is-xxs, #tinymce.mce-content-body.acf_content h4.is-xxs, .l-post-content h3.is-xxs, #tinymce.post-type-post h3.is-xxs, #tinymce.post-type-page h3.is-xxs, #tinymce.mce-content-body.acf_content h3.is-xxs, .l-post-content h2.is-xxs, #tinymce.post-type-post h2.is-xxs, #tinymce.post-type-page h2.is-xxs, #tinymce.mce-content-body.acf_content h2.is-xxs {
    font-size: 1rem;
    margin-bottom: 0.5714285714rem;
  }
}

.c-heading.is-color-primary, .l-post-content h6.is-color-primary, #tinymce.post-type-post h6.is-color-primary, #tinymce.post-type-page h6.is-color-primary, #tinymce.mce-content-body.acf_content h6.is-color-primary, .l-post-content h5.is-color-primary, #tinymce.post-type-post h5.is-color-primary, #tinymce.post-type-page h5.is-color-primary, #tinymce.mce-content-body.acf_content h5.is-color-primary, .l-post-content h4.is-color-primary, #tinymce.post-type-post h4.is-color-primary, #tinymce.post-type-page h4.is-color-primary, #tinymce.mce-content-body.acf_content h4.is-color-primary, .l-post-content h3.is-color-primary, #tinymce.post-type-post h3.is-color-primary, #tinymce.post-type-page h3.is-color-primary, #tinymce.mce-content-body.acf_content h3.is-color-primary, .l-post-content h2.is-color-primary, #tinymce.post-type-post h2.is-color-primary, #tinymce.post-type-page h2.is-color-primary, #tinymce.mce-content-body.acf_content h2.is-color-primary {
  color: #004B9B;
}

.c-heading.is-color-white, .l-post-content h6.is-color-white, #tinymce.post-type-post h6.is-color-white, #tinymce.post-type-page h6.is-color-white, #tinymce.mce-content-body.acf_content h6.is-color-white, .l-post-content h5.is-color-white, #tinymce.post-type-post h5.is-color-white, #tinymce.post-type-page h5.is-color-white, #tinymce.mce-content-body.acf_content h5.is-color-white, .l-post-content h4.is-color-white, #tinymce.post-type-post h4.is-color-white, #tinymce.post-type-page h4.is-color-white, #tinymce.mce-content-body.acf_content h4.is-color-white, .l-post-content h3.is-color-white, #tinymce.post-type-post h3.is-color-white, #tinymce.post-type-page h3.is-color-white, #tinymce.mce-content-body.acf_content h3.is-color-white, .l-post-content h2.is-color-white, #tinymce.post-type-post h2.is-color-white, #tinymce.post-type-page h2.is-color-white, #tinymce.mce-content-body.acf_content h2.is-color-white {
  color: #fff;
}

.c-heading.is-top, .l-post-content h6.is-top, #tinymce.post-type-post h6.is-top, #tinymce.post-type-page h6.is-top, #tinymce.mce-content-body.acf_content h6.is-top, .l-post-content h5.is-top, #tinymce.post-type-post h5.is-top, #tinymce.post-type-page h5.is-top, #tinymce.mce-content-body.acf_content h5.is-top, .l-post-content h4.is-top, #tinymce.post-type-post h4.is-top, #tinymce.post-type-page h4.is-top, #tinymce.mce-content-body.acf_content h4.is-top, .l-post-content h3.is-top, #tinymce.post-type-post h3.is-top, #tinymce.post-type-page h3.is-top, #tinymce.mce-content-body.acf_content h3.is-top, .l-post-content h2.is-top, #tinymce.post-type-post h2.is-top, #tinymce.post-type-page h2.is-top, #tinymce.mce-content-body.acf_content h2.is-top {
  margin-bottom: 0 !important;
}

.c-heading.is-bottom, .l-post-content h6.is-bottom, #tinymce.post-type-post h6.is-bottom, #tinymce.post-type-page h6.is-bottom, #tinymce.mce-content-body.acf_content h6.is-bottom, .l-post-content h5.is-bottom, #tinymce.post-type-post h5.is-bottom, #tinymce.post-type-page h5.is-bottom, #tinymce.mce-content-body.acf_content h5.is-bottom, .l-post-content h4.is-bottom, #tinymce.post-type-post h4.is-bottom, #tinymce.post-type-page h4.is-bottom, #tinymce.mce-content-body.acf_content h4.is-bottom, .l-post-content h3.is-bottom, #tinymce.post-type-post h3.is-bottom, #tinymce.post-type-page h3.is-bottom, #tinymce.mce-content-body.acf_content h3.is-bottom, .l-post-content h2.is-bottom, #tinymce.post-type-post h2.is-bottom, #tinymce.post-type-page h2.is-bottom, #tinymce.mce-content-body.acf_content h2.is-bottom {
  margin-top: 0 !important;
}

/*
---
name: ヒーローブロック_通常
category: SpecialComponents
---
*/
.c-hero-block {
  overflow: hidden;
}
.c-hero-block__block {
  margin-bottom: 5.7142857143rem;
  position: relative;
  min-height: 34.2857142857rem;
  padding-top: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__block {
    margin-bottom: 3.4285714286rem;
    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.5714285714rem;
}
.c-hero-block__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 55%;
  height: 34.2857142857rem;
  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: 22.2857142857rem;
  margin-left: auto;
  padding: 4.5714285714rem;
  border: 1px solid #004B9B;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__content {
    width: 100%;
    min-height: inherit;
    margin-top: -1.7142857143rem;
    padding: 1.7142857143rem;
  }
}
.c-hero-block__detail {
  color: #004B9B;
  font-weight: 400;
}
.c-hero-block__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head {
    margin-bottom: 0.8571428571rem;
  }
}
.c-hero-block__head small {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 7.1428571429rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head small {
    font-size: 3.5714285714rem;
    margin-right: 0.5714285714rem;
  }
}
.c-hero-block__head span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__head span {
    font-size: 1.7rem;
  }
}
.c-hero-block__button {
  margin-top: 2.2857142857rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block__button {
    margin-top: 1.1428571429rem;
  }
}

.c-hero-block-features__block {
  position: relative;
  padding-top: 3.4285714286rem;
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__block {
    padding-top: 0;
    margin-bottom: 3.5714285714rem;
  }
}
.c-hero-block-features__block:last-of-type {
  margin-bottom: 0;
}
.c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__image {
  left: auto;
  right: 0;
}
.c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__content {
  margin-left: 0;
  margin-right: auto;
  padding: 6.1428571429rem 12.7192982456% 6.0714285714rem 7.0175438596%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__content {
    margin-left: -16px;
    padding: 3.7142857143rem 1.4285714286rem 5rem;
  }
}
.c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__num {
  left: 12.3076923077%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__num {
    left: 0;
  }
}
.c-hero-block-features__block:nth-of-type(odd) .c-hero-block-features__content:after {
  width: 18.5714285714rem;
  height: 18.5714285714rem;
  background-image: url(../images/bg-features-05.png);
  position: absolute;
  right: -7.1428571429rem;
  top: -7.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__block:nth-of-type(odd) .c-hero-block-features__content:after {
    display: none;
  }
}
@media (max-width: 320px) {
  .c-hero-block-features__block:nth-of-type(odd) .c-hero-block-features__content:after {
    right: 0px;
  }
}
.c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__content:after {
  width: 14.9285714286rem;
  height: 24.6428571429rem;
  background-image: url(../images/bg-features-04.png);
  position: absolute;
  left: -8.5714285714rem;
  top: -9.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__content:after {
    display: none;
  }
}
@media (max-width: 320px) {
  .c-hero-block-features__block:nth-of-type(even) .c-hero-block-features__content:after {
    left0: 24px;
  }
}
.c-hero-block-features__image {
  width: 51.5789473684%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__image {
    width: 100%;
    position: relative;
  }
}
.c-hero-block-features__content {
  width: 57.0175438596%;
  margin-left: auto;
  padding: 6.1428571429rem 7.0175438596% 6.0714285714rem 14.2105263158%;
  border-radius: 10px;
  background-color: #E9EFF6;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__content {
    width: calc(100% + 32px);
    margin-left: -16px;
    padding: 3.7142857143rem 1.4285714286rem 5rem;
    z-index: 0;
    margin-top: -40px;
    border-radius: 0;
  }
}
.c-hero-block-features__content:after {
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.c-hero-block-features__num {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
  letter-spacing: 0.1em;
  line-height: 1.7916666667;
  color: #000;
  position: absolute;
  left: 24.9230769231%;
  top: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__num {
    position: relative;
    left: 0;
    transform: none;
    margin-bottom: 1rem;
  }
}
.c-hero-block-features__num span {
  display: inline-block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 5.7142857143rem;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.8571428571rem;
}
@media (max-width: 320px) {
  .c-hero-block-features__num span {
    font-size: 4.5714285714rem;
  }
}
.c-hero-block-features__label {
  display: inline-block;
  min-width: 11.1428571429rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  text-align: center;
  padding: 0.2857142857rem 0.5714285714rem;
  color: #fff;
  background-color: #004B9B;
  margin-bottom: 1.7142857143rem;
}
.c-hero-block-features__title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-bottom: 1.7142857143rem;
  color: #000;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__title {
    margin-bottom: 1.7142857143rem;
  }
}
.c-hero-block-features__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  color: #000;
}
.c-hero-block-features__button {
  margin-top: 2.2857142857rem;
}
.c-hero-block-features__button .c-button.is-sm, .c-hero-block-features__button .l-post-content h3.c-button, .l-post-content .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-hero-block-features__button h3.c-button, .c-hero-block-features__button .c-button-social > a.is-sm {
  width: auto;
  max-width: 100%;
  padding-left: 2.2857142857rem;
  padding-right: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features__button .c-button.is-sm, .c-hero-block-features__button .l-post-content h3.c-button, .l-post-content .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-hero-block-features__button h3.c-button, .c-hero-block-features__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-hero-block-features__button h3.c-button, .c-hero-block-features__button .c-button-social > a.is-sm {
    font-size: 1rem;
  }
}
.c-hero-block-features.is-color-secondary .c-hero-block-features__block.is-pts-lg {
  padding-top: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features.is-color-secondary .c-hero-block-features__block.is-pts-lg {
    padding-top: 0;
  }
}
.c-hero-block-features.is-color-secondary .c-hero-block-features__content {
  background-color: rgba(51, 51, 51, 0.05);
  padding-top: 8.4285714286rem;
  padding-bottom: 7.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-features.is-color-secondary .c-hero-block-features__content {
    padding: 3.7142857143rem 1.4285714286rem 5rem;
  }
}

.c-hero-block-line {
  overflow: hidden;
}
.c-hero-block-line .l-container {
  position: relative;
}
.c-hero-block-line__block {
  margin-bottom: 5.7142857143rem;
  position: relative;
  min-height: 34.2857142857rem;
  padding-top: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block {
    margin-bottom: 2.2857142857rem;
    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.7142857143rem;
    padding-right: 1.7142857143rem;
  }
}
.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.5714285714rem;
}
.c-hero-block-line__image {
  display: block;
  position: absolute;
  top: -3.4285714286rem;
  left: 0;
  height: 28.5714285714rem;
  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: 22.2857142857rem;
  margin-left: auto;
  padding-top: 6.2857142857rem;
  padding-right: 4.5714285714rem;
  padding-bottom: 7.3571428571rem;
  padding-left: 14.0350877193%;
  border: 1px solid #004B9B;
  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.8571428571rem;
    z-index: 99;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1.4285714286rem 1.7142857143rem 1.1428571429rem;
  }
}
.c-hero-block-line__label {
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__label {
    margin-bottom: 0.8571428571rem;
  }
}
.c-hero-block-line__detail {
  color: #004B9B;
  font-weight: 400;
}
.c-hero-block-line__link {
  position: absolute;
  bottom: 3.7142857143rem;
  right: 4.5714285714rem;
}
@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.1428571429rem;
  }
}
.c-hero-block-line__link a {
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 214.2857142857%;
  font-weight: 700;
  display: inline-block;
  padding-right: 1.2857142857rem;
  position: relative;
}
.c-hero-block-line__link a:after {
  content: "\f105";
  font-family: "FontAwesome";
  color: #004B9B;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-hero-block-line__head {
  display: flex;
  align-items: center;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head {
    margin-bottom: 0.8571428571rem;
  }
}
.c-hero-block-line__head small {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 7.1428571429rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head small {
    font-size: 3.5714285714rem;
    margin-right: 0.5714285714rem;
  }
}
.c-hero-block-line__head span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head span {
    font-size: 1.7rem;
  }
}
.c-hero-block-line__button {
  margin-top: 2.2857142857rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__button {
    margin-top: 1.1428571429rem;
  }
}
.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 #004B9B;
  border-bottom: 1px solid #004B9B;
  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 #004B9B;
    border-bottom: 1px solid #004B9B;
    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 #004B9B;
  border-bottom: 1px solid #004B9B;
  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 #004B9B;
    border-bottom: 1px solid #004B9B;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    width: 2000px;
    transform: translateX(100%);
    z-index: 10;
  }
}

.c-hero-block-main__block {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
  padding-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__block {
    flex-direction: column;
    padding-bottom: 0;
  }
}
.c-hero-block-main__block:before {
  content: "";
  display: block;
  width: 1920px;
  height: 214px;
  background-color: rgba(51, 51, 51, 0.05);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__block:before {
    display: none;
  }
}
.c-hero-block-main__block.is-tanashi:after {
  content: "";
  display: block;
  width: 12.5rem;
  height: 4.3571428571rem;
  background-image: url(../images/bg-building-01.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 170px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__block.is-tanashi:after {
    display: none;
  }
}
.c-hero-block-main__content {
  width: 100%;
  margin-right: 3.1578947368%;
  padding-top: 6.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__content {
    margin-right: 0;
    padding-top: 0;
    margin-bottom: 1.4285714286rem;
  }
}
.c-hero-block-main__label {
  display: inline-block;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  color: #fff;
  background-color: #333;
  border-radius: 7px;
  padding: 0.4285714286rem 0.5714285714rem;
  min-width: 14rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__label {
    font-size: 1rem;
    min-width: 12.8571428571rem;
  }
}
.c-hero-block-main__name {
  margin-top: 1.7857142857rem;
  padding-top: 1.7857142857rem;
  border-top: 1px solid #707070;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__name {
    margin-top: 1.4285714286rem;
    padding-top: 1.4285714286rem;
    font-size: 1.4285714286rem;
  }
}
.c-hero-block-main__image {
  width: 71.9298245614%;
  flex: none;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__image {
    width: 100%;
  }
}
.c-hero-block-main__image:before {
  content: "";
  display: block;
  width: 21.7857142857rem;
  height: 12.7142857143rem;
  background-image: url(../images/bg-cloud.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: -285px;
  top: -80px;
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-main__image:before {
    display: none;
  }
}
.c-hero-block-main__bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hero-block-main__bgimg:before {
  content: "";
  display: block;
  padding-top: 58.5365853659%;
}

.c-hero-block-properties__container {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__container {
    padding-top: 2.8571428571rem;
    padding-bottom: 3.4285714286rem;
  }
}
.c-hero-block-properties__container:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(50% + 24px);
  background-color: rgba(51, 51, 51, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__container:before {
    display: none;
  }
}
.c-hero-block-properties__block {
  padding-top: 3.4285714286rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__block {
    padding-top: 0;
  }
}
.c-hero-block-properties__image {
  width: 51.5789473684%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__image {
    width: 100%;
    position: relative;
  }
}
.c-hero-block-properties__bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hero-block-properties__bgimg:before {
  content: "";
  display: block;
  padding-top: 68.0272108844%;
}
.c-hero-block-properties__content {
  width: 57.0175438596%;
  padding: 0 2.8571428571rem 2.5714285714rem 14.2105263158%;
  background-color: #fff;
  border-radius: 10px;
  margin-left: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__content {
    width: 100%;
    min-height: inherit;
    padding: 1.7142857143rem 0 0;
  }
}
.c-hero-block-properties__label {
  display: inline-block;
  min-width: 11.5714285714rem;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  text-align: center;
  color: #fff;
  background-color: #9B9B9B;
  padding: 0.2142857143rem 0.5714285714rem;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__label {
    font-size: 1rem;
    margin-bottom: 1.1428571429rem;
  }
}
.c-hero-block-properties__label.c-label {
  min-width: 14rem;
  font-size: 1.1428571429rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.625;
  border-radius: 10px;
  padding: 0.2857142857rem 0.5714285714rem;
}
.c-hero-block-properties__title {
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin-top: 0;
  margin-bottom: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__title {
    font-size: 1.4285714286rem;
  }
}
.c-hero-block-properties__title span {
  background: linear-gradient(transparent 60%, #E3EB11 60%);
}
.c-hero-block-properties__text {
  font-size: 1.1428571429rem;
  letter-spacing: 0.1em;
  line-height: 1.625;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__text {
    font-size: 1rem;
  }
}
.c-hero-block-properties__lead {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}
.c-hero-block-properties__data {
  margin-bottom: 1.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-hero-block-properties__data span {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  color: #004B9B;
}
.c-hero-block-properties__data span:after {
  content: "|";
  margin: 0 0.2857142857rem;
}
.c-hero-block-properties__data span:last-of-type:after {
  display: none;
}
.c-hero-block-properties__tags {
  margin-top: 1.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__tags {
    font-size: 1.1428571429rem;
    margin-top: 1.1428571429rem;
  }
}
.c-hero-block-properties__tags span {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4285714286;
  padding: 0.2857142857rem 0.5714285714rem;
  color: #333;
  border: 1px solid #333;
  border-radius: 4px;
  margin-right: 0.2857142857rem;
  margin-bottom: 0.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__tags span {
    font-size: 1rem;
  }
}
.c-hero-block-properties__tags span:last-of-type {
  margin-right: 0;
}
.c-hero-block-properties__buttons {
  margin-top: 1.4285714286rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block-properties__buttons {
    display: block;
  }
}
.c-hero-block-properties__buttons-btns {
  max-width: 11.9285714286rem;
  width: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block-properties__buttons-btns {
    max-width: inherit;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.c-hero-block-properties__buttons-btn {
  width: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block-properties__buttons-btn {
    margin-top: 0.7142857143rem;
    width: 48%;
  }
}
.c-hero-block-properties__buttons-btn:last-of-type {
  margin-right: 0;
  margin-top: 0.7142857143rem;
}
.c-hero-block-properties__buttons-btn .c-button, .c-hero-block-properties__buttons-btn .c-button-social > a {
  color: #000;
  border: none;
  border-radius: 4px;
  padding: 0.5714285714rem 0.1428571429rem;
}
.c-hero-block-properties__buttons-btn .c-button:hover, .c-hero-block-properties__buttons-btn .c-button-social > a:hover {
  color: #fff;
}
.c-hero-block-properties__button {
  max-width: 18.7142857143rem;
  width: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block-properties__button {
    max-width: inherit;
  }
}
.c-hero-block-properties__button .c-button.is-xlg, .c-hero-block-properties__button .c-button-social > a.is-xlg {
  border: none;
  height: 5.6428571429rem;
  font-size: 1.1428571429rem;
  border-radius: 4px;
  background-color: #004B9B;
  color: #fff;
  max-width: inherit;
  width: 100%;
  padding: 1.9285714286rem 1.4285714286rem;
}
.c-hero-block-properties__button .c-button.is-xlg:before, .c-hero-block-properties__button .c-button-social > a.is-xlg:before {
  border-radius: 4px;
}
.c-hero-block-properties__detail {
  padding-top: 4.5714285714rem;
  padding-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-properties__detail {
    padding-top: 0;
    padding-bottom: 2.8571428571rem;
  }
}

/*
---
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.1428571429rem;
  }
}
.c-hero-block-square__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  min-height: 28.5714285714rem;
  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: 4rem 0 4rem 4.5714285714rem;
  display: flex;
  min-height: 28.5714285714rem;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__content {
    width: 100%;
    padding: 1.7142857143rem 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, .c-hero-block-square__content .l-post-content h6, .l-post-content .c-hero-block-square__content h6, .c-hero-block-square__content #tinymce.post-type-post h6, #tinymce.post-type-post .c-hero-block-square__content h6, .c-hero-block-square__content #tinymce.post-type-page h6, #tinymce.post-type-page .c-hero-block-square__content h6, .c-hero-block-square__content #tinymce.mce-content-body.acf_content h6, #tinymce.mce-content-body.acf_content .c-hero-block-square__content h6, .c-hero-block-square__content .l-post-content h5, .l-post-content .c-hero-block-square__content h5, .c-hero-block-square__content #tinymce.post-type-post h5, #tinymce.post-type-post .c-hero-block-square__content h5, .c-hero-block-square__content #tinymce.post-type-page h5, #tinymce.post-type-page .c-hero-block-square__content h5, .c-hero-block-square__content #tinymce.mce-content-body.acf_content h5, #tinymce.mce-content-body.acf_content .c-hero-block-square__content h5, .c-hero-block-square__content .l-post-content h4, .l-post-content .c-hero-block-square__content h4, .c-hero-block-square__content #tinymce.post-type-post h4, #tinymce.post-type-post .c-hero-block-square__content h4, .c-hero-block-square__content #tinymce.post-type-page h4, #tinymce.post-type-page .c-hero-block-square__content h4, .c-hero-block-square__content #tinymce.mce-content-body.acf_content h4, #tinymce.mce-content-body.acf_content .c-hero-block-square__content h4, .c-hero-block-square__content .l-post-content h3, .l-post-content .c-hero-block-square__content h3, .c-hero-block-square__content #tinymce.post-type-post h3, #tinymce.post-type-post .c-hero-block-square__content h3, .c-hero-block-square__content #tinymce.post-type-page h3, #tinymce.post-type-page .c-hero-block-square__content h3, .c-hero-block-square__content #tinymce.mce-content-body.acf_content h3, #tinymce.mce-content-body.acf_content .c-hero-block-square__content h3, .c-hero-block-square__content .l-post-content h2, .l-post-content .c-hero-block-square__content h2, .c-hero-block-square__content #tinymce.post-type-post h2, #tinymce.post-type-post .c-hero-block-square__content h2, .c-hero-block-square__content #tinymce.post-type-page h2, #tinymce.post-type-page .c-hero-block-square__content h2, .c-hero-block-square__content #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-hero-block-square__content h2 {
    margin-bottom: 1.1428571429rem !important;
  }
}
.c-hero-block-square__button {
  margin-top: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-square__button {
    margin-top: 1.7142857143rem;
  }
}

.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: 4rem 4.5714285714rem 4rem 0;
}

.c-hero-block-square.is-number .c-hero-block-square__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.5714285714rem;
}
.c-hero-block-square.is-number .c-hero-block-square__heading span {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 60px;
  line-height: 1.1833333333;
  letter-spacing: 0;
  color: #004B9B;
  margin-right: 1.1428571429rem;
}
@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.4285714286rem;
  }
}
.c-hero-block-square.is-number .c-hero-block-square__heading .c-heading, .c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h6, .l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h6, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h6, #tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h6, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h6, #tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h6, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h6, #tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h6, .c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h5, .l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h5, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h5, #tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h5, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h5, #tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h5, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h5, #tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h5, .c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h4, .l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h4, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h4, #tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h4, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h4, #tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h4, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h4, #tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h4, .c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h3, .l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h3, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h3, #tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h3, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h3, #tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h3, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h3, #tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h3, .c-hero-block-square.is-number .c-hero-block-square__heading .l-post-content h2, .l-post-content .c-hero-block-square.is-number .c-hero-block-square__heading h2, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-post h2, #tinymce.post-type-post .c-hero-block-square.is-number .c-hero-block-square__heading h2, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.post-type-page h2, #tinymce.post-type-page .c-hero-block-square.is-number .c-hero-block-square__heading h2, .c-hero-block-square.is-number .c-hero-block-square__heading #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-hero-block-square.is-number .c-hero-block-square__heading h2 {
  margin-bottom: 0;
}

.c-hero-block-square.is-zigzag .c-hero-block-square__block {
  margin-bottom: 5.7142857143rem;
}
.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.7142857143rem;
}
.c-hero-block-square.is-zigzag .c-hero-block-square__question {
  margin-bottom: 1.7142857143rem;
}

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

.c-label {
  background-color: #004B9B;
  color: #333;
  display: inline-block;
  text-align: center;
  min-width: 8.2857142857rem;
  font-size: 0.9285714286rem;
  padding: 0.0714285714rem 0.5714285714rem;
  border: 1px solid #004B9B;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label {
    font-size: 0.8571428571rem;
    min-width: 6.2857142857rem;
  }
}
.c-label.is-xlg {
  min-width: 11.1428571429rem;
  font-size: 1rem;
  padding: 0.2142857143rem 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-xlg {
    min-width: 8.5714285714rem;
    font-size: 0.8571428571rem;
    padding: 0.1428571429rem 0.5714285714rem;
  }
}
.c-label.is-lg {
  min-width: 11.4285714286rem;
  font-size: 0.9285714286rem;
}
.c-label.is-sm, .l-post-content h3.c-label, #tinymce.post-type-post h3.c-label, #tinymce.post-type-page h3.c-label, #tinymce.mce-content-body.acf_content h3.c-label {
  min-width: 5.7142857143rem;
  font-size: 0.8571428571rem;
  padding: 0 0.5714285714rem;
}
.c-label.is-white {
  background-color: #fff;
  color: #004B9B;
}
.c-label.is-secondary {
  background: #E3EB11;
  color: #333;
}

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

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

*/
.c-list.is-disc li, .l-post-content ol.is-disc li, #tinymce.post-type-post ol.is-disc li, #tinymce.post-type-page ol.is-disc li, #tinymce.mce-content-body.acf_content ol.is-disc li, .l-post-content ul li, #tinymce.post-type-post ul li, #tinymce.post-type-page ul li, #tinymce.mce-content-body.acf_content ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list.is-disc li:before, .l-post-content ol.is-disc li:before, #tinymce.post-type-post ol.is-disc li:before, #tinymce.post-type-page ol.is-disc li:before, #tinymce.mce-content-body.acf_content ol.is-disc li:before, .l-post-content ul li:before, #tinymce.post-type-post ul li:before, #tinymce.post-type-page ul li:before, #tinymce.mce-content-body.acf_content ul li:before {
  content: "・";
  color: #333;
}
.c-list.is-disc ul, .l-post-content ol.is-disc ul, #tinymce.post-type-post ol.is-disc ul, #tinymce.post-type-page ol.is-disc ul, #tinymce.mce-content-body.acf_content ol.is-disc ul, .l-post-content ul ul, #tinymce.post-type-post ul ul, #tinymce.post-type-page ul ul, #tinymce.mce-content-body.acf_content ul ul {
  margin-left: 1.7142857143rem;
}
.c-list.is-disc ul li, .l-post-content ol.is-disc ul li, #tinymce.post-type-post ol.is-disc ul li, #tinymce.post-type-page ol.is-disc ul li, #tinymce.mce-content-body.acf_content ol.is-disc ul li, .l-post-content ul ul li, #tinymce.post-type-post ul ul li, #tinymce.post-type-page ul ul li, #tinymce.mce-content-body.acf_content ul ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.c-list.is-disc ul li:before, .l-post-content ol.is-disc ul li:before, #tinymce.post-type-post ol.is-disc ul li:before, #tinymce.post-type-page ol.is-disc ul li:before, #tinymce.mce-content-body.acf_content ol.is-disc ul li:before, .l-post-content ul ul li:before, #tinymce.post-type-post ul ul li:before, #tinymce.post-type-page ul ul li:before, #tinymce.mce-content-body.acf_content ul ul li:before {
  content: "・";
  color: #333;
}

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

*/
.c-list.is-icon li, .l-post-content ol.is-icon li, #tinymce.post-type-post ol.is-icon li, #tinymce.post-type-page ol.is-icon li, #tinymce.mce-content-body.acf_content ol.is-icon li, .l-post-content ul.is-icon li, #tinymce.post-type-post ul.is-icon li, #tinymce.post-type-page ul.is-icon li, #tinymce.mce-content-body.acf_content ul.is-icon li {
  position: relative;
  padding-left: 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon li, .l-post-content ol.is-icon li, #tinymce.post-type-post ol.is-icon li, #tinymce.post-type-page ol.is-icon li, #tinymce.mce-content-body.acf_content ol.is-icon li, .l-post-content ul.is-icon li, #tinymce.post-type-post ul.is-icon li, #tinymce.post-type-page ul.is-icon li, #tinymce.mce-content-body.acf_content ul.is-icon li {
    padding-left: 1.2857142857rem;
  }
}
.c-list.is-icon li:before, .l-post-content ol.is-icon li:before, #tinymce.post-type-post ol.is-icon li:before, #tinymce.post-type-page ol.is-icon li:before, #tinymce.mce-content-body.acf_content ol.is-icon li:before, .l-post-content ul.is-icon li:before, #tinymce.post-type-post ul.is-icon li:before, #tinymce.post-type-page ul.is-icon li:before, #tinymce.mce-content-body.acf_content ul.is-icon li:before {
  content: "\f111";
  font-size: 0.8em;
  font-family: "FontAwesome";
  color: #004B9B;
  position: absolute;
  top: 0.2857142857rem;
  left: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon li:before, .l-post-content ol.is-icon li:before, #tinymce.post-type-post ol.is-icon li:before, #tinymce.post-type-page ol.is-icon li:before, #tinymce.mce-content-body.acf_content ol.is-icon li:before, .l-post-content ul.is-icon li:before, #tinymce.post-type-post ul.is-icon li:before, #tinymce.post-type-page ul.is-icon li:before, #tinymce.mce-content-body.acf_content ul.is-icon li:before {
    top: 0.2857142857rem;
  }
}
.c-list.is-icon li ul, .l-post-content ol.is-icon li ul, #tinymce.post-type-post ol.is-icon li ul, #tinymce.post-type-page ol.is-icon li ul, #tinymce.mce-content-body.acf_content ol.is-icon li ul, .l-post-content ul.is-icon li ul, #tinymce.post-type-post ul.is-icon li ul, #tinymce.post-type-page ul.is-icon li ul, #tinymce.mce-content-body.acf_content ul.is-icon li ul {
  margin-left: 1.7142857143rem;
}
.c-list.is-icon li ul li, .l-post-content ol.is-icon li ul li, #tinymce.post-type-post ol.is-icon li ul li, #tinymce.post-type-page ol.is-icon li ul li, #tinymce.mce-content-body.acf_content ol.is-icon li ul li, .l-post-content ul.is-icon li ul li, #tinymce.post-type-post ul.is-icon li ul li, #tinymce.post-type-page ul.is-icon li ul li, #tinymce.mce-content-body.acf_content ul.is-icon li ul li {
  padding-left: 1.2857142857rem;
}
.c-list.is-icon li ul li:before, .l-post-content ol.is-icon li ul li:before, #tinymce.post-type-post ol.is-icon li ul li:before, #tinymce.post-type-page ol.is-icon li ul li:before, #tinymce.mce-content-body.acf_content ol.is-icon li ul li:before, .l-post-content ul.is-icon li ul li:before, #tinymce.post-type-post ul.is-icon li ul li:before, #tinymce.post-type-page ul.is-icon li ul li:before, #tinymce.mce-content-body.acf_content ul.is-icon li ul li:before {
  content: "・";
  color: #333;
}

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

*/
.c-list.is-outline, .l-post-content ol, #tinymce.post-type-post ol, #tinymce.post-type-page ol, #tinymce.mce-content-body.acf_content ol, .l-post-content ul.is-outline, #tinymce.post-type-post ul.is-outline, #tinymce.post-type-page ul.is-outline, #tinymce.mce-content-body.acf_content ul.is-outline {
  padding-left: 1.4285714286rem !important;
}
.c-list.is-outline li, .l-post-content ol li, #tinymce.post-type-post ol li, #tinymce.post-type-page ol li, #tinymce.mce-content-body.acf_content ol li, .l-post-content ul.is-outline li, #tinymce.post-type-post ul.is-outline li, #tinymce.post-type-page ul.is-outline li, #tinymce.mce-content-body.acf_content ul.is-outline li {
  position: relative;
  list-style: decimal;
}
.c-list.is-outline li ul li, .l-post-content ol li ul li, #tinymce.post-type-post ol li ul li, #tinymce.post-type-page ol li ul li, #tinymce.mce-content-body.acf_content ol li ul li, .l-post-content ul.is-outline li ul li, #tinymce.post-type-post ul.is-outline li ul li, #tinymce.post-type-page ul.is-outline li ul li, #tinymce.mce-content-body.acf_content ul.is-outline li ul li {
  margin-left: 2.7142857143rem;
}

.c-main-visual {
  width: 100%;
  position: relative;
  margin-top: 6.4285714286rem;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual {
    margin-top: 4.2857142857rem;
  }
}
@media (max-width: 950px) and (min-width: 750px) {
  .c-main-visual {
    margin-top: 4.2857142857rem;
  }
}
.c-main-visual__image {
  width: 100%;
  height: 50rem;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__image {
    height: 50vw;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__image {
    height: auto;
    background-size: clamp(1240px, 150vw, 150vw) auto;
    background-position: top center;
  }
}
.c-main-visual__image:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: center center;
  background-size: 70px 70px;
  top: 0;
  left: 0;
}
.c-main-visual__image:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #000 100%);
  opacity: 0.3;
  top: 0;
  left: 0;
}
.c-main-visual__inner {
  position: relative;
  width: 100%;
  top: clamp(15vw, 20vw, 320px);
  left: 0;
  z-index: 99;
  padding: 0 1.1428571429rem;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__inner {
    top: 0px;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__inner {
    top: calc(50% - 16px);
    padding-top: 20vw;
    padding-bottom: 10vw;
    right: 0;
  }
}
.c-main-visual__text {
  display: inline-block;
  position: relative;
  top: 0;
  font-size: 2.8571428571rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
}
@media (max-width: 1200px) {
  .c-main-visual__text {
    left: 0;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__text {
    font-size: 2rem;
    line-height: 1.5;
  }
}
.c-main-visual__subtext {
  color: #FFF;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__subtext {
    text-align: left;
  }
  .c-main-visual__subtext br {
    display: none;
  }
}
.c-main-visual__banner {
  position: absolute;
  right: 5%;
  bottom: -60%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__banner {
    max-width: 60vw;
    bottom: -50vw;
  }
  .c-main-visual__banner svg {
    max-width: 100%;
  }
}
.c-main-visual__label {
  width: 21.2857142857rem;
  position: absolute;
  right: 10.7142857143%;
  bottom: 80px;
}
@media (max-width: 1300px) {
  .c-main-visual__label {
    right: 50px;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__label {
    width: 14.2857142857rem;
    bottom: 14px;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-main-visual__label {
    width: 11.8571428571rem;
    right: 11px;
    bottom: 12px;
  }
}
.c-main-visual .owl-dots {
  position: absolute;
  bottom: 2.2857142857rem;
  left: 0;
  width: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual .owl-dots {
    bottom: 1.1428571429rem;
  }
}
.c-main-visual .owl-dots .owl-dot {
  margin: 0 0.4285714286rem;
  width: 0.8571428571rem;
  height: 0.8571428571rem;
  background-color: #fff;
  border-radius: 1000px;
  display: block;
  outline: none;
}
.c-main-visual .owl-dots .owl-dot.active {
  background-color: #004B9B !important;
}

.c-mv-bottom {
  background: #EBF0F6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-mv-bottom {
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }
}
.c-mv-bottom__inner {
  max-width: 1036.3636363636px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  padding: 16px 0px;
  width: 100%;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-mv-bottom__inner {
    display: block;
    padding: 10px 0px;
    max-width: 100%;
  }
}
.c-mv-bottom__title {
  display: flex;
  align-items: center;
  gap: 1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-mv-bottom__title {
    margin-bottom: 10px;
    text-align: center;
    justify-content: center;
  }
}
.c-mv-bottom__title span {
  color: #014B9C;
  text-align: center;
  font-size: 24.667px;
  font-style: normal;
  font-weight: 700;
  line-height: 37px; /* 150% */
  letter-spacing: 2.467px;
}
.c-mv-bottom__buttons {
  display: flex;
  gap: 10px;
}
.c-mv-bottom__buttons .c-button, .c-mv-bottom__buttons .c-button-social > a {
  min-width: 320px;
  font-size: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-mv-bottom__buttons {
    flex-direction: column;
  }
}

/*
---
name: メニューリスト_通常
category: Navigation
---
*/
.c-menu-list__head {
  text-align: center;
  background-color: #004B9B;
  color: #fff;
  font-weight: 700;
  padding: 0.8571428571rem 1.1428571429rem;
}
.c-menu-list ul li {
  border-bottom: 1px solid #CCC;
}
.c-menu-list ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 700;
  display: block;
  padding: 1rem 1.1428571429rem 1rem 2.5714285714rem;
  position: relative;
  transition: all 0.2s;
}
.c-menu-list ul li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  color: #004B9B;
  position: absolute;
  top: 1rem;
  left: 1.1428571429rem;
}
.c-menu-list ul li a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #004B9B;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  transition: all 0.4s ease;
  opacity: 0;
}
.c-menu-list ul li a:hover {
  opacity: 1;
  color: #004B9B;
}
.c-menu-list ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
.c-menu-list ul li ul {
  border-top: 1px solid #CCC;
  padding: 0.5714285714rem 0;
}
.c-menu-list ul li ul li {
  border-bottom: none;
}
.c-menu-list ul li ul li a {
  font-weight: 400;
  padding: 0.3571428571rem 1.7142857143rem 0.3571428571rem 3.4285714286rem;
}
.c-menu-list ul li ul li a:before {
  left: 2.2857142857rem;
  top: 0.2857142857rem;
}
.c-menu-list ul li ul li a:after {
  display: none;
}
.c-menu-list__banners {
  margin-top: 0.5714285714rem;
}
.c-menu-list__block {
  display: flex;
  text-decoration: none;
  color: #004B9B;
  background-color: rgba(0, 75, 155, 0.2);
  font-size: 1rem;
  min-height: 4.5714285714rem;
  align-items: center;
  padding: 0.5714285714rem 2.2857142857rem 0.5714285714rem 1.1428571429rem;
  position: relative;
}
.c-menu-list__block:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1.1428571429rem;
  font-size: 1.1428571429rem;
}
.c-menu-list__submenu {
  padding-left: 1.7142857143rem;
  border-bottom: 1px solid #CCC;
  display: none;
}
.c-menu-list__submenu li:last-child {
  border-bottom: none;
}
.c-menu-list__submenu li a {
  font-weight: 400 !important;
  font-size: 1rem !important;
  padding: 1.4285714286rem 1.1428571429rem 1.4285714286rem 1.4285714286rem !important;
}
.c-menu-list__submenu li a:before {
  left: 0 !important;
  top: 1.4285714286rem !important;
}
.c-menu-list__submenu li a:after {
  display: none;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news {
    position: relative;
    padding-bottom: 6rem;
  }
}
.c-news__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-bottom: 1.5714285714rem;
  border-bottom: 2px solid #D6D6D6;
}
.c-news__heading {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-news__heading {
    display: block;
  }
}
.c-news__heading span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4489795918;
}
@media screen and (max-width: 59.3125em) {
  .c-news__heading span {
    font-size: 2.8571428571rem;
  }
}
.c-news__heading small {
  display: block;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  color: rgba(51, 51, 51, 0.5);
}
@media screen and (max-width: 59.3125em) {
  .c-news__heading small {
    margin-left: 0;
    margin-top: 0.4285714286rem;
  }
}
.c-news__button {
  width: 100%;
  max-width: 11.2142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__button {
    max-width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
  }
}
.c-news__button .c-button.is-sm, .c-news__button .l-post-content h3.c-button, .l-post-content .c-news__button h3.c-button, .c-news__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-news__button h3.c-button, .c-news__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-news__button h3.c-button, .c-news__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-news__button h3.c-button, .c-news__button .c-button-social > a.is-sm {
  max-width: 11.2142857143rem;
  height: 3.4285714286rem;
}
.c-news__block {
  text-decoration: none;
  color: #333;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding: 1.2857142857rem 0;
  border-bottom: 1px solid #cccccc;
  transition: all 0.3s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__block {
    flex-wrap: wrap;
    padding: 1.4285714286rem 0 1.4285714286rem;
  }
}
.c-news__content {
  display: flex;
  align-items: center;
}
.c-news__date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  margin-right: 1.7142857143rem;
  color: rgba(51, 51, 51, 0.5);
}
.c-news__text {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
}

.c-news.is-visible-thumb .c-news__inner {
  padding-top: 1.5714285714rem;
  padding-bottom: 1.4285714286rem;
  border-bottom: 1px solid #CCC;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-visible-thumb .c-news__inner {
    padding-top: 1.7142857143rem;
    padding-bottom: 2.0714285714rem;
  }
}
.c-news.is-visible-thumb .c-news__block {
  padding-top: 0.9285714286rem;
  padding-bottom: 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-visible-thumb .c-news__block {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: inherit;
  }
}
.c-news.is-visible-thumb .c-news__block:first-of-type {
  padding-top: 0;
}
.c-news.is-visible-thumb .c-news__block:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.c-news.is-visible-thumb .c-news__image {
  width: 7rem;
  margin-right: 1.5rem;
  flex: none;
}
.c-news.is-visible-thumb .c-news__bgimg {
  width: 100%;
  height: 5.7142857143rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-news.is-visible-thumb .c-news__content {
  width: 100%;
  display: block;
}
.c-news.is-visible-thumb .c-news__date {
  margin-right: 0;
  margin-bottom: 0.5714285714rem;
}
.c-news.is-visible-thumb .c-news__text {
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.7142857143;
}

.c-news.is-onecolumn .c-news__block {
  padding: 1.7142857143rem 0;
  align-items: flex-start;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__block {
    align-items: center;
    padding: 0.8571428571rem 0 !important;
  }
}
.c-news.is-onecolumn .c-news__date {
  margin-top: 0.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__date {
    margin-top: 0;
  }
}
.c-news.is-onecolumn .c-news__title {
  text-align: center !important;
  margin-bottom: 2.8571428571rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__title {
    margin-bottom: 1.7142857143rem !important;
  }
}
.c-news.is-onecolumn .c-news__label {
  margin-top: 0.1428571429rem;
}
.c-news.is-onecolumn .c-news__excerpt {
  font-size: 1rem;
  margin-top: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__excerpt {
    font-size: 0.8571428571rem;
    margin-top: 0.2857142857rem;
  }
}
.c-news.is-onecolumn .c-news__button {
  text-align: center;
}
.c-news.is-onecolumn .c-news__button .c-button, .c-news.is-onecolumn .c-news__button .c-button-social > a {
  max-width: 16rem;
}

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

/*
---
name: お知らせ_1カラム_アーカイブ02
category: News
---
*/
.c-news-lg__block {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #333;
  padding: 1.7142857143rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__block {
    padding: 1.1428571429rem 0;
  }
}
.c-news-lg__block:first-child {
  padding-top: 0;
}
.c-news-lg__sup {
  display: flex;
  align-items: center;
  margin-bottom: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__sup {
    margin-bottom: 0.5714285714rem;
  }
}
.c-news-lg__date {
  margin-left: 0.8571428571rem;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1rem;
}
.c-news-lg__date:before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 0.2857142857rem;
}
.c-news-lg__title {
  font-size: 1.7142857143rem;
  margin-bottom: 0.5714285714rem;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__title {
    font-size: 1.2857142857rem;
    margin-bottom: 0.2857142857rem;
  }
}
.c-news-lg__excerpt {
  font-size: 0.8571428571rem;
}
.c-news-lg.is-image-display .c-news-lg__block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #CCC;
}
.c-news-lg.is-image-display .c-news-lg__image {
  width: 9.7142857143rem;
  flex-shrink: 0;
  margin-right: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg.is-image-display .c-news-lg__image {
    width: 7.1428571429rem;
    margin-right: 1.7142857143rem;
  }
}

.c-news-oneline {
  width: 100%;
  max-width: 100%;
  z-index: 10;
}
@media screen and (max-width: 59.3125em) {
  .c-news-oneline {
    position: relative;
    bottom: 0;
  }
}
.c-news-oneline__box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: #fff;
  padding: 1.2857142857rem 1.4285714286rem 1.2857142857rem 1.8571428571rem;
  border-radius: 5px;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__box {
    border-radius: 0;
    display: block;
    padding: 1.1428571429rem 1.1428571429rem;
    border: none;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__wrap {
    max-height: 60px;
    overflow: scroll;
  }
}
.c-news-oneline__heading {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.7142857143rem;
  line-height: 1.1666666667;
  margin-right: 2.2857142857rem;
  margin-top: 0;
  margin-bottom: 0;
  flex: none;
  display: flex;
  font-weight: bold;
  flex-direction: column;
  gap: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__heading {
    margin-right: 0;
    margin-bottom: 1.1428571429rem;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.c-news-oneline__heading a {
  font-size: 11px;
  text-decoration: none;
}
.c-news-oneline__block {
  width: 100%;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__block {
    display: block;
  }
}
.c-news-oneline__sup {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex: none;
  margin-right: 1.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__sup {
    margin-right: 0;
    margin-bottom: 0.5714285714rem;
  }
}
.c-news-oneline__label {
  display: inline-block;
  min-width: 6.5714285714rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
  text-align: center;
  padding: 0 0.5714285714rem;
  color: #fff;
  background-color: #004B9B;
  margin-right: 1.2857142857rem;
}
.c-news-oneline__date {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 1.0714285714rem;
  letter-spacing: 0.1em;
  line-height: 2.3333333333;
}
.c-news-oneline__title {
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
}
.c-news-oneline__title span {
  display: block;
  font-size: 14px;
  height: 28px;
  line-height: 2;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__title span {
    font-size: 14px;
    height: 28px;
  }
}
.c-news-oneline__title span:before, .c-news-oneline__title span:after {
  background: #fff;
  position: absolute;
}
.c-news-oneline__title span:before {
  content: "...";
  top: 0px;
  right: 0;
  bottom: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__title span:before {
    top: 0px;
  }
}
.c-news-oneline__title span:after {
  content: "";
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-oneline__title span {
    height: auto !important;
  }
  .c-news-oneline__title span:before, .c-news-oneline__title span:after {
    display: none;
  }
}

.c-opening__title {
  font-size: 2.5714285714rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
  margin-top: 0;
  margin-bottom: 3.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-opening__title {
    font-size: 2rem;
    line-height: 1.4642857143;
    margin-bottom: 1.7142857143rem;
  }
}
.c-opening__title span {
  color: #004B9B;
}
.c-opening__lead {
  text-align: center;
  line-height: 1.6;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-opening__lead {
    font-size: 18px;
  }
}
.c-opening__lead .u-text-underline {
  display: inline-block;
  position: relative;
}
.c-opening__lead .u-text-underline span {
  position: relative;
  z-index: 5;
}
.c-opening__lead .u-text-underline:after {
  content: "";
  background: #D8FF00;
  height: 10px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}
.c-opening__text {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-opening__text {
    text-align: left;
  }
}

.c-pagetop {
  position: absolute;
  right: 33px;
  bottom: 28px;
}
@media screen and (max-width: 59.3125em) {
  .c-pagetop {
    bottom: 16px;
    right: 10px;
  }
}
.c-pagetop a {
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8571428571rem;
  height: 2.8571428571rem;
  border-radius: 4px;
  background-color: #004B9B;
  color: #fff;
  font-size: 1.4285714286rem;
  letter-spacing: 0;
  line-height: 1;
  transition: all 0.3s ease;
}
.c-pagetop a:hover {
  opacity: 1;
  transform: translateY(-4px);
}

.c-pagination {
  margin-top: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination {
    margin-top: 1.1428571429rem;
  }
}
.c-pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li {
  margin-right: 0.4285714286rem;
}
.c-pagination ul li span,
.c-pagination ul li a {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.4285714286rem;
  height: 3.4285714286rem;
  text-decoration: none;
  border: 1px solid #333333;
  color: #333333;
  background-color: #fff;
  transition: all 0.3s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span,
  .c-pagination ul li a {
    width: 2.8571428571rem;
    height: 2.8571428571rem;
  }
}
.c-pagination ul li span:hover,
.c-pagination ul li a:hover {
  opacity: 1;
  background-color: #333333;
  color: #fff;
}
.c-pagination ul li span.is-current,
.c-pagination ul li a.is-current {
  background: rgba(51, 51, 51, 0.3);
  border: none;
  color: #333333;
}
.c-pagination ul li span.is-dot,
.c-pagination ul li a.is-dot {
  background-color: transparent;
  border: none;
  color: #333;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li span.is-dot,
  .c-pagination ul li a.is-dot {
    width: 1.4285714286rem;
  }
}
.c-pagination.is-align-left ul {
  justify-content: flex-start;
}
.c-pagination__prev {
  width: 9.8571428571rem !important;
  margin-right: 3.2142857143rem !important;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-pagination__prev {
    width: 5.7142857143rem !important;
    margin-right: 0.4285714286rem !important;
  }
}
.c-pagination__prev a {
  display: block;
  width: 100% !important;
  font-size: 1rem !important;
  letter-spacing: 0.1em !important;
  line-height: 1.7142857143;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination__prev a {
    font-size: 0.8571428571rem !important;
    letter-spacing: 0 !important;
  }
}
.c-pagination__prev a::before {
  content: "\f104";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  left: 1.4285714286rem;
  transform: translateY(-50%) translateY(-1px);
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 59.3125em) {
  .c-pagination__prev a::before {
    display: none;
  }
}
.c-pagination__next {
  width: 9.8571428571rem !important;
  margin-left: 2.7857142857rem !important;
  margin-right: 0 !important;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-pagination__next {
    width: 5.7142857143rem !important;
    margin-left: 0 !important;
  }
}
.c-pagination__next a {
  display: block;
  width: 100% !important;
  font-size: 1rem !important;
  letter-spacing: 0.1em !important;
  line-height: 1.7142857143;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination__next a {
    font-size: 0.8571428571rem !important;
    letter-spacing: 0 !important;
  }
}
.c-pagination__next a::after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 1.4285714286rem;
  transform: translateY(-50%) translateY(-1px);
  font-size: 1.1428571429rem;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 59.3125em) {
  .c-pagination__next a::after {
    display: none;
  }
}

/*
---
name: 投稿ナビゲーション_通常
category: Navigation
---
*/
.c-post-navs {
  margin: 4.5714285714rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs {
    margin: 2.2857142857rem 0 3.4285714286rem;
  }
}
.c-post-navs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-post-navs ul li {
  width: 11.0714285714rem;
}
@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;
  padding-top: 0.8571428571rem !important;
  padding-bottom: 0.8571428571rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li a {
    font-size: 0.8571428571rem !important;
    letter-spacing: 0 !important;
  }
}
.c-post-navs__prev {
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__prev a {
    padding-left: 0.5714285714rem !important;
    padding-right: 0.5714285714rem !important;
  }
}
.c-post-navs__archive {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.c-post-navs__archive a {
  display: inline-flex;
  align-items: center;
}
.c-post-navs__archive a:after {
  display: none;
}
.c-post-navs__archive a i {
  margin-right: 0.8571428571rem;
  font-size: 1.2857142857rem;
  margin-top: 0.1428571429rem;
}
@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: 0.5714285714rem !important;
    padding-left: 0.5714285714rem !important;
  }
}

.c-search-buttons__titles {
  text-align: center;
}
.c-search-buttons__title {
  display: inline-block;
  font-size: 1.4285714286rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.45;
  padding: 1.2857142857rem 3rem 0;
  background-color: #fff;
  border-top-left-radius: 22px;
  border-top-right-radius: 22px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__title {
    width: 100%;
    font-size: 1.1428571429rem;
    line-height: 1.5;
    padding: 1.2857142857rem 1.4285714286rem 0;
  }
}
.c-search-buttons__title span {
  font-size: 1.7142857143rem;
  line-height: 1.5;
  color: #004B9B;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__title span {
    font-size: 1.3571428571rem;
    line-height: 1.4736842105;
  }
}
.c-search-buttons__inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  gap: 32px;
  margin-right: auto;
  border-radius: 10px;
  margin-top: -14px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__inner {
    display: block;
    margin-top: -4px;
    padding: 1.2142857143rem 1.7142857143rem 1.5714285714rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.c-search-buttons__block {
  width: 100%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__block {
    width: 100%;
    padding: 0;
    margin-bottom: 2.2857142857rem;
  }
}
.c-search-buttons__block:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__block:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__block:nth-of-type(1) {
    width: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__block:nth-of-type(2) {
    width: 100%;
  }
}
.c-search-buttons__heading {
  margin-bottom: 1.7142857143rem;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.c-search-buttons__heading:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #B2B2B2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.c-search-buttons__heading-inner {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 0.8571428571rem;
  background-color: #E9EFF6;
}
.c-search-buttons__heading .is-icon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 0.8571428571rem;
  flex: none;
}
.c-search-buttons__heading .is-icon.is-campus {
  width: 2.5714285714rem;
  height: 2.4285714286rem;
}
.c-search-buttons__heading .is-icon.is-features {
  width: 2.5714285714rem;
  height: 2.5714285714rem;
}
.c-search-buttons__heading span {
  display: inline-block;
  font-size: 1.7142857143rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-search-buttons__buttons {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__buttons {
    display: block;
  }
}
.c-search-buttons__button {
  width: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__button {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0.5714285714rem;
    width: 100%;
  }
}
.c-search-buttons__button:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__button:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
}
.c-search-buttons__button .c-button.is-sm, .c-search-buttons__button .l-post-content h3.c-button, .l-post-content .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-search-buttons__button h3.c-button, .c-search-buttons__button .c-button-social > a.is-sm {
  background-color: #FFF;
  border: none;
  max-width: initial;
  border-radius: 8px;
  font-weight: bold;
  color: #333;
  width: auto;
  font-size: 14px;
  letter-spacing: 0em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__button .c-button.is-sm, .c-search-buttons__button .l-post-content h3.c-button, .l-post-content .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.post-type-post h3.c-button, #tinymce.post-type-post .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.post-type-page h3.c-button, #tinymce.post-type-page .c-search-buttons__button h3.c-button, .c-search-buttons__button #tinymce.mce-content-body.acf_content h3.c-button, #tinymce.mce-content-body.acf_content .c-search-buttons__button h3.c-button, .c-search-buttons__button .c-button-social > a.is-sm {
    max-width: 100%;
    font-size: 12px;
    width: 100%;
  }
}
.c-search-buttons__button .c-button.is-sm:after, .c-search-buttons__button .l-post-content h3.c-button:after, .l-post-content .c-search-buttons__button h3.c-button:after, .c-search-buttons__button #tinymce.post-type-post h3.c-button:after, #tinymce.post-type-post .c-search-buttons__button h3.c-button:after, .c-search-buttons__button #tinymce.post-type-page h3.c-button:after, #tinymce.post-type-page .c-search-buttons__button h3.c-button:after, .c-search-buttons__button #tinymce.mce-content-body.acf_content h3.c-button:after, #tinymce.mce-content-body.acf_content .c-search-buttons__button h3.c-button:after, .c-search-buttons__button .c-button-social > a.is-sm:after {
  display: none;
}
.c-search-buttons__button .c-button.is-sm:hover, .c-search-buttons__button .l-post-content h3.c-button:hover, .l-post-content .c-search-buttons__button h3.c-button:hover, .c-search-buttons__button #tinymce.post-type-post h3.c-button:hover, #tinymce.post-type-post .c-search-buttons__button h3.c-button:hover, .c-search-buttons__button #tinymce.post-type-page h3.c-button:hover, #tinymce.post-type-page .c-search-buttons__button h3.c-button:hover, .c-search-buttons__button #tinymce.mce-content-body.acf_content h3.c-button:hover, #tinymce.mce-content-body.acf_content .c-search-buttons__button h3.c-button:hover, .c-search-buttons__button .c-button-social > a.is-sm:hover {
  background-color: #004B9B;
  color: #fff;
}
.c-search-buttons__button .c-button.is-sm.is-active, .c-search-buttons__button .l-post-content h3.c-button.is-active, .l-post-content .c-search-buttons__button h3.c-button.is-active, .c-search-buttons__button #tinymce.post-type-post h3.c-button.is-active, #tinymce.post-type-post .c-search-buttons__button h3.c-button.is-active, .c-search-buttons__button #tinymce.post-type-page h3.c-button.is-active, #tinymce.post-type-page .c-search-buttons__button h3.c-button.is-active, .c-search-buttons__button #tinymce.mce-content-body.acf_content h3.c-button.is-active, #tinymce.mce-content-body.acf_content .c-search-buttons__button h3.c-button.is-active, .c-search-buttons__button .c-button-social > a.is-sm.is-active {
  background-color: #004B9B;
  color: #fff;
}
.c-search-buttons__links {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  gap: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__links {
    gap: 8px;
  }
}
.c-search-buttons__link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__link {
    margin-right: 0.2857142857rem;
  }
}
.c-search-buttons__link:last-of-type {
  margin-right: 0;
}
.c-search-buttons__link a {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  outline: none;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.8571428571;
  transition: all 0.3s ease;
  margin-bottom: 0;
  position: relative;
  padding: 4px 16px;
  border-radius: 8px;
  background: #FFF;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-search-buttons__link a {
    font-size: 12px;
    padding: 3px 10px;
  }
}
.c-search-buttons__link a.is-active {
  background: #004B9B;
  color: #FFF;
}
.c-search-buttons__link a.is-active:after {
  transform: scale(1);
}

@media screen and (min-width: 59.375em) {
  .c-slidebar-button {
    display: none !important;
  }
  .c-slidebar-menu {
    display: none !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-slidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0px;
    top: 0px;
    text-align: center;
    font-size: 0.8571428571rem;
    z-index: 9999;
    text-decoration: none;
    background-color: #004B9B;
    line-height: 1;
    color: #fff;
    width: 4.2857142857rem;
    height: 4.2857142857rem;
  }
  .c-slidebar-button:active, .c-slidebar-button:hover {
    opacity: 1 !important;
  }
  .c-slidebar-button__line > span {
    display: block;
    width: 1.8571428571rem;
    height: 0.1428571429rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    transition: all ease 0.2s;
  }
  .c-slidebar-button__line > span:last-child {
    margin-bottom: 0;
  }
  .c-slidebar-button__text {
    transition: all ease 0.2s;
    font-size: 9px;
    letter-spacing: 0.4px;
    font-family: "Barlow", sans-serif;
    font-weight: 400;
    margin-top: 0.4285714286rem;
  }
  .c-slidebar-button__text.is-close {
    display: none;
  }
  .c-slidebar-menu {
    height: calc(100vh - 60px) !important;
    padding: 0 1.1428571429rem 7.4285714286rem;
    position: fixed;
    background-color: #fff;
    z-index: 9980;
    width: 75%;
    -webkit-transform: translateX(100%);
    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) !important;
  }
  .c-slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateY(-100%);
    transform: translate3d(0px, -100%, 0px);
    height: auto;
    width: 100%;
    opacity: 0;
  }
  .c-slidebar-menu__children {
    display: none;
    background-color: rgb(0, 50.3225806452, 104) !important;
    padding-left: 1.7142857143rem !important;
  }
  .c-slidebar-menu__children li:last-child {
    border-bottom: none !important;
  }
  .c-slidebar-menu__children li a {
    color: #fff !important;
    padding: 1.1428571429rem 0 !important;
  }
  .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.1428571429rem;
    height: 1.2857142857rem;
    background-color: #fff;
    position: absolute;
    top: 50%;
    right: 1.7142857143rem;
    transform: translateY(-50%);
  }
  .c-slidebar-menu__parent a:after,
  .c-slidebar-menu__parent span:after {
    width: 1.2857142857rem;
    height: 0.1428571429rem;
    right: 1.1428571429rem;
  }
  .c-slidebar-menu__parent.is-open a:before,
  .c-slidebar-menu__parent.is-open span:before {
    display: none;
  }
  .c-slidebar-menu ul {
    width: 100%;
    padding: 2.1428571429rem 1.7142857143rem 0;
    background: #fff;
  }
  .c-slidebar-menu ul li {
    border-bottom: 1px solid #CCC;
  }
  .c-slidebar-menu ul li a,
  .c-slidebar-menu ul li span {
    font-size: 1.1428571429rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    display: block;
    padding: 1.6428571429rem 0;
    text-decoration: none;
    color: #333;
    font-weight: 700;
  }
  .c-slidebar-menu ul li.last a {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 2px solid #004B9B;
    padding: 10px;
    justify-content: center;
    border-radius: 8px;
    color: #004B9B;
    padding: 16px 0;
  }
  .c-slidebar-menu ul li.last a span {
    padding: 0;
  }
  .c-slidebar-menu__button {
    margin-top: 1.7142857143rem;
    width: 100%;
    height: 6.2857142857rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    max-width: 100%;
    font-weight: 700;
    background-color: #004B9B;
    color: #fff;
    font-size: 1.4285714286rem;
    letter-spacing: 0.1em;
    line-height: 1.45;
  }
  .c-slidebar-menu__button .is-contact {
    display: inline-block;
    width: 2.1428571429rem;
    height: 1.5714285714rem;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 1.1428571429rem;
  }
  .c-slidebar-menu__btns {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    margin-top: 0.5714285714rem;
  }
  .c-slidebar-menu__btn {
    max-width: 50%;
    height: 4.2142857143rem;
    padding: 0 0.5714285714rem;
    text-decoration: none;
    color: #333;
    font-weight: 700;
    border: none;
    margin-right: 0.5714285714rem;
  }
  .c-slidebar-menu__btn:last-of-type {
    margin-right: 0;
  }
  .c-slidebar-menu__sns-btns {
    max-width: 100%;
    margin-top: 2.8571428571rem;
    display: flex;
    justify-content: center;
  }
  .c-slidebar-menu__sns-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.1428571429rem;
    height: 3.1428571429rem;
    background-color: #fff;
    border-radius: 1000px;
    font-size: 1.4285714286rem;
    margin: 0 0.7142857143rem;
    text-decoration: none;
  }
  .c-slidebar-container {
    height: 100%;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
  }
  .c-slidebar-container:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.2s;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 999;
  }
  .is-slidebar-active {
    cursor: pointer;
  }
  .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.5714285714rem;
  }
  .is-slidebar-active .c-slidebar-button__text.is-open {
    display: none;
  }
  .is-slidebar-active .c-slidebar-container {
    -webkit-transform: translateX(-75%);
    transform: translate3d(-75%, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container:after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
    -webkit-transform: translateX(0px);
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom:after {
    top: 60px;
  }
  .is-slidebar-active .c-slidebar-menu {
    -webkit-transform: translateX(0);
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
    -webkit-transform: translateY(60px);
    transform: translate3d(0, 60px, 0);
    opacity: 1;
  }
}
/*
---
name: SNSボタン
category: Other
---
*/
.c-sns-btns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sns-btns__btn {
  width: 3.1428571429rem;
  margin-right: 1.4285714286rem;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sns-btns__btn {
    margin-right: 0.5714285714rem;
  }
}

.c-table, .l-post-content table, #tinymce.post-type-post table, #tinymce.post-type-page table, #tinymce.mce-content-body.acf_content table {
  width: 100%;
  border-top: 1px solid #CCC;
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-page table tbody th, #tinymce.mce-content-body.acf_content table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#tinymce.post-type-post table tbody td,
#tinymce.post-type-page table tbody td,
#tinymce.mce-content-body.acf_content table tbody td {
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
  padding: 0.6428571429rem 1.4285714286rem;
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  font-weight: 500;
  vertical-align: top;
  color: #333333;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-page table tbody th, #tinymce.mce-content-body.acf_content table tbody th,
  .c-table tbody td,
  .l-post-content table tbody td,
  #tinymce.post-type-post table tbody td,
  #tinymce.post-type-page table tbody td,
  #tinymce.mce-content-body.acf_content table tbody td {
    line-height: 1.6666666667;
    font-size: 0.8571428571rem;
    padding: 0.8571428571rem 0.5714285714rem;
  }
}
.c-table tbody th, .l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-page table tbody th, #tinymce.mce-content-body.acf_content table tbody th {
  color: #333;
  width: 17rem;
  font-weight: 700;
  background-color: #F0F0F0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #tinymce.post-type-post table tbody th, #tinymce.post-type-page table tbody th, #tinymce.mce-content-body.acf_content table tbody th {
    width: 6.8571428571rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody td, .l-post-content table tbody td, #tinymce.post-type-post table tbody td, #tinymce.post-type-page table tbody td, #tinymce.mce-content-body.acf_content table tbody td {
    padding: 0.8571428571rem 0 0.8571428571rem 1.1428571429rem;
  }
}
.c-table.is-th-bgcolor tbody th, .l-post-content table.is-th-bgcolor tbody th, #tinymce.post-type-post table.is-th-bgcolor tbody th, #tinymce.post-type-page table.is-th-bgcolor tbody th, #tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody th,
.c-table.is-th-bgcolor tbody td,
.l-post-content table.is-th-bgcolor tbody td,
#tinymce.post-type-post table.is-th-bgcolor tbody td,
#tinymce.post-type-page table.is-th-bgcolor tbody td,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody td {
  padding: 0.9285714286rem 1.7142857143rem;
}
.c-table.is-th-bgcolor th, .l-post-content table.is-th-bgcolor th, #tinymce.post-type-post table.is-th-bgcolor th, #tinymce.post-type-page table.is-th-bgcolor th, #tinymce.mce-content-body.acf_content table.is-th-bgcolor th {
  color: #333;
  width: 16.8571428571rem;
  position: relative;
  background-color: #dbdbdb;
}
.c-table.is-th-bgcolor th:after, .l-post-content table.is-th-bgcolor th:after, #tinymce.post-type-post table.is-th-bgcolor th:after, #tinymce.post-type-page table.is-th-bgcolor th:after, #tinymce.mce-content-body.acf_content table.is-th-bgcolor th:after {
  display: none;
}

.c-table-sm {
  width: 100%;
  border-top: 1px solid #333;
  letter-spacing: 0.02em;
  table-layout: fixed;
}
.c-table-sm th,
.c-table-sm td {
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
}
.c-table-sm th:last-child,
.c-table-sm td:last-child {
  border-right: none;
}
.c-table-sm thead {
  background-color: #E3EB11;
  color: #333;
}
.c-table-sm thead th,
.c-table-sm thead td {
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead th,
  .c-table-sm thead td {
    font-size: 0.7142857143rem;
  }
}
.c-table-sm thead th {
  text-align: left;
  padding: 0.8571428571rem 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm thead th {
    padding: 0.2857142857rem;
  }
}
.c-table-sm thead th[colspan="4"] {
  text-align: center;
}
.c-table-sm tbody th,
.c-table-sm tbody td {
  padding: 0.8571428571rem 0 0.8571428571rem 0.5714285714rem;
  font-size: 0.8571428571rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  text-align: left;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-sm tbody th,
  .c-table-sm tbody td {
    font-size: 0.7142857143rem;
    padding: 0.5714285714rem 0.2857142857rem;
  }
}
.c-table-sm tbody th {
  width: 139px;
  background-color: #E9EFF6;
  vertical-align: middle;
}
.c-table-sm tbody th span {
  font-weight: 700;
}
.c-table-sm tbody td {
  padding: 0.8571428571rem;
}
/*
---
name: <table> テーブル_大
category: Base
---
*/
.c-table-xlg {
  width: 100%;
  table-layout: fixed;
  border-top: 1px solid #BEBEBE;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg {
    width: 53.5714285714rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg.is-color {
    width: 67.4285714286rem;
  }
}
.c-table-xlg.is-color td:nth-of-type(2n) {
  background-color: rgba(51, 51, 51, 0.1);
}
.c-table-xlg th,
.c-table-xlg td {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  border-bottom: 1px solid #BEBEBE;
  border-left: 1px solid #BEBEBE;
  border-right: 1px solid #BEBEBE;
}
.c-table-xlg th:first-child,
.c-table-xlg td:first-child {
  border-left: none;
}
.c-table-xlg th:last-child,
.c-table-xlg td:last-child {
  border-right: none;
}
.c-table-xlg th:nth-of-type(1) {
  width: 25.7894736842%;
}
.c-table-xlg td:nth-of-type(1) {
  width: 14.0350877193%;
}
.c-table-xlg thead {
  background-color: #F0F0F0;
  color: #333;
}
.c-table-xlg thead.is-color-primary {
  background-color: transparent;
}
.c-table-xlg thead.is-text-bold td {
  font-weight: 500;
  text-align: left;
  padding-left: 1.4285714286rem;
}
.c-table-xlg thead th {
  text-align: left;
  padding: 0.3571428571rem 1.4285714286rem;
  z-index: 99;
}
.c-table-xlg thead th.is-first-title {
  position: relative;
}
.c-table-xlg thead th.is-first-title::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: rgba(215, 195, 132, 0.5);
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg thead th {
    padding: 0.3571428571rem 1.1428571429rem;
  }
}
.c-table-xlg thead td {
  font-weight: 400;
  text-align: center;
  padding: 0.3571428571rem 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg thead td {
    padding: 0.3571428571rem 0.2857142857rem;
  }
}
.c-table-xlg tbody th,
.c-table-xlg tbody td {
  padding: 1rem 1.4285714286rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg tbody th,
  .c-table-xlg tbody td {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.c-table-xlg tbody th {
  vertical-align: middle;
  text-align: left;
  background-color: rgba(215, 195, 132, 0.5);
}
.c-table-xlg tbody th span {
  font-weight: 700;
}
.c-table-xlg tbody td {
  font-weight: 400;
}
.c-table-xlg tbody td span {
  color: #004B9B;
}
.c-table-xlg.is-sm th:nth-of-type(1), .l-post-content h3.c-table-xlg th:nth-of-type(1), #tinymce.post-type-post h3.c-table-xlg th:nth-of-type(1), #tinymce.post-type-page h3.c-table-xlg th:nth-of-type(1), #tinymce.mce-content-body.acf_content h3.c-table-xlg th:nth-of-type(1) {
  width: 17.1929824561%;
}
.c-table-xlg.is-sm td:nth-of-type(1), .l-post-content h3.c-table-xlg td:nth-of-type(1), #tinymce.post-type-post h3.c-table-xlg td:nth-of-type(1), #tinymce.post-type-page h3.c-table-xlg td:nth-of-type(1), #tinymce.mce-content-body.acf_content h3.c-table-xlg td:nth-of-type(1) {
  width: auto;
}
.c-table-xlg.is-sm thead th, .l-post-content h3.c-table-xlg thead th, #tinymce.post-type-post h3.c-table-xlg thead th, #tinymce.post-type-page h3.c-table-xlg thead th, #tinymce.mce-content-body.acf_content h3.c-table-xlg thead th {
  padding: 0.6428571429rem 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg.is-sm thead th, .l-post-content h3.c-table-xlg thead th, #tinymce.post-type-post h3.c-table-xlg thead th, #tinymce.post-type-page h3.c-table-xlg thead th, #tinymce.mce-content-body.acf_content h3.c-table-xlg thead th {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.c-table-xlg.is-sm tbody th, .l-post-content h3.c-table-xlg tbody th, #tinymce.post-type-post h3.c-table-xlg tbody th, #tinymce.post-type-page h3.c-table-xlg tbody th, #tinymce.mce-content-body.acf_content h3.c-table-xlg tbody th,
.c-table-xlg.is-sm tbody td,
.l-post-content h3.c-table-xlg tbody td,
#tinymce.post-type-post h3.c-table-xlg tbody td,
#tinymce.post-type-page h3.c-table-xlg tbody td,
#tinymce.mce-content-body.acf_content h3.c-table-xlg tbody td {
  padding: 0.6428571429rem 1.4285714286rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg.is-sm tbody th, .l-post-content h3.c-table-xlg tbody th, #tinymce.post-type-post h3.c-table-xlg tbody th, #tinymce.post-type-page h3.c-table-xlg tbody th, #tinymce.mce-content-body.acf_content h3.c-table-xlg tbody th,
  .c-table-xlg.is-sm tbody td,
  .l-post-content h3.c-table-xlg tbody td,
  #tinymce.post-type-post h3.c-table-xlg tbody td,
  #tinymce.post-type-page h3.c-table-xlg tbody td,
  #tinymce.mce-content-body.acf_content h3.c-table-xlg tbody td {
    padding: 0.5714285714rem 1.1428571429rem;
  }
}
.c-table-xlg.is-sm tbody th, .l-post-content h3.c-table-xlg tbody th, #tinymce.post-type-post h3.c-table-xlg tbody th, #tinymce.post-type-page h3.c-table-xlg tbody th, #tinymce.mce-content-body.acf_content h3.c-table-xlg tbody th {
  text-align: left;
}
.c-table-xlg.is-sm tbody.is-text-left td, .l-post-content h3.c-table-xlg tbody.is-text-left td, #tinymce.post-type-post h3.c-table-xlg tbody.is-text-left td, #tinymce.post-type-page h3.c-table-xlg tbody.is-text-left td, #tinymce.mce-content-body.acf_content h3.c-table-xlg tbody.is-text-left td {
  text-align: left;
  vertical-align: top;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table {
    overflow: scroll;
  }
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs.is-lg {
    display: block;
    margin-bottom: 1.7142857143rem;
  }
  .c-tabs__navs.is-lg li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.1428571429rem;
  }
  .c-tabs__navs.is-lg li:last-of-type {
    margin-right: auto;
    margin-bottom: 0;
  }
  .c-tabs__navs.is-lg li a {
    font-size: 1rem;
  }
}
.c-tabs__navs li {
  width: 50%;
  max-width: 25.4285714286rem;
  margin-right: 3.1578947368%;
}
.c-tabs__navs li:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li {
    border-width: 1px;
    margin-right: 0.5714285714rem;
  }
}
.c-tabs__navs li a {
  width: 100%;
  height: 6.3571428571rem;
  border: 2px solid #333;
  background-color: #fff;
  color: #333;
  text-align: center;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  padding: 0.7142857143rem 0.8571428571rem;
  position: relative;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  transition: all 0.3s ease;
}
@media screen and (max-width: 59.3125em) {
  .c-tabs__navs li a {
    font-size: 1.1428571429rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a {
    height: 3.8571428571rem;
    padding: 0.4285714286rem 0.2857142857rem;
    font-size: 0.8571428571rem;
  }
}
.c-tabs__navs li a .is-bgicon {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-right: 1rem;
  transition: all 0.3s ease;
  flex: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a .is-bgicon {
    margin-right: 0.2857142857rem;
  }
}
.c-tabs__navs li a .is-trial {
  width: 2.1428571429rem;
  height: 1.4642857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a .is-trial {
    width: 1.4285714286rem;
    height: 0.9761904762rem;
  }
}
.c-tabs__navs li a .is-document {
  width: 1.7142857143rem;
  height: 1.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a .is-document {
    width: 1.1428571429rem;
    height: 1.0476190476rem;
  }
}
.c-tabs__navs li a .is-request {
  width: 1.6785714286rem;
  height: 1.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a .is-request {
    width: 1.119047619rem;
    height: 1.0476190476rem;
  }
}
.c-tabs__navs li a:hover {
  background-color: #333;
  color: #fff;
  opacity: 1;
}
.c-tabs__navs li a:hover .is-trial {
  background-image: url(../images/icon-experience-white.png) !important;
}
.c-tabs__navs li a:hover .is-document {
  background-image: url(../images/icon-document-white.png) !important;
}
.c-tabs__navs li a:hover .is-request {
  background-image: url(../images/icon-request-white.png) !important;
}
.c-tabs__navs li a.is-current {
  background-color: #333;
  color: #fff;
}
.c-tabs__navs li a.is-current .is-trial {
  background-image: url(../images/icon-experience-white.png) !important;
}
.c-tabs__navs li a.is-current .is-document {
  background-image: url(../images/icon-document-white.png) !important;
}
.c-tabs__navs li a.is-current .is-request {
  background-image: url(../images/icon-request-white.png) !important;
}
.c-tabs__navs li a.is-current:hover {
  opacity: 1;
}
.c-tabs__content {
  display: none;
}
.c-tabs__content.is-active {
  display: block;
}

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

*/
.c-tabs.is-index .c-tabs__navs li {
  width: inherit;
  min-width: 11.4285714286rem;
  border-width: 1px;
  border-bottom: none;
  margin: 0 0.5714285714rem 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 #004B9B;
    margin-bottom: 0.5714285714rem;
  }
}
.c-tabs.is-index .c-tabs__navs li a {
  font-size: 1rem;
  letter-spacing: 0.1em;
}
.c-tabs.is-index .c-tabs__navs li a:after {
  display: none;
}

.c-tabs-category ul {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.c-tabs-category ul li {
  width: 100%;
  max-width: 14rem;
  margin-right: 0.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs-category ul li {
    max-width: 100%;
    width: calc(50% - 4px);
    margin-bottom: 0.5714285714rem;
  }
  .c-tabs-category ul li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.c-tabs-category ul li:last-of-type {
  margin-right: 0;
}
.c-tabs-category ul a {
  display: inline-block;
  text-decoration: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2.1428571429;
  text-align: center;
  padding: 0.6428571429rem 0.5714285714rem;
  border: 1px solid #333333;
  color: #333333;
  border-bottom: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs-category ul a {
    font-size: 0.9285714286rem;
  }
}
.c-tabs-category ul a.is-current {
  background-color: #333333;
  color: #fff;
}
.c-tabs-category ul a:hover {
  opacity: 0.7;
}

.c-tel-top {
  padding: 3.4285714286rem;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top {
    padding: 1.7142857143rem;
  }
}
.c-tel-top__text {
  margin-top: 0.4285714286rem;
  font-size: 1.1428571429rem;
  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.8571428571rem;
    line-height: 1.6666666667;
  }
}
.c-tel-top__title {
  color: #333;
  font-size: 1.2857142857rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__title {
    font-size: 1.1428571429rem;
    margin-bottom: 0.5714285714rem;
  }
}
.c-tel-top a {
  text-decoration: none;
  color: #004B9B;
  font-size: 3rem;
  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.7142857143rem;
    pointer-events: inherit;
  }
}
.c-tel-top a i {
  margin-right: 0.8571428571rem;
}

/*
---
name: お知らせ_目次
category: PostContent
---
# HTMLは自動生成
*/
#toc_container {
  margin: 2.2857142857rem 0;
  width: 100% !important;
  background: #E9EFF6;
  border-radius: 0px;
  padding: 1.1428571429rem 2.8571428571rem 2.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  #toc_container {
    margin: 1.1428571429rem 0;
    padding: 1.1428571429rem 1.7142857143rem 1.7142857143rem;
  }
}
#toc_container .toc_title {
  text-align: center !important;
  font-size: 1.125rem;
  color: #333;
  font-weight: 700;
  margin-bottom: 1.1428571429rem;
}
#toc_container .toc_title .toc_toggle {
  margin-left: 1.1428571429rem;
}
#toc_container .toc_list li:before {
  display: none;
}
#toc_container .toc_list li ul {
  padding-left: 24px;
  margin-left: 0;
}
#toc_container .toc_list li a {
  display: block;
  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-two-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-two-buttons {
    display: block;
  }
}
.c-two-buttons__button {
  width: 100%;
  max-width: 24.5714285714rem;
  margin-right: 2.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-two-buttons__button {
    margin-bottom: 1.4285714286rem;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-two-buttons__button:last-of-type {
  margin-right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-two-buttons__button:last-of-type {
    margin-bottom: 0;
    margin-right: auto;
  }
}

.c-works-slider {
  position: relative;
  overflow: hidden;
}
.c-works-slider__main {
  width: 71.9298245614%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-works-slider__main {
    width: 100%;
    padding: 0 1.7142857143rem;
    margin-bottom: 1.4285714286rem;
  }
}
.c-works-slider__main .slick-arrow {
  width: 67px;
  height: 67px;
  position: absolute;
  left: 0 !important;
  top: 50%;
  transform: translateY(-50%) translateX(-50%) !important;
  z-index: 99;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-works-slider__main .slick-arrow {
    width: 3.4285714286rem;
    height: 3.4285714286rem;
    transform: translateY(-50%) !important;
  }
}
.c-works-slider__main .slick-arrow:before {
  display: none;
}
.c-works-slider__main .slick-next {
  left: auto !important;
  right: 0 !important;
  transform: translateY(-50%) translateX(50%) !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-works-slider__main .slick-next {
    transform: translateY(-50%) !important;
  }
}
.c-works-slider__main-bgimg {
  width: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-works-slider__main-bgimg:before {
  content: "";
  display: block;
  padding-top: 58.5365853659%;
}
.c-works-slider__thumbnail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 944px;
  margin: 0 auto;
}
.c-works-slider__thumbnail-image {
  width: 17.3728813559%;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-works-slider__thumbnail-image {
    width: 34.7457627119%;
  }
}
.c-works-slider__thumbnail-image:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(103, 103, 103, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  transition: all 0.3s;
  opacity: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-works-slider__thumbnail-image:after {
    border-width: 2px;
  }
}
.c-works-slider__thumbnail-image:hover {
  opacity: 1;
}
.c-works-slider__thumbnail-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-works-slider__thumbnail-bgimg:before {
  content: "";
  display: block;
  padding-top: 58.5365853659%;
}
.c-works-slider__thumbnail .slick-slide {
  margin: 0 3px;
}
.c-works-slider__thumbnail .slick-arrow {
  display: flex;
  align-items: center;
  font-size: 2.2857142857rem !important;
  letter-spacing: 0;
  line-height: 1;
  color: #333 !important;
  width: auto;
  height: 32px;
  transform: translate(-100%, -50%);
}
.c-works-slider__thumbnail .slick-arrow:before {
  display: none;
}
.c-works-slider__thumbnail .slick-arrow.slick-next {
  transform: translate(100%, -50%);
}
.c-works-slider .slick-slide > div {
  line-height: 1;
}
.c-works-slider .slick-current .c-works-slider__thumbnail-image:after {
  opacity: 1;
}
.c-works-slider .slick-arrow.slick-prev {
  left: -16px;
}
.c-works-slider .slick-arrow.slick-next {
  right: -16px;
}

.c-front-panel {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  margin-bottom: 40px;
  background: var(--2, #FFF);
  box-shadow: 0px 0px 10px 0px rgba(17, 20, 44, 0.04);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel {
    padding: 10px 10px;
    margin-left: 6px;
    margin-right: 6px;
  }
}
.c-front-panel__inner {
  background: #F7F7F7;
  padding: 32px 44px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__inner {
    padding: 24px 12px;
  }
}
.c-front-panel__titles {
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  text-align: center;
  gap: 10px;
}
.c-front-panel__titles__label {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}
.c-front-panel__titles__label span {
  background: #FFE141;
  color: #333;
  font-size: 24px;
  padding: 1px 24px;
  letter-spacing: 2.4px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__titles__label span {
    font-size: 18px;
  }
}
.c-front-panel__titles__title {
  display: block;
  color: #333;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 112.5%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__titles__title {
    font-size: 22px;
  }
}
.c-front-panel__titles__subtitle {
  font-weight: bold;
  font-size: 24px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__titles__subtitle {
    font-size: 18px;
    line-height: 1;
  }
}
.c-front-panel__tether {
  background: url(../images/bg-new-property-concept.jpg) no-repeat;
  background-size: cover;
  display: flex;
  padding: 32px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tether {
    padding: 24px 20px;
  }
}
.c-front-panel__tether__title {
  display: flex;
  flex-direction: column;
}
.c-front-panel__tether__title span:first-child {
  color: #014B9C;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tether__title span:first-child {
    font-size: 14px;
    line-height: 1;
  }
}
.c-front-panel__tether__title span:last-child {
  color: #333;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tether__title span:last-child {
    font-size: 18px;
  }
}
.c-front-panel__tether__text {
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tether__text {
    font-size: 13px;
    text-align: left;
    font-weight: normal;
  }
}
.c-front-panel__info {
  padding: 32px 72px;
  flex-direction: column;
  align-items: flex-start;
  gap: var(--border-raidus-lg, 10px);
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  background: #E8EEF5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__info {
    padding: 10px 16px;
  }
}
.c-front-panel__info .c-news-twoline__block.is-image-display {
  width: 100%;
}
.c-front-panel__info__inner {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__info__inner {
    flex-direction: column;
  }
}
.c-front-panel__info__heading__title {
  display: flex;
  flex-direction: column;
  text-align: left;
}
.c-front-panel__info__heading__title span:first-child {
  font-size: 36px;
  line-height: 1.5;
  padding-bottom: 5px;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__info__heading__title span:first-child {
    font-size: 24px;
  }
}
.c-front-panel__info__heading__title span:last-child {
  color: var(--0-d-307-c, #0D307C);
  font-family: Rubik, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px; /* 120% */
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__info__heading__title span:last-child {
    font-size: 16px;
  }
}
.c-front-panel__info__heading__text {
  margin-bottom: 16px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__info__heading__text {
    font-size: 12px;
  }
  .c-front-panel__info__heading__text br {
    display: none;
  }
}
.c-front-panel__info__items {
  display: flex;
  flex-direction: column;
  gap: 0px;
  flex-basis: 70%;
}
.c-front-panel__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__content {
    flex-direction: column;
    gap: 20px;
  }
}
.c-front-panel__content__image {
  flex-basis: clamp(375px, 50%, 507px);
}
.c-front-panel__content__image img {
  width: 100%;
  height: auto;
}
.c-front-panel__content__text {
  flex-basis: clamp(375px, 50%, 507px);
}
.c-front-panel .c-heading.is-md, .c-front-panel .l-post-content h6.is-md, .l-post-content .c-front-panel h6.is-md, .c-front-panel #tinymce.post-type-post h6.is-md, #tinymce.post-type-post .c-front-panel h6.is-md, .c-front-panel #tinymce.post-type-page h6.is-md, #tinymce.post-type-page .c-front-panel h6.is-md, .c-front-panel #tinymce.mce-content-body.acf_content h6.is-md, #tinymce.mce-content-body.acf_content .c-front-panel h6.is-md, .c-front-panel .l-post-content h5.is-md, .l-post-content .c-front-panel h5.is-md, .c-front-panel #tinymce.post-type-post h5.is-md, #tinymce.post-type-post .c-front-panel h5.is-md, .c-front-panel #tinymce.post-type-page h5.is-md, #tinymce.post-type-page .c-front-panel h5.is-md, .c-front-panel #tinymce.mce-content-body.acf_content h5.is-md, #tinymce.mce-content-body.acf_content .c-front-panel h5.is-md, .c-front-panel .l-post-content h4.is-md, .l-post-content .c-front-panel h4.is-md, .c-front-panel #tinymce.post-type-post h4.is-md, #tinymce.post-type-post .c-front-panel h4.is-md, .c-front-panel #tinymce.post-type-page h4.is-md, #tinymce.post-type-page .c-front-panel h4.is-md, .c-front-panel #tinymce.mce-content-body.acf_content h4.is-md, #tinymce.mce-content-body.acf_content .c-front-panel h4.is-md, .c-front-panel .l-post-content h3.is-md, .l-post-content .c-front-panel h3.is-md, .c-front-panel #tinymce.post-type-post h3.is-md, #tinymce.post-type-post .c-front-panel h3.is-md, .c-front-panel #tinymce.post-type-page h3.is-md, #tinymce.post-type-page .c-front-panel h3.is-md, .c-front-panel #tinymce.mce-content-body.acf_content h3.is-md, #tinymce.mce-content-body.acf_content .c-front-panel h3.is-md, .c-front-panel .l-post-content h2, .l-post-content .c-front-panel h2, .c-front-panel #tinymce.post-type-post h2, #tinymce.post-type-post .c-front-panel h2, .c-front-panel #tinymce.post-type-page h2, #tinymce.post-type-page .c-front-panel h2, .c-front-panel #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .c-front-panel h2 {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.1em;
}
.c-front-panel__tokuten {
  display: flex;
  gap: 32px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tokuten {
    flex-direction: column;
    gap: 20px;
  }
}
.c-front-panel__tokuten__checklist {
  background: #FFF;
  padding: 22px 40px 22px 20px;
  flex-basis: 60%;
  box-shadow: 0px 0px 10px 0px rgba(17, 20, 44, 0.04);
}
.c-front-panel__tokuten__checklist li {
  color: #333;
  font-size: 17px;
  font-weight: 700;
}
.c-front-panel__tokuten__checklist li span:first-child {
  color: #014B9C;
  margin-right: 8px;
}
.c-front-panel__tokuten__text {
  flex-basis: 39%;
}
.c-front-panel__tokuten__text__sub {
  font-size: 18px;
  font-weight: bold;
  display: flex;
  gap: 7px;
  flex-direction: column;
}
.c-front-panel__tokuten__text__sub span:first-child {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tokuten__text__sub span:first-child {
    font-size: 15px;
  }
}
.c-front-panel__tokuten__text__sub span:nth-child(2n) {
  line-height: 1.5;
  font-size: 20px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tokuten__text__sub span:nth-child(2n) {
    font-size: 17px;
  }
}
.c-front-panel__tokuten__text__sub span:last-child {
  font-size: 12px;
  line-height: 1.8;
  font-weight: normal;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__tokuten__text__sub span:last-child {
    font-size: 11px;
  }
}
.c-front-panel__button {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-front-panel__button {
    max-width: 100%;
  }
}

.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.2857142857rem;
  background: #004B9B;
  color: #fff;
  padding-left: 24px;
}
.u-format__title {
  font-size: 1.4285714286rem;
  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 #004B9B;
}
.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.8571428571rem;
}
.u-format__code__title {
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.8571428571rem;
}

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

.u-mbs {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.u-mbs.is-xxxxlg {
  margin-top: 8.5714285714rem;
  margin-bottom: 8.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxxxlg {
    margin-top: 4.2857142857rem;
    margin-bottom: 4.2857142857rem;
  }
}
.u-mbs.is-xxxlg {
  margin-top: 6.8571428571rem;
  margin-bottom: 6.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxxlg {
    margin-top: 3.4285714286rem;
    margin-bottom: 3.4285714286rem;
  }
}
.u-mbs.is-xxlg {
  margin-top: 5.7142857143rem;
  margin-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxlg {
    margin-top: 2.8571428571rem;
    margin-bottom: 2.8571428571rem;
  }
}
.u-mbs.is-xlg {
  margin-top: 5.1428571429rem;
  margin-bottom: 5.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 2.5714285714rem;
    margin-bottom: 2.5714285714rem;
  }
}
.u-mbs.is-lg {
  margin-top: 4.5714285714rem;
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 2.2857142857rem;
    margin-bottom: 2.2857142857rem;
  }
}
.u-mbs.is-sm, .l-post-content h3.u-mbs, #tinymce.post-type-post h3.u-mbs, #tinymce.post-type-page h3.u-mbs, #tinymce.mce-content-body.acf_content h3.u-mbs {
  margin-top: 3.4285714286rem;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm, .l-post-content h3.u-mbs, #tinymce.post-type-post h3.u-mbs, #tinymce.post-type-page h3.u-mbs, #tinymce.mce-content-body.acf_content h3.u-mbs {
    margin-top: 1.7142857143rem;
    margin-bottom: 1.7142857143rem;
  }
}
.u-mbs.is-xs, .l-post-content h4.u-mbs, #tinymce.post-type-post h4.u-mbs, #tinymce.post-type-page h4.u-mbs, #tinymce.mce-content-body.acf_content h4.u-mbs {
  margin-top: 2.2857142857rem;
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs, .l-post-content h4.u-mbs, #tinymce.post-type-post h4.u-mbs, #tinymce.post-type-page h4.u-mbs, #tinymce.mce-content-body.acf_content h4.u-mbs {
    margin-top: 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}
.u-mbs.is-xxs, .l-post-content h6.u-mbs, #tinymce.post-type-post h6.u-mbs, #tinymce.post-type-page h6.u-mbs, #tinymce.mce-content-body.acf_content h6.u-mbs, .l-post-content h5.u-mbs, #tinymce.post-type-post h5.u-mbs, #tinymce.post-type-page h5.u-mbs, #tinymce.mce-content-body.acf_content h5.u-mbs {
  margin-top: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxs, .l-post-content h6.u-mbs, #tinymce.post-type-post h6.u-mbs, #tinymce.post-type-page h6.u-mbs, #tinymce.mce-content-body.acf_content h6.u-mbs, .l-post-content h5.u-mbs, #tinymce.post-type-post h5.u-mbs, #tinymce.post-type-page h5.u-mbs, #tinymce.mce-content-body.acf_content h5.u-mbs {
    margin-top: 0.8571428571rem;
    margin-bottom: 0.8571428571rem;
  }
}
.u-mbs.is-xxxs {
  margin-top: 0.8571428571rem;
  margin-bottom: 0.8571428571rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xxxs {
    margin-top: 0.4285714286rem;
    margin-bottom: 0.4285714286rem;
  }
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.js-modal-image {
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-modal-image:after {
    content: "\f00e";
    font-family: "FontAwesome";
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: #004B9B;
    font-size: 1.2857142857rem;
    letter-spacing: 0;
    line-height: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
  }
}

.modaal-wrapper {
  z-index: 10001 !important;
}
.modaal-wrapper img {
  min-width: 53.5714285714rem !important;
}

.modaal-overlay {
  z-index: 10000 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p a:visited {
  color: #887EBF;
}

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

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

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

.u-text-accent {
  color: #004B9B;
}

p.is-wight {
  font-weight: bold;
}

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

.l-block__margin-normal {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-normal {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.l-block__margin-large {
  margin-top: 4.5714285714rem;
  margin-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-large {
    margin-top: 2.2857142857rem;
    margin-bottom: 2.2857142857rem;
  }
}
.l-block__margin-medium {
  margin-top: 3.4285714286rem;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-medium {
    margin-top: 0.8571428571rem;
    margin-bottom: 0.8571428571rem;
  }
}
.l-block__margin-small {
  margin-top: 1.7142857143rem;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-small {
    margin-top: 0.8571428571rem;
    margin-bottom: 0.8571428571rem;
  }
}
.l-block__margin-none {
  margin-top: 0;
  margin-bottom: 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: 16px;
    padding-left: 16px;
  }
}
.l-container.is-two-columns {
  display: flex;
  padding: 0 !important;
}
@media (max-width: 900px) {
  .l-container.is-two-columns {
    display: block;
  }
}

.l-footer-simple {
  background-color: #fff;
  color: #333;
  position: relative;
}
.l-footer-simple__content__inner {
  padding: 3.4285714286rem 0 1.7142857143rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__content__inner {
    flex-direction: column;
    justify-content: center;
    padding: 2.2857142857rem 0 2.2857142857rem;
  }
}
.l-footer-simple__heading {
  display: inline-block;
}
.l-footer-simple__heading span {
  display: block;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-footer-simple__heading span {
    margin-top: 0;
  }
}
.l-footer-simple__logo {
  display: block;
  width: 100%;
  max-width: 24.2857142857rem;
}
.l-footer-simple__nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__nav {
    display: block;
    margin-right: auto;
    margin-top: 1.4285714286rem;
  }
}
.l-footer-simple__nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__nav ul {
    display: block;
    width: auto;
    column-count: 2;
  }
}
.l-footer-simple__nav ul li {
  margin-left: 2.0714285714rem;
}
@media (max-width: 1120px) {
  .l-footer-simple__nav ul li {
    margin-left: 1.4285714286rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__nav ul li {
    margin-left: 0;
    margin-bottom: 0.5714285714rem;
  }
}
.l-footer-simple__nav ul li:first-of-type {
  margin-left: 0;
}
.l-footer-simple__nav ul li a {
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.4285714286;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 1000px) {
  .l-footer-simple__nav ul li a {
    font-size: 0.9285714286rem;
  }
}
.l-footer-simple__nav ul li a:hover {
  opacity: 0.5;
}
.l-footer-simple__btns {
  margin-left: 5.2631578947%;
  width: 25.8571428571rem;
  flex: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}
@media (max-width: 1120px) {
  .l-footer-simple__btns {
    width: 20.2857142857rem;
    margin-left: 1.7142857143rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__btns {
    width: 100%;
    margin-left: 0;
    justify-content: center;
    flex: inherit;
    margin-top: 1.1428571429rem;
  }
}
.l-footer-simple__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 7.1428571429rem;
  height: 3.9285714286rem;
  text-decoration: none;
  color: #333;
  background-color: #EBEBEB;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
  border-radius: 4px;
  margin-right: 1rem;
  transition: all 0.3s ease;
  flex: none;
}
@media (max-width: 1120px) {
  .l-footer-simple__btn {
    max-width: 5.7142857143rem;
    font-size: 0.9285714286rem;
    margin-right: 0.5714285714rem;
  }
}
.l-footer-simple__btn:last-of-type {
  margin-right: 0;
}
.l-footer-simple__btn:hover {
  background-color: #ADADAD;
  color: #fff;
}
.l-footer-simple__btn.is-contact {
  max-width: 9.5714285714rem;
  color: #fff;
  background-color: #004B9B;
  transform: perspective(1px) translateZ(0);
}
.l-footer-simple__btn.is-contact:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #333;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media (max-width: 1120px) {
  .l-footer-simple__btn.is-contact {
    max-width: 7.7142857143rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__btn.is-contact {
    max-width: 8.5714285714rem;
  }
}
.l-footer-simple__btn.is-contact:hover {
  opacity: 1;
}
.l-footer-simple__btn.is-contact:hover:before {
  opacity: 0.5;
}
.l-footer-simple__bottom {
  border-top: 1px solid #DEDEDE;
  position: relative;
}
.l-footer-simple__bottom__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 3.2142857143rem 0 2.5714285714rem;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__bottom__inner {
    display: block;
    padding: 2.2857142857rem 0 3.4285714286rem;
  }
}
.l-footer-simple__bottom__logo {
  display: block;
  width: 16.2142857143rem;
}
.l-footer-simple__bottom__address {
  display: inline-block;
  font-style: normal;
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.6666666667;
  padding-left: 2.7142857143rem;
  margin-left: 2.7142857143rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__bottom__address {
    margin-left: 0;
    padding-left: 0;
    margin-top: 0.8571428571rem;
  }
}
.l-footer-simple__bottom__address:before {
  content: "";
  display: block;
  width: 1px;
  height: 2.3571428571rem;
  background-color: #CBCBCB;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__bottom__address:before {
    display: none;
  }
}
.l-footer-simple__copyright {
  display: block;
  text-align: center;
  background-color: #333;
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__copyright {
    text-align: center;
  }
}
.l-footer-simple__copyright__inner {
  position: relative;
  padding: 0.6428571429rem 0 0.7142857143rem;
}
.l-footer-simple__copyright small {
  font-family: "Barlow", sans-serif;
  font-weight: 400;
  font-size: 0.7142857143rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  color: #fff;
}
.l-footer-simple__copyright a {
  font-size: 0.8571428571rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1220px) {
  .l-footer-simple__copyright a {
    right: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-footer-simple__copyright a {
    top: -16px;
    transform: translateY(-100%);
    color: #333;
  }
}

body.request .l-footer-simple__content__inner, body.trial .l-footer-simple__content__inner, body.document .l-footer-simple__content__inner {
  justify-content: center;
}
body.request .l-footer-simple__heading, body.trial .l-footer-simple__heading, body.document .l-footer-simple__heading {
  margin-left: 0;
  margin-right: 0;
}
body.request .l-footer-simple__nav, body.trial .l-footer-simple__nav, body.document .l-footer-simple__nav {
  display: none;
}

.l-global-nav {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
}
@media screen and (max-width: 59.3125em) {
  .l-global-nav {
    display: none;
  }
}
.l-global-nav ul {
  display: flex;
}
.l-global-nav ul li {
  width: 100%;
  text-align: center;
  position: relative;
}
.l-global-nav ul li:after {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li:first-child:before {
  content: "";
  display: block;
  width: 1px;
  height: calc(100% - 16px);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-color: #E2E2E2;
}
.l-global-nav ul li a {
  display: block;
  color: #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: #004B9B;
  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;
}

.l-header-variable {
  width: 100%;
  z-index: 9990;
  padding-left: 1.4285714286rem;
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable {
    width: 100%;
    padding: 0 5.4285714286rem 0 0.5714285714rem;
  }
}
.l-header-variable__title {
  line-height: 1;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.l-header-variable__title span {
  display: inline-block;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__title span {
    padding: 0 0.5714285714rem;
    margin-top: 0.2857142857rem;
    background-color: #EFEFEF;
  }
}
.l-header-variable__title span > span {
  font-size: 0.8571428571rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 0;
  padding: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__title span > span {
    font-size: 0.7142857143rem;
    transform: scale(0.8);
  }
}
.l-header-variable__heading {
  margin: 0;
  width: 21.4285714286rem;
  flex-shrink: 0;
  text-align: left;
}
@media (max-width: 1300px) {
  .l-header-variable__heading {
    width: 21.4285714286rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__heading {
    width: 16.7857142857rem;
  }
}
.l-header-variable__heading a,
.l-header-variable__heading img {
  display: block;
}
.l-header-variable__content {
  display: flex;
  align-items: center;
  height: 6.4285714286rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__content {
    height: 4.2857142857rem;
  }
}
.l-header-variable__nav {
  margin-left: auto;
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__nav {
    display: none;
  }
}
.l-header-variable__nav ul {
  display: flex;
  align-items: center;
  width: 100%;
}
.l-header-variable__nav ul li {
  margin-left: 2vw;
}
@media (max-width: 1350px) {
  .l-header-variable__nav ul li {
    margin-left: 2vw;
  }
}
@media (max-width: 1150px) {
  .l-header-variable__nav ul li {
    margin-left: 2vw;
  }
}
@media (max-width: 960px) {
  .l-header-variable__nav ul li {
    margin-left: 2vw;
  }
}
.l-header-variable__nav ul li:first-of-type {
  margin-left: 0;
}
.l-header-variable__nav ul li a {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4285714286;
  position: relative;
  transition: all 0.3s ease;
  white-space: nowrap;
}
@media (max-width: 1110px) {
  .l-header-variable__nav ul li a {
    font-size: 0.9285714286rem;
  }
}
.l-header-variable__nav ul li a:hover {
  opacity: 0.5;
}
.l-header-variable__nav ul li.last a {
  border-radius: 4px;
  border: 2px solid #004B9B;
  background: var(--2, #FFF);
  display: flex;
  width: 100%;
  max-width: 154px;
  padding: 14px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #004B9B;
}
.l-header-variable__btns {
  margin-left: 1.4285714286rem;
  display: flex;
  align-items: stretch;
  justify-content: flex-end;
}
@media (max-width: 1220px) {
  .l-header-variable__btns {
    margin-left: 1.1428571429rem;
  }
}
@media (max-width: 1020px) {
  .l-header-variable__btns {
    margin-left: 0.8571428571rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__btns {
    display: none;
  }
}
.l-header-variable__btn {
  text-decoration: none;
  width: 6.4285714286rem;
  height: 6.4285714286rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  background-color: #EBEBEB;
  margin-right: 0.4285714286rem;
  transition: all 0.3s ease;
}
@media (max-width: 1310px) {
  .l-header-variable__btn {
    width: 5.7142857143rem;
  }
}
@media (max-width: 1200px) {
  .l-header-variable__btn {
    width: 5rem;
  }
}
@media (max-width: 1020px) {
  .l-header-variable__btn {
    width: 4.2857142857rem;
  }
}
.l-header-variable__btn span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
}
@media (max-width: 1050px) {
  .l-header-variable__btn span {
    font-size: 0.8571428571rem;
    letter-spacing: 0;
  }
}
.l-header-variable__btn .is-document {
  width: 2.0357142857rem;
  height: 1.8928571429rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 0.7142857143rem;
  transition: all 0.3s ease;
}
.l-header-variable__btn .is-experience {
  width: 2.5714285714rem;
  height: 1.7857142857rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 0.7142857143rem;
  transition: all 0.3s ease;
}
.l-header-variable__btn:hover {
  color: #fff;
  background-color: #ADADAD;
}
.l-header-variable__btn:hover .is-document {
  background-image: url(../images/icon-document-white-lg.png) !important;
}
.l-header-variable__btn:hover .is-experience {
  background-image: url(../images/icon-experience-white-lg.png) !important;
}
.l-header-variable__button {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  max-width: 11.4285714286rem !important;
  height: 6.4285714286rem;
  border-radius: 0;
  background-color: #004B9B;
  position: relative;
  transform: perspective(1px) translateZ(0);
  transition: all 0.3s ease;
}
@media (max-width: 1310px) {
  .l-header-variable__button {
    width: 12.8571428571rem !important;
  }
}
@media (max-width: 1200px) {
  .l-header-variable__button {
    width: 10.7142857143rem !important;
  }
}
@media (max-width: 1110px) {
  .l-header-variable__button {
    width: 8.5714285714rem !important;
  }
}
@media (max-width: 1050px) {
  .l-header-variable__button {
    width: 7.1428571429rem !important;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-header-variable__button {
    display: none;
  }
}
.l-header-variable__button:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease;
}
.l-header-variable__button .is-contact {
  display: inline-block;
  width: 2.1428571429rem;
  height: 1.5714285714rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  margin-bottom: 0.7142857143rem;
}
.l-header-variable__button span {
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2857142857;
}
@media (max-width: 1050px) {
  .l-header-variable__button span {
    font-size: 0.8571428571rem;
    letter-spacing: 0;
  }
}
.l-header-variable__button:hover {
  opacity: 1;
}
.l-header-variable__button:hover:before {
  opacity: 1;
}

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

.l-main {
  width: 100%;
  max-width: 137.1428571429rem;
  margin: 0 auto;
}
.l-main.is-twocolumns {
  width: calc(100% - 293px - 64px);
}
@media screen and (max-width: 59.3125em) {
  .l-main.is-twocolumns {
    width: 100%;
    padding-bottom: 3.4285714286rem;
  }
}

.l-offer {
  padding-top: 6.8571428571rem;
  padding-bottom: 6.7857142857rem;
  background-image: url(../images/img-main-visual-01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 59.3125em) {
  .l-offer {
    padding-top: 2.2857142857rem;
    padding-bottom: 2.4285714286rem;
    background-position: 85% 50%;
  }
}
.l-offer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.55);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.l-offer__inner {
  color: #fff;
}
.l-offer__heading {
  color: #fff;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__heading.c-heading.is-xlg, .l-post-content h6.l-offer__heading.is-xlg, #tinymce.post-type-post h6.l-offer__heading.is-xlg, #tinymce.post-type-page h6.l-offer__heading.is-xlg, #tinymce.mce-content-body.acf_content h6.l-offer__heading.is-xlg, .l-post-content h5.l-offer__heading.is-xlg, #tinymce.post-type-post h5.l-offer__heading.is-xlg, #tinymce.post-type-page h5.l-offer__heading.is-xlg, #tinymce.mce-content-body.acf_content h5.l-offer__heading.is-xlg, .l-post-content h4.l-offer__heading.is-xlg, #tinymce.post-type-post h4.l-offer__heading.is-xlg, #tinymce.post-type-page h4.l-offer__heading.is-xlg, #tinymce.mce-content-body.acf_content h4.l-offer__heading.is-xlg, .l-post-content h3.l-offer__heading.is-xlg, #tinymce.post-type-post h3.l-offer__heading.is-xlg, #tinymce.post-type-page h3.l-offer__heading.is-xlg, #tinymce.mce-content-body.acf_content h3.l-offer__heading.is-xlg, .l-post-content h2.l-offer__heading.is-xlg, #tinymce.post-type-post h2.l-offer__heading.is-xlg, #tinymce.post-type-page h2.l-offer__heading.is-xlg, #tinymce.mce-content-body.acf_content h2.l-offer__heading.is-xlg {
    margin-bottom: 1.7142857143rem;
  }
}
.l-offer__heading.c-heading.is-xlg small:before, .l-post-content h6.l-offer__heading.is-xlg small:before, #tinymce.post-type-post h6.l-offer__heading.is-xlg small:before, #tinymce.post-type-page h6.l-offer__heading.is-xlg small:before, #tinymce.mce-content-body.acf_content h6.l-offer__heading.is-xlg small:before, .l-post-content h5.l-offer__heading.is-xlg small:before, #tinymce.post-type-post h5.l-offer__heading.is-xlg small:before, #tinymce.post-type-page h5.l-offer__heading.is-xlg small:before, #tinymce.mce-content-body.acf_content h5.l-offer__heading.is-xlg small:before, .l-post-content h4.l-offer__heading.is-xlg small:before, #tinymce.post-type-post h4.l-offer__heading.is-xlg small:before, #tinymce.post-type-page h4.l-offer__heading.is-xlg small:before, #tinymce.mce-content-body.acf_content h4.l-offer__heading.is-xlg small:before, .l-post-content h3.l-offer__heading.is-xlg small:before, #tinymce.post-type-post h3.l-offer__heading.is-xlg small:before, #tinymce.post-type-page h3.l-offer__heading.is-xlg small:before, #tinymce.mce-content-body.acf_content h3.l-offer__heading.is-xlg small:before, .l-post-content h2.l-offer__heading.is-xlg small:before, #tinymce.post-type-post h2.l-offer__heading.is-xlg small:before, #tinymce.post-type-page h2.l-offer__heading.is-xlg small:before, #tinymce.mce-content-body.acf_content h2.l-offer__heading.is-xlg small:before, .l-offer__heading.c-heading.is-xlg small:after, .l-post-content h6.l-offer__heading.is-xlg small:after, #tinymce.post-type-post h6.l-offer__heading.is-xlg small:after, #tinymce.post-type-page h6.l-offer__heading.is-xlg small:after, #tinymce.mce-content-body.acf_content h6.l-offer__heading.is-xlg small:after, .l-post-content h5.l-offer__heading.is-xlg small:after, #tinymce.post-type-post h5.l-offer__heading.is-xlg small:after, #tinymce.post-type-page h5.l-offer__heading.is-xlg small:after, #tinymce.mce-content-body.acf_content h5.l-offer__heading.is-xlg small:after, .l-post-content h4.l-offer__heading.is-xlg small:after, #tinymce.post-type-post h4.l-offer__heading.is-xlg small:after, #tinymce.post-type-page h4.l-offer__heading.is-xlg small:after, #tinymce.mce-content-body.acf_content h4.l-offer__heading.is-xlg small:after, .l-post-content h3.l-offer__heading.is-xlg small:after, #tinymce.post-type-post h3.l-offer__heading.is-xlg small:after, #tinymce.post-type-page h3.l-offer__heading.is-xlg small:after, #tinymce.mce-content-body.acf_content h3.l-offer__heading.is-xlg small:after, .l-post-content h2.l-offer__heading.is-xlg small:after, #tinymce.post-type-post h2.l-offer__heading.is-xlg small:after, #tinymce.post-type-page h2.l-offer__heading.is-xlg small:after, #tinymce.mce-content-body.acf_content h2.l-offer__heading.is-xlg small:after {
  background-image: url(../images/bg-heading-white.png);
}
.l-offer__items {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__items {
    display: block;
    text-align: center;
  }
}
.l-offer__item.is-tel {
  padding-right: 4.7368421053%;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item.is-tel {
    padding-right: 0;
    margin-bottom: 1.7142857143rem;
    padding-bottom: 1.7142857143rem;
    border-bottom: 1px solid #fff;
  }
}
.l-offer__item.is-tel:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  border-right: 1px solid #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item.is-tel:after {
    display: none;
  }
}
.l-offer__item.is-btns {
  width: 48.4210526316%;
  margin-left: 5.4385964912%;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item.is-btns {
    width: 100%;
    max-width: 39.4285714286rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item.is-btns .c-button.is-xlg, .l-offer__item.is-btns .c-button-social > a.is-xlg {
    height: 6.2857142857rem;
  }
}
@media (max-width: 320px) {
  .l-offer__item.is-btns .c-button.is-xlg, .l-offer__item.is-btns .c-button-social > a.is-xlg {
    padding-left: 1.1428571429rem;
    padding-right: 1.1428571429rem;
  }
}
.l-offer__item-text {
  text-align: center;
  display: block;
  font-size: 1.0714285714rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3333333333;
  margin-bottom: 1.4285714286rem;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item-text {
    margin-bottom: 1.4285714286rem;
  }
}
@media (max-width: 320px) {
  .l-offer__item-text {
    font-size: 1rem;
  }
}
.l-offer__item-tel {
  display: block;
  text-decoration: none;
  color: #fff;
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__item-tel {
    pointer-events: inherit;
  }
}
.l-offer__item-tel span {
  font-size: 3rem;
  letter-spacing: 0.1em;
  line-height: 1.1904761905;
  font-weight: bold;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item-tel span {
    font-size: 2.5714285714rem;
  }
}
.l-offer__item-tel span i {
  font-size: 2.4285714286rem;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__item-tel span i {
    margin-right: 0.2857142857rem;
    font-size: 2.2857142857rem;
  }
}
.l-offer__item-teltext {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.8571428571;
  margin-top: 1rem;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__item-teltext {
    margin-top: 0.5714285714rem;
    font-size: 0.9285714286rem;
  }
}
@media (max-width: 320px) {
  .l-offer__item-teltext {
    font-size: 0.7857142857rem;
  }
}
.l-offer__btns {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 2.1428571429rem;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__btns {
    margin-top: 0.5714285714rem;
  }
}
.l-offer__btns .c-button, .l-offer__btns .c-button-social > a {
  margin-right: 0.5714285714rem;
  color: #000;
}
@media screen and (max-width: 59.3125em) {
  .l-offer__btns .c-button, .l-offer__btns .c-button-social > a {
    font-size: 1rem;
    height: 4.2142857143rem;
  }
}
.l-offer__btns .c-button:hover, .l-offer__btns .c-button-social > a:hover {
  color: #333;
  background-color: #C7CBD3;
}
.l-offer__btns .c-button:last-of-type, .l-offer__btns .c-button-social > a:last-of-type {
  margin-right: 0;
}

/*
---
name: オファー_ボタン
category: Layout
---
*/
.l-offer-button {
  overflow: hidden;
}
.l-offer-button__inner {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__inner {
    display: block;
  }
}
.l-offer-button__block {
  text-decoration: none;
  color: #fff;
  background-color: #004B9B;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  min-height: 10rem;
  position: relative;
  padding: 1.7142857143rem 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__block {
    width: calc(100% + 32px);
    margin-left: -16px;
    min-height: 8.5714285714rem;
    justify-content: flex-start;
    padding: 1.7142857143rem 3.4285714286rem;
  }
}
.l-offer-button__block i {
  font-size: 2.8571428571rem;
  margin-right: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__block i {
    font-size: 2.2857142857rem;
    margin-right: 0.8571428571rem;
  }
}
.l-offer-button__block:after {
  content: "";
  display: block;
  position: absolute;
  width: 71.4285714286rem;
  height: 100%;
  background-color: #004B9B;
  top: 0;
  left: 0;
  transform: translateX(-100%);
  z-index: -1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__block:after {
    display: none;
  }
}
.l-offer-button__block.is-color-darken {
  background-color: rgb(0, 50.3225806452, 104);
}
.l-offer-button__block.is-color-darken:after {
  left: auto;
  right: 0;
  transform: translateX(100%);
  background-color: rgb(0, 50.3225806452, 104);
}
.l-offer-button__text {
  text-align: center;
}
.l-offer-button__text span {
  display: block;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 2.7142857143rem;
  letter-spacing: 0.1em;
  line-height: 1.1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__text span {
    font-size: 2.1714285714rem;
  }
}
.l-offer-button__text small {
  display: block;
  font-size: 1.1428571429rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-button__text small {
    font-size: 0.9142857143rem;
  }
}

/*
---
name: オファー_小
category: Layout
---
*/
.l-offer-sm {
  text-align: center;
  background-color: rgba(0, 75, 155, 0.1);
  padding: 2.8571428571rem 4rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-sm {
    padding: 2.2857142857rem;
  }
}
.l-offer-sm .c-heading, .l-offer-sm .l-post-content h6, .l-post-content .l-offer-sm h6, .l-offer-sm #tinymce.post-type-post h6, #tinymce.post-type-post .l-offer-sm h6, .l-offer-sm #tinymce.post-type-page h6, #tinymce.post-type-page .l-offer-sm h6, .l-offer-sm #tinymce.mce-content-body.acf_content h6, #tinymce.mce-content-body.acf_content .l-offer-sm h6, .l-offer-sm .l-post-content h5, .l-post-content .l-offer-sm h5, .l-offer-sm #tinymce.post-type-post h5, #tinymce.post-type-post .l-offer-sm h5, .l-offer-sm #tinymce.post-type-page h5, #tinymce.post-type-page .l-offer-sm h5, .l-offer-sm #tinymce.mce-content-body.acf_content h5, #tinymce.mce-content-body.acf_content .l-offer-sm h5, .l-offer-sm .l-post-content h4, .l-post-content .l-offer-sm h4, .l-offer-sm #tinymce.post-type-post h4, #tinymce.post-type-post .l-offer-sm h4, .l-offer-sm #tinymce.post-type-page h4, #tinymce.post-type-page .l-offer-sm h4, .l-offer-sm #tinymce.mce-content-body.acf_content h4, #tinymce.mce-content-body.acf_content .l-offer-sm h4, .l-offer-sm .l-post-content h3, .l-post-content .l-offer-sm h3, .l-offer-sm #tinymce.post-type-post h3, #tinymce.post-type-post .l-offer-sm h3, .l-offer-sm #tinymce.post-type-page h3, #tinymce.post-type-page .l-offer-sm h3, .l-offer-sm #tinymce.mce-content-body.acf_content h3, #tinymce.mce-content-body.acf_content .l-offer-sm h3, .l-offer-sm .l-post-content h2, .l-post-content .l-offer-sm h2, .l-offer-sm #tinymce.post-type-post h2, #tinymce.post-type-post .l-offer-sm h2, .l-offer-sm #tinymce.post-type-page h2, #tinymce.post-type-page .l-offer-sm h2, .l-offer-sm #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .l-offer-sm h2 {
  color: #004B9B;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-sm .c-heading, .l-offer-sm .l-post-content h6, .l-post-content .l-offer-sm h6, .l-offer-sm #tinymce.post-type-post h6, #tinymce.post-type-post .l-offer-sm h6, .l-offer-sm #tinymce.post-type-page h6, #tinymce.post-type-page .l-offer-sm h6, .l-offer-sm #tinymce.mce-content-body.acf_content h6, #tinymce.mce-content-body.acf_content .l-offer-sm h6, .l-offer-sm .l-post-content h5, .l-post-content .l-offer-sm h5, .l-offer-sm #tinymce.post-type-post h5, #tinymce.post-type-post .l-offer-sm h5, .l-offer-sm #tinymce.post-type-page h5, #tinymce.post-type-page .l-offer-sm h5, .l-offer-sm #tinymce.mce-content-body.acf_content h5, #tinymce.mce-content-body.acf_content .l-offer-sm h5, .l-offer-sm .l-post-content h4, .l-post-content .l-offer-sm h4, .l-offer-sm #tinymce.post-type-post h4, #tinymce.post-type-post .l-offer-sm h4, .l-offer-sm #tinymce.post-type-page h4, #tinymce.post-type-page .l-offer-sm h4, .l-offer-sm #tinymce.mce-content-body.acf_content h4, #tinymce.mce-content-body.acf_content .l-offer-sm h4, .l-offer-sm .l-post-content h3, .l-post-content .l-offer-sm h3, .l-offer-sm #tinymce.post-type-post h3, #tinymce.post-type-post .l-offer-sm h3, .l-offer-sm #tinymce.post-type-page h3, #tinymce.post-type-page .l-offer-sm h3, .l-offer-sm #tinymce.mce-content-body.acf_content h3, #tinymce.mce-content-body.acf_content .l-offer-sm h3, .l-offer-sm .l-post-content h2, .l-post-content .l-offer-sm h2, .l-offer-sm #tinymce.post-type-post h2, #tinymce.post-type-post .l-offer-sm h2, .l-offer-sm #tinymce.post-type-page h2, #tinymce.post-type-page .l-offer-sm h2, .l-offer-sm #tinymce.mce-content-body.acf_content h2, #tinymce.mce-content-body.acf_content .l-offer-sm h2 {
    margin-bottom: 1.1428571429rem;
  }
}
.l-offer-sm__items {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-sm__items {
    display: block;
  }
}
.l-offer-sm__block {
  width: 50%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer-sm__block {
    width: 100%;
    margin-bottom: 2.2857142857rem;
  }
  .l-offer-sm__block:last-child {
    margin-bottom: 0;
  }
}
.l-offer-sm__subtitle {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.8571428571rem;
}
.l-offer-sm__subtitle.is-border-bottom {
  border-bottom: 1px solid #CCC;
  padding-bottom: 0.7142857143rem;
}
.l-offer-sm__tel {
  color: #004B9B;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  display: block;
  font-size: 1.7142857143rem;
}
.l-offer-sm__tel i {
  margin-right: 0.5714285714rem;
}
.l-offer-sm__tel small {
  color: #333;
  font-size: 0.8571428571rem;
  display: block;
  margin-top: 0.5714285714rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.l-page-header {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 7.1428571429rem;
}
@media screen and (max-width: 59.3125em) {
  .l-page-header {
    margin-top: 4.2857142857rem;
  }
}
.l-page-header__image {
  height: 21.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__image {
    height: 10rem;
  }
}
.l-page-header__bgimg {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.l-page-header__bgimg:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-repeat: repeat;
  background-position: center center;
  background-size: 70px 70px;
  z-index: 2;
  opacity: 0.2;
}
.l-page-header__bgimg:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.7);
  top: 0;
  left: 0;
  z-index: 1;
}
.l-page-header__inner {
  text-align: center;
  color: #fff;
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 1.1428571429rem;
}
.l-page-header__title {
  display: inline-block;
  font-size: 2.5714285714rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding: 0 9.4285714286rem;
  margin-bottom: 0;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__title {
    font-size: 1.7142857143rem;
    min-width: inherit;
    padding: 0;
  }
}
.l-page-header__subtitle {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-size: 1.2857142857rem;
  letter-spacing: 0.1em;
  line-height: 1.2222222222;
  margin-top: 0.2857142857rem;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__subtitle {
    font-size: 0.8571428571rem;
  }
}

.l-post-content p, #tinymce.post-type-post p, #tinymce.post-type-page p, #tinymce.mce-content-body.acf_content p {
  text-align: left;
}
.l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
  margin-top: 0;
  position: relative;
  text-align: left;
  padding-bottom: 1.1428571429rem;
  margin-bottom: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h2, #tinymce.post-type-post h2, #tinymce.post-type-page h2, #tinymce.mce-content-body.acf_content h2 {
    padding-bottom: 0.8571428571rem;
  }
}
.l-post-content h2:after, #tinymce.post-type-post h2:after, #tinymce.post-type-page h2:after, #tinymce.mce-content-body.acf_content h2:after {
  content: "";
  display: block;
  width: 5.1428571429rem;
  height: 0.1428571429rem;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h2:after, #tinymce.post-type-post h2:after, #tinymce.post-type-page h2:after, #tinymce.mce-content-body.acf_content h2:after {
    width: 4.5714285714rem;
    height: 0.1428571429rem;
  }
}
.l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-page h3, #tinymce.mce-content-body.acf_content h3 {
  margin-top: 0;
  border-bottom: 3px solid #E2E2E2;
  padding-bottom: 1.4285714286rem;
  margin-bottom: 1.7142857143rem;
  position: relative;
  text-align: left;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3, #tinymce.post-type-post h3, #tinymce.post-type-page h3, #tinymce.mce-content-body.acf_content h3 {
    border-width: 2px;
    padding-bottom: 0.8571428571rem;
    margin-bottom: 1.7142857143rem;
  }
}
.l-post-content h3:after, #tinymce.post-type-post h3:after, #tinymce.post-type-page h3:after, #tinymce.mce-content-body.acf_content h3:after {
  content: "";
  display: block;
  width: 7.1428571429rem;
  height: 0.2142857143rem;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3:after, #tinymce.post-type-post h3:after, #tinymce.post-type-page h3:after, #tinymce.mce-content-body.acf_content h3:after {
    width: 5.7142857143rem;
    height: 0.1428571429rem;
  }
}
.l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4 {
  background-color: #E9EFF6;
  padding: 1.1428571429rem 2rem;
  border-left: 4px solid #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4 {
    border-width: 2px;
    padding: 0.5714285714rem 1.1428571429rem;
    margin-bottom: 1.1428571429rem;
  }
}
.l-post-content h4.is-xs, .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4 {
  padding: 0.7142857143rem 1.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h4.is-xs, .l-post-content h4, #tinymce.post-type-post h4, #tinymce.post-type-page h4, #tinymce.mce-content-body.acf_content h4 {
    padding: 0.3571428571rem 1.1428571429rem;
  }
}
.l-post-content h5, #tinymce.post-type-post h5, #tinymce.post-type-page h5, #tinymce.mce-content-body.acf_content h5 {
  color: #333;
  margin-top: 0;
  position: relative;
  text-align: left;
  padding-left: 1.35em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h5, #tinymce.post-type-post h5, #tinymce.post-type-page h5, #tinymce.mce-content-body.acf_content h5 {
    padding-left: 1.7142857143rem;
  }
}
.l-post-content h5:before, #tinymce.post-type-post h5:before, #tinymce.post-type-page h5:before, #tinymce.mce-content-body.acf_content h5:before {
  content: "\f10c";
  font-family: "FontAwesome";
  font-size: 1.1em;
  line-height: 1.4;
  display: block;
  color: #004B9B;
  position: absolute;
  left: 0;
  top: 1px;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h5:before, #tinymce.post-type-post h5:before, #tinymce.post-type-page h5:before, #tinymce.mce-content-body.acf_content h5:before {
    font-size: 1.3714285714rem;
    line-height: 1.3;
    top: 0;
  }
}
.l-post-content h6, #tinymce.post-type-post h6, #tinymce.post-type-page h6, #tinymce.mce-content-body.acf_content h6 {
  margin-top: 0;
  text-align: left;
}
.l-post-content.is-twocolumns h2, .is-twocolumns#tinymce.post-type-post h2, .is-twocolumns#tinymce.post-type-page h2, .is-twocolumns#tinymce.mce-content-body.acf_content h2 {
  text-align: left;
  margin-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content.is-twocolumns h2, .is-twocolumns#tinymce.post-type-post h2, .is-twocolumns#tinymce.post-type-page h2, .is-twocolumns#tinymce.mce-content-body.acf_content h2 {
    margin-bottom: 1.7142857143rem;
  }
}
.l-post-content.is-twocolumns h2:after, .is-twocolumns#tinymce.post-type-post h2:after, .is-twocolumns#tinymce.post-type-page h2:after, .is-twocolumns#tinymce.mce-content-body.acf_content h2:after {
  left: 0;
  transform: translateX(0);
}

@media print {
  html, body {
    min-width: 1140px;
  }
  .slidebar-menu,
  .slidebar-button,
  .u-hidden-lg {
    display: none;
  }
  .large-1 {
    width: 8.3333333333%;
  }
  .is-push-lg-1 {
    width: push(1);
  }
  .large-2 {
    width: 16.6666666667%;
  }
  .is-push-lg-2 {
    width: push(2);
  }
  .large-3 {
    width: 25%;
  }
  .is-push-lg-3 {
    width: push(3);
  }
  .large-4 {
    width: 33.3333333333%;
  }
  .is-push-lg-4 {
    width: push(4);
  }
  .large-5 {
    width: 41.6666666667%;
  }
  .is-push-lg-5 {
    width: push(5);
  }
  .large-6 {
    width: 50%;
  }
  .is-push-lg-6 {
    width: push(6);
  }
  .large-7 {
    width: 58.3333333333%;
  }
  .is-push-lg-7 {
    width: push(7);
  }
  .large-8 {
    width: 66.6666666667%;
  }
  .is-push-lg-8 {
    width: push(8);
  }
  .large-9 {
    width: 75%;
  }
  .is-push-lg-9 {
    width: push(9);
  }
  .large-10 {
    width: 83.3333333333%;
  }
  .is-push-lg-10 {
    width: push(10);
  }
  .large-11 {
    width: 91.6666666667%;
  }
  .is-push-lg-11 {
    width: push(11);
  }
  .large-12 {
    width: 100%;
  }
  .is-push-lg-12 {
    width: push(12);
  }
}
.l-section.is-xxxxlg {
  padding-top: 8.5714285714rem;
  padding-bottom: 8.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxxxlg {
    padding-top: 4.2857142857rem;
    padding-bottom: 4.2857142857rem;
  }
}
.l-section.is-xxxlg {
  padding-top: 7.4285714286rem;
  padding-bottom: 7.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxxlg {
    padding-top: 3.7142857143rem;
    padding-bottom: 3.7142857143rem;
  }
}
.l-section.is-xxlg {
  padding-top: 5.7142857143rem;
  padding-bottom: 8.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxlg {
    padding-top: 2.8571428571rem;
    padding-bottom: 4.2857142857rem;
  }
}
.l-section.is-xlg {
  padding-top: 5.7142857143rem;
  padding-bottom: 5.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 2.8571428571rem;
    padding-bottom: 2.8571428571rem;
  }
}
.l-section.is-lg {
  padding-top: 4.5714285714rem;
  padding-bottom: 4.5714285714rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 2.2857142857rem;
    padding-bottom: 2.2857142857rem;
  }
}
.l-section.is-sm, .l-post-content h3.l-section, #tinymce.post-type-post h3.l-section, #tinymce.post-type-page h3.l-section, #tinymce.mce-content-body.acf_content h3.l-section {
  padding-top: 3.4285714286rem;
  padding-bottom: 3.4285714286rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm, .l-post-content h3.l-section, #tinymce.post-type-post h3.l-section, #tinymce.post-type-page h3.l-section, #tinymce.mce-content-body.acf_content h3.l-section {
    padding-top: 0.8571428571rem;
    padding-bottom: 0.8571428571rem;
  }
}
.l-section.is-xs, .l-post-content h4.l-section, #tinymce.post-type-post h4.l-section, #tinymce.post-type-page h4.l-section, #tinymce.mce-content-body.acf_content h4.l-section {
  padding-top: 2.2857142857rem;
  padding-bottom: 2.2857142857rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs, .l-post-content h4.l-section, #tinymce.post-type-post h4.l-section, #tinymce.post-type-page h4.l-section, #tinymce.mce-content-body.acf_content h4.l-section {
    padding-top: 1.1428571429rem;
    padding-bottom: 1.1428571429rem;
  }
}
.l-section.is-xxs, .l-post-content h5.l-section, #tinymce.post-type-post h5.l-section, #tinymce.post-type-page h5.l-section, #tinymce.mce-content-body.acf_content h5.l-section, .l-post-content h6.l-section, #tinymce.post-type-post h6.l-section, #tinymce.post-type-page h6.l-section, #tinymce.mce-content-body.acf_content h6.l-section {
  padding-top: 1.7142857143rem;
  padding-bottom: 1.7142857143rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xxs, .l-post-content h5.l-section, #tinymce.post-type-post h5.l-section, #tinymce.post-type-page h5.l-section, #tinymce.mce-content-body.acf_content h5.l-section, .l-post-content h6.l-section, #tinymce.post-type-post h6.l-section, #tinymce.post-type-page h6.l-section, #tinymce.mce-content-body.acf_content h6.l-section {
    padding-top: 0.8571428571rem;
    padding-bottom: 0.8571428571rem;
  }
}
.l-section.is-color-background {
  background-color: #E9EFF6;
}
.l-section.is-color-primary {
  background-color: rgba(0, 75, 155, 0.2);
}
.l-section.is-color-secondary {
  background-color: #DCE3E5;
}
.l-section.is-color-secondary.is-color-third {
  background-color: #E9EFF6;
}
.l-section.is-color-gray {
  background-color: rgba(51, 51, 51, 0.05);
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}
.l-section.is-city {
  position: relative;
}
.l-section.is-city:before {
  content: "";
  display: block;
  width: 100%;
  /* margin-top: 240px; */
  height: 679px;
  background-image: url(../images/bg-city.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 1920px auto;
  position: absolute;
  left: 50%;
  top: -460px;
  transform: translateX(-50%);
  z-index: -1;
}
.l-section.is-bg-building {
  position: relative;
}
.l-section.is-bg-building:before {
  content: "";
  width: 100%;
  height: 19.8571428571rem;
  background-image: url(../images/bg-building.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 1920px auto;
  position: absolute;
  left: 0;
  top: 16px;
  transform: translateY(-100%);
  z-index: -1;
}
@media (max-width: 640px) {
  .l-section.is-bg-building:before {
    height: 16.7142857143rem;
    top: 16px;
  }
}

.l-wrapper {
  padding-bottom: 5.7142857143rem;
  padding-top: 4.5714285714rem;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-wrapper {
    padding-top: 1.7142857143rem;
    padding-bottom: 2.8571428571rem;
  }
}

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