@charset "UTF-8";
.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

picture {
  display: block;
  line-height: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

input,
textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

html {
  -webkit-text-size-adjust: 100%;
}

body {
  color: #4b4b4b;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: 0.06em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  position: relative;
}
@media (max-width: 768px) {
  body {
    font-size: 0.78125rem;
  }
}

ol,
ul {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

a {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  color: #4b4b4b;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}

::-moz-selection {
  background: #292929;
  color: #ed6c00;
}

::selection,
::-moz-selection {
  background: #292929;
  color: #ed6c00;
}

h1,
h2,
h3,
h4,
h5,
h6,
li {
  font-size: 100%;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.js-scroll {
  height: 100px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 50px;
}
.js-scroll.is-scroll {
  background-color: #ed6c00;
}

@-webkit-keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-1 {
  0% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar-2 {
  0% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@keyframes active-menu-bar-1 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(10px) rotate(0);
    transform: translateY(10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@keyframes active-menu-bar-2 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-10px) rotate(0);
    -webkit-transform: translateY(-10px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -webkit-transform: translateY(-10px) rotate(-45deg);
  }
}
@-webkit-keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, -0.3, 0) rotate(45deg);
            transform: translate3d(0, -0.3, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
@keyframes checkbox-check {
  0% {
    width: 0;
    height: 0;
    border-color: #fff;
    -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
            transform: translate3d(0, 0, 0) rotate(45deg);
  }
  33% {
    width: 0.4em;
    height: 0;
    -webkit-transform: translate3d(0, -0.3, 0) rotate(45deg);
            transform: translate3d(0, -0.3, 0) rotate(45deg);
  }
  100% {
    width: 0.4em;
    height: 0.7em;
    border-color: #fff;
    -webkit-transform: translate3d(0, -0.7em, 0) rotate(45deg);
            transform: translate3d(0, -0.7em, 0) rotate(45deg);
  }
}
html,
body {
  width: 100%;
}

.body--fixed {
  position: fixed;
}

body .l-wrap {
  padding-top: 150px;
}
@media (max-width: 768px) {
  body .l-wrap {
    padding-top: 70px;
  }
}

.sec.bg {
  background-color: #eee;
}

.scInr, .scInr--w, .scInr--s {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 4rem 0;
}
@media (max-width: 768px) {
  .scInr, .scInr--w, .scInr--s {
    padding: 2.5rem 0;
  }
}
.scInr--s {
  max-width: 850px;
}
.scInr--w {
  max-width: 1300px;
}
.scInr .scbox, .scInr--s .scbox, .scInr--w .scbox {
  margin: 2rem auto 0;
  padding-bottom: 2rem;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 1025px) {
  .header {
    height: 150px;
    background-color: #fff;
  }
}
@media (max-width: 768px) {
  .header {
    height: 70px;
    z-index: 301;
  }
}
.header__logo {
  margin: 1.3em 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__logo {
    margin: 0 1em;
    width: 70%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 303;
  }
}
.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__logo img {
  max-width: 220px;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .header__logo img {
    width: 100%;
    height: auto;
  }
}
.header__logo img.white {
  display: none;
}
.header__logo span {
  font-size: 1.125rem;
  font-weight: 600;
  margin-left: 1.2rem;
  letter-spacing: 0.2em;
  line-height: 1;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .header__logo span {
    font-size: 0.6875rem;
    margin-left: 0.3rem;
  }
}
.header__wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 769px) {
  .header.scrolled {
    background: #fff;
    height: 100px;
    -webkit-box-shadow: 0 5px 10px rgba(17, 17, 17, 0.1);
            box-shadow: 0 5px 10px rgba(17, 17, 17, 0.1);
  }
  .header.scrolled .header__logo {
    height: 34px;
    margin: 7px 20px;
  }
  .header.scrolled .header__logo img.color {
    display: block;
  }
  .header.scrolled .header__logo img.white {
    display: none;
  }
  .header.scrolled .gnav__cv {
    right: 92px;
  }
  .header.scrolled .gnav__cv a {
    height: 40px;
    color: #fff;
  }
}
@media (min-width: 769px) and (min-width: 769px) {
  .header.scrolled .gnav__link {
    top: 0.5em;
    right: 352px;
  }
  .header.scrolled .gnav__link a {
    font-size: 80%;
  }
}
@media (min-width: 769px) {
  .header.scrolled .group__logo {
    width: 72px;
    bottom: 12px;
    right: 10px;
  }
  .header.scrolled .gnav__main {
    border-color: #eee;
    width: calc(100% - 20px - 72px);
  }
  .header.scrolled .gnav__main > li > a, .header.scrolled .gnav__main li > span {
    color: #4b4b4b;
  }
  .header.scrolled .gnav__main > li > a::before, .header.scrolled .gnav__main li > span::before {
    background-color: #eee;
  }
  .header.scrolled .gnav__main > li > a::after, .header.scrolled .gnav__main li > span::after {
    background-image: url(/assets/img/arr-btm_bl.svg);
  }
  .header.scrolled .gnav__main > li > a:hover, .header.scrolled .gnav__main li > span:hover {
    color: #fff;
  }
  .header.scrolled .gnav__main > li > a:hover::after, .header.scrolled .gnav__main li > span:hover::after {
    background-image: url(/assets/img/arr-btm.svg);
  }
  .header.scrolled .gnav__main li > span:hover {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .header.scrolled {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), to(transparent));
    background: linear-gradient(rgba(0, 0, 0, 0.6), transparent);
  }
  .header.scrolled .header__logo a {
    color: #fff;
  }
  .header.scrolled .header__logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  .header.scrolled .hamb__btn .hamb__bar {
    background: #fff;
  }
  .header.scrolled .hamb__btn .hamb__bar:before, .header.scrolled .hamb__btn .hamb__bar:after {
    background: #fff;
  }
}

@media (max-width: 1024px) {
  body.js-hamb__menu--active .header__logo a {
    color: #fff;
  }
  body.js-hamb__menu--active .header__logo img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
  }
  body.js-hamb__menu--active .gnav__main > li {
    position: relative;
  }
  body.js-hamb__menu--active .gnav__main > li a, body.js-hamb__menu--active .gnav__main > li span {
    color: #fff;
  }
  body.js-hamb__menu--active .gnav__main > li a::after, body.js-hamb__menu--active .gnav__main > li span::after {
    display: block;
    background-image: url(/assets/img/arr-btm.svg);
    width: 100%;
    margin: 0 auto;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    right: 1em;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    opacity: 0.6;
  }
  body.js-hamb__menu--active .gnav__main > li.sub-s span::after {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  body.js-hamb__menu--active .group__logo svg {
    fill: #fff;
  }
}

.hamb__btn {
  display: none;
}
@media (max-width: 768px) {
  .hamb__btn {
    width: 60px;
    height: 70px;
    cursor: pointer;
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 303;
  }
  .hamb__btnInr {
    height: 100%;
    padding: 15px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .hamb__btn .hamb__bar, .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    width: 100%;
    height: 2px;
    margin: auto;
    background: #111111;
    border-radius: 5px;
    display: block;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .hamb__btn .hamb__bar:before, .hamb__btn .hamb__bar:after {
    content: "";
    background: #111111;
    position: absolute;
  }
  .hamb__btn .hamb__bar:before {
    bottom: 8px;
    -webkit-animation: menu-bar-1 0.75s forwards;
    animation: menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .hamb__btn .hamb__bar:after {
    top: 8px;
    -webkit-animation: menu-bar-2 0.75s forwards;
    animation: menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.hamb__menu {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 768px) {
  .hamb__menu {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 100%;
    padding: 80px 20px 0;
    background: #111111;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 302;
    overflow-y: scroll;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(0, -100%);
            transform: translate(0, -100%);
  }
  .hamb__menu .gheader {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 768px) {
  .js-hamb__menu--active .hamb__menu {
    pointer-events: all;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar, .js-hamb__menu--active .hamb__btn .hamb__bar:before, .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: transparent !important;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:before {
    background: #fff !important;
    bottom: 11px;
    -webkit-animation: active-menu-bar-1 0.75s forwards;
    animation: active-menu-bar-1 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .js-hamb__menu--active .hamb__btn .hamb__bar:after {
    background: #fff !important;
    -webkit-animation: active-menu-bar-2 0.75s forwards;
    animation: active-menu-bar-2 0.75s forwards;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  gap: 2em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gnav {
    width: 100%;
    height: 100%;
    max-height: calc(100dvh - 70px);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    overflow-y: scroll;
  }
}

.gnav__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 4rem - 72px);
  border-top: 1px solid #ccc;
  height: 100%;
}
@media (max-width: 768px) {
  .gnav__main {
    display: block;
    width: 100%;
    border: none;
  }
}
.gnav__main > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gnav__main > li {
    width: 100%;
    height: auto;
    margin-right: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 1.5em;
    border-right: none;
    border-left: 3px solid #292929;
    padding-left: 1em;
  }
}
.gnav__main > li:last-of-type {
  margin-right: 0;
}
.gnav__main > li a, .gnav__main > li span {
  padding: 1em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #4b4b4b;
  font-size: 0.875rem;
  position: relative;
  font-weight: 600;
  gap: 0.5em;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .gnav__main > li a, .gnav__main > li span {
    display: block;
    width: 100%;
  }
}
.gnav__main > li a::after, .gnav__main > li span::after {
  content: "";
  width: 10px;
  height: 5px;
  background: url(/assets/img/arr-btm_bl.svg) no-repeat center center/contain;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.gnav__main > li a::before, .gnav__main > li span::before {
  content: "";
  height: 50%;
  width: 1px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gnav__main > li a::before, .gnav__main > li span::before {
    display: none;
  }
}
.gnav__main > li:hover {
  background-color: #4b4b4b;
}
@media (max-width: 768px) {
  .gnav__main > li:hover {
    background-color: transparent;
  }
}
.gnav__main > li:hover a, .gnav__main > li:hover span {
  color: #fff;
  opacity: 1;
}
.gnav__main > li:hover a::after, .gnav__main > li:hover span::after {
  background-image: url(/assets/img/arr-btm.svg);
}
.gnav__main > li:hover a::before, .gnav__main > li:hover span::before {
  background-color: #4b4b4b;
}

.gnav__sub, .gnav__sub--s {
  position: absolute;
  top: 150px;
  left: 1em;
  width: calc(100% - 4rem - 72px - 1em);
  background-color: #4b4b4b;
  padding: 2em 3em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 2em;
  display: none;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gnav__sub, .gnav__sub--s {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 1;
    top: inherit;
    left: inherit;
    background-color: transparent;
    padding: 0;
  }
}
.gnav__sub li, .gnav__sub--s li {
  width: calc(25% - 2em);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (max-width: 768px) {
  .gnav__sub li, .gnav__sub--s li {
    width: 100%;
  }
}
.gnav__sub li a, .gnav__sub--s li a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5em 0;
}
@media (max-width: 768px) {
  .gnav__sub li a, .gnav__sub--s li a {
    padding: 0.7em 20px;
  }
}
.gnav__sub li a::before, .gnav__sub--s li a::before {
  display: none;
}
.gnav__sub li a::after, .gnav__sub--s li a::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .gnav__sub li a:hover, .gnav__sub--s li a:hover {
    background-color: #fff;
    color: #4b4b4b !important;
    padding-left: 1em;
  }
}
.gnav__sub--s {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 100%;
  left: 0;
  width: 120%;
  padding: 1em 1em 2em;
}
@media (max-width: 768px) {
  .gnav__sub--s {
    padding: 0;
    width: 100%;
  }
}
.gnav__sub--s > li {
  width: 100%;
}

.gnav__main > li.sub-s {
  position: relative;
}

.gnav__main > li:hover > .gnav__sub, .gnav__main > li:hover > .gnav__sub--s {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}

.group__logo {
  width: 100px;
  padding: 5px;
  position: absolute;
  right: 1.2rem;
  bottom: 1.2em;
  background-color: transparent;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .group__logo {
    width: 60px;
    right: 20px;
    bottom: 20px;
    background: #515457;
  }
}
.group__logo svg {
  fill: #4b4b4b;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.group__logo:hover, .group__logo.active {
  background: #ed6c00;
}
.group__logo:hover svg, .group__logo.active svg {
  fill: #fff;
}

.gnav__cv {
  position: absolute;
  top: 0;
  right: calc(4rem + 72px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.3em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .gnav__cv {
    position: relative;
    right: inherit;
    top: inherit;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 3em;
  }
}
.gnav__cv a {
  width: 120px;
  height: 60px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-color: #292929;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .gnav__cv a {
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    border-radius: 4px;
    font-size: 1rem;
  }
}
.gnav__cv a:hover {
  opacity: 0.8;
}

@media (min-width: 769px) {
  .gnav__link {
    position: absolute;
    top: 1em;
    right: calc(4rem + 72px + 260px);
  }
}
.gnav__link .link-nw {
  font-size: 90%;
}
.gnav__link .link-nw::after {
  background-color: #4b4b4b;
}
@media (max-width: 768px) {
  .gnav__link .link-nw {
    color: #fff;
  }
  .gnav__link .link-nw::after {
    background-color: #fff;
  }
}

.group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .group-link {
    margin-top: 50px;
  }
}
.group-link a {
  display: block;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #ed6c00;
}
@media (max-width: 1024px) {
  .group-link a {
    font-size: 16px;
  }
}
.group-link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  background: url(/assets/img/icon-link_bk.svg) no-repeat center center/contain;
  display: inline-block;
  margin-left: 0.2em;
}

.group {
  display: none;
  position: absolute;
  width: calc(100% - 4em);
  top: 100%;
  left: 2em;
  background: rgba(255, 255, 255, 0.98);
  border: 2px solid #ed6c00;
  padding: 50px 0 70px;
  z-index: 5;
}
@media (max-width: 768px) {
  .group {
    background: rgba(255, 255, 255, 0.95);
    top: 70px;
    width: 100%;
    left: 0;
    height: 80dvh;
    overflow-y: scroll;
  }
}
.group .scInr {
  padding: 0;
}
.group .closeBtn {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 500;
  cursor: pointer;
}
@media (max-width: 768px) {
  .group .closeBtn {
    top: 70px;
    position: fixed;
  }
}
.group .closeBtn::before, .group .closeBtn::after {
  content: "";
  width: 30px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
  background-color: #4b4b4b;
}
.group .closeBtn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.group__ttl {
  text-align: center;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.03em;
  margin-bottom: 1rem;
  line-height: 1.6;
}
.group__ttl span {
  font-size: 0.875rem;
  font-weight: 500;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  letter-spacing: 0.15em;
}
.group__copy > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.group__box {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 600;
  letter-spacing: 0.075em;
  text-align: center;
  border-top: 2px solid;
  border-bottom: 2px solid;
  -o-border-image: linear-gradient(to right, #ed6c00 20px, transparent 20px, transparent calc(100% - 20px), #ed6c00 calc(100% - 20px)) 1;
     border-image: linear-gradient(to right, #ed6c00 20px, transparent 20px, transparent calc(100% - 20px), #ed6c00 calc(100% - 20px)) 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group__box::before {
  content: "";
  width: calc(100% - 4px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-left: 2px solid;
  border-right: 2px solid;
  -o-border-image: linear-gradient(to bottom, #ed6c00 20px, transparent 20px, transparent calc(100% - 20px), #ed6c00 calc(100% - 20px)) 1;
     border-image: linear-gradient(to bottom, #ed6c00 20px, transparent 20px, transparent calc(100% - 20px), #ed6c00 calc(100% - 20px)) 1;
}
.group__box.group__philosophy {
  font-size: 1.625rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1024px) {
  .group__box.group__philosophy {
    font-size: 1.3125rem;
  }
}
.group__box.group__philosophy em {
  color: #ed6c00;
  font-style: normal;
}
.group__box.group__philosophy img {
  max-height: 120px;
}
.group__box.group__vision {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .group__box.group__vision {
    font-size: 1.3125rem;
  }
}
.group__box.group__strategy {
  font-size: 1.25rem;
}
@media (max-width: 1024px) {
  .group__box.group__strategy {
    font-size: 1rem;
  }
}
.group__company {
  margin-top: 45px;
}
.group__company .ttl__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
.group__company .ttl__box::before, .group__company .ttl__box::after {
  content: "";
  height: 2px;
  background: #ed6c00;
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.group__company .company__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7em;
}
@media (max-width: 1024px) {
  .group__company .company__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.group__company .company__list > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 1024px) {
  .group__company .company__list > li {
    width: 20%;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }
}
@media (max-width: 768px) {
  .group__company .company__list > li {
    width: 45%;
  }
}
.group__company .company__list a {
  text-align: center;
  color: #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.group__company .company__list .logo {
  width: 100%;
}
.group__company .company__list .company__name {
  font-size: 0.625rem;
  letter-spacing: 0.1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.75;
}
.group__company .company__list .category {
  color: #fff;
  background-color: #ed6c00;
  font-size: 0.5rem;
}
.group__company .company__list .category.ogawa {
  background-color: #008544;
}
.group__company .company__list .category.core {
  background-color: #114826;
}
.group__company .company__list .category.agec {
  background-color: #0068a3;
}
.group__company .company__list .category.sgec {
  background-color: #0068a3;
}
.group__company .company__list .category.sofc {
  background-color: #1f2b61;
}
.group__company .company__list .category.ushio {
  background-color: #1c0c81;
}
.group__company .company__list .category.mori {
  background-color: #6fa62c;
}
.group__company .company__list .category.sankyo {
  background-color: #0087c9;
}
.group__company .company__list .category.ringogumi {
  background-color: #e75359;
}
.group__company .company__list .category.shiozeri {
  background-color: #1f89c3;
}
.group__company .company__list .category.factas {
  background-color: #89b52a;
}
.group__company .company__list .category.risoko {
  background-color: #201c1b;
}
.group__company .company__list .category.skelton {
  background-color: #231816;
}
.group__company .company__list .category.hueplus {
  background-color: #e86c00;
}
.group .group-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media (max-width: 1024px) {
  .group .group-link {
    margin-top: 50px;
  }
}
.group .group-link a {
  display: block;
  color: #292929;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid #ed6c00;
}
@media (max-width: 1024px) {
  .group .group-link a {
    font-size: 16px;
  }
}
.group .group-link a::after {
  content: "";
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(/assets/img/icon-link.svg);
          mask-image: url(/assets/img/icon-link.svg);
  background-color: #4b4b4b;
  background-size: contain;
  display: inline-block;
  margin-left: 0.2em;
}

.footer {
  background: #111111;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.875rem;
  margin-top: 5rem;
}
@media (max-width: 768px) {
  .footer {
    margin-top: 2rem;
  }
}
.footer a {
  color: #fff;
}
.footer .scInr {
  max-width: 1120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .scInr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 3em 0;
  }
}
.footer .company {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1024px) {
  .footer .company {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .company .logo {
  width: 25%;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer .company .logo {
    width: 100%;
    margin: 0 auto;
  }
}
.footer .company .logo img {
  max-width: 90px;
  width: 100%;
}
@media (max-width: 768px) {
  .footer .company .logo img {
    width: 20%;
  }
}
.footer .company .logo .name {
  font-size: 1.125rem;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 0.8em;
  line-height: 1;
}
@media (max-width: 1024px) {
  .footer .company .logo .name {
    text-align: center;
    font-size: 1rem;
  }
  .footer .company .logo .name br {
    display: none;
  }
}
.footer .company .logo .concept {
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 1rem;
}
@media (max-width: 768px) {
  .footer .company .logo .concept {
    font-size: 0.9375rem;
    margin-bottom: 1.2rem;
  }
}
.footer .company .logo .btn-cs {
  max-width: 180px;
  margin: 1.5rem auto;
}
.footer .company .logo .btn-cs a {
  display: block;
  border: 1px solid #ccc;
  padding: 0.5rem 0 0.6rem;
  border-radius: 100px;
  font-size: 80%;
  line-height: 1;
}
.footer .company .info {
  width: 62%;
  border-top: 1px solid #fff;
  padding-top: 2em;
}
@media (max-width: 1024px) {
  .footer .company .info {
    width: 100%;
    border-top: none;
    text-align: center;
    padding-top: 1em;
    font-size: 80%;
  }
}
.footer .company .info > ul {
  margin-bottom: 1.5rem;
  font-size: 90%;
}
.footer .company .info > ul > li.name {
  font-size: 1.3125rem;
  margin-bottom: 0.2em;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .footer .company .info > ul > li.name {
    font-size: 0.9375rem;
  }
}
.footer .ft-nav {
  width: 45%;
  border-top: 1px solid #fff;
  padding-top: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5em;
}
@media (max-width: 1024px) {
  .footer .ft-nav {
    display: none;
  }
}
.footer .ft-nav .navbox .box .ft-ttl {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  line-height: 1.3;
}
.footer .ft-nav .navbox .box .ft-ttl::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: #fff;
  display: inline-block;
}
.footer .ft-nav .navbox .box .ft-links > li {
  padding-left: 1.2em;
  font-size: 90%;
}
.footer .footer__btm {
  background-color: #292929;
}
@media (max-width: 1024px) {
  .footer .footer__btm {
    padding-bottom: 4rem;
  }
}
.footer .footer__btm .scInr {
  padding: 2.5em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 768px) {
  .footer .footer__btm .scInr {
    padding: 1.5em 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer .footer__btm .footer__linkList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2em;
}
@media (max-width: 1024px) {
  .footer .footer__btm .footer__linkList {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 768px) {
  .footer .footer__btm .footer__linkList {
    width: 100%;
    gap: 1em;
    margin-bottom: 0.5em;
  }
}
.footer .footer__btm .footer__linkList a {
  color: #fff;
  font-size: 0.75rem;
}
.footer .footer__btm .copyright {
  text-align: right;
  font-family: "Roboto", sans-serif;
}
@media (max-width: 1024px) {
  .footer .footer__btm .copyright {
    text-align: center;
    margin: 1em 0;
    font-size: 60%;
  }
}

.fixed-btn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media (min-width: 1025px) {
  .fixed-btn {
    display: none;
  }
}
.fixed-btn > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #111111;
}
.fixed-btn > ul > li {
  width: 50%;
  text-align: center;
}
.fixed-btn > ul > li a {
  display: block;
  font-size: 110%;
  padding: 1rem 0;
  background-color: #clr-sub;
  color: #fff;
}
.fixed-btn > ul > li:nth-child(1) {
  background-color: #111111;
}
.fixed-btn > ul > li:nth-child(2) {
  background-color: rgba(255, 255, 255, 0.15);
}

.kv {
  background: url("/assets/img/top/bg.jpg") center top -5rem no-repeat;
  background-size: cover;
  padding: 0.4rem 0 5em;
  margin-bottom: -3em;
  position: relative;
  z-index: 0;
}
.kv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255));
  z-index: -1;
}
@media (max-width: 768px) {
  .kv {
    background-size: 130%;
  }
}

.breadcrumb {
  padding: 10px 0;
}
.breadcrumb .inr {
  width: 95%;
  margin: 0 auto;
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.breadcrumb ol li {
  font-size: 0.6875rem;
  position: relative;
}
@media (max-width: 768px) {
  .breadcrumb ol li {
    font-size: 0.5625rem;
  }
}
.breadcrumb ol li::after {
  margin: 0 4px 0 1px;
  content: ">";
  opacity: 0.6;
}
.breadcrumb ol li:last-child {
  margin: 0;
}
.breadcrumb ol li:last-child:after {
  display: none;
}
.breadcrumb ol li a {
  color: #4b4b4b;
}
@media (max-width: 768px) {
  .breadcrumb ol li:last-of-type span {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
}
.breadcrumb ol li span {
  white-space: normal;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 3rem;
}
@media (max-width: 1024px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex > * {
    width: 100% !important;
  }
}
@media (min-width: 1025px) {
  .flex.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .flex.center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.page__ttl {
  margin-top: 3.5rem;
  color: #4b4b4b;
  font-size: 1.125rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-align: center;
  color: #111111;
}
@media (max-width: 768px) {
  .page__ttl {
    font-size: 0.875rem;
  }
}
.page__ttl span {
  display: block;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  font-size: 2.6875rem;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .page__ttl span {
    font-size: 2.0625rem;
  }
}
.page__ttl.jp {
  font-size: 2.6875rem;
}
@media (max-width: 768px) {
  .page__ttl.jp {
    font-size: 1.6875rem;
    line-height: 1.7;
  }
}
.page__ttl.jp span {
  font-size: 0.9375rem;
}
@media (max-width: 768px) {
  .page__ttl.jp span {
    font-size: 0.8125rem;
  }
}

.head2, .head2--left, .head1, .head1--white, .head1--left {
  margin-bottom: 2rem;
  color: #292929;
  position: relative;
  z-index: 0;
}
@media (max-width: 768px) {
  .head2, .head2--left, .head1, .head1--white, .head1--left {
    margin-bottom: 1.5rem;
  }
}

.head1, .head1--white, .head1--left {
  font-size: 1.0625rem;
  letter-spacing: 0.18em;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 768px) {
  .head1, .head1--white, .head1--left {
    font-size: 0.8125rem;
  }
}
.head1 .jp, .head1--white .jp, .head1--left .jp {
  font-size: 270%;
  font-weight: 600;
  letter-spacing: 0.25em;
}
.head1:before, .head1--white:before, .head1--left:before {
  content: attr(data-text);
  color: #292929;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-size: 290%;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .head1:before, .head1--white:before, .head1--left:before {
    font-size: 1.875rem;
  }
}
.head1 .deco, .head1--white .deco, .head1--left .deco {
  font-size: 550%;
  color: #292929;
  font-family: "Vujahday Script", serif;
  font-weight: 400;
  opacity: 0.07;
  position: absolute;
  left: 50%;
  top: 0%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  white-space: nowrap;
  display: block;
  letter-spacing: 0;
  line-height: 1;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  -webkit-transform-origin: -100% 200%;
          transform-origin: -100% 200%;
  z-index: -1;
  padding: 0 0.1em;
}
@media (max-width: 768px) {
  .head1 .deco, .head1--white .deco, .head1--left .deco {
    font-size: 350%;
  }
}
.head1 .deco::first-letter, .head1--white .deco::first-letter, .head1--left .deco::first-letter {
  font-size: 230%;
  letter-spacing: -0.04em;
  vertical-align: sub;
}
.head1--left {
  text-align: left;
}
.head1--white:before {
  color: #fff;
}
.head2, .head2--left {
  font-size: 1.9375rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .head2, .head2--left {
    font-size: 1.1875rem;
    letter-spacing: 0.08em;
  }
}
.head2::after, .head2--left::after {
  content: attr(data-text);
  font-family: "Roboto", sans-serif;
  font-size: 0.75rem;
  font-weight: 500;
  display: block;
  letter-spacing: 0.02em;
  line-height: 1;
  opacity: 0.25;
  margin-top: 1em;
}
@media (max-width: 768px) {
  .head2::after, .head2--left::after {
    font-size: 0.5625rem;
    margin-top: 0.5em;
  }
}
.head2--left {
  text-align: left;
}
.head2 .sml, .head2--left .sml {
  font-size: 70%;
  letter-spacing: 0.07em;
}
.head2 .big, .head2--left .big {
  font-size: 130%;
}
.head3 {
  font-size: 1.75rem;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .head3 {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
.head4 {
  font-size: 1.3125rem;
  font-weight: 500;
  margin-bottom: 1rem;
  text-align: center;
}
@media (max-width: 768px) {
  .head4 {
    font-size: 0.9375rem;
    font-weight: 700;
  }
}

.qm::after, .qm::before {
  font-size: 180%;
  font-weight: 700;
  color: #325b6d;
  line-height: 1;
  letter-spacing: 0;
  vertical-align: text-top;
  opacity: 0.4;
}
.qm::after {
  content: "”";
}
.qm::before {
  content: "“";
}

.fkds {
  font-size: 75%;
  display: table;
  margin: 0 auto 1.2rem;
  padding: 0.8rem 1.5rem;
  text-align: center;
  background-color: #325b6d;
  color: #fff;
  border-radius: 100px;
  line-height: 1;
  position: relative;
}
.fkds::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -30px;
  width: auto;
  height: auto;
  border: 15px solid transparent;
  border-top: 20px solid #325b6d;
}

.head-txt, .head-txt--s {
  margin: 0 auto 2rem;
  margin-left: auto;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.head-txt--s {
  max-width: 1000px;
}

.en {
  font-family: "Roboto", sans-serif;
}

.listNote, .listNum--2, .listNum, .listInd, .listInd--s {
  margin: 0.5rem auto;
}
.listNote > li, .listNum--2 > li, .listNum > li, .listInd > li, .listInd--s > li {
  padding-left: 15px;
  position: relative;
}

.listInd > li:before, .listInd--s > li:before {
  width: 8px;
  height: 8px;
  background-color: #ccc;
  border-radius: 50%;
  content: "";
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 0.8em;
}
.listInd--s > li::before {
  width: 5px;
  height: 5px;
  top: 0.8em;
}
.listNum {
  list-style-type: decimal;
  margin-left: 1.7em;
}
.listNum > li {
  padding-left: 0;
}
.listNum--2 {
  counter-reset: number;
}
.listNum--2 > li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
}
.listNum--2 > li:before {
  width: 30px;
  counter-increment: number;
  content: "(" counter(number) ")";
  text-align: right;
  position: absolute;
  left: -4px;
  top: 0;
}
.listNum--2 > li:last-child {
  margin-bottom: 0;
}
.listNote > li {
  text-indent: -15px;
}
.listNote > li:before {
  content: "※";
}

.tbl-2, .tbl-1 {
  width: 100%;
  border-collapse: collapse;
}
.tbl-2 thead tr th, .tbl-1 thead tr th {
  text-align: center;
  padding: 0.8rem 0.5rem;
  background-color: #4b4b4b;
  color: #fff;
}
.tbl-2 th, .tbl-1 th,
.tbl-2 td,
.tbl-1 td {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #ccc;
  line-height: 1.4;
  text-align: left;
}
@media (max-width: 768px) {
  .tbl-2 th, .tbl-1 th,
  .tbl-2 td,
  .tbl-1 td {
    padding: 10px 1em;
  }
}
.tbl-2 th, .tbl-1 th {
  background-color: #eee;
  border-left: 1px solid #ccc;
}
.tbl-2 td, .tbl-1 td {
  border-right: 1px solid #ccc;
}
.th-center.tbl-2 tbody th, .th-center.tbl-1 tbody th {
  text-align: center;
}
.no-bg-th.tbl-2 tbody th, .no-bg-th.tbl-1 tbody th {
  background-color: transparent;
}

.tbl-1 {
  border: 1px solid #ccc;
  margin: 1.8rem auto;
}
.tbl-1 th,
.tbl-1 td {
  text-align: left;
}
.tbl-1 th {
  font-weight: 700;
  white-space: nowrap;
}
.tbl-1.no-bdrV {
  border-width: 1px 0;
}
.tbl-1.no-bdrV th,
.tbl-1.no-bdrV td {
  border-left: none;
}
.tbl-1.sp th {
  white-space: inherit;
}
@media (min-width: 1025px) {
  .tbl-1.sp th {
    width: 22%;
  }
}
@media (max-width: 768px) {
  .tbl-1.sp {
    border: none;
  }
  .tbl-1.sp th,
  .tbl-1.sp td {
    width: 100% !important;
    display: block;
    border: none;
  }
}
.tbl-2 {
  border: 1px solid #ccc;
}
.tbl-2 thead th {
  background: #4b4b4b;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 500;
}
@media (max-width: 768px) {
  .tbl-2 thead th {
    font-size: 0.875rem;
  }
}
.tbl-2 th,
.tbl-2 td {
  border-left: 1px solid #ccc;
}
@media (max-width: 768px) {
  .sp-scroll {
    width: 100%;
    max-width: 100vw;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .sp-scroll:before {
    content: "→横スクロールできます";
    position: sticky;
    left: 0;
    top: 0;
  }
  .sp-scroll > table {
    margin-top: 8px;
    white-space: nowrap;
  }
}
.btn2, .btn1, .btn1--white {
  max-width: 500px;
  width: 80%;
  margin: 2em auto;
  position: relative;
  letter-spacing: 0.1em;
}
.btn2 > *, .btn1 > *, .btn1--white > * {
  display: block;
  font-size: 95%;
  padding: 0.7rem 0;
  color: #292929;
}
.btn2 > *::after, .btn1 > *::after, .btn1--white > *::after {
  content: "";
  width: 8%;
  max-width: 28px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto !important;
}
@media (max-width: 768px) {
  .btn2 > *::after, .btn1 > *::after, .btn1--white > *::after {
    max-width: 20px;
  }
}
.btn2:hover, .btn1:hover, .btn1--white:hover {
  opacity: 0.8;
}

.btn1, .btn1--white {
  text-align: center;
}
.btn1 > *, .btn1--white > * {
  background-color: #292929;
  border-radius: 100px;
  color: #fff;
}
.btn1--white > * {
  background-color: #fff;
  color: #292929;
  font-weight: 600;
}
.btn1.more, .btn1.more--pos, .more.btn1--white, .btn1--white.more--pos {
  max-width: 180px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  font-size: 90%;
}
@media (max-width: 768px) {
  .btn1.more, .btn1.more--pos, .more.btn1--white, .btn1--white.more--pos {
    width: 35%;
    font-size: 80%;
  }
  .btn1.more > *, .btn1.more--pos > *, .more.btn1--white > *, .btn1--white.more--pos > * {
    padding: 0.4rem 0;
  }
}
@media (min-width: 1025px) {
  .btn1.more--pos, .more--pos.btn1--white {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0.7em;
  }
}
.btn2 {
  text-align: center;
}
.btn2 > * {
  border: 1px solid #4b4b4b;
  background-color: #fff;
  border-radius: 100px;
  color: #292929;
  font-weight: 600;
}

.bnr-1 .more, .bnr-1 .btn1.more--pos, .bnr-1 .more--pos.btn1--white {
  margin-top: 2.5%;
}

.arr--next, .arr--prev {
  position: relative;
}

.arr--prev:before {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 30px;
  height: 5px;
  background: url(/assets/img/arr_prev_w.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.arr--next:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: "";
  width: 30px;
  height: 5px;
  background: url(/assets/img/arr_w.svg) no-repeat center center/contain;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
}
@media (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: inherit;
    text-decoration: underline;
  }
}

.link-nw::after {
  content: "";
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  -webkit-mask-position: center center;
          mask-position: center center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-image: url(/assets/img/icon-link.svg);
          mask-image: url(/assets/img/icon-link.svg);
  background-color: #fff;
  background-size: contain;
  margin-left: 0.2rem;
}

.bnr-2, .bnr-1 {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bnr-2 .bnrInr, .bnr-1 .bnrInr, .bnr-2 > a, .bnr-1 > a {
  display: block;
}
.bnr-2 .ttl, .bnr-1 .ttl {
  margin-bottom: 0;
}
.bnr-2 .ttl::before, .bnr-1 .ttl::before {
  color: inherit;
}
.bnr-2 .txt, .bnr-1 .txt {
  margin: 1em auto 0;
}
@media (max-width: 768px) {
  .bnr-2 .txt, .bnr-1 .txt {
    font-size: 80%;
  }
}

.bnr-1 .fitimg {
  background-color: #111111;
}
.bnr-1 .fitimg::after {
  padding-top: 33%;
}
@media (max-width: 1024px) {
  .bnr-1 .fitimg::after {
    padding-top: 57%;
  }
}
.bnr-1 .fitimg img {
  opacity: 0.7;
}
.bnr-1 .overlay {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bnr-1 .overlay > * {
  color: #fff;
}
.bnr-1 .overlay .ttl::after {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .bnr-1 .overlay [class^=btn] {
    margin-top: 1.2rem;
  }
}
.bnr-1 .overlay [class^=btn] > * {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.35);
}
.bnr-2 a {
  line-height: 1.7;
}
.bnr-2 a > span {
  display: block;
}
.bnr-2 .ttl {
  margin-top: 1rem;
}

.clm, .clm-4, .clm-3, .clm-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1em 1em;
  margin: 2rem auto;
}
@media (max-width: 1024px) {
  .clm, .clm-4, .clm-3, .clm-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .clm > *, .clm-4 > *, .clm-3 > *, .clm-2 > * {
    margin: 0 !important;
  }
}
@media (max-width: 1024px) {
  .clm > *, .clm-4 > *, .clm-3 > *, .clm-2 > * {
    width: 100% !important;
  }
}
.clm > *.w100, .clm-4 > *.w100, .clm-3 > *.w100, .clm-2 > *.w100 {
  width: 100%;
}
.clm-2 > * {
  width: calc(50% - 0.5em);
}
.clm-3 > * {
  width: calc(33.3333333333% - 0.6666666667em);
}
.clm-4 > * {
  width: calc(25% - 0.75em);
}

.l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
@media (max-width: 768px) {
  .l-gridwrap, .l-gridwrap--g5, .l-gridwrap--g4, .l-gridwrap--g3, .l-gridwrap--g2, .l-gridwrap--g1 {
    margin: 0 -6px;
  }
}
.l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px;
}
@media (max-width: 768px) {
  .l-gridwrap > li, .l-gridwrap--g5 > li, .l-gridwrap--g4 > li, .l-gridwrap--g3 > li, .l-gridwrap--g2 > li, .l-gridwrap--g1 > li {
    padding: 6px;
  }
}
.l-gridwrap--g1 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g1 > li {
  max-width: 100%;
  min-width: 100%;
}
.l-gridwrap--g2 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g2 > li {
  max-width: 50%;
  min-width: 50%;
}
.l-gridwrap--g3 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g3 > li {
  max-width: 33.3333333333%;
  min-width: 33.3333333333%;
}
.l-gridwrap--g4 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g4 > li {
  max-width: 25%;
  min-width: 25%;
}
.l-gridwrap--g5 {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.l-gridwrap--g5 > li {
  max-width: 20%;
  min-width: 20%;
}
@media (max-width: 768px) {
  .l-gridwrap.sp1 > li, .sp1.l-gridwrap--g1 > li, .sp1.l-gridwrap--g2 > li, .sp1.l-gridwrap--g3 > li, .sp1.l-gridwrap--g4 > li, .sp1.l-gridwrap--g5 > li {
    max-width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 1024px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 25%;
    min-width: 25%;
  }
}
@media (max-width: 768px) {
  .l-gridwrap.sp2 > li, .sp2.l-gridwrap--g1 > li, .sp2.l-gridwrap--g2 > li, .sp2.l-gridwrap--g3 > li, .sp2.l-gridwrap--g4 > li, .sp2.l-gridwrap--g5 > li {
    max-width: 50%;
    min-width: 50%;
  }
}

.mediabox--r, .mediabox {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
}
@media (max-width: 768px) {
  .mediabox--r, .mediabox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mediabox--r:last-child, .mediabox:last-child {
  margin-bottom: 0;
}

.mediabox--r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .mediabox--r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.mediabox__img {
  width: 55%;
  line-height: 0;
}
@media (max-width: 768px) {
  .mediabox__img {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px !important;
  }
}
.mediabox__img span {
  margin-top: 10px;
  display: block;
  font-size: 0.875rem;
  line-height: lh(14);
  text-align: center;
}
@media (max-width: 768px) {
  .mediabox__img span {
    font-size: 0.75rem;
    line-height: lh(12);
  }
}
.mediabox__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 768px) {
  .mediabox__txt {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .sp-wfull {
    width: calc(100% + 20px * 2);
    max-width: inherit;
    margin: 0 -20px;
    display: block;
  }
}
.fitimg {
  height: auto;
  position: relative;
  overflow: hidden;
}
.fitimg::after {
  content: "";
  display: block;
  padding-top: 67%;
}
.fitimg img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

figcaption {
  font-size: 85%;
  text-align: center;
  margin: 0.2rem 0;
}

.forPC {
  display: block;
}
@media (max-width: 768px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none !important;
}
@media (max-width: 768px) {
  .forSP {
    display: block !important;
  }
}

.hdttl, .hdttl-4, .hdttl-3, .hdttl-2, .hdttl-1 {
  font-weight: 600;
  line-height: 1.4;
  margin: 1.5rem auto;
}
.hdttl .sml, .hdttl-4 .sml, .hdttl-3 .sml, .hdttl-2 .sml, .hdttl-1 .sml {
  font-size: 70%;
  letter-spacing: 0.04em;
}
.hdttl-1 {
  font-size: 1.4375rem;
  color: #fff;
  background-color: #4b4b4b;
  padding: 0.8rem 1em;
  letter-spacing: 0.1em;
  border-radius: 3px;
}
@media (max-width: 768px) {
  .hdttl-1 {
    font-size: 1.3125rem;
  }
}
.hdttl-2 {
  margin: 1rem auto 0.8rem;
  font-size: 1.3125rem;
  color: #292929;
  padding: 0.4em 0;
  border-bottom: 1px solid #ddd;
  position: relative;
}
@media (max-width: 768px) {
  .hdttl-2 {
    font-size: 0.9375rem;
  }
}
.hdttl-2::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background-color: #ed6c00;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.hdttl-3 {
  font-size: 140%;
  font-weight: 600;
  color: #292929;
  position: relative;
  margin-bottom: 0.5rem;
}
.hdttl-4 {
  font-size: 105%;
  color: red;
}

.txt, .txt--right, .txt--center {
  margin-bottom: 1.2rem;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}

.bold {
  font-weight: bold;
}

mark {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, #fffb80));
  background: linear-gradient(transparent 65%, #fffb80 65%);
  color: inherit;
}

.layout, .layout-2, .layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4em auto;
}
@media (max-width: 1024px) {
  .layout, .layout-2, .layout-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.layout .ph, .layout-2 .ph, .layout-1 .ph {
  width: 50%;
}
@media (max-width: 1024px) {
  .layout .ph, .layout-2 .ph, .layout-1 .ph {
    width: 100%;
  }
}
.layout .txt-box, .layout-2 .txt-box, .layout-1 .txt-box {
  width: 45%;
  padding: 2.5rem 0;
}
.layout .txt-box > *:first-child, .layout-2 .txt-box > *:first-child, .layout-1 .txt-box > *:first-child {
  margin-top: 0;
}
.layout .txt-box > *:last-child, .layout-2 .txt-box > *:last-child, .layout-1 .txt-box > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .layout .txt-box > *[class^=hdttl-], .layout-2 .txt-box > *[class^=hdttl-], .layout-1 .txt-box > *[class^=hdttl-] {
    margin-bottom: 0.7rem;
  }
}
@media (max-width: 1024px) {
  .layout .txt-box, .layout-2 .txt-box, .layout-1 .txt-box {
    width: 100%;
    padding: 1.3em 0 0 !important;
  }
}
.layout-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.imgs, .imgs80, .imgs100 {
  margin: 2em auto;
  text-align: center;
}
.imgs img, .imgs80 img, .imgs100 img {
  width: 100%;
}
.imgs .caption, .imgs80 .caption, .imgs100 .caption {
  display: block;
  margin: 0.8em;
  font-size: 95%;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .imgs80 {
    width: 80%;
  }
}

[class^=clm-] .imgs, [class^=clm-] .imgs100, [class^=clm-] .imgs80 {
  margin: 0 auto;
}

.box-color {
  margin: 2.5em auto;
  padding: 1.5em 2em;
  background-color: rgba(238, 238, 238, 0.7);
}

[class^=clm-] [class^=btn] {
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  [class^=clm-] [class^=btn] {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  [class^=clm-] [class^=btn] {
    width: 80% !important;
    margin: 0 auto;
  }
}

.anchor_link, .anchor_link-4, .anchor_link-3, .anchor_link-2, .anchor_link-1 {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
}
@media (max-width: 768px) {
  .anchor_link, .anchor_link-4, .anchor_link-3, .anchor_link-2, .anchor_link-1 {
    font-size: 90%;
  }
}
.anchor_link > li, .anchor_link-4 > li, .anchor_link-3 > li, .anchor_link-2 > li, .anchor_link-1 > li {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  text-align: center;
  overflow: hidden;
}
.anchor_link > li a, .anchor_link-4 > li a, .anchor_link-3 > li a, .anchor_link-2 > li a, .anchor_link-1 > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.4em 0;
  position: relative;
  line-height: 1.2;
}
.anchor_link > li a::after, .anchor_link-4 > li a::after, .anchor_link-3 > li a::after, .anchor_link-2 > li a::after, .anchor_link-1 > li a::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top: 5px solid #ed6c00;
  width: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1025px) {
  .anchor_link > li a:hover, .anchor_link-4 > li a:hover, .anchor_link-3 > li a:hover, .anchor_link-2 > li a:hover, .anchor_link-1 > li a:hover {
    background-color: #292929;
    color: #fff;
    opacity: 1;
  }
}
.anchor_link-1 > li {
  width: 100%;
}
.anchor_link-2 > li {
  width: 50%;
}
.anchor_link-3 > li {
  width: 33.3333333333%;
}
.anchor_link-4 > li {
  width: 25%;
}
@media (max-width: 1024px) {
  .anchor_link-4 > li {
    width: 50%;
  }
}

.spacer, .spacer-S, .spacer-L {
  width: 100%;
}
.spacer-L {
  padding-bottom: 8rem;
}
.spacer-S {
  padding-bottom: 2rem;
}

.google-map {
  margin: 2em auto;
  position: relative;
}
.google-map::after {
  content: "";
  display: block;
  padding-top: 43%;
}
@media (max-width: 768px) {
  .google-map::after {
    padding-top: 70%;
  }
}
.google-map iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.youtube {
  max-width: 900px;
  margin: 3rem auto;
  position: relative;
  text-align: center;
}
@media (max-width: 768px) {
  .youtube {
    margin: 1rem auto;
  }
}
.youtube::after {
  content: "";
  display: block;
  padding-top: 56.3%;
}
.youtube iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.youtube .thumb {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #111111;
  cursor: pointer;
  overflow: hidden;
}
.youtube .thumb::before {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 4px solid #fff;
  border-radius: 100px;
  z-index: 4;
}
@media (max-width: 768px) {
  .youtube .thumb::before {
    width: 90px;
    height: 90px;
  }
}
.youtube .thumb::after {
  content: "";
  display: block;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 10px);
  width: 0;
  border: 20px solid transparent;
  border-left: 30px solid #fff;
  z-index: 4;
}
.youtube .thumb img {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  opacity: 0.95;
}
@media (min-width: 1025px) {
  .youtube .thumb:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
    opacity: 0.8;
  }
}
.sc-end .flex {
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sc-end .flex .ttl {
  width: 45%;
}
.sc-end .flex .txt-box {
  width: 55%;
}

.input-select select, .input-textarea, .input-text {
  width: 100%;
  padding: 1em;
  outline: none;
  background: #fff;
  border: 1px solid #eee;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .input-select select, .input-textarea, .input-text {
    padding: 15px 10px;
  }
}
.input-select select:focus, .input-textarea:focus, .input-text:focus {
  border-color: #292929;
  /* focus時にplaceholder非表示 */
}
.input-select select:focus::-webkit-input-placeholder, .input-textarea:focus::-webkit-input-placeholder, .input-text:focus::-webkit-input-placeholder {
  color: transparent;
}
.input-select select:focus::-moz-placeholder, .input-textarea:focus::-moz-placeholder, .input-text:focus::-moz-placeholder {
  color: transparent;
}
.input-select select:focus:-ms-input-placeholder, .input-textarea:focus:-ms-input-placeholder, .input-text:focus:-ms-input-placeholder {
  color: transparent;
}
.input-select select:focus::-ms-input-placeholder, .input-textarea:focus::-ms-input-placeholder, .input-text:focus::-ms-input-placeholder {
  color: transparent;
}

.input-check, .input-radio {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .input-check, .input-radio {
    -webkit-tap-highlight-color: transparent;
  }
}
.input-check span, .input-radio span {
  padding: 5px 0;
  margin-bottom: 3px;
  line-height: 1.4;
}
.input-check span span, .input-radio span span {
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span span:before, .input-radio span span:before, .input-check span span:after, .input-radio span span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span label, .input-radio span label {
  cursor: pointer;
}

.input-check label {
  cursor: pointer;
}
.input-check span {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:before, .input-check span:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-check span:after {
  width: 20px;
  height: 20px;
  content: "";
  display: block;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 5px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  left: 0;
  pointer-events: none;
}
.input-check span:hover:after {
  background: #ed6c00;
  border: 2px solid #ed6c00;
}
@media (max-width: 768px) {
  .input-check span:hover:after {
    background: transparent;
    border-color: #eee;
  }
}
.input-check input:checked + span:before {
  content: "";
  margin-top: -3px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  -webkit-transform-origin: 0% 100%;
          transform-origin: 0% 100%;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 10;
  -webkit-animation: checkbox-check 250ms 50ms ease-in-out forwards;
  animation: checkbox-check 250ms 50ms ease-in-out forwards;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.input-check input:checked + span:after {
  background: #ed6c00;
  border: 2px solid #ed6c00;
}

input::-webkit-input-placeholder {
  font-size: 0.875rem;
}

input::-moz-placeholder {
  font-size: 0.875rem;
}

input:-ms-input-placeholder {
  font-size: 0.875rem;
}

input::-ms-input-placeholder {
  font-size: 0.875rem;
}

input::placeholder {
  font-size: 0.875rem;
}

.form-area {
  width: 100%;
  background-color: #fff;
  padding: 20px 0 40px;
}

.form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 20px 0;
}
@media (max-width: 768px) {
  .form-field {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
  }
}
.form-field .form-label {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-top: 0.8em;
}
@media (max-width: 768px) {
  .form-field .form-label {
    width: 100%;
    margin-top: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
  }
}
.form-field .form-control {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .form-field .form-control {
    width: 100%;
    padding-left: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
  }
}
.form-field .form-control.clm {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-field label {
  display: inline-block;
  line-height: 1;
  font-weight: bold;
}
.form-field .form-control-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.form-field.form-agree {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-field.form-agree .input-check {
  text-align: center;
  padding: 1em;
}
.form-field.form-agree .input-check .error {
  color: #db584b;
  font-weight: bold;
  font-size: 95%;
}

.input-textarea {
  height: 15em;
}

.input-radio label {
  margin-bottom: 5px;
  margin-right: 1em;
}
.input-radio span {
  position: relative;
  padding-left: 30px;
}
.input-radio span:before, .input-radio span:after {
  content: "";
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transition-property: border-color, -webkit-transform;
  transition-property: border-color, -webkit-transform;
  transition-property: transform, border-color;
  transition-property: transform, border-color, -webkit-transform;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input-radio span:before {
  width: 20px;
  height: 20px;
  border: 2px solid #eee;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.input-radio span:after {
  width: 16px;
  height: 16px;
  background: #ed6c00;
  -webkit-transform: translate(0, -50%) scale(0);
          transform: translate(0, -50%) scale(0);
  left: 4px;
}
.input-radio span:hover:after {
  -webkit-transform: translate(0, -50%) scale(0.5);
          transform: translate(0, -50%) scale(0.5);
}
.input-radio input:checked + span:before {
  border-color: #ed6c00;
}
.input-radio input:checked + span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 4;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%) scale(1);
          transform: translate(0, -50%) scale(1);
}

.input-check span {
  position: relative;
  padding-left: 35px;
}

.input-select {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.input-select:before {
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  content: "";
  display: block;
  pointer-events: none;
  -webkit-transform: translate(0, -50%) rotate(135deg);
          transform: translate(0, -50%) rotate(135deg);
  position: absolute;
  top: 50%;
  right: 20px;
}
.input-select select {
  padding-right: 3em;
  width: 100%;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-color: #eee;
}
.input-select select option {
  background: #fff;
  color: #333;
}
.input-select select::-ms-expand {
  display: none;
}
.input-select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

.item-req, .item-any {
  padding: 5px 9px 4px;
  border-radius: 100px;
  background: #db584b;
  color: #fff;
  display: inline-block;
  font-size: 0.625rem;
  font-weight: bold;
  line-height: 1;
}

.item-any {
  background: #eee;
  color: #fff;
}

.form-note {
  font-size: 0.875rem;
}
.form-note .note {
  font-size: 95%;
  opacity: 0.7;
}

.input-error {
  background-color: rgba(219, 88, 75, 0.2);
}
.input-error select {
  background-color: rgba(219, 88, 75, 0.2);
}
.input-error + .form-note .error {
  color: #db584b;
  font-weight: bold;
}

.btn__wrap {
  width: 100%;
  max-width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 3rem auto 0;
}
.btn__wrap button {
  border-style: none;
  background: none;
  padding: 0;
  -webkit-appearance: none;
}
.btn__wrap .btn {
  width: 40%;
  margin: 0 0.5em;
  background-color: #111111;
  color: #fff;
  padding: 1em 0;
  border-radius: 100px;
  cursor: pointer;
}

#btn-back {
  background-color: #4b4b4b;
  border-color: #4b4b4b;
  opacity: 0.7;
}

.btn.is-disable {
  background-color: #eee;
  border-color: #eee;
  pointer-events: none;
}

.contact__confirm .form-control {
  margin-top: 0.5em;
}

.contact__thanks .scInr--s {
  display: table;
  width: auto;
  padding-left: 5%;
  padding-right: 5%;
}
.contact__thanks .scInr--s .head2 {
  line-height: 1.8;
}
.contact__thanks .scInr--s .txt {
  margin-top: 3rem;
}
.contact__thanks .scInr--s .link-home {
  max-width: 200px;
  width: 40%;
  margin: 4rem auto 0;
  font-size: 80%;
}

#modal__overlay {
  width: 100%;
  height: 130%;
  background: rgba(0, 0, 0, 0.75);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  opacity: 0;
}

.modal__open {
  cursor: pointer;
}

.modal__close {
  width: 35px;
  height: 35px;
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: -40px;
  z-index: 0;
}
@media (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
    right: 20px;
  }
}
.modal__close:before, .modal__close:after {
  width: 100%;
  height: 1px;
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  top: 14px;
  left: 0;
}
.modal__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__area {
  width: 100%;
  max-width: 1000px;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 401;
  display: none;
}
@media (max-width: 768px) {
  .modal__area {
    padding: 0 20px;
  }
}

.modal__contents {
  padding: 50px;
  max-height: 80vh;
  overflow-y: scroll;
  background: #fff;
  opacity: 0;
  display: none;
  -webkit-transition: 1s;
  transition: 1s;
}
@media (max-width: 768px) {
  .modal__contents {
    padding: 20px;
    max-height: 70vh;
    -webkit-overflow-scrolling: touch;
  }
}

.acd-wrap {
  margin-bottom: 50px;
}
.acd-wrap ul {
  background-color: #35924a;
  width: 150px;
  padding: 0;
  color: #fff;
  margin-left: 30px;
}
.acd-wrap li {
  list-style: none;
}
.acd-wrap ul ul {
  height: 0;
  padding: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 1px solid #67a863;
  background-color: #5eaa6c;
  margin: 0;
}
.acd-wrap ul li li {
  border-bottom: 1px dotted #7fbf8b;
  padding: 10px 0 10px 10px;
  margin-left: 15px;
}
.acd-wrap ul:nth-of-type(1) li.active li:last-child {
  border-bottom: 1px solid #67a863;
}
.acd-wrap button {
  position: relative;
  border: none;
  width: 100%;
  background-color: inherit;
  color: #fff;
  cursor: pointer;
  text-align: left;
  padding: 15px 0 15px 20px;
  font-size: 1em;
}
.acd-wrap button:hover {
  background-color: #1a5b27;
}
.acd-wrap button::before,
.acd-wrap button::after {
  content: "";
  position: absolute;
  top: 20px;
  width: 1.5px;
  height: 8px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap button::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 35px;
}
.acd-wrap button::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 30px;
}
.acd-wrap li.active button::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap li.active button::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.acd-wrap ul:nth-of-type(2) {
  background-color: #357d87;
}
.acd-wrap ul:nth-of-type(2) ul {
  background-color: #519fa5;
  border-top: 1px solid #5d9fa8;
}
.acd-wrap ul:nth-of-type(2) button:hover {
  background-color: #1c4b56;
}
.acd-wrap ul:nth-of-type(2) li li {
  border-bottom: 1px dotted #73bebf;
}
.acd-wrap ul:nth-of-type(2) li.active li:last-child {
  border-bottom: 1px solid #5d9fa8;
}
.acd-wrap ul.active {
  overflow-y: auto;
}

.swiper-main *:focus {
  outline: none;
}

.swiper {
  position: relative;
}

.cts-list > li .ph {
  margin: 0 auto 1rem;
}
.cts-list > li .head4 {
  margin-bottom: 0.5rem;
}

.point-list > li {
  padding: 1.5rem;
  line-height: 1.7;
}
.point-list > li .icon {
  max-width: 120px;
  min-height: 100px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0.5rem auto;
}
.point-list > li .icon img {
  max-height: 80px;
}
.point-list > li .icon.w100 {
  max-width: 100%;
  width: 100%;
}

.sec:not(.bg) .point-list > li {
  background-color: rgba(238, 238, 238, 0.65);
}
.sec .point-list > li {
  background-color: white;
}

.nmb-box {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 600;
  margin: 0 auto 1rem;
  letter-spacing: 0;
  line-height: 1;
}
.nmb-box .nmb {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 230%;
}
.nmb-box > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 0.7rem;
}
.nmb-box > ul.list {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0;
}
.nmb-box > ul.list > li {
  width: 45%;
  padding: 0.5rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 1rem;
  border-bottom: 1px solid #ccc;
}
.nmb-box > ul.list > li .nmb {
  font-weight: 500;
}
.nmb-box .m {
  color: #7ec9de;
}
.nmb-box .w {
  color: #f49c9c;
}

.numbers {
  counter-reset: number 0;
}
.numbers > li {
  position: relative;
  z-index: -1;
}
.numbers > li::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number 1;
  display: block;
  text-align: right;
  font-size: 8.75rem;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 800;
  line-height: 0.8;
  letter-spacing: -0.03em;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0.8;
  z-index: -1;
}

#top-mv {
  margin: 1rem auto 0;
  position: relative;
  z-index: 0;
  background: url("/assets/img/top/bg.jpg") right bottom no-repeat;
  background-size: 120%;
}
@media (max-width: 1024px) {
  #top-mv {
    margin: 0;
  }
}
#top-mv::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(60%, rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgb(255, 255, 255), rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 60%, rgb(255, 255, 255));
  z-index: -1;
}
#top-mv #top-movie {
  width: 85%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 1024px) {
  #top-mv #top-movie {
    width: 100%;
  }
}
#top-mv #top-movie::before {
  content: "";
  display: block;
  padding-top: 42.6%;
  z-index: -1;
}
#top-mv #top-movie video {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#top-lineup {
  background: url("/assets/img/top/bg.jpg") center top no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
  -webkit-animation-name: bg_anime;
          animation-name: bg_anime;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#top-lineup::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(30%, rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.05) 30%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
#top-lineup::after {
  content: "つくる\aひとを\aつくる®";
  white-space: pre;
  display: block;
  font-size: 9vw;
  font-weight: 600;
  letter-spacing: 0.5em;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  line-height: 1.4;
  mix-blend-mode: soft-light;
  z-index: -1;
}
#top-lineup .scInr {
  max-width: 1200px;
}
#top-lineup .scInr.flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2rem;
}
#top-lineup .scInr .head1 {
  width: 25%;
}
#top-lineup .scInr .lineup-list {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 768px) {
  #top-lineup .scInr .lineup-list {
    width: 90% !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#top-lineup .scInr .lineup-list > *:nth-child(1), #top-lineup .scInr .lineup-list > *:nth-child(4) {
  width: calc(40% - 0.3rem);
}
#top-lineup .scInr .lineup-list > *:nth-child(2), #top-lineup .scInr .lineup-list > *:nth-child(3) {
  width: calc(60% - 0.3rem);
}
@media (max-width: 768px) {
  #top-lineup .scInr .lineup-list > * {
    width: 100% !important;
  }
}
#top-lineup .scInr .lineup-list .box {
  background-color: #fff;
  margin-bottom: 0.6rem;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
}
#top-lineup .scInr .lineup-list .box a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 1rem;
  opacity: 1;
}
#top-lineup .scInr .lineup-list .box a .ph {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
}
#top-lineup .scInr .lineup-list .box a .ph img {
  opacity: 0.5;
}
#top-lineup .scInr .lineup-list .box a .head2 {
  margin: 0;
}
#top-lineup .scInr .lineup-list .box a .head2 span {
  font-size: 85%;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#top-lineup .scInr .lineup-list .box a .head2 span big {
  font-size: 135%;
  vertical-align: sub;
}
#top-lineup .scInr .lineup-list .box a .head2 span big.big {
  font-size: 190%;
  vertical-align: sub;
}
@media (min-width: 1025px) {
  #top-lineup .scInr .lineup-list .box a:hover > * {
    color: #fff !important;
  }
  #top-lineup .scInr .lineup-list .box a:hover .ph {
    opacity: 1;
  }
}

