@charset "UTF-8";
/*--------------------------------------------------------------
1.0 Normalize
	* normalize.css v8.0.1 | MIT License
	* github.com/necolas/normalize.css
--------------------------------------------------------------*/
/*! 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 {
  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 */
  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;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: 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 {
  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] {
  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;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  font-size: 62.5%;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

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

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle;
}

img,
svg {
  display: block;
}

p {
  margin: 0;
  padding: 0;
}

a {
  display: block;
  text-decoration: none;
}

a, a:focus, a:active {
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: #B60005;
}

/* color */
/* padding */
/* margin */
/* flex */
/* font-size */
/* font-family */
@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

body {
  line-height: 1.84;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "MS Gothic", "メイリオ", "ヒラギノ角ゴ", "小塚ゴシック", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 1.3rem;
  color: #000;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 3.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h1 {
    font-size: 2.7rem;
  }
  h1.is-hero {
    font-size: 1.8rem;
    text-align: center;
  }
}
h1.is-hero {
  text-align: center;
}
h1.is-hero img {
  width: 100%;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
  }
}

h3 {
  font-size: 2.4rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h3 {
    font-size: 2.1rem;
  }
}

h4 {
  font-size: 2rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
  }
}

h5 {
  font-size: 1.8rem;
  line-height: 1.3;
}
@media (max-width: 768px) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.5rem;
  line-height: 2;
}
@media (max-width: 768px) {
  h6 {
    font-size: 1.4rem;
  }
}

.has-text-size-1 {
  font-size: 3.8rem;
}

.has-text-size-2 {
  font-size: 3.2rem;
}

.has-text-size-3 {
  font-size: 2.4rem;
}

.has-text-size-4 {
  font-size: 2rem;
}

.has-text-size-5 {
  font-size: 1.8rem;
}

.has-text-size-6 {
  font-size: 1.5rem;
}

.has-text-font-mincho {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", sans-serif !important;
}
.has-text-font-mincho * {
  font-family: "Noto Serif JP", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", sans-serif !important;
}

.has-text-center {
  text-align: center;
}

.container {
  max-width: 1195px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}

main .container {
  max-width: 1195px;
}
@media (max-width: 1100px) {
  main .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  main .container {
    padding: 0 15px;
  }
}

.mt-l {
  margin-top: 5rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-7 {
  margin-bottom: 0.5em;
}

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

.mr-0 {
  margin-right: 0 !important;
}

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

.ml-0 {
  margin-left: 0 !important;
}

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

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

.m-0 {
  margin: 0 !important;
}

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

.pr-0 {
  padding-right: 0 !important;
}

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

.pl-0 {
  padding-left: 0 !important;
}

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

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

.p-0 {
  padding: 0 !important;
}

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

.mr-1 {
  margin-right: 3.8rem !important;
}

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

.ml-1 {
  margin-left: 3.8rem !important;
}

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

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

.m-1 {
  margin: 3.8rem !important;
}

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

.pr-1 {
  padding-right: 3.8rem !important;
}

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

.pl-1 {
  padding-left: 3.8rem !important;
}

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

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

.p-1 {
  padding: 3.8rem !important;
}

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

.mr-2 {
  margin-right: 3.2rem !important;
}

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

.ml-2 {
  margin-left: 3.2rem !important;
}

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

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

.m-2 {
  margin: 3.2rem !important;
}

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

.pr-2 {
  padding-right: 3.2rem !important;
}

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

.pl-2 {
  padding-left: 3.2rem !important;
}

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

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

.p-2 {
  padding: 3.2rem !important;
}

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

.mr-3 {
  margin-right: 2.4rem !important;
}

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

.ml-3 {
  margin-left: 2.4rem !important;
}

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

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

.m-3 {
  margin: 2.4rem !important;
}

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

.pr-3 {
  padding-right: 2.4rem !important;
}

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

.pl-3 {
  padding-left: 2.4rem !important;
}

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

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

.p-3 {
  padding: 2.4rem !important;
}

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

.mr-4 {
  margin-right: 2rem !important;
}

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

.ml-4 {
  margin-left: 2rem !important;
}

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

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

.m-4 {
  margin: 2rem !important;
}

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

.pr-4 {
  padding-right: 2rem !important;
}

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

.pl-4 {
  padding-left: 2rem !important;
}

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

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

.p-4 {
  padding: 2rem !important;
}

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

.mr-5 {
  margin-right: 1.8rem !important;
}

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

.ml-5 {
  margin-left: 1.8rem !important;
}

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

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

.m-5 {
  margin: 1.8rem !important;
}

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

.pr-5 {
  padding-right: 1.8rem !important;
}

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

.pl-5 {
  padding-left: 1.8rem !important;
}

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

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

.p-5 {
  padding: 1.8rem !important;
}

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

.mr-6 {
  margin-right: 1.5rem !important;
}

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

.ml-6 {
  margin-left: 1.5rem !important;
}

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

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

.m-6 {
  margin: 1.5rem !important;
}

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

.pr-6 {
  padding-right: 1.5rem !important;
}

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

.pl-6 {
  padding-left: 1.5rem !important;
}

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

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

.p-6 {
  padding: 1.5rem !important;
}

@media (max-width: 768px) {
  .is-hidden-tablet {
    display: block;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-tablet {
    display: none;
  }
}
@media (min-width: 1408px) {
  .is-hidden-tablet {
    display: none;
  }
}

@media (max-width: 768px) {
  .is-hidden-mobile {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-mobile {
    display: block;
  }
}
@media (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-mobile {
    display: block;
  }
}
@media (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-mobile {
    display: block;
  }
}
@media (min-width: 1408px) {
  .is-hidden-mobile {
    display: block;
  }
}

.row {
  display: flex;
  width: 100%;
  overflow: auto;
}
.row.is-adjust {
  flex-wrap: wrap;
}
.row .column {
  padding: 1rem;
}
.row .column.is-1 {
  flex-basis: 8.3333333333%;
}
@media (max-width: 768px) {
  .row .column.is-1 {
    flex-basis: 100%;
  }
}
.row .column.is-2 {
  flex-basis: 16.6666666667%;
}
@media (max-width: 768px) {
  .row .column.is-2 {
    flex-basis: 100%;
  }
}
.row .column.is-3 {
  flex-basis: 25%;
}
@media (max-width: 768px) {
  .row .column.is-3 {
    flex-basis: 100%;
  }
}
.row .column.is-4 {
  flex-basis: 33.3333333333%;
}
@media (max-width: 768px) {
  .row .column.is-4 {
    flex-basis: 100%;
  }
}
.row .column.is-5 {
  flex-basis: 41.6666666667%;
}
@media (max-width: 768px) {
  .row .column.is-5 {
    flex-basis: 100%;
  }
}
.row .column.is-6 {
  flex-basis: 50%;
}
@media (max-width: 768px) {
  .row .column.is-6 {
    flex-basis: 100%;
  }
}
.row .column.is-7 {
  flex-basis: 58.3333333333%;
}
@media (max-width: 768px) {
  .row .column.is-7 {
    flex-basis: 100%;
  }
}
.row .column.is-8 {
  flex-basis: 66.6666666667%;
}
@media (max-width: 768px) {
  .row .column.is-8 {
    flex-basis: 100%;
  }
}
.row .column.is-9 {
  flex-basis: 75%;
}
@media (max-width: 768px) {
  .row .column.is-9 {
    flex-basis: 100%;
  }
}
.row .column.is-10 {
  flex-basis: 83.3333333333%;
}
@media (max-width: 768px) {
  .row .column.is-10 {
    flex-basis: 100%;
  }
}
.row .column.is-11 {
  flex-basis: 91.6666666667%;
}
@media (max-width: 768px) {
  .row .column.is-11 {
    flex-basis: 100%;
  }
}
.row .column.is-12 {
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .row .column.is-12 {
    flex-basis: 100%;
  }
}

.is-pulled-right {
  float: right;
}

section {
  margin-bottom: 5rem;
}

@media (max-width: 768px) {
  .display-pc {
    display: none;
  }
}
@media (max-width: 768px) {
  .display-pcimp {
    display: none !important;
  }
}
.display-sp {
  display: none;
}
@media (max-width: 768px) {
  .display-sp {
    display: block;
  }
}
.display-spimp {
  display: none;
}
@media (max-width: 768px) {
  .display-spimp {
    display: block;
  }
}

main {
  padding-top: 13rem;
}
@media (max-width: 1100px) {
  main {
    padding-top: 13rem;
  }
}
@media (max-width: 480px) {
  main {
    padding-top: 8rem;
  }
}

.titlebox {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1100px) {
  .titlebox {
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.titlebox .title-common {
  width: 23%;
}
@media (max-width: 1100px) {
  .titlebox .title-common {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.titlebox .title-common .en {
  margin-bottom: 1rem;
}
.titlebox .title-content {
  width: 100%;
  display: flex;
  flex-flow: column;
}
@media (max-width: 768px) {
  .titlebox .title-content {
    display: block;
  }
}
.titlebox .title-content p {
  line-height: 2;
  text-align: justify;
}
.titlebox .title-content dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.titlebox .title-content dl * {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .titlebox .title-content dl * {
    font-size: 1.4rem;
  }
}
.titlebox .title-content dl dt {
  width: 30%;
}
.titlebox .title-content dl dd {
  width: 70%;
}
@media (max-width: 1100px) {
  .titlebox .title-content dl dd:not(:last-of-type) {
    margin-bottom: 1rem;
  }
}
@media (max-width: 1100px) {
  .titlebox .title-content dl dt,
  .titlebox .title-content dl dd {
    width: 100%;
  }
}
.titlebox .title-content dl.table * {
  line-height: 1.69;
}
.titlebox .title-content dl.table .sublist {
  flex-direction: row;
}
.titlebox .title-content dl.table .sublist dt {
  width: 115px;
}
.titlebox .title-content dl.table .sublist dd {
  width: calc(100% - 115px);
}
.titlebox .title-content a.more {
  font-size: 1.2rem;
  color: #B60005;
  margin-left: auto;
}
.titlebox .title-content a.more::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  margin-left: 10px;
  background: url(/src/images/icon_arrow-right.png) 100%/cover no-repeat;
}
.titlebox .title-content a.map {
  font-family: "Noto Sans JP", "Amiri", "Times New Roman", serif;
  font-size: 1.3rem;
  color: #B60005;
  display: inline-block;
  margin-left: 1rem;
}
.titlebox .title-content .pickup-list dt {
  width: 10rem;
}
.titlebox .title-content .pickup-list dd {
  width: calc(100% - 10rem);
}
@media (max-width: 1100px) {
  .titlebox .title-content .pickup-list dt,
  .titlebox .title-content .pickup-list dd {
    width: 100%;
  }
}
.titlebox .title-content .flex {
  justify-content: center;
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
  align-items: stretch;
}
.section-service .titlebox .title-content .flex-item {
  flex-basis: calc(75% - 1.25rem);
  padding: 3rem;
  background: #f8f8f8;
}
@media (max-width: 768px) {
  .section-service .titlebox .title-content .flex-item {
    flex-basis: 100%;
    padding: 1.5rem;
  }
}
.section-service .titlebox .title-content .flex-item-title > * {
  letter-spacing: 0.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}
.section-service .titlebox .title-content .flex-item-content .links a {
  display: inline;
  color: #B60005;
  letter-spacing: 0.1rem;
  line-height: 1;
}
.section-service .titlebox .title-content .flex-item-content .links li {
  display: inline;
}
.section-service .titlebox .title-content .flex-item-content .links li:not(:last-child) {
  margin-bottom: 1.5rem;
}
.section-service .titlebox .title-content .flex-item-content .links li:not(:last-child):after {
  content: " / ";
}
.section-recruit .titlebox .title-content .flex {
  flex-wrap: nowrap;
  gap: 1.5rem;
}
@media (max-width: 768px) {
  .section-recruit .titlebox .title-content .flex {
    flex-wrap: wrap;
  }
}
.section-recruit .titlebox .title-content .flex-item {
  background: #f8f8f8;
  padding: 3rem;
  padding-left: 10rem;
  letter-spacing: 0.1rem;
  flex-basis: 100%;
}
@media (max-width: 768px) {
  .section-recruit .titlebox .title-content .flex-item {
    padding: 1.5rem;
  }
}

.title-common {
  text-align: left;
  font-family: "Noto Sans JP", "游ゴシック", "YuGothic", "MS Gothic", "メイリオ", "ヒラギノ角ゴ", "小塚ゴシック", sans-serif;
  letter-spacing: 0.2rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.04em;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .title-common {
    line-height: 1.6;
  }
}
.title-common .en {
  font-family: "Noto Sans JP", "Amiri", "Times New Roman", serif;
  display: block;
  font-weight: 700;
  letter-spacing: 0.1rem;
  font-size: 1.3rem;
}

.label {
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  margin-bottom: 1.5rem;
  display: block;
}
@media (max-width: 1100px) {
  .label {
    margin-bottom: 0.5rem;
  }
}
.label time {
  font-size: 1.6rem;
}
@media (max-width: 768px) {
  .label time {
    font-size: 1.4rem;
  }
}
.label time + b {
  width: 100px;
  margin-left: 3rem;
  color: #B60005;
  font-weight: 400;
}
@media (max-width: 768px) {
  .label time + b {
    font-size: 1.4rem;
    margin-left: 1.5rem;
  }
}

.plus::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-bottom: 2.5rem;
  background: url(/src/images/icon_plus.png) 100%/contain no-repeat;
}

.pager {
  margin-bottom: 3.5rem;
}
.pager ul {
  display: flex;
  flex-flow: row;
  justify-content: center;
}
.pager ul li {
  position: relative;
  white-space: nowrap;
  font-size: 2rem;
  color: #000;
}
.pager ul li:not(:last-child) {
  margin-right: 1rem;
}
@media (max-width: 768px) {
  .pager ul li:not(:last-child) {
    margin-right: 0.25rem;
  }
}
.pager ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDEDED;
  position: relative;
}
@media (max-width: 768px) {
  .pager ul li a {
    width: 40px;
    height: 40px;
  }
}
.pager ul li a.prev:before, .pager ul li a.next:before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
.pager ul li a.prev:before {
  transform: rotate(-135deg);
  top: 0;
  bottom: 0;
  right: 0;
  left: 5px;
  margin: auto;
}
.pager ul li a.next:before {
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
  right: 0;
  left: -5px;
  margin: auto;
}
.pager ul li a:hover {
  background: #B60005;
  color: #fff;
  font-weight: bold;
}
.pager ul li a:hover:before {
  border-color: #fff;
  border-width: 2px;
}
.pager ul li.current {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #B60005;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 768px) {
  .pager ul li.current {
    width: 40px;
    height: 40px;
  }
}
.pager-post .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .pager-post .container {
    flex-flow: column;
  }
}
.pager-post span {
  color: #B60005;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", "Amiri", "Times New Roman", serif;
  margin-bottom: 1.5rem;
}
.pager-post .prev {
  text-align: left;
}
.pager-post .prev p > a::before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/src/images/icon_arrow-left.png) 100%/contain no-repeat;
  margin-right: 10px;
}
.pager-post .next {
  text-align: right;
}
.pager-post .next p > a::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(/src/images/icon_arrow-right.png) 100%/contain no-repeat;
  margin-left: 10px;
}

