@charset "UTF-8";
/*! 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.
 */
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 */
}

/* 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 screen and (max-width: 768px) {
  html {
    font-size: 1.3333333vw;
  }
}

@media (min-width: 769px) and (max-width: 1280px) {
  html {
    font-size: 0.78125vw;
  }
}

body {
  font-family: 'Zen Kaku Gothic Antique', "游ゴシック", "Yu Gothic", "游ゴシック体",
 "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
 "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", Arial, sans-serif;
  font-style: normal;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.875;
  color: #595757;
  word-break: normal;
  line-break: strict;
  font-weight: 400;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 2.4rem;
    line-height: 1.667;
  }
  body.open {
    overflow-y: hidden;
  }
}

body.en {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  word-break: break-word;
}

body.en div,
body.en p {
  word-break: break-word;
}

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: 103rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 5rem;
  }
}

@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;
}

.anim-img {
  overflow: hidden;
}

.anim-img img {
  opacity: 0;
}

.anim-img.is-act img {
  -webkit-animation-name: zoomAnime;
  animation-name: zoomAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 1;
}

.js-view {
  opacity: 0;
}

.js-view.is-act {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

.opac-view {
  opacity: 0;
}

.opac-view.is-act {
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 1;
}

.parallax {
  position: relative;
}

.parallax img {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  will-change: transform;
}

.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.3);
  transform: scale(1.3);
}

.bg-gradient-gray {
  background-color: #edeff1;
  background-image: -webkit-gradient(linear, left top, right top, from(#edeff1), to(#c1c7cd));
  background-image: linear-gradient(to right, #edeff1, #c1c7cd);
}

.bg-gradient-gray2 {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(#cacfd4));
  background-image: linear-gradient(to right, #ffffff, #cacfd4);
}

.bg-gradient-gray3 {
  background-color: #ffffff;
  background-image: -webkit-gradient(linear, left top, right top, from(#edeff1), to(#b8bfc6));
  background-image: linear-gradient(to right, #edeff1, #b8bfc6);
}

.key-visual {
  background-color: #444954;
  padding: 10rem 0 0;
  width: 100%;
  height: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.key-visual .container {
  width: 100%;
}

.key-visual .heading-lv2 .en {
  font-size: 9rem;
}

@media screen and (max-width: 768px) {
  .key-visual {
    padding: 15rem 0 0;
    height: 55.6rem;
  }
  .key-visual .heading-lv2 .en {
    font-size: 8rem;
  }
}

.sc-nav {
  padding: 25rem 0;
}

.nav-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: 0 8.4rem;
  max-width: 88.6rem;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nav-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24rem 0;
  }
}

.nav-list .nav-item {
  width: calc(50% - 4.2rem);
}

@media screen and (max-width: 768px) {
  .nav-list .nav-item {
    width: 100%;
  }
}

.nav-list .nav-item .nav-item_ttl {
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .nav-list .nav-item .nav-item_ttl {
    margin-bottom: 4rem;
  }
}

.nav-list .nav-item .nav-item_ttl .en {
  font-size: 3.6rem;
}

@media screen and (max-width: 768px) {
  .nav-list .nav-item .nav-item_ttl .en {
    font-size: 5.4rem;
  }
}

.nav-list .nav-item .nav-item_img {
  margin-bottom: 6rem;
}

@media screen and (max-width: 768px) {
  .nav-list .nav-item .nav-item_img {
    margin-bottom: 10rem;
  }
}

/** header area
====================================== **/
.page-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 0 0 0 7rem;
  border-bottom: 0.1rem solid #fff;
  -webkit-transition: background-color .4s ease;
  transition: background-color .4s ease;
}

.page-header.header-fixed {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (max-width: 768px) {
  .page-header {
    padding: 3rem 5rem;
    border: none;
  }
}

.logo {
  width: 15rem;
  position: relative;
  z-index: 8;
}

.logo a {
  display: block;
  line-height: 0;
}

.logo a img._black {
  display: none;
}

@media screen and (max-width: 768px) {
  .logo {
    width: 25.6rem;
  }
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5rem;
  -moz-column-gap: 5rem;
  column-gap: 5rem;
}

.menu-item {
  line-height: 1;
  position: relative;
}

.menu-item_link {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0;
  color: #fff;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 769px) {
  .menu-item_link:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -0.5rem;
    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;
  }
  .menu-item_link:hover:after, .menu-item_link.active:after {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}

.menu-item.menu-cta {
  border-left: 0.1rem solid #fff;
}

.menu-item.menu-cta .menu-item_link {
  width: 22rem;
  height: 10rem;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  color: #fff;
}

.menu-item.menu-cta .menu-item_link::after {
  width: 0;
  height: 0;
  display: none;
}

.menu-item.menu-cta .menu-item_link:hover {
  background-color: #000;
  color: #fff;
}

.menu-item.menu-cta .menu-item_link.active {
  background-color: #000;
  color: #fff;
}

@media screen and (min-width: 769px) {
  .menu-item.menu-item_over::after {
    position: absolute;
    content: '';
    width: 1.1rem;
    height: 0.6rem;
    background: url(../img/common/arrow_down_nav.svg) left center no-repeat;
    background-size: cover;
    top: 0.8rem;
    right: -2rem;
  }
  .menu-item.menu-item_over:hover .menu-sub {
    opacity: 1;
    visibility: visible;
    top: 220%;
  }
}

@media screen and (max-width: 768px) {
  .menu-item.menu-item_over .menu-item_link::after {
    position: absolute;
    content: '';
    width: 3.3rem;
    height: 1.8rem;
    right: 2rem;
    top: 7rem;
    background: url(../img/common/arrow_down_nav_black.svg) center no-repeat;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  .menu-item.menu-item_over.is-active .menu-item_link::after {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
  }
}

@media screen and (max-width: 768px) {
  .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    padding: 0;
  }
  .menu-item {
    width: 100%;
    border-bottom: 0.1rem solid #333;
  }
  .menu-item_link {
    display: block;
    color: #333;
    font-size: 4rem;
    padding: 6rem 3rem;
  }
  .menu-item:nth-child(5) {
    border-bottom: none;
  }
  .menu-item.menu-cta {
    width: 100%;
    margin-top: 4rem;
    border: none;
  }
  .menu-item.menu-cta .menu-item_link {
    width: 100%;
    height: 16rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    border: 0.1rem solid #333;
  }
}

@media screen and (min-width: 769px) {
  .menu .menu-sub {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    position: absolute;
    top: 250%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .menu .menu-sub li a {
    display: inline-block;
    font-size: 1.8rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
  }
  .menu .menu-sub li + li {
    margin-top: 1.5rem;
  }
}

@media screen and (max-width: 768px) {
  .menu .menu-sub {
    width: 100%;
    display: none;
  }
  .menu .menu-sub li a {
    display: block;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
    padding: 4rem 3rem;
  }
  .menu .menu-sub li + li {
    border-top: 0.1rem solid #333;
  }
  .menu .menu-sub li:first-child {
    border-top: 0.1rem solid #333;
  }
  .menu .menu-sub.open {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .g-nav {
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    padding: 10rem 5rem;
    background-color: #f2f2f2;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
  }
  .g-nav.open {
    opacity: 1;
    visibility: visible;
  }
}

.other-page .page-header {
  border-color: #dbdcdc;
}

.other-page .page-header.header-fixed {
  background-color: rgba(255, 255, 255, 0.8);
}

.other-page .logo img._white {
  display: none;
}

.other-page .logo img._black {
  display: block;
}

.other-page .menu .menu-item_link {
  color: #595757;
}

@media screen and (min-width: 769px) {
  .other-page .menu .menu-item_link:after {
    background: #595757;
  }
}

.other-page .menu .menu-item.menu-cta {
  border-color: #dbdcdc;
}

.other-page #hambuger span {
  color: #000;
}

.other-page .nav-icon ul li {
  background-color: #444954;
}

.other-page .page-main {
  padding: 19rem 0 22rem;
}

@media screen and (max-width: 768px) {
  .other-page .page-main {
    padding: 22rem 0;
  }
}

@media screen and (min-width: 769px) {
  .head-info {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .head-info {
    margin-top: 8.6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .head-info .head-info_logo {
    width: 33.5rem;
    margin: 0 auto 6rem;
  }
  .head-info .head-info_ttl {
    font-size: 3rem;
    font-weight: 500;
    line-height: calc(54/30);
    letter-spacing: 0.1em;
    color: #333;
    margin-bottom: 2rem;
  }
  .head-info .head-info_address {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: calc(42/24);
    letter-spacing: 0.05em;
    color: #333;
  }
  .head-info .head-info_copy {
    display: inline-block;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0;
    color: #333;
    margin-top: 6rem;
  }
}

/** footer
======================================= **/
.sc-cta {
  padding: 15rem 0;
  color: #fff;
  text-align: center;
  background: url(../img/common/cta_bg_pc.webp) center no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .sc-cta {
    padding: 38rem 0;
    background: url(../img/common/cta_bg_sp.webp) center no-repeat;
    background-size: cover;
  }
}

.sc-cta .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-cta .heading-lv2 {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-txt {
    line-height: 2.08;
  }
}

.sc-cta .cta-btn {
  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: 80rem;
  height: 8rem;
  border: 0.1rem solid #fff;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin: 4rem auto 0;
}

.sc-cta .cta-btn:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-btn {
    width: 100%;
    height: 12rem;
    font-size: 3rem;
    line-height: 1.8;
    margin-top: 9rem;
    border-width: 0.2rem;
  }
}

.sc-cta .cta-tel {
  font-size: 2.4rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin-top: 4rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .sc-cta .cta-tel {
    font-size: 4rem;
    margin-top: 6rem;
  }
}

.page-footer {
  padding: 7rem 0;
  background-color: #30363d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .page-footer {
    padding: 25rem 0 7rem;
  }
  .page-footer .container {
    padding: 0 10rem;
  }
}

.footer-logo {
  display: block;
  width: 15rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    width: 33.5rem;
    margin: 0 auto 10rem;
  }
}

@media screen and (min-width: 769px) {
  .footer-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 16rem;
    -moz-column-gap: 16rem;
    column-gap: 16rem;
  }
}

