@charset "UTF-8";
/* ===================================================================

style info :リセットCSS

=================================================================== */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ===================================================================

style info :ベース

=================================================================== */
/* ---------------------------------------------------------------------------
  default
--------------------------------------------------------------------------- */
html {
  font-size: 4.2666666667vw;
  line-height: 1.7;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  html {
    font-size: clamp(0.625rem, calc(0.4886363636rem + 0.6818181818vw), 1rem);
    line-height: 2;
  }
}

/* body */
body {
  position: relative;
  background: #fff;
  color: #404040;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}
body.is-animated * {
  pointer-events: none;
}
body.is-noscroll {
  overflow: clip;
}
body img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ---------------------------------------------------------------------------
  pageLoaded
--------------------------------------------------------------------------- */
html:not(.is-pageanim-start) body:not(.page--home) * {
  -webkit-transition: none !important;
  transition: none !important;
}

body:not(.page--home)::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 11111;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity ease 1s;
  transition: opacity ease 1s;
}

.is-page-loaded body:not(.page--home)::after {
  opacity: 0;
}

/* ---------------------------------------------------------------------------
  pageLoading
--------------------------------------------------------------------------- */
html:not(.is-pageanim-start) body.page--home *:not(.js-pageloading):not(.js-pageloading__inner):not(.js-pageloading__logo):not(.js-pageloading__txt):not(.js-pageloading__bar) {
  -webkit-transition: none !important;
  transition: none !important;
}