@-webkit-keyframes bg_anime {
  0% {
    background-position: center;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center;
  }
}

@keyframes bg_anime {
  0% {
    background-position: center;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center;
  }
}
#top-contents .scInr {
  max-width: 100%;
  width: 94%;
}
#top-contents .bnr-1 {
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  #top-contents .bnr-1 {
    margin-bottom: 1rem;
  }
}
#top-contents .btn1 {
  max-width: 400px;
}

@media (min-width: 1025px) {
  #top-people .scInr {
    text-align: center;
  }
}
@media (max-width: 768px) {
  #top-people .scInr {
    width: 100%;
    padding-bottom: 0;
  }
}
#top-people .head1 .deco {
  left: 32%;
  top: -40%;
}
#top-people .head1 .deco::first-letter {
  vertical-align: middle;
}
#top-people .bnr-1 .fitimg::after {
  padding-top: 28.5%;
}
@media (max-width: 768px) {
  #top-people .bnr-1 .fitimg::after {
    padding-top: 34%;
  }
}

.bnr-people .ph {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bnr-people .ph .fitimg {
  width: 20%;
}
.bnr-people .ph .fitimg::after {
  padding-top: 170% !important;
}

#hc-belief > .scInr {
  max-width: 100%;
  width: 100%;
}
#hc-belief > .scInr .scInr {
  position: relative;
}
#hc-belief .head-txt {
  position: relative;
  z-index: 1;
}
#hc-belief .philosophy-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  z-index: 0;
}
#hc-belief .philosophy-box .figure {
  width: 42%;
}
@media (max-width: 1024px) {
  #hc-belief .philosophy-box .figure {
    padding: 0 7% 0 0;
    margin: -10rem 0;
  }
}
#hc-belief .philosophy-box .figure img {
  width: 100%;
}
#hc-belief .philosophy-box .in-box {
  width: 58%;
  padding: 0 3% 0 0;
}
@media (max-width: 1024px) {
  #hc-belief .philosophy-box .in-box {
    padding: 0 5%;
  }
}

