@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
}

/*!
foundation > reset
------------------------------
*/
/* 
html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*!
foundation > base
------------------------------
*/
/* font reset
---------------------------------------------------------- */
body, html {
  font: 16px/1.231 "Noto Sans JP", sans-serif;
  font: 16px "Noto Sans JP", sans-serif;
  *font-size: small;
  *font: x-small;
  width: 100%;
  height: auto;
  color: #fff;
  -webkit-text-size-adjust: none;
  -webkit-font-feature-settings: "normal";
          font-feature-settings: "normal";
  -ms-font-feature-settings: "normal";
  font-weight: 500;
}

#wrapper {
  width: 100%;
  overflow: clip;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
}

select, input, button, textarea {
  font: 99% "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

#yui3-css-stamp.cssfonts {
  display: none;
}

/***************************************
 * clear fix
****************************************/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  display: inline-block;
  min-height: 1%; /* for IE 7 and MacIE5.5*/
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/***************************************
 共通css
****************************************/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: inherit;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
button {
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

html, body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html:focus-within {
  scroll-behavior: smooth;
}

body {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1.75;
  color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  background-color: #000;
}
body.navOpen {
  overflow: hidden;
}

address {
  font-style: normal;
}

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

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

#wrapper {
  margin: 0 auto;
  position: relative;
}

/*!
utility > utility
------------------------------
*/
.u-mb-1em {
  margin-bottom: 1em;
}

.u-inlineBlock {
  display: inline-block;
}
@media screen and (min-width: 769px) {
  .u-inlineBlock--pc {
    display: inline-block;
  }
}

.u-lower-fv {
  position: relative;
}
.u-lower-fv--inner {
  width: 86%;
  margin-inline: auto;
  padding: 230px 0 110px;
  min-height: 620px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .u-lower-fv--inner {
    min-height: 300px;
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 399px) {
  .u-lower-fv--inner {
    min-height: 200px;
  }
}
.u-lower-fv--text {
  max-width: 680px;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.u-lower-fv--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 120px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-lower-fv--image {
    height: calc(100% + 40px);
  }
}
.u-lower-fv--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-fv-short {
  position: relative;
}
.u-fv-short--inner {
  width: 86%;
  margin-inline: auto;
  padding: 130px 0 110px;
  min-height: 310px;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.7);
}
@media screen and (max-width: 768px) {
  .u-fv-short--inner {
    min-height: 200px;
    padding: 70px 0 50px;
  }
}
@media screen and (max-width: 399px) {
  .u-fv-short--inner {
    min-height: 150px;
    padding: 50px 0;
  }
}
.u-fv-short--title {
  font-size: clamp(2.8rem, 6vw, 6rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 0.1em;
}
.u-fv-short--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 490px);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .u-fv-short--image {
    height: calc(100% + 320px);
  }
}
@media screen and (max-width: 399px) {
  .u-fv-short--image {
    height: calc(100% + 150px);
  }
}
.u-fv-short--image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.u-spec-item--name {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: clamp(1.4rem, 1.7vw, 1.7rem);
  font-weight: 400;
  letter-spacing: 0;
  margin: 1em auto;
  line-height: 1.5;
}
.u-spec-item--detail {
  font-size: clamp(1.1rem, 1.4vw, 1.4rem);
  border-top: 1px solid #c1c1c1;
  display: grid;
  grid-template-columns: 8em 1fr;
}
@media screen and (max-width: 768px) {
  .u-spec-item--detail {
    grid-template-columns: 7em 1fr;
  }
}
.u-spec-item--detail dt, .u-spec-item--detail dd {
  border-bottom: 1px solid #c1c1c1;
  padding: 0.5em 0;
  line-height: 1.2;
  letter-spacing: 0;
}
.u-spec-item--detail dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .u-spec-item--detail dt {
    padding-right: 1em;
  }
}
.u-spec-item--aside {
  font-size: clamp(1rem, 1.3vw, 1.3rem);
  text-align: right;
  line-height: 1.2;
  margin-top: 0.75em;
  letter-spacing: 0;
}

/*!
animation > fadein
------------------------------
*/
/* スクロールCSS */
.fadeIn {
  opacity: 0;
  -webkit-transition-duration: 1000ms;
          transition-duration: 1000ms;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

.fadeIn-up {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
}

.fadeIn-down {
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
}

.fadeIn-left {
  -webkit-transform: translate(-50px, 0);
          transform: translate(-50px, 0);
}

.fadeIn-right {
  -webkit-transform: translate(50px, 0);
          transform: translate(50px, 0);
}

.fadeIn.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*!
animation > loading
------------------------------
*/
/* ローディングアニメーション */
#loader-bg {
  background: #000;
  position: fixed;
  z-index: 99999;
  width: 100vw;
  height: 100vh !important;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.loading-mark {
  margin: auto;
  width: 100px;
  height: 100px;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  text-align: center;
  background: url("../img/common/logo_mark.svg") no-repeat center center;
  background-size: contain;
  -webkit-animation: sk-bounce 2s infinite ease-in-out;
          animation: sk-bounce 2s infinite ease-in-out;
}
.loading-mark svg {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes sk-bounce {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@keyframes sk-bounce {
  0%, 100% {
    opacity: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
            transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
            transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 120px;
  height: 90px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #FFF;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #FFF;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
          animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
          animation-iteration-count: 2;
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotateZ(0);
            transform: rotateZ(0);
  }
  100% {
    -webkit-transform: rotateZ(360deg);
            transform: rotateZ(360deg);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}
.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.splide__list {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}
.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  pointer-events: none;
}
.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}
.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}
.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  -webkit-animation: splide-loading 1s infinite linear;
          animation: splide-loading 1s infinite linear;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle__pause {
  display: none;
}
.splide__toggle.is-active .splide__toggle__play {
  display: none;
}
.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*!
component > btn
------------------------------
*/
.c-btn-contact {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
  line-height: 1;
  padding: 0.8em 4em 0.8em 1.5em;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 399px) {
  .c-btn-contact {
    padding: 0.9em 3em 0.9em 1.5em;
  }
}
.c-btn-contact::before {
  content: "";
  position: absolute;
  right: 1.5em;
  top: calc(50% - 0.4em);
  display: block;
  background: url("../img/common/ico_arrow-01.svg") no-repeat center center;
  width: 0.8em;
  height: 0.8em;
}
@media (any-hover: hover) {
  .c-btn-contact:hover {
    background-color: #333;
  }
}
.c-btn-contact:active {
  background-color: #333;
}

.c-btn-more {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  border: 1px solid currentColor;
  border-radius: 100vmax;
  padding: 1em 2em 1em 3.25em;
  display: inline-block;
  line-height: 1.5;
  position: relative;
}
.c-btn-more::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 2em;
  top: calc(50% - 4px);
}
@media (any-hover: hover) {
  .c-btn-more:hover {
    color: #fff;
    background-color: #000;
  }
}
.c-btn-more:active {
  color: #fff;
  background-color: #000;
}
@media (any-hover: hover) {
  .c-btn-more--white:hover {
    color: #000;
    background-color: #fff;
  }
}
.c-btn-more--white:active {
  color: #000;
  background-color: #fff;
}