@media (max-width: 768px) {
  .fz-auto {
    font-size: calc(3.8vw + 0.5rem);
  }
}
@media (max-width: 768px) {
  .fz-auto span {
    letter-spacing: 0.1rem;
  }
}

.mess-hero {
  height: 455px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8rem;
}
.mess-hero img {
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .mess-hero img {
    height: 180px;
    object-fit: cover;
  }
}
@media (max-width: 768px) {
  .mess-hero {
    height: 200px;
    margin-bottom: 4.5rem;
  }
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.box {
  background-color: #f8f8f8;
}

button {
  border: none;
  cursor: pointer;
}

.button .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.button-underline {
  padding: 1rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #707070;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 768px) {
  .button-underline {
    font-size: 1.4rem;
  }
}
.button-underline::after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-left: 10px;
  background: url(/src/images/icon_arrow-right.svg) 100%/cover no-repeat;
}
.button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2rem;
}
@media (max-width: 768px) {
  .button-list {
    gap: 1rem 1rem;
    justify-content: space-between;
  }
}
.button-list.jc-fe {
  justify-content: flex-end;
}
.button-list li {
  white-space: nowrap;
}
@media (max-width: 768px) {
  .button-list li {
    width: 48%;
  }
}

a.button-solid, button.button-solid {
  font-size: 1.7rem;
  min-width: 288px;
  padding: 2rem;
  background-color: #000;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.1rem;
  text-align: center;
  transition: all 0.3s ease;
}
a.button-solid:disabled, button.button-solid:disabled {
  background-color: #ccc;
  color: #666;
  cursor: not-allowed;
}

ul, ol, dl, dt, dd {
  list-style: none;
  margin: 0;
  padding: 0;
}

.selectbox {
  position: relative;
  display: inline-block;
}
.selectbox select {
  /* 初期化 */
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  line-height: 1.3;
  letter-spacing: 0.1rem;
  /*
  width: 12.5rem;
  */
  width: 15.5rem;
  padding: 1.5rem 4rem 1.5rem 1.5rem;
  outline: 0;
  position: relative;
  display: block;
  overflow-y: auto;
}
.selectbox::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  top: 0;
  bottom: 0;
  right: 1.6rem;
  margin: auto;
  border-left: 0.8rem solid transparent;
  border-right: 0.8rem solid transparent;
  border-top: 0.8rem solid #B60005;
}

.icon {
  display: inline-block;
}
.icon::before, .icon::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
.icon-pdf {
  color: #ccc;
  font-size: 1.2rem;
  margin-left: 6px;
  padding: 0.5rem;
}
.icon-pdf::before {
  margin-right: 6px;
  width: 16px;
  height: 20px;
  background: url(/src/images/icon_pdf.png) 100%/contain no-repeat;
}
.icon-watch::after {
  width: 197px;
  height: 21px;
  background: url(/src/images/icon_watch.png) 100%/contain no-repeat;
}
.icon-link::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 8px;
  margin-left: 6px;
  background: url(/src/images/icon_link.png) 100%/cover no-repeat;
  transform: scaleX(-1);
}

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%;
}

th {
  text-align: left;
}

th,
td {
  padding: 10px 16px;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}

.form {
  display: flex;
  flex-wrap: wrap;
}
.form .form-group {
  display: flex;
  flex-flow: column;
}
.form .form-group.space {
  width: 100%;
}
@media (max-width: 768px) {
  .form .form-group.space {
    display: none;
  }
}
.form .form-group .label {
  font-size: 1rem;
}
.form .form-group .label .must {
  color: #B60005;
  margin-left: 0.5rem;
}
.form .form-group .info {
  font-size: 1.2rem;
  margin-top: 1rem;
  line-height: 1.5;
}
.form .form-group input:not([type=checkbox]):not([type=radio]), .form .form-group textarea:not([type=checkbox]):not([type=radio]) {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 1px solid #ddd;
  letter-spacing: 0.1rem;
  padding: 1.5rem;
  outline: 0;
}
.form .form-group .selectbox select {
  width: 100%;
  background: #fff;
  color: #000;
}
.form .form-group.textarea {
  flex-basis: 100%;
  height: 212px;
}
.form .form-group.textarea textarea {
  height: 100%;
  resize: none;
}
.form .form-group.checkbox {
  flex-basis: auto;
}
.form .form-group.checkbox .checkbox-group {
  display: flex;
  flex-flow: row;
  align-items: center;
  column-gap: 1.5rem;
}
.form .form-group.checkbox .label {
  order: 2;
  margin-bottom: 0;
}
.form .form-group.checkbox input[type=checkbox] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  border: 1px solid #ddd;
  outline: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  order: 1;
}
.form .form-group.checkbox input[type=checkbox]:checked {
  background: url(/src/images/icon_check.png) center/80% no-repeat;
}
.form .form-group.privacy {
  flex-basis: 100%;
}
.form .form-group.privacy .privacy-wrapper {
  border: 1px solid #ddd;
}
.form .form-group.privacy .privacy-inner {
  overflow-y: scroll;
  margin: 1.5rem;
  margin-right: 1rem;
  padding-right: 0.5rem;
  height: 212px;
}
.form .form-group.privacy .privacy-inner::-webkit-scrollbar {
  width: 5px;
}
.form .form-group.privacy .privacy-inner::-webkit-scrollbar-track {
  color: transparent;
}
.form .form-group.privacy .privacy-inner::-webkit-scrollbar-thumb {
  background-color: #B60005;
  border-radius: 1rem;
}
.form .form-group.privacy .privacy-inner p {
  margin-bottom: 1.5rem;
}

