@charset "UTF-8";
/* CSS Document */
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
  color: inherit; /* Correct border color in Firefox. */
}

ol, ul {
  list-style: none;
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

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

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

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

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

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

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

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

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

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

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

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/* --------------------------------
common
----------------------------------- */
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  word-break: break-all;
  font-size: 10px;
}
@media (min-width: 1020px) and (max-width: 1400px) {
  html {
    font-size: 0.7142857143vw;
  }
}
@media (max-width: 1019px) {
  html {
    font-size: min(2.5641025641vw, 12.8205128205px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  color: #333333;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (max-width: 1019px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
  position: relative;
}

.main {
  margin-top: min(7.2727272727vw, 80px);
}
@media (max-width: 1019px) {
  .main {
    margin-top: 7.2rem;
  }
}

@media (max-width: 1019px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1020px) {
  .sp {
    display: none !important;
  }
}
/*SVGスプライト用*/
.all_svg {
  display: none;
}

a {
  text-decoration: none;
  color: #333333;
  transition: all 0.4s;
}

section {
  position: relative;
}

.inner {
  width: 134rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1019px) {
  .inner {
    width: 34rem;
  }
}

.inner-slim {
  width: 98rem;
  margin-inline: auto;
  position: relative;
}
@media (max-width: 1019px) {
  .inner-slim {
    width: 34rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

picture {
  display: block;
  width: 100%;
}

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

.u-bg-purple {
  background: #746695;
}

.u-bg-pink {
  background: #DC6163;
}

/* --------------------------------
animation
----------------------------------- */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes underline {
  0% {
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  20% {
    opacity: 1;
    clip-path: inset();
    clip-path: inset(0 100% 0 0);
  }
  100% {
    opacity: 1;
    clip-path: inset(0);
  }
}
@keyframes lineDisappear {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes lineAppear {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes lineDisappear-bg {
  0% {
    background-size: 100% 0.1rem;
  }
  10% {
    background-size: 0% 0.1rem;
  }
  100% {
    background-size: 100% 0.1rem;
  }
}
@keyframes dot-sp-left {
  0% {
    width: 0.4rem;
    height: 0.4rem;
    opacity: 1;
  }
  50% {
    left: 50%;
    opacity: 0;
    width: 0.4rem;
    height: 0.4rem;
  }
  100% {
    width: 2.7rem;
    height: 0.2rem;
    border-radius: 0;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes dot-sp-center {
  0% {
    width: 0.4rem;
    height: 0.4rem;
  }
  50% {
    width: 0.8rem;
    height: 0.8rem;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot-sp-right {
  0% {
    opacity: 1;
    width: 0.4rem;
    height: 0.4rem;
  }
  50% {
    left: 50%;
    opacity: 0;
    width: 0.4rem;
    height: 0.4rem;
  }
  100% {
    width: 2.7rem;
    height: 0.2rem;
    border-radius: 0;
    left: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
/* --------------------------------
header
----------------------------------- */
.l-header {
  width: 100%;
  height: min(7.2727272727vw, 80px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  padding-inline: min(1.8181818182vw, 20px);
  padding-top: min(1.8181818182vw, 20px);
  display: flex;
  justify-content: center;
  transition: all 0.8s ease-out;
}
@media (max-width: 1019px) {
  .l-header {
    height: 7.2rem;
    padding-inline: 2rem;
    padding-top: 1.6rem;
  }
}
.l-header::before {
  content: "";
  width: calc(100% - min(9.0909090909vw, 100px));
  height: min(0.0909090909vw, 1px);
  background: #DCDCDC;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.1s, top 0.1s;
}
@media (max-width: 1019px) {
  .l-header::before {
    height: 0.1rem;
    top: 100%;
  }
}
.l-header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: min(4.5454545455vw, 50px);
  width: calc(100% - min(5.4545454545vw, 60px));
  transition: all 0.6s;
  position: relative;
}
@media (max-width: 1019px) {
  .l-header__inner {
    height: 4.6rem;
    width: calc(100% - 2rem);
  }
}
.l-header__inner::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(248, 247, 250, 0.7);
  backdrop-filter: blur(min(1.4545454545vw, 16px));
  box-shadow: 0 min(0.1818181818vw, 2px) min(0.1818181818vw, 2px) rgba(0, 0, 0, 0.06);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.6s;
  opacity: 0;
  border-radius: min(0.5454545455vw, 6px);
}
@media (max-width: 1019px) {
  .l-header__inner::before {
    backdrop-filter: blur(1.6rem);
    border-radius: 0.6rem;
    box-shadow: 0 0.2rem 0.2rem rgba(0, 0, 0, 0.06);
  }
}
.l-header__logo {
  width: min(28.1818181818vw, 310px);
  position: relative;
}
@media (max-width: 1019px) {
  .l-header__logo {
    width: 13rem;
  }
}
.l-header__logo a {
  height: 100%;
  display: flex;
  align-items: center;
  width: min(16.3636363636vw, 180px);
  position: relative;
  transform: translateX(min(2.7272727273vw, 30px));
  transition: all 0.6s;
  transform-origin: left center;
}
@media (max-width: 1019px) {
  .l-header__logo a {
    width: 18rem;
    transform: translateX(1rem);
  }
}
@media (any-hover: hover) {
  .l-header__logo a:hover {
    opacity: 0.7;
  }
}
.l-header__left {
  display: flex;
  align-items: center;
  column-gap: min(1.2727272727vw, 14px);
  transition: all 0.6s ease-out;
}
@media (max-width: 1019px) {
  .l-header__left {
    column-gap: 0;
  }
}
.l-header__nav ul {
  display: flex;
}
.l-header__nav ul > li {
  position: relative;
}
@media (min-width: 1020px) {
  .l-header__nav ul > li::before {
    content: "";
    width: calc(100% - min(1.8181818182vw, 20px));
    height: min(0.1818181818vw, 2px);
    background: #333333;
    position: absolute;
    top: calc(100% + min(1.8181818182vw, 20px));
    left: 50%;
    transform: translateX(-50%) scaleY(0.5);
    clip-path: inset(0 100% 0 0);
  }
}
.l-header__nav ul > li > a {
  height: min(2.7272727273vw, 30px);
  padding-inline: min(1.2727272727vw, 14px);
  display: flex;
  align-items: center;
  font-size: min(1.4545454545vw, 16px);
  line-height: 1;
}
@media (max-width: 1019px) {
  .l-header__nav ul > li > a {
    padding-inline: 1.4rem;
    font-size: 1.4rem;
    font-weight: 700;
    height: 4.2rem;
  }
}
@media (min-width: 1020px) {
  .l-header__nav ul > li > a::before {
    content: "";
    width: calc(100% - min(1.8181818182vw, 20px));
    height: min(0.1818181818vw, 2px);
    background: #333333;
    position: absolute;
    bottom: min(0.2727272727vw, 3px);
    left: 50%;
    transform: translateX(-50%) scaleY(0.5);
    clip-path: inset(0 0 100% 0);
    transition: all 0.4s;
  }
}
.l-header__nav ul > li > a .nav-text {
  position: relative;
  overflow: hidden;
  display: block;
}
.l-header__nav ul > li > a .nav-text span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.l-header__nav ul > li > a .nav-text::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  will-change: transform;
  transform: translate(-50%, 110%) rotateX(90deg);
  transform-origin: center center;
  white-space: nowrap;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media (max-width: 1019px) {
  .l-header__nav ul > li > a .nav-text::after {
    display: none;
  }
}
@media (any-hover: hover) {
  .l-header__nav ul > li:not(.current-menu-item) > a:hover .nav-text span:nth-of-type(1) {
    transform: translateY(-100%) rotateX(-90deg);
  }
  .l-header__nav ul > li:not(.current-menu-item) > a:hover .nav-text::after {
    transform: translate(-50%, -50%) rotateX(0);
  }
  .l-header__nav ul > li:not(.current-menu-item) > a:hover::before {
    animation: lineAppear 0.3s forwards;
  }
}
.l-header__nav ul > li.current-menu-item::before {
  clip-path: inset(0);
}
.l-header__nav ul > li.current-menu-item::after {
  font-weight: 700;
}
@media (min-width: 1020px) {
  .l-header__nav ul > li.current-menu-item > a {
    font-weight: 700;
  }
}
.l-header__sp-contact-link a {
  display: block;
  line-height: 1;
  padding: 1.2rem 1.4rem;
  font-weight: 700;
}
.l-header__hb-btn-wrap {
  width: min(6.5454545455vw, 72px);
}
@media (max-width: 1019px) {
  .l-header__hb-btn-wrap {
    width: 5.2rem;
  }
}
.l-header__hb-btn {
  width: min(4.1818181818vw, 46px);
  height: min(4.1818181818vw, 46px);
  background: #565454;
  border-radius: min(0.5454545455vw, 6px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  transition: all 0.6s;
  cursor: pointer;
}
@media (max-width: 1019px) {
  .l-header__hb-btn {
    width: 4.6rem;
    height: 4.6rem;
    border-radius: 0.6rem;
  }
}
.l-header__hb-btn span {
  display: block;
  width: min(0.3636363636vw, 4px);
  height: min(0.3636363636vw, 4px);
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: width 0.4s, height 0.4s, left 0.4s, opacity 0.4s, transform 0.4s;
  pointer-events: none;
}
@media (max-width: 1019px) {
  .l-header__hb-btn span {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.l-header__hb-btn span:nth-of-type(1) {
  left: calc(50% - min(0.7272727273vw, 8px));
}
@media (max-width: 1019px) {
  .l-header__hb-btn span:nth-of-type(1) {
    left: calc(50% - 0.8rem);
  }
}
.l-header__hb-btn span:nth-of-type(2) {
  left: 50%;
}
.l-header__hb-btn span:nth-of-type(3) {
  left: calc(50% + min(0.7272727273vw, 8px));
}
@media (max-width: 1019px) {
  .l-header__hb-btn span:nth-of-type(3) {
    left: calc(50% + 0.8rem);
  }
}
.l-header__hb-btn.is-open {
  background: #688475;
}
.l-header__hb-btn.is-open span {
  width: min(2.4545454545vw, 27px);
  height: min(0.1818181818vw, 2px);
  border-radius: 0;
}
@media (max-width: 1019px) {
  .l-header__hb-btn.is-open span {
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
  }
}
@media (min-width: 1020px) {
  .l-header__hb-btn.is-open span:nth-of-type(1) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@media (max-width: 1019px) {
  .l-header__hb-btn.is-open span:nth-of-type(1) {
    animation: dot-sp-left 0.8s ease-out forwards;
  }
}
@media (min-width: 1020px) {
  .l-header__hb-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
}
@media (max-width: 1019px) {
  .l-header__hb-btn.is-open span:nth-of-type(2) {
    animation: dot-sp-center 0.8s ease-out forwards;
  }
}
@media (min-width: 1020px) {
  .l-header__hb-btn.is-open span:nth-of-type(3) {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@media (max-width: 1019px) {
  .l-header__hb-btn.is-open span:nth-of-type(3) {
    animation: dot-sp-right 0.8s ease-out forwards;
  }
}
@media (any-hover: hover) {
  .l-header__hb-btn.is-open:hover span:nth-of-type(1) {
    width: min(2.8181818182vw, 31px);
  }
}
@media (any-hover: hover) and (max-width: 1019px) {
  .l-header__hb-btn.is-open:hover span:nth-of-type(1) {
    width: 3.1rem;
  }
}
@media (any-hover: hover) {
  .l-header__hb-btn.is-open:hover span:nth-of-type(3) {
    width: min(2.8181818182vw, 31px);
  }
}
@media (any-hover: hover) and (max-width: 1019px) {
  .l-header__hb-btn.is-open:hover span:nth-of-type(3) {
    width: 3.1rem;
  }
}
@media (any-hover: hover) {
  .l-header__hb-btn:not(.is-open):hover span:nth-of-type(1) {
    left: 50%;
    opacity: 0;
    animation: dot-change01 0.5s ease-in-out both;
  }
  .l-header__hb-btn:not(.is-open):hover span:nth-of-type(2) {
    left: 50%;
    animation: dot-change02 0.5s ease-in-out forwards;
  }
  .l-header__hb-btn:not(.is-open):hover span:nth-of-type(3) {
    left: 50%;
    opacity: 0;
    animation: dot-change01 0.5s ease-in-out forwards;
  }
}
@keyframes dot-change01 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes dot-change02 {
  0% {
    width: min(0.3636363636vw, 4px);
    height: min(0.3636363636vw, 4px);
  }
  100% {
    width: min(0.7272727273vw, 8px);
    height: min(0.7272727273vw, 8px);
  }
}
.l-header.is-change::before {
  opacity: 0;
  top: calc(100% - min(1.8181818182vw, 20px));
}
@media (max-width: 1019px) {
  .l-header.is-change::before {
    top: calc(100% - 1rem);
  }
}
.l-header.is-change .l-header__inner {
  width: 100%;
}
.l-header.is-change .l-header__inner::before {
  opacity: 1;
}
.l-header.is-change .l-header__logo a {
  transform: translateX(min(1.2727272727vw, 14px)) scale(0.889);
}
@media (max-width: 1019px) {
  .l-header.is-change .l-header__logo a {
    transform: translateX(1rem);
  }
}
.l-header.is-change .l-header__nav > ul > li::before {
  top: calc(100% + min(0.8181818182vw, 9px));
}
@media (min-width: 1020px) {
  .l-header.is-change .l-header__hb-btn {
    transform: translateX(min(2vw, 22px));
    width: min(4.5454545455vw, 50px);
    height: min(4.5454545455vw, 50px);
  }
}
@media (max-width: 1019px) {
  .l-header.is-change .l-header__hb-btn {
    transform: translateX(1rem);
  }
}
.l-header .l-header-drawer {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: #688475;
  color: #fff;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s, visibility 0.4s;
  overflow: auto;
  overscroll-behavior: none;
  /*IE(Internet Explorer)・Microsoft Edgeへの対応*/
  -ms-overflow-style: none;
  /*Firefoxへの対応*/
  scrollbar-width: none;
  /*Google Chrome、Safariへの対応*/
}
.l-header .l-header-drawer::-webkit-scrollbar {
  display: none;
}
.l-header .l-header-drawer__inner {
  width: 100%;
  min-height: calc(100% + 0.5px);
  padding: 13rem 6rem 6rem;
  padding-right: 21rem;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__inner {
    flex-direction: column;
    padding: 12rem 2.5rem 2.5rem;
    align-items: initial;
    row-gap: 8rem;
  }
}
.l-header .l-header-drawer__nav {
  width: 33rem;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__nav {
    width: initial;
  }
}
.l-header .l-header-drawer__nav .l-header-drawer-ul {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__nav .l-header-drawer-ul {
    row-gap: 3rem;
  }
}
.l-header .l-header-drawer__nav .l-header-drawer-ul > li > a {
  font-size: 3.2rem;
  line-height: 1.5625;
  line-height: 1.3;
  font-weight: bold;
  color: #fff;
  transition: transform 0.4s 0.6s ease-out, opacity 0.4s 0.6s ease-out;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__nav .l-header-drawer-ul > li > a {
    font-size: 2.4rem;
  }
}
.l-header .l-header-drawer__nav .l-header-drawer-ul > li .sub-menu {
  margin-top: 0.6rem;
}
.l-header .l-header-drawer__nav .l-header-drawer-ul > li .sub-menu li a {
  font-size: 1.6rem;
  line-height: 1.3;
  color: #D3CDD9;
  transition: transform 0.4s 0.8s ease-out, opacity 0.4s 0.8s ease-out;
}
.l-header .l-header-drawer__nav .l-header-drawer-ul > li.current-menu-item > a::before {
  clip-path: inset(0);
}
@media (any-hover: hover) {
  .l-header .l-header-drawer__nav .l-header-drawer-ul > li.current-menu-item > a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
.l-header .l-header-drawer__nav .l-header-drawer-ul li a {
  position: relative;
  transform: translateY(min(4.5454545455vw, 50px));
  opacity: 0;
  display: inline-block;
}
.l-header .l-header-drawer__nav .l-header-drawer-ul li a::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0.5);
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s;
}
@media (any-hover: hover) {
  .l-header .l-header-drawer__nav .l-header-drawer-ul li a:hover::before {
    animation: lineAppear 0.3s forwards;
  }
}
.l-header .l-header-drawer__subnav {
  display: flex;
  column-gap: 6rem;
  margin-top: 8.8rem;
  transform: translateY(min(2.7272727273vw, 30px));
  opacity: 0;
  transition: transform 0.4s 0.8s ease-out, opacity 0.4s 0.8s ease-out;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__subnav {
    margin-top: 8rem;
  }
}
.l-header .l-header-drawer__subnav li a {
  font-size: 1.6rem;
  color: #fff;
  position: relative;
}
.l-header .l-header-drawer__subnav li a::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
  transition: all 0.3s;
  clip-path: inset(0 0 0 0);
}
@media (any-hover: hover) {
  .l-header .l-header-drawer__subnav li a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
.l-header .l-header-drawer__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transform: translateY(min(2.7272727273vw, 30px));
  opacity: 0;
  transition: transform 0.4s 0.8s, opacity 0.4s 0.8s;
}
.l-header .l-header-drawer__logo {
  width: 32rem;
  display: block;
}
@media (max-width: 1019px) {
  .l-header .l-header-drawer__logo {
    width: 24rem;
  }
}
.l-header .l-header-drawer__company {
  margin-top: 1.4rem;
}
.l-header .l-header-drawer__company p {
  font-size: 1.3rem;
  line-height: 1.7692307692;
}
.l-header .l-header-drawer__company p a {
  color: #fff;
}
@media (min-width: 1020px) {
  .l-header .l-header-drawer__company p a {
    pointer-events: none;
  }
}
.l-header .l-header-drawer.is-open {
  opacity: 1;
  visibility: visible;
}
.l-header .l-header-drawer.is-open .l-header-drawer__nav > ul > li > a {
  transform: translateY(0);
  opacity: 1;
}
.l-header .l-header-drawer.is-open .l-header-drawer__nav > ul > li .sub-menu li a {
  transform: translateY(0);
  opacity: 1;
}
.l-header .l-header-drawer.is-open .l-header-drawer__subnav {
  transform: translateY(0);
  opacity: 1;
}
.l-header .l-header-drawer.is-open .l-header-drawer__info {
  transform: translateY(0);
  opacity: 1;
}

/* --------------------------------
footer
----------------------------------- */
.l-footer {
  padding-block: 12rem 2rem;
  background: #688475;
  color: #fff;
}
@media (max-width: 1019px) {
  .l-footer {
    padding-block: 8rem 3rem;
  }
}
.l-footer__main {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1019px) {
  .l-footer__main {
    flex-direction: column-reverse;
    row-gap: 6rem;
  }
}
@media (max-width: 1019px) {
  .l-footer__info {
    text-align: center;
  }
}
.l-footer__logo {
  width: 30.4rem;
  display: block;
}
@media (max-width: 1019px) {
  .l-footer__logo {
    width: 28rem;
    margin-inline: auto;
  }
}
.l-footer__company-name {
  margin-top: 2rem;
}
.l-footer__company-name p {
  font-size: 1.4rem;
  line-height: 1;
}
.l-footer__address {
  margin-top: 1rem;
}
.l-footer__address p {
  font-size: 1.2rem;
  line-height: 1;
}
.l-footer__copyright {
  margin-top: 4rem;
}
@media (max-width: 1019px) {
  .l-footer__copyright {
    margin-top: 8rem;
  }
}
.l-footer__copyright p {
  font-size: 1.2rem;
  color: #D3CDD9;
}
.l-footer__nav {
  display: flex;
  column-gap: 10rem;
  padding-right: 1.6rem;
}
@media (max-width: 1019px) {
  .l-footer__nav {
    flex-direction: column;
    padding-right: 0;
  }
}
.l-footer__nav > ul {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
  position: relative;
}
@media (max-width: 1019px) {
  .l-footer__nav > ul {
    row-gap: 0;
  }
}
@media (max-width: 1019px) {
  .l-footer__nav > ul:nth-of-type(1) {
    row-gap: 0;
  }
  .l-footer__nav > ul:nth-of-type(1)::before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #B6B6B6;
    position: absolute;
    top: 0;
    left: 0;
    transform: scaleY(0.5);
  }
}
.l-footer__nav > ul > li {
  position: relative;
}
@media (max-width: 1019px) {
  .l-footer__nav > ul > li {
    padding-block: 2rem;
  }
  .l-footer__nav > ul > li::before {
    content: "";
    width: 100%;
    height: 0.2rem;
    background: #B6B6B6;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scaleY(0.5);
  }
}
.l-footer__nav > ul > li > a {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
}
@media (min-width: 1020px) {
  .l-footer__nav > ul > li > a::before {
    clip-path: inset(0);
  }
}
@media (any-hover: hover) {
  .l-footer__nav > ul > li > a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
.l-footer__nav > ul > li .sub-menu {
  margin-top: 1rem;
  padding-left: 1rem;
}
.l-footer__nav > ul > li .sub-menu li a {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #D3CDD9;
}
@media (max-width: 1019px) {
  .l-footer__nav > ul > li .sub-menu li a {
    font-size: 1.4rem;
  }
}
@media (any-hover: hover) {
  .l-footer__nav > ul > li .sub-menu li a:hover::before {
    animation: lineAppear 0.3s forwards;
  }
}
.l-footer__nav > ul a {
  position: relative;
}
@media (min-width: 1020px) {
  .l-footer__nav > ul a::before {
    content: "";
    width: 100%;
    height: 0.3rem;
    background: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) scaleY(0.5);
    clip-path: inset(0 100% 0 0);
  }
}
.l-footer__bottom {
  padding-top: 2rem;
  margin-top: 11rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
@media (max-width: 1019px) {
  .l-footer__bottom {
    flex-direction: column;
    padding-top: 3rem;
    margin-top: 8rem;
  }
}
.l-footer__bottom::before {
  content: "";
  width: 100%;
  height: 0.2rem;
  background: #B6B6B6;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleY(0.5);
}
.l-footer__mark {
  width: 30rem;
  border-radius: 0.6rem;
  overflow: hidden;
}
@media (max-width: 1019px) {
  .l-footer__link {
    margin-top: 4rem;
  }
}
.l-footer__link ul {
  display: flex;
  column-gap: 5rem;
}
@media (max-width: 1019px) {
  .l-footer__link ul {
    column-gap: 6rem;
  }
}
.l-footer__link ul li a {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #fff;
  position: relative;
}
@media (max-width: 1019px) {
  .l-footer__link ul li a {
    font-size: 1.4rem;
  }
}
.l-footer__link ul li a::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
  clip-path: inset(0);
}
@media (any-hover: hover) {
  .l-footer__link ul li a:hover::before {
    clip-path: inset(0);
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}

/* --------------------------------
mv
----------------------------------- */
.l-top-mv {
  padding: 4rem 5rem;
}
@media (min-width: 1020px) {
  .l-top-mv {
    position: sticky;
    top: 8rem;
  }
}
@media (max-width: 1019px) {
  .l-top-mv {
    padding: 2rem 2.5rem 1rem;
  }
}
.l-top-mv__inner {
  position: relative;
}
.l-top-mv__image-wrap {
  position: relative;
  transition: transform 0.2s ease;
}
.l-top-mv .slider-info {
  position: absolute;
  bottom: 2.4rem;
  right: 2rem;
  display: flex;
  align-items: center;
  column-gap: 1.3rem;
  z-index: 100;
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info {
    bottom: 2rem;
    right: initial;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-top-mv .slider-info__main {
  width: 28.1rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  column-gap: 2.4rem;
  background: rgba(112, 112, 112, 0.5);
  border-radius: 0.4rem;
  padding-inline: 2.4rem;
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info__main {
    width: 19rem;
    height: 3rem;
    padding-inline: 1.6rem;
    column-gap: 2.2rem;
  }
}
.l-top-mv .slider-info .progressbar {
  flex: 1;
  height: 0.3rem;
  background: #B6B6B6;
  position: relative;
  border-radius: 0.2rem;
  overflow: hidden;
}
.l-top-mv .slider-info .progressbar .progressbar_in {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.l-top-mv .slider-info .swiper-pagination {
  width: initial;
  position: relative;
  top: initial;
  bottom: initial;
  left: initial;
  right: initial;
  transform: none;
  display: flex;
  align-items: center;
  column-gap: 1.4rem;
}
.l-top-mv .slider-info .swiper-pagination .swiper-pagination-bullet {
  margin: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C8C9CA;
  position: relative;
  opacity: 1;
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info .swiper-pagination .swiper-pagination-bullet {
    width: 0.5rem;
    height: 0.5rem;
  }
}
.l-top-mv .slider-info .swiper-pagination .swiper-pagination-bullet-active::after {
  content: "";
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info .swiper-pagination .swiper-pagination-bullet-active::after {
    width: 0.8rem;
    height: 0.8rem;
  }
}
.l-top-mv .slider-info .pause {
  width: 3.2rem;
  height: 3.2rem;
  font-size: 1.2rem;
  border-radius: 0.26rem;
  background: rgba(112, 112, 112, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.4rem;
  transition: background-color 0.3s;
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info .pause {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.l-top-mv .slider-info .pause span {
  display: block;
  width: 0.5rem;
  height: 1.8rem;
  background: #fff;
  pointer-events: none;
}
@media (max-width: 1019px) {
  .l-top-mv .slider-info .pause span {
    width: 0.4rem;
    height: 1.7rem;
  }
}
.l-top-mv .slider-info .pause.is-stop span:nth-of-type(1) {
  width: 1.4rem;
  height: 1.6rem;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.l-top-mv .slider-info .pause.is-stop span:nth-of-type(2) {
  display: none;
}
@media (any-hover: hover) {
  .l-top-mv .slider-info .pause:hover {
    background: rgba(86, 84, 84, 0.8);
  }
}
.l-top-mv .l-top-mv-item {
  transition-property: opacity !important;
}
.l-top-mv .l-top-mv-item__image {
  position: relative;
  border-radius: 2rem;
  overflow: hidden;
}
.l-top-mv .l-top-mv-item__image::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(41, 41, 41, 0) 64.69%, rgba(41, 41, 41, 0.6) 103.37%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.l-top-mv .l-top-mv-item__image img {
  aspect-ratio: 1340/500;
  object-fit: cover;
  transform: scale(1.07);
  transition: transform 6s linear;
}
@media (max-width: 1019px) {
  .l-top-mv .l-top-mv-item__image img {
    aspect-ratio: 340/480;
  }
}
.l-top-mv .l-top-mv-item.swiper-slide-active .l-top-mv-item__image img {
  transform: scale(1);
}
.l-top-mv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 5rem 4rem;
  display: flex;
  align-items: flex-end;
  pointer-events: none;
}
@media (max-width: 1019px) {
  .l-top-mv__contents {
    padding: 8.4rem 1.5rem;
  }
}
.l-top-mv__catch {
  color: #fff;
}
.l-top-mv__catch p {
  font-size: 1.25vw;
  line-height: 1;
}
@media (max-width: 1019px) {
  .l-top-mv__catch p {
    font-size: 1.5rem;
  }
}
.l-top-mv__catch h2 {
  font-size: 2.2222222222vw;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1.6rem;
  letter-spacing: 0.1em;
}
@media (max-width: 1019px) {
  .l-top-mv__catch h2 {
    font-size: 1.8rem;
    margin-top: 1.2rem;
  }
}
.l-top-mv__textarea {
  margin-top: 3rem;
  height: 10.4rem;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1019px) {
  .l-top-mv__textarea {
    margin-top: 2rem;
  }
}
.l-top-mv__text {
  font-size: 1.6rem;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  row-gap: 2rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 1019px) {
  .l-top-mv__text {
    font-size: 1.5rem;
    row-gap: 1.4rem;
  }
}
.l-top-mv__text .catch-ja,
.l-top-mv__text .catch-en {
  display: block;
  position: relative;
  overflow: hidden;
}
.l-top-mv__text .catch-ja span,
.l-top-mv__text .catch-en span {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  will-change: transform;
  transform: translateY(100%) rotateX(70deg);
  transform-origin: center center;
  transition: transform 0.55s cubic-bezier(0.645, 0.045, 0.355, 1) 0.1s, opacity 0.4s ease 0.1s;
  backface-visibility: hidden;
  perspective: 800px;
  display: inline-block;
}
.l-top-mv__text .catch-ja span.is-active,
.l-top-mv__text .catch-en span.is-active {
  opacity: 1;
  transform: translateY(0) rotateX(0deg);
}
.l-top-mv__text .catch-ja span.is-leave,
.l-top-mv__text .catch-en span.is-leave {
  opacity: 0;
  transform: translateY(-100%) rotateX(-90deg);
}
.l-top-mv__text .catch-ja {
  font-size: 6.4rem;
  line-height: 1;
  font-weight: 700;
  width: 75rem;
  height: 6.7rem;
}
@media (max-width: 1019px) {
  .l-top-mv__text .catch-ja {
    font-size: 2.4rem;
    width: 30rem;
    height: 2.6rem;
  }
}
.l-top-mv__text .catch-en {
  width: 32.3rem;
  height: 2rem;
}
@media (max-width: 1019px) {
  .l-top-mv__text .catch-en {
    font-size: 1.2rem;
    width: 29.1rem;
    height: 1.44rem;
  }
}
.l-top-mv__text strong {
  font-weight: 700;
}

.l-child-mv {
  width: 100%;
  height: 26.2rem;
  padding-block: 6rem;
  position: sticky;
  top: min(7.2727272727vw, 80px);
}
@media (max-width: 1019px) {
  .l-child-mv {
    height: 25.3rem;
    padding-block: 4rem;
    top: 7.2rem;
  }
}
.l-child-mv .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  image-rendering: pixelated;
  filter: blur(0);
}
@media (max-width: 1019px) {
  .l-child-mv .inner {
    flex-direction: column;
    justify-content: flex-end;
    align-items: initial;
    row-gap: 6rem;
  }
}
.l-child-mv__title h1 {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1019px) {
  .l-child-mv__title h1 {
    font-size: 1.4rem;
    row-gap: 1rem;
  }
}
.l-child-mv__title h1 .en-title {
  font-family: "Roboto", sans-serif;
}
.l-child-mv__title h1 .ja-title {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 1019px) {
  .l-child-mv__title h1 .ja-title {
    font-size: 2.4rem;
  }
}
.l-child-mv .c-breadcrumb {
  display: flex;
  column-gap: 2.8rem;
}
@media (max-width: 1019px) {
  .l-child-mv .c-breadcrumb {
    justify-content: flex-end;
  }
}
.l-child-mv .c-breadcrumb__item {
  font-size: 1.2rem;
  line-height: 2.0833333333;
  position: relative;
}
.l-child-mv .c-breadcrumb__item a {
  display: inline-block;
}
.l-child-mv .c-breadcrumb__item p {
  color: #898989;
}
.l-child-mv .c-breadcrumb__item:not(:first-of-type)::before {
  content: "";
  width: 1.2rem;
  height: 0.1rem;
  background: #C8C9CA;
  position: absolute;
  top: 50%;
  right: calc(100% + 0.7rem);
  transform: translateY(-50%);
}
.l-child-mv.is-change::before {
  opacity: 1;
}

/* --------------------------------
bottom-contact-banner
----------------------------------- */
.bottom-contact-banner {
  padding-block: 12rem;
  background: #F0EEF2;
  position: relative;
}
@media (max-width: 1019px) {
  .bottom-contact-banner {
    padding-block: 10rem;
  }
}
.bottom-contact-banner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
}
@media (max-width: 1019px) {
  .bottom-contact-banner__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item {
  padding: 5rem 3.8rem 6rem;
  background: #fff;
  border-radius: 3rem;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item {
    padding: 4rem 3.3rem;
    border-radius: 1rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__title p {
  font-size: 3.2rem;
  line-height: 1.3;
  display: inline-block;
  position: relative;
  font-weight: 700;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__title p {
    font-size: 2.4rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__title p::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: inset(0 100% 0 0);
}
.bottom-contact-banner .bottom-contact-banner-item__text {
  margin-top: 3.2rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__text {
    margin-top: 2.4rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__text p {
  font-size: 2.1rem;
  line-height: 1.8;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__text p {
    font-size: 1.4rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__link {
  margin-top: 5.4rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__link {
    justify-content: center;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__tel {
  margin-top: 4rem;
}
.bottom-contact-banner .bottom-contact-banner-item__tel p {
  font-size: 1.5rem;
  line-height: 1;
  color: #688475;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__tel p {
    font-size: 1.3rem;
  }
}
@media (min-width: 1020px) {
  .bottom-contact-banner .bottom-contact-banner-item__tel a {
    pointer-events: none;
  }
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__tel a {
    margin-top: 0.4rem;
  }
}
.bottom-contact-banner .bottom-contact-banner-item__tel a p {
  font-size: 5.8rem;
  line-height: 1.1;
  font-weight: 700;
  color: #688475;
}
@media (max-width: 1019px) {
  .bottom-contact-banner .bottom-contact-banner-item__tel a p {
    font-size: 4rem;
  }
}
@media (any-hover: hover) {
  .bottom-contact-banner .bottom-contact-banner-item:hover .bottom-contact-banner-item__title p::before {
    animation: lineAppear 0.3s forwards;
  }
}

/* --------------------------------
grid
----------------------------------- */
/* --------------------------------
child-section
----------------------------------- */
.child-section {
  padding-top: 12rem;
  position: relative;
  background: #fff;
}
@media (max-width: 1019px) {
  .child-section {
    padding-top: 6rem;
  }
}
.child-section.mission {
  background: none;
}
.child-section.company-profile {
  background: none;
}
.child-section .child-section-block {
  display: flex;
}
@media (max-width: 1019px) {
  .child-section .child-section-block {
    flex-direction: column;
    row-gap: 4rem;
  }
}
.child-section .child-section-block__title {
  width: 35.4rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__title {
    width: 100%;
  }
}
.child-section .child-section-block__title h2 {
  font-size: 4rem;
  color: #688475;
  font-weight: 400;
  line-height: 1;
  padding-top: 1.6rem;
  position: relative;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__title h2 {
    padding-top: 1.2rem;
    font-size: 2rem;
  }
}
.child-section .child-section-block__title h2::before {
  content: "";
  width: 5.8rem;
  height: 0.1rem;
  background: #688475;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__title h2::before {
    width: 3.2rem;
  }
}
.child-section .child-section-block__title[data-mod=company] {
  width: 28rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__title[data-mod=company] {
    width: 100%;
  }
}
.child-section .child-section-block__contents {
  flex: 1;
}
.child-section .child-section-block__textarea h3 {
  font-size: 4rem;
  line-height: 1.8;
  font-weight: 700;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__textarea h3 {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.child-section .child-section-block__textarea p {
  margin-top: 4rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__textarea p {
    margin-top: 3rem;
  }
}
.child-section .child-section-block .csb-value-image {
  position: relative;
}
.child-section .child-section-block .csb-value-image__title {
  width: 15.5rem;
  height: 15.5rem;
  border-radius: 50%;
  position: relative;
  display: grid;
  place-content: center;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image__title {
    width: 11rem;
    height: 11rem;
  }
}
.child-section .child-section-block .csb-value-image__title::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #DC6163;
  position: absolute;
  top: 0;
  left: 0;
}
.child-section .child-section-block .csb-value-image__title p {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 0.8rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image__title p {
    font-size: 1.3rem;
    row-gap: 0.8rem;
  }
}
.child-section .child-section-block .csb-value-image__items {
  width: 62.6rem;
  height: 62.6rem;
  position: relative;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image__items {
    width: 100%;
    height: initial;
    aspect-ratio: 1;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item {
  width: 33.2rem;
  height: 33.2rem;
  border-radius: 50%;
  position: absolute;
  display: grid;
  place-content: center;
  text-align: center;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image .csb-value-image-item {
    width: 18rem;
    height: 18rem;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F5F5F5;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
}
.child-section .child-section-block .csb-value-image .csb-value-image-item__num {
  position: relative;
  text-align: center;
}
.child-section .child-section-block .csb-value-image .csb-value-image-item__num::before {
  content: "";
  width: 12rem;
  height: 0.1rem;
  background: #688475;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image .csb-value-image-item__num::before {
    width: 6.5rem;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item__num p {
  font-size: 1.3rem;
  line-height: 1;
  color: #688475;
  padding-bottom: 1.2rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image .csb-value-image-item__num p {
    font-size: 1.2rem;
    padding-bottom: 0.8rem;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item__name {
  position: relative;
  margin-top: 1.2rem;
  text-align: center;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image .csb-value-image-item__name {
    margin-top: 0.8rem;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item__name h3 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #898989;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-image .csb-value-image-item__name h3 {
    font-size: 1.6rem;
    line-height: 1.3;
  }
}
.child-section .child-section-block .csb-value-image .csb-value-image-item[data-mod=item01] {
  top: 0;
  left: 0;
}
.child-section .child-section-block .csb-value-image .csb-value-image-item[data-mod=item02] {
  top: 0;
  right: 0;
}
.child-section .child-section-block .csb-value-image .csb-value-image-item[data-mod=item03] {
  bottom: 0;
  left: 0;
}
.child-section .child-section-block .csb-value-image .csb-value-image-item[data-mod=item04] {
  bottom: 0;
  right: 0;
}
.child-section .child-section-block__value-text {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 2.4rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__value-text {
    margin-top: 4rem;
  }
}
.child-section .child-section-block__value-items {
  margin-top: 6rem;
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__value-items {
    margin-top: 4rem;
    row-gap: 2rem;
  }
}
.child-section .child-section-block .csb-value-item {
  padding: 2.5rem;
  padding-left: 4rem;
  border: 0.1rem solid #688475;
  border-radius: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-item {
    padding: 1.6rem;
  }
}
.child-section .child-section-block .csb-value-item__textarea {
  display: flex;
  align-items: center;
}
.child-section .child-section-block .csb-value-item__name {
  width: 29rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-item__name {
    width: 15rem;
  }
}
.child-section .child-section-block .csb-value-item__name p {
  font-size: 3.2rem;
  line-height: 1;
  color: #898989;
  font-weight: 500;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-item__name p {
    font-size: 1.6rem;
  }
}
.child-section .child-section-block .csb-value-item__image {
  width: 14rem;
  border-radius: 0.4rem;
  overflow: hidden;
}
@media (max-width: 1019px) {
  .child-section .child-section-block .csb-value-item__image {
    width: 11rem;
  }
}
.child-section .child-section-block .csb-value-item__image img {
  transition: transform 0.4s;
}
@media (any-hover: hover) {
  .child-section .child-section-block .csb-value-item:hover .c-link-arrow span:nth-of-type(1) {
    transform: translate(90%, -50%) scaleY(0.5);
  }
  .child-section .child-section-block .csb-value-item:hover .c-link-arrow span:nth-of-type(2) {
    transform: translate(-50%, -50%) scaleY(0.5);
  }
  .child-section .child-section-block .csb-value-item:hover .csb-value-item__image img {
    transform: scale(1.05);
  }
}
.child-section .child-section-block__table dl {
  line-height: 1.4;
  display: flex;
  padding: 2rem;
  border-bottom: 0.1rem solid #F0EEF2;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl {
    padding-inline: 0;
  }
}
.child-section .child-section-block__table dl dt {
  font-weight: 700;
  width: 13rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl dt {
    width: 10.2rem;
  }
}
.child-section .child-section-block__table dl dd {
  display: flex;
  flex-direction: column;
  row-gap: 1.4rem;
  flex: 1;
}
.child-section .child-section-block__table dl dd p strong {
  font-weight: 500;
}
.child-section .child-section-block__table dl dd p span {
  display: inline-block;
  padding-left: 0.7em;
  text-indent: -0.7em;
}
.child-section .child-section-block__table dl dd .dd-image {
  width: 24rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl dd .dd-image {
    width: 100%;
  }
}
.child-section .child-section-block__table dl dd .dd-map {
  width: 100%;
}
.child-section .child-section-block__table dl dd .dd-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 530/260;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl dd .dd-map iframe {
    aspect-ratio: 340/190;
  }
}
.child-section .child-section-block__table dl dd .dd-logo {
  width: 24rem;
  aspect-ratio: 240/140;
  border: 0.1rem solid #D3CDD9;
  border-radius: 0.8rem;
  padding-inline: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  row-gap: 0.8rem;
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl dd .dd-logo {
    width: 100%;
    aspect-ratio: 228/140;
  }
}
@media (max-width: 1019px) {
  .child-section .child-section-block__table dl:has(.dd-map) {
    flex-direction: column;
    row-gap: 1.2rem;
  }
}

/* --------------------------------
child-link-banner
----------------------------------- */
.child-link-banner {
  padding-block: 18rem 14rem;
  position: relative;
  background: #fff;
}
@media (max-width: 1019px) {
  .child-link-banner {
    padding-block: 12rem 10rem;
  }
}
.child-link-banner__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 28rem;
  column-gap: 5rem;
  row-gap: 5rem;
}
@media (max-width: 1019px) {
  .child-link-banner__items {
    grid-template-columns: repeat(1, 1fr);
    grid-auto-rows: 20.6rem;
    row-gap: 4rem;
  }
}
.child-link-banner .child-link-banner-item {
  padding: 2rem 3.8rem;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow: 0.2rem 0.2rem 0.8rem rgba(0, 0, 0, 0.06);
  display: flex;
  align-items: flex-end;
  position: relative;
  color: #fff;
}
@media (max-width: 1019px) {
  .child-link-banner .child-link-banner-item {
    padding: 2.2rem 2.4rem 3rem;
    border-radius: 1rem;
    flex-direction: column;
    align-items: initial;
  }
}
.child-link-banner .child-link-banner-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180.19deg, rgba(255, 255, 255, 0) 4.97%, rgba(125, 125, 125, 0.8) 90.3%);
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
.child-link-banner .child-link-banner-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.child-link-banner .child-link-banner-item__image img {
  transition: transform 0.5s ease-in-out;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.child-link-banner .child-link-banner-item__textarea {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 3;
}
@media (max-width: 1019px) {
  .child-link-banner .child-link-banner-item__textarea {
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
  }
}
.child-link-banner .child-link-banner-item__name p {
  font-size: 2.8rem;
  line-height: 1.3;
  font-weight: 500;
  position: relative;
}
@media (max-width: 1019px) {
  .child-link-banner .child-link-banner-item__name p {
    font-size: 2.4rem;
  }
}
.child-link-banner .child-link-banner-item__name p::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  background: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  transform: scaleY(0.5);
}
@media (max-width: 1019px) {
  .child-link-banner .child-link-banner-item__link {
    width: 100%;
  }
}
.child-link-banner .child-link-banner-item__link .c-button {
  border-color: #fff;
  color: #fff;
}
@media (max-width: 1019px) {
  .child-link-banner .child-link-banner-item__link .c-button {
    height: 7rem;
    border-radius: 4rem;
  }
}
.child-link-banner .child-link-banner-item__link .c-button .c-link-arrow {
  background: none;
  border-color: #fff;
}
.child-link-banner .child-link-banner-item__link .c-button .c-link-arrow span {
  background: #fff;
}
.child-link-banner .child-link-banner-item__link .c-button .c-link-arrow span::before {
  background: #fff;
}
@media (any-hover: hover) {
  .child-link-banner .child-link-banner-item__link .c-button:hover {
    background: none;
  }
}
.child-link-banner .child-link-banner-item__link .c-button.is-pressed p span:nth-of-type(1) {
  transform: translateY(-100%) rotateX(-90deg);
}
.child-link-banner .child-link-banner-item__link .c-button.is-pressed p::after {
  transform: translateY(0) rotateX(0);
}
.child-link-banner .child-link-banner-item__link .c-button.is-pressed .c-link-arrow span:nth-of-type(1) {
  transform: translate(90%, -50%) scaleY(0.5);
}
.child-link-banner .child-link-banner-item__link .c-button.is-pressed .c-link-arrow span:nth-of-type(2) {
  transform: translate(-50%, -50%) scaleY(0.5);
}
@media (any-hover: hover) {
  .child-link-banner .child-link-banner-item:hover .child-link-banner-item__image img {
    transform: scale(1.05);
  }
  .child-link-banner .child-link-banner-item:hover .child-link-banner-item__name p::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
.child-link-banner .child-link-banner-item.is-active .child-link-banner-item__image img {
  transform: scale(1.05);
}
.child-link-banner .child-link-banner-item.is-active .child-link-banner-item__name p::before {
  animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
}

/* --------------------------------
button
----------------------------------- */
.c-button {
  height: 5.8rem;
  border: 0.1rem solid #688475;
  color: #688475;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
  padding-inline: 3rem;
  border-radius: 3rem;
  transition: background-color 0.3s ease, color 0.3s ease;
}
@media (max-width: 1019px) {
  .c-button {
    width: 100%;
  }
}
.c-button p {
  font-weight: 500;
  line-height: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}
@media (max-width: 1019px) {
  .c-button p {
    font-size: 1.6rem;
  }
}
.c-button p span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.c-button p::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform: translateY(100%) rotateX(90deg);
  transform-origin: center center;
  white-space: nowrap;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
@media (any-hover: hover) {
  .c-button:hover {
    background: #688475;
    color: #fff;
  }
  .c-button:hover p span:nth-of-type(1) {
    transform: translateY(-100%) rotateX(-90deg);
  }
  .c-button:hover p::after {
    transform: translateY(0) rotateX(0);
  }
  .c-button:hover .c-link-arrow {
    background: #688475;
    border-color: #fff;
  }
  .c-button:hover .c-link-arrow span {
    background: #fff;
  }
  .c-button:hover .c-link-arrow span::before {
    background: #fff;
  }
  .c-button:hover .c-link-arrow span:nth-of-type(1) {
    transform: translate(90%, -50%) scaleY(0.5);
  }
  .c-button:hover .c-link-arrow span:nth-of-type(2) {
    transform: translate(-50%, -50%) scaleY(0.5);
  }
}

/* --------------------------------
title
----------------------------------- */
.c-top-section-title h2 {
  line-height: 1;
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
}
@media (max-width: 1019px) {
  .c-top-section-title h2 {
    row-gap: 1rem;
  }
}
.c-top-section-title h2 .title-en {
  font-size: 1.8rem;
  font-weight: 400;
}
@media (max-width: 1019px) {
  .c-top-section-title h2 .title-en {
    font-size: 1.4rem;
  }
}
.c-top-section-title h2 .title-ja {
  font-size: 3.2rem;
  font-weight: 700;
}
@media (max-width: 1019px) {
  .c-top-section-title h2 .title-ja {
    font-size: 2.4rem;
  }
}

/* --------------------------------
item
----------------------------------- */
/* --------------------------------
parts
----------------------------------- */
.c-blur-bg-wrap {
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 15rem, rgb(255, 255, 255) 100%);
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 1019px) {
  .c-blur-bg-wrap {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgb(255, 255, 255) 15rem, rgb(255, 255, 255) 100%);
  }
}

.c-link-arrow {
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border: 0.1rem solid #688475;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s, border-color 0.3s;
}
.c-link-arrow span {
  display: block;
  width: 1rem;
  height: 0.2rem;
  background: #688475;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(0.5);
  transition: transform 0.3s, background-color 0.3s;
}
.c-link-arrow span::before {
  content: "";
  display: block;
  width: 0.5rem;
  height: 1.2rem;
  background: #688475;
  position: absolute;
  top: 50%;
  right: -0.1rem;
  transform: translateY(-50%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  transition: background-color 0.3s;
}
.c-link-arrow span:nth-of-type(2) {
  transform: translate(-190%, -50%) scaleY(0.5);
}
.c-link-arrow[data-mod=about-value] {
  border-color: #898989;
}
@media (min-width: 1020px) {
  .c-link-arrow[data-mod=about-value] {
    width: 2.8rem;
    height: 2.8rem;
  }
}
.c-link-arrow[data-mod=about-value] span {
  background: #898989;
}
@media (min-width: 1020px) {
  .c-link-arrow[data-mod=about-value] span {
    width: 1.6rem;
    height: 0.4rem;
  }
}
.c-link-arrow[data-mod=about-value] span::before {
  background: #898989;
}
@media (min-width: 1020px) {
  .c-link-arrow[data-mod=about-value] span::before {
    width: 0.8rem;
    height: 2rem;
  }
}

.c-external-link-icon > a {
  position: relative;
}
.c-external-link-icon > a::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../img/common/outer-link-icon.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5em;
  right: -1.6rem;
}
.c-external-link-icon[data-mod=site-map] > a::after {
  content: "";
  background-image: url(../img/common/outer-link-icon-black.svg);
  top: 0.2em;
}

.outer-icon {
  position: relative;
  display: inline-block;
  padding-right: 1.6rem;
  overflow: hidden;
}
.outer-icon .underline {
  width: calc(100% - 1.6rem);
  height: 0.1rem;
  background: #688475;
  position: absolute;
  bottom: 0;
  left: 0;
}
.outer-icon::before {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url(../img/common/outer-link-icon-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0.5em;
  right: 0;
}
.outer-icon::after {
  content: "";
  display: inline-block;
  width: calc(100% - 1.6rem);
  height: 0.1rem;
  background: #688475;
  clip-path: inset(0 100% 0 0);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: clip-path 0.3s 0.2s;
}
.outer-icon p {
  font-size: 1.5rem;
  color: #688475;
  overflow: hidden;
}
.outer-icon p span {
  display: inline-block;
  position: relative;
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.outer-icon p::after {
  content: attr(data-text);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: transform;
  transform: translateY(100%) rotateX(90deg);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transform-origin: center center;
}
@media (any-hover: hover) {
  .outer-icon:hover .underline {
    background: none;
  }
  .outer-icon:hover::after {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
  .outer-icon:hover p span:nth-of-type(1) {
    transform: translateY(-100%) rotateX(-90deg);
  }
  .outer-icon:hover p::after {
    transform: translateY(0) rotateX(0);
  }
}

.image-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.image-container .row {
  display: flex;
  justify-content: flex-start;
  gap: 0;
}
.image-container .box {
  width: 2.66rem;
  height: 2.66rem;
  border: 0.2rem solid #fff;
  margin: -0.1rem;
  position: relative;
}
@media (max-width: 1019px) {
  .image-container .box {
    width: 1.66rem;
    height: 1.66rem;
    border: 0.1rem solid #fff;
    margin: -0.05rem;
  }
}

.image-container01 {
  flex-direction: column-reverse;
  width: 2.66rem;
}
@media (max-width: 1019px) {
  .image-container01 {
    width: 1.66rem;
  }
}
.image-container01 .box {
  background: #DC6163;
  transform: scale(0.7) translateY(-1.6rem);
}
.image-container01 .box:nth-of-type(1) {
  animation: pop-scaling-1 4.5s infinite;
}
.image-container01 .box:nth-of-type(2) {
  animation: pop-scaling-2 4.5s infinite;
}
.image-container01 .box:nth-of-type(3) {
  animation: pop-scaling-3 4.5s infinite;
}
.image-container01 .box:nth-of-type(4) {
  animation: pop-scaling-4 4.5s infinite;
}
.image-container01 .box:nth-of-type(5) {
  animation: pop-scaling-5 4.5s infinite;
}
.image-container01 .box:nth-of-type(6) {
  animation: pop-scaling-6 4.5s infinite;
}

.image-container02 {
  /* 配置オフセット */
}
.image-container02 .row .box {
  background: #746695;
  animation-duration: 6.5s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.image-container02 .row:nth-of-type(6) .box:nth-of-type(3) {
  animation-name: step-0;
}
.image-container02 .row:nth-of-type(5) .box:nth-of-type(3) {
  animation-name: step-1;
}
.image-container02 .row:nth-of-type(4) .box:nth-of-type(2) {
  animation-name: step-2;
}
.image-container02 .row:nth-of-type(3) .box:nth-of-type(1) {
  animation-name: step-3;
}
.image-container02 .row:nth-of-type(2) .box:nth-of-type(1) {
  animation-name: step-4;
}
.image-container02 .row:nth-of-type(1) .box:nth-of-type(1) {
  animation-name: step-5;
}
.image-container02 .row:nth-of-type(6) .box:nth-of-type(4) {
  animation-name: step-6;
}
.image-container02 .row:nth-of-type(5) .box:nth-of-type(4) {
  animation-name: step-7;
}
.image-container02 .row:nth-of-type(4) .box:nth-of-type(3) {
  animation-name: step-8;
}
.image-container02 .row:nth-of-type(3) .box:nth-of-type(2) {
  animation-name: step-9;
}
.image-container02 .row:nth-of-type(6) .box:nth-of-type(2) {
  animation-name: step-10;
}
.image-container02 .row:nth-of-type(5) .box:nth-of-type(2) {
  animation-name: step-11;
}
.image-container02 .row:nth-of-type(4) .box:nth-of-type(1) {
  animation-name: step-12;
}
.image-container02 .row:nth-of-type(6) .box:nth-of-type(5) {
  animation-name: step-13;
}
.image-container02 .row:nth-of-type(5) .box:nth-of-type(5) {
  animation-name: step-14;
}
.image-container02 .row:nth-of-type(6) .box:nth-of-type(1) {
  animation-name: step-15;
}
.image-container02 .row:nth-of-type(5) .box:nth-of-type(1) {
  animation-name: step-16;
}
.image-container02 .offset-1 {
  margin-left: 2.45rem;
}
@media (max-width: 1019px) {
  .image-container02 .offset-1 {
    margin-left: 1.56rem;
  }
}
.image-container02 .offset-2 {
  margin-left: 4.9rem;
}
@media (max-width: 1019px) {
  .image-container02 .offset-2 {
    margin-left: 3.12rem;
  }
}

/* --- アニメーション定義 --- */
@keyframes pop-scaling-1 {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  5% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  10%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes pop-scaling-2 {
  0%, 10% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  15% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  18% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  20%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes pop-scaling-3 {
  0%, 20% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  25% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  28% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  30%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes pop-scaling-4 {
  0%, 30% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  35% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  38% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  40%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes pop-scaling-5 {
  0%, 40% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  45% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  48% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  50%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes pop-scaling-6 {
  0%, 50% {
    opacity: 0;
    transform: scale(0.7) translateY(-1.6rem);
  }
  55% {
    opacity: 1;
    transform: scale(1) translateY(-1.6rem);
  }
  58% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  60%, 80% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  85%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-0 {
  0% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  3.7% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  7.4% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-1 {
  0%, 3.7% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  7.4% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  11.1% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-2 {
  0%, 7.4% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  11.1% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  14.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-3 {
  0%, 11.1% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  14.8% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  18.5% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-4 {
  0%, 14.8% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  18.5% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  22.2% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-5 {
  0%, 18.5% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  22.2% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  25.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-6 {
  0%, 18.5% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  22.2% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  25.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-7 {
  0%, 22.2% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  25.8% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  29.5% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-8 {
  0%, 25.8% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  29.5% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  33.2% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-9 {
  0%, 29.5% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  33.2% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  37.0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-10 {
  0%, 29.5% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  33.2% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  37.0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-11 {
  0%, 33.2% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  37.0% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  40.6% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-12 {
  0%, 37.0% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  40.6% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  44.3% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-13 {
  0%, 37.0% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  40.6% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  44.3% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-14 {
  0%, 40.6% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  44.3% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  48.0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-15 {
  0%, 45.0% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  48.7% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  52.3% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
@keyframes step-16 {
  0%, 48.7% {
    opacity: 0;
    transform: scale(0.7) translateY(-0.53rem);
  }
  52.3% {
    opacity: 1;
    transform: scale(1) translateY(-0.53rem);
  }
  56.0% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  87.8% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
  90.8%, 100% {
    opacity: 0;
    transform: scale(1) translateY(0);
  }
}
.skip-link {
  display: block;
  position: absolute;
  top: calc(max(-7.2727272727vw, -80px) - 3.6rem);
  left: 0;
  background: #fff;
  padding: 0.4rem 1.2rem;
  z-index: 100000;
  border: 0.1rem solid #688475;
  font-size: 1.2rem;
}
@media (max-width: 1019px) {
  .skip-link {
    top: -10.6rem;
    font-size: 1rem;
  }
}
.skip-link:focus {
  top: max(-7.2727272727vw, -80px);
}
@media (max-width: 1019px) {
  .skip-link:focus {
    top: -7.2rem;
  }
}

/* --------------------------------
TOP
----------------------------------- */
#top .mv-wrap__space {
  padding-bottom: 80vh;
}
@media (max-width: 1019px) {
  #top .mv-wrap__space {
    display: none;
  }
}
#top .top-about {
  padding-block: 4rem 6rem;
  background: #fff;
}
@media (max-width: 1019px) {
  #top .top-about {
    padding-block: 6rem 4rem;
  }
}
#top .top-about .sticky-block {
  position: sticky;
  top: 8rem;
  padding-top: 4rem;
}
#top .top-about .sticky-block.is-change .top-about-item {
  image-rendering: pixelated;
  filter: blur(0);
}
@media (max-width: 1019px) {
  #top .top-about .sticky-block {
    display: contents;
  }
}
#top .top-about__contents {
  margin-top: 5.6rem;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1019px) {
  #top .top-about__contents {
    flex-direction: column;
    margin-top: 4rem;
    row-gap: 6rem;
    align-items: center;
  }
}
#top .top-about .top-about-textarea {
  width: 47.5rem;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-textarea {
    width: 100%;
  }
}
#top .top-about .top-about-textarea__title h3 {
  font-size: 3.2rem;
  font-weight: 400;
  line-height: 1.6;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-textarea__title h3 {
    font-size: 2.8rem;
  }
}
#top .top-about .top-about-textarea__text {
  margin-top: 3.2rem;
}
#top .top-about .top-about-textarea__link {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
#top .top-about .top-about-item {
  width: 76rem;
  display: flex;
  align-items: center;
  column-gap: 2rem;
  padding: 6rem;
  color: #fff;
  border-radius: 2rem;
  box-shadow: 0.2rem 0.2rem 0.3rem rgba(0, 0, 0, 0.06);
  transition: transform 0.1s, backdrop-filter 0.3s;
  position: relative;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item {
    width: 30rem;
    flex-direction: column;
    row-gap: 2rem;
    padding: 3rem 2rem;
    box-shadow: 0.4rem 0.4rem 0.3rem rgba(0, 0, 0, 0.06);
  }
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item:nth-of-type(2) {
    margin-bottom: 1.6rem;
  }
}
#top .top-about .top-about-item__image {
  width: 16rem;
  height: 21.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item__image {
    width: 10rem;
    height: 13.3rem;
  }
}
#top .top-about .top-about-item__textarea {
  flex: 1;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item__name {
    text-align: center;
  }
}
#top .top-about .top-about-item__name p {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item__name p {
    font-size: 2rem;
  }
}
#top .top-about .top-about-item__text {
  margin-top: 2.4rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  #top .top-about .top-about-item__text {
    margin-top: 1.8rem;
  }
}
#top .top-about .top-about-item__text p {
  line-height: 1.6;
  color: #F0EEF2;
}
#top .top-about__bottom {
  display: flex;
  justify-content: flex-end;
  margin-top: 6rem;
  position: relative;
  z-index: 3;
  pointer-events: none;
  padding-bottom: 1rem;
}
@media (max-width: 1019px) {
  #top .top-about__bottom {
    flex-direction: column;
    justify-content: initial;
    align-items: center;
    row-gap: 3rem;
    margin-top: 6rem;
  }
}
@media (max-width: 1019px) {
  #top .top-about__bottom .sp-sticky-item {
    position: sticky;
    top: 12.2rem;
  }
}
@media (max-width: 1019px) {
  #top .top-about__bottom .sp-sticky-item.is-change {
    image-rendering: pixelated;
    filter: blur(0);
  }
}
#top .top-business {
  padding-block: 6rem 2rem;
  background: #fff;
}
#top .top-business__contents {
  margin-top: 4rem;
}
#top .top-business__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 5rem;
}
@media (max-width: 1019px) {
  #top .top-business__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
#top .top-business .top-business-item {
  padding: 5rem 3.8rem 6rem;
  background: #F7F6F5;
  border-radius: 3rem;
  box-shadow: 0.2rem 0.2rem 0.4rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 1019px) {
  #top .top-business .top-business-item {
    padding: 4rem 2.5rem;
    border-radius: 1rem;
  }
}
#top .top-business .top-business-item__name h3 {
  font-size: 3.2rem;
  line-height: 1.3;
  font-weight: 500;
  display: inline-block;
  position: relative;
}
@media (max-width: 1019px) {
  #top .top-business .top-business-item__name h3 {
    font-size: 2rem;
  }
}
#top .top-business .top-business-item__name h3::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  top: 100%;
  left: 0;
}
#top .top-business .top-business-item__text {
  margin-top: 3.2rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  #top .top-business .top-business-item__text {
    margin-top: 2rem;
  }
}
#top .top-business .top-business-item__link {
  margin-top: 4rem;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1019px) {
  #top .top-business .top-business-item__link {
    margin-top: 3rem;
  }
}
@media (any-hover: hover) {
  #top .top-business .top-business-item:hover .top-business-item__name h3 {
    border-bottom: none;
  }
  #top .top-business .top-business-item:hover .top-business-item__name h3::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
#top .top-move-image {
  padding-block: 10rem 4rem;
  background: #fff;
  position: relative;
}
@media (max-width: 1019px) {
  #top .top-move-image {
    padding-block: 8rem 4rem;
  }
}
#top .top-move-image__items-row-wrap {
  display: flex;
  flex-direction: column;
  row-gap: 3rem;
}
@media (max-width: 1019px) {
  #top .top-move-image__items-row-wrap {
    row-gap: 2.4rem;
  }
}
#top .top-move-image__items-row {
  overflow: hidden;
  display: flex;
}
#top .top-move-image__items {
  display: flex;
  align-items: center;
  column-gap: 3rem;
  padding-left: 3rem;
}
#top .top-move-image__items.left-move, #top .top-move-image__items.right-move {
  will-change: transform;
}
#top .top-move-image .top-move-image-item {
  flex: 0 0 auto;
  width: 36rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item {
    width: 23rem;
  }
}
#top .top-move-image .top-move-image-item.wide-397 {
  width: 39.7rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item.wide-397 {
    width: 20rem;
  }
}
#top .top-move-image .top-move-image-item.wide-304 {
  width: 30.4rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item.wide-304 {
    width: 19.5rem;
  }
}
#top .top-move-image .top-move-image-item.wide-453 {
  width: 45.3rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item.wide-453 {
    width: 22.7rem;
  }
}
#top .top-move-image .top-move-image-item__image {
  overflow: hidden;
}
#top .top-move-image .top-move-image-item__image.left-bottom-radius-80 {
  border-bottom-left-radius: 8rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item__image.left-bottom-radius-80 {
    border-bottom-left-radius: 5.1rem;
  }
}
#top .top-move-image .top-move-image-item__image.right-top-radius-60 {
  border-top-right-radius: 6rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item__image.right-top-radius-60 {
    border-top-right-radius: 3.8rem;
  }
}
#top .top-move-image .top-move-image-item__image.right-bottom-radius-60 {
  border-bottom-right-radius: 6rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item__image.right-bottom-radius-60 {
    border-bottom-right-radius: 3.8rem;
  }
}
#top .top-move-image .top-move-image-item__image.left-top-radius-80 {
  border-top-left-radius: 8rem;
}
@media (max-width: 1019px) {
  #top .top-move-image .top-move-image-item__image.left-top-radius-80 {
    border-top-left-radius: 5.1rem;
  }
}
@keyframes left-move {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes right-move {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}
#top .top-news {
  padding-block: 8rem 12rem;
  background: #fff;
}
@media (max-width: 1019px) {
  #top .top-news {
    padding-block: 6rem 10rem;
  }
}
#top .top-news__contents {
  margin-top: 5.6rem;
}
@media (max-width: 1019px) {
  #top .top-news__contents {
    margin-top: 4rem;
  }
}
#top .top-news__items {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
}
#top .top-news .c-news-item {
  padding: 4rem;
  background: #F7F6F5;
  border-radius: 1rem;
}
@media (max-width: 1019px) {
  #top .top-news .c-news-item {
    padding: 2rem;
  }
}
#top .top-news .c-news-item__title {
  text-align: justify;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 500;
}
@media (max-width: 1019px) {
  #top .top-news .c-news-item__title {
    font-size: 1.6rem;
  }
}
#top .top-news .c-news-item__title a {
  position: relative;
  display: inline;
  background-image: linear-gradient(0deg, #333333 0%, #333333 0.1rem, transparent 0.1rem, transparent 100%);
  background-size: 100% 0.1rem;
  background-position: 0 100%;
  transition: background-size 0.4s ease;
  text-decoration: none;
}
@media (any-hover: hover) {
  #top .top-news .c-news-item:hover .c-news-item__title a {
    animation: lineDisappear-bg 0.6s forwards;
  }
}
#top .top-news .c-news-item__info {
  display: flex;
  align-items: center;
  column-gap: 3.6rem;
  margin-top: 1.6rem;
}
#top .top-news .c-news-item__date {
  font-size: 1.5rem;
  line-height: 1;
  color: #898989;
}
#top .top-news .c-news-item__category {
  display: flex;
  column-gap: 1.6rem;
}
#top .top-news .c-news-item__category .c-category-icon {
  padding: 0.8rem;
  font-size: 1.4rem;
  line-height: 1;
  border: 0.1rem solid #898989;
  border-radius: 0.4rem;
  color: #898989;
}
@media (max-width: 1019px) {
  #top .top-news .c-news-item__category .c-category-icon {
    padding: 0.7rem;
    font-size: 1.2rem;
  }
}

