@charset "UTF-8";
/* -------------------------------------
    設定
-----------------------------------------*/
/*! destyle.css v2.0.2 | 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.
 */
html,
body {
  margin: 0;
  padding: 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  text-decoration: underline; /* 2 */
  -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: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
body {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
body {
  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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/NotoSans_Regular.woff2") format("woff2"), url("../fonts/NotoSans_Regular.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/NotoSans_Medium.woff2") format("woff2"), url("../fonts/NotoSans_Medium.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/NotoSans_Bold.woff2") format("woff2"), url("../fonts/NotoSans_Bold.woff") format("woff");
}
@font-face {
  font-family: "Notosans_subset";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/NotoSans_Black.woff2") format("woff2"), url("../fonts/NotoSans_Black.woff") format("woff");
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
}
/* roboto-200 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: url("../fonts/roboto-v30-latin-200.woff2") format("woff2"), url("../fonts/roboto-v30-latin-200.woff") format("woff");
}
@font-face {
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/roboto-condensed-v25-latin-700.woff2") format("woff2"), url("../fonts/roboto-condensed-v25-latin-700.woff") format("woff");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.04em;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* FontFamily */
/* font-weight */
body {
  font-family: "Notosans_subset", sans-serif;
  font-weight: 400;
  color: #222;
}

.l-inner {
  max-width: 1200px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 980px;
}
.l-inner--l {
  max-width: 1280px;
}
.l-inner--map {
  max-width: 1370px;
}
@media screen and (max-width: 1400px) {
  .l-inner--map {
    max-width: 1130px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .l-inner--map {
    max-width: 960px;
  }
}
@media screen and (max-width: 992px) {
  .l-inner--map {
    max-width: 720px;
  }
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion + .c-accordion {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion + .c-accordion {
    margin-top: 10px;
  }
}
.c-accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #2B66DA;
  color: #fff;
  padding: 30px 110px 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    padding: 20px 100px 20px 30px;
  }
}
@media screen and (max-width: 360px) {
  .c-accordion__btn {
    padding-right: 60px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
  width: 20px;
  height: 1px;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn::before, .c-accordion__btn::after {
    right: 37px;
    width: 15px;
  }
}
.c-accordion__btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-accordion__btn:focus-visible {
  outline: 3px solid #2B66DA;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    right: 30px;
    width: 30px;
    height: 30px;
  }
}
.c-accordion__title-warp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-accordion__title-warp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-accordion__title {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-accordion__title {
    font-size: 2rem;
  }
}
.c-accordion__lead {
  margin-top: 5px;
}
.c-accordion__body {
  display: none;
  position: relative;
  background-color: #F3F7FE;
  padding: 50px 50px 70px;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 40px 30px;
    margin-top: 5px;
  }
}
.c-accordion__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-accordion__media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.c-accordion__media-videoarea, .c-accordion__media-imgarea {
  position: relative;
  width: 48%;
}
@media screen and (max-width: 767px) {
  .c-accordion__media-videoarea, .c-accordion__media-imgarea {
    width: 100%;
  }
}
.c-accordion__media-video, .c-accordion__media-img {
  position: relative;
  overflow: hidden;
  padding-top: 57%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__media-video, .c-accordion__media-img {
    border-radius: 10px;
  }
}
.c-accordion__media-video video, .c-accordion__media-video img, .c-accordion__media-img video, .c-accordion__media-img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-accordion__media-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-accordion__media-title {
  color: #2B67D9;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-accordion__media-title + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__media-title + * {
    margin-top: 10px;
  }
}
.c-accordion__media-text {
  font-size: 1.4rem;
}
.c-accordion__media-text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-accordion__media-text a:hover, .c-accordion__media-text a:focus-visible {
  opacity: 0.7;
}
.c-accordion__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
  margin-top: 40px;
}
.c-accordion__item {
  width: calc(33.3333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .c-accordion__item {
    width: 100%;
  }
}
.c-accordion__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-accordion__item-title {
    font-size: 1.6rem;
  }
}
.c-accordion__item-text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.c-accordion__item-text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-accordion__item-text a:hover, .c-accordion__item-text a:focus-visible {
  opacity: 0.7;
}

