@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%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

body {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: 0.02em;
  background-color: #fff;
}

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

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

:where(button, [type=button], [type=reset], [type=submit]) {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

textarea {
  resize: both;
}

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

.l-inner {
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
.l-inner--s {
  max-width: 1080px;
}
.l-inner--l {
  max-width: 1480px;
}
@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 600px !important;
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* -------------------------------------
        l-header
-----------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 88px;
  background-color: #fff;
  z-index: 20;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 65px;
  }
}
.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;
  width: 100%;
  height: 100%;
  padding-right: 40px;
  padding-left: 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: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-header__logo a:hover, .l-header__logo a:focus-visible {
  opacity: 0.7;
}
.l-header__logo-main {
  display: block;
  max-width: 169px;
  width: 100%;
  margin-right: 28px;
}
@media screen and (max-width: 767px) {
  .l-header__logo-main {
    max-width: 160px;
    margin-right: 20px;
  }
}
.l-header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1100px) {
  .l-header__container {
    display: none;
  }
}
.l-header__tel {
  margin-left: 40px;
}
.l-header__tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-header__tel a:hover, .l-header__tel a:focus-visible {
  opacity: 0.7;
}
.l-header__tel-num {
  color: #14558D;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.1;
}
.l-header__tel-num + * {
  margin-top: 3px;
}
.l-header__tel-text {
  color: #333;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
}
.l-header__btn-wrap {
  margin-left: 25px;
}
.l-header__btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #14558D;
  border-radius: 3px;
  background-color: #14558D;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  padding: 13px 40px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.l-header__btn:hover, .l-header__btn:focus-visible {
  background-color: #fff;
  color: #14558D;
}

