@charset "UTF-8";
/*
 * Sass    : Dart sass
 * 命名規則 : RSCSSベース
 *   [接頭辞]
 *   .-****  : Variant
 *   ._****  : Helpers
 *   .c-**** : 汎用コンポーネント
 *   .l-**** : レイアウト
 *   .f-**** : フォーム系コンポーネント
 */
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans+JP:wght@400;700&family=Noto+Serif+JP:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em; /* 2 */
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

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

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

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

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

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

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

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

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

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

/**************************************************/
/* helpers */
/**************************************************/
._disp-ib {
  display: inline-block !important;
}

@media (max-width: 1299px) {
  ._view-cw-high {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  ._view-cw-low {
    display: none !important;
  }
}
@media (max-width: 1599px) {
  ._view-xl-high {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  ._view-xl-low {
    display: none !important;
  }
}
@media (max-width: 1299px) {
  ._view-lg-high {
    display: none !important;
  }
}
@media (min-width: 1300px) {
  ._view-lg-low {
    display: none !important;
  }
}
@media (max-width: 767px) {
  ._view-md-high {
    display: none !important;
  }
}
@media (min-width: 768px) {
  ._view-md-low {
    display: none !important;
  }
}
@media (max-width: 599px) {
  ._view-sm-high {
    display: none !important;
  }
}
@media (min-width: 600px) {
  ._view-sm-low {
    display: none !important;
  }
}
._clearfix {
  zoom: 1;
}
._clearfix:after {
  content: "";
  display: block;
  clear: both;
  overflow: auto;
}

._center {
  text-align: center !important;
}

._left {
  text-align: left !important;
}

._right {
  text-align: right !important;
}

._float-l {
  float: left !important;
}

._float-r {
  float: right !important;
}

._clear {
  clear: both !important;
}

._hidden {
  display: none !important;
}

._disp-ib {
  display: inline-block !important;
}

._margin0 {
  margin: 0 !important;
}

._padding0 {
  padding: 0 !important;
}

._border0 {
  border: none !important;
}

._fixed {
  position: fixed !important;
}

._absolute {
  position: absolute !important;
}

._static {
  position: static !important;
}

._xsmall {
  font-size: 75% !important;
}

._small {
  font-size: 88% !important;
}

._large {
  font-size: 113% !important;
}

._xlarge {
  font-size: 133% !important;
}

._nowrap {
  white-space: nowrap !important;
}

._nobg {
  background: none !important;
}

._full {
  width: 100% !important;
}

/**************************************************/
/* base */
/**************************************************/
:root {
  font-size: 16px;
}
@media (min-width: 768px) and (max-width: 1300px) {
  :root {
    font-size: 1.3333333333vw;
  }
}
@media (max-width: 767px) {
  :root {
    font-size: 4.2666666667vw;
  }
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #111111;
  line-height: 1.6;
}

input,
textarea {
  font-size: 1rem;
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

input,
textarea,
select,
button {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}

button,
input[type=button],
input[type=submit],
input[type=reset] {
  cursor: pointer;
}

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

a {
  color: #6C7295;
  text-decoration: underline;
}
a:hover, a:active {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}
a:hover {
  text-decoration: none;
}
._ios a:hover {
  opacity: 1;
}
a img {
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
a img:hover {
  opacity: 0.7;
}

iframe {
  border-style: none;
}

::-moz-selection {
  background: rgba(0, 170, 245, 0.3);
}

::selection {
  background: rgba(0, 170, 245, 0.3);
}

a.-telink {
  cursor: default;
  opacity: 1 !important;
}

/**************************************************/
/* structure 構造を定義 */
/**************************************************/
@media (min-width: 1081px) {
  body > .inbox {
    padding-left: 6.25rem;
  }
}

body.-menuOpen {
  overflow: hidden;
}

.l-header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .l-header {
    padding: 1.125rem 1.25rem;
  }
}
@media (min-width: 1081px) {
  .l-header > .inner {
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    width: 6.25rem;
    height: 100vh;
    border-right: 1px solid #EAEBF2;
    background: #ffffff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3rem 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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  .c-header-logo {
    margin: 0 0 0 2.5rem;
    padding: 2.25rem 0 2.6875rem;
    width: 23.75rem;
    height: 7.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  .c-header-logo {
    width: 14.0625rem;
    margin: 0;
  }
}

.c-btn-menu {
  position: absolute;
  z-index: 1000;
  top: 2.875rem;
  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;
  min-height: 1.125rem;
  padding-left: 0;
  padding-right: 0;
  border: none;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1080px) {
  .c-btn-menu {
    top: 3.25rem;
    right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-btn-menu {
    min-height: 0.9375rem;
    top: 1.5rem;
    right: 1.25rem;
  }
}
.c-btn-menu:focus {
  outline: none;
}
.c-btn-menu > .bars {
  display: block;
  position: relative;
  width: 1.5rem;
  height: 2px;
  border-radius: 0.125rem;
  background-color: #111111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .c-btn-menu > .bars {
    height: 1px;
  }
}
.c-btn-menu > .bars:before, .c-btn-menu > .bars:after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  content: "";
}
.c-btn-menu > .bars:before {
  -webkit-transform: translate(0, -0.5rem);
      -ms-transform: translate(0, -0.5rem);
          transform: translate(0, -0.5rem);
}
@media (max-width: 767px) {
  .c-btn-menu > .bars:before {
    -webkit-transform: translate(0, -0.4375rem);
        -ms-transform: translate(0, -0.4375rem);
            transform: translate(0, -0.4375rem);
  }
}
.c-btn-menu > .bars:after {
  width: 66.67%;
  -webkit-transform: translate(0, 0.5rem);
      -ms-transform: translate(0, 0.5rem);
          transform: translate(0, 0.5rem);
}
@media (max-width: 767px) {
  .c-btn-menu > .bars:after {
    -webkit-transform: translate(0, 0.4375rem);
        -ms-transform: translate(0, 0.4375rem);
            transform: translate(0, 0.4375rem);
  }
}
.c-btn-menu.-open > .bars {
  background-color: transparent;
}
.c-btn-menu.-open > .bars:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-btn-menu.-open > .bars:after {
  width: 100%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-header-sns {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 1080px) {
  .c-header-sns {
    display: none;
  }
}
.c-header-sns li {
  text-align: center;
}
.c-header-sns li:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.l-global-nav {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
}
.l-global-nav > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.l-global-nav > .inner > .body {
  width: calc(100% - 32.5rem);
  padding: 5rem 5rem 5rem 8.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1300px) {
  .l-global-nav > .inner > .body {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .l-global-nav > .inner > .body {
    padding: 1.125rem 1.25rem 0;
  }
}
.l-global-nav > .inner > .body .logo {
  width: 23.75rem;
  height: 2.5625rem;
}
@media (max-width: 767px) {
  .l-global-nav > .inner > .body .logo {
    width: 14.0625rem;
    height: 1.5rem;
    margin-bottom: 1.5625rem;
  }
}
.l-global-nav > .inner > .cover {
  width: 32.5rem;
  height: 100%;
}
@media (max-width: 1450px) {
  .l-global-nav > .inner > .cover {
    display: none;
  }
}
.l-global-nav > .inner > .cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-gnav-list {
  display: -ms-grid;
  display: grid;
  padding-top: 2.9375rem;
  padding-left: 1.125rem;
}
@media (min-width: 768px) {
  .c-gnav-list {
    -ms-grid-columns: 16.25rem 1.5rem 16.25rem 1.5rem 16.25rem;
    grid-template-columns: repeat(3, 16.25rem);
    gap: 2.375rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-gnav-list {
    padding-top: 0.5rem;
    padding-bottom: 1.875rem;
    padding-left: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.875rem;
    height: calc(100% - 2.875rem);
    overflow-y: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-gnav-list > .item a {
  text-decoration: none;
  color: #111111;
}
@media (min-width: 768px) {
  .c-gnav-list > .item:first-child {
    grid-column: 1/-1;
  }
}
@media (min-width: 768px) {
  .c-gnav-list > .item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 768px) {
  .c-gnav-list > .item:last-child .c-list-d {
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .c-gnav-list > .item:last-child .c-list-d {
    margin-top: 2.1875rem;
  }
}
.c-gnav-list > .item *:last-child {
  margin-bottom: 0;
}
.c-gnav-list .title {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .c-gnav-list .title {
    font-size: 0.9375rem;
    margin-bottom: 0.875rem;
  }
}
.c-gnav-list .title.-small {
  font-size: 1rem;
  margin-bottom: 0.9375rem;
}
@media (max-width: 767px) {
  .c-gnav-list .title.-small {
    font-size: 0.9375rem;
    margin-bottom: 1.375rem;
  }
}
@media (max-width: 767px) {
  .c-gnav-list .title.-fb {
    margin-bottom: 0.9375rem;
  }
}
.c-gnav-list .title.-fb > a {
  padding-left: 2.1875rem;
  position: relative;
}
.c-gnav-list .title.-fb > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../img/icon-fb.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
}
@media (max-width: 767px) {
  .c-gnav-list .title.-insta {
    margin-bottom: 0.9375rem;
  }
}
.c-gnav-list .title.-insta > a {
  padding-left: 2.1875rem;
  position: relative;
}
.c-gnav-list .title.-insta > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 1.375rem;
  background: url("../img/icon-insta.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
}
.c-gnav-list .title.-email > a {
  padding-left: 2.1875rem;
  position: relative;
}
.c-gnav-list .title.-email > a::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.25rem;
  height: 0.9375rem;
  background: url("../img/icon-email.svg") no-repeat;
  background-size: contain;
  background-position: center center;
  content: "";
}
@media (max-width: 767px) {
  .c-gnav-list .c-list-b {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.c-gnav-list .c-list-b li {
  margin-bottom: 0.375rem;
}
@media (max-width: 767px) {
  .c-gnav-list .c-list-b li {
    width: calc(50% - 0.3125rem);
    margin-bottom: 0.875rem;
  }
}

.l-sp-nav {
  display: none;
  position: fixed;
  top: 56px;
  right: 0;
  width: 100%;
  height: calc(100% - 56px);
  background: rgba(51, 51, 51, 0.8);
  z-index: 100;
}
.l-sp-nav > .container {
  scrollbar-width: none;
  -ms-overflow-style: none;
  max-height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.l-sp-nav > .container::-webkit-scrollbar {
  display: none;
}
@media (min-width: 1300px) {
  .l-sp-nav {
    display: none !important;
  }
}

.c-spnav-list {
  margin: 0 auto;
  padding-left: 0;
  list-style: none;
  background: #000;
  color: #fff;
}
.c-spnav-list > li:not(:last-child) {
  border-bottom: 1px solid #CCC;
}
.c-spnav-list > li a {
  display: block;
  padding: 20px 15px;
  color: inherit;
}

.l-footer {
  padding: 3.75rem 7.5rem;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-footer {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .l-footer {
    padding: 0.625rem;
  }
}
.l-footer > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .l-footer > .inner {
    display: none;
  }
}
.l-footer > .copyright {
  font-size: 0.75rem;
  text-align: center;
  margin: 0;
}
@media (min-width: 768px) {
  .l-footer > .copyright {
    display: none;
  }
}

.c-footer-info {
  padding-right: 3.75rem;
}
.c-footer-info .name {
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 0 1.375rem;
  white-space: nowrap;
}
.c-footer-info .address {
  font-size: 0.9375rem;
  font-style: normal;
}
.c-footer-info .copyright {
  font-size: 0.9375rem;
  margin: 0;
}
.c-footer-info .sns {
  list-style: none;
  margin: 1.25rem 0 3.75rem;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-footer-info .sns li:not(:last-child) {
  margin-right: 1rem;
}

.c-footer-sitemap .list {
  border-bottom: 1px dotted #00073E;
  padding-bottom: 1.875rem;
  margin-bottom: 1.5625rem;
}
.c-footer-sitemap .list > li:not(:last-child) {
  margin-bottom: 1.4375rem;
}

/**************************************************/
/* components */
/**************************************************/
/**************************************************/
/* components - basic */
/**************************************************/
.c-category-title {
  height: 37.5rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}
@media (max-width: 767px) {
  .c-category-title {
    height: 10rem;
  }
}
.c-category-title::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
}
.c-category-title > .text {
  position: relative;
  width: 41.25rem;
  margin: 0;
  background: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem 3.75rem;
}
@media (max-width: 767px) {
  .c-category-title > .text {
    font-size: 1.25rem;
    width: 22rem;
    padding: 0.625rem 1.5rem 0;
  }
}
.c-category-title > .text > span {
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 1.5625rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-category-title > .text > span {
    font-size: 0.75rem;
    margin-left: 0.625rem;
  }
}

@media (min-width: 768px) {
  .entry .c-category-title {
    height: 20rem;
  }
}
@media (min-width: 1601px) {
  .entry .c-category-title {
    height: auto;
    aspect-ratio: 75/16;
  }
}
@media (max-width: 767px) {
  .entry .c-category-title {
    height: 6.25rem;
  }
}

.c-category-title-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  background: #EAEBF2;
}
.c-category-title-b > .text {
  position: relative;
  margin: auto;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.1875rem 3.75rem;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .c-category-title-b > .text {
    font-size: 1.25rem;
    padding: 0.625rem 1.5rem;
  }
}
.c-category-title-b > .text > span {
  font-size: 1.25rem;
  display: inline-block;
  margin-left: 1.5625rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-category-title-b > .text > span {
    font-size: 0.75rem;
    margin-left: 0.625rem;
  }
}

@media (max-width: 767px) {
  .c-category-intro {
    margin-top: 2.5rem;
  }
}
.c-category-intro > .inner {
  width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.875rem;
}
@media (max-width: 1400px) {
  .c-category-intro > .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-category-intro > .inner {
    margin-bottom: 2.1875rem;
  }
}
.c-category-intro .cover {
  height: 40rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .c-category-intro .cover {
    height: 11.9375rem;
  }
}
.c-category-intro .cover::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.3);
  content: "";
}
.c-category-intro .content {
  width: 85.7142857143%;
  background: #ffffff;
  margin: -7.5rem auto 0;
  padding: 3.125rem 5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media (max-width: 767px) {
  .c-category-intro .content {
    width: calc(100% - 3rem);
    padding: 1.25rem 0.9375rem;
    margin-top: -2.5rem;
  }
}
.c-category-intro .content .title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 0 1.875rem;
}
@media (max-width: 767px) {
  .c-category-intro .content .title {
    font-size: 1.125rem;
    margin: 0 0 0.625rem;
  }
}
.c-category-intro .content .text {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767px) {
  .c-category-intro .content .text {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}
@media (min-width: 1401px) {
  .c-category-intro.-small > .inner {
    width: 80rem;
  }
}
@media (min-width: 768px) {
  .c-category-intro.-small .cover {
    height: 25rem;
    padding-bottom: 5.9375rem;
  }
}
@media (max-width: 767px) {
  .c-category-intro.-small .cover {
    height: 7.375rem;
    padding-bottom: 1.4375rem;
  }
}
@media (min-width: 768px) {
  .c-category-intro.-small .content {
    width: 84.375%;
  }
}

.c-link-pdf {
  position: relative;
}
.c-link-pdf::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f1c1";
  font-weight: 900;
  display: inline-block;
  margin-left: 0.5em;
}

.c-link-external {
  position: relative;
}
.c-link-external::after {
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  content: "\f24d";
  font-weight: 400;
  display: inline-block;
  margin-left: 0.5em;
}

.c-text-a {
  font-size: 1rem;
}
@media (max-width: 1299px) {
  .c-text-a {
    font-size: 0.9375rem;
  }
}
.c-text-a .-left {
  display: block;
  text-align: left !important;
}
.c-text-a .-center {
  display: block;
  text-align: center !important;
}
.c-text-a .-right {
  display: block;
  text-align: right !important;
}

.entryFormLiteEditor .-left {
  display: block;
  text-align: left !important;
}
.entryFormLiteEditor .-center {
  display: block;
  text-align: center !important;
}
.entryFormLiteEditor .-right {
  display: block;
  text-align: right !important;
}

.c-heading-a {
  position: relative;
  color: #ffffff;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .c-heading-a {
    font-size: 0.8125rem;
  }
}
.c-heading-a > span {
  font-size: 5rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-style: italic;
  display: inline-block;
  margin-right: 1.25rem;
}
@media (max-width: 767px) {
  .c-heading-a > span {
    font-size: 2.125rem;
    margin-right: 0.5rem;
  }
}
.c-heading-a.-x2 {
  font-size: 3rem;
  letter-spacing: 0.25rem;
  margin-right: -0.25rem;
}
@media (max-width: 767px) {
  .c-heading-a.-x2 {
    font-size: 1.25rem;
    letter-spacing: 0.09375rem;
    margin-right: -0.09375rem;
  }
}

.c-heading-b {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 2rem;
  margin: 0 -0.321875rem 0 0;
  letter-spacing: 0.321875rem;
}
@media (max-width: 767px) {
  .c-heading-b {
    font-size: 1.25rem;
    line-height: 1.2;
    letter-spacing: 0.2rem;
    margin: 0 -0.2rem 0 0;
  }
}
.c-heading-b > span {
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 7.5rem;
  font-style: italic;
  line-height: 1;
  color: #EAEBF2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: -3.5rem;
  margin-left: -0.64375rem;
  letter-spacing: normal;
}
@media (max-width: 767px) {
  .c-heading-b > span {
    font-size: 2.375rem;
    margin-bottom: -1rem;
    margin-left: -0.4rem;
    color: #C8CAD6;
  }
}

.c-heading-c {
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 2.25rem;
  color: #ffffff;
  text-shadow: 0 0 1.25rem #01093B;
  margin: 0;
}
@media (max-width: 767px) {
  .c-heading-c {
    font-size: 1.125rem;
  }
}
.c-heading-c > span {
  display: block;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 7.5rem;
  line-height: 1;
  margin-bottom: 0.5rem;
  font-style: italic;
  text-shadow: none;
}
@media (max-width: 767px) {
  .c-heading-c > span {
    font-size: 3.75rem;
    margin-bottom: 0;
  }
}

.c-title-a {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  .c-title-a {
    font-size: 1.125rem;
  }
}
.c-title-a > span {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #00073E;
  padding-bottom: 1.25rem;
}
@media (max-width: 767px) {
  .c-title-a > span {
    padding-bottom: 0.625rem;
  }
}

.c-title-b {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  border-bottom: 1px solid #00073E;
  padding-bottom: 1.375rem;
  margin: 0 0 3rem;
}
@media (max-width: 767px) {
  .c-title-b {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
    margin: 0 0 1.5rem;
  }
}

.c-title-c {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  padding-bottom: 0.875rem;
  position: relative;
  margin: 0 0 1.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .c-title-c {
    font-size: 0.875rem;
    margin: 0 0 0.75rem;
    letter-spacing: 0.06875rem;
  }
}
.c-title-c::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  border-bottom: 1px solid #00073E;
  content: "";
}
.c-title-c.-big {
  font-size: 2rem;
  padding-bottom: 2.25rem;
}
@media (max-width: 767px) {
  .c-title-c.-big {
    font-size: 1rem;
    padding-bottom: 0.625rem;
  }
}
.c-title-c.-big::before {
  width: 7.5rem;
}

.c-title-d {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .c-title-d {
    margin-bottom: 0.75rem;
  }
}
.c-title-d .text {
  line-height: 1.6;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 -0.1875rem 0 0;
  letter-spacing: 0.1875rem;
  text-align: center;
}
@media (max-width: 767px) {
  .c-title-d .text {
    font-size: 1.5rem;
    letter-spacing: 0.125rem;
    margin: 0 -0.125rem 0 0;
  }
}
.c-title-d .extra {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: bold;
  margin: 1.375rem 0 0;
}
@media (min-width: 768px) {
  .c-title-d .extra {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .c-title-d .extra {
    font-size: 0.8125rem;
    margin: 0.625rem 0 0;
  }
}

.c-title-e {
  margin: 0 0 2.875rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1.67;
  position: relative;
  padding-bottom: 1.25rem;
}
.c-title-e::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  border-bottom: 1px solid #00073E;
  content: "";
}
@media (max-width: 767px) {
  .c-title-e {
    font-size: 0.875rem;
    padding-bottom: 0.625rem;
    margin: 0 0 1.25rem;
  }
}
.c-title-e.-small {
  padding-bottom: 0.8125rem;
  margin: 0 0 1.625rem;
}
@media (min-width: 768px) {
  .c-title-e.-small {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  .c-title-e.-small {
    padding-bottom: 0.75rem;
    margin: 0 0 1.25rem;
  }
}
.c-title-e.-center {
  text-align: center;
}
.c-title-e.-center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

@-webkit-keyframes arrowMove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(14%, 0, 0);
            transform: translate3d(14%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-14%, 0, 0);
            transform: translate3d(-14%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes arrowMove {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(14%, 0, 0);
            transform: translate3d(14%, 0, 0);
  }
  55% {
    opacity: 0;
    -webkit-transform: translate3d(-14%, 0, 0);
            transform: translate3d(-14%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.c-btn-a {
  display: inline-block;
  min-width: 17.5rem;
  text-align: center;
  background: #00073E;
  color: #ffffff;
  font-size: 0.875rem;
  border-radius: 1.625rem;
  border: 1px solid #00073E;
  padding: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-a {
    font-size: 0.75rem;
    min-width: 11.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.c-btn-a::after {
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none'%3E%3Cpath d='M0,0H9V9H0Z' stroke='none'/%3E%3Cpath d='M 1 1 L 1 8 L 8 8 L 8 1 L 1 1 M 0 0 L 9 0 L 9 9 L 0 9 L 0 0 Z' stroke='none' fill='%236c7295'/%3E%3C/g%3E%3Cpath d='M5174.441,5874.75h-10v-.952h9.048v-9.048h.952Z' transform='translate(-5162.441 -5862.75)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 0.75rem 0.75rem;
  content: "";
}
@media (min-width: 768px) {
  .c-btn-a::after {
    position: absolute;
    top: 50%;
    right: 1.875rem;
    margin-top: -0.375rem;
  }
}
@media (max-width: 767px) {
  .c-btn-a::after {
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: -1px;
  }
}
.c-btn-a:hover {
  background: #fff;
  color: #00073E;
}
.c-btn-a.-noIcon::after {
  display: none;
}

.c-btn-b {
  display: inline-block;
  min-width: 12.625rem;
  text-align: center;
  background: #C8CAD6;
  color: #6C7295;
  font-size: 0.875rem;
  border-radius: 1.625rem;
  border: 1px solid transparent;
  padding: 0.875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
@media (max-width: 767px) {
  .c-btn-b {
    font-size: 0.75rem;
    min-width: 8.25rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.c-btn-b::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='13.015' height='15.995' viewBox='0 0 13.015 15.995'%3E%3Cpath d='M10.332,0H4.605L4.314.291.291,4.314,0,4.605v8.707A2.686,2.686,0,0,0,2.683,16h7.648a2.686,2.686,0,0,0,2.683-2.683V2.683A2.686,2.686,0,0,0,10.332,0m1.69,13.312A1.69,1.69,0,0,1,10.332,15H2.683a1.69,1.69,0,0,1-1.69-1.69V5.017H3.609A1.408,1.408,0,0,0,5.017,3.609V.994h5.315a1.69,1.69,0,0,1,1.69,1.69Z' fill='%236c7295'/%3E%3Cpath d='M88.189,252.785H87.3a.255.255,0,0,0-.271.276v2.3a.312.312,0,1,0,.623,0v-.7a.023.023,0,0,1,.026-.026h.513a.93.93,0,1,0,0-1.854M88.15,254.1h-.475a.023.023,0,0,1-.026-.025v-.726a.023.023,0,0,1,.026-.025h.475a.389.389,0,1,1,0,.777' transform='translate(-84.307 -244.888)' fill='%236c7295'/%3E%3Cpath d='M172.886,252.785H172.2a.255.255,0,0,0-.271.276V255.4a.252.252,0,0,0,.271.272h.683c.615,0,1-.2,1.15-.666a3.587,3.587,0,0,0,0-1.553c-.153-.471-.535-.666-1.15-.666m.552,2c-.072.229-.28.327-.569.327h-.288a.023.023,0,0,1-.026-.025v-1.723a.023.023,0,0,1,.026-.026h.288c.289,0,.5.1.569.327a3.126,3.126,0,0,1,0,1.12' transform='translate(-166.56 -244.888)' fill='%236c7295'/%3E%3Cpath d='M261.621,252.785h-1.4a.255.255,0,0,0-.272.276v2.3a.312.312,0,1,0,.624,0v-.823a.022.022,0,0,1,.025-.025h.815a.268.268,0,1,0,0-.535H260.6a.022.022,0,0,1-.025-.026v-.607a.022.022,0,0,1,.025-.025h1.023a.27.27,0,1,0,0-.539' transform='translate(-251.828 -244.888)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  content: "";
}
@media (min-width: 768px) {
  .c-btn-b::after {
    position: absolute;
    top: 50%;
    right: 1.5625rem;
    margin-top: -0.46875rem;
    width: 0.875rem;
    height: 0.9375rem;
    background-size: 0.875rem 0.9375rem;
  }
}
@media (max-width: 767px) {
  .c-btn-b::after {
    display: inline-block;
    margin-left: 0.25rem;
    vertical-align: -1px;
    width: 0.625rem;
    height: 0.75rem;
    background-size: 0.625rem 0.75rem;
  }
}
.c-btn-b:hover {
  border-color: #00073E;
  background: #fff;
  color: #00073E;
}

.c-btn-c {
  position: relative;
  width: 7.375rem;
  height: 3.125rem;
}
@media (max-width: 767px) {
  .c-btn-c {
    width: 3.6875rem;
    height: 1.5rem;
  }
}
.c-btn-c::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #C8CAD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
}
@media (max-width: 767px) {
  .c-btn-c::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.c-btn-c::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 6.3125rem;
  height: 1.4375rem;
  margin-top: -0.71875rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100.707' height='22.707' viewBox='0 0 100.707 22.707'%3E%3Crect width='100' height='1' transform='translate(0 10.781)' fill='%2300073e'/%3E%3Cpath d='M22,12.061,11.354,1.414.707,12.061,0,11.354,11.354,0l.354.354,11,11Z' transform='translate(100.707) rotate(90)' fill='%2300073e'/%3E%3C/svg%3E%0A");
  background-size: 6.3125rem 1.4375rem;
  background-position: center center;
  content: "";
}
@media (max-width: 767px) {
  .c-btn-c::after {
    width: 3.1875rem;
    height: 0.75rem;
    margin-top: -0.375rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='50.564' height='11.506' viewBox='0 0 50.564 11.506'%3E%3Crect width='49.537' height='1' transform='translate(0 5.064)'/%3E%3Cpath d='M44.508,0l-.664.748,5.285,4.776-5.094,5.294.727.688,5.8-6.045Z'/%3E%3C/svg%3E%0A");
    background-size: 3.1875rem 0.75rem;
  }
}
.c-btn-c.-borderWhite::before {
  background: none;
  border-color: #ffffff;
}
.c-btn-c.-borderWhite::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100.707' height='22.707' viewBox='0 0 100.707 22.707'%3E%3Crect width='100' height='1' transform='translate(0 10.781)' fill='%23fff'/%3E%3Cpath d='M22,12.061,11.354,1.414.707,12.061,0,11.354,11.354,0l.354.354,11,11Z' transform='translate(100.707) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
.c-btn-c.-borderBlack::before {
  background: none;
}
.c-btn-c.-borderBlack::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100.707' height='22.707' viewBox='0 0 100.707 22.707'%3E%3Crect width='100' height='1' transform='translate(0 10.781)' fill='%2300073E'/%3E%3Cpath d='M22,12.061,11.354,1.414.707,12.061,0,11.354,11.354,0l.354.354,11,11Z' transform='translate(100.707) rotate(90)' fill='%2300073E'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) {
  .c-btn-c.-anim::before {
    -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
@media (min-width: 768px) {
  .c-btn-c.-anim:hover::before {
    background: #C8CAD6;
  }
}
@media (min-width: 768px) {
  .c-btn-c.-anim:hover::after {
    -webkit-animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.c-btn-d {
  font-size: 3rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #ffffff;
  display: inline-block;
}
@media (max-width: 767px) {
  .c-btn-d {
    font-size: 1.5rem;
  }
}
.c-btn-d > .c-btn-c {
  display: inline-block;
  vertical-align: -0.75rem;
  margin-left: 1.5rem;
}
@media (max-width: 767px) {
  .c-btn-d > .c-btn-c {
    vertical-align: -0.375rem;
    margin-left: 0.5rem;
  }
}
@media (min-width: 768px) {
  .c-btn-d > .c-btn-c::before {
    -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
.c-btn-d.-black {
  color: #111111;
}
@media (min-width: 768px) {
  .c-btn-d:hover > .c-btn-c::before {
    background: #C8CAD6;
  }
}
@media (min-width: 768px) {
  .c-btn-d:hover > .c-btn-c.-borderWhite::before {
    background: #9FA4BF;
  }
}
@media (min-width: 768px) {
  .c-btn-d:hover > .c-btn-c::after {
    -webkit-animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}

.c-btn-e {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid #C8CAD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10.781' viewBox='0 0 14 10.781'%3E%3Crect width='13.293' height='1' transform='translate(0 4.998)' fill='%236c7295'/%3E%3Cpath d='M10.1,5.968l-4.69-4.6-4.75,4.6L0,5.391,5.391,0l.168.168,5.223,5.223Z' transform='translate(14) rotate(90)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 0.875rem 0.6875rem;
  background-position: 50%;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .c-btn-e {
    width: 1.875rem;
    height: 1.875rem;
  }
}

@media (max-width: 767px) {
  .c-breadcrumb-list {
    display: none;
  }
}
.c-breadcrumb-list > .inner {
  margin: 0;
  padding: 1.75rem 5rem;
  text-align: right;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-breadcrumb-list > .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb-list > .inner {
    width: 100%;
    line-height: 0;
  }
}
.c-breadcrumb-list.-bottom {
  background: #EAEBF2;
}
@media (max-width: 767px) {
  .c-breadcrumb-list.-bottom {
    display: block;
  }
}
.c-breadcrumb-list.-bottom > .inner {
  padding: 0.75rem 7.5rem;
  text-align: left;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-breadcrumb-list.-bottom > .inner {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 767px) {
  .c-breadcrumb-list.-bottom > .inner {
    padding: 0.25rem 0.75rem 0.5625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-breadcrumb-list li {
  display: inline;
  line-height: 1.2;
}
.c-breadcrumb-list li a {
  font-size: 0.75rem;
  text-decoration: none;
  color: #6C7295;
}
@media (max-width: 767px) {
  .c-breadcrumb-list li a {
    font-size: 0.6875rem;
  }
}
.c-breadcrumb-list li a:hover {
  text-decoration: underline;
}
.c-breadcrumb-list li span {
  font-size: 0.75rem;
}
.c-breadcrumb-list li + li::before {
  color: #C8CAD6;
  font-size: 0.75rem;
  padding: 0 1rem;
  content: "/";
}
@media (max-width: 767px) {
  .c-breadcrumb-list li + li::before {
    font-size: 0.6875rem;
    padding: 0 0.5rem;
  }
}

.c-logo-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
.c-logo-list li {
  width: 7.5rem;
  height: 7.5rem;
}
@media (max-width: 767px) {
  .c-logo-list li {
    width: 5.5rem;
    height: 5.5rem;
  }
}
.c-logo-list li img {
  width: 100%;
}

.c-news-list-a {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (min-width: 768px) {
  .c-news-list-a {
    border-top: 1px dotted #707070;
  }
}
.c-news-list-a li {
  border-bottom: 1px dotted #707070;
}
.c-news-list-a .btn {
  font-size: 0.9375rem;
  text-decoration: none;
  color: #111111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  padding: 1.5625rem 0;
}
@media (max-width: 767px) {
  .c-news-list-a .btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.3125rem;
    padding: 0.9375rem 0;
  }
}
.c-news-list-a a.btn:hover .title {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .c-news-list-a .date {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-news-list-a .title {
    font-size: 0.75rem;
  }
}

.c-faq-list {
  margin: 0;
}
.c-faq-list .question {
  position: relative;
  cursor: pointer;
  border-bottom: 0.125rem solid #EAEBF2;
}
.c-faq-list .question::before, .c-faq-list .question::after {
  position: absolute;
  top: 2.8125rem;
  right: 0;
  width: 2.5rem;
  border-bottom: 0.125rem solid #719292;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  content: "";
}
@media (max-width: 767px) {
  .c-faq-list .question::before, .c-faq-list .question::after {
    width: 1rem;
    border-bottom: 1px solid #719292;
    top: 1.5625rem;
  }
}
.c-faq-list .question::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.c-faq-list .question.-open::after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}
.c-faq-list .question:not(:first-of-type) {
  margin-top: 3.125rem;
}
@media (max-width: 767px) {
  .c-faq-list .question:not(:first-of-type) {
    margin-top: 0.9375rem;
  }
}
.c-faq-list .question .content {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 2.1875rem 3.125rem 3.125rem 2rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-faq-list .question .content {
    font-size: 0.8125rem;
    padding: 1.125rem 1.125rem 1.75rem;
  }
}
.c-faq-list .question .content::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #C8CAD6;
  font-size: 5.5rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1;
  font-style: italic;
  z-index: -1;
  content: "Q";
}
@media (max-width: 767px) {
  .c-faq-list .question .content::before {
    font-size: 3.25rem;
  }
}
.c-faq-list .answer {
  margin: 0;
  display: none;
}
.c-faq-list .answer .content {
  font-size: 0.9375rem;
  background: #EAEBF2;
  position: relative;
  padding: 2.8125rem 7.5rem 2.9375rem;
}
@media (max-width: 767px) {
  .c-faq-list .answer .content {
    font-size: 0.8125rem;
    padding: 1.125rem 1.875rem 1.125rem 3.75rem;
  }
}
.c-faq-list .answer .content::before {
  position: absolute;
  top: 0.625rem;
  left: 2rem;
  color: #ffffff;
  font-size: 5.5rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1;
  font-style: italic;
  content: "A";
}
@media (max-width: 767px) {
  .c-faq-list .answer .content::before {
    font-size: 3.1875rem;
    top: 0.25rem;
    left: 1.125rem;
  }
}
.c-faq-list .answer .content p {
  margin: 0;
}

.c-link-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-link-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 1.25rem;
  }
}
.c-link-list li a {
  font-size: 0.9375rem;
  position: relative;
  display: block;
  text-decoration: none;
  color: #111111;
  padding-bottom: 1rem;
  padding-right: 0.9375rem;
  border-bottom: 1px solid #00073E;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-link-list li a {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  .c-link-list li a {
    font-size: 0.8125rem;
    padding-bottom: 0.625rem;
  }
}
.c-link-list li a .txt, .c-link-list li a::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-link-list li a:hover .txt, .c-link-list li a:hover::after {
  opacity: 0.4;
}
.c-link-list li a::after {
  position: absolute;
  top: 0.5rem;
  right: 0.625rem;
  width: 0.5rem;
  height: 0.5rem;
  border-bottom: 1px solid #00073E;
  border-right: 1px solid #00073E;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
}
@media (max-width: 767px) {
  .c-link-list li a::after {
    width: 0.3125rem;
    height: 0.3125rem;
    right: 0.125rem;
  }
}

.c-list-a {
  padding: 0 0 0 1.375rem;
  margin: 0;
}
.c-list-a li {
  position: relative;
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-a li {
    margin-bottom: 0.75rem;
  }
}
.c-list-a li .-bold {
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-list-a li .-bold {
    font-size: 0.875rem;
    line-height: 1.3;
    margin-bottom: 0.5625rem;
  }
}
.c-list-a li::marker {
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-list-a li::marker {
    font-size: 0.875rem;
  }
}
.c-list-a li p {
  margin: 0 0 1em;
}
@media (max-width: 767px) {
  .c-list-a li p {
    font-size: 0.8125rem;
    margin: 0 0 0.2em;
  }
}
.c-list-a *:last-child {
  margin-bottom: 0;
}

.c-list-b {
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-list-b[class*=-col] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .c-list-b[class*=-col] > li {
    padding-right: 1.875rem;
  }
}
.c-list-b.-col2 > li {
  width: 50%;
}
@media (max-width: 767px) {
  .c-list-b.-col2 > li {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .c-list-b.-col3 > li {
    width: 33.3333333333%;
  }
}
@media (max-width: 767px) {
  .c-list-b.-col3 > li {
    width: 100%;
  }
}
.c-list-b.-col4 > li {
  width: 25%;
}
@media (max-width: 767px) {
  .c-list-b.-col4 > li {
    width: 50%;
    padding-right: 0.9375rem;
  }
}
.c-list-b > li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.9375rem;
  line-height: 1.6;
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  .c-list-b > li {
    font-size: 0.8125rem;
    margin-bottom: 0.9375rem;
  }
}
.c-list-b > li:last-child {
  margin-bottom: 0;
}
.c-list-b > li::before {
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: #6C7295;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  .c-list-b > li::before {
    top: 0.4375rem;
  }
}
.c-list-b > li > a {
  color: #111111;
  text-decoration: none;
}
.c-list-b > li > a:hover {
  text-decoration: underline;
}
.c-list-b > li > a[target=_blank]::after {
  display: inline-block;
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none'%3E%3Cpath d='M0,0H9V9H0Z' stroke='none'/%3E%3Cpath d='M 1 1 L 1 8 L 8 8 L 8 1 L 1 1 M 0 0 L 9 0 L 9 9 L 0 9 L 0 0 Z' stroke='none' fill='%236c7295'/%3E%3C/g%3E%3Cpath d='M5174.441,5874.75h-10v-.952h9.048v-9.048h.952Z' transform='translate(-5162.441 -5862.75)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 0.75rem 0.75rem;
  content: "";
}
.c-list-b > li ul, .c-list-b > li ol {
  margin-top: 0.875rem;
  padding-left: 0.625rem;
}
@media (max-width: 767px) {
  .c-list-b > li ul, .c-list-b > li ol {
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.c-list-b > li.-fullRow {
  width: 100%;
}
.c-list-b.-noBlankIcon > li > a[target=_blank]::after {
  display: none;
}

.c-list-c {
  margin: 0;
  padding: 0 0 0 1.375rem;
}
@media (max-width: 767px) {
  .c-list-c {
    padding: 0 0 0 0.9375rem;
  }
}
.c-list-c li {
  font-size: 1rem;
  line-height: 2.25;
}
@media (max-width: 767px) {
  .c-list-c li {
    font-size: 0.8125rem;
    line-height: 1.62;
  }
}
@media (max-width: 767px) {
  .c-list-c li:not(:last-child) {
    margin-bottom: 0.625rem;
  }
}

.c-list-d {
  margin: 0 0 -0.625rem;
  padding: 0;
  list-style: none;
}
.c-list-d.-horizontal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.c-list-d.-horizontal li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .c-list-d.-horizontal li:not(:last-child) {
    margin-right: 0.9375rem;
  }
}
.c-list-d.-noBlankIcon > li > a[target=_blank]::after {
  display: none;
}
.c-list-d > li {
  position: relative;
  padding-left: 0.9375rem;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  .c-list-d > li {
    font-size: 0.8125rem;
  }
}
.c-list-d > li::before {
  position: absolute;
  top: 0.6875rem;
  left: 0;
  width: 0.5rem;
  border-bottom: 1px solid #9FA4BF;
  content: "";
}
@media (max-width: 767px) {
  .c-list-d > li::before {
    top: 0.625rem;
  }
}
.c-list-d > li > a {
  text-decoration: none;
  color: #111111;
}
.c-list-d > li > a:hover {
  text-decoration: underline;
}
.c-list-d > li > a[target=_blank]::after {
  display: inline-block;
  margin-left: 0.5rem;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none'%3E%3Cpath d='M0,0H9V9H0Z' stroke='none'/%3E%3Cpath d='M 1 1 L 1 8 L 8 8 L 8 1 L 1 1 M 0 0 L 9 0 L 9 9 L 0 9 L 0 0 Z' stroke='none' fill='%236c7295'/%3E%3C/g%3E%3Cpath d='M5174.441,5874.75h-10v-.952h9.048v-9.048h.952Z' transform='translate(-5162.441 -5862.75)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 0.75rem 0.75rem;
  content: "";
}

.c-order-0 {
  padding-left: 1.5em;
  list-style: decimal;
  line-height: 1.5;
}
.c-order-0 > li {
  text-align: left;
}

.c-table-a {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 16.875rem 1fr;
  grid-template-columns: 16.875rem 1fr;
  margin: 0;
  border-top: 1px solid #C8CAD6;
}
@media (max-width: 767px) {
  .c-table-a {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-table-a.-bdrTop0 {
  border-top: 0;
}
.c-table-a dt, .c-table-a dd {
  font-size: 1rem;
  margin: 0;
  border-bottom: 1px solid #C8CAD6;
  line-height: 1.5;
  padding: 2rem 0;
}
@media (max-width: 767px) {
  .c-table-a dt, .c-table-a dd {
    font-size: 0.8125rem;
    line-height: 1.62;
    padding: 0.875rem 0;
  }
}
.c-table-a dt {
  font-weight: bold;
  padding-right: 2.1875rem;
}
@media (max-width: 767px) {
  .c-table-a dt {
    border-bottom: 0;
    padding-right: 0;
    padding-bottom: 0.1875rem;
  }
}
@media (max-width: 767px) {
  .c-table-a dd {
    padding-top: 0.125rem;
  }
}
.c-table-a dd p {
  margin: 0 0 0.8em;
  line-height: inherit;
}
@media (max-width: 767px) {
  .c-table-a dd p {
    margin-bottom: 0;
  }
}
.c-table-a dd a {
  display: inline-block;
}
.c-table-a dd > *:last-child {
  margin-bottom: 0;
}
.c-table-a dd .-bold {
  font-weight: bold;
}

.c-article-a {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .c-article-a {
    margin-bottom: 4rem;
  }
}
.c-article-a .wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25rem 3.75rem 1fr;
  grid-template-columns: 25rem 1fr;
  gap: 3.75rem;
}
@media (max-width: 767px) {
  .c-article-a .wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}
.c-article-a .images img {
  width: 100%;
}
.c-article-a .images img + img {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-article-a .images img + img {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .c-article-a .content {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}
.c-article-a .content .name {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .c-article-a .content .name {
    font-size: 1rem;
  }
}
.c-article-a .content .name span {
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-article-a .content .name span {
    font-size: 0.75rem;
  }
}
.c-article-a .content .tags {
  margin-top: 0.375rem;
  margin-bottom: -0.625rem;
}
.c-article-a .content .tags span {
  display: inline-block;
  font-size: 1rem;
  color: #ffffff;
  background: #6C7295;
  border-radius: 0.375rem;
  padding: 0.25rem 1.5rem;
  margin-bottom: 0.625rem;
}
@media (max-width: 767px) {
  .c-article-a .content .tags span {
    font-size: 0.75rem;
    padding: 0.125rem 0.75rem;
  }
}
.c-article-a .content .tags span:not(:last-child) {
  margin-right: 1rem;
}
.c-article-a .content .text {
  margin: 1.125rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-article-a .content .text {
    font-size: 0.8125rem;
    margin-top: 0.25rem;
  }
}
.c-article-a .content .info {
  font-size: 0.9375rem;
  line-height: 2.2;
  font-style: normal;
  background: #EAEBF2;
  margin-top: 2.0625rem;
  padding: 1.625rem 1.5rem 1.25rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info {
    font-size: 0.75rem;
    margin-top: 1.25rem;
    padding: 1.25rem 1.5rem;
  }
}
.c-article-a .content .info p {
  margin: 0;
}
.c-article-a .content .info span, .c-article-a .content .info a {
  display: inline-block;
  position: relative;
  color: #111111;
  text-decoration: none;
}
.c-article-a .content .info span:not(:last-child), .c-article-a .content .info a:not(:last-child) {
  margin-right: 1.5rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info span:not(:last-child), .c-article-a .content .info a:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.c-article-a .content .info span::before, .c-article-a .content .info a::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
}
.c-article-a .content .info .-bold {
  display: inline-block;
  font-weight: bold;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .-bold {
    margin-right: 0.5rem;
  }
}
.c-article-a .content .info .phone {
  padding-left: 1.375rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .phone {
    padding-left: 1rem;
  }
}
.c-article-a .content .info .phone::before {
  width: 1rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15.97' height='17.508' viewBox='0 0 15.97 17.508'%3E%3Cpath d='M15.867,13.607a1.525,1.525,0,0,0-.38-.577,6.88,6.88,0,0,0-.739-.582c-.44-.31-.966-.643-1.436-.919-.235-.138-.456-.261-.648-.36a3.616,3.616,0,0,0-.5-.224,1.226,1.226,0,0,0-.382-.06,1.658,1.658,0,0,0-1,.372,2.028,2.028,0,0,0-.65.877,1.017,1.017,0,0,1-.048.11A14.023,14.023,0,0,1,7.193,9.482a17.333,17.333,0,0,1-1.929-2.7,6.8,6.8,0,0,1-.3-.613.982.982,0,0,1,.118-.029,2.028,2.028,0,0,0,1.046-.562A1.781,1.781,0,0,0,6.465,5.1a1.366,1.366,0,0,0,.141-.592,1.214,1.214,0,0,0-.012-.173A2.69,2.69,0,0,0,6.517,4,16.735,16.735,0,0,0,5.9,2.31c-.131-.313-.269-.621-.4-.9A6.288,6.288,0,0,0,5.1.707a1.538,1.538,0,0,0-.7-.567A1.975,1.975,0,0,0,3.654,0a2.517,2.517,0,0,0-.59.071,2.076,2.076,0,0,0-.236.071,1.238,1.238,0,0,0-.207.1h0L2.6.21l0,.037c-.026.015-.083.047-.152.089A5.67,5.67,0,0,0,1.01,1.565,4.283,4.283,0,0,0,0,4.331a4.84,4.84,0,0,0,.067.793A15.432,15.432,0,0,0,3.59,12.518a15.431,15.431,0,0,0,6.69,4.726,4.575,4.575,0,0,0,1.506.264,4.48,4.48,0,0,0,2.667-.921,5.759,5.759,0,0,0,.747-.661c.091-.1.165-.18.222-.246s.1-.117.105-.126a1.354,1.354,0,0,0,.161-.243,2.43,2.43,0,0,0,.281-1.1,1.742,1.742,0,0,0-.1-.6M1.024,4.331a3.177,3.177,0,0,1,.292-1.35A3.872,3.872,0,0,1,2.364,1.652a4.868,4.868,0,0,1,.495-.362c.068-.044.127-.079.174-.106l.112-.065a.9.9,0,0,1,.178-.057,1.523,1.523,0,0,1,.33-.037.947.947,0,0,1,.361.063.5.5,0,0,1,.237.191,6.016,6.016,0,0,1,.374.7c.215.451.446,1.007.628,1.491.091.242.169.466.227.648a2.97,2.97,0,0,1,.1.367l0,.026a.345.345,0,0,1-.039.147.854.854,0,0,1-.256.3.993.993,0,0,1-.4.181,1.765,1.765,0,0,0-.473.154,1.025,1.025,0,0,0-.44.406.789.789,0,0,0-.1.383l0,.058.016.085a12.177,12.177,0,0,0,2.522,3.926,12.175,12.175,0,0,0,3.442,3.151l.087.032a.686.686,0,0,0,.174.021.87.87,0,0,0,.535-.193,1.462,1.462,0,0,0,.444-.659,1.009,1.009,0,0,1,.32-.427.655.655,0,0,1,.372-.156l.065.009a1.868,1.868,0,0,1,.191.082,15.9,15.9,0,0,1,1.451.837c.273.174.54.353.767.517a5.387,5.387,0,0,1,.523.416.488.488,0,0,1,.125.19.712.712,0,0,1,.04.248,1.435,1.435,0,0,1-.16.619l-.029.049-.006.009c-.03.036-.059.072-.108.129a4.736,4.736,0,0,1-1,.887,3.373,3.373,0,0,1-1.857.582,3.54,3.54,0,0,1-1.17-.207,14.4,14.4,0,0,1-6.243-4.418,14.408,14.408,0,0,1-3.3-6.9,3.81,3.81,0,0,1-.053-.625' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 1rem 1.125rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .phone::before {
    width: 0.75rem;
    height: 0.8125rem;
    background-size: 0.75rem 0.8125rem;
  }
}
.c-article-a .content .info .fax {
  padding-left: 1.625rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .fax {
    padding-left: 1rem;
  }
}
.c-article-a .content .info .fax::before {
  width: 1.25rem;
  height: 1.3125rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='19.377' height='20.188' viewBox='0 0 19.377 20.188'%3E%3Crect width='6.692' height='0.79' transform='translate(6.342 13.119)' fill='%236c7295'/%3E%3Crect width='6.692' height='0.791' transform='translate(6.342 15.104)' fill='%236c7295'/%3E%3Crect width='3.163' height='0.791' transform='translate(6.342 16.869)' fill='%236c7295'/%3E%3Cpath d='M18.779,6.334a2.04,2.04,0,0,0-1.433-.6H15.884V3.184L12.7,0H3.493V5.737H2.04a2.037,2.037,0,0,0-1.443.6h0A2.038,2.038,0,0,0,0,7.778v6.47a2.037,2.037,0,0,0,1.99,2.039l.007,0h1.5v3.9H15.884v-3.9h1.476a2.039,2.039,0,0,0,2.017-2.04V7.778a2.038,2.038,0,0,0-.6-1.443M12.253,1.454l2.1,2.1h-2.1Zm-7.416-.11h6.626v3H14.54V5.974h-9.7Zm9.7,17.5h-9.7V15.5h0V12.008h9.7v4.044h0Zm3.493-4.6a.7.7,0,0,1-.7.7H15.647V10.9H3.73v4.044H2.042a.7.7,0,0,1-.7-.7V7.778a.7.7,0,0,1,.7-.7H17.336a.7.7,0,0,1,.7.7Z' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 1.25rem 1.3125rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .fax::before {
    width: 0.75rem;
    height: 0.75rem;
    background-size: 0.75rem 0.75rem;
  }
}
.c-article-a .content .info .email {
  padding-left: 1.625rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .email {
    padding-left: 1.25rem;
  }
}
.c-article-a .content .info .email::before {
  width: 1.25rem;
  height: 0.9375rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.996' height='14.997' viewBox='0 0 19.996 14.997'%3E%3Cpath d='M18.239,61H1.757A1.747,1.747,0,0,0,0,62.73V74.267A1.747,1.747,0,0,0,1.757,76H18.239A1.747,1.747,0,0,0,20,74.267V62.73A1.747,1.747,0,0,0,18.239,61ZM18,62.154l-7.961,7.838L2.006,62.154ZM1.172,74.028V62.964l5.643,5.508ZM2,74.843l5.646-5.559,1.978,1.931a.592.592,0,0,0,.827,0l1.929-1.9L18,74.843Zm16.824-.816L13.209,68.5l5.616-5.529Z' transform='translate(0 -61)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 1.25rem 0.9375rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info .email::before {
    width: 1rem;
    height: 0.75rem;
    background-size: 1rem 0.75rem;
  }
}
.c-article-a .content .info + .info {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .c-article-a .content .info + .info {
    margin-top: 0.5rem;
  }
}
.c-article-a .content .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.5rem;
}
@media (max-width: 767px) {
  .c-article-a .content .buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.5rem;
  }
}
.c-article-a .content .buttons .c-btn-a {
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .c-article-a .content .buttons .c-btn-a {
    margin-right: 0.625rem;
  }
}
.c-article-a .thumbnail {
  margin-top: 4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.5rem 1fr 1.5rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .c-article-a .thumbnail {
    gap: 0.4375rem;
    margin-top: 1rem;
  }
}

.c-article-b {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  .c-article-b {
    margin-bottom: 3rem;
  }
}
.c-article-b .image {
  width: 45rem;
  height: 24.0625rem;
  margin: 0;
}
@media (max-width: 767px) {
  .c-article-b .image {
    width: calc(100% + 1.5rem);
    height: auto;
    margin-left: -1.5rem;
  }
}
.c-article-b .content {
  background: rgba(255, 255, 255, 0.95);
  font-size: 1rem;
  line-height: 2.25;
  width: 54.375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: -7.25rem;
  margin-left: auto;
  padding: 3rem 0 0 3rem;
  position: relative;
}
@media (max-width: 767px) {
  .c-article-b .content {
    width: 100%;
    font-size: 0.875rem;
    line-height: 1.86;
    margin-top: -1.875rem;
    margin-left: 0;
    padding: 1.25rem 0 0 1.25rem;
  }
}
.c-article-b .content .title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.25rem;
  line-height: 1.4;
  margin: 0 0 0.625rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  .c-article-b .content .title {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.c-article-b .content p {
  margin: 0;
}
.c-article-b .content p + p {
  margin-top: 1.625rem;
}
@media (max-width: 767px) {
  .c-article-b .content p + p {
    margin-top: 0.75rem;
  }
}
.c-article-b:nth-child(even) .image {
  margin-left: auto;
}
@media (max-width: 767px) {
  .c-article-b:nth-child(even) .image {
    margin-left: 0;
    margin-right: -1.5rem;
  }
}
.c-article-b:nth-child(even) .image img {
  width: 100%;
}
.c-article-b:nth-child(even) .content {
  margin-left: 0;
  padding: 3rem 3rem 0 0;
}
@media (max-width: 767px) {
  .c-article-b:nth-child(even) .content {
    padding: 1.25rem 1.25rem 0 0;
  }
}
@media (max-width: 767px) {
  .c-article-b.-t42 .content {
    padding-top: 2.1875rem;
  }
}
.c-article-b.-t42 .content .caption {
  position: absolute;
  z-index: 1;
  top: 0.375rem;
  right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1;
  font-weight: bold;
}
@media (max-width: 767px) {
  .c-article-b.-t42 .content .caption {
    top: 0.5625rem;
  }
}

.c-article-c {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  .c-article-c {
    margin-bottom: 4rem;
  }
}
.c-article-c > .header {
  width: 100%;
  height: 30rem;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 1601px) {
  .c-article-c > .header {
    height: auto;
    aspect-ratio: 25/8;
  }
}
@media (max-width: 767px) {
  .c-article-c > .header {
    height: 7.5rem;
  }
}
.c-article-c > .header .text {
  width: 50rem;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #ffffff;
  background: #00073E;
  letter-spacing: 0.1875rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .c-article-c > .header .text {
    padding: 2.125rem 3.3125rem;
    margin: 0 0 -3.75rem;
  }
}
@media (max-width: 1600px) {
  .c-article-c > .header .text {
    width: 53.8%;
  }
}
@media (max-width: 767px) {
  .c-article-c > .header .text {
    margin: 0;
    width: 15rem;
    font-size: 1.125rem;
    padding: 0.3125rem 1.5625rem;
  }
}
.c-article-c > .body {
  overflow: hidden;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  .c-article-c > .body {
    padding: 0;
  }
}
.c-article-c > .body > .wrapper {
  width: 67.5rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  position: relative;
  padding: 7.9375rem 0 0;
}
@media (max-width: 1300px) {
  .c-article-c > .body > .wrapper {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-article-c > .body > .wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.875rem;
    padding: 2.5rem 1.5rem 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-article-c > .body > .wrapper::after {
  position: absolute;
  background: #EAEBF2;
  z-index: -1;
  content: "";
  top: 0;
  right: 0;
}
@media (min-width: 768px) {
  .c-article-c > .body > .wrapper::after {
    width: calc(100% - 13.125rem);
    height: 45.875rem;
    padding-right: 9999px;
    margin-right: -9999px;
  }
}
@media (max-width: 767px) {
  .c-article-c > .body > .wrapper::after {
    width: calc(100% - 2.8125rem);
    height: calc(100% - 2.5rem);
  }
}
@media (min-width: 768px) {
  .c-article-c > .body .content {
    padding-top: 3.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .c-article-c > .body .content {
    padding-left: 2.0625rem;
  }
}
.c-article-c > .body p {
  font-size: 1rem;
  line-height: 2.25;
  margin: 0;
}
@media (max-width: 767px) {
  .c-article-c > .body p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
.c-article-c > .body p + .c-title-e {
  margin-top: 4.5rem;
}
@media (max-width: 767px) {
  .c-article-c > .body p + .c-title-e {
    margin-top: 3.125rem;
  }
}
.c-article-c > .body .image {
  width: 26.25rem;
  height: 30rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-bottom: 7.9375rem;
}
@media (max-width: 767px) {
  .c-article-c > .body .image {
    width: 15.5rem;
    height: auto;
    margin-left: auto;
    padding-bottom: 0;
  }
}

.c-box-a {
  background: #EAEBF2;
  border: 0.25rem solid #C8CAD6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2.8125rem 4.6875rem;
  width: 57.5rem;
  margin: 0 auto 6.5625rem;
}
@media (max-width: 767px) {
  .c-box-a {
    width: 100%;
    border-width: 2px;
    padding: 1.25rem;
    margin-bottom: 3.75rem;
  }
}
.c-box-a .title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  .c-box-a .title {
    font-size: 1rem;
    margin-bottom: 0.625rem;
  }
}
.c-box-a p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .c-box-a p {
    font-size: 0.875rem;
    line-height: 1.8571428571;
  }
}

.c-box-b {
  border: 0.25rem solid #EAEBF2;
  padding: 3.75rem 4.75rem;
  margin: 10rem 0 0;
}
.c-box-b + .c-box-b {
  margin-top: 4rem;
}
@media (max-width: 767px) {
  .c-box-b {
    padding: 1.875rem 0.9375rem;
    margin: 3rem 0 0;
  }
  .c-box-b + .c-box-b {
    margin-top: 1.5rem;
  }
}
.c-box-b .title {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.125rem;
}
@media (max-width: 767px) {
  .c-box-b .title {
    font-size: 1rem;
    letter-spacing: 0.075rem;
  }
}
.c-box-b p {
  font-size: 1rem;
  line-height: 2.25;
  margin: 0;
}
@media (max-width: 767px) {
  .c-box-b p {
    font-size: 0.8125rem;
    line-height: 1.62;
  }
}
.c-box-b .c-btn-a {
  margin-top: 1.625rem;
}

.fancybox__slide {
  padding: 3.125rem 0.625rem 0.625rem;
}

.fancybox__backdrop, .smartphoto {
  background-color: rgba(159, 164, 191, 0.8) !important;
}

.smartphoto {
  z-index: 999 !important;
}

.smartphoto-header {
  background-color: transparent !important;
}

.c-modal-box {
  padding: 5rem 7.5rem;
  background: #ffffff;
  width: 67.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
}
@media (max-width: 767px) {
  .c-modal-box {
    width: 100%;
    padding: 2.5rem 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.c-modal-box .carousel__button.is-close {
  outline: 0;
}
@media (min-width: 768px) {
  .c-modal-box .carousel__button.is-close {
    top: 0;
    right: -4rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 767px) {
  .c-modal-box .carousel__button.is-close {
    width: 1.875rem;
    height: 1.875rem;
    top: -2.5rem;
  }
}
.c-modal-box .carousel__button.is-close svg {
  width: 100%;
  height: 100%;
  stroke: #6C7295;
  stroke-width: 0;
  -webkit-filter: unset;
          filter: unset;
}

.c-tab-a > .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-tab-a > .items li {
  width: 50%;
}
.c-tab-a > .items li a {
  display: block;
  width: 100%;
  font-size: 1.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #9FA4BF;
  text-decoration: none;
  border-bottom: 2px solid #C8CAD6;
  text-align: center;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
@media (max-width: 767px) {
  .c-tab-a > .items li a {
    font-size: 1.125rem;
    padding: 0.625rem;
  }
}
.c-tab-a > .items li a:hover {
  color: #00073E;
}
.c-tab-a > .items li.-active a {
  border: 2px solid #C8CAD6;
  border-bottom: 0;
  color: #00073E;
}
.c-tab-a > .content {
  padding-top: 3.875rem;
}
@media (max-width: 767px) {
  .c-tab-a > .content {
    padding-top: 2rem;
  }
}

.c-interview-card {
  width: 50%;
}
@media (max-width: 767px) {
  .c-interview-card {
    width: 100%;
  }
}
.c-interview-card > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #111111;
  gap: 2rem;
  padding: 3.125rem 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
@media (min-width: 768px) and (max-width: 1600px) {
  .c-interview-card > a {
    gap: 1.74vw;
    padding: 3.125vw 1.25vw 3.125vw 3vw;
  }
}
@media (max-width: 767px) {
  .c-interview-card > a {
    width: 100%;
    padding: 0;
    gap: 0.9375rem;
  }
}
@media (min-width: 768px) {
  .c-interview-card > a:hover {
    background: linear-gradient(45.73deg, #f7f8fb 0%, #d9daea 100%);
  }
}
.c-interview-card > a:hover img {
  opacity: 1;
}
.c-interview-card .image {
  width: 12.5rem;
  height: 12.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 767px) {
  .c-interview-card .image {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.c-interview-card .image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-interview-card .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .c-interview-card .body {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.c-interview-card .quote {
  font-size: 1.125rem;
  line-height: 1.45;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  .c-interview-card .quote {
    font-size: 0.9375rem;
  }
}
.c-interview-card .name {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0.9375rem 0 0.1875rem;
}
@media (max-width: 767px) {
  .c-interview-card .name {
    font-size: 0.875rem;
    margin: 0.4375rem 0 0;
  }
}
.c-interview-card .pos {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .c-interview-card .pos {
    font-size: 0.6875rem;
  }
}
.c-interview-card .c-btn-e {
  margin-top: auto;
}
@media (max-width: 767px) {
  .c-interview-card .c-btn-e {
    margin-top: 0.625rem;
  }
}

.c-grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .c-grid-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-2 .-fullRow {
  grid-column: 1/-1;
}

.c-grid-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .c-grid-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

/**************************************************/
/* components - layout */
/**************************************************/
.l-page-contents {
  width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 3.125rem;
  padding-bottom: 12.5rem;
}
@media (max-width: 1300px) {
  .l-page-contents {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  .l-page-contents {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
@media (max-width: 767px) {
  .l-page-contents {
    padding-top: 2.0625rem;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-container {
  width: 78.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1380px) {
  .l-container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.l-grid-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
}
.l-grid-a > * {
  width: 100%;
}
.l-grid-a > [class*=-col2] + [class*=-col2] {
  -webkit-margin-start: 4%;
          margin-inline-start: 4%;
}
.l-grid-a .-col2 {
  width: 48%;
}
.l-grid-a .-col2-30 {
  width: 28%;
}
.l-grid-a .-col2-70 {
  width: 68%;
}
@media (max-width: 767px) {
  .l-grid-a > [class*=-col2] + [class*=-col2] {
    -webkit-margin-start: 0;
            margin-inline-start: 0;
  }
  .l-grid-a .-col2, .l-grid-a .-col2-30, .l-grid-a .-col2-70 {
    width: 100%;
  }
}

/**************************************************/
/* components - form */
/**************************************************/
form label {
  cursor: pointer;
}
form textarea {
  line-height: 1.2;
  resize: vertical;
}

*:-moz-placeholder-shown {
  color: #aaa;
}

*:-ms-input-placeholder {
  color: #aaa;
}

*:placeholder-shown {
  color: #aaa;
}
*::-webkit-input-placeholder {
  color: #aaa;
}
*:-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*::-moz-placeholder {
  color: #aaa;
  opacity: 1;
}
*:-ms-input-placeholder {
  color: #aaa;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

.f-error-text {
  display: inline-block;
  position: relative;
  margin: 0.625rem 0 0;
  color: #cc0000;
}

.f-error-message {
  display: block;
  margin-top: 2.5rem;
  padding: 1em;
  border-radius: 8px;
  background-color: #ffe6e6;
  color: #cc0000;
}
.f-error-message > .error {
  display: block;
  margin: 0;
  background-color: transparent;
}

.f-field {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.8em 1.4em;
  background: #FAFAFA;
  border: 1px solid #DDD;
  border-radius: 0.25em;
  line-height: 1;
}
.f-field.-short {
  max-width: 8.75rem;
}
.f-field.-middle {
  max-width: 15rem;
}
.f-field.-long {
  max-width: 30rem;
}
.f-field.-active {
  ime-mode: active;
}
.f-field.-inactive {
  ime-mode: inactive;
}
.f-field::-webkit-input-placeholder {
  color: #9FA4BF;
}
.f-field::-moz-placeholder {
  color: #9FA4BF;
}
.f-field:-ms-input-placeholder {
  color: #9FA4BF;
}
.f-field::-ms-input-placeholder {
  color: #9FA4BF;
}
.f-field::placeholder {
  color: #9FA4BF;
}
@media (max-width: 767px) {
  .f-field {
    margin-top: 0.5em;
    padding: 0.3em 0.6em;
  }
}
.f-field.-error {
  border-color: #cc0000;
  -webkit-box-shadow: 0 0 0.625rem rgba(204, 0, 0, 0.3);
          box-shadow: 0 0 0.625rem rgba(204, 0, 0, 0.3);
}

textarea.f-field {
  display: block;
  line-height: 1.25;
}

.f-checkbox {
  display: inline-block;
}
.f-checkbox:has(input[disabled]) {
  opacity: 0.5;
  cursor: not-allowed;
}
.f-checkbox > .intext {
  display: inline-block;
  vertical-align: bottom;
  padding: 0 0 0 1.75rem;
  background: url(../img/icon-checkbox.svg) left/auto 70% no-repeat;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .f-checkbox > .intext {
    font-size: 0.8125rem;
  }
}
.f-checkbox > input[type=checkbox] {
  position: absolute;
  opacity: 0;
}
.f-checkbox > input[type=checkbox]:checked + .intext {
  background-image: url(../img/icon-checkbox-on.svg);
}

.f-radio {
  display: inline-block;
}
.f-radio > .intext {
  display: block;
  padding: 0.125rem 0.125rem 0.125rem 1.75rem;
  background: url(../img/icon-radio.svg) no-repeat 0 0.3125rem;
}
.f-radio > input[type=radio] {
  position: absolute;
  opacity: 0;
}
.f-radio > input[type=radio]:checked + .intext {
  background-image: url(../img/icon-radio-on.svg);
}

.f-selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  padding: 0.5rem 2.625rem 0.5rem 0.75rem;
  border: 1px solid #DDD;
  border-radius: 4px;
  background: #fff url(../img/icon-select.png) no-repeat right 50%;
  line-height: 1;
}
.f-selectbox::-ms-expand {
  display: none;
}
.f-selectbox.-full {
  width: 100%;
}
.f-selectbox.-short {
  width: 100%;
  max-width: 8.75rem;
}
.f-selectbox.-middle {
  width: 100%;
  max-width: 15.625rem;
}
.f-selectbox.-long {
  width: 100%;
  max-width: 30rem;
}

.f-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 16em;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #00073E;
  background-color: #00073E;
  color: #fff;
  border-radius: 4em;
}
.f-btn:hover {
  background-color: transparent;
  color: #00073E;
}
.f-btn.-back {
  width: 14em;
  color: inherit;
  background: #fff;
  border: 1px solid #9FA4BF;
}
.f-btn.-back:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .f-btn {
    width: 18em;
    font-size: 0.625rem;
  }
  .f-btn.-back {
    width: 12em;
  }
}
.f-btn > .txt {
  display: inline-block;
  position: relative;
}

.f-thanks-btn {
  border: none;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border-radius: 2px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  display: block;
  width: 19em;
  margin: 0 auto;
  padding: 1em;
  border: 1px solid #00073E;
  background-color: #00073E;
  color: #fff;
  border-radius: 4em;
}
.f-thanks-btn:hover {
  background-color: transparent;
  color: #00073E;
}
@media (max-width: 767px) {
  .f-thanks-btn {
    font-size: 0.625rem;
  }
}
.f-thanks-btn > .txt {
  display: inline-block;
  position: relative;
}

.f-input-form.-short {
  max-width: 8.75rem;
}
.f-input-form.-middle {
  max-width: 15rem;
}
.f-input-form.-long {
  max-width: 30rem;
}
@media (max-width: 767px) {
  .f-input-form.-long {
    max-width: 100%;
  }
}

.f-input-columns {
  list-style: none;
  margin: 0;
  padding-left: 0;
  line-height: 1.5;
}
.f-input-columns > li + li {
  padding-top: 0.625rem;
}

.f-input-rows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -0.625rem -1.25rem;
  line-height: 1.5;
}
.f-input-rows > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 0.625rem 1.25rem;
}
.f-input-rows.-name {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -0.625rem;
}
.f-input-rows.-name > li {
  width: calc(50% - 0.625rem);
  margin-left: 0.625rem;
}
.f-input-rows.-zip {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: -0.625rem;
}
.f-input-rows.-zip > li {
  margin-left: 0.625rem;
}
.f-input-rows.-zip > li:nth-child(2) {
  width: 6.25rem;
}
.f-input-rows.-zip > li:nth-child(4) {
  width: 8.75rem;
}
@media (max-width: 767px) {
  .f-input-rows {
    margin-left: 0;
  }
  .f-input-rows > li {
    margin-left: 0;
  }
}

.f-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 7.5rem auto 0;
}
.f-submit > button[disabled] {
  background: #CCC;
  opacity: 1;
  cursor: not-allowed;
}
.f-submit > form + form {
  margin-left: 2em;
}
@media (max-width: 767px) {
  .f-submit {
    margin: 2.5rem auto 0;
  }
  .f-submit > form + form {
    margin-left: 0.5em;
  }
}

.f-table {
  table-layout: auto;
  border-collapse: collapse;
  width: 50em;
  margin: 6em auto 0;
}
@media (max-width: 767px) {
  .f-table {
    width: 100%;
    margin: 2em auto 0;
  }
}
.f-table th, .f-table td {
  padding: 0 0 2.5em;
  font-weight: normal;
  text-align: left;
  line-height: 2;
}
.f-table th + th, .f-table th + td, .f-table td + th, .f-table td + td {
  -webkit-padding-start: 2em;
          padding-inline-start: 2em;
}
@media (max-width: 767px) {
  .f-table th, .f-table td {
    padding-bottom: 2em;
    font-size: 0.8125rem;
  }
  .f-table th + th, .f-table th + td, .f-table td + th, .f-table td + td {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
  }
}
.f-table th {
  font-size: 1rem;
  font-weight: 600;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
.f-table th > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
}
@media (max-width: 767px) {
  .f-table th > span {
    height: auto;
    font-size: 0.8125rem;
  }
}
.f-table td {
  width: 100%;
  max-width: 600px;
  word-wrap: break-word;
}
.f-table td.-top {
  padding-top: 1.125rem;
  vertical-align: top;
}
.f-table :where(.required) {
  display: block;
  position: relative;
}
.f-table :where(.required)::after {
  display: inline-block;
  content: "必須";
  margin-left: 0.5em;
  padding: 0.5em;
  background-color: #00073E;
  font-size: 0.75rem;
  font-weight: 400;
  color: #fff;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: inherit;
}
@media (max-width: 767px) {
  .f-table :where(.required)::after {
    font-size: 0.625rem;
  }
}
.f-table .text {
  margin: 0.5em 0 0;
}
.f-table .text:first-child {
  margin-top: 0;
}
.f-table.-confirm th {
  font-weight: bold;
}
@media (max-width: 767px) {
  .f-table {
    display: block;
  }
  .f-table tbody, .f-table tr, .f-table th, .f-table td {
    display: block;
  }
  .f-table th, .f-table td {
    padding-left: 0;
    padding-right: 0;
    line-height: 1.5;
  }
  .f-table th {
    width: auto !important;
    padding-bottom: 0 !important;
    border-bottom: none;
  }
  .f-table td {
    padding-top: 0.5rem !important;
  }
}

.f-input-lead {
  font-size: 1.0625rem;
  margin: 2em 0 0;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .f-input-lead {
    font-size: 0.8125rem;
    line-height: 1.75;
    text-align: left;
  }
}

.f-privacy {
  max-width: 50rem;
  margin: 0 auto;
  padding-top: 5rem;
  border-top: 1px dashed #707070;
}
.f-privacy > .title {
  font-size: 1.4375rem;
  margin: 0;
  color: #111111;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.f-privacy > .lead {
  font-size: 0.9375rem;
  margin: 0;
  line-height: 1.75;
  text-align: center;
}
@media (max-width: 767px) {
  .f-privacy > .lead {
    font-size: 0.75rem;
  }
}
.f-privacy > .privacy {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 18.75rem;
  margin: 2.5rem auto 0;
  padding: 1.875rem;
  border: 4px solid #EAEBF2;
  overflow-y: auto;
}
.f-privacy > .privacy > *:first-child {
  margin-top: 0;
}
.f-privacy > .agree {
  margin: 1.25rem auto 0;
  text-align: center;
}
.f-privacy > .agree > .f-checkbox {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 0.75rem;
  background: #EAEBF2;
  line-height: 0;
  font-size: 0;
}
.f-privacy > .agree > .f-checkbox > .intext {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  line-height: 1.6;
}
.f-privacy > .agree > .error {
  font-size: 0.9375rem;
  display: block;
  margin: 0.625rem 0 0;
  color: #cc0000;
  text-align: center;
}
@media (max-width: 767px) {
  .f-privacy {
    padding-top: 1.5em;
  }
  .f-privacy > .title {
    font-size: 1.125rem;
  }
  .f-privacy > .lead {
    font-size: 0.875rem;
    text-align: left;
  }
  .f-privacy > .privacy {
    font-size: 0.875rem;
    padding: 1.25rem 0.625rem;
  }
}

.f-thanks-lead {
  font-size: 1.0625rem;
  margin: 2.3em 0 11.5em;
  line-height: 2;
  text-align: center;
}
@media (max-width: 767px) {
  .f-thanks-lead {
    font-size: 0.9375rem;
    line-height: 1.75;
    text-align: left;
  }
}

/**************************************************/
/* home */
/**************************************************/
@-webkit-keyframes arrowHover {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes arrowHover {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  45% {
    opacity: 0;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  55% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
body.pg-home .home-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-width: 17.5rem;
  padding: 0.9375rem;
  border: 1px solid #00073E;
  border-radius: 1.625rem;
  background: #00073E;
  color: #fff;
  font-size: 0.875rem;
  text-align: center;
  text-decoration: none;
}
body.pg-home .home-btn:hover {
  background: #fff;
  color: #00073E;
}
body.pg-home .home-btn.-white {
  border-color: transparent;
  background: #fff;
  color: #00073E;
}
body.pg-home .home-btn.-white:hover {
  border-color: #fff;
  background: #00073E;
  color: #fff;
}
@media (max-width: 767px) {
  body.pg-home .home-btn {
    min-width: 11.5rem;
    padding: 0.625rem;
    font-size: 0.75rem;
  }
}
body.pg-home .main-visual {
  position: relative;
}
body.pg-home .mv-movie {
  position: absolute;
  top: 32.5rem;
  right: 1.5rem;
  width: 13.75rem;
  z-index: 3;
}
body.pg-home .mv-movie > .btn {
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
body.pg-home .mv-movie > .btn:hover {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
body.pg-home .mv-movie > .btn:hover img {
  opacity: 1;
}
@media (max-width: 767px) {
  body.pg-home .mv-movie {
    top: calc(min(37.5rem, 100vh) - 8.375rem);
    width: 6.875rem;
  }
}
body.pg-home .hero-image {
  --swiper-pagination-bullet-horizontal-gap: 0.3125rem;
  --swiper-pagination-bullet-size: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 48.75rem;
  max-height: 100vh;
}
body.pg-home .hero-image > .copy {
  position: relative;
  width: calc(100% - 1.5rem);
  max-width: 63.125rem;
  line-height: 0;
  text-align: center;
  z-index: 2;
  pointer-events: none;
}
body.pg-home .hero-image .swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.pg-home .hero-image .swiper::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../../images/home/hero-stripe.png) repeat top left/40px 40px;
  content: "";
  z-index: 1;
  pointer-events: none;
}
body.pg-home .hero-image .swiper-pagination-bullets {
  bottom: 6.25rem;
  line-height: 0;
}
body.pg-home .hero-image .swiper-pagination-bullet-active {
  background: #fff;
}
body.pg-home .hero-image .swiper-slide {
  position: relative;
  height: 100%;
}
body.pg-home .hero-image .swiper-slide img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  body.pg-home .hero-image {
    height: 37.5rem;
    max-height: none;
  }
  body.pg-home .hero-image .swiper-pagination-bullets {
    bottom: 1.25rem;
  }
}
body.pg-home .topics-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 4rem 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0 1fr;
  grid-template-rows: auto 1fr;
  grid-gap: 0 4rem;
      grid-template-areas: "head contents" "more contents";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 89.3333333333%;
  margin: -5rem auto 0;
  padding: 3rem 4rem;
  background: #fff;
  z-index: 2;
}
body.pg-home .topics-block a {
  text-decoration: none;
  color: inherit;
}
body.pg-home .topics-block a:hover {
  opacity: 0.7;
}
body.pg-home .topics-block > .head {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: head;
  margin: 0;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
body.pg-home .topics-block > .more {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: more;
  margin: 1.5rem 0 0;
  font-size: 0.8125rem;
  line-height: 1.5;
  text-align: center;
}
body.pg-home .topics-block > .more > .link {
  display: inline-block;
  position: relative;
  padding-right: 1.3125rem;
  color: inherit;
  text-decoration: none;
}
body.pg-home .topics-block > .more > .link::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.34375rem);
  right: 0;
  width: 0.875rem;
  height: 0.6875rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
          mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.pg-home .topics-block > .contents {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 3;
  grid-area: contents;
}
body.pg-home .topics-block > .contents > .list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
}
body.pg-home .topics-block > .contents > .list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 1rem;
  border-bottom: 1px dashed #707070;
}
body.pg-home .topics-block > .contents > .list > li > .date {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.875rem;
  line-height: 1.25;
}
body.pg-home .topics-block > .contents > .list > li > .tag {
  display: inline-block;
  padding: 0.3em 0.5em 0.25em;
  background: #EAEBF2;
  color: inherit;
  font-size: 0.8125rem;
  text-decoration: none;
  line-height: 1.25;
}
body.pg-home .topics-block > .contents > .list > li > .title {
  display: block;
  width: 100%;
  margin: 0.5em 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.pg-home .topics-block > .contents > .list > li + li {
  margin-top: 1rem;
}
@media (max-width: 767px) {
  body.pg-home .topics-block {
    width: auto;
    margin: 0 auto;
    padding: 2rem 1.5rem 1.5rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1.25rem auto 1.25rem auto;
    grid-template-rows: auto auto auto;
    grid-gap: 1.25rem 0;
        grid-template-areas: "head" "contents" "more";
  }
  body.pg-home .topics-block > .head {
    font-size: 1rem;
    text-align: left;
  }
  body.pg-home .topics-block > .more {
    margin: 0;
    text-align: right;
  }
  body.pg-home .topics-block > .head {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  body.pg-home .topics-block > .more {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  body.pg-home .topics-block > .contents {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
}
body.pg-home .company-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  position: relative;
  padding: 6rem 0 7.5rem;
  z-index: 2;
}
body.pg-home .company-summary > .vertical {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: -0.2em;
  margin: 0;
  color: #EAEBF2;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: -1;
  pointer-events: none;
}
body.pg-home .company-summary > .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 32%;
}
body.pg-home .company-summary > .image img {
  display: block;
  width: 100%;
}
body.pg-home .company-summary > .textarea {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 68%;
  padding-right: 8%;
  padding-left: 4%;
}
body.pg-home .company-summary > .textarea > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.pg-home .company-summary > .textarea > .lead {
  margin: 4rem 0 0;
  line-height: 2.25;
}
body.pg-home .company-summary > .textarea > .more {
  max-width: 17.5rem;
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  body.pg-home .company-summary {
    display: block;
    padding: 4rem 0 4rem;
  }
  body.pg-home .company-summary > .vertical {
    font-size: 10rem;
  }
  body.pg-home .company-summary > .image {
    width: 15rem;
    margin: 0 0 0 auto;
  }
  body.pg-home .company-summary > .textarea {
    width: auto;
    margin-top: 3rem;
    padding: 0 1.5rem;
  }
  body.pg-home .company-summary > .textarea > .heading {
    font-size: 1.125rem;
  }
  body.pg-home .company-summary > .textarea > .lead {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
  body.pg-home .company-summary > .textarea > .more {
    margin-top: 1.5rem;
  }
}
body.pg-home .business-section {
  position: relative;
  background: #EAEBF2;
}
body.pg-home .business-section > .vertical {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  position: absolute;
  top: 4rem;
  left: -0.2em;
  margin: 0;
  color: #fff;
  font-size: 11.25rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  body.pg-home .business-section > .vertical {
    top: 2.5rem;
    font-size: 10rem;
  }
}
body.pg-home .business-summary {
  position: relative;
  padding: 7.5rem 4% 12.5rem;
  z-index: 2;
}
body.pg-home .business-summary > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}
body.pg-home .business-summary > .lead {
  margin: 4rem 0 0;
  line-height: 2.25;
}
body.pg-home .business-summary > .more {
  max-width: 17.5rem;
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  body.pg-home .business-summary {
    padding: 2.5rem 1.5rem 4rem;
  }
  body.pg-home .business-summary > .heading {
    font-size: 1.125rem;
  }
  body.pg-home .business-summary > .lead {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
  body.pg-home .business-summary > .more {
    margin-top: 1.5rem;
  }
}
@-webkit-keyframes curtainOpen {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@keyframes curtainOpen {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}
@-webkit-keyframes curtainClose {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
@keyframes curtainClose {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
body.pg-home .business-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 0 -6.25rem;
  padding: 100vh 0 100vh 6.25rem;
  z-index: 0;
}
body.pg-home .business-wrapper > .bgimg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}
body.pg-home .business-wrapper > .bgimg.-fixed {
  position: fixed;
}
body.pg-home .business-wrapper > .bgimg > .curtain {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 2;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line {
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: calc(100% / 5 + 2px);
  background: #EAEBF2;
  -webkit-animation: 0.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
          animation: 0.6s cubic-bezier(0.8, 0, 0.2, 1) forwards;
  opacity: 1;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line:nth-child(1) {
  top: calc(100% * 0 / 5 - 1px);
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line:nth-child(2) {
  top: calc(100% * 1 / 5 - 1px);
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line:nth-child(3) {
  top: calc(100% * 2 / 5 - 1px);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line:nth-child(4) {
  top: calc(100% * 3 / 5 - 1px);
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
body.pg-home .business-wrapper > .bgimg > .curtain .line:nth-child(5) {
  top: calc(100% * 4 / 5 - 1px);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
body.pg-home .business-wrapper > .bgimg > .curtain.-open .line {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
  -webkit-animation-name: curtainOpen;
          animation-name: curtainOpen;
}
body.pg-home .business-wrapper > .bgimg > .curtain.-close .line {
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  -webkit-animation-name: curtainClose;
          animation-name: curtainClose;
}
body.pg-home .business-wrapper > .item + .item {
  margin-top: 100vh;
}
@media (max-width: 767px) {
  body.pg-home .business-wrapper {
    margin: 0;
    padding: 100vh 0;
  }
}
body.pg-home .business-swiper {
  margin: 0;
}
body.pg-home .business-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
body.pg-home .business-block {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 84%;
  margin: 0 0 0 auto;
  padding: 4.7619047619% 6.3492063492% 6.3492063492%;
  background: #fff;
}
body.pg-home .business-block > .inner {
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body.pg-home .business-block > .inner > .arrow {
  display: block;
  position: absolute;
  top: 1.5625rem;
  right: 0;
  line-height: 0;
}
body.pg-home .business-block > .inner > .arrow > .icon {
  display: block;
  position: relative;
  width: 7.375rem;
  height: 3.125rem;
}
body.pg-home .business-block > .inner > .arrow > .icon::before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.125rem;
  height: 3.125rem;
  border: 1px solid #C8CAD6;
  border-radius: 50%;
  content: "";
}
body.pg-home .business-block > .inner > .arrow > .icon::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.6875rem);
  left: 0;
  width: 6.25rem;
  height: 1.375rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../../images/home/icon-arrow-01.svg) no-repeat;
          mask: url(../../images/home/icon-arrow-01.svg) no-repeat;
  -webkit-mask-position: 100% 50%;
          mask-position: 100% 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767px) {
  body.pg-home .business-block > .inner > .arrow > .icon {
    width: 3.625rem;
    height: 1.5rem;
  }
  body.pg-home .business-block > .inner > .arrow > .icon::before {
    width: 1.5rem;
    height: 1.5rem;
  }
  body.pg-home .business-block > .inner > .arrow > .icon::after {
    top: calc(50% - 0.375rem);
    width: 3.125rem;
    height: 0.75rem;
    -webkit-mask-image: url(../../images/home/icon-arrow-03.svg);
            mask-image: url(../../images/home/icon-arrow-03.svg);
  }
}
body.pg-home .business-block > .inner > .heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 0;
  font-weight: 400;
  line-height: 1.25;
}
body.pg-home .business-block > .inner > .heading > .main {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  display: block;
  margin-right: 0.25em;
  font-size: 5rem;
  font-style: italic;
}
body.pg-home .business-block > .inner > .heading > .sub {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  display: block;
  font-size: 1.5rem;
}
body.pg-home .business-block > .inner > .heading2 {
  margin: 2.5rem 0 0;
  font-size: 1rem;
  line-height: 1.5;
}
body.pg-home .business-block > .inner > .heading2 + .nav {
  margin-top: 0.5rem;
}
body.pg-home .business-block > .inner > .lead {
  margin: 0.9375rem 0 0;
  font-size: 0.9375rem;
  line-height: 2;
}
body.pg-home .business-block > .inner > .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 1.875rem 0 -0.9375rem -1.875rem;
}
body.pg-home .business-block > .inner > .nav > li {
  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;
  width: calc(25% - 1.875rem);
  margin: 0 0 0.9375rem 1.875rem;
}
body.pg-home .business-block > .inner > .nav > li > .btn {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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;
  position: relative;
  padding: 0.9375rem 1.5rem 0.9375rem 0;
  border-bottom: 0.0625rem solid;
  font-size: 0.9375rem;
  color: #111111;
  text-decoration: none;
  line-height: 1.5;
}
body.pg-home .business-block > .inner > .nav > li a .txt, body.pg-home .business-block > .inner > .nav > li a::after {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.pg-home .business-block > .inner > .nav > li a:hover .txt, body.pg-home .business-block > .inner > .nav > li a:hover::after {
  opacity: 0.4;
}
body.pg-home .business-block > .inner > .nav > li > .btn::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.25rem);
  right: 0.5rem;
  width: 0.4375rem;
  height: 0.4375rem;
  border-top: 0.0625rem solid #111111;
  border-right: 0.0625rem solid #111111;
  content: "";
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 767px) {
  body.pg-home .business-block {
    width: 22.125rem;
    padding: 1.25rem 1.5rem 2rem;
  }
  body.pg-home .business-block > .inner > .arrow {
    top: 1.25rem;
  }
  body.pg-home .business-block > .inner > .heading {
    display: block;
  }
  body.pg-home .business-block > .inner > .heading > .main {
    margin-right: 0;
    font-size: 3rem;
  }
  body.pg-home .business-block > .inner > .heading > .sub {
    margin-top: 0.5rem;
    font-size: 1rem;
  }
  body.pg-home .business-block > .inner > .heading2 {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
  }
  body.pg-home .business-block > .inner > .heading2 + .nav {
    margin-top: 0.5rem;
  }
  body.pg-home .business-block > .inner > .lead {
    margin-top: 0.75rem;
    font-size: 0.6875rem;
    line-height: 1.75;
  }
  body.pg-home .business-block > .inner > .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    list-style: none;
    padding-left: 0;
    margin: 1rem 0 -0.5rem -1rem;
  }
  body.pg-home .business-block > .inner > .nav > li {
    width: calc(50% - 1rem);
    margin: 0 0 0.5rem 1rem;
  }
  body.pg-home .business-block > .inner > .nav > li > .btn {
    padding: 0.625rem 1.25rem 0.625rem 0;
    font-size: 0.625rem;
  }
  body.pg-home .business-block > .inner > .nav > li > .btn::after {
    top: calc(50% - 0.25rem);
    width: 0.375rem;
    height: 0.375rem;
  }
}
body.pg-home .sustainability-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 7.5rem 0 0;
  padding: 5rem 0 7.5rem;
  z-index: 0;
}
body.pg-home .sustainability-summary::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 72%;
  height: 100%;
  background: #EAEBF2;
  content: "";
  z-index: -2;
}
body.pg-home .sustainability-summary > .vertical {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  position: absolute;
  top: 0.5rem;
  left: -0.2em;
  margin: 0;
  color: #fff;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.08em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  z-index: 1;
  pointer-events: none;
}
body.pg-home .sustainability-summary > .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 53.3333333333%;
  z-index: 0;
}
body.pg-home .sustainability-summary > .image img {
  display: block;
  width: 100%;
}
body.pg-home .sustainability-summary > .textarea {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 46.6666666667%;
  padding-right: 5.3333333333%;
  padding-left: 5.3333333333%;
  z-index: 2;
}
body.pg-home .sustainability-summary > .textarea > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.pg-home .sustainability-summary > .textarea > .lead {
  margin: 4rem 0 0;
  line-height: 2.25;
}
body.pg-home .sustainability-summary > .textarea > .more {
  max-width: 17.5rem;
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  body.pg-home .sustainability-summary {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
    padding: 0;
  }
  body.pg-home .sustainability-summary::after {
    bottom: 5rem;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  body.pg-home .sustainability-summary > .vertical {
    font-size: 5.625rem;
  }
  body.pg-home .sustainability-summary > .image {
    width: 21.9375rem;
    margin-left: auto;
  }
  body.pg-home .sustainability-summary > .textarea {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    width: 100%;
    padding: 2.5rem 1.5rem 4rem;
  }
  body.pg-home .sustainability-summary > .textarea > .heading {
    font-size: 1.125rem;
  }
  body.pg-home .sustainability-summary > .textarea > .lead {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
  body.pg-home .sustainability-summary > .textarea > .more {
    margin-top: 2rem;
  }
}
body.pg-home .recruit-wrapper {
  position: relative;
  margin: 10rem 0 0;
  padding: 5.625rem 0 0;
  background: #00073E url(../../images/home/bg-recruit.png) no-repeat center/cover;
  color: #fff;
}
body.pg-home .recruit-wrapper > .title {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  margin: -1em 0 0;
  color: rgba(159, 164, 191, 0.5);
  font-size: 11.25rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  letter-spacing: -0.08em;
}
@media (max-width: 767px) {
  body.pg-home .recruit-wrapper {
    margin: 6.25rem 0 0;
    padding-top: 2.5rem;
  }
  body.pg-home .recruit-wrapper > .title {
    font-size: 5rem;
  }
}
body.pg-home .recruit-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding-left: 0;
  position: relative;
  margin: 5rem auto 0;
  padding: 0 6.4285714286%;
  z-index: 0;
}
body.pg-home .recruit-summary > .image {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52.4590163934%;
}
body.pg-home .recruit-summary > .image img {
  display: block;
  width: 100%;
}
body.pg-home .recruit-summary > .textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 42.6229508197%;
}
body.pg-home .recruit-summary > .textarea > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.pg-home .recruit-summary > .textarea > .lead {
  margin: 2.5rem 0 0;
  line-height: 2.25;
}
body.pg-home .recruit-summary > .textarea > .more {
  max-width: 17.5rem;
  margin: 5rem 0 0;
}
@media (max-width: 767px) {
  body.pg-home .recruit-summary {
    display: block;
    margin-top: 1.5rem;
    padding: 0 1.5rem;
  }
  body.pg-home .recruit-summary > .image {
    width: auto;
  }
  body.pg-home .recruit-summary > .textarea {
    width: auto;
    margin-top: 2rem;
  }
  body.pg-home .recruit-summary > .textarea > .heading {
    font-size: 1.125rem;
  }
  body.pg-home .recruit-summary > .textarea > .lead {
    margin-top: 1rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
  body.pg-home .recruit-summary > .textarea > .more {
    margin: 2rem auto 0;
    text-align: center;
  }
}
body.pg-home .recruit-interview {
  margin: 7.5rem auto 0;
}
body.pg-home .recruit-interview > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.1em;
}
body.pg-home .recruit-interview > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 4rem 0 0 -1px;
}
body.pg-home .recruit-interview > .list > .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 33.3333333333%;
  border-left: 1px solid #6C7295;
  color: inherit;
  text-decoration: none;
}
body.pg-home .recruit-interview > .list > .card > .image {
  display: block;
  background: #fff;
}
body.pg-home .recruit-interview > .list > .card > .image img {
  display: block;
  width: 100%;
}
body.pg-home .recruit-interview > .list > .card > .body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 3rem 1.5rem;
  border-top: 1px solid #6C7295;
  text-align: center;
}
body.pg-home .recruit-interview > .list > .card > .body > .title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.pg-home .recruit-interview > .list > .card > .body > .name {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 1.25rem 0 0;
  font-size: 1.625rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.pg-home .recruit-interview > .list > .card > .body > .division {
  margin: 0.5rem 0 0;
  line-height: 1.5;
}
body.pg-home .recruit-interview > .list > .card > .body > .arrow {
  display: block;
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  margin: 2rem auto 0;
}
body.pg-home .recruit-interview > .list > .card > .body > .arrow::before {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #C8CAD6;
  border-radius: 50%;
  content: "";
}
body.pg-home .recruit-interview > .list > .card > .body > .arrow::after {
  display: block;
  position: absolute;
  top: calc(50% - 0.34375rem);
  left: calc(50% - 0.4375rem);
  width: 0.875rem;
  height: 0.6875rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
          mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
@media (max-width: 767px) {
  body.pg-home .recruit-interview > .list > .card > .body > .arrow {
    width: 1.875rem;
    height: 1.875rem;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .arrow::before {
    width: 1.875rem;
    height: 1.875rem;
  }
}
body.pg-home .recruit-interview > .list > .card:hover > .body > .arrow::after {
  -webkit-animation: arrowHover 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1 forwards;
          animation: arrowHover 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1 forwards;
}
@media (max-width: 1599px) {
  body.pg-home .recruit-interview > .list > .card > .body > .title {
    font-size: 1.375rem;
  }
}
@media (max-width: 1299px) {
  body.pg-home .recruit-interview > .list > .card > .body > .title {
    font-size: 1.25rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .recruit-interview {
    margin-top: 4rem;
  }
  body.pg-home .recruit-interview > .heading {
    font-size: 1rem;
  }
  body.pg-home .recruit-interview > .list {
    margin: 2rem 0 0;
  }
  body.pg-home .recruit-interview > .list > .card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    border-left: none;
    border-top: 1px solid #6C7295;
  }
  body.pg-home .recruit-interview > .list > .card > .image {
    width: 50%;
  }
  body.pg-home .recruit-interview > .list > .card > .image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  body.pg-home .recruit-interview > .list > .card > .body {
    width: 50%;
    min-height: 8.125rem;
    padding: 1rem 1rem 1.25rem;
    border-top: none;
    text-align: left;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .title {
    font-size: 0.875rem;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .title br {
    display: none;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .name {
    margin-top: 0.25rem;
    font-size: 0.875rem;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .division {
    margin-top: 0.25rem;
    padding-right: 1.875rem;
    font-size: 0.8125rem;
  }
  body.pg-home .recruit-interview > .list > .card > .body > .arrow {
    position: absolute;
    bottom: 0.75rem;
    right: 1rem;
    margin: 0;
  }
}
body.pg-home .blog-section {
  position: relative;
  margin: 7.5rem 0 0;
}
body.pg-home .blog-section > .title {
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #EAEBF2;
  font-size: 7.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.05em;
  z-index: -1;
}
body.pg-home .blog-section > .inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 5rem 5.625rem;
}
@media (max-width: 767px) {
  body.pg-home .blog-section {
    margin-top: 3rem;
  }
  body.pg-home .blog-section > .title {
    font-size: 3.75rem;
  }
  body.pg-home .blog-section > .inner {
    padding: 2rem 1.5rem;
  }
}
body.pg-home .blog-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.pg-home .blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 4rem 0 -5.625rem -5.625rem;
}
body.pg-home .blog-list > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 5.625rem);
  margin: 0 0 5.625rem 5.625rem;
}
@media (max-width: 767px) {
  body.pg-home .blog-list {
    margin: 2rem auto -2rem;
    padding: 0 2rem;
  }
  body.pg-home .blog-list > li {
    width: 100%;
    margin: 0 0 2rem;
  }
}
body.pg-home .blog-card {
  display: block;
  color: inherit;
  text-decoration: none;
}
body.pg-home .blog-card > .date {
  margin: 1.75rem 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
}
body.pg-home .blog-card > .text {
  margin: 0.75rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body.pg-home .blog-card > .date {
    margin-top: 1rem;
    font-size: 0.8125rem;
  }
  body.pg-home .blog-card > .text {
    margin-top: 0.5rem;
    font-size: 0.75rem;
  }
}
body.pg-home .blog-more {
  margin: 5rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  body.pg-home .blog-more {
    margin-top: 2.5rem;
  }
}
body.pg-home .anabuki-section {
  position: relative;
  padding: 12.5rem 6.4285714286%;
  background: url(../../images/home/bg-anabuki.jpg) no-repeat center top/cover;
}
body.pg-home .anabuki-section > .contents {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1260px;
  margin: 0 auto;
  padding: 5rem 1.5rem;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
}
body.pg-home .anabuki-section > .contents > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
body.pg-home .anabuki-section > .contents > .logo {
  max-width: 25rem;
  margin: 2.5rem auto 0;
  line-height: 0;
}
body.pg-home .anabuki-section > .contents > .text {
  margin: 3.75rem 0 0;
  line-height: 2.25;
}
@media (max-width: 767px) {
  body.pg-home .anabuki-section {
    padding: 5rem 1.5rem;
  }
  body.pg-home .anabuki-section > .contents {
    width: auto;
    padding: 2rem 1.5rem;
  }
  body.pg-home .anabuki-section > .contents > .heading {
    font-size: 1.125rem;
  }
  body.pg-home .anabuki-section > .contents > .logo {
    margin-top: 1.5rem;
    max-width: 12.5rem;
  }
  body.pg-home .anabuki-section > .contents > .text {
    margin-top: 1.5rem;
    font-size: 0.8125rem;
    line-height: 2;
    text-align: left;
  }
}
body.pg-home .banner-section {
  position: relative;
  padding: 4rem 0;
  background: #EAEBF2;
}
body.pg-home .banner-section > .inner {
  width: 67.5rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1299px) {
  body.pg-home .banner-section > .inner {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (max-width: 767px) {
  body.pg-home .banner-section {
    padding: 1.5rem 0;
  }
}
body.pg-home .banner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 0 0 -1.875rem -1.875rem;
}
body.pg-home .banner-list > li {
  display: block;
  width: calc(33.3333333333% - 1.875rem);
  margin: 0 0 1.875rem 1.875rem;
}
body.pg-home .banner-list > li > .bnr {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  body.pg-home .banner-list {
    margin: 0 0 -0.5rem -0.5rem;
  }
  body.pg-home .banner-list > li {
    width: calc(50% - 0.5rem);
    margin: 0 0 0.5rem 0.5rem;
  }
}

body.pg-interview .intro-text {
  width: 57.5rem;
  margin: 2.5rem auto 0;
  line-height: 2.25;
}
@media (max-width: 767px) {
  body.pg-interview .intro-text {
    width: auto;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 2;
  }
}
body.pg-interview .contents-blcok {
  margin: 7.5rem auto 0;
}
@media (max-width: 767px) {
  body.pg-interview .contents-blcok {
    margin-top: 3.75rem;
  }
}
body.pg-interview .interview-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  margin: 5rem 0 -1.875rem -1.875rem;
}
body.pg-interview .interview-list > li {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 1.875rem);
  margin: 0 0 1.875rem 1.875rem;
}
@media (min-width: 768px) {
  body.pg-interview .interview-list > li:nth-child(3n+2) {
    padding-top: 5rem;
  }
}
@media (max-width: 767px) {
  body.pg-interview .interview-list {
    margin: 1rem 0 -1rem;
  }
  body.pg-interview .interview-list > li {
    width: 100%;
    margin: 0 0 1rem;
  }
}
body.pg-interview .interview-card {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 1.25rem;
  color: inherit;
  text-decoration: none;
  z-index: 0;
}
body.pg-interview .interview-card::after {
  display: block;
  position: absolute;
  top: 2.5rem;
  bottom: 0;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#D9DAEA), to(#F7F8FB));
  background: linear-gradient(0, #D9DAEA, #F7F8FB);
  content: "";
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
body.pg-interview .interview-card > .image img {
  display: block;
  width: 100%;
}
body.pg-interview .interview-card > .body {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2rem 1.25rem 1.25rem;
}
body.pg-interview .interview-card > .body > .title {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  position: relative;
  margin: 0;
  padding-right: 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.pg-interview .interview-card > .body > .title::after {
  display: block;
  position: absolute;
  top: calc(0.75em - 0.375rem);
  right: 0;
  width: 0.875rem;
  height: 0.6875rem;
  background: currentColor;
  content: "";
  -webkit-mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
          mask: url(../../images/home/icon-arrow-02.svg) no-repeat;
  -webkit-mask-position: 50%;
          mask-position: 50%;
  -webkit-mask-size: contain;
          mask-size: contain;
}
body.pg-interview .interview-card > .body > .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin: 1rem -1rem 0 0;
}
body.pg-interview .interview-card > .body > .profile > .name {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 1rem 0 0;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
body.pg-interview .interview-card > .body > .profile > .division {
  margin: 0 1rem 0 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
body.pg-interview .interview-card:hover::after {
  opacity: 1;
}
@media (max-width: 767px) {
  body.pg-interview .interview-card {
    padding: 1rem;
  }
  body.pg-interview .interview-card::after {
    top: 2rem;
    opacity: 1;
  }
  body.pg-interview .interview-card > .body {
    padding: 1.5rem 1rem 1rem;
  }
  body.pg-interview .interview-card > .body > .title {
    font-size: 0.9375rem;
  }
  body.pg-interview .interview-card > .body > .title::after {
    top: calc(0.5625em - 0.375rem);
  }
  body.pg-interview .interview-card > .body > .name {
    margin-top: 0.75rem;
    font-size: 0.875rem;
  }
  body.pg-interview .interview-card > .body > .division {
    font-size: 0.75rem;
  }
}

/**************************************************/
/* pages */
/**************************************************/
#company.index .c-grid-3 {
  margin: 5rem 0 0;
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  #company.index .c-grid-3 {
    padding: 0 1.5rem 5rem;
    margin: 4rem 0 0;
  }
}
@media (min-width: 768px) {
  #company.index .link-card {
    height: 25rem;
  }
}
@media (min-width: 768px) {
  #company.index .link-card:nth-child(3n+1) > .inner, #company.index .link-card:nth-child(3n+3) > .inner {
    border-left: 0;
    border-right: 0;
  }
}
@media (max-width: 767px) {
  #company.index .link-card:nth-child(3n+1) > .inner {
    border-bottom: 0;
  }
}
@media (max-width: 767px) {
  #company.index .link-card:nth-child(3n+3) > .inner {
    border-top: 0;
  }
}
#company.index .link-card > .inner {
  border: 1px solid #EAEBF2;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #111111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4rem 3rem;
  position: relative;
}
@media (max-width: 767px) {
  #company.index .link-card > .inner {
    padding: 1.5rem;
  }
}
@media (min-width: 768px) {
  #company.index .link-card > .inner::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right bottom, from(#f7f8fb), to(#d9daea));
    background: linear-gradient(to bottom right, #f7f8fb 0%, #d9daea 100%);
    z-index: -1;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    content: "";
  }
}
@media (min-width: 768px) {
  #company.index .link-card > .inner:hover::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 768px) {
  #company.index .link-card > .inner:hover .c-btn-c::after {
    -webkit-animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
#company.index .link-card .title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.5;
  margin: 0 0 1.25rem;
}
@media (max-width: 767px) {
  #company.index .link-card .title {
    font-size: 1.25rem;
    line-height: 1.4;
  }
}
#company.index .link-card .text {
  margin: 0;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  #company.index .link-card .text {
    font-size: 0.8125rem;
    line-height: 1.62;
  }
}
#company.index .link-card .c-btn-c {
  position: absolute;
  bottom: 5.5rem;
  right: 3rem;
}
@media (max-width: 767px) {
  #company.index .link-card .c-btn-c {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

#company.about .article-letter {
  margin: 5.125rem 0 3.4375rem;
}
@media (max-width: 767px) {
  #company.about .article-letter {
    margin: 2.5rem 0 3rem;
  }
}
@media (max-width: 767px) {
  #company.about .article-letter .image {
    margin: 0 -1.5rem;
  }
}
#company.about .article-letter .body {
  font-size: 1rem;
  line-height: 2.25;
  margin-top: 4.375rem;
}
@media (max-width: 767px) {
  #company.about .article-letter .body {
    margin-top: 1.5625rem;
    font-size: 0.8125rem;
    line-height: 2;
  }
}
#company.about .article-letter .signature {
  text-align: right;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #company.about .article-letter .signature {
    font-size: 0.8125rem;
  }
}
#company.about .article-letter .signature img {
  display: inline-block;
  margin-left: 1rem;
  mix-blend-mode: multiply;
  width: 15.125rem;
}
@media (max-width: 767px) {
  #company.about .article-letter .signature img {
    width: 7.5rem;
    margin-left: 0.5rem;
  }
}
#company.about .section-slogan > .image {
  margin-bottom: 10.375rem;
  display: block;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .image {
    margin-bottom: 3.25rem;
  }
}
#company.about .section-slogan > .image img {
  width: 100%;
}
#company.about .section-slogan > .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.9375rem 1rem -webkit-max-content 1rem 8.9375rem;
  -ms-grid-columns: 8.9375rem 1rem max-content 1rem 8.9375rem;
  grid-template-columns: 8.9375rem -webkit-max-content 8.9375rem;
  grid-template-columns: 8.9375rem max-content 8.9375rem;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.25rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .heading {
    font-size: 1rem;
    -ms-grid-columns: 1fr 0.75rem -webkit-max-content 0.75rem 1fr;
    -ms-grid-columns: 1fr 0.75rem max-content 0.75rem 1fr;
    grid-template-columns: 1fr -webkit-max-content 1fr;
    grid-template-columns: 1fr max-content 1fr;
    gap: 0.75rem;
    letter-spacing: 0.1625rem;
  }
}
#company.about .section-slogan > .heading::before, #company.about .section-slogan > .heading::after {
  width: 100%;
  padding-top: 0.4375rem;
  border-bottom: 1px solid #6C7295;
  content: "";
}
#company.about .section-slogan > .heading::after {
  margin-left: -0.25rem;
  width: calc(100% + 0.25rem);
}
@media (max-width: 767px) {
  #company.about .section-slogan > .heading::after {
    margin-left: -0.1625rem;
    width: calc(100% + 0.1625rem);
  }
}
#company.about .section-slogan > .text {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.125rem;
  margin: 1.875rem 0 2.1875rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .text {
    font-size: 0.75rem;
    margin: 0.8125rem 0 0.9375rem;
  }
}
#company.about .section-slogan > .text.-center {
  text-align: center;
  letter-spacing: 0.18125rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .text.-center {
    letter-spacing: 0.11875rem;
  }
}
#company.about .section-slogan > .text.-big {
  font-size: 1.5rem;
  margin: 2.375rem 0 0;
  letter-spacing: 0.125rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .text.-big {
    font-size: 1.125rem;
    line-height: 2;
    margin: 1.25rem 0 0;
    letter-spacing: 0.0875rem;
  }
}
#company.about .section-slogan > .title {
  text-align: center;
  color: #00073E;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 7.5rem;
  line-height: 1;
  font-style: italic;
  margin: 0;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .title {
    font-size: 4.375rem;
  }
}
#company.about .section-slogan > .c-title-c {
  letter-spacing: 0.325rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan > .c-title-c {
    letter-spacing: 0.1625rem;
  }
}
#company.about .section-slogan .glossary-table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 8.75rem 8.125rem 1fr;
  grid-template-columns: 8.75rem 1fr;
  gap: 5rem 8.125rem;
  margin: 10.75rem 0 9.875rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 2.8125rem 0 3.4375rem;
    gap: 0;
  }
}
#company.about .section-slogan .glossary-table dt {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  background: #6C7295;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  #company.about .section-slogan .glossary-table dt {
    font-size: 2rem;
    line-height: 1.3125;
    width: 8.75rem;
    height: 8.75rem;
    padding: 1.75rem 1.875rem 1.75rem 2.1875rem;
    letter-spacing: 0.3125rem;
    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;
  }
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dt {
    font-size: 1.125rem;
    padding: 0.375rem;
    text-align: center;
    letter-spacing: 0.1875rem;
  }
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dt:not(:first-of-type) {
    margin-top: 1.875rem;
  }
}
@media (min-width: 768px) {
  #company.about .section-slogan .glossary-table dt.-sm {
    font-size: 1.5rem;
    letter-spacing: normal;
    padding: 1.25rem;
  }
}
#company.about .section-slogan .glossary-table dd {
  margin: 0;
}
#company.about .section-slogan .glossary-table dd .title {
  border-bottom: 1px solid #111111;
  font-size: 1.125rem;
  font-weight: normal;
  padding-bottom: 1.125rem;
  letter-spacing: 0.9rem;
  margin: 0;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd .title {
    font-size: 0.8125rem;
    letter-spacing: 0.1625rem;
    padding-bottom: 0.4375rem;
    margin: 1.5rem 0 1.375rem;
  }
}
#company.about .section-slogan .glossary-table dd .lead {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  margin: 2.2em 0 1em;
  padding-bottom: 1rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd .lead {
    font-size: 0.8125rem;
    line-height: 2;
    padding-bottom: 0.3125rem;
  }
}
#company.about .section-slogan .glossary-table dd .lead::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  border-bottom: 1px solid #6C7295;
  content: "";
}
#company.about .section-slogan .glossary-table dd p {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd p {
    font-size: 0.875rem;
    line-height: 1.6;
  }
}
#company.about .section-slogan .glossary-table dd p.-big {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.125rem;
  margin-top: 1.2em;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd p.-big {
    font-size: 0.8125rem;
    line-height: 1.72;
    letter-spacing: 0.0625rem;
  }
}
#company.about .section-slogan .glossary-table dd .promise-bnr {
  display: block;
  margin: 2.5rem 0 0.5rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd .promise-bnr {
    margin-top: 1.8rem;
  }
}
#company.about .section-slogan .glossary-table dd .promise-bnr + .note {
  font-family: inherit;
  font-size: 0.875rem;
}
@media (max-width: 767px) {
  #company.about .section-slogan .glossary-table dd .promise-bnr + .note {
    font-size: 0.75rem;
  }
}

