/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 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;
  -moz-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * 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;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 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 */
}

/** header area
====================================== **/
@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    z-index: 10;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes arrow-right {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  50.1% {
    opacity: 0;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes anim_rotate {
  0% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@-webkit-keyframes top-items-pop-1 {
  0% {
    -webkit-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
  }
  40% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes top-items-pop-1 {
  0% {
    -webkit-transform: translate(0px, 15px);
    transform: translate(0px, 15px);
  }
  40% {
    -webkit-transform: translate(0px, -15px);
    transform: translate(0px, -15px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes float-1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }
}

@keyframes float-1 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
  }
}

@-webkit-keyframes float-2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@keyframes float-2 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 10px);
    transform: translate(0px, 10px);
  }
}

@-webkit-keyframes float-3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
}

@keyframes float-3 {
  0% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, -8px);
    transform: translate(0px, -8px);
  }
}

@-webkit-keyframes kkkk01 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(3deg);
    transform: translateX(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes kkkk01 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(3deg);
    transform: translateX(0) rotate(3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes kkkk02 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(-3deg);
    transform: translateX(0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes kkkk02 {
  0% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateX(0) rotate(-3deg);
    transform: translateX(0) rotate(-3deg);
  }
  100% {
    -webkit-transform: translateX(0) rotate(0deg);
    transform: translateX(0) rotate(0deg);
  }
}

@-webkit-keyframes bullScale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bullScale {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
  30% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes Air {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@keyframes Air {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(150px);
    transform: translateX(150px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes Air2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@keyframes Air2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  33.333% {
    -webkit-transform: translateX(250px);
    transform: translateX(250px);
  }
  66.666% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-150px);
    transform: translateX(-150px);
  }
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}

/* clearfix (micro) */
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7 only */
.clearfix {
  *zoom: 1;
}

div,
p {
  word-break: break-all;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
nav,
picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

html {
  font-size: 62.5%;
  /*@media (min-width: 769px) and (max-width: 1024px) {
    font-size: 2.333334vw; //10/375*100
  }*/
}

@media screen and (max-width: 768px) {
  html {
    font-size: 2.666666666666667vw;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  html {
    font-size: 0.884955752vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #222222;
  background-color: #fff;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  body.open {
    overflow-y: hidden;
  }
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.75;
  }
}

a:focus {
  outline: none;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul li,
ol li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

input[type="submit"] {
  border: none;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

table {
  border-spacing: inherit;
  border-collapse: collapse;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-break: break-word;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p + p {
  margin: 1em 0 0 0;
}

ul,
ol,
li {
  list-style: none;
}

.text-bold {
  font-weight: 700;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

.c-white {
  color: #fff;
}

.fw-bold {
  font-weight: bold;
}

.fit {
  font-family: "object-fit: cover;";
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.container {
  max-width: 82.4rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 3rem;
  }
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  .show_sp {
    display: none !important;
  }
  .show_pc {
    display: inherit;
  }
  a[href^="tel"] {
    pointer-events: none;
    text-decoration: none;
    opacity: 1 !important;
    cursor: default !important;
  }
  #hambuger {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  body p {
    word-break: normal;
    line-break: strict;
  }
  .show_sp {
    display: inherit;
  }
  .show_pc {
    display: none !important;
  }
}

.mode-txt {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}

.txt_center {
  text-align: center !important;
}

.js-view {
  opacity: 0;
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.js-view.is-inview {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-view-img {
  opacity: 0;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

.js-view-img.fadein {
  opacity: 1;
}

/** header area
====================================== **/
.page-header {
  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;
  padding: 2rem calc(60/1366 * 100%) 2rem calc(50/1366 * 100%);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 1.6rem 2rem 1.6rem 1.2rem;
  }
}

.logo {
  width: 12.2rem;
  line-height: 0;
}

.logo a {
  display: block;
  line-height: 0;
}

.logo a img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 8.8rem;
  }
}

.g-nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  column-gap: 4rem;
  height: 100%;
}

.g-nav-menu a {
  text-decoration: none;
}

.g-nav-menu_item {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.g-nav-menu_item_link {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #222;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.g-nav-menu_item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -0.5rem;
  background: #222222;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 769px) {
  .g-nav-menu_item_link:hover:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (min-width: 769px) {
  .g-nav-menu_item:hover .g-nav-menu-sub_wpr {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
}

.g-nav-menu_item.mn-cta a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 14.6rem;
  height: 4.2rem;
  gap: 0 1.6rem;
  color: #fff;
  background: #222;
  border-radius: 0.2rem;
}

.g-nav-menu_item.mn-cta a .txt {
  display: inline-block;
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}

.g-nav-menu_item.mn-cta a .ico {
  display: inline-block;
  width: 1.5rem;
  line-height: 0;
}

.g-nav-menu_item.mn-cta a .ico img {
  display: block;
  width: 1.5rem;
  max-width: unset;
  height: 0.7rem;
}

@media screen and (max-width: 768px) {
  .g-nav-menu {
    display: block;
  }
  .g-nav-menu_item {
    display: block;
    height: auto;
  }
  .g-nav-menu_item_link {
    display: block;
    padding: 3rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 1px solid #DEDEDE;
    position: relative;
  }
  .g-nav-menu_item_link:before {
    position: absolute;
    content: '';
    width: 3.2rem;
    height: 3.2rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_nav_sp.svg) left top no-repeat;
    background-size: cover;
  }
  .g-nav-menu_item_link:after {
    width: 0;
    height: 0;
    background: none;
  }
  .g-nav-menu_item.mn-cta a {
    width: 100%;
    height: auto;
    display: block;
    padding: 3rem 0;
    background: transparent;
    font-size: 1.8rem;
    color: #222;
    font-weight: 700;
    border-bottom: 1px solid #DEDEDE;
    border-radius: 0;
    position: relative;
  }
  .g-nav-menu_item.mn-cta a:before {
    position: absolute;
    content: '';
    width: 3.2rem;
    height: 3.2rem;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/icon_nav_sp.svg) left top no-repeat;
    background-size: cover;
  }
  .g-nav-menu_item.mn-cta a .txt {
    display: inline-block;
    font-size: 1.8rem;
    color: #222;
  }
  .g-nav-menu_item.mn-cta a .ico {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .g-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    left: 0;
    top: 6rem;
    width: 100%;
    height: calc(100% - 6rem);
    overflow-y: auto;
    background: #fff;
    z-index: 9;
    padding: 3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/** footer
======================================= **/
.page-footer {
  background: #222222;
  color: #fff;
  padding: 7rem calc(75/1366 * 100%) 5rem;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 4rem 3rem 3rem;
  }
}

.footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10.2rem;
}

@media screen and (max-width: 768px) {
  .footer-top {
    display: block;
    margin: 0;
  }
}

.footer-logo {
  display: block;
  width: 19.7rem;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 17.7rem;
    margin: 4rem auto;
  }
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.7rem;
}

.footer-menu_item a {
  display: inline-block;
  position: relative;
}

.footer-menu_item a:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.2rem;
  left: 0;
  bottom: -0.2rem;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

@media screen and (min-width: 769px) {
  .footer-menu_item a:hover:before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

@media screen and (max-width: 768px) {
  .footer-menu {
    display: block;
  }
  .footer-menu_item {
    display: block;
  }
  .footer-menu_item a {
    display: block;
    font-size: 1.4rem;
    padding: 2.2rem 0;
    border-bottom: 1px solid #6B6B70;
    position: relative;
  }
  .footer-menu_item a::after {
    position: absolute;
    content: '';
    width: 1.3rem;
    height: 0.5rem;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/arrow_btn_white.svg) left top no-repeat;
    background-size: cover;
  }
}

.footer-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.footer-bottom h3 {
  font-size: 1rem;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}

.footer-bottom p {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    display: block;
  }
  .footer-bottom h3 {
    font-size: 1.2rem;
    margin-bottom: 0.7rem;
  }
  .footer-bottom p {
    font-size: 1.2rem;
  }
}

.footer-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .footer-under {
    margin-top: 2rem;
  }
}

.footer-link {
  position: relative;
  padding-right: 1.5rem;
  margin-right: 1rem;
  line-height: 1;
}

.footer-link::after {
  position: absolute;
  content: '/';
  line-height: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.footer-link li {
  line-height: 1;
}

.footer-link li a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  text-decoration: underline;
}

.copyright {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Urbanist", serif;
}

@media screen and (max-width: 768px) {
  .copyright {
    margin-top: 1rem;
    font-size: 1rem;
  }
}

/** header area
====================================== **/
.arrow {
  width: 4.2rem;
  height: 4.2rem;
  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-negative: 0;
  flex-shrink: 0;
  position: relative;
  border-radius: 50%;
  background: #222222;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  border: 1px solid #292929;
}

.arrow .svg {
  display: block;
  width: 1.7rem;
  height: 0.7rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.arrow .svg path {
  fill: #fff;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.arrow::before, .arrow::after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  position: absolute;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: transform 0.5s cubic-bezier(0.66, 0, 0.34, 1), -webkit-transform 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  opacity: 1;
  visibility: visible;
}

.arrow::before {
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 2;
}

.arrow.bg_none {
  background: none;
  border: none;
}

@media screen and (max-width: 768px) {
  .arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .arrow .svg {
    width: 1.3rem;
    height: 0.5rem;
  }
}

.button-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0 3rem;
}

.button-more .arrow {
  width: 6rem;
  height: 6rem;
  border-radius: 0.2rem;
}

.button-more .arrow .svg {
  width: 2.4rem;
  height: 1rem;
}

.button-more .txt {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}

.button-more:hover .arrow .svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .button-more {
    gap: 0 1.4rem;
  }
  .button-more .arrow {
    width: 4rem;
    height: 4rem;
  }
  .button-more .arrow .svg {
    width: 1.5rem;
    height: 0.6rem;
  }
  .button-more .txt {
    font-size: 1.6rem;
    text-decoration: underline;
  }
}

.button-reg .arrow {
  border-radius: 0.2rem;
}

.button-reg .arrow .svg {
  width: 4.2rem;
  height: 4.2rem;
  display: block;
}

.button-reg .arrow .svg path {
  fill: #fff;
}

.button-reg .arrow .svg .fillBlack {
  fill: #222;
  -webkit-transition: all .1s ease;
  transition: all .1s ease;
}

@media screen and (max-width: 768px) {
  .button-reg .arrow .svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.button:hover {
  opacity: 1;
}

.button:hover .button-more .arrow .svg {
  z-index: 4;
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.button:hover .button-more .arrow .svg path {
  fill: #222;
}

.button:hover .button-cicle .arrow::before {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

.button:hover .button-cicle .arrow::after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.button:hover .button-cicle .arrow .svg {
  z-index: 4;
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.button:hover .button-cicle .arrow .svg path {
  fill: #222;
}

.button:hover .button-reg .arrow {
  background: #fff;
}

.button:hover .button-reg .arrow .svg path {
  fill: #222;
}

.button:hover .button-reg .arrow .svg rect {
  fill: #fff;
}

.button:hover .button-reg .arrow .svg .fillBlack {
  fill: #fff;
}

.button:hover .arrow_s svg {
  -webkit-animation: arrow-right 0.5s ease-in-out;
  animation: arrow-right 0.5s ease-in-out;
}

.button:hover .arrow_s svg path {
  fill: #028D40;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.heading-lv1 {
  margin-bottom: 6rem;
}

.heading-lv1 .ja {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #6B6B70;
  position: relative;
  padding-left: 3.4rem;
}

.heading-lv1 .ja::before, .heading-lv1 .ja::after {
  position: absolute;
  content: '';
  width: 0.8rem;
  height: 0.8rem;
  top: 0.5rem;
  background: #000000;
  border-radius: 0.1rem;
}

.heading-lv1 .ja::before {
  left: 0;
}

.heading-lv1 .ja::after {
  left: 1.6rem;
}

.heading-lv1 .en {
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
  font-family: "Urbanist", serif;
}

@media screen and (max-width: 768px) {
  .heading-lv1 {
    margin-bottom: 4rem;
  }
  .heading-lv1 .ja {
    font-size: 1.4rem;
    padding-left: 3rem;
  }
  .heading-lv1 .ja::before, .heading-lv1 .ja::after {
    width: 0.6rem;
    height: 0.6rem;
    top: 0.4rem;
  }
  .heading-lv1 .ja::after {
    left: 1.2rem;
  }
  .heading-lv1 .en {
    font-size: 4.8rem;
  }
}

.heading-lv2 {
  margin-bottom: 6rem;
}

.heading-lv2 .ja {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
}

.heading-lv2 .en {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.27;
  font-family: "Urbanist", serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 {
    margin-bottom: 3rem;
  }
  .heading-lv2 .en {
    font-size: 3.6rem;
  }
}

.heading-lv3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 0.5rem;
}

.heading-lv3 .en {
  display: inline-block;
  font-size: 2rem;
  letter-spacing: 0.14em;
}

.heading-lv3 .ja {
  font-size: 3.4rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.25;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width: 768px) {
  .heading-lv3 .ja {
    font-size: 2.4rem;
  }
}

.breadcrumb ul li {
  display: inline-block;
  font-weight: bold;
  color: #6B6B70;
  position: relative;
  z-index: 1;
}

.breadcrumb ul li a {
  display: inline-block;
  color: #222222;
  text-decoration: underline;
}

.breadcrumb ul li + li {
  position: relative;
  padding-left: 1.4rem;
  margin-left: 1rem;
}

.breadcrumb ul li + li::before {
  position: absolute;
  content: '/';
  color: #6B6B70;
  left: 0;
  top: 0;
}

.c-lettering {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  font-weight: 400;
  line-height: 1;
  gap: 0.5rem;
}

.c-lettering > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-lettering > span > span {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  overflow: hidden;
  display: block;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span .title_cover {
  display: block;
  position: relative;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  font-size: 2.4rem;
  font-weight: bold;
  color: #000;
}

.c-lettering > span > span .title_cover:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #111111;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
  transition: all 1s cubic-bezier(0.77, 0, 0.6, 1) 0.1s;
}

.c-lettering > span > span:first-child .title_cover {
  padding-left: 1rem;
}

.c-lettering > span > span:last-child .title_cover {
  padding-right: 1rem;
}

.c-lettering.is-inview > span > span {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.c-lettering.is-inview > span > span .title_cover {
  left: 0;
}

.js-heading > span:nth-child(1) .title_cover {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}

.js-heading > span:nth-child(2) .title_cover {
  -webkit-transition-delay: 0.04s;
  transition-delay: 0.04s;
}

.js-heading > span:nth-child(3) .title_cover {
  -webkit-transition-delay: 0.06s;
  transition-delay: 0.06s;
}

.js-heading > span:nth-child(4) .title_cover {
  -webkit-transition-delay: 0.08s;
  transition-delay: 0.08s;
}

.js-heading > span:nth-child(5) .title_cover {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.js-heading > span:nth-child(6) .title_cover {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}

.js-heading > span:nth-child(7) .title_cover {
  -webkit-transition-delay: 0.14s;
  transition-delay: 0.14s;
}

.js-heading > span:nth-child(8) .title_cover {
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
}

.js-heading > span:nth-child(9) .title_cover {
  -webkit-transition-delay: 0.18s;
  transition-delay: 0.18s;
}

.js-heading > span:nth-child(10) .title_cover {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.js-heading > span:nth-child(11) .title_cover {
  -webkit-transition-delay: 0.22s;
  transition-delay: 0.22s;
}

.js-heading > span:nth-child(12) .title_cover {
  -webkit-transition-delay: 0.24s;
  transition-delay: 0.24s;
}

.js-heading > span:nth-child(13) .title_cover {
  -webkit-transition-delay: 0.26s;
  transition-delay: 0.26s;
}

.js-heading > span:nth-child(14) .title_cover {
  -webkit-transition-delay: 0.28s;
  transition-delay: 0.28s;
}

.js-heading > span:nth-child(15) .title_cover {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.js-heading > span:nth-child(16) .title_cover {
  -webkit-transition-delay: 0.32s;
  transition-delay: 0.32s;
}

.js-heading > span:nth-child(17) .title_cover {
  -webkit-transition-delay: 0.34s;
  transition-delay: 0.34s;
}

.js-heading > span:nth-child(18) .title_cover {
  -webkit-transition-delay: 0.36s;
  transition-delay: 0.36s;
}

.js-heading > span:nth-child(19) .title_cover {
  -webkit-transition-delay: 0.38s;
  transition-delay: 0.38s;
}

.js-heading > span:nth-child(20) .title_cover {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.js-heading > span:nth-child(21) .title_cover {
  -webkit-transition-delay: 0.42s;
  transition-delay: 0.42s;
}

.js-heading > span:nth-child(22) .title_cover {
  -webkit-transition-delay: 0.44s;
  transition-delay: 0.44s;
}

.js-heading > span:nth-child(23) .title_cover {
  -webkit-transition-delay: 0.46s;
  transition-delay: 0.46s;
}

.js-heading > span:nth-child(24) .title_cover {
  -webkit-transition-delay: 0.48s;
  transition-delay: 0.48s;
}

.js-heading > span:nth-child(25) .title_cover {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.js-heading > span:nth-child(26) .title_cover {
  -webkit-transition-delay: 0.52s;
  transition-delay: 0.52s;
}

.js-heading > span:nth-child(27) .title_cover {
  -webkit-transition-delay: 0.54s;
  transition-delay: 0.54s;
}

.js-heading > span:nth-child(28) .title_cover {
  -webkit-transition-delay: 0.56s;
  transition-delay: 0.56s;
}

.js-heading > span:nth-child(29) .title_cover {
  -webkit-transition-delay: 0.58s;
  transition-delay: 0.58s;
}

.js-heading > span:nth-child(30) .title_cover {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.js-heading > span:nth-child(31) .title_cover {
  -webkit-transition-delay: 0.62s;
  transition-delay: 0.62s;
}

.js-heading > span:nth-child(32) .title_cover {
  -webkit-transition-delay: 0.64s;
  transition-delay: 0.64s;
}

.js-heading > span:nth-child(33) .title_cover {
  -webkit-transition-delay: 0.66s;
  transition-delay: 0.66s;
}

.js-heading > span:nth-child(34) .title_cover {
  -webkit-transition-delay: 0.68s;
  transition-delay: 0.68s;
}

.js-heading > span:nth-child(35) .title_cover {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.js-heading > span:nth-child(36) .title_cover {
  -webkit-transition-delay: 0.72s;
  transition-delay: 0.72s;
}

.js-heading > span:nth-child(37) .title_cover {
  -webkit-transition-delay: 0.74s;
  transition-delay: 0.74s;
}

.js-heading > span:nth-child(38) .title_cover {
  -webkit-transition-delay: 0.76s;
  transition-delay: 0.76s;
}

.js-heading > span:nth-child(39) .title_cover {
  -webkit-transition-delay: 0.78s;
  transition-delay: 0.78s;
}

.js-heading > span:nth-child(40) .title_cover {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.js-heading > span:nth-child(41) .title_cover {
  -webkit-transition-delay: 0.82s;
  transition-delay: 0.82s;
}

.js-heading > span:nth-child(42) .title_cover {
  -webkit-transition-delay: 0.84s;
  transition-delay: 0.84s;
}

.js-heading > span:nth-child(43) .title_cover {
  -webkit-transition-delay: 0.86s;
  transition-delay: 0.86s;
}

.js-heading > span:nth-child(44) .title_cover {
  -webkit-transition-delay: 0.88s;
  transition-delay: 0.88s;
}

.js-heading > span:nth-child(45) .title_cover {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

.js-heading > span:nth-child(46) .title_cover {
  -webkit-transition-delay: 0.92s;
  transition-delay: 0.92s;
}

.js-heading > span:nth-child(47) .title_cover {
  -webkit-transition-delay: 0.94s;
  transition-delay: 0.94s;
}

.js-heading > span:nth-child(48) .title_cover {
  -webkit-transition-delay: 0.96s;
  transition-delay: 0.96s;
}

.js-heading > span:nth-child(49) .title_cover {
  -webkit-transition-delay: 0.98s;
  transition-delay: 0.98s;
}

.js-heading > span:nth-child(50) .title_cover {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.js-heading > span:nth-child(51) .title_cover {
  -webkit-transition-delay: 1.02s;
  transition-delay: 1.02s;
}

.js-heading > span:nth-child(52) .title_cover {
  -webkit-transition-delay: 1.04s;
  transition-delay: 1.04s;
}

.js-heading > span:nth-child(53) .title_cover {
  -webkit-transition-delay: 1.06s;
  transition-delay: 1.06s;
}

.js-heading > span:nth-child(54) .title_cover {
  -webkit-transition-delay: 1.08s;
  transition-delay: 1.08s;
}

.js-heading > span:nth-child(55) .title_cover {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.js-heading > span:nth-child(56) .title_cover {
  -webkit-transition-delay: 1.12s;
  transition-delay: 1.12s;
}

.js-heading > span:nth-child(57) .title_cover {
  -webkit-transition-delay: 1.14s;
  transition-delay: 1.14s;
}

.js-heading > span:nth-child(58) .title_cover {
  -webkit-transition-delay: 1.16s;
  transition-delay: 1.16s;
}

.js-heading > span:nth-child(59) .title_cover {
  -webkit-transition-delay: 1.18s;
  transition-delay: 1.18s;
}

.js-heading > span:nth-child(60) .title_cover {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.js-heading > span:nth-child(61) .title_cover {
  -webkit-transition-delay: 1.22s;
  transition-delay: 1.22s;
}

.js-heading > span:nth-child(62) .title_cover {
  -webkit-transition-delay: 1.24s;
  transition-delay: 1.24s;
}

.js-heading > span:nth-child(63) .title_cover {
  -webkit-transition-delay: 1.26s;
  transition-delay: 1.26s;
}

.js-heading > span:nth-child(64) .title_cover {
  -webkit-transition-delay: 1.28s;
  transition-delay: 1.28s;
}

.js-heading > span:nth-child(65) .title_cover {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.js-heading > span:nth-child(66) .title_cover {
  -webkit-transition-delay: 1.32s;
  transition-delay: 1.32s;
}

.js-heading > span:nth-child(67) .title_cover {
  -webkit-transition-delay: 1.34s;
  transition-delay: 1.34s;
}

.js-heading > span:nth-child(68) .title_cover {
  -webkit-transition-delay: 1.36s;
  transition-delay: 1.36s;
}

.js-heading > span:nth-child(69) .title_cover {
  -webkit-transition-delay: 1.38s;
  transition-delay: 1.38s;
}

.js-heading > span:nth-child(70) .title_cover {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.js-heading > span:nth-child(71) .title_cover {
  -webkit-transition-delay: 1.42s;
  transition-delay: 1.42s;
}

.js-heading > span:nth-child(72) .title_cover {
  -webkit-transition-delay: 1.44s;
  transition-delay: 1.44s;
}

.js-heading > span:nth-child(73) .title_cover {
  -webkit-transition-delay: 1.46s;
  transition-delay: 1.46s;
}

.js-heading > span:nth-child(74) .title_cover {
  -webkit-transition-delay: 1.48s;
  transition-delay: 1.48s;
}

.js-heading > span:nth-child(75) .title_cover {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.js-heading > span:nth-child(76) .title_cover {
  -webkit-transition-delay: 1.52s;
  transition-delay: 1.52s;
}

.js-heading > span:nth-child(77) .title_cover {
  -webkit-transition-delay: 1.54s;
  transition-delay: 1.54s;
}

.js-heading > span:nth-child(78) .title_cover {
  -webkit-transition-delay: 1.56s;
  transition-delay: 1.56s;
}

.js-heading > span:nth-child(79) .title_cover {
  -webkit-transition-delay: 1.58s;
  transition-delay: 1.58s;
}

.js-heading > span:nth-child(80) .title_cover {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}

.js-heading > span:nth-child(81) .title_cover {
  -webkit-transition-delay: 1.62s;
  transition-delay: 1.62s;
}

.js-heading > span:nth-child(82) .title_cover {
  -webkit-transition-delay: 1.64s;
  transition-delay: 1.64s;
}

.js-heading > span:nth-child(83) .title_cover {
  -webkit-transition-delay: 1.66s;
  transition-delay: 1.66s;
}

.js-heading > span:nth-child(84) .title_cover {
  -webkit-transition-delay: 1.68s;
  transition-delay: 1.68s;
}

.js-heading > span:nth-child(85) .title_cover {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}

.js-heading > span:nth-child(86) .title_cover {
  -webkit-transition-delay: 1.72s;
  transition-delay: 1.72s;
}

.js-heading > span:nth-child(87) .title_cover {
  -webkit-transition-delay: 1.74s;
  transition-delay: 1.74s;
}

.js-heading > span:nth-child(88) .title_cover {
  -webkit-transition-delay: 1.76s;
  transition-delay: 1.76s;
}

.js-heading > span:nth-child(89) .title_cover {
  -webkit-transition-delay: 1.78s;
  transition-delay: 1.78s;
}

.js-heading > span:nth-child(90) .title_cover {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}

.js-heading > span:nth-child(91) .title_cover {
  -webkit-transition-delay: 1.82s;
  transition-delay: 1.82s;
}

.js-heading > span:nth-child(92) .title_cover {
  -webkit-transition-delay: 1.84s;
  transition-delay: 1.84s;
}

.js-heading > span:nth-child(93) .title_cover {
  -webkit-transition-delay: 1.86s;
  transition-delay: 1.86s;
}

.js-heading > span:nth-child(94) .title_cover {
  -webkit-transition-delay: 1.88s;
  transition-delay: 1.88s;
}

.js-heading > span:nth-child(95) .title_cover {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.js-heading > span:nth-child(96) .title_cover {
  -webkit-transition-delay: 1.92s;
  transition-delay: 1.92s;
}

.js-heading > span:nth-child(97) .title_cover {
  -webkit-transition-delay: 1.94s;
  transition-delay: 1.94s;
}

.js-heading > span:nth-child(98) .title_cover {
  -webkit-transition-delay: 1.96s;
  transition-delay: 1.96s;
}

.js-heading > span:nth-child(99) .title_cover {
  -webkit-transition-delay: 1.98s;
  transition-delay: 1.98s;
}

.js-heading > span:nth-child(100) .title_cover {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.js-heading .title_cover {
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.js-heading.is-inview .title_cover {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.slr-loop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  -webkit-animation: infinity-scroll-left 60s infinite linear 0.5s both;
  animation: infinity-scroll-left 60s infinite linear 0.5s both;
}

@media screen and (max-width: 768px) {
  .slr-loop {
    -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
    animation: infinity-scroll-left 20s infinite linear 0.5s both;
  }
}

.slide-anime {
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.slide-anime.is-inview {
  -webkit-clip-path: inset(0);
  clip-path: inset(0);
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.hover-img {
  overflow: hidden;
}

.hover-img img {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.hover:hover .hover-img img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.anim-img {
  position: relative;
}

.anim-img:after {
  content: "";
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #fff;
  mix-blend-mode: color;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

.anim-img img {
  opacity: 0;
  visibility: hidden;
}

.anim-img.is-inview:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  background: transparent;
  mix-blend-mode: normal;
}

.anim-img.is-inview img {
  opacity: 1;
  visibility: visible;
}

._item_slice {
  display: none;
}

.loadMore {
  -webkit-transition: all 600ms ease-in-out;
  transition: all 600ms ease-in-out;
}

.loadMore.hide {
  opacity: 0;
  visibility: hidden;
  display: none;
}

.img-anim {
  overflow: hidden;
}

.img-anim img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 0 30%;
  object-position: 0 30%;
  -webkit-transform: translate3d(0px, -2px, 0px) scale(1.2);
  transform: translate3d(0px, -2px, 0px) scale(1.2);
  opacity: 0;
}

.img-anim.is-inview img {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px) scale(1);
  transform: translate3d(0px, 0px, 0px) scale(1);
  will-change: transform;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
  transition: all 0.6s cubic-bezier(0, 0, 0, 1) 0s;
}

.cliptop {
  -webkit-clip-path: inset(0 0 100% 0);
  clip-path: inset(0 0 100% 0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.cliptop.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

.clipbottom {
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
}

.clipbottom.is-inview {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
  opacity: 1;
}

@media (min-width: 769px) and (max-width: 1230px) {
  .arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.pagination {
  margin: 6.5rem 0 0;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 5rem 0 0;
  }
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.page-numbers li:first-child {
  margin-right: 2rem;
}

.page-numbers li:last-child {
  margin-left: 2rem;
}

.page-numbers .page-numbers {
  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: 4.2rem;
  height: 4.2rem;
  color: #BEBEBE;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  font-family: "Urbanist", serif;
  position: relative;
  text-decoration: underline;
}

.page-numbers .page-numbers::after {
  position: absolute;
  content: '';
  width: 2rem;
  height: 0.1rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #222;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-numbers .page-numbers svg {
  display: inline-block;
}

.page-numbers .page-numbers.current, .page-numbers .page-numbers:hover {
  color: #222222;
  text-decoration: none;
}

.page-numbers .page-numbers.current::after, .page-numbers .page-numbers:hover::after {
  opacity: 1;
  visibility: visible;
}

.page-numbers .page-numbers.prev svg {
  -webkit-transform: rotateZ(-180deg);
  transform: rotateZ(-180deg);
}

.page-numbers .page-numbers.next, .page-numbers .page-numbers.prev {
  border: 1px solid #222;
  border-radius: 0.2rem;
}

.page-numbers .page-numbers.next::after, .page-numbers .page-numbers.prev::after {
  width: 0;
  height: 0;
}

.page-numbers .page-numbers.next path, .page-numbers .page-numbers.prev path {
  fill: #222;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.page-numbers .page-numbers.next:hover, .page-numbers .page-numbers.prev:hover {
  border-color: #BEBEBE;
}

.page-numbers .page-numbers.next:hover svg path, .page-numbers .page-numbers.prev:hover svg path {
  fill: #BEBEBE;
}

@media screen and (max-width: 768px) {
  .page-numbers li:first-child {
    margin-right: 1rem;
  }
  .page-numbers li:last-child {
    margin-left: 1rem;
  }
  .page-numbers .page-numbers {
    width: 3.2rem;
    height: 3.2rem;
    font-size: 1.8rem;
  }
}

.inner {
  width: 100%;
  max-width: 103rem;
  padding: 0 1.5rem;
}

@media screen and (max-width: 768px) {
  .inner {
    padding: 0 3rem;
  }
}

.main-rows {
  width: calc((100% - 1366px) / 2 + 1080px);
  margin-left: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .main-rows {
    width: 100%;
  }
}

.page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.page-row_sidebar {
  width: calc((100% - 1366px) / 2 + 286px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: fixed;
  left: 0;
  bottom: 10rem;
  z-index: 1;
}

.page-row_sidebar.abs {
  position: absolute;
}

.page-row_sidebar .anchorlist {
  margin-left: calc(40/286 * 100%);
  margin-right: calc(100/286 * 100%);
}

.page-title {
  font-size: 8rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Urbanist", serif;
  margin-bottom: 15rem;
}

@media screen and (max-width: 768px) {
  .page-title {
    margin-bottom: 12rem;
    font-size: 4.8rem;
  }
}

.anchorlist {
  position: -webkit-sticky;
  position: sticky;
  top: 25rem;
}

.anchorlist li + li {
  margin-top: 0.6rem;
}

.anchorlist li a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 600;
  font-family: "Urbanist", serif;
  position: relative;
  color: #BEBEBE;
  padding-left: 1.2rem;
}

.anchorlist li:hover a, .anchorlist li.current a {
  color: #222;
}

.anchorlist li:hover a:before, .anchorlist li.current a:before {
  position: absolute;
  content: '';
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 0.1rem;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #222;
}

.page-main {
  margin-top: 8.2rem;
}

.page-main.page-sub {
  margin: 24rem 0 20rem;
}

@media screen and (min-width: 769px) {
  .page-main.page-sub.page-row {
    margin: 0;
    padding: 24rem 0 20rem;
  }
  .page-main.page-sub.page-row.p-business {
    padding-bottom: 0;
  }
  .page-main.page-sub.page-row.p-about {
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .page-main {
    margin-top: 6rem;
  }
  .page-main.page-sub {
    margin: 25rem 0 11rem;
  }
  .page-main.page-sub.p-about {
    padding-bottom: 12rem;
    margin-bottom: 0;
  }
}

@media (min-width: 769px) and (max-width: 1350px) {
  .page-row_sidebar {
    width: auto;
  }
  .page-row_sidebar .anchorlist {
    margin-left: 0;
    margin-right: 1.5rem;
  }
  .page-row_content {
    width: calc(100% - 20rem);
  }
}

@media screen and (max-width: 768px) {
  .page-row_sidebar {
    display: none;
  }
}

.link-icon {
  display: inline-block;
  position: relative;
  padding-right: 2rem;
  text-decoration: underline;
}

.link-icon:after {
  position: absolute;
  content: '';
  right: 0;
  top: 1.5rem;
  width: 1.5rem;
  height: 0.6rem;
  background: url(../img/common/arrow_btn.svg) left top no-repeat;
  background-size: cover;
  -webkit-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

/** header area
====================================== **/
#hambuger {
  width: 3.6rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 12;
  cursor: pointer;
  text-align: center;
  right: 0;
  top: 0;
}

.nav-icon ul {
  position: relative;
  width: 3.6rem;
  height: 1rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #222222;
  width: 100%;
  height: 0.2rem;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nav-icon ul li:nth-of-type(1) {
  top: 0%;
}

.nav-icon ul li:nth-of-type(2) {
  top: 48%;
  display: none;
}

.nav-icon ul li:nth-of-type(3) {
  top: 98%;
}

.nav-icon ul li span {
  display: inline-block;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li {
  background: #222;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(23deg);
  transform: translate(-50%, -50%) rotate(23deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-23deg);
  transform: translate(-50%, -50%) rotate(-23deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

/** home
======================================= **/
.main-visual {
  position: relative;
  padding: 25.6rem 0 24.5rem;
  text-align: center;
}

.main-visual .mv-txt img {
  max-width: 58.7rem;
}

.main-visual .mv-img {
  width: 139.7rem;
  height: 136.7rem;
  position: absolute;
  left: calc(50% + 2.3rem);
  -webkit-transform: translateX(-50%) scale(0.5);
  transform: translateX(-50%) scale(0.5);
  top: -27.6rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media screen and (max-width: 768px) {
  .main-visual {
    padding: 18rem 0 15.4rem;
  }
  .main-visual .mv-txt img {
    max-width: 26.3rem;
  }
  .main-visual .mv-img {
    width: 66.7rem;
    height: 66.3rem;
    left: calc(50% + 2.2rem);
    top: -8.5rem;
  }
}

.main-visual.is-inview .mv-img {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
}

.p-top {
  overflow: hidden;
  background: linear-gradient(135deg, #f3f3f3 0%, whitesmoke 36%, white 100%);
}

.p-top .container {
  max-width: 123.6rem;
}

.p-top_about {
  padding: 16rem 0 14rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
}

.p-top_about .about-ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0;
  margin-bottom: 8.2rem;
}

.p-top_about .about-txt {
  line-height: 2;
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top_about {
    padding: 8rem 0;
  }
  .p-top_about .about-ttl {
    font-size: 2.2rem;
    line-height: 1.7272;
    margin-bottom: 4rem;
  }
  .p-top_about .about-txt {
    line-height: 2.142857;
    margin-bottom: 5rem;
  }
}

.p-top_business {
  padding: 11.5rem 0 17rem;
}

@media screen and (max-width: 768px) {
  .p-top_business {
    padding: 8rem 0;
  }
}

.p-top_business .business-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 6rem;
}

.p-top_business .business-head .heading-lv1 {
  margin-bottom: 0;
}

.p-top_business .business-head .heading-lv1 .en .char4 {
  display: block;
  line-height: 0;
  height: 0;
}

.p-top_business .business-head .business-txt {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-head {
    display: block;
  }
  .p-top_business .business-head .heading-lv1 {
    margin-bottom: 4rem;
  }
  .p-top_business .business-head .business-txt {
    line-height: 2.142857;
  }
}

.p-top_business .business-box_ctn {
  display: block;
  width: calc(475/1206 * 100%);
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_ctn {
    width: 100%;
  }
}

.p-top_business .business-box_img {
  display: block;
  width: calc(543/1206 * 100%);
  border-radius: 0.6rem;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_img {
    width: 100%;
    margin-bottom: 2.6rem;
  }
}

.p-top_business .business-box_logo {
  display: block;
  margin-bottom: 5rem;
}

.p-top_business .business-box_logo img {
  max-width: unset;
  width: auto;
  height: 7.4rem;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_logo {
    text-align: center;
    margin-bottom: 2.5rem;
  }
  .p-top_business .business-box_logo img {
    height: 6rem;
  }
}

.p-top_business .business-box_ttl {
  display: block;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.526;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_ttl {
    font-size: 2.2rem;
    line-height: 1.545;
    margin-bottom: 2rem;
    text-align: center;
  }
}

.p-top_business .business-box_txt {
  display: block;
  line-height: 2;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_txt {
    line-height: 2.142857;
    margin-bottom: 2.6rem;
  }
}

.p-top_business .business-box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 6.7rem 6rem 9rem;
  background: #fff;
  border-radius: 0.6rem;
}

@media screen and (max-width: 768px) {
  .p-top_business .business-box_link {
    display: block;
    padding: 3rem 2rem 4rem;
    border-radius: 0.4rem;
  }
}

.p-top_business .business-box .button-more .arrow img {
  width: 6rem;
  height: 6rem;
}

.p-top_business .business-box + .business-box {
  margin-top: 5rem;
}

.p-top_company {
  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: 53rem;
  overflow: hidden;
  position: relative;
  color: #fff;
}

.p-top_company .company-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.p-top_company .company-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.p-top_company .container {
  display: block;
  width: 100%;
  position: relative;
  z-index: 1;
}

.p-top_company .heading-lv1 {
  display: block;
  margin-bottom: 10rem;
}

.p-top_company .heading-lv1 .ja {
  color: #fff;
}

.p-top_company .heading-lv1 .ja::before, .p-top_company .heading-lv1 .ja::after {
  background: #fff;
}

.p-top_company .heading-lv1 .en {
  color: #fff;
  display: block;
}

.p-top_company .button-more .arrow {
  background: #fff;
}

.p-top_company .button-more .arrow .svg path {
  fill: #222;
}

.p-top_company .button-more .txt {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-top_company {
    height: 26.4rem;
  }
  .p-top_company .heading-lv1 {
    margin-bottom: 3.6rem;
  }
}

.p-top_news {
  padding: 16rem 0 18rem;
}

.p-top_news .news-wpr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-top_news .news-wpr .news-list {
  width: calc(844/1206 * 100%);
}

@media screen and (max-width: 768px) {
  .p-top_news {
    padding: 8rem 0 11rem;
  }
  .p-top_news .news-wpr {
    display: block;
  }
  .p-top_news .news-wpr .news-list {
    width: 100%;
    margin-bottom: 5rem;
  }
}

/** home
======================================= **/
.p-business {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
}

.p-business .page-row_content {
  margin-left: auto;
}

.p-business .page-title {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .p-business #anc01 {
    padding-top: 15rem;
  }
}

.p-business .pbsc-img {
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-top: 9rem;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc-img {
    margin-bottom: 5rem;
  }
}

.p-business .pbsc-bg {
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-business .pbsc-bg {
    padding-top: 9rem;
  }
}

.p-business .pbsc-bg::after {
  position: absolute;
  content: '';
  width: 150%;
  height: 115%;
  left: -50%;
  top: -5%;
  background: url(../img/business/bs-bg.png) left top repeat-y;
  background-size: 100% auto;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc-bg::after {
    top: -3%;
    height: 110%;
    background: url(../img/business/bs-bg_sp.png) left top repeat-y;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 769px) {
  .p-business .pbsc-bg.pbsc1 {
    padding-bottom: 18rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .pbsc-bg.pbsc1 .heading-lv2 .en span.char19 {
    display: block;
    height: 0;
    line-height: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-business .pbsc-bg.pbsc2 {
    padding-bottom: 20rem;
  }
}

.p-business .pbsc .heading-lv2 {
  margin-bottom: 12rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .heading-lv2 {
    margin-bottom: 5rem;
  }
  .p-business .pbsc .heading-lv2 .en {
    font-size: 2.8rem;
    line-height: 1.142857;
  }
}

.p-business .pbsc .pbsc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 8rem;
}

.p-business .pbsc .pbsc-row_img {
  width: calc(397/1000 * 100%);
  text-align: center;
}

.p-business .pbsc .pbsc-row_img .img01 {
  max-width: 17.8rem;
}

.p-business .pbsc .pbsc-row_img .img02 {
  max-width: 18.1rem;
}

.p-business .pbsc .pbsc-row_ctn {
  width: calc(553/1000 * 100%);
}

.p-business .pbsc .pbsc-row_ctn h3 {
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.83;
  margin-bottom: 4rem;
}

.p-business .pbsc .pbsc-row_ctn p {
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-row {
    display: block;
    margin-bottom: 4rem;
  }
  .p-business .pbsc .pbsc-row_img {
    width: 100%;
    margin-bottom: 5rem;
  }
  .p-business .pbsc .pbsc-row_img .img01 {
    max-width: 12.3rem;
  }
  .p-business .pbsc .pbsc-row_img .img02 {
    max-width: 12.9rem;
  }
  .p-business .pbsc .pbsc-row_ctn {
    width: 100%;
  }
  .p-business .pbsc .pbsc-row_ctn h3 {
    font-size: 1.6rem;
    line-height: 1.75;
    margin-bottom: 3rem;
  }
  .p-business .pbsc .pbsc-row_ctn p {
    line-height: 2.142857;
  }
}

.p-business .pbsc .pbsc-feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}

.p-business .pbsc .pbsc-feature_item {
  width: calc(100%/3 - 0.8rem);
  min-height: 42.2rem;
  border-radius: 0.6rem;
  padding: 4.6rem 4rem 6rem;
}

.p-business .pbsc .pbsc-feature_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-business .pbsc .pbsc-feature_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-business .pbsc .pbsc-feature_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-business .pbsc .pbsc-feature_item .pft-tl {
  font-size: 2.2rem;
  line-height: 1.727;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 3rem;
}

.p-business .pbsc .pbsc-feature_item .pft-tx {
  line-height: 2;
  letter-spacing: 0.02em;
}

.p-business .pbsc .pbsc-feature_item .pft-im path {
  fill: red;
}

.p-business .pbsc .pbsc-feature_item.itm1 {
  background: url(../img/business/bs_icon01.png) bottom right no-repeat;
  background-size: cover;
}

.p-business .pbsc .pbsc-feature_item.itm2 {
  background: url(../img/business/bs_icon02.png) bottom right no-repeat;
  background-size: cover;
}

.p-business .pbsc .pbsc-feature_item.itm3 {
  background: url(../img/business/bs_icon03.png) bottom right no-repeat;
  background-size: cover;
}

.p-business .pbsc .pbsc-feature_item.itm4 {
  background: url(../img/business/bs_icon04.png) bottom right no-repeat;
  background-size: cover;
}

.p-business .pbsc .pbsc-feature_item.itm5 {
  background: url(../img/business/bs_icon05.png) bottom right no-repeat;
  background-size: cover;
}

.p-business .pbsc .pbsc-feature_item.itm6 {
  background: url(../img/business/bs_icon06.png) bottom right no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-feature {
    display: block;
  }
  .p-business .pbsc .pbsc-feature_item {
    width: 100%;
    min-height: unset;
    height: auto;
    padding: 4rem 2rem 5rem;
  }
  .p-business .pbsc .pbsc-feature_item + .pbsc-feature_item {
    margin-top: 1.4rem;
  }
  .p-business .pbsc .pbsc-feature_item .pft-tl {
    font-size: 1.6rem;
    line-height: 1.44444;
  }
  .p-business .pbsc .pbsc-feature_item .pft-tx {
    line-height: 2.142857;
  }
}

.p-business .pbsc .pbsc-brand {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand {
    margin-top: 6rem;
  }
}

.p-business .pbsc .pbsc-brand_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 4rem;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_ttl {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
}

.p-business .pbsc .pbsc-brand_item {
  width: calc(100%/2 - 2rem);
  height: 15rem;
  background: #fff;
  border-radius: 0.6rem;
}

.p-business .pbsc .pbsc-brand_item:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(5) {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(6) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(7) {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(8) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(9) {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.p-business .pbsc .pbsc-brand_item:nth-child(10) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item {
    width: 100%;
    height: 9.8rem;
    border-radius: 0.4rem;
  }
  .p-business .pbsc .pbsc-brand_item + .pbsc-brand_item {
    margin-top: 1.4rem;
  }
}

.p-business .pbsc .pbsc-brand_item__link {
  width: 100%;
  height: 100%;
}

.p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__img {
  width: 14.2rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__img {
    width: 8rem;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn {
  width: calc(100% - 14.2rem);
}

.p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn p {
  font-size: 1.4rem;
  margin-bottom: 0.6rem;
}

.p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.33333;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn {
    width: calc(100% - 8rem);
  }
  .p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn p {
    font-size: 1.2rem;
    margin-bottom: 0.4rem;
  }
  .p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__ctn h4 {
    font-size: 1.8rem;
    line-height: 1.22;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex:nth-child(1) .pbsc-brand_item__img img {
  max-width: 9rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex:nth-child(1) .pbsc-brand_item__img img {
    max-width: 5.2rem;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex:nth-child(2) .pbsc-brand_item__img img {
  max-width: 7.6rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex:nth-child(2) .pbsc-brand_item__img img {
    max-width: 4.2rem;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex:nth-child(3) .pbsc-brand_item__img img {
  max-width: 8.6rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex:nth-child(3) .pbsc-brand_item__img img {
    max-width: 4.9rem;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex:nth-child(4) .pbsc-brand_item__img img {
  max-width: 8.2rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.item-flex:nth-child(4) .pbsc-brand_item__img img {
    max-width: 4.6rem;
  }
}

.p-business .pbsc .pbsc-brand_item.item-flex .pbsc-brand_item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.p-business .pbsc .pbsc-brand_item .button-reg {
  position: absolute;
  right: 2rem;
  bottom: 2rem;
}

.p-business .pbsc .pbsc-brand_item .button-reg .arrow {
  width: 2.4rem;
  height: 2.4rem;
}

.p-business .pbsc .pbsc-brand_item .button-reg svg {
  width: 2.4rem;
  height: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item .button-reg {
    right: 1rem;
    bottom: 1rem;
  }
  .p-business .pbsc .pbsc-brand_item .button-reg .arrow {
    width: 3.2rem;
    height: 3.2rem;
  }
  .p-business .pbsc .pbsc-brand_item .button-reg svg {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.p-business .pbsc .pbsc-brand_item.no-thumb {
  width: calc(100%/3 - 0.9rem);
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .tx {
  font-size: 1.4rem;
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo {
  display: inline-block;
  margin-top: 1.2rem;
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo img {
  width: auto;
  max-width: unset;
  height: 4.3rem;
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo.lgg {
  margin-top: 0.5rem;
}

.p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo.lgg img {
  height: 7rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_item.no-thumb {
    width: 100%;
  }
  .p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .tx {
    font-size: 1.2rem;
  }
  .p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo {
    margin-top: 1rem;
  }
  .p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo img {
    height: 3.7rem;
  }
  .p-business .pbsc .pbsc-brand_item.no-thumb .pbsc-brand_item__link .lgo.lgg img {
    height: 5.2rem;
  }
}

.p-business .pbsc .pbsc-brand_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: 4rem;
}

.p-business .pbsc .pbsc-brand_list.list2 {
  gap: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p-business .pbsc .pbsc-brand_list {
    display: block;
  }
}

/** home
======================================= **/
.page-news .btn-more {
  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: 29.6rem;
  height: 5.4rem;
  background: #222;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
  margin: 12rem auto 0;
  position: relative;
  border-radius: 0.2rem;
}

.page-news .btn-more .ico {
  width: 1.5rem;
  height: 0.7rem;
  position: absolute;
  left: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotateZ(-180deg);
  transform: translateY(-50%) rotateZ(-180deg);
  line-height: 0;
}

.page-news .btn-more .ico img {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .page-news .btn-more {
    width: 31.5rem;
    margin: 10rem auto 0;
  }
}

.box-category_ttl {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}

.box-category_list {
  display: block;
  margin: 0 0 6rem -0.4rem;
}

.box-category_list li {
  display: inline-block;
  margin-left: 0.4rem;
}

.box-category_list 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: 13rem;
  height: 4.2rem;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #797979;
  background: #F3F3F3;
  border-radius: 0.2rem;
}

.box-category_list li a.all {
  color: #fff;
  background: #222;
}

.box-category_list li a:hover {
  color: #fff;
  background: #222;
}

@media screen and (min-width: 769px) {
  .box-category .acc-ttl {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .box-category {
    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;
    margin-bottom: 6rem;
  }
  .box-category_ttl {
    margin: 0;
  }
  .box-category .acc-ttl {
    display: block;
    width: 100%;
    padding: 1rem 2rem;
    border: 1px solid #6B6B70;
    border-radius: 0.2rem;
    font-weight: bold;
  }
  .box-category .acc-ttl .arrow {
    width: 2.2rem;
    height: 2.2rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.3rem;
  }
  .box-category .acc-ttl .arrow img {
    width: 1.1rem;
    height: 0.6rem;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .box-category .acc-ttl.active .arrow img {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .box-category_wpr {
    width: 20.3rem;
    position: relative;
  }
  .box-category_list {
    margin: 0;
    border: 1px solid #6B6B70;
    border-top: none;
    border-radius: 0.2rem;
    position: absolute;
    width: 100%;
    z-index: 2;
    background: #fff;
    display: none;
  }
  .box-category_list li {
    margin: 0;
    display: block;
    border-bottom: 1px solid #6B6B70;
  }
  .box-category_list li:last-child {
    border-bottom: 0;
  }
  .box-category_list li a {
    width: 100%;
    height: auto;
    background: none;
    color: #222222;
    display: block;
    text-align: left;
    padding: 1rem 2rem;
  }
  .box-category_list li a.all {
    background: none;
    color: #222222;
  }
}

.news-item {
  padding: 5rem 0;
  border-bottom: 1px solid #DEDEDE;
}

.news-item:first-child {
  border-top: 1px solid #DEDEDE;
}

.news-item_date {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "Urbanist", serif;
}

.news-item_cat {
  display: inline-block;
  background: #F3F3F3;
  border-radius: 0.2rem;
  padding: 0.2rem 2rem;
  margin-left: 2rem;
}

.news-item_ttl {
  display: block;
  width: 100%;
  line-height: 2;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 3rem;
}

.news-item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-right: 10rem;
}

.news-item_link .button-cicle {
  position: absolute;
  right: 2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-item_link:hover .news-item_ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .news-item {
    padding: 4rem 0;
  }
  .news-item_date {
    font-size: 1.4rem;
  }
  .news-item_cat {
    font-size: 1.2rem;
  }
  .news-item_ttl {
    font-size: 1.4rem;
  }
  .news-item_link {
    padding-right: 5rem;
  }
  .news-item_link .button-cicle {
    right: 0;
    top: calc(50% + 2.5rem);
  }
}

.post-head {
  margin-bottom: 6rem;
}

.post-head_date {
  display: inline-block;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: bold;
  font-family: "Urbanist", serif;
}

.post-head_cat {
  display: inline-block;
  background: #F3F3F3;
  border-radius: 0.2rem;
  padding: 0.2rem 2rem;
  font-weight: bold;
  margin-left: 2rem;
}

@media screen and (max-width: 768px) {
  .post-head {
    margin-bottom: 3.5rem;
  }
}

.post-title {
  font-size: 2.4rem;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 2.2rem;
    line-height: 1.73;
    margin-bottom: 3rem;
  }
}

.post-feature {
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .post-feature {
    margin-bottom: 3rem;
  }
}

.post-content h2 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 12rem 0 4rem;
}

.post-content h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 7rem 0 3rem;
}

.post-content a {
  text-decoration: underline;
}

.post-content p {
  line-height: 2;
}

.post-content p + p {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 1.6rem;
    line-height: 2;
    margin: 8rem 0 3rem;
  }
  .post-content h3 {
    font-size: 1.6rem;
    line-height: 2;
    margin: 8rem 0 2rem;
  }
  .post-content p {
    font-size: 1.4rem;
    line-height: 2.142857;
  }
}

/** home
======================================= **/
@media screen and (min-width: 769px) {
  .p-company .page-title {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 769px) {
  .p-company_message {
    padding-top: 15rem;
  }
}

.p-company_message .message-art {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.p-company_message .message-art_img {
  width: calc(397/1000 * 100%);
}

.p-company_message .message-art_ctn {
  width: calc(553/1000 * 100%);
  line-height: 2;
}

.p-company_message .message-art_ctn p + p {
  margin-top: 3.5rem;
}

.p-company_message .message-art_ctn p.info {
  margin-top: 5rem;
  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;
}

.p-company_message .message-art_ctn p.info span {
  display: inline-block;
  font-weight: 700;
}

.p-company_message .message-art_ctn p.info span.pos {
  font-size: 1.4rem;
}

.p-company_message .message-art_ctn p.info span.name {
  font-size: 2rem;
}

.p-company_message .message-art + .message-art {
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-company_message .message-art {
    display: block;
  }
  .p-company_message .message-art_img {
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .p-company_message .message-art_ctn {
    width: 100%;
    line-height: 2.142857;
    letter-spacing: 0;
  }
  .p-company_message .message-art_ctn p + p {
    margin-top: 0;
  }
  .p-company_message .message-art_ctn p.info {
    margin-top: 2rem;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-company_message .message-art_ctn p.info span.pos {
    font-size: 1.2rem;
  }
  .p-company_message .message-art_ctn p.info span.name {
    font-size: 1.8rem;
  }
}

.p-company_outline {
  padding-top: 20rem;
}

@media screen and (max-width: 768px) {
  .p-company_outline {
    padding-top: 12rem;
  }
}

.p-company_outline .outline-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
  padding: 3rem 0;
  line-height: 2;
  border-bottom: 1px solid #DEDEDE;
}

.p-company_outline .outline-row_tl {
  width: 18rem;
  font-weight: 700;
}

.p-company_outline .outline-row_tx {
  width: calc(100% - 21rem);
}

.p-company_outline .outline-row_tx dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.p-company_outline .outline-row_tx dl + dl {
  margin-top: 1rem;
}

.p-company_outline .outline-row_tx dl dt {
  width: 13rem;
}

.p-company_outline .outline-row_tx dl dd {
  width: calc(100% - 15rem);
}

.p-company_outline .outline-row_tx dl dd span {
  display: inline-block;
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .p-company_outline .outline-row {
    display: block;
  }
  .p-company_outline .outline-row_tl {
    width: 100%;
    margin-bottom: 1.4rem;
  }
  .p-company_outline .outline-row_tx {
    width: 100%;
    letter-spacing: 0;
  }
  .p-company_outline .outline-row_tx dl + dl {
    margin-top: 1.4rem;
  }
  .p-company_outline .outline-row_tx dl dt {
    width: 11rem;
  }
  .p-company_outline .outline-row_tx dl dd {
    width: calc(100% - 11rem);
  }
  .p-company_outline .outline-row_tx dl dd span {
    letter-spacing: 0;
    font-size: 1.1rem;
  }
}

.p-company_group {
  padding-top: 20rem;
}

@media screen and (max-width: 768px) {
  .p-company_group {
    padding-top: 12rem;
  }
}

.p-company_group .group-box_img {
  width: calc(375/1000 * 100%);
  text-align: center;
}

.p-company_group .group-box_img img.img1 {
  width: 14.9rem;
}

.p-company_group .group-box_img img.img2 {
  width: 19.8rem;
}

@media screen and (max-width: 768px) {
  .p-company_group .group-box_img {
    width: 100%;
    text-align: center;
    margin-bottom: 6rem;
  }
  .p-company_group .group-box_img img.img1 {
    width: 12.3rem;
  }
  .p-company_group .group-box_img img.img2 {
    width: 12.3rem;
  }
}

.p-company_group .group-box_ctn {
  width: calc(625/1000 * 100%);
}

@media screen and (max-width: 768px) {
  .p-company_group .group-box_ctn {
    width: 100%;
  }
}

.p-company_group .group-box_ttl {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: 0;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-company_group .group-box_ttl {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
}

.p-company_group .group-box_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 1.4rem;
}

.p-company_group .group-box_info dl + dl {
  margin-top: 1.2rem;
}

.p-company_group .group-box_info dl dt {
  width: 10rem;
}

.p-company_group .group-box_info dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-company_group .group-box_info dl {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
  .p-company_group .group-box_info dl dt {
    font-weight: bold;
    width: auto;
  }
  .p-company_group .group-box_info dl.blk-sp {
    display: block;
  }
  .p-company_group .group-box_info dl.blk-sp dt {
    width: 100%;
    margin-bottom: 1rem;
  }
  .p-company_group .group-box_info dl.blk-sp dd {
    width: 100%;
  }
}

.p-company_group .group-box_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: 1px solid #BEBEBE;
  border-radius: 0.6rem;
  padding: 5rem 0;
  position: relative;
}

.p-company_group .group-box_link .button-reg {
  position: absolute;
  right: 3rem;
  bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company_group .group-box_link {
    display: block;
    padding: 5.5rem 2rem 8rem;
  }
  .p-company_group .group-box_link .button-reg {
    right: 2rem;
  }
}

.p-company_group .group-box + .group-box {
  margin-top: 4rem;
}

/** home
======================================= **/
.p-about {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  background: url(../img/about/bg_bottom.png) center bottom no-repeat;
  background-size: 100% auto;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .p-about {
    background-size: auto 25%;
  }
}

@media screen and (min-width: 769px) {
  .p-about .page-title {
    margin-bottom: 0;
  }
}

.p-about .heading-lv2 {
  margin-bottom: 4.7rem;
}

.p-about .heading-lv2 .en {
  font-size: 3.2rem;
}

@media screen and (max-width: 768px) {
  .p-about .heading-lv2 {
    margin-bottom: 3rem;
  }
  .p-about .heading-lv2 .en {
    font-size: 2.8rem;
  }
}

.p-about_lead {
  font-size: 2.3rem;
  line-height: 2.0869565;
  letter-spacing: -0.03em;
}

@media screen and (max-width: 768px) {
  .p-about_lead {
    font-size: 1.4rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
}

.p-about_vision {
  position: relative;
}

.p-about_vision::after {
  position: absolute;
  content: '';
  left: -13.5rem;
  right: -18.5rem;
  top: -20rem;
  width: 139.7rem;
  height: 136.7rem;
  background: url(../img/about/vision_bg.png) left top no-repeat;
  background-size: cover;
}

@media screen and (min-width: 769px) {
  .p-about_vision {
    padding-top: 16rem;
  }
  .p-about_vision .heading-lv2 {
    margin-bottom: 11.5rem;
  }
}

@media screen and (max-width: 768px) {
  .p-about_vision .heading-lv2 {
    margin-bottom: 7rem;
  }
}

.p-about_vision .vision-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-about_vision .vision-row {
    display: block;
  }
}

.p-about_vision .vision-row_left {
  width: calc(450/1000 * 100%);
}

.p-about_vision .vision-row_left h3 {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.52;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  .p-about_vision .vision-row_left {
    width: 100%;
  }
  .p-about_vision .vision-row_left h3 {
    font-size: 2.2rem;
    line-height: 1.7272;
    margin-bottom: 4rem;
  }
}

.p-about_vision .vision-row_right {
  width: calc(450/1000 * 100%);
}

.p-about_vision .vision-row_right p {
  font-size: 2.3rem;
  line-height: 2.0869565;
  letter-spacing: -0.03em;
}

.p-about_vision .vision-row_right p + p {
  margin-top: 6rem;
}

.p-about_vision .vision-row_right h4 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 6rem 0;
}

@media screen and (max-width: 768px) {
  .p-about_vision .vision-row_right {
    width: 100%;
  }
  .p-about_vision .vision-row_right p {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.04em;
  }
  .p-about_vision .vision-row_right p + p {
    margin-top: 3.5rem;
  }
  .p-about_vision .vision-row_right h4 {
    font-size: 2.2rem;
    line-height: 1.45;
    margin: 3.5rem 0;
  }
}

.p-about_group .group-img {
  text-align: center;
  margin-top: 26.4rem;
  margin-bottom: 44.2rem;
}

.p-about_group .group-img img {
  max-width: calc(782/1000 * 100%);
}

@media screen and (max-width: 768px) {
  .p-about_group .heading-lv2 .en .char12 {
    display: block;
    line-height: 0;
    height: 0;
  }
}

.p-about_effect .effect-img {
  margin-top: -6.6rem;
}

@media screen and (max-width: 768px) {
  .p-about_effect .effect-img {
    margin: -3rem -3rem 0;
  }
}

.p-about #anc02 {
  position: relative;
  overflow: hidden;
  padding-top: 25rem;
  padding-bottom: 70%;
}

.p-about #anc02 .inner {
  position: relative;
  z-index: 1;
}

.p-about #anc02 .p-about_img {
  width: 100%;
  position: absolute;
  top: 26rem;
  left: 0;
}

.p-about #anc02 .p-about_img img {
  width: 100%;
  max-width: unset;
}

@media screen and (max-width: 768px) {
  .p-about #anc02 {
    padding-top: 14rem;
    padding-bottom: 0;
  }
  .p-about #anc02 .p-about_img {
    position: static;
    margin-top: -6rem;
  }
}

.p-about #anc03 {
  padding-bottom: 8rem;
}

.p-about .anc {
  display: inline-block;
  height: 0;
  padding-top: 20rem;
  margin-top: -20rem;
}

/** home
======================================= **/
.p-privacy .contents h2 {
  font-size: 3.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  margin: 12rem 0 4rem;
}

.p-privacy .contents h3 {
  font-size: 2.2rem;
  line-height: 1.7;
  letter-spacing: 0;
  margin: 7rem 0 3rem;
}

.p-privacy .contents ol {
  padding-left: 2rem;
}

.p-privacy .contents ol li {
  list-style: decimal;
  line-height: 2;
}

.p-privacy .contents ol.list2 {
  margin: 2rem 0 4rem 2.4rem;
}

.p-privacy .contents p {
  line-height: 2;
}

.p-privacy .contents p + p {
  margin-top: 3.5rem;
}

.p-privacy .contents .box {
  margin-top: 7rem;
}

.p-privacy .contents .box h4 {
  font-size: 2.2rem;
  line-height: 1.45;
}

@media screen and (max-width: 768px) {
  .p-privacy .contents h2 {
    font-size: 2.2rem;
    line-height: 1.727;
    margin: 7rem 0 3rem;
  }
  .p-privacy .contents h3 {
    font-size: 1.6rem;
    margin: 3rem 0 2.4rem;
  }
  .p-privacy .contents ol.list2 {
    margin: 2rem 0 4rem 1rem;
  }
  .p-privacy .contents p + p {
    margin-top: 2.5rem;
  }
}

.p-contact_lead {
  text-align: center;
  padding-bottom: 6rem;
  line-height: 2;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .p-contact_lead {
    text-align: left;
    line-height: 2.142857;
    padding-bottom: 8rem;
    margin-bottom: 4rem;
  }
}

@media (min-width: 769px) and (max-width: 1100px) {
  .p-contact .container {
    max-width: 100% !important;
  }
}

.p-contact div.form {
  position: relative;
  padding-top: 115%;
}

@media screen and (max-width: 768px) {
  .p-contact div.form {
    padding-top: 300%;
  }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
  .p-contact div.form {
    padding-top: 90%;
  }
}

.p-contact iframe {
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.p-contact .thanks-txt {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding-bottom: 7.7rem;
  margin-bottom: 7.7rem;
  border-bottom: 1px solid #DEDEDE;
}

.p-contact .thanks-txt p {
  max-width: 55.5rem;
}

.p-contact .thanks-txt p + p {
  margin-top: 3.5rem;
}

@media screen and (max-width: 768px) {
  .p-contact .thanks-txt {
    display: block;
    text-align: left;
    padding-bottom: 4rem;
  }
}

.p-contact .thanks-btn {
  background-color: #222;
  border: 1px solid #222;
  color: #fff;
  font-weight: 700;
  width: 29.6rem;
  height: 5.4rem;
  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 auto;
  border-radius: 0.2rem;
}

.p-contact .thanks-btn:hover {
  background-color: #fff;
  color: #222;
}

@media screen and (max-width: 768px) {
  .p-contact .thanks-btn {
    width: 100%;
  }
}

.form-privacy {
  background: #F3F3F3;
  border-radius: 0.6rem;
  padding: 4rem;
  margin-top: 15rem;
  position: relative;
}

.form-privacy h3 {
  font-size: 2rem;
  line-height: 1.6;
  margin: 0 0 2rem;
}

.form-privacy ul li {
  display: block;
  position: relative;
  padding-left: 2rem;
  line-height: 1.625;
}

.form-privacy ul li::before {
  position: absolute;
  content: '';
  width: 1.4rem;
  height: 1.4rem;
  left: 0;
  top: 0.6rem;
  border-radius: 50%;
  background: #222;
}

.form-privacy ul li + li {
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .form-privacy {
    padding: 4rem 2rem;
    margin-top: 5rem;
  }
  .form-privacy h3 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 2.4rem;
  }
  .form-privacy ul li {
    padding-left: 2rem;
  }
  .form-privacy ul li::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