.footer-info .footer-info_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.25;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  .footer-info .footer-info_ttl {
    font-size: 3rem;
    line-height: 1.8;
  }
}

.footer-info p {
  font-size: 1.4rem;
  line-height: 1.714285;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .footer-info p {
    font-size: 2.4rem;
    margin-top: 4rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
  margin-top: 5rem;
}

.footer-nav .footer-nav_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6rem;
  -moz-column-gap: 6rem;
  column-gap: 6rem;
}

.footer-nav .footer-nav_ttl {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .footer-nav {
    display: none;
  }
}

.footer-menu {
  position: relative;
}

.footer-menu::before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border-top: 0.6rem solid transparent;
  border-bottom: 0.6rem solid transparent;
  border-left: 0.6rem solid #fff;
  left: -1.5rem;
  top: 1rem;
}

.footer-menu .footer-menu_item .footer-menu_item_link {
  font-size: 1.4rem;
  line-height: 1.714285;
  letter-spacing: 0.05em;
  position: relative;
}

.footer-menu .footer-menu_item .footer-menu_item_link:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 0.1rem;
  left: 0;
  bottom: -0.5rem;
  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;
}

.footer-menu .footer-menu_item .footer-menu_item_link:hover:after, .footer-menu .footer-menu_item .footer-menu_item_link.active:after {
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.footer-menu .footer-menu_item + .footer-menu_item {
  margin-top: 2rem;
}

.footer-bottom {
  margin-top: 8rem;
}

.pagetop {
  display: none;
  width: 8.2rem;
  height: 8.2rem;
  position: fixed;
  right: 2rem;
  bottom: 4rem;
  z-index: 5;
  cursor: pointer;
  background-color: #fff;
  color: #30363d;
  font-family: "Inter", sans-serif;
}

.pagetop ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  row-gap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .pagetop ._inner {
    row-gap: 1rem;
  }
}

.pagetop .txt {
  display: inline-block;
  font-weight: 900;
}

.pagetop img {
  display: inline-block;
  width: 0.9rem;
  height: auto;
}

@media screen and (max-width: 768px) {
  .pagetop {
    display: block;
    width: 12.4rem;
    height: 12.4rem;
    position: static !important;
    margin: 12rem auto 21rem;
    font-size: 2.7rem;
  }
  .pagetop img {
    width: 1.3rem;
  }
}

.copyright {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .copyright {
    font-size: 2rem;
    text-align: center;
  }
}

/** header area
====================================== **/
.c-btn {
  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;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  background-color: #000;
  border: 0.1rem solid #000;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  width: 40.2rem;
  height: 7rem;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 100%;
    height: 10rem;
    font-size: 3.2rem;
  }
}

.c-btn .txt {
  display: inline-block;
}

.c-btn .ico {
  width: 3.8rem;
}

.c-btn .ico img,
.c-btn .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

.c-btn .ico img .cls-1,
.c-btn .ico svg .cls-1 {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

@media screen and (min-width: 769px) {
  .c-btn._sm {
    width: 28.2rem;
    height: 7rem;
  }
}

.c-btn:hover {
  background-color: #fff;
  color: #000;
}

.c-btn:hover .ico svg .cls-1 {
  fill: #fff;
}

.btn-more {
  width: 100%;
  max-width: 42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #878787;
  padding: 0 0 1rem 0;
}

@media screen and (max-width: 768px) {
  .btn-more {
    padding-bottom: 2rem;
    max-width: 100%;
  }
}

.btn-more .ja {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.1em;
  position: relative;
  padding-left: 2.5rem;
}

@media screen and (max-width: 768px) {
  .btn-more .ja {
    font-size: 3rem;
  }
}

.btn-more .ja::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-top: 0.7rem solid transparent;
  border-bottom: 0.7rem solid transparent;
  border-left: 0.8rem solid #559cbf;
}

@media screen and (max-width: 768px) {
  .btn-more .ja::after {
    border-top: 1.2rem solid transparent;
    border-bottom: 1.2rem solid transparent;
    border-left: 1.4rem solid #559cbf;
  }
}

.btn-more .en {
  display: inline-block;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .btn-more .en {
    font-size: 2.4rem;
  }
}

.heading-lv2 .ja {
  display: inline-block;
  color: #559dc0;
  line-height: 1;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .ja {
    margin-bottom: 2rem;
  }
}

.heading-lv2 .en {
  font-size: 8rem;
  font-weight: 300;
  line-height: 1.25;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .heading-lv2 .en {
    font-size: 8rem;
  }
}

.heading-lv2 .en._white {
  color: #fff;
}

.l-pagination {
  text-align: center;
  margin-top: 7rem;
}

@media screen and (max-width: 768px) {
  .l-pagination {
    margin-top: 10rem;
  }
}

.l-pagination_status {
  color: #808080;
  font-size: 1.5rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  margin-bottom: 2.6rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_status {
    font-size: 2.7rem;
    margin-bottom: 4rem;
  }
}

.l-pagination_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list {
    gap: 1.5rem;
  }
}

.l-pagination_list li {
  min-width: 4.5rem;
  height: 4.5rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list li {
    min-width: 6.8rem;
    height: 6.8rem;
  }
}

.l-pagination_list li.is-current {
  background-color: #fff;
}

.l-pagination_list a,
.l-pagination_list span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-pagination_list a,
  .l-pagination_list span {
    font-size: 2.6rem;
  }
}

.l-pagination_list a {
  background: #4d4d4d;
  color: #fff;
  -webkit-transition: opacity 0.5s cubic-bezier(0.66, 0, 0.34, 1);
  transition: opacity 0.5s cubic-bezier(0.66, 0, 0.34, 1);
}

.l-pagination_list a:hover {
  opacity: 0.7;
}

.l-pagination_list a.is-current {
  background-color: #fff;
}

.l-pagination_list a.is-current span {
  color: #4d4d4d;
}

.l-pagination_list .disabled {
  display: none;
}

.l-pagination_list .is-prev a {
  background: #4d4d4d url("../img/common/arr_pagination.svg") no-repeat center center/2.2rem auto;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-prev a {
    background-size: 3rem auto;
  }
}

.l-pagination_list .is-next a {
  background: #4d4d4d url("../img/common/arr_pagination.svg") no-repeat center center/2.2rem auto;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-next a {
    background-size: 3rem auto;
  }
}

.l-pagination_list .is-last {
  min-width: 7.7rem;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-last {
    min-width: 12rem;
  }
}

.l-pagination_list .is-last a {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .l-pagination_list .is-last a {
    font-size: 3rem;
  }
}

/** header area
====================================== **/
#hambuger {
  width: 9rem;
  height: 9rem;
  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;
  position: relative;
  text-align: center;
}

#hambuger span {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #fff;
  margin-top: 1rem;
  font-family: "Inter", sans-serif;
}

#hambuger span.close {
  display: none;
}

#hambuger.open span.open {
  display: none;
}

#hambuger.open span.close {
  display: block;
  color: #333;
}

.nav-icon ul {
  position: relative;
  width: 7rem;
  height: 5rem;
}

.nav-icon ul li {
  list-style: none;
  position: absolute;
  background: #fff;
  width: 100%;
  height: 0.8rem;
  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: 45%;
}

.nav-icon ul li:nth-of-type(3) {
  top: 90%;
}

.nav-icon.open ul {
  opacity: 1;
  visibility: visible;
}

.nav-icon.open ul li {
  background-color: #333;
}