.p-header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-nav__item {
  position: relative;
  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%;
  color: #333;
  font-weight: 500;
  line-height: 1.7;
  padding: 0 20px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-header-nav__link:hover, .p-header-nav__link:focus-visible {
  opacity: 0.7;
}

.c-hamburger-btn {
  display: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (max-width: 1100px) {
  .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;
  }
  .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: 28px;
  height: 22px;
}
.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: #14558D;
}
.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;
  margin-top: 88px;
}
@media screen and (max-width: 1100px) {
  .p-sub-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: auto;
    overflow-y: auto;
    background-color: #fff;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    z-index: 30;
  }
}
@media screen and (max-width: 1100px) and (max-width: 767px) {
  .p-sub-nav {
    margin-top: 65px;
  }
}
.p-sub-nav__inner {
  position: relative;
  padding-top: 30px;
  padding-bottom: 200px;
  z-index: 30;
}
.p-sub-nav__list {
  max-width: 308px;
  margin: 0 auto;
}
.p-sub-nav__item {
  position: relative;
  border-bottom: 1px solid #DDD;
  cursor: pointer;
}
.p-sub-nav__item:first-child .p-sub-nav__link {
  padding-top: 0;
}
.p-sub-nav__title {
  position: relative;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
.p-sub-nav__link {
  display: block;
  padding: 15px 10px;
}
.p-sub-nav__bottom {
  margin-top: 40px;
}
.p-sub-nav__tel {
  max-width: 359px;
  margin: 0 auto;
}
.p-sub-nav__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-sub-nav__tel-link:hover, .p-sub-nav__tel-link:focus-visible {
  opacity: 0.7;
}
.p-sub-nav__tel-num {
  color: #14558D;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.p-sub-nav__tel-hours {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  color: #333;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 5px;
}
.p-sub-nav__btn {
  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;
  max-width: 359px;
  width: 100%;
  height: 69px;
  border: 1px solid #14558D;
  background-color: #14558D;
  color: #fff;
  letter-spacing: 0.05em;
  margin: 25px auto 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.p-sub-nav__btn:hover, .p-sub-nav__btn:focus-visible {
  background-color: #fff;
  color: #14558D;
}

.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: 1100px) {
  .l-header.active .p-sub-nav {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: 0.15s;
    transition: 0.15s;
  }
}

/* -------------------------------------
        l-footer
-----------------------------------------*/
.l-footer {
  padding: 55px 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 40px 0;
  }
}
.l-footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1200px) {
  .l-footer__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-footer__logo + * {
  margin-top: 23px;
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav {
    margin: 30px 0 0 0;
  }
}
.l-footer__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.l-footer__nav-item:first-child .l-footer__nav-link {
  padding-left: 0;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav-item:first-child .l-footer__nav-link {
    padding-top: 0;
  }
}
.l-footer__nav-item:last-child .l-footer__nav-link {
  padding-right: 0;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav-item:last-child .l-footer__nav-link {
    padding-bottom: 0;
  }
}
.l-footer__nav-link {
  display: block;
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  padding: 0 13px;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 1200px) {
  .l-footer__nav-link {
    padding: 8px 0;
  }
}
@media screen and (max-width: 767px) {
  .l-footer__nav-link {
    line-height: 1.3;
  }
}
.l-footer__nav-link:hover, .l-footer__nav-link:focus-visible {
  opacity: 0.7;
}
.l-footer__address, .l-footer__tel, .l-footer__license {
  color: #333;
  font-size: 1.5rem;
  line-height: 1.8;
}
.l-footer__copyright {
  display: block;
  color: #333;
  font-size: 1rem;
  letter-spacing: 0.07em;
  text-align: right;
}
@media screen and (max-width: 1200px) {
  .l-footer__copyright {
    margin-top: 30px;
    text-align: left;
  }
}

/* -------------------------------------
        l-breadcrumb
-----------------------------------------*/
.l-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  max-width: 1280px;
  width: 100%;
  color: #333;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 12px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .l-breadcrumb {
    display: none;
  }
}
.l-breadcrumb__icon {
  display: block;
  width: 4px;
  height: 7px;
  background-color: #333;
  -webkit-mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.l-breadcrumb .current-item {
  color: #333;
}
.l-breadcrumb a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.l-breadcrumb a:hover, .l-breadcrumb a:focus-visible {
  opacity: 0.7;
}

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

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

/* -------------------------------------
        l-grid
-----------------------------------------*/
.l-grid {
  display: grid;
  gap: 40px 50px;
}
@media screen and (max-width: 767px) {
  .l-grid {
    gap: 30px;
  }
}

.l-grid--col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.l-grid--col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .l-grid--col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* -------------------------------------
        c-accordion
-----------------------------------------*/
.c-accordion__row:not(:first-child) {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__row:not(:first-child) {
    margin-top: 20px;
  }
}
.c-accordion__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  border-radius: 12px 12px 0 0;
  background-color: #1579C4;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  padding: 15px 72px 15px 30px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .c-accordion__btn {
    font-size: 1.8rem;
    padding: 16px 56px 16px 20px;
  }
}
@media screen and (max-width: 330px) {
  .c-accordion__btn {
    padding: 16px 46px 16px 20px;
  }
}
.c-accordion__btn::before, .c-accordion__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 15px;
  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 {
    top: 32px;
    right: 20px;
    width: 12px;
  }
}
.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: 2px solid #1579C4;
}
.c-accordion__btn .c-accordion__icon::before {
  display: block;
  content: "Q";
  font-size: 2rem;
  line-height: 1.3;
  margin-right: 10px;
}
.c-accordion__circle {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 22px;
  width: 31px;
  height: 31px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .c-accordion__circle {
    top: 20px;
    right: 14px;
    width: 24px;
    height: 24px;
  }
}
.c-accordion__body {
  display: none;
  background-color: #F3F3F3;
  border-radius: 0 0 12px 12px;
  padding: 20px 30px;
}
@media screen and (max-width: 767px) {
  .c-accordion__body {
    padding: 15px 30px;
  }
}
.c-accordion__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-accordion__text {
    line-height: 1.575;
    letter-spacing: 0.05em;
  }
}

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

