@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;
}
@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: #5B636F;
  color: #fff;
  padding: 30px 110px 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    padding: 20px 70px 20px 20px;
  }
}
@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: 28px;
    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 #4A92C2;
}
.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: 20px;
    width: 32px;
    height: 32px;
  }
}
.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-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
}
@media screen and (max-width: 767px) {
  .c-accordion__title-icon {
    width: 50px;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}
@media screen and (max-width: 360px) {
  .c-accordion__title-icon {
    width: 45px;
  }
}
.c-accordion__title-content {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__title-content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .c-accordion__title-content {
    margin-left: 10px;
  }
}
.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: #fff;
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 30px 20px;
  }
}
.c-accordion__textarea {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion__textarea {
    margin-top: 30px;
  }
}
.c-accordion__text + .c-accordion__text {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__text + .c-accordion__text {
    margin-top: 24px;
  }
}
.c-accordion__list-title {
  color: #4A92C2;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion__list-title {
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.c-accordion__list {
  border: 2px solid #4A92C2;
  background-color: #fff;
  padding: 40px 60px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-accordion__list {
    padding: 30px 20px;
    margin-top: 15px;
  }
}
.c-accordion__media {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-accordion .c-media {
    gap: 0;
  }
}
.c-accordion__body-title {
  color: #4E4F53;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body-title {
    margin-top: 40px;
  }
}
.c-accordion__body-title + * {
  margin-top: 30px;
}
.c-accordion__body-title--center {
  text-align: center;
}
.c-accordion__cards {
  margin: 50px 50px 0;
}
@media screen and (max-width: 767px) {
  .c-accordion__cards {
    margin: 30px auto 0;
  }
}

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

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  color: #4E4F53;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-primary-title {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 330px) {
  .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;
}
.c-primary-title--small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767px) {
  .c-primary-title--small {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 330px) {
  .c-primary-title--small {
    font-size: 2rem;
  }
}

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

/* -------------------------------------
        c-tertiary-title
-----------------------------------------*/
.c-tertiary-title {
  color: #4E4F53;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-tertiary-title {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 330px) {
  .c-tertiary-title {
    font-size: 2rem;
  }
}
.c-tertiary-title + * {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .c-tertiary-title + * {
    margin-top: 40px;
  }
}

/* -------------------------------------
        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: #4A92C2;
  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-btn
-----------------------------------------*/
.c-btn {
  display: inline-block;
  position: relative;
  max-width: 294px;
  width: 100%;
  border: 1px solid #4A92C2;
  border-radius: 8px;
  background-color: #4A92C2;
  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 #4A92C2;
  border-radius: 8px;
  background-color: #4A92C2;
  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:hover, .c-icon-btn:focus-visible {
  background-color: #fff;
}
.c-icon-btn:hover .c-icon-btn__text, .c-icon-btn:focus-visible .c-icon-btn__text {
  color: #4A92C2;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.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 {
  color: #3D88BF;
  background-color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn:hover .c-icon-btn__text::before, .c-icon-btn:focus .c-icon-btn__text::before {
  background-color: #4A92C2;
  -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--white {
  background-color: #fff;
  border-color: #fff;
}
.c-icon-btn--white .c-icon-btn__text {
  color: #4E4F53;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--white .c-icon-btn__text::before {
  background-color: #4A92C2;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--white:hover, .c-icon-btn--white:focus-visible {
  background-color: #4A92C2;
}
.c-icon-btn--white:hover .c-icon-btn__text, .c-icon-btn--white:focus-visible .c-icon-btn__text {
  color: #fff;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
.c-icon-btn--white:hover .c-icon-btn__text::before, .c-icon-btn--white:focus-visible .c-icon-btn__text::before {
  background-color: #fff;
}

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

/* -------------------------------------
        c-box
-----------------------------------------*/
.c-box {
  border: 1px solid #4E4F53;
  background-color: #fff;
  padding: 40px 58px;
}
@media screen and (max-width: 767px) {
  .c-box {
    padding: 30px 20px;
  }
}

/* -------------------------------------
        c-media
-----------------------------------------*/
.c-media {
  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: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .c-media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px;
  }
}
.c-media + .c-media {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .c-media + .c-media {
    margin-top: 40px;
  }
}
.c-media--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 767px) {
  .c-media--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.c-media__body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.c-media__title {
  color: #4E4F53;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-media__title {
    font-size: 2rem;
  }
}
.c-media__title + * {
  margin-top: 20px;
}
.c-media__text {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c-media__text {
    font-size: 1.4rem;
  }
}
.c-media__text + .c-media__text {
  margin-top: 30px;
}
.c-media__text + .c-media__list {
  margin-top: 20px;
}
.c-media__img {
  width: 48.3%;
  max-width: 540px;
}
@media screen and (max-width: 767px) {
  .c-media__img {
    width: 100%;
    max-width: none;
  }
}

/* -------------------------------------
        c-menu
-----------------------------------------*/
.c-menu {
  background-color: #fff;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .c-menu {
    padding: 40px 30px;
  }
}
.c-menu__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-menu__title {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 10px;
}
.c-menu__list {
  margin: 30px 0 20px 0;
}
@media screen and (max-width: 767px) {
  .c-menu__list {
    margin-bottom: 0;
  }
}
.c-menu__item:not(:first-child) {
  margin-top: 20px;
}
.c-menu__item-link {
  display: inline-block;
  color: #4A92C2;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-menu__item-link:hover, .c-menu__item-link:focus-visible {
  opacity: 0.7;
}
.c-menu__item-link::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 12px;
  background-image: url(../img/icon/icon_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 8px;
}
.c-menu__item-text {
  font-size: 1.4rem;
  margin-top: 5px;
}

/* -------------------------------------
        c-list
-----------------------------------------*/
.c-list {
  padding-left: 1.2em;
}
.c-list li {
  text-indent: -0.9em;
}
.c-list li:not(:first-child) {
  margin-top: 10px;
}
.c-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #222;
  border-radius: 50%;
  margin-right: 10px;
  margin-bottom: 3px;
}

/* -------------------------------------
        c-other
-----------------------------------------*/
.c-other + .c-other {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .c-other + .c-other {
    margin-top: 30px;
  }
}
.c-other__title {
  color: #4A92C2;
  border-bottom: 1px solid #D8D8D8;
  font-size: 1.8rem;
  line-height: 1.5;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-other__title {
    font-size: 1.6rem;
  }
}
.c-other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px 50px;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .c-other__list {
    gap: 20px;
  }
}
@media screen and (max-width: 992px) {
  .c-other__list {
    gap: 10px;
    margin-top: 20px;
  }
}
.c-other__item {
  width: calc(25% - 37.5px);
}
@media screen and (max-width: 1200px) {
  .c-other__item {
    width: calc(25% - 15px);
  }
}
@media screen and (max-width: 992px) {
  .c-other__item {
    width: calc(50% - 5px);
  }
}
.c-other__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  background-color: #fff;
  border: 1px solid #262B43;
  border-radius: 8px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  padding: 14px 0.8em;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-other__item a:hover, .c-other__item a:focus-visible {
  opacity: 0.7;
}
@media screen and (max-width: 1200px) {
  .c-other__item a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .c-other__item a {
    font-size: 1.2rem;
  }
}