#hc-being .being {
  margin: 3rem auto;
  text-align: center;
}
#hc-being .tbl-1 tr td:nth-child(3) {
  font-weight: 700;
  background-color: rgba(238, 238, 238, 0.8);
}

#hc-end {
  background: url("/assets/img/top/bg.jpg") bottom center no-repeat;
  background-size: cover;
}
#hc-end .ttl big {
  font-size: 170%;
  line-height: 2;
}

@media (min-width: 1025px) {
  .top-message {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top-message figure {
  width: 52%;
}
@media (max-width: 1024px) {
  .top-message figure {
    padding: 0 15%;
    margin: 0 auto 2.5rem;
  }
}
.top-message .name {
  text-align: right;
}

.header:not(.scrolled) ~ #ABOUT {
  padding: 0;
}
.header:not(.scrolled) ~ #ABOUT main .a-inner > * {
  margin-top: -150px;
}

#ABOUT {
  position: relative;
}
#ABOUT::before {
  content: "";
  display: block;
  background: url("/assets/img/top/bg.jpg") top center no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.9;
  z-index: -1;
}
#ABOUT main {
  max-width: 1200px;
  width: 95%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  #ABOUT main {
    display: block;
  }
}
#ABOUT main .a-inner {
  position: sticky;
  top: 0%;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#ABOUT main #a-title {
  width: calc((100% - 490px) / 2);
  position: relative;
}
@media (max-width: 768px) {
  #ABOUT main #a-title {
    display: none;
  }
}
#ABOUT main #main-contents {
  max-width: 490px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  overflow: hidden;
  line-height: 1.8;
}
#ABOUT main #a-nav {
  width: calc((100% - 490px) / 2);
  position: relative;
}
@media (max-width: 768px) {
  #ABOUT main #a-nav {
    display: none;
  }
}
#ABOUT main #a-nav dl {
  width: 100%;
  max-width: 220px;
}
#ABOUT main #a-nav dl dt {
  font-family: "Roboto", sans-serif;
  font-size: 130%;
  font-weight: 600;
  margin-bottom: 0.5rem;
  letter-spacing: 0.2em;
  text-align: center;
}
#ABOUT main #a-nav dl dd ul li {
  margin-bottom: 0.2rem;
}
#ABOUT main #a-nav dl dd ul li a {
  display: block;
  padding: 1rem 1.2rem;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  line-height: 1.2;
}
@media (min-width: 1025px) {
  #ABOUT main #a-nav dl dd ul li a:hover {
    opacity: 1;
    background-color: #292929;
    color: #fff;
  }
}