.c-btn-back {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Arial", "Noto Sans JP", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  padding-left: 1.2em;
  display: inline-block;
  position: relative;
}
.c-btn-back::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 0.3em);
  width: 0.6em;
  height: 0.6em;
  background: url("../img/common/ico_arrow-back.svg") no-repeat left center;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
@media (any-hover: hover) {
  .c-btn-back:hover::before {
    left: -0.3em;
  }
}
.c-btn-back:active::before {
  left: -0.3em;
}

.c-btn-submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  position: relative;
  cursor: pointer;
}
.c-btn-submit::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  top: calc(50% - 0.5em);
  background: url("../img/common/ico_arrow-03.svg") no-repeat center bottom;
}
.c-btn-submit--input {
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 100vmax;
  font-size: clamp(1.6rem, 1.9vw, 1.9rem);
  line-height: 1.2;
  padding: 1.5em 6em 1.5em 2em;
  cursor: pointer;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
@media (any-hover: hover) {
  .c-btn-submit--input:hover {
    background-color: #333;
  }
}
.c-btn-submit--input:active {
  background-color: #333;
}

/*!
component > title
------------------------------
*/
.c-title-simple--en {
  font-size: clamp(3.2rem, 7.7vw, 7.7rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 0.2em;
}
.c-title-simple--jp {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
}

.c-title-top-business {
  font-size: clamp(1.7rem, 2.5vw, 2.5rem);
  font-weight: 500;
  padding: 1.2em 0 0;
  margin-bottom: 0.9em;
}
.c-title-top-business--jp {
  margin-bottom: 0.4em;
  line-height: 1.5;
}
.c-title-top-business--en {
  color: #b5b5b5;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.c-title-top-pages {
  position: relative;
}
.c-title-top-pages--en {
  font-size: clamp(3.2rem, 7.7vw, 7.7rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.1;
  margin-bottom: 0.1em;
}
.c-title-top-pages--jp {
  font-size: clamp(1.5rem, 2vw, 2rem);
  font-weight: 500;
}

.c-title-lp {
  font-size: clamp(3rem, 6.2vw, 6.2rem);
}
.c-title-lp--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.c-title-lp--jp {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  margin-top: 0.2em;
}

.c-title-page {
  position: relative;
}
.c-title-page--en {
  font-size: clamp(3.2rem, 10vw, 10rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
  letter-spacing: 0.06em;
  margin-bottom: 0.1em;
}
.c-title-page--jp {
  font-size: clamp(1.6rem, 2.2vw, 2.2rem);
  font-weight: 400;
  margin-bottom: 2em;
}

.c-title-lower {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  row-gap: 0.2em;
  padding: 30px 0 0;
  font-size: clamp(2.2rem, 4vw, 4rem);
  margin-bottom: 1.1em;
}
.c-title-lower--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.02em;
  line-height: 1;
}
.c-title-lower--jp {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: 400;
  line-height: 1.3;
}
.c-title-lower::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-color: currentColor;
  width: 0;
  height: 8px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media screen and (max-width: 768px) {
  .c-title-lower::before {
    height: 5px;
  }
}
.c-title-lower.scrollin::before {
  width: 100%;
}

.c-title-bg {
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.14em;
  margin-bottom: 0.8em;
}
.c-title-bg--inner {
  position: relative;
  color: #000;
  display: inline-block;
  line-height: 1;
}
.c-title-bg--inner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.c-title-bg--inner.scrollin::before {
  width: 100%;
}

/*!
component > pager
------------------------------
*/
.c-pager {
  text-align: center;
}

.c-pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 2vw, 2rem);
}

.c-pager-btn {
  color: #c1c1c1;
  min-width: 1em;
  display: inline-block;
}
.c-pager-btn.c-pager-btn-active {
  color: #000;
  pointer-events: none;
}
@media (any-hover: hover) {
  .c-pager-btn:hover {
    color: #000;
  }
}
.c-pager-btn:active {
  color: #000;
}

.c-pager-prev, .c-pager-next {
  width: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (any-hover: hover) {
  .c-pager-prev:hover, .c-pager-next:hover {
    opacity: 0.7;
  }
}
.c-pager-prev:active, .c-pager-next:active {
  opacity: 0.7;
}

.c-pager-prev {
  margin-right: 2em;
}

.c-pager-next {
  margin-left: 2em;
}

/*!
layout > container
------------------------------
*/
.l-container-center, .l-container-s, .l-container-m, .l-container-l, .l-container {
  width: 86%;
  margin-inline: auto;
}

.l-container-l {
  max-width: 1380px;
}

.l-container-m {
  max-width: 1080px;
}

.l-container-s {
  max-width: 860px;
}

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

.l-container-right {
  text-align: right;
  margin: auto 0 auto auto;
}

.l-container-white {
  color: #000;
  background-color: #fff;
}

.l-container-black {
  color: #fff;
  background-color: #000;
}

.l-container-gray {
  color: #fff;
  background-color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .l-container-gray .l-container-m {
    padding-left: 2%;
  }
}

.l-container-white, .l-container-black, .l-container-gray {
  width: 94%;
  padding: 145px 0 190px;
}
@media screen and (max-width: 768px) {
  .l-container-white, .l-container-black, .l-container-gray {
    width: 97%;
    padding: 50px 0 60px;
  }
}

/*!
layout > header
------------------------------
*/
header {
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 120px;
  z-index: 10000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 859px) {
  header {
    height: 62px;
  }
}
header.header-lower {
  background-color: #000;
  position: relative;
}

.header-nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 120px;
  padding: 0 70px;
}
@media screen and (max-width: 1115px) {
  .header-nav-wrap {
    padding: 0 5%;
  }
}
@media screen and (max-width: 859px) {
  .header-nav-wrap {
    height: 60px;
    padding: 0 60px 0 4%;
  }
}

.header-pc-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 3.5em;
     -moz-column-gap: 3.5em;
          column-gap: 3.5em;
  font-size: clamp(1.4rem, 1.6vw, 1.6rem);
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1115px) {
  .header-pc-nav {
    -webkit-column-gap: 2em;
       -moz-column-gap: 2em;
            column-gap: 2em;
  }
}
@media screen and (max-width: 859px) {
  .header-pc-nav {
    display: none;
  }
}
.header-pc-nav--link {
  position: relative;
}
.header-pc-nav--link::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: -0.2em;
  opacity: 0;
  -webkit-transition: width 0.5s, opacity 0.5s;
  transition: width 0.5s, opacity 0.5s;
}
@media (any-hover: hover) {
  .header-pc-nav--link:hover::after {
    width: 100%;
    opacity: 1;
  }
}
.header-pc-nav--link:active::after {
  width: 100%;
  opacity: 1;
}

.header-name {
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.12em;
  position: relative;
  z-index: 10001;
}
@media (any-hover: hover) {
  .header-name a:hover {
    opacity: 0.7;
  }
}
.header-name a:active {
  opacity: 0.7;
}

.header-contact {
  position: relative;
  z-index: 10001;
}