.is-not-page-loading .js-pageloading * {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.js-pageloading {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 99999;
}
.js-pageloading::before {
  content: "";
  background: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform ease 1s 0.3s;
  transition: -webkit-transform ease 1s 0.3s;
  transition: transform ease 1s 0.3s;
  transition: transform ease 1s 0.3s, -webkit-transform ease 1s 0.3s;
  z-index: -1;
}
.js-pageloading {
  /* loaded */
}
.is-page-loaded .js-pageloading {
  pointer-events: none;
}
.is-page-loaded .js-pageloading::before {
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.js-pageloading__inner {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all ease 0.5s 0.3s;
  transition: all ease 0.5s 0.3s;
}
.is-page-loaded .js-pageloading__inner {
  -webkit-transform: translate(-50%, -60%);
          transform: translate(-50%, -60%);
  opacity: 0;
}

.js-pageloading__logo {
  text-align: center;
  -webkit-animation: loading-zoom 1s linear infinite alternate both;
          animation: loading-zoom 1s linear infinite alternate both;
}
.js-pageloading__logo-img {
  width: 20%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .js-pageloading__logo-img {
    max-width: 100px;
  }
}

.js-pageloading__txt {
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 0.5em;
  font-size: 0.625rem;
  text-align: center;
  -webkit-transition: opacity ease 0.5s 0.2s;
  transition: opacity ease 0.5s 0.2s;
}
.is-pageanim-start.is-page-loaded .js-pageloading__txt {
  opacity: 0;
}

.js-pageloading__bar {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #7bbdc6;
  margin-top: 0.5em;
  width: 0%;
  height: 0.5vw;
  -webkit-transition: width ease 0.1s, opacity ease 0.5s 0.2s;
  transition: width ease 0.1s, opacity ease 0.5s 0.2s;
}
.is-page-loaded .js-pageloading__bar {
  opacity: 0;
}

/* ===================================================================

style info :ヘッダー

=================================================================== */
.l-header {
  width: 100%;
  height: 3.125rem;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (min-width: 768px) {
  .l-header {
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
  }
}

.l-header__logo {
  width: 11.625rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0.9375rem;
  line-height: 1;
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .l-header__logo {
    width: min(21.1666666667%, 254px);
    margin-left: 2.4305555556%;
  }
}
.l-header__logo a {
  display: block;
}

/*
  gmenubtn
---------------------------*/
/* .gmenubtn */
.gmenubtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3.82rem;
  height: 100%;
  border: 0;
  cursor: pointer;
  -webkit-transition: background ease 0.3s;
  transition: background ease 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .gmenubtn {
    display: none;
  }
}

.gmenubtn__line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 2rem;
  height: 1.09rem;
  aspect-ratio: 32/17.5;
  display: flex;
  align-items: center;
  margin-inline: auto;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .gmenubtn__line {
    width: 42.6%;
  }
}
.gmenubtn__line-item {
  width: 100%;
  height: 0.09375rem;
  background: #06c;
  -webkit-transition: opacity ease 0.3s, background ease 0.3s, top ease 0.3s, -webkit-transform ease 0.3s;
  transition: opacity ease 0.3s, background ease 0.3s, top ease 0.3s, -webkit-transform ease 0.3s;
  transition: opacity ease 0.3s, background ease 0.3s, transform ease 0.3s, top ease 0.3s;
  transition: opacity ease 0.3s, background ease 0.3s, transform ease 0.3s, top ease 0.3s, -webkit-transform ease 0.3s;
  position: absolute;
  left: 0;
}
.gmenubtn__line-item--01 {
  top: 0;
}
.gmenubtn__line-item--02 {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.gmenubtn__line-item--03 {
  bottom: 0;
}
.is-gmenu-open .gmenubtn__line-item--01 {
  top: 50%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-gmenu-open .gmenubtn__line-item--02 {
  opacity: 0;
}
.is-gmenu-open .gmenubtn__line-item--03 {
  top: 50%;
  bottom: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/*
  gmenu
---------------------------*/
.gmenu {
  width: 100%;
  background: #fff;
  position: absolute;
  top: var(--header-h);
  pointer-events: none;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  opacity: 0;
  height: calc(100dvh - var(--header-h));
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .gmenu {
    width: 100%;
    height: 100%;
    overflow: visible;
    opacity: 1;
    pointer-events: all;
    position: static;
    margin-right: 2.4305555556%;
  }
}
.is-gmenu-open .gmenu {
  pointer-events: all;
  opacity: 1;
}

.gmenu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-inline: 5.3vw;
  padding-bottom: 3rem;
  height: calc(100dvh - var(--header-h));
  -webkit-transition: opacity 0.4s ease, -webkit-transform ease 0.4s;
  transition: opacity 0.4s ease, -webkit-transform ease 0.4s;
  transition: opacity 0.4s ease, transform ease 0.4s;
  transition: opacity 0.4s ease, transform ease 0.4s, -webkit-transform ease 0.4s;
  -webkit-transform: translateY(calc(var(--header-h) * -1));
          transform: translateY(calc(var(--header-h) * -1));
  opacity: 0;
  overflow-y: scroll;
}
@media screen and (min-width: 768px) {
  .gmenu__inner {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    padding-inline: 0;
    padding-bottom: 0;
    height: 100%;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    overflow-y: visible;
  }
}
.is-gmenu-open .gmenu__inner {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
/*
  gnav
---------------------------*/
.gnav {
  padding-block: 1.5rem 2rem;
}
@media screen and (min-width: 768px) {
  .gnav {
    width: 75%;
    height: 100%;
    padding-block: 0;
  }
}
@media screen and (min-width: 1400px) {
  .gnav {
    width: 60%;
  }
}

@media screen and (min-width: 768px) {
  .gnav__parent {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .gnav__item {
    white-space: nowrap;
    height: 100%;
  }
}
.gnav__item > a {
  display: block;
  position: relative;
  font-size: 0.875rem;
  padding-block: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gnav__item > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1rem;
    height: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1020px) {
  .gnav__item > a {
    font-size: 12px;
  }
}
@media (any-hover: hover) {
  .gnav__item > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .gnav__item > a:hover {
    cursor: pointer;
    color: #06c;
  }
}
.gnav__item > a[target=_blank] {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .gnav__item > a[target=_blank] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.gnav__item > a[target=_blank]::after {
  position: absolute;
  top: calc(50% - 7px);
  right: -20px;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_blank.svg) no-repeat 50% 50%/contain;
  content: "";
}
.gnav__item--down {
  padding-bottom: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gnav__item--down {
    padding-bottom: 0;
  }
}
.gnav__item--down-inner {
  display: block;
}
@media screen and (min-width: 768px) {
  .gnav__item--down-inner {
    padding-right: 1.375rem;
  }
}
@media screen and (min-width: 768px) {
  .gnav__item--down-inner::before, .gnav__item--down-inner::after {
    content: "";
    display: block;
    width: 0.875rem;
    height: 0.125em;
    background: #06c;
    position: absolute;
    top: calc(50% - 0.0625rem);
    right: 0;
  }
}
@media screen and (min-width: 768px) {
  .gnav__item--down-inner::before {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
.page--find .gnav__item--find a, .page--company .gnav__item--company a {
  background: #3c352b;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .gnav__underlayer-wrap {
    height: 0;
    position: absolute;
    top: 100px;
    left: 0;
    width: 100vw;
    background: rgba(104, 145, 186, 0.8);
    overflow: hidden;
    -webkit-transition: height 0.4s, padding 0.4s;
    transition: height 0.4s, padding 0.4s;
  }
  .gnav__item--down:hover .gnav__underlayer-wrap {
    padding: 2rem;
    height: calc(100dvb - 100px);
  }
}

@media screen and (min-width: 768px) {
  .gnav__underlayer-inner {
    width: 81.9444444444%;
    min-width: 700px;
    margin-inline: auto;
    padding: 4.2372881356% 5.0847457627%;
    border-radius: 1.25rem;
    background: #fff;
  }
}

.gnav__underlayer-txt {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav__underlayer-txt {
    display: block;
    margin-bottom: 1.5rem;
    color: #06c;
    font-size: 1rem;
    font-weight: 600;
  }
}

.gnav__underlayer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
}
@media screen and (min-width: 768px) {
  .gnav__underlayer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2.45%;
    row-gap: 26px;
  }
}
@media screen and (min-width: 768px) {
  .gnav__underlayer-item {
    width: 31.6037735849%;
  }
}
.gnav__underlayer-item-inner {
  width: calc(100% - 2rem);
}
.gnav__underlayer-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.3rem 1rem;
  border-radius: 0.25rem;
  border: 1px solid #d4d4d4;
  background: #fff;
  align-items: center;
  font-size: 0.813rem;
  color: #404040;
}
@media screen and (min-width: 768px) {
  .gnav__underlayer-item a {
    padding: 0.6rem 1rem;
    font-size: 1rem;
    font-weight: 700;
  }
}
@media (any-hover: hover) {
  .gnav__underlayer-item a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .gnav__underlayer-item a:hover {
    background: #e8f5fc;
  }
}
.gnav__underlayer-item a::after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  aspect-ratio: 1;
  border-radius: 0.12rem;
  background-color: #06c;
  background-image: url(../img/common/ico_arrow02.svg);
  background-repeat: no-repeat;
  background-size: 45.4% auto;
  background-position: 50% 50%;
}
@media screen and (min-width: 768px) {
  .gnav__underlayer-item a::after {
    width: 1.375rem;
    height: 1.375rem;
    border-radius: 0.25rem;
  }
}

@media screen and (min-width: 768px) {
  .gmenu .gnav__inquiry {
    width: min(21.1538461538%, 220px);
    margin-inline: 3.5714285714% 0;
  }
}

/* ===================================================================

style info :コンテンツ

=================================================================== */
/* ---------------------------------------------------------------------------
  .l-wrap
    全体
--------------------------------------------------------------------------- */
.l-wrap {
  padding-top: var(--header-h);
  overflow: hidden;
}

/* ---------------------------------------------------------------------------
  .l-content
    全体
--------------------------------------------------------------------------- */
.l-content {
  font-size: 0.813rem;
}
@media screen and (min-width: 768px) {
  .l-content {
    font-size: 1rem;
  }
}

/*
.page-header
---------------------------*/
.page-header {
  position: relative;
}

/* ---------------------------------------------------------------------------
  .l-main
    メイン
--------------------------------------------------------------------------- */
.l-main {
  padding-block: min(5rem, 50px);
}
@media screen and (min-width: 768px) {
  .l-main {
    padding-block: 60px 110px;
  }
}

/* ===================================================================

style info :フッター

=================================================================== */
/*
  l-footer
---------------------------*/
/*
  l-footer__navs
---------------------------*/
.l-footer__navs {
  padding-block: 1.19rem 2.5rem;
  background: #06c;
}
@media screen and (min-width: 768px) {
  .l-footer__navs {
    padding-block: 5.27vw 2.5rem;
  }
}

/*
  l-footer__agent 
---------------------------*/
.l-footer__agent {
  margin-bottom: 2.5rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-block: 1.8rem 2rem;
  padding-inline: 1.2rem;
  border-radius: 1.23375rem;
  -webkit-box-shadow: 4.935px 4.935px 38.493px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 4.935px 4.935px 38.493px 0 rgba(177, 177, 177, 0.15);
  background: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__agent {
    margin-bottom: 6.2rem;
    display: block;
    padding: 2.5rem 4.0625rem;
    padding: 2.7777777778% 4.5138888889%;
    border-radius: 1.25rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__agent-inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 4.4444444444%;
  }
}
.l-footer__agent-ttl {
  margin-bottom: 1.4rem;
  padding-bottom: 1.5rem;
  color: #000;
  font-size: 1.188rem;
  font-weight: 500;
  letter-spacing: 0.01975rem;
  border-bottom: dashed 1px #999;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .l-footer__agent-ttl {
    margin-bottom: 0;
    padding-block: 2rem;
    padding-right: 4rem;
    border-right: dashed 1px #999;
    border-bottom: none;
    font-size: 1.25rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.l-footer__agent-links {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.l-footer__agent-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.62rem 0;
}
@media screen and (min-width: 768px) {
  .l-footer__agent-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 1rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__agent-link-item {
    width: 18rem;
  }
}
.l-footer__agent-link a {
  display: block;
  padding-block: 0.8rem;
  border-radius: 0.24675rem;
  border: 0.987px solid #06c;
  -webkit-box-shadow: 0.987px 0.987px 9.87px 0 rgba(177, 177, 177, 0.4);
          box-shadow: 0.987px 0.987px 9.87px 0 rgba(177, 177, 177, 0.4);
  background: #fff;
  text-align: center;
  color: #004ea2;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.l-footer__agent-link a::before {
  content: "";
  display: block;
  aspect-ratio: 10/11;
  width: 0.62rem;
  -webkit-mask: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
          mask: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
  background: #06c;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media (any-hover: hover) {
  .l-footer__agent-link a:hover {
    background: #e8f5fc;
  }
  .l-footer__agent-link a:hover::before {
    right: 0.8rem;
  }
}

/*
  fnav
---------------------------*/
@media screen and (min-width: 768px) {
  .fnav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  .fnav-list {
    width: 28%;
  }
}

.fnav {
  color: #fff;
}
.fnav__item {
  margin-bottom: 1.88rem;
}
@media screen and (min-width: 768px) {
  .fnav__item {
    margin-bottom: 3.3vw;
  }
}
.fnav__item > a {
  display: block;
  padding-bottom: 0.95rem;
  border-bottom: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1rem;
  font-weight: 700;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .fnav__item > a {
    font-size: 112.5%;
    line-height: 1.5;
  }
}
@media (any-hover: hover) {
  .fnav__item > a:hover {
    opacity: 0.6;
  }
}
.fnav__item > a::before {
  content: "";
  display: block;
  aspect-ratio: 12/11;
  width: 0.75rem;
  background: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
  position: absolute;
  top: calc(50% - 0.375rem);
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.fnav__item > a[target=_blank]::before {
  aspect-ratio: 1/1;
  width: 14px;
  height: 14px;
  background: url(../img/common/ico_blank_w.svg) no-repeat 50% 50%/contain;
}

.fnav__underlayer {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem 0;
}
@media screen and (min-width: 768px) {
  .fnav__underlayer {
    padding-left: 10px;
  }
}
.fnav__underlayer-item {
  width: 100%;
}
.fnav__underlayer-item a {
  display: block;
  width: 100%;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .fnav__underlayer-item a {
    font-size: 1rem;
  }
}
.fnav__underlayer-item a {
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (any-hover: hover) {
  .fnav__underlayer-item a:hover {
    opacity: 0.6;
  }
}
.fnav__underlayer-item--pdf a::after {
  content: "";
  display: inline-block;
  width: 0.83331rem;
  height: 0.91669rem;
  margin-left: 1rem;
  vertical-align: middle;
  background: url(../img/common/ico_pdf.svg) no-repeat 50% 50%/contain;
}

.fnav__underlayer02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.3rem 0;
  margin-bottom: 1.6rem;
  padding-left: 2.8rem;
}
.fnav__underlayer03 {
  padding-left: 1.8rem;
}

/*
  group
---------------------------*/
.group {
  padding-bottom: 2.53rem;
  background: #f4f4f6;
}
@media screen and (min-width: 768px) {
  .group {
    padding-bottom: 3rem;
  }
}

.group-mark a {
  background: #fff;
  padding: 0.4rem 0.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group-mark a::before {
  content: "";
  display: block;
  width: 0.44144rem;
  height: 0.44144rem;
  margin-left: auto;
  background: url(../img/common/ico_blank.svg) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 768px) {
  .group-mark a::before {
    width: 0.875rem !important;
    height: 0.875rem !important;
  }
}
.group-mark__fig {
  width: 2.68025rem;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .group-mark__fig {
    width: 5.3125rem !important;
  }
}
.group-mark__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 2.01806rem;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .group-mark__txt {
    height: 4rem !important;
    font-size: 1.125rem !important;
  }
}

.group-eslead {
  margin-bottom: 1.73rem;
  padding-top: 2.5rem;
  padding-bottom: 1.73rem;
  border-bottom: solid 1px #aaa;
}
@media screen and (min-width: 768px) {
  .group-eslead {
    margin-bottom: 1.92rem;
    padding-bottom: 1.92rem;
  }
}
.group-eslead__mark {
  width: 13.14988rem;
  margin-inline: auto;
  margin-bottom: 1.76rem;
}
@media screen and (min-width: 768px) {
  .group-eslead__mark {
    width: 20.5rem;
  }
}
.group-eslead__mark .group-mark__fig {
  width: 3.40775rem;
}
.group-eslead__mark .group-mark__txt {
  font-size: 0.875rem;
}
.group-eslead__txt {
  font-size: 0.875rem;
  line-height: 1.85;
}
@media screen and (min-width: 768px) {
  .group-eslead-txt {
    font-size: 18;
    line-height: 2;
    text-align: center;
  }
}

.group-list__wrap {
  padding-inline: 5.3vw;
}
@media screen and (min-width: 768px) {
  .group-list__wrap {
    max-width: 1353px;
    margin-inline: auto;
    padding-inline: 10px;
  }
}

.group-ttl {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 700;
  color: #06c;
}
@media screen and (min-width: 768px) {
  .group-ttl {
    font-size: 1.5rem;
  }
}

.group-txt {
  text-align: center;
  font-size: 0.875rem;
  padding-inline: 1rem;
  margin-bottom: 1.93rem;
}
@media screen and (min-width: 768px) {
  .group-txt {
    font-size: 1rem;
    line-height: 2.25;
  }
}

.group-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.22rem 0;
}
@media screen and (min-width: 768px) {
  .group-list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0.48vw 0.5251312828%;
  }
}
.group-list__mark {
  width: 49.2537313433%;
}
@media screen and (min-width: 768px) {
  .group-list__mark {
    width: 24.6061515379%;
  }
}

.l-footer__info {
  padding-block: 1rem 2rem;
}
@media screen and (min-width: 768px) {
  .l-footer__info {
    padding-block: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .l-footer__info-inner {
    max-width: 1200px;
    margin-inline: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.l-footer__info-logo {
  width: 15.625rem;
  margin-left: 2rem;
  margin-bottom: 0.88rem;
}
@media screen and (min-width: 768px) {
  .l-footer__info-logo {
    margin-left: 0;
    margin-bottom: 1.38rem;
  }
}
.l-footer__info-nav {
  margin-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.l-footer__info-nav-item:nth-child(n+2)::before {
  content: "｜";
  margin-inline: 0.5rem;
  vertical-align: middle;
  font-size: 0.625rem;
}
.l-footer__info-nav-item a {
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .l-footer__info-nav-item a {
    font-size: 0.875rem;
  }
}

/*
.copyright
---------------------------*/
.copyright {
  font-size: 0.625rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .copyright {
    font-size: 0.813rem;
  }
}

/*
  snav-fixed
---------------------------*/
.snav-fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .snav-fixed {
    display: none;
  }
}
.snav-fixed a {
  display: block;
  padding-block: 0.8rem;
  text-align: center;
  color: #fff;
  background: #06c;
  position: relative;
  font-size: 1rem;
  font-weight: 500;
}
.snav-fixed a::before {
  content: "";
  display: block;
  aspect-ratio: 15/14;
  width: 1rem;
  background: url(../img/common/ico_arrow.svg) no-repeat 50% 50%/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
  right: 1rem;
}
.snav-fixed a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff4545;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.25rem);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  left: calc(50% - 8rem);
}

/* ===================================================================

style info :その他

=================================================================== */
/* ---------------------------------------------------------------------------
  囲み要素
--------------------------------------------------------------------------- */
.l-inner {
  padding-inline: 5.3vw;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    padding-inline: 0.8%;
  }
  .l-inner--base {
    max-width: calc(1200px + 1.6%);
    padding-inline: 0.8%;
  }
  .l-inner--medium {
    max-width: calc(1000px + 1.6%);
    padding-inline: 0.8%;
  }
  .l-inner--short {
    max-width: calc(900px + 1.6%);
    padding-inline: 0.8%;
  }
}

/* ===================================================================

style info :再利用モジュール　ボタン

=================================================================== */
/*
.c-btn-primary　基本ボタン
---------------------------*/
.c-btn-primary {
  width: 100%;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-btn-primary {
    max-width: 380px;
  }
}
.c-btn-primary a {
  display: block;
  padding-block: 1.1em;
  font-size: 0.938rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-align: center;
  background: #06c;
  color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
}
@media screen and (min-width: 768px) {
  .c-btn-primary a {
    padding-block: 1.2em;
  }
}
.c-btn-primary a::before {
  content: "";
  display: block;
  aspect-ratio: 15/14;
  width: 1rem;
  background: url(../img/common/ico_arrow.svg) no-repeat 50% 50%/contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
.c-btn-primary a::after {
  content: "";
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff4545;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 0.25rem);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (any-hover: hover) {
  .c-btn-primary a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c-btn-primary a:hover {
    background: #0576e8;
  }
  .c-btn-primary a:hover::after {
    background: rgb(221, 97, 97);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.c-btn-primary--s a {
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .c-btn-primary--s a {
    font-size: 1rem;
  }
}
.c-btn-primary--s a::before {
  right: 1rem;
}
.c-btn-primary--s a::after {
  left: 1rem;
}
@media (any-hover: hover) {
  .c-btn-primary--s a:hover::before {
    right: 0.7rem;
  }
}
.c-btn-primary--b a {
  padding-block: 1.6rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .c-btn-primary--b a {
    padding-block: 2.17rem;
    font-size: 1.25rem;
  }
}
.c-btn-primary--b a::before {
  right: 1.5rem;
}
.c-btn-primary--b a::after {
  top: calc(50% - 0.25rem);
  left: 1.5rem;
}
@media (any-hover: hover) {
  .c-btn-primary--b a:hover::before {
    right: 1rem;
  }
}
.c-btn-primary--bgwhite {
  max-width: none;
}
.c-btn-primary--bgwhite a {
  font-size: 1.25rem;
  background: #fff;
  color: #404040;
  border-radius: 4rem;
}
@media screen and (max-width: 768px) {
  .c-btn-primary--bgwhite a {
    font-size: 0.938rem;
  }
}
.c-btn-primary--bgwhite a::before {
  background: url(../img/common/ico_arrow_blue.svg) no-repeat 50% 50%/contain;
  right: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-primary--bgwhite a::before {
    right: 0.8rem;
  }
}
.c-btn-primary--bgwhite a::after {
  top: calc(50% - 0.25rem);
  left: 2.5rem;
}
@media screen and (max-width: 768px) {
  .c-btn-primary--bgwhite a::after {
    left: 1rem;
  }
}
@media (any-hover: hover) {
  .c-btn-primary--bgwhite a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .c-btn-primary--bgwhite a:hover {
    background: #e8f5fc;
  }
  .c-btn-primary--bgwhite a:hover::before {
    right: 2rem;
  }
  .c-btn-primary--bgwhite a:hover::after {
    background: rgb(221, 97, 97);
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
  }
}
.c-btn-primary--w a {
  padding-block: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4rem;
  background: #fff;
  color: #404040;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.4);
          box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.4);
}
@media screen and (min-width: 768px) {
  .c-btn-primary--w a {
    font-size: 1.125rem;
  }
}
.c-btn-primary--w a::before {
  right: 1rem;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat 50% 50%/contain;
}
.c-btn-primary--w a::after {
  content: none;
}
@media (any-hover: hover) {
  .c-btn-primary--w a:hover {
    background: #e8f5fc;
  }
  .c-btn-primary--w a:hover::before {
    right: 0.6rem;
  }
}
.c-btn-primary--pdf a::before {
  right: 1rem;
  background: url(../img/common/ico_download.svg) no-repeat 50% 50%/contain;
}
@media (any-hover: hover) {
  .c-btn-primary--pdf a:hover {
    background: #e8f5fc;
  }
  .c-btn-primary--pdf a:hover::before {
    right: 1rem;
  }
}
.c-btn-primary--wdownload a {
  padding-block: 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  border-radius: 4rem;
  background: #fff;
  color: #404040;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.4);
          box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.4);
}
@media screen and (min-width: 768px) {
  .c-btn-primary--wdownload a {
    font-size: 1.125rem;
  }
}
.c-btn-primary--wdownload a::before {
  right: 1rem;
  background: url(../img/common/ico_download.svg) no-repeat 50% 50%/contain;
}
.c-btn-primary--wdownload a::after {
  content: none;
}
@media (any-hover: hover) {
  .c-btn-primary--wdownload a:hover {
    background: #e8f5fc;
  }
  .c-btn-primary--wdownload a:hover::before {
    right: 1rem;
  }
}
.c-btn-primary--dowmload a::before {
  right: 1rem;
  background: url(../img/common/ico_download.svg) no-repeat 50% 50%/contain;
}
@media (any-hover: hover) {
  .c-btn-primary--dowmload a:hover {
    background: #e8f5fc;
  }
  .c-btn-primary--dowmload a:hover::before {
    right: 1rem;
  }
}

/*
  c-btn-arrow
---------------------------*/
.c-btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 2.07125rem;
  height: 2.07125rem;
  border-radius: 0.18831rem;
  -webkit-box-shadow: 0.753px 0.753px 7.532px 0 rgba(177, 177, 177, 0.3);
          box-shadow: 0.753px 0.753px 7.532px 0 rgba(177, 177, 177, 0.3);
  background: #06c;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.25rem;
    -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
            box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
  }
}
.c-btn-arrow::before {
  content: "";
  display: block;
  width: 0.51781rem;
  height: 0.56488rem;
  background: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 768px) {
  .c-btn-arrow::before {
    width: 0.6875rem;
    height: 0.75rem;
  }
}
@media (any-hover: hover) {
  .c-btn-arrow-wrap:hover .c-btn-arrow::before {
    -webkit-animation: moveBtn 0.6s ease 1 backwards;
            animation: moveBtn 0.6s ease 1 backwards;
  }
}

@-webkit-keyframes moveBtn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  51% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes moveBtn {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(300%);
            transform: translateX(300%);
  }
  51% {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/*
.c-btn-secondary　白背景青文字青矢印ボタン
---------------------------*/
.c-btn-secondary a {
  display: block;
  padding-block: 0.8rem;
  border-radius: 0.24675rem;
  border: 0.987px solid #06c;
  -webkit-box-shadow: 0.987px 0.987px 9.87px 0 rgba(177, 177, 177, 0.4);
          box-shadow: 0.987px 0.987px 9.87px 0 rgba(177, 177, 177, 0.4);
  background: #fff;
  text-align: center;
  color: #004ea2;
  font-weight: 700;
  font-size: 1rem;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .c-btn-secondary a {
    font-size: 0.875rem;
  }
}
.c-btn-secondary a::before {
  content: "";
  display: block;
  aspect-ratio: 10/11;
  width: 0.62rem;
  -webkit-mask: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
          mask: url(../img/common/ico_arrow02.svg) no-repeat 50% 50%/contain;
  background: #06c;
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: right 0.4s;
  transition: right 0.4s;
}
@media (any-hover: hover) {
  .c-btn-secondary a:hover {
    background: #e8f5fc;
  }
  .c-btn-secondary a:hover::before {
    right: 0.8rem;
  }
}
.c-btn-secondary--back a::before {
  -webkit-mask: none;
          mask: none;
  background: url(../img/common/ico_arrow_blue.svg) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(-50%) scale(-1, 1);
          transform: translateY(-50%) scale(-1, 1);
  right: inherit;
  left: 1rem;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
.c-btn-secondary--pdf a::before {
  -webkit-mask: none;
          mask: none;
  width: 16px;
  background: url(../img/common/ico_download.svg) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .c-btn-secondary--pdf a:hover::before {
    right: 1rem;
  }
}
.c-btn-secondary--blank a::before {
  -webkit-mask: none;
          mask: none;
  width: 16px;
  background: url(../img/common/ico_blank.svg) no-repeat 50% 50%/contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (any-hover: hover) {
  .c-btn-secondary--blank a:hover::before {
    right: 1rem;
  }
}

/* ===================================================================

style info :再利用モジュール　ヘッドライン

=================================================================== */
/*
  c-ttl-markcenter
---------------------------*/
.c-ttl-markcenter {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-ttl-markcenter {
    gap: 1.8rem 0;
    margin-bottom: 2.5rem;
  }
}
.c-ttl-markcenter-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #06c;
  font-size: 1rem;
  line-height: 0.52;
}
@media screen and (min-width: 768px) {
  .c-ttl-markcenter-en {
    font-size: 1.125rem;
  }
}
.c-ttl-markcenter-en::before {
  content: "";
  margin-bottom: 1rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/common/ico_ttl.webp) no-repeat 50% 50%/contain;
  margin-inline: auto;
}
@media screen and (min-width: 768px) {
  .c-ttl-markcenter-en::before {
    margin-bottom: 1.8rem;
  }
}
.c-ttl-markcenter-ja {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1.172;
}
@media screen and (min-width: 768px) {
  .c-ttl-markcenter-ja {
    font-size: 2.5rem;
  }
}

/*
  c-ttl-markleft
---------------------------*/
.c-ttl-markleft {
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.8rem 0;
}
@media screen and (min-width: 768px) {
  .c-ttl-markleft {
    gap: 1rem 0;
    margin-bottom: 2.5rem;
  }
}
.c-ttl-markleft-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #06c;
  font-size: 3.125rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-ttl-markleft-en {
    font-size: 4.375rem;
  }
}
.c-ttl-markleft-en::before {
  content: "";
  margin-bottom: 0.8rem;
  display: block;
  width: 1.625rem;
  height: 1.625rem;
  background: url(../img/common/ico_ttl.webp) no-repeat 50% 50%/contain;
}
@media screen and (min-width: 768px) {
  .c-ttl-markleft-en::before {
    margin-bottom: 1rem;
  }
}
.c-ttl-markleft-ja {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-ttl-markleft-ja {
    font-size: 1.5rem;
  }
}

/*
  c-ttl-uline
---------------------------*/
.c-ttl-uline {
  display: block;
  width: 100%;
  padding-bottom: 5px;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  color: #06c;
  border-bottom: 1px solid #06c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-ttl-uline {
    padding-bottom: 8px;
    font-size: 1.625rem;
    line-height: 1.3;
  }
}

