/*!***********************************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../node_modules/import-glob-loader/index.js!./assets/scss/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************/
@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}

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

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

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: var(--letter-spacing);
}

/**
 * Remove default margin.
 */
body {
  color: #000;
  margin: 0;
  line-height: 2;
  font-size: 24px;
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
body.is-slidebar-active {
  overflow: hidden;
}
@media print {
  body {
    margin: 0;
  }
}
/* @media screen and (max-width: 59.3125em) {
  body {
    margin-bottom: 4rem;
  }
} */
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body {
    font-size: 18px;
  }
}
body.en {
  font-family: "Roboto", sans-serif;
  line-height: 1.8;
  letter-spacing: 0;
  font-size: 15px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  body.en {
    font-size: 13.125px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
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],
input[disabled] {
  cursor: default;
}

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0;
}

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

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

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

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

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

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

input[type=text],
input[type=url],
input[type=search],
input[type=email],
input[type=password],
input[type=tel] {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #D3D3D3;
  padding: 0.3333333333rem 0.5rem;
  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;
  box-shadow: none;
}

textarea {
  font-size: 15px;
  line-height: 1.8;
  border: 1px solid #D3D3D3;
  padding: 0.3333333333rem 0.5rem;
  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;
  box-shadow: none;
}

input[type=checkbox] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #17245D;
}

input[type=radio] {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  accent-color: #17245D;
}

select {
  text-transform: none;
  display: block;
  width: 100%;
  height: 48px;
  padding: 8px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  outline: none;
  background-color: #fff;
  color: black;
  border: 1px solid #D3D3D3;
  border-radius: 0 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg width="9" height="6" viewBox="0 0 9 6" fill="none" xmlns="http://www.w3.org/2000/svg"> <path d="M7.945 2.38419e-05L9 1.05402L4.5 5.55402L0 1.05402L1.055 -0.000976562L4.5 3.44502L7.945 2.38419e-05Z" fill="%23222222"/></svg>');
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 9px 5px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  select {
    width: 100%;
  }
}
select:focus, select:active {
  outline: none;
  box-shadow: none;
}

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

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

/*
---
name: アコーディオン_Q&A
category: Components
---
*/
.c-accordion__block {
  border: 1px solid #D3D3D3;
  padding: 0 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__block {
    padding: 0 0.6666666667rem;
  }
}
.c-accordion__block:not(:last-child) {
  margin-bottom: 0.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-accordion__block:not(:last-child) {
    margin-bottom: 0.5rem;
  }
}
.c-accordion__block.is-open .c-accordion__head::after {
  content: "expand_more";
}
.c-accordion__head {
  cursor: pointer;
  display: flex;
  align-items: flex-start;
  padding: 0.6666666667rem 1rem 0.6666666667rem 0;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head {
    padding: 0.6666666667rem 1rem 0.5rem 0;
  }
}
.c-accordion__head::after {
  content: "expand_less";
  font-family: "Material Icons Outlined";
  color: #17245D;
  position: absolute;
  line-height: 1;
  letter-spacing: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__head::after {
    top: 0.8333333333rem;
    transform: translateY(0);
  }
}
.c-accordion__title {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #17245D;
  padding-top: 0.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__title {
    padding-top: 0;
  }
}
.c-accordion__icon {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 0.9166666667rem;
  background-color: #17245D;
  width: 1.6666666667rem;
  height: 1.6666666667rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-right: 0.6666666667rem;
  padding-left: 0.0833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__icon {
    width: 1.3333333333rem;
    height: 1.3333333333rem;
    font-size: 0.75rem;
  }
}
.c-accordion__icon.is-color-accent {
  background-color: #E04B3A;
  position: absolute;
  top: 0.6666666667rem;
  left: 0;
}
.c-accordion__content {
  padding: 1rem 0 1rem 2.3333333333rem;
  position: relative;
  border-top: 1px solid #D3D3D3;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-accordion__content {
    padding: 0.6666666667rem 0 0.6666666667rem 2rem;
  }
}

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

/*
---
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: 6.6666666667rem;
  overflow: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__block {
    height: 38vw;
  }
}
.c-banners__block::after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  font-size: 1.5rem;
  font-weight: 400;
  position: relative;
  z-index: 99;
  position: absolute;
  right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__block::after {
    font-size: 1.2rem;
  }
}
.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: 1rem;
  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: 0.8333333333rem;
  }
}
.c-banners__text small {
  display: block;
  font-size: 0.6666666667rem;
  letter-spacing: 0.1em;
  font-family: "Roboto", sans-serif;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners__text small {
    font-size: 0.5833333333rem;
  }
}

/*
---
name: バナー_3カラム
category: Banners
---
*/
.c-banners.is-lg .c-banners__block {
  height: 13.8333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners.is-lg .c-banners__block {
    height: 40vw;
  }
}
.c-banners.is-lg .c-banners__block::after {
  display: none;
}
.c-banners.is-lg .c-banners__block:hover .c-banners__button::after {
  transition: 0.3s;
  right: 0;
}
.c-banners.is-lg .c-banners__text span {
  font-family: "Roboto", sans-serif;
  font-size: 1.5rem;
  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: 1.3333333333rem;
  line-height: 1.25;
  padding-bottom: 0.5416666667rem;
}
.c-banners.is-lg .c-banners__text span .is-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-banners.is-lg .c-banners__text span {
    font-size: 1.2rem;
  }
}
.c-banners.is-lg .c-banners__text small {
  margin-top: 0.9166666667rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
.c-banners.is-lg .c-banners__button {
  margin-top: 1.75rem;
  position: relative;
  color: #fff;
  padding: 0.625rem 0;
  border: 1px solid #fff;
  position: relative;
}
.c-banners.is-lg .c-banners__button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0.625rem;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 1px;
  background: #fff;
  transition: 0.3s;
}

.c-block-archive__lead {
  text-align: center;
}
.c-block-archive__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3333333333rem 1.25rem;
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-archive__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-block-archive__list {
    grid-template-columns: 1fr;
    gap: 2rem 0.8333333333rem;
    margin-top: 1.3333333333rem;
  }
}
.c-block-archive__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-block-archive__image:before {
  content: "";
  display: block;
  padding-top: 65.6097560976%;
}
.c-block-archive__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-archive__content {
  margin-top: 0.6666666667rem;
}
.c-block-archive__text {
  font-size: 0.9166666667rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 46.8125em) {
  .c-block-archive__text {
    font-size: 0.6666666667rem;
  }
}

.c-block-cookie {
  position: fixed;
  z-index: 999999;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  padding: 0.5833333333rem 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cookie {
    padding: 0.8333333333rem 0;
  }
}
.c-block-cookie.is-fixed {
  opacity: 1;
  visibility: visible;
}
.c-block-cookie.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.c-block-cookie__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cookie__inner {
    display: block;
  }
}
.c-block-cookie__text {
  font-size: 0.5rem;
  line-height: 2;
  --letter-spacing: 0.1em;
  font-weight: 400;
  color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cookie__text {
    font-size: 0.4166666667rem;
    line-height: 1.8;
    --letter-spacing: 0.08em;
    font-weight: 400;
    margin-bottom: 0.6666666667rem;
  }
}
.c-block-cookie__button {
  flex: none;
  margin-left: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cookie__button {
    width: 100%;
    margin-left: 0;
  }
}
.c-block-cookie__button a {
  font-size: 0.5416666667rem;
  line-height: 1.4615384615;
  --letter-spacing: 0.14em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 0.625rem 4.1666666667rem;
  background: #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-cookie__button a {
    width: 100%;
    font-size: 0.5rem;
    line-height: 1.5;
    --letter-spacing: 0.12em;
    font-weight: 400;
    padding: 0.5833333333rem 4.1666666667rem;
  }
}

.c-block-document__inner {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-block-document__inner {
    display: block;
  }
}
.c-block-document__detail {
  width: 57.8947368421%;
  background: #fff;
  padding: 2.3333333333rem 5.4385964912%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-document__detail {
    width: 100%;
    padding: 1.6666666667rem 1.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-document__detail {
    padding: 1rem 0.8333333333rem;
  }
}
.c-block-document__form {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 42.1052631579%;
  background: #DEE0E3;
  padding: 2.3333333333rem 5.4385964912%;
}
@media screen and (max-width: 59.3125em) {
  .c-block-document__form {
    width: 100%;
    padding: 1.6666666667rem 1.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-document__form {
    padding: 1rem 0.8333333333rem;
  }
}
.c-block-document__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-document__images {
    grid-template-columns: 1fr;
    gap: 0.8333333333rem;
  }
}
.c-block-document__image {
  overflow: hidden;
  position: relative;
  padding-top: 56.1752988048%;
  background: #ccc;
}
.c-block-document__image.swiper-slide {
  cursor: pointer;
}
.c-block-document__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  max-height: calc(100% - 30px);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s 0s ease;
}
.c-block-document__image .is-no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.7083333333rem;
  line-height: 1.4705882353;
  --letter-spacing: 0.05em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-document__image .is-no {
    font-size: 0.5833333333rem;
  }
}
.c-block-document__slider {
  margin-top: 1rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-document__slider {
    margin-top: 0.8333333333rem;
  }
}
.c-block-document__slider .swiper-nav {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.c-block-document__slider .swiper-nav .swiper-button-prev, .c-block-document__slider .swiper-nav .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  transition: all 0.3s 0s ease;
}
.c-block-document__slider .swiper-nav .swiper-button-prev:after, .c-block-document__slider .swiper-nav .swiper-button-next:after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  color: #17245D;
}
.c-block-document__slider .swiper-nav .swiper-button-prev:hover, .c-block-document__slider .swiper-nav .swiper-button-next:hover {
  opacity: 0.5;
}
.c-block-document__slider .swiper-nav .swiper-button-prev:after {
  transform: rotate(-180deg);
}
.c-block-document__block {
  margin-bottom: 0.6666666667rem;
}
.c-block-document__title {
  display: flex;
  align-items: center;
  margin-bottom: 0.25rem;
  font-size: 0.6666666667rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 46.8125em) {
  .c-block-document__title {
    font-size: 0.5833333333rem;
  }
}
.c-block-document__label {
  display: inline-block;
  background-color: #17245D;
  color: #fff;
  font-size: 0.4166666667rem;
  line-height: 1.6;
  --letter-spacing: 0.05em;
  font-weight: 700;
  text-align: center;
  padding: 2px 10px;
  margin-right: 0.5rem;
  min-width: 1.875rem;
}
.c-block-document__label.is-danger {
  background-color: #cc2919;
}
.c-block-document__content {
  width: 100%;
}
.c-block-document__input {
  width: 100%;
}
.c-block-document__input input {
  background: #fff;
  border: 1px solid #D3D3D3;
  padding: 0.4166666667rem 0.6666666667rem;
}
.c-block-document__input input:focus {
  border-color: #17245D;
}
.c-block-document__textarea textarea {
  border: 1px solid #D3D3D3;
  min-height: 5.25rem;
  border-radius: 3px;
  background: #fff;
  padding: 0.4166666667rem 0.6666666667rem;
}
.c-block-document__textarea textarea:focus {
  border-color: #17245D;
}
.c-block-document__privacy {
  display: flex;
  align-items: center;
  font-size: 0.6666666667rem;
  line-height: 1.5;
}
@media screen and (max-width: 46.8125em) {
  .c-block-document__privacy {
    font-size: 0.5833333333rem;
  }
}
.c-block-document__privacy input {
  cursor: pointer;
  margin-right: 0.4166666667rem;
}
.c-block-document__privacy input[type=checkbox] {
  appearance: none;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  position: relative;
}
.c-block-document__privacy input[type=checkbox]:after {
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.c-block-document__privacy input[type=checkbox]:checked:after {
  content: "check";
  font-family: "Material Icons Outlined";
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #17245D;
  border-radius: 4px;
  background: #17245D;
  color: #fff;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 0;
  width: 0.8333333333rem;
  height: 0.8333333333rem;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  visibility: visible;
}
.c-block-document__privacy input[type=checkbox]:checked:before {
  visibility: visible;
  opacity: 1;
}
.c-block-document__privacy a {
  font-weight: 400;
  color: #000;
}
.c-block-document__submit {
  text-align: center;
  margin-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-document__submit {
    margin-top: 1.3333333333rem;
  }
}
.c-block-document__submit .c-button, .c-block-document__submit .c-button-social > a {
  max-width: 100%;
}

.c-block-modal-form {
  position: fixed;
  top: 3.3333333333rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
}
@media screen and (max-width: 59.3125em) {
  .c-block-modal-form {
    top: 2.2916666667rem;
  }
}
.c-block-modal-form__inner {
  padding: 3.75rem 0;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__inner {
    padding: 2.5rem 0;
  }
}
.c-block-modal-form__bg {
  position: fixed;
  left: 0;
  height: calc(100vh - 352px);
  width: 100%;
  bottom: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-block-modal-form__bg {
    height: calc(100vh - 252px - 64px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__bg {
    height: calc(100vh - 166px - 64px);
  }
}
.c-block-modal-form__form {
  display: flex;
  height: 3rem;
  width: 100%;
  max-width: 31.1666666667rem;
  margin: auto;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form {
    height: 1.9166666667rem;
  }
}
.c-block-modal-form__form::after {
  content: "";
  height: 1.9166666667rem;
  width: 1px;
  background: #D3D3D3;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2.5833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form::after {
    height: 0.9166666667rem;
    left: 1.75rem;
  }
}
.c-block-modal-form__form .is-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0.9166666667rem;
  width: 0.875rem;
  height: 0.875rem;
  z-index: 1;
  pointer-events: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form .is-icon {
    font-size: 0.4166666667rem;
    transform: scale(0.9) translateY(-50%);
    left: 0.5rem;
  }
}
.c-block-modal-form__form input {
  border: none;
  font-family: inherit;
  position: relative;
  padding-left: 3.5833333333rem;
  font-size: 0.5833333333rem;
  line-height: 1.4285714286;
  --letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 2px 0 0 2px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form input {
    padding-left: 2.5rem;
    font-size: 0.4583333333rem;
    line-height: 1.5454545455;
    --letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.c-block-modal-form__form input::placeholder {
  font-size: 0.5833333333rem;
  line-height: 1.4285714286;
  --letter-spacing: 0.1em;
  font-weight: 400;
  color: #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form input::placeholder {
    font-size: 0.4583333333rem;
    line-height: 1.5454545455;
    --letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.c-block-modal-form__form button {
  width: 4.6666666667rem;
  flex: none;
  background: #17245D;
  border: none;
  padding: 0;
  color: #fff;
  outline: none;
  font-size: 0.6666666667rem;
  line-height: 1.5;
  --letter-spacing: 0.1em;
  font-weight: 400;
  border-radius: 0 2px 2px 0;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__form button {
    width: 3.25rem;
    font-size: 0.5rem;
    line-height: 1.5;
    --letter-spacing: 0.08em;
    font-weight: 400;
  }
}
.c-block-modal-form__form button:hover {
  opacity: 0.5;
}
.c-block-modal-form__close {
  position: absolute;
  right: 5.8333333333rem;
  top: 1rem;
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;
  width: 2.2166666667rem;
  height: 2.2166666667rem;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 81.25em) {
  .c-block-modal-form__close {
    right: 0.8333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__close {
    right: 0;
    top: 0.25rem;
  }
}
.c-block-modal-form__close::before {
  content: "";
  display: block;
  width: 2.2166666667rem;
  height: 1px;
  background: #fff;
  transform: rotate(45deg);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__close::before {
    width: 1.6666666667rem;
  }
}
.c-block-modal-form__close::after {
  content: "";
  display: block;
  width: 2.2166666667rem;
  height: 1px;
  background: #fff;
  transform: translateY(-1px) rotate(-45deg);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal-form__close::after {
    width: 1.6666666667rem;
  }
}
.c-block-modal-form__close:hover {
  opacity: 0.5;
}

body.is-search-modal-open .c-block-modal-form {
  visibility: visible;
  opacity: 1;
}

.c-block-modal {
  cursor: auto;
  text-align: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 9999999;
  transition: all 0.3s 0s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.c-block-modal.is-open {
  opacity: 1;
  visibility: visible;
}
.c-block-modal__overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.c-block-modal__container {
  z-index: 1;
  position: relative;
}
.c-block-modal__wrapper {
  height: auto;
  max-height: calc(80vh - 84px);
  overflow-y: scroll;
  padding: 1.25rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-modal__wrapper {
    max-height: calc(80vh - 120px);
    padding: 0;
  }
}
.c-block-modal__head.c-heading.is-lg {
  text-align: center;
  margin-top: 0;
}
.c-block-modal__content:not(:first-child) {
  margin-top: 3.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__content:not(:first-child) {
    margin-top: 1.6666666667rem;
  }
}
.c-block-modal__title.c-heading.is-md {
  margin: 0 0 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-modal__title.c-heading.is-md {
    margin-bottom: 1rem;
  }
}

.c-block-other__lead {
  text-align: center;
}
.c-block-other__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.3333333333rem 1.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-other__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-block-other__list {
    grid-template-columns: 1fr;
    gap: 2rem 0.8333333333rem;
    margin-top: 2.3333333333rem;
  }
}
.c-block-other__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-block-other__image:before {
  content: "";
  display: block;
  padding-top: 78.75%;
}
.c-block-other__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-other__content {
  margin-top: 1.1666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-other__content {
    margin-top: 0.6666666667rem;
  }
}
.c-block-other__text {
  font-size: 0.9166666667rem;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 46.8125em) {
  .c-block-other__text {
    font-size: 0.6666666667rem;
  }
}

.c-block-service__inner {
  max-width: 44.5833333333rem;
  background: #fff;
  padding: 2rem 1.6666666667rem 2.5rem;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__inner {
    padding: 1rem 0.8333333333rem 1.3333333333rem;
  }
}
.c-block-service__inner:not(:first-child) {
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__inner:not(:first-child) {
    margin-top: 1.3333333333rem;
  }
}
.c-block-service__label {
  width: fit-content;
  color: #fff;
  font-size: 0.9166666667rem;
  line-height: 1.5;
  font-weight: 700;
  background: #17245D;
  padding: 0.25rem 0.75rem;
  border-radius: 5px;
  margin: 0 auto 0.3333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__label {
    font-size: 0.6666666667rem;
    padding: 0.1666666667rem 0.5rem;
  }
}
.c-block-service__label.is-secondary {
  background: #E4087C;
}
.c-block-service__lead {
  text-align: center;
}

@media screen and (max-width: 46.8125em) {
  .c-block-service__lead {
    text-align: justify;
  }
}

.c-block-service__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__images {
    grid-template-columns: 1fr;
    gap: 0.8333333333rem;
    margin-top: 1.3333333333rem;
  }
}
.c-block-service__image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.c-block-service__image::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.c-block-service__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-service__text {
  margin-top: 1.25rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__text {
    margin-top: 0.6666666667rem;
  }
}
.c-block-service__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-service__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__list {
    grid-template-columns: 1fr;
    gap: 0.8333333333rem;
    margin-top: 1.3333333333rem;
  }
}
.c-block-service__item {
  display: flex;
  align-items: center;
  padding: 1rem 0.8333333333rem;
  border: 3px solid #237DC1;
  border-radius: 10px;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__item {
    padding: 0.6666666667rem;
  }
}
.c-block-service__icon {
  flex: none;
  margin-right: 0.5rem;
}
.c-block-service__discription {
  color: #237DC1;
  font-size: 0.9166666667rem;
  line-height: 1.5454545455;
  --letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 46.8125em) {
  .c-block-service__discription {
    font-size: 0.6666666667rem;
  }
}

.c-block-support__lead {
  text-align: center;
}
.c-block-support__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.3333333333rem 1.25rem;
  margin-top: 3rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-support__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-block-support__list {
    grid-template-columns: 1fr;
    gap: 2rem 0.8333333333rem;
    margin-top: 2.3333333333rem;
  }
}
.c-block-support__item {
  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}
.c-block-support__image {
  position: relative;
}
.c-block-support__image:before {
  content: "";
  display: block;
  padding-top: 68.2926829268%;
}
.c-block-support__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-block-support__content {
  padding: 1.5rem 1rem 3rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-support__content {
    padding: 1rem 0.8333333333rem 1.3333333333rem;
  }
}
.c-block-support__text {
  font-size: 0.9166666667rem;
  line-height: 1.5;
  text-align: justify;
}
@media screen and (max-width: 46.8125em) {
  .c-block-support__text {
    font-size: 0.6666666667rem;
  }
}

.c-block-worry {
  position: relative;
  z-index: 1;
}
.c-block-worry__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6666666667rem 0.8333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-block-worry__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-block-worry__list {
    gap: 0.8333333333rem;
  }
}
.c-block-worry__image {
  width: 100%;
  max-width: 8.4166666667rem;
  margin: 0 auto 0.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-block-worry__image {
    max-width: 6.25rem;
    margin: 0 auto 0.5rem;
  }
}
.c-block-worry__image img {
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.16));
}
.c-block-worry__text {
  text-align: center;
  line-height: 1.5;
  font-weight: 700;
  font-size: .8rem;
}

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