@media (min-width: 768px) {
  #company.profile .l-page-contents {
    padding-left: 5rem;
    padding-right: 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
@media (max-width: 767px) {
  #company.profile .l-page-contents {
    padding-top: 2.0625rem;
    padding-bottom: 5rem;
  }
}
#company.profile .l-page-contents .section:last-child {
  margin-bottom: 0;
}
#company.profile .section {
  margin-bottom: 10rem;
}
@media (max-width: 767px) {
  #company.profile .section {
    margin-bottom: 7.5rem;
  }
}
#company.profile .section .c-title-a {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  #company.profile .section .c-title-a {
    margin-bottom: 0.625rem;
  }
}
#company.profile .section.-profile .c-heading-b {
  margin-bottom: 6.25rem;
}
@media (max-width: 767px) {
  #company.profile .section.-profile .c-heading-b {
    margin-bottom: 0;
  }
}
#company.profile .section.-office .c-heading-b {
  margin-bottom: 5.625rem;
}
@media (max-width: 767px) {
  #company.profile .section.-office .c-heading-b {
    margin-bottom: 2.375rem;
  }
}
#company.profile .section.-office .c-table-a {
  margin-bottom: 7.5rem;
}
@media (max-width: 767px) {
  #company.profile .section.-office .c-table-a {
    margin-bottom: 2.75rem;
  }
}
#company.profile .section.-office .c-table-a:last-of-type {
  margin-bottom: 0;
}
#company.profile .section.-office .c-table-a .-telink {
  text-decoration: none;
  color: #111111;
}
#company.profile .section.-office .c-table-a dd > span {
  display: inline-block;
}
#company.profile .section.-office .c-table-a dd > span:not(.-bold) {
  margin-right: 0.75rem;
}
#company.profile .section.-office .c-table-a dd.-tbcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  #company.history .l-page-contents {
    padding-top: 1.6875rem;
    padding-bottom: 5rem;
  }
}
#company.history .timeline-list {
  list-style: none;
  margin: 1.0625rem 0 0;
  padding: 0;
  position: relative;
}
@media (max-width: 767px) {
  #company.history .timeline-list {
    margin: 0.5rem 0 0;
  }
}
#company.history .timeline-list::before {
  position: absolute;
  border-right: 1px solid #9FA4BF;
  content: "";
}
@media (min-width: 768px) {
  #company.history .timeline-list::before {
    left: 50%;
    margin-left: -0.0625rem;
    height: calc(100% - 2.5rem);
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list::before {
    left: 0.4375rem;
    height: 100%;
  }
}
#company.history .timeline-list::after {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  margin-left: -0.0625rem;
  background-color: #ffffff;
  border-right: 1px dashed #9FA4BF;
  height: 2.5rem;
  content: "";
}
@media (max-width: 767px) {
  #company.history .timeline-list::after {
    height: 1.375rem;
    bottom: 0;
    left: 0.4375rem;
    margin-left: 0;
  }
}
#company.history .timeline-list .year {
  font-size: 6.25rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-style: italic;
  line-height: 1;
}
@media (max-width: 767px) {
  #company.history .timeline-list .year {
    font-size: 3.75rem;
  }
}
#company.history .timeline-list .title {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  #company.history .timeline-list .title {
    font-size: 1rem;
  }
}
#company.history .timeline-list p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 767px) {
  #company.history .timeline-list p {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
  }
}
#company.history .timeline-list li {
  position: relative;
}
@media (max-width: 767px) {
  #company.history .timeline-list li {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#company.history .timeline-list li:first-child {
  background: #ffffff;
}
@media (min-width: 768px) {
  #company.history .timeline-list li:first-child {
    padding-bottom: 3.75rem;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:first-child {
    padding-bottom: 2.375rem;
  }
}
#company.history .timeline-list li:first-child::before {
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  margin-left: -0.0625rem;
  border-right: 1px solid #9FA4BF;
  height: 2rem;
  content: "";
}
@media (max-width: 767px) {
  #company.history .timeline-list li:first-child::before {
    left: 0.4375rem;
    margin-left: 0;
    height: 1.25rem;
  }
}
#company.history .timeline-list li:first-child::after {
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  bottom: 1.875rem;
  left: 50%;
  margin-left: -0.5rem;
  background: #9FA4BF;
  border-radius: 50%;
  content: "";
}
@media (max-width: 767px) {
  #company.history .timeline-list li:first-child::after {
    bottom: 1.125rem;
    left: 0;
    margin-left: 0;
  }
}
#company.history .timeline-list li:first-child .year {
  margin-bottom: 1.375rem;
  color: #6C7295;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:first-child .year {
    margin-bottom: 0.8125rem;
  }
}
#company.history .timeline-list li:first-child .title {
  margin-bottom: 0.75rem;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:first-child .title {
    margin-bottom: 0.4375rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) {
    padding-left: 2.1875rem;
    padding-bottom: 1.0625rem;
  }
}
#company.history .timeline-list li:not(:first-child)::before {
  position: absolute;
  background: #EAEBF2;
  z-index: -1;
  content: "";
}
@media (min-width: 768px) {
  #company.history .timeline-list li:not(:first-child)::before {
    width: 93.4959349593%;
    height: calc(100% - 5.8125rem);
    top: 3.3125rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child)::before {
    width: calc(100% - 2.1875rem);
    height: calc(100% - 5.5rem);
    top: 2.5rem;
    left: 3.6875rem;
  }
}
#company.history .timeline-list li:not(:first-child) .year {
  margin-bottom: 1.125rem;
  color: #C8CAD6;
  position: relative;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) .year {
    margin-bottom: 0.8125rem;
  }
}
#company.history .timeline-list li:not(:first-child) .year::before {
  position: absolute;
  border-bottom: 1px solid #6C7295;
  content: "";
}
@media (min-width: 768px) {
  #company.history .timeline-list li:not(:first-child) .year::before {
    width: 2.5rem;
    top: 50%;
    margin-top: 0.1875rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) .year::before {
    width: 1.6875rem;
    top: 2.5rem;
  }
}
#company.history .timeline-list li:not(:first-child) .year::after {
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: #9FA4BF;
  border-radius: 50%;
  content: "";
}
@media (min-width: 768px) {
  #company.history .timeline-list li:not(:first-child) .year::after {
    top: 50%;
    margin-top: -0.25rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) .year::after {
    top: 2.0625rem;
    margin-top: 0;
  }
}
#company.history .timeline-list li:not(:first-child) .image {
  margin-top: 1.375rem;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) .image {
    margin-top: 0.9375rem;
  }
}
#company.history .timeline-list li:not(:first-child) .image + p {
  margin-top: 2.625rem;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) .image + p {
    margin-top: 1.375rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(even) {
    width: 45.5555555556%;
    text-align: right;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(even)::before {
    left: 0;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(even) .year::before {
    right: -2.5rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:nth-child(even) .year::before {
    left: -1.6875rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(even) .year::after {
    right: -11.1788617886%;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:nth-child(even) .year::after {
    left: -2.1875rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(2n+3) {
    margin-left: auto;
    width: 45.462962963%;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(2n+3)::before {
    right: 0;
  }
}
#company.history .timeline-list li:nth-child(2n+3) .year::before {
  left: -2.625rem;
}
@media (max-width: 767px) {
  #company.history .timeline-list li:nth-child(2n+3) .year::before {
    left: -1.6875rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(2n+3) .year::after {
    left: -11.6089613035%;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:nth-child(2n+3) .year::after {
    left: -2.1875rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:nth-child(n+2) {
    margin-bottom: -5.875rem;
  }
}
@media (min-width: 768px) {
  #company.history .timeline-list li:not(:first-child) p:last-child {
    padding-bottom: 5.125rem;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) p:last-child {
    position: relative;
  }
}
@media (max-width: 767px) {
  #company.history .timeline-list li:not(:first-child) p:last-child::after {
    position: absolute;
    top: -0.75rem;
    left: 1.5rem;
    z-index: -1;
    background: #EAEBF2;
    width: 100%;
    height: calc(100% + 1.9375rem);
    content: "";
  }
}
#company.history .timeline-list li:last-child {
  margin-bottom: 0;
}

#business.entry .l-page-contents {
  padding-top: 0;
}
@media (max-width: 767px) {
  #business.entry .c-category-title {
    height: 10rem;
  }
}
#business .l-page-contents .c-article-a:last-child {
  margin-bottom: 0;
}
#business .c-article-a .content .info .yakage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 9rem auto;
  grid-template-columns: 9rem auto;
}
#business .c-article-a .content .info .yakage .head {
  width: 9rem;
  margin-right: 0;
}
@media (max-width: 767px) {
  #business .c-article-a .content .info .yakage {
    display: block;
  }
}
#business .c-article-a .content .buttons.-coba .c-btn-a + .c-btn-a {
  margin-right: 0;
}
@media (max-width: 1300px) {
  #business .c-article-a .content .buttons.-coba .c-btn-a {
    min-width: 15rem;
  }
}
@media (max-width: 767px) {
  #business .c-article-a .content .buttons.-coba .c-btn-a {
    min-width: 9.8rem;
  }
}