.header-hamburger {
  position: absolute;
  width: 52px;
  height: 62px;
  top: 0;
  right: 0;
  z-index: 10000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 860px) {
  .header-hamburger {
    display: none;
  }
}
@media (any-hover: hover) {
  .header-hamburger:hover {
    background-color: #333;
  }
}
.header-hamburger:active {
  background-color: #333;
}
.header-hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 30%;
  height: 1px;
  background-color: currentColor;
  width: 40%;
}
.header-hamburger span:nth-of-type(1) {
  top: 24px;
}
.header-hamburger span:nth-of-type(2) {
  top: 31px;
}
.header-hamburger span:nth-of-type(3) {
  top: 38px;
}
.header-hamburger.open span:nth-of-type(1) {
  top: 24px;
  left: 30%;
  -webkit-transform: translateY(6px) rotate(-45deg);
          transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
.header-hamburger.open span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.open span:nth-of-type(3) {
  top: 36px;
  left: 30%;
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
  width: 35%;
}

.header-gnav {
  overflow: hidden;
  position: fixed;
  top: -110%;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
  padding: 70px 0 0;
  font-size: clamp(1.4rem, 2.2vw, 2.2rem);
  padding: 1em;
  z-index: 1000;
}
.header-gnav::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.header-gnav.open {
  display: block;
  top: 0;
  overflow: hidden;
}
.header-gnav--inner {
  width: 88%;
  margin-inline: auto;
  margin-top: 70px;
}
.header-gnav--inner li {
  border-bottom: 1px solid currentColor;
}
.header-gnav--link {
  padding: 1em;
  display: block;
  position: relative;
}
.header-gnav--link::after {
  content: "";
  width: 1em;
  height: 1em;
  position: absolute;
  right: 1em;
  top: calc(50% - 0.5em);
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  background-size: contain;
}

/*!
layout > footer
------------------------------
*/
footer {
  background-color: #000;
  width: 100%;
  margin: 0 auto;
  padding: 1.8em 0;
  border-top: 1px solid #fff;
  text-align: center;
}
footer.footer-lower {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  footer.footer-lower {
    margin-top: 50px;
  }
}
@media screen and (max-width: 399px) {
  footer.footer-lower {
    margin-top: 40px;
  }
}

.footer-name {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(1.5rem, 1.9vw, 1.9rem);
  line-height: 1.5;
}

.footer-copy {
  text-align: center;
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

/*!
page > top
------------------------------
*/
.top-fv {
  position: relative;
}
.top-fv--image {
  position: relative;
  min-height: 810px;
}
@media screen and (max-width: 859px) {
  .top-fv--image {
    min-height: 80vh;
  }
}
.top-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 810px;
}
@media screen and (max-width: 859px) {
  .top-fv--image img {
    min-height: 80vh;
  }
}
.top-fv--inner {
  position: absolute;
  top: 35%;
  left: 7%;
  text-align: center;
  width: 86%;
}
.top-fv--logo {
  max-width: 485px;
  width: 86%;
  margin-inline: auto;
}
.top-fv--text {
  margin-top: 5em;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.67;
  letter-spacing: 0.03em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
.top-fv--by {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  letter-spacing: 0.04em;
}

.top-business {
  color: #000;
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .top-business {
    padding: 70px 0;
  }
}
.top-business--inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .top-business--inner {
    margin-top: 45px;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }
}

.top-business-item {
  border-top: 14px solid currentColor;
  padding-right: 10%;
}
@media screen and (max-width: 768px) {
  .top-business-item {
    border-top: 7px solid currentColor;
    padding-right: 0;
  }
}
.top-business-item:nth-child(2) {
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  .top-business-item:nth-child(2) {
    margin-top: 0;
  }
}
.top-business-item:nth-child(3) {
  margin-top: 28px;
}
@media screen and (max-width: 768px) {
  .top-business-item:nth-child(3) {
    margin-top: 0;
  }
}
.top-business-item--text {
  letter-spacing: 0;
  margin-bottom: 2.2em;
}
@media screen and (max-width: 768px) {
  .top-business-item--image {
    padding-right: 10%;
  }
}
.top-business-item--link {
  margin-top: 3em;
}
@media screen and (max-width: 768px) {
  .top-business-item--link {
    text-align: right;
  }
}

.top-pages {
  position: relative;
}

.top-pages-item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 560px;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .top-pages-item {
    min-height: auto;
    aspect-ratio: 4/3;
    max-height: auto;
  }
}
.top-pages-item::before {
  content: "";
  width: calc(100% - 100px);
  height: calc(100% - 100px);
  position: absolute;
  left: 50px;
  top: 50px;
  background-color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 768px) {
  .top-pages-item::before {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    left: 25px;
    top: 25px;
  }
}
.top-pages-item::after {
  content: "";
  width: 86px;
  height: 86px;
  background: url("../img/common/ico_arrow-02.svg") no-repeat center center #fff;
  background-size: 22%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 100px;
  bottom: 100px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}
@media screen and (max-width: 768px) {
  .top-pages-item::after {
    width: 42px;
    height: 42px;
    right: 50px;
    bottom: 50px;
  }
}
@media (any-hover: hover) {
  .top-pages-item:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .top-pages-item:hover::after {
    background-color: #000;
    background-image: url("../img/common/ico_arrow-03.svg");
    border-color: #fff;
  }
}
.top-pages-item:active::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.top-pages-item:active::after {
  background-color: #000;
  background-image: url("../img/common/ico_arrow-03.svg");
  border-color: #fff;
}
.top-pages-item--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.top-pages-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.top-pages-item--inner {
  position: relative;
  width: calc(90% - 100px);
  height: 100%;
  margin-inline: auto;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .top-pages-item--inner {
    padding-top: 50px;
    width: calc(90% - 60px);
  }
}
.top-pages-item--text {
  width: 100%;
  margin-inline: auto;
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .top-pages-item--text {
    margin-top: 2em;
    font-size: 1.2rem;
    position: absolute;
    left: 0;
    bottom: 50px;
    padding-right: 80px;
  }
}

.top-news {
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 70px 0;
  }
}
.top-news--inner {
  display: grid;
  grid-template-columns: 240px 71%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 991px) {
  .top-news--inner {
    grid-template-columns: 240px 1fr;
  }
}
@media screen and (max-width: 768px) {
  .top-news--inner {
    grid-template-columns: 1fr;
  }
}