/*
---
name: <blockquote> 引用テキスト
category: Base
---
*/
.c-blockquote, .l-post-content blockquote, #growp-editor-wrapper.post-type-post blockquote, #tinymce.mce-content-body.acf_content blockquote, #tinymce.post-type-post blockquote {
  background-color: #fff;
  border-top: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
  border-bottom: 1px solid #D3D3D3;
  border-left: 3px solid #17245D;
  position: relative;
  padding: 1rem 1rem 1rem 2rem;
  font-size: 24px;
  margin: 0.6666666667rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote, .l-post-content blockquote, #growp-editor-wrapper.post-type-post blockquote, #tinymce.mce-content-body.acf_content blockquote, #tinymce.post-type-post blockquote {
    padding: 0.5rem 0.5rem 0.5rem 1.3333333333rem;
  }
}
.c-blockquote::before, .l-post-content blockquote::before, #growp-editor-wrapper.post-type-post blockquote::before, #tinymce.mce-content-body.acf_content blockquote::before, #tinymce.post-type-post blockquote::before {
  content: "format_quote";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  font-size: 0.8333333333rem;
  color: #17245D;
  position: absolute;
  left: 0.5rem;
  top: 0.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-blockquote::before, .l-post-content blockquote::before, #growp-editor-wrapper.post-type-post blockquote::before, #tinymce.mce-content-body.acf_content blockquote::before, #tinymce.post-type-post blockquote::before {
    font-size: 0.6666666667rem;
    top: 0.0833333333rem;
    left: 0.3333333333rem;
  }
}
.c-blockquote cite, .l-post-content blockquote cite, #growp-editor-wrapper.post-type-post blockquote cite, #tinymce.mce-content-body.acf_content blockquote cite, #tinymce.post-type-post blockquote cite {
  display: block;
  margin-top: 0.6666666667rem;
}

/*
---
name: アーカイブナビ_通常
category: Navigation
---
*/
.c-box-archive__block {
  border: 1px solid #17245D;
  padding: 1rem 1.3333333333rem 0.5rem;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive__block {
    padding: 0.6666666667rem 1rem 0.5rem;
  }
}
.c-box-archive__block:last-child {
  margin-bottom: 0;
}
.c-box-archive__title {
  font-size: 0.8333333333rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #17245D;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive__title {
    font-size: 0.6666666667rem;
  }
}
.c-box-archive ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-box-archive ul li {
  margin-right: 2rem;
  margin-bottom: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-archive ul li {
    margin-right: 1rem;
    margin-bottom: 0.3333333333rem;
  }
}
.c-box-archive ul li::before {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  color: #17245D;
  padding-right: 0.3333333333rem;
}
.c-box-archive ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