.c-accordion__btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* -------------------------------------
      c-page-top  
-----------------------------------------*/
.c-page-top {
  position: fixed;
  display: none;
  right: 20px;
  bottom: 30px;
  width: 57px;
  height: 57px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    width: 40px;
    height: 40px;
    right: 10px;
    bottom: 40px;
  }
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  color: #436DBD;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .c-primary-title {
    font-size: 2rem;
  }
}
.c-primary-title + * {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-primary-title + * {
    margin-top: 30px;
  }
}
.c-primary-title--left {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-primary-title--left {
    text-align: center;
  }
}
.c-primary-title--white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-primary-title--sp-left {
    text-align: left;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 20px;
}
.c-pagination ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  padding: 0 10px;
}
.c-pagination li a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus-visible {
  opacity: 0.7;
}
.c-pagination li .page-numbers {
  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;
  width: 40px;
  height: 40px;
  border: 1px solid #FFD361;
  background-color: #FFD361;
  border-radius: 4px;
  font-family: "Roboto", sans-serif;
  color: #fff;
  line-height: 1;
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .page-numbers {
    width: 36px;
    height: 36px;
    margin: 3px;
  }
}
.c-pagination li .current {
  background-color: #436DBD;
  border: 1px solid #436DBD;
  color: #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  border: none;
  background-color: transparent;
  margin: 0;
}
.c-pagination li .prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -32px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .prev {
    left: -24px;
  }
}
.c-pagination li .next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -36px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .next {
    right: -30px;
  }
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow-left-blk.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon/icon_arrow-right-blk02.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 360px) {
  .c-secondary-title {
    font-size: 1.8rem;
  }
}
.c-secondary-title + * {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title + * {
    margin-top: 10px;
  }
}
.c-secondary-title--color-second {
  color: #2B66DA;
}

/* -------------------------------------
        c-card
-----------------------------------------*/
.c-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-card__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2B66DA;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.c-card__title-icon {
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  margin-right: 15px;
}
.c-card__body {
  margin-top: 15px;
}
.c-card__img img {
  width: 100%;
}
.c-card__text {
  font-size: 1.4rem;
  margin-top: 15px;
}