.head2 {
  letter-spacing: 0.06em;
  font-weight: 600;
}
.head2 .sml {
  letter-spacing: 0.03em;
}

.nmb {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  letter-spacing: -0.035em;
  line-height: 1;
}

.philosophy {
  width: 75%;
  margin: 2.5rem auto;
  text-align: center;
}

.sec > .head1 {
  padding: 4rem 0;
  margin-bottom: 0;
  color: #fff;
  background-image: linear-gradient(50deg, #292929 40%, #4b4b4b 60%, #111111);
}
.sec > .head1::before {
  color: inherit;
}
.sec .scbox .head2 {
  margin-bottom: 1rem;
}

#main-contents .mv {
  color: #fff;
  position: relative;
}
#main-contents .mv .fitimg::after {
  padding-top: 130%;
}
#main-contents .mv .page__ttl {
  font-size: 130%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 3.5rem;
  color: #fff;
  letter-spacing: 0.3em;
}
#main-contents .mv .page__ttl span {
  font-size: 60%;
  margin-top: 0.5rem;
  letter-spacing: 0.15em;
  opacity: 0.3;
}
#main-contents .mv .copy {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-weight: 700;
  line-height: 1;
}
#main-contents .mv .copy .c-1 {
  font-size: 200%;
  letter-spacing: 0.2em;
}
#main-contents .mv .copy .c-2 {
  font-size: 600%;
  letter-spacing: 0;
  padding: 0.7rem 0;
}
#main-contents .mv .copy .c-3 {
  font-size: 410%;
}