@media screen and (min-width: 769px) {
  .top-news-head {
    grid-row: 1/2;
  }
}
.top-news-head--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  letter-spacing: 0.1em;
}
.top-news-head--jp {
  font-weight: 400;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

@media screen and (min-width: 769px) {
  .top-news-list {
    grid-row: 1/3;
  }
}
.top-news-list--item {
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 769px) {
  .top-news-list--item:first-child .top-news-list--link {
    padding: 1em 1.5em 2.5em 0;
  }
}
.top-news-list--link {
  padding: 2.5em 1.5em 2.5em 0;
  display: grid;
  grid-template-columns: 7em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .top-news-list--link {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
  }
}
.top-news-list--link::before {
  content: "";
  background: url("../img/common/ico_arrow-03.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.top-news-list--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #cacaca;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media (any-hover: hover) {
  .top-news-list--link:hover::before {
    right: -0.3em;
  }
  .top-news-list--link:hover::after {
    width: 100%;
  }
}
.top-news-list--link:active::before {
  right: -0.3em;
}
.top-news-list--link:active::after {
  width: 100%;
}
.top-news-list--date {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .top-news-list--text {
    padding-left: 1em;
  }
}

@media screen and (min-width: 769px) {
  .top-news-link {
    grid-row: 2/3;
    align-self: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .top-news-link {
    justify-self: flex-end;
    margin-top: 3em;
  }
}

.top-bottom-image {
  width: calc(100% - 100px);
  margin-inline: auto;
}
@media screen and (max-width: 991px) {
  .top-bottom-image {
    width: 92%;
  }
}

.top-access {
  padding: 180px 0 130px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  min-height: 400px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .top-access {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2.5em;
    padding: 70px 0;
  }
}
.top-access--inner {
  width: 270px;
}
@media screen and (max-width: 768px) {
  .top-access--inner {
    width: 100%;
  }
}
.top-access--map {
  display: block;
  width: calc(89vw - 270px);
  margin-right: calc(-89vw - 270px);
}
@media screen and (max-width: 768px) {
  .top-access--map {
    width: 93vw;
    margin-right: -7vw;
  }
}
.top-access--map iframe {
  width: 100%;
  height: 100%;
  min-height: 400px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .top-access--map iframe {
    min-height: 300px;
  }
}

.top-access-title--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2.4rem, 4.2vw, 4.2rem);
  letter-spacing: 0.1em;
}
.top-access-title--jp {
  font-weight: 400;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

.top-access-address {
  font-size: clamp(1.5rem, 2.4vw, 2.4rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.6;
  margin-top: 1.8em;
}

/*!
page > lp
------------------------------
*/
.lp-fv {
  position: relative;
}
.lp-fv--image {
  position: relative;
  min-height: 810px;
}
@media screen and (max-width: 859px) {
  .lp-fv--image {
    min-height: 80vh;
  }
}
.lp-fv--image img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 810px;
}
@media screen and (max-width: 859px) {
  .lp-fv--image img {
    min-height: 80vh;
  }
}
.lp-fv--video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 810px;
}
@media screen and (max-width: 859px) {
  .lp-fv--video {
    min-height: 80vh;
  }
}
.lp-fv--inner {
  position: absolute;
  top: 35%;
  left: 7%;
  text-align: center;
  width: 86%;
}
.lp-fv--logo {
  max-width: 485px;
  width: 86%;
  margin-inline: auto;
}
.lp-fv--text {
  margin-top: 5em;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.67;
  letter-spacing: 0.03em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.7);
}
.lp-fv--by {
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 2.5em;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  letter-spacing: 0.04em;
}

.lp-unbalance {
  padding: 150px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-unbalance {
    padding: 70px 0;
  }
}
.lp-unbalance--image {
  position: absolute;
  right: 0;
  top: 150px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 8%;
     -moz-column-gap: 8%;
          column-gap: 8%;
  width: 60%;
  height: calc(100% - 300px);
}
.lp-unbalance--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .lp-unbalance--image {
    top: 70px;
    height: calc(100% - 140px);
    width: 80%;
    height: 55vh;
  }
}