#business.index .intro-text {
  font-size: 1.125rem;
  line-height: 2;
  text-align: center;
  margin: 10rem 0 12.5rem;
}
@media (max-width: 767px) {
  #business.index .intro-text {
    font-size: 0.875rem;
    line-height: 2;
    padding: 0 1.5rem;
    margin: 2.5rem 0 2rem;
    text-align: left;
  }
}
@media (min-width: 768px) {
  #business.index .link-card {
    height: 30rem;
  }
}
@media (min-width: 768px) {
  #business.index .link-card.-fullRow {
    height: 20rem;
  }
}
#business.index .link-card > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
}
#business.index .link-card > .inner::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(17, 17, 17, 0.15);
  content: "";
}
@media (min-width: 768px) {
  #business.index .link-card > .inner:hover > .c-heading-a {
    opacity: 0;
    visibility: hidden;
  }
}
@media (min-width: 768px) {
  #business.index .link-card > .inner:hover > .overlay {
    opacity: 1;
    visibility: visible;
  }
}
#business.index .link-card > .inner > .c-heading-a, #business.index .link-card > .inner > .overlay {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 767px) {
  #business.index .link-card > .inner > .c-heading-a {
    display: none;
  }
}
#business.index .link-card .overlay {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(17, 17, 17, 0.8);
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}
@media (min-width: 768px) {
  #business.index .link-card .overlay {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767px) {
  #business.index .link-card .overlay {
    padding: 1.25rem;
    background: rgba(17, 17, 17, 0.5);
  }
}
#business.index .link-card .overlay .text {
  font-size: 0.9375rem;
  line-height: 2.4;
  color: #ffffff;
  margin: 0 0 1.4375rem;
}
@media (max-width: 767px) {
  #business.index .link-card .overlay .text {
    font-size: 0.8125rem;
    line-height: 1.6153846154;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
    text-align: left;
  }
}
@media (max-width: 767px) {
  #business.index .link-card .overlay .text br {
    display: none;
  }
}
#business.index .link-card .overlay .c-btn-c {
  margin-left: auto;
  margin-right: auto;
}
#business.index .link-card .overlay .c-btn-c::before {
  background: transparent;
}
#business.index .link-card .overlay .c-btn-c::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100.707' height='22.707' viewBox='0 0 100.707 22.707'%3E%3Crect width='100' height='1' transform='translate(0 10.781)' fill='%23fff'/%3E%3Cpath d='M22,12.061,11.354,1.414.707,12.061,0,11.354,11.354,0l.354.354,11,11Z' transform='translate(100.707) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
}
@media (min-width: 768px) and (max-width: 1300px) {
  #business.index .link-card.-sa .c-heading-a {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #business.index .link-card.-sa .c-heading-a span {
    margin-right: 0;
  }
}
@media (min-width: 1301px) {
  #business.index .link-card.-sa .c-heading-a br {
    display: none;
  }
}
@media (max-width: 767px) {
  #business.index .link-card.-sa .c-heading-a br {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #business.index .link-card.-sa .overlay .c-heading-a {
    margin-bottom: 1.2em;
  }
}
@media (min-width: 768px) {
  #business.index .link-card.-fullRow .overlay {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -ms-flex-line-pack: end;
        align-content: flex-end;
    display: -ms-grid;
    display: grid;
        grid-template-areas: "heading text" "button button";
    text-align: left;
    padding-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  #business.index .link-card.-fullRow .overlay .c-heading-a {
    grid-area: heading;
  }
}
@media (min-width: 768px) {
  #business.index .link-card.-fullRow .overlay .text {
    margin-left: 4rem;
    grid-area: text;
  }
}
@media (min-width: 768px) {
  #business.index .link-card.-fullRow .overlay .c-btn-c {
    grid-area: button;
    margin-top: 0.375rem;
  }
}
@media (min-width: 768px){
  #business.index .link-card.-fullRow .overlay .c-heading-a {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #business.index .link-card.-fullRow .overlay .text {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #business.index .link-card.-fullRow .overlay .c-btn-c {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

#sustainability:not(.iso):not(.sdgs) .l-page-contents {
  padding-top: 0;
}
@media (min-width: 768px) and (max-width: 1300px) {
  #sustainability:not(.iso):not(.sdgs) .l-page-contents {
    padding-left: 5vw;
    padding-right: 5vw;
  }
}
#sustainability .article-list .c-article-b:last-child {
  margin-bottom: 0;
}

