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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  color: #303030;
  background-color: #ffffff;
  font-family: YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
}
@media screen and (min-width: 390px) {
  body {
    font-size: 1rem;
  }
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
a:hover {
  opacity: 0.8;
}
a:hover img {
  opacity: 0.8;
}
a img {
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

strong {
  font-family: YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
}

sup {
  font-size: 77%;
  line-height: 0.8;
}

body > .page {
  position: relative;
  height: 100%;
}

.image-fit img {
  display: block;
  width: 100%;
  height: auto;
}

img.image-fit {
  display: block;
  width: 100%;
  height: auto;
}

.mobile-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .mobile-hidden {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .fluid-columns.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fluid-columns.flex .column.align-flex-start {
    -webkit-align-self: flex-start;
        -ms-flex-item-align: start;
            align-self: flex-start;
  }
  .fluid-columns.flex .column.align-flex-end {
    -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
            align-self: flex-end;
  }
}
.uppercase {
  text-transform: uppercase;
}

.bullet {
  font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

.lang-en {
  font-family: "Inter Tight", sans-serif;
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
}

.lang-cn {
  font-family: "Hei Regular", "SimHei", sans-serif;
}

.font-serif {
  font-family: serif;
}

.font-en {
  font-family: "Inter Tight", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.font-en-heading {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-optical-sizing: auto;
  font-style: normal;
}

.icon-external::after {
  content: "";
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
  background-image: url(../images/global/icon_external.svg);
  background-position: center center;
  background-size: 0.75rem auto;
  vertical-align: middle;
}

div.separator hr {
  display: none;
}

.fluid-gap {
  display: none;
}

div.fluid-gap hr {
  display: none;
}

span.text-row {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  span.text-row {
    display: inline;
  }
}
span.text-row br {
  display: none;
}
@media screen and (min-width: 768px) {
  span.text-row br {
    display: block;
  }
}

.behavior-style:hover img {
  opacity: 0.8;
  cursor: pointer;
}

svg {
  fill: currentColor;
}

.text-std {
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .text-std {
    font-size: 1.2rem;
  }
}

.heading-std {
  margin: 0 0 0.6em;
  font-size: 1.4rem;
  font-family: YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

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

ol.list-std {
  padding: 0 0 0 1.6em;
}
ol.list-std li {
  list-style: decimal;
  margin: 0 0 0.4em;
}

ul.list-std {
  list-style: disc;
  padding: 0 0 0 1.6em;
}
ul.list-std li {
  line-height: 1.75;
  letter-spacing: 0.05em;
}
ul.list-std li + li {
  margin-top: 0.2em;
}
ul.list-std.type-a li + li {
  margin-top: 1em;
}

/**
 * Swiper 8.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 13, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
      -ms-scroll-snap-type: x mandatory;
          scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
      -ms-scroll-snap-type: y mandatory;
          scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -webkit-order: 9999;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical, .swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
          filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -webkit-transition-property: opacity, height, -webkit-transform;
  transition-property: opacity, height, -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property: transform, opacity, height, -webkit-transform;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

@media screen and (min-width: 768.98px), print {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 74px;
    z-index: 100;
  }
  .page-header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 91.6666666667%;
    margin: 0 auto;
    height: 74px;
  }
  .page-header .site-logo img {
    display: block;
    width: 115px;
    height: auto;
  }
  .page-header .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header .button-group .hgroup {
    text-transform: uppercase;
  }
  .page-header .button-group .hgroup p {
    font-size: 0.875rem;
  }
  .page-header .button-group .hgroup h2 {
    font-size: 1.125rem;
  }
  .page-header .button-group .button {
    width: 100px;
    height: 42px;
    margin-left: 32px;
  }
}
@media screen and (max-width: 768px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    background-color: #ffffff;
    z-index: 100;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
  }
  .drawer-open .page-header {
    background-color: #abd3d3;
  }
  .page-header > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 93.8461538462%;
    margin: 0 auto;
    height: 100%;
  }
  .page-header .site-logo img {
    display: block;
    width: 85px;
    height: auto;
  }
  .page-header .button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-header .button-group .hgroup {
    text-transform: uppercase;
  }
  .page-header .button-group .hgroup p {
    font-size: 0.533125rem;
  }
  .page-header .button-group .hgroup h2 {
    font-size: 0.6875rem;
  }
  .page-header .button-group .button {
    width: 60px;
    height: 26px;
    margin-left: 10px;
  }
}
.page-body {
  width: 100%;
}
.drawer-open .page-body {
  display: none;
}
.page-body > .container {
  width: auto;
  margin: 0 auto;
}

@media screen and (min-width: 768.98px), print {
  .page-footer {
    padding: 90px 0 56px;
    background: #d1e8e8;
  }
  .drawer-open .page-footer {
    display: none;
  }
  .page-footer .site-map {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 920px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .page-footer .site-map .header .site-title .text-group {
    text-align: center;
  }
  .page-footer .site-map .header .site-title .caption {
    font-size: 1.0625rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .page-footer .site-map .header .site-title .heading {
    font-size: 2.875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .page-footer .site-map .header .site-title .text-ja {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
  .page-footer .site-map .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-footer .site-map .category-group + .category-group {
    margin-left: 50px;
  }
  .page-footer .site-map .category-group.reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-footer .site-map .category-group .category + .category {
    margin-top: 2em;
  }
  .page-footer .site-map .category-group .category .category-item {
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  .page-footer .site-map .category-group .category-title {
    margin-bottom: 0.8em;
    color: #aaaaaa;
    font-size: 0.875rem;
  }
  .page-footer .site-map .category-group .category-item {
    margin-top: 1.6em;
    margin-bottom: 0.8em;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .page-footer .linkage {
    margin-top: 70px;
  }
  .page-footer .linkage a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-footer .linkage .logo {
    width: 170px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .page-footer .linkage .caption {
    width: 170px;
    margin-top: 1em;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 0.875rem;
  }
  .page-footer #copyright {
    margin-top: 70px;
    font-size: 0.75rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page-footer {
    padding: 90px 0 56px;
    background: #d1e8e8;
  }
  .page-footer .site-map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
  .page-footer .site-map .header .site-title .text-group {
    text-align: center;
  }
  .page-footer .site-map .header .site-title .caption {
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .page-footer .site-map .header .site-title .heading {
    font-size: 2.625rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .page-footer .site-map .header .site-title .text-ja {
    margin-top: 0.5em;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
  .page-footer .site-map .content {
    margin-top: 56px;
  }
  .page-footer .site-map .category-group + .category-group {
    margin-top: 1.6em;
  }
  .page-footer .site-map .category-group .category + .category {
    margin-top: 1.6em;
  }
  .page-footer .site-map .category-group .category ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .page-footer .site-map .category-group .category .category-item {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0.8em;
  }
  .page-footer .site-map .category-group .category-title {
    margin-bottom: 0.8em;
    color: #aaaaaa;
    font-size: 0.875rem;
  }
  .page-footer .site-map .category-group .category-item {
    margin-top: 1.6em;
    margin-left: 1em;
    margin-right: 1em;
    margin-bottom: 0.8em;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .page-footer .site-map .category-group .category-item + .category {
    margin-top: 1.6em;
  }
  .page-footer .linkage {
    margin-top: 80px;
  }
  .page-footer .linkage a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .page-footer .linkage .logo {
    width: 172px;
  }
  .page-footer .linkage .caption {
    margin-top: 18px;
    font-size: 0.875rem;
    text-align: c;
  }
  .page-footer #copyright {
    margin-top: 40px;
    font-size: 0.75rem;
    text-align: center;
  }
}
.drawer-control {
  display: block;
  position: relative;
}
.drawer-control .drawer-hamburger {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  position: relative;
  width: 39px;
  height: 39px;
  margin-left: 12px;
  padding: 0;
  outline: 0;
  border-radius: 39px;
  border: 1px solid #141414;
  background: #ffffff;
  -webkit-box-shadow: 0px 3px 9.7px 0.3px rgba(130, 130, 130, 0.35);
          box-shadow: 0px 3px 9.7px 0.3px rgba(130, 130, 130, 0.35);
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .drawer-control .drawer-hamburger {
    width: 40px;
    height: 40px;
    margin-left: 54px;
    border-radius: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.drawer-control .drawer-hamburger:hover {
  cursor: pointer;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon {
  position: relative;
  display: block;
  width: 18px;
  left: 50%;
  height: 1px;
  margin: 0 0 0 -9px;
  background-color: transparent;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after, .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  content: "";
  position: absolute;
  top: -3px;
  left: 0;
  width: 18px;
  height: 1px;
  -webkit-transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  background-color: #141414;
}
.drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  top: 3px;
}
.drawer-control .drawer-hamburger .sr-only {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
.drawer-control .drawer-hamburger .sr-only-focusable:active, .drawer-control .drawer-hamburger .sr-only-focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  width: auto;
  height: auto;
  margin: 0;
}

body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon {
  background: transparent;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after, body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  top: 0;
  background: #141414;
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.drawer-open .drawer-control .drawer-hamburger .drawer-hamburger-icon:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.navigation {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #abd3d3;
  -webkit-transition-property: display, opacity;
  transition-property: display, opacity;
  transition-behavior: allow-discrete;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  opacity: 0;
  z-index: 99;
}
@media screen and (min-width: 768px) {
  .navigation {
    position: fixed;
  }
}
@starting-style {
  .navigation {
    opacity: 0;
  }
}
.drawer-open .navigation {
  display: block;
  overflow: visible;
  height: 100%;
  opacity: 1;
}
@media screen and (min-width: 768.98px), print {
  .navigation > .container {
    padding-top: 74px;
  }
  .navigation .navigation-main {
    max-width: 904px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  .navigation .navigation-main .categories {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 100%;
  }
  .navigation .navigation-main .categories .column {
    width: 404px;
    min-height: 442px;
  }
  .navigation .navigation-main .categories .category + .category {
    margin-top: 14px;
  }
  .navigation .navigation-main .categories .category-title {
    margin-bottom: 22px;
  }
  .navigation .navigation-main .categories .category-title .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .navigation-main .categories .category-title .heading {
    font-size: 0.6625rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .navigation .navigation-main .categories .category-title .font-en-heading {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
  .navigation .navigation-main .categories .item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navigation .navigation-main .categories .item-row .category-item {
    width: 47.0297029703%;
    margin-top: 0;
  }
  .navigation .navigation-main .categories .item-row .category-item + .category-item {
    margin-top: 0;
  }
  .navigation .navigation-main .categories .category-item + .category-item {
    margin-top: 10px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #000000;
    border-radius: 18px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius:hover {
    opacity: 0.7;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .button-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 88px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .text {
    display: block;
    font-size: 1.25rem;
    font-weight: normal;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .font-en-heading + .heading {
    margin-top: 4px;
    font-size: 1.25rem;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .heading {
    display: block;
    font-size: 0.6625rem;
    color: #000000;
    text-align: center;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo {
    display: block;
    margin-top: 8px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo img {
    display: inline-block;
    width: 78px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo .icon-external::after {
    width: 0.8125rem;
    height: 0.8125rem;
    background-size: 0.8125rem auto;
    margin-left: 0.5em;
    vertical-align: inherit;
  }
  .navigation .navigation-main .categories .column-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
  }
  .navigation .navigation-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 904px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
  .navigation .navigation-footer .linkage {
    width: 404px;
  }
  .navigation .navigation-footer .linkage a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .navigation-footer .linkage .logo {
    width: 170px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .navigation .navigation-footer .linkage .caption {
    width: 170px;
    margin-top: 1em;
    margin-left: 12px;
    margin-right: 12px;
    font-size: 0.875rem;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .navigation > .container {
    padding-top: 56px;
  }
  .navigation .navigation-main {
    width: 100%;
    margin-top: 5px;
    padding-left: 27px;
    padding-right: 27px;
  }
  .navigation .navigation-main .categories .column {
    width: 100%;
  }
  .navigation .navigation-main .categories .column + .column {
    margin-top: 36px;
  }
  .navigation .navigation-main .categories .category-group + .category-group {
    margin-top: 36px;
  }
  .navigation .navigation-main .categories .category + .category {
    margin-top: 36px;
  }
  .navigation .navigation-main .categories .category-title {
    margin-bottom: 12px;
  }
  .navigation .navigation-main .categories .category-title .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation .navigation-main .categories .category-title .heading {
    font-size: 0.6625rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .navigation .navigation-main .categories .category-title .font-en-heading {
    font-size: 1.375rem;
    letter-spacing: 0.05em;
  }
  .navigation .navigation-main .categories .item-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .navigation .navigation-main .categories .item-row .category-item {
    width: 47.3214285714%;
    margin-top: 0;
  }
  .navigation .navigation-main .categories .item-row .category-item + .category-item {
    margin-top: 0;
  }
  .navigation .navigation-main .categories .category-item + .category-item {
    margin-top: 10px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    color: #000000;
    border-radius: 10px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .button-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 73px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .text {
    display: block;
    font-size: 1.25rem;
    font-weight: normal;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .font-en-heading + .heading {
    margin-top: 4px;
    font-size: 1.25rem;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .heading {
    display: block;
    font-size: 0.6625rem;
    color: #000000;
    text-align: center;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo {
    display: block;
    margin-top: 8px;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo img {
    display: inline-block;
    width: 78px;
    margin-left: 10px;
    vertical-align: baseline;
  }
  .navigation .navigation-main .categories .category-item .button-solid-radius .logo .icon-external::after {
    margin-left: 0.5em;
    vertical-align: inherit;
  }
  .navigation .navigation-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 66px;
    padding-bottom: 55px;
    background-color: #abd3d3;
  }
  .navigation .navigation-footer .linkage {
    width: 172px;
  }
  .navigation .navigation-footer .linkage a {
    display: block;
  }
  .navigation .navigation-footer .linkage .logo {
    width: 172px;
  }
  .navigation .navigation-footer .linkage .caption {
    margin-top: 1.2em;
    font-size: 0.875rem;
    text-align: center;
  }
}

.button-solid-radius {
  display: block;
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  border-radius: 4px;
  background-color: #141414;
}
@media screen and (min-width: 768px) {
  .button-solid-radius {
    border-radius: 4px;
  }
}
.button-solid-radius .button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.button-solid-radius .text {
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  word-break: keep-all;
}
@media screen and (min-width: 768px) {
  .button-solid-radius .text {
    font-size: 1rem;
  }
}
.button-solid-radius.color-white {
  background: #ffffff;
}
.button-solid-radius.color-gray {
  background: #888888;
}
.button-solid-radius.color-gray .text {
  color: #ffffff;
}
.button-solid-radius.color-blue {
  background: #5db2f3;
}
.button-solid-radius.button-image {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
}
.button-solid-radius.image-1 {
  background-image: url(../images/global/nav_contents_1.jpg);
}
.button-solid-radius.image-2 {
  background-image: url(../images/global/nav_contents_2.jpg);
}
.button-solid-radius.image-3 {
  background-image: url(../images/global/nav_contents_3.jpg);
}
.button-solid-radius.image-4 {
  background-image: url(../images/global/nav_contents_4.jpg);
}

.button-std {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  min-width: 58px;
  width: auto;
  min-height: 30px;
  padding: 1px 16px 3px;
  color: #ffffff;
  border-top: 1px solid rgb(123, 134, 159);
  border-bottom: 1px solid rgb(56, 73, 111);
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(56, 73, 111)), to(rgb(123, 134, 159)));
  background: -webkit-linear-gradient(bottom, rgb(56, 73, 111) 0%, rgb(123, 134, 159) 100%);
  background: linear-gradient(0deg, rgb(56, 73, 111) 0%, rgb(123, 134, 159) 100%);
  text-decoration: none;
  letter-spacing: 0em;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .button-std {
    min-width: 74px;
    min-height: 30px;
    padding: 1px 16px 2px;
  }
}
.button-std.is-current {
  color: #334058;
  border: 1px solid #727ba2;
  background: #f2f6ff;
}
.button-std .button-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
  min-height: 26px;
}
.button-std .text {
  display: block;
  font-size: 1.2rem;
  word-break: keep-all;
}
.button-std.has-arrow .button-content::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/global/icon_arrow_right_white.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .button-std.has-arrow .button-content::after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
.button-std.has-arrow.is-current .button-content::after {
  background: url(../images/global/icon_arrow_right_key.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.button-solid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 38px;
  background: #cccccc;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-solid .text {
  width: 92%;
  font-family: YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  text-align: center;
}

.button-white {
  color: #141414;
  background: #ffffff;
}
.button-white.has-arrow .button-content::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/global/icon_arrow_right_key.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .button-white.has-arrow .button-content::after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
.button-white.has-arrow.is-current .button-content::after {
  background: url(../images/global/icon_arrow_right_white.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.button-current {
  color: #141414;
  background: #f2f6ff;
}
.button-current.has-arrow .button-content::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 10px;
  margin-left: 7px;
  background: url(../images/global/icon_arrow_right_key.svg) no-repeat 0 0;
  background-size: 100% auto;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .button-current.has-arrow .button-content::after {
    width: 6px;
    height: 11px;
    margin-left: 7px;
  }
}
.button-current.has-arrow.is-current .button-content::after {
  background: url(../images/global/icon_arrow_right_white.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.button-bordered {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  min-height: 38px;
  color: #334058;
  background: #ffffff;
  border: 1px solid #334058;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0.1em;
}
.button-bordered .text {
  width: 92%;
  font-family: YuGothic, Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Meiryo, "メイリオ", MS PGothic, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

#button-page-top {
  position: fixed;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  z-index: 10;
}
.drawer-open #button-page-top {
  display: none;
}
#button-page-top .button-round {
  display: block;
  position: absolute;
  bottom: 16px;
  right: 8px;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  background: #6b778f;
}
@media screen and (min-width: 768px) {
  #button-page-top .button-round {
    bottom: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }
}
#button-page-top img {
  display: block;
  width: 100%;
  height: auto;
}

.icon-circle {
  width: 37px;
  height: 37px;
}
@media screen and (min-width: 768px) {
  .icon-circle {
    width: 48px;
    height: 48px;
  }
}
.icon-circle .object-base {
  fill: #303030;
  stroke: #303030;
  stroke-width: 1px;
}
.icon-circle .object-arrow {
  fill: none;
  stroke: #ffffff;
  stroke-miterlimit: 10;
  stroke-width: 2.2px;
}
.icon-circle .object-external-symbol {
  fill: #ffffff;
}
.icon-circle.style-black-bordered .object-base {
  stroke: #ffffff;
}
.icon-circle.style-white-blue .object-base {
  fill: #ffffff;
  stroke: #ffffff;
}
.icon-circle.style-white-blue .object-arrow {
  stroke: #3da8e1;
}
.icon-circle.style-white .object-base {
  fill: #ffffff;
  stroke: #ffffff;
}
.icon-circle.style-white .object-arrow {
  stroke: #303030;
}

.carousel {
  position: relative;
}
.carousel .swiper-wrapper {
  position: relative;
}

.carousel-controler {
  position: relative;
  width: 114px;
  height: 42px;
  margin-left: 0;
}
.carousel-controler .swiper-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 42px;
  height: 42px;
  margin-left: 0;
  margin-right: 0;
  outline: none;
  color: #303030;
  border: 1px solid #303030;
  border-radius: 6px;
  background: #ffffff;
}
.carousel-controler .swiper-button:after {
  display: none;
}
.carousel-controler .swiper-button-prev {
  left: 0;
  background: none;
}
.carousel-controler .swiper-button-next {
  right: 0;
  background: none;
}
.carousel-controler .swiper-button-prev:after,
.carousel-controler .swiper-button-next:after {
  display: block;
  font-size: 16px;
}

.accordion-list {
  border-top: 1px solid #cccccc;
}
.section-accordion {
  border-bottom: 1px solid #cccccc;
}
.section-accordion.is-open .accordion-header {
  border-bottom: none;
}
.section-accordion.is-open .accordion-header .hgroup .heading .accordion-toggle::before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.section-accordion.is-open .accordion-header .hgroup .heading .accordion-toggle::after {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.section-accordion.is-open .accordion-content {
  max-height: 500vh;
}
.section-accordion .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.section-accordion .accordion-header .hgroup {
  position: relative;
  width: 100%;
}
.section-accordion .accordion-header .hgroup .heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.section-accordion .accordion-header .hgroup .heading .prefix {
  margin-right: 1em;
}
.section-accordion .accordion-header .hgroup .heading .title {
  width: 100%;
}
.section-accordion .accordion-header .hgroup .heading .accordion-toggle {
  display: block;
  position: relative;
  width: 60px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header .hgroup .heading .accordion-toggle {
    width: 40px;
  }
}
.section-accordion .accordion-header .hgroup .heading .accordion-toggle::before, .section-accordion .accordion-header .hgroup .heading .accordion-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 22px;
  height: 1px;
  background: #303030;
  -webkit-transition: -webkit-transform 0.2s ease-in;
  transition: -webkit-transform 0.2s ease-in;
  transition: transform 0.2s ease-in;
  transition: transform 0.2s ease-in, -webkit-transform 0.2s ease-in;
}
@media screen and (min-width: 768px) {
  .section-accordion .accordion-header .hgroup .heading .accordion-toggle::before, .section-accordion .accordion-header .hgroup .heading .accordion-toggle::after {
    width: 20px;
  }
}
.section-accordion .accordion-header .hgroup .heading .accordion-toggle::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.section-accordion .accordion-content {
  overflow-y: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out;
}
.section-accordion .accordion-content .accordion-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
.section-accordion .accordion-content .accordion-body .prefix {
  margin-right: 1em;
}
.section-accordion .accordion-content .accordion-body .body-content {
  width: 90%;
}

.drop-down-menu {
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 44px;
  width: 100%;
  padding-left: 0;
  z-index: 2;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .drop-down-menu {
    top: 75px;
    width: 30%;
    margin-bottom: 2em;
    font-size: 1.4rem;
  }
}
.drop-down-menu .drop-down-label {
  padding: 0;
  border: 1px solid #727ba2;
  background-color: #ffffff;
  cursor: pointer;
}
.drop-down-menu .drop-down-label .text {
  display: block;
  padding: 0.3em 1em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .drop-down-menu .drop-down-label .text {
    font-size: 1.4rem;
  }
}
.drop-down-menu .drop-down-label::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 14px;
  width: 10px;
  height: 11px;
  margin: -0.3em 0 0 0;
  background-image: url(../images/global/arrow_down_select.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .drop-down-menu .drop-down-label::before {
    width: 17px;
    height: 11px;
    top: 18px;
    margin: -0.4em 0 0 0;
    background-image: url(../images/global/arrow_down_select.svg);
    background-size: 100% auto;
  }
}
.drop-down-menu .drop-down-content {
  display: block;
  position: absolute;
  top: 2.4em;
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
  z-index: 2;
  width: 100%;
}
.drop-down-menu .drop-down-content .drop-down-list {
  width: 100%;
  margin: 0;
  padding: 0;
  background: white;
  z-index: 2;
  margin-top: 1px;
}
@media screen and (min-width: 768px) {
  .drop-down-menu .drop-down-content .drop-down-list {
    margin-top: 0;
  }
}
.drop-down-menu .drop-down-content .drop-down-list .item {
  border: 1px solid #727ba2;
  border-top: none;
  padding: 0.3em 1em;
}
.drop-down-menu .drop-down-content .drop-down-list .item a {
  display: block;
  cursor: pointer;
}
.drop-down-menu.is-open .drop-down-label::before {
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
}
@media screen and (min-width: 768px) {
  .drop-down-menu.is-open .drop-down-label::before {
    top: 16px;
  }
}
.drop-down-menu.is-open .drop-down-content {
  max-height: 300vh;
}

.hero-std {
  width: 100%;
  background: #7c7c7c;
  background-image: url(../images/global/bg_gray_noise.png);
  background-repeat: repeat;
  background-position: center center;
}
body.environment-welfare .hero-std, body.environment-training .hero-std {
  background-image: url(../images/global/bg_gray_noise_2.png);
}
body.information .hero-std {
  background-image: url(../images/global/bg_blue_noise.png);
}
@media screen and (min-width: 768.98px), print {
  .hero-std .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 96px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 80px;
  }
  .hero-std .billboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    min-height: 346px;
  }
  .hero-std .billboard .image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 30px;
    background-color: #ffffff;
    z-index: 1;
  }
  .hero-std .billboard .image img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    height: 100%;
  }
  .hero-std .billboard.billboard-special .image {
    border-radius: 346px;
  }
  .hero-std .billboard > .hgrup {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .hero-std .billboard > .hgrup .category {
    margin-bottom: 12px;
  }
  .hero-std .billboard > .hgrup .category .heading {
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.25em;
  }
  .hero-std .billboard > .hgrup .category .font-en-heading {
    margin-top: 6px;
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
  .hero-std .billboard > .hgrup .category .header {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: -114px;
    left: 50%;
    width: 433px;
    margin-left: -216.5px;
    padding-top: 14px;
    padding-bottom: 12px;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
  }
  .hero-std .billboard > .hgrup .category .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 261px;
    height: 147px;
    margin: -73.5px 0 0 -130.5px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
  }
  .hero-std .billboard > .hgrup .category .header .hgroup {
    position: relative;
    z-index: 2;
  }
  .hero-std .billboard > .hgrup .category .header .heading {
    color: #679c9c;
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .hero-std .billboard > .hgrup .category .header .font-en-heading {
    color: #679c9c;
    font-size: 2.1875rem;
    letter-spacing: 0.05em;
  }
  .hero-std .billboard > .hgrup .page-title {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    padding-top: 36px;
    padding-bottom: 34px;
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .hero-std .billboard > .hgrup .caption-bottom {
    margin-top: 32px;
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  body.contents-job .hero-std .billboard .image img {
    -o-object-position: 0 37%;
       object-position: 0 37%;
  }
  body.special .hero-std {
    background-image: url(../images/global/bg_green_noise.png);
    background-repeat: repeat;
    background-position: center center;
  }
}
@media screen and (max-width: 768px) {
  .hero-std .container {
    max-width: 390px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 86px;
    padding-left: 26px;
    padding-right: 26px;
    padding-bottom: 30px;
  }
  .hero-std .billboard {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    min-height: 212px;
  }
  .hero-std .billboard .image {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border-radius: 18px;
    background-color: #ffffff;
    z-index: 1;
  }
  .hero-std .billboard > .hgrup {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .hero-std .billboard > .hgrup .category {
    margin-bottom: 8px;
  }
  .hero-std .billboard > .hgrup .category .heading {
    font-size: 0.6875rem;
    font-weight: 600;
    letter-spacing: 0.25em;
  }
  .hero-std .billboard > .hgrup .category .font-en-heading {
    margin-top: 4px;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
  }
  .hero-std .billboard > .hgrup .category .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 366px;
    margin-top: -90px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 18px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
  }
  .hero-std .billboard > .hgrup .category .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 221px;
    height: 123px;
    margin: -61.5px 0 0 -110.5px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
  }
  .hero-std .billboard > .hgrup .category .header .hgroup {
    position: relative;
    z-index: 2;
  }
  .hero-std .billboard > .hgrup .category .header .heading {
    color: #679c9c;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .hero-std .billboard > .hgrup .category .header .font-en-heading {
    color: #679c9c;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .hero-std .billboard > .hgrup .page-title {
    border-top: 1px solid #303030;
    border-bottom: 1px solid #303030;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 1.6875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  .hero-std .billboard > .hgrup .caption-bottom {
    margin-top: 18px;
    font-size: 0.8125rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
  }
  body.special .hero-std {
    background-image: url(../images/global/bg_green_noise.png);
    background-repeat: repeat;
    background-position: center center;
  }
  body.special .hero-std .container {
    padding-top: 180px;
    padding-bottom: 56px;
  }
  body.special .hero-std .billboard.billboard-special .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 212px;
  }
  body.special .hero-std .billboard.billboard-special .image img {
    width: auto;
    height: 100%;
  }
  body.special .hero-std .billboard.billboard-special > .hgrup .page-title {
    display: inline-block;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 20px;
    font-size: 1.6875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
    text-indent: 0.15em;
  }
  body.special .hero-std .billboard.billboard-special > .hgrup .caption-bottom {
    letter-spacing: 0em;
  }
}

@media screen and (min-width: 768.98px), print {
  .section-contents {
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
  }
  .section-contents > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .section-contents .header {
    width: 100%;
  }
  .section-contents .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: #f4f4f4;
    width: 390px;
    height: 140px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-contents .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .section-contents .header .font-en-heading {
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .section-contents .topic {
    max-width: 526px;
    width: 48%;
    margin-top: 100px;
  }
  .section-contents .topic:nth-of-type(3) {
    margin-left: auto;
    margin-right: auto;
  }
  .section-contents .topic a {
    display: block;
    width: 100%;
  }
  .section-contents .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 22px;
  }
  .section-contents .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .section-contents .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-contents .topic .topic-header .text-std {
    font-size: 1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .section-contents {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 200px;
  }
  .section-contents > .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .section-contents .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    background: #f4f4f4;
    width: 238px;
    height: 86px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .section-contents .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .section-contents .header .font-en-heading {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .section-contents .topic {
    margin-top: 92px;
  }
  .section-contents .topic + .topic {
    margin-top: 82px;
  }
  .section-contents .topic a {
    display: block;
    width: 100%;
  }
  .section-contents .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
  }
  .section-contents .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .section-contents .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-contents .topic .topic-header .text-std {
    font-size: 0.8125rem;
  }
  .section-contents .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 768.98px), print {
  .section-recruit-info {
    position: relative;
  }
  .section-recruit-info > .button-group {
    width: 50%;
    width: 100%;
    padding: 170px 0;
    background: #3da8e1;
  }
  .section-recruit-info > .button-group a {
    display: block;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    color: #ffffff;
    z-index: 2;
  }
  .section-recruit-info > .button-group a:hover {
    opacity: 0.7;
  }
  .section-recruit-info > .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .section-recruit-info > .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section-recruit-info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .section-recruit-info .header .font-en-heading {
    color: #ffffff;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .section-recruit-info .content {
    max-width: 399px;
    width: 100%;
    margin-top: 58px;
  }
  .section-recruit-info .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-recruit-info .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-recruit-info .content .topic .topic-header .text-std {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .section-recruit-info {
    position: relative;
    height: 390px;
  }
  .section-recruit-info > .button-group {
    width: 100%;
    height: 100%;
  }
  .section-recruit-info > .button-group a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 67px 28px;
    color: #ffffff;
    background: rgba(61, 168, 225, 0.5);
    z-index: 2;
  }
  .section-recruit-info > .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .section-recruit-info > .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .section-recruit-info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
  .section-recruit-info .header .font-en-heading {
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .section-recruit-info .content {
    max-width: 399px;
    width: 100%;
    margin-top: 86px;
    margin-left: auto;
    margin-right: auto;
  }
  .section-recruit-info .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-recruit-info .content .topic .topic-header .heading {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .section-recruit-info .content .topic .topic-header .text-std {
    font-size: 0.875rem;
  }
  .section-recruit-info .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
}
@media screen and (min-width: 768.98px), print {
  .style-standard .section-environment {
    background: #f4f4f4;
  }
  .style-standard .section-environment > .container {
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .style-standard .section-environment .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-environment .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-standard .section-environment .header .font-en-heading {
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-standard .section-environment .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    width: 100%;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .style-standard .section-environment .content .topic {
    max-width: 526px;
    width: 48%;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-environment .content .topic a {
    display: block;
    color: #ffffff;
    width: 100%;
    padding: 26px 22px;
    border-radius: 8px;
    background: #303030;
  }
  .style-standard .section-environment .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-standard .section-environment .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-standard .section-environment .content .topic .topic-header .text-std {
    font-size: 1rem;
  }
  .style-standard .section-environment .content .topic .topic-header .icon-circle {
    width: 53px;
    height: 53px;
  }
}
@media screen and (max-width: 768px) {
  .style-standard .section-environment#environment {
    background: #f4f4f4;
  }
  .style-standard .section-environment#environment > .container {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .style-standard .section-environment#environment .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-environment#environment .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-standard .section-environment#environment .header .font-en-heading {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-standard .section-environment#environment .content {
    width: 100%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 13px;
  }
  .style-standard .section-environment#environment .content .topic {
    width: 100%;
  }
  .style-standard .section-environment#environment .content .topic + .topic {
    margin-top: 15px;
  }
  .style-standard .section-environment#environment .content .topic a {
    display: block;
    color: #ffffff;
    width: 100%;
    padding: 21px 15px;
    border-radius: 5px;
    background: #303030;
  }
  .style-standard .section-environment#environment .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-standard .section-environment#environment .content .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-standard .section-environment#environment .content .topic .topic-header .text-std {
    font-size: 0.875rem;
  }
  .style-standard .section-environment#environment .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
}
.figure-list {
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .figure-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -16px;
  }
}
.figure-list .figure {
  width: 100%;
  margin-top: 48px;
}
@media screen and (min-width: 768px) {
  .figure-list .figure {
    width: 45.7142857143%;
    margin-top: 110px;
  }
}

@media screen and (min-width: 768.98px), print {
  .section-std#hachioji {
    background: #f4f4f4;
  }
  .section-std#hachioji .timeline::before {
    background: #00a9e6;
  }
  .section-std .timeline {
    position: relative;
  }
  .section-std .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 11px;
    width: 4px;
    height: 100%;
    background: #519d9c;
    z-index: 1;
  }
  .section-std .timeline article.scene {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    position: relative;
    z-index: 2;
  }
  .section-std .timeline article.scene + article.scene {
    margin-top: 80px;
  }
  .section-std .timeline article.scene .scene-header {
    width: 136px;
  }
  .section-std .timeline article.scene .scene-header .time img {
    width: 98px;
  }
  .section-std .timeline article.scene .scene-content {
    width: 100%;
  }
  .section-std .timeline article.scene .scene-content .text-group {
    width: 100%;
    margin-top: 0.5em;
  }
  .section-std .timeline article.scene .scene-content .text-group .text-std {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .section-std .timeline article.scene .scene-content .text-group table th {
    min-width: 8em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 1rem;
    line-height: 1.4;
    letter-spacing: 0.02em;
  }
  .section-std .timeline article.scene .scene-content .text-group table td {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
  }
  .section-std .timeline article.scene .scene-content .gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 28px;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group {
    max-width: 480px;
    width: 48.7804878049%;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group:nth-of-type(2n+2) {
    margin-left: 20px;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .caption-bottom {
    margin-top: 0.5em;
    font-size: 0.875rem;
    line-height: 1.4;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .section-std#hachioji {
    background: #f4f4f4;
  }
  .section-std#hachioji .timeline::before {
    background: #00a9e6;
  }
  .section-std .timeline {
    position: relative;
  }
  .section-std .timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 16px;
    width: 2px;
    height: 100%;
    background: #519d9c;
    z-index: 1;
  }
  .section-std .timeline article.scene + article.scene {
    margin-top: 50px;
  }
  .section-std .timeline article.scene .scene-header {
    position: relative;
    z-index: 2;
  }
  .section-std .timeline article.scene .scene-header .time img {
    width: 96px;
  }
  .section-std .timeline article.scene .scene-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 50px;
    padding-right: 27px;
  }
  .section-std .timeline article.scene .scene-content .text-group {
    width: 100%;
    margin-top: 0.5em;
  }
  .section-std .timeline article.scene .scene-content .text-group .text-std {
    font-size: 0.8375rem;
    line-height: 1.75;
  }
  .section-std .timeline article.scene .scene-content .text-group table th {
    min-width: 6.5em;
    padding-top: 0.2em;
    padding-bottom: 0.2em;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .section-std .timeline article.scene .scene-content .text-group table td {
    font-size: 0.8375rem;
    line-height: 1.75;
    vertical-align: middle;
  }
  .section-std .timeline article.scene .scene-content .gallery {
    margin-top: 18px;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group + .image-group {
    margin-top: 12px;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .image {
    overflow: hidden;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/2;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-std .timeline article.scene .scene-content .gallery .image-group .caption-bottom {
    margin-top: 0.5em;
    font-size: 0.6875rem;
    line-height: 1.4;
    text-align: right;
  }
}
body.home .page-body {
  padding-top: 56px;
}
@media screen and (min-width: 768px) {
  body.home .page-body {
    padding-top: 0;
  }
}

@media screen and (min-width: 768.98px), print {
  .hero-home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 700px;
  }
  .hero-home .image {
    display: block;
    width: 100%;
  }
  .hero-home .image img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 2040px;
    width: 100%;
    min-height: 700px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-home .site-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-home .site-title .text-group {
    position: relative;
    top: 140px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
    color: #ffffff;
  }
  .hero-home .site-title .caption {
    font-size: 2.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .hero-home .site-title .heading {
    font-size: 5.25rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .hero-home .site-title .text-ja {
    margin-top: 20px;
    font-size: 1.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
  .style-home .section-news {
    position: relative;
    top: -270px;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .style-home .section-news > .container {
    width: 500px;
    padding: 45px 40px;
    border-radius: 12px;
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
  }
  .style-home .section-news .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-news .header .font-en-heading {
    font-size: 2.0625rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-news .content {
    margin-top: 20px;
    border-top: 1px solid #cccccc;
  }
  .style-home .section-news .news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }
  .style-home .section-news .news-list li .date {
    color: #878787;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .style-home .section-news .news-list li .title {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .style-home .section-contents {
    width: 100%;
    margin-top: -410px;
    padding-top: 50px;
    padding-bottom: 200px;
    background: #f4f4f4;
  }
  .style-home .section-contents > .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .style-home .section-contents .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 526px;
    width: 48%;
  }
  .style-home .section-contents .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    background: #ffffff;
    width: 390px;
    height: 140px;
    text-align: center;
    margin-top: 215px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-contents .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-contents .header .font-en-heading {
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-contents .topic {
    max-width: 526px;
    width: 48%;
    margin-top: 100px;
  }
  .style-home .section-contents .topic a {
    display: block;
    width: 100%;
  }
  .style-home .section-contents .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 22px;
  }
  .style-home .section-contents .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .style-home .section-contents .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-contents .topic .topic-header .text-std {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .style-home .section-interview {
    overflow: hidden;
    width: 100%;
    padding-top: 180px;
    padding-bottom: 194px;
    background: #ffffff;
  }
  .style-home .section-interview > .container {
    display: block;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .style-home .section-interview .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-interview .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .style-home .section-interview .header .logo {
    width: 170px;
    margin-left: 33px;
  }
  .style-home .section-interview .carousel {
    margin-top: 65px;
  }
  .style-home .section-interview .carousel .panel {
    width: 352px;
  }
  .style-home .section-interview .carousel .panel a {
    display: block;
  }
  .style-home .section-interview .carousel .panel .image {
    overflow: hidden;
    border-radius: 22px;
  }
  .style-home .section-interview .carousel .panel .data {
    margin-top: 16px;
  }
  .style-home .section-interview .carousel .panel .heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .style-home .section-interview .carousel .panel .description {
    margin-top: 1em;
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-home .section-interview .carousel-controler {
    position: absolute;
    top: 0;
    right: 40px;
  }
  .style-home .section-special {
    position: relative;
    padding-top: 56px;
    padding-bottom: 56px;
    background-color: #679c9c;
  }
  .style-home .section-special > .container {
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .style-home .section-special .header {
    display: block;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 160px;
    right: 40px;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
  }
  .style-home .section-special .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 361px;
    height: 201px;
    margin: -100.5px 0 0 -180.5px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
  }
  .style-home .section-special .header .hgroup {
    position: relative;
    z-index: 2;
  }
  .style-home .section-special .header .heading {
    color: #679c9c;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-special .header .font-en-heading {
    color: #679c9c;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-special .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 628px;
    height: 628px;
    border-radius: 628px;
  }
  .style-home .section-special .image img {
    width: auto;
    height: 100%;
  }
  .style-home .section-special .content {
    display: block;
    position: absolute;
    bottom: 130px;
    right: 0;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
  .style-home .section-special .content .topic {
    display: block;
    width: 600px;
    margin-left: auto;
  }
  .style-home .section-special .content .topic a {
    display: block;
  }
  .style-home .section-special .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 442px;
    margin-left: auto;
    margin-right: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .style-home .section-special .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-special .content .topic .topic-header .text-std {
    font-size: 1rem;
  }
  .style-home .section-special .content .topic .topic-header .icon-circle {
    width: 53px;
    height: 53px;
  }
  .style-home .section-environment > .container {
    padding-top: 200px;
    padding-bottom: 250px;
  }
  .style-home .section-environment .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-environment .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-environment .header .font-en-heading {
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-environment .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1200px;
    width: 100%;
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
  }
  .style-home .section-environment .content .topic {
    max-width: 526px;
    width: 48%;
  }
  .style-home .section-environment .content .topic a {
    display: block;
    color: #ffffff;
    width: 100%;
    padding: 26px 22px;
    border-radius: 8px;
    background: #303030;
  }
  .style-home .section-environment .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-environment .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-environment .content .topic .topic-header .text-std {
    font-size: 1rem;
  }
  .style-home .section-environment .content .topic .topic-header .icon-circle {
    width: 53px;
    height: 53px;
  }
  .style-home .section-recruit-info {
    position: relative;
  }
  .style-home .section-recruit-info > .button-group {
    width: 50%;
    width: 100%;
    padding: 170px 0;
    background: #3da8e1;
  }
  .style-home .section-recruit-info > .button-group a {
    display: block;
    position: relative;
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 40px;
    color: #ffffff;
    z-index: 2;
  }
  .style-home .section-recruit-info > .button-group a:hover {
    opacity: 0.7;
  }
  .style-home .section-recruit-info > .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    z-index: 1;
  }
  .style-home .section-recruit-info > .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .style-home .section-recruit-info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .style-home .section-recruit-info .header .font-en-heading {
    color: #ffffff;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-recruit-info .content {
    max-width: 399px;
    width: 100%;
    margin-top: 58px;
  }
  .style-home .section-recruit-info .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-recruit-info .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-recruit-info .content .topic .topic-header .text-std {
    font-size: 1rem;
  }
  .style-home .section-faq {
    background: #f4f4f4;
  }
  .style-home .section-faq > .container {
    padding-top: 190px;
    padding-bottom: 140px;
  }
  .style-home .section-faq .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-faq .header .heading {
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-faq .header .font-en-heading {
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-faq .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1040px;
    width: 100%;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-faq .accordion-list .item .accordion-header {
    min-height: 82px;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup {
    padding-left: 14px;
    padding-right: 14px;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading {
    line-height: 1.4;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading .prefix.font-en {
    font-size: 2rem;
    font-weight: 600;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading .title {
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body {
    padding-left: 14px;
    padding-right: 14px;
    padding-bottom: 30px;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body .prefix.font-en {
    font-size: 2rem;
    font-weight: 600;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body .text-std {
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 768px) {
  .hero-home {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 487px;
  }
  .hero-home .image {
    display: block;
    width: 100%;
  }
  .hero-home .image img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
    max-width: 2040px;
    width: 100%;
    min-height: 487px;
    margin-left: auto;
    margin-right: auto;
  }
  .hero-home .site-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .hero-home .site-title .text-group {
    position: relative;
    top: 56px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
    color: #ffffff;
  }
  .hero-home .site-title .caption {
    font-size: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
  }
  .hero-home .site-title .heading {
    font-size: 3.1875rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .hero-home .site-title .text-ja {
    margin-top: 10px;
    font-size: 1.125rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    line-height: 1.4;
  }
  .style-home .section-news {
    position: relative;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    padding-right: 28px;
  }
  .style-home .section-news > .container {
    padding: 60px 0 70px;
  }
  .style-home .section-news .header {
    text-align: center;
  }
  .style-home .section-news .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-news .header .font-en-heading {
    margin-top: 0.2em;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-news .content {
    margin-top: 20px;
    border-top: 1px solid #cccccc;
  }
  .style-home .section-news .news-list li {
    padding: 20px 0;
    border-bottom: 1px solid #cccccc;
  }
  .style-home .section-news .news-list li .date {
    color: #878787;
    font-size: 0.875rem;
    font-weight: normal;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .style-home .section-news .news-list li .title {
    font-size: 0.875rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .style-home .section-contents {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 150px;
    background: #f4f4f4;
  }
  .style-home .section-contents > .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 28px;
  }
  .style-home .section-contents .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-contents .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    background: #ffffff;
    width: 238px;
    height: 86px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-contents .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-contents .header .font-en-heading {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-contents .topic {
    margin-top: 92px;
  }
  .style-home .section-contents .topic + .topic {
    margin-top: 82px;
  }
  .style-home .section-contents .topic a {
    display: block;
    width: 100%;
  }
  .style-home .section-contents .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
  }
  .style-home .section-contents .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .style-home .section-contents .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-contents .topic .topic-header .text-std {
    font-size: 0.8125rem;
  }
  .style-home .section-contents .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
  .style-home .section-interview {
    overflow: hidden;
    width: 100%;
    padding-top: 122px;
    padding-bottom: 122px;
    background: #ffffff;
  }
  .style-home .section-interview > .container {
    display: block;
    position: relative;
    width: 100%;
    padding: 0 28px;
  }
  .style-home .section-interview .header .hgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-interview .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.2em;
  }
  .style-home .section-interview .header .logo {
    width: 104px;
    margin-top: 10px;
  }
  .style-home .section-interview .carousel {
    margin-top: 58px;
  }
  .style-home .section-interview .carousel .panel {
    width: 268px;
  }
  .style-home .section-interview .carousel .panel a {
    display: block;
  }
  .style-home .section-interview .carousel .panel .image {
    overflow: hidden;
    border-radius: 22px;
  }
  .style-home .section-interview .carousel .panel .data {
    margin-top: 24px;
  }
  .style-home .section-interview .carousel .panel .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .style-home .section-interview .carousel .panel .description {
    margin-top: 1em;
    font-size: 0.8125rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-home .section-interview .carousel-controler {
    display: none;
  }
  .style-home .section-special {
    position: relative;
    padding-top: 80px;
    padding-bottom: 50px;
    background-color: #679c9c;
  }
  .style-home .section-special > .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 13px;
    padding-right: 13px;
  }
  .style-home .section-special .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 366px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 30px;
    background: #ffffff;
    text-align: center;
    z-index: 1;
  }
  .style-home .section-special .header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 221px;
    height: 123px;
    margin: -61.5px 0 0 -110.5px;
    border-radius: 50%;
    background: #ffffff;
    z-index: 1;
  }
  .style-home .section-special .header .hgroup {
    position: relative;
    z-index: 2;
  }
  .style-home .section-special .header .heading {
    color: #679c9c;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-special .header .font-en-heading {
    color: #679c9c;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-special .image {
    display: block;
    position: relative;
    overflow: hidden;
    width: 335px;
    height: 335px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 335px;
  }
  .style-home .section-special .image img {
    width: auto;
    height: 100%;
  }
  .style-home .section-special .content {
    display: block;
    position: relative;
    max-width: 1200px;
    width: 100%;
  }
  .style-home .section-special .content .topic {
    display: block;
    width: 336px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-special .content .topic a {
    display: block;
  }
  .style-home .section-special .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .style-home .section-special .content .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-special .content .topic .topic-header .text-std {
    font-size: 0.8375rem;
    letter-spacing: 0;
  }
  .style-home .section-special .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
  .style-home .section-environment > .container {
    padding-top: 124px;
    padding-bottom: 140px;
  }
  .style-home .section-environment .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-environment .header .heading {
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-environment .header .font-en-heading {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-environment .content {
    width: 100%;
    margin-top: 48px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 13px;
  }
  .style-home .section-environment .content .topic {
    width: 100%;
  }
  .style-home .section-environment .content .topic + .topic {
    margin-top: 15px;
  }
  .style-home .section-environment .content .topic a {
    display: block;
    color: #ffffff;
    width: 100%;
    padding: 21px 15px;
    border-radius: 5px;
    background: #303030;
  }
  .style-home .section-environment .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-environment .content .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-environment .content .topic .topic-header .text-std {
    font-size: 0.875rem;
  }
  .style-home .section-environment .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
  .style-home .section-recruit-info {
    position: relative;
    height: 390px;
  }
  .style-home .section-recruit-info > .button-group {
    width: 100%;
    height: 100%;
  }
  .style-home .section-recruit-info > .button-group a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 67px 28px;
    color: #ffffff;
    background: rgba(61, 168, 225, 0.5);
    z-index: 2;
  }
  .style-home .section-recruit-info > .image {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .style-home .section-recruit-info > .image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .style-home .section-recruit-info .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    text-align: center;
  }
  .style-home .section-recruit-info .header .font-en-heading {
    color: #ffffff;
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-recruit-info .content {
    max-width: 399px;
    width: 100%;
    margin-top: 86px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-recruit-info .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .style-home .section-recruit-info .content .topic .topic-header .heading {
    font-size: 1.625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-home .section-recruit-info .content .topic .topic-header .text-std {
    font-size: 0.875rem;
  }
  .style-home .section-recruit-info .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
  .style-home .section-faq {
    background: #f4f4f4;
  }
  .style-home .section-faq > .container {
    padding-top: 78px;
    padding-bottom: 50px;
  }
  .style-home .section-faq .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .style-home .section-faq .header .heading {
    font-size: 0.9375rem;
    font-weight: 600;
    letter-spacing: 0.15em;
  }
  .style-home .section-faq .header .font-en-heading {
    font-size: 1.875rem;
    letter-spacing: 0.05em;
  }
  .style-home .section-faq .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 28px;
    padding-right: 28px;
  }
  .style-home .section-faq .accordion-list .item .accordion-header {
    min-height: 76px;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup {
    padding-left: 12px;
    padding-right: 12px;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading {
    line-height: 1.4;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading .prefix.font-en {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .style-home .section-faq .accordion-list .item .accordion-header .hgroup .heading .title {
    font-size: 0.875rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 30px;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body .prefix.font-en {
    font-size: 1.5rem;
    font-weight: 600;
  }
  .style-home .section-faq .accordion-list .item .accordion-content .accordion-body .text-std {
    font-size: 0.875rem;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 768.98px), print {
  body.contents-about .section-std.section-1 .container {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  body.contents-about .section-std.section-2 .container {
    padding-bottom: 100px;
  }
  body.contents-about .section-std.section-2 .content {
    margin-top: 0;
  }
  body.contents-about .section-std.section-2 .content .fluid-columns {
    margin-top: 0;
  }
  body.contents-about .section-std.section-2 .content .fluid-columns + .fluid-columns {
    margin-top: 86px;
  }
  body.contents-about .section-std.section-2 .content .fluid-columns .column.dtmt-240 {
    margin-top: 86px;
  }
}

@media screen and (min-width: 768.98px), print {
  body.contents-job .section-std .container {
    padding-bottom: 250px;
  }
  body.contents-job .section-std .container .content .topic {
    margin-top: 320px;
  }
  body.contents-job .section-contents {
    padding-top: 130px;
    background: #f4f4f4;
  }
  body.contents-job .section-contents .container .header .hgroup {
    background: #ffffff;
  }
}
@media screen and (max-width: 768px) {
  body.contents-job .section-std .container {
    padding-bottom: 200px;
  }
  body.contents-job .section-std .container .content .topic {
    margin-top: 200px;
  }
  body.contents-job .section-contents {
    padding-top: 80px;
    padding-bottom: 150px;
    background: #f4f4f4;
  }
  body.contents-job .section-contents .container .header .hgroup {
    background: #ffffff;
  }
}

@media screen and (max-width: 768px) {
  body.special .section-std.bg-gray-1 {
    background: #f4f4f4;
  }
  body.special .section-std .container {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 100px;
  }
}

@media screen and (min-width: 768.98px), print {
  body.environment-welfare .style-standard .board-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.environment-welfare .style-standard .board-group + .fluid-columns.board-group-figure {
    margin-top: 85px;
  }
  body.environment-welfare .style-standard .board-group + .fluid-columns.board-group-figure .figure {
    max-width: 435px;
  }
  body.environment-welfare .style-standard .text-board {
    position: relative;
    width: 31.4285714286%;
  }
  body.environment-welfare .style-standard .text-board::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 110%;
    height: 4px;
  }
  body.environment-welfare .style-standard .text-board.text-board-1::after {
    background: #ffa396;
  }
  body.environment-welfare .style-standard .text-board.text-board-1 .content {
    background: #fdeeeb;
  }
  body.environment-welfare .style-standard .text-board.text-board-2::after {
    background: #ffa05c;
  }
  body.environment-welfare .style-standard .text-board.text-board-2 .content {
    background: #fcede1;
  }
  body.environment-welfare .style-standard .text-board.text-board-3::after {
    width: 100%;
    background: #4cb4a4;
  }
  body.environment-welfare .style-standard .text-board.text-board-3 .content {
    background: #e2f0ed;
  }
  body.environment-welfare .style-standard .text-board .header {
    position: relative;
    z-index: 2;
  }
  body.environment-welfare .style-standard .text-board .header .heading-image img {
    display: block;
    width: auto;
    height: 39px;
  }
  body.environment-welfare .style-standard .text-board .content {
    margin-top: -20px;
    padding-top: 45px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 50px;
  }
  body.environment-welfare .style-standard .text-board .content .text-group {
    width: 100%;
  }
  body.environment-welfare .style-standard .text-board .content .text-group + .text-group {
    margin-top: 36px;
  }
  body.environment-welfare .style-standard .text-board .content .text-std {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  body.environment-welfare .style-standard .text-board .content .text-std + .text-group {
    margin-top: 1.4em;
  }
  body.environment-welfare .style-standard .text-board .content .heading {
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-welfare .style-standard .container > .content {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  body.environment-welfare .style-standard .section-std.has-board-group .container {
    padding-left: 0;
    padding-right: 0;
  }
  body.environment-welfare .style-standard .board-group {
    margin-top: 60px;
  }
  body.environment-welfare .style-standard .board-group + .fluid-columns.board-group-figure {
    margin-top: 85px;
    padding-left: 27px;
    padding-right: 27px;
  }
  body.environment-welfare .style-standard .board-group + .fluid-columns.board-group-figure .column + .column {
    margin-top: 50px;
  }
  body.environment-welfare .style-standard .text-board {
    position: relative;
  }
  body.environment-welfare .style-standard .text-board::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 27px;
    width: 2px;
    height: 100%;
  }
  body.environment-welfare .style-standard .text-board + .text-board {
    margin-top: 0;
  }
  body.environment-welfare .style-standard .text-board.text-board-1::after {
    background: #ffa396;
  }
  body.environment-welfare .style-standard .text-board.text-board-1 .content {
    background: #fdeeeb;
  }
  body.environment-welfare .style-standard .text-board.text-board-2::after {
    background: #ffa05c;
  }
  body.environment-welfare .style-standard .text-board.text-board-2 .content {
    background: #fcede1;
  }
  body.environment-welfare .style-standard .text-board.text-board-3::after {
    background: #4cb4a4;
  }
  body.environment-welfare .style-standard .text-board.text-board-3 .content {
    background: #e2f0ed;
  }
  body.environment-welfare .style-standard .text-board .header {
    position: relative;
    z-index: 2;
  }
  body.environment-welfare .style-standard .text-board .header .heading-image {
    margin-top: -18px;
    padding-left: 12px;
  }
  body.environment-welfare .style-standard .text-board .header .heading-image img {
    display: block;
    width: auto;
    height: 37px;
  }
  body.environment-welfare .style-standard .text-board .content {
    margin-top: -19px;
    padding-top: 54px;
    padding-left: 60px;
    padding-right: 26px;
    padding-bottom: 70px;
  }
  body.environment-welfare .style-standard .text-board .content .text-group {
    width: 100%;
  }
  body.environment-welfare .style-standard .text-board .content .text-group + .text-group {
    margin-top: 50px;
  }
  body.environment-welfare .style-standard .text-board .content .text-std {
    font-size: 0.875rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
  }
  body.environment-welfare .style-standard .text-board .content .text-std + .text-group {
    margin-top: 1.4em;
  }
  body.environment-welfare .style-standard .text-board .content .heading {
    font-size: 1.0625rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-welfare .style-standard .text-board .content .heading + .text-std {
    margin-top: 0.8em;
  }
}

@media screen and (min-width: 768.98px), print {
  body.environment-training .style-standard .text-center-alt {
    text-align: center;
  }
  body.environment-training .style-standard .section-std.bg-blue {
    background: #c2daec;
  }
  body.environment-training .style-standard .section-std.bg-blue + .section-std.bg-blue {
    margin-top: 0;
  }
  body.environment-training .style-standard .section-std.bg-blue + .section-std.bg-blue .container {
    padding-top: 20px;
    padding-bottom: 130px;
  }
  body.environment-training .style-standard .section-std.bg-blue .content .content .list-std {
    margin-top: 24px;
  }
  body.environment-training .style-standard .sub-section {
    max-width: 862px;
    margin-top: 136px;
    margin-left: auto;
    margin-right: auto;
  }
  body.environment-training .style-standard .sub-section.block-bordered {
    border: 1px solid #b7b7b7;
    background: #f5fbff;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content > * {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content .fluid-columns {
    margin-top: 46px;
  }
  body.environment-training .style-standard .sub-section > .heading {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section > .content {
    margin-top: 76px;
  }
  body.environment-training .style-standard .sub-section > .content .text-group {
    max-width: 740px;
    width: 100%;
  }
  body.environment-training .style-standard .sub-section > .content .heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section > .content .list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  body.environment-training .style-standard .sub-section > .content .list-group .list-std {
    width: 50%;
  }
  body.environment-training .style-standard .sub-section > .content .list-std + .note {
    margin-left: 2em;
  }
  body.environment-training .style-standard .sub-section > .content .note {
    margin-top: 1.4em;
    font-size: 0.75rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section .text-columns.fluid-columns {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  body.environment-training .style-standard .sub-section .text-columns.fluid-columns .column-left {
    width: 130px;
  }
  body.environment-training .style-standard .sub-section .text-columns.fluid-columns .column-right {
    width: calc(100% - 130px);
  }
}
@media screen and (max-width: 768px) {
  body.environment-training .style-standard .container {
    padding-top: 56px;
    padding-bottom: 160px;
  }
  body.environment-training .style-standard .section-std.bg-blue {
    background: #c2daec;
  }
  body.environment-training .style-standard .section-std.bg-blue .container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  body.environment-training .style-standard .section-std.bg-blue + .section-std.bg-blue {
    margin-top: 0;
  }
  body.environment-training .style-standard .section-std.bg-blue + .section-std.bg-blue .container {
    padding-top: 100px;
    padding-bottom: 150px;
  }
  body.environment-training .style-standard .section-std.bg-blue .content .content .text-group > .list-std {
    margin-top: 20px;
  }
  body.environment-training .style-standard .sub-section {
    margin-top: 90px;
    margin-left: auto;
    margin-right: auto;
  }
  body.environment-training .style-standard .sub-section.block-bordered {
    border: 1px solid #b7b7b7;
    background: #f5fbff;
    margin-left: -13px;
    margin-right: -13px;
    padding-left: 13px;
    padding-right: 13px;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content > * {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  body.environment-training .style-standard .sub-section.block-bordered > .content .fluid-columns {
    margin-top: 46px;
  }
  body.environment-training .style-standard .sub-section > .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section > .content {
    margin-top: 46px;
  }
  body.environment-training .style-standard .sub-section > .content .text-group {
    width: 100%;
  }
  body.environment-training .style-standard .sub-section > .content .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section > .content .list-group {
    margin-top: 20px;
  }
  body.environment-training .style-standard .sub-section > .content .list-std {
    font-size: 0.8375rem;
  }
  body.environment-training .style-standard .sub-section > .content .list-std + .note {
    margin-left: 1.8em;
  }
  body.environment-training .style-standard .sub-section > .content .note {
    margin-top: 1.4em;
    font-size: 0.8125rem;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.environment-training .style-standard .sub-section .text-columns.fluid-columns {
    margin-top: 46px;
  }
  body.environment-training .style-standard .sub-section .text-columns.fluid-columns .column + .column {
    margin-top: 1em;
  }
}

@media screen and (min-width: 768.98px), print {
  body.information .flowchart {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  body.information .flowchart .chart + .chart {
    margin-top: 30px;
  }
  body.information .flowchart .chart > .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #c2daec;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    border-radius: 6px 6px 0 0;
  }
  body.information .flowchart .chart > .header .chart-no {
    display: inline-block;
    color: #3da8e1;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.information .flowchart .chart > .header .heading {
    display: inline-block;
    margin-left: 1em;
    color: #303030;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.information .flowchart .chart > .content {
    margin-top: 0;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 20px;
    background: #ffffff;
    border-radius: 0 0 6px 6px;
  }
  body.information .flowchart .chart > .content .text-std {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  body.information .section-entry {
    padding-bottom: 200px;
  }
  body.information .section-entry .button-group a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 740px;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    background: #303030;
    border-radius: 12px;
  }
  body.information .section-entry .button-group .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 478px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.information .section-entry .button-group .hgroup {
    color: #ffffff;
    text-align: center;
    margin-top: -20px;
  }
  body.information .section-entry .button-group .hgroup .heading {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  body.information .section-entry .button-group .hgroup .font-en-heading {
    margin-top: 10px;
    font-size: 3.125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  body.information .section-entry .button-group .icon-circle {
    position: absolute;
    bottom: 4px;
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  body.information .section-std.bg-gray-1 .container {
    padding-top: 58px;
    padding-bottom: 80px;
  }
  body.information .flowchart {
    margin-left: auto;
    margin-right: auto;
  }
  body.information .flowchart .chart + .chart {
    margin-top: 30px;
  }
  body.information .flowchart .chart > .header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    background: #c2daec;
    padding-top: 16px;
    padding-left: 18px;
    padding-right: 12px;
    padding-bottom: 15px;
    border-radius: 4px 4px 0 0;
  }
  body.information .flowchart .chart > .header .chart-no {
    display: inline-block;
    color: #3da8e1;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  body.information .flowchart .chart > .header .heading {
    display: inline-block;
    margin-left: 0.4em;
    color: #303030;
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0;
  }
  body.information .flowchart .chart > .content {
    margin-top: 0;
    padding-top: 20px;
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 14px;
    background: #ffffff;
    border-radius: 0 0 4px 4px;
  }
  body.information .flowchart .chart > .content .text-std {
    font-size: 0.8375rem;
    line-height: 1.75;
    letter-spacing: 0;
  }
  body.information .section-entry {
    margin-top: 80px;
  }
  body.information .section-entry .button-group a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    background: #303030;
  }
  body.information .section-entry .button-group .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 334px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  body.information .section-entry .button-group .hgroup {
    color: #ffffff;
    text-align: center;
    margin-top: -20px;
  }
  body.information .section-entry .button-group .hgroup .heading {
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.6;
    letter-spacing: 0.2em;
  }
  body.information .section-entry .button-group .hgroup .font-en-heading {
    margin-top: 10px;
    font-size: 2.625rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.2em;
  }
  body.information .section-entry .button-group .icon-circle {
    position: absolute;
    bottom: 4px;
    right: 0;
  }
}

@media screen and (min-width: 768.98px), print {
  .style-standard .section-std.bg-gray-1 {
    background: #f4f4f4;
  }
  .style-standard .section-std .container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 180px;
  }
  .style-standard .section-std .container > .caption {
    margin-bottom: 1.5em;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .style-standard .section-std .container > .heading {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .style-standard .section-std .container .content {
    margin-top: 56px;
  }
  .style-standard .section-std .container .content .text-group {
    width: 70.5357142857%;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-std .container .content .text-group + .text-group {
    margin-top: 60px;
  }
  .style-standard .section-std .container .content .text-group.text-center-alt > .text-std {
    text-align: center;
  }
  .style-standard .section-std .container .content .text-group .heading {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8;
  }
  .style-standard .section-std .container .content .text-group .heading + .text-std {
    margin-top: 0.6em;
  }
  .style-standard .section-std .container .content .text-group .heading + .list-std {
    margin-top: 0.6em;
  }
  .style-standard .section-std .container .content .fluid-columns {
    margin-top: 60px;
  }
  .style-standard .section-std .container .content .fluid-columns .column {
    width: 46.9642857143%;
  }
  .style-standard .section-std .container .content .fluid-columns .column.dtmt-240 {
    margin-top: 240px;
  }
  .style-standard .section-std .container .content .fluid-columns .column h3.heading {
    display: block;
    width: 10em;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .fluid-columns .column .image-group .caption-bottom {
    margin-top: 1.6em;
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.02em;
  }
  .style-standard .section-std .container .content .text-std {
    font-size: 1rem;
    line-height: 1.75;
    letter-spacing: 0.02em;
    text-align: justify;
  }
  .style-standard .section-std .container .content .text-std a {
    text-decoration: underline;
  }
  .style-standard .section-std .container .content .text-std + .text-std {
    margin-top: 1.8em;
  }
  .style-standard .section-std .container .content .text-std + .note {
    margin-top: 1em;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .topic {
    max-width: 526px;
    width: 48%;
    margin-top: 100px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-std .container .content .topic a {
    display: block;
    width: 100%;
  }
  .style-standard .section-std .container .content .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 22px;
  }
  .style-standard .section-std .container .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .style-standard .section-std .container .content .topic .topic-header .heading {
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .topic .topic-header .heading + .text-std {
    margin-top: 1em;
  }
  .style-standard .section-std .container .content .topic .topic-header .text-std {
    font-size: 1rem;
    letter-spacing: 0;
  }
  .style-standard .section-std .container .accordion-list {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header {
    min-height: 108px;
    padding-right: 20px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading {
    line-height: 1.4;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading .title {
    font-size: 1.25rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading .title strong {
    display: block;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body {
    padding-bottom: 50px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .body-content {
    width: 100%;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .text-std {
    font-size: 0.875rem;
    line-height: 1.825;
    letter-spacing: 0.02em;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group {
    margin-top: 40px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .image {
    width: 100%;
    height: 340px;
    background: #f4f4f4;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .image img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .caption-bottom {
    margin-top: 1em;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .style-standard .section-std.bg-gray-1 {
    background: #f4f4f4;
  }
  .style-standard .section-std .container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 100px;
    padding-left: 27px;
    padding-right: 27px;
    padding-bottom: 100px;
  }
  .style-standard .section-std .container > .caption {
    margin-bottom: 1.5em;
    font-size: 0.9375rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .style-standard .section-std .container > .heading {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-indent: 0.05em;
  }
  .style-standard .section-std .container .content {
    margin-top: 40px;
  }
  .style-standard .section-std .container .content .text-group {
    margin-left: auto;
    margin-right: auto;
  }
  .style-standard .section-std .container .content .text-group + .text-group {
    margin-top: 50px;
  }
  .style-standard .section-std .container .content .text-group .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    line-height: 1.8;
    text-indent: 0.05em;
  }
  .style-standard .section-std .container .content .text-group .heading + .text-std {
    margin-top: 0.8em;
  }
  .style-standard .section-std .container .content .text-group .heading + .list-std {
    margin-top: 0.8em;
  }
  .style-standard .section-std .container .content .fluid-columns {
    margin-top: 84px;
  }
  .style-standard .section-std .container .content .fluid-columns.mbmt-1em {
    margin-top: 1.5em;
  }
  .style-standard .section-std .container .content .fluid-columns .column + .column {
    margin-top: 28px;
  }
  .style-standard .section-std .container .content .fluid-columns .column h3.heading {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .style-standard .section-std .container .content .fluid-columns .column .image-group .caption-bottom {
    margin-top: 1.6em;
    font-size: 0.875rem;
    line-height: 1.8;
    text-align: justify;
    letter-spacing: 0.02em;
  }
  .style-standard .section-std .container .content .text-std {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  .style-standard .section-std .container .content .text-std a {
    text-decoration: underline;
  }
  .style-standard .section-std .container .content .text-std + .text-std {
    margin-top: 1.8em;
  }
  .style-standard .section-std .container .content .text-std + .note {
    margin-top: 1em;
    font-size: 0.6875rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .list-std {
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .topic {
    margin-top: 134px;
  }
  .style-standard .section-std .container .content .topic + .topic {
    margin-top: 82px;
  }
  .style-standard .section-std .container .content .topic a {
    display: block;
    width: 100%;
  }
  .style-standard .section-std .container .content .topic .image {
    display: block;
    overflow: hidden;
    border-radius: 12px;
  }
  .style-standard .section-std .container .content .topic .topic-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
  }
  .style-standard .section-std .container .content .topic .topic-header .heading {
    font-size: 1.0625rem;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .content .topic .topic-header .text-std {
    font-size: 0.8125rem;
  }
  .style-standard .section-std .container .content .topic .topic-header .icon-circle {
    width: 37px;
    height: 37px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header {
    min-height: 96px;
    padding-right: 14px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading {
    line-height: 1.4;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading .title {
    font-size: 1.0625rem;
    line-height: 1.6;
    letter-spacing: 0.05em;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-header .hgroup .heading .title strong {
    display: block;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body {
    padding-bottom: 30px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .body-content {
    width: 100%;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .text-std {
    font-size: 0.875rem;
    line-height: 1.825;
    letter-spacing: 0.02em;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group {
    margin-top: 30px;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    width: 100%;
    height: 257px;
    background: #f4f4f4;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .image img {
    display: block;
    width: 100%;
    height: 100%;
				object-fit: contain;
  }
  .style-standard .section-std .container .accordion-list .item .accordion-content .accordion-body .image-group .caption-bottom {
    margin-top: 1em;
    font-size: 0.75rem;
    line-height: 1.4;
    text-align: right;
  }
}