.lp-unbalance-head {
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  padding-top: 1em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 768px) {
  .lp-unbalance-head {
    margin-bottom: 30vh;
  }
}
.lp-unbalance-head--jp {
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.25em;
}
.lp-unbalance-head--en {
  color: #b5b5b5;
  font-size: clamp(1.8rem, 2.9vw, 2.9rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.lp-unbalance-contents {
  max-width: 565px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .lp-unbalance-contents {
    width: 100%;
  }
}

.lp-unbalance-item {
  border-top: 1px solid currentColor;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  padding: 1.5em 0 0;
}
@media screen and (max-width: 991px) {
  .lp-unbalance-item {
    -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
            filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.7));
  }
}
.lp-unbalance-item:not(:last-child) {
  padding: 1.5em 0 2.2em;
}
.lp-unbalance-item--head {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
}
.lp-unbalance-item--title {
  font-size: clamp(2rem, 3.4vw, 3.4rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0.3em;
}

.lp-dynamic {
  color: #000;
  background-color: #fff;
  padding: 145px 0 150px;
}
@media screen and (max-width: 768px) {
  .lp-dynamic {
    padding: 70px 0;
  }
}
.lp-dynamic--inner {
  font-size: clamp(2.6rem, 6.2vw, 6.2rem);
  display: grid;
  grid-template-columns: 1em 1fr;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  row-gap: 1em;
}
@media screen and (max-width: 768px) {
  .lp-dynamic--inner {
    -webkit-column-gap: 0.8em;
       -moz-column-gap: 0.8em;
            column-gap: 0.8em;
  }
}
.lp-dynamic--head {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.04em;
  line-height: 0.8;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  grid-column: 1/2;
  grid-row: 1/4;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  padding-right: 0.25em;
}
.lp-dynamic--title {
  grid-column: 2/3;
  font-size: clamp(2rem, 4.6vw, 4.6rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1.5;
}
.lp-dynamic .lp-dynamic-item {
  grid-column: 2/3;
  border-top: 8px solid currentColor;
  padding: 55px 0 0;
  display: grid;
  grid-template-columns: 1fr 520px;
  -webkit-column-gap: 4%;
     -moz-column-gap: 4%;
          column-gap: 4%;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  letter-spacing: 0;
}
@media screen and (max-width: 1439px) {
  .lp-dynamic .lp-dynamic-item {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 1115px) {
  .lp-dynamic .lp-dynamic-item {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lp-dynamic .lp-dynamic-item {
    border-width: 4px;
    padding: 30px 0 0;
  }
}
.lp-dynamic .lp-dynamic-item--detail {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.lp-dynamic .lp-dynamic-item--title {
  font-size: clamp(1.8rem, 3.4vw, 3.4rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.75em;
}
@media screen and (max-width: 1115px) {
  .lp-dynamic .lp-dynamic-item--title {
    padding-top: 1.5em;
  }
}
.lp-dynamic .lp-dynamic-item--text {
  line-height: 1.9;
  margin-bottom: 1.5em;
}
.lp-dynamic .lp-dynamic-item--aside {
  color: #b5b5b5;
  font-size: clamp(1.3rem, 1.7vw, 1.7rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  line-height: 1.2;
}

.lp-merit {
  background: url("../img/lp/img_merit-01.jpg") no-repeat center right;
  background-size: cover;
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .lp-merit {
    padding: 70px 0 50px;
    background-position: right 30% center;
  }
}

.lp-merit-head {
  font-size: clamp(2.2rem, 4.6vw, 4.6rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-bottom: 1em;
}
.lp-merit-head--en {
  color: #b5b5b5;
  font-size: clamp(1.8rem, 2.9vw, 2.9rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.lp-merit-head--jp {
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}

.lp-merit-contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 6.8%;
     -moz-column-gap: 6.8%;
          column-gap: 6.8%;
  max-width: 865px;
}
@media screen and (max-width: 768px) {
  .lp-merit-contents {
    grid-template-columns: 1fr 1.2fr;
  }
}

.lp-merit-item {
  border-top: 1px solid currentColor;
  font-size: clamp(1.6rem, 3vw, 3rem);
  font-weight: 300;
  padding: 0.75em 0 1em;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.9);
}
.lp-merit-item dt {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.1em;
  margin-bottom: 0.5em;
}
.lp-merit-item dd {
  line-height: 1.6;
}

.lp-merit-block {
  background-color: #000;
  font-size: clamp(2rem, 4vw, 4.5rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-align: center;
  line-height: 1.2;
  padding: 0.5em 1em;
  margin-top: 1em;
}

.lp-case {
  padding: 145px 0 150px;
}
@media screen and (max-width: 768px) {
  .lp-case {
    padding: 70px 0;
  }
}

.lp-case-block {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 1279px) {
  .lp-case-block {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }
}
@media screen and (max-width: 768px) {
  .lp-case-block {
    margin-top: 35px;
  }
}
.lp-case-block .lp-case-item {
  border-top: 14px;
  position: relative;
}
.lp-case-block .lp-case-item::before {
  content: "";
  width: 0;
  height: 14px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: width 1s;
  transition: width 1s;
}
@media screen and (max-width: 1279px) {
  .lp-case-block .lp-case-item::before {
    height: 6px;
  }
}
@media screen and (max-width: 768px) {
  .lp-case-block .lp-case-item::before {
    height: 4px;
  }
}
.lp-case-block .lp-case-item.scrollin::before {
  width: 100%;
}
@media screen and (min-width: 1280px) {
  .lp-case-block .lp-case-item:nth-child(2) {
    margin-top: 14px;
  }
  .lp-case-block .lp-case-item:nth-child(3) {
    margin-top: 28px;
  }
}
@media screen and (max-width: 1279px) {
  .lp-case-block .lp-case-item {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .lp-case-block .lp-case-item {
    display: block;
  }
}
.lp-case-block .lp-case-item--case {
  font-size: clamp(2rem, 4vw, 4rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  padding-top: 1.2em;
  margin-bottom: 0.6em;
  line-height: 1.2;
}
.lp-case-block .lp-case-item--title {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 2em;
  padding-right: 9%;
}

.lp-case-list {
  width: 90%;
  font-size: clamp(1.2rem, 1.5vw, 1.5rem);
  font-weight: 400;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  border-bottom: 1px solid currentColor;
}
.lp-case-list .lp-case-detail {
  padding: 0.5em 0;
  border-top: 1px solid currentColor;
  line-height: 1.2;
  letter-spacing: 0;
  display: grid;
  grid-template-columns: 4em 1fr;
  -webkit-column-gap: 0.25em;
     -moz-column-gap: 0.25em;
          column-gap: 0.25em;
  padding-left: 1.1em;
  position: relative;
}
.lp-case-list .lp-case-detail:first-child {
  grid-column: 1/3;
}
.lp-case-list .lp-case-detail::before {
  content: "";
  display: block;
  width: 3px;
  height: 1em;
  position: absolute;
  left: 0;
  top: calc(50% - 0.5em);
  background-color: currentColor;
}
.lp-case-list .lp-case-detail dt {
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
  text-justify: inter-ideograph;
  width: 100%;
}
.lp-case-list .lp-case-detail dd::before {
  content: "：";
  margin-right: 0.25em;
}

.lp-case-image {
  width: 90%;
  margin-top: 2.2em;
}
@media screen and (max-width: 1279px) {
  .lp-case-image {
    grid-column: 2/3;
    grid-row: 1/4;
    align-self: flex-end;
    margin-top: 0;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .lp-case-image {
    margin-top: 2.2em;
  }
}

.lp-spec {
  color: #000;
  background-color: #fff;
  padding: 150px 0;
}
@media screen and (max-width: 768px) {
  .lp-spec {
    padding: 70px 0;
  }
}

.lp-spec-lead {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.5em;
     -moz-column-gap: 1.5em;
          column-gap: 1.5em;
  padding: 75px 0 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .lp-spec-lead {
    display: block;
    padding: 40px 0 35px;
  }
}
.lp-spec-lead::before {
  content: "";
  width: 0;
  height: 12px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-spec-lead::before {
    height: 6px;
  }
}
.lp-spec-lead.scrollin::before {
  width: 100%;
}
.lp-spec-lead--text {
  font-size: clamp(1.4rem, 1.8vw, 2rem);
  text-align: right;
  max-width: 700px;
}
@media screen and (max-width: 768px) {
  .lp-spec-lead--text {
    text-align: left;
    margin-top: 1.5em;
    letter-spacing: 0.05em;
  }
}

.lp-spec-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 4.3%;
     -moz-column-gap: 4.3%;
          column-gap: 4.3%;
}
@media screen and (max-width: 991px) {
  .lp-spec-block {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .lp-spec-block {
    row-gap: 30px;
  }
}

.lp-flow {
  padding: 150px 0 100px;
}
@media screen and (max-width: 768px) {
  .lp-flow {
    padding: 70px 0 50px;
  }
}
.lp-flow--inner {
  padding-top: 70px;
  position: relative;
  font-size: clamp(2.6rem, 6.2vw, 6.2rem);
  display: grid;
  grid-template-columns: 1em auto;
  -webkit-column-gap: 1.2em;
     -moz-column-gap: 1.2em;
          column-gap: 1.2em;
  row-gap: 1em;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lp-flow--inner {
    padding-top: 40px;
    -webkit-column-gap: 0.8em;
       -moz-column-gap: 0.8em;
            column-gap: 0.8em;
  }
}
.lp-flow--inner::before {
  content: "";
  width: 0;
  height: 12px;
  background-color: currentColor;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: width 1s;
  transition: width 1s;
  display: block;
}
@media screen and (max-width: 768px) {
  .lp-flow--inner::before {
    height: 6px;
  }
}
@media screen and (max-width: 399px) {
  .lp-flow--inner::before {
    height: 4px;
  }
}
.lp-flow--inner.scrollin::before {
  width: 100%;
}

.lp-flow-head {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  grid-column: 1/2;
  position: sticky;
  top: 10px;
  align-self: flex-start;
  padding-right: 0.25em;
  white-space: nowrap;
  line-height: 0.8;
}
.lp-flow-head--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  letter-spacing: 0.04em;
  line-height: 0.8;
  display: inline-block;
}
.lp-flow-head--jp {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.22em;
  margin-top: 1em;
  display: inline-block;
}

.lp-flow-contents {
  max-width: 1160px;
  width: 100%;
  padding-right: 4.2%;
  padding-top: 70px;
}
@media screen and (max-width: 1439px) {
  .lp-flow-contents {
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .lp-flow-contents {
    padding-top: 30px;
  }
}

.lp-flow-block {
  display: grid;
  grid-template-columns: 90px 1.05fr 1fr;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  font-size: clamp(1.3rem, 1.6vw, 1.8rem);
  position: relative;
}
@media screen and (max-width: 1279px) {
  .lp-flow-block {
    grid-template-columns: 90px 1fr;
  }
}
@media screen and (max-width: 399px) {
  .lp-flow-block {
    grid-template-columns: 70px 1fr;
  }
}
.lp-flow-block:not(:last-child) {
  margin-bottom: 10px;
}
.lp-flow-block:not(:last-child) .lp-flow-block--step::after {
  content: "";
  width: 1px;
  height: calc(100% - 3em);
  position: absolute;
  right: 50%;
  bottom: 0.5em;
  background-color: currentColor;
}
.lp-flow-block:not(:last-child) .lp-flow-block--step::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  right: 50%;
  bottom: 0.5em;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.lp-flow-block:nth-child(2) .lp-flow-block--step {
  grid-row: 1/3;
}
@media screen and (max-width: 1279px) {
  .lp-flow-block:nth-child(2) .lp-flow-block--step {
    grid-row: 1/5;
  }
}
.lp-flow-block--step {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  letter-spacing: 0.1em;
  position: relative;
  text-align: center;
  grid-column: 1/2;
}
@media screen and (max-width: 1279px) {
  .lp-flow-block--step {
    grid-row: 1/3;
  }
}
.lp-flow-block--image {
  grid-column: 2/3;
}
.lp-flow-block--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  max-height: 100%;
}
@media screen and (max-width: 1279px) {
  .lp-flow-block--detail {
    grid-column: 2/3;
    margin: 1.5em 0 2.5em;
  }
}
.lp-flow-block--detail dt {
  font-size: clamp(1.8rem, 3.8vw, 3.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
.lp-flow-block--detail dd {
  line-height: 2.1;
}
@media screen and (max-width: 1279px) {
  .lp-flow-block--detail dd {
    line-height: 1.8;
  }
}
.lp-flow-block--link {
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
  padding-bottom: 1em;
  position: relative;
}
.lp-flow-block--link::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: currentColor;
  -webkit-transition: right 0.5s, width 0.5s;
  transition: right 0.5s, width 0.5s;
}
.lp-flow-block--link::after {
  content: "";
  width: 15px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
@media (any-hover: hover) {
  .lp-flow-block--link:hover::before, .lp-flow-block--link:hover::after {
    right: -1em;
  }
  .lp-flow-block--link:hover::before {
    width: calc(100% + 1em);
  }
}
.lp-flow-block--link:active::before, .lp-flow-block--link:active::after {
  right: -1em;
}
.lp-flow-block--link:active::before {
  width: calc(100% + 1em);
}
@media screen and (max-width: 1279px) {
  .lp-flow-block--link {
    grid-column: 2/3;
    margin: 2.5em auto;
    width: 100%;
  }
}

.lp-contact {
  width: 94%;
  margin-inline: auto;
  margin-bottom: 100px;
  padding: 60px 5% 45px;
  text-align: center;
  background-color: #333;
}
@media screen and (max-width: 768px) {
  .lp-contact {
    margin-bottom: 50px;
    padding: 40px 5%;
  }
}
.lp-contact--text {
  margin-bottom: 2.5em;
}

.lp-contact-head--en {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(2.6rem, 6.2vw, 6.2rem);
  line-height: 1.2;
}
.lp-contact-head--jp {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-weight: 400;
  margin: 1em auto 1.8em;
}
@media screen and (max-width: 768px) {
  .lp-contact-head--jp {
    margin: 0.8em auto 1.8em;
  }
}

/*!
page > prototype
------------------------------
*/
.prototype-image {
  margin: 70px auto 0;
  border-bottom: 1px solid #c1c1c1;
}
.prototype-image:not(:last-child) {
  margin: 70px auto 100px;
}
@media screen and (max-width: 768px) {
  .prototype-image {
    margin: 40px auto 0;
  }
  .prototype-image:not(:last-child) {
    margin: 40px auto 50px;
  }
}
.prototype-image--caption {
  max-width: 320px;
  padding: 0.25em 0;
  margin: 0.5em 0 0.5em auto;
  font-size: clamp(1.3rem, 1.9vw, 1.9rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
}
.prototype-image--caption::before {
  content: "Prototype";
  border-right: 1px solid #c1c1c1;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .prototype-image--caption {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/*!
page > equipment
------------------------------
*/
.equipment-block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 4.3%;
     -moz-column-gap: 4.3%;
          column-gap: 4.3%;
}
@media screen and (max-width: 1115px) {
  .equipment-block {
    grid-template-columns: 1fr 1fr;
    row-gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .equipment-block {
    row-gap: 30px;
  }
}

/*!
page > about
------------------------------
*/
.about-company {
  display: grid;
  grid-template-columns: 18.5% 1fr;
  -webkit-column-gap: 4.6%;
     -moz-column-gap: 4.6%;
          column-gap: 4.6%;
  font-size: clamp(1.3rem, 1.8vw, 1.8rem);
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about-company {
    margin-top: 40px;
  }
}
@media screen and (max-width: 399px) {
  .about-company {
    grid-template-columns: 4.5em 1fr;
    -webkit-column-gap: 1em;
       -moz-column-gap: 1em;
            column-gap: 1em;
  }
}
.about-company--dt {
  color: #808080;
  font-weight: 500;
}
.about-company--dt, .about-company--dd {
  border-top: 1px solid #c1c1c1;
  padding: 1.2em 0;
  letter-spacing: 0.02em;
}
.about-company--dt:last-of-type, .about-company--dd:last-of-type {
  border-bottom: 1px solid #c1c1c1;
}

.about-history {
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .about-history {
    margin-top: 40px;
  }
}
.about-history--block {
  font-size: clamp(1.2rem, 1.8vw, 1.8rem);
  display: grid;
  grid-template-columns: 6em 1fr;
  -webkit-column-gap: 8.5%;
     -moz-column-gap: 8.5%;
          column-gap: 8.5%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-left: 10.6%;
  position: relative;
}
@media screen and (max-width: 399px) {
  .about-history--block {
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
.about-history--block dt {
  font-family: "Cinzel", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1.6;
}
.about-history--block dd {
  line-height: 1.6;
}
.about-history--block::before {
  content: "";
  width: 11px;
  height: 11px;
  background-color: currentColor;
  border-radius: 50%;
  position: absolute;
  left: 0.5em;
  top: 0.6em;
  display: block;
}
@media screen and (max-width: 768px) {
  .about-history--block::before {
    width: 7px;
    height: 7px;
  }
}
.about-history--block:not(:last-child) {
  padding-bottom: 2em;
}
.about-history--block:not(:last-child)::after {
  content: "";
  width: 1px;
  height: calc(100% - 0.3em);
  left: calc(0.5em + 5px);
  top: 0.9em;
  position: absolute;
  background-color: currentColor;
}
@media screen and (max-width: 768px) {
  .about-history--block:not(:last-child)::after {
    left: calc(0.5em + 3px);
  }
}

.about-pages {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .about-pages {
    padding: 50px 0;
  }
}
@media screen and (max-width: 399px) {
  .about-pages {
    padding: 40px 0;
  }
}

.about-pages-item {
  position: relative;
  display: block;
  width: 100%;
  min-height: 460px;
  color: #fff;
  max-height: 600px;
}
@media screen and (max-width: 768px) {
  .about-pages-item {
    min-height: auto;
    height: auto;
    max-height: auto;
  }
}
.about-pages-item::before {
  content: "";
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  position: absolute;
  left: 40px;
  top: 40px;
  background-color: #000;
  opacity: 0.6;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .about-pages-item::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    left: 20px;
    top: 20px;
  }
}
.about-pages-item::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url("../img/common/ico_arrow-02.svg") no-repeat center center #fff;
  background-size: 22%;
  border: 1px solid #fff;
  border-radius: 50%;
  position: absolute;
  right: 100px;
  bottom: 100px;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-pages-item::after {
    width: 38px;
    height: 38px;
    right: 40px;
    bottom: 40px;
  }
}
@media (any-hover: hover) {
  .about-pages-item:hover::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .about-pages-item:hover::after {
    background-color: #000;
    background-image: url("../img/common/ico_arrow-03.svg");
    border-color: #fff;
  }
}
.about-pages-item:active::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.about-pages-item:active::after {
  background-color: #000;
  background-image: url("../img/common/ico_arrow-03.svg");
  border-color: #fff;
}
.about-pages-item--image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about-pages-item--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.about-pages-item--inner {
  position: relative;
  width: calc(90% - 100px);
  height: 100%;
  margin-inline: auto;
  padding-top: 100px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .about-pages-item--inner {
    padding-top: 50px;
    padding-bottom: 110px;
    width: calc(90% - 50px);
  }
}

/*!
page > news
------------------------------
*/
.news-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news-list {
    margin-bottom: 40px;
  }
}
.news-list--item {
  border-bottom: 1px solid #cacaca;
}
@media screen and (min-width: 769px) {
  .news-list--item:first-child .news-list--link {
    padding: 1em 1.5em 2.5em 0;
  }
}
.news-list--link {
  padding: 2.5em 1.5em 2.5em 0;
  display: grid;
  grid-template-columns: 7em 1fr;
  -webkit-column-gap: 1em;
     -moz-column-gap: 1em;
          column-gap: 1em;
  position: relative;
}
@media screen and (max-width: 768px) {
  .news-list--link {
    grid-template-columns: 1fr;
    row-gap: 0.25em;
  }
}
.news-list--link::before {
  content: "";
  background: url("../img/common/ico_arrow-02.svg") no-repeat center center;
  background-size: contain;
  width: 1em;
  height: 1em;
  position: absolute;
  right: 0;
  top: calc(50% - 0.5em);
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.news-list--link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: currentColor;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
@media (any-hover: hover) {
  .news-list--link:hover::before {
    right: -0.3em;
  }
  .news-list--link:hover::after {
    width: 100%;
  }
}
.news-list--link:active::before {
  right: -0.3em;
}
.news-list--link:active::after {
  width: 100%;
}
.news-list--date {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}

.news-article {
  width: 90%;
  max-width: 1326px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 200px 800px 1fr;
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
}
@media screen and (max-width: 1279px) {
  .news-article {
    max-width: 1060px;
    grid-template-columns: 18.9% 1fr;
  }
}
@media screen and (max-width: 768px) {
  .news-article {
    width: 86%;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .news-article--back {
    display: none;
  }
}
.news-article--contents {
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}
.news-article--contents .news-detail-time {
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
}
.news-article--contents h1 {
  font-size: clamp(1.8rem, 2.8vw, 2.8rem);
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin: 1.5em auto;
}
.news-article--contents h2 {
  font-size: 150%;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin: 1.5em auto 0.5em;
}
.news-article--contents h3 {
  font-size: 120%;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin: 1.5em auto 0.5em;
}
.news-article--contents h4 {
  font-size: 110%;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  margin: 1.5em auto 0.5em;
}
.news-article--contents p {
  line-height: 2.1;
  margin-bottom: 3em;
}
.news-article--contents figure {
  margin-bottom: 3em;
}
.news-article--bottom {
  width: 86%;
  margin-inline: auto;
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .news-article--bottom {
    margin-top: 50px;
  }
}

/*!
page > contact
------------------------------
*/
.contact-contents {
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}

.contact-item {
  display: grid;
  grid-template-columns: 22% 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
  border-top: 1px solid #c1c1c1;
  padding: 1.6em 0;
}
@media screen and (max-width: 768px) {
  .contact-item {
    grid-template-columns: 9em 1fr;
  }
}
@media screen and (max-width: 399px) {
  .contact-item {
    grid-template-columns: 1fr;
    row-gap: 0.5em;
    padding: 1.2em 0 1.5em;
  }
}
.contact-item:last-child {
  border-bottom: 1px solid #c1c1c1;
}
.contact-item:last-child dt {
  -ms-flex-item-align: baseline;
      align-self: baseline;
  padding-top: 0.5em;
}
@media screen and (max-width: 399px) {
  .contact-item:last-child dt {
    padding-top: 0;
  }
}
.contact-item--wrap {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .contact-item--wrap {
    margin-bottom: 50px;
  }
}
.contact-item input[type=text], .contact-item input[type=tel], .contact-item input[type=email], .contact-item textarea {
  display: block;
  width: 100%;
  background-color: #f0f0f0;
  border: none;
  padding: 0.5em;
  font-size: clamp(1.6rem, 1.8vw, 1.8rem);
}
.contact-item input[type=text]:focus, .contact-item input[type=tel]:focus, .contact-item input[type=email]:focus, .contact-item textarea:focus {
  outline: 2px solid #000;
}
.contact-item dt {
  line-height: 1.5;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: clamp(1.4rem, 1.8vw, 1.8rem);
}

.contact-required {
  display: block;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  color: #9b9b9b;
}
@media screen and (max-width: 399px) {
  .contact-required {
    display: inline-block;
    margin-left: 1em;
  }
}

.contact-agree {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .contact-agree {
    margin-top: 40px;
  }
}
.contact-agree--text {
  margin-bottom: 1em;
  font-size: clamp(1.3rem, 1.6vw, 1.6rem);
}

.contact-checkboxItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  line-height: 1;
  cursor: pointer;
}

.contact-checkbox {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000000;
  border-radius: 2px;
  cursor: pointer;
}
.contact-checkbox:checked {
  background-color: #000000;
}
.contact-checkbox:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 1.5px;
  width: 12px;
  height: 6px;
  border-bottom: 2px solid #f7f7f7;
  border-left: 2px solid #f7f7f7;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.contact-privacy {
  background-color: #f0f0f0;
  padding: 40px;
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  max-height: 252px;
  overflow: scroll;
}
@media screen and (max-width: 768px) {
  .contact-privacy {
    padding: 30px 5%;
  }
}
@media screen and (max-width: 399px) {
  .contact-privacy {
    padding: 20px 5%;
  }
}

.contact-submit {
  text-align: center;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .contact-submit {
    margin-top: 40px;
  }
}

/*!
page > yamato
------------------------------
*/
.yamato-lead {
  padding-bottom: 150px;
  border-bottom: 1px solid currentColor;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .yamato-lead {
    padding-bottom: 70px;
    margin-bottom: 50px;
  }
}
.yamato-lead--text {
  line-height: 1.8;
  margin-bottom: 3.5em;
}

.yamato-content {
  padding-bottom: 150px;
  margin-bottom: 150px;
  border-bottom: 1px solid currentColor;
  line-height: 2.5;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .yamato-content {
    padding-bottom: 70px;
    margin-bottom: 70px;
    line-height: 2.1;
  }
}
@media screen and (max-width: 768px) {
  .yamato-content {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
.yamato-content--num {
  color: #9b9b9b;
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(5.2rem, 28vw, 28rem);
  line-height: 0.8;
}

.yamato-content01 {
  display: grid;
  grid-template-columns: 49.1% 1fr;
  -webkit-column-gap: 7.4%;
     -moz-column-gap: 7.4%;
          column-gap: 7.4%;
}
@media screen and (max-width: 1115px) {
  .yamato-content01 {
    grid-template-columns: 1fr;
  }
}
.yamato-content01--image {
  position: relative;
  align-self: flex-end;
  grid-row: 1/3;
  grid-column: 2/3;
  width: 45.8vw;
  max-width: 770px;
}
@media screen and (max-width: 1115px) {
  .yamato-content01--image {
    grid-column: 1/2;
    grid-row: 2/3;
    max-width: none;
    width: 108%;
  }
}
.yamato-content01--title {
  margin-left: -1em;
}
@media screen and (max-width: 1115px) {
  .yamato-content01--title {
    padding-left: 3em;
    margin-left: 0;
  }
}
.yamato-content01--num {
  position: absolute;
  left: 0;
  top: -0.4em;
}
@media screen and (max-width: 768px) {
  .yamato-content01--num {
    top: -0.6em;
  }
}
@media screen and (max-width: 1115px) {
  .yamato-content01--text {
    margin-top: 2.5em;
  }
}

.yamato-content02--inner1 {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 4.6%;
     -moz-column-gap: 4.6%;
          column-gap: 4.6%;
  margin-bottom: 70px;
  margin-left: -4.6%;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--inner1 {
    margin-bottom: 3em;
    margin-left: 0;
  }
}
.yamato-content02--inner2 {
  display: grid;
  grid-template-columns: 1fr 49.1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 7.4%;
     -moz-column-gap: 7.4%;
          column-gap: 7.4%;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--inner2 {
    grid-template-columns: 1fr;
  }
}
.yamato-content02--num {
  grid-column: 1/2;
  grid-row: 1/3;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--num {
    margin-left: -0.1em;
    grid-row: 1/2;
  }
}
.yamato-content02--title {
  grid-column: 2/3;
  align-self: flex-end;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--title {
    margin-bottom: 0.3em;
  }
}
.yamato-content02--text1 {
  grid-column: 2/3;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--text1 {
    grid-column: 1/3;
    grid-row: 2/3;
    margin-top: 1em;
  }
}
.yamato-content02--text2 {
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--text2 {
    margin-top: 3em;
  }
}
.yamato-content02--image {
  width: 42.9vw;
  max-width: 720px;
  height: 100%;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
@media screen and (max-width: 1115px) {
  .yamato-content02--image {
    width: 111%;
    margin-left: -11%;
    max-width: none;
  }
}
.yamato-content02--image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}

.yamato-content03--inner {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-column-gap: 5%;
     -moz-column-gap: 5%;
          column-gap: 5%;
}
.yamato-content03--title {
  margin-bottom: 0;
  -ms-flex-item-align: center;
      align-self: center;
}
@media screen and (max-width: 399px) {
  .yamato-content03--title {
    grid-row: 2/3;
    margin-top: 1.5em;
  }
}
.yamato-content03--lead {
  grid-row: 1/2;
  grid-column: 2/3;
}
@media screen and (max-width: 399px) {
  .yamato-content03--lead {
    grid-column: 1/3;
  }
}
.yamato-content03--text {
  margin: 3em auto;
}
@media screen and (max-width: 399px) {
  .yamato-content03--text {
    margin: 2em auto 3em;
  }
}
.yamato-content03--image {
  position: relative;
}
@media screen and (max-width: 1115px) {
  .yamato-content03--image {
    width: 91vw;
  }
}
.yamato-content03--image figcaption {
  font-size: clamp(1.1rem, 1.6vw, 1.6rem);
  line-height: 1.2;
  margin-top: 0.8em;
}
.yamato-content03--num {
  position: absolute;
  right: 0;
  bottom: -4px;
}

.yamato-content04 {
  display: grid;
  grid-template-columns: 1fr 49.1%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 7.4%;
     -moz-column-gap: 7.4%;
          column-gap: 7.4%;
}
@media screen and (max-width: 1115px) {
  .yamato-content04 {
    grid-template-columns: 1fr;
  }
}
.yamato-content04--title {
  margin-top: 1em;
  margin-left: -25%;
}
@media screen and (max-width: 1115px) {
  .yamato-content04--title {
    margin-left: 0;
    grid-row: 2/3;
    margin-top: -3em;
  }
}
.yamato-content04--text {
  grid-row: 2/3;
  grid-column: 2/3;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 1115px) {
  .yamato-content04--text {
    grid-column: 1/2;
    grid-row: 3/4;
  }
}
.yamato-content04--image {
  width: 42.9vw;
  max-width: 720px;
  grid-row: 1/3;
  align-self: flex-start;
  position: relative;
}
@media screen and (max-width: 1115px) {
  .yamato-content04--image {
    width: 111%;
    margin-left: -11%;
    max-width: none;
    grid-row: 1/2;
  }
}
.yamato-content04--num {
  position: absolute;
  right: 0;
  bottom: -0.5em;
}
@media screen and (max-width: 1115px) {
  .yamato-content04--num {
    position: relative;
    bottom: 0;
    margin-top: -0.3em;
    margin-right: 0;
    text-align: right;
  }
}

.yamato-content05--inner {
  position: relative;
}
.yamato-content05--head {
  display: grid;
  grid-template-columns: 1fr -webkit-max-content;
  grid-template-columns: 1fr max-content;
  margin-left: -1em;
  margin-top: -2.6em;
  margin-bottom: 1em;
  font-size: clamp(2.2rem, 4vw, 4.8rem);
  z-index: 2;
  position: relative;
}
.yamato-content05--title {
  margin-bottom: 0;
  -ms-flex-item-align: end;
      align-self: flex-end;
}
.yamato-content05--image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  width: 91vw;
  max-width: 1400px;
  margin-top: 3em;
  margin-bottom: 3em;
}
@media screen and (max-width: 768px) {
  .yamato-content05--image {
    gap: 5px;
  }
}
@media screen and (max-width: 399px) {
  .yamato-content05--image {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .yamato-content05--image img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 399px) {
  .yamato-content05--pic:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
  }
  .yamato-content05--pic :nth-child(3) {
    grid-column: 1/2;
    grid-row: 2/3;
  }
}

.yamato-by {
  display: grid;
  grid-template-columns: -webkit-max-content 125px;
  grid-template-columns: max-content 125px;
  -webkit-column-gap: 3em;
     -moz-column-gap: 3em;
          column-gap: 3em;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -30px;
}
@media screen and (max-width: 768px) {
  .yamato-by {
    grid-template-columns: -webkit-max-content 90px;
    grid-template-columns: max-content 90px;
    -webkit-column-gap: 1.5em;
       -moz-column-gap: 1.5em;
            column-gap: 1.5em;
  }
}
@media screen and (max-width: 399px) {
  .yamato-by {
    grid-template-columns: -webkit-max-content 25%;
    grid-template-columns: max-content 25%;
    margin-top: -20px;
  }
}
.yamato-by--text {
  -ms-flex-item-align: center;
      align-self: center;
}/*# sourceMappingURL=style.css.map */