#a-year {
  overflow: hidden;
}
#a-year .en {
  font-family: "Vujahday Script", serif;
  line-height: 1;
}
#a-year .years {
  text-align: center;
}
#a-year .years .txt {
  font-size: 120%;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: -0.2rem;
}
#a-year .years .year, #a-year .years .year--now, #a-year .years .year--since {
  position: relative;
  padding: 1rem 0;
}
#a-year .years .year .nmb, #a-year .years .year--now .nmb, #a-year .years .year--since .nmb {
  font-size: 750%;
}
#a-year .years .year .nmb::after, #a-year .years .year--now .nmb::after, #a-year .years .year--since .nmb::after {
  content: "年";
  display: inline-block;
  font-size: 38%;
  font-weight: 600;
}
#a-year .years .year .en, #a-year .years .year--now .en, #a-year .years .year--since .en {
  display: block;
  font-size: 490%;
  opacity: 0.15;
  -webkit-transform: rotate(-20deg) translateX(-50%);
          transform: rotate(-20deg) translateX(-50%);
  position: absolute;
  top: -10rem;
  white-space: nowrap;
}
#a-year .years .year .en::first-letter, #a-year .years .year--now .en::first-letter, #a-year .years .year--since .en::first-letter {
  font-size: 300%;
  letter-spacing: -0.08em;
}
#a-year .years .year--since .en {
  left: 20%;
}
#a-year .years .year--since .nmb::after {
  margin-left: -0.3rem;
}
#a-year .years .year--now .en {
  left: 74%;
  top: -8rem;
}
#a-year .years .year--now .nmb::after {
  margin-left: 0.3rem;
}
#a-year .years .scroll-down {
  position: relative;
  width: 2px;
  height: 5rem;
  margin: -1rem auto;
  background-color: #eee;
  overflow: hidden;
  z-index: 0;
}
#a-year .years .scroll-down::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 2px;
  height: 100%;
  background-color: #ed6c00;
  -webkit-animation: sdl 3.5s ease-in-out infinite;
          animation: sdl 3.5s ease-in-out infinite;
}
#a-year .info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
  margin: 2rem auto 0;
}
#a-year .info-list > dl {
  width: 28.5714285714%;
  text-align: center;
}
#a-year .info-list > dl:nth-child(1) {
  width: 100%;
}
#a-year .info-list > dl:nth-child(1) dt {
  margin: 0 30%;
}
#a-year .info-list > dl:nth-child(1) dd {
  font-size: 160%;
}
#a-year .info-list > dl dt {
  display: block;
  background-color: #292929;
  color: #fff;
  font-size: 95%;
  padding: 0.2rem 0 0.3rem;
  border-radius: 100px;
}
#a-year .info-list > dl dd {
  color: #292929;
  font-size: 130%;
}
#a-year .info-list > dl dd .nmb {
  font-size: 260%;
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  51% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
#a-business {
  background-color: #eee;
}
#a-business > .scInr > .scbox {
  padding: 1.5em 5% 2rem;
  margin: 0;
}
#a-business > .scInr > .scbox:nth-of-type(odd) {
  background-color: rgba(41, 41, 41, 0.1);
}
#a-business > .scInr > .scbox:nth-of-type(even) {
  background-color: rgba(41, 41, 41, 0.05);
}
#a-business .txt {
  margin-bottom: 0;
}
#a-business dl.brand {
  width: 94%;
  margin: 0 auto;
}
#a-business dl.brand dt {
  text-align: center;
  color: #292929;
  margin: 0.7rem auto;
}
#a-business ul.brand-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
#a-business ul.brand-list > li {
  width: 33.3333333333%;
}
#a-business ul.brand-list > li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  background-color: #fff;
}
#a-business ul.brand-list > li a::after {
  content: "";
  display: block;
  padding-top: 100%;
}
#a-business ul.brand-list > li a img {
  width: 65%;
}
#a-business .dakara {
  padding: 0.4rem 0 0;
  margin: 1.5rem auto -4rem;
  font-size: 180%;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  display: block;
  white-space: nowrap;
  text-align: center;
  position: relative;
  z-index: 10;
  color: #fff;
}
@media (max-width: 768px) {
  #a-business .dakara {
    margin-bottom: -2.5rem;
  }
}
#a-business .dakara::before {
  content: "";
  display: block;
  border: 160px solid transparent;
  border-top: 60px solid #292929;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 0;
  z-index: -1;
}
#a-business ul.flow {
  background-color: #4b4b4b;
  padding: 5rem 0 0;
  position: relative;
}
#a-business ul.flow::before {
  content: "";
  display: block;
  border: 245px solid transparent;
  border-top: 50px solid #eee;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 0;
  z-index: 2;
}
#a-business ul.flow > li {
  padding: 2rem 1.5rem;
  background-color: #fff;
  margin: 0 1.5rem;
  position: relative;
}
@media (max-width: 768px) {
  #a-business ul.flow > li {
    padding: 2rem 1rem;
    margin: 0 1rem;
  }
}
#a-business ul.flow > li::before {
  content: "";
  display: block;
  border: 25px solid transparent;
  border-top: 15px solid #fff;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 0;
  z-index: 2;
}
#a-business ul.flow > li:nth-child(odd)::before {
  border-top-color: #eee;
}
#a-business ul.flow > li:nth-child(even) {
  background-color: #eee;
}
#a-business ul.flow > li:first-child::before {
  display: none;
}
#a-business ul.flow > li .head4 {
  color: #292929;
  line-height: 1.4;
}
#a-business ul.flow > li > *:last-child {
  margin-bottom: 0;
}
#a-business ul.flow > li > *:last-child::after {
  display: none;
}
#a-business ul.flow > li.fin {
  margin: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#4b4b4b), to(#292929));
  background-image: linear-gradient(#4b4b4b, #292929);
  padding: 2.5rem 0;
}
#a-business ul.flow > li.fin .head2 {
  color: #fff;
}
#a-business ul.flow > li.fin .head2::after {
  display: block;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
#a-business ul.flow > li .frame {
  display: table;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(#fff), to(#eee));
  background-image: linear-gradient(90deg, #eee, #fff, #eee);
  padding: 1rem 1.5rem;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  #a-business ul.flow > li .frame {
    padding: 1rem;
  }
}
#a-business ul.flow > li .frame dt {
  font-size: 120%;
  line-height: 1;
}
#a-business ul.flow > li .frame dd {
  margin: -0.5rem auto 0;
  font-size: 90%;
}
#a-business ul.flow > li .cycle {
  margin: -0.8rem auto;
}
#a-business .numbers {
  background-color: #eee;
  padding: 2.5rem 1.2rem;
}
#a-business .numbers .head2 {
  line-height: 1;
}
#a-business .numbers .head2 .qm::before, #a-business .numbers .head2 .qm::after {
  color: #ed6c00;
  opacity: 1;
}
#a-business .numbers ul.numbers-list {
  margin: 2rem auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.5rem;
}
#a-business .numbers ul.numbers-list > li {
  width: calc(50% - 0.25rem);
  background-color: #fff;
  padding: 1rem 0.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 5px rgba(17, 17, 17, 0.1);
          box-shadow: 0 0 5px rgba(17, 17, 17, 0.1);
}
#a-business .numbers ul.numbers-list > li figure {
  max-width: 75px;
  padding: 0 0.2rem;
}
#a-business .numbers ul.numbers-list > li figure img {
  width: 100%;
}
@media (max-width: 768px) {
  #a-business .numbers ul.numbers-list > li figure img {
    max-height: 50px;
  }
}
#a-business .numbers ul.numbers-list > li dl {
  color: #292929;
  margin-left: 0.5rem;
  white-space: nowrap;
}
#a-business .numbers ul.numbers-list > li dl dt {
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #a-business .numbers ul.numbers-list > li dl dt {
    font-size: 85%;
  }
}
#a-business .numbers ul.numbers-list > li dl dd {
  font-weight: 700;
  font-size: 150%;
}
@media (max-width: 768px) {
  #a-business .numbers ul.numbers-list > li dl dd {
    font-size: 130%;
  }
}
#a-business .numbers ul.numbers-list > li dl dd .nmb {
  font-size: 260%;
}