/* -------------------------------------
      c-page-top
-----------------------------------------*/
.c-page-top {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 50px;
  width: 64px;
  height: 64px;
  border: 2px solid #14558D;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 10;
  padding: 4px;
}
@media screen and (max-width: 767px) {
  .c-page-top {
    right: 20px;
  }
}
.c-page-top__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
  width: 100%;
  height: 100%;
}
.c-page-top__icon {
  display: block;
  width: 16px;
  height: 9px;
  background-color: #14558D;
  -webkit-mask: url(../img/icon/icon_arrow-top.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_arrow-top.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-page-top__text {
  color: #14558D;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1;
}

/* -------------------------------------
        c-primary-title
-----------------------------------------*/
.c-primary-title {
  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;
  text-align: center;
}
.c-primary-title::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background-color: #1579C4;
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .c-primary-title::after {
    width: 30px;
    margin-top: 12px;
  }
}
.c-primary-title--left {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  text-align: left;
}
.c-primary-title__sub {
  color: #1579C4;
  font-family: "Barlow", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .c-primary-title__sub {
    font-size: 1.6rem;
  }
}
.c-primary-title__sub + * {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .c-primary-title__sub + * {
    margin-top: 5px;
  }
}
.c-primary-title__main {
  color: #16202B;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .c-primary-title__main {
    font-size: 2.4rem;
  }
}

/* -------------------------------------
        c-pagination
-----------------------------------------*/
.c-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
  gap: 5px 10px;
  position: relative;
}
.c-pagination li a {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-pagination li a:hover, .c-pagination li a:focus {
  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 #EDF3F8;
  background-color: #EDF3F8;
  border-radius: 4px;
  font-family: "Barlow", sans-serif;
  line-height: 1;
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .c-pagination li .page-numbers {
    width: 30px;
    height: 30px;
    font-size: 1.3rem;
  }
}
.c-pagination li .current {
  background-color: #92846F;
  border: 1px solid #92846F;
  color: #fff;
}
.c-pagination li .prev, .c-pagination li .next {
  border: none;
}
.c-pagination li .prev::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../img/icon/icon_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .prev::before {
    width: 5px;
    height: 12px;
  }
}
.c-pagination li .next::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 14px;
  background-image: url(../img/icon/icon_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-pagination li .next::after {
    width: 5px;
    height: 12px;
  }
}