.header {
  min-height: 10rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.75);
}
@media (max-width: 768px) {
  .header {
    min-height: 6rem;
  }
}
.header .nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.header > .container {
  height: 10.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 6rem;
  max-width: 1444px;
}
@media (max-width: 850px) {
  .header > .container {
    height: auto;
    padding: 0 3rem;
    justify-content: space-evenly;
    align-items: flex-start;
  }
}
@media (max-width: 768px) {
  .header > .container {
    padding: 0 1.5rem;
  }
}
@media (max-width: 480px) {
  .header > .container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.header .logo {
  width: 72px;
}
@media (max-width: 768px) {
  .header .logo {
    height: auto;
    margin-top: 2rem;
    width: 41px;
  }
}
.header .nav-bars-btn {
  width: 4rem;
  height: 4rem;
  background-color: #fff;
  display: none;
  position: fixed;
  top: 1.2rem;
  right: 1rem;
  cursor: pointer;
}
@media (max-width: 480px) {
  .header .nav-bars-btn {
    display: block;
  }
}
.header .nav-bars-btn svg {
  width: 3rem;
  margin: 0 auto;
}
.header .nav-bars-btn p {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.header .nav-bars-btn .menu-bars-item {
  width: 20px;
  height: 2px;
  background-color: #000;
  margin: 0.5rem auto;
}
.header .nav-bars-btn .menu-bars-item:first-child {
  margin-top: 1rem;
}
.header .nav-bars-btn .menu-bars-item:last-child {
  margin-bottom: 0.4rem;
}
.header .nav-bars-close {
  color: #fff;
}
.header .nav-bars-close p {
  color: #fff;
}
.header .nav-checkbox:checked ~ .nav-overlay {
  display: block;
}
.header .nav-checkbox:checked ~ .nav-mobile {
  transform: translateX(0%);
  opacity: 1;
}
.header .navi > nav > ul {
  display: flex;
}
@media (max-width: 1100px) {
  .header .navi > nav > ul {
    gap: 2.5rem;
  }
}
@media (max-width: 850px) {
  .header .navi > nav > ul {
    gap: 0;
    flex-wrap: wrap;
  }
}
.header .navi > nav > ul > li {
  position: relative;
}
@media (max-width: 850px) {
  .header .navi > nav > ul > li {
    flex-basis: 33.3%;
    padding: 0.5rem;
  }
  .header .navi > nav > ul > li > a {
    text-align: center;
  }
}
.header .navi > nav > ul > li:not(:last-child) {
  margin-right: 5rem;
}
@media (max-width: 1100px) {
  .header .navi > nav > ul > li:not(:last-child) {
    margin-right: 0;
  }
}
.header .navi > nav > ul > li .title-common {
  padding: 1rem 0;
  margin-bottom: 0.5rem;
}
@media (max-width: 480px) {
  .header .navi > nav > ul > li .title-common {
    padding: 0;
  }
}
.header .navi > nav > ul > li .title-common .en {
  margin-bottom: 1rem;
}
.header .navi > nav > ul > li .title-common.current {
  position: relative;
}
.header .navi > nav > ul > li .title-common.current:before {
  position: absolute;
  content: "";
  width: 98%;
  height: 2px;
  background-color: #B60005;
  bottom: -5px;
  left: -1px;
  right: 0;
  margin: auto;
}
.header .navi > nav > ul > li > ul {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%) translateY(5px);
  opacity: 0;
  pointer-events: none;
  border-top: 3px solid #ccc;
  transition: opacity 0.3s, transform 0.3s ease-out;
}
.header .navi > nav > ul > li > ul > li {
  background-color: #f8f8f8;
  transition: background-color 0.2s ease-out 0.1s;
}
.header .navi > nav > ul > li > ul > li:hover {
  background: #ddd;
}
.header .navi > nav > ul > li > ul > li > a {
  display: block;
  padding: 0.5em 1em;
  white-space: nowrap;
}
.header .navi > nav > ul > li:hover > ul {
  opacity: 1;
  transform: translateX(-50%) translateY(0px);
  pointer-events: auto;
}
@media (max-width: 768px) {
  .header .navi > nav > ul > li:hover > ul {
    opacity: 0;
    pointer-events: none;
  }
}
@media (max-width: 1100px) {
  .header .navi.desktop {
    margin: 1.5rem 0;
  }
}
@media (max-width: 850px) {
  .header .navi.desktop {
    width: 100%;
    margin: 0.75rem 0;
  }
}
@media (max-width: 480px) {
  .header .navi.desktop {
    display: none;
  }
}
.header .nav-mobile {
  display: none;
  position: fixed;
  inset: 0;
  max-width: 100%;
  z-index: 1000;
  transform: translateX(100%);
  opacity: 0;
  transition: transform linear 0.2s, opacity linear 0.2s;
}
@media (max-width: 480px) {
  .header .nav-mobile {
    display: flex;
  }
}
.header .nav-mobile-menu {
  background-color: #fff;
  flex: 1;
  overflow: auto;
}
.header .nav-mobile .button-underline-menu {
  width: 100%;
  padding: 0.5rem 0 0;
  border-bottom: 1px solid #000;
  margin-bottom: 0.5rem;
  font-weight: normal;
}
.header .nav-mobile .title-parent {
  font-size: 1.6rem;
  padding: 1rem 0 0;
  margin-bottom: 0.5rem;
  display: block;
}
.header .nav-mobile-title {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
  text-align: center;
}
.header .nav-mobile-list {
  margin: 0 2rem;
  min-height: 100vh;
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 3rem;
}
.header .nav-mobile-list ul {
  padding-left: 2rem;
}
.header .nav-mobile .nav-bars-close {
  cursor: pointer;
  width: 7rem;
  height: 7rem;
  display: none;
  background-color: #000;
  z-index: 100;
  text-align: center;
  color: #fff;
  margin-top: 1.2rem;
}
.header .nav-mobile .nav-bars-close .btn-close {
  font-size: 2.4rem;
}
.header .nav-mobile .nav-bars-close p {
  font-size: 1.2rem;
}
@media (max-width: 480px) {
  .header .nav-mobile .nav-bars-close {
    display: block;
  }
}

.pagetitle .title-common .en {
  font-size: 1.5rem;
  margin-bottom: 2.5rem;
}

.pagetitle-nav {
  margin-bottom: 5rem;
}
@media (max-width: 1100px) {
  .pagetitle-nav {
    top: 0;
  }
}
.pagetitle-nav > .container {
  display: block !important;
}

.footer {
  background: #000;
  padding: 30px 0;
  color: #fff;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 40px;
    padding: 40px 0;
  }
}
.footer__area {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .footer__area {
    display: block;
  }
}
.footer__logo {
  padding: 0 100px;
}
@media (max-width: 768px) {
  .footer__logo {
    padding: 0;
    margin-bottom: 2.5rem;
  }
}
.footer__logo img {
  width: 64px;
}
@media (max-width: 768px) {
  .footer__logo img {
    width: 52px;
    display: block;
    margin: auto;
  }
}
.footer__menu ul {
  display: flex;
}
@media (max-width: 1100px) {
  .footer__menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .footer__menu ul {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__menu ul .title-common {
    margin-bottom: 0rem;
  }
}
.footer__menu li {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer__menu li:not(:last-child) {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .footer__menu li {
    margin: 10px !important;
  }
}
.footer__copy {
  text-align: right;
  margin-top: 2rem;
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}

body:after {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 0.8s;
  content: "";
}
body.is-in:after {
  opacity: 0;
  pointer-events: none;
}

.effect-fadein {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.8s, transform 0.8s ease-out;
}
.effect-fadein.is-inview {
  opacity: 1;
  transform: translateY(10px);
}

.effect-split-fadein > span {
  display: inline-block;
  opacity: 0;
  transform: translateY(5px);
  transition: opacity 0.8s, transform 0.8s ease-out;
}
.effect-split-fadein.is-inview > span {
  opacity: 1;
  transform: translateY(0px);
}
.effect-split-fadein.is-inview > span:nth-child(1) {
  transition-delay: 30ms;
}
.effect-split-fadein.is-inview > span:nth-child(2) {
  transition-delay: 60ms;
}
.effect-split-fadein.is-inview > span:nth-child(3) {
  transition-delay: 90ms;
}
.effect-split-fadein.is-inview > span:nth-child(4) {
  transition-delay: 120ms;
}
.effect-split-fadein.is-inview > span:nth-child(5) {
  transition-delay: 150ms;
}
.effect-split-fadein.is-inview > span:nth-child(6) {
  transition-delay: 180ms;
}
.effect-split-fadein.is-inview > span:nth-child(7) {
  transition-delay: 210ms;
}
.effect-split-fadein.is-inview > span:nth-child(8) {
  transition-delay: 240ms;
}
.effect-split-fadein.is-inview > span:nth-child(9) {
  transition-delay: 270ms;
}
.effect-split-fadein.is-inview > span:nth-child(10) {
  transition-delay: 300ms;
}
.effect-split-fadein.is-inview > span:nth-child(11) {
  transition-delay: 330ms;
}
.effect-split-fadein.is-inview > span:nth-child(12) {
  transition-delay: 360ms;
}
.effect-split-fadein.is-inview > span:nth-child(13) {
  transition-delay: 390ms;
}
.effect-split-fadein.is-inview > span:nth-child(14) {
  transition-delay: 420ms;
}
.effect-split-fadein.is-inview > span:nth-child(15) {
  transition-delay: 450ms;
}
.effect-split-fadein.is-inview > span:nth-child(16) {
  transition-delay: 480ms;
}
.effect-split-fadein.is-inview > span:nth-child(17) {
  transition-delay: 510ms;
}
.effect-split-fadein.is-inview > span:nth-child(18) {
  transition-delay: 540ms;
}
.effect-split-fadein.is-inview > span:nth-child(19) {
  transition-delay: 570ms;
}
.effect-split-fadein.is-inview > span:nth-child(20) {
  transition-delay: 600ms;
}
.effect-split-fadein.is-inview > span:nth-child(21) {
  transition-delay: 630ms;
}
.effect-split-fadein.is-inview > span:nth-child(22) {
  transition-delay: 660ms;
}
.effect-split-fadein.is-inview > span:nth-child(23) {
  transition-delay: 690ms;
}
.effect-split-fadein.is-inview > span:nth-child(24) {
  transition-delay: 720ms;
}
.effect-split-fadein.is-inview > span:nth-child(25) {
  transition-delay: 750ms;
}
.effect-split-fadein.is-inview > span:nth-child(26) {
  transition-delay: 780ms;
}
.effect-split-fadein.is-inview > span:nth-child(27) {
  transition-delay: 810ms;
}
.effect-split-fadein.is-inview > span:nth-child(28) {
  transition-delay: 840ms;
}
.effect-split-fadein.is-inview > span:nth-child(29) {
  transition-delay: 870ms;
}
.effect-split-fadein.is-inview > span:nth-child(30) {
  transition-delay: 900ms;
}
.effect-split-fadein.is-inview > span:nth-child(31) {
  transition-delay: 930ms;
}
.effect-split-fadein.is-inview > span:nth-child(32) {
  transition-delay: 960ms;
}
.effect-split-fadein.is-inview > span:nth-child(33) {
  transition-delay: 990ms;
}
.effect-split-fadein.is-inview > span:nth-child(34) {
  transition-delay: 1020ms;
}
.effect-split-fadein.is-inview > span:nth-child(35) {
  transition-delay: 1050ms;
}
.effect-split-fadein.is-inview > span:nth-child(36) {
  transition-delay: 1080ms;
}
.effect-split-fadein.is-inview > span:nth-child(37) {
  transition-delay: 1110ms;
}
.effect-split-fadein.is-inview > span:nth-child(38) {
  transition-delay: 1140ms;
}
.effect-split-fadein.is-inview > span:nth-child(39) {
  transition-delay: 1170ms;
}
.effect-split-fadein.is-inview > span:nth-child(40) {
  transition-delay: 1200ms;
}
.effect-split-fadein.is-inview > span:nth-child(41) {
  transition-delay: 1230ms;
}
.effect-split-fadein.is-inview > span:nth-child(42) {
  transition-delay: 1260ms;
}
.effect-split-fadein.is-inview > span:nth-child(43) {
  transition-delay: 1290ms;
}
.effect-split-fadein.is-inview > span:nth-child(44) {
  transition-delay: 1320ms;
}
.effect-split-fadein.is-inview > span:nth-child(45) {
  transition-delay: 1350ms;
}
.effect-split-fadein.is-inview > span:nth-child(46) {
  transition-delay: 1380ms;
}
.effect-split-fadein.is-inview > span:nth-child(47) {
  transition-delay: 1410ms;
}
.effect-split-fadein.is-inview > span:nth-child(48) {
  transition-delay: 1440ms;
}
.effect-split-fadein.is-inview > span:nth-child(49) {
  transition-delay: 1470ms;
}
.effect-split-fadein.is-inview > span:nth-child(50) {
  transition-delay: 1500ms;
}
.effect-split-fadein.is-inview > span:nth-child(51) {
  transition-delay: 1530ms;
}
.effect-split-fadein.is-inview > span:nth-child(52) {
  transition-delay: 1560ms;
}
.effect-split-fadein.is-inview > span:nth-child(53) {
  transition-delay: 1590ms;
}
.effect-split-fadein.is-inview > span:nth-child(54) {
  transition-delay: 1620ms;
}
.effect-split-fadein.is-inview > span:nth-child(55) {
  transition-delay: 1650ms;
}
.effect-split-fadein.is-inview > span:nth-child(56) {
  transition-delay: 1680ms;
}
.effect-split-fadein.is-inview > span:nth-child(57) {
  transition-delay: 1710ms;
}
.effect-split-fadein.is-inview > span:nth-child(58) {
  transition-delay: 1740ms;
}
.effect-split-fadein.is-inview > span:nth-child(59) {
  transition-delay: 1770ms;
}
.effect-split-fadein.is-inview > span:nth-child(60) {
  transition-delay: 1800ms;
}
.effect-split-fadein.is-inview > span:nth-child(61) {
  transition-delay: 1830ms;
}
.effect-split-fadein.is-inview > span:nth-child(62) {
  transition-delay: 1860ms;
}
.effect-split-fadein.is-inview > span:nth-child(63) {
  transition-delay: 1890ms;
}
.effect-split-fadein.is-inview > span:nth-child(64) {
  transition-delay: 1920ms;
}
.effect-split-fadein.is-inview > span:nth-child(65) {
  transition-delay: 1950ms;
}
.effect-split-fadein.is-inview > span:nth-child(66) {
  transition-delay: 1980ms;
}
.effect-split-fadein.is-inview > span:nth-child(67) {
  transition-delay: 2010ms;
}
.effect-split-fadein.is-inview > span:nth-child(68) {
  transition-delay: 2040ms;
}
.effect-split-fadein.is-inview > span:nth-child(69) {
  transition-delay: 2070ms;
}
.effect-split-fadein.is-inview > span:nth-child(70) {
  transition-delay: 2100ms;
}
.effect-split-fadein.is-inview > span:nth-child(71) {
  transition-delay: 2130ms;
}
.effect-split-fadein.is-inview > span:nth-child(72) {
  transition-delay: 2160ms;
}
.effect-split-fadein.is-inview > span:nth-child(73) {
  transition-delay: 2190ms;
}
.effect-split-fadein.is-inview > span:nth-child(74) {
  transition-delay: 2220ms;
}
.effect-split-fadein.is-inview > span:nth-child(75) {
  transition-delay: 2250ms;
}
.effect-split-fadein.is-inview > span:nth-child(76) {
  transition-delay: 2280ms;
}
.effect-split-fadein.is-inview > span:nth-child(77) {
  transition-delay: 2310ms;
}
.effect-split-fadein.is-inview > span:nth-child(78) {
  transition-delay: 2340ms;
}
.effect-split-fadein.is-inview > span:nth-child(79) {
  transition-delay: 2370ms;
}
.effect-split-fadein.is-inview > span:nth-child(80) {
  transition-delay: 2400ms;
}
.effect-split-fadein.is-inview > span:nth-child(81) {
  transition-delay: 2430ms;
}
.effect-split-fadein.is-inview > span:nth-child(82) {
  transition-delay: 2460ms;
}
.effect-split-fadein.is-inview > span:nth-child(83) {
  transition-delay: 2490ms;
}
.effect-split-fadein.is-inview > span:nth-child(84) {
  transition-delay: 2520ms;
}
.effect-split-fadein.is-inview > span:nth-child(85) {
  transition-delay: 2550ms;
}
.effect-split-fadein.is-inview > span:nth-child(86) {
  transition-delay: 2580ms;
}
.effect-split-fadein.is-inview > span:nth-child(87) {
  transition-delay: 2610ms;
}
.effect-split-fadein.is-inview > span:nth-child(88) {
  transition-delay: 2640ms;
}
.effect-split-fadein.is-inview > span:nth-child(89) {
  transition-delay: 2670ms;
}
.effect-split-fadein.is-inview > span:nth-child(90) {
  transition-delay: 2700ms;
}
.effect-split-fadein.is-inview > span:nth-child(91) {
  transition-delay: 2730ms;
}
.effect-split-fadein.is-inview > span:nth-child(92) {
  transition-delay: 2760ms;
}
.effect-split-fadein.is-inview > span:nth-child(93) {
  transition-delay: 2790ms;
}
.effect-split-fadein.is-inview > span:nth-child(94) {
  transition-delay: 2820ms;
}
.effect-split-fadein.is-inview > span:nth-child(95) {
  transition-delay: 2850ms;
}
.effect-split-fadein.is-inview > span:nth-child(96) {
  transition-delay: 2880ms;
}
.effect-split-fadein.is-inview > span:nth-child(97) {
  transition-delay: 2910ms;
}
.effect-split-fadein.is-inview > span:nth-child(98) {
  transition-delay: 2940ms;
}
.effect-split-fadein.is-inview > span:nth-child(99) {
  transition-delay: 2970ms;
}
.effect-split-fadein.is-inview > span:nth-child(100) {
  transition-delay: 3000ms;
}

.effect-delay-100ms {
  transition-delay: 100ms;
}

.effect-delay-200ms {
  transition-delay: 200ms;
}

.effect-delay-300ms {
  transition-delay: 300ms;
}

.effect-delay-400ms {
  transition-delay: 400ms;
}

.effect-delay-500ms {
  transition-delay: 500ms;
}

.effect-delay-600ms {
  transition-delay: 600ms;
}

.effect-delay-700ms {
  transition-delay: 700ms;
}

.effect-delay-800ms {
  transition-delay: 800ms;
}

.effect-delay-900ms {
  transition-delay: 900ms;
}

.effect-delay-1000ms {
  transition-delay: 1000ms;
}

.effect-delay-1100ms {
  transition-delay: 1100ms;
}

.effect-delay-1200ms {
  transition-delay: 1200ms;
}

.effect-delay-1300ms {
  transition-delay: 1300ms;
}

.effect-delay-1400ms {
  transition-delay: 1400ms;
}

.effect-delay-1500ms {
  transition-delay: 1500ms;
}

.effect-delay-1600ms {
  transition-delay: 1600ms;
}

.effect-delay-1700ms {
  transition-delay: 1700ms;
}

.effect-delay-1800ms {
  transition-delay: 1800ms;
}

.effect-delay-1900ms {
  transition-delay: 1900ms;
}

.effect-delay-2000ms {
  transition-delay: 2000ms;
}

.effect-delay-2100ms {
  transition-delay: 2100ms;
}

.effect-delay-2200ms {
  transition-delay: 2200ms;
}

.effect-delay-2300ms {
  transition-delay: 2300ms;
}

.effect-delay-2400ms {
  transition-delay: 2400ms;
}

.effect-delay-2500ms {
  transition-delay: 2500ms;
}

.effect-delay-2600ms {
  transition-delay: 2600ms;
}

.effect-delay-2700ms {
  transition-delay: 2700ms;
}

.effect-delay-2800ms {
  transition-delay: 2800ms;
}

.effect-delay-2900ms {
  transition-delay: 2900ms;
}

.effect-delay-3000ms {
  transition-delay: 3000ms;
}

.effect-delay-3100ms {
  transition-delay: 3100ms;
}

.effect-delay-3200ms {
  transition-delay: 3200ms;
}

.effect-delay-3300ms {
  transition-delay: 3300ms;
}

.effect-delay-3400ms {
  transition-delay: 3400ms;
}

.effect-delay-3500ms {
  transition-delay: 3500ms;
}

.effect-delay-3600ms {
  transition-delay: 3600ms;
}

.effect-delay-3700ms {
  transition-delay: 3700ms;
}

.effect-delay-3800ms {
  transition-delay: 3800ms;
}

.effect-delay-3900ms {
  transition-delay: 3900ms;
}

.effect-delay-4000ms {
  transition-delay: 4000ms;
}

.effect-delay-4100ms {
  transition-delay: 4100ms;
}

.effect-delay-4200ms {
  transition-delay: 4200ms;
}

.effect-delay-4300ms {
  transition-delay: 4300ms;
}

.effect-delay-4400ms {
  transition-delay: 4400ms;
}

.effect-delay-4500ms {
  transition-delay: 4500ms;
}

.effect-delay-4600ms {
  transition-delay: 4600ms;
}

.effect-delay-4700ms {
  transition-delay: 4700ms;
}

.effect-delay-4800ms {
  transition-delay: 4800ms;
}

.effect-delay-4900ms {
  transition-delay: 4900ms;
}

.effect-delay-5000ms {
  transition-delay: 5000ms;
}

.effect-delay-5100ms {
  transition-delay: 5100ms;
}

.effect-delay-5200ms {
  transition-delay: 5200ms;
}

.effect-delay-5300ms {
  transition-delay: 5300ms;
}

.effect-delay-5400ms {
  transition-delay: 5400ms;
}

.effect-delay-5500ms {
  transition-delay: 5500ms;
}

.effect-delay-5600ms {
  transition-delay: 5600ms;
}

.effect-delay-5700ms {
  transition-delay: 5700ms;
}

.effect-delay-5800ms {
  transition-delay: 5800ms;
}

.effect-delay-5900ms {
  transition-delay: 5900ms;
}

.effect-delay-6000ms {
  transition-delay: 6000ms;
}

.effect-delay-6100ms {
  transition-delay: 6100ms;
}

.effect-delay-6200ms {
  transition-delay: 6200ms;
}

.effect-delay-6300ms {
  transition-delay: 6300ms;
}

.effect-delay-6400ms {
  transition-delay: 6400ms;
}

.effect-delay-6500ms {
  transition-delay: 6500ms;
}

.effect-delay-6600ms {
  transition-delay: 6600ms;
}

.effect-delay-6700ms {
  transition-delay: 6700ms;
}

.effect-delay-6800ms {
  transition-delay: 6800ms;
}

.effect-delay-6900ms {
  transition-delay: 6900ms;
}

.effect-delay-7000ms {
  transition-delay: 7000ms;
}

.effect-delay-7100ms {
  transition-delay: 7100ms;
}

.effect-delay-7200ms {
  transition-delay: 7200ms;
}

.effect-delay-7300ms {
  transition-delay: 7300ms;
}

.effect-delay-7400ms {
  transition-delay: 7400ms;
}

.effect-delay-7500ms {
  transition-delay: 7500ms;
}

.effect-delay-7600ms {
  transition-delay: 7600ms;
}

.effect-delay-7700ms {
  transition-delay: 7700ms;
}

.effect-delay-7800ms {
  transition-delay: 7800ms;
}

.effect-delay-7900ms {
  transition-delay: 7900ms;
}

.effect-delay-8000ms {
  transition-delay: 8000ms;
}

.effect-delay-8100ms {
  transition-delay: 8100ms;
}

.effect-delay-8200ms {
  transition-delay: 8200ms;
}

.effect-delay-8300ms {
  transition-delay: 8300ms;
}

.effect-delay-8400ms {
  transition-delay: 8400ms;
}

.effect-delay-8500ms {
  transition-delay: 8500ms;
}

.effect-delay-8600ms {
  transition-delay: 8600ms;
}

.effect-delay-8700ms {
  transition-delay: 8700ms;
}

.effect-delay-8800ms {
  transition-delay: 8800ms;
}

.effect-delay-8900ms {
  transition-delay: 8900ms;
}

.effect-delay-9000ms {
  transition-delay: 9000ms;
}

.effect-delay-9100ms {
  transition-delay: 9100ms;
}

.effect-delay-9200ms {
  transition-delay: 9200ms;
}

.effect-delay-9300ms {
  transition-delay: 9300ms;
}

.effect-delay-9400ms {
  transition-delay: 9400ms;
}

.effect-delay-9500ms {
  transition-delay: 9500ms;
}

.effect-delay-9600ms {
  transition-delay: 9600ms;
}

.effect-delay-9700ms {
  transition-delay: 9700ms;
}

.effect-delay-9800ms {
  transition-delay: 9800ms;
}

.effect-delay-9900ms {
  transition-delay: 9900ms;
}

.effect-delay-10000ms {
  transition-delay: 10000ms;
}

/*--------------------------------------------------------------
# Page
--------------------------------------------------------------*/
.page-top .j-inview .label time,
.page-top .j-inview .label b {
  font-size: 1.2rem;
}
@media (max-width: 768px) {
  .page-top .j-inview .label time,
  .page-top .j-inview .label b {
    font-size: 1.4rem;
  }
}
.page-top .j-inview dd {
  font-weight: bold;
}
.page-top .is-hero .fade-first, .page-top .is-hero .fade-last {
  pointer-events: none;
  display: none;
}

.determination {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .determination {
    font-size: 1.3rem;
  }
}
@media (min-width: 769px) {
  .determination {
    font-size: 1.8rem;
  }
}

.page-top {
  padding-top: 20rem;
}
@media (max-width: 768px) {
  .page-top {
    padding-top: 8rem;
  }
}
.page-top .pagetitle {
  height: calc(100vh - 10.6rem);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .page-top .pagetitle {
    height: 66vh;
    padding-top: 0;
  }
}
.page-top .pagetitle .container .title-common {
  margin-top: -10.6rem;
  text-align: center;
}
@media (max-width: 768px) {
  .page-top .pagetitle .container .title-common {
    text-align: left;
    margin-top: -5.3rem;
  }
}
.page-top section {
  padding-top: 10.6rem;
}
@media (max-width: 480px) {
  .page-top section {
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .page-top section {
    padding-top: 17rem;
  }
}
@media (max-width: 768px) {
  .page-top section {
    padding-top: 4rem;
  }
}
.page-top .titlebox .title-common {
  margin-top: 10px;
}

.section-news {
  padding-bottom: 0;
  margin-bottom: 0;
}
.section-news .title-content dl dt {
  width: 230px;
}
@media (max-width: 1100px) {
  .section-news .title-content dl dt {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .section-news .title-content dl dt {
    width: 100%;
  }
}
.section-news .title-content dl dd {
  width: calc(100% - 230px);
}
@media (max-width: 1100px) {
  .section-news .title-content dl dd {
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  .section-news .title-content dl dd {
    width: 100%;
  }
}
.section-news .title-content dl dd .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .section-news .title-content dl dd .text-overflow {
    margin-top: -0.3rem;
  }
}
.section-news .title-content dl .label {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .section-news .title-content dl .label {
    margin-bottom: 0;
  }
}

.section-2col {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .section-2col {
    display: block;
  }
}
.section-2col.flex-align-end {
  align-items: flex-end;
}
.section-2col.flex-align-start {
  align-items: flex-start;
}
.section-2col-item {
  width: 77%;
}
@media (max-width: 768px) {
  .section-2col-item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-2col-more {
    width: 100%;
  }
}
.section-2col-movie {
  width: 62%;
}
@media (max-width: 768px) {
  .section-2col-movie {
    width: 100%;
  }
}
.section-2col-down {
  width: 35%;
}
@media (max-width: 768px) {
  .section-2col-down {
    width: 100%;
    margin-top: 4rem;
  }
  .section-2col-down-in {
    display: flex;
    justify-content: space-between;
  }
  .section-2col-down-box {
    width: 47%;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .section-2col-down-box {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-2col-down-box .button-list {
    gap: 1rem 1rem;
  }
  .section-2col-down-box .button-list li {
    width: 100%;
  }
  .section-2col-down-box .button-underline {
    width: 100%;
  }
}
.section-2col-down-list {
  margin-top: 3rem;
}
@media (max-width: 768px) {
  .section-2col-down-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0;
  }
}
.section-2col-down-list h3 {
  display: flex;
  align-items: center;
}
.section-2col-down-list li {
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .section-2col-down-list li {
    display: block;
    width: 49%;
  }
}
.section-2col-down-list li .backnam_btn {
  margin-right: 0;
  margin-left: auto;
  display: table;
}
.section-2col-down-list .list_ttl {
  color: #444444;
  letter-spacing: 0.04em;
  font-size: 1.75rem;
  margin-bottom: 0 !important;
  width: 65%;
}
@media (max-width: 1100px) {
  .section-2col-down-list .list_ttl {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-2col-down-list .list_ttl {
    font-size: 1.6rem;
  }
}
.section-2col-down-list .list_ttl .text-overflow {
  padding-left: 15px;
  position: relative;
}
.section-2col-down-list .list_ttl .text-overflow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 3px;
  background: url(/src/images/icon_arrow-right.svg) 100%/cover no-repeat;
}
@media (max-width: 768px) {
  .section-2col-down-list .list_ttl .icon-pdf span {
    display: none;
  }
}
.section-2col .backnam_btn {
  font-size: 1.4rem;
  padding-left: 15px;
  margin-left: 20px;
  position: relative;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .section-2col .backnam_btn {
    margin-left: 0;
    margin-top: 10px;
  }
}
.section-2col .backnam_btn:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: inline-block;
  width: 8px;
  height: 3px;
  background: url(/src/images/icon_arrow-right.svg) 100%/cover no-repeat;
}
.section-2col-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .section-2col-flex {
    display: block;
  }
}
@media (max-width: 1100px) {
  .section-2col-flex {
    flex-wrap: wrap;
  }
}
.section-2col-flex.jc-fs {
  justify-content: flex-start;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
  margin-top: 20px;
}
.youtube iframe,
.youtube img {
  width: 100%;
  height: 100%;
}
.youtube img {
  object-fit: cover;
}

@media (max-width: 768px) {
  .section-recruit .pickup-list {
    margin-top: 4.5rem;
  }
}

.section-ir {
  padding-top: 5rem;
}
.section-ir .pickup-title {
  padding: 1rem;
  margin-bottom: 4.5rem;
}
.section-ir .pickup-list > h5 {
  margin-bottom: 2.5rem;
}
.section-ir .pickup-list > h5 span {
  margin-left: 2.5rem;
}
.section-ir .pickup-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 2%;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .section-ir .pickup-list ul {
    flex-direction: column;
  }
}
@media (max-width: 1100px) {
  .section-ir .pickup-list ul {
    justify-content: center;
  }
}
.section-ir .pickup-list ul li {
  width: 32%;
}
@media (max-width: 768px) {
  .section-ir .pickup-list ul li {
    width: 100%;
  }
}
.section-ir .pickup-list ul li .ir-document-tile {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #f8f8f8;
  padding: 1rem;
  text-align: center;
}
.section-ir .pickup-list ul li .ir-document-tile a {
  font-size: 1.4rem;
  color: #B60005;
  text-decoration: underline;
}
.section-ir .pickup-list ul li .ir-document-tile p {
  text-align: center;
  font-size: 1.6rem;
}
.section-ir .pickup-list ul li span a.button-underline {
  margin-left: auto;
}

.section-company .table {
  column-gap: 5rem;
  margin-top: 5rem;
}
.section-company .table > dt {
  flex-basis: 135px;
  border-right: 1px solid #000;
}
@media (max-width: 1100px) {
  .section-company .table > dt {
    flex-basis: 100%;
    border-right: none;
  }
}
.section-company .table > dd {
  flex-basis: calc(100% - 135px - 5rem);
}
@media (max-width: 1100px) {
  .section-company .table > dd {
    flex-basis: 100%;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content .button-list {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content .head-col {
    width: 5.6em;
    flex: 0 0 auto;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content > dl {
    width: calc(100% - 8em);
    flex: 0 0 auto;
    flex-direction: row;
    margin-top: 5rem;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content > dl .sublist {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content > dl .sublist dt {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .section-company .titlebox .title-content > dl .sublist dd {
    width: 100%;
  }
}

.section-mission h2 .icon-watch {
  margin-top: 1rem;
}

.opening {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/src/images/background_desktop.png) 100%/cover no-repeat;
  width: 100vw;
  height: 100vh;
}
.opening .button-enter {
  width: 83px;
  height: 63px;
  background: url(/src/images/button_enter.png) 100%/cover no-repeat;
  transition: opacity 1.2s, background-image 0.05s ease-in-out 0.1s;
  opacity: 0;
  pointer-events: none;
}
.opening .button-enter:hover {
  background: url(/src/images/button_enter_focus.png) 100%/cover no-repeat;
}
body.is-opening .opening .button-enter {
  opacity: 1;
  pointer-events: auto;
}

body.is-opening {
  height: 100%;
  overflow: hidden;
}

.section-news h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-news h2 {
    font-size: 1.8rem;
  }
}
.section-news h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-news h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.section-ir h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-ir h2 {
    font-size: 1.8rem;
  }
}
.section-ir h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-ir h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.section-service h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-service h2 {
    font-size: 1.8rem;
  }
}
.section-service h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-service h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.section-recruit h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-recruit h2 {
    font-size: 1.8rem;
  }
}
.section-recruit h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-recruit h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.section-company h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-company h2 {
    font-size: 1.8rem;
  }
}
.section-company h3 {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: bold;
}
@media (max-width: 768px) {
  .section-company h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
  }
}

.top_blog_banner {
  display: block;
  margin: 80px auto 0;
  text-align: center;
}
@media (max-width: 768px) {
  .top_blog_banner {
    margin: 50px auto 0;
  }
}
.top_blog_banner a {
  max-width: 768px;
  display: block;
  margin: auto;
}
@media (max-width: 768px) {
  .top_blog_banner a {
    width: 100%;
  }
}

.page-news-detail .container {
  max-width: 820px;
}
.page-news .list-category {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-news .list-category li {
  position: relative;
  min-width: 160px;
}
.page-news .list-category li.active::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: url(/src/images/icon_check.png) 100%/contain no-repeat;
}
.page-news .list-category li a {
  width: 100%;
  font-size: 1.2rem;
  padding: 1.3rem 26px 1.3rem 1.3rem;
  background-color: #f8f8f8;
  text-align: left;
}
.page-news .seachbox dl.seachbox__flex {
  display: flex;
  align-items: center;
  background: #EDEDED;
  padding: 2rem 3rem;
  /*
  dt,dd {
      @include tablet {
          width: 100%;
      }
  }
  */
}
@media (max-width: 768px) {
  .page-news .seachbox dl.seachbox__flex {
    flex-wrap: wrap;
    padding: 2rem 1.5rem;
  }
}
.page-news .seachbox dl.seachbox__flex dt {
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .page-news .seachbox dl.seachbox__flex dt {
    width: 25%;
    margin-right: 0;
    line-height: 1;
  }
}
.page-news .seachbox dl.seachbox__flex dt .title-common {
  margin-bottom: 0;
}
.page-news .seachbox dl.seachbox__flex dt .title-common.year {
  width: 35px;
}
.page-news .seachbox dl.seachbox__flex dt .title-common.cat {
  width: 65px;
}
.page-news .seachbox dl.seachbox__flex dd {
  max-width: 67%;
}
.page-news .seachbox dl.seachbox__flex dd:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .page-news .seachbox dl.seachbox__flex dd:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-news .seachbox dl.seachbox__flex dd:not(:last-child) select {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .page-news .seachbox dl.seachbox__flex dd {
    width: 75%;
  }
}
.page-news .seachbox dl.seachbox__flex select {
  font-size: 1.5rem;
  min-width: 185px;
  padding: 6px 13px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.page-news .seachbox .title-common {
  font-size: 1.5rem;
  line-height: 2;
}
.page-news .seachbox .title-common .en {
  font-size: 1.3rem;
  line-height: 1.18;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .page-news .content ul.is-narrow li:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.page-news .content ul.is-narrow li .label {
  margin-bottom: 0.2rem;
}
.page-news .content ul li {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.6rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .page-news .content ul li {
    flex-direction: column;
  }
}
.page-news .content ul li:not(:last-child) {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-news .content ul li:not(:last-child) {
    margin-bottom: 1.1rem;
  }
}
.page-news .content ul li .label {
  width: 230px;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1100px) {
  .page-news .content ul li .label {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .page-news .content ul li .label {
    width: 100%;
  }
}
.page-news .content ul li .label time,
.page-news .content ul li .label b {
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .page-news .content ul li .label time,
  .page-news .content ul li .label b {
    font-size: 1.4rem;
  }
}
.page-news .content ul li .label time + b {
  width: unset;
}
.page-news .content ul li h6 {
  font-weight: bold;
  width: calc(100% - 230px);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 1100px) {
  .page-news .content ul li h6 {
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  .page-news .content ul li h6 {
    width: 100%;
  }
}
.page-news .content ul li h6 .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-news .content ul li h6 .text-overflow + .icon-pdf {
  display: flex;
  align-items: center;
  padding: 0;
  margin-left: 1rem;
}
@media (max-width: 768px) {
  .page-news .content ul li h6 .text-overflow {
    margin-top: -0.3rem;
  }
}
.page-news .content-post a {
  display: inline;
}
.page-news .content-post p {
  font-size: 1.4rem;
}
.page-news .content-post p:not(:last-child) {
  margin-bottom: 0;
  min-height: 2rem;
}
.page-news .mess-hero {
  max-width: 800px;
  margin: 0 auto 100px;
  height: auto;
}
@media (max-width: 768px) {
  .page-news .mess-hero {
    height: 200px;
    margin: 0 0 4.5rem;
  }
}

.page-irnews .content ul li .label {
  width: 230px;
}
@media (max-width: 1100px) {
  .page-irnews .content ul li .label {
    width: 230px;
  }
}
@media (max-width: 768px) {
  .page-irnews .content ul li .label {
    width: 100%;
  }
}
.page-irnews .content ul li h6 {
  width: calc(100% - 230px);
}
@media (max-width: 1100px) {
  .page-irnews .content ul li h6 {
    width: calc(100% - 230px);
  }
}
@media (max-width: 768px) {
  .page-irnews .content ul li h6 {
    width: 100%;
  }
}

.news-filtering-items {
  display: flex;
  flex-wrap: wrap;
}
.news-filtering-items > li {
  vertical-align: middle;
  font-size: 1.5rem;
  display: block;
  position: relative;
}
.news-filtering-items > li > a {
  display: inline;
  cursor: pointer;
}
.news-filtering-items > li > a.allpost {
  color: #000;
}
.news-filtering-items > li > a.active {
  color: #B60005;
}
.news-filtering-items > li:not(:last-child) {
  margin-right: 2.5rem;
  padding-right: 2.5rem;
}
.news-filtering-items > li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 15px;
  background: #000;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.news-filtering-items > li:last-child:after {
  display: none;
}
.news-filtering-items.has-wrap > li:nth-child(6):after {
  content: "\a";
  white-space: pre;
}
.news-filtering-items li a {
  transition: all 0.1s;
}
.news-filtering-items li a:hover {
  color: #B60005;
}

.page-history > section dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}
@media (max-width: 768px) {
  .page-history > section dl {
    row-gap: 0;
    column-gap: 1rem;
  }
}
.page-history > section dl dt {
  flex-basis: 10rem;
}
@media (max-width: 768px) {
  .page-history > section dl dt {
    flex-basis: auto;
    margin-bottom: 0.5rem;
  }
  .page-history > section dl dt > br {
    display: none;
  }
}
.page-history > section dl dd {
  flex-basis: calc(100% - 20rem);
}
@media (max-width: 768px) {
  .page-history > section dl dd {
    margin-bottom: 2.5rem;
    flex-basis: 100%;
  }
}

.message-bg {
  display: grid;
  grid-template: auto 1fr auto/100%;
  width: 100vw;
  height: 100vh;
}
.message-bg::before {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  grid-template: auto 1fr auto/100%;
  background: url(/src/images/background_message.png) 100%/cover no-repeat;
}

.page-message {
  margin-top: 10.6rem;
  padding-top: 0;
}
.page-message > section {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
}
.page-message > section .container .inner {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
}
@media (max-width: 768px) {
  .page-message > section .container .inner {
    width: 100%;
  }
}
.page-message > section .container .inner > a img {
  width: 100%;
}
@media (max-width: 768px) {
  .page-message > section .container .inner > a img {
    width: auto;
  }
}
.page-message > section .container .inner > a.blog {
  width: 180px;
  margin-top: 2.5rem;
  margin-left: auto;
  text-decoration: underline;
}
@media (max-width: 768px) {
  .page-message > section .container {
    min-width: 0;
    margin: auto;
  }
}

.page-company > section {
  margin-bottom: 5rem;
}
.page-company > section .container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5rem;
}
@media (max-width: 768px) {
  .page-company > section .container {
    flex-direction: column;
  }
}
.page-company > section .container > h3 {
  flex-basis: 100%;
  margin-top: 10rem;
}
.page-company > section .section-group {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex: 1 1 50%;
  margin-bottom: 5rem;
}
.page-company > section .section-group .info {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-company > section .section-group .info {
    gap: 1.5rem;
    margin-bottom: 2rem;
  }
}
.page-company > section .section-group h3,
.page-company > section .section-group h6 {
  line-height: 1;
}
.page-company > section .section-group h3 {
  display: inline-flex;
  align-items: center;
}
.page-company > section .section-group h3 .en {
  font-size: 1.3rem;
  margin-left: 2rem;
}
@media (max-width: 768px) {
  .page-company > section .section-group h3 .en {
    margin-left: 1.5rem;
  }
}
.page-company > section .section-group .record {
  margin-top: 1.5rem;
}
.page-company > section .section-group .record > p {
  margin-left: -0.5rem;
  margin-bottom: 2rem;
  line-height: 1;
}
@media (max-width: 768px) {
  .page-company > section .section-group .record > p {
    margin-bottom: 1rem;
  }
}
.page-company > section .section-group .record dl {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.5rem;
}
.page-company > section .section-group .record dl dt {
  flex-basis: 100px;
}
.page-company > section .section-group .record dl dd {
  flex-basis: calc(100% - 100px - 1.5rem);
}
@media (max-width: 768px) {
  .page-company > section .section-group .record dl dd {
    flex-basis: 100%;
    margin-left: 0;
  }
}
.page-company .mess-hero {
  height: unset !important;
  max-width: 590px;
  margin: 70px auto 100px !important;
}
@media (max-width: 768px) {
  .page-company .mess-hero {
    height: 200px !important;
    margin: 0 0 4.5rem !important;
  }
}

.company__2col {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.company__box {
  width: 48%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .company__box {
    width: 100%;
    margin-bottom: 3rem;
  }
  .company__box:last-child {
    margin-bottom: 0rem;
  }
}
.company__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company__flex-item {
  width: 32%;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .company__flex-item {
    width: 100%;
  }
}
.company__flex-img {
  width: 100%;
  aspect-ratio: 27/10;
  object-fit: cover;
  border: 1px solid #e2e2e2;
}
.company__flex-txt {
  margin-top: 1rem;
}
.company__dec {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.company__decbox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  .company__decbox {
    display: block;
  }
}
.company__decbox-item {
  width: 30%;
}
.company__decbox-item:first-child {
  width: 65%;
}
@media (max-width: 768px) {
  .company__decbox-item:first-child {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company__decbox-item {
    width: 100%;
  }
}

.section-contact .form {
  row-gap: 4rem;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 768px) {
  .section-contact .form {
    row-gap: 2rem;
  }
}
.section-contact .form-group {
  width: 50%;
  min-width: 550px;
}
@media (max-width: 768px) {
  .section-contact .form-group {
    width: 100%;
    min-width: 0;
  }
}
.section-contact .caution {
  row-gap: 4rem;
}

.page-contact-complete {
  height: 80vh;
}

.agreement-wrapper {
  display: flex;
  border: 1px solid #ddd;
  border-top: none;
}
.agreement-title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
  background-color: #f8f8f8;
}
.agreement-form {
  width: 60%;
  padding: 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.agreement-form label {
  display: flex;
  align-items: center;
  width: 100%;
}
.agreement-form input[type=radio] {
  margin-right: 10px;
}

.page-misson__ttl {
  padding: 7rem 0 4rem;
}
@media (max-width: 768px) {
  .page-misson__ttl {
    padding: 5rem 0 1rem;
  }
}
.page-misson .mess-hero {
  height: unset !important;
  margin: 0 auto 4rem !important;
  max-width: 788px;
  width: 100%;
}
@media (max-width: 768px) {
  .page-misson .mess-hero {
    padding: 0 !important;
    margin: 0 auto 3rem !important;
  }
}
@media (max-width: 768px) {
  .page-misson .mess-hero img {
    height: unset !important;
  }
}
.page-misson__btn {
  color: #fff;
  background: #A72118;
  padding: 1rem 2rem;
  padding-right: 3rem;
  margin: 0 auto;
  width: 257px;
  transition: all 0.3s;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .page-misson__btn {
    font-size: 1.4rem;
  }
}
.page-misson__btn::after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  background: url(/src/images/icon_arrow-right-white.svg) 100%/contain no-repeat;
}
.page-misson__btn:hover {
  opacity: 0.7;
}
.page-misson .section-vision {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .page-misson .section-vision {
    margin-bottom: 3rem;
  }
}
.page-misson .section-vision p {
  font-size: 1.8rem;
}
@media (max-width: 768px) {
  .page-misson .section-vision p {
    font-size: 1.6rem;
    line-height: 2;
  }
}
.page-misson .title-common {
  font-size: 2.4rem;
}
@media (max-width: 768px) {
  .page-misson .title-common {
    font-size: 2rem;
  }
}
.page-misson .section-value {
  padding-bottom: 5rem;
}
@media (max-width: 768px) {
  .page-misson .section-value {
    padding-bottom: 0;
  }
}
.page-misson__value {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 2rem;
  row-gap: 6rem;
}
.page-misson__value:before {
  content: "";
  position: relative;
  order: 1;
  width: calc(33.3333333333% - 4rem);
  height: 0;
}
@media (max-width: 768px) {
  .page-misson__value {
    column-gap: 0;
    row-gap: 2.5rem;
  }
}
.page-misson__value li {
  width: calc(33.3333333333% - 4rem);
}
@media (max-width: 768px) {
  .page-misson__value li {
    width: 100%;
  }
}
.page-misson__value li span {
  font-size: 1.75rem;
  font-weight: bold;
  color: #B60005;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D8D8D8;
  margin-bottom: 1rem;
  width: 100%;
  display: block;
}
.page-misson__value li p {
  font-size: 1.6rem;
}

.page-policy > section .container {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 1.5rem;
}
.page-policy > section h3 {
  flex-basis: 15%;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .page-policy > section h3 {
    flex-basis: 100%;
    margin-bottom: 2.5rem;
  }
}
.page-policy > section p {
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .page-policy > section p {
    margin-bottom: 4.5rem;
  }
}
.page-policy > section dl {
  flex-basis: calc(85% - 3rem);
}
@media (max-width: 768px) {
  .page-policy > section dl {
    flex-basis: 100%;
  }
}
.page-policy > section dl h4 {
  margin-bottom: 2.5rem;
}
@media (max-width: 768px) {
  .page-policy > section dl {
    gap: 0;
  }
}

.page-calendar .calendar-image {
  max-width: 1022px;
  padding: 0;
  margin: 0 auto;
}
.page-calendar .calendar {
  margin-top: 130px;
}
@media (max-width: 768px) {
  .page-calendar .calendar {
    margin-top: 13vw;
  }
}
.page-calendar .calendar-item {
  display: flex;
  width: 100%;
}
@media (max-width: 768px) {
  .page-calendar .calendar-item {
    flex-direction: column;
  }
}
.page-calendar .calendar-item h3 {
  flex: 0 0 auto;
  width: 10em;
}
@media (max-width: 768px) {
  .page-calendar .calendar-item h3 {
    width: 100%;
    margin-bottom: 1.5em;
  }
}
.page-calendar .calendar-item .calendar-item-content {
  flex: 1 1 auto;
  margin-top: -10px;
}
.page-calendar .calendar-item .calendar-item-content table th,
.page-calendar .calendar-item .calendar-item-content table td {
  vertical-align: top;
  text-align: left;
}
.page-calendar .calendar-item .calendar-item-content table th {
  width: 15em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .page-calendar .calendar-item .calendar-item-content table th {
    width: 9em;
  }
}

.section-list .container {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 1.5rem;
}
.section-list h3 {
  flex-basis: 25%;
  margin-bottom: 9rem;
}
@media (max-width: 768px) {
  .section-list h3 {
    flex-basis: 100%;
    margin-bottom: 0;
  }
}
.section-list > p {
  margin-bottom: 4.5rem;
}
.section-list > p.mb-0 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .section-list > p {
    margin-bottom: 2.5rem;
  }
}
.section-list p.sign {
  margin-left: auto;
  display: flex;
  justify-content: space-around;
  text-align: right;
  column-gap: 2.5rem;
}
@media (max-width: 1100px) {
  .section-list p.sign {
    flex-basis: 100%;
    justify-content: flex-end;
  }
}
.section-list p.log {
  margin-left: auto;
}
.section-list a {
  text-decoration: underline;
  word-break: break-all;
}
.section-list dl {
  flex-basis: calc(75% - 4.5rem);
}
@media (max-width: 768px) {
  .section-list dl {
    gap: 0;
    flex-basis: 100%;
    width: 100%;
  }
}
.section-list dl dt {
  margin-bottom: 2.5rem;
}
.section-list dl dd:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .section-list dl dd:not(:last-of-type) {
    margin-bottom: 4rem;
  }
}
.section-list dl dd p {
  margin-bottom: 2.5rem;
}
.section-list dl dd ul {
  counter-reset: listCounter;
}
.section-list dl dd ul li {
  counter-increment: listCounter;
  padding-left: 25px;
}
.section-list dl dd ul li::before {
  content: counter(listCounter) ".";
  display: inline-block;
  margin-left: -25px;
  vertical-align: top;
}
.section-list dl dd ul li p {
  display: inline-block;
  padding-left: 8px;
  text-align: justify;
}
.page-norm .section-list dl dd ul li::before {
  content: "(" counter(listCounter) ")";
}
.section-list .table th,
.section-list .table td {
  border: 1px solid #ddd;
  padding: 1.5rem 2.5rem;
}
@media (max-width: 768px) {
  .section-list .table th,
  .section-list .table td {
    display: list-item;
    border: none;
    padding: 0;
  }
}
.section-list .table thead {
  background: #f8f8f8;
  font-size: 120%;
}
@media (max-width: 768px) {
  .section-list .table thead {
    display: none;
  }
}
.section-list .table tbody tr th:first-of-type {
  min-width: 220px;
  font-weight: normal;
}
@media (max-width: 768px) {
  .section-list .table tbody tr th:first-of-type {
    background: #f8f8f8;
    font-size: 120%;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 768px) {
  .section-list .table tbody tr td:nth-of-type(1)::before {
    content: "[個人情報の類別]";
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .section-list .table tbody tr td:nth-of-type(2)::before {
    content: "[個人情報名]";
    margin-right: 1rem;
  }
}
@media (max-width: 768px) {
  .section-list .table tbody tr td {
    margin-bottom: 2.5rem;
  }
  .section-list .table tbody tr td:not(:last-of-type) {
    margin-bottom: 0.5rem;
  }
}
.section-list .diver {
  width: 100%;
  height: 0;
  border: 1px solid #ddd;
}
.section-list .representative-wrapper {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.section-list .representative-wrapper p {
  margin-bottom: 0 !important;
}
.section-list .representative-content {
  text-align: left;
  width: auto;
}
.section-list .handling-of-personal-table {
  width: 100%;
  table-layout: fixed;
}
.section-list .handling-of-personal-table th, .section-list .handling-of-personal-table td {
  padding: 10px;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #ccc;
}
.section-list .handling-of-personal-table th {
  width: 20%;
  font-weight: bold;
  font-weight: 500;
}
.section-list .handling-of-personal-table td {
  width: 80%;
  text-align: left;
}

.service__box:first-child {
  margin-top: 13rem;
}
@media (max-width: 768px) {
  .service__box:first-child {
    margin-top: 0;
  }
}
.service__box:not(:last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .service__box:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.service__box__img {
  margin-bottom: 3rem;
}
.service__box__img:last-of-type {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .service__box__img {
    margin-bottom: 1.5rem;
  }
  .service__box__img:last-of-type {
    margin-bottom: 2rem;
  }
}
.service__flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.service__flex-item {
  width: 48%;
  margin-bottom: 2rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .service__flex-item {
    width: 100%;
    display: block;
  }
}
.service__flex-img {
  width: 47.5%;
  aspect-ratio: 27/10;
  object-fit: cover;
  border: 1px solid #e2e2e2;
}
@media (max-width: 768px) {
  .service__flex-img {
    width: 100%;
  }
}
.service__flex-txt {
  width: 47.5%;
}
@media (max-width: 768px) {
  .service__flex-txt {
    margin-top: 1rem;
    width: 100%;
  }
}
.service__flexcol {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.service__flexcol > .service__box {
  width: 48%;
}
.service__flexcol > .service__box:not(:last-child) {
  margin-top: 0rem !important;
}
@media (max-width: 768px) {
  .service__flexcol > .service__box {
    width: 100%;
  }
}
.service__flexcol .service__flex-item {
  width: 100%;
}
.service__dec {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

.page-service .mess-hero {
  height: unset !important;
  max-width: 590px;
  margin: 70px auto 100px !important;
}
@media (max-width: 768px) {
  .page-service .mess-hero {
    height: 200px !important;
    margin: 0 0 4.5rem !important;
  }
}
@media (max-width: 768px) {
  .page-service .mess-hero img {
    height: 150px;
  }
}

.page-recruit-detail .container {
  max-width: 820px;
}
.page-recruit .is-hero {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  .page-recruit .is-hero {
    margin: 0 calc(50% - 50vw);
  }
  .page-recruit .is-hero img {
    width: 100%;
    object-fit: cover;
  }
}
.page-recruit .pagetitle {
  padding-bottom: 3rem;
}
@media (max-width: 768px) {
  .page-recruit .pagetitle {
    padding-bottom: 3rem;
  }
}
.page-recruit .pagetitle .is-hero {
  margin-top: 3rem;
}
.page-recruit .list-category {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 1.5rem;
}
.page-recruit .list-category li {
  position: relative;
  min-width: 160px;
}
.page-recruit .list-category li.active::after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  background: url(/src/images/icon_check.png) 100%/contain no-repeat;
}
.page-recruit .list-category li a {
  width: 100%;
  font-size: 1.2rem;
  padding: 1.3rem 26px 1.3rem 1.3rem;
  background-color: #f8f8f8;
  text-align: left;
}
.page-recruit .seachbox dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  /*
  dt,dd {
      @include tablet {
          width: 100%;
      }
  }
  */
}
.page-recruit .seachbox dl dt {
  width: 16.3636363636%;
}
.page-recruit .seachbox dl dt:not(last-child) {
  margin-bottom: 4rem;
}
@media (max-width: 768px) {
  .page-recruit .seachbox dl dt:not(last-child) {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .page-recruit .seachbox dl dt {
    width: 10rem;
  }
}
.page-recruit .seachbox dl dd {
  width: 83.6363636364%;
}
@media (max-width: 768px) {
  .page-recruit .seachbox dl dd {
    width: calc(100% - 10rem);
    margin-bottom: 3rem;
  }
}
.page-recruit .seachbox .title-common {
  font-size: 1.5rem;
  line-height: 2;
}
.page-recruit .seachbox .title-common .en {
  font-size: 1.3rem;
  line-height: 1.18;
  margin-bottom: 0.5rem;
}
@media (max-width: 768px) {
  .page-recruit .content ul.is-narrow li:not(:last-child) {
    margin-bottom: 1rem;
  }
}
@media (min-width: 769px) {
  .page-recruit .content ul.is-narrow li:not(:last-child) {
    margin-bottom: 0rem;
  }
}
.page-recruit .content ul.is-narrow li .label {
  margin-bottom: 0.2rem;
}
.page-recruit .content ul li {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.3rem;
}
@media (max-width: 768px) {
  .page-recruit .content ul li {
    flex-direction: column;
  }
}
.page-recruit .content ul li:not(:last-child) {
  margin-bottom: 1rem;
}
.page-recruit .content ul li .label {
  width: 240px;
}
@media (max-width: 768px) {
  .page-recruit .content ul li .label {
    width: 100%;
  }
}
.page-recruit .content ul li h6 {
  width: calc(100% - 240px);
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .page-recruit .content ul li h6 {
    width: 100%;
  }
}
.page-recruit .content ul li h6 .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-recruit .content ul li h6 .text-overflow + .icon-pdf {
  display: flex;
  align-items: center;
  padding: 0;
}
.page-recruit .content-post a {
  display: inline;
}
.page-recruit .content-post p {
  font-size: 1.5rem;
}
.page-recruit .content-post p:not(:last-child) {
  margin-bottom: 0;
  min-height: 2rem;
}
.page-recruit .titlebox .title-content dl dt {
  width: 10%;
}
@media (max-width: 1100px) {
  .page-recruit .titlebox .title-content dl dt {
    width: 17%;
  }
}
@media (max-width: 768px) {
  .page-recruit .titlebox .title-content dl dt {
    width: 100%;
  }
}
.page-recruit .titlebox .title-content dl dd {
  width: 90%;
}
@media (max-width: 1100px) {
  .page-recruit .titlebox .title-content dl dd {
    width: 81%;
  }
}
@media (max-width: 768px) {
  .page-recruit .titlebox .title-content dl dd {
    width: 100%;
  }
}
.page-recruit #j-pickup-recruit .label {
  margin-bottom: 0.8rem;
}
@media (max-width: 768px) {
  .page-recruit #j-pickup-recruit .label {
    margin-bottom: 0;
  }
}
.page-recruit #j-pickup-recruit .label * {
  font-size: 1.2rem;
}
.page-recruit #j-pickup-recruit dd * {
  font-weight: bold;
}
.page-recruit #j-pickup-recruit .text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.4rem;
  margin-top: 0.4rem;
}
@media (max-width: 768px) {
  .page-recruit #j-pickup-recruit .text-overflow {
    margin-top: -0.3rem;
  }
}