/*
---
name: ステップボックス_画像なし
category: Components
---
*/
.c-box-number__block {
  display: flex;
  position: relative;
  margin-bottom: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__block {
    margin-bottom: 1.3333333333rem;
  }
}
.c-box-number__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #17245D 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: #17245D;
  width: 3.5833333333rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__head {
    width: 3rem;
  }
}
.c-box-number__number {
  color: #fff;
  text-align: center;
  font-family: "Roboto", sans-serif;
  line-height: 1.2;
}
.c-box-number__number small {
  font-family: "Roboto", sans-serif;
  font-size: 0.6666666667rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number small {
    font-size: 0.5833333333rem;
  }
}
.c-box-number__number span {
  font-size: 1.3333333333rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__number span {
    font-size: 1.3333333333rem;
  }
}
.c-box-number__content {
  background-color: #E4087C;
  padding: 1.1666666667rem 1.6666666667rem;
  width: calc(100% - 86px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-number__content {
    padding: 0.6666666667rem 1rem;
    width: calc(100% - 72px);
  }
}
.c-box-number__text {
  font-size: 0.5833333333rem;
}

/*
---
name: シェアボックス
category: PostContent
---
# いいねボタンのHTMLは自動生成
*/
.c-box-share {
  width: 100%;
  min-height: 11.25rem;
  background: url("../images/img-sample.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  text-align: center;
  margin: 2rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share {
    margin: 1rem 0;
    min-height: 8.3333333333rem;
  }
}
.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: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.8333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box-share__title {
    font-size: 0.8333333333rem;
    margin-bottom: 0.5833333333rem;
  }
}

/*
---
name: ボックス_通常
category: Components
---
*/
.c-box__block {
  background-color: #E4087C;
  padding: 1.3333333333rem 1.6666666667rem;
  margin-bottom: 2.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__block {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.c-box__block:last-child {
  margin-bottom: 0;
}
.c-box__block:last-child::after {
  display: none !important;
}
.c-box.is-number-left .c-box__block {
  position: relative;
}
.c-box.is-number-left .c-box__block::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 32px 33px 0 33px;
  border-color: #17245D transparent transparent transparent;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__block::after {
    border-width: 16px 16px 0 16px;
  }
}
.c-box.is-number-left .c-box__number {
  background-color: #17245D;
  color: #fff;
  width: 3.5833333333rem;
  height: 3.5833333333rem;
  text-align: center;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 0;
  line-height: 1;
  left: 0;
  padding-top: 0.5833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number {
    width: 2.6666666667rem;
    height: 2.6666666667rem;
    padding-top: 0.4166666667rem;
  }
}
.c-box.is-number-left .c-box__number small {
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  letter-spacing: 0.1em;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number small {
    font-size: 0.5833333333rem;
  }
}
.c-box.is-number-left .c-box__number span {
  font-size: 1.75rem;
  letter-spacing: 0;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box.is-number-left .c-box__number span {
    font-size: 1.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-box__image {
    margin-bottom: 0.6666666667rem;
  }
}
.c-box.is-roundimg .c-box__image {
  width: 8.3333333333rem;
  height: 8.3333333333rem;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.c-box.is-roundimg .c-box__image img {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.c-breadcrumb {
  padding: 0.5rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-breadcrumb__inner {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
}
.c-breadcrumb__inner span {
  font-size: 0.5rem;
  line-height: 1.5833333333;
}
.c-breadcrumb__inner span.is-arrow {
  margin: 0 0.3333333333rem;
  align-items: center;
}
.c-breadcrumb__inner span.is-arrow span {
  font-size: 0.5rem;
  vertical-align: middle;
}
.c-breadcrumb__inner span a {
  font-size: 0.5rem;
  line-height: 1.5833333333;
}

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

/*
---
name: ボタン_カラー別
category: Buttons
---
*/
.c-button, .c-button-social > a {
  position: relative;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  max-width: 8.4583333333rem;
  background-color: #17245D;
  padding: 1rem;
  border: 1px solid #17245D;
  border-radius: 52px;
  transition: all 0.3s;
}
@media screen and (max-width: 46.8125em) {
  .c-button, .c-button-social > a {
    padding: 0.5rem;
  }
}
.c-button:hover, .c-button-social > a:hover {
  opacity: 1;
  background-color: #fff;
  color: #17245D;
}
.c-button.is-reverse, .c-button-social > a.is-reverse {
  background-color: #fff;
  color: #17245D;
}
.c-button.is-reverse:hover, .c-button-social > a.is-reverse:hover {
  background-color: #17245D;
  color: #fff;
}
.c-button.is-secondary, .c-button-social > a.is-secondary {
  background-color: #E4087C;
  border-color: #E4087C;
}
.c-button.is-secondary:hover, .c-button-social > a.is-secondary:hover {
  color: #E4087C;
  background-color: #fff;
}
.c-button span.material-icons-sharp, .c-button-social > a span.material-icons-sharp {
  margin-right: 0.5rem;
}
@media screen and (max-width: 46.8125em) {
  .c-button span.material-icons-sharp, .c-button-social > a span.material-icons-sharp {
    margin-right: 0.3333333333rem;
  }
}

/*
---
name: ボタン_サイズ別
category: Buttons
---
*/
.c-button.is-xlg, .c-button-social > a.is-xlg {
  max-width: 23.75rem;
  font-size: 1.1666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xlg, .c-button-social > a.is-xlg {
    max-width: 100%;
    font-size: 0.75rem;
  }
}
.c-button.is-lg, .c-button-social > a.is-lg {
  max-width: 17.0833333333rem;
}
@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-sm, .c-button-social > a.is-sm {
  max-width: 6.4583333333rem;
  padding: 0.4166666667rem 0.75rem;
  font-size: 0.5833333333rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-sm, .c-button-social > a.is-sm {
    font-size: 0.525rem;
  }
}
.c-button.is-sm::after, .c-button-social > a.is-sm::after {
  right: 0.4166666667rem;
}
.c-button.is-xs, .c-button-social > a.is-xs {
  width: inherit;
  max-width: 100%;
  background-color: transparent;
  padding: 0 0.6666666667rem 0 0;
  border: none !important;
  color: #000;
  font-size: 0.5833333333rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-xs, .c-button-social > a.is-xs {
    font-size: 0.525rem;
  }
}
.c-button.is-xs::after, .c-button-social > a.is-xs::after {
  color: #17245D;
  right: 0;
}
.c-button.is-xs:hover, .c-button-social > a.is-xs:hover {
  opacity: 0.6;
}
.c-button.is-nav, .c-button-social > a.is-nav {
  color: #17245D;
  background: #fff;
  border: 1px solid #17245D;
  padding: 0.6666666667rem 1rem;
  max-width: 100%;
  height: 100%;
  border-radius: 3px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-nav, .c-button-social > a.is-nav {
    padding: 0.5rem 1rem;
  }
}
.c-button.is-nav:after, .c-button-social > a.is-nav:after {
  content: "expand_more";
  right: 0.6666666667rem;
  transform: translateY(-50%);
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-button.is-nav:after, .c-button-social > a.is-nav:after {
    font-size: 0.5833333333rem;
  }
}
.c-button.is-nav:hover, .c-button-social > a.is-nav:hover {
  color: #cccccc;
  border-color: #cccccc;
  transform: translateY(6px);
}
.c-button.is-arrow-left:after, .c-button-social > a.is-arrow-left:after {
  content: "chevron_left";
  right: auto;
  left: 0.4166666667rem;
}

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

.c-card-download__head.c-heading.is-md.is-border-bottom {
  margin-bottom: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__head.c-heading.is-md.is-border-bottom {
    margin-bottom: 1rem;
  }
}
.c-card-download__blocks {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__blocks {
    display: block;
    margin: 0;
  }
}
.c-card-download__block {
  display: block;
  text-decoration: none;
  color: #000;
  width: calc(50% - 36px);
  background: #fff;
  padding: 1rem 1rem 1.3333333333rem;
  margin: 0 0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__block {
    width: 100%;
    padding: 0.8333333333rem 0.8333333333rem 1rem;
    margin: 0;
  }
}
.c-card-download__block:nth-child(n+3) {
  margin-top: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__block:not(:first-child) {
    margin-top: 1rem;
  }
}
.c-card-download__block:hover {
  opacity: 1;
}
.c-card-download__block:hover .bg-img {
  transform: scale(1.1);
}
.c-card-download__block:hover .c-button, .c-card-download__block:hover .c-button-social > a {
  background-color: #fff;
  color: #17245D;
}
.c-card-download__image {
  overflow: hidden;
  position: relative;
  padding-top: 61.7063492063%;
  background: #ccc;
}
.c-card-download__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: all 0.3s 0s ease;
}
.c-card-download__image .is-no {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  font-size: 0.7083333333rem;
  line-height: 1.4705882353;
  --letter-spacing: 0.05em;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__image .is-no {
    font-size: 0.5833333333rem;
  }
}
.c-card-download__label {
  position: absolute;
  left: 0;
  bottom: 0;
}
.c-card-download__content {
  margin-top: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__content {
    margin-top: 0.5rem;
  }
}
.c-card-download__button {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download__button {
    margin-top: 0.6666666667rem;
  }
}
.c-card-download__button .c-button, .c-card-download__button .c-button-social > a {
  max-width: 100%;
  padding-top: 0.3333333333rem;
  padding-bottom: 0.3333333333rem;
}
.c-card-download__button .c-button:before, .c-card-download__button .c-button-social > a:before {
  content: none;
}
.c-card-download__button .c-button:after, .c-card-download__button .c-button-social > a:after {
  transform: translateY(-50%);
}
.c-card-download.is-three-col .c-card-download__block {
  width: calc(33.3% - 36px);
  margin-top: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-card-download.is-three-col .c-card-download__block {
    width: calc(50% - 36px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download.is-three-col .c-card-download__block {
    width: 100%;
  }
}
.c-card-download.is-three-col .c-card-download__block:nth-child(n+4) {
  margin-top: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-card-download.is-three-col .c-card-download__block:nth-child(n+3) {
    margin-top: 1.3333333333rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-card-download.is-three-col .c-card-download__block:not(:first-child) {
    margin-top: 1rem;
  }
}
.c-card-download.is-three-col .c-card-download__title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

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

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

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

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

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

.c-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #17245D;
  z-index: 100;
  padding: 1.6666666667rem 0;
  opacity: 0;
  transform: translateY(100%);
  transition: all ease 0.2s;
}
.c-cta.is-fixed {
  opacity: 1;
  transform: translateY(0%);
}
@media screen and (max-width: 59.3125em) {
  .c-cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .c-cta .l-container {
    padding-left: 4px;
    padding-right: 4px;
  }
}
.c-cta__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-cta__buttons {
  display: flex;
  width: 100%;
}
.c-cta__button {
  width: 100%;
}
.c-cta__button:not(:first-child) {
  margin-left: 1.25rem;
}
@media screen and (max-width: 75em) {
  .c-cta__button:not(:first-child) {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-cta__button:not(:first-child) {
    margin-left: 0.25rem;
  }
}
.c-cta__button .c-button, .c-cta__button .c-button-social > a {
  max-width: 100%;
}
@media screen and (max-width: 75em) {
  .c-cta__button .c-button, .c-cta__button .c-button-social > a {
    font-size: 0.9166666667rem;
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-cta__button .c-button, .c-cta__button .c-button-social > a {
    font-size: 0.5rem;
    padding-left: 0.1666666667rem;
    padding-right: 0.1666666667rem;
  }
  .c-cta__button .c-button span, .c-cta__button .c-button-social > a span {
    font-size: 12px;
    margin-right: 3px;
  }
}
.c-cta__tel {
  flex-shrink: 0;
  text-align: center;
  color: #fff;
  padding-left: 2.6666666667rem;
  border-left: 1px solid rgba(255, 255, 255, 0.58);
  margin-left: 1.25rem;
}
@media screen and (max-width: 75em) {
  .c-cta__tel {
    padding-left: 1rem;
    margin-left: 0.6666666667rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-cta__tel {
    border-left: none;
    padding-left: 0;
  }
}
.c-cta__tel small {
  display: block;
  font-size: 0.9583333333rem;
  line-height: 1.4782608696;
  --letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 75em) {
  .c-cta__tel small {
    font-size: 0.8333333333rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-cta__tel small {
    font-size: 0.4583333333rem;
  }
}
.c-cta__tel a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 1.5rem;
  line-height: 1.5;
  --letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (max-width: 75em) {
  .c-cta__tel a {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-cta__tel a {
    font-size: 0.6666666667rem;
    letter-spacing: 0;
  }
}
.c-cta__tel a:before {
  content: "call";
  font-family: "Material Icons Sharp";
  font-size: 1.1666666667rem;
  letter-spacing: 0;
  line-height: 1;
  margin-right: 0.5rem;
}
@media screen and (max-width: 46.8125em) {
  .c-cta__tel a:before {
    font-size: 0.625rem;
  }
}

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

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

.c-form-head__block {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__block {
    display: block;
  }
}
.c-form-head__title {
  font-size: 1rem;
  letter-spacing: 0.1em;
  line-height: 1.75;
  margin-top: 0;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__title {
    font-size: 0.75rem;
  }
}
.c-form-head__list {
  display: flex;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__list {
    justify-content: center;
    margin-top: 1rem;
  }
}
.c-form-head__item {
  padding-left: 2.9166666667rem;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item {
    padding-left: 1.25rem;
  }
}
.c-form-head__item:first-of-type {
  padding-left: 0;
}
.c-form-head__item:first-of-type::before {
  display: none;
}
.c-form-head__item::before {
  content: "";
  position: absolute;
  top: 0.625rem;
  left: 0;
  margin: auto;
  width: 1.4583333333rem;
  height: 0.0416666667rem;
  transform: translateX(50%);
  background: #17245D;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item::before {
    width: 0.625rem;
  }
}
.c-form-head__item-number {
  width: 1.25rem;
  height: 1.25rem;
  color: #fff;
  background: #cccccc;
  border-radius: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.5833333333rem;
  margin: auto;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-number {
    width: 1rem;
    height: 1rem;
    font-size: 0.5rem;
  }
}
.c-form-head__item-text {
  font-size: 0.5833333333rem;
  letter-spacing: 0.1em;
  line-height: 1.7142857143;
  margin-top: 0.4166666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-form-head__item-text {
    font-size: 0.5rem;
  }
}

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

.c-forms-normal__block {
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__block {
    margin-bottom: 1.3333333333rem;
  }
}
.c-forms-normal__block:last-child {
  margin-bottom: 0;
}
.c-forms-normal__title {
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__title {
    margin-bottom: 0.5rem;
  }
}
.c-forms-normal__label {
  display: inline-block;
  color: #f00;
  margin-left: 0.2083333333rem;
}
.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: 0.6666666667rem;
  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: #17245D;
}
.c-forms-normal__input {
  width: 100%;
}
.c-forms-normal__input.is-sm {
  width: 7.5rem;
}
.c-forms-normal__input input {
  padding: 0.7916666667rem 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__input input {
    padding: 0.6666666667rem;
  }
}
.c-forms-normal__select select {
  height: 2.8333333333rem;
  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: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__radio label, .c-forms-normal__checkbox label {
    margin-right: 2rem;
    margin-bottom: 0.3333333333rem;
  }
}
.c-forms-normal__radio input, .c-forms-normal__checkbox input {
  margin-right: 0.3333333333rem;
  margin-top: 0.0833333333rem;
}
.c-forms-normal__radio span:last-child label, .c-forms-normal__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-normal__checkbox input {
  margin-right: 0.25rem;
  margin-top: 0.1666666667rem;
}
.c-forms-normal__textarea textarea {
  padding: 0.7916666667rem 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__textarea textarea {
    padding: 0.6666666667rem;
  }
}
.c-forms-normal__privacy {
  margin-top: 3.5833333333rem;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__privacy {
    margin-top: 1.3333333333rem;
  }
}
.c-forms-normal__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.c-forms-normal__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
.c-forms-normal__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-normal__flexbox .c-forms-normal__input {
  margin-right: 0.6666666667rem;
}
.c-forms-normal__flexbox .c-forms-normal__input:last-child {
  margin-right: 0;
}
.c-forms-normal__flexbox span {
  min-width: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__flexbox span {
    min-width: 100%;
    margin-bottom: 0.3333333333rem;
  }
}
.c-forms-normal__button {
  max-width: 6.25rem;
  border: 1px solid #000;
  outline: none;
  background-color: #fff;
  padding: 0.125rem 0.5rem;
  display: block;
  text-align: center;
  margin-left: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__button {
    padding: 0.375rem 0.5rem;
  }
}
.c-forms-normal__submit {
  text-align: center;
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-normal__submit {
    margin-top: 1.3333333333rem;
  }
}
.c-forms-simple__block {
  display: flex;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__block {
    display: block;
  }
}
.c-forms-simple__title {
  min-width: 10.75rem;
  padding: 0.6666666667rem 1.3333333333rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title {
    width: 100%;
    background-color: transparent;
    padding: 0.5rem 0 0;
    font-weight: 700;
  }
}
.c-forms-simple__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms-simple__title.is-vertical-top.is-just {
  padding-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__title.is-vertical-top.is-just {
    padding-top: 0.5rem;
  }
}
.c-forms-simple__title.is-vertical-top .c-forms__label {
  margin-top: 0.125rem;
}
.c-forms-simple__label {
  display: block;
  background-color: #E04B3A;
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.0416666667rem 0.4166666667rem;
  margin-left: 0.6666666667rem;
  min-width: 2rem;
}
.c-forms-simple__content {
  width: 100%;
  padding: 0.6666666667rem 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__content {
    padding: 0.5rem 0;
  }
}
.c-forms-simple__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms-simple__content.is-column .c-forms-simple__input {
  margin-right: 24px;
}
.c-forms-simple__content.is-column .c-forms-simple__input:last-of-type {
  margin-right: 0;
}
.c-forms-simple__content.is-column input {
  width: 100%;
}
.c-forms-simple__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__input {
  width: 100%;
}
.c-forms-simple__input input {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__input input {
    padding: 0.5rem 0.6666666667rem;
  }
}
.c-forms-simple__input input:focus {
  border-color: #17245D;
}
.c-forms-simple__input.is-sm {
  width: 7.5rem;
}
.c-forms-simple__input.is-sm input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-forms-simple__textarea textarea {
  border-radius: 4px;
  background: #F9F9F9;
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__textarea textarea {
    padding: 0.5rem 0.6666666667rem;
  }
}
.c-forms-simple__textarea textarea:focus {
  border-color: #17245D;
}
.c-forms-simple__radio, .c-forms-simple__checkbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms-simple__radio label, .c-forms-simple__checkbox label {
  display: flex;
  align-items: center;
  margin-right: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__radio label, .c-forms-simple__checkbox label {
    margin-right: 2rem;
    margin-bottom: 0.3333333333rem;
  }
}
.c-forms-simple__radio input, .c-forms-simple__checkbox input {
  margin-right: 0.3333333333rem;
  margin-top: 0.0833333333rem;
}
.c-forms-simple__radio span:last-child label, .c-forms-simple__checkbox span:last-child label {
  margin-right: 0;
}
.c-forms-simple__checkbox input {
  margin-right: 0.25rem;
  margin-top: 0.1666666667rem;
}
.c-forms-simple__privacy {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__privacy {
    margin-top: 0.6666666667rem;
  }
}
.c-forms-simple__privacy input {
  margin-right: 0.4166666667rem;
}
.c-forms-simple__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.c-forms-simple__flex-al {
  display: flex;
  align-items: center;
}
.c-forms-simple__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox {
    display: block;
  }
}
.c-forms-simple__flexbox input {
  width: 100%;
}
.c-forms-simple__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms-simple__flexbox span {
  min-width: 5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__flexbox span {
    min-width: 100%;
    margin-bottom: 0.3333333333rem;
  }
}
.c-forms-simple__button {
  max-width: 6.25rem;
  border: 1px solid #000;
  outline: none;
  background-color: #fff;
  padding: 0.125rem 0.5rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__button {
    padding: 0.375rem 0.5rem;
  }
}
.c-forms-simple__submit {
  text-align: center;
  margin-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms-simple__submit {
    margin-top: 1.3333333333rem;
  }
}
.c-forms {
  margin-top: 1.75rem;
  padding: 1.75rem 1.3333333333rem;
  background: #fff;
}
@media screen and (max-width: 59.3125em) {
  .c-forms {
    padding: 1.75rem 0;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms {
    padding: 1.5rem 0.6666666667rem;
  }
}
.c-forms__inner {
  width: 100%;
  max-width: 42.6666666667rem;
  margin: auto;
  padding: 0 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__inner {
    padding: 0;
  }
}
.c-forms__text {
  text-align: center;
  margin-bottom: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__text {
    margin-bottom: 1rem;
  }
}
.c-forms__blocks {
  margin-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__blocks {
    margin-bottom: 1rem;
  }
}
.c-forms__block {
  display: flex;
}
.c-forms__block:not(:last-child) {
  margin-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block {
    display: block;
  }
}
.c-forms__block.is-vertical {
  display: block;
}
.c-forms__block.is-vertical .c-forms__title {
  max-width: 8.75rem;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__block.is-vertical .c-forms__title {
    max-width: 100%;
    margin-bottom: 0.5rem;
  }
}
.c-forms__title {
  min-width: 8.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: none;
  margin-right: 2.5rem;
  letter-spacing: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0.5rem;
    font-weight: 700;
  }
}
.c-forms__title.is-vertical-top {
  align-items: flex-start;
}
.c-forms__title.is-vertical-top.is-just {
  padding-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__title.is-vertical-top.is-just {
    padding-top: 0.5rem;
  }
}
.c-forms__title.is-vertical-top .c-forms__label {
  margin-top: 0.125rem;
}
.c-forms__label {
  display: block;
  background-color: #E04B3A;
  color: #fff;
  font-size: 0.5rem;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 0.0416666667rem 0.4166666667rem;
  margin-left: 0.6666666667rem;
  min-width: 2rem;
}
.c-forms__content {
  width: 100%;
}
.c-forms__content.is-column {
  display: flex;
  justify-content: space-between;
}
.c-forms__content.is-column .c-forms__input {
  margin-right: 24px;
}
.c-forms__content.is-column .c-forms__input:last-of-type {
  margin-right: 0;
}
.c-forms__content.is-column input {
  width: 100%;
}
.c-forms__content.is-vertical-middle {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-forms__input {
  width: 100%;
}
.c-forms__input input {
  border-radius: 4px;
  background-color: #F9F9F9;
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__input input {
    padding: 0.5rem 0.6666666667rem;
  }
}
.c-forms__input input:focus {
  border-color: #17245D;
}
.c-forms__input.is-sm {
  width: 7.5rem;
}
.c-forms__input.is-sm input {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-forms__file {
  width: 100%;
}
.c-forms__file input::file-selector-button {
  background-color: #F9F9F9;
  border: solid 1px #D3D3D3;
  border-radius: 4px;
  padding: 0.3333333333rem 0.6666666667rem;
  margin-right: 0.6666666667rem;
}
.c-forms__select {
  width: 100%;
}
.c-forms__select select {
  outline: none;
  border-radius: 4px !important;
  background-color: #F9F9F9;
}
.c-forms__select select:focus {
  border-color: #17245D;
}
.c-forms__select.is-sm {
  width: 7.5rem;
}
.c-forms__textarea textarea {
  border-radius: 4px;
  background-color: #F9F9F9;
  padding: 0.6666666667rem 0.6666666667rem 0.6666666667rem 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__textarea textarea {
    padding: 0.5rem 0.6666666667rem;
  }
}
.c-forms__textarea textarea:focus {
  border-color: #17245D;
}
.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;
  cursor: pointer;
}
.c-forms__radio label > span, .c-forms__checkbox label > span {
  margin-left: 0.4166666667rem;
}
.c-forms__radio > span, .c-forms__checkbox > span {
  margin: 0.2083333333rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio > span, .c-forms__checkbox > span {
    margin: 0.125rem 0;
  }
}
.c-forms__radio span:not(:last-child), .c-forms__checkbox span:not(:last-child) {
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio span:not(:last-child), .c-forms__checkbox span:not(:last-child) {
    margin-right: 0.6666666667rem;
  }
}
.c-forms__radio span:last-of-type label, .c-forms__checkbox span:last-of-type label {
  margin-right: 0;
}
.c-forms__radio span.is-fullwidth, .c-forms__checkbox span.is-fullwidth {
  width: 100%;
}
.c-forms__radio.is-design input, .c-forms__checkbox.is-design input {
  cursor: pointer;
  border-color: #D3D3D3;
}
.c-forms__radio.is-design input[type=radio], .c-forms__radio.is-design input[type=checkbox], .c-forms__checkbox.is-design input[type=radio], .c-forms__checkbox.is-design input[type=checkbox] {
  appearance: none;
  width: 25px;
  height: 25px;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-design input[type=radio], .c-forms__radio.is-design input[type=checkbox], .c-forms__checkbox.is-design input[type=radio], .c-forms__checkbox.is-design input[type=checkbox] {
    width: 0.8333333333rem;
    height: 0.8333333333rem;
  }
}
.c-forms__radio.is-design input[type=radio]:after, .c-forms__radio.is-design input[type=checkbox]:after, .c-forms__checkbox.is-design input[type=radio]:after, .c-forms__checkbox.is-design input[type=checkbox]:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #D3D3D3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-design input[type=radio]:after, .c-forms__radio.is-design input[type=checkbox]:after, .c-forms__checkbox.is-design input[type=radio]:after, .c-forms__checkbox.is-design input[type=checkbox]:after {
    width: 0.8333333333rem;
    height: 0.8333333333rem;
  }
}
.c-forms__radio.is-design input[type=radio]:before, .c-forms__checkbox.is-design input[type=radio]:before {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  background-color: #17245D;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #17245D;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-design input[type=radio]:before, .c-forms__checkbox.is-design input[type=radio]:before {
    width: 0.5rem;
    height: 0.5rem;
    left: 3px;
  }
}
.c-forms__radio.is-design input[type=radio]:checked:after, .c-forms__radio.is-design input[type=checkbox]:checked:after, .c-forms__checkbox.is-design input[type=radio]:checked:after, .c-forms__checkbox.is-design input[type=checkbox]:checked:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 50%;
  left: -1px;
  transform: translateY(-50%);
  position: relative;
  background-color: #fff;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 1px solid #17245D;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-design input[type=radio]:checked:after, .c-forms__radio.is-design input[type=checkbox]:checked:after, .c-forms__checkbox.is-design input[type=radio]:checked:after, .c-forms__checkbox.is-design input[type=checkbox]:checked:after {
    width: 0.8333333333rem;
    height: 0.8333333333rem;
  }
}
.c-forms__radio.is-design input[type=radio]:checked:before, .c-forms__radio.is-design input[type=checkbox]:checked:before, .c-forms__checkbox.is-design input[type=radio]:checked:before, .c-forms__checkbox.is-design input[type=checkbox]:checked:before {
  visibility: visible;
  opacity: 1;
}
.c-forms__radio.is-design input[type=checkbox]:after, .c-forms__checkbox.is-design input[type=checkbox]:after {
  border-radius: 0;
}
.c-forms__radio.is-design input[type=checkbox]:checked:after, .c-forms__checkbox.is-design input[type=checkbox]:checked:after {
  content: "check";
  font-family: "Material Icons Outlined";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  background: #17245D;
  color: #fff;
  font-size: 0.8333333333rem;
  line-height: 1;
  letter-spacing: 0;
}
.c-forms__radio.is-border label, .c-forms__checkbox.is-border label {
  padding: 0.5rem 0.6666666667rem;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__radio.is-border label, .c-forms__checkbox.is-border label {
    padding: 0.3333333333rem 0.5rem;
  }
}
.c-forms__radio.is-vertical {
  display: block;
}
.c-forms__radio.is-vertical span {
  display: block;
}
.c-forms__radio.is-vertical span:not(:last-child) {
  margin-bottom: 0.25rem;
}
.c-forms__checkbox.is-vertical {
  display: block;
}
.c-forms__checkbox.is-vertical span {
  display: block;
}
.c-forms__checkbox.is-vertical span:not(:last-child) {
  margin-bottom: 0.25rem;
}
.c-forms__checkbox input {
  margin-top: 0.0833333333rem;
}
.c-forms__privacy {
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__privacy {
    margin-top: 0.6666666667rem;
  }
}
.c-forms__privacy input {
  margin-right: 0.4166666667rem;
}
.c-forms__privacy a {
  font-weight: 400;
  text-decoration: underline;
  color: #000;
}
.c-forms__flex-al {
  display: flex;
  align-items: center;
}
.c-forms__flexbox {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox {
    display: block;
  }
}
.c-forms__flexbox input {
  width: 100%;
}
.c-forms__flexbox:last-child {
  margin-bottom: 0;
}
.c-forms__flexbox span {
  min-width: 5rem;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__flexbox span {
    min-width: 100%;
    margin-bottom: 0.3333333333rem;
  }
}
.c-forms__button {
  flex: none;
  max-width: 6.25rem;
  border: 1px solid #000;
  outline: none;
  background-color: #fff;
  padding: 0.125rem 0.5rem;
  display: block;
  text-align: center;
  border-radius: 4px;
  margin-left: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__button {
    padding: 0.375rem 0.5rem;
  }
}
.c-forms__submit {
  text-align: center;
  margin-top: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit {
    margin-top: 1.3333333333rem;
  }
}
.c-forms__submit__back {
  width: calc(25% - 28px);
  margin-right: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__back {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__back {
    width: calc(50% - 10px);
    margin-right: 6px;
  }
}
.c-forms__submit__submit {
  width: calc(25% - 28px);
  margin-left: 16px;
}
@media screen and (max-width: 59.3125em) {
  .c-forms__submit__submit {
    width: calc(33.33333% - 28px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-forms__submit__submit {
    width: calc(50% - 10px);
    margin-left: 6px;
  }
}

.c-gallery-card__card {
  max-width: 20.8333333333rem;
  margin: 0 0.8333333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card__card {
    max-width: 12.5rem;
    margin: 0 0.5rem;
  }
}
.c-gallery-card__image {
  position: relative;
}
.c-gallery-card__image:before {
  content: "";
  display: block;
  padding-top: 64%;
}
.c-gallery-card__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-gallery-card__text {
  font-size: 0.5833333333rem;
  line-height: 1.5714285714;
  --letter-spacing: 0.1em;
  font-weight: 400;
  margin: 0.5833333333rem 0.6666666667rem 0;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card__text {
    font-size: 0.5416666667rem;
    margin: 0.4166666667rem 0.5rem 0;
  }
}
.c-gallery-card .swiper-content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2.0833333333rem;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card .swiper-content {
    display: block;
    margin-top: 0.8333333333rem;
  }
}
.c-gallery-card .swiper-nav {
  flex: none;
  display: flex;
  align-items: center;
  margin-left: 1.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card .swiper-nav {
    justify-content: flex-end;
    margin-top: 0.8333333333rem;
  }
}
.c-gallery-card .swiper-nav .swiper-button-prev, .c-gallery-card .swiper-nav .swiper-button-next {
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  border: 1px solid #000;
  margin: 0;
  transition: all 0.3s 0s ease;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card .swiper-nav .swiper-button-prev, .c-gallery-card .swiper-nav .swiper-button-next {
    width: 2rem;
    height: 2rem;
  }
}
.c-gallery-card .swiper-nav .swiper-button-prev:after, .c-gallery-card .swiper-nav .swiper-button-next:after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  color: #17245D;
}
.c-gallery-card .swiper-nav .swiper-button-prev:hover, .c-gallery-card .swiper-nav .swiper-button-next:hover {
  opacity: 0.5;
}
.c-gallery-card .swiper-nav .swiper-button-prev {
  margin-right: 0.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card .swiper-nav .swiper-button-prev {
    margin-right: 0.5rem;
  }
}
.c-gallery-card .swiper-nav .swiper-button-prev:after {
  transform: rotate(-180deg);
}
.c-gallery-card .swiper-scrollbar {
  position: relative;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  max-width: 18.3333333333rem;
  background: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-card .swiper-scrollbar {
    max-width: 100%;
  }
}
.c-gallery-card .swiper-scrollbar span {
  background: #000;
}

/* .c-gallery-logo__images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:  2vw;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 1290px;
} */

.c-gallery-logo-upper {
  padding: 20px 0;
}
.c-gallery-logo__images {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-gallery-logo__image {
  width: 15vw;
}


@media(max-width: 768px){
  .c-gallery-logo-upper {
    padding: 20px 0;
  }
  .c-gallery-logo__images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .c-gallery-logo__image {
    width: 27vw;
  }
}
.c-gallery-logo__image {
  position: relative;
}
.c-gallery-logo__image:before {
  content: "";
  display: block;
  padding-top: 40.8256880734%;
}
.c-gallery-logo__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 70%;
  height: 70%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-size: contain;
  max-width: 9.7916666667rem;
}
.c-gallery-logo.is-four-col .c-gallery-logo__images {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-logo.is-four-col .c-gallery-logo__images {
    grid-template-columns: repeat(3, 1fr);
  }
}
.c-gallery-logo.is-three-col .c-gallery-logo__images {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-logo.is-three-col .c-gallery-logo__images {
    grid-template-columns: repeat(3, 1fr);
  }
}

.c-gallery-slider {
  position: relative;
  z-index: 1;
  padding-top: 158px;
  overflow: hidden;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider {
    padding-top: 50px;
  }
}
.c-gallery-slider::before {
  content: "";
  position: absolute;
  right: 0;
  top: 1.75rem;
  background: #F0F0F0;
  left: 0;
  margin: auto;
  width: 100%;
  height: calc(100% - 147px);
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider::before {
    height: calc(100% - 90px);
    top: 0;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider {
    padding-bottom: 1.6666666667rem;
  }
}
.c-gallery-slider__heading {
  position: relative;
  z-index: 2;
  margin: 0 0 3.3333333333rem;
  padding-left: 2.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading {
    margin-bottom: 1.6666666667rem;
    padding-left: 0;
  }
}
.c-gallery-slider__heading-en {
  margin: 0;
  width: 100%;
  max-width: 9.0833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-en {
    max-width: 5.45rem;
  }
}
.c-gallery-slider__heading-en img {
  width: 100%;
}
.c-gallery-slider__heading-sub {
  padding-left: 1.4583333333rem;
  font-size: 0.8333333333rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__heading-sub {
    font-size: 0.6666666667rem;
    padding-left: 1.25rem;
  }
}
.c-gallery-slider__main {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.6666666667rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main {
    width: 100%;
    margin-bottom: 0.8333333333rem !important;
  }
}
.c-gallery-slider__main .slick-slide {
  width: 100%;
  max-width: 31.1666666667rem !important;
  outline: none !important;
  cursor: pointer;
}
@media screen and (max-width: 62.5em) {
  .c-gallery-slider__main .slick-slide {
    max-width: 31.25rem !important;
  }
}
.c-gallery-slider__main-texts {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 33;
  background: rgba(23, 36, 93, 0.9);
  color: #fff;
  padding: 0.7916666667rem 1.6666666667rem;
  display: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-texts {
    padding: 0.4166666667rem 0.6666666667rem;
  }
}
.c-gallery-slider__main-title {
  font-size: 0.6666666667rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 0.1666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-title {
    font-size: 0.5416666667rem;
  }
}
.c-gallery-slider__main-text {
  font-size: 0.5rem;
  letter-spacing: 0.05em;
  line-height: 1.6666666667;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-text {
    font-size: 0.4583333333rem;
  }
}
.c-gallery-slider__main-content {
  transform: scale(0.9, 0.9);
  transition: 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__main-content {
    margin: 0 12px;
  }
}
.c-gallery-slider__main-image {
  position: relative;
}
.c-gallery-slider__main-bgimg {
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.c-gallery-slider__main-bgimg::before {
  content: "";
  display: block;
  padding-top: 66.8449197861%;
}
.c-gallery-slider__thumbnail {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1038px;
  margin: 0 auto;
}
.c-gallery-slider__thumbnail.is-sm .slick-dots {
  display: none !important;
}
.c-gallery-slider__thumbnail-image {
  width: 13.2947976879%;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.c-gallery-slider__thumbnail-image::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
}
.c-gallery-slider__thumbnail-image:hover {
  opacity: 1;
}
.c-gallery-slider__thumbnail-bgimg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-gallery-slider__thumbnail-bgimg::before {
  content: "";
  display: block;
  padding-top: 66.6666666667%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider__thumbnail-bgimg::before {
    padding-top: 57.9710144928%;
  }
}
.c-gallery-slider__thumbnail .slick-slide {
  margin: 0 6px;
  outline: none !important;
  width: 100%;
  max-width: 5.75rem !important;
  cursor: pointer;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider__thumbnail .slick-slide {
    max-width: none !important;
  }
}
.c-gallery-slider__thumbnail.is-simple-none {
  display: none;
}
.c-gallery-slider .slick-current.c-gallery-slider__thumbnail-image::after {
  opacity: 1;
}
.c-gallery-slider .slick-current.c-gallery-slider__main-content {
  opacity: 1;
  transform: scale(1, 1);
}
.c-gallery-slider .slick-current .c-gallery-slider__main-texts {
  display: block !important;
}
.c-gallery-slider .slick-arrow {
  position: absolute;
  margin: auto;
  z-index: 999;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  top: 50%;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-arrow {
    display: none !important;
  }
}
.c-gallery-slider .slick-arrow::before {
  display: none;
}
.c-gallery-slider .slick-arrow img {
  z-index: 999;
  width: 100%;
  height: 100%;
}
.c-gallery-slider .slick-prev {
  left: -3.0833333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-prev {
    left: 0;
  }
}
.c-gallery-slider .slick-next {
  right: -3.0833333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-slider .slick-next {
    right: 0;
  }
}
.c-gallery-slider .draggable {
  padding: 0 !important;
}
.c-gallery-slider .slick-dots {
  line-height: 1;
  height: auto;
  bottom: -1.3333333333rem;
}
.c-gallery-slider .slick-dots li {
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  margin: 0 0.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.c-gallery-slider .slick-dots li button {
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.c-gallery-slider .slick-dots li button::before {
  content: "";
  opacity: 1;
  width: 0.3333333333rem;
  height: 0.3333333333rem;
  background-color: rgba(70, 70, 70, 0.2);
  border-radius: 1000px;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-gallery-slider .slick-dots li button::before {
    width: 0.25rem;
    height: 0.25rem;
  }
}
.c-gallery-slider .slick-dots li.slick-active button::before {
  opacity: 1;
  background-color: #464646;
}

.c-gallery-text {
  pointer-events: none;
}
.c-gallery-text li {
  white-space: nowrap;
}
.c-gallery-text span {
  display: block;
  color: rgba(0, 0, 0, 0.5);
  font-size: 7.5rem;
  line-height: 1;
  --letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (max-width: 59.3125em) {
  .c-gallery-text span {
    font-size: 5rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-gallery-text span {
    font-size: 2.9166666667rem;
  }
}
.c-gallery-text .swiper-wrapper {
  transition-timing-function: linear;
}
.c-gallery-text .swiper-slide {
  width: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.c-heading.is-xlg .is-eng {
  display: block;
  color: rgba(35, 125, 193, 0.09);
  font-family: "Montserrat", sans-serif;
  font-size: 5rem;
  line-height: 1.2166666667;
  --letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: -0.5em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg .is-eng {
    font-size: 2.0833333333rem;
  }
}
.c-heading.is-xlg .is-eng.is-white {
  color: rgba(255, 255, 255, 0.65);
}
.c-heading.is-xlg .is-ja {
  display: block;
  font-size: 2rem;
  line-height: 1.4791666667;
  --letter-spacing: 0em;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xlg .is-ja {
    font-size: 1.1666666667rem;
  }
}
.c-heading.is-xlg .is-ja em {
  font-style: normal;
  background-image: linear-gradient(transparent 70%, rgba(245, 255, 0, 0.8) 70%, rgba(245, 255, 0, 0.8) 95%, transparent 95%);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 100%;
}

.c-heading.is-lg {
  font-size: 1.6666666667rem;
  line-height: 1.425;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-lg {
    font-size: 1rem;
  }
}

.c-heading.is-md {
  font-size: 1rem;
  line-height: 1.4705882353;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-md {
    font-size: 0.8333333333rem;
  }
}

.c-heading.is-sm {
  font-size: 1rem;
  line-height: 1.4166666667;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-sm {
    font-size: 0.8rem;
  }
}

.c-heading.is-xs {
  font-size: 0.8333333333rem;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xs {
    font-size: 0.6666666667rem;
  }
}

.c-heading.is-xxs {
  font-size: 0.75rem;
  line-height: 1.5555555556;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-xxs {
    font-size: 0.6rem;
  }
}

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

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

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

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

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

.c-heading.is-mg-level-1 {
  margin-bottom: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mg-level-1 {
    margin-bottom: 1.6666666667rem;
  }
}

.c-heading.is-mg-level-2 {
  margin-bottom: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mg-level-2 {
    margin-bottom: 1.3333333333rem;
  }
}

.c-heading.is-mg-level-3 {
  margin-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mg-level-3 {
    margin-bottom: 1rem;
  }
}

.c-heading.is-mg-level-4 {
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mg-level-4 {
    margin-bottom: 0.8333333333rem;
  }
}

.c-heading.is-mg-level-5 {
  margin-bottom: 0.8333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-heading.is-mg-level-5 {
    margin-bottom: 0.6666666667rem;
  }
}

.c-heading.is-mg-level-6 {
  margin-bottom: 0.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-heading.is-mg-level-6 {
    margin-bottom: 0.5rem;
  }
}

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

.c-hero-block-line {
  overflow: hidden;
}
.c-hero-block-line .l-container {
  position: relative;
}
.c-hero-block-line__block {
  margin-bottom: 3.3333333333rem;
  position: relative;
  min-height: 20rem;
  padding-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__block {
    margin-bottom: 1.3333333333rem;
    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: 1rem;
    padding-right: 1rem;
  }
}
.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.3333333333rem;
}
.c-hero-block-line__image {
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  height: 16.6666666667rem;
  overflow: hidden;
  width: 51.5789473684%;
  z-index: 2;
  opacity: 1 !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image {
    position: relative;
    width: 100%;
    height: 55vw;
    top: 0;
  }
}
.c-hero-block-line__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  transition: all 0.2s;
}
.c-hero-block-line__image:hover::after {
  opacity: 0.3;
}
.c-hero-block-line__image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: inherit;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__image img {
    height: 100%;
  }
}
.c-hero-block-line__content {
  background-color: #fff;
  position: relative;
  width: 57.0175438596%;
  min-height: 13rem;
  margin-left: auto;
  padding-top: 3.6666666667rem;
  padding-right: 2.6666666667rem;
  padding-bottom: 4.2916666667rem;
  padding-left: 14.0350877193%;
  border: 1px solid #17245D;
  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: -1.6666666667rem;
    z-index: 99;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0.8333333333rem 1rem 0.6666666667rem;
  }
}
.c-hero-block-line__label {
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__label {
    margin-bottom: 0.5rem;
  }
}
.c-hero-block-line__detail {
  color: #17245D;
  font-weight: 400;
}
.c-hero-block-line__link {
  position: absolute;
  bottom: 2.1666666667rem;
  right: 2.6666666667rem;
}
@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: 0.6666666667rem;
  }
}
.c-hero-block-line__link a {
  color: #000;
  text-decoration: none;
  font-size: 0.5833333333rem;
  letter-spacing: 0.1em;
  line-height: 214.2857142857%;
  font-weight: 700;
  display: inline-block;
  padding-right: 0.75rem;
  position: relative;
}
.c-hero-block-line__link a::after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  color: #17245D;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.c-hero-block-line__head {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head {
    margin-bottom: 0.5rem;
  }
}
.c-hero-block-line__head small {
  font-family: "Roboto", sans-serif;
  font-size: 4.1666666667rem;
  opacity: 0.25;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  margin-right: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head small {
    font-size: 2.0833333333rem;
    margin-right: 0.3333333333rem;
  }
}
.c-hero-block-line__head span {
  font-family: "Roboto", sans-serif;
  font-size: 1.1666666667rem;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__head span {
    font-size: 0.9916666667rem;
  }
}
.c-hero-block-line__button {
  margin-top: 1.3333333333rem;
  text-align: right;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-hero-block-line__button {
    margin-top: 0.6666666667rem;
  }
}
.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 #17245D;
  border-bottom: 1px solid #17245D;
  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 #17245D;
    border-bottom: 1px solid #17245D;
    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 #17245D;
  border-bottom: 1px solid #17245D;
  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 #17245D;
    border-bottom: 1px solid #17245D;
    height: 100%;
    position: absolute;
    top: -1px;
    right: 0;
    width: 2000px;
    transform: translateX(100%);
    z-index: 10;
  }
}

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

.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: 2.3333333333rem 2.6666666667rem 2.3333333333rem 0;
}

.c-hero-block-square.is-number .c-hero-block-square__heading {
  display: flex;
  align-items: center;
  margin-bottom: 0.3333333333rem;
}
.c-hero-block-square.is-number .c-hero-block-square__heading span {
  font-family: "Roboto", sans-serif;
  font-size: 60px;
  line-height: 1.1833333333;
  letter-spacing: 0;
  color: #17245D;
  margin-right: 0.6666666667rem;
}
@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: 2rem;
  }
}
.c-hero-block-square.is-number .c-hero-block-square__heading .c-heading {
  margin-bottom: 0;
}

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

