@charset "UTF-8";
:root {
  --vw375: 0.2666666667vw; /* 100 / 375 */
  --vw600: 0.1666666667vw; /* 100 / 600 */
  --vw768: 0.1302083333vw; /* 100 / 768 */
  --vw1100: 0.0909090909vw; /* 100 / 1100 */
  --vw1440: 0.0694444444vw; /* 100 / 1440 */
  --vw1600: 0.0625vw; /* 100 / 1600 */
}

/* --------------------------------

  CSS Reset

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

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

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

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

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

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

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

/* Lists (definition) */
/* ============================================ */
dt, dd {
  margin: 0;
  padding: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * 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. Fix font inheritance.
 */
::-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]:focus {
  outline: auto;
}

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

caption {
  text-align: left;
}

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

th {
  text-align: left;
}

/* --------------------------------

  共通スタイル

-------------------------------- */
/* html, body */
html,
body {
  height: 100%;
}
html.is-scrollbar,
body.is-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html.is-scrollbar::-webkit-scrollbar,
body.is-scrollbar::-webkit-scrollbar {
  display: none;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
@media screen and (min-width: 1100px), print {
  html {
    overflow-y: scroll;
  }
}
html.is-active {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

body {
  min-width: 320px;
  color: #000000;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  line-height: 1.4;
  text-align: left;
  background-color: #ffffff;
}

html.nav-open,
html.contact-open {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
}

/* 共通見出し */
.c-heading {
  position: relative;
  display: block;
  line-height: 1.2;
}
.c-heading--detail {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto 3rem;
  display: block;
  color: #2B4C7A;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.35;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail {
    font-size: min(34 * var(--vw1440), 34px);
    margin: 0 auto 5rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1279.98px) {
  .c-heading--detail {
    padding: 0 0 0 min(70 * var(--vw1440), 70px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-heading--detail {
    padding: 0 0 0 1.5em;
  }
}
.c-heading--detail::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 1px;
  background-color: #2B4C7A;
  z-index: 1;
}
@media screen and (min-width: 1100px), print {
  .c-heading--detail::before {
    width: min(50 * var(--vw1440), 50px);
  }
}
@media screen and (min-width: 1280px), print {
  .c-heading--detail::before {
    -webkit-transform: translateX(-150%);
            transform: translateX(-150%);
  }
}
.c-heading--common {
  color: #2B4C7A;
  margin-bottom: 2.8rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common {
    margin-bottom: min(40 * var(--vw1440), 40px);
  }
}
.c-heading--common .jp {
  display: block;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  font-size: 3rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .jp {
    font-size: min(50 * var(--vw1440), 50px);
    letter-spacing: 0.08em;
  }
}
.c-heading--common .en {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 5px;
  margin-bottom: 1.6rem;
  padding: 0 0 0 3.5em;
}
@media screen and (min-width: 768px), print {
  .c-heading--common .en {
    margin-bottom: min(30 * var(--vw1440), 30px);
    padding: 0 0 0 4em;
    letter-spacing: 6px;
  }
}
@media screen and (min-width: 1440px), print {
  .c-heading--common .en {
    padding: 0 0 0 0.8em;
  }
}
.c-heading--common .en::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background-color: #2A67BD;
}
@media screen and (min-width: 1440px), print {
  .c-heading--common .en::before {
    left: -7rem;
    width: 50px;
  }
}
.c-heading--h3 {
  color: #010913;
  font-weight: 500;
  font-size: 1.5rem;
  border-left: 1px solid #2B4C7A;
  background: #F4F6FA;
  padding: 1.5rem 1.8rem;
  margin-bottom: 1.8rem;
}
@media screen and (min-width: 768px), print {
  .c-heading--h3 {
    padding: 1.8rem 3rem;
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}

/* 基準テキスト */
.u-text-body {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px), print {
  .u-text-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.u-text-body--lg {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--lg {
    font-size: 1.8rem;
  }
}
.u-text-body--xl {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--xl {
    font-size: 2rem;
  }
}
.u-text-body--sm {
  font-size: 1rem;
}
@media screen and (min-width: 768px), print {
  .u-text-body--sm {
    font-size: 1.2rem;
  }
}
.u-text-body a {
  text-decoration: underline;
  color: #2A67BD;
}
@media (hover: hover) {
  .u-text-body a:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .u-text-body a:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}

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

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

/* 基準ボタン */
.c-link-button {
  position: relative;
  line-height: 1.2;
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  border: 1px solid #2A67BD;
  background-color: #2A67BD;
  padding: 1.1rem 3rem;
  text-align: left;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 10em;
  letter-spacing: 0.05em;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .c-link-button {
    font-size: 1.6rem;
    padding: 1.8rem 4rem;
  }
}
.c-link-button span {
  position: relative;
  display: block;
  padding: 0 1em 0 0;
}
.c-link-button span::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  display: block;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (hover: hover) {
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover {
    color: #2A67BD;
    background-color: #fff;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover {
    color: #2A67BD;
    background-color: #fff;
  }
  .c-link-button:where(:-moz-any-link, :enabled, summary):hover span::before {
    border-color: #2A67BD;
  }
  .c-link-button:where(:any-link, :enabled, summary):hover span::before {
    border-color: #2A67BD;
  }
}

.c-button--contact {
  width: 170px;
  height: 140px;
  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;
  border-radius: 1rem 0 0 1rem;
  background-color: #2A67BD;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact {
    width: 100%;
    height: 60px;
    border-radius: 0;
    font-size: 1.2rem;
    border-radius: 1rem 1rem 0 0;
  }
}
@media (hover: hover) {
  .c-button--contact:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2B4C7A;
  }
  .c-button--contact:where(:any-link, :enabled, summary):hover {
    background-color: #2B4C7A;
  }
}
.c-button--contact span {
  position: relative;
  display: block;
  text-align: center;
  padding: 2.5em 0 0 0;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span {
    padding: 2.4em 0 0 0;
  }
}
.c-button--contact span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 32px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/cover;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span::before {
    width: 30px;
    height: 24px;
  }
}
.c-button--contact span .u-br--pc {
  display: block;
}
@media screen and (max-width: 1099.98px) {
  .c-button--contact span .u-br--pc {
    display: none;
  }
}

/* テキストの色 */
.u-color-base {
  color: #2A67BD;
}

.u-color-main {
  color: #2A67BD;
}

.u-color-white {
  color: #ffffff;
}

.u-color-red {
  color: #F00;
}

.u-color-black {
  color: #000000;
}

/* 注釈（※）用インデント */
.u-indent {
  margin-left: 1em;
  text-indent: -1em;
}

/* アンカー位置調整 */
.u-anchorpoint {
  display: block;
}
.u-anchorpoint::before {
  content: "";
  display: block;
  position: relative;
  height: 1px;
  margin-top: -81px;
  margin-bottom: 80px;
  background: transparent;
  z-index: -100;
}
@media screen and (min-width: 1100px), print {
  .u-anchorpoint::before {
    margin-top: -131px;
    margin-bottom: 130px;
  }
}

/* flex1 */
.u-flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

/* コンテンツ画面中央寄せ */
.c-inner {
  position: relative;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.c-inner::after {
  content: "";
  display: table;
  clear: both;
}

/* テキスト改行系 */
@media screen and (max-width: 767.98px) {
  .u-br--pc {
    display: none;
  }
}

@media screen and (min-width: 768px), print {
  .u-br--sp {
    display: none;
  }
}

/* 幅 */
.u-width-50 {
  width: 50%;
}

.u-width-100 {
  width: 100%;
}

.u-width-auto {
  width: auto;
}

/* 高さ */
.u-height-50 {
  height: 50%;
}

.u-height-100 {
  height: 100%;
}

.u-height-auto {
  height: auto;
}

/* 角丸 */
.box-radius {
  border-radius: 1rem;
}

/* リスト */
.list li {
  position: relative;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 1.5em;
}
@media screen and (min-width: 768px), print {
  .list li {
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: 0.02em;
    padding: 0 0 0 1.3em;
  }
}
.list li:not(:last-child) {
  margin-bottom: 0.5rem;
}
.list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}

.c-global-contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767.98px) {
  .c-global-contact {
    -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;
  }
}
.c-global-contact__item {
  width: 100%;
  height: 60px;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item {
    height: min(110 * var(--vw1440), 110px);
    width: 50%;
  }
}
.c-global-contact__item a, .c-global-contact__item .tel-link {
  position: relative;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  background-color: #2A67BD;
  font-weight: 500;
  color: #ffffff;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-global-contact__item.mail a {
  background-color: #2B4C7A;
  -webkit-transition-property: color, background-color, opacity;
  transition-property: color, background-color, opacity;
}
.c-global-contact__item.mail a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2rem;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail a span {
    padding: 0 0 0 min(70 * var(--vw1440), 70px);
    font-size: min(28 * var(--vw1440), 28px);
  }
}
.c-global-contact__item.mail a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 33px;
  height: 27px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.mail a span::before {
    width: min(53 * var(--vw1440), 53px);
    height: min(37 * var(--vw1440), 37px);
  }
}
@media (hover: hover) {
  .c-global-contact__item.mail a:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-global-contact__item.mail a:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-global-contact__item.tel .tel-num {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-num {
    font-size: min(34 * var(--vw1440), 34px);
  }
}
.c-global-contact__item.tel .tel-text {
  display: block;
  font-size: 1.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .c-global-contact__item.tel .tel-text {
    font-size: min(16 * var(--vw1440), 16px);
  }
}

@media screen and (max-width: 767.98px) {
  .c-gmapWrap {
    position: relative;
    padding-top: 95%;
  }
}
@media screen and (max-width: 767.98px) {
  .c-gmapWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
}

.c-youtubeWrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.c-youtubeWrap iframe, .c-youtubeWrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.u-link-underline {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .u-link-underline:where(:-moz-any-link, :enabled, summary):hover {
    color: #2A67BD;
  }
  .u-link-underline:where(:any-link, :enabled, summary):hover {
    color: #2A67BD;
  }
}

/* --------------------------------

  wrapper

-------------------------------- */
.l-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
@media screen and (min-width: 1100px), print {
  .l-wrapper {
    overflow: hidden;
  }
}

/* --------------------------------

  l-header

-------------------------------- */
.l-header {
  position: relative;
}
.l-header.is-fixed {
  /* スクロール時固定用 */
}
@media screen and (min-width: 1100px), print {
  .l-header.is-fixed .l-header__logo {
    position: fixed;
    left: 2rem;
    top: -60px;
    height: min(100 * var(--vw1600), 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1011;
  }
  .l-header.is-fixed .l-header__logo .c-logo {
    width: min(280 * var(--vw1600), 280px);
  }
  .l-header.is-fixed .l-header__nav {
    position: fixed;
    top: -60px;
    right: 0;
    left: 0;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: min(100 * var(--vw1600), 100px);
    padding-right: min(190 * var(--vw1600), 190px);
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    background: -webkit-gradient(linear, left top, left bottom, from(#2A67BD), to(#010913));
    background: linear-gradient(180deg, #2A67BD 0%, #010913 100%);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .l-header.is-fixed .l-header__contact {
    position: fixed;
    top: -60px;
    right: 0;
    height: min(100 * var(--vw1600), 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    z-index: 1010;
  }
  .l-header.is-fixed .l-header__contact a {
    height: min(80 * var(--vw1600), 80px);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__nav {
    position: absolute;
    top: 0;
    right: min(190 * var(--vw1600), 190px);
    height: min(100 * var(--vw1600), 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: min(10 * var(--vw1600), 10px) 0;
    z-index: 1010;
  }
}
.l-header__contact {
  z-index: 1009;
}
@media screen and (min-width: 1100px), print {
  .l-header__contact {
    position: absolute;
    right: 0;
    top: min(10 * var(--vw1600), 10px);
    width: min(190 * var(--vw1600), 190px);
    height: min(80 * var(--vw1600), 80px);
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__contact {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    overflow: hidden;
  }
}
.l-header__contact a {
  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: 100%;
  height: 100%;
  color: #ffffff;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.05em;
  font-size: 1.8rem;
  padding: 1rem;
  background-color: #2B4C7A;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (min-width: 1100px), print {
  .l-header__contact a {
    font-size: min(18 * var(--vw1600), 18px);
    background-color: #2A67BD;
  }
}
@media (hover: hover) {
  .l-header__contact a:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2B4C7A;
  }
  .l-header__contact a:where(:any-link, :enabled, summary):hover {
    background-color: #2B4C7A;
  }
}
.l-header__contact a span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 1.6em;
}
@media screen and (min-width: 1100px), print {
  .l-header__contact a span {
    padding: 0 0 0 2em;
  }
}
.l-header__contact a span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 21px;
  background: url("../img/base/icon-mail_wht.svg") no-repeat center/contain;
}
@media screen and (min-width: 1100px), print {
  .l-header__contact a span::before {
    width: min(20 * var(--vw1600), 20px);
    height: min(21 * var(--vw1600), 21px);
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__tel {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    background-color: #fff;
    line-height: 1;
    cursor: pointer;
    z-index: 910;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
}
@media screen and (max-width: 1099.98px) and (hover: hover) {
  .l-header__tel:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .l-header__tel:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-header__tel a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .l-header__tel a::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    display: block;
    width: 21px;
    height: 21px;
    background: url("../img/base/icon-tel_blk.svg") no-repeat center/cover;
  }
  .l-header__tel a::after {
    content: "TEL";
    position: absolute;
    left: 0;
    bottom: 11px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1rem;
    color: #000000;
    letter-spacing: 0.1em;
    line-height: 1;
  }
}
.l-header__logo {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .l-header__logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 100%;
    z-index: 900;
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #ffffff;
    -webkit-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
  }
}
@media screen and (min-width: 1100px), print {
  .l-header__logo {
    position: absolute;
    top: min(50 * var(--vw1600), 50px);
    left: min(70 * var(--vw1600), 70px);
    z-index: 1010;
  }
}

/* --------------------------------

  c-logo

-------------------------------- */
.c-logo {
  width: 180px;
}
@media screen and (min-width: 1100px), print {
  .c-logo {
    width: min(365 * var(--vw1600), 365px);
  }
}
.c-logo img {
  height: auto;
}
@media screen and (max-width: 1099.98px) {
  .c-logo .pc_only {
    display: none;
  }
}
@media screen and (min-width: 1100px), print {
  .c-logo .sp_only {
    display: none;
  }
}

/* --------------------------------

  l-nav

-------------------------------- */
@media screen and (max-width: 1099.98px) {
  .l-nav {
    position: relative;
    position: fixed;
    left: -260px;
    top: 0;
    display: block;
    width: 260px;
    height: 100%;
    padding: 0;
    z-index: 1011;
  }
  .is-active .l-nav {
    left: 0;
    top: 0;
    opacity: 1;
    -webkit-transition-property: opacity, left;
    transition-property: opacity, left;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.l-nav__container {
  position: relative;
}
@media screen and (min-width: 1100px), print {
  .l-nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__container {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    overflow-y: auto;
    background: -webkit-gradient(linear, left top, left bottom, from(#2A67BD), to(#010913));
    background: linear-gradient(180deg, #2A67BD 0%, #010913 100%);
    padding: 0 0 2rem 0;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 1100px), print {
  .l-nav__info {
    display: none;
  }
}
@media screen and (max-width: 1099.98px) {
  .l-nav__info {
    padding: 3rem 1rem 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 479.98px) {
  .l-nav__info {
    padding: 2.5rem 1rem 0 1rem;
  }
}
.l-nav__define dt, .l-nav__define dd {
  color: #ffffff;
  text-align: center;
}
.l-nav__define dt {
  line-height: 1.6;
  font-weight: 700;
}
.l-nav__define dt img {
  width: 210px;
  height: auto;
}
.l-nav__define dd {
  line-height: 1.6;
  margin-top: 1.2rem;
  font-weight: 400;
}
@media screen and (max-width: 1099.98px) {
  .l-nav__define dd {
    font-size: 1.4rem;
  }
}
/* --------------------------------

  c-nav

-------------------------------- */
.c-nav {
  /* ハンバーガーメニューボタン */
}
@media screen and (max-width: 1099.98px) {
  .c-nav {
    opacity: 0;
    padding: 0;
  }
  .is-active .c-nav {
    opacity: 1;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav {
    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;
  }
}
.c-nav__item {
  position: relative;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item {
    position: relative;
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item {
    margin-right: min(26 * var(--vw1600), 26px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item a.c-nav__link::before {
    content: "";
    position: absolute;
    right: 26px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(135deg);
            transform: translateY(-50%) rotate(135deg);
    display: block;
    width: 12px;
    height: 12px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__item.is-active .c-nav__link {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__item.is-active .c-nav__link {
    background: #2B4C7A;
  }
}
.c-nav__link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  -webkit-transition-property: color, background-color, border-color, opacity;
  transition-property: color, background-color, border-color, opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 1100px), print {
  .c-nav__link {
    border: none;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: min(80 * var(--vw1600), 80px);
    font-size: min(18 * var(--vw1600), 18px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    letter-spacing: inherit;
    padding: 0 2rem;
    color: #fff;
    font-size: 1.6rem;
    height: 60px;
    -webkit-transition-property: color, background-color, opacity;
    transition-property: color, background-color, opacity;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .c-nav__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.c-nav__submenu {
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu {
    height: 0;
    overflow: hidden;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(100%);
            transform: translateX(-50%) translateY(100%);
    width: min(250 * var(--vw1600), 250px);
    z-index: -1;
    opacity: 0;
    padding: 0;
    border-radius: 0.5rem;
    background-color: #2A67BD;
    overflow: hidden;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
.c-nav__submenu--trigger {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  border: none;
  background: transparent;
  cursor: pointer;
  z-index: 10;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger {
    width: 100%;
    height: min(80 * var(--vw1600), 80px);
    background: transparent;
    z-index: 30;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    border-radius: 10em;
    background-color: #ffffff;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    display: block;
    width: 18px;
    height: 2px;
    border-radius: 10em;
    background-color: #ffffff;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger + .c-nav__link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: min(14 * var(--vw1600), 14px);
    -webkit-transform: translateX(-50%) rotate(-135deg);
            transform: translateX(-50%) rotate(-135deg);
    display: block;
    width: min(9 * var(--vw1600), 9px);
    height: min(9 * var(--vw1600), 9px);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transition-property: border-color;
    transition-property: border-color;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
            transition-timing-function: ease;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger:hover + .c-nav__link {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    background: #2B4C7A;
    color: #fff;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu--trigger.is-active + .c-nav__link {
    opacity: 0.8;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::after {
    background-color: #fff;
  }
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu--trigger.is-active + .c-nav__link::before {
    background-color: transparent;
  }
}
.c-nav__submenu.is-active {
  pointer-events: auto;
  opacity: 1;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu.is-active {
    height: auto;
    overflow: visible;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu.is-active {
    opacity: 1;
  }
}
.c-nav__submenu-inner {
  position: relative;
}
.c-nav__submenu-list li {
  display: block;
}
.c-nav__submenu-list li:not(:last-child) a {
  border-bottom: 1px solid #cccccc;
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-list li:not(:last-child) a {
    border-bottom: 1px solid #ffffff;
  }
}
.c-nav__submenu-link {
  position: relative;
  display: block;
  place-content: center;
  width: 100%;
  height: 60px;
  padding: 0.5em 0.5em 0.5em 2.5em;
  font-size: 1.6rem;
  text-align: left;
  color: #000000;
  background-color: #f3f3f3;
  line-height: 1.2;
  font-weight: 700;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
@media screen and (max-width: 1099.98px) {
  .c-nav__submenu-link::before {
    content: "";
    position: absolute;
    left: 2rem;
    top: 50%;
    width: 10px;
    height: 2px;
    background-color: #2A67BD;
  }
}
@media screen and (min-width: 1100px), print {
  .c-nav__submenu-link {
    font-size: min(18 * var(--vw1600), 18px);
    height: min(70 * var(--vw1600), 70px);
    text-align: center;
    padding: 0.5em;
    background-color: #2A67BD;
    color: #ffffff;
  }
}
@media screen and (hover: hover) and (min-width: 1100px), print and (hover: hover) {
  .c-nav__submenu-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #000000;
  }
  .c-nav__submenu-link:where(:any-link, :enabled, summary):hover {
    background-color: #000000;
  }
}
.c-nav__button {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  line-height: 1;
  cursor: pointer;
  z-index: 1011;
}
.is-active .c-nav__button {
  position: absolute;
  left: 260px;
}
@media screen and (min-width: 1100px), print {
  .c-nav__button {
    display: none;
  }
}
.is-active .c-nav__button {
  background-color: #ffffff;
}
.is-active .c-nav__button .c-nav__button-icon {
  width: 30px;
  background-color: transparent;
}
.is-active .c-nav__button .c-nav__button-icon::before, .is-active .c-nav__button .c-nav__button-icon::after {
  margin-top: 0;
  background-color: #000000;
}
.is-active .c-nav__button .c-nav__button-icon::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.is-active .c-nav__button .c-nav__button-icon::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.is-active .c-nav__button::after {
  content: "CLOSE";
  color: #000000;
}
.c-nav__button-icon {
  display: block;
  position: absolute;
  top: -18px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 1px;
  margin: auto;
  background-color: #000;
}
.c-nav__button-icon::before, .c-nav__button-icon::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: #000;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.c-nav__button-icon::before {
  margin-top: -8px;
}
.c-nav__button-icon::after {
  margin-top: 8px;
}
.c-nav__button::after {
  content: "MENU";
  display: block;
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  line-height: 1;
  font-weight: 400;
  font-size: 1.1rem;
  color: #000;
  text-align: center;
}

/* --------------------------------

  o-nav__screen

-------------------------------- */
@media screen and (min-width: 1100px), print {
  .o-nav__screen {
    display: none;
  }
}
.o-nav__screen-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin: auto;
  background-color: #000;
  pointer-events: none;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  z-index: 1010;
}
.is-active .o-nav__screen-overlay {
  pointer-events: auto;
  opacity: 0.8;
  cursor: pointer;
}

/* --------------------------------

  main

-------------------------------- */
.l-main {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 100;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (min-width: 1100px), print {
  .l-main {
    overflow: visible;
  }
}
.l-main__inner {
  position: relative;
}

/* --------------------------------

  footer

-------------------------------- */
.l-footer {
  position: relative;
  padding: 0 1em;
  background-color: #ffffff;
}
@media screen and (min-width: 768px), print {
  .l-footer {
    padding: 0 min(60 * var(--vw1100), 60px);
  }
}
@media screen and (max-width: 1099.98px) {
  .l-footer {
    margin-bottom: 6rem;
  }
}
.l-footer__container {
  padding: 4rem 0 8rem 0;
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px), print {
  .l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: min(1100 * var(--vw1100), 1100px);
    gap: min(20 * var(--vw1100), 20px);
    padding: min(100 * var(--vw1100), 100px) 0 min(140 * var(--vw1100), 140px) 0;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav {
    gap: min(80 * var(--vw1100), 80px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__nav {
    max-width: 290px;
    margin: 0 auto;
    margin-top: 3rem;
  }
}
.l-footer__nav-list {
  padding: 0 0 0 1.2rem;
  border-left: 1px solid #DCDFE4;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list {
    padding: 0 0 0 min(40 * var(--vw1100), 40px);
  }
}
.l-footer__nav-list li a {
  position: relative;
  display: inline-block;
  line-height: 1.2;
  color: #2B4C7A;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 0 0 0 1.3em;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list li a {
    font-size: min(16 * var(--vw1100), 16px);
  }
}
@media (hover: hover) {
  .l-footer__nav-list li a:where(:-moz-any-link, :enabled, summary):hover {
    color: #2A67BD;
  }
  .l-footer__nav-list li a:where(:any-link, :enabled, summary):hover {
    color: #2A67BD;
  }
}
.l-footer__nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 6px;
  height: 6px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  border-top: 1px solid #010913;
  border-left: 1px solid #010913;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list li a::before {
    width: min(8 * var(--vw1100), 8px);
    height: min(8 * var(--vw1100), 8px);
  }
}
.l-footer__nav-list li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__nav-list li:not(:last-child) {
    margin-bottom: min(20 * var(--vw1100), 20px);
  }
}
.l-footer__info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .l-footer__info dl {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.l-footer__info dl dt, .l-footer__info dl dd {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 360px), print {
  .l-footer__info dl dt, .l-footer__info dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__info dl dt, .l-footer__info dl dd {
    font-size: min(16 * var(--vw1100), 16px);
  }
}
@media screen and (min-width: 768px), print {
  .l-footer__info dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.l-footer__logo {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo {
    margin-bottom: min(40 * var(--vw1100), 40px);
  }
}
@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.l-footer__logo .logo-mark {
  margin-bottom: 2rem;
  width: 100px;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo .logo-mark {
    margin-bottom: min(40 * var(--vw1100), 40px);
    width: min(150 * var(--vw1100), 150px);
  }
}
.l-footer__logo .logo-text {
  width: 130px;
}
@media screen and (min-width: 768px), print {
  .l-footer__logo .logo-text {
    width: min(193 * var(--vw1100), 193px);
  }
}
.l-footer__logo span {
  display: block;
}

.c-footer__copy {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4rem;
  text-align: center;
  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;
  font-weight: 400;
  background-color: #2A67BD;
}
.c-footer__copy small {
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .c-footer__copy small {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .c-footer__copy span {
    display: none;
  }
}
.c-footer__pagetop {
  display: block;
  position: fixed;
  right: 10px;
  bottom: 70px;
  width: 45px;
  height: 45px;
  text-align: center;
  overflow: hidden;
  z-index: 100;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px), print {
  .c-footer__pagetop {
    right: 15px;
    bottom: 70px;
    width: 50px;
    height: 50px;
  }
}
@media screen and (min-width: 1100px), print {
  .c-footer__pagetop {
    right: 15px;
    bottom: 15px;
  }
}
.c-footer__pagetop.is-fixed {
  opacity: 1;
  pointer-events: auto;
}
.c-footer__pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  border-radius: 0;
  background-color: #2B4C7A;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.c-footer__pagetop a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #2A67BD;
}
.c-footer__pagetop a::before {
  content: "";
  display: block;
  position: absolute;
  top: 0.5em;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0.8em;
  height: 0.8em;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-property: border-color;
  transition-property: border-color;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

/* --------------------------------

  下層ページタイトル

-------------------------------- */
.c-page-title {
  position: relative;
  display: block;
  height: min(300 * var(--vw768), 300px);
  z-index: 105;
  background: -webkit-gradient(linear, left top, left bottom, from(#2A67BD), color-stop(224%, #010913));
  background: linear-gradient(180deg, #2A67BD 0%, #010913 224%);
  overflow: hidden;
}
.c-page-title::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/mv_bg.png") no-repeat top/cover;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .c-page-title {
    height: min(500 * var(--vw1440), 500px);
  }
}
@media screen and (max-width: 1099.98px) {
  .c-page-title {
    margin-top: 6rem;
  }
}
.c-page-title__inner {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  padding: 1em;
  z-index: 1;
}
.c-page-title__inner::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: min(336 * var(--vw1440), 336px);
  width: min(780 * var(--vw1440), 780px);
  background-image: url("../img/base/page-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
@media screen and (min-width: 768px), print {
  .c-page-title__inner::before {
    height: min(336 * var(--vw1440), 336px);
    width: min(846 * var(--vw1440), 846px);
  }
}
@media screen and (min-width: 1100px), print {
  .c-page-title__inner::before {
    top: calc(50% + min(10 * var(--vw1440), 10px));
  }
}
.c-page-title__name {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font-size: min(35 * var(--vw768), 35px);
  padding: min(25 * var(--vw768), 25px) min(30 * var(--vw768), 30px) min(25 * var(--vw768), 25px) min(50 * var(--vw768), 50px);
  font-weight: 500;
  background: rgba(42, 103, 189, 0.7);
}
@media screen and (min-width: 768px), print {
  .c-page-title__name {
    letter-spacing: 0.08em;
    font-size: min(50 * var(--vw1440), 50px);
    padding: min(25 * var(--vw1440), 25px) min(50 * var(--vw1440), 50px) min(25 * var(--vw1440), 25px) min(150 * var(--vw1440), 150px);
  }
}

/* --------------------------------

  アニメーション

-------------------------------- */
.js-anime.fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-anime .fadein-anime {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.js-anime.is-active .fadein-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active.fadein-anime {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-anime.is-active .anime-wrap {
  opacity: 1;
}
.js-anime.is-active .anime-inner {
  opacity: 1;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
          transform: matrix(1, 0, 0, 1, 0, 0);
}

.anime-wrap {
  overflow: hidden;
  opacity: 0;
}

.anime-inner {
  display: block;
  opacity: 0;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 100);
          transform: matrix(1, 0, 0, 1, 0, 100);
  -webkit-transition: -webkit-transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: -webkit-transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
  transition: transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1), -webkit-transform 1.2s 0.2s cubic-bezier(0.22, 1, 0.36, 1);
}

/* --------------------------------

  フォーム部品

-------------------------------- */
.form-table {
  display: block;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #2A67BD;
}
.form-table tbody {
  display: block;
}
.form-table tr {
  display: table;
  border-collapse: separate;
  border-spacing: 0;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #2A67BD;
}
@media screen and (max-width: 767.98px) {
  .form-table tr {
    display: block;
  }
}
.form-table th {
  vertical-align: middle;
  width: 16em;
  padding: 2rem 0 2rem 2rem;
  font-weight: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .form-table th {
    display: block;
    width: auto;
    padding: 1.5rem 0;
  }
}
.form-table td {
  vertical-align: middle;
  padding: 1rem 3rem;
}
@media screen and (max-width: 767.98px) {
  .form-table td {
    display: block;
    padding: 0 0 1.5rem;
  }
}

.form-control, .form-select {
  padding: 1rem 1.5rem;
  font-size: 100%;
  border-radius: 1rem;
  border-width: 1px;
  border-color: #999;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-control, .form-select {
    padding: 1.75rem 1.5rem;
  }
}
.form-control:hover, .form-control:active, .form-control:focus, .form-select:hover, .form-select:active, .form-select:focus {
  outline: none;
  text-decoration: none;
}
.form-control:active, .form-control:focus, .form-select:active, .form-select:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #2B4C7A;
  background-color: #fff;
}
.form-control-sm {
  width: 10em;
}
.form-control:-moz-read-only {
  background-color: #fff;
}
.form-control:disabled, .form-control:read-only {
  background-color: #fff;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-moz-placeholder {
  color: #999;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-ms-input-placeholder {
  color: #999;
}
.form-control::placeholder {
  color: #999;
}
.form-select {
  position: relative;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 7rem;
}
.form-select::-ms-expand {
  display: none;
}
.form-select-wrap {
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  .form-select-wrap {
    max-width: 42rem;
    min-width: 42rem;
  }
}
.form-select-arrow {
  display: block;
  position: absolute;
  top: -0.5rem;
  right: 2rem;
  bottom: 0;
  left: auto;
  margin: auto;
  width: 1.2rem;
  height: 1.2rem;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  z-index: 1;
  pointer-events: none;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 1100px), print {
  .form-select-arrow {
    right: 2.5rem;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.form-textarea {
  resize: vertical;
  vertical-align: top;
  height: 10em;
  max-height: 10em;
  padding: 1rem 1.5rem 0;
}
@media screen and (min-width: 768px), print {
  .form-textarea {
    height: 18em;
    max-height: 18em;
    padding: 1.75rem 1.5rem 0;
  }
}
.form-textarea-sm {
  height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea-sm {
    height: 4em;
  }
}
.form-textarea.form-control {
  min-height: 3em;
}
@media screen and (min-width: 768px), print {
  .form-textarea.form-control {
    min-height: 4em;
  }
}
.form-icon {
  float: left;
  display: block;
  width: 6.2rem;
  margin: -0.1rem 1.5rem 0 0;
  padding: 0.5rem 0 0.75rem;
  line-height: 1em;
  font-weight: 400;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 10em;
  border: 1px solid currentColor;
}
@media screen and (min-width: 1100px), print {
  .form-icon {
    font-size: 1.6rem;
  }
}
.form-icon::before {
  content: attr(data-label);
}
.form-icon-required {
  color: #c00;
}
.form-icon-free {
  color: #999;
}
@media screen and (min-width: 768px), print {
  .form-icon-free {
    color: transparent;
  }
}
.form-check-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0.75rem 3rem 0.75rem 0;
  cursor: pointer;
}
.form-check-icon {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #999;
  background-color: #fff;
  -webkit-transition: border-color 0.2s, background-color 0.2s;
  transition: border-color 0.2s, background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-icon {
    width: 32px;
    height: 32px;
  }
}
.form-check-checkbox::before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 8px;
  height: 12px;
  margin: auto;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}
.form-check-radio {
  border-radius: 100%;
}
.form-check-radio::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 16px;
  height: 16px;
  margin: auto;
  border-radius: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
@media screen and (min-width: 1100px), print {
  .form-check-radio::before {
    width: 22px;
    height: 22px;
  }
}
.form-check-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-input[type=checkbox]:checked + .form-check-icon {
  border-color: #2B4C7A;
  background-color: #2B4C7A;
}
.form-check-input[type=checkbox]:checked + .form-check-icon::before {
  border-color: #fff;
}
.form-check-input[type=radio]:checked + .form-check-icon::before {
  background-color: #2B4C7A;
}
.form-check-input[type=checkbox].validate-error + .form-check-icon, .form-check-input[type=radio].validate-error + .form-check-icon {
  border-color: #B20000;
}

/* フォーム部品：送信ボタン */
.form-buttons {
  margin: 4rem -0.5rem -0.5rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .form-buttons {
    margin-top: 5rem;
  }
}

.form-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: top;
  position: relative;
  padding: 1.8rem 3rem;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
  font-size: 100%;
  color: #000;
  text-align: left;
  letter-spacing: 0.1em;
  border-radius: 0;
  border: 2px solid currentColor;
  background: transparent;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
@media screen and (min-width: 768px), print {
  .form-button {
    padding: 2rem 4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    border-width: 3px;
  }
}
.form-button:hover {
  text-decoration: none;
}
.form-button::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: 0.1rem 2rem 0 0;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 768px), print {
  .form-button::before {
    width: 10px;
    height: 10px;
  }
}
.form-button-send {
  color: #2A67BD;
  border-color: #9D56BC;
}
.form-button-send:disabled {
  color: #999;
  border-color: #ccc;
  background-color: #f5f5f5;
}
.form-button-send:not(:disabled):hover {
  color: #fff;
  background-color: #2A67BD;
}
.form-button-back {
  color: #333;
}
.form-button-back:hover {
  color: #fff;
  border-color: #999;
  background-color: #999;
}
.privacy-check-agree {
  margin-top: 3rem;
}

/* --------------------------------

  ローディング

-------------------------------- */
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#2A67BD), to(#010913));
  background: linear-gradient(180deg, #2A67BD 0%, #010913 100%);
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (min-width: 1100px), print {
  #splash_logo {
    width: 365px;
  }
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: auto;
  height: auto;
}

/* fadeUpをするアイコンの動き */
.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

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

  トップページ

-------------------------------- */
/* メインビジュアル */
.top-hero {
  position: relative;
  height: min(1050 * var(--vw1600), 1050px);
  background: -webkit-gradient(linear, left top, left bottom, from(#2A67BD), to(#010913));
  background: linear-gradient(180deg, #2A67BD 0%, #010913 100%);
  z-index: 0;
  margin: 6rem 0 0 0;
}
.top-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/top/mv_bg.png") no-repeat center/cover;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-hero {
    margin: 0;
  }
}
.top-hero__img {
  position: absolute;
  right: 0;
  top: min(80 * var(--vw1600), 80px);
  padding: 0;
  width: min(1054 * var(--vw1600), 1054px);
  z-index: 0;
  -webkit-transform: translateX(35%);
          transform: translateX(35%);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.top-hero__img.is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
@media screen and (min-width: 1100px), print {
  .top-hero__img {
    top: min(92 * var(--vw1600), 92px);
  }
}
.top-hero__img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.top-hero__catch {
  position: absolute;
  inset: 0;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 min(90 * var(--vw1600), 90px);
  z-index: 0;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
@media screen and (min-width: 1100px), print {
  .top-hero__catch {
    padding: min(45 * var(--vw1600), 45px) 0 0 min(90 * var(--vw1600), 90px);
  }
}
.top-hero__catch.is-active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.top-hero__catch .catch {
  display: block;
  color: #ffffff;
}
.top-hero__catch .catch--en {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  font-size: min(43 * var(--vw768), 43px);
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: min(40 * var(--vw1600), 40px);
}
.top-hero__catch .catch--en::before {
  content: "";
  position: absolute;
  top: 0;
  right: min(40 * var(--vw1600), 40px);
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
  width: min(177 * var(--vw1600), 177px);
  height: min(177 * var(--vw1600), 177px);
  background: url("../img/top/mv_text_decoration.png") no-repeat center/contain;
  z-index: 0;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch .catch--en {
    font-size: min(84 * var(--vw1600), 84px);
    letter-spacing: 0.03em;
  }
}
.top-hero__catch .catch--jp {
  position: relative;
  font-size: min(18 * var(--vw768), 18px);
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-hero__catch .catch--jp {
    font-size: min(26 * var(--vw1600), 26px);
    letter-spacing: 0.1em;
    line-height: 2.2;
  }
}

/* NEWS */
.top-news {
  position: relative;
  padding: 4rem 1em 5rem 1em;
}
@media screen and (min-width: 768px), print {
  .top-news {
    padding: 6rem 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news {
    padding: 10rem 2em;
  }
}
.top-news .c-inner {
  max-width: 1470px;
}
.top-news__container {
  border-radius: 1rem;
  overflow: hidden;
  background-color: #F4F6FA;
}
@media screen and (min-width: 768px), print {
  .top-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.top-news__header {
  width: 100%;
  background-color: #2B4C7A;
  place-content: center;
  text-align: center;
  height: 65px;
}
@media screen and (min-width: 768px), print {
  .top-news__header {
    width: 200px;
    height: auto;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__header {
    width: 270px;
  }
}
.top-news__heading {
  display: block;
  line-height: 1.2;
  color: #ffffff;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 1100px), print {
  .top-news__heading {
    letter-spacing: 0.1em;
    font-size: 4.6rem;
  }
}
.top-news__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .top-news__main {
    padding: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .top-news__main {
    padding: 3.3rem 4rem 3.3rem 4rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .top-news__more {
    margin-top: 1.5em;
    text-align: center;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news__more {
    margin-top: 1em;
  }
}

/* ABOUT SERVICE*/
.top-firstitem {
  position: relative;
}

.top-about {
  position: relative;
  background: #E3EEFD url("../img/top/bg1.png") no-repeat center/cover;
  padding: 28rem 1em 6rem 1em;
}
@media screen and (min-width: 768px), print {
  .top-about {
    padding: 4rem 1em 6rem 1em;
  }
}
@media screen and (min-width: 1100px), print {
  .top-about {
    padding: 8.5rem 2em 10rem 2em;
  }
}
.top-about__inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  position: static;
}
.top-about__main {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-about__main {
    max-width: min(660 * var(--vw1440), 660px);
  }
}
@media screen and (min-width: 1100px), print {
  .top-about__main {
    max-width: min(540 * var(--vw1440), 540px);
  }
}
.top-about__img {
  position: absolute;
  top: -2.5rem;
  right: 0;
  width: 100%;
  padding: 0 0 0 1em;
}
@media screen and (min-width: 768px), print {
  .top-about__img {
    right: 0;
    width: 50%;
    z-index: 0;
    padding: 0;
    top: min(-35 * var(--vw1440), 35px);
  }
}
.top-about__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .top-about__img img {
    height: min(550 * var(--vw1440), 550px);
  }
}
.top-about__label {
  position: absolute;
  font-size: 9.5rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.05em;
  z-index: 1;
  text-align: center;
  color: #2B4C7A;
  mix-blend-mode: plus-lighter;
}
@media screen and (min-width: 768px), print {
  .top-about__label {
    font-size: min(214 * var(--vw1440), 214px);
    bottom: min(-45 * var(--vw1440), 45px);
    right: 0;
    width: 50%;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width: 767.98px) {
  .top-about__label {
    right: 0;
    top: 10rem;
    width: 100%;
    padding: 0 1.6rem;
    text-align: right;
  }
}
.top-about__label span {
  display: block;
  font-weight: 400;
  font-size: 5.5rem;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px), print {
  .top-about__label span {
    font-size: min(124 * var(--vw1440), 124px);
    letter-spacing: 0.085em;
  }
}
.top-about__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px), print {
  .top-about__text {
    letter-spacing: 0.05em;
    font-size: min(18 * var(--vw1440), 18px);
  }
}

.top-service {
  position: relative;
  padding: 4rem 1em 6rem 1em;
  background: #C4DDFF url("../img/top/bg1.png") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .top-service {
    padding: 8.5rem 2em 10rem 2em;
  }
}
.top-service__inner {
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.top-service__items {
  display: grid;
  gap: 2rem;
}
@media screen and (min-width: 1100px), print {
  .top-service__items {
    grid-template-columns: repeat(3, 1fr);
  }
}
.top-service__item-link {
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
}
@media (hover: hover) {
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover {
    background-color: #2A67BD;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover {
    background-color: #2A67BD;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-head {
    background-color: #183052;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-head {
    background-color: #183052;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-title {
    color: #ffffff;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-title {
    color: #ffffff;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-num {
    background-color: #2B4C7A;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-num {
    background-color: #2B4C7A;
  }
  .top-service__item-link:where(:-moz-any-link, :enabled, summary):hover .top-service__item-text {
    color: #ffffff;
  }
  .top-service__item-link:where(:any-link, :enabled, summary):hover .top-service__item-text {
    color: #ffffff;
  }
}
.top-service__item-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #F4F6FA;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-head {
    height: min(90 * var(--vw1440), 90px);
  }
}
.top-service__item-num {
  width: 60px;
  height: 100%;
  color: #ffffff;
  place-content: center;
  text-align: center;
  line-height: 1;
  font-weight: 500;
  font-size: 3rem;
  letter-spacing: 0.05em;
  background-color: #2A67BD;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-num {
    width: min(100 * var(--vw1440), 100px);
    font-size: min(48 * var(--vw1440), 48px);
  }
}
.top-service__item-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 100%;
  place-content: center;
  text-align: center;
  font-weight: 500;
  line-height: 1.35;
  font-size: 2rem;
  color: #2A67BD;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-title {
    letter-spacing: 0.02em;
    font-size: min(32 * var(--vw1440), 32px);
  }
}
.top-service__item-body {
  position: relative;
  padding: 1.6rem 1.6rem 8.5rem 1.6rem;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-body {
    padding: min(20 * var(--vw1440), 20px) min(20 * var(--vw1440), 20px) min(100 * var(--vw1440), 100px) min(20 * var(--vw1440), 20px);
    min-height: min(240 * var(--vw1440), 240px);
  }
}
.top-service__item-more {
  position: absolute;
  bottom: 2rem;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 0;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-more {
    bottom: min(30 * var(--vw1440), 30px);
  }
}
.top-service__item-more .c-link-button {
  background-color: #ffffff;
  color: #2A67BD;
  font-size: 1.4rem;
  padding: 1.1rem 3rem;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-more .c-link-button {
    padding: min(18 * var(--vw1440), 18px) min(40 * var(--vw1440), 40px);
    font-size: min(16 * var(--vw1440), 16px);
  }
}
.top-service__item-more .c-link-button span::before {
  border-color: #2A67BD;
  width: 7px;
  height: 7px;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-more .c-link-button span::before {
    width: min(8 * var(--vw1440), 8px);
    height: min(8 * var(--vw1440), 8px);
  }
}
.top-service__item-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
@media screen and (min-width: 1100px), print {
  .top-service__item-text {
    font-size: min(16 * var(--vw1440), 16px);
  }
}

/* ５つの強み */
.top-storength {
  background-color: #F4F6FA;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-storength {
    padding: 9rem 2em;
  }
}
.top-storength__text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.02em;
}
@media screen and (min-width: 768px), print {
  .top-storength__text {
    font-size: min(18 * var(--vw1440), 18px);
    letter-spacing: 0.05em;
  }
}
.top-storength__inner {
  position: relative;
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
}
.top-storength__container {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-storength__container {
    margin-top: min(115 * var(--vw1440), 115px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-storength__container {
    margin: 3.5rem -1em 0 -1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px), print {
  .top-storength__img {
    position: absolute;
    right: -1em;
    bottom: 1em;
    width: 63%;
  }
}
@media screen and (min-width: 1100px), print {
  .top-storength__img {
    right: -2em;
  }
}
.top-storength__img img {
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .top-storength__img img {
    height: min(750 * var(--vw1440), 750px);
  }
}
.top-storength__box {
  position: relative;
  background-color: #F4F6FA;
  padding: 2.5rem 1.6rem;
  z-index: 1;
}
@media screen and (min-width: 768px), print {
  .top-storength__box {
    padding: min(71 * var(--vw1440), 71px) min(60 * var(--vw1440), 60px);
    max-width: min(800 * var(--vw1440), 800px);
  }
}
.top-storength__main {
  position: relative;
  max-width: 1240px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.top-storength-list {
  counter-reset: number 0;
}
.top-storength-list__item {
  position: relative;
  padding: 0 0 0 5rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-size: 1.8rem;
  color: #2B4C7A;
  border-bottom: 1px dashed #2A67BD;
}
.top-storength-list__item::before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
  position: absolute;
  top: 0.9rem;
  left: 1rem;
  font-size: 2.6rem;
  font-weight: 500;
}
@media screen and (min-width: 768px), print {
  .top-storength-list__item::before {
    font-size: min(48 * var(--vw1440), 48px);
    top: min(21 * var(--vw1440), 21px);
    left: min(27 * var(--vw1440), 27px);
  }
}
.top-storength-list__item:first-child {
  border-top: 1px dashed #2A67BD;
}
@media screen and (min-width: 768px), print {
  .top-storength-list__item {
    letter-spacing: 0.05em;
    font-size: min(26 * var(--vw1440), 26px);
    padding: min(42 * var(--vw1440), 42px) 0 min(37 * var(--vw1440), 37px) min(110 * var(--vw1440), 110px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-storength-list__item {
    height: 55px;
    place-content: center;
  }
}
.top-storength-list__item span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  .top-storength-list__item span {
    font-size: min(20 * var(--vw1440), 20px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-storength-list__item span {
    display: block;
  }
}
.top-storength__more {
  text-align: center;
  margin-top: 4rem;
}
@media screen and (min-width: 768px), print {
  .top-storength__more {
    margin-top: min(50 * var(--vw1440), 50px);
  }
}

/* PICKUP EQUIPMENT */
.top-facilities {
  margin-top: 2rem;
}
@media screen and (min-width: 768px), print {
  .top-facilities {
    margin-top: min(50 * var(--vw1440), 50px);
  }
}
.top-facilities-banner {
  position: relative;
  max-width: 350px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner {
    max-width: 1240px;
  }
}
.top-facilities-banner__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, right top, from(#010913), to(#093879));
  background: linear-gradient(90deg, #010913 0%, #093879 100%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
@media screen and (max-width: 767.98px) {
  .top-facilities-banner__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (hover: hover) {
  .top-facilities-banner__link:where(:-moz-any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
  .top-facilities-banner__link:where(:any-link, :enabled, summary):hover {
    opacity: 0.8;
  }
}
.top-facilities-banner__main {
  width: 100%;
  height: 200px;
  padding: 3rem;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__main {
    width: 55%;
    height: 346px;
    height: min(346 * var(--vw1440), 346px);
    padding: min(63 * var(--vw1440), 63px) min(100 * var(--vw1440), 100px);
  }
}
.top-facilities-banner__title {
  display: block;
  color: #ffffff;
  line-height: 1.15;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__title {
    font-size: min(50 * var(--vw1440), 50px);
    letter-spacing: 0.05em;
  }
}
.top-facilities-banner__title span {
  display: block;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__title span {
    margin-bottom: 1.8rem;
    font-size: min(20 * var(--vw1440), 20px);
  }
}
.top-facilities-banner__label {
  position: relative;
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  color: #2A67BD;
  line-height: 1.35;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 1.5rem;
  padding: 0 0 0 2.5rem;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__label {
    margin-bottom: min(30 * var(--vw1440), 30px);
    font-size: min(12 * var(--vw1440), 12px);
    letter-spacing: min(5 * var(--vw1440), 5px);
    padding: 0;
  }
}
.top-facilities-banner__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 49%;
  width: 15px;
  height: 1px;
  background-color: #2A67BD;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__label::before {
    left: min(-40 * var(--vw1440), 40px);
    width: min(20 * var(--vw1440), 20px);
  }
}
.top-facilities-banner__more {
  position: absolute;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__more {
    bottom: min(30 * var(--vw1440), 30px);
    right: min(30 * var(--vw1440), 30px);
  }
}
@media screen and (max-width: 767.98px) {
  .top-facilities-banner__more {
    top: 15.5rem;
    right: 1.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .top-facilities-banner__more .c-link-button {
    font-size: 1.2rem;
    padding: 0.8rem 1.8rem;
  }
  .top-facilities-banner__more .c-link-button span::before {
    width: 6px;
    height: 6px;
    border-left-width: 1px;
    border-top-width: 1px;
  }
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__more .c-link-button {
    font-size: min(16 * var(--vw1100), 16px);
    padding: min(18 * var(--vw1100), 18px) min(40 * var(--vw1100), 40px);
  }
  .top-facilities-banner__more .c-link-button span::before {
    width: min(8 * var(--vw1100), 8px);
    height: min(8 * var(--vw1100), 8px);
  }
}
.top-facilities-banner__img {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__img {
    width: 45%;
  }
}
.top-facilities-banner__img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px), print {
  .top-facilities-banner__img img {
    height: min(346 * var(--vw1440), 346px);
  }
}

/* 加工実績 */
.top-results {
  position: relative;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .top-results {
    padding: 10rem 2em;
  }
}
.top-results .c-inner {
  max-width: 1240px;
}
.top-results__more {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (min-width: 1100px), print {
  .top-results__more {
    margin-top: 5rem;
  }
}

/* お問い合わせ */
.p-contact {
  position: relative;
  padding: 7rem 1em;
  background: url("../img/top/contact-bg.jpg") no-repeat center/cover;
}
@media screen and (min-width: 1100px), print {
  .p-contact {
    padding: 14.8rem 2em;
  }
}
.p-contact__container {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(1, 9, 19, 0.8);
  padding: 3rem 2rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__container {
    padding: min(92 * var(--vw1440), 92px) min(80 * var(--vw1440), 80px);
    max-width: min(1000 * var(--vw1440), 1000px);
  }
}
.p-contact__text {
  color: #ffffff;
  line-height: 1.4;
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (min-width: 768px), print {
  .p-contact__text {
    margin-bottom: 3em;
    font-size: min(18 * var(--vw1440), 18px);
  }
}
.p-contact__heading {
  line-height: 1.2;
  color: #ffffff;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__heading {
    margin-bottom: min(60 * var(--vw1440), 60px);
  }
}
.p-contact__heading .jp {
  display: block;
  font-weight: 500;
  font-size: 3.2rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__heading .jp {
    font-size: min(64 * var(--vw1440), 64px);
  }
}
.p-contact__heading .en {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 1.2rem;
  letter-spacing: 3px;
  margin-top: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .p-contact__heading .en {
    letter-spacing: min(6 * var(--vw1440), 6px);
    font-size: min(12 * var(--vw1440), 12px);
  }
}

/* --------------------------------

  下層ページ

-------------------------------- */
.l-section {
  position: relative;
  overflow: hidden;
  padding: 5rem 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section {
    padding: 10rem 2em;
  }
}
.l-section__block:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__block:not(:last-child) {
    margin-bottom: 15rem;
  }
}
.l-section__box {
  background-color: #F4F6FA;
  border-radius: 1rem;
  padding: 1.6rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__box {
    margin-bottom: 10rem;
  }
}
@media screen and (min-width: 768px), print {
  .l-section__box {
    padding: 2.5rem;
  }
}
.l-section__content:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 1100px), print {
  .l-section__content:not(:last-child) {
    margin-bottom: 6rem;
  }
}
.l-section__gallery {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media screen and (min-width: 480px), print {
  .l-section__gallery {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .l-section__gallery {
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
  }
}
.l-section__gallery-image {
  text-align: center;
}
.l-section__gallery-image img {
  width: 100%;
  height: auto;
}
.l-section__action {
  text-align: center;
  margin-top: 2em;
}
@media screen and (min-width: 1100px), print {
  .l-section__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-section__flex-heading {
  color: #2A67BD;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .l-section__flex-heading {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1100px), print {
  .l-section__flex-heading {
    font-size: 2.6rem;
  }
}
.l-section__flex-main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  margin: 0 0 1.5em 0;
}
@media screen and (min-width: 1100px), print {
  .l-section__flex-main {
    margin: 0 2em 0 0;
  }
}
.l-section__flex-main .u-text-body:not(:last-child) {
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .l-section__flex-main .u-text-body:not(:last-child) {
    margin-bottom: 1.5em;
  }
}
.l-section__flex-side {
  text-align: center;
}
.l-section__flex-image {
  text-align: center;
}
.l-section__flex-title {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-top: 1em;
  color: #2B4C7A;
}
@media screen and (min-width: 1100px), print {
  .l-section__flex-title {
    font-size: 1.6rem;
  }
}
.l-section-flow {
  counter-reset: number 0;
}
.l-section-flow__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 2rem;
}
@media screen and (min-width: 992px), print {
  .l-section-flow__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 992px), print {
  .l-section-flow__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
}
.l-section-flow__image {
  text-align: center;
}
.l-section-flow__item {
  position: relative;
  border-radius: 1rem;
  background: #F4F6FA;
  padding: 2rem;
}
@media screen and (min-width: 768px), print {
  .l-section-flow__item {
    padding: 4rem;
  }
}
.l-section-flow__item:not(:last-child) {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px), print {
  .l-section-flow__item:not(:last-child) {
    margin-bottom: 8rem;
  }
}
.l-section-flow__item:not(:last-child)::before {
  content: "";
  position: absolute;
  bottom: -3.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 28px;
  height: 28px;
  background: url("../img/base/icon-arrow_bottom.png") no-repeat center/contain;
}
@media screen and (min-width: 768px), print {
  .l-section-flow__item:not(:last-child)::before {
    width: 38px;
    height: 38px;
    bottom: -5.9rem;
  }
}
.l-section-flow__heading {
  position: relative;
  display: block;
  line-height: 1.35;
  font-size: 2rem;
  font-weight: 700;
  color: #2B4C7A;
  padding: 0 0 0 2.3em;
  margin-bottom: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .l-section-flow__heading {
    letter-spacing: 0.05em;
    font-size: 3.2rem;
    margin-bottom: 3.5rem;
    padding: 0 0 0 2.5em;
  }
}
.l-section-flow__heading::before {
  counter-increment: number 1;
  content: counter(number) " ";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 2.4rem;
  display: block;
  width: 36px;
  height: 36px;
  line-height: 1;
  background-color: #2B4C7A;
  color: #ffffff;
  place-content: center;
  text-align: center;
  font-weight: 400;
  border-radius: 100%;
  padding: 0 0 0.2rem 0;
}
@media screen and (min-width: 768px), print {
  .l-section-flow__heading::before {
    font-size: 4rem;
    width: 56px;
    height: 56px;
    padding: 0 0 0.3rem 0.2rem;
  }
}

.section-dmy.text-center {
  text-align: center;
}
.section-dmy .wide {
  margin: 0 -1em;
}
@media screen and (min-width: 1100px), print {
  .section-dmy .wide {
    margin: 0 -2em;
  }
}
.section-dmy p:not(:last-child) {
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .section-dmy p:not(:last-child) {
    margin-bottom: 15rem;
  }
}

.recruit-mes-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 1.5em;
}
.recruit-mes-name dt {
  margin-right: 1em;
}
.recruit-mes-name dt, .recruit-mes-name dd {
  line-height: 1.2;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px), print {
  .recruit-mes-name dt, .recruit-mes-name dd {
    font-size: 2rem;
  }
}

.recruit-voice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
.recruit-voice-item:not(:last-child) {
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px), print {
  .recruit-voice-item:not(:last-child) {
    margin-bottom: 6rem;
  }
}
@media screen and (max-width: 1099.98px) {
  .recruit-voice-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 3rem;
  }
}
@media screen and (min-width: 1100px), print {
  .recruit-voice-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.recruit-voice-faq__content:not(:last-child) {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px), print {
  .recruit-voice-faq__content:not(:last-child) {
    margin-bottom: 5rem;
  }
}
.recruit-voice-img {
  text-align: center;
}
.recruit-voice-img figcaption {
  margin-top: 1.6rem;
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #2B4C7A;
}
@media screen and (min-width: 768px), print {
  .recruit-voice-img figcaption {
    font-size: 2.8rem;
  }
}
.recruit-voice-img figcaption span {
  font-size: 1.4rem;
  margin-left: 1em;
}
@media screen and (min-width: 768px), print {
  .recruit-voice-img figcaption span {
    font-size: 1.6rem;
  }
}

/* 企業情報 */
.company-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 5px 0;
}
.company-table tr:first-child th {
  border-top: 1px solid #2A67BD;
}
.company-table tr:first-child td {
  border-top: 1px solid #DCDFE4;
}
.company-table th, .company-table td {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.5;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px), print {
  .company-table th, .company-table td {
    font-size: 1.6rem;
    padding: 2rem 1rem;
  }
}
.company-table th {
  border-bottom: 1px solid #2A67BD;
  width: 85px;
}
@media screen and (min-width: 768px), print {
  .company-table th {
    width: 150px;
  }
}
.company-table td {
  border-bottom: 1px solid #DCDFE4;
}
.company-history-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.company-history-table th, .company-history-table td {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1.5rem 0.5rem;
}
@media screen and (min-width: 768px), print {
  .company-history-table th, .company-history-table td {
    font-size: 1.6rem;
    padding: 1.8rem 1rem;
  }
}
.company-history-table th {
  width: 85px;
}
@media screen and (min-width: 768px), print {
  .company-history-table th {
    width: 150px;
  }
}

.strengths-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}
@media screen and (min-width: 768px), print {
  .strengths-gallery {
    gap: 2rem;
  }
}
.strengths-gallery-image {
  text-align: center;
}
.strengths-gallery-title {
  margin-top: 1em;
  font-size: 1.1rem;
  font-weight: 500;
  color: #2B4C7A;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
@media screen and (min-width: 768px), print {
  .strengths-gallery-title {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
}

.lathe-intro {
  background: url("../img/pages/lathe/bg.png") no-repeat center/cover;
  padding: 5rem 1em;
  margin: 0 -1em;
  margin-bottom: 7rem;
}
@media screen and (min-width: 1100px), print {
  .lathe-intro {
    padding: 10rem 2em;
    margin: 0 -2em;
    margin-bottom: 15rem;
  }
}
.lathe-intro__heading {
  display: block;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.05em;
  color: #2B4C7A;
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 768px), print {
  .lathe-intro__heading {
    font-size: 3rem;
    text-align: left;
  }
}
@media screen and (min-width: 1100px), print {
  .lathe-intro__heading {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}
.lathe-intro__text {
  color: #010913;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
}
@media screen and (min-width: 1100px), print {
  .lathe-intro__text {
    font-size: 1.8rem;
    line-height: 2;
  }
}
.lathe-intro__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin-top: 3rem;
}
@media screen and (min-width: 1100px), print {
  .lathe-intro__buttons {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 767.98px) {
  .lathe-intro__buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.facilities-wrap {
  display: grid;
  gap: 3rem;
}
@media screen and (min-width: 1100px), print {
  .facilities-wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 3.2rem;
  }
}
.facilities-item {
  border: 3px solid #2B4C7A;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
          box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
}
.facilities-item.wide {
  grid-column: 1/-1;
}
.facilities-item-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.35;
  color: #ffffff;
  text-align: center;
  padding: 1rem 1rem 1.3rem 1rem;
  background-color: #2B4C7A;
}
@media screen and (min-width: 1100px), print {
  .facilities-item-title {
    font-size: 3.2rem;
    letter-spacing: 0.05em;
    padding: 1.2rem 1.5rem 1.4rem 1.5rem;
  }
}
.facilities-item-detail {
  padding: 1em;
}
@media screen and (min-width: 1100px), print {
  .facilities-item-detail {
    padding: 1.5em;
  }
}
.facilities-item-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.1rem;
  text-align: center;
}
.facilities-item-text {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media screen and (min-width: 1100px), print {
  .facilities-item-text {
    font-size: 1.8rem;
    margin-bottom: 1.5em;
  }
}
.facilities-item-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 1px;
}
.facilities-item-table th {
  background-color: #DCDFE4;
  width: 125px;
  color: #2A67BD;
}
@media screen and (min-width: 768px), print {
  .facilities-item-table th {
    width: 180px;
  }
}
.facilities-item-table th.small {
  width: 90px;
}
@media screen and (min-width: 768px), print {
  .facilities-item-table th.small {
    width: 140px;
  }
}
.facilities-item-table td {
  background-color: #F4F6FA;
}
.facilities-item-table th, .facilities-item-table td {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 500;
  padding: 0.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .facilities-item-table th, .facilities-item-table td {
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 0.4rem 2rem;
  }
}

/* --------------------------------

  投稿系ページ

-------------------------------- */
.news-detail .news-date {
  width: 100%;
  margin: 0 0 1rem 0;
}
.news-body {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-body {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
.news-back {
  text-align: center;
  margin-top: 3rem;
}
@media screen and (min-width: 768px), print {
  .news-back {
    margin-top: 5rem;
  }
}
.news-list-recruit .news-link {
  color: #2A67BD;
  text-decoration: underline;
}
@media (hover: hover) {
  .news-list-recruit .news-link:where(:-moz-any-link, :enabled, summary):hover {
    text-decoration: none;
  }
  .news-list-recruit .news-link:where(:any-link, :enabled, summary):hover {
    text-decoration: none;
  }
}
.news-list.news-list-archive .news-topics {
  border-bottom: 1px solid #F6F6F6;
  margin: 0;
  padding: 1.5rem 1rem;
}
@media screen and (min-width: 768px), print {
  .news-list.news-list-archive .news-topics {
    padding: 2.5rem 3rem;
  }
}
.news-list.news-list-archive .news-topics:first-child {
  border-top: 1px solid #F6F6F6;
}
.news-topics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 1100px), print {
  .news-topics {
    gap: 3rem;
  }
}
.news-topics:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 1100px), print {
  .news-topics:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.news-date {
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  width: 75px;
  color: #000000;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-date {
    width: 85px;
    font-size: 1.6rem;
  }
}
.news-date span {
  display: block;
}
.news-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  line-height: 1.2;
}
.news-link {
  color: #000000;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.2;
  word-break: break-all;
  word-wrap: break-word;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media screen and (min-width: 768px), print {
  .news-link {
    font-size: 1.6rem;
  }
}
.news-link span {
  display: block;
}
@media (hover: hover) {
  .news-link:where(:-moz-any-link, :enabled, summary):hover {
    color: #2A67BD;
    text-decoration: underline;
  }
  .news-link:where(:any-link, :enabled, summary):hover {
    color: #2A67BD;
    text-decoration: underline;
  }
}

.news-thumb-list {
  display: grid;
  gap: 3rem 1.5rem;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 480px), print {
  .news-thumb-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 768px), print {
  .news-thumb-list {
    gap: 6rem 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
.news-thumb-title {
  position: relative;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.6;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  word-break: break-all;
  word-wrap: break-word;
}
@media screen and (min-width: 768px), print {
  .news-thumb-title {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}
@media screen and (min-width: 1100px), print {
  .news-thumb-title {
    letter-spacing: 0.05em;
    font-size: 1.8rem;
  }
}
.news-thumb-link {
  position: relative;
  display: block;
  color: #2B4C7A;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (hover: hover) {
  .news-thumb-link:where(:-moz-any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
  .news-thumb-link:where(:any-link, :enabled, summary):hover .news-thumb-img img {
    scale: 1.05;
  }
}
.news-thumb-img {
  position: relative;
  overflow: hidden;
  margin-bottom: 1.3rem;
}
@media screen and (min-width: 768px), print {
  .news-thumb-img {
    margin-bottom: 2rem;
  }
}
.news-thumb-img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-thumb-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: scale 0.3s ease;
  transition: scale 0.3s ease;
  -o-object-fit: cover;
  object-fit: cover;
}

/* topics_paging */
#topics_paging, #topics_paging li {
  display: -ms-flexbox;
}

#topics_paging_all {
  margin-top: 4rem;
  margin-bottom: 0.75rem;
  text-align: center;
}

#topics_paging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -1em;
}

#topics_paging li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0.25rem;
  padding: 0.75rem 1rem 0.77rem;
  line-height: 1.2;
  font-size: 1.4rem;
  color: #333;
  text-align: center;
  border-radius: 0;
  border: 1px solid #eee;
  background-color: #fff;
  list-style-type: none;
  list-style-image: none;
}

#topics_paging a {
  display: block;
  margin: -0.75rem -1rem;
  padding: 0.75rem 1rem;
  color: #333;
}

#topics_paging a:hover {
  color: #2A67BD;
  text-decoration: none;
}