/* -------------------------------------
        c-media-card
-----------------------------------------*/
.c-media-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-media-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
.c-media-card:not(:first-child) {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-media-card:not(:first-child) {
    margin-top: 50px;
  }
}
.c-media-card__align-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-media-card--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .c-media-card--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.c-media-card__videoarea, .c-media-card__imgarea {
  position: relative;
  width: 47.678%;
}
@media screen and (max-width: 767px) {
  .c-media-card__videoarea, .c-media-card__imgarea {
    width: 100%;
  }
}
.c-media-card__video, .c-media-card__img {
  position: relative;
  overflow: hidden;
  padding-top: 60.3%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .c-media-card__video, .c-media-card__img {
    border-radius: 10px;
  }
}
.c-media-card__video video, .c-media-card__video img, .c-media-card__img video, .c-media-card__img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-media-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-media-card__text {
  margin-top: 20px;
}
.c-media-card__text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-media-card__text a:hover, .c-media-card__text a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        c-icon-card
-----------------------------------------*/
.c-icon-card {
  position: relative;
}
.c-icon-card a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  background-color: #fff;
  height: 100%;
  padding: 40px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-icon-card a:hover, .c-icon-card a:focus-visible {
  opacity: 0.7;
}
.c-icon-card__no {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #2B66DA;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.c-icon-card__icon {
  max-width: 80px;
  margin: 0 auto;
}
.c-icon-card__body {
  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-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-top: 10px;
}
.c-icon-card__name {
  color: #2B66DA;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.6em;
  padding-bottom: 5px;
}
.c-icon-card__title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
.c-icon-card__text {
  font-size: 1.4rem;
  margin-top: 10px;
}
.c-icon-card__btn {
  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-top: 20px;
  margin-top: auto;
}
@media screen and (max-width: 360px) {
  .c-icon-card__btn .c-btn {
    font-size: 1.3rem;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 294px;
  width: 100%;
  border: 1px solid #2B66DA;
  border-radius: 8px;
  background-color: #2B66DA;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  z-index: 10;
  padding: 11px 0.8em;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #2B66DA;
  border-radius: 8px;
  background-color: #2B66DA;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  z-index: 10;
}
.c-icon-btn__text {
  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;
  color: #fff;
}
.c-icon-btn__text::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_mail.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 4px;
}
.c-icon-btn:hover, .c-icon-btn:focus-visible {
  color: #436DBD;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #2B66DA;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus-visible .c-icon-btn__text::before {
  background-color: #2B66DA;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--post .c-icon-btn__text::before {
  -webkit-mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_post.svg) no-repeat center/cover;
}
.c-icon-btn--larg {
  max-width: 300px;
  padding: 24px 0.1em;
}
@media screen and (max-width: 767px) {
  .c-icon-btn--larg {
    font-size: 1.6rem;
  }
}
.c-icon-btn--yellow {
  border-color: #FFD361;
  background-color: #FFD361;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-icon-btn--yellow .c-icon-btn__text {
  color: #222;
}
.c-icon-btn--yellow .c-icon-btn__text::before {
  background: #222;
}
.c-icon-btn--yellow:hover, .c-icon-btn--yellow:focus-visible {
  opacity: 0.7;
  background-color: #FFD361;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--yellow:hover .c-icon-btn__text, .c-icon-btn--yellow:focus-visible .c-icon-btn__text {
  color: #222;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--yellow:hover .c-icon-btn__text::before, .c-icon-btn--yellow:focus-visible .c-icon-btn__text::before {
  background-color: #222;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}

/* -------------------------------------
        c-speech
-----------------------------------------*/
.c-speech {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.c-speech__icon {
  min-width: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-speech__icon {
    min-width: 70px;
  }
}
.c-speech__textarea {
  position: relative;
  background-color: #fff;
  border: 1px solid #E1E1E1;
  border-radius: 8px;
  font-size: 1.4rem;
  padding: 20px 30px;
  margin-left: 36px;
}
@media screen and (max-width: 767px) {
  .c-speech__textarea {
    margin-left: 24px;
  }
}
.c-speech__textarea::before, .c-speech__textarea::after {
  content: "";
  position: absolute;
  top: 34px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -1.5em;
  border-top: 15px solid transparent;
  border-right: 1.5em solid #E1E1E1;
  border-bottom: 15px solid transparent;
}
.c-speech__textarea::after {
  left: calc(4px - 1.65em);
  border-right: solid 1.5em #fff;
}
.c-speech__caption {
  color: #2B66DA;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (max-width: 992px) {
  .l-grid--col2 .c-speech__icon {
    min-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 .c-speech__icon {
    min-width: 70px;
  }
}

/* -------------------------------------
        c-lead
-----------------------------------------*/
.c-lead {
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
}

/* -------------------------------------
        c-bgbox
-----------------------------------------*/
.c-bgbox {
  background-color: #fff;
  padding: 30px 40px;
}
.c-bgbox__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-bgbox__text {
  font-size: 1.4rem;
  margin-top: 10px;
}

/* -------------------------------------
        c-appli
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .c-appli {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-appli__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-appli__title {
  line-height: 1.5;
  margin-top: 15px;
}
.c-appli__icon {
  max-width: 48px;
}
.c-appli__text {
  font-size: 1.4rem;
  margin-top: 15px;
}

/* -------------------------------------
        c-boxs
-----------------------------------------*/
.c-boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
}
@media screen and (max-width: 1200px) {
  .c-boxs {
    gap: 10px;
  }
}
@media screen and (max-width: 992px) {
  .c-boxs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 20px;
  }
}
@media screen and (max-width: 360px) {
  .c-boxs {
    gap: 14px;
  }
}
.c-boxs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 210px;
  background-color: #2B66DA;
  border-radius: 20px;
  text-align: center;
  padding: 30px 10px;
}
@media screen and (max-width: 992px) {
  .c-boxs__item {
    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;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(50% - 10px);
    max-width: none;
    min-height: 177px;
  }
}
@media screen and (max-width: 767px) {
  .c-boxs__item {
    padding: 30px 5px;
  }
}
@media screen and (max-width: 360px) {
  .c-boxs__item {
    width: calc(50% - 7px);
  }
}
.c-boxs__logo {
  display: inline-block;
  max-width: 30px;
}
.c-boxs__title {
  color: #FFF36C;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 16px;
}
@media screen and (max-width: 1200px) {
  .c-boxs__title {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 992px) {
  .c-boxs__title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-boxs__title--sp-small {
    font-size: 1.6rem;
    margin-top: 10px;
  }
}
.c-boxs__text {
  color: #fff;
  font-size: 1.4rem;
  padding-top: 2px;
  margin-top: auto;
}
@media screen and (max-width: 1200px) {
  .c-boxs__text {
    font-size: 1.3rem;
    padding-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .c-boxs__text {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 360px) {
  .c-boxs__text {
    font-size: 1.1rem;
  }
}

/* -------------------------------------
        c-features
-----------------------------------------*/
.c-features {
  border: 1px solid #2B66DA;
  padding: 60px 70px;
}
@media screen and (max-width: 767px) {
  .c-features {
    padding: 40px 25px;
  }
}
.c-features__title {
  color: #2B66DA;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-features__title {
    font-size: 2rem;
  }
}
.c-features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 50px;
  margin-top: 60px;
}
@media screen and (max-width: 992px) {
  .c-features__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 25px 30px;
    margin-top: 25px;
  }
}
.c-features__item {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 992px) {
  .c-features__item {
    width: calc(50% - 15px);
  }
}
.c-features__item-icon {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 32px;
  margin: 0 auto;
}
.c-features__item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-features__item-title {
    font-size: 1.8rem;
  }
}
.c-features__item-text {
  font-size: 1.4rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-features__item-text {
    margin-top: 10px;
  }
}