/* --------------------------------
お問い合わせ一覧
----------------------------------- */
#contact-list .contact-list {
  padding-top: 12rem;
}
@media (max-width: 1019px) {
  #contact-list .contact-list {
    padding-top: 6rem;
  }
}
#contact-list .contact-list__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5rem;
}
@media (max-width: 1019px) {
  #contact-list .contact-list__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
#contact-list .contact-list .contact-list-item {
  padding: 5rem 3.8rem 11.8rem;
  background: #F5F5F5;
  border-radius: 3rem;
  box-shadow: 0.6rem 0.6rem 0.4rem rgba(0, 0, 0, 0.06);
}
@media (max-width: 1019px) {
  #contact-list .contact-list .contact-list-item {
    padding: 3rem 2.5rem 4rem;
    border-radius: 2rem;
  }
}
#contact-list .contact-list .contact-list-item__name h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  font-weight: 700;
  display: inline-block;
  position: relative;
}
@media (max-width: 1019px) {
  #contact-list .contact-list .contact-list-item__name h2 {
    font-size: 2.4rem;
  }
}
#contact-list .contact-list .contact-list-item__name h2::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  top: 100%;
  left: 0;
}
#contact-list .contact-list .contact-list-item__text {
  margin-top: 3.2rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  #contact-list .contact-list .contact-list-item__text {
    margin-top: 2rem;
  }
}
#contact-list .contact-list .contact-list-item__text p {
  font-size: 2.1rem;
  line-height: 1.8;
}
@media (max-width: 1019px) {
  #contact-list .contact-list .contact-list-item__text p {
    font-size: 1.6rem;
  }
}
#contact-list .contact-list .contact-list-item__link {
  margin-top: 4rem;
}
@media (any-hover: hover) {
  #contact-list .contact-list .contact-list-item:hover .contact-list-item__name h2::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}

/* --------------------------------
business overview
----------------------------------- */
#business .business-header {
  width: 100%;
  height: 16.2rem;
  background: #fff;
  margin-top: 10rem;
}
@media (max-width: 1019px) {
  #business .business-header {
    height: 8.8rem;
  }
}
#business .business-header .inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 1019px) {
  #business .business-header .inner {
    flex-direction: column;
    justify-content: flex-end;
    align-items: initial;
    row-gap: 6rem;
  }
}
#business .business-header__title h2 {
  display: flex;
  flex-direction: column;
  row-gap: 1.6rem;
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 400;
}
@media (max-width: 1019px) {
  #business .business-header__title h2 {
    font-size: 1.4rem;
    row-gap: 1rem;
  }
}
#business .business-header__title h2 .ja-title {
  font-size: 4.8rem;
  font-weight: 700;
}
@media (max-width: 1019px) {
  #business .business-header__title h2 .ja-title {
    font-size: 2.4rem;
  }
}
#business .business {
  padding-top: 12rem;
}
@media (max-width: 1019px) {
  #business .business {
    padding-top: 3rem;
  }
}
#business .business.business02 {
  background: #fff;
}
#business .business__description {
  margin-bottom: 5rem;
}
@media (max-width: 1019px) {
  #business .business__description {
    margin-bottom: 6rem;
  }
}
#business .business__description p {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.8;
}
@media (max-width: 1019px) {
  #business .business__description p {
    font-size: 1.8rem;
  }
}
#business .business__blocks {
  display: flex;
  flex-direction: column;
  row-gap: 9rem;
}
@media (max-width: 1019px) {
  #business .business__blocks {
    row-gap: 5rem;
  }
}
#business .business .business-block {
  padding-top: 3rem;
}
#business .business .business-block__title {
  background: #688475;
  border-radius: 0.8rem;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 2rem;
}
@media (max-width: 1019px) {
  #business .business .business-block__title {
    padding: 1.6rem;
    border-radius: 0.4rem;
  }
}
#business .business .business-block__title h3 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 1019px) {
  #business .business .business-block__title h3 {
    font-size: 2rem;
    line-height: 1.2;
  }
}
#business .business .business-block__text {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
}
#business .business .business-block__items {
  margin-top: 6rem;
  border-top: 0.1rem solid #D3CDD9;
}
#business .business .business-block .business-block-item {
  padding-block: 4rem 5rem;
  border-bottom: 0.1rem solid #D3CDD9;
}
#business .business .business-block .business-block-item__title h4 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.6;
  color: #688475;
}
@media (max-width: 1019px) {
  #business .business .business-block .business-block-item__title h4 {
    font-size: 1.8rem;
  }
}
#business .business .business-block .business-block-item__contents {
  margin-top: 2rem;
  display: flex;
  column-gap: 3rem;
}
@media (max-width: 1019px) {
  #business .business .business-block .business-block-item__contents {
    flex-direction: column;
    row-gap: 2rem;
  }
}
#business .business .business-block .business-block-item__image {
  width: 33rem;
  border-radius: 0.8rem;
  overflow: hidden;
}
@media (max-width: 1019px) {
  #business .business .business-block .business-block-item__image {
    width: 100%;
  }
}
#business .business .business-block .business-block-item__text {
  text-align: justify;
  flex: 1;
}