/*
---
name: ヒーローブロック_通常
category: SpecialComponents
---
*/
.c-hero-block {
  overflow: hidden;
}
.c-hero-block__lead {
  text-align: center;
}
@media screen and (max-width: 46.8125em) {
  .c-hero-block__lead {
  text-align: left;
  }
}
  @media screen and (max-width: 59.3125em) {
    .c-hero-block__lead {
    text-align: left;
    }
}
.c-hero-block__wrapper {
  margin-top: 2.6666666667rem;
}
@media screen and (max-width: 46.8125em) {
  .c-hero-block__wrapper {
    margin-top: 1.6666666667rem;
  }
}
.c-hero-block__inner {
  display: flex;
  position: relative;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner {
    display: block;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #fff 40%, rgba(151, 218, 222, 0.97) 100%);
  }
}
.c-hero-block__inner:not(:first-child) {
  margin-top: 1.6666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:not(:first-child) {
    margin-top: 2.3333333333rem;
  }
}
.c-hero-block__inner:nth-child(odd) .c-hero-block__image .bg-img {
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:nth-child(odd) .c-hero-block__image .bg-img {
    border-radius: 0;
  }
}
.c-hero-block__inner:nth-child(odd) .c-hero-block__image .bg-img:before {
  left: 0;
  border-radius: 10px 0px;
  background: linear-gradient(to right bottom, #fff 50%, rgba(151, 218, 222, 0.97) 100%);
}
.c-hero-block__inner:nth-child(odd) .c-hero-block__content {
  border-radius: 10px 0 0 10px;
  margin-left: -18.7222222222%;
  margin-right: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:nth-child(odd) .c-hero-block__content {
    margin-left: auto;
    margin-right: 0;
  }
}
.c-hero-block__inner:nth-child(even) {
  flex-direction: row-reverse;
}
.c-hero-block__inner:nth-child(even) .c-hero-block__image .bg-img {
  border-radius: 10px 0 0 10px;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:nth-child(even) .c-hero-block__image .bg-img {
    border-radius: 0;
  }
}
.c-hero-block__inner:nth-child(even) .c-hero-block__image .bg-img:before {
  left: 0;
  border-radius: 0px 10px;
  background: linear-gradient(to left bottom, #fff 50%, rgba(151, 218, 222, 0.97) 100%);
}
.c-hero-block__inner:nth-child(even) .c-hero-block__content {
  border-radius: 0 10px 10px 0;
  margin-right: -18.7222222222%;
  margin-left: 1.3333333333rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__inner:nth-child(even) .c-hero-block__content {
    margin-right: auto;
    margin-left: 0;
  }
}
.c-hero-block__image {
  position: relative;
  flex: none;
  width: 55%;
  height: 100%;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__image {
    width: 100%;
  }
}
.c-hero-block__image:before {
  content: "";
  display: block;
  padding-top: 62.6262626263%;
}
.c-hero-block__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-hero-block__image .bg-img:before {
  content: "";
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  mix-blend-mode: multiply;
  z-index: -1;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__image .bg-img:before {
    content: none;
  }
}
.c-hero-block__content {
  position: relative;
  width: 100%;
  max-width: 35.4166666667rem;
  background: #fff;
  padding: 2.25rem 3.25rem;
  margin-top: 9.1666666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-hero-block__content {
    max-width: calc(100% - 36px);
    margin-top: -3.1666666667rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .c-hero-block__content {
    padding: 1.25rem 0.8333333333rem;
    margin-top: -2.1666666667rem;
  }
}
.c-hero-block__number {
  width: fit-content;
  color: #237DC1;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4583333333rem;
  line-height: 1.2285714286;
  --letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 0.4166666667rem;
  border-bottom: 3px solid #237DC1;
  margin-bottom: 1rem;
}
@media screen and (max-width: 46.8125em) {
  .c-hero-block__number {
    font-size: 0.9166666667rem;
    margin-bottom: 0.6666666667rem;
  }
}

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

.c-label {
  background-color: #17245D;
  color: #fff;
  display: inline-block;
  text-align: center;
  min-width: 4.8333333333rem;
  padding: 0.0416666667rem 0.3333333333rem;
  border: 1px solid #17245D;
  font-size: 0.5833333333rem;
  line-height: 1.4285714286;
  font-weight: 700;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label {
    font-size: 0.5416666667rem;
    min-width: 3.6666666667rem;
  }
}
.c-label.is-xlg {
  min-width: 6.5rem;
  font-size: 0.5833333333rem;
  padding: 0.125rem 0.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-label.is-xlg {
    min-width: 5rem;
    font-size: 0.5rem;
    padding: 0.0833333333rem 0.3333333333rem;
  }
}
.c-label.is-lg {
  min-width: 6.6666666667rem;
  font-size: 0.5416666667rem;
}
.c-label.is-sm {
  min-width: 3.3333333333rem;
  font-size: 0.5rem;
  padding: 0 0.3333333333rem;
}
.c-label.is-white {
  background-color: #fff;
  color: #17245D;
}
.c-label.is-secondary {
  background: #E4087C;
  color: #000;
}
.c-label.is-radius {
  border-radius: 100px;
}

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

.c-list {
  list-style: none;
}
.c-list li {
  list-style: inherit;
}
.c-list li:not(:first-child) {
  margin-top: 0.25rem;
}

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

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

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

*/
.c-list.is-icon {
  padding-left: 0.8333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon {
    padding-left: 0.75rem;
  }
}
.c-list.is-icon li {
  position: relative;
}
.c-list.is-icon li::before {
  content: "circle";
  font-family: "Material Icons Outlined";
  font-size: 0.4166666667rem;
  color: #17245D;
  position: absolute;
  top: 0.25rem;
  left: -1.5em;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-list.is-icon li::before {
    top: 0.125rem;
  }
}
.c-list.is-icon li ul {
  list-style: none;
  padding-left: 0.75rem;
}
.c-list.is-icon li ul li::before {
  content: "・";
  color: #000;
}
.c-list.is-icon > li {
  list-style: none !important;
}

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

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

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

/*
---
name: メインビジュアル_通常
category: Components
---
*/
.c-main-visual {
  width: 100%;
  position: relative;
}
.c-main-visual__left {
  position: absolute;
  top: 0;
  left: 0;
  width: 17.3333333333rem;
  width: clamp(330px, 46.666667vh, 30vw);
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 84.625em) {
  .c-main-visual__left {
    width: 13.8666666667rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__left {
    position: relative;
    width: 100%;
    height: 28vw;
  }
}
.c-main-visual__left .c-main-visual__image .bg-img {
  background-position: right center;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__left .c-main-visual__image .bg-img {
    background-position: center bottom;
  }
}
.c-main-visual__center {
  height: 100vh;
  min-height: 20.8333333333rem;
  margin: 0 auto;
}
@media (min-width: 1980px) {
  .c-main-visual__center {
    width: 100%;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__center {
    width: 100%;
    height: 70vh;
    min-height: auto;
    margin: -4vw auto;
  }
}
.c-main-visual__right {
  position: absolute;
  top: 0;
  right: 0;
  width: 16.6666666667rem;
  width: clamp(330px, 46.666667vh, 30vw);
  height: 100%;
}
@media screen and (max-width: 87.5em) {
  .c-main-visual__right {
    width: 13.3333333333rem;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__right {
    position: relative;
    width: 100%;
    height: 28vw;
  }
}
.c-main-visual__right .c-main-visual__image .bg-img {
  background-position: left center;
}
@media screen and (max-width: 59.3125em) {
  .c-main-visual__right .c-main-visual__image .bg-img {
    background-position: center bottom;
  }
}
.c-main-visual__image {
  position: relative;
  width: 100%;
  height: 100%;
}
.c-main-visual__image .bg-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-main-visual__inner {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 5;
}
.c-main-visual__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-main-visual__logo {
  width: 100%;
  max-width: 167px;
}
@media screen and (max-width: 46.8125em) {
  .c-main-visual__logo {
    width: 100%;
    max-width: 127px;
  }
}
.c-main-visual__logo img {
  filter: drop-shadow(0px 0px 20px #fff);
}

.c-main-visual__title {
  text-align: center;
  margin-top: -2.166667rem;
}

.c-main-visual__title img {
  position: relative;
}

.c-main-visual__title {
  max-width: 66vh;
}

.c-title__02 {
  max-width: 80%;
}

.c-main-visual__button {
  width: 100%;
  text-align: center;
  margin-top: 6vh;
}

@media screen and (max-width: 46.8125em) {
  .c-main-visual__title {
    margin-top: -1.5rem;
  }
  .c-main-visual__title img {
    max-width: 90%;
  }
}



@media screen and (max-width: 46.8125em) {
  .c-main-visual__button {
    margin-top: 0.8333333333rem;
  }
}
.c-main-visual__button .c-button, .c-main-visual__button .c-button-social > a {
  box-shadow: 3px 3px 0px rgba(0, 0, 0, 0.26);
  font-size: clamp(1rem, 0.8676rem + 0.5647vh, 1.75rem);
}

/*
---
name: メニューリスト_通常
category: Navigation
---
*/
.c-menu-list__head {
  text-align: center;
  background-color: #17245D;
  color: #fff;
  font-weight: 700;
  padding: 0.5rem 0.6666666667rem;
}
.c-menu-list ul li {
  border-bottom: 1px solid #D3D3D3;
}
.c-menu-list ul li a {
  text-decoration: none;
  color: #000;
  font-weight: 700;
  display: block;
  padding: 0.5833333333rem 0.6666666667rem 0.5833333333rem 1.5rem;
  position: relative;
  transition: all 0.2s;
}
.c-menu-list ul li a::before {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  color: #17245D;
  position: absolute;
  top: 50%;
  left: 0.6666666667rem;
  transform: translateY(-50%);
}
.c-menu-list ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 1px;
  background-color: #17245D;
  bottom: 0;
  left: 0;
  transform: translateY(1px);
  transition: all 0.4s ease;
  opacity: 0;
}
.c-menu-list ul li a:hover {
  opacity: 1;
  color: #17245D;
}
.c-menu-list ul li a:hover::after {
  width: 100%;
  opacity: 1;
}
.c-menu-list ul li ul {
  border-top: 1px solid #D3D3D3;
  padding: 0.3333333333rem 0;
}
.c-menu-list ul li ul li {
  border-bottom: none;
}
.c-menu-list ul li ul li a {
  font-weight: 400;
  padding: 0.2083333333rem 1rem 0.2083333333rem 2rem;
}
.c-menu-list ul li ul li a::before {
  left: 1.3333333333rem;
  top: 0.1666666667rem;
}
.c-menu-list ul li ul li a::after {
  display: none;
}
.c-menu-list__banners {
  margin-top: 0.3333333333rem;
}
.c-menu-list__block {
  display: flex;
  text-decoration: none;
  color: #17245D;
  background-color: rgba(23, 36, 93, 0.2);
  font-size: 0.5833333333rem;
  min-height: 2.6666666667rem;
  align-items: center;
  padding: 0.3333333333rem 1.3333333333rem 0.3333333333rem 0.6666666667rem;
  position: relative;
}
.c-menu-list__block::after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.6666666667rem;
  font-size: 0.6666666667rem;
}
.c-menu-list__submenu {
  padding-left: 1rem;
  border-bottom: 1px solid #D3D3D3;
  display: none;
}
.c-menu-list__submenu li:last-child {
  border-bottom: none;
}
.c-menu-list__submenu li a {
  font-weight: 400 !important;
  font-size: 0.5833333333rem !important;
  padding: 0.8333333333rem 0.6666666667rem 0.8333333333rem 0.8333333333rem !important;
}
.c-menu-list__submenu li a::before {
  left: 0 !important;
  top: 0.8333333333rem !important;
}
.c-menu-list__submenu li a::after {
  display: none;
}

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

.modaal-close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-100%);
}
.modaal-close:hover:before, .modaal-close:hover:after {
  background: #17245D;
}

.modaal-video-wrap {
  margin: auto;
}

/*
---
name: お知らせ_ヘッダー
category: PostContent
---
*/
.c-news-header {
  margin-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header {
    margin-bottom: 0.6666666667rem;
  }
}
.c-news-header__title {
  font-size: 1.1666666667rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-top: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__title {
    font-size: 0.8333333333rem;
    margin-bottom: 0.6666666667rem;
  }
}
.c-news-header__sup {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.c-news-header__date {
  font-family: "Roboto", sans-serif;
  color: #17245D;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__date {
    margin: 0 0.6666666667rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-header__tag {
    margin-top: 0.3333333333rem;
    width: 100%;
  }
}
.c-news-header__tag ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.c-news-header__tag ul li {
  margin-right: 0.6666666667rem;
}
.c-news-header__tag ul li a {
  text-decoration: none;
  font-weight: 400;
  font-size: 0.5833333333rem;
  display: block;
}

/*
---
name: お知らせ_1カラム_アーカイブ02
category: News
---
*/
.c-news-lg__block {
  display: block;
  text-decoration: none;
  font-weight: 400;
  color: #000;
  padding: 1rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__block {
    padding: 0.6666666667rem 0;
  }
}
.c-news-lg__block:first-child {
  padding-top: 0;
}
.c-news-lg__sup {
  display: flex;
  align-items: center;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__sup {
    margin-bottom: 0.3333333333rem;
  }
}
.c-news-lg__date {
  font-family: "Roboto", sans-serif;
  color: #17245D;
  letter-spacing: 0;
  line-height: 1;
  margin-left: 0.5rem;
}
.c-news-lg__date::before {
  content: "schedule";
  font-family: "Material Icons Outlined";
  letter-spacing: 0;
  margin-right: 0.1666666667rem;
  vertical-align: top;
}
.c-news-lg__title {
  font-size: 1rem;
  margin-bottom: 0.3333333333rem;
  line-height: 1.5;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg__title {
    font-size: 0.75rem;
    margin-bottom: 0.1666666667rem;
  }
}
.c-news-lg__excerpt {
  font-size: 0.5rem;
}
.c-news-lg.is-image-display .c-news-lg__block {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #D3D3D3;
}
.c-news-lg.is-image-display .c-news-lg__image {
  width: 5.6666666667rem;
  flex-shrink: 0;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news-lg.is-image-display .c-news-lg__image {
    width: 4.1666666667rem;
    margin-right: 1rem;
  }
}

/*
---
name: お知らせ_通常_フロントページ
category: News
---
*/
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news {
    position: relative;
    padding-bottom: 3rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__head {
    margin-bottom: 0.6666666667rem;
  }
}
.c-news__title {
  text-align: left !important;
  margin: 0 !important;
}
.c-news__button {
  margin-top: 2.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__button {
    margin-top: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: center;
  }
  .c-news__button .c-button, .c-news__button .c-button-social > a {
    max-width: 9.3333333333rem;
  }
}
.c-news__block {
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border-bottom: 1px solid #D3D3D3;
  display: flex;
  align-items: center;
  padding: 1rem 0 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__block {
    flex-wrap: wrap;
    padding: 0.6666666667rem 0 0.5rem !important;
  }
}
.c-news__block:first-child {
  padding-top: 0;
}
.c-news__date {
  font-family: "Roboto", sans-serif;
  color: #17245D;
  letter-spacing: 0;
  line-height: 1;
}
.c-news__label {
  margin-left: 1rem;
  margin-right: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__label {
    margin-left: 0.6666666667rem;
    margin-right: 0;
  }
}
.c-news__text {
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news__text {
    width: 100%;
    margin-top: 0.3333333333rem;
  }
}

.c-news.is-onecolumn {
  padding-bottom: 0;
}
.c-news.is-onecolumn .c-news__block {
  padding: 1rem 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.5rem 0 !important;
  }
}
.c-news.is-onecolumn .c-news__date {
  margin-top: 0.25rem;
}
@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: 1.6666666667rem !important;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__title {
    margin-bottom: 1rem !important;
  }
}
.c-news.is-onecolumn .c-news__label {
  margin-top: 0.0833333333rem;
}
.c-news.is-onecolumn .c-news__excerpt {
  font-size: 0.5833333333rem;
  margin-top: 0.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-news.is-onecolumn .c-news__excerpt {
    font-size: 0.5rem;
    margin-top: 0.1666666667rem;
  }
}
.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: 9.3333333333rem;
}

.c-pagetop {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagetop {
    right: 0.5833333333rem;
    bottom: 0.5833333333rem;
  }
}
.c-pagetop.is-fixed {
  opacity: 1;
  visibility: visible;
}
.c-pagetop.is-absolute {
  position: absolute;
  opacity: 1;
}
.c-pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  color: #fff;
  background: #000;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  transition: all 0.3s 0s ease;
  font-size: 1.0416666667rem;
  line-height: 1;
}
.c-pagetop a:after {
  content: "expand_less";
  font-family: "Material Icons Outlined";
}
.c-pagetop a:hover {
  color: #000;
  background: #fff;
}