#sustainability.entry .c-category-intro > .inner {
  margin-bottom: 0.9375rem;
}
#sustainability.entry .c-logo-list {
  margin: 0 0 5rem;
}
@media (max-width: 767px) {
  #sustainability.entry .c-logo-list {
    margin: 0 0 3rem;
  }
}

#sustainability.index .c-logo-list {
  margin: 2.25rem 0;
}
@media (max-width: 767px) {
  #sustainability.index .c-logo-list {
    margin: 1.125rem 0;
  }
}
#sustainability.index .wave-background {
  position: relative;
}
#sustainability.index .wave-background::after {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 51.5625rem;
  top: -5.125rem;
  left: 0;
  background: url("../../sustainability/images/intro-bg.png") no-repeat;
  background-size: cover;
  background-position: top -17.5rem left;
  content: "";
}
@media (max-width: 767px) {
  #sustainability.index .wave-background::after {
    width: 23.4375rem;
    height: 12.875rem;
    top: 0;
    background-position: top left;
  }
}
#sustainability.index .section-intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 5rem 5rem 7.5rem;
}
@media (max-width: 767px) {
  #sustainability.index .section-intro {
    padding: 2.5rem 1.25rem 3.75rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#sustainability.index .section-intro .heading {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (min-width: 768px) {
  #sustainability.index .section-intro .heading {
    margin: 0 6.5625rem 0 0;
    font-size: 2.1875rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    line-height: 1.76;
    letter-spacing: 0.28125rem;
  }
}
@media (max-width: 767px) {
  #sustainability.index .section-intro .heading {
    font-size: 1.25rem;
    line-height: 2;
    margin: 0 0 1.875rem;
    letter-spacing: 0.1rem;
  }
}
#sustainability.index .section-intro .content {
  font-size: 1.25rem;
  line-height: 3;
}
@media (max-width: 767px) {
  #sustainability.index .section-intro .content {
    font-size: 0.875rem;
  }
}
#sustainability.index .section-intro .content p {
  margin: 0 0 3.75rem;
}
@media (max-width: 767px) {
  #sustainability.index .section-intro .content p {
    margin: 0 0 2.625rem;
  }
}
#sustainability.index .section-intro .content p:last-child {
  margin-bottom: 0;
}
#sustainability.index .section-about {
  margin-top: 10rem;
}
@media (max-width: 767px) {
  #sustainability.index .section-about {
    padding: 0 1.25rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 3.4375rem;
  }
}
#sustainability.index .section-about > .title {
  text-align: center;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
}
@media (max-width: 767px) {
  #sustainability.index .section-about > .title {
    font-size: 1.25rem;
  }
}
@media (min-width: 768px) {
  #sustainability.index .section-about > .text {
    font-size: 1rem;
    line-height: 2.25;
    text-align: center;
    margin: 0 0 4.375rem;
  }
}
@media (max-width: 767px) {
  #sustainability.index .section-about > .text {
    font-size: 0.8125rem;
    line-height: 2;
    margin: 0 0 1.875rem;
  }
}
#sustainability.index .section-about > .button {
  text-align: center;
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #sustainability.index .section-about > .button {
    margin-top: 2.8125rem;
  }
}
#sustainability.index .section-about > .list {
  gap: 4.3125rem;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #sustainability.index .section-about > .list {
    gap: 2.143vw;
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  #sustainability.index .section-about > .list {
    gap: 1.5625rem;
  }
}
#sustainability.index .link-list {
  -ms-grid-rows: 18.75rem;
  grid-template-rows: 18.75rem;
}
@media (max-width: 767px) {
  #sustainability.index .link-list {
    -ms-grid-rows: 6.75rem;
    grid-template-rows: 6.75rem;
    -ms-grid-columns: (6.75rem)[3];
    grid-template-columns: repeat(3, 6.75rem);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #sustainability.index .link-list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  #sustainability.index .link-list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  #sustainability.index .link-list > *:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
#sustainability.index .link-card > a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
#sustainability.index .link-card .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  color: #ffffff;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-align: center;
  background: rgba(108, 114, 149, 0.3);
}
@media (max-width: 767px) {
  #sustainability.index .link-card .text {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  #sustainability.index .feature-card {
    width: 100%;
  }
}
#sustainability.index .feature-card .title {
  margin: 0;
  font-weight: bold;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #sustainability.index .feature-card .title {
    font-size: 0.9375rem;
  }
}
#sustainability.index .feature-card .image {
  margin: 1rem 0 1.125rem;
  position: relative;
}
@media (max-width: 767px) {
  #sustainability.index .feature-card .image {
    margin: 0.625rem 0 0.75rem;
  }
}
#sustainability.index .feature-card .image img {
  width: 100%;
}
#sustainability.index .feature-card .image .caption {
  position: absolute;
  bottom: 0.375rem;
  right: 0.375rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1;
}
#sustainability.index .feature-card p {
  margin: 0;
  font-size: 1rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #sustainability.index .feature-card p {
    font-size: 0.8125rem;
    line-height: 1.6;
  }
}
#sustainability.index .logo-list {
  margin: 10rem 0 7.5rem;
  gap: 1.875rem;
}
@media (min-width: 768px) and (max-width: 1400px) {
  #sustainability.index .logo-list {
    gap: 2.143vw;
    padding: 0 5vw;
  }
}
@media (max-width: 767px) {
  #sustainability.index .logo-list {
    padding: 0 3.125rem;
    gap: 0.5rem;
    margin: 3.4375rem 0 3.75rem;
  }
}
#sustainability.index .logo-list .item img {
  width: 100%;
}
#sustainability.index .standard-box {
  background: #EAEBF2;
  margin-bottom: 12.5rem;
  padding: 5.625rem 5.625rem 3.75rem;
}
@media (min-width: 768px) and (max-width: 1380px) {
  #sustainability.index .standard-box {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}
@media (max-width: 767px) {
  #sustainability.index .standard-box {
    padding: 1.875rem 1.875rem 2.8125rem;
    margin: 0 -1.5rem 5rem;
  }
}
#sustainability.index .standard-box .title {
  font-size: 2.5rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 0 3.75rem;
}
@media (max-width: 767px) {
  #sustainability.index .standard-box .title {
    font-size: 1.125rem;
    margin: 0 0 1.5625rem;
  }
}