/* --------------------------------
プライバシーポリシー
----------------------------------- */
#privacy-policy .privacy-policy {
  padding-top: 12rem;
}
@media (max-width: 1019px) {
  #privacy-policy .privacy-policy {
    padding-top: 6rem;
  }
}
#privacy-policy .privacy-policy__contents {
  font-size: 1.5rem;
  text-align: justify;
}
@media (max-width: 1019px) {
  #privacy-policy .privacy-policy__contents {
    font-size: 1.4rem;
  }
}
#privacy-policy .privacy-policy__items {
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
  row-gap: 8rem;
}
#privacy-policy .privacy-policy__item {
  padding-top: 4rem;
  position: relative;
}
#privacy-policy .privacy-policy__item::before {
  content: "";
  width: 10rem;
  height: 0.1rem;
  background: #DC6163;
  position: absolute;
  top: 0;
  left: 0;
}
#privacy-policy .privacy-policy__item h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  margin-bottom: 2rem;
}
#privacy-policy .privacy-policy__item ul {
  padding-left: 1.6rem;
}
#privacy-policy .privacy-policy__item ul li {
  padding-left: 0.7em;
  text-indent: -0.7em;
}
#privacy-policy .privacy-policy__item ol {
  list-style: decimal;
  list-style-position: inside;
  display: flex;
  flex-direction: column;
}
#privacy-policy .privacy-policy__item ol li {
  padding-left: 1em;
  text-indent: -1em;
}
#privacy-policy .privacy-policy__item > ol {
  row-gap: 1.6rem;
}
#privacy-policy .privacy-policy__item > ol > li > ol {
  margin-top: 0.8rem;
  row-gap: 0.4rem;
}
#privacy-policy .privacy-policy__item > ol > li > ol > li > ol {
  margin-top: 0.8rem;
  row-gap: 0.4rem;
}
#privacy-policy .privacy-policy__item .item-info {
  margin-top: 2rem;
}
#privacy-policy .privacy-policy__item .item-info p a {
  text-decoration: underline;
}