/*
---
name: ページネーション_通常
category: Navigation
---
*/
.c-pagination {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination {
    margin-top: 1.3333333333rem;
  }
}
.c-pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-pagination ul li {
  list-style: none !important;
  margin-bottom: 0.25rem;
}
.c-pagination ul li:not(:last-child) {
  margin-right: 0.25rem;
}
.c-pagination ul li > span,
.c-pagination ul li > a {
  font-family: "Roboto", sans-serif;
  font-size: 0.6666666667rem;
  line-height: 0.8125;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  text-decoration: none;
  border-radius: 4px;
  color: #17245D;
  border: 1px solid #17245D;
  background-color: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-pagination ul li > span,
.c-pagination ul li > a {
    width: 1.6666666667rem;
    height: 1.6666666667rem;
  }
}
.c-pagination ul li > span:hover,
.c-pagination ul li > a:hover {
  opacity: 1;
  background: #17245D;
  color: #fff;
}
.c-pagination ul li > span.is-current,
.c-pagination ul li > a.is-current {
  background: #17245D;
  border-color: #17245D;
  color: #fff;
}
.c-pagination ul li > span.is-dot,
.c-pagination ul li > a.is-dot {
  font-family: "Noto Sans JP", sans-serif;
  background: transparent;
  border-color: transparent;
  color: #17245D;
}
.c-pagination.is-align-left ul {
  justify-content: flex-start;
}