#sustainability.eco .l-page-contents {
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  #sustainability.eco .l-page-contents {
    padding-bottom: 3rem;
  }
}
@media (min-width: 768px) {
  #sustainability.eco .c-logo-list {
    margin: 0 0 5rem;
  }
}
#sustainability.eco .section-report {
  background: #FAFAFA url("../../sustainability/eco/images/report-bg.png") no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 7.5rem 0;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report {
    background-size: 23.4375rem 12.8125rem;
    padding: 2.5rem 0;
  }
}
#sustainability.eco .section-report .l-page-contents {
  padding-bottom: 0;
}
#sustainability.eco .section-report .c-title-a {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report .c-title-a {
    margin-bottom: 2.0625rem;
  }
}
#sustainability.eco .section-report p {
  font-size: 1rem;
  line-height: 2.25;
  margin: 0 auto;
  max-width: 57.5rem;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
#sustainability.eco .section-report .date {
  text-align: center;
  font-size: 0.875rem;
  margin: 2.5rem 0 4.8125rem;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report .date {
    font-size: 0.75rem;
    margin: 1.875rem 0 2.8125rem;
  }
}
#sustainability.eco .section-report .date > a {
  border: 1px solid #6C7295;
  background: #ffffff;
  border-radius: 1.875rem;
  padding: 0.875rem 3.75rem;
  color: #111111;
  text-decoration: none;
  display: inline-block;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report .date > a {
    border-radius: 1.625rem;
    padding: 0.375rem 3.75rem;
  }
}
@media (min-width: 768px) {
  #sustainability.eco .section-report .date > a br {
    display: none;
  }
}
#sustainability.eco .section-report .title {
  font-size: 1.25rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0 0 3.25rem;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report .title {
    font-size: 1rem;
    margin-bottom: 1.5625rem;
  }
}
#sustainability.eco .section-report .c-list-b > li {
  padding-right: 0.9375rem;
}
@media (max-width: 767px) {
  #sustainability.eco .section-report .c-list-b > li {
    padding-right: 0;
  }
}

