@charset "UTF-8";
/* ==================================================
[Style]
  1. Foundation
  2. Layout
  3. Object
================================================== */
/* --------------------------------------------------
  1. Foundation
-------------------------------------------------- */
/* reset */
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  min-width: 0;
  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%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3 */
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

/**
 * 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; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}

[v-cloak] {
  display: none;
}

html {
  font-size: 14px;
  scroll-behavior: smooth;
}
@media all and (min-width: 768px), print {
  html {
    font-size: 15px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #000;
  word-break: normal;
  word-wrap: normal;
  overflow-wrap: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

p + p {
  margin-top: 0.5rem;
}

a {
  text-underline-offset: 0.25rem;
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
  outline: none;
}
a:link, a:visited {
  color: #000;
  text-decoration: underline;
}
a:hover, a:active {
  text-decoration: none;
}
@media all and (min-width: 768px), print {
  a[href^="tel:"] {
    text-decoration: none;
    pointer-events: none;
  }
}
a img {
  transition: opacity 300ms;
}
a img:hover, a img:active {
  opacity: 0.8;
}

ul,
ol {
  list-style: none;
}

em,
dl,
i,
address {
  font-style: normal;
}

sup,
sub {
  font-size: 0.75em;
  line-height: calc(1.6 * 3 / 4);
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

em {
  font-style: italic;
}

table {
  font-family: inherit;
  font-size: 1rem;
  border-spacing: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
}
table th {
  font-weight: 400;
}
table td {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

select,
textarea,
input[type=text],
input[type=tel],
input[type=date],
input[type=number],
input[type=email],
input[type=password] {
  width: calc(100% - 0.5rem);
  padding: 0.375rem;
  margin: 0.3125rem;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 1px solid #999;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

input[type=text].align-left,
input[type=tel].align-left,
input[type=email].align-left {
  text-align: left;
}
input[type=text].align-center,
input[type=tel].align-center,
input[type=email].align-center {
  text-align: center;
}
input[type=text].align-right,
input[type=tel].align-right,
input[type=email].align-right {
  text-align: right;
}

input[type=radio], input[type=checkbox] {
  margin: 0 0.5rem;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  accent-color: #000;
  cursor: pointer;
  outline: none;
  transform: scale(1.5);
}

input:placeholder,
textarea:placeholder {
  color: #999999;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #999999;
}
input::placeholder,
textarea::placeholder {
  color: #999999;
}
input:input-placeholder,
textarea:input-placeholder {
  color: #999999;
}
input::input-placeholder,
textarea::input-placeholder {
  color: #999999;
}

label {
  display: inline-block;
  padding-right: 1.5rem;
  cursor: pointer;
}

p {
  min-height: 1.6em;
}
p:empty {
  display: none;
}

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

figcaption {
  padding-top: 0.5em;
}

iframe {
  max-width: 100%;
}

pre {
  white-space: normal;
}

/* print */
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
  }
  body {
    zoom: 0.8;
  }
  header {
    position: absolute !important;
  }
}
/* --------------------------------------------------
  2. Layout
-------------------------------------------------- */
/* main */
.l-inner {
  max-width: 1200px;
  padding: 0 1.25rem;
  margin: 0 auto;
}

.l-container {
  padding-top: 3.75rem;
}
@media all and (min-width: 768px), print {
  .l-container {
    padding-top: 5.625rem;
  }
}

/* header */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}
.l-header__container {
  display: flex;
  align-items: center;
  height: 3.75rem;
}
.l-header__logo {
  width: 100%;
  max-width: 12.5rem;
}
@media all and (min-width: 768px), print {
  .l-header__container {
    height: 5.625rem;
  }
  .l-header__logo {
    max-width: 20.3125rem;
  }
}

/* footer */
.l-footer {
  text-align: center;
  background-color: #efefef;
  border-top: 0.125rem solid #18417c;
}
.l-footer__container {
  padding: 3.75rem 0 1.875rem;
}
.l-footer__logo {
  width: 100%;
  max-width: 16.875rem;
  margin: 0 auto;
}
.l-footer__copyright {
  margin-top: 3.125rem;
  font-size: 0.75rem;
}
@media all and (min-width: 768px), print {
  .l-footer__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 1.875rem;
  }
  .l-footer__logo {
    max-width: 20.3125rem;
    margin: 0;
  }
  .l-footer__copyright {
    margin-top: 0;
    font-size: 0.9375rem;
  }
}