/* ===================================================================

style info :再利用モジュール　その他

=================================================================== */
/*
.c-fig 画像内注釈配置
---------------------------*/
.c-fig {
  position: relative;
}
.c-fig figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0.3rem 0.5rem;
  text-align: right;
  font-size: 0.625rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-fig figcaption {
    font-size: 0.813rem;
  }
}
.c-fig--bg figcaption {
  padding: 0.3rem 1rem;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
}
.c-fig--re figcaption {
  right: auto;
  left: 0;
}
.c-fig--static {
  text-align: left;
  position: static;
  padding-inline: 0;
  padding-bottom: 0;
}

/*
.c-caption 注釈
---------------------------*/
.c-caption {
  font-size: 0.625rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .c-caption {
    font-size: 0.813rem;
  }
}
.c-caption--re {
  text-align: right;
}

/* ===================================================================

style info :再利用モジュール　アイコン

=================================================================== */
/*
  c-ico-checkbox
---------------------------*/
.c-ico-checkbox {
  position: relative;
}
.c-ico-checkbox::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../img/common/ico_checkbox_lightblue.svg) no-repeat 50% 50%/contain;
  line-height: 1;
  position: relative;
  top: 3px;
}
/* ===================================================================

style info :再利用モジュール　コンタクト

=================================================================== */
/*
  contact
---------------------------*/
.m-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3.125rem 1.6875rem;
  border-radius: 0.61344rem;
  -webkit-box-shadow: 2.454px 2.454px 19.139px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 2.454px 2.454px 19.139px 0 rgba(177, 177, 177, 0.15);
  background: linear-gradient(306deg, rgba(7, 167, 221, 0.4) 1.5%, rgba(7, 167, 221, 0.08) 14.6%, rgba(7, 167, 221, 0.13) 33.3%, rgba(7, 167, 221, 0.25) 55.8%, rgba(7, 167, 221, 0.16) 78.2%, rgba(7, 167, 221, 0.3) 95%), linear-gradient(103deg, #dfd9ff 0%, #c8e6ff 39.4%, #cddeff 84.03%, #ced1f5 98.75%), #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem 0;
}
@media screen and (min-width: 768px) {
  .m-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
    padding: 5.6666666667% 5.8333333333%;
    border-radius: 1.25rem;
    background: linear-gradient(306deg, rgba(7, 167, 221, 0.4) 1.5%, rgba(7, 167, 221, 0.08) 14.6%, rgba(7, 167, 221, 0.13) 33.3%, rgba(7, 167, 221, 0.25) 55.8%, rgba(7, 167, 221, 0.16) 78.2%, rgba(7, 167, 221, 0.3) 95%), linear-gradient(103deg, #dfd9ff 0%, #c8e6ff 39.4%, #cddeff 84.03%, #ced1f5 98.75%), #fff;
    -webkit-box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
            box-shadow: 5px 5px 39px 0 rgba(177, 177, 177, 0.15);
  }
}

.m-contact-ttl {
  margin-bottom: 1.5rem;
  line-height: 1;
}
.m-contact-ttl-en {
  display: block;
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
  color: #fff;
  letter-spacing: 0.18456rem;
}
@media screen and (min-width: 768px) {
  .m-contact-ttl-en {
    font-size: min(5vw, 60px);
  }
}
.m-contact-ttl-ja {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .m-contact-ttl-ja {
    font-size: min(1.5vw, 18px);
    font-weight: 500;
  }
}

.m-contact-txt {
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .m-contact-txt {
    font-size: min(2.6666666667vw, 32px);
  }
}

@media screen and (min-width: 768px) {
  .m-contact__btn {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

@media screen and (min-width: 768px) {
  .m-contact-btn a {
    font-size: min(1.6666666667vw, 20px);
  }
}

.m-contact-info:nth-child(2) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .m-contact-info:nth-child(2) {
    font-size: min(1.5vw, 18px);
  }
}
.m-contact-info-ttl {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .m-contact-info-ttl {
    font-size: min(1.5vw, 18px);
  }
}
.m-contact-info-tel {
  line-height: 1.1;
}
.m-contact-info-tel a {
  font-size: 2.25rem;
  letter-spacing: 0.1rem;
  color: #06c;
}
@media screen and (min-width: 768px) {
  .m-contact-info-tel a {
    font-size: min(3.3333333333vw, 40px);
  }
}
.m-contact-info-txt {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .m-contact-info-txt {
    font-size: min(1.3333333333vw, 16px);
  }
}

/* ===================================================================

style info :再利用モジュール　ページタイトル

=================================================================== */
/*
  m-page-ttl
---------------------------*/
.m-page-ttl {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 4.1666666667vw;
  aspect-ratio: 144/40;
  background: url(../img/common/bg_page_ttl.webp) no-repeat top left/cover;
}
@media screen and (max-width: 768px) {
  .m-page-ttl {
    aspect-ratio: 16/9;
    margin-bottom: 40px;
    padding-block: 30px 20px;
  }
}
.m-page-ttl__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .m-page-ttl__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.m-page-ttl__title-en {
  display: block;
  color: #06c;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: min(5.8333333333vw, 70px);
  line-height: 1.05;
  letter-spacing: 3.5px;
}
@media screen and (max-width: 768px) {
  .m-page-ttl__title-en {
    font-size: 1.875rem;
  }
}
.m-page-ttl__title-ja {
  display: block;
  margin-top: 10px;
  font-size: min(1.8333333333vw, 22px);
  font-weight: 700;
  line-height: 1.9;
}
@media screen and (max-width: 768px) {
  .m-page-ttl__title-ja {
    font-size: 1rem;
  }
}

/* ===================================================================

style info :再利用モジュール　パンくず

=================================================================== */
/*
  m-pankuzu
---------------------------*/
.m-pankuzu {
  position: absolute;
  right: 0.8%;
  bottom: 20px;
}
@media screen and (max-width: 768px) {
  .m-pankuzu {
    right: 15px;
    bottom: 0;
  }
}
.m-pankuzu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.m-pankuzu__item {
  position: relative;
  font-size: 0.75rem;
}
@media screen and (max-width: 768px) {
  .m-pankuzu__item {
    font-size: 0.688rem;
  }
}
.m-pankuzu__item a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .m-pankuzu__item a:hover {
    text-decoration: none;
  }
}
.m-pankuzu__item:nth-child(n+2)::before {
  content: ">";
  margin-left: 6px;
}