#sustainability.iso .section {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  #sustainability.iso .section {
    margin-top: 2.5rem;
  }
}
#sustainability.iso .section .box {
  background: #FAFAFA;
  padding: 5rem;
  margin: 3rem 0;
}
@media (max-width: 767px) {
  #sustainability.iso .section .box {
    padding: 1.875rem;
    margin: 1.875rem 0;
  }
}
#sustainability.iso .section > p {
  font-size: 1rem;
  line-height: 2.25;
  margin: 0 0 1.6em;
}
@media (max-width: 767px) {
  #sustainability.iso .section > p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
#sustainability.iso .section .c-title-b {
  letter-spacing: 0.1125rem;
}
#sustainability.iso .section .c-title-c {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #sustainability.iso .section .c-title-c {
    margin-top: 1.875rem;
  }
}
#sustainability.iso .section .txta {
  font-weight: bold;
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  #sustainability.iso .section .txta {
    margin: 0;
  }
}
#sustainability.iso .section .txta + ul {
  margin-top: 0.75rem;
}
#sustainability.iso .section *:last-child {
  margin-bottom: 0;
}

#sustainability.sdgs .c-heading-b {
  margin-bottom: 8.75rem;
}
@media (max-width: 767px) {
  #sustainability.sdgs .c-heading-b {
    margin-bottom: 3.4375rem;
  }
}
@media (min-width: 768px) {
  #sustainability.sdgs .section {
    padding-left: 5rem;
    padding-right: 5rem;
    margin-bottom: 10rem;
  }
}
@media (max-width: 767px) {
  #sustainability.sdgs .section {
    margin-bottom: 1.875rem;
  }
}
#sustainability.sdgs .section:last-child {
  margin-bottom: 0;
}
#sustainability.sdgs .section > p {
  font-size: 1rem;
  line-height: 2.25;
  margin: 0;
}
@media (max-width: 767px) {
  #sustainability.sdgs .section > p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
#sustainability.sdgs .section .box {
  background: #EAEBF2;
  margin: 2.5rem 0 2.8125rem;
  padding: 4rem 7.5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4.375rem 1fr;
  grid-template-columns: 4.375rem 1fr;
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .box {
    padding: 1.875rem 1.5625rem;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin: 2.1875rem 0;
  }
}
#sustainability.sdgs .section .box dt, #sustainability.sdgs .section .box dd {
  font-size: 1.375rem;
  margin: 0 0 0.875rem;
}
#sustainability.sdgs .section .box dt:last-of-type, #sustainability.sdgs .section .box dd:last-of-type {
  margin-bottom: 0;
}
#sustainability.sdgs .section .box dt {
  font-weight: bold;
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .box dt {
    font-size: 0.8125rem;
    margin-bottom: 0.3125rem;
  }
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .box dd {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
  }
}
#sustainability.sdgs .section .image {
  text-align: center;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .image {
    margin-top: 1.875rem;
  }
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .image + .image {
    margin-top: 1rem;
  }
}
#sustainability.sdgs .section .c-table-a {
  margin-top: 5rem;
}
@media (max-width: 767px) {
  #sustainability.sdgs .section .c-table-a {
    margin-top: 2.5rem;
  }
}
@media (min-width: 768px) {
  #sustainability.sdgs .section .c-grid-2 {
    gap: 2.5rem;
  }
}

#recruit .entry-button:not(.-fixed) {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
@media (max-width: 1080px) {
  #recruit .entry-button:not(.-fixed) {
    right: 6.875rem;
  }
}
@media (max-width: 767px) {
  #recruit .entry-button:not(.-fixed) {
    right: 3.75rem;
  }
}
#recruit .entry-button:not(.-fixed) > a {
  text-decoration: none;
  width: 15rem;
  height: 7.5rem;
  color: #ffffff;
  font-size: 1.75rem;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  background: #9FA4BF;
  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;
}
#recruit .entry-button:not(.-fixed) > a:hover {
  background: #00073E;
}
@media (max-width: 767px) {
  #recruit .entry-button:not(.-fixed) > a {
    width: 3.75rem;
    height: 3.875rem;
    font-size: 0.8125rem;
  }
}
#recruit .entry-button.-fixed {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 100;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#recruit .entry-button.-fixed > a {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  text-decoration: none;
  width: 1em;
  padding: 2em 1em;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1;
  text-align: center;
  word-break: break-all;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  background: #9FA4BF;
  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;
}
#recruit .entry-button.-fixed > a:hover {
  background: #00073E;
}
@media (max-width: 767px) {
  #recruit .entry-button.-fixed > a {
    font-size: 0.9375rem;
  }
}
#recruit .section-entry {
  background: url("../../recruit/images/entry-background.jpg");
  background-size: cover;
  padding: 3.625rem 1.25rem 6.25rem 2.5rem;
  position: relative;
}
@media (max-width: 767px) {
  #recruit .section-entry {
    padding: 3.75rem 1.5rem;
  }
}
#recruit .section-entry:not(#entry-modal)::before, #recruit .section-entry:not(#entry-modal)::after {
  position: absolute;
  left: 50%;
  content: "";
}
#recruit .section-entry:not(#entry-modal)::before {
  top: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22.707' height='40.694' viewBox='0 0 22.707 40.694'%3E%3Cg transform='translate(22.707 -60.013) rotate(90)'%3E%3Crect width='40' height='1' transform='translate(60.013 10.781)' fill='%23fff'/%3E%3Cpath d='M22,12.061,11.354,1.414.707,12.061,0,11.354,11.354,0l.354.354,11,11Z' transform='translate(100.707) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 1.4375rem 2.5625rem;
  width: 1.4375rem;
  height: 2.5625rem;
  margin-left: -0.71875rem;
}
@media (max-width: 767px) {
  #recruit .section-entry:not(#entry-modal)::before {
    width: 0.9375rem;
    height: 2.5rem;
    margin-left: -0.46875rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.062' height='39.694' viewBox='0 0 15.062 39.694'%3E%3Cg transform='translate(18.738 -60.013) rotate(90)'%3E%3Crect width='39' height='1' transform='translate(60.013 10.781)' fill='%23fff'/%3E%3Cpath d='M14.593,8,7.531.938.469,8,0,7.531,7.531,0l.234.235,7.3,7.3Z' transform='translate(99.707 3.676) rotate(90)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E%0A");
    background-size: 0.9375rem 2.5rem;
  }
}
#recruit .section-entry:not(#entry-modal)::after {
  top: -5rem;
  border-right: 1px solid #6C7295;
  height: 5rem;
  margin-left: -0.03125rem;
  content: "";
}
@media (max-width: 767px) {
  #recruit .section-entry:not(#entry-modal)::after {
    height: 2.5rem;
    top: -2.5rem;
  }
}
#recruit .section-entry > .heading {
  text-align: center;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 2.5rem;
  margin: 0 0 0.9375rem;
  color: #ffffff;
}
@media (max-width: 767px) {
  #recruit .section-entry > .heading {
    font-size: 2rem;
    margin-bottom: 0.5rem;
  }
}
#recruit .section-entry > .text {
  font-size: 0.9375rem;
  text-align: center;
  margin: 0;
  color: #ffffff;
}
@media (max-width: 767px) {
  #recruit .section-entry > .text {
    font-size: 0.875rem;
  }
}
#recruit .section-entry > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 4.5625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 1301px) {
  #recruit .section-entry > .wrapper {
    gap: 5rem;
  }
}
@media (max-width: 1300px) {
  #recruit .section-entry > .wrapper {
    gap: 3.25rem;
  }
}
@media (max-width: 767px) {
  #recruit .section-entry > .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .section-entry .link-card {
  background: #ffffff;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card {
    width: calc(100% - 1.6875rem);
    margin-left: 1.6875rem;
  }
}
#recruit .section-entry .link-card > .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.625rem 2.5rem 0 0.625rem;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card > .wrapper {
    padding-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#recruit .section-entry .link-card > .wrapper, #recruit .section-entry .link-card > .wrapper > a {
  text-decoration: none;
  color: #111111;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#recruit .section-entry .link-card > .wrapper:hover img, #recruit .section-entry .link-card > .wrapper > a:hover img {
  opacity: 1;
}
#recruit .section-entry .link-card .image {
  margin: -1.875rem 0 0 -1.875rem;
  width: 17.5rem;
  z-index: 1;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card .image {
    margin: -1.875rem 0 0 -2.3125rem;
  }
}
#recruit .section-entry .link-card .image img {
  display: block;
  width: 17.5rem;
}
#recruit .section-entry .link-card .image .caption {
  font-size: 1rem;
  padding: 1.25rem 0 0.9375rem 2.8125rem;
  position: relative;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card .image .caption {
    font-size: 0.875rem;
    padding: 1.25rem 0 1.0625rem 3.125rem;
  }
}
#recruit .section-entry .link-card .image .caption::after {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
      -ms-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10.781' height='14' viewBox='0 0 10.781 14'%3E%3Cg transform='translate(10.781) rotate(90)'%3E%3Crect width='13.293' height='1' transform='translate(0 4.998)' fill='%236c7295'/%3E%3Cpath d='M10.1,5.968l-4.69-4.6-4.75,4.6L0,5.391,5.391,0l.168.168,5.223,5.223Z' transform='translate(14) rotate(90)' fill='%236c7295'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-size: 0.6875rem 0.875rem;
  width: 0.6875rem;
  height: 0.875rem;
  content: "";
}
#recruit .section-entry .link-card .banners {
  margin: 0 0 0.75rem 1.5rem;
  padding: 0;
  list-style: none;
  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;
  gap: 0.75rem;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card .banners {
    margin: 0.3125rem 1.5625rem 1.5rem 0.75rem;
  }
}
#recruit .section-entry .link-card .banners li {
  width: 21.875rem;
}
@media (max-width: 767px) {
  #recruit .section-entry .link-card .banners li {
    width: 100%;
  }
}
#recruit .section-entry .link-card .banners li a {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}
#recruit .section-entry#entry-modal {
  display: none;
}
@media (min-width: 1301px) {
  #recruit .section-entry#entry-modal {
    width: 80rem;
  }
}
@media (max-width: 1300px) {
  #recruit .section-entry#entry-modal {
    width: 100%;
  }
}
#recruit .section-entry#entry-modal .carousel__button.is-close {
  outline: 0;
  width: 3rem;
  height: 3rem;
}
@media (min-width: 1461px) {
  #recruit .section-entry#entry-modal .carousel__button.is-close {
    top: 0;
    right: -4rem;
  }
}
@media (min-width: 768px) and (max-width: 1460px) {
  #recruit .section-entry#entry-modal .carousel__button.is-close {
    top: -3.625rem;
  }
}
@media (max-width: 767px) {
  #recruit .section-entry#entry-modal .carousel__button.is-close {
    top: -2.5rem;
    width: 1.875rem;
    height: 1.875rem;
  }
}
#recruit .section-entry#entry-modal .carousel__button.is-close svg {
  width: 100%;
  height: 100%;
  stroke: #6C7295;
  stroke-width: 0;
  -webkit-filter: unset;
          filter: unset;
}