/*
---
name: 投稿ナビゲーション_通常
category: Navigation
---
*/
.c-post-navs {
  margin: 2.6666666667rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs {
    margin: 1.3333333333rem 0;
  }
}
.c-post-navs ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.c-post-navs ul li {
  width: 6.4583333333rem;
  max-width: 33%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li {
    width: calc(33% - 8px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs ul li a {
    font-size: 0.5rem !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.8333333333rem !important;
    padding-right: 0.3333333333rem !important;
  }
}
.c-post-navs__archive a {
  align-items: center;
  margin: auto;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__archive a {
    padding-left: 0.3333333333rem !important;
    padding-right: 0.3333333333rem !important;
  }
}
.c-post-navs__archive a::after {
  display: none;
}
.c-post-navs__archive a span {
  font-size: 0.6666666667rem;
  margin-right: 0.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-post-navs__archive a span {
    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.8333333333rem !important;
    padding-left: 0.3333333333rem !important;
  }
}

.c-relation__title.c-heading.is-sm {
  margin-bottom: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__title.c-heading.is-sm {
    margin-bottom: 1rem;
  }
}
.c-relation__buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__buttons {
    display: block;
    margin: 0;
  }
}
.c-relation__buttons.is-center {
  justify-content: center;
}
.c-relation__button {
  width: calc(33.3% - 36px);
  margin: 0 0.75rem;
}
@media screen and (max-width: 59.3125em) {
  .c-relation__button {
    width: calc(50% - 36px);
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__button {
    width: 100%;
    margin: 0;
  }
}
.c-relation__button:nth-child(n+4) {
  margin-top: 1.5rem;
}
@media screen and (max-width: 59.3125em) {
  .c-relation__button:nth-child(n+3) {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-relation__button:not(:first-child) {
    margin-top: 0.6666666667rem;
  }
}
.c-relation__button .c-button, .c-relation__button .c-button-social > a {
  max-width: 100%;
}
.c-relation__button .c-button.is-current, .c-relation__button .c-button-social > a.is-current {
  pointer-events: none;
  background: #fff;
  color: #17245D;
  border-color: #17245D;
}

.c-sitemap__item:not(:last-child) {
  margin-bottom: 0.8333333333rem;
}
.c-sitemap__item a {
  text-decoration: none;
  font-size: 0.8333333333rem;
  line-height: 1.6;
  --letter-spacing: 0em;
  font-weight: bold;
  color: #000;
  position: relative;
  padding-bottom: 0.4166666667rem;
  border-bottom: 2px solid #D3D3D3;
  display: block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__item a {
    font-size: 0.6666666667rem;
  }
}
.c-sitemap__item a.is-outlink:after {
  color: #17245D;
  margin-left: 0.5833333333rem;
  vertical-align: middle;
}
.c-sitemap__item.is-parent {
  margin-bottom: 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__item.is-parent {
    margin-bottom: 0.8333333333rem;
  }
}
.c-sitemap__flex {
  display: flex;
  align-items: flex-start;
}
.c-sitemap__sublist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist {
    margin-top: 0.75rem;
  }
}
.c-sitemap__sublist.is-three-col {
  width: 75%;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__sublist.is-three-col {
    width: 50%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist.is-three-col {
    width: 100%;
  }
}
.c-sitemap__sublist.is-three-col .c-sitemap__subitem {
  width: 33.3%;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 100%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__sublist.is-three-col .c-sitemap__subitem {
    width: 50%;
  }
}
.c-sitemap__sublist.is-one-col {
  width: 25%;
}
.c-sitemap__sublist.is-one-col .c-block-sitemap__subitem {
  width: 100%;
}
.c-sitemap__subitem {
  width: 25%;
  margin-bottom: 0.8333333333rem;
  padding-right: 0.4166666667rem;
}
@media screen and (max-width: 59.3125em) {
  .c-sitemap__subitem {
    width: 50%;
  }
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem {
    margin-bottom: 0.4166666667rem;
  }
}
.c-sitemap__subitem a {
  font-size: 0.6666666667rem;
  line-height: 1.5625;
  --letter-spacing: 0em;
  font-weight: normal;
  border-bottom: none;
  padding: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem a {
    font-size: 0.5833333333rem;
  }
}
.c-sitemap__subitem ul {
  margin-top: 0.8333333333rem;
}
.c-sitemap__subitem li a {
  font-size: 0.5416666667rem;
  line-height: 2.1538461538;
  --letter-spacing: 0em;
  font-weight: normal;
}
.c-sitemap__subitem li a:before {
  content: "-";
  display: inline-block;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sitemap__subitem li a {
    font-size: 0.5rem;
  }
}

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

  .c-slidebar-menu {
    display: none;
  }
}
@media screen and (max-width: 59.3125em) {
  .c-slidebar-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 0.5rem;
    z-index: 9999;
    text-decoration: none;
    background-color: #17245D;
    line-height: 1;
    color: #fff;
    width: 2.2916666667rem;
    height: 2.2916666667rem;
    padding-top: 0.25rem;
    border: none;
  }
  .c-slidebar-button:active, .c-slidebar-button:hover {
    opacity: 1;
  }
  .c-slidebar-button__inner {
    display: block;
  }
  .c-slidebar-button__line {
    height: 0.6666666667rem;
    display: block;
  }
  .c-slidebar-button__line > span {
    display: block;
    width: 1.0833333333rem;
    height: 0.0833333333rem;
    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: "Roboto", sans-serif;
    margin-top: 0.3333333333rem;
    display: block;
  }
  .c-slidebar-button__text.is-close {
    display: none;
  }

  .c-slidebar-menu {
    height: calc(100vh - 55px);
    padding: 0 0 4.3333333333rem;
    position: fixed;
    background-color: #17245D;
    z-index: 9980;
    width: 100%;
    transform: translate3d(100%, 0px, 0px);
    right: 0;
    transition: all ease-in-out 0.2s;
    overflow-x: scroll;
    top: 0;
    -webkit-overflow-scrolling: touch;
  }
  .c-slidebar-menu.is-active {
    height: calc(100% - 60px);
  }
  .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0px, -100%, 0px);
    width: 100%;
    opacity: 0;
  }
  .c-slidebar-menu__list {
    width: 100%;
    background: #17245D;
    font-size: 0.5833333333rem;
    font-weight: 700;
  }
  .c-slidebar-menu__list a, .c-slidebar-menu__list span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    font-weight: inherit;
    text-decoration: none;
    position: relative;
  }
  .c-slidebar-menu__list a::after, .c-slidebar-menu__list span::after {
    content: "navigate_next";
    font-family: "Material Icons Outlined";
    line-height: 1;
    letter-spacing: 0;
  }
  .c-slidebar-menu__list [data-accordion-title]::after {
    content: "add";
  }
  .c-slidebar-menu__parent {
    color: #fff;
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
  }
  .c-slidebar-menu__parent.is-open > [data-accordion-title]::after {
    content: "remove";
  }
  .c-slidebar-menu__parent-link {
    cursor: pointer;
    padding: 0.75rem 1.9166666667rem 0.75rem 0.8333333333rem;
  }
  .c-slidebar-menu__children {
    font-size: 0.5416666667rem;
    width: 100%;
    padding-left: 0.8333333333rem;
    padding-bottom: 0.8333333333rem;
    display: none;
  }
  .c-slidebar-menu__child {
    background: rgba(0, 0, 0, 0.2);
    margin-bottom: 0.1666666667rem;
  }
  .c-slidebar-menu__child.is-open > [data-accordion-title]::after {
    content: "remove";
  }
  .c-slidebar-menu__child-link {
    padding: 0.5416666667rem 2rem 0.5416666667rem 0.8333333333rem;
  }
  .c-slidebar-menu__grandchildren {
    font-size: 0.5rem;
    font-weight: 400;
    width: 100%;
    display: none;
    border-top: solid 1px #D3D3D3;
    padding-left: 1.0833333333rem;
  }
  .c-slidebar-menu__grandchild {
    border-top: solid 1px #D3D3D3;
  }
  .c-slidebar-menu__grandchild:first-child {
    border-top: 0;
  }
  .c-slidebar-menu__grandchild-link {
    padding: 0.5rem 1.6666666667rem 0.5rem 0;
  }
  .c-slidebar-menu__buttons {
    margin-top: 0.8333333333rem;
    padding: 0 0.8333333333rem;
  }
  .c-slidebar-menu__button + .c-slidebar-menu__button {
    margin-top: 0.3333333333rem;
  }
  .c-slidebar-menu__button {
    max-width: 100%;
    font-weight: bold;
    font-size: 0.75rem;
    color: #17245D;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
  }
  .c-slidebar-menu__button::after {
    content: none;
  }
  .c-slidebar-menu__button__icon {
    display: inline;
    vertical-align: -0.25rem;
    line-height: 1;
    font-size: 1rem;
    margin-right: 0.3333333333rem;
  }
  .c-slidebar-menu__sns-btns {
    max-width: 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: center;
    line-height: 1;
  }
  .c-slidebar-menu__sns-btn {
    background: #fff;
    color: #17245D;
    text-decoration: none;
    margin: 0 0.3333333333rem;
    width: 1.8333333333rem;
    height: 1.8333333333rem;
    border-radius: 1.8333333333rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .c-slidebar-container {
    height: 100%;
    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;
    transition: all ease-in-out 0.2s;
    display: none;
    z-index: 999;
  }

  .is-slidebar-active .c-slidebar-button__line > span:nth-child(1) {
    transform: rotate(-45deg) translateY(4px) translateX(-4px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(2) {
    transform: rotate(45deg) translateY(-1px) translateX(-1px);
  }
  .is-slidebar-active .c-slidebar-button__line > span:nth-child(3) {
    display: none;
  }
  .is-slidebar-active .c-slidebar-container {
    transform: translate3d(-100%, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container::after {
    content: "";
    opacity: 1;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: block;
    top: 0;
    left: 0;
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom {
    transform: translate3d(0px, 0px, 0px);
  }
  .is-slidebar-active .c-slidebar-container.is-top-to-bottom::after {
    top: 55px;
  }
  .is-slidebar-active .c-slidebar-menu {
    transform: translate3d(0, 0, 0);
  }
  .is-slidebar-active .c-slidebar-menu.is-top-to-bottom {
    transform: translate3d(0, 55px, 0);
    opacity: 1;
  }

  .c-slidebar-menu__search {
    position: relative;
    display: block;
    margin-bottom: 0.9166666667rem;
    max-width: 100%;
    width: 100%;
    border: 1px solid #17245D;
    color: #cccccc;
    background: #fff;
    border-radius: 0.9583333333rem;
    font-size: 0.6666666667rem;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-weight: 400;
    height: 1.9166666667rem;
    transition: all 0.2s ease-out;
  }
  .c-slidebar-menu__search:before {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    font-family: "Material Icons Outlined";
    content: "search";
    font-feature-settings: "liga";
    font-size: 0.75rem;
    color: #17245D;
  }
  .c-slidebar-menu__search-icon {
    display: none;
  }
}
/*
---
name: SNSボタン
category: Other
---
*/
.c-sns-btns__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-sns-btns__btn {
  width: 1.8333333333rem;
  margin-right: 0.8333333333rem;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-sns-btns__btn {
    margin-right: 0.3333333333rem;
  }
}

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

/*
---
name: <table> テーブル_小
category: Base
---
*/
.c-table-xlg {
  width: 100%;
  border-top: 1px solid #D3D3D3;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg {
    width: 39.3333333333rem;
  }
}
.c-table-xlg th,
.c-table-xlg td {
  border-bottom: 1px solid #D3D3D3;
}
.c-table-xlg thead {
  background-color: #E4087C;
}
.c-table-xlg thead th,
.c-table-xlg thead td {
  padding: 0.4166666667rem 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg thead th,
.c-table-xlg thead td {
    padding: 0.25rem 0.3333333333rem;
  }
}
.c-table-xlg tbody th,
.c-table-xlg tbody td {
  padding: 0.8333333333rem 1.3333333333rem;
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table-xlg tbody th,
.c-table-xlg tbody td {
    padding: 0.5rem 1rem;
  }
}
.c-table-xlg tbody th {
  background-color: rgba(228, 8, 124, 0.9);
  text-align: center;
  vertical-align: middle;
  width: 25.7894736842%;
}

.js-responsive-table {
  position: relative;
}
.js-responsive-table::before {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
  }
}
.js-responsive-table::after {
  transition: all 0.2 0s ease;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background-repeat: no-repeat;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2));
    background-attachment: scroll;
    pointer-events: none;
  }
}
.js-responsive-table.is-scrollable::before {
  visibility: visible;
  opacity: 1;
}
.js-responsive-table.is-unscrollable::after {
  visibility: hidden;
  opacity: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .js-responsive-table-wrapper {
    width: 100%;
    overflow: auto;
  }
}
/*
---
name: <table> テーブル
category: Base
---
*/
.c-table, .l-post-content table, #growp-editor-wrapper.post-type-post table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table {
  width: 100%;
  border-top: 1px solid #D3D3D3;
}
.c-table tbody th, .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#growp-editor-wrapper.post-type-post table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
  text-align: left;
  border-bottom: 1px solid #D3D3D3;
  padding: 1rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.c-table tbody td,
.l-post-content table tbody td,
#growp-editor-wrapper.post-type-post table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
    padding: 0.5rem;
  }
}
.c-table tbody th, .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
  color: #17245D;
  width: 8.1666666667rem;
  border-bottom: 1px solid #17245D;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-table tbody th, .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
    width: 4rem;
  }
}
.c-table.is-th-bgcolor tbody th, .l-post-content table.is-th-bgcolor tbody th, #growp-editor-wrapper.post-type-post table.is-th-bgcolor tbody th, #tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody th, #tinymce.post-type-post table.is-th-bgcolor tbody th,
.c-table.is-th-bgcolor tbody td,
.l-post-content table.is-th-bgcolor tbody td,
#growp-editor-wrapper.post-type-post table.is-th-bgcolor tbody td,
#tinymce.mce-content-body.acf_content table.is-th-bgcolor tbody td,
#tinymce.post-type-post table.is-th-bgcolor tbody td {
  padding: 0.5416666667rem 1rem;
}
.c-table.is-th-bgcolor th, .l-post-content table.is-th-bgcolor th, #growp-editor-wrapper.post-type-post table.is-th-bgcolor th, #tinymce.mce-content-body.acf_content table.is-th-bgcolor th, #tinymce.post-type-post table.is-th-bgcolor th {
  color: #000;
  width: 9.8333333333rem;
  position: relative;
  background-color: #E4087C;
}
.c-table.is-th-bgcolor th::after, .l-post-content table.is-th-bgcolor th::after, #growp-editor-wrapper.post-type-post table.is-th-bgcolor th::after, #tinymce.mce-content-body.acf_content table.is-th-bgcolor th::after, #tinymce.post-type-post table.is-th-bgcolor th::after {
  display: none;
}

/*
---
name: タブ
category: Tabs
---
*/
.c-tabs__navs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 2.3333333333rem;
}
.c-tabs__navs li {
  width: 50%;
  max-width: 11.5rem;
  margin-bottom: 0.3333333333rem;
  border: 2px solid #17245D;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li {
    border-width: 1px;
  }
}
.c-tabs__navs li a {
  background-color: #fff;
  color: #17245D;
  text-align: center;
  text-decoration: none;
  display: block;
  padding: 0.4166666667rem 1rem;
  position: relative;
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a {
    padding: 0.25rem 1rem;
  }
}
.c-tabs__navs li a::after {
  content: "expand_more";
  font-family: "Material Icons Outlined";
  position: absolute;
  font-size: 1rem;
  font-weight: 400;
  right: 0.6666666667rem;
  top: calc(50% + 1px);
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tabs__navs li a::after {
    font-size: 0.8rem;
  }
}
.c-tabs__navs li a:hover {
  background-color: #7b8ede;
  opacity: 1;
}
.c-tabs__navs li a.is-active {
  background-color: #17245D;
  color: #fff;
}
.c-tabs__navs li a.is-active:hover {
  opacity: 1;
}
.c-tabs__content {
  display: none;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 0.8s forwards;
}
.c-tabs__content.is-active {
  display: block;
  position: static;
  visibility: visible;
  opacity: 1;
}

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

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

.c-tel-top {
  padding: 2rem;
  background-color: #F9F9F9;
  text-align: center;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top {
    padding: 1rem;
  }
}
.c-tel-top__text {
  margin-top: 0.25rem;
  font-size: 0.6666666667rem;
  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.5rem;
    line-height: 1.6666666667;
  }
}
.c-tel-top__title {
  color: #000;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5555555556;
  margin-bottom: 0.5833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-tel-top__title {
    font-size: 0.6666666667rem;
    margin-bottom: 0.3333333333rem;
  }
}
.c-tel-top a {
  text-decoration: none;
  color: #17245D;
  font-size: 1.75rem;
  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: 1rem;
    pointer-events: inherit;
  }
}
.c-tel-top a i {
  margin-right: 0.5rem;
}