#a-human .philosophy {
  margin-top: 0;
}
#a-human .torikumi-area {
  background-color: #eee;
  border-radius: 5px;
  padding: 2rem 1rem;
  margin-top: 0;
}
#a-human ul.torikumi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
#a-human ul.torikumi > li {
  width: calc(50% - 0.25rem);
  text-align: center;
}
#a-human ul.torikumi > li figure {
  margin-bottom: 0.3rem;
  max-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  #a-human ul.torikumi > li figure {
    height: 110px;
  }
}
#a-human ul.torikumi > li figure img {
  width: auto;
  height: 100%;
  max-height: 120px;
}
#a-human ul.torikumi > li .name {
  font-size: 120%;
  font-weight: 600;
}
#a-human ul.torikumi > li .txt {
  font-size: 90%;
  line-height: 1.5;
}
#a-human ul.torikumi > li:nth-child(2) figure img {
  width: 55%;
}
#a-human ul.torikumi > li:nth-child(3) figure img {
  width: 60%;
}
@media (max-width: 768px) {
  #a-human ul.torikumi > li:nth-child(5) figure, #a-human ul.torikumi > li:nth-child(6) figure {
    height: 80px;
  }
}
#a-human ul.awards-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.6rem;
     -moz-column-gap: 0.6rem;
          column-gap: 0.6rem;
  margin: 0 auto 2rem;
}
#a-human ul.awards-list > li {
  width: calc(25% - 0.3em);
}
#a-human ul.pes-list {
  width: 75%;
  margin: -0.6rem auto 0.7rem;
}
@media (max-width: 768px) {
  #a-human ul.pes-list {
    width: 85%;
  }
}
#a-human ul.pes-list > li {
  padding: 0;
  font-size: 150%;
}
#a-human ul.pes-list > li big {
  font-size: 150%;
}

#a-work {
  background-color: #eee;
}
#a-work .data-area ul.data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.3rem;
  margin-bottom: 0.3rem;
}
#a-work .data-area ul.data-list > li {
  width: calc(50% - 0.15rem);
  background-color: #fff;
  padding: 1rem 0.5rem;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
#a-work .data-area ul.data-list > li figure {
  max-width: 55%;
}
#a-work .data-area ul.data-list > li figure img {
  width: 100%;
  max-width: 80px;
}
@media (max-width: 768px) {
  #a-work .data-area ul.data-list > li figure img {
    max-height: 70px;
  }
}
#a-work .data-area ul.data-list > li figure.auto img {
  max-width: 100%;
}
#a-work .data-area ul.data-list > li dl {
  max-width: 60%;
  margin-left: 0.5rem;
}
#a-work .data-area ul.data-list > li dl dt {
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  line-height: 1.2;
}
#a-work .data-area ul.data-list > li dl dt .big {
  font-size: 220%;
}
#a-work .data-area ul.data-list > li dl dd {
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#a-work .data-area ul.data-list > li dl dd .nmb {
  font-size: 400%;
  white-space: nowrap;
}
#a-work .data-area ul.data-list > li dl dd .nmb::after {
  content: attr(data-text);
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "游ゴシック Mediu", YuGothic, YuGothicM, ‘メイリオ’, meiryo, sans-serif;
  font-weight: 700;
  font-size: 40%;
}
#a-work .data-area ul.data-list > li dl dd .vertical {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 170%;
  font-weight: 700;
  line-height: 1.3;
}
#a-work .data-area ul.data-list > li .sub-txt {
  margin: 0.4rem auto 0;
  padding: 0 1rem;
  font-size: 90%;
  line-height: 1.5;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#a-work .data-area ul.data-list > li.w100 {
  width: 100%;
}
#a-work .data-area .wk, #a-work .data-area .wk--digital, #a-work .data-area .wk--work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  padding: 1rem;
}
#a-work .data-area .wk .ttl, #a-work .data-area .wk--digital .ttl, #a-work .data-area .wk--work .ttl {
  width: 25%;
  margin: 0;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3rem 0;
  line-height: 1;
}
#a-work .data-area .wk .ttl span, #a-work .data-area .wk--digital .ttl span, #a-work .data-area .wk--work .ttl span {
  font-size: 150%;
  font-weight: 600;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
#a-work .data-area .wk ul.data-list, #a-work .data-area .wk--digital ul.data-list, #a-work .data-area .wk--work ul.data-list {
  width: 75%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
}
#a-work .data-area .wk ul.data-list > li, #a-work .data-area .wk--digital ul.data-list > li, #a-work .data-area .wk--work ul.data-list > li {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5rem;
     -moz-column-gap: 0.5rem;
          column-gap: 0.5rem;
}
@media (max-width: 768px) {
  #a-work .data-area .wk ul.data-list > li figure img, #a-work .data-area .wk--digital ul.data-list > li figure img, #a-work .data-area .wk--work ul.data-list > li figure img {
    max-width: 65px;
  }
}
#a-work .data-area .wk--work {
  background-color: rgba(41, 41, 41, 0.15);
}
#a-work .data-area .wk--digital {
  background-color: rgba(41, 41, 41, 0.05);
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#a-work .ph2clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#a-work .ph2clm img {
  width: 50%;
}
#a-work .points {
  background-color: #fff;
  border-radius: 10px;
  padding: 1.3rem;
  margin: 2rem auto;
}
#a-work .points .ttl {
  line-height: 1.2;
}
#a-work .points .listNum {
  padding: 0.5rem 0;
}
#a-work .points .listNum > li {
  color: #292929;
  line-height: 1.2;
  padding: 0.3rem 0;
  letter-spacing: 0;
}
#a-work .points .listNum > li::marker {
  color: #ed6c00;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
}
#a-work #d-year .voice {
  margin: 0 auto 2rem;
  gap: 0.5rem;
}
#a-work #d-year .voice > li {
  font-size: 100%;
  margin: 0 !important;
  padding: 1rem 1.3rem;
}
#a-work #d-year .voice > li.ph {
  width: 70%;
  margin: 0.8rem auto !important;
  border-radius: 5px;
  padding: 0;
  overflow: hidden;
}
#a-work #d-year .question .head4 {
  font-size: 110%;
  width: 94%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #a-work #d-year .question .head4 {
    width: 100%;
  }
}
#a-work #d-year .question .head4 .fkds {
  display: block;
  padding: 1rem 0;
  line-height: 1.3;
}
#a-work #d-year .question .flex {
  margin-bottom: 2rem;
}
#a-work #d-year .question .flex .graph {
  padding: 0;
  margin-left: -0.7rem;
}
@media (max-width: 768px) {
  #a-work #d-year .question .flex .graph {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  #a-work #d-year .question .flex .head2 {
    font-size: 1.25rem;
  }
  #a-work #d-year .question .flex .head2 i span {
    line-height: 1;
  }
}

#a-future .graph-area .txt-box {
  background-color: rgba(238, 238, 238, 0.85);
  padding: 1rem 1.5rem;
  border-radius: 5px;
}
#a-future .graph-area .txt-box > * {
  display: table;
  margin: 0 auto;
}

.graph-box {
  margin: 2.5rem auto 0.3rem;
}
.graph-box table.charts-css {
  letter-spacing: 0;
  padding-left: 1rem;
  position: relative;
}
.graph-box table.charts-css caption {
  display: inline-block !important;
  width: auto !important;
  padding: 0.4rem 0.7rem;
  margin: 0 0 0.5rem 0.3em;
  background-color: #292929;
  color: #fff;
  font-size: 90%;
  line-height: 1;
}
.graph-box table.charts-css tr {
  border-left: none !important;
  border-right: none !important;
}
.graph-box table.charts-css tr th {
  font-weight: 500;
  font-size: 70%;
  opacity: 0.8;
  line-height: 2.5;
}
.graph-box table.charts-css tr td {
  background-color: rgba(75, 75, 75, 0.85) !important;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-size: 95%;
  padding-top: 0.5rem;
  border-radius: 3px 3px 0 0;
}
.graph-box table.charts-css tr.vs-values {
  position: absolute;
  height: 100%;
  left: 0;
  top: -0.8rem;
  border: none !important;
  background: none !important;
  padding: 0 0.5rem 0 0 !important;
}
.graph-box table.charts-css tr.vs-values::before {
  content: attr(data-text);
  position: absolute;
  top: -1rem;
  left: -1.5rem;
  font-size: 65%;
  letter-spacing: 0;
  opacity: 0.8;
  white-space: nowrap;
}
.graph-box table.charts-css tr.vs-values th {
  position: static !important;
  height: 100%;
  margin: 0 0 0 -1.5rem !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important;
  font-size: 65%;
}
.graph-box table.charts-css tr.vs-values th span {
  width: 100%;
  text-align: right;
}
@-webkit-keyframes flowing-L {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes flowing-L {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
#dm-numbers .point-list {
  margin-bottom: 0.5rem;
}
#dm-numbers .point-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#dm-system .fitimg::after {
  padding-top: 27%;
}
#dm-system .flex {
  margin: 2.5rem auto 0;
}
#dm-system .flex .hdttl-2 {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 1025px) {
  #dm-system .flex > .ph {
    max-width: 35%;
  }
}

.box-st {
  margin: 2rem auto;
  background-color: #fff;
  padding: 20px;
  text-align: center;
}

.pes-list {
  max-width: 850px;
  margin: 0 auto;
}
.pes-list > li {
  padding: 1rem 1.3rem;
  font-size: 120%;
  font-weight: 600;
  background-color: #fff;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}
.pes-list > li::before {
  content: "";
  display: block;
  margin-right: 1.5%;
  width: 35px;
  height: 35px;
  background: url("/assets/img/environment/icon-check.svg") center no-repeat;
  background-size: contain;
}
.pes-list > li span {
  width: calc(100% - 35px);
}

#e-course {
  background-color: #4b4b4b;
  gap: 0;
}
#e-course .scInr {
  width: 50%;
  padding-left: 3.5%;
  padding-right: 3.5%;
}
#e-course .scInr * {
  color: #fff;
}
#e-course .scInr .icon {
  width: 85px;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100em;
  margin: -1em auto 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#e-course .scInr .icon img {
  height: 65%;
}
#e-course .scInr .head3 {
  line-height: 1.4;
}
#e-course #cs02 {
  background-color: rgba(255, 255, 255, 0.1);
}

.graph {
  margin: 0 auto;
  padding: 1rem 0;
  text-align: center;
}

#e-system .tbl-1 tr th {
  white-space: inherit;
  width: 42%;
}

@media (min-width: 1025px) {
  #i-pickup .scInr .point-list > li.w100 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
#i-pickup .scInr .point-list > li.w100 .ph {
  width: 35%;
  position: relative;
}
@media (max-width: 1024px) {
  #i-pickup .scInr .point-list > li.w100 .ph {
    margin-bottom: 1.5rem;
  }
}
#i-pickup .scInr .point-list > li.w100 .ph .logo {
  width: 20%;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  #i-pickup .scInr .point-list > li.w100 .ph .logo {
    position: inherit;
    margin: 1rem auto -0.5rem;
  }
}
#i-pickup .scInr .point-list > li.w100 .inbox {
  width: 60%;
}
@media (min-width: 1025px) {
  #i-pickup .scInr .point-list > li.w100 .inbox .head4 {
    text-align: left;
  }
}

@media (max-width: 1024px) {
  #i-system .point-list {
    width: 90%;
    margin: 0 auto;
  }
}
#i-system .point-list > li .head4 {
  margin-bottom: 0.5rem;
}

#i-health .point-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#i-health .point-list > li {
  width: 24.5%;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 1024px) {
  #i-health .point-list > li {
    width: 49.5%;
  }
}
#i-health .point-list > li .icon {
  max-width: 90%;
  width: 100%;
  background-color: #fff;
  border-radius: 100em;
}
#i-health .point-list > li .icon img {
  max-height: 70px;
}
#i-health .point-list > li .icon::after {
  content: "";
  display: block;
  padding-top: 100%;
}

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

#d-reason {
  margin-top: -10rem;
}
#d-reason .scInr {
  padding-top: 10rem;
}
#d-reason .nayami {
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 6rem auto 3rem;
}
@media (max-width: 768px) {
  #d-reason .nayami {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 1rem auto 3rem;
  }
}
#d-reason .nayami > li {
  background-color: #fff;
  border-radius: 100rem;
  padding: 3.5rem;
  position: relative;
}
@media (max-width: 768px) {
  #d-reason .nayami > li {
    padding: 2rem 2.5rem;
  }
}
#d-reason .nayami > li dl {
  color: #325b6d;
}
#d-reason .nayami > li dl dt {
  font-size: 150%;
  font-weight: 600;
  text-align: center;
  line-height: 1;
  margin-bottom: 1rem;
}
#d-reason .nayami > li dl dd {
  font-size: 95%;
}
@media (max-width: 768px) {
  #d-reason .nayami > li dl dd {
    line-height: 1.6;
  }
}
#d-reason .nayami > li:nth-child(1) {
  width: 58%;
}
@media (max-width: 768px) {
  #d-reason .nayami > li:nth-child(1) {
    width: 95%;
    margin: 0 -1rem 0 10%;
  }
}
#d-reason .nayami > li:nth-child(2) {
  width: 50%;
  margin: -10rem 0 0 -5rem;
}
@media (max-width: 768px) {
  #d-reason .nayami > li:nth-child(2) {
    width: 90%;
    margin: -1rem 10% 0 -1rem;
  }
}
#d-reason .nayami > li:nth-child(2) dl {
  margin-left: 1rem;
}
@media (max-width: 768px) {
  #d-reason .nayami > li:nth-child(2) dl {
    margin-left: 0;
  }
}
#d-reason .nayami > li .icon, #d-reason .nayami > li .icon03, #d-reason .nayami > li .icon02, #d-reason .nayami > li .icon01 {
  position: absolute;
  max-width: 55px;
  width: 15%;
}
#d-reason .nayami > li .icon01 {
  left: 0;
  top: 1rem;
}
#d-reason .nayami > li .icon02 {
  right: 0;
  top: 0;
}
#d-reason .nayami > li .icon03 {
  left: 3rem;
  bottom: -2rem;
}

#d-year .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.5rem;
  text-align: center;
  margin: 6rem auto;
}
@media (max-width: 768px) {
  #d-year .voice {
    gap: 0.5rem;
    margin: 1.5rem auto 2rem;
  }
}
#d-year .voice > li {
  background-color: #fff;
  border-radius: 1.2rem;
  padding: 1.5rem 2rem;
  font-size: 120%;
  font-weight: 600;
  line-height: 1.6;
}
@media (min-width: 1025px) {
  #d-year .voice > li:nth-child(2) {
    margin-top: -7rem;
  }
  #d-year .voice > li:nth-child(4) {
    margin: 0 0 -5rem 0;
  }
  #d-year .voice > li:nth-child(5) {
    margin: -9rem 0 0 -12rem;
  }
  #d-year .voice > li:nth-child(6) {
    margin: 0 -7rem 0 0;
  }
}
@media (max-width: 768px) {
  #d-year .voice > li {
    padding: 1rem 0.7rem;
    font-size: 95%;
  }
}
#d-year dl.question dt .fkds {
  font-size: inherit;
  padding: 1.5rem 2rem;
  background-color: #4b4b4b;
}
@media (max-width: 768px) {
  #d-year dl.question dt .fkds {
    padding: 1rem;
    margin-bottom: 0.5rem;
  }
}
#d-year dl.question dt .fkds::after {
  border-top: 20px solid #4b4b4b;
}
#d-year dl.question dd {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#d-year dl.question dd .graph {
  width: 45%;
}
@media (max-width: 768px) {
  #d-year dl.question dd .graph {
    padding-top: 0;
  }
}
#d-year dl.question dd .head2 {
  width: 60%;
  margin: 0 0 0 -6em;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #d-year dl.question dd .head2 {
    margin: 0;
  }
}
#d-year dl.question dd .head2 .en span {
  font-size: 200%;
  letter-spacing: -0.03em;
}