#recruit.entry .page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 3.125rem;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #recruit.entry .page-header {
    margin-bottom: 1.875rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-top: 2.0625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit.entry .page-header > .text {
  font-size: 1rem;
  line-height: 2.25;
  margin: 3.25rem 0 0;
}
@media (max-width: 767px) {
  #recruit.entry .page-header > .text {
    font-size: 0.875rem;
    line-height: 2;
    text-align: center;
    margin: 0.75rem 0 0;
  }
}

@media (max-width: 767px) {
  #recruit.index .l-header, #recruit.index .l-footer, #recruit.index .section-intro, #recruit.index .section-faq, #recruit.index .section-topics {
    background-color: #ffffff;
  }
}
#recruit.index .section-message {
  position: relative;
  padding: 11.25rem 0 10.625rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  #recruit.index .section-message {
    padding: 2.8125rem 1.25rem 2.8125rem;
  }
}
#recruit.index .section-message::before {
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("../../recruit/images/message-cover.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  content: "";
}
@media (min-width: 768px) {
  #recruit.index .section-message::before {
    position: absolute;
    height: 100%;
    background-attachment: fixed;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-message::before {
    position: fixed;
    height: 47rem;
    background-position: top left 37%;
  }
}
#recruit.index .section-message::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 7, 62, 0)), color-stop(51.2%, rgba(0, 7, 62, 0.635)), to(#00073e));
  background: linear-gradient(to bottom, rgba(0, 7, 62, 0) 0%, rgba(0, 7, 62, 0.635) 51.2%, #00073e 100%);
  z-index: -1;
  content: "";
}
#recruit.index .section-message .content {
  width: 57.5rem;
  margin: 10.75rem auto 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 767px) {
  #recruit.index .section-message .content {
    width: 100%;
    margin: 1.75rem 0 0;
  }
}
#recruit.index .section-message .content > .title {
  text-align: center;
  font-size: 2rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.3125rem;
  margin: 0 0 7.3125rem;
}
@media (max-width: 767px) {
  #recruit.index .section-message .content > .title {
    font-size: 1.125rem;
    line-height: 1.7777777778;
    margin-bottom: 2.5rem;
  }
}
#recruit.index .section-message .content > .button {
  text-align: center;
  margin-top: 2.5rem;
}
#recruit.index .section-message .content p {
  font-size: 1.125rem;
  line-height: 2.67;
  margin: 0;
  letter-spacing: 0.09375rem;
}
@media (max-width: 767px) {
  #recruit.index .section-message .content p {
    font-size: 0.875rem;
    line-height: 2;
  }
}
#recruit.index .section-message .content > .movie {
  max-width: 57.5rem;
  margin: 7.5rem auto 0;
  text-align: center;
}
@media (max-width: 767px) {
  #recruit.index .section-message .content > .movie {
    margin-top: 5rem;
  }
}
#recruit.index .section-people {
  background: #00073E;
  color: #ffffff;
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people {
    padding-top: 1.875rem;
    padding-bottom: 5rem;
  }
}
#recruit.index .section-people > .heading {
  text-align: center;
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people > .heading {
    font-size: 0.9375rem;
  }
}
#recruit.index .section-people > .heading > span {
  display: block;
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 1.375rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people > .heading > span {
    font-size: 1.75rem;
    margin-bottom: 0.75rem;
  }
}
#recruit.index .section-people .people-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 5rem 0 0;
  padding: 0 1.25rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 1.75rem 0 0;
  }
}
#recruit.index .section-people .people-list .item {
  width: 26.25rem;
  height: 18.75rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list .item {
    width: 100%;
    height: auto;
  }
}
#recruit.index .section-people .people-list .figure {
  margin: 0;
}
#recruit.index .section-people .people-list .figure > img {
  width: 100%;
}
#recruit.index .section-people .people-list .link {
  display: block;
  position: relative;
  text-decoration: none;
}
@media (min-width: 768px) {
  #recruit.index .section-people .people-list .link:hover .caption {
    opacity: 1;
    visibility: visible;
  }
}
#recruit.index .section-people .people-list .caption {
  position: absolute;
  background: rgba(0, 7, 62, 0.5);
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  color: #ffffff;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  #recruit.index .section-people .people-list .caption {
    opacity: 0;
    visibility: hidden;
    -webkit-transition-property: opacity, visibility;
    transition-property: opacity, visibility;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
#recruit.index .section-people .people-list .caption p {
  margin: 0;
}
#recruit.index .section-people .people-list .caption p.text {
  font-size: 1.5rem;
  line-height: 1.458;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list .caption p.text {
    font-size: 1.0625rem;
  }
}
#recruit.index .section-people .people-list .caption p.name {
  font-size: 1.5rem;
  margin: 0.9375rem 0 0.375rem;
  line-height: 1;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list .caption p.name {
    font-size: 1.0625rem;
    margin: 0.625rem 0 0.375rem;
  }
}
#recruit.index .section-people .people-list .caption p.pos {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list .caption p.pos {
    font-size: 0.6875rem;
  }
}
#recruit.index .section-people .people-list .caption .c-btn-c {
  margin: 0.5rem auto 1.5rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people .people-list .caption .c-btn-c {
    margin: 0.75rem auto 1rem;
  }
}
#recruit.index .section-people > .button {
  text-align: center;
  margin-top: 4.6875rem;
}
@media (max-width: 767px) {
  #recruit.index .section-people > .button {
    margin-top: 2.1875rem;
  }
}
#recruit.index .section-intro {
  overflow: hidden;
}
@media (min-width: 768px) {
  #recruit.index .section-intro {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
#recruit.index .section-intro.-business {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-business {
    padding-top: 3.125rem;
    padding-bottom: 0.9375rem;
  }
}
#recruit.index .section-intro.-business > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-business > .inner {
    height: 42.5rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-business > .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-business .image {
    position: absolute;
    top: 0;
    left: -13.4375rem;
    width: 45rem;
    height: 42.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1080px) {
  #recruit.index .section-intro.-business .image {
    left: -7.5rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-business .image {
    margin-left: -1.5rem;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-business .body {
    width: 28.5rem;
  }
}
#recruit.index .section-intro.-environment {
  position: relative;
  padding-bottom: 7.5rem;
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-environment {
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-environment > .inner {
    position: relative;
    height: 40rem;
    padding-top: 10rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-environment > .inner {
    background: #EAEBF2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-environment > .inner::before, #recruit.index .section-intro.-environment > .inner::after {
    position: absolute;
    height: 100%;
    top: 0;
    background: #EAEBF2;
    z-index: -1;
    content: "";
  }
}
#recruit.index .section-intro.-environment > .inner::before {
  width: calc((100vw - 75rem) / 2);
  left: calc((100vw - 75rem) / -2);
}
@media (min-width: 768px) and (max-width: 1300px) {
  #recruit.index .section-intro.-environment > .inner::before {
    width: 1.25rem;
    left: -1.25rem;
  }
}
#recruit.index .section-intro.-environment > .inner::after {
  left: 0;
  width: calc(100% - 3.5625rem);
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-environment .image {
    position: absolute;
    top: 10rem;
    right: -10.9375rem;
    width: 45rem;
    height: 30rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro.-environment .image {
    margin-left: auto;
    margin-right: -1.5rem;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-intro.-environment .body {
    width: 24.25rem;
  }
}
@media (min-width: 768px) and (max-width: 1300px) {
  #recruit.index .section-intro.-environment .body {
    padding-left: 2.0625rem;
  }
}
#recruit.index .section-intro > .inner {
  width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1300px) {
  #recruit.index .section-intro > .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro > .inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit.index .section-intro .body > .image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#recruit.index .section-intro .body > .title {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  letter-spacing: 0.3125rem;
  margin: 0 0 1.125rem;
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .title {
    font-size: 1.75rem;
    text-align: center;
    margin-bottom: 0.5rem;
  }
}
#recruit.index .section-intro .body > .text {
  font-size: 0.9375rem;
  line-height: 2;
  margin: 0;
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .text {
    font-size: 0.875rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .text br {
    display: none;
  }
}
#recruit.index .section-intro .body > .tags {
  margin: 2.5rem 0 4.125rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .tags {
    gap: 0.25rem;
    margin: 1.25rem 0 1.5625rem;
  }
}
#recruit.index .section-intro .body > .tags .tag {
  display: block;
  border: 1px solid #707070;
  text-decoration: none;
  border-radius: 1.25rem;
  padding: 0.4375rem 1.4375rem;
  font-size: 0.9375rem;
  color: #111111;
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .tags .tag {
    font-size: 0.75rem;
    padding: 0.25rem 0.8125rem;
  }
}
#recruit.index .section-intro .body > .tags a.tag:hover {
  background-color: #C8CAD6;
}
#recruit.index .section-intro .body > .button {
  padding-left: 0.875rem;
}
@media (max-width: 767px) {
  #recruit.index .section-intro .body > .button {
    text-align: center;
    padding-left: 0;
    margin-bottom: 2.1875rem;
  }
}
#recruit.index .section-faq {
  padding: 0 0 12.5rem;
}
@media (max-width: 767px) {
  #recruit.index .section-faq {
    padding: 0 1.5rem 5rem;
  }
}
#recruit.index .section-faq > .inner {
  border: 0.25rem solid #EAEBF2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}
@media (min-width: 768px) {
  #recruit.index .section-faq > .inner {
    width: 65rem;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 3.125rem 4.6875rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-faq > .inner {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.875rem 0.625rem 0.9375rem;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-faq > .inner:hover .c-btn-c::before {
    background: #C8CAD6;
  }
}
@media (min-width: 768px) {
  #recruit.index .section-faq > .inner:hover .c-btn-c::after {
    -webkit-animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
            animation: arrowMove 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
}
#recruit.index .section-faq .text {
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0.33125rem;
  color: #111111;
}
@media (max-width: 767px) {
  #recruit.index .section-faq .text {
    font-size: 1.5rem;
    margin-bottom: 1.125rem;
  }
}
#recruit.index .section-topics {
  padding: 10rem 5vw 12.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  #recruit.index .section-topics {
    padding: 3.75rem 1.25rem 5rem;
  }
}
#recruit.index .section-topics > .inner {
  width: 67.6875rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1300px) {
  #recruit.index .section-topics > .inner {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-topics > .inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#recruit.index .section-topics > .inner > .link {
  margin-left: auto;
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  #recruit.index .section-topics > .inner > .link {
    display: none;
  }
}
#recruit.index .section-topics .heading {
  margin: 0;
  font-family: "Cormorant Garamond", "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
  display: block;
  letter-spacing: 0.125rem;
  margin-bottom: 0.1875rem;
}
#recruit.index .section-topics .link {
  font-size: 0.8125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  text-decoration: none;
  color: #111111;
}
@media (max-width: 767px) {
  #recruit.index .section-topics .link {
    font-size: 0.6875rem;
  }
}
#recruit.index .section-topics .link::after {
  display: inline-block;
  margin-left: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10.781' viewBox='0 0 14 10.781'%3E%3Crect width='13.293' height='1' transform='translate(0 4.998)' fill='%236c7295'/%3E%3Cpath d='M10.1,5.968l-4.69-4.6-4.75,4.6L0,5.391,5.391,0l.168.168,5.223,5.223Z' transform='translate(14) rotate(90)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 0.875rem 0.6875rem;
  width: 0.875rem;
  height: 0.6875rem;
  content: "";
}
@media (min-width: 768px) {
  #recruit.index .section-topics .head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-topics .head {
    margin-bottom: 0.625rem;
  }
}
@media (max-width: 767px) {
  #recruit.index .section-topics .head > .link {
    display: none;
  }
}
#recruit.index .section-topics .c-news-list-a {
  width: 50rem;
}
@media (max-width: 767px) {
  #recruit.index .section-topics .c-news-list-a {
    width: 100%;
  }
}

#recruit.message .c-category-intro {
  margin-bottom: 12.5rem;
}
@media (max-width: 767px) {
  #recruit.message .c-category-intro {
    margin-bottom: 5rem;
  }
}
#recruit.message .c-category-intro .content p {
  margin-bottom: 1.3em;
}
@media (min-width: 768px) {
  #recruit.message .c-category-intro .content p {
    font-size: 1.125rem;
    line-height: 2;
  }
}
#recruit.message .c-category-intro .content p.signature {
  text-align: right;
  font-size: 1.125rem;
}
#recruit.message .c-category-intro .content p.signature img {
  display: inline-block;
  margin-left: 1rem;
  mix-blend-mode: multiply;
  width: 15.125rem;
}
@media (max-width: 767px) {
  #recruit.message .c-category-intro .content p.signature img {
    width: 7.5rem;
    margin-left: 0.5rem;
  }
}
#recruit.message .c-category-intro .content .notes {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: intro-notes;
}
#recruit.message .c-category-intro .content .notes li {
  font-size: 0.875rem;
  line-height: 1.45;
  color: #6C7295;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #recruit.message .c-category-intro .content .notes li {
    font-size: 0.75rem;
  }
}
#recruit.message .c-category-intro .content .notes li::before {
  white-space: nowrap;
  margin-right: 0.3125rem;
  counter-increment: intro-notes;
  content: "※" counter(intro-notes);
}

#recruit.interview .article-interview {
  overflow: hidden;
  padding-bottom: 12.5rem;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview {
    padding: 2.5rem 0 5rem;
  }
}
#recruit.interview .article-interview > .l-container > .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  gap: 1.25rem;
  z-index: 1;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 1.25rem;
  }
}
@media (min-width: 768px) {
  #recruit.interview .article-interview > .l-container > .header .image {
    width: 37.5rem;
    height: 37.5rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
#recruit.interview .article-interview > .l-container > .header .image > img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #recruit.interview .article-interview > .l-container > .header > .content {
    padding-top: 5rem;
  }
}
@media (min-width: 768px) and (max-width: 1400px) {
  #recruit.interview .article-interview > .l-container > .header > .content {
    padding-left: 2.5rem;
  }
}
#recruit.interview .article-interview > .l-container > .header > .content p {
  margin: 0;
}
#recruit.interview .article-interview > .l-container > .header > .content .small {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header > .content .small {
    font-size: 0.8125rem;
  }
}
#recruit.interview .article-interview > .l-container > .header > .content .quote {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 1.6;
  margin: 0.9375rem 0 2.25rem;
  letter-spacing: 0.15625rem;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header > .content .quote {
    font-size: 1.25rem;
    margin: 1.25rem 0 0.625rem;
  }
}
#recruit.interview .article-interview > .l-container > .header > .content .name {
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  font-size: 1.5rem;
  margin-bottom: 0.4375rem;
  letter-spacing: 0.125rem;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header > .content .name {
    font-size: 1.125rem;
    margin-bottom: 0.125rem;
    letter-spacing: 0.0625rem;
  }
}
#recruit.interview .article-interview > .l-container > .header > .content .year {
  font-size: 0.9375rem;
  letter-spacing: normal;
  display: inline-block;
  margin-left: 0.375rem;
  font-family: "Noto Sans JP", "Noto Sans CJK JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ Pro", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header > .content .year {
    font-size: 0.75rem;
    margin-left: 0.1875rem;
  }
}
#recruit.interview .article-interview > .l-container > .header > .content .pos {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .header > .content .pos {
    font-size: 0.75rem;
  }
}
#recruit.interview .article-interview > .l-container > .body {
  background: #FAFAFA;
  position: relative;
}
@media (min-width: 768px) {
  #recruit.interview .article-interview > .l-container > .body {
    margin: -10.625rem 0 5rem;
    padding: 17.5rem 1.25rem 12.5rem;
  }
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .body {
    margin-top: -16.125rem;
    padding: 18.4375rem 1.25rem 3rem;
  }
}
#recruit.interview .article-interview > .l-container > .body::after {
  position: absolute;
  width: calc((100vw - 100%) / 2);
  height: 100%;
  top: 0;
  left: 100%;
  background: #FAFAFA;
  content: "";
}
@media (min-width: 768px) {
  #recruit.interview .article-interview > .l-container > .body > .inner {
    width: 57.5rem;
    margin: 0 auto;
  }
}
#recruit.interview .article-interview > .l-container > .body p {
  font-size: 1rem;
  line-height: 2.25;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .body p {
    font-size: 0.8125rem;
    line-height: 2;
  }
}
#recruit.interview .article-interview > .l-container > .body .image {
  margin: 7.5rem 0;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .body .image {
    margin: 1.875rem 0 2.1875rem;
  }
}
#recruit.interview .article-interview > .l-container > .body *:last-child {
  margin-bottom: 0;
}
#recruit.interview .article-interview > .l-container > .footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  #recruit.interview .article-interview > .l-container > .footer {
    gap: 1.5rem;
    padding: 1.25rem 1.25rem 0;
  }
}

#recruit.job .character-list {
  margin: 7.5rem auto 9.375rem;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #recruit.job .character-list {
    margin: 1.875rem 0 2.5rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#recruit.job .character-list li {
  width: 11.25rem;
  height: 25rem;
}
@media (max-width: 767px) {
  #recruit.job .character-list li {
    width: 25%;
    height: 5.875rem;
  }
}
#recruit.job .character-list a {
  width: 100%;
  height: 100%;
  color: #ffffff;
  font-size: 1.25rem;
  line-height: 1.45;
  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;
  text-decoration: none;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
@media (max-width: 767px) {
  #recruit.job .character-list a {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 0.625rem;
  }
}
#recruit.job .character-list a::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 7, 62, 0.5);
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  content: "";
}
@media (min-width: 768px) {
  #recruit.job .character-list a:hover::before {
    background: rgba(0, 7, 62, 0.2);
  }
}
@media (min-width: 768px) {
  #recruit.job .character-list a:hover .c-btn-e {
    background-color: #9FA4BF;
    border-color: #9FA4BF;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10.781' viewBox='0 0 14 10.781'%3E%3Crect width='13.293' height='1' transform='translate(0 4.998)' fill='%23fff'/%3E%3Cpath d='M10.1,5.968l-4.69-4.6-4.75,4.6L0,5.391,5.391,0l.168.168,5.223,5.223Z' transform='translate(14) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
  }
}
#recruit.job .character-list .text {
  text-align: center;
}
@media (min-width: 768px) {
  #recruit.job .character-list .text {
    position: absolute;
    top: 47%;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 767px) {
  #recruit.job .character-list .text {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 768px) {
  #recruit.job .character-list .c-btn-e {
    position: absolute;
    bottom: -1.875rem;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
        -ms-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
}
@media (max-width: 767px) {
  #recruit.job .character-list .c-btn-e {
    margin: 0.375rem 0 0.5rem;
    width: 1rem;
    height: 1rem;
    border: 1px solid #ffffff;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='10.781' viewBox='0 0 14 10.781'%3E%3Crect width='13.293' height='1' transform='translate(0 4.998)' fill='%23fff'/%3E%3Cpath d='M10.1,5.968l-4.69-4.6-4.75,4.6L0,5.391,5.391,0l.168.168,5.223,5.223Z' transform='translate(14) rotate(90)' fill='%23fff'/%3E%3C/svg%3E%0A");
    background-size: 0.5625rem 0.4375rem;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

#recruit.welfare .section-statistics {
  background: #6C7295;
  padding: 5.9375rem 5vw 7.5rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-statistics {
    padding: 2.1875rem 1.25rem 2.8125rem;
  }
}
#recruit.welfare .section-statistics .heading {
  text-align: center;
  margin: 0 0 4.6875rem;
  font-size: 2.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  color: #ffffff;
}
@media (max-width: 767px) {
  #recruit.welfare .section-statistics .heading {
    font-size: 1.25rem;
    margin: 0 0 1.875rem;
  }
}
#recruit.welfare .section-statistics .title {
  text-align: center;
  margin: 0 0 5rem;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #recruit.welfare .section-statistics .title {
    font-size: 0.8125rem;
    margin: 0 0 1.25rem;
  }
}
#recruit.welfare .section-statistics .c-grid-3 {
  gap: 1.875rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-statistics .c-grid-3 {
    gap: 0.5625rem;
    -ms-grid-columns: 1fr 0.5625rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#recruit.welfare .section-statistics .c-grid-3 + .title {
  margin-top: 7.5rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-statistics .c-grid-3 + .title {
    margin-top: 3.125rem;
  }
}
#recruit.welfare .section-statistics .card {
  background: #ffffff;
  border-radius: 0.375rem;
  overflow: hidden;
}
#recruit.welfare .section-feature {
  padding: 10rem 5vw 12.5rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature {
    padding: 3.75rem 1.25rem 5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
#recruit.welfare .section-feature .text {
  text-align: center;
  font-size: 1rem;
  margin: 2.5rem 0 5rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .text {
    font-size: 0.875rem;
    margin: 1.25rem 0 1.875rem;
  }
}
#recruit.welfare .section-feature .c-grid-3 {
  gap: 5rem 4.375rem;
}
@media (min-width: 768px) and (max-width: 1460px) {
  #recruit.welfare .section-feature .c-grid-3 {
    gap: 5vw 4.375vw;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .c-grid-3 {
    gap: 1.25rem;
    -ms-grid-columns: 1fr 1.25rem 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#recruit.welfare .section-feature .c-grid-3 .card {
  width: 100%;
}
#recruit.welfare .section-feature .c-grid-3 .card > a {
  text-decoration: none;
  color: #111111;
  display: block;
}
#recruit.welfare .section-feature .c-grid-3 .card .title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0 0 0.9375rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .c-grid-3 .card .title {
    font-size: 0.75rem;
    margin: 0 0 0.375rem;
  }
}
#recruit.welfare .section-feature .other-box {
  margin-top: 7.5rem;
  padding: 3.75rem 5.375rem 3.75rem;
  border: 0.25rem solid #EAEBF2;
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box {
    margin-top: 2.5rem;
    padding: 1.25rem 1.25rem 0.3125rem;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-list-b > li {
    width: 50%;
    margin-bottom: 0.625rem;
    padding-right: 0.9375rem;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-list-b > li.-fullRow {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-list-b .c-list-d {
    padding-left: 0;
    margin-top: 0.25rem;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-list-b .c-list-d > li {
    margin-right: 1rem;
  }
}
#recruit.welfare .section-feature .other-box .c-title-e {
  margin-bottom: 2.5rem;
  letter-spacing: 0.1rem;
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-title-e {
    font-size: 1rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1.5625rem;
  }
}
@media (max-width: 767px) {
  #recruit.welfare .section-feature .other-box .c-title-e::after {
    width: 1.5rem;
  }
}
@media (max-width: 1460px) {
  #recruit.welfare section > .l-container {
    width: 100%;
  }
}
#recruit.welfare .c-modal-box .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.875rem;
}
@media (max-width: 767px) {
  #recruit.welfare .c-modal-box .body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}
#recruit.welfare .c-modal-box .content {
  font-size: 0.9375rem;
  line-height: 2;
}
@media (max-width: 767px) {
  #recruit.welfare .c-modal-box .content {
    font-size: 0.8125rem;
    width: 100%;
  }
}
#recruit.welfare .c-modal-box .content p {
  margin: 0;
}
@media (min-width: 768px) {
  #recruit.welfare .c-modal-box .image {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 23.375rem;
  }
}