/* -------------------------------------
        c-icon-bg
-----------------------------------------*/
.c-icon-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  background-color: #5B636F;
  color: #fff;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .c-icon-bg {
    padding: 20px;
  }
}
.c-icon-bg + .c-icon-bg {
  margin-top: 10px;
}
.c-icon-bg__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-icon-bg__title-warp {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.c-icon-bg__title-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 64px;
  height: 64px;
}
@media screen and (max-width: 767px) {
  .c-icon-bg__title-icon {
    width: 50px;
    height: 50px;
    -webkit-transform: translateY(18px);
            transform: translateY(18px);
  }
}
@media screen and (max-width: 360px) {
  .c-icon-bg__title-icon {
    width: 45px;
  }
}
.c-icon-bg__title-content {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .c-icon-bg__title-content {
    margin-left: 15px;
  }
}
@media screen and (max-width: 360px) {
  .c-icon-bg__title-content {
    margin-left: 10px;
  }
}
.c-icon-bg__title {
  font-size: 2.4rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .c-icon-bg__title {
    font-size: 2rem;
  }
}
.c-icon-bg__lead {
  margin-top: 5px;
}

/* -------------------------------------
        c-icon-card
-----------------------------------------*/
.c-icon-card__title {
  color: #4E4F53;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
.c-icon-card__title + * {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-icon-card__title + * {
    margin-top: 10px;
  }
}
.c-icon-card__img {
  max-width: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .c-icon-card__img {
    max-width: 80px;
  }
}
.c-icon-card__text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .c-icon-card__text {
    margin-top: 10px;
  }
}