.nav-icon.open ul li:nth-of-type(1) {
  width: 100%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav-icon.open ul li:nth-of-type(3) {
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav-icon.open ul li:nth-of-type(2) {
  opacity: 0;
}

@media screen and (min-width: 769px) {
  #hambuger {
    display: none;
  }
}

@-webkit-keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  25% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes header_animate {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  25% {
    opacity: 1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 8.5rem;
  }
  100% {
    bottom: -0.5rem;
  }
}

@keyframes circlemove {
  0% {
    bottom: 8.5rem;
  }
  100% {
    bottom: -0.5rem;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes bounce {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@keyframes bounce {
  from {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  to {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.6;
  }
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(2rem);
    transform: translateY(2rem);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes zoomAnime {
  from {
    opacity: 0;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

/** home
======================================= **/
.main-visual {
  position: relative;
  overflow: hidden;
}

.main-visual .mv-under {
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1.185;
  letter-spacing: 0.05em;
  position: absolute;
  left: 0;
  top: 18rem;
  color: #fff;
  z-index: 2;
  mix-blend-mode: overlay;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-under {
    font-size: 11.8rem;
    top: 28rem;
  }
}

.main-visual .mv-ctn {
  position: absolute;
  left: 12.5rem;
  top: 35%;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ctn {
    left: 0;
    top: 51rem;
    padding: 0 5rem;
  }
}

.main-visual .mv-ctn .mv-ttl {
  font-size: 3.6rem;
  font-weight: 300;
  line-height: 2.32527;
  letter-spacing: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ctn .mv-ttl {
    font-size: 5rem;
    line-height: 2;
  }
}

.main-visual .mv-ctn .mv-txt_lg {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.475;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ctn .mv-txt_lg {
    font-size: 4.5rem;
    line-height: 1.42;
    margin-top: 23rem;
  }
}

.main-visual .mv-ctn .mv-txt_sm {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 0;
  font-family: "Inter", sans-serif;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-ctn .mv-txt_sm {
    font-size: 1.8rem;
    line-height: 1.75;
    margin-top: 3rem;
  }
}

.main-visual .mv-img {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.main-visual .mv-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-visual .mv-scroll {
  position: absolute;
  right: 9rem;
  bottom: 11.5rem;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 2.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main-visual .mv-scroll .txt {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  line-height: 1;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.main-visual .mv-scroll .ico {
  display: inline-block;
  width: 1.3rem;
}

@media screen and (max-width: 768px) {
  .main-visual .mv-scroll {
    display: none;
  }
}

.p-top .p-top-news {
  padding: 15rem 0;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-news {
    padding: 25rem 0;
  }
}

.p-top .p-top-news .top-news_wrap {
  max-width: 88rem;
  margin: 0 auto;
  border-left: 0.1rem solid #4f6071;
  padding-left: 1.6rem;
}

.p-top .p-top-news .top-news_inner {
  max-height: 32.4rem;
  padding: 1.5rem 0 1.5rem 7rem;
  overflow-y: auto;
  direction: rtl;
  /* Width */
  /* Thumb */
}

@media screen and (max-width: 768px) {
  .p-top .p-top-news .top-news_inner {
    max-height: 97.6rem;
    padding-left: 6rem;
  }
}

.p-top .p-top-news .top-news_inner > * {
  direction: ltr;
}

.p-top .p-top-news .top-news_inner::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  display: block !important;
}

.p-top .p-top-news .top-news_inner::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.p-top .p-top-news .top-news_inner::-webkit-scrollbar-thumb {
  background: #4f6071;
  border-radius: 10px;
}

@media screen and (min-width: 769px) {
  .p-top .p-top-news .top-news_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .p-top .p-top-news .top-news_head .btn-more {
    width: 42rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-news .top-news_head {
    margin-bottom: 12rem;
  }
}

.p-top .p-top-news .news-item {
  border: none;
}

.p-top .p-top-news .news-item + .news-item {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-news .news-item + .news-item {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-news .btn-more {
    margin-top: 10rem;
  }
}

.p-top .p-top-about {
  padding: 25rem 0;
}

.p-top .p-top-about .top-about_title {
  margin-bottom: 8rem;
}

.p-top .p-top-strengths {
  color: #fff;
  padding: 25rem 0;
  background: url(../img/top/strength_bg_pc.webp) left top no-repeat;
  background-size: cover;
  position: relative;
}

.p-top .p-top-strengths .top-strengths_under {
  display: inline-block;
  font-size: 13.5rem;
  font-weight: 300;
  line-height: 1.185;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
  color: #fff;
  text-align: right;
  mix-blend-mode: overlay;
  position: absolute;
  right: 0;
  top: 40rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths .top-strengths_under {
    font-size: 10.5rem;
    white-space: nowrap;
    top: 68rem;
  }
}

.p-top .p-top-strengths .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths .heading-lv2 {
    margin-bottom: 31.7rem;
  }
  .p-top .p-top-strengths .heading-lv2 .en {
    font-size: 8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths {
    background: url(../img/top/strength_bg_sp.webp) left top no-repeat;
    background-size: cover;
  }
}

.p-top .p-top-strengths .top-strengths_ttl {
  font-size: 3.5rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths .top-strengths_ttl {
    font-size: 5rem;
    line-height: 1.6;
    margin-bottom: 6rem;
  }
}

.p-top .p-top-strengths .top-strengths_txt {
  line-height: 2.25;
}

.p-top .p-top-strengths .top-strengths_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: 8rem 15rem;
  margin-top: 13rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths .top-strengths_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10rem 0;
    margin-top: 18rem;
  }
}

.p-top .p-top-strengths .top-strengths_itm_tl {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  padding: 2.5rem 2rem;
  margin-bottom: 3rem;
  position: relative;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.p-top .p-top-strengths .top-strengths_itm_tl::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #fff;
  mix-blend-mode: overlay;
}

.p-top .p-top-strengths .top-strengths_itm_tl span {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-strengths .top-strengths_itm_tl {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-top .p-top-strengths .top-strengths_itm {
    width: calc(50% - 7.5rem);
  }
  .p-top .p-top-strengths .top-strengths_itm .top-strengths_itm_tx {
    line-height: 2.25;
  }
}

.p-top .p-top-business .top-business_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;
}

.p-top .p-top-business .top-business_item {
  width: 50%;
  position: relative;
}

@media screen and (min-width: 769px) {
  .p-top .p-top-business .top-business_item .heading-lv2 {
    position: absolute;
    top: 17.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 42.4rem;
    white-space: nowrap;
    color: #fff;
  }
  .p-top .p-top-business .top-business_item .heading-lv2 .en {
    font-size: 6rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .heading-lv2 {
    margin-bottom: 12rem;
  }
  .p-top .p-top-business .top-business_item .heading-lv2 .en {
    font-size: 8rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_heading {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .top-business_item_heading {
    margin-bottom: 12rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_heading .lbl {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #559dc0;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .top-business_item_heading .lbl {
    font-size: 1.8rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_heading .num {
  display: block;
  font-size: 9.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .top-business_item_heading .num {
    font-size: 13.8rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_heading .ttl {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .top-business_item_heading .ttl {
    font-size: 4.5rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_copy .btn-more {
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item .top-business_item_copy .btn-more {
    margin-top: 10rem;
  }
}

.p-top .p-top-business .top-business_item .top-business_item_cont {
  position: absolute;
  color: #fff;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (min-width: 769px) {
  .p-top .p-top-business .top-business_item .top-business_item_cont {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 44rem;
  }
  .p-top .p-top-business .top-business_item:nth-child(1) .top-business_item_img, .p-top .p-top-business .top-business_item:nth-child(2) .top-business_item_img {
    max-height: 110.2rem;
    overflow: hidden;
  }
  .p-top .p-top-business .top-business_item:nth-child(1) .top-business_item_img img, .p-top .p-top-business .top-business_item:nth-child(2) .top-business_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top .p-top-business .top-business_item:nth-child(1) .top-business_item_cont, .p-top .p-top-business .top-business_item:nth-child(2) .top-business_item_cont {
    padding-top: 40rem;
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .p-top .p-top-business .top-business_item:nth-child(3) .top-business_item_img {
    max-height: 60rem;
    overflow: hidden;
  }
  .p-top .p-top-business .top-business_item:nth-child(3) .top-business_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top .p-top-business .top-business_item:nth-child(6) .top-business_item_img {
    max-height: 60rem;
    overflow: hidden;
  }
  .p-top .p-top-business .top-business_item:nth-child(6) .top-business_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top .p-top-business .top-business_item:nth-child(2) {
    width: 50.07%;
  }
  .p-top .p-top-business .top-business_item:nth-child(1) {
    width: 49.93%;
  }
  .p-top .p-top-business .top-business_item:nth-child(5) {
    width: 50.08%;
  }
  .p-top .p-top-business .top-business_item:nth-child(4) {
    width: 49.92%;
  }
  .p-top .p-top-business .top-business_item:nth-child(4) .top-business_item_img, .p-top .p-top-business .top-business_item:nth-child(5) .top-business_item_img {
    max-height: 100.2rem;
    overflow: hidden;
  }
  .p-top .p-top-business .top-business_item:nth-child(4) .top-business_item_img img, .p-top .p-top-business .top-business_item:nth-child(5) .top-business_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top .p-top-business .top-business_item:nth-child(3), .p-top .p-top-business .top-business_item:nth-child(6) {
    width: 100%;
  }
  .p-top .p-top-business .top-business_item:nth-child(3) .top-business_item_cont, .p-top .p-top-business .top-business_item:nth-child(6) .top-business_item_cont {
    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;
    max-width: 100rem;
  }
  .p-top .p-top-business .top-business_item:nth-child(3) .top-business_item_copy, .p-top .p-top-business .top-business_item:nth-child(6) .top-business_item_copy {
    max-width: 42rem;
  }
}

@media screen and (max-width: 768px) {
  .p-top .p-top-business .top-business_item {
    width: 100%;
  }
  .p-top .p-top-business .top-business_item .top-business_item_img {
    height: 133rem;
    overflow: hidden;
  }
  .p-top .p-top-business .top-business_item .top-business_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .p-top .p-top-business .top-business_item .top-business_item_cont {
    padding: 0 5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .p-top .p-top-business .top-business_item .top-business_item_copy {
    line-height: 2.08;
  }
  .p-top .p-top-business .top-business_item:nth-child(1) .top-business_item_img {
    height: 156rem;
  }
}

.p-top .p-top-recruit {
  padding: 18rem 0 22rem;
  background: url(../img/top/top_recruit_bg_pc.webp) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-recruit {
    background: url(../img/top/top_recruit_bg_sp.webp) left top no-repeat;
    background-size: cover;
  }
}

.p-top .p-top-recruit .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (min-width: 769px) {
  .p-top .p-top-recruit .top-recruit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-top .p-top-recruit .top-recruit_ttl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-recruit .top-recruit_ttl {
    font-size: 5rem;
    margin-bottom: 5rem;
  }
}

.p-top .p-top-recruit .top-recruit_cont {
  width: 42rem;
}

.p-top .p-top-recruit .top-recruit_cont .btn-more {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-top .p-top-recruit .top-recruit_cont {
    width: 100%;
  }
  .p-top .p-top-recruit .top-recruit_cont p {
    line-height: 2.08;
  }
}

@media screen and (max-width: 768px) {
  .p-company .key-visual {
    height: 71.2rem;
  }
}

.p-company .p-company-profile {
  padding: 17.5rem 0;
  position: relative;
  color: #fff;
  background: url(../img/company/profile_bg_pc.webp) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile {
    background: url(../img/company/profile_bg_sp.webp) no-repeat center center/cover;
  }
}

.p-company .p-company-profile .profile-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  gap: 0 6rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.p-company .p-company-profile .profile-title {
  font-size: 3.5rem;
  line-height: 1.42857;
  letter-spacing: 0.1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-title {
    font-size: 5rem;
    line-height: 1.6;
    margin-bottom: 7rem;
  }
}

.p-company .p-company-profile .profile-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-company .p-company-profile .profile-content p {
  line-height: 2.25;
}

.p-company .p-company-profile .profile-content p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-content p {
    line-height: 2.1;
  }
  .p-company .p-company-profile .profile-content p + p {
    margin-top: 4rem;
  }
}

.p-company .p-company-profile .profile-content dl {
  line-height: 2.25;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-content dl {
    line-height: 2.1;
    margin-top: 4rem;
  }
}

.p-company .p-company-profile .profile-content dl dt {
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-content dl dt {
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-content {
    width: 100%;
  }
}

.p-company .p-company-profile .profile-img {
  width: 24.6rem;
}

.p-company .p-company-profile .profile-img .profile-img_caption {
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-img {
    width: 39rem;
    margin: 8rem auto 0;
  }
  .p-company .p-company-profile .profile-img .profile-img_caption {
    margin-top: 3rem;
  }
}

.p-company .p-company-profile .profile-txt {
  text-align: right;
  margin-top: 4rem;
  font-size: 2rem;
}

.p-company .p-company-profile .profile-txt span {
  display: block;
  font-size: 3.2rem;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .profile-txt {
    font-size: 2.4rem;
  }
  .p-company .p-company-profile .profile-txt span {
    font-size: 3.6rem;
  }
}

.p-company .p-company-profile .message-from-president {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 12rem;
  font-weight: 300;
  line-height: 1.28;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
  text-align: right;
  mix-blend-mode: overlay;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-profile .message-from-president {
    font-size: 9.2rem;
  }
}

.p-company .p-company-outline {
  color: #fff;
  padding: 21rem 0;
  background: url(../img/company/outline_bg_pc.webp) no-repeat center center/cover;
}

.p-company .p-company-outline .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-outline {
    background: url(../img/company/outline_bg_sp.webp) no-repeat center center/cover;
  }
}

@media screen and (min-width: 769px) {
  .p-company .p-company-outline .outline-art {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.6rem;
    -moz-column-gap: 5.6rem;
    column-gap: 5.6rem;
    line-height: 3.125;
  }
  .p-company .p-company-outline .outline-art .outline-art_ttl {
    width: 8.5rem;
    -moz-text-align-last: justify;
    text-align-last: justify;
  }
  .p-company .p-company-outline .outline-art .outline-art_txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .p-company .p-company-outline .outline-art .outline-art_txt p + p {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .p-company .p-company-outline .outline-art {
    line-height: 1.75;
  }
  .p-company .p-company-outline .outline-art .outline-art_ttl {
    margin-bottom: 3rem;
  }
  .p-company .p-company-outline .outline-art + .outline-art {
    margin-top: 7rem;
  }
}

.p-company .p-company-access {
  padding: 25rem 0;
}

.p-company .p-company-access .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-access .heading-lv2 {
    margin-bottom: 10rem;
  }
}

.p-company .p-company-access .access-box + .access-box {
  margin-top: 9rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-access .access-box + .access-box {
    margin-top: 17rem;
  }
}

.p-company .p-company-access .addr {
  line-height: 2.1875;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-access .addr {
    line-height: 2;
    margin-bottom: 4.4rem;
  }
}

.p-company .p-company-access .maps {
  width: 100%;
  height: 45.8rem;
  position: relative;
}

.p-company .p-company-access .maps picture {
  display: block;
  width: 100%;
  height: 100%;
}

.p-company .p-company-access .maps iframe, .p-company .p-company-access .maps img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .p-company .p-company-access .maps {
    height: 54.6;
  }
}

.p-history.page-main {
  padding: 0;
}

.p-history .history-wrap {
  padding: 26rem 0 19rem;
  background: url(../img/history/his_bg_pc.webp) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-history .history-wrap {
    padding: 22rem 0 17rem;
    background: url(../img/history/his_bg_sp.webp) center top no-repeat;
    background-size: cover;
  }
}

.p-history .history-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

.p-history .history-wrap .container {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .p-history .history-wrap .container {
    padding: 0 2rem;
  }
}

.p-history .history-wrap .page-title {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-wrap .page-title {
    margin-bottom: 12rem;
  }
}

.p-history .history-wrap .page-title .en {
  font-size: 10rem;
  letter-spacing: 0.15em;
  font-weight: 200;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .p-history .history-wrap .page-title .en {
    font-size: 6rem;
  }
}

.p-history .history-content {
  max-width: 120rem;
  margin: 0 auto;
}

.p-history .history-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 5rem;
  font-size: 2rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  -webkit-column-gap: 20rem;
  -moz-column-gap: 20rem;
  column-gap: 20rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-header {
    font-size: 3rem;
    -webkit-column-gap: 10rem;
    -moz-column-gap: 10rem;
    column-gap: 10rem;
    margin-bottom: 8rem;
  }
}

.p-history .history-header .history-header_col {
  width: 50rem;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .p-history .history-header .history-header_col {
    width: 50%;
    font-size: 3rem;
  }
}

.p-history .history-list {
  position: relative;
}

.p-history .history-list::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 4rem;
  height: calc(100% - 10rem);
  width: 0.1rem;
  border-left: 1px dashed rgba(255, 255, 255, 0.4);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.p-history .history-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 4rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-history .history-row {
    margin-bottom: 6.4rem;
  }
}

.p-history .history-row:last-child {
  margin-bottom: 0;
}

.p-history .history-row.row3 {
  margin-top: -8rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-row.row3 {
    margin-top: -10rem;
  }
}

@media screen and (max-width: 768px) {
  .p-history .history-row.row4 {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-history .history-row.row5 {
    margin-top: -14rem;
  }
}

@media screen and (max-width: 768px) {
  .p-history .history-row.row6 {
    margin-bottom: 10.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-history .history-row.row9 {
    margin-top: -3rem;
  }
}

@media screen and (max-width: 768px) {
  .p-history .history-row.row9 {
    margin-bottom: 10.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-history .history-row.row10 {
    margin-bottom: 10.8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-history .history-row.row12 {
    margin-top: -14rem;
  }
}

.p-history .history-year {
  width: 15rem;
  height: 3.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 5;
  margin-left: auto;
  margin-right: -17rem;
  margin-bottom: -3rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-year {
    width: 22.5rem;
    height: 5.25rem;
    margin-right: -23.5rem;
    margin-bottom: -4rem;
  }
}

.p-history .history-year span {
  display: block;
  width: 100%;
  text-align: center;
  background: #fff;
  color: #333;
  padding: 0.3rem 3rem;
  border-radius: 5rem;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .p-history .history-year span {
    font-size: 3rem;
  }
}

.p-history .history-col {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .p-history .history-col {
    width: 100%;
  }
}

.p-history .history-col .history-item_bottom {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-col .history-item_bottom {
    margin-top: 6rem;
  }
}

.p-history .history-col._left {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._left {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    text-align: left;
  }
}

.p-history .history-col._left .history-item_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding: 0 2rem 1.2rem 2rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._left .history-item_top {
    padding-left: 0;
  }
}

.p-history .history-col._left .history-item_top::after {
  content: '';
  position: absolute;
  right: -7.4rem;
  bottom: -1px;
  width: 7.4rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .p-history .history-col._left .history-item_top::after {
    display: none;
  }
}

.p-history .history-col._left .history-item_bottom {
  padding: 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._left .history-item_bottom {
    padding: 0;
  }
}

.p-history .history-col._right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._right {
    padding-left: 0;
  }
}

.p-history .history-col._right .history-item {
  margin-left: auto;
}

.p-history .history-col._right .history-item_top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  min-height: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.p-history .history-col._right .history-item_top::before {
  content: '';
  position: absolute;
  left: -10rem;
  bottom: -1px;
  width: 10.1rem;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

@media screen and (max-width: 768px) {
  .p-history .history-col._right .history-item_top::before {
    display: none;
  }
}

.p-history .history-col._right .history-item_top .history-year {
  margin-left: -14.7rem;
  margin-bottom: -2rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._right .history-item_top .history-year {
    margin-left: -22rem;
    margin-bottom: -3rem;
  }
}

.p-history .history-col._right .history-item_top .history-item_text {
  padding: 0 3rem 0.5rem 3rem;
  width: 100%;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._right .history-item_top .history-item_text {
    font-size: 2.2rem;
    line-height: calc(33/22);
    letter-spacing: 0.03em;
    padding: 0 0 0.5rem 1rem;
    white-space: nowrap;
  }
}

.p-history .history-col._right .history-item_bottom {
  padding: 0 3rem;
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-col._right .history-item_bottom {
    margin-top: 6rem;
  }
}

.p-history .history-item {
  position: relative;
  width: 100%;
  max-width: 42.6rem;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .p-history .history-item {
    max-width: 24.8rem;
  }
}

@media screen and (max-width: 768px) {
  .p-history .history-item .history-item_bottom {
    padding-top: 1rem;
    margin-bottom: 2rem;
  }
}

.p-history .history-item .history-item_ttl {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-history .history-item .history-item_ttl {
    font-size: 2.2rem;
    line-height: calc(33/22);
    letter-spacing: 0.01em;
  }
}

.p-history .history-item .history-item_img {
  max-width: 27.2rem;
}

@media screen and (max-width: 768px) {
  .p-history .history-item .history-item_img {
    max-width: 24.8rem;
  }
}

.p-history .history-item .history-item_img img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.4);
}

.p-history .history-item .history-item_img._placeholder {
  background: rgba(255, 255, 255, 0.2);
  color: #ff00de;
  width: 100%;
  max-width: 25rem;
  aspect-ratio: 1.6 / 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2rem;
  text-align: center;
  border-radius: 0.2rem;
  border: 1px dashed rgba(255, 255, 255, 0.4);
}

.p-history .history-item .history-item_img._placeholder span {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .p-history .history-item .history-item_img._placeholder {
    max-width: 100%;
  }
}

/** home
======================================= **/
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

select {
  /* Reset Select */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* Personalize */
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 1rem;
  background-image: none;
  cursor: pointer;
}

/* Remove IE arrow */
select::-ms-expand {
  display: none;
}

select {
  color: #ACACAC;
}

select option {
  color: #1B1D1E;
}

select:has(option:checked:not([value])),
select:has(option:checked:not([value=""])) {
  color: #1B1D1E;
}

select:has(option:checked:not([value])) option,
select:has(option:checked:not([value=""])) option {
  color: #1B1D1E;
}

input[type=checkbox] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 1.5rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #000;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=checkbox] {
    padding: 2rem;
  }
}

input[type=checkbox]:checked {
  opacity: 1;
}

input[type=checkbox]:checked:before {
  opacity: 1;
}

input[type=checkbox]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=checkbox]:before {
    width: 2.3rem;
    height: 2.3rem;
  }
}

input[type=radio] {
  position: relative;
  cursor: pointer;
  line-height: 0;
  margin: 0 1rem 0 0;
  outline: 0;
  padding: 1.5rem;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-appearance: none;
  border: 0.1rem solid #e7e7e7;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio] {
    padding: 2rem;
  }
}

input[type=radio]:before {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  background-color: #000;
  z-index: 2;
  opacity: 0;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  input[type=radio]:before {
    width: 2.3rem;
    height: 2.3rem;
  }
}

input[type=radio]:hover {
  opacity: 1;
}

input[type=radio]:checked:before {
  opacity: 1;
}

.ipt {
  outline: none;
  background: none;
  width: 100%;
  border: none;
  border: 0.1rem solid #cccccc;
  padding: 0.5rem 1.5rem;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .ipt {
    padding: 1.6rem 2rem;
  }
}

.ipt.are {
  height: 33.8rem;
  resize: none;
}

@media screen and (max-width: 768px) {
  .ipt.are {
    height: 85rem;
  }
}

.ipt::-webkit-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt:-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-ms-input-placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::placeholder {
  /* Standard syntax */
  color: #c8c4c3;
}

.ipt::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: #c8c4c3;
}

.ipt::-moz-placeholder {
  /* Firefox 19+ */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.ipt:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #c8c4c3;
}

.ipt:-moz-placeholder {
  /* Firefox 4 to 18 */
  color: #c8c4c3;
  opacity: 1;
  /* Ensures full opacity in Firefox */
}

.req {
  font-size: 1.8rem;
  color: #e62d20;
}

@media screen and (max-width: 768px) {
  .req {
    font-size: 2.4rem;
  }
}

.c-btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8rem auto 0;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.c-btn_group input[type="submit"],
.c-btn_group input[type="button"],
.c-btn_group button {
  background-color: #000;
  color: #fff;
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  font-size: 2rem;
  border-radius: 0;
  width: 46.2rem;
  height: 5.5rem;
  border: 0.1rem solid #000;
}

@media screen and (max-width: 768px) {
  .c-btn_group input[type="submit"],
  .c-btn_group input[type="button"],
  .c-btn_group button {
    width: 100%;
    height: 10rem;
    font-size: 3.2rem;
  }
}

.c-btn_group input[type="submit"]:hover,
.c-btn_group input[type="button"]:hover,
.c-btn_group button:hover {
  opacity: .8;
  background-color: #fff;
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-btn_group {
    margin-top: 12rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    gap: 5rem 0;
  }
}

.c-form {
  margin-top: 10rem;
  letter-spacing: 0.1em;
}

.c-form .c-form_note {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #bf483b;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form .c-form_note {
    font-size: 2.7rem;
    margin-bottom: 6rem;
  }
}

.c-form_ctrl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-top: 0.1rem solid #c0c0c0;
  padding: 3.5rem 0;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl {
    display: block;
    font-size: 2.7rem;
    padding: 5rem 0;
    border-style: dashed;
  }
}

.c-form_ctrl .c-form_ctrl_lbl {
  width: 36.5rem;
  letter-spacing: 0.1em;
  padding: 0 0 0 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_ctrl .c-form_ctrl_lbl {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0;
  }
}

.c-form_ctrl .c-form_ctrl_ctn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
}

.c-form_privacy {
  border: 0.1rem solid #323235;
  margin-top: 9rem;
}

.c-form_privacy .c-form_privacy_ttl {
  background-color: #323235;
  color: #fff;
  padding: 2rem 4rem;
  font-family: "Inter", sans-serif;
  position: relative;
}

.c-form_privacy .c-form_privacy_ttl::after {
  position: absolute;
  content: '';
  width: 2.4rem;
  height: 1.4rem;
  right: 4rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scaleY(-1);
  transform: translateY(-50%) scaleY(-1);
  background: url(../img/common/icon_up.svg) left top no-repeat;
  background-size: cover;
}

.c-form_privacy .c-form_privacy_ttl.active::after {
  -webkit-transform: translateY(-50%) scaleY(1);
  transform: translateY(-50%) scaleY(1);
}

.c-form_privacy .c-form_privacy_ctn {
  display: none;
  padding: 4rem 8rem 4rem 8rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .c-form_privacy_ctn {
    padding: 5rem 3rem 5rem;
  }
}

.c-form_privacy .c-form_privacy_ctn h3 {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .c-form_privacy_ctn h3 {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
}

.c-form_privacy .c-form_privacy_ctn h4 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin: 3rem 0 0;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .c-form_privacy_ctn h4 {
    margin: 4rem 0 1rem;
    font-size: 2.6rem;
  }
}

.c-form_privacy .c-form_privacy_ctn p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy .c-form_privacy_ctn p {
    font-size: 2.4rem;
  }
}

.c-form_privacy.is-open .c-form_privacy_ttl::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.c-form_privacy_note {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 6rem;
}

@media screen and (max-width: 768px) {
  .c-form_privacy_note {
    font-size: 2.4rem;
    margin-top: 10rem;
  }
}

.c-form_checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 4rem;
  letter-spacing: 0.1em;
  color: #000;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox {
    font-size: 2.8rem;
    margin-top: 10rem;
  }
}

.c-form_checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-form_checkbox .wpcf7-form-control-wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0 3rem;
}

.c-form_checkbox .your-agreeformError {
  position: static !important;
}

.c-form_checkbox .formErrorContent {
  position: absolute !important;
  bottom: -2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

@media screen and (max-width: 768px) {
  .c-form_checkbox .formErrorContent {
    bottom: -6rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}

.c-confirm .c-form_ctrl .c-form_ctrl_lbl {
  padding: 0;
}

.c-confirm .c-form_section {
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .c-confirm .c-form_section {
    margin-left: 36.5rem;
    margin-bottom: 3.5rem;
  }
}

@media screen and (max-width: 768px) {
  .c-confirm .c-form_section {
    font-size: 2.8rem;
    margin-bottom: 5rem;
  }
}

.c-confirm .c-btn_group {
  margin-top: 12rem;
}

.c-confirm .c-btn_group .c-btn {
  height: 7rem;
}

.c-confirm .c-btn_group .c-btn._back {
  background-color: #d9d9d9;
  color: #000;
  border-color: #d9d9d9;
}

.c-confirm .c-btn_group .c-btn._back:hover {
  background-color: #fff;
  color: #000;
  border-color: #d9d9d9;
}

@media screen and (max-width: 768px) {
  .c-confirm .c-btn_group .c-btn {
    height: 12rem;
  }
}

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

.c-thanks .ttl {
  font-size: 3.2rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .c-thanks .ttl {
    font-size: 4.8rem;
    margin-bottom: 3rem;
  }
}

.c-thanks .c-btn {
  margin: 8rem auto 0;
}

.wpcf7-radio {
  display: block;
  padding: 3.5rem 3rem;
  margin-left: -4rem;
  color: #000;
  font-weight: 500;
}

.wpcf7-radio .wpcf7-list-item {
  display: inline-block;
  margin-left: 4rem;
}

.wpcf7-radio .wpcf7-list-item > label {
  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) {
  .wpcf7-radio {
    margin: 0 0 10rem 0;
    padding: 0;
  }
  .wpcf7-radio .wpcf7-list-item {
    display: block;
    margin-left: 0;
  }
  .wpcf7-radio .wpcf7-list-item + .wpcf7-list-item {
    margin-top: 4rem;
  }
}

.wpcf7-response-output {
  display: none;
}

.formErrorContent {
  font-size: 1.3rem;
  line-height: 1;
  margin-top: 0.8rem;
  color: #DA4432;
}

@media screen and (max-width: 768px) {
  .formErrorContent {
    font-size: 2.2rem;
    margin-top: 1rem;
    line-height: 1.35;
  }
}

.is-error input,
.is-error .are,
.is-error .policy-checkbox .wpcf7-list-item-label:before {
  border-color: #DA4432;
  background-color: #FFEAEA;
}

.is-error input::-webkit-input-placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error input::-webkit-input-placeholder,
.is-error input::-moz-placeholder,
.is-error input::-ms-placeholder,
.is-error input::placeholder {
  color: #DA4432 !important;
  opacity: 1;
}

.is-error .ipt::-webkit-input-placeholder {
  color: #DA4432 !important;
}

.is-error .ipt::-webkit-input-placeholder,
.is-error .ipt::-moz-placeholder,
.is-error .ipt::-ms-placeholder,
.is-error .ipt::placeholder {
  color: #DA4432 !important;
}

.p-contact .page-title {
  margin-bottom: 11rem;
}

.p-contact .p-contact_lead {
  line-height: 2.25;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-contact .p-contact_lead {
    text-align: left;
  }
}

.p-contact .p-contact_tel {
  letter-spacing: 0.1em;
  margin-top: 2rem;
  text-align: center;
}

.p-contact .p-contact_tel a {
  font-size: 2.4rem;
}

@media screen and (max-width: 768px) {
  .p-contact .p-contact_tel {
    margin-top: 4rem;
  }
  .p-contact .p-contact_tel a {
    font-size: 3.6rem;
    font-weight: 500;
  }
}

._date {
  display: inline-block;
  line-height: 1.625;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
  ._date {
    font-size: 2.4rem;
  }
}

._title {
  display: block;
  font-size: 1.4rem;
  line-height: 1.7142857;
  letter-spacing: 0.2em;
}

@media screen and (max-width: 768px) {
  ._title {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

.news-item {
  border-bottom: 0.1rem solid #b3b3b3;
}

@media screen and (min-width: 769px) {
  .news-item ._date {
    width: 10rem;
  }
  .news-item ._title {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (min-width: 769px) {
  .news-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-column-gap: 7rem;
    -moz-column-gap: 7rem;
    column-gap: 7rem;
  }
}

.news-link:hover ._title {
  text-decoration: underline;
}

.post-meta {
  margin-top: 6rem;
}

.post-meta .cat {
  display: inline-block;
  min-width: 13.2rem;
  text-align: center;
  color: #fff;
  background-color: #000;
  border-radius: 3rem;
  padding: 0.5rem 0;
}

@media screen and (max-width: 768px) {
  .post-meta .cat {
    min-width: 20rem;
    font-size: 2.3rem;
  }
}

.post-meta .date {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-left: 3rem;
}

@media screen and (max-width: 768px) {
  .post-meta .date {
    font-size: 2.8rem;
    margin-left: 4rem;
  }
}

.post-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6666667;
  letter-spacing: 0.1em;
  margin-top: 2rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .post-title {
    font-size: 2.8rem;
    line-height: calc(42/27);
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
}

.post-feature {
  margin-bottom: 5rem;
}

.post-content {
  padding: 10rem;
  background-color: #fff;
  border-radius: 1rem;
  line-height: 2.25;
}

@media screen and (max-width: 768px) {
  .post-content {
    border-width: 0.2rem;
    padding: 5rem 5rem 14rem;
  }
}

.post-content p + p {
  margin-top: 3rem;
}

@media screen and (max-width: 768px) {
  .post-content p + p {
    margin-top: 4rem;
  }
}

.post-content img {
  display: block;
  width: 100%;
  margin: 0 auto;
  border-radius: 1rem;
}

.post-content h2 {
  font-size: 2.2rem;
  margin: 4rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .post-content h2 {
    font-size: 3.2rem;
    line-height: 1.57;
    margin: 6rem 0 4rem;
  }
}

.post-content h3 {
  font-size: 2rem;
  margin: 4rem 0 3rem;
}

@media screen and (max-width: 768px) {
  .post-content h3 {
    font-size: 2.8rem;
    line-height: 1.57;
    margin: 6rem 0 4rem;
  }
}

.post-btn {
  width: 47.2rem;
  height: 8.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: 6rem auto 0;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.625;
  letter-spacing: 0.1em;
  color: #fff;
  background-color: #000;
  border-radius: 1rem;
}

@media screen and (max-width: 768px) {
  .post-btn {
    width: 100%;
    height: 10rem;
    font-size: 2.3rem;
  }
}

.p-news .news-item {
  padding: 4rem 0;
  color: #000;
}

.p-news .news-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-news .p-news_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
  margin-top: 5rem;
}

@media screen and (max-width: 768px) {
  .p-news .p-news_ttl {
    font-size: 3.6rem;
  }
}

.p-recruit-message {
  padding: 20rem 0 25rem;
}

.p-recruit-message .message-box {
  max-width: 67rem;
  margin: 0 auto;
}

.p-recruit-message .message-box .message-box_lbl {
  display: inline-block;
  color: #469fbe;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  line-height: 1;
  font-family: "Inter", sans-serif;
  margin-bottom: 4rem;
}

@media screen and (max-width: 768px) {
  .p-recruit-message .message-box .message-box_lbl {
    font-size: 2.7rem;
    margin-bottom: 5rem;
  }
}

.p-recruit-message .message-box .message-box_ttl {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  line-height: 1.57;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 3rem;
}

@media screen and (max-width: 768px) {
  .p-recruit-message .message-box .message-box_ttl {
    font-size: 5rem;
    line-height: calc(70/50);
    margin-bottom: 4rem;
  }
}

.p-recruit-message .message-box .message-box_txt {
  line-height: 2.25;
}

.message-sub {
  font-size: 2.7rem;
  letter-spacing: 0.1em;
  margin: 15rem 0 5.5rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .message-sub {
    font-size: 4rem;
    line-height: calc(65/40);
    margin: 13rem 0 8rem;
  }
}

.recruit-detail {
  padding: 10rem 0;
}

@media screen and (min-width: 769px) {
  .recruit-detail .container {
    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: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}

.recruit-detail .rc-act {
  border-bottom: 0.1rem solid #bcbcbc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recruit-detail .rc-act .note {
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .recruit-detail .rc-act .note {
    padding-left: 2.4rem;
    text-indent: -2.4rem;
  }
}

@media screen and (min-width: 769px) {
  .recruit-detail .rc-act {
    width: calc(50% - 2rem);
    padding: 2rem 0;
  }
  .recruit-detail .rc-act:last-child, .recruit-detail .rc-act:nth-last-child(2) {
    border-bottom: none;
  }
  .recruit-detail .rc-act .rc-act_tl {
    width: 11.5rem;
  }
  .recruit-detail .rc-act .rc-act_tx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .recruit-detail .rc-act .rc-act_tx span {
    display: inline-block;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 768px) {
  .recruit-detail .rc-act {
    padding: 3rem 0;
  }
  .recruit-detail .rc-act .rc-act_tl {
    width: 16.5rem;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    color: #363332;
  }
  .recruit-detail .rc-act .rc-act_tx {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.sc-interview {
  padding: 25rem 0 12rem;
  overflow: hidden;
}

.sc-interview.interview01 {
  padding-top: 20rem;
}

.sc-interview .heading-lv2 {
  margin-bottom: 8rem;
}

@media screen and (max-width: 768px) {
  .sc-interview {
    padding-bottom: 20rem;
  }
}

.staff-infor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 9rem;
}

.staff-infor .staff-infor_cont {
  width: 40rem;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .staff-infor .staff-infor_cont {
    width: 100%;
    margin-bottom: 4rem;
  }
}

.staff-infor .staff-infor_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 3rem;
}

.staff-infor .staff-infor_head .lbl {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #469fbe;
  font-family: "Inter", sans-serif;
}

.staff-infor .staff-infor_head .num {
  font-size: 9.2rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Inter", sans-serif;
}

.staff-infor .staff-infor_title {
  display: inline-block;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
  color: #fff;
  margin-bottom: 3rem;
  white-space: nowrap;
}

.staff-infor .staff-infor_title span {
  display: inline-block;
  background-color: #373e46;
  padding: 0.5rem 1rem 0.5rem 2rem;
}

@media screen and (max-width: 768px) {
  .staff-infor .staff-infor_title {
    margin-bottom: 4rem;
    letter-spacing: 0.05em;
  }
  .staff-infor .staff-infor_title span {
    padding: 0.8rem 1rem 0.8rem 1rem;
  }
}

.staff-infor .staff-infor_box .name {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #595757;
}

@media screen and (max-width: 768px) {
  .staff-infor .staff-infor_box .name {
    font-size: 4.5rem;
  }
}

.staff-infor .staff-infor_box .pos {
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
  color: #595757;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff-infor .staff-infor_box .pos {
    font-size: 2.7rem;
  }
}

.staff-infor .staff-infor_box .join {
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #000000;
  margin-top: 1rem;
}

@media screen and (max-width: 768px) {
  .staff-infor .staff-infor_box .join {
    font-size: 2.7rem;
  }
}

.staff-infor .staff-infor_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.staff-infor .staff-infor_flex .pos {
  margin: 0 0 0 1.5rem;
  padding-left: 1.5rem;
  line-height: 1;
  border-left: 0.1rem solid #595757;
}

@media screen and (min-width: 769px) {
  .staff-infor .staff-infor_img {
    width: 81.2rem;
    margin-right: -22rem;
  }
}

.faq-art .faq-art_tl {
  font-size: 2.1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #469fbe;
  position: relative;
  padding-left: 3.5rem;
  margin-bottom: 1.5rem;
}

.faq-art .faq-art_tl::before {
  position: absolute;
  content: 'Q.';
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0;
  color: #469fbe;
}

@media screen and (max-width: 768px) {
  .faq-art .faq-art_tl {
    font-size: 3.2rem;
    padding-left: 5rem;
    margin-bottom: 2rem;
  }
  .faq-art .faq-art_tl::before {
    font-size: 3.8rem;
    left: 0.5rem;
  }
}

.faq-art .faq-art_tx {
  line-height: 1.75;
}

.faq-art + .faq-art {
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .faq-art + .faq-art {
    margin-top: 6rem;
  }
}

.schedule-ttl {
  font-size: 2.1rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #469fbe;
  margin: 8rem 0 4rem;
}

@media screen and (max-width: 768px) {
  .schedule-ttl {
    font-size: 3.2rem;
    margin: 12rem 0 8rem;
  }
}

.p-business .key-visual {
  color: #fff;
  height: auto;
  padding: 25rem 0;
  background: url(../img/business/kv_bg_pc.webp) left top no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .p-business .key-visual {
    padding: 22rem 0 15rem;
    background: url(../img/business/kv_bg_sp.webp) left top no-repeat;
    background-size: cover;
  }
}

.p-business .key-visual .page-desc {
  line-height: 2.25;
  margin: 3rem 0 7rem;
}

@media screen and (max-width: 768px) {
  .p-business .key-visual .page-desc {
    margin: 5rem 0 15rem;
  }
}

.p-business .key-visual .anchor-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: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .key-visual .anchor-list {
    gap: 5.6rem 2rem;
  }
}

.p-business .key-visual .anchor-itm {
  width: calc(100%/3 - 1.4rem);
}

@media screen and (max-width: 768px) {
  .p-business .key-visual .anchor-itm {
    width: calc(100%/2 - 1rem);
  }
}

.p-business .key-visual .anchor-itm a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 0 3rem 0 3rem;
  width: 100%;
  height: 8rem;
  border: 0.1rem solid #fff;
}

.p-business .key-visual .anchor-itm a:hover {
  background-color: #fff;
  color: #000;
  opacity: 1;
}

.p-business .key-visual .anchor-itm a:hover .ico {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

@media screen and (max-width: 768px) {
  .p-business .key-visual .anchor-itm a {
    font-size: 2rem;
    padding: 0 2rem 0 2rem;
  }
}

.p-business .key-visual .anchor-itm a .txt {
  display: inline-block;
}

.p-business .key-visual .anchor-itm a .ico {
  width: 2.8rem;
}

.p-business .key-visual .anchor-itm a .ico img,
.p-business .key-visual .anchor-itm a .ico svg {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 768px) {
  .p-business .key-visual .anchor-itm a .ico {
    width: 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business .business-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.p-business .business-top .business-head {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-head {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
    margin-bottom: 11.5rem;
  }
}

.p-business .business-top .business-head .business-head_lbl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.p-business .business-top .business-head .business-head_lbl ._lbl {
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #559dc0;
  margin-bottom: 1rem;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-head .business-head_lbl ._lbl {
    font-size: 1.8rem;
  }
}

.p-business .business-top .business-head .business-head_lbl ._num {
  display: inline-block;
  font-size: 9.2rem;
  font-weight: 200;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #595757;
  font-family: "Inter", sans-serif;
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-head .business-head_lbl ._num {
    font-size: 13.8rem;
  }
}

.p-business .business-top .business-head .business-head_ttl {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 0.15em;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-head .business-head_ttl {
    font-size: 3rem;
    letter-spacing: 0.05em;
  }
}

@media screen and (min-width: 769px) {
  .p-business .business-top .business-cont {
    width: 70rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-cont {
    margin-bottom: 9rem;
  }
}

.p-business .business-top .business-cont .sub {
  font-size: 2.4rem;
  line-height: 2;
  letter-spacing: 0.075em;
  margin-bottom: 6rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-business .business-top .business-cont .sub {
    font-size: 3.2rem;
    line-height: 1.8;
    margin-bottom: 9rem;
  }
}

.p-business .business-top .business-cont .txt {
  line-height: 2.25;
}

.p-business .business-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-business .business-img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 2rem;
  }
}

.p-business .txt-under {
  display: inline-block;
  font-size: 14rem;
  font-weight: 300;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  font-family: "Inter", sans-serif;
  mix-blend-mode: overlay;
}

.p-business .client-title {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

@media screen and (max-width: 768px) {
  .p-business .client-title {
    max-width: 41rem;
    margin: 0 auto;
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    row-gap: 1rem;
  }
}

.p-business .client-title a {
  display: inline-block;
  font-size: 2.4rem;
}

.p-business .client-title a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .p-business .client-title a {
    font-size: 3.6rem;
  }
}

.p-business .client-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
  row-gap: 3rem;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .client-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    row-gap: 3rem;
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business .client-itm {
    width: calc(100%/3 - 1.4rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .p-business .client-itm {
    width: 100%;
  }
}

.p-business .client-itm p {
  line-height: calc(21/18);
  margin-bottom: 1rem;
}

@media screen and (max-width: 768px) {
  .p-business .client-itm p {
    font-size: 2.7rem;
    margin-bottom: 2rem;
  }
}

.p-business .client-itm a, .p-business .client-itm span {
  display: block;
  font-size: 1.5rem;
  line-height: 1.25;
  padding: 1.2rem 1rem;
  background-color: #595757;
  color: #fff;
  white-space: nowrap;
  border: 0.1rem solid #595757;
}

.p-business .client-itm a:hover, .p-business .client-itm span:hover {
  background-color: #fff;
  color: #595757;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .p-business .client-itm a, .p-business .client-itm span {
    font-size: 2.7rem;
    padding: 1.6rem 2rem;
  }
}

.p-business .client-itm span {
  display: block;
  pointer-events: none;
  position: relative;
}

.p-business .client-itm span::after {
  position: absolute;
  content: '';
  left: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  height: 0.4rem;
  background-color: #fff;
}

.p-business .client-sub {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 1.5rem;
  margin-bottom: 3rem;
  border-bottom: 0.1rem solid #595757;
  margin-top: 8rem;
}

@media screen and (max-width: 768px) {
  .p-business .client-sub {
    font-size: 3.6rem;
    margin-bottom: 4rem;
    margin-top: 12rem;
  }
}

.p-business .p-business-sale {
  padding: 24rem 0 14rem;
  position: relative;
}

.p-business .p-business-sale .txt-under {
  position: absolute;
  right: 5rem;
  top: 12rem;
  opacity: 0.5;
}

.p-business .p-business-sale .container {
  position: relative;
  z-index: 1;
}

.p-business .p-business-sale .top-about_title {
  margin-bottom: 4rem;
}

.p-business .p-business-sale .top-about_title .en {
  font-size: 7rem;
}

.p-business .p-business-sale .sale-wrap {
  margin-top: 17rem;
}

.p-business .p-business-sale .business-top {
  margin-bottom: 11rem;
}

.p-business .p-business-sale .business-img {
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-sale .business-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 0;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.p-business .p-business-maintenance {
  padding: 25rem 0 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-maintenance {
    padding: 20rem 0 16.5rem;
  }
  .p-business .p-business-maintenance .business-top .business-cont .sub {
    font-size: 3.6rem;
  }
}

.p-business .p-business-maintenance .txt-under {
  font-size: 12rem;
  opacity: 0.3;
  margin-top: -3rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-maintenance .txt-under {
    font-size: 9rem;
    margin-top: 8rem;
    line-height: 1.1;
  }
}

@media screen and (min-width: 769px) {
  .p-business .p-business-maintenance .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-business .p-business-maintenance .business-top {
    width: 48rem;
    display: block;
  }
  .p-business .p-business-maintenance .business-cont {
    width: 100%;
    margin-top: 5rem;
  }
  .p-business .p-business-maintenance .business-img {
    width: 45rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .p-business-maintenance .business-img {
    max-width: 58rem;
    margin: 0 auto;
    row-gap: 1rem;
  }
}

.p-business .p-business-rental {
  padding: 25rem 0;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-rental {
    padding: 20rem 0 14rem;
  }
  .p-business .p-business-rental .business-top .business-cont .sub {
    font-size: 3.4rem;
  }
}

.p-business .p-business-rental .txt-under {
  opacity: 41%;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-rental .txt-under {
    margin-top: 8rem;
  }
}

@media screen and (min-width: 769px) {
  .p-business .p-business-rental .business-img {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .p-business-rental .business-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 1rem;
  }
  .p-business .p-business-rental .business-img li {
    width: 32rem;
  }
}

.p-business .p-business-rental .business-rental-bottom .business-rental-info .sub {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-rental .business-rental-bottom .business-rental-info .sub {
    font-size: 2.4rem;
    margin-bottom: 4rem;
    margin-top: 5rem;
  }
}

.p-business .p-business-rental .business-rental-bottom .business-rental-info .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 2rem;
}

.p-business .p-business-rental .business-rental-bottom .business-rental-info .tbl td {
  padding: 0.5rem 0.7rem;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-rental .business-rental-bottom .business-rental-info .tbl td {
    padding: 1rem 1.6rem;
  }
}

.p-business .p-business-rental .business-rental-bottom .business-rental-info .tbl tr:nth-child(even) {
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#b8bfc6));
  background-image: linear-gradient(to right, #fff, #b8bfc6);
}

@media screen and (min-width: 769px) {
  .p-business .p-business-design {
    padding: 25rem 0 0;
  }
  .p-business .p-business-design .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-business .p-business-design .business-top {
    width: 48rem;
    display: block;
  }
  .p-business .p-business-design .business-cont {
    width: 100%;
    margin-top: 5rem;
  }
  .p-business .p-business-design .business-img {
    width: 45rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .p-business-design {
    padding: 20rem 0 14rem;
  }
  .p-business .p-business-design .business-top .business-cont .sub {
    font-size: 3.4rem;
  }
  .p-business .p-business-design .business-img {
    row-gap: 1.4rem;
    max-width: 58rem;
    margin: 0 auto;
  }
}

.p-business .p-business-design .txt-under {
  font-size: 12rem;
  line-height: 1.167;
  opacity: 25%;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-design .txt-under {
    font-size: 9rem;
    margin-top: 5rem;
  }
}

.p-business .p-business-machining {
  padding: 25rem 0 0;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-machining {
    padding: 20rem 0 14rem;
  }
  .p-business .p-business-machining .business-top .business-cont .sub {
    font-size: 3.4rem;
  }
}

.p-business .p-business-machining .business-top {
  margin-bottom: 11rem;
}

@media screen and (min-width: 769px) {
  .p-business .p-business-machining .business-img {
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .p-business-machining .business-img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    row-gap: 0;
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
}

.p-business .p-business-machining .txt-under {
  display: block;
  margin-top: 12rem;
  text-align: right;
  opacity: 31%;
  margin-bottom: -2rem;
  margin-right: 10rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-machining .txt-under {
    font-size: 9rem;
    margin-top: 8rem;
    margin-right: 0;
    margin-bottom: 0;
  }
}

.p-business .p-business-flow {
  background-image: -webkit-gradient(linear, left top, right top, from(#e5e6e7), to(#a6aaae));
  background-image: linear-gradient(to right, #e5e6e7, #a6aaae);
}

@media screen and (min-width: 769px) {
  .p-business .p-business-flow .business-top .business-head .business-head_lbl ._num {
    color: #fff;
  }
  .p-business .p-business-flow .business-top .business-cont .sub {
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) {
  .p-business .p-business-flow {
    padding: 25rem 0 0;
  }
  .p-business .p-business-flow .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .p-business .p-business-flow .business-top {
    width: 50rem;
    display: block;
  }
  .p-business .p-business-flow .business-cont {
    width: 100%;
    margin-top: 5rem;
  }
  .p-business .p-business-flow .business-img {
    width: 42.8rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow {
    padding: 20rem 0 19rem;
  }
  .p-business .p-business-flow .business-top .business-cont .sub {
    font-size: 3.4rem;
  }
  .p-business .p-business-flow .business-img {
    row-gap: 1.4rem;
    max-width: 58rem;
    margin: 0 auto;
  }
}

.p-business .p-business-flow .txt-under {
  font-size: 12rem;
  line-height: 1.167;
  opacity: 40%;
  margin-bottom: -3rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .txt-under {
    font-size: 9rem;
    margin-top: 8rem;
  }
}

.p-business .p-business-flow .flow-wrap {
  max-width: 100rem;
  margin: 8.5rem auto 0;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10rem 1.5rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap {
    background-color: transparent;
  }
}

.p-business .p-business-flow .flow-wrap .flow-wrap_inner {
  width: 100%;
  max-width: 65rem;
}

.p-business .p-business-flow .flow-wrap h3 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap h3 {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
  }
}

.p-business .p-business-flow .flow-wrap h4 {
  font-size: 1.8rem;
  letter-spacing: 1em;
  margin-top: 3.5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap h4 {
    font-size: 3.2rem;
    letter-spacing: 0.5em;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }
}

.p-business .p-business-flow .flow-wrap dl {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 0.1rem solid #9e9f9f;
  padding: 1.2rem 2rem;
  -webkit-column-gap: 6.5rem;
  -moz-column-gap: 6.5rem;
  column-gap: 6.5rem;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap dl {
    font-weight: 500;
    -webkit-column-gap: 5.5rem;
    -moz-column-gap: 5.5rem;
    column-gap: 5.5rem;
  }
}

.p-business .p-business-flow .flow-wrap dl::after {
  position: absolute;
  content: '：';
  left: 14rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-business .p-business-flow .flow-wrap dl dt {
  width: 9.2rem;
  -moz-text-align-last: justify;
  text-align-last: justify;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap dl dt {
    width: 11rem;
  }
}

.p-business .p-business-flow .flow-wrap dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.p-business .p-business-flow .flow-wrap a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 8rem;
  background-color: #fff;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-top: 10rem;
}

.p-business .p-business-flow .flow-wrap a:hover {
  background-color: #595757;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-business .p-business-flow .flow-wrap a {
    background-color: transparent;
    border: #9e9f9f solid 0.2rem;
    height: 12rem;
    font-size: 3.2rem;
  }
}