/* ===================================================================

style info :再利用モジュール　よくあるお悩み

=================================================================== */
/*
  m-worry
---------------------------*/
.m-worry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.3333333333vw 6.6666666667vw 4.1666666667vw 6.6666666667vw;
  gap: 2.7777777778vw;
  border-radius: 20px;
  background: #F4F4F6;
}
@media screen and (max-width: 768px) {
  .m-worry {
    padding: 20px;
    gap: 20px;
  }
}
.m-worry__ttl {
  position: relative;
  font-size: min(2vw, 24px);
  font-weight: 700;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  .m-worry__ttl {
    font-size: 1rem;
  }
}
.m-worry__ttl strong {
  color: #06c;
}
.m-worry__ttl::before {
  content: "";
  margin-bottom: 1rem;
  display: block;
  width: 32px;
  height: 30px;
  background: url(../img/common/ico_worry.svg) no-repeat 50% 50%/contain;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .m-worry__ttl::before {
    margin-bottom: 0.8rem;
  }
}
.m-worry__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  row-gap: 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .m-worry__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.m-worry__list-item {
  position: relative;
  width: 49%;
  padding: 16px 1.6666666667vw 20px 45px;
  border-radius: 8px;
  background: #FFF;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .m-worry__list-item {
    width: auto;
    font-size: 0.875rem;
    padding: 10px 8px 10px 30px;
    line-height: 1.6;
  }
}
.m-worry__list-item::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 15px;
  width: 28px;
  height: 28px;
  background: url(../img/common/ico_checkbox.svg) no-repeat 50% 50%/contain;
}
@media screen and (max-width: 768px) {
  .m-worry__list-item::before {
    top: 0.7rem;
    left: 8px;
    width: 20px;
    height: 20px;
  }
}
.m-worry__list--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.2vw;
}
.m-worry__list--column .m-worry__list-item {
  width: auto;
}
.m-worry__caption {
  font-size: 1.125rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-worry__caption {
    font-size: 0.875rem;
    text-align: left;
  }
}
.m-worry .u-disp-flex {
  max-width: 982px;
}
@media screen and (max-width: 768px) {
  .m-worry .u-disp-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.m-worry .u-disp-flex .m-worry__list {
  width: 45.8%;
}
@media screen and (max-width: 768px) {
  .m-worry .u-disp-flex .m-worry__list {
    width: auto;
  }
}
.m-worry .u-disp-flex .m-worry__img {
  width: 47.8%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .m-worry .u-disp-flex .m-worry__img {
    width: auto;
    margin: 20px auto 0;
  }
}

/* ===================================================================

style info :再利用モジュール　青背景のボックスコンテンツ

=================================================================== */
/*
  m-blue-box
---------------------------*/
.m-blue-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3.47vw 4.16vw;
  gap: 3.4722222222vw;
  background: #06c;
}
@media screen and (max-width: 768px) {
  .m-blue-box {
    padding: 20px 15px;
    gap: 15px;
  }
}
.m-blue-box__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.8055555556vw;
}
@media screen and (max-width: 768px) {
  .m-blue-box__header {
    gap: 15px;
  }
}
.m-blue-box__ico {
  width: 40px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .m-blue-box__ico {
    width: 32px;
  }
}
.m-blue-box__ttl {
  font-size: min(2.5vw, 30px);
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-blue-box__ttl {
    font-size: 1rem;
    letter-spacing: normal;
  }
}
.m-blue-box__ttl--big {
  font-size: min(3.3333333333vw, 40px);
}
@media screen and (max-width: 768px) {
  .m-blue-box__ttl--big {
    font-size: 1.125rem;
  }
}
.m-blue-box__txt {
  font-size: min(1.5vw, 18px);
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.36px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-blue-box__txt {
    font-size: 0.813rem;
    text-align: left;
  }
}

/* ===================================================================

style info :再利用モジュール　青背景のボックスコンテンツ

=================================================================== */
/*
  m-panel-list
---------------------------*/
.m-panel-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3.8%;
  row-gap: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .m-panel-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.m-panel-list__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9722222222vw;
  width: 30.8%;
  background: #fff;
  border-radius: 8px;
  padding: 1.6666666667vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item {
    width: auto;
    padding: 15px;
  }
}
.m-panel-list__item-num {
  color: #9CA3AF;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
}
.m-panel-list__item-num .txt {
  display: block;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-num .txt {
    display: inline;
    font-size: 0.813rem;
  }
}
.m-panel-list__item-num .num {
  display: block;
  font-size: min(2.75vw, 33px);
  line-height: 1;
  letter-spacing: 1.2px;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-num .num {
    display: inline;
    font-size: 1rem;
  }
}
.m-panel-list__item-ttl {
  color: #06c;
  text-align: center;
  font-size: min(2vw, 24px);
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-ttl {
    font-size: 1rem;
  }
}
.m-panel-list__item-ttl--two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 64px;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-ttl--two {
    min-height: 0;
  }
}
.m-panel-list__item-txt {
  font-size: min(1.5vw, 18px);
  line-height: 1.66;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-txt {
    font-size: 0.813rem;
  }
}
.m-panel-list__item-wappen {
  position: absolute;
  top: -20px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-wappen {
    top: -10px;
    right: -10px;
  }
}
.m-panel-list__item-wappen .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100px;
  max-height: 100px;
  width: 8.3333333333vw;
  height: 8.3333333333vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: linear-gradient(103deg, #DFD9FF 0%, #C8E6FF 39.4%, #CDDEFF 84.03%, #CED1F5 98.75%);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.4px;
  color: #06c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-wappen .txt {
    width: 60px;
    height: 60px;
    font-size: 14px;
  }
}
.m-panel-list__item-wappen .txt--s {
  font-size: 1.125rem;
}
@media screen and (max-width: 768px) {
  .m-panel-list__item-wappen .txt--s {
    font-size: 13px;
  }
}

/* ===================================================================

style info :再利用モジュール　青背グラデーション画像

=================================================================== */
/*
  m-grad-box
---------------------------*/
.m-grad-box {
  padding: 3.47vw 4.16vw;
  background: url(../img/common/bg_graduation.webp) no-repeat 50% 50%/cover;
}
@media screen and (max-width: 768px) {
  .m-grad-box {
    padding: 30px 15px;
  }
}
.m-grad-box__copy {
  margin-bottom: 2.5vw;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.53;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-grad-box__copy {
    margin-bottom: 30px;
    font-size: 1.125rem;
  }
}

/* ===================================================================

style info :再利用モジュール　管理戸数、組合数

=================================================================== */
/*
  m-kanri
---------------------------*/
.m-kanri {
  width: 85.3333333333%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1.12438rem 1.6rem;
  border-radius: 1.53325rem;
  -webkit-box-shadow: 4.089px 4.089px 31.892px 0 rgba(177, 177, 177, 0.15);
          box-shadow: 4.089px 4.089px 31.892px 0 rgba(177, 177, 177, 0.15);
  background: #fff;
}
@media screen and (min-width: 768px) {
  .m-kanri {
    max-width: 814px;
    margin-bottom: 2.94rem;
    padding: 2.0833333333% 2.7777777778%;
  }
}

.m-kanri__parent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem 0;
}
@media screen and (min-width: 768px) {
  .m-kanri__parent {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.m-kanri__inner {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-kanri__inner {
    width: 47.4114441417%;
  }
}

.m-kanri__ttl-main {
  display: block;
  padding: 4.906px 3.271px;
  border-radius: 20.443px;
  background: #f5f5f5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .m-kanri__ttl-main {
    margin-bottom: 0.96rem;
    font-size: min(1.6666666667vw, 24px);
  }
}
.m-kanri__ttl-en {
  color: #9ca3af;
  font-size: 0.625rem;
  font-weight: 700;
  line-height: 1.3;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .m-kanri__ttl-en {
    font-size: min(1.1111111111vw, 16px);
  }
}

.m-kanri__txt {
  white-space: nowrap;
}
.m-kanri__txt-num {
  font-size: 3.375rem;
  color: #06c;
  font-weight: 700;
  line-height: 0.9;
}
@media screen and (min-width: 768px) {
  .m-kanri__txt-num {
    font-size: min(5.9722222222vw, 86px);
  }
}
.m-kanri__txt-ja {
  font-size: 0.75rem;
  font-weight: 700;
  color: #333;
}
@media screen and (min-width: 768px) {
  .m-kanri__txt-ja {
    font-size: min(1.25vw, 18px);
  }
}

.m-kanri__cap {
  text-align: right;
  font-size: 0.625rem;
}
@media screen and (min-width: 768px) {
  .m-kanri__cap {
    font-size: min(1.1111111111vw, 16px);
  }
}

.m-btn {
  display: none;
}
@media screen and (min-width: 768px) {
  .m-btn {
    display: block;
  }
}

/* ===================================================================

style info :再利用モジュール　背景グレーボックスリスト

=================================================================== */
/*
  m-gray-box
---------------------------*/
.m-gray-box {
  padding: 16px 20px;
  border-radius: 8px;
  background: #F4F4F6;
}
@media screen and (max-width: 768px) {
  .m-gray-box {
    padding: 14px 16px;
  }
}
.m-gray-box__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 4px;
}
.m-gray-box__list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: min(1.3333333333vw, 16px);
  font-weight: 350;
  line-height: 1.62;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .m-gray-box__list-item {
    font-size: 0.875rem;
  }
}
.m-gray-box__list-item::before {
  content: "・";
  margin-right: 0.5rem;
}

/* ===================================================================

style info :再利用モジュール　管理会社変更のビックバナー

=================================================================== */
/*
  m-renewal-bnr
---------------------------*/
.m-renewal-bnr {
  border-radius: 20px;
  overflow: hidden;
}
.m-renewal-bnr a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #06c;
  aspect-ratio: 120/38;
  width: 100%;
  height: 100%;
  padding-left: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .m-renewal-bnr a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    aspect-ratio: auto;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .m-renewal-bnr__body {
    padding: 25px 20px;
  }
}
.m-renewal-bnr__ttl {
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.23;
  letter-spacing: 1.2px;
  color: #fff;
}
.m-renewal-bnr__ttl::before {
  content: "";
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  margin-right: 0.4rem;
  background: #ff4545;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.m-renewal-bnr__copy {
  margin-block: 1.3888888889vw;
  color: #fff;
  font-size: 2.625rem;
  font-weight: 600;
  line-height: 1.42;
}
@media screen and (max-width: 768px) {
  .m-renewal-bnr__copy {
    margin-block: 15px;
    font-size: 1.375rem;
  }
}
.m-renewal-bnr__txt {
  width: 45%;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .m-renewal-bnr__txt {
    width: auto;
    font-size: 0.875rem;
  }
}
.m-renewal-bnr__img {
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
  aspect-ratio: 60/38;
}
@media screen and (max-width: 768px) {
  .m-renewal-bnr__img {
    position: relative;
    top: inherit;
    left: inherit;
    width: auto;
    height: auto;
    aspect-ratio: 8/5;
  }
}
.m-renewal-bnr__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ===================================================================

style info :再利用モジュール　管理事業下層ページタイトル