/* --------------------------------------------------
  3. Object
-------------------------------------------------- */
/* component */
/* utility */
.u-display-none {
  display: none !important;
}
.u-display-block {
  display: block !important;
}
.u-display-inline {
  display: inline !important;
}
.u-display-inline-block {
  display: inline-block !important;
}
.u-display-flex {
  display: flex !important;
}
.u-display-inline-flex {
  display: inline-flex !important;
}
.u-display-grid {
  display: grid !important;
}
@media only screen and (max-width: 1240px) {
  .u-display-pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-pc-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-display-tab {
    display: none !important;
  }
}
@media all and (min-width: 1241px), print {
  .u-display-tab {
    display: none !important;
  }
}
@media all and (min-width: 1241px), print {
  .u-display-tab-sp {
    display: none !important;
  }
}
@media all and (min-width: 768px), print {
  .u-display-sp {
    display: none !important;
  }
}

@media all and (min-width: 1241px), print {
  .u-hidden-pc {
    display: none !important;
  }
}
@media all and (min-width: 768px), print {
  .u-hidden-pc-tab {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .u-hidden-tab {
    display: none !important;
  }
}
@media only screen and (max-width: 1240px) {
  .u-hidden-tab-sp {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .u-hidden-sp {
    display: none !important;
  }
}

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

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

.u-mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.u-my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.u-mt-1 {
  margin-top: 0.5rem !important;
}

.u-mb-1 {
  margin-bottom: 0.5rem !important;
}

.u-mx-1 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.u-my-1 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.u-mt-2 {
  margin-top: 1rem !important;
}

.u-mb-2 {
  margin-bottom: 1rem !important;
}

.u-mx-2 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.u-my-2 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.u-mt-3 {
  margin-top: 1.5rem !important;
}

.u-mb-3 {
  margin-bottom: 1.5rem !important;
}

.u-mx-3 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.u-my-3 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.u-mt-4 {
  margin-top: 2rem !important;
}

.u-mb-4 {
  margin-bottom: 2rem !important;
}

.u-mx-4 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.u-my-4 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.u-mt-5 {
  margin-top: 2.5rem !important;
}

.u-mb-5 {
  margin-bottom: 2.5rem !important;
}

.u-mx-5 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.u-my-5 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.u-mt-6 {
  margin-top: 3rem !important;
}

.u-mb-6 {
  margin-bottom: 3rem !important;
}

.u-mx-6 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.u-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.u-mt-7 {
  margin-top: 3.5rem !important;
}

.u-mb-7 {
  margin-bottom: 3.5rem !important;
}

.u-mx-7 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.u-my-7 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.u-mt-8 {
  margin-top: 4rem !important;
}

.u-mb-8 {
  margin-bottom: 4rem !important;
}

.u-mx-8 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.u-my-8 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.u-mt-9 {
  margin-top: 4.5rem !important;
}

.u-mb-9 {
  margin-bottom: 4.5rem !important;
}

.u-mx-9 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.u-my-9 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.u-mt-10 {
  margin-top: 5rem !important;
}

.u-mb-10 {
  margin-bottom: 5rem !important;
}

.u-mx-10 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.u-my-10 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.u-mt-11 {
  margin-top: 5.5rem !important;
}

.u-mb-11 {
  margin-bottom: 5.5rem !important;
}

.u-mx-11 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.u-my-11 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.u-mt-12 {
  margin-top: 6rem !important;
}

.u-mb-12 {
  margin-bottom: 6rem !important;
}

.u-mx-12 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.u-my-12 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.u-mt-13 {
  margin-top: 6.5rem !important;
}

.u-mb-13 {
  margin-bottom: 6.5rem !important;
}

.u-mx-13 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.u-my-13 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.u-mt-14 {
  margin-top: 7rem !important;
}

.u-mb-14 {
  margin-bottom: 7rem !important;
}

.u-mx-14 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.u-my-14 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.u-mt-15 {
  margin-top: 7.5rem !important;
}

.u-mb-15 {
  margin-bottom: 7.5rem !important;
}

.u-mx-15 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.u-my-15 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.u-mt-16 {
  margin-top: 8rem !important;
}

.u-mb-16 {
  margin-bottom: 8rem !important;
}

.u-mx-16 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.u-my-16 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.u-mt-17 {
  margin-top: 8.5rem !important;
}

.u-mb-17 {
  margin-bottom: 8.5rem !important;
}

.u-mx-17 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.u-my-17 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.u-mt-18 {
  margin-top: 9rem !important;
}

.u-mb-18 {
  margin-bottom: 9rem !important;
}

.u-mx-18 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.u-my-18 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.u-mt-19 {
  margin-top: 9.5rem !important;
}

.u-mb-19 {
  margin-bottom: 9.5rem !important;
}

.u-mx-19 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.u-my-19 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.u-mt-20 {
  margin-top: 10rem !important;
}

.u-mb-20 {
  margin-bottom: 10rem !important;
}

.u-mx-20 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.u-my-20 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.u-mt-21 {
  margin-top: 10.5rem !important;
}

.u-mb-21 {
  margin-bottom: 10.5rem !important;
}

.u-mx-21 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.u-my-21 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.u-mt-22 {
  margin-top: 11rem !important;
}

.u-mb-22 {
  margin-bottom: 11rem !important;
}

.u-mx-22 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.u-my-22 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.u-mt-23 {
  margin-top: 11.5rem !important;
}

.u-mb-23 {
  margin-bottom: 11.5rem !important;
}

.u-mx-23 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.u-my-23 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.u-mt-24 {
  margin-top: 12rem !important;
}

.u-mb-24 {
  margin-bottom: 12rem !important;
}

.u-mx-24 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.u-my-24 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.u-mt-25 {
  margin-top: 12.5rem !important;
}

.u-mb-25 {
  margin-bottom: 12.5rem !important;
}

.u-mx-25 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.u-my-25 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.u-pt-0 {
  padding-top: 0rem !important;
}

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

.u-px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.u-py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

.u-pt-1 {
  padding-top: 0.5rem !important;
}

.u-pb-1 {
  padding-bottom: 0.5rem !important;
}

.u-px-1 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.u-py-1 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.u-pt-2 {
  padding-top: 1rem !important;
}

.u-pb-2 {
  padding-bottom: 1rem !important;
}

.u-px-2 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.u-py-2 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.u-pt-3 {
  padding-top: 1.5rem !important;
}

.u-pb-3 {
  padding-bottom: 1.5rem !important;
}

.u-px-3 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.u-py-3 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.u-pt-4 {
  padding-top: 2rem !important;
}

.u-pb-4 {
  padding-bottom: 2rem !important;
}

.u-px-4 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.u-py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.u-pt-5 {
  padding-top: 2.5rem !important;
}

.u-pb-5 {
  padding-bottom: 2.5rem !important;
}

.u-px-5 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.u-py-5 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

.u-pt-6 {
  padding-top: 3rem !important;
}

.u-pb-6 {
  padding-bottom: 3rem !important;
}

.u-px-6 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.u-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.u-pt-7 {
  padding-top: 3.5rem !important;
}

.u-pb-7 {
  padding-bottom: 3.5rem !important;
}

.u-px-7 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.u-py-7 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.u-pt-8 {
  padding-top: 4rem !important;
}

.u-pb-8 {
  padding-bottom: 4rem !important;
}

.u-px-8 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.u-py-8 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.u-pt-9 {
  padding-top: 4.5rem !important;
}

.u-pb-9 {
  padding-bottom: 4.5rem !important;
}

.u-px-9 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.u-py-9 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.u-pt-10 {
  padding-top: 5rem !important;
}

.u-pb-10 {
  padding-bottom: 5rem !important;
}

.u-px-10 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.u-py-10 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.u-pt-11 {
  padding-top: 5.5rem !important;
}

.u-pb-11 {
  padding-bottom: 5.5rem !important;
}

.u-px-11 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.u-py-11 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.u-pt-12 {
  padding-top: 6rem !important;
}

.u-pb-12 {
  padding-bottom: 6rem !important;
}

.u-px-12 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.u-py-12 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.u-pt-13 {
  padding-top: 6.5rem !important;
}

.u-pb-13 {
  padding-bottom: 6.5rem !important;
}

.u-px-13 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.u-py-13 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.u-pt-14 {
  padding-top: 7rem !important;
}

.u-pb-14 {
  padding-bottom: 7rem !important;
}

.u-px-14 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.u-py-14 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.u-pt-15 {
  padding-top: 7.5rem !important;
}

.u-pb-15 {
  padding-bottom: 7.5rem !important;
}

.u-px-15 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.u-py-15 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

.u-pt-16 {
  padding-top: 8rem !important;
}

.u-pb-16 {
  padding-bottom: 8rem !important;
}

.u-px-16 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.u-py-16 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.u-pt-17 {
  padding-top: 8.5rem !important;
}

.u-pb-17 {
  padding-bottom: 8.5rem !important;
}

.u-px-17 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.u-py-17 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.u-pt-18 {
  padding-top: 9rem !important;
}

.u-pb-18 {
  padding-bottom: 9rem !important;
}

.u-px-18 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.u-py-18 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.u-pt-19 {
  padding-top: 9.5rem !important;
}

.u-pb-19 {
  padding-bottom: 9.5rem !important;
}

.u-px-19 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.u-py-19 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.u-pt-20 {
  padding-top: 10rem !important;
}

.u-pb-20 {
  padding-bottom: 10rem !important;
}

.u-px-20 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.u-py-20 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.u-pt-21 {
  padding-top: 10.5rem !important;
}

.u-pb-21 {
  padding-bottom: 10.5rem !important;
}

.u-px-21 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.u-py-21 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.u-pt-22 {
  padding-top: 11rem !important;
}

.u-pb-22 {
  padding-bottom: 11rem !important;
}

.u-px-22 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.u-py-22 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.u-pt-23 {
  padding-top: 11.5rem !important;
}

.u-pb-23 {
  padding-bottom: 11.5rem !important;
}

.u-px-23 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.u-py-23 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.u-pt-24 {
  padding-top: 12rem !important;
}

.u-pb-24 {
  padding-bottom: 12rem !important;
}

.u-px-24 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.u-py-24 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.u-pt-25 {
  padding-top: 12.5rem !important;
}

.u-pb-25 {
  padding-bottom: 12.5rem !important;
}

.u-px-25 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.u-py-25 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

/* project */
.p-catalog {
  padding: 2.5rem 0;
}
.p-catalog:nth-child(odd) {
  background-color: #f2f2f2;
}
@media all and (min-width: 768px), print {
  .p-catalog {
    padding: 3.75rem 0;
  }
}
.p-catalog__container {
  position: relative;
}
.p-catalog__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.875rem;
  padding: 1.25rem;
  margin-top: 3.125rem;
}
@media all and (min-width: 768px), print {
  .p-catalog__list {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .p-catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (min-width: 1241px), print {
  .p-catalog__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.p-catalog__card {
  max-width: 21.25rem;
  margin: 0 auto;
  background-color: #fff;
  border: 0.125rem solid #ccc;
}
.p-catalog__card-image {
  padding: 0 1.25rem;
  border-bottom: 0.125rem solid #ccc;
}
.p-catalog__card-image img {
  height: 11.875rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.p-catalog__card-body {
  padding: 1.25rem;
}
.p-catalog__card-info {
  display: flex;
  justify-content: space-between;
}
.p-catalog__card-publish {
  font-size: 0.75rem;
  color: #767676;
}
.p-catalog__card-page {
  padding: 0.125rem 0.25rem;
  font-size: 0.625rem;
  background-color: #efefef;
}
.p-catalog__card-title {
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #18417c;
}
.p-catalog__card-tags {
  margin-top: 0.5rem;
}
.p-catalog__card-tag {
  display: inline-block;
  padding: 0.125rem 0.25rem;
  margin-right: 0.25rem;
  font-size: 0.5rem;
  background-color: #efefef;
}
.p-catalog__card-download {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0.75rem 1rem;
  margin-top: 1rem;
  color: #fff !important;
  text-decoration: none !important;
  background-color: #18417c;
  transition: background-color 300ms;
}
.p-catalog__card-download::after {
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: url("../images/common/icon_download.svg") no-repeat center/contain;
}
.p-catalog__card-download-title {
  font-size: 1rem;
}
.p-catalog__card-download-filesize {
  font-size: 0.625rem;
}
.p-catalog__card-download:hover, .p-catalog__card-download:active {
  background-color: rgb(15.7297297297, 42.6013513514, 81.2702702703);
}

.p-pagetitle {
  background: url("../images/common/pagetitle_bg.jpg") no-repeat center/cover;
}
.p-pagetitle__container {
  display: flex;
  gap: 1.5rem;
  align-items: flex-end;
  justify-content: space-between;
  height: 11.25rem;
}
.p-pagetitle__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 90%;
  color: #fff;
}
.p-pagetitle__title-jp {
  font-size: 1.3125rem;
}
.p-pagetitle__title-en {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 700;
}
.p-pagetitle__title-en::before {
  display: inline-block;
  width: 1.875rem;
  height: 0.0625rem;
  content: "";
  background-color: #fff;
}
.p-pagetitle__image {
  max-width: 12.5rem;
}
@media all and (min-width: 768px), print {
  .p-pagetitle__container {
    height: min(31.6666666667vw, 23.75rem);
  }
  .p-pagetitle__title-jp {
    font-size: min(4.5833333333vw, 3.4375rem);
  }
  .p-pagetitle__title-en {
    gap: 1.5rem;
    font-size: min(2vw, 1.5rem);
  }
  .p-pagetitle__title-en::before {
    width: min(6.6666666667vw, 5rem);
    height: 0.125rem;
  }
  .p-pagetitle__image {
    max-width: min(43.3333333333vw, 32.5rem);
  }
}

.p-pagetop {
  position: fixed;
  right: 0.625rem;
  bottom: 1.875rem;
}
.p-pagetop__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  pointer-events: none;
  background-color: #18417c;
  border: 0.125rem solid #aaa;
  border-radius: 50%;
  box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 300ms, background-color 300ms;
}
.p-pagetop__button:hover, .p-pagetop__button:active {
  background-color: rgb(15.7297297297, 42.6013513514, 81.2702702703);
}
.p-pagetop__button.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media all and (min-width: 768px), print {
  .p-pagetop {
    right: 1.25rem;
    bottom: 3.125rem;
  }
  .p-pagetop__button {
    width: 5rem;
    height: 5rem;
  }
}

.p-search {
  margin: 2.5rem 0;
}
.p-search__container {
  padding: 2.5rem 1.25rem;
  background: url("../images/index/search_bg.jpg") no-repeat center/cover;
}
.p-search__content.--keyword .p-search__title::before {
  background-image: url("../images/common/icon_keyword.svg");
}
.p-search__content.--category {
  padding-top: 1.875rem;
  margin-top: 1.875rem;
  border-top: 0.125rem solid #707070;
}
.p-search__content.--category .p-search__title::before {
  background-image: url("../images/common/icon_category.svg");
}
.p-search__title {
  position: relative;
  padding-left: 3rem;
  line-height: 1.4;
  color: #fff;
}
.p-search__title::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
  content: "";
  background: no-repeat center/contain;
  transform: translateY(-50%);
}
.p-search__title-jp {
  font-size: 1.125rem;
}
.p-search__title-en {
  font-size: 0.75rem;
  font-weight: 700;
  opacity: 0.7;
}
.p-search__form {
  position: relative;
  border: 0.125rem solid #aaa;
}
.p-search__form-input {
  width: 100% !important;
  padding: 0.625rem 4.125rem 0.625rem 1rem !important;
  margin: 0 !important;
  color: #000;
}
.p-search__form-button {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 100%;
  cursor: pointer;
  background: #336899 url("../images/common/button_search.svg") no-repeat center/cover;
  border: none;
  transition: background-color 300ms;
}
.p-search__form-button:hover, .p-search__form-button:active {
  background-color: #18417c;
}
.p-search__navi-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
  font-size: 0.875rem;
  color: #fff !important;
  text-align: center;
  text-decoration: none !important;
  background-color: #336899;
  border: 0.125rem solid #aaa;
  transition: background-color 300ms;
}
.p-search__navi-link:hover, .p-search__navi-link:active {
  background-color: #18417c;
}
.p-search__navi-link.is-active {
  background-color: #18417c;
}
@media only screen and (max-width: 767px) {
  .p-search__container {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
  .p-search__body {
    margin-top: 1.875rem;
  }
  .p-search__navi {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
  .p-search__navi-link {
    width: calc(50% - 0.5rem);
    min-height: 3.75rem;
  }
}
@media all and (min-width: 768px), print {
  .p-search {
    margin: 3.75rem 0;
  }
  .p-search__container {
    padding: 3.125rem 3.75rem;
  }
  .p-search__content {
    display: flex;
    gap: 2.5rem;
    align-items: flex-start;
  }
  .p-search__title {
    width: 16.25rem;
    padding-left: 3.25rem;
  }
  .p-search__title::before {
    width: 2.5rem;
    height: 2.5rem;
  }
  .p-search__title-jp {
    font-size: 1.25rem;
  }
  .p-search__title-en {
    font-size: 0.875rem;
  }
  .p-search__body {
    flex: 1;
  }
  .p-search__form-input {
    padding: 0.875rem 5rem 0.875rem 1.25rem !important;
  }
  .p-search__form-button {
    width: 3.75rem;
  }
  .p-search__navi-link {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 1rem 1rem 0;
    font-size: 1rem;
  }
}

.p-title-h3 {
  text-align: center;
}
.p-title-h3__jp {
  font-size: 1.3125rem;
}
.p-title-h3__en {
  font-size: 0.75rem;
  font-weight: 700;
  color: #18417c;
}
@media all and (min-width: 768px), print {
  .p-title-h3 {
    text-align: left;
  }
  .p-title-h3__jp {
    font-size: 2.25rem;
  }
  .p-title-h3__en {
    font-size: 0.9375rem;
  }
}

/* page */