.l-cards.col2 > .c-icon-card {
  width: calc(50% - 25px);
}
@media screen and (max-width: 767px) {
  .l-cards.col2 > .c-icon-card {
    width: 100%;
  }
}

.l-cards.col3 > .c-icon-card {
  width: calc(33.333333% - 33.3333333333px);
}
@media screen and (max-width: 767px) {
  .l-cards.col3 > .c-icon-card {
    width: 100%;
  }
}

/* -------------------------------------
        c-video
-----------------------------------------*/
.c-video {
  position: relative;
  overflow: hidden;
  padding-top: 39.216%;
}
.c-video video {
  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
-----------------------------------------*/
.p-mv {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #4991C1), color-stop(50%, #94BFDB), color-stop(85%, #E8F6FF));
  background: linear-gradient(to right, #4991C1 30%, #94BFDB 50%, #E8F6FF 85%);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv {
    background: -webkit-gradient(linear, left top, right top, from(#4991C1), color-stop(60%, #94BFDB), to(#C1D8E8));
    background: linear-gradient(to right, #4991C1, #94BFDB 60%, #C1D8E8);
    padding: 50px 0 0 0;
  }
}
.p-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 560px;
}
@media screen and (max-width: 1200px) {
  .p-mv__content {
    height: 46vw;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    display: block;
    height: 338px;
  }
}
.p-mv__textarea {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  color: white;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .p-mv__textarea {
    margin-right: 0;
  }
}
.p-mv__title-img {
  width: 260px;
  height: 47px;
}
@media screen and (max-width: 1200px) {
  .p-mv__title-img {
    width: 234px;
    height: 43px;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title-img {
    width: 160px;
    height: 29px;
  }
}
.p-mv__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: 30px;
}
@media screen and (max-width: 1200px) {
  .p-mv__title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .p-mv__title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.p-mv__text {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .p-mv__text {
    font-size: 1.4rem;
    margin-top: 15px;
  }
}
.p-mv__btn {
  margin-top: 40px;
}
@media screen and (max-width: 992px) {
  .p-mv__btn {
    margin-top: 30px;
  }
}
.p-mv__imgarea {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50.375vw;
  height: 100%;
  background: transparent url(../img/top/mv_img.png) no-repeat 0% 50%/cover;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .p-mv__imgarea {
    width: 60vw;
  }
}
@media screen and (max-width: 576px) {
  .p-mv__imgarea {
    width: 68vw;
  }
}

/* -------------------------------------
        p-top-service
-----------------------------------------*/
.p-top-service.l-section {
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .p-top-service.l-section {
    padding-top: 40px;
  }
}

/* -------------------------------------
        p-info
-----------------------------------------*/
.p-info {
  background-color: #5B636F;
  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__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 {
  overflow: hidden;
  position: relative;
  z-index: 20;
}
.p-under-mv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 80%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgb(91, 99, 111)), color-stop(60%, rgba(91, 99, 111, 0.84)), color-stop(70%, rgba(91, 99, 111, 0.43)), color-stop(80%, rgba(91, 99, 111, 0)), to(transparent));
  background: linear-gradient(to right, rgb(91, 99, 111) 50%, rgba(91, 99, 111, 0.84) 60%, rgba(91, 99, 111, 0.43) 70%, rgba(91, 99, 111, 0) 80%, transparent 100%);
}
@media screen and (max-width: 767px) {
  .p-under-mv::before {
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, color-stop(10%, rgb(91, 99, 111)), to(rgba(91, 99, 111, 0.5)));
    background: linear-gradient(to right, rgb(91, 99, 111) 10%, rgba(91, 99, 111, 0.5) 100%);
  }
}
.p-under-mv__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 380px;
  padding: 40px 0;
}
@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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 460px;
  }
}
.p-under-mv__textarea {
  color: white;
  position: relative;
  z-index: 10;
  max-width: 850px;
  width: 85%;
}
@media screen and (max-width: 1400px) {
  .p-under-mv__textarea {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__textarea {
    max-width: 480px;
    width: 100%;
  }
}
.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__titlearea + .p-under-mv__btn {
  margin-top: 56px;
}
.p-under-mv__title {
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__title {
    font-size: 2.7rem;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-under-mv__title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 360px) {
  .p-under-mv__title {
    font-size: 2.2rem;
  }
}
.p-under-mv__sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-under-mv__sub-title::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 1px;
  background-color: #fff;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__sub-title {
    font-size: 1.4rem;
  }
}
.p-under-mv__text {
  margin-top: 20px;
  max-width: 750px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__text {
    margin-top: 20px;
  }
}
.p-under-mv__btn {
  margin-top: 30px;
}
@media screen and (max-width: 992px) {
  .p-under-mv__btn {
    margin-top: 30px;
  }
}
.p-under-mv__imgarea {
  position: absolute;
  top: 0;
  right: 0;
  width: 65.5vw;
  height: 100%;
  background: url(../img/workplace/mv_reservations.jpg) no-repeat 50% 50%/cover;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea {
    width: 100%;
  }
}
.p-under-mv__imgarea--reservations {
  background-image: url(../img/mv/mv_reservations.jpg);
  background-position: 30% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--reservations {
    background-position: 30% 50%;
  }
}
.p-under-mv__imgarea--service-dm {
  background-image: url(../img/mv/mv_service-dm.jpg);
  background-position: 60% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--service-dm {
    background-position: 70% 50%;
  }
}
.p-under-mv__imgarea--space-m {
  background-image: url(../img/mv/mv_space-m.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--space-m {
    background-position: 45% 50%;
  }
}
.p-under-mv__imgarea--space-pm {
  background-image: url(../img/mv/mv_space-pm.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--space-pm {
    background-position: 45% 50%;
  }
}
.p-under-mv__imgarea--bim {
  background-image: url(../img/mv/mv_bim.jpg);
  background-position: 50% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--bim {
    background-position: 45% 50%;
  }
}
.p-under-mv__imgarea--assets {
  background-image: url(../img/mv/mv_assets.jpg);
  background-position: 100% 50%;
}
@media screen and (max-width: 767px) {
  .p-under-mv__imgarea--assets {
    background-position: 75% 50%;
  }
}
.p-under-mv__imgarea--building {
  background-image: url(../img/mv/mv_building.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--compliance {
  background-image: url(../img/mv/mv_compliance.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--condition {
  background-image: url(../img/mv/mv_condition.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--sustainability {
  background-image: url(../img/mv/mv_sustainability.jpg);
  background-position: calc(100% + 60px) 50%;
}
@media screen and (max-width: 1500px) {
  .p-under-mv__imgarea--sustainability {
    background-position: 50% 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 1500px) {
  .p-under-mv__imgarea--sustainability {
    background-position: 70% 50%;
  }
}
.p-under-mv__imgarea--condition {
  background-image: url(../img/mv/mv_condition.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--extensions {
  background-image: url(../img/mv/mv_extensions.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--capital {
  background-image: url(../img/mv/mv_capital.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--leases {
  background-image: url(../img/mv/mv_leases.jpg);
  background-position: 50% 50%;
}
.p-under-mv__imgarea--portfolio {
  background-image: url(../img/mv/mv_portfolio.jpg);
  background-position: 50% 50%;
}

/* -------------------------------------
        p-bim
-----------------------------------------*/
.p-bim__container {
  margin-top: 80px;
}

/* -------------------------------------
        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: 40;
}
@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: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-item:not(:first-child) {
    margin-left: 15px;
  }
}
@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 {
    max-width: 51px;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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__btnwrap {
  min-width: 237px;
  margin-left: 40px;
}
.l-header__btn {
  width: 211px;
  margin-left: 40px;
}

.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: 100%;
}
.p-header-nav__item:first-child .p-header-nav__link {
  padding-left: 0;
}
.p-header-nav__item:last-child .p-header-nav__link {
  padding-right: 0;
}
.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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 100%;
  font-size: 1.4rem;
  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: #4A92C2;
}
.p-header-nav__child-wrap {
  position: absolute;
  top: 99%;
  left: 0;
  background: #4A92C2;
  width: 100%;
  padding: 40px 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  z-index: 40;
}
.p-header-nav__child-wrap .l-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1180px;
  padding-right: 40px;
  padding-left: 40px;
}
.p-header-nav__child-wrap.show {
  visibility: visible;
  opacity: 1;
}
.p-header-nav__child-wrap.hide {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}
.p-header-nav__child-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  padding-right: 40px;
  padding-left: 40px;
  margin: 0 auto;
}
.p-header-nav__child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-header-nav__child:not(:first-child) {
  margin-left: 120px;
}
.p-header-nav__child-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.p-header-nav__child-title a {
  -webkit-transition: color 0.25s;
  transition: color 0.25s;
}
.p-header-nav__child-title a:hover, .p-header-nav__child-title a:focus-visible {
  color: #4A92C2;
}
.p-header-nav__child-title + * {
  margin-top: 20px;
}
.p-header-nav__child-item {
  position: relative;
}
.p-header-nav__child-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-header-nav__child-item:hover::after, .p-header-nav__child-item:focus-visible::after {
  opacity: 0.7;
}
.p-header-nav__child-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
  padding-right: 22px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-header-nav__child-item a:hover, .p-header-nav__child-item a:focus-visible {
  opacity: 0.7;
}
.p-header-nav__child-item a img {
  display: inline-block;
  max-width: 32px;
  margin-right: 10px;
}
.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: #3D88BF;
}
.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: #3D88BF;
}

.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: translateY(-5px);
            transform: translateY(-5px);
  }
  .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: #4A92C2;
    color: #fff;
    -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: 70px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 90px;
  padding-bottom: 200px;
  z-index: 100;
}
.p-sub-nav__item {
  position: relative;
  max-width: 320px;
  width: 100%;
  border-top: 1px solid #fff;
  margin: 0 auto;
  cursor: pointer;
}
.p-sub-nav__item:last-child {
  border-bottom: 1px solid #fff;
}
.p-sub-nav__item.has-child {
  padding-bottom: 16px;
}
.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-title {
  position: relative;
  width: 100%;
  background-color: #E3F4FF;
  color: #4A92C2;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 10px 15px;
}
.p-sub-nav__child-title::before, .p-sub-nav__child-title::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 15px;
  width: 12px;
  height: 1px;
  background: #4A92C2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub-nav__child-title::after {
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-sub-nav__child-title:focus-visible {
  outline: 3px solid #4A92C2;
}
.p-sub-nav__child-title.is-open::after {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-sub-nav__child-wrap + .p-sub-nav__child-wrap {
  margin-top: 1px;
}
.p-sub-nav__child {
  display: none;
  padding: 10px 15px;
}
.p-sub-nav__child-item {
  position: relative;
}
.p-sub-nav__child-item::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__child-item:hover::after, .p-sub-nav__child-item:focus-visible::after {
  background: #4A92C2;
}
.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;
  padding: 5px 15px 5px 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__child-item a:hover, .p-sub-nav__child-item a:focus-visible {
  color: #4A92C2;
}
.p-sub-nav__child-item img {
  display: inline-block;
  max-width: 32px;
  margin-right: 10px;
}
.p-sub-nav__btn {
  text-align: center;
  margin-top: 40px;
}
.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 {
  display: inline-block;
  -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;
  }
}
.l-footer__logo-item a {
  display: inline-block;
}
.l-footer__logo-item img {
  vertical-align: sub;
}
@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: #3D88BF;
  text-decoration: underline;
  text-underline-offset: 0.3em;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}
.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__under {
  display: inline-block;
  color: #3D88BF;
  text-decoration: underline;
  text-underline-offset: 0.3em;
}
.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: #222;
}

/* -------------------------------------
        l-section
-----------------------------------------*/
.l-section {
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .l-section {
    padding: 40px 0;
  }
}
.l-section--first {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  .l-section--first {
    padding-top: 40px;
  }
}
.l-section--last {
  padding-bottom: 120px;
}
@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;
}
@media screen and (max-width: 767px) {
  .l-grid--sp-larg {
    gap: 40px;
  }
}

.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;
  }
}

/* -------------------------------------
        l-cards
-----------------------------------------*/
.l-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 90px 50px;
}
@media screen and (max-width: 767px) {
  .l-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* -------------------------------------
        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-fontweight-regular {
  font-weight: 400 !important;
}

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

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

.u-pc-mt20 {
  margin-top: 20px !important;
}

.u-pc-mt50 {
  margin-top: 50px !important;
}

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

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

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

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

.u-text-color {
  color: #4A92C2;
}

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

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

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