=================================================================== */
/*
  m-build-ttl
---------------------------*/
.m-build-ttl {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 144/40;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .m-build-ttl {
    aspect-ratio: 16/9;
  }
}
.m-build-ttl__inner {
  position: relative;
  height: 100%;
}
.m-build-ttl__inner::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4.1666666667vw;
  border-radius: 20px 20px 0 0;
  background: #fff;
  content: "";
}
@media screen and (max-width: 768px) {
  .m-build-ttl__inner::after {
    width: calc(100% - 40px);
    left: 20px;
    height: 30px;
    border-radius: 8px 8px 0 0;
  }
}
.m-build-ttl__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: 144/40;
  z-index: -1;
}
.m-build-ttl__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-build-ttl__title {
  padding-top: 6.9444444444vw;
  font-weight: 600;
  color: #fff;
}
.m-build-ttl__title-main {
  display: block;
  margin-top: 10px;
  font-size: min(3.5vw, 42px);
  line-height: 1;
  letter-spacing: 2.52px;
}
@media screen and (max-width: 768px) {
  .m-build-ttl__title-main {
    font-size: 1.875rem;
  }
}
.m-build-ttl__title-sub {
  display: block;
  font-size: min(1.1666666667vw, 14px);
  letter-spacing: 1.4px;
}
@media screen and (max-width: 768px) {
  .m-build-ttl__title-sub {
    font-size: 0.875rem;
  }
}
.m-build-ttl .m-pankuzu {
  bottom: 4.8611111111vw;
}
@media screen and (max-width: 768px) {
  .m-build-ttl .m-pankuzu {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
}
.m-build-ttl .m-pankuzu__item {
  color: #F4F4F6;
}
.m-build-ttl .m-pankuzu__item a {
  color: #F4F4F6;
}

/* ===================================================================

style info :再利用モジュール　下層ページイントロ

=================================================================== */
/*
  m-intro
---------------------------*/
.m-intro__ttl {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-intro__ttl {
    font-size: 1.25rem;
  }
}
.m-intro__txt {
  margin-top: 2.0833333333vw;
  font-size: 1.125rem;
  font-weight: 350;
  line-height: 2;
  text-align: center;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 768px) {
  .m-intro__txt {
    margin-top: 20px;
    font-size: 0.875rem;
    text-align: left;
  }
}
.m-intro__txt + .m-worry {
  margin-top: 2.7777777778vw;
}
@media screen and (max-width: 768px) {
  .m-intro__txt + .m-worry {
    margin-top: 20px;
  }
}
.m-intro__caption {
  margin-top: 2.0833333333vw;
  font-size: 13px;
  font-weight: 350;
  line-height: 1.53;
  text-align: center;
  letter-spacing: 0.26px;
}
@media screen and (max-width: 768px) {
  .m-intro__caption {
    margin-top: 20px;
    font-size: 11px;
    text-align: left;
  }
}
.m-intro__caption + .m-worry {
  margin-top: 3.4722222222vw;
}
@media screen and (max-width: 768px) {
  .m-intro__caption + .m-worry {
    margin-top: 20px;
  }
}

/* ===================================================================

style info :再利用モジュール　流れのパネルリスト

=================================================================== */
/*
  m-panel-flow
---------------------------*/
.m-panel-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.25%;
  row-gap: 2.7777777778vw;
  margin-top: 2.5vw;
}
@media screen and (max-width: 768px) {
  .m-panel-flow {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.m-panel-flow__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  width: 31.25%;
  background: #fff;
  border-radius: 8px;
  padding: 1.6666666667vw 1.3888888889vw 2.0833333333vw 1.3888888889vw;
}
@media screen and (max-width: 768px) {
  .m-panel-flow__item {
    width: auto;
    padding: 15px;
  }
}
.m-panel-flow__item:not(:last-of-type)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.38vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 13px;
  height: 32px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
  background: #55C2EF;
}
@media screen and (max-width: 768px) {
  .m-panel-flow__item:not(:last-of-type)::after {
    top: inherit;
    bottom: -14px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 20px;
    height: 8px;
    clip-path: polygon(100% 0, 0 0, 50% 100%);
  }
}
.m-panel-flow__item-img {
  aspect-ratio: 335/234;
}
.m-panel-flow__item-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-panel-flow__item-ttl {
  margin-top: 15px;
  font-size: min(2vw, 24px);
  font-weight: 700;
  color: #06c;
  line-height: 1.33;
}
@media screen and (max-width: 768px) {
  .m-panel-flow__item-ttl {
    font-size: 1rem;
  }
}
.m-panel-flow__item-ttl .en {
  margin-right: 3px;
}
.m-panel-flow__item-txt {
  margin-top: 10px;
  font-size: min(1.3333333333vw, 16px);
  line-height: 1.62;
  letter-spacing: 0.32px;
}
@media screen and (max-width: 768px) {
  .m-panel-flow__item-txt {
    font-size: 0.813rem;
  }
}

/* ===================================================================

style info :再利用モジュール　よくあるお悩み

=================================================================== */
/*
  m-faq
---------------------------*/
.m-faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin: 3.4722222222vw;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .m-faq {
    margin-top: 20px;
  }
}
.m-faq__item {
  background: #e8f5fc;
  border-radius: 20px;
  overflow: hidden;
}
.m-faq__item.is-open .m-faq__question-ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
}
.m-faq__question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 20px;
  width: 100%;
  padding: 30px 50px;
  background: transparent;
  border-radius: 4px;
  text-align: left;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .m-faq__question {
    gap: 10px;
    padding: 25px 20px;
  }
}
.m-faq__question:hover {
  opacity: 0.8;
}
.m-faq__question-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 1.875rem;
  color: #06c;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .m-faq__question-mark {
    font-size: 20px;
  }
}
.m-faq__question-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 40px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .m-faq__question-txt {
    padding-right: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
}
.m-faq__question-ico {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: absolute;
  top: 50%;
  right: 50px;
  translate: 0 -50%;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .m-faq__question-ico {
    position: absolute;
    top: 50%;
    right: 12px;
    translate: 0 -50%;
    width: 22px;
    height: 22px;
  }
}
.m-faq__question-ico::before, .m-faq__question-ico::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #06c;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .m-faq__question-ico::before, .m-faq__question-ico::after {
    width: 14px;
    height: 1px;
  }
}
.m-faq__question-ico::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
}
.m-faq__answer {
  display: none;
  padding: 0 50px 30px;
}
@media screen and (max-width: 768px) {
  .m-faq__answer {
    padding: 0 20px 25px;
  }
}
.m-faq__answer-body {
  padding-top: 30px;
  border-top: 1px solid #06c;
}
@media screen and (max-width: 768px) {
  .m-faq__answer-body {
    padding-top: 20px;
  }
}
.m-faq__answer-txt {
  font-size: 20px;
  line-height: 1.85;
}
@media screen and (max-width: 768px) {
  .m-faq__answer-txt {
    font-size: 15px;
  }
}
.m-faq__answer-txt p {
  margin: 0;
}
.m-faq__answer-txt p + p {
  margin-top: 8px;
}

/* ===================================================================

style info :再利用モジュール　表

=================================================================== */
/*
  m-table
---------------------------*/
.m-table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  width: 100%;
  margin-inline: auto;
}
.m-table__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 28%;
  padding: 1.0416666667vw 5px;
  font-size: 1rem;
  font-weight: 700;
  border-top: 1px solid #06c;
  color: #06c;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .m-table__ttl {
    padding: 10px;
    font-size: 0.75rem;
  }
}
.m-table__ttl:last-of-type {
  border-bottom: 1px solid #06c;
}
.m-table__txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  margin-left: auto;
  padding: 1.0416666667vw 1.8055555556vw;
  border-top: 1px solid #06c;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .m-table__txt {
    padding: 10px 0;
    font-size: 0.75rem;
  }
}
.m-table__txt a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .m-table__txt a {
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .m-table__txt a:hover {
    text-decoration: none;
  }
}
.m-table__txt:last-of-type {
  border-bottom: 1px solid #06c;
}

/* ===================================================================

style info :再利用モジュール　ページャー

=================================================================== */
/*
  m-pager
---------------------------*/
.m-pager__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-pager__item {
  margin: 0 8px;
  font-size: 0.875rem;
}
.m-pager__item a,
.m-pager__item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  padding: 0 7px;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
          box-shadow: 1px 1px 10px 0 rgba(177, 177, 177, 0.3);
  color: #06c;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .m-pager__item a,
  .m-pager__item span {
    width: 34px;
    height: 34px;
  }
}
.m-pager__item a:hover, .m-pager__item a.is-current {
  background: #06c;
  color: #fff;
}

/* ===================================================================

style info :アニメーション

=================================================================== */
/* ---------------------------------------------------------------------------
  scroll animation js plugin
--------------------------------------------------------------------------- */
.is-anim-ended [data-anim=target] {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-duration: 0s !important;
          transition-duration: 0s !important;
}

[data-anim=fade] {
  opacity: 0;
  -webkit-transition: opacity ease 0.8s;
  transition: opacity ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=fade].is-show {
  opacity: 1;
}

[data-anim=zoom] {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=zoom].is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

[data-anim=slideup] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideup].is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-anim=slidedown] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slidedown].is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

[data-anim=slideleft] {
  opacity: 0;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideleft].is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-anim=slideright] {
  opacity: 0;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideright].is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-anim=slideright--short] {
  opacity: 0;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
  -webkit-transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: opacity ease 0.8s, -webkit-transform ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s;
  transition: transform ease 0.8s, opacity ease 0.8s, -webkit-transform ease 0.8s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideright--short].is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-anim=mask] > * {
  -webkit-transition: clip-path ease-in-out 1s;
  transition: clip-path ease-in-out 1s;
  clip-path: inset(0 100% 0 0);
}
.is-pageanim-start [data-anim=mask].is-show > * {
  clip-path: inset(0 0 0 0);
}

[data-anim=mask--re] > * {
  -webkit-transition: clip-path ease-in-out 1s;
  transition: clip-path ease-in-out 1s;
  clip-path: inset(0 0 0 100%);
}
.is-pageanim-start [data-anim=mask--re].is-show > * {
  clip-path: inset(0 0 0 0);
}

[data-anim=marker] {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff0), to(#ff0)) no-repeat left 100%/0 100%;
  background: linear-gradient(#ff0, #ff0) no-repeat left 100%/0 100%;
  -webkit-transition: background-size ease-out 0.8s;
  transition: background-size ease-out 0.8s;
}
.is-pageanim-start [data-anim=marker].is-show {
  background-size: 100% 100%;
}

[data-anim=box-fade] [data-anim=target] {
  opacity: 0;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-fade].is-show [data-anim=target] {
  opacity: 1;
}

[data-anim=box-slideup] [data-anim=target] {
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-slideup].is-show [data-anim=target] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-anim=box-slidedown] [data-anim=target] {
  opacity: 0;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-slidedown].is-show [data-anim=target] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-anim=box-zoom] [data-anim=target] {
  opacity: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-zoom].is-show [data-anim=target] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-anim=box-zoomup] [data-anim=target] {
  opacity: 0;
  -webkit-transform: scale(0.8) translateY(30%);
          transform: scale(0.8) translateY(30%);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-zoomup].is-show [data-anim=target] {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}

[data-anim=fade-blur] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=fade-blur].is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, filter ease 1.2s;
  transition: opacity ease 1.2s, filter ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=zoom-blur] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=zoom-blur].is-show {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=slideup-blur] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideup-blur].is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=slideleft-blur] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideleft-blur].is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=slideright-blur] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=slideright-blur].is-show {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=box-slideup-blur] [data-anim=target] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-slideup-blur].is-show [data-anim=target] {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: opacity ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s;
  transition: transform ease 1.2s, opacity ease 1.2s, filter ease 1.2s, -webkit-transform ease 1.2s, -webkit-filter ease 1.2s;
}

[data-anim=box-zoom-blur] [data-anim=target] {
  opacity: 0;
  -webkit-filter: blur(5px);
          filter: blur(5px);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-pageanim-start [data-anim=box-zoom-blur].is-show [data-anim=target] {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
  -webkit-transform: none;
          transform: none;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

/* ---------------------------------------------------------------------------
  keyframes
--------------------------------------------------------------------------- */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@-webkit-keyframes loading-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
@keyframes loading-zoom {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
}
/* ===================================================================

style info :ユーティリティ

=================================================================== */
[data-dummy] {
  color: red;
}

.u-link {
  color: #6e9abf;
}

/*
.u-cl-色番号　カラー
---------------------------*/
.u-cl-black {
  color: #404040;
}

.u-cl-white {
  color: #fff;
}

/*
.u-bg-色番号　背景色
---------------------------*/
/*
.u-marker-色番号
---------------------------*/
/*
.u-hover hoverアクション
---------------------------*/
@media (any-hover: hover) {
  .u-hover-opacity {
    -webkit-transition: opacity ease 0.4s;
    transition: opacity ease 0.4s;
  }
  .u-hover-opacity:hover {
    opacity: 0.6;
  }
}
.u-hover-uline {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat left 100%/100% 1px;
  background: linear-gradient(currentColor, currentColor) no-repeat left 100%/100% 1px;
}
@media (any-hover: hover) {
  .u-hover-uline {
    -webkit-transition: background-size ease 0.4s;
    transition: background-size ease 0.4s;
  }
  .u-hover-uline:hover {
    background-size: 0 1px;
    background-position: right 100%;
  }
}

.u-hover-uline--hide {
  background: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor)) no-repeat right 100%/0 1px;
  background: linear-gradient(currentColor, currentColor) no-repeat right 100%/0 1px;
}
@media (any-hover: hover) {
  .u-hover-uline--hide {
    -webkit-transition: background-size ease 0.4s;
    transition: background-size ease 0.4s;
  }
  .u-hover-uline--hide:hover {
    background-size: 100% 1px;
    background-position: left 100%;
  }
}