/* -------------------------------------
        c-secondary-title
-----------------------------------------*/
.c-secondary-title {
  background: -webkit-gradient(linear, left top, right top, from(#14558D), to(#1579C4));
  background: linear-gradient(to right, #14558D, #1579C4);
  border-radius: 6px;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1.4;
  font-weight: 500;
  padding: 10px 20px;
}
@media screen and (max-width: 767px) {
  .c-secondary-title {
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 12px 20px;
  }
}

/* -------------------------------------
        c-card
-----------------------------------------*/
@media screen and (min-width: 768px) {
  .c-card:hover .c-card__img img, .c-card:focus-visible .c-card__img img {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }
  .c-card:hover .c-card__title, .c-card:focus-visible .c-card__title {
    --d: 100%;
    --p: 100%;
  }
}
.c-card__img {
  position: relative;
  padding-top: 65%;
  border-radius: 16px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-card__img {
    border-radius: 8px;
  }
}
.c-card img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-card__body {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-card__body {
    margin-top: 5px;
  }
}
.c-card__date {
  display: block;
  color: #666;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .c-card__date {
    margin-top: 10px;
  }
}
.c-card__title {
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #1579C4)) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(#1579C4 0 0) var(--p, 0) 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.3s, background-position 0s 0.3s;
  transition: 0.3s, background-position 0s 0.3s;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-card__title {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 3px;
  }
}
@media screen and (min-width: 768px) {
  .c-card__title:hover, .c-card__title:focus-visible {
    --d: 100%;
    --p: 100%;
  }
}

/* -------------------------------------
        c-btn
-----------------------------------------*/
.c-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 370px;
  border: 1px solid #fff;
  border-radius: 3px;
  background-color: #fff;
  color: #14558D;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 18px 36px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-btn {
    font-size: 1.6rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 26px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 24px;
  background: #14558D;
  -webkit-mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_arrow-right.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.c-btn__icon {
  display: inline-block;
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
  max-width: 8px;
  width: 100%;
  margin-left: 8px;
}
.c-btn__icon path {
  -webkit-transition: fill 0.25s;
  transition: fill 0.25s;
}
.c-btn:hover, .c-btn:focus-visible {
  background-color: #14558D;
  color: #fff;
}
.c-btn:hover::after, .c-btn:focus-visible::after {
  background-color: #fff;
}
.c-btn:hover .c-btn__icon path, .c-btn:focus-visible .c-btn__icon path {
  fill: #fff;
}

.c-btn--larg {
  max-width: 340px;
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .c-btn--larg {
    max-width: 300px;
    font-size: 1.4rem;
  }
}

.c-btn--icon02 .c-btn__icon {
  display: inline-block;
  position: absolute;
  top: 24%;
  right: 20px;
  max-width: 31px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--icon02 .c-btn__icon {
    top: 18%;
  }
}
@media screen and (max-width: 360px) {
  .c-btn--icon02 .c-btn__icon {
    right: 14px;
  }
}

.c-btn--icon03 .c-btn__icon {
  display: inline-block;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
  margin-right: 7px;
  max-width: 24px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn--icon03 .c-btn__icon {
    -webkit-transform: translateY(4px);
            transform: translateY(4px);
  }
}

/* -------------------------------------
        c-download-btn
-----------------------------------------*/
.c-download-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  max-width: 369px;
  border: 1px solid #1579C4;
  border-radius: 3px;
  background-color: #1579C4;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-align: center;
  padding: 18px 36px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
@media screen and (max-width: 767px) {
  .c-download-btn {
    font-size: 1.6rem;
  }
}
.c-download-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_download.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_download.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.c-download-btn:hover, .c-download-btn:focus-visible {
  background-color: #fff;
  color: #1579C4;
}
.c-download-btn:hover::after, .c-download-btn:focus-visible::after {
  background-color: #1579C4;
}

/* -------------------------------------
        c-icon-btn
-----------------------------------------*/
.c-icon-btn {
  display: inline-block;
  position: relative;
  max-width: 211px;
  width: 100%;
  border: 1px solid #14558D;
  border-radius: 8px;
  background-color: #14558D;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  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: #14558D;
  -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-visible {
  color: #1579C4;
  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-visible .c-icon-btn__text::before {
  background-color: #14558D;
  -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-select
-----------------------------------------*/
.c-select {
  position: relative;
}
.c-select::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  width: 13px;
  height: 13px;
  background: url(../img/icon/icon_triangle.svg) no-repeat center/contain;
}
.c-select select {
  width: 100%;
  border: 1px solid #959595;
  border-radius: 5px;
  padding: 9px 15px;
  color: #7F7F7F;
  font-size: 1.4rem;
  cursor: pointer;
}

/* -------------------------------------
        c-tags
-----------------------------------------*/
.c-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.c-tags__item {
  display: inline-block;
  background-color: #EDF3F8;
  border: 1px solid transparent;
  border-radius: 5px;
  font-size: 1.2rem;
  line-height: 1.2;
  padding: 6px 8px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.c-tags__item:hover, .c-tags__item:focus-visible {
  color: #1579C4;
  border-color: #1579C4;
}

/* -------------------------------------
        p-mv
-----------------------------------------*/
.p-mv {
  position: relative;
}
.p-mv__inner {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv__inner {
    padding: 0;
  }
}
.p-mv__content {
  position: relative;
  width: 100%;
  height: calc(100vh - 88px);
  background: transparent url(../img/top/mv_img.jpg) no-repeat left center/cover;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-mv__content {
    height: calc(100vh - 65px);
    background: transparent url(../img/top/mv_img-sp.jpg) no-repeat 14% center/cover;
    border-radius: 0;
  }
}
.p-mv__catch-wrap {
  position: absolute;
  top: 20%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-mv__catch-wrap {
    top: 12.2%;
    max-width: 600px;
  }
}
.p-mv__catch {
  color: #fff;
  font-size: 5.5rem;
  font-size: clamp(2.6rem, 3.3vw, 5.5rem);
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-mv__catch {
    font-size: 3.6rem;
    text-align: left;
    padding: 0 20px;
  }
}
.p-mv__catch .tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-mv__catch .tab {
    display: block;
  }
}
.p-mv__catch .sp {
  display: none;
}
@media screen and (max-width: 576px) {
  .p-mv__catch .sp {
    display: block;
  }
}
.p-mv__catch .border {
  display: inline-block;
  border: 1px solid #fff;
  line-height: 1.2;
  padding: 4px 18px;
}
@media screen and (max-width: 767px) {
  .p-mv__catch .border {
    padding: 6px 10px;
  }
}
.p-mv__catch .text-small {
  display: inline-block;
  font-size: 4rem;
  font-size: clamp(2rem, 2.5vw, 4rem);
  margin: 0 8px;
}
@media screen and (max-width: 767px) {
  .p-mv__catch .text-small {
    font-size: 3rem;
    margin: 0 4px;
  }
}
@media screen and (max-width: 576px) {
  .p-mv__catch .sp-down {
    display: inline-block;
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
}
.p-mv__subcatch {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 2.4rem;
  font-size: clamp(1.4rem, 1.45vw, 2.4rem);
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 40px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-mv__subcatch {
    font-size: 1.4rem;
    text-align: left;
    padding: 0 20px;
    margin-top: 14px;
  }
}

/* -------------------------------------
        p-service
-----------------------------------------*/
.p-service {
  padding: 90px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-service {
    padding: 40px 0;
  }
}
.p-service__heading + * {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-service__heading + * {
    margin-top: 20px;
  }
}
.p-service__lead {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-service__lead {
    font-size: 1.6rem;
  }
}
.p-service__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 70px;
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-service__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin-top: 40px;
  }
}
.p-service__img {
  border-radius: 6px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-service__img {
    border-radius: 4px;
  }
}
.p-service__img picture {
  display: block;
}
.p-service__img img {
  width: 100%;
}
.p-service__body {
  padding: 30px 0 0;
}
@media screen and (max-width: 767px) {
  .p-service__body {
    padding: 15px 0 0;
  }
}
.p-service__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .p-service__meta {
    gap: 10px;
  }
}
.p-service__num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1579C4;
  font-family: "Barlow", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.p-service__num::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #1579C4;
  margin-right: 7px;
}
.p-service__num-figure {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  font-size: 2.2rem;
  line-height: 1;
  margin-left: 3px;
}
.p-service__card-title {
  color: #16202B;
  font-size: 2.3rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-service__card-title {
    font-size: 2rem;
  }
}
.p-service__text {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .p-service__text {
    font-size: 1.5rem;
    margin-top: 10px;
  }
}

/* -------------------------------------
        p-policy
-----------------------------------------*/
.p-policy {
  position: relative;
  padding: 100px 0 40px;
}
@media screen and (max-width: 767px) {
  .p-policy {
    padding: 40px 0;
  }
}
.p-policy .l-inner {
  max-width: 1545px;
}
.p-policy__bg {
  position: relative;
  padding-bottom: 60px;
}
@media screen and (max-width: 992px) {
  .p-policy__bg {
    padding: 30px 20px;
  }
}
.p-policy__bg::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 188px);
  background-color: #1579C4;
  border-radius: 6px;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  .p-policy__bg::before {
    height: 100%;
  }
}
.p-policy__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 95%;
  max-width: 1076px;
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  .p-policy__content {
    width: 100%;
  }
}
.p-policy__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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 50px 70px;
}
@media screen and (max-width: 1200px) {
  .p-policy__body {
    padding: 50px 40px;
  }
}
@media screen and (max-width: 992px) {
  .p-policy__body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 27px 24px;
  }
}
@media screen and (max-width: 992px) {
  .p-policy__body .c-primary-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.p-policy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .p-policy__heading {
    -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;
  }
}
.p-policy__logo {
  width: 111px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  .p-policy__logo {
    width: 65px;
    margin: 20px 0 0 0;
  }
}
.p-policy__lead {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
@media screen and (max-width: 1200px) {
  .p-policy__lead {
    font-size: 2rem;
  }
}
@media screen and (max-width: 992px) {
  .p-policy__lead {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 20px;
  }
}
.p-policy__img {
  width: 51%;
  max-width: 542px;
}
@media screen and (max-width: 992px) {
  .p-policy__img {
    display: none;
  }
}
.p-policy__img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-policy__statement {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 992px) {
  .p-policy__statement {
    margin-top: 20px;
  }
}
.p-policy__statement-text {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-policy__statement-text {
    font-size: 1.6rem;
  }
}

/* -------------------------------------
        p-company
-----------------------------------------*/
.p-company {
  padding: 40px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-company {
    padding: 40px 0 60px;
  }
}
.p-company__heading + * {
  margin-top: 55px;
}
@media screen and (max-width: 767px) {
  .p-company__heading + * {
    margin-top: 40px;
  }
}
.p-company__section + * {
  margin-top: 134px;
}
@media screen and (max-width: 767px) {
  .p-company__section + * {
    margin-top: 40px;
  }
}
.p-company__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #16202B;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767px) {
  .p-company__title {
    font-size: 1.8rem;
  }
}
.p-company__title::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #1579C4;
  margin-right: 10px;
}
.p-company__table {
  border-top: 1px solid #DBE2E8;
  margin-top: 20px;
}
.p-company__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DBE2E8;
}
.p-company__row:last-child {
  border-bottom: none;
}
.p-company__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background-color: #F7F7F7;
  color: #333;
  font-weight: 500;
  letter-spacing: 0.03em;
  padding: 18px 20px 18px 28px;
}
@media screen and (max-width: 767px) {
  .p-company__term {
    width: 123px;
    font-size: 1.5rem;
    padding: 15px 20px;
  }
}
.p-company__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #333;
  line-height: 1.8;
  padding: 16px 28px;
}
@media screen and (max-width: 767px) {
  .p-company__desc {
    font-size: 1.5rem;
    padding: 14px 20px;
  }
}
.p-company__map {
  width: 100%;
  aspect-ratio: 1200/581;
  border-radius: 6px;
  background-color: #F7F7F7;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-company__map {
    aspect-ratio: 360/300;
  }
}
.p-company__map iframe {
  width: 100%;
  height: 100%;
}