/* -------------------------------------
        c-faq
-----------------------------------------*/
.c-faq + .c-faq {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-faq + .c-faq {
    margin-top: 10px;
  }
}
.c-faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 6px;
  padding: 20px 110px 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-faq__btn {
    padding: 20px 60px 20px 20px;
  }
}
@media screen and (max-width: 360px) {
  .c-faq__btn {
    padding-right: 60px;
  }
}
.c-faq__btn::before, .c-faq__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 47px;
  width: 14px;
  height: 1px;
  background: #436DBD;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-faq__btn::before, .c-faq__btn::after {
    right: 22px;
    width: 9px;
  }
}
.c-faq__btn::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-faq__btn:focus-visible {
  outline: 3px solid #2B66DA;
}
.c-faq__circle {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #436DBD;
}
@media screen and (max-width: 767px) {
  .c-faq__circle {
    right: 17px;
    width: 20px;
    height: 20px;
  }
}
.c-faq__title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-faq__title {
    font-size: 1.6rem;
  }
}
.c-faq__lead {
  margin-top: 5px;
}
.c-faq__body {
  display: none;
  position: relative;
  padding: 20px 25px 10px;
}
@media screen and (max-width: 767px) {
  .c-faq__body {
    padding: 10px;
  }
}
.c-faq__text + .c-faq__text {
  margin-top: 20px;
}
.c-faq__text a {
  color: inherit;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-faq__text a:hover, .c-faq__text a:focus-visible {
  opacity: 0.7;
}

.c-faq__btn.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

/* -------------------------------------
        c-modal
-----------------------------------------*/
.c-modal__btn:focus-visible {
  outline: 2px solid #2B66DA;
}
.c-modal__item {
  display: none;
}
.c-modal__thumb {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .c-modal__thumb {
    border-radius: 10px;
  }
}
.c-modal__thumb::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-image: url(../img/icon/icon_play.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.c-modal__video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 50%;
}
.c-modal__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.modaal-container {
  max-width: 1200px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .modaal-content-container {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  overflow: hidden;
}
.p-mv__inner {
  max-width: 1400px;
  padding: 0 140px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .p-mv__inner {
    padding: 0 100px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__inner {
    padding: 0 20px;
  }
}
.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 78px;
}
@media screen and (max-width: 992px) {
  .p-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.p-mv__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 80px;
}
@media screen and (max-width: 1400px) {
  .p-mv__textarea {
    margin-right: 40px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__textarea {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__textarea {
    max-width: 440px;
  }
}
.p-mv__logo a {
  max-width: 120px;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  .p-mv__logo a {
    max-width: 78px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__logo {
    text-align: center;
  }
}
.p-mv__title {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-mv__title {
    font-size: 3rem;
    line-height: 1.5;
    margin-top: 20px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 2.8rem;
  }
}
.p-mv__text {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-mv__text {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
.p-mv__btn {
  margin-top: 40px;
}
@media screen and (max-width: 1200px) {
  .p-mv__btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__btn {
    text-align: center;
  }
}
.p-mv__videoarea {
  position: relative;
  width: 56.07%;
}
@media screen and (max-width: 992px) {
  .p-mv__videoarea {
    width: 100%;
    margin-top: 50px;
  }
}
.p-mv__video {
  position: relative;
  overflow: hidden;
  padding-top: 64.17%;
  border-radius: 20px;
}
.p-mv__video video {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-mv__videoarea-bg {
  position: absolute;
  top: -78px;
  right: -90px;
  width: 540px;
}
@media screen and (max-width: 1200px) {
  .p-mv__videoarea-bg {
    right: -60px;
    width: 44vw;
  }
}
@media screen and (max-width: 992px) {
  .p-mv__videoarea-bg {
    top: -34px;
    right: -60px;
    width: 67.5vw;
  }
}
.p-mv__videoarea-bg img {
  width: 100%;
}
.p-mv__bottom {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-mv__bottom {
    font-size: 2.4rem;
    margin-top: 30px;
  }
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service__list {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-top-service__list {
    margin-top: 30px;
  }
}
.p-top-service__boxs {
  margin-top: 80px;
}
@media screen and (max-width: 992px) {
  .p-top-service__boxs {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-top-service__boxs {
    margin-top: 50px;
  }
}

/* -------------------------------------
        p-top-video
-----------------------------------------*/
.p-top-video__video {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
}
.p-top-video__video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 1rem;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 0;
}

/* -------------------------------------
        p-clients
-----------------------------------------*/
.p-clients {
  overflow: hidden;
}
.p-clients__content {
  background-color: #F3F7FE;
  padding: 50px 30px;
}
@media screen and (max-width: 767px) {
  .p-clients__content {
    width: 100vw;
    padding: 50px 20px;
    margin: 0 calc(50% - 50vw);
  }
}
.p-clients__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fff;
  border: 1px solid #436DBD;
  border-radius: 100px;
  color: #436DBD;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 5px 30px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-clients__title {
    font-size: 1.6rem;
    padding: 5px 20px;
  }
}
.p-clients__logos {
  max-width: 920px;
  margin: 30px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-clients__logos {
    margin-top: 20px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  background-color: #444;
  padding: 60px 0;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding: 50px 0;
  }
}
.p-info__content {
  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;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-info__content {
    -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;
    gap: 30px;
    margin-top: 30px;
  }
}
.p-info__title {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .p-info__title {
    font-size: 2rem;
  }
}
.p-info__text {
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-info__text {
    font-size: 1.6rem;
  }
}
.p-info__btn {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .p-info__btn {
    width: 100%;
    max-width: 300px;
  }
}
.p-info__tel-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-info__tel-text {
    font-size: 1.2rem;
  }
}
.p-info__tel-link {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .p-info__tel-link {
    font-size: 3.2rem;
  }
}
.p-info__tel-link:hover, .p-info__tel-link:focus-visible {
  opacity: 0.7;
}
.p-info__tel-link::before {
  content: "";
  display: inline-block;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  width: 36px;
  height: 36px;
  background-image: url(../img/icon/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.p-info__tel-time {
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-info__tel-time {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        p-under-mv
-----------------------------------------*/
.p-under-mv {
  background-color: #F3F7FE;
  padding: 60px 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    padding: 40px 0;
  }
}
.p-under-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-under-mv__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-under-mv__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-under-mv__titlearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.p-under-mv__title {
  color: #436DBD;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title {
    font-size: 1.6rem;
  }
}
.p-under-mv__catch {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__catch {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__catch {
    font-size: 2.8rem;
    margin-top: 10px;
  }
}
.p-under-mv__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__text {
    margin-top: 15px;
  }
}
.p-under-mv__videoarea, .p-under-mv__imgarea {
  position: relative;
  width: 60%;
  margin-left: 60px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__videoarea, .p-under-mv__imgarea {
    width: 56%;
    margin-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__videoarea, .p-under-mv__imgarea {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
.p-under-mv__video, .p-under-mv__img {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
}
.p-under-mv__video video, .p-under-mv__video img, .p-under-mv__img video, .p-under-mv__img img {
  max-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 96px;
  background-color: #fff;
  z-index: 20;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 70px;
  }
}
.l-header__inner {
  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;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .l-header__inner {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.l-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  z-index: 40;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-item:not(:first-child) {
  margin-left: 24px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-item:not(:first-child) {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-item--first {
    max-width: 122px;
  }
}
@media screen and (max-width: 767px) {
  .l-header__logo-item--second {
    display: none;
  }
}
.l-header__container {
  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: inherit;
}
@media screen and (max-width: 1140px) {
  .l-header__container {
    display: none;
  }
}
.l-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header__info-item {
  max-width: 210px;
  width: 100%;
}
.l-header__info-item:not(:first-child) {
  margin-left: 20px;
}
.l-header__btn {
  width: 211px;
  margin-left: 20px;
}

.p-header-nav {
  height: inherit;
}
.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}
.p-header-nav__item {
  height: inherit;
}
.p-header-nav__item.has-child {
  position: relative;
}
.p-header-nav__link {
  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%;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 20px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  text-transform: uppercase;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  color: #436DBD;
}
.p-header-nav__child-wrap {
  display: inline-block;
  position: absolute;
  top: 99%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  width: 200px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 40;
}
.p-header-nav__child-wrap.show {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__child-wrap.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}
.p-header-nav__child-list {
  padding: 25px;
}
.p-header-nav__child-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.p-header-nav__child-item a:hover, .p-header-nav__child-item a:focus-visible {
  color: #2B66DA;
}
.p-header-nav__child-item + .p-header-nav__child-item {
  margin-top: 15px;
}
.p-header-nav .has-child:hover > .p-header-nav__child-wrap {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-header-nav__item.current .l-header-nav__link {
  color: #436DBD;
}
.p-header-nav__item.current .l-header-nav__link::after {
  -webkit-transform: translate(0);
          transform: translate(0);
}
.p-header-nav__item.current .l-header-nav__icon path {
  fill: #436DBD;
}

.c-hamburger-btn {
  display: none;
}
@media screen and (max-width: 1140px) {
  .c-hamburger-btn {
    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;
    position: relative;
    width: 39px;
    height: 39px;
    z-index: 20;
    -webkit-transform: translate(10px, -8px);
            transform: translate(10px, -8px);
  }
  .c-hamburger-btn::after {
    text-align: center;
    content: "MENU";
    display: inline-block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10px;
    width: 100%;
    font-size: 1rem;
  }
  .c-hamburger-btn:focus-visible {
    outline: 2px solid #333;
  }
}
.c-hamburger-btn button {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.c-hamburger-btn__inner {
  display: block;
  position: relative;
  width: 17px;
  height: 14px;
}
@media screen and (max-width: 767px) {
  .c-hamburger-btn__inner {
    width: 17px;
    height: 14px;
  }
}
.c-hamburger-btn__line {
  display: block;
  position: absolute;
  right: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateY(0) rotate(0);
          transform: translateY(0) rotate(0);
  width: 100%;
}
.c-hamburger-btn__line::before {
  content: "";
  display: block;
  height: 2px;
  background-color: #222;
  border-radius: 20px;
}
.c-hamburger-btn__line:nth-of-type(1) {
  top: 0;
}
.c-hamburger-btn__line:nth-of-type(2) {
  top: calc(50% - 1px);
  right: 0;
}
.c-hamburger-btn__line:nth-of-type(3) {
  bottom: 0;
}

.p-sub-nav {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
@media screen and (max-width: 1140px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #F3F7FE;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 30;
    margin-top: 96px;
  }
}
@media screen and (max-width: 1140px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 68px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 100px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__item {
  position: relative;
  max-width: 320px;
  width: 100%;
  border-top: 1px solid #8F99C9;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__item:last-child {
  border-bottom: 1px solid #8F99C9;
}
.p-sub-nav__item.has-child {
  padding-bottom: 20px;
}
.p-sub-nav__title {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-sub-nav__link {
  display: block;
  font-size: 1.5rem;
  text-align: center;
  padding: 16px 0;
}
.p-sub-nav__child {
  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;
}
.p-sub-nav__child + .p-sub-nav__child {
  margin-top: 20px;
}
.p-sub-nav__child-item + .p-sub-nav__child-item {
  margin-top: 10px;
}
.p-sub-nav__child-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.4rem;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__child-item a:hover, .p-sub-nav__child-item a:focus-visible {
  color: #2B66DA;
}
.p-sub-nav__btn {
  text-align: center;
  margin-top: 30px;
}
.p-sub-nav__info {
  position: relative;
  max-width: 240px;
  margin: 38px auto 0;
  z-index: 20;
}
.p-sub-nav__info-item:not(:first-child) {
  margin-top: 20px;
}

.l-header.active .c-hamburger-btn__line:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.l-header.active .c-hamburger-btn__line:nth-of-type(2) {
  width: 0;
  -webkit-transition: 0.01s;
  transition: 0.01s;
}
.l-header.active .c-hamburger-btn__line:nth-of-type(3) {
  width: 100%;
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}
@media screen and (max-width: 1140px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  background-color: #F1F3F4;
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 193px;
}
.l-footer__content {
  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: 30px 0;
}
@media screen and (max-width: 767px) {
  .l-footer__content {
    -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;
  }
}
.l-footer__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .l-footer__logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__logo-item {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-footer__logo-item:hover, .l-footer__logo-item:focus-visible {
  opacity: 0.7;
}
.l-footer__logo-item:not(:first-child) {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .l-footer__logo-item:not(:first-child) {
    margin: 25px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    margin-top: 25px;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
.l-footer__nav-item a {
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 767px) {
  .l-footer__nav-item a {
    font-size: 1.2rem;
  }
}
.l-footer__nav-item a:hover, .l-footer__nav-item a:focus-visible {
  opacity: 0.7;
}
.l-footer__copyright {
  background-color: #222;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  padding: 15px 20px;
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  max-width: 1200px;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1.4;
  padding: 30px 40px 0;
  margin: 0 auto;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb a {
  display: inline-block;
  color: #2B66DA;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.l-breadcrumb a.home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-breadcrumb a.home::before {
  content: "";
  display: inline-block;
  background: url(../img/icon/icon_home.svg) no-repeat 50% 50%;
  width: 16px;
  height: 16px;
  margin-right: 4px;
}
.l-breadcrumb__icon {
  display: inline-block;
  background: url(../img/icon/icon_right.svg) no-repeat 50% 50%;
  background-size: 5px auto;
  padding: 10px 4px;
  margin: 0 10px;
}
.l-breadcrumb .current-item {
  color: #436DBD;
}
.l-breadcrumb a {
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 30px 0;
  }
}
.l-section--first {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 40px;
  }
}
.l-section--last {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .l-section--last {
    padding-bottom: 60px;
  }
}

/* -------------------------------------
        l-main
-----------------------------------------*/
.l-main {
  margin-top: 96px;
}
@media screen and (max-width: 767px) {
  .l-main {
    margin-top: 70px;
  }
}

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
}
@media screen and (max-width: 1200px) {
  .l-grid {
    gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px;
  }
}
.l-grid--center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.l-grid--col2 > .l-grid__item {
  width: calc(50% - 25px);
}
@media screen and (max-width: 1200px) {
  .l-grid--col2 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col2 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col3 > .l-grid__item {
  width: calc(33.3333% - 32.6666666667px);
  max-width: 340px;
}
@media screen and (max-width: 1200px) {
  .l-grid--col3 > .l-grid__item {
    width: calc(33.3333% - 26.6666666667px);
    max-width: none;
  }
}
@media screen and (max-width: 992px) {
  .l-grid--col3 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col3 > .l-grid__item {
    width: 100%;
  }
}

.l-grid--col4 > .l-grid__item {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 1200px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(25% - 30px);
  }
}
@media screen and (max-width: 992px) {
  .l-grid--col4 > .l-grid__item {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .l-grid--col4 > .l-grid__item {
    width: 100%;
  }
}

/* -------------------------------------
        l-wrap
-----------------------------------------*/
.l-wrap {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .l-wrap {
    margin-top: 40px;
  }
}

/* -------------------------------------
        utility
-----------------------------------------*/
@media screen and (max-width: 767px) {
  .u-onliy-pc {
    display: none;
  }
}

.u-onliy-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-onliy-sp {
    display: block;
  }
}

.u-onliy-tbsp {
  display: none;
}
@media screen and (max-width: 992px) {
  .u-onliy-tbsp {
    display: inline-block;
  }
}

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

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

@media screen and (max-width: 767px) {
  .u-sp-70 {
    margin-top: 70px !important;
  }
}

.u-text-color {
  color: #436DBD;
}

.u-bg-gray {
  background-color: #F3F7FE;
}

.u-border-bottom-none {
  border-bottom-width: 0;
}

.u-inline-block {
  display: inline-block;
}

/* -------------------------------------
        fade
-----------------------------------------*/
.fade {
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fade--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* 下から */
.fadeup {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.9s;
          animation-duration: 0.9s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}
.fadeup--top {
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fadeUpTrigger {
  opacity: 0;
}

/* 上から */
.fadeDown {
  -webkit-animation-name: fadeDownAnime;
          animation-name: fadeDownAnime;
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDownAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(-100px);
            transform: translateY(-100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
/* 右から */
.fadeRight {
  -webkit-animation-name: fadeRightAnime;
          animation-name: fadeRightAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
.fadeRightTrigger {
  opacity: 0;
}/*# sourceMappingURL=style.css.map */