/*
---
name: お知らせ_目次
category: PostContent
---
# HTMLは自動生成
*/
#toc_container {
  margin: 1.3333333333rem 0;
  width: 100% !important;
  background: #E4087C;
  border-radius: 0px;
  padding: 0.6666666667rem 1.6666666667rem 1.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  #toc_container {
    margin: 0.6666666667rem 0;
    padding: 0.6666666667rem 1rem 1rem;
  }
}
#toc_container .toc_title {
  text-align: center !important;
  font-size: 1.125rem;
  color: #17245D;
  font-weight: 700;
  margin-bottom: 0.6666666667rem;
}
#toc_container .toc_title .toc_toggle {
  margin-left: 0.6666666667rem;
}
#toc_container .toc_list {
  list-style: none;
  padding-left: 0;
}
#toc_container .toc_list li::before {
  display: none;
}
#toc_container .toc_list li ul {
  list-style: none;
  padding-left: 24px;
  margin-left: 0;
}
#toc_container .toc_list li a {
  display: block;
  padding-left: 0.6666666667rem;
  transition: all ease 0.2s;
  text-decoration: none;
  color: #000;
  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;
}

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

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

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

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

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

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

.p-post-item.is-line {
  border-bottom: 1px solid #D3D3D3;
  padding: 14px 40px 14px 0;
  display: flex;
  margin-bottom: 0;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line {
    padding: 14px 24px 18px 0;
  }
  .p-post-item.is-line .p-post-item__sup {
    overflow: hidden;
  }
  .p-post-item.is-line .p-post-item__sup::after {
    content: "";
    display: block;
    clear: both;
  }
}
.p-post-item.is-line::before {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
  color: #17245D;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -0.5416666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line::before {
    top: auto;
    bottom: 14px;
    margin-top: 0;
  }
}
.p-post-item.is-line .p-post-item__thumbnail {
  float: left;
  margin-right: 32px;
  margin-bottom: 0;
}
.p-post-item.is-line .p-post-item__thumbnail > img {
  max-height: 1rem;
  width: auto;
}
.p-post-item.is-line .p-post-item__date {
  font-family: "Roboto", sans-serif;
  margin-right: 1rem;
}
.p-post-item.is-line .p-post-item__date,
.p-post-item.is-line .p-post-item__category {
  float: left;
  color: #000;
}
.p-post-item.is-line .p-post-item__title {
  color: #000;
  margin-bottom: 0;
  font-size: 0.6666666667rem;
  margin-top: 0.125rem;
  margin-right: 1rem;
  margin-left: 1rem;
  font-weight: normal;
  position: relative;
  line-height: 1.7;
  max-width: 60%;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .p-post-item.is-line .p-post-item__title {
    float: none;
    padding-top: 0.5rem;
    margin-left: 0;
  }
}
.p-post-item.is-line:hover .p-post-item__title {
  text-decoration: underline;
}

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

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

.l-block__margin-normal {
  margin-top: 2.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-normal {
    margin-top: 1.1666666667rem;
  }
}
.l-block__margin-large {
  margin-top: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-large {
    margin-top: 1.3333333333rem;
  }
}
.l-block__margin-medium {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-medium {
    margin-top: 0.5rem;
  }
}
.l-block__margin-small {
  margin-top: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-block__margin-small {
    margin-top: 0.5rem;
  }
}
.l-block__margin-none {
  margin-top: 0;
}

@media (max-width: 1354px) {
  .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-container.is-sm {
  width: 100%;
  max-width: 41.6666666667rem;
  margin: auto;
}

/*
---
name: フッター_サイトマップ型
category: Layout
---
*/
.l-footer {
  position: relative;
  background-color: #17245D;
  padding-bottom: 6vw;
}
.l-footer__content {
  padding: 3.1666666667rem 1rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__content {
    display: block;
    padding: 1.3333333333rem 0;
    margin-bottom: 60px;
  }
}
.l-footer__link {
  display: block;
  color: #fff;
  font-size: 0.9166666667rem;
  line-height: 1;
}
@media screen and (max-width: 46.8125em) {
  .l-footer__link {
    font-size: 0.6666666667rem;
  }
}
.l-footer__copyright {
  display: block;
  margin-left: auto;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 0.6666666667rem;
  line-height: 1.1875;
  --letter-spacing: 0.04em;
  font-weight: 400;
}
@media screen and (max-width: 59.3125em) {
  .l-footer__copyright {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .l-footer__copyright {
    font-size: 0.5833333333rem;
  }
}

.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: #000;
  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: #17245D;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.3s ease;
}
.l-global-nav ul li a:hover {
  opacity: 1;
}
.l-global-nav ul li a:hover::after {
  width: 100%;
  opacity: 1;
}

/*
---
name: ヘッダー
category: Layout
---
*/
.l-header {
  background-color: #fff;
  width: 100%;
  z-index: 9990;
  position: relative;
}
@media print {
  .l-header {
    position: relative;
  }
}
.l-header.is-fixed {
  position: fixed;
}
.l-header__logo {
  margin: 0;
  width: 246px;
  flex-shrink: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-header__logo {
    width: 130px;
  }
}
.l-header__logo a,
.l-header__logo img {
  display: block;
}
.l-header__content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.5833333333rem;
}
@media screen and (max-width: 59.3125em) {
  .l-header__content {
    height: 2.2916666667rem;
  }
}

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

.l-main {
  width: 100%;
  /* margin: 0 auto; */
}
.l-main.is-hidden {
  overflow: hidden;
}

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

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

/*
---
name: オファー_通常
category: Layout
---
*/
.l-offer {
  background-image: url("../images/bg-offer.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 2rem 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer {
    padding: 1.6666666667rem 0;
  }
}
.l-offer.is-padding-lg {
  padding: 2.6666666667rem 0;
}
.l-offer__items {
  margin-top: 2rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__items {
    margin-top: 1rem;
  }
}
.l-offer__items.is-button-one {
  margin-top: 1rem;
  text-align: center;
}
.l-offer__items.is-button-one .l-offer__button {
  max-width: 18.9166666667rem;
}
.l-offer__button {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 0.6666666667rem;
  letter-spacing: 0.05em;
  text-align: center;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #fff;
  padding: 1rem 1.3333333333rem;
  position: relative;
  width: 100%;
  min-height: 3.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button {
    font-size: 0.625rem;
    min-height: 2.6666666667rem;
  }
}
.l-offer__button::after {
  content: "chevron_right";
  font-family: "Material Icons Outlined";
  position: absolute;
  font-size: 0.8333333333rem;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-weight: 400;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button::after {
    font-size: 0.75rem;
  }
}
.l-offer__button.is-bgcolor-primary {
  background-color: #17245D;
  border-color: #17245D;
}
.l-offer__button.is-tel {
  font-family: "Roboto", sans-serif;
  font-size: 1.3333333333rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__button.is-tel {
    font-size: 1.1666666667rem;
  }
}
.l-offer__button.is-tel i {
  margin-right: 0.3333333333rem;
}
.l-offer__subtext {
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-offer__subtext {
    margin-top: 0.25rem;
    font-size: 0.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
  }
}

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

/*
---
name: ページヘッダー_通常
category: Layout
---
*/
/*
---
name: ページヘッダー_単色
category: Layout
---
*/
.l-page-header {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.l-page-header__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.l-page-header__image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
}
.l-page-header__bgimg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.l-page-header__inner {
  position: relative;
  text-align: center;
  color: #fff;
  padding: 2.6666666667rem 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__inner {
    padding: 1.9166666667rem 0.3333333333rem;
  }
}
.l-page-header__title {
  font-family: "Roboto", sans-serif;
  font-size: 1.75rem;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin: 0;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-page-header__title {
    font-size: 1.1666666667rem;
  }
}
.l-page-header__subtitle {
  font-weight: 700;
  letter-spacing: 0.1em;
}
.l-page-header.is-image-hidden {
  height: 8.3333333333rem;
  background-color: #E4087C;
}
.l-page-header.is-image-hidden::after {
  display: none;
}
.l-page-header.is-image-hidden .l-page-header__inner {
  color: #17245D;
}

.l-post-content, #growp-editor-wrapper.post-type-post, #tinymce.mce-content-body.acf_content, #tinymce.post-type-post {
  word-break: break-all;
}
.l-post-content::after, #growp-editor-wrapper.post-type-post::after, #tinymce.mce-content-body.acf_content::after, #tinymce.post-type-post::after {
  content: "";
  display: block;
  clear: both;
}
.l-post-content > p, #growp-editor-wrapper.post-type-post > p, #tinymce.mce-content-body.acf_content > p, #tinymce.post-type-post > p,
.l-post-content div > p,
#growp-editor-wrapper.post-type-post div > p,
#tinymce.mce-content-body.acf_content div > p,
#tinymce.post-type-post div > p {
  margin-bottom: 1.6em;
}
.l-post-content h1, #growp-editor-wrapper.post-type-post h1, #tinymce.mce-content-body.acf_content h1, #tinymce.post-type-post h1 {
  font-size: 1.3333333333rem;
  line-height: 1.625;
  letter-spacing: 0.05em;
}
.l-post-content h2, #growp-editor-wrapper.post-type-post h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2 {
  font-size: 1.0416666667rem;
  line-height: 1.68;
  letter-spacing: 0.05em;
  margin-top: 3.3333333333rem;
  margin-bottom: 1.3333333333rem;
  border-bottom: 2px solid #17245D;
  padding-bottom: 0.5833333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h2, #growp-editor-wrapper.post-type-post h2, #tinymce.mce-content-body.acf_content h2, #tinymce.post-type-post h2 {
    margin-top: 1.6666666667rem;
    font-size: 0.75rem;
  }
}
.l-post-content h3, #growp-editor-wrapper.post-type-post h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3 {
  font-size: 0.8333333333rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  margin-top: 2.25rem;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  background-color: #e7e7e7;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h3, #growp-editor-wrapper.post-type-post h3, #tinymce.mce-content-body.acf_content h3, #tinymce.post-type-post h3 {
    margin-top: 1.3333333333rem;
    font-size: 0.6666666667rem;
  }
}
.l-post-content h4, #growp-editor-wrapper.post-type-post h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4 {
  font-size: 0.7083333333rem;
  line-height: 1.8823529412;
  letter-spacing: 0.05em;
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.l-post-content h4::before, #growp-editor-wrapper.post-type-post h4::before, #tinymce.mce-content-body.acf_content h4::before, #tinymce.post-type-post h4::before {
  content: "check";
  font-family: "Material Icons Outlined";
  letter-spacing: 0;
  float: left;
  margin-right: 0.3rem;
  color: #17245D;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h4, #growp-editor-wrapper.post-type-post h4, #tinymce.mce-content-body.acf_content h4, #tinymce.post-type-post h4 {
    font-size: 0.625rem;
  }
}
.l-post-content h5, #growp-editor-wrapper.post-type-post h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5 {
  font-size: 0.6666666667rem;
  letter-spacing: 0.05em;
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h5, #growp-editor-wrapper.post-type-post h5, #tinymce.mce-content-body.acf_content h5, #tinymce.post-type-post h5 {
    font-size: 0.5833333333rem;
  }
}
.l-post-content h6, #growp-editor-wrapper.post-type-post h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6 {
  font-size: 0.6666666667rem;
  letter-spacing: 0.05em;
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content h6, #growp-editor-wrapper.post-type-post h6, #tinymce.mce-content-body.acf_content h6, #tinymce.post-type-post h6 {
    font-size: 0.5833333333rem;
  }
}
.l-post-content dl, #growp-editor-wrapper.post-type-post dl, #tinymce.mce-content-body.acf_content dl, #tinymce.post-type-post dl {
  margin-top: 0.6666666667rem;
  margin-bottom: 0.6666666667rem;
}
.l-post-content dl dt, #growp-editor-wrapper.post-type-post dl dt, #tinymce.mce-content-body.acf_content dl dt, #tinymce.post-type-post dl dt {
  font-weight: bold;
}
.l-post-content dl dd, #growp-editor-wrapper.post-type-post dl dd, #tinymce.mce-content-body.acf_content dl dd, #tinymce.post-type-post dl dd {
  margin-bottom: 1em;
}
.l-post-content table, #growp-editor-wrapper.post-type-post table, #tinymce.mce-content-body.acf_content table, #tinymce.post-type-post table {
  letter-spacing: 0;
  margin-top: 1em;
  margin-bottom: 2em;
  width: 100%;
}
.l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.l-post-content table tbody td,
#growp-editor-wrapper.post-type-post table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
  text-align: left;
  padding: 0.6666666667rem 0.25rem;
  vertical-align: top;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th,
.l-post-content table tbody td,
#growp-editor-wrapper.post-type-post table tbody td,
#tinymce.mce-content-body.acf_content table tbody td,
#tinymce.post-type-post table tbody td {
    padding: 0.3333333333rem 0.1666666667rem;
  }
}
.l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
  width: 5rem;
  position: relative;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-post-content table tbody th, #growp-editor-wrapper.post-type-post table tbody th, #tinymce.mce-content-body.acf_content table tbody th, #tinymce.post-type-post table tbody th {
    width: 4rem;
  }
}
.l-post-content table tbody p, #growp-editor-wrapper.post-type-post table tbody p, #tinymce.mce-content-body.acf_content table tbody p, #tinymce.post-type-post table tbody p {
  margin-bottom: 0;
}
.l-post-content ol li, #growp-editor-wrapper.post-type-post ol li, #tinymce.mce-content-body.acf_content ol li, #tinymce.post-type-post ol li, .l-post-content ul li, #growp-editor-wrapper.post-type-post ul li, #tinymce.mce-content-body.acf_content ul li, #tinymce.post-type-post ul li {
  list-style: inherit;
}
.l-post-content ul, #growp-editor-wrapper.post-type-post ul, #tinymce.mce-content-body.acf_content ul, #tinymce.post-type-post ul {
  padding-left: 1rem;
  list-style: disc;
}
.l-post-content ol, #growp-editor-wrapper.post-type-post ol, #tinymce.mce-content-body.acf_content ol, #tinymce.post-type-post ol {
  padding-left: 1rem;
  list-style: decimal;
}
.l-post-content iframe, #growp-editor-wrapper.post-type-post iframe, #tinymce.mce-content-body.acf_content iframe, #tinymce.post-type-post iframe {
  max-width: 100%;
  width: 100%;
}
.l-post-content pre, #growp-editor-wrapper.post-type-post pre, #tinymce.mce-content-body.acf_content pre, #tinymce.post-type-post pre {
  background: #f5f5f5;
  padding: 0.6666666667rem 1rem;
}
@media print {
  @page {
    margin: 8mm;
    margin: 10mm 8mm 10mm 8mm;
    margin: 4mm !important;
    size: landscape;
    size: portrait;
  }
  * {
    -webkit-print-color-adjust: exact !important;
    background-attachment: initial !important;
    overflow-y: visible !important;
  }

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

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

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

  .c-slidebar-menu,
.c-slidebar-button,
.u-hidden-lg {
    display: none;
  }
}
.l-searchform {
  position: fixed;
  top: 3.3333333333rem;
  left: 0;
  width: 100%;
  z-index: 99999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease;
  padding: 3.75rem 0;
}
@media screen and (max-width: 59.3125em) {
  .l-searchform {
    top: 2.2916666667rem;
  }
}
@media screen and (max-width: 46.8125em) {
  .l-searchform {
    padding: 2.5rem 0;
  }
}
.l-searchform__inner {
  width: 100%;
  max-width: 31.1666666667rem;
  position: relative;
  margin: auto;
}
.l-searchform__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.l-searchform__close {
  position: absolute;
  right: -2.75rem;
  top: -2.75rem;
  color: #fff;
  background: transparent;
  border: none;
  padding: 0;
}
@media screen and (max-width: 59.3125em) {
  .l-searchform__close {
    right: -0.1666666667rem;
    top: -2rem;
  }
}
.l-searchform__close:hover {
  opacity: 0.5;
}
.l-searchform__close__icon {
  font-size: 2rem;
}
.l-searchform__form {
  display: flex;
  align-items: center;
  height: 3rem;
  width: 100%;
  max-width: 31.1666666667rem;
  margin: auto;
  position: relative;
  background: #fff;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-searchform__form {
    height: 1.9166666667rem;
  }
}
.l-searchform__form__icon {
  color: #000;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.8333333333rem;
}
.l-searchform__form__icon span {
  font-size: 1.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-searchform__form__icon {
    padding: 0.4166666667rem;
  }
  .l-searchform__form__icon span {
    font-size: 0.8333333333rem;
  }
}
.l-searchform__form input {
  border: none;
  border-left: solid 1px #D3D3D3;
  font-family: inherit;
  position: relative;
  height: 1.6666666667rem;
  padding-left: 0.9166666667rem;
  line-height: 1;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-searchform__form input {
    height: 0.9166666667rem;
    padding-top: 0;
    padding-bottom: 0.1666666667rem;
  }
}
.l-searchform__form input::placeholder {
  line-height: 1;
  color: #cccccc;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-searchform__form input::placeholder {
    font-size: 0.4583333333rem;
  }
}
.l-searchform__form button {
  width: 5.4166666667rem;
  flex-shrink: 0;
  background: #17245D;
  border: none;
  padding: 0;
  color: #fff;
  font-size: 0.6666666667rem;
  font-weight: bold;
  height: 100%;
  transition: all 0.2s ease-out;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-searchform__form button {
    width: 3.25rem;
    font-size: 0.5rem;
  }
}
.l-searchform__form button:hover {
  opacity: 0.5;
}