/* -------------------------------------
        p-download
-----------------------------------------*/
.p-download {
  background-color: #E2EEF9;
  padding: 84px 0;
}
@media screen and (max-width: 767px) {
  .p-download {
    padding: 60px 0;
  }
}
.p-download__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 992px) {
  .p-download__content {
    max-width: 500px;
    -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;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-download__content {
    gap: 40px;
  }
}
.p-download__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .p-download__heading {
    max-width: none;
  }
}
.p-download__lead {
  color: #333;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-download__lead {
    font-size: 1.6rem;
  }
}
.p-download__btn-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 369px;
}
@media screen and (max-width: 767px) {
  .p-download__btn-wrap {
    width: 100%;
  }
}

/* -------------------------------------
        p-contact
-----------------------------------------*/
.p-contact {
  background: -webkit-gradient(linear, left top, right top, from(#2B87CE), to(#0F4C82));
  background: linear-gradient(to right, #2B87CE, #0F4C82);
  padding: 130px 0 100px;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 60px 0;
  }
}
.p-contact .c-primary-title__sub {
  color: #fff;
}
.p-contact .c-primary-title__main {
  color: #fff;
}
.p-contact .c-primary-title::after {
  background-color: #fff;
}
.p-contact__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  .p-contact__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 40px;
    max-width: 440px;
    margin: 0 auto;
  }
}
.p-contact__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .p-contact__body {
    max-width: none;
  }
}
.p-contact__heading + * {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  .p-contact__heading + * {
    margin-top: 20px;
  }
}
.p-contact__catch {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-contact__catch {
    font-size: 1.8rem;
  }
}
.p-contact__catch + * {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .p-contact__catch + * {
    margin-top: 10px;
  }
}
.p-contact__lead {
  color: #fff;
  line-height: 1.9;
}
@media screen and (max-width: 767px) {
  .p-contact__lead {
    line-height: 1.6;
  }
}
.p-contact__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 50px;
  width: 100%;
  max-width: 390px;
}
@media screen and (max-width: 767px) {
  .p-contact__info {
    gap: 30px;
    max-width: none;
  }
}
.p-contact__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.p-contact__tel-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-link {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.p-contact__tel-link::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  -webkit-mask: url(../img/icon/icon_tel.svg) no-repeat center/cover;
          mask: url(../img/icon/icon_tel.svg) no-repeat center/cover;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transform: rotate(-15deg);
          transform: rotate(-15deg);
}
.p-contact__tel-num {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.2;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-contact__tel-num {
    font-size: 3.6rem;
  }
}
.p-contact__tel-hours {
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}
.p-contact__btn-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-contact__btn-wrap {
    text-align: center;
  }
}