#d-growth .ph {
  gap: 0;
}
#d-growth .ph > li {
  width: 33.3333333333%;
}

.r-copy-mix {
  mix-blend-mode: hard-light;
}

.r-copy {
  font-weight: 600;
  letter-spacing: 0.15em;
  font-size: 2.25rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .r-copy {
    font-size: 1.4375rem;
  }
}
.r-copy big {
  position: relative;
}
.r-copy big::before {
  content: "";
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url("/assets/img/new_graduates/color.svg") center no-repeat;
  background-size: contain;
  width: 3.8em;
  height: 3.8em;
  z-index: -1;
}

#ng-kv-amime {
  position: relative;
  background: url("/assets/img/top/bg.jpg") bottom center no-repeat;
  background-size: cover;
}
#ng-kv-amime::before {
  content: "";
  display: block;
  padding-top: 43.3%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.05)), to(rgb(255, 255, 255)));
  background: linear-gradient(rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.05) 50%, rgb(255, 255, 255) 100%);
}
#ng-kv-amime .wrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#ng-kv-amime .wrap > * {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
#ng-kv-amime .wrap > * .copy {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: auto;
  line-height: 100%;
}
#ng-kv-amime .wrap > * .copy span {
  display: inline-block;
  white-space: nowrap;
  padding: 0.2em;
  font-weight: 600;
}
#ng-kv-amime .wrap .box-1 {
  width: 24%;
}
#ng-kv-amime .wrap .box-1 .ph:nth-child(1) {
  margin: 0 16% 0 12%;
}
#ng-kv-amime .wrap .box-1 .ph:nth-child(2) {
  margin: 0 0 8% 0;
}
#ng-kv-amime .wrap .box-1 .copy {
  right: 8%;
  top: 46%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.5vw;
}
#ng-kv-amime .wrap .box-2 {
  width: 24%;
}
#ng-kv-amime .wrap .box-2 .ph:nth-child(1) {
  margin: 20% 4% 0 0;
}
#ng-kv-amime .wrap .box-2 .ph:nth-child(2) {
  margin: 0 0 0 13%;
}
#ng-kv-amime .wrap .box-2 .copy {
  max-width: 40%;
  right: -5%;
  top: 53%;
  font-size: 1.8vw;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
#ng-kv-amime .wrap .box-2 .copy span {
  padding: 0.15em 0.3em;
  margin: 0.1em 0;
  letter-spacing: 0;
}
#ng-kv-amime .wrap .box-3 {
  width: 29%;
}
#ng-kv-amime .wrap .box-3 .ph:nth-child(1) {
  margin: 8% 0 0 12%;
}
#ng-kv-amime .wrap .box-3 .copy {
  max-width: 65%;
  right: -42%;
  top: 35%;
  font-size: 3.3vw;
}
#ng-kv-amime .wrap .box-3 .copy span {
  font-weight: 700;
  font-style: italic;
  margin: 0.1em 0;
}
#ng-kv-amime .wrap .box-4 {
  width: 23%;
}
#ng-kv-amime .wrap .box-4 .ph:nth-child(1) {
  margin: 0 0 0 18%;
}
#ng-kv-amime .wrap .box-4 .ph:nth-child(2) {
  margin: 0 7% 15% 15%;
}
#ng-kv-amime .wrap .box-4 .copy {
  left: 8%;
  top: 90%;
  font-size: 2.1vw;
}
#ng-kv-amime .anime, #ng-kv-amime .anime-copy, #ng-kv-amime .anime-ph {
  opacity: 0;
}
#ng-kv-amime .anime-ph {
  -webkit-transform: translateY(4%);
          transform: translateY(4%);
}
#ng-kv-amime .anime-ph.active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#ng-kv-amime .anime-copy span {
  position: relative;
  background: none;
  color: transparent;
}
#ng-kv-amime .anime-copy span::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  z-index: 1;
}
#ng-kv-amime .anime-copy.active {
  opacity: 1;
}
#ng-kv-amime .anime-copy.active span {
  opacity: 1;
  color: #000;
  background: #fff;
  -webkit-transition: color 0.1s 1s ease, background 0.1s 1s ease;
  transition: color 0.1s 1s ease, background 0.1s 1s ease;
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
#ng-kv-amime .anime-copy.active span::after {
  -webkit-animation: hover 2s forwards alternate;
          animation: hover 2s forwards alternate;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
#ng-kv-amime .fadeInUp-1 {
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
#ng-kv-amime .fadeInUp-2 {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1.8s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1.8s ease-out;
  transition: opacity 1s ease-in-out, transform 1.8s ease-out;
  transition: opacity 1s ease-in-out, transform 1.8s ease-out, -webkit-transform 1.8s ease-out;
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
#ng-kv-amime .fadeInUp-3 {
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
#ng-kv-amime .fadeInUp-4 {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
#ng-kv-amime .fadeInUp-5 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.8s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.8s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.8s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.8s ease-out, -webkit-transform 1.8s ease-out;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
#ng-kv-amime .fadeInUp-6 {
  -webkit-transition: opacity 1s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, transform 1.5s ease-out;
  transition: opacity 1s ease-in-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
#ng-kv-amime .fadeInUp-7 {
  -webkit-transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, -webkit-transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out;
  transition: opacity 1.2s ease-in-out, transform 1.5s ease-out, -webkit-transform 1.5s ease-out;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

@-webkit-keyframes hover {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}

@keyframes hover {
  0% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  55% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
}
@media (min-width: 1025px) {
  #ng-People .head1 {
    display: inline-block;
  }
}
#ng-nav .head1::before {
  font-size: 200%;
}
#ng-nav .nav-list {
  gap: 0;
}
#ng-nav .nav-list > li {
  width: 25%;
  padding: 2.5rem 2%;
}
@media (max-width: 1024px) {
  #ng-nav .nav-list > li {
    padding: 2.5rem 6%;
  }
}
#ng-nav .nav-list > li:nth-child(even) {
  background-color: rgba(238, 238, 238, 0.45);
}
#ng-nav .nav-list > li .icon {
  max-width: 50px;
  margin: 0 auto 0.7em;
  text-align: center;
}
#ng-nav .nav-list > li .icon img {
  height: 40px;
}
#ng-nav .nav-list > li .link-list {
  border-top: 1px solid #ccc;
}
#ng-nav .nav-list > li .link-list > li {
  border-bottom: 1px solid #ccc;
}
#ng-nav .nav-list > li .link-list > li a {
  display: block;
  font-weight: 600;
  padding: 0.7rem 0.5rem;
  position: relative;
}
#ng-nav .nav-list > li .link-list > li a::after {
  content: "";
  background: url("/assets/img/arrow.svg") center no-repeat;
  background-size: contain;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0.5rem;
  width: 1.2em;
  height: 1.2em;
  -webkit-filter: #ed6c00;
          filter: #ed6c00;
}

.bnr-list {
  gap: 0;
}
@media (min-width: 1025px) {
  .bnr-list .fitimg::after {
    padding-top: 45%;
  }
}

@media (min-width: 1025px) {
  #ng-news .head1 {
    text-align: left;
  }
}

#ng-pickup .pickup-list {
  grid-row-gap: 3rem;
}
#ng-pickup .pickup-list > li .ttl {
  text-align: center;
  font-size: 110%;
  font-weight: 600;
}

#bnr-entry .fitimg img {
  opacity: 0.15;
}
#bnr-entry .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 850px;
  margin: 0 auto;
  gap: 0;
}
#bnr-entry .flex .r-copy {
  width: 55%;
}
#bnr-entry .flex dl {
  width: 45%;
}
#bnr-entry .flex dl dt {
  letter-spacing: 0.2em;
}
#bnr-entry .flex dl .btn1--white {
  max-width: 300px;
  width: 80%;
}
#bnr-entry .flex dl .btn1--white a {
  background-color: #fff;
  color: #4b4b4b;
  font-size: 200%;
  font-family: "Roboto", sans-serif;
}

.main-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ttlbox .head2 {
  font-size: 270%;
  margin-bottom: 0.8rem;
  line-height: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  .ttlbox .head2 {
    font-size: 220%;
  }
}
@media (max-width: 768px) {
  .ttlbox p {
    padding: 0 1.5rem;
    font-size: 90%;
    line-height: 1.5;
  }
}

.scroll {
  width: calc(100% - 140px);
}
@media (max-width: 768px) {
  .scroll {
    width: calc(100% - 65px);
  }
}

.step-area {
  counter-reset: number 0;
  position: relative;
}
.step-area .ph-main {
  position: relative;
}
.step-area .ph-main .fitimg {
  background-color: #111111;
}
.step-area .ph-main .fitimg::after {
  padding-top: 15%;
}
@media (max-width: 768px) {
  .step-area .ph-main .fitimg::after {
    padding-top: 35%;
  }
}
.step-area .ph-main .fitimg img {
  opacity: 0.6;
}
.step-area .ph-main .ttlbox {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.step-area .ph-main .ttlbox > * {
  color: #fff;
}
.step-area > .scInr {
  max-width: 700px;
}
.step-area .flow-box {
  padding-bottom: 1rem;
}
.step-area .flow-box > section {
  margin-bottom: 3rem;
}
.step-area .flow-box > section .hdttl-3 {
  font-size: 2.5rem;
  line-height: 1.1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.2em;
  margin-top: 0;
}
@media (max-width: 768px) {
  .step-area .flow-box > section .hdttl-3 {
    font-size: 1.5625rem;
  }
}
.step-area .flow-box > section .hdttl-3::before {
  counter-increment: number 1;
  content: "#" counter(number, decimal-leading-zero);
  font-family: "Oswald", sans-serif;
  opacity: 0.2;
  font-weight: 400;
  font-size: 120%;
  white-space: nowrap;
}
.step-area .flow-box > section .hdttl-3 + .txt {
  font-size: 95%;
}
.step-area .flow-box > section table.job {
  width: 100%;
  margin: 1.5rem auto 0;
  line-height: 1.5;
  font-size: 90%;
  border-collapse: separate;
  border-spacing: 0 3px;
}
.step-area .flow-box > section table.job tr th {
  width: 75px;
  padding: 0.3rem 0;
  background-color: #292929;
  color: #fff;
  font-weight: 500;
  border-radius: 3px 0 0 3px;
  line-height: 1;
}
@media (max-width: 768px) {
  .step-area .flow-box > section table.job tr th {
    width: 17%;
  }
}
.step-area .flow-box > section table.job tr td {
  background-color: #eee;
  padding: 0.6rem 1rem;
  border-radius: 0 3px 3px 0;
}
.step-area .flow-box > section table.job tr.noWork th {
  background-color: rgba(41, 41, 41, 0.15);
  color: rgba(75, 75, 75, 0.45);
  font-size: 90%;
}
.step-area .flow-box > section table.job tr.noWork td {
  opacity: 0;
}
.step-area .people-box {
  margin: 0 auto 2.5rem;
}
@media (max-width: 768px) {
  .step-area .people-box {
    width: 85%;
  }
}
.step-area .people-box .people {
  padding: 0 2rem;
}
@media (max-width: 768px) {
  .step-area .people-box .people {
    padding: 0;
  }
}
.step-area .people-box .people .people-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 768px) {
  .step-area .people-box .people .people-list {
    display: block;
    gap: 0;
  }
}
.step-area .people-box .people .people-list > li {
  width: calc(50% - 1rem);
}
.step-area .people-box .slick-dots li.slick-active button::before {
  background: #ed6c00 !important;
}

.flow-sub {
  text-align: center;
  margin: 0 auto;
  padding: 2rem 3rem;
  background-color: rgba(238, 238, 238, 0.6);
  display: table;
  width: auto;
  border-radius: 5px;
}
.flow-sub .icon {
  max-width: 100px;
  margin: 0 auto 1rem;
}

#js-nav {
  width: 140px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(1%, #eee), color-stop(99%, #eee), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(rgba(255, 255, 255, 0), #eee 1%, #eee 99%, rgba(255, 255, 255, 0));
  z-index: 10;
}
@media (max-width: 768px) {
  #js-nav {
    width: 65px;
  }
}
#js-nav .nav-fixed {
  position: sticky;
  top: 0%;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#js-nav .nav-list {
  width: 95%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.15rem 0;
}
#js-nav .nav-list > li a {
  display: block;
  color: #292929;
  background-color: #fff;
  padding: 0.8rem 0;
  font-size: 80%;
  line-height: 1;
  opacity: 1;
  letter-spacing: 0;
}
@media (max-width: 768px) {
  #js-nav .nav-list > li a {
    font-size: 90%;
  }
}
#js-nav .nav-list > li a.active, #js-nav .nav-list > li a:hover {
  background-color: #292929;
  color: #fff;
  padding: 1.5rem 0;
  font-size: 100%;
  font-weight: 600;
}

.articlelist-area {
  position: relative;
}
.articlelist-area .more--pos {
  margin-top: 1rem;
}

.people-list {
  gap: 4rem 3rem;
}
@media (max-width: 1024px) {
  .people-list {
    width: 70%;
  }
}
.people-list > li {
  width: calc(33.3333333333% - 2rem);
}
.people-list a > span {
  display: block;
}
.people-list .ph img {
  width: 100%;
}
.people-list .title {
  margin: 0.8rem 0 1rem;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .people-list .title {
    margin: 0.7rem 0 0.4rem;
  }
}
.people-list .name {
  font-size: 80%;
}

.people-interview .youtube {
  max-width: 850px;
}
.people-interview .copy {
  font-weight: 700;
}
.people-interview .copy::before {
  content: "SPECIAL INTERVIEW";
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  opacity: 0.15;
  letter-spacing: 0;
}
.people-interview .p-name {
  margin-bottom: 3rem;
}
.people-interview .p-name .pos {
  line-height: 1;
}
.people-interview .p-name .name {
  font-size: 1.4375rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.people-interview .qa-area {
  border-top: 1px solid #ccc;
  padding: 3.5rem 0;
}
.people-interview .qa-area dl {
  margin-bottom: 2rem;
}
.people-interview .qa-area dl dt {
  font-size: 1.5625rem;
  font-weight: 600;
  color: #292929;
  margin-bottom: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}
@media (max-width: 768px) {
  .people-interview .qa-area dl dt {
    font-size: 1rem;
    margin-bottom: 1rem;
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
  }
}
.people-interview .qa-area dl dt::before {
  content: "";
  display: block;
  width: 3.5rem;
  height: 1px;
  background-color: #ed6c00;
}
@media (max-width: 768px) {
  .people-interview .qa-area dl dt::before {
    width: 1rem;
  }
}
.people-interview .qa-area dl dd {
  font-size: 110%;
}
.people-interview .qa-area .pic {
  margin: 0 auto 2.5rem;
}

#other-people .scInr--w {
  border-top: 1px solid #ccc;
}
#other-people .scInr--w .people-list {
  gap: 4rem 2rem;
}
#other-people .scInr--w .people-list > li {
  width: calc(25% - 1.5rem);
}
@media (max-width: 1024px) {
  #other-people .scInr--w .people-list > li {
    width: calc(50% - 1rem);
  }
}