body.is-search-modal-open .l-searchform {
  visibility: visible;
  opacity: 1;
}

.l-section.is-max {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-max {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}
.l-section.is-xlg {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xlg {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
.l-section.is-lg {
  padding-top: 4.1666666667rem;
  padding-bottom: 4.1666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-lg {
    padding-top: 2.0833333333rem;
    padding-bottom: 2.0833333333rem;
  }
}
.l-section.is-md {
  padding-top: 3.3333333333rem;
  padding-bottom: 3.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-md {
    padding-top: 1.6666666667rem;
    padding-bottom: 1.6666666667rem;
  }
}
.l-section.is-sm {
  padding-top: 2.6666666667rem;
  padding-bottom: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-sm {
    padding-top: 1.3333333333rem;
    padding-bottom: 1.3333333333rem;
  }
}
.l-section.is-xs {
  padding-top: 1.3333333333rem;
  padding-bottom: 1.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .l-section.is-xs {
    padding-top: 0.6666666667rem;
    padding-bottom: 0.6666666667rem;
  }
}
.l-section.is-color-primary {
  background-color: #17245D;
}
.l-section.is-color-secondary {
  background-color: #E4087C;
}
.l-section.is-white-gradation {
  position: relative;
  z-index: 1;
  padding: 4.1666666667rem 0 2.0833333333rem;
}
@media screen and (max-width: 46.8125em) {
  .l-section.is-white-gradation {
    padding: 1.6666666667rem 0 0.8333333333rem;
  }
}
.l-section.is-white-gradation:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) translateY(100%);
  border-style: solid;
  border-width: 97px 50vw 0 50vw;
  border-color: #fff transparent transparent transparent;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.09));
}
@media screen and (max-width: 46.8125em) {
  .l-section.is-white-gradation:before {
    border-width: 30px 50vw 0 50vw;
  }
}
.l-section.is-white-gradation:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to top, #fff 0%, #e2eaed 100%);
}
.l-section.is-resolution {
  position: relative;
}

/* .l-section.is-resolution:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30.6666666667rem;
  background-image: url(../images/bg-resolution.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
} */

@media screen and (max-width: 46.8125em) {
  .l-section.is-resolution:before {
    height: 6.6666666667rem;
  }
}

.c-guest {
  display: flex;
}

.c-guest-lead {
  flex: 4;
  margin-left: 1rem;
  padding: 2.25rem 2vw  2.25rem 3.25rem;
}

.c-guest-img {
  flex: 6;
  background-image: url('../images/guest.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 10px;
}

.c-guest-lead img {
  margin-bottom: 20px;
}

.is-guest {
  position: relative;
  background: url('../images/guest-bg.png');
  background-size: cover;
}

.c-guest-lead-text a {
  font-weight: 900;
  text-decoration: underline;
}

.guest-h2 {
  display: flex;
  align-items: center;
}

.is-guest h2 {
  margin: 0 0.5vw 0;
  font-weight: 900;
  font-feature-settings: "palt";
  line-height: 1.2;
  font-size: 2.65vw;
}

.guest-eyecatch {
  width: 8vw; 
  height: 8vw;
}

.c-guest-lead {
  font-weight: 500;
}

.c-guest-lead-text {
  margin-bottom: 1rem;
}

.c-guest-ambassador {
  display: none;
}

@media screen and (max-width: 949px) {
  .c-guest {
    display: flex;
    flex-direction: column;
  }
  .c-guest-lead {
    flex:initial;
    margin: 0;
    padding: 2.25rem 3.25rem;
  }
  .c-guest-img {
    display: none;
  }
  .is-guest h2 {
    margin: 0;
    font-weight: 900;
    font-feature-settings: "palt";
    line-height: 1.2;
    font-size: 5vw;
    padding-left: 1vw;
  }
  .guest-eyecatch {
    width: 15vw; 
    height: 15vw;
  }
  .guest-h2 {
    margin-bottom: 1rem;
  }
  .c-guest-ambassador {
    display: inline;
    border-radius: 1rem;
  }
}

@media screen and (max-width: 767px) {
  .c-guest-lead {
    padding: 1rem;
  }
  .c-guest-img {
    display: none;
  }
  .is-guest h2 {
    margin: 0;
    font-weight: 900;
    font-feature-settings: "palt";
    line-height: 1.2;
    font-size: min(8vw, 1.6rem);
    padding-left: 1vw;
  }
  .guest-eyecatch {
    position: relative;
    left: -.3rem;
    width: 4rem; 
    height: 4rem;
  }
}
  

.l-section.is-service {
  position: relative;
}

.l-section.is-service:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg-service.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}
.l-section.is-gradation {
  position: relative;
}
.l-section.is-gradation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 160px);
  background: linear-gradient(to left, #a2f8c6 0%, #adcaff 100%);
  z-index: -1;
}
@media screen and (max-width: 46.8125em) {
  .l-section.is-gradation:before {
    height: calc(100% - 120px);
  }
}
.l-section.is-border-top {
  border-top: 1px solid #D3D3D3;
}
.l-section.is-top {
  padding-bottom: 0 !important;
}
.l-section.is-bottom {
  padding-top: 0 !important;
}
.l-section.is-bg-color {
  background: #ccc;
}

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

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

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

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

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

@keyframes zoomOut {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.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: 1290px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 1.3333333333rem;
  background: #17245D;
  color: #fff;
  padding-left: 24px;
}
.u-format__title {
  font-size: 0.8333333333rem;
  font-weight: bold;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  margin-top: 120px;
  margin-bottom: 18px;
  background: #f5f5f5;
  padding: 8px 12px 8px 24px;
  border-left: 5px solid #17245D;
}
.u-format__content {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
}
.u-format__content.is-fullwidth {
  max-width: 100%;
}
.u-format__code {
  max-width: 1290px;
  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.5rem;
}
.u-format__code__title {
  background: #333;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  padding: 4px 8px;
  font-size: 0.5rem;
}

#tinymce {
  margin-left: auto !important;
  margin-right: auto !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  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;
}

#growp-editor-wrapper {
  font-family: "Noto Sans JP", sans-serif !important;
}
.u-mbs {
  margin-top: 2.3333333333rem;
  margin-bottom: 2.3333333333rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs {
    margin-top: 1.1666666667rem;
    margin-bottom: 1.1666666667rem;
  }
}
.u-mbs.is-xlg {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xlg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }
}
.u-mbs.is-lg {
  margin-top: 4.1666666667rem;
  margin-bottom: 4.1666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-lg {
    margin-top: 2.0833333333rem;
    margin-bottom: 2.0833333333rem;
  }
}
.u-mbs.is-ml {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-ml {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
.u-mbs.is-md {
  margin-top: 2.6666666667rem;
  margin-bottom: 2.6666666667rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-md {
    margin-top: 1.3333333333rem;
    margin-bottom: 1.3333333333rem;
  }
}
.u-mbs.is-sm {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-sm {
    margin-top: 0.875rem;
    margin-bottom: 0.875rem;
  }
}
.u-mbs.is-xs {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .u-mbs.is-xs {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}
.u-mbs.is-top {
  margin-bottom: 0 !important;
}
.u-mbs.is-bottom {
  margin-top: 0 !important;
}

.u-maxwidth944 {
  max-width: 39.3333333333rem;
  margin: 0 auto;
}

.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.8126em) {
  .u-hidden-lg {
    display: none !important;
  }
}
.u-visible-sm,
.u-visible-md,
.u-visible-lg {
  display: none !important;
}

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

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

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

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

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

a.is-pdf:after {
  content: "picture_as_pdf";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
}
a.is-map::before {
  content: "location_on";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
}
a.is-outlink::after {
  content: "open_in_new";
  font-family: "Material Icons Outlined";
  line-height: 1;
  letter-spacing: 0;
}

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

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

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

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


/** 20230727 崩れ防止、高さ調整 **/
.c-cta__button {
    white-space: nowrap;
}

@media (min-width: 475px) and (max-width: 1100px){
  .c-cta {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }
}

.c-block-archive__label {
  background: #5BBD7E;
  color: #FFF;
  border-radius: 5px;
  font-size: 18px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 26px;
  padding-right: 26px;
  white-space: nowrap;
  position: absolute;
  left: 10px;
  z-index: 100;
  top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .c-block-archive__label {
    font-size: 14px;
    padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 18px;
  padding-right: 18px;
  }
}


@media (min-width: 46.8125em) {
  .c-cta__tel a {
    pointer-events: none;
  }
}
.modaal-wrapper .modaal-close {
  top: 5vh;
  right: 5vh;
}
.modaal-close:before, .modaal-close:after {
  height: 82px;
}

.modaal-close {
  width: 100px;
  height: 100px;
  transform: none;
}
@media screen and (min-width: 0em) and (max-width: 46.8125em) {
  .modaal-close:before, .modaal-close:after {
    height: 40px;
  }
  .modaal-wrapper .modaal-close {
    top: 10px;
    right: 16px;
  }

  .modaal-close {
    width: 40px;
    height: 40px;
    transform: none;
  }
}

.modaal-close:hover {
  background: transparent;
}
.modaal-close:before, 
.modaal-close:after {
  transition: all ease .2s;
}
.modaal-close:hover:before, 
.modaal-close:hover:after,
.modaal-close:active:before, 
.modaal-close:active:after,
.modaal-close:focus:before, 
.modaal-close:focus:after {
  background: #FFF;
  opacity: 0.8;
}
.c-main-visual__center:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 100%;
  height: 50vh;
  /* max-height: 450px; */
  bottom: 0;
  left: 0;
  
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, #00451a 100%);
  opacity: 0.67;

}
.c-main-visual__left {
  z-index: 100;
}
.c-main-visual__right {
  z-index: 100;
}
.c-main-visual__inner {
  z-index: 100;
} 



/* CTA */

 .fixed-area-flex{
    width:calc(100% - 5%);
    padding:.75rem 0;
    margin:0 auto;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
 .mail{
    width:calc(54% - .75rem);
}
 .tel{
    width:46%;
}
 .video{
    width:100%;
    margin-bottom:.75rem;
}
 .fixed-area-btn{
    display:block;
    cursor:pointer;
    text-align:center;
    width:100%;
    border-radius: 100px;
    font-size: 0.8rem;
    padding:.2rem 0;
    text-decoration: none;
    line-height: 2rem;
    font-weight:bold;
    background-color:#e4087c;
    color:#fff;
}
 .fixed-area-btn img{
    height:2rem;
}
 .fixed-area-btn:hover{
    background-color:#fff;
    color:#000;
}
 @media (orientation: landscape) , (min-width: 960px){
     .pc{
        display:unset;
    }
     .sp{
        display:none;
    }
     .fixed-area-flex{
        width: calc(100% - 10%);
        padding: 0.7rem 0;
    }
     .fixed-area-item{
        align-self:center;
    }
     .mail{
        width:calc(38% - .75rem);
    }
     .video{
        width:calc(32% - .75rem);
        margin-bottom:0;
    }
     .tel{
        width:calc(25% - .75rem);
    }
     .fixed-area-btn{
        padding: .3rem 0;
        line-height: 1.5rem;
        font-size: 0.9rem;
    }
     .fixed-area-btn img{
        height: 1.5rem;
    }
     .tel span{
        color:#fff;
        font-size: 0.7rem;
        font-weight:bold;
        line-height: 1rem;
        /* letter-spacing:.1rem; */
    }
    .tel > span{
      display: flex;
    }
     .tel span img{
        height: 0.7rem;
        
    }
     .tel a{
        text-decoration: none;
        color:#fff;
        font-size: 3vw;
        font-weight:bold;
        line-height: 1.5rem;
        /* letter-spacing: .1rem; */
    }
}
a.fixed-area-btn {
  transition: none;
  opacity: 1;
}
.pc{display:none;}
  .hover-on{display:none;}
  *:hover > .hover-off{display:none;}
  *:hover > .hover-on{display:unset;}
  .fixed-area{position:fixed;left:0;bottom:0;background-color:#17245D;width:100%;z-index:5;}
  .fixed-area-flex{width:calc(100% - 15vw);padding:2.25vw 0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;}
  .mail{width:calc(54% - 2.25vw);}
  .tel{width:46%;}
  .video{width:100%;margin-bottom:2.25vw;}
  .fixed-area-btn{display:block;cursor:pointer;text-align:center;width:100%;border-radius:9vw;font-size:3vw;padding:2.25vw 0;line-height:6vw;font-weight:bold;background-color:#e4087c;color:#fff;}
  .fixed-area-btn img{height:6vw;}
  .fixed-area-btn:hover{background-color:#fff;color:#000;}
  @media (orientation: landscape) , (min-width: 960px){
  .pc{display:unset;}
  .sp{display:none;}
  .fixed-area-flex{width:calc(100% - 30vw);padding:3.75vw 0;}
  .fixed-area-item{align-self:center;}
  .mail{width:calc(38% - 2.25vw);}
  .video{width:calc(32% - 2.25vw);margin-bottom:0;}
  .tel{width:calc(25% - 2.25vw);}
  .fixed-area-btn{padding:1.5vw 0;line-height:9vw;font-size:5.25vw;}
  .fixed-area-btn img{height:9vw;}
  .tel span{color:#fff;font-size:3.6vw;font-weight:bold;line-height:4.5vw;letter-spacing:.3vw;}
  .tel span img{height:4.5vw;}
  .tel a{color:#fff;font-size:7.5vw;font-weight:bold;line-height:7.5vw;letter-spacing:.3vw;}
  }

@media screen and (min-width: 520px){
  .pc{display:none;}
  .hover-on{display:none;}
  *:hover > .hover-off{display:none;}
  *:hover > .hover-on{display:unset;}
  .fixed-area{position:fixed;left:0;bottom:0;background-color:#17245D;width:100%;z-index:5;}
  .fixed-area-flex{width:calc(100% - 10vw);padding:1.5vw 0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;}
  .mail{width:calc(54% - 1.5vw);}
  .tel{width:46%;}
  .video{width:100%;margin-bottom:1.5vw;}
  .fixed-area-btn{display:block;cursor:pointer;text-align:center;width:100%;border-radius:6vw;font-size:2vw;padding:1.5vw 0;line-height:4vw;font-weight:bold;background-color:#e4087c;color:#fff;}
  .fixed-area-btn img{height:4vw;}
  .fixed-area-btn:hover{background-color:#fff;color:#000;}
  @media (orientation: landscape) , (min-width: 960px){
  .pc{display:unset;}
  .sp{display:none;}
  .fixed-area-flex{width:calc(100% - 20vw);padding:2.5vw 0;}
  .fixed-area-item{align-self:center;}
  .mail{width:calc(38% - 1.5vw);}
  .video{width:calc(32% - 1.5vw);margin-bottom:0;}
  .tel{width:calc(25% - 1.5vw);}
  .fixed-area-btn{padding:1vw 0;line-height:6vw;font-size:3.5vw;}
  .fixed-area-btn img{height:6vw;}
  .tel span{color:#fff;font-size:2.4vw;font-weight:bold;line-height:3vw;letter-spacing:.2vw;}
  .tel span img{height:3vw;}
  .tel a{color:#fff;font-size:5vw;font-weight:bold;line-height:5vw;letter-spacing:.2vw;}
  }
  }

@media (orientation: landscape), (min-width: 960px) {

.pc{display:none;}
.hover-on{display:none;}
*:hover > .hover-off{display:none;}
*:hover > .hover-on{display:unset;}
.fixed-area{position:fixed;left:0;bottom:0;background-color:#17245D;width:100%;z-index:5;}
.fixed-area-flex{width:calc(100% - 5vw);padding:.75vw 0;margin:0 auto;display:flex;flex-wrap:wrap;justify-content:space-between;}
.mail{width:calc(54% - .75vw);}
.tel{width:46%;}
.video{width:100%;margin-bottom:.75vw;}
.fixed-area-btn{display:block;cursor:pointer;text-align:center;width:100%;border-radius:3vw;font-size:1vw;padding:.75vw 0;line-height:2vw;font-weight:bold;background-color:#e4087c;color:#fff;}
.fixed-area-btn img{height:2vw;}
.fixed-area-btn:hover{background-color:#fff;color:#000;}
@media (orientation: landscape) , (min-width: 960px){
.pc{display:unset;}
.sp{display:none;}
.fixed-area-flex{width:calc(100% - 10vw);padding:1.25vw 0;}
.fixed-area-item{align-self:center;}
.mail{width:calc(38% - .75vw);}
.video{width:calc(32% - .75vw);margin-bottom:0;}
.tel{width:calc(25% - .75vw);}
.fixed-area-btn{padding:.5vw 0;line-height:3vw;font-size:1.75vw;}
.fixed-area-btn img{height:3vw;}
.tel span{color:#fff;font-size:1.2vw;font-weight:bold;line-height:1.5vw;letter-spacing:.1vw;}
.tel span img{height:1.5vw;}
.tel a{color:#fff;font-size:2.5vw;font-weight:bold;line-height:2.5vw;letter-spacing:.1vw;}
}
.fixed-area-item.tel a {
pointer-events: none;
}
}



.fixed-area.js-fixedheader {
  /* display: none; */
  transition: all ease .2s;
  transform: translateY(100%);
}


.fixed-area.js-fixedheader.is-fixed {
  /* display: block; */
  transition: all ease .2s;
  transform: translateY(0%);
}