/* -------------------------------------
        p-under-mv
-----------------------------------------*/
.p-under-mv {
  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;
  min-height: 252px;
  background-color: #E2EEF9;
  background-image: url(../img/under/under-mv_bg.svg);
  background-position: right 52px bottom 0px;
  background-size: 408px 236px;
  background-repeat: no-repeat;
  padding: 20px 0;
}
@media screen and (max-width: 767px) {
  .p-under-mv {
    min-height: 160px;
    background-size: 220px auto;
    background-position: right 0px bottom 0px;
  }
}
.p-under-mv__inner {
  width: 100%;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .p-under-mv__inner {
    padding: 0 20px;
  }
}
.p-under-mv__title {
  color: #14558D;
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-under-mv__title {
    font-size: 2.4rem;
  }
}

/* -------------------------------------
        p-privacy
-----------------------------------------*/
.p-privacy {
  padding: 60px 0 130px;
}
@media screen and (max-width: 767px) {
  .p-privacy {
    padding: 40px 0 60px;
  }
}
.p-privacy__lead {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-privacy__lead {
    font-size: 1.5rem;
  }
}
.p-privacy__section {
  padding-top: 60px;
}
.p-privacy__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 3px solid #14558D;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.2;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-privacy__heading {
    font-size: 2rem;
  }
}
.p-privacy__heading + * {
  margin-top: 20px;
}
.p-privacy__text {
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-privacy__text {
    font-size: 1.5rem;
  }
}
.p-privacy__last-text {
  text-align: right;
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-privacy__last-text {
    font-size: 1.5rem;
  }
}
.p-privacy__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-privacy__num {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  line-height: 1.8;
}
.p-privacy__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
}
.p-privacy__term {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 85px;
  line-height: 1.8;
}
.p-privacy__term::after {
  content: "：";
}
.p-privacy__desc {
  line-height: 1.8;
  letter-spacing: 0.05em;
}

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

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

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

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

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

.u-text-accent-color {
  color: #92846F;
}

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

/* -------------------------------------
        fade
-----------------------------------------*/
.js-fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fadeUp.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}
.js-fadeRight.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 下から */
/* 上から */
/* 右から *//*# sourceMappingURL=style.css.map */