/* --------------------------------
サイトマップ
----------------------------------- */
#site-map .site-map {
  padding-top: 12rem;
  padding-bottom: 0.2rem;
}
@media (max-width: 1019px) {
  #site-map .site-map {
    padding-top: 6rem;
  }
}
#site-map .site-map__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 1019px) {
  #site-map .site-map__items {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 5rem;
  }
}
#site-map .site-map__item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 4rem;
}
#site-map .site-map__item a {
  position: relative;
}
#site-map .site-map__item a::before {
  content: "";
  width: 100%;
  height: 0.1rem;
  background: #333333;
  position: absolute;
  top: 100%;
  left: 0;
  clip-path: inset(0 100% 0 0);
  transition: all 0.6s;
}
@media (any-hover: hover) {
  #site-map .site-map__item a:hover::before {
    animation: lineAppear 0.3s forwards;
  }
}
#site-map .site-map__item > li {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 3rem;
}
#site-map .site-map__item > li > a {
  font-size: 3.2rem;
  display: inline-block;
  font-weight: 500;
}
@media (max-width: 1019px) {
  #site-map .site-map__item > li > a {
    font-size: 2rem;
  }
}
#site-map .site-map__item > li > a::before {
  clip-path: inset(0);
}
@media (any-hover: hover) {
  #site-map .site-map__item > li > a:hover::before {
    animation: lineDisappear 0.3s forwards, lineAppear 0.3s 0.3s forwards;
  }
}
#site-map .site-map__item > li .site-map-subnav {
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 2rem;
}
#site-map .site-map__item > li .site-map-subnav li a {
  display: inline-block;
  font-size: 1.8rem;
  color: #717071;
}
@media (max-width: 1019px) {
  #site-map .site-map__item > li .site-map-subnav li a {
    font-size: 1.6rem;
  }
}

/* --------------------------------
404ページ
----------------------------------- */
#not-found .not-found {
  padding-block: 10rem;
  text-align: center;
}/*# sourceMappingURL=style.css.map */