.recruit__type {
  display: flex;
  justify-content: space-between;
  padding: 6rem 0 3rem;
}
@media (max-width: 768px) {
  .recruit__type {
    display: block;
    padding: 3rem 0 3rem;
  }
}
.recruit__type__box {
  width: 50%;
}
@media (max-width: 768px) {
  .recruit__type__box {
    width: 100%;
  }
  .recruit__type__box:not(:last-child) {
    margin-bottom: 3rem;
  }
}
.recruit__type__ttl {
  color: #b60005;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}
@media (max-width: 768px) {
  .recruit__type__ttl {
    text-align: left;
  }
}
.recruit__type__mess {
  margin-bottom: 3rem;
}
.recruit__type__mess img {
  display: block;
  margin: auto;
  height: 100px;
}
@media (max-width: 768px) {
  .recruit__type__mess img {
    width: 100%;
    height: auto;
  }
}
.recruit__type .button-list {
  justify-content: center;
}
@media (max-width: 768px) {
  .recruit__type .button-list {
    justify-content: flex-start;
  }
}

.page-ir section {
  padding-top: 6rem;
}
@media (max-width: 480px) {
  .page-ir section {
    padding-bottom: 0;
  }
}
@media (max-width: 1100px) {
  .page-ir section {
    padding-top: 17rem;
  }
}
@media (max-width: 768px) {
  .page-ir section {
    padding-top: 2.5rem;
  }
}
.page-ir .titlebox .title-common {
  margin-top: 10px;
}
.page-ir .container {
  max-width: 1260px;
}
.page-ir .mess-hero {
  max-width: 800px;
  margin: 0 auto 100px;
  height: auto;
}
@media (max-width: 768px) {
  .page-ir .mess-hero {
    height: 200px;
    margin: 0 0 4.5rem;
  }
}
.page-ir .hide_mv {
  margin-bottom: 4.5rem;
}
@media (max-width: 768px) {
  .page-ir .hide_mv {
    margin-bottom: 2.5rem;
  }
}
.page-ir .youtube-blank::after {
  content: "";
  display: inline-block;
  background-image: url(/src/images/icon_blank.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 14px;
  height: 14px;
  margin-left: 0.5rem;
  display: inline-block;
}
.page-ir .section-2col {
  column-gap: 3%;
  row-gap: 5rem;
  flex-wrap: wrap;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .page-ir .section-2col {
    margin-bottom: 3.5rem;
  }
}
.page-ir .seachbox {
  background: #EDEDED;
  padding: 2rem 3rem;
  margin-bottom: 8rem;
}
@media (max-width: 768px) {
  .page-ir .seachbox {
    margin-bottom: 4rem;
    padding: 2rem;
  }
}
.page-ir .seachbox .title__flex {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  gap: 2rem;
}
@media (max-width: 768px) {
  .page-ir .seachbox .title__flex {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
}
.page-ir .seachbox .title__flex h2 {
  margin-bottom: 0;
}
.page-ir .seachbox .title__flex p {
  display: inline-block;
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .page-ir .seachbox .title__flex p {
    font-size: 1.2rem;
  }
}
.page-ir .seachbox dl.seachbox__flex {
  display: flex;
  align-items: center;
  /*
  dt,dd {
      @include tablet {
          width: 100%;
      }
  }
  */
}
@media (max-width: 768px) {
  .page-ir .seachbox dl.seachbox__flex {
    flex-wrap: wrap;
    row-gap: 1rem;
  }
}
.page-ir .seachbox dl.seachbox__flex dt {
  margin-right: 2.5rem;
}
@media (max-width: 768px) {
  .page-ir .seachbox dl.seachbox__flex dt {
    width: 25%;
    margin-right: 0;
    line-height: 1;
  }
}
.page-ir .seachbox dl.seachbox__flex dt .title-common {
  margin-bottom: 0;
}
.page-ir .seachbox dl.seachbox__flex dt .title-common.year {
  width: 35px;
  padding-left: 0 !important;
}
.page-ir .seachbox dl.seachbox__flex dt .title-common.cat {
  width: 65px;
  padding-left: 0 !important;
}
.page-ir .seachbox dl.seachbox__flex dd {
  max-width: 67%;
}
.page-ir .seachbox dl.seachbox__flex dd:not(:last-child) {
  margin-right: 3rem;
}
@media (max-width: 768px) {
  .page-ir .seachbox dl.seachbox__flex dd:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 768px) {
  .page-ir .seachbox dl.seachbox__flex dd {
    width: 75%;
  }
}
.page-ir .seachbox dl.seachbox__flex select {
  font-size: 1.5rem;
  min-width: 185px;
  padding: 6px 13px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #000;
  background: #fff;
}
.page-ir .seachbox .title-common {
  font-size: 1.5rem;
  line-height: 2;
}
.page-ir .seachbox .title-common .en {
  font-size: 1.3rem;
  line-height: 1.18;
  margin-bottom: 0.5rem;
}

.ir__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .ir__flex {
    display: block;
  }
}
.ir__box--library {
  width: 100%;
}
.ir__box--library .button-underline {
  width: 175px;
  margin: 0 auto 6rem;
}
@media (max-width: 768px) {
  .ir__box--library .button-underline {
    margin-right: 0;
    margin-bottom: 5rem;
  }
}
.ir__box--movie {
  width: 386px;
}
@media (max-width: 768px) {
  .ir__box--movie {
    width: 100%;
  }
}
.ir__box--movie .section-2col-movie {
  width: 100%;
  margin-bottom: 5rem;
}
@media (max-width: 768px) {
  .ir__box--movie .section-2col-movie {
    margin-bottom: 3.5rem;
  }
}
.ir__box--movie .section-2col-movie .section-2col-flex {
  flex-direction: column;
}
.ir__box--movie .section-2col-movie .title-common {
  margin-left: 0;
  margin-right: auto;
}
.ir__box--movie .section-2col-movie .backnam_btn {
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
}
.ir__box--movie .section-2col-down {
  width: 100%;
}
@media (max-width: 768px) {
  .ir__box--movie .section-2col-down-list h3 {
    flex-wrap: wrap;
  }
}
.ir__box--movie .section-2col-down-list .list_ttl {
  width: 100%;
}
.ir__box--movie .section-2col-down-list .list_ttl .flex {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ir__box--movie .section-2col-down-list .list_ttl .flex {
    width: 75%;
  }
}
@media (max-width: 480px) {
  .ir__box--movie .section-2col-down-list .list_ttl .flex {
    width: 100%;
  }
}
.ir__box--movie .section-2col-down-list .backnam_btn {
  margin-left: unset;
  font-weight: 500;
}
@media (max-width: 768px) {
  .ir__box--movie .section-2col-down-list .backnam_btn {
    display: block;
    margin-left: auto;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .ir__box--movie .section-2col-down-list .backnam_btn {
    margin-top: 10px;
  }
}
.ir__box--calendar {
  width: calc(97% - 386px);
  max-width: 786px;
  min-width: 586px;
}
@media (max-width: 768px) {
  .ir__box--calendar {
    width: 100%;
    max-width: unset;
    min-width: unset;
  }
}
.ir__box--calendar .section-2col-flex {
  flex-direction: column;
}
.ir__box--calendar .section-2col-flex .title-common {
  margin-left: 0;
  margin-right: auto;
}
.ir__box--calendar .section-2col-flex .backnam_btn {
  margin-right: 0;
  margin-left: auto;
  margin-top: 10px;
}
.ir__box--calendar .ir__calender {
  margin-top: 2rem;
}
@media (max-width: 480px) {
  .ir__box--calendar .ir__calender table {
    margin-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .ir__box {
    width: 100%;
  }
  .ir__box:last-child {
    margin-top: 5rem;
  }
}
.ir__box .page-irnews .content ul li .label {
  width: 45%;
}
@media (max-width: 768px) {
  .ir__box .page-irnews .content ul li .label {
    width: auto;
  }
}
.ir__box .page-irnews .content ul li .label time,
.ir__box .page-irnews .content ul li .label b {
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 768px) {
  .ir__box .page-irnews .content ul li .label time,
  .ir__box .page-irnews .content ul li .label b {
    font-size: 1.4rem;
  }
}
.ir__box .page-irnews .content ul li .label b {
  margin-left: 1.2rem;
}
.ir__box .page-irnews .content ul li h6 {
  font-size: 1.4rem;
  width: 100%;
  font-weight: bold;
  display: block;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .ir__box .page-irnews .content ul li h6 {
    margin-bottom: 0;
  }
}
.ir__box .page-irnews .content ul li h6 a {
  display: inline;
}
@media (max-width: 768px) {
  .ir__box .page-irnews .content ul li h6 {
    width: 100%;
  }
}
.ir__box .page-irnews .content ul li h6 .text-overflow {
  overflow: auto;
  text-overflow: initial;
  white-space: initial;
}
.ir__box .page-irnews .content ul li h6 .icon {
  display: inline;
}
@media (max-width: 768px) {
  .ir__calender {
    width: 100%;
    overflow-x: auto;
  }
  .ir__calender table {
    width: 786px;
  }
}
.ir__calender table,
.ir__calender td,
.ir__calender th {
  border: 1px solid #d9d9d9;
  border-collapse: collapse;
}
.ir__calender td,
.ir__calender th {
  padding: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.ir__calender td a,
.ir__calender th a {
  padding: 0;
  margin: 0;
  white-space: nowrap;
}
.ir__calender th {
  background: #efefef;
  width: 20%;
}
.ir__calender .even {
  background: #e3e3e3;
}
.ir__calender .txt-left {
  text-align: left;
}
.ir__img {
  margin-bottom: 6rem;
}
@media (max-width: 768px) {
  .ir__img {
    margin-bottom: 4rem;
  }
}
.ir__img .calendar-image {
  max-width: 90%;
  margin: auto;
}
@media (max-width: 768px) {
  .ir__img .calendar-image {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .ir__img figure {
    margin: 0;
  }
}
.ir__detail {
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  padding: 1.5rem;
  padding-left: 4%;
}
@media (max-width: 768px) {
  .ir__detail {
    padding-left: 1.5rem;
    margin-bottom: 4rem;
  }
}
.ir__detail .js-toggle-btn {
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-btn {
    font-size: 1.8rem;
  }
}
.ir__detail .js-toggle-btn::before, .ir__detail .js-toggle-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0px;
  margin-left: auto;
  width: 16px;
  height: 1px;
  background: #444444;
  transition: all 0.3s;
}
.ir__detail .js-toggle-btn.is-close::after {
  transform: translateY(-50%) rotate(90deg);
}
.ir__detail .js-toggle-content {
  padding-left: 20%;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content {
    padding-left: 0;
  }
}
.ir__detail .js-toggle-content h3 {
  font-weight: normal;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content table {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content tr {
    display: block;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content tr:last-child {
    margin-bottom: 0;
  }
}
.ir__detail .js-toggle-content th {
  font-size: 1.4rem;
  font-weight: normal;
  width: 25%;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content th {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.ir__detail .js-toggle-content td {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.ir__detail .js-toggle-content .calendar-item {
  padding-top: 1rem;
  margin-bottom: 1.3rem;
}
@media (max-width: 768px) {
  .ir__detail .js-toggle-content .calendar-item {
    padding-top: 1.5rem;
    margin-bottom: 1rem;
  }
}
.ir__info {
  margin-top: 6rem;
  background: #EDEDED;
  padding: 3rem;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .ir__info {
    display: block;
    margin: 0 calc(50% - 50vw) -40px;
    padding: 4rem 1.5rem;
  }
}
.ir__info__ttl {
  font-weight: bold;
  margin-right: 2rem;
  width: 100px;
}
@media (max-width: 768px) {
  .ir__info__ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.ir__info__box {
  display: flex;
  padding: 1.5rem 3rem;
  background: #fff;
  width: calc(100% - 100px);
}
@media (max-width: 768px) {
  .ir__info__box {
    width: 100%;
    display: block;
    padding: 1.5rem 2rem;
  }
}
.ir__info__box ul {
  display: flex;
}
@media (max-width: 1100px) {
  .ir__info__box ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .ir__info__box ul {
    display: block;
  }
}
.ir__info__box li {
  position: relative;
  padding-left: 1.5rem;
}
.ir__info__box li:not(:last-child) {
  margin-right: 3rem;
}
.ir__info__box li:after {
  content: "";
  position: absolute;
  display: inline-block;
  width: 8px;
  height: 3px;
  margin-left: 10px;
  background: url(/src/images/icon_arrow-right.svg) 100%/cover no-repeat;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
}

#ir .title-common {
  padding-left: 18px;
  position: relative;
}
#ir .title-common::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 100%;
  background: #444444;
  opacity: 0;
  transition: opacity 1s ease 0s;
}
@media (max-width: 768px) {
  #ir .title-common::before {
    width: 5px;
  }
}
#ir .title-common.is-inview::before {
  opacity: 1;
}

/*# sourceMappingURL=style.css.map */