.u-hover-marker {
  background: -webkit-gradient(linear, left top, left bottom, from(#ddd), to(#ddd)) no-repeat right 100%/0 100%;
  background: linear-gradient(#ddd, #ddd) no-repeat right 100%/0 100%;
}
@media (any-hover: hover) {
  .u-hover-marker {
    -webkit-transition: background-size ease 0.4s;
    transition: background-size ease 0.4s;
  }
  .u-hover-marker:hover {
    background-size: 100% 100%;
    background-position: left 100%;
  }
}

/* ---------------------------------------------------------------------------
	clearfix
--------------------------------------------------------------------------- */
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* ---------------------------------------------------------------------------
	others
--------------------------------------------------------------------------- */
.u-no-border {
  border: none !important;
}
@media screen and (min-width: 768px) {
  .u-no-border--pc {
    border: none !important;
  }
}

/* ---------------------------------------------------------------------------
	typography
--------------------------------------------------------------------------- */
.u-ff-gothic {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.u-ff-mincho {
  font-family: "Hiragino Mincho ProN", "HGS明朝E", "MS PMincho", serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-style: normal;
}

.u-ff-montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

/* text-shadow */
.u-txt-shadow {
  text-shadow: 0 0 3px rgba(255, 255, 255, 0.5), 1px 0 3px rgba(255, 255, 255, 0.5), 0 1px 3px rgba(255, 255, 255, 0.5), -1px 0 3px rgba(255, 255, 255, 0.5), 0 -1px 3px rgba(255, 255, 255, 0.5), 0 0 5px rgba(255, 255, 255, 0.5);
}
.u-txt-shadow--wh {
  color: #fff;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.5), 1px 0 3px rgba(0, 0, 0, 0.5), 0 1px 3px rgba(0, 0, 0, 0.5), -1px 0 3px rgba(0, 0, 0, 0.5), 0 -1px 3px rgba(0, 0, 0, 0.5), 0 0 5px rgba(0, 0, 0, 0.5);
}

/* font-style */
.u-fs-italic {
  font-style: italic !important;
}

.u-fs-normal {
  font-style: normal !important;
}

.u-fw-bold,
.u-fw-700 {
  font-weight: 700 !important;
}

.u-fw-medium,
.u-fw-500 {
  font-weight: 500 !important;
}

.u-fw-normal,
.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-lighter {
  font-weight: lighter !important;
}

.u-no-text-decoration {
  text-decoration: none !important;
}

.u-text-decoration {
  text-decoration: underline !important;
}

@media screen and (min-width: 768px) {
  .u-fs-italic--pc {
    font-style: italic !important;
  }
  .u-fs-normal--pc {
    font-style: normal !important;
  }
  .u-fw-bold--pc,
  .u-fw-700--pc {
    font-weight: 700 !important;
  }
  .u-fw-medium--pc,
  .u-fw-500--pc {
    font-weight: 500 !important;
  }
  .u-fw-normal--pc,
  .u-fw-400--pc {
    font-weight: 400 !important;
  }
  .u-fw-lighter--pc {
    font-weight: lighter !important;
  }
  .u-no-text-decoration--pc {
    text-decoration: none !important;
  }
  .u-text-decoration--pc {
    text-decoration: underline !important;
  }
}
/* font-size */
.u-fz-per77 {
  font-size: 77% !important;
}

.u-fz-85 {
  font-size: 85% !important;
}

.u-fz-92 {
  font-size: 92% !important;
}

.u-fz-108 {
  font-size: 108% !important;
}

.u-fz-115 {
  font-size: 115% !important;
}

.u-fz-123 {
  font-size: 123% !important;
}

.u-fz-131 {
  font-size: 131% !important;
}

.u-fz-138 {
  font-size: 138% !important;
}

.u-fz-146 {
  font-size: 146% !important;
}

.u-fz-154 {
  font-size: 154% !important;
}

.u-fz-162 {
  font-size: 162% !important;
}

.u-fz-185 {
  font-size: 185% !important;
}

.u-fz-200 {
  font-size: 200% !important;
}

.u-fz-215 {
  font-size: 215% !important;
}

.u-fz-230 {
  font-size: 230% !important;
}

/* line-height */
.u-lh-1 {
  line-height: 1 !important;
}

.u-lh-11 {
  line-height: 1.1 !important;
}

.u-lh-12 {
  line-height: 1.2 !important;
}

.u-lh-13 {
  line-height: 1.3 !important;
}

.u-lh-14 {
  line-height: 1.4 !important;
}

.u-lh-15 {
  line-height: 1.5 !important;
}

.u-lh-16 {
  line-height: 1.6 !important;
}

.u-lh-17 {
  line-height: 1.7 !important;
}

.u-lh-18 {
  line-height: 1.8 !important;
}

.u-lh-19 {
  line-height: 1.9 !important;
}

.u-lh-2 {
  line-height: 2 !important;
}

.u-lh-21 {
  line-height: 2.1 !important;
}

.u-lh-22 {
  line-height: 2.2 !important;
}

.u-lh-23 {
  line-height: 2.3 !important;
}

.u-lh-24 {
  line-height: 2.4 !important;
}

.u-lh-25 {
  line-height: 2.5 !important;
}

.u-lh-26 {
  line-height: 2.6 !important;
}

.u-lh-27 {
  line-height: 2.7 !important;
}

.u-lh-28 {
  line-height: 2.8 !important;
}

.u-lh-29 {
  line-height: 2.9 !important;
}

@media screen and (min-width: 768px) {
  .u-lh-1--pc {
    line-height: 1 !important;
  }
  .u-lh-11--pc {
    line-height: 1.1 !important;
  }
  .u-lh-12--pc {
    line-height: 1.2 !important;
  }
  .u-lh-13--pc {
    line-height: 1.3 !important;
  }
  .u-lh-14--pc {
    line-height: 1.4 !important;
  }
  .u-lh-15--pc {
    line-height: 1.5 !important;
  }
  .u-lh-16--pc {
    line-height: 1.6 !important;
  }
  .u-lh-17--pc {
    line-height: 1.7 !important;
  }
  .u-lh-18--pc {
    line-height: 1.8 !important;
  }
  .u-lh-19--pc {
    line-height: 1.9 !important;
  }
  .u-lh-2--pc {
    line-height: 2 !important;
  }
  .u-lh-21--pc {
    line-height: 2.1 !important;
  }
  .u-lh-22--pc {
    line-height: 2.2 !important;
  }
  .u-lh-23--pc {
    line-height: 2.3 !important;
  }
  .u-lh-24--pc {
    line-height: 2.4 !important;
  }
  .u-lh-25--pc {
    line-height: 2.5 !important;
  }
  .u-lh-26--pc {
    line-height: 2.6 !important;
  }
  .u-lh-27--pc {
    line-height: 2.7 !important;
  }
  .u-lh-28--pc {
    line-height: 2.8 !important;
  }
  .u-lh-29--pc {
    line-height: 2.9 !important;
  }
}
/* letter-spacing */
.u-ls-m003 {
  letter-spacing: -0.03em !important;
}

.u-ls-m005 {
  letter-spacing: -0.05em !important;
}

.u-ls-m01 {
  letter-spacing: -0.1em !important;
}

.u-ls-m015 {
  letter-spacing: -0.15em !important;
}

.u-ls-m02 {
  letter-spacing: -0.2em !important;
}

.u-ls-0 {
  letter-spacing: 0 !important;
}

.u-ls-005 {
  letter-spacing: 0.05em !important;
}

.u-ls-01 {
  letter-spacing: 0.1em !important;
}

.u-ls-02 {
  letter-spacing: 0.2em !important;
}

.u-ls-03 {
  letter-spacing: 0.3em !important;
}

.u-ls-04 {
  letter-spacing: 0.4em !important;
}

.u-ls-05 {
  letter-spacing: 0.5em !important;
}

.u-ls-1 {
  letter-spacing: 1em !important;
}

@media screen and (min-width: 768px) {
  .u-ls-m003--pc {
    letter-spacing: -0.03em !important;
  }
  .u-ls-m005--pc {
    letter-spacing: -0.05em !important;
  }
  .u-ls-m01--pc {
    letter-spacing: -0.1em !important;
  }
  .u-ls-m015--pc {
    letter-spacing: -0.15em !important;
  }
  .u-ls-m02--pc {
    letter-spacing: -0.2em !important;
  }
  .u-ls-0--pc {
    letter-spacing: 0 !important;
  }
  .u-ls-005--pc {
    letter-spacing: 0.05em !important;
  }
  .u-ls-01--pc {
    letter-spacing: 0.1em !important;
  }
  .u-ls-02--pc {
    letter-spacing: 0.2em !important;
  }
  .u-ls-03--pc {
    letter-spacing: 0.3em !important;
  }
  .u-ls-04--pc {
    letter-spacing: 0.4em !important;
  }
  .u-ls-05--pc {
    letter-spacing: 0.5em !important;
  }
  .u-ls-1--pc {
    letter-spacing: 1em !important;
  }
}
@media screen and (max-width: 374px) {
  .u-ls-m003--ssp {
    letter-spacing: -0.03em !important;
  }
}
/* ---------------------------------------------------------------------------
	alignments
--------------------------------------------------------------------------- */
.u-align-left {
  text-align: left !important;
}

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

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

.u-align-just {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

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

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

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

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

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

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

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

.u-c-none {
  clear: none !important;
}

@media screen and (min-width: 768px) {
  .u-align-left--pc {
    text-align: left !important;
  }
  .u-align-right--pc {
    text-align: right !important;
  }
  .u-align-center--pc {
    text-align: center !important;
  }
  .u-align-just--pc {
    text-align: justify !important;
    text-justify: inter-ideograph !important;
  }
  .u-valign-top--pc {
    vertical-align: top !important;
  }
  .u-valign-bottom--pc {
    vertical-align: bottom !important;
  }
  .u-valign-middle--pc {
    vertical-align: middle !important;
  }
  .u-f-left--pc {
    float: left !important;
  }
  .u-f-right--pc {
    float: right !important;
  }
  .u-f-none--pc {
    float: none !important;
  }
  .u-c-both--pc {
    clear: both !important;
  }
  .u-c-none--pc {
    clear: none !important;
  }
}
/* ---------------------------------------------------------------------------
	display
--------------------------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-hide {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .pc-hide {
    display: none !important;
  }
}

.tb-hide {
  display: none !important;
}
@media screen and (min-width: 992px) {
  .tb-hide {
    display: block !important;
  }
}

@media screen and (max-width: 991px) {
  .menu-hide {
    display: none;
  }
}

.tb-show {
  display: block !important;
}
@media screen and (min-width: 992px) {
  .tb-show {
    display: none !important;
  }
}

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

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

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

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

.u-disp-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (min-width: 768px) {
  .u-disp-none--pc {
    display: none !important;
  }
  .u-disp-inline--pc {
    display: inline !important;
  }
  .u-disp-block--pc {
    display: block !important;
  }
  .u-disp-inline-block--pc {
    display: inline-block !important;
  }
  .u-disp-flex--pc {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}
/* ---------------------------------------------------------------------------
	flex
--------------------------------------------------------------------------- */
.u-flex-wrap {
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
}

.u-flex-nowrap {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

.u-flex-justify_space-between {
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
}

.u-flex-justify_center {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.u-flex-align_start {
  -webkit-box-align: start !important;
      -ms-flex-align: start !important;
          align-items: flex-start !important;
}

.u-flex-align_center {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

.u-flex-align_end {
  -webkit-box-align: end !important;
      -ms-flex-align: end !important;
          align-items: flex-end !important;
}

.u-flex-rowreverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important;
}

.u-flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (min-width: 768px) {
  .u-flex-wrap--pc {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .u-flex-nowrap--pc {
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
  .u-flex-justify_space-between--pc {
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
  }
  .u-flex-justify_center--pc {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
  .u-flex-align_start--pc {
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
  .u-flex-align_center--pc {
    -webkit-box-align: center !important;
        -ms-flex-align: center !important;
            align-items: center !important;
  }
  .u-flex-align_end--pc {
    -webkit-box-align: end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important;
  }
  .u-flex-rowreverse--pc {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
  }
  .u-flex-row--pc {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
}
/* ---------------------------------------------------------------------------
	position
--------------------------------------------------------------------------- */
.u-pos-a {
  position: absolute !important;
}

.u-pos-r {
  position: relative !important;
}

.u-pos-s {
  position: static !important;
}

.u-pos-f {
  position: fixed !important;
}

@media screen and (min-width: 768px) {
  .u-pos-a--pc {
    position: absolute !important;
  }
  .u-pos-r--pc {
    position: relative !important;
  }
  .u-pos-s--pc {
    position: static !important;
  }
  .u-pos-f--pc {
    position: fixed !important;
  }
}
/* ---------------------------------------------------------------------------
	width
--------------------------------------------------------------------------- */
.u-w-auto {
  width: auto !important;
}

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

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

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

.u-w-per74 {
  width: 74% !important;
}

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

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

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

.u-w-per49 {
  width: 49% !important;
}

.u-w-per48 {
  width: 48% !important;
}

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

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

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

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

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

@media screen and (min-width: 768px) {
  .u-w-auto--pc {
    width: auto !important;
  }
  .u-w-per100--pc {
    width: 100% !important;
  }
  .u-w-per90--pc {
    width: 90% !important;
  }
  .u-w-per80--pc {
    width: 80% !important;
  }
  .u-w-per74--pc {
    width: 74% !important;
  }
  .u-w-per70--pc {
    width: 70% !important;
  }
  .u-w-per60--pc {
    width: 60% !important;
  }
  .u-w-per50--pc {
    width: 50% !important;
  }
  .u-w-per49--pc {
    width: 49% !important;
  }
  .u-w-per48--pc {
    width: 48% !important;
  }
  .u-w-per40--pc {
    width: 40% !important;
  }
  .u-w-per33--pc {
    width: 33% !important;
  }
  .u-w-per32--pc {
    width: 32% !important;
  }
  .u-w-per30--pc {
    width: 30% !important;
  }
  .u-w-per25--pc {
    width: 25% !important;
  }
  .u-w-per20--pc {
    width: 20% !important;
  }
  .u-w-per10--pc {
    width: 10% !important;
  }
}
/* ---------------------------------------------------------------------------
	margin
--------------------------------------------------------------------------- */
.u-mta {
  margin-top: auto !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mba {
  margin-bottom: auto !important;
}

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

.u-mla {
  margin-left: auto !important;
}

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

.u-mra {
  margin-right: auto !important;
}

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

.u-mt-mem02 {
  margin-top: -0.2em !important;
}

.u-mt-mem03 {
  margin-top: -0.3em !important;
}

.u-mt-mem04 {
  margin-top: -0.4em !important;
}

.u-mt-mem05 {
  margin-top: -0.5em !important;
}

.u-mt-mem06 {
  margin-top: -0.6em !important;
}

.u-mt-mem07 {
  margin-top: -0.7em !important;
}

.u-mt-mem08 {
  margin-top: -0.8em !important;
}

.u-mt-mem1 {
  margin-top: -1em !important;
}

.u-mt-em02 {
  margin-top: 0.2em !important;
}

.u-mt-em03 {
  margin-top: 0.3em !important;
}

.u-mt-em04 {
  margin-top: 0.4em !important;
}

.u-mt-em05 {
  margin-top: 0.5em !important;
}

.u-mt-em06 {
  margin-top: 0.6em !important;
}

.u-mt-em07 {
  margin-top: 0.7em !important;
}

.u-mt-em08 {
  margin-top: 0.8em !important;
}

.u-mt-em09 {
  margin-top: 0.9em !important;
}

.u-mt-em1 {
  margin-top: 1em !important;
}

.u-mt-em15 {
  margin-top: 1.5em !important;
}

.u-mt-em2 {
  margin-top: 2em !important;
}

.u-mt-em25 {
  margin-top: 2.5em !important;
}

.u-mt-em3 {
  margin-top: 3em !important;
}

.u-mt-em35 {
  margin-top: 3.5em !important;
}

.u-mt-em4 {
  margin-top: 4em !important;
}

.u-mt-em45 {
  margin-top: 4.5em !important;
}

.u-mt-em5 {
  margin-top: 5em !important;
}

.u-mt-em55 {
  margin-top: 5.5em !important;
}

.u-mt-em6 {
  margin-top: 6em !important;
}

.u-mt-em65 {
  margin-top: 6.5em !important;
}

.u-mt-em7 {
  margin-top: 7em !important;
}

.u-mt-em75 {
  margin-top: 7.5em !important;
}

.u-mt-em8 {
  margin-top: 8em !important;
}

.u-mt-em85 {
  margin-top: 8.5em !important;
}

.u-mt-em9 {
  margin-top: 9em !important;
}

.u-mt-em95 {
  margin-top: 9.5em !important;
}

.u-mt-em10 {
  margin-top: 10em !important;
}

.u-mb-mem02 {
  margin-bottom: -0.2em !important;
}

.u-mb-mem03 {
  margin-bottom: -0.3em !important;
}

.u-mb-mem04 {
  margin-bottom: -0.4em !important;
}

.u-mb-mem05 {
  margin-bottom: -0.5em !important;
}

.u-mb-mem06 {
  margin-bottom: -0.6em !important;
}

.u-mb-mem07 {
  margin-bottom: -0.7em !important;
}

.u-mb-mem08 {
  margin-bottom: -0.8em !important;
}

.u-mb-em02 {
  margin-bottom: 0.2em !important;
}

.u-mb-em03 {
  margin-bottom: 0.3em !important;
}

.u-mb-em04 {
  margin-bottom: 0.4em !important;
}

.u-mb-em05 {
  margin-bottom: 0.5em !important;
}

.u-mb-em06 {
  margin-bottom: 0.6em !important;
}

.u-mb-em07 {
  margin-bottom: 0.7em !important;
}

.u-mb-em08 {
  margin-bottom: 0.8em !important;
}

.u-mb-em09 {
  margin-bottom: 0.9em !important;
}

.u-mb-em1 {
  margin-bottom: 1em !important;
}

.u-mb-em15 {
  margin-bottom: 1.5em !important;
}

.u-mb-em2 {
  margin-bottom: 2em !important;
}

.u-mb-em25 {
  margin-bottom: 2.5em !important;
}

.u-mb-em3 {
  margin-bottom: 3em !important;
}

.u-mb-em35 {
  margin-bottom: 3.5em !important;
}

.u-mb-em4 {
  margin-bottom: 4em !important;
}

.u-mb-em45 {
  margin-bottom: 4.5em !important;
}

.u-mb-em5 {
  margin-bottom: 5em !important;
}

.u-mb-em55 {
  margin-bottom: 5.5em !important;
}

.u-mb-em6 {
  margin-bottom: 6em !important;
}

.u-mb-em65 {
  margin-bottom: 6.5em !important;
}

.u-mb-em7 {
  margin-bottom: 7em !important;
}

.u-mb-em75 {
  margin-bottom: 7.5em !important;
}

.u-mb-em8 {
  margin-bottom: 8em !important;
}

.u-mb-em85 {
  margin-bottom: 8.5em !important;
}

.u-mb-em9 {
  margin-bottom: 9em !important;
}

.u-mb-em95 {
  margin-bottom: 9.5em !important;
}

.u-mb-em10 {
  margin-bottom: 10em !important;
}

.u-ml-mem02 {
  margin-left: -0.2em !important;
}

.u-ml-mem03 {
  margin-left: -0.3em !important;
}

.u-ml-mem04 {
  margin-left: -0.4em !important;
}

.u-ml-mem05 {
  margin-left: -0.5em !important;
}

.u-ml-mem06 {
  margin-left: -0.6em !important;
}

.u-ml-mem07 {
  margin-left: -0.7em !important;
}

.u-ml-mem08 {
  margin-left: -0.8em !important;
}

.u-ml-em05 {
  margin-left: 0.5em !important;
}

.u-ml-em1 {
  margin-left: 1em !important;
}

.u-ml-em2 {
  margin-left: 2em !important;
}

.u-ml-em3 {
  margin-left: 3em !important;
}

.u-ml-em4 {
  margin-left: 4em !important;
}

.u-ml-em5 {
  margin-left: 5em !important;
}

.u-ml-em6 {
  margin-left: 6em !important;
}

.u-ml-em7 {
  margin-left: 7em !important;
}

.u-ml-em8 {
  margin-left: 8em !important;
}

.u-ml-em9 {
  margin-left: 9em !important;
}

.u-ml-em10 {
  margin-left: 10em !important;
}

.u-mr-mem02 {
  margin-right: -0.2em !important;
}

.u-mr-mem03 {
  margin-right: -0.3em !important;
}

.u-mr-mem04 {
  margin-right: -0.4em !important;
}

.u-mr-mem05 {
  margin-right: -0.5em !important;
}

.u-mr-mem06 {
  margin-right: -0.6em !important;
}

.u-mr-mem07 {
  margin-right: -0.7em !important;
}

.u-mr-mem08 {
  margin-right: -0.8em !important;
}

.u-mr-em05 {
  margin-right: 0.5em !important;
}

.u-mr-em1 {
  margin-right: 1em !important;
}

.u-mr-em2 {
  margin-right: 2em !important;
}

.u-mr-em3 {
  margin-right: 3em !important;
}

.u-mr-em4 {
  margin-right: 4em !important;
}

.u-mr-em5 {
  margin-right: 5em !important;
}

.u-mr-em6 {
  margin-right: 6em !important;
}

.u-mr-em7 {
  margin-right: 7em !important;
}

.u-mr-em8 {
  margin-right: 8em !important;
}

.u-mr-em9 {
  margin-right: 9em !important;
}

.u-mr-em10 {
  margin-right: 10em !important;
}

@media screen and (min-width: 768px) {
  .u-mta--pc {
    margin-top: auto !important;
  }
  .u-mt0--pc {
    margin-top: 0 !important;
  }
  .u-mba--pc {
    margin-bottom: auto !important;
  }
  .u-mb0--pc {
    margin-bottom: 0 !important;
  }
  .u-mla--pc {
    margin-left: auto !important;
  }
  .u-ml0--pc {
    margin-left: 0 !important;
  }
  .u-mra--pc {
    margin-right: auto !important;
  }
  .u-mr0--pc {
    margin-right: 0 !important;
  }
  .u-mt-mem02--pc {
    margin-top: -0.2em !important;
  }
  .u-mt-mem03--pc {
    margin-top: -0.3em !important;
  }
  .u-mt-mem04--pc {
    margin-top: -0.4em !important;
  }
  .u-mt-mem05--pc {
    margin-top: -0.5em !important;
  }
  .u-mt-mem06--pc {
    margin-top: -0.6em !important;
  }
  .u-mt-mem07--pc {
    margin-top: -0.7em !important;
  }
  .u-mt-mem08--pc {
    margin-top: -0.8em !important;
  }
  .u-mt-mem1--pc {
    margin-top: -1em !important;
  }
  .u-mt-em02--pc {
    margin-top: 0.2em !important;
  }
  .u-mt-em03--pc {
    margin-top: 0.3em !important;
  }
  .u-mt-em04--pc {
    margin-top: 0.4em !important;
  }
  .u-mt-em05--pc {
    margin-top: 0.5em !important;
  }
  .u-mt-em06--pc {
    margin-top: 0.6em !important;
  }
  .u-mt-em07--pc {
    margin-top: 0.7em !important;
  }
  .u-mt-em08--pc {
    margin-top: 0.8em !important;
  }
  .u-mt-em09--pc {
    margin-top: 0.9em !important;
  }
  .u-mt-em1--pc {
    margin-top: 1em !important;
  }
  .u-mt-em15--pc {
    margin-top: 1.5em !important;
  }
  .u-mt-em2--pc {
    margin-top: 2em !important;
  }
  .u-mt-em25--pc {
    margin-top: 2.5em !important;
  }
  .u-mt-em3--pc {
    margin-top: 3em !important;
  }
  .u-mt-em35--pc {
    margin-top: 3.5em !important;
  }
  .u-mt-em4--pc {
    margin-top: 4em !important;
  }
  .u-mt-em45--pc {
    margin-top: 4.5em !important;
  }
  .u-mt-em5--pc {
    margin-top: 5em !important;
  }
  .u-mt-em55--pc {
    margin-top: 5.5em !important;
  }
  .u-mt-em6--pc {
    margin-top: 6em !important;
  }
  .u-mt-em65--pc {
    margin-top: 6.5em !important;
  }
  .u-mt-em7--pc {
    margin-top: 7em !important;
  }
  .u-mt-em75--pc {
    margin-top: 7.5em !important;
  }
  .u-mt-em8--pc {
    margin-top: 8em !important;
  }
  .u-mt-em85--pc {
    margin-top: 8.5em !important;
  }
  .u-mt-em9--pc {
    margin-top: 9em !important;
  }
  .u-mt-em95--pc {
    margin-top: 9.5em !important;
  }
  .u-mt-em10--pc {
    margin-top: 10em !important;
  }
  .u-mb-mem02--pc {
    margin-bottom: -0.2em !important;
  }
  .u-mb-mem03--pc {
    margin-bottom: -0.3em !important;
  }
  .u-mb-mem04--pc {
    margin-bottom: -0.4em !important;
  }
  .u-mb-mem05--pc {
    margin-bottom: -0.5em !important;
  }
  .u-mb-mem06--pc {
    margin-bottom: -0.6em !important;
  }
  .u-mb-mem07--pc {
    margin-bottom: -0.7em !important;
  }
  .u-mb-mem08--pc {
    margin-bottom: -0.8em !important;
  }
  .u-mb-em02--pc {
    margin-bottom: 0.2em !important;
  }
  .u-mb-em03--pc {
    margin-bottom: 0.3em !important;
  }
  .u-mb-em04--pc {
    margin-bottom: 0.4em !important;
  }
  .u-mb-em05--pc {
    margin-bottom: 0.5em !important;
  }
  .u-mb-em06--pc {
    margin-bottom: 0.6em !important;
  }
  .u-mb-em07--pc {
    margin-bottom: 0.7em !important;
  }
  .u-mb-em08--pc {
    margin-bottom: 0.8em !important;
  }
  .u-mb-em09--pc {
    margin-bottom: 0.9em !important;
  }
  .u-mb-em1--pc {
    margin-bottom: 1em !important;
  }
  .u-mb-em15--pc {
    margin-bottom: 1.5em !important;
  }
  .u-mb-em2--pc {
    margin-bottom: 2em !important;
  }
  .u-mb-em25--pc {
    margin-bottom: 2.5em !important;
  }
  .u-mb-em3--pc {
    margin-bottom: 3em !important;
  }
  .u-mb-em35--pc {
    margin-bottom: 3.5em !important;
  }
  .u-mb-em4--pc {
    margin-bottom: 4em !important;
  }
  .u-mb-em45--pc {
    margin-bottom: 4.5em !important;
  }
  .u-mb-em5--pc {
    margin-bottom: 5em !important;
  }
  .u-mb-em55--pc {
    margin-bottom: 5.5em !important;
  }
  .u-mb-em6--pc {
    margin-bottom: 6em !important;
  }
  .u-mb-em65--pc {
    margin-bottom: 6.5em !important;
  }
  .u-mb-em7--pc {
    margin-bottom: 7em !important;
  }
  .u-mb-em75--pc {
    margin-bottom: 7.5em !important;
  }
  .u-mb-em8--pc {
    margin-bottom: 8em !important;
  }
  .u-mb-em85--pc {
    margin-bottom: 8.5em !important;
  }
  .u-mb-em9--pc {
    margin-bottom: 9em !important;
  }
  .u-mb-em95--pc {
    margin-bottom: 9.5em !important;
  }
  .u-mb-em10--pc {
    margin-bottom: 10em !important;
  }
  .u-ml-mem02--pc {
    margin-left: -0.2em !important;
  }
  .u-ml-mem03--pc {
    margin-left: -0.3em !important;
  }
  .u-ml-mem04--pc {
    margin-left: -0.4em !important;
  }
  .u-ml-mem05--pc {
    margin-left: -0.5em !important;
  }
  .u-ml-mem06--pc {
    margin-left: -0.6em !important;
  }
  .u-ml-mem07--pc {
    margin-left: -0.7em !important;
  }
  .u-ml-mem08--pc {
    margin-left: -0.8em !important;
  }
  .u-ml-em05--pc {
    margin-left: 0.5em !important;
  }
  .u-ml-em1--pc {
    margin-left: 1em !important;
  }
  .u-ml-em2--pc {
    margin-left: 2em !important;
  }
  .u-ml-em3--pc {
    margin-left: 3em !important;
  }
  .u-ml-em4--pc {
    margin-left: 4em !important;
  }
  .u-ml-em5--pc {
    margin-left: 5em !important;
  }
  .u-ml-em6--pc {
    margin-left: 6em !important;
  }
  .u-ml-em7--pc {
    margin-left: 7em !important;
  }
  .u-ml-em8--pc {
    margin-left: 8em !important;
  }
  .u-ml-em9--pc {
    margin-left: 9em !important;
  }
  .u-ml-em10--pc {
    margin-left: 10em !important;
  }
  .u-mr-mem02--pc {
    margin-right: -0.2em !important;
  }
  .u-mr-mem03--pc {
    margin-right: -0.3em !important;
  }
  .u-mr-mem04--pc {
    margin-right: -0.4em !important;
  }
  .u-mr-mem05--pc {
    margin-right: -0.5em !important;
  }
  .u-mr-mem06--pc {
    margin-right: -0.6em !important;
  }
  .u-mr-mem07--pc {
    margin-right: -0.7em !important;
  }
  .u-mr-mem08--pc {
    margin-right: -0.8em !important;
  }
  .u-mr-em05--pc {
    margin-right: 0.5em !important;
  }
  .u-mr-em1--pc {
    margin-right: 1em !important;
  }
  .u-mr-em2--pc {
    margin-right: 2em !important;
  }
  .u-mr-em3--pc {
    margin-right: 3em !important;
  }
  .u-mr-em4--pc {
    margin-right: 4em !important;
  }
  .u-mr-em5--pc {
    margin-right: 5em !important;
  }
  .u-mr-em6--pc {
    margin-right: 6em !important;
  }
  .u-mr-em7--pc {
    margin-right: 7em !important;
  }
  .u-mr-em8--pc {
    margin-right: 8em !important;
  }
  .u-mr-em9--pc {
    margin-right: 9em !important;
  }
  .u-mr-em10--pc {
    margin-right: 10em !important;
  }
}
/* ---------------------------------------------------------------------------
	padding
--------------------------------------------------------------------------- */
.u-pt0 {
  padding-top: 0 !important;
}

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

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

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

.u-pt-em05 {
  padding-top: 0.5em !important;
}

.u-pt-em1 {
  padding-top: 1em !important;
}

.u-pt-em2 {
  padding-top: 2em !important;
}

.u-pt-em3 {
  padding-top: 3em !important;
}

.u-pt-em4 {
  padding-top: 4em !important;
}

.u-pt-em5 {
  padding-top: 5em !important;
}

.u-pt-em6 {
  padding-top: 6em !important;
}

.u-pt-em7 {
  padding-top: 7em !important;
}

.u-pt-em8 {
  padding-top: 8em !important;
}

.u-pt-em9 {
  padding-top: 9em !important;
}

.u-pt-em10 {
  padding-top: 10em !important;
}

.u-pb-em05 {
  padding-bottom: 0.5em !important;
}

.u-pb-em1 {
  padding-bottom: 1em !important;
}

.u-pb-em2 {
  padding-bottom: 2em !important;
}

.u-pb-em3 {
  padding-bottom: 3em !important;
}

.u-pb-em4 {
  padding-bottom: 4em !important;
}

.u-pb-em5 {
  padding-bottom: 5em !important;
}

.u-pb-em6 {
  padding-bottom: 6em !important;
}

.u-pb-em7 {
  padding-bottom: 7em !important;
}

.u-pb-em8 {
  padding-bottom: 8em !important;
}

.u-pb-em9 {
  padding-bottom: 9em !important;
}

.u-pb-em10 {
  padding-bottom: 10em !important;
}

.u-pl-em05 {
  padding-left: 0.5em !important;
}

.u-pl-em1 {
  padding-left: 1em !important;
}

.u-pl-em2 {
  padding-left: 2em !important;
}

.u-pl-em3 {
  padding-left: 3em !important;
}

.u-pl-em4 {
  padding-left: 4em !important;
}

.u-pl-em5 {
  padding-left: 5em !important;
}

.u-pl-em6 {
  padding-left: 6em !important;
}

.u-pl-em7 {
  padding-left: 7em !important;
}

.u-pl-em8 {
  padding-left: 8em !important;
}

.u-pl-em9 {
  padding-left: 9em !important;
}

.u-pl-em10 {
  padding-left: 10em !important;
}

.u-pr-em05 {
  padding-right: 0.5em !important;
}

.u-pr-em1 {
  padding-right: 1em !important;
}

.u-pr-em2 {
  padding-right: 2em !important;
}

.u-pr-em3 {
  padding-right: 3em !important;
}

.u-pr-em4 {
  padding-right: 4em !important;
}

.u-pr-em5 {
  padding-right: 5em !important;
}

.u-pr-em6 {
  padding-right: 6em !important;
}

.u-pr-em7 {
  padding-right: 7em !important;
}

.u-pr-em8 {
  padding-right: 8em !important;
}

.u-pr-em9 {
  padding-right: 9em !important;
}

.u-pr-em10 {
  padding-right: 10em !important;
}

@media screen and (min-width: 768px) {
  .u-pt0--pc {
    padding-top: 0 !important;
  }
  .u-pb0--pc {
    padding-bottom: 0 !important;
  }
  .u-pl0--pc {
    padding-left: 0 !important;
  }
  .u-pr0--pc {
    padding-right: 0 !important;
  }
  .u-pt-em05--pc {
    padding-top: 0.5em !important;
  }
  .u-pt-em1--pc {
    padding-top: 1em !important;
  }
  .u-pt-em2--pc {
    padding-top: 2em !important;
  }
  .u-pt-em3--pc {
    padding-top: 3em !important;
  }
  .u-pt-em4--pc {
    padding-top: 4em !important;
  }
  .u-pt-em5--pc {
    padding-top: 5em !important;
  }
  .u-pt-em6--pc {
    padding-top: 6em !important;
  }
  .u-pt-em7--pc {
    padding-top: 7em !important;
  }
  .u-pt-em8--pc {
    padding-top: 8em !important;
  }
  .u-pt-em9--pc {
    padding-top: 9em !important;
  }
  .u-pt-em10--pc {
    padding-top: 10em !important;
  }
  .u-pb-em05--pc {
    padding-bottom: 0.5em !important;
  }
  .u-pb-em1--pc {
    padding-bottom: 1em !important;
  }
  .u-pb-em2--pc {
    padding-bottom: 2em !important;
  }
  .u-pb-em3--pc {
    padding-bottom: 3em !important;
  }
  .u-pb-em4--pc {
    padding-bottom: 4em !important;
  }
  .u-pb-em5--pc {
    padding-bottom: 5em !important;
  }
  .u-pb-em6--pc {
    padding-bottom: 6em !important;
  }
  .u-pb-em7--pc {
    padding-bottom: 7em !important;
  }
  .u-pb-em8--pc {
    padding-bottom: 8em !important;
  }
  .u-pb-em9--pc {
    padding-bottom: 9em !important;
  }
  .u-pb-em10--pc {
    padding-bottom: 10em !important;
  }
  .u-pl-em05--pc {
    padding-left: 0.5em !important;
  }
  .u-pl-em1--pc {
    padding-left: 1em !important;
  }
  .u-pl-em2--pc {
    padding-left: 2em !important;
  }
  .u-pl-em3--pc {
    padding-left: 3em !important;
  }
  .u-pl-em4--pc {
    padding-left: 4em !important;
  }
  .u-pl-em5--pc {
    padding-left: 5em !important;
  }
  .u-pl-em6--pc {
    padding-left: 6em !important;
  }
  .u-pl-em7--pc {
    padding-left: 7em !important;
  }
  .u-pl-em8--pc {
    padding-left: 8em !important;
  }
  .u-pl-em9--pc {
    padding-left: 9em !important;
  }
  .u-pl-em10--pc {
    padding-left: 10em !important;
  }
  .u-pr-em05--pc {
    padding-right: 0.5em !important;
  }
  .u-pr-em1--pc {
    padding-right: 1em !important;
  }
  .u-pr-em2--pc {
    padding-right: 2em !important;
  }
  .u-pr-em3--pc {
    padding-right: 3em !important;
  }
  .u-pr-em4--pc {
    padding-right: 4em !important;
  }
  .u-pr-em5--pc {
    padding-right: 5em !important;
  }
  .u-pr-em6--pc {
    padding-right: 6em !important;
  }
  .u-pr-em7--pc {
    padding-right: 7em !important;
  }
  .u-pr-em8--pc {
    padding-right: 8em !important;
  }
  .u-pr-em9--pc {
    padding-right: 9em !important;
  }
  .u-pr-em10--pc {
    padding-right: 10em !important;
  }
}
/* ---------------------------------------------------------------------------
	image
--------------------------------------------------------------------------- */
/* w100％ */
.u-img-w100 {
  width: 100% !important;
  height: auto !important;
  max-width: initial !important;
  max-width: auto !important;
}

/* ===================================================================

style info :プラグイン

=================================================================== */
/*
.swiper
---------------------------*/
/* ---------------------------------------------------------------------------
jquery.magnific-popup
フェードアニメーション
--------------------------------------------------------------------------- */
/*# sourceMappingURL=main.css.map */