#people1 #other-people .people-list > li#p1 {
  display: none;
}

#people2 #other-people .people-list > li#p2 {
  display: none;
}

#people3 #other-people .people-list > li#p3 {
  display: none;
}

#people4 #other-people .people-list > li#p4 {
  display: none;
}

#people5 #other-people .people-list > li#p5 {
  display: none;
}

#people6 #other-people .people-list > li#p6 {
  display: none;
}

#people7 #other-people .people-list > li#p7 {
  display: none;
}

.pager {
  margin: 3rem auto;
}
.pager ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pager ul li {
  width: 35px;
  height: 35px;
  margin: 0.1em;
}
.pager ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 100px;
}
@media (min-width: 1025px) {
  .pager ul li a:hover {
    border-color: #4b4b4b;
    background-color: #4b4b4b;
    color: #fff;
  }
}
.pager ul li.current a {
  pointer-events: none;
  border-color: #4b4b4b;
  background-color: #4b4b4b;
  color: #fff;
}
.pager ul li.prev a, .pager ul li.next a {
  border: none;
  color: #4b4b4b;
  background-color: transparent;
}
.pager ul li.prev a:hover, .pager ul li.next a:hover {
  opacity: 0.6;
}

.articlelist-box {
  position: relative;
}
@media (min-width: 1025px) {
  .articlelist-box .head1 {
    text-align: left;
  }
}

.news-date {
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  letter-spacing: 0;
  white-space: nowrap;
  letter-spacing: 0.05em;
}

.tag-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tag-box > * {
  margin: 0 0.7rem 0.8rem 0;
  font-size: 110%;
  line-height: 1;
  letter-spacing: 0;
}
@media (min-width: 1025px) {
  .tag-box a:hover {
    color: #ed6c00;
    opacity: 1 !important;
  }
}

.column-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2.5rem 1.4rem;
}
.column-list > li {
  width: calc(25% - 1.05rem);
}
@media (max-width: 1024px) {
  .column-list > li {
    width: calc(50% - 0.7rem);
  }
}
.column-list > li a {
  display: block;
}
.column-list > li .ph {
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .column-list > li .ph {
    margin-bottom: 0.4rem;
  }
}
.column-list > li .ph.fitimg::after {
  padding-top: 70%;
}
.column-list > li .news-title {
  display: block;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .column-list > li .news-title {
    font-size: 95%;
  }
}
.column-list > li .tag-box {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.column-list > li .tag-box > * {
  margin: 0 0.5rem 0.6rem 0;
  font-size: 90%;
  opacity: 0.6;
}

.tag-list-box {
  background-color: #eee;
  padding: 1.5rem;
  border-radius: 5px;
}

.ttl-ctgry {
  letter-spacing: 0.05em;
  margin: -3rem 0 3rem;
  text-align: left;
}
.ttl-ctgry > span {
  display: inline-block;
  margin-right: 0.5rem;
  color: #ed6c00;
  font-size: 110%;
  font-weight: 700;
}

.news-list {
  padding: 1em 0;
}
.news-list > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding: 0.4em 0;
}
@media (max-width: 1024px) {
  .news-list > li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.news-list > li .news-date {
  margin-right: 1.5em;
}
.news-list > li .news-title {
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .news-list > li .news-title {
    width: 100%;
    padding: 0.6em 0;
  }
}
.news-detail {
  max-width: 800px;
  margin: 0 auto;
}
.news-detail .news-title {
  font-size: 1.4375rem;
  letter-spacing: 0.1em;
  padding: 0.4em 0 1.2em;
  border-bottom: 1px solid #ccc;
  line-height: 1.7;
}
@media (max-width: 768px) {
  .news-detail .news-title {
    font-size: 1.125rem;
  }
}

.editor-wrap {
  padding: 2em 0 3em;
}
@media (max-width: 768px) {
  .editor-wrap {
    padding: 1em 0 2em;
  }
}
.editor-wrap h1,
.editor-wrap h2,
.editor-wrap h3,
.editor-wrap p,
.editor-wrap ul,
.editor-wrap ol,
.editor-wrap strong,
.editor-wrap em {
  margin-top: 1em;
}
.editor-wrap h1,
.editor-wrap h2,
.editor-wrap h3,
.editor-wrap h4 {
  font-weight: 500;
  line-height: 1.5;
  margin: 1.5rem auto;
}
.editor-wrap h1 .sml,
.editor-wrap h2 .sml,
.editor-wrap h3 .sml,
.editor-wrap h4 .sml {
  font-size: 70%;
  letter-spacing: 0.04em;
}
.editor-wrap h2.hdttl-1 {
  color: #292929;
  font-size: 1.75rem;
  letter-spacing: 0.1em;
  background-color: transparent;
  padding: 0;
}
@media (max-width: 768px) {
  .editor-wrap h2.hdttl-1 {
    font-size: 1.3125rem;
  }
}
.editor-wrap h3.hdttl-2 {
  font-size: 1.375rem;
  color: #292929;
  padding: 0 0 0.6em;
  border-bottom: 1px solid #eee;
  position: relative;
}
@media (max-width: 768px) {
  .editor-wrap h3.hdttl-2 {
    font-size: 0.9375rem;
  }
}
.editor-wrap h3.hdttl-2::after {
  content: "";
  display: block;
  width: 15%;
  height: 1px;
  background-color: #ed6c00;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.editor-wrap h4.hdttl-3 {
  font-size: 120%;
  font-weight: 600;
  color: #292929;
  padding-left: 1.3rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.editor-wrap h4.hdttl-3::before {
  content: "";
  display: block;
  width: 0.8em;
  height: 2px;
  background-color: #ed6c00;
  position: absolute;
  left: 0;
  top: 0.7em;
}
.editor-wrap h4.hdttl-4 {
  font-size: 105%;
  color: red;
}
.editor-wrap .layout, .editor-wrap .layout-2, .editor-wrap .layout-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 4em auto;
}
@media (max-width: 1024px) {
  .editor-wrap .layout, .editor-wrap .layout-2, .editor-wrap .layout-1 {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
  }
}
.editor-wrap .layout .ph, .editor-wrap .layout-2 .ph, .editor-wrap .layout-1 .ph {
  width: 50%;
}
@media (max-width: 1024px) {
  .editor-wrap .layout .ph, .editor-wrap .layout-2 .ph, .editor-wrap .layout-1 .ph {
    width: 100%;
  }
}
.editor-wrap .layout .txt-box, .editor-wrap .layout-2 .txt-box, .editor-wrap .layout-1 .txt-box {
  width: 45%;
  padding: 2.5rem 0;
}
.editor-wrap .layout .txt-box .lead, .editor-wrap .layout-2 .txt-box .lead, .editor-wrap .layout-1 .txt-box .lead {
  font-size: 120%;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
@media (max-width: 1024px) {
  .editor-wrap .layout .txt-box, .editor-wrap .layout-2 .txt-box, .editor-wrap .layout-1 .txt-box {
    width: 100%;
    padding: 1.3em 0 0 !important;
  }
}
.editor-wrap .layout-1 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.editor-wrap .imgs, .editor-wrap .imgs80, .editor-wrap .imgs100 {
  margin: 2em auto;
  text-align: center;
}
.editor-wrap .imgs img, .editor-wrap .imgs80 img, .editor-wrap .imgs100 img {
  width: 100%;
}
.editor-wrap .imgs .caption, .editor-wrap .imgs80 .caption, .editor-wrap .imgs100 .caption {
  display: block;
  margin: 0.8em;
  font-size: 95%;
  line-height: 1.5;
}
@media (min-width: 1025px) {
  .editor-wrap .imgs80 {
    width: 80%;
  }
}
.editor-wrap [class^=clm-] .imgs, .editor-wrap [class^=clm-] .imgs100, .editor-wrap [class^=clm-] .imgs80 {
  margin: 0 auto;
}
.editor-wrap .box-color {
  margin: 2.5em auto;
  padding: 1.5em 2em;
  background-color: rgba(238, 238, 238, 0.7);
}
.editor-wrap [class^=btn] a {
  text-decoration: none !important;
}
.editor-wrap [class^=clm-] [class^=btn] {
  letter-spacing: 0.1em;
}
@media (min-width: 1025px) {
  .editor-wrap [class^=clm-] [class^=btn] {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .editor-wrap [class^=clm-] [class^=btn] {
    width: 80% !important;
    margin: 0 auto;
  }
}
.editor-wrap .anchor_link, .editor-wrap .anchor_link-4, .editor-wrap .anchor_link-3, .editor-wrap .anchor_link-2, .editor-wrap .anchor_link-1 {
  margin: 2em auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 1px solid #ccc;
  border-width: 1px 0 0 1px;
}
@media (max-width: 768px) {
  .editor-wrap .anchor_link, .editor-wrap .anchor_link-4, .editor-wrap .anchor_link-3, .editor-wrap .anchor_link-2, .editor-wrap .anchor_link-1 {
    font-size: 90%;
  }
}
.editor-wrap .anchor_link > li, .editor-wrap .anchor_link-4 > li, .editor-wrap .anchor_link-3 > li, .editor-wrap .anchor_link-2 > li, .editor-wrap .anchor_link-1 > li {
  border: 1px solid #ccc;
  border-width: 0 1px 1px 0;
  text-align: center;
  overflow: hidden;
}
.editor-wrap .anchor_link > li a, .editor-wrap .anchor_link-4 > li a, .editor-wrap .anchor_link-3 > li a, .editor-wrap .anchor_link-2 > li a, .editor-wrap .anchor_link-1 > li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding: 1.4em 0;
  position: relative;
  line-height: 1.2;
}
.editor-wrap .anchor_link > li a::after, .editor-wrap .anchor_link-4 > li a::after, .editor-wrap .anchor_link-3 > li a::after, .editor-wrap .anchor_link-2 > li a::after, .editor-wrap .anchor_link-1 > li a::after {
  content: "";
  display: block;
  border: 4px solid transparent;
  border-top: 5px solid #ed6c00;
  width: 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
@media (min-width: 1025px) {
  .editor-wrap .anchor_link > li a:hover, .editor-wrap .anchor_link-4 > li a:hover, .editor-wrap .anchor_link-3 > li a:hover, .editor-wrap .anchor_link-2 > li a:hover, .editor-wrap .anchor_link-1 > li a:hover {
    background-color: #292929;
    color: #fff;
    opacity: 1;
  }
}
.editor-wrap .anchor_link-1 > li {
  width: 100%;
}
.editor-wrap .anchor_link-2 > li {
  width: 50%;
}
.editor-wrap .anchor_link-3 > li {
  width: 33.3333333333%;
}
.editor-wrap .anchor_link-4 > li {
  width: 25%;
}
@media (max-width: 1024px) {
  .editor-wrap .anchor_link-4 > li {
    width: 50%;
  }
}
.editor-wrap .spacer, .editor-wrap .spacer-S, .editor-wrap .spacer-L {
  width: 100%;
}
.editor-wrap .spacer-L {
  padding-bottom: 8rem;
}
.editor-wrap .spacer-S {
  padding-bottom: 2rem;
}
.editor-wrap .google-map {
  margin: 2em auto;
  position: relative;
}
.editor-wrap .google-map::after {
  content: "";
  display: block;
  padding-top: 43%;
}
@media (max-width: 768px) {
  .editor-wrap .google-map::after {
    padding-top: 70%;
  }
}
.editor-wrap .google-map iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor-wrap .youtube {
  max-width: 700px;
  margin: 2em auto;
  position: relative;
  text-align: center;
}
.editor-wrap .youtube::after {
  content: "";
  display: block;
  padding-top: 56%;
}
.editor-wrap .youtube iframe {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.editor-wrap p a:not(:hover) {
  text-decoration: underline;
  opacity: 0.8;
}

.txt, .txt--right, .txt--center {
  margin-bottom: 1.2rem;
}
.txt--center {
  text-align: center;
}
.txt--right {
  text-align: right;
}

mark {
  font-weight: 600;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(65%, transparent), color-stop(65%, rgba(237, 108, 0, 0.45)));
  background: linear-gradient(transparent 65%, rgba(237, 108, 0, 0.45) 65%);
  color: inherit;
}

.news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1024px) {
  .news-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (min-width: 1025px) {
  .news-flex .news-area {
    width: 65%;
  }
}
@media (min-width: 1025px) {
  .news-flex .archive-area {
    width: 18%;
    margin-left: 5%;
  }
}
.news-flex .archive-area .nav {
  margin-bottom: 2.5rem;
}
.news-flex .archive-area .nav .head1--left {
  font-size: 75%;
  margin-bottom: 0;
  padding: 0.9rem 0;
  border-bottom: 1px solid #111111;
}
.news-flex .archive-area .nav .link-list > li {
  border-bottom: 1px solid #eee;
}
.news-flex .archive-area .nav .link-list > li a {
  display: block;
  padding: 0.4rem 0;
}
.news-flex .archive-area .nav .link-list > li.current {
  font-weight: 700;
  color: #292929;
}
.news-flex .archive-area .nav .link-list > li.current a {
  color: inherit;
}

.page-contact .head__area {
  background-image: url(/assets/img/contact/mv.jpg);
}

.contact__thanks .head3 {
  font-size: 2rem;
}
@media (max-width: 768px) {
  .contact__thanks .head3 {
    font-size: 1.75rem;
  }
}

.ph-book {
  max-width: 300px;
  width: 70%;
  margin: 1rem auto;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.sitemap .s-list {
  padding: 0 0 0 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2rem 1em;
}
@media (max-width: 1024px) {
  .sitemap .s-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1em 0;
  }
}
@media (max-width: 768px) {
  .sitemap .s-list {
    padding: 0 0 0 1em;
  }
}
@media (min-width: 1025px) {
  .sitemap .s-list > li {
    width: calc(50% - 1em);
  }
}
.sitemap .s-list > li.home {
  width: 100%;
}
.sitemap .s-list > li .sm-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-size: 1.125rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .sitemap .s-list > li .sm-ttl {
    font-size: 0.875rem;
  }
}
.sitemap .s-list > li .sm-ttl::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  background-color: #ed6c00;
  display: inline-block;
}
.sitemap .s-list > li .sm-ttl a.link-nw::after {
  background-color: #4b4b4b;
}

.privacy_policy h2:not(:nth-child(1)) {
  margin-top: 2em;
}
.privacy_policy p a {
  color: #ed6c00;
}
.privacy_policy p a:not(:hover) {
  text-decoration: underline;
}