#recruit.faq .section:first-of-type {
  margin-top: 8.4375rem;
}
@media (max-width: 767px) {
  #recruit.faq .section:first-of-type {
    margin-top: 1.875rem;
  }
}
#recruit.faq .section:not(:last-of-type) {
  margin-bottom: 10.9375rem;
}
@media (max-width: 767px) {
  #recruit.faq .section:not(:last-of-type) {
    margin-bottom: 2.5rem;
  }
}
#recruit.faq .section .c-title-b {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  #recruit.faq .section .c-title-b {
    margin-bottom: 0.9375rem;
  }
}

.c-news-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.c-news-list > .item {
  border-bottom: 2px dotted #707070;
  padding: 1.875rem 0;
}
@media (max-width: 767px) {
  .c-news-list > .item {
    padding: 1.25rem 0;
  }
}

.c-news-card {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.c-news-card a {
  text-decoration: none;
  color: inherit;
}
.c-news-card a:hover {
  opacity: 0.7;
}
.c-news-card > .date, .c-news-card > .category {
  display: inline-block;
}
.c-news-card > .category {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 1em;
  padding: 0.1em 0.5em;
  background: #EAEBF2;
}
.c-news-card > .title {
  display: block;
  margin-top: 1em;
  text-align: justify;
}
@media (max-width: 767px) {
  .c-news-card > .date, .c-news-card > .title {
    font-size: 0.8125rem;
  }
  .c-news-card > .category {
    font-size: 0.75rem;
  }
}

.c-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 5.125rem 0 0;
}
@media (max-width: 767px) {
  .c-pager-list {
    margin: 3.75rem 0 0;
  }
}
.c-pager-list > * + * {
  -webkit-margin-start: 0.1em;
          margin-inline-start: 0.1em;
}
.c-pager-list > li {
  text-align: center;
}
.c-pager-list > .more {
  font-size: 1.25rem;
}
.c-pager-list a {
  display: block;
  color: inherit;
  text-decoration: none;
}
.c-pager-list a:hover {
  opacity: 0.7;
}
.c-pager-list .text {
  display: block;
  width: 2rem;
  height: 2rem;
  color: inherit;
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (max-width: 767px) {
  .c-pager-list .text {
    font-size: 0.8125rem;
  }
}
.c-pager-list .-current .text {
  color: #6C7295;
  font-weight: 700;
}
.c-pager-list .-current .text::after {
  content: "";
  display: block;
  width: 0.8em;
  height: 0.4em;
  margin: auto;
  border-bottom: 2px solid #6C7295;
}
.c-pager-list .prev, .c-pager-list .next {
  height: 2rem;
  line-height: 2rem;
}
.c-pager-list .prev .text, .c-pager-list .next .text {
  overflow: hidden;
  position: relative;
  border: 1px solid #C8CAD6;
  border-radius: 100%;
}
.c-pager-list .prev .text::after, .c-pager-list .next .text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.c-pager-list .prev .text::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210.781%22%20viewBox%3D%220%200%2014%2010.781%22%3E%20%3Cg%20id%3D%22_%22%20data-name%3D%22%E2%86%92%22%20transform%3D%22translate(14%2010.781)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_52%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2052%22%20width%3D%2213.293%22%20height%3D%221%22%20transform%3D%22translate(0%204.998)%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M10.1%2C5.968l-4.69-4.6-4.75%2C4.6L0%2C5.391%2C5.391%2C0l.168.168%2C5.223%2C5.223Z%22%20transform%3D%22translate(14)%20rotate(90)%22%20fill%3D%22%236c7295%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/50% no-repeat;
}
.c-pager-list .prev:hover .text::after {
  -webkit-animation: "prevBtnAnime" 0.6s linear;
          animation: "prevBtnAnime" 0.6s linear;
}
.c-pager-list .next .text::after {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20id%3D%22_%22%20data-name%3D%22%E2%86%92%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210.781%22%20viewBox%3D%220%200%2014%2010.781%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_52%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2052%22%20width%3D%2213.293%22%20height%3D%221%22%20transform%3D%22translate(0%204.998)%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M10.1%2C5.968l-4.69-4.6-4.75%2C4.6L0%2C5.391%2C5.391%2C0l.168.168%2C5.223%2C5.223Z%22%20transform%3D%22translate(14)%20rotate(90)%22%20fill%3D%22%236c7295%22%2F%3E%3C%2Fsvg%3E") center/50% no-repeat;
  -webkit-transform: translateX(0) rotateY(0);
          transform: translateX(0) rotateY(0);
}
.c-pager-list .next:hover .text::after {
  -webkit-animation: "nextBtnAnime" 0.6s linear;
          animation: "nextBtnAnime" 0.6s linear;
}

@-webkit-keyframes prevBtnAnime {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
            transform: translateX(-50%) rotateY(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(50%) rotateY(90deg);
            transform: translateX(50%) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}

@keyframes prevBtnAnime {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
            transform: translateX(-50%) rotateY(-90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(50%) rotateY(90deg);
            transform: translateX(50%) rotateY(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes nextBtnAnime {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%) rotateY(90deg);
            transform: translateX(50%) rotateY(90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
            transform: translateX(-50%) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}
@keyframes nextBtnAnime {
  0% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: translateX(50%) rotateY(90deg);
            transform: translateX(50%) rotateY(90deg);
    opacity: 0;
  }
  51% {
    -webkit-transform: translateX(-50%) rotateY(-90deg);
            transform: translateX(-50%) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) rotateY(0);
            transform: translateX(0) rotateY(0);
    opacity: 1;
  }
}
.c-image-a:not(:has(.pdfBtn)) {
  margin: 3.75rem 0;
}
div[class*=-col2] .c-image-a {
  margin: 1.5em 0;
}
.c-image-a a.pdfBtn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 25rem;
  margin: 4em auto 0;
  padding: 1em 2em;
  border-radius: 5em;
  color: #6C7295;
  text-decoration: none;
  background: #EAEBF2;
}
@media (max-width: 767px) {
  .c-image-a a.pdfBtn {
    min-width: 0;
    font-size: 0.875rem;
  }
}
.c-image-a a.pdfBtn::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-top: 0.2em;
  margin-left: 0.5em;
  margin-bottom: -0.1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213.015%22%20height%3D%2215.995%22%20viewBox%3D%220%200%2013.015%2015.995%22%3E%20%3Cdefs%3E%20%3CclipPath%20id%3D%22clip-path%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_1667%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%201667%22%20width%3D%2213.015%22%20height%3D%2215.995%22%20fill%3D%22%236c7295%22%2F%3E%20%3C%2FclipPath%3E%20%3C%2Fdefs%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_3044%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%203044%22%20clip-path%3D%22url(%23clip-path)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1082%22%20data-name%3D%22%E3%83%91%E3%82%B9%201082%22%20d%3D%22M10.332%2C0H4.605L4.314.291.291%2C4.314%2C0%2C4.605v8.707A2.686%2C2.686%2C0%2C0%2C0%2C2.683%2C16h7.648a2.686%2C2.686%2C0%2C0%2C0%2C2.683-2.683V2.683A2.686%2C2.686%2C0%2C0%2C0%2C10.332%2C0m1.69%2C13.312A1.69%2C1.69%2C0%2C0%2C1%2C10.332%2C15H2.683a1.69%2C1.69%2C0%2C0%2C1-1.69-1.69V5.017H3.609A1.408%2C1.408%2C0%2C0%2C0%2C5.017%2C3.609V.994h5.315a1.69%2C1.69%2C0%2C0%2C1%2C1.69%2C1.69Z%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1083%22%20data-name%3D%22%E3%83%91%E3%82%B9%201083%22%20d%3D%22M88.189%2C252.785H87.3a.255.255%2C0%2C0%2C0-.271.276v2.3a.312.312%2C0%2C1%2C0%2C.623%2C0v-.7a.023.023%2C0%2C0%2C1%2C.026-.026h.513a.93.93%2C0%2C1%2C0%2C0-1.854M88.15%2C254.1h-.475a.023.023%2C0%2C0%2C1-.026-.025v-.726a.023.023%2C0%2C0%2C1%2C.026-.025h.475a.389.389%2C0%2C1%2C1%2C0%2C.777%22%20transform%3D%22translate(-84.307%20-244.888)%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1084%22%20data-name%3D%22%E3%83%91%E3%82%B9%201084%22%20d%3D%22M172.886%2C252.785H172.2a.255.255%2C0%2C0%2C0-.271.276V255.4a.252.252%2C0%2C0%2C0%2C.271.272h.683c.615%2C0%2C1-.2%2C1.15-.666a3.587%2C3.587%2C0%2C0%2C0%2C0-1.553c-.153-.471-.535-.666-1.15-.666m.552%2C2c-.072.229-.28.327-.569.327h-.288a.023.023%2C0%2C0%2C1-.026-.025v-1.723a.023.023%2C0%2C0%2C1%2C.026-.026h.288c.289%2C0%2C.5.1.569.327a3.126%2C3.126%2C0%2C0%2C1%2C0%2C1.12%22%20transform%3D%22translate(-166.56%20-244.888)%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_1085%22%20data-name%3D%22%E3%83%91%E3%82%B9%201085%22%20d%3D%22M261.621%2C252.785h-1.4a.255.255%2C0%2C0%2C0-.272.276v2.3a.312.312%2C0%2C1%2C0%2C.624%2C0v-.823a.022.022%2C0%2C0%2C1%2C.025-.025h.815a.268.268%2C0%2C1%2C0%2C0-.535H260.6a.022.022%2C0%2C0%2C1-.025-.026v-.607a.022.022%2C0%2C0%2C1%2C.025-.025h1.023a.27.27%2C0%2C1%2C0%2C0-.539%22%20transform%3D%22translate(-251.828%20-244.888)%22%20fill%3D%22%236c7295%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

.c-news-head > .category {
  margin-left: 0.8em;
  padding: 0.2em 0.3em;
  text-decoration: none;
  color: inherit;
  background: #EAEBF2;
}
.c-news-head > .title {
  font-size: 1.125rem;
  line-height: 1.8;
  padding-bottom: 1em;
  border-bottom: 1px solid;
}

.c-news-foot {
  margin-top: 2.5rem;
  padding-top: 2.5rem;
  border-top: 1px dashed #111111;
}
.c-news-foot > .backBtn {
  color: inherit;
  text-decoration: none;
}
.c-news-foot > .backBtn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-right: 1.5em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2214%22%20height%3D%2210.781%22%20viewBox%3D%220%200%2014%2010.781%22%3E%20%3Cg%20id%3D%22_%22%20data-name%3D%22%E2%86%92%22%20transform%3D%22translate(14%2010.781)%20rotate(180)%22%3E%20%3Crect%20id%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2_52%22%20data-name%3D%22%E9%95%B7%E6%96%B9%E5%BD%A2%2052%22%20width%3D%2213.293%22%20height%3D%221%22%20transform%3D%22translate(0%204.998)%22%20fill%3D%22%236c7295%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_7%22%20data-name%3D%22%E3%83%91%E3%82%B9%207%22%20d%3D%22M10.1%2C5.968l-4.69-4.6-4.75%2C4.6L0%2C5.391%2C5.391%2C0l.168.168%2C5.223%2C5.223Z%22%20transform%3D%22translate(14)%20rotate(90)%22%20fill%3D%22%236c7295%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E") center/contain no-repeat;
}

.mfp-bg {
  background: rgba(159, 164, 191, 0.8);
}

.c-staffPop-content {
  position: relative;
}
.mfp-content:has(.c-staffPop-content) {
  max-width: 67.5rem;
}
.c-staffPop-content .mfp-iframe {
  background: #fff;
  width: 100%;
  height: 80vh;
  max-height: 40rem;
}
@media (max-width: 767px) {
  .c-staffPop-content .mfp-iframe {
    max-height: 100%;
  }
}
.c-staffPop-content .close-btn {
  position: absolute;
  outline: 0;
  cursor: pointer;
}
@media (min-width: 1461px) {
  .c-staffPop-content .close-btn {
    top: 0;
    right: -4rem;
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1460px) {
  .c-staffPop-content .close-btn {
    width: 1.875rem;
    right: 0rem;
    height: 1.875rem;
    top: -2.5rem;
  }
}
.c-staffPop-content .close-btn svg {
  width: 100%;
  height: 100%;
  stroke: #6C7295;
  stroke-width: 0;
  -webkit-filter: unset;
          filter: unset;
}

.c-staffMessage-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  margin: 6.25rem 0 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid #EAEBF2;
}
@media (max-width: 767px) {
  .c-staffMessage-list {
    margin: 2.5rem 0 0;
    -ms-grid-columns: (50%)[2];
    grid-template-columns: repeat(2, 50%);
  }
}
.c-staffMessage-list > .item {
  border: solid #EAEBF2;
  border-width: 0 1px 1px 0;
}
.c-staffMessage-list > .item:nth-child(1), .c-staffMessage-list > .item:nth-child(2), .c-staffMessage-list > .item:nth-child(3) {
  border-top: 1px solid #EAEBF2;
}
@media (max-width: 767px) {
  .c-staffMessage-list > .item:nth-child(3) {
    border-top: 0;
  }
}

.c-staffMessage-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 35% 15% 50%;
  grid-template-columns: 35% 50%;
  gap: 15%;
  position: relative;
  height: 100%;
  padding: 2.5rem;
  color: inherit;
  text-decoration: none;
}
@media (max-width: 767px) {
  .c-staffMessage-card {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: 5.625rem 0.9375rem 1fr;
    grid-template-rows: 5.625rem 1fr;
    gap: 0.9375rem;
    padding: 0.9375rem;
  }
  .c-staffMessage-card > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-staffMessage-card > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.c-staffMessage-card::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  background: linear-gradient(100deg, #F7F8FB, #D9DAEA);
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.c-staffMessage-card:hover::after {
  opacity: 1;
}
.c-staffMessage-card > .image > img {
  width: 7.5rem;
  border-radius: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .c-staffMessage-card > .image {
    text-align: center;
  }
  .c-staffMessage-card > .image > img {
    width: 5.625rem;
  }
}
.c-staffMessage-card > .detail > .name, .c-staffMessage-card > .detail > .div, .c-staffMessage-card > .detail > .startYear {
  display: block;
}
.c-staffMessage-card > .detail > .name {
  font-size: 1.125rem;
}
.c-staffMessage-card > .detail > .div {
  font-size: 0.9375rem;
}
.c-staffMessage-card > .detail > .startYear {
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .c-staffMessage-card > .detail > .startYear {
    font-size: 0.8125rem;
  }
}
.c-staffMessage-card > .detail > .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 0.8125rem;
  margin: 0.5em -0.25em -0.25em;
}
.c-staffMessage-card > .detail > .tagList > li {
  padding: 0.25em;
}
.c-staffMessage-card > .detail > .tagList > li > .tag {
  display: inline-block;
  background: #6C7295;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 2px;
}

.c-staffMessage-wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 5.7142857143rem 1fr;
  grid-template-columns: auto 1fr;
  gap: 5.7142857143rem;
  padding: 5.7142857143rem 8.5714285714rem;
}
@media (max-width: 767px) {
  .c-staffMessage-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0.7142857143rem;
    gap: 3.5714285714rem;
  }
}
.c-staffMessage-wrap > .profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  padding-left: 0;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  color: inherit;
  text-decoration: none;
  width: 8.5714285714rem;
}
@media (max-width: 767px) {
  .c-staffMessage-wrap > .profile {
    width: 100%;
  }
}
.c-staffMessage-wrap > .profile > .image {
  width: 100%;
  text-align: center;
}
.c-staffMessage-wrap > .profile > .image > img {
  border-radius: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 8.5714285714rem;
  max-width: none;
}
@media (max-width: 767px) {
  .c-staffMessage-wrap > .profile > .image {
    width: 40%;
  }
  .c-staffMessage-wrap > .profile > .image > img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .c-staffMessage-wrap > .profile > .detail {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 60%;
    padding-left: 1.4285714286rem;
  }
}
.c-staffMessage-wrap > .profile > .detail > .name {
  display: block;
  margin-top: 1em;
  font-size: 1.2857142857rem;
}
.c-staffMessage-wrap > .profile > .detail > .div, .c-staffMessage-wrap > .profile > .detail > .startYear {
  display: block;
  font-size: 1.0714285714rem;
}
.c-staffMessage-wrap > .profile > .detail > .tagList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  list-style: none;
  padding-left: 0;
  font-size: 0.9285714286rem;
  margin: 0.5em -0.25em -0.25em;
}
.c-staffMessage-wrap > .profile > .detail > .tagList > li {
  padding: 0.25em;
}
.c-staffMessage-wrap > .profile > .detail > .tagList > li > .tag {
  display: inline-block;
  background: #6C7295;
  color: #fff;
  padding: 0.2em 0.5em;
  border-radius: 2px;
}

.c-staffFaq-question {
  font-size: 1.125rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0.7em;
  border-bottom: 1px solid #111111;
}
.c-staffFaq-question:not(:first-child) {
  margin-top: 2.5em;
}

.c-staffFaq-answer {
  margin: 1em 0 0;
  font-size: 0.9375rem;
  text-align: justify;
  line-height: 2;
}

.c-sitemap-list {
  margin: 0;
  padding: 0 0 3rem;
  border-bottom: 1px dotted #00073E;
}
+ .c-sitemap-list {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .c-sitemap-list {
    padding: 0 0 1.5rem;
  }
  + .c-sitemap-list {
    margin-top: 1.5rem;
  }
}
.c-sitemap-list a {
  color: inherit;
  text-decoration: none;
}
.c-sitemap-list a[target=_blank] {
  padding-right: 1.25rem;
  position: relative;
}
.c-sitemap-list a[target=_blank]::after {
  position: absolute;
  top: 0.375rem;
  right: 0;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cg fill='none'%3E%3Cpath d='M0,0H9V9H0Z' stroke='none'/%3E%3Cpath d='M 1 1 L 1 8 L 8 8 L 8 1 L 1 1 M 0 0 L 9 0 L 9 9 L 0 9 L 0 0 Z' stroke='none' fill='%236c7295'/%3E%3C/g%3E%3Cpath d='M5174.441,5874.75h-10v-.952h9.048v-9.048h.952Z' transform='translate(-5162.441 -5862.75)' fill='%236c7295'/%3E%3C/svg%3E%0A");
  background-size: 0.75rem 0.75rem;
  content: "";
}
.c-sitemap-list > dt {
  position: relative;
  padding-left: 0.8em;
  margin-bottom: 1em;
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .c-sitemap-list > dt {
    margin-bottom: 0;
    font-size: 0.875rem;
  }
}
.c-sitemap-list > dt::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.3333333333em;
  height: 0.3333333333em;
  background: #6C7295;
  border-radius: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.c-sitemap-list > dd {
  position: relative;
  display: inline-block;
  margin: 1em 0 0 1.5em;
  padding-left: 0.8em;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .c-sitemap-list > dd {
    font-size: 0.8125rem;
  }
}
.c-sitemap-list > dd::before {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 0.5em;
  height: 1px;
  background: #6C7295;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}

.c-sitemap-list:not(:has(dd)) > dt {
  margin-bottom: 0;
}

+ .c-sitemap-list:not(:has(dt)) {
  margin-top: 1.875rem;
}
@media (max-width: 767px) {
  + .c-sitemap-list:not(:has(dt)) {
    margin-top: 1.25rem;
  }
}
.c-sitemap-list:not(:has(dt)) > dd {
  margin: 1em 1.5em 0 0;
}

.p-404-lead {
  margin: 4em 0 6em;
  text-align: center;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-404-lead {
    font-size: 0.75rem;
  }
}

.p-privacy-title-a {
  font-size: 1.5rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  border-bottom: 1px solid #00073E;
  padding-bottom: 1.375rem;
  margin: 6em 0 1.5em;
}
.p-privacy-title-a:first-child, .p-privacy-title-a.-first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-privacy-title-a {
    font-size: 1.125rem;
    padding-bottom: 0.75rem;
  }
}

.p-privacy-title-b {
  font-size: 1.25rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  padding-bottom: 0.875rem;
  position: relative;
  margin: 3em 0 1.5em;
}
.p-privacy-title-b:first-child, .p-privacy-title-b.-first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-privacy-title-b {
    margin: 2.4em 0 0.8em;
    font-size: 0.875rem;
  }
}
.p-privacy-title-b::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  border-bottom: 1px solid #00073E;
  content: "";
}

.p-privacy-title-c {
  position: relative;
  margin: 3em 0 0;
  padding-left: 1em;
  font-size: 1.125rem;
  font-weight: 600;
}
.p-privacy-title-c:first-child, .p-privacy-title-c.-first-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .p-privacy-title-c {
    font-size: 0.875rem;
  }
}
.p-privacy-title-c::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 4px solid #9FA4BF;
  content: "";
}

.p-privacy-title-d {
  margin: 1em 0 0;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-privacy-title-d {
    font-size: 0.8125rem;
  }
}

.p-privacy-text {
  margin: 1em 0 0;
  line-height: 2;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-privacy-text {
    font-size: 0.8125rem;
  }
}

.p-privacy-list-0 {
  margin: 1em 0 0;
  padding: 0;
  list-style: none;
}
.p-privacy-list-0 + .p-privacy-list-0 {
  margin: 2em 0 0;
}

.p-privacy-list-a {
  margin-top: 1em;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-privacy-list-a {
    font-size: 0.8125rem;
  }
}
.p-privacy-list-a dt {
  margin-left: 2em;
  font-weight: 600;
  text-indent: -2em;
  line-height: 2;
}
.p-privacy-list-a > * + dt {
  margin-top: 1.5em;
}
.p-privacy-list-a dd {
  margin-left: 2em;
  line-height: 2;
}

.p-privacy-list-b {
  padding: 0;
  list-style: none;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .p-privacy-list-b {
    font-size: 0.8125rem;
  }
}
.p-privacy-list-b li {
  margin-left: 1em;
  text-indent: -1em;
  line-height: 1.8;
}
.p-privacy-list-b li + li {
  margin-top: 0.5em;
}
.p-privacy-list-b li::before {
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin: 0.3em 0.6em 0.3em 0;
  border-radius: 100%;
  background: #6C7295;
  content: "";
}

.p-privacy-list-note {
  padding: 0;
  list-style: none;
  font-size: 0.9375rem;
}
@media (max-width: 767px) {
  .p-privacy-list-note {
    font-size: 0.75rem;
  }
}
.p-privacy-list-note > li {
  margin-left: 1em;
  text-indent: -1em;
}
