@charset "UTF-8";
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000000;
  font-weight: 400;
  font-size: 16px;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

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

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

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

b,
strong {
  font-weight: bolder;
}

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

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

:root {
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
}

body {
  overflow: hidden;
  background-color: #f5f5f5;
}
body.no-scroll {
  overflow: hidden;
  height: 100vh;
}
body.no-scroll.ready {
  overflow: hidden;
  height: 100vh;
}
body.ready {
  overflow: auto;
}

.pc-hidden {
  display: none;
}

.sp-hidden {
  display: block;
}

.main {
  position: relative;
}

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

a {
  cursor: pointer;
}
a.default {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
a.default:hover {
  opacity: 50%;
}

.wow {
  opacity: 0;
}

.desc p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
}

.w1320 {
  width: min(80%, 1320px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .w1320 {
    width: 94%;
  }
}

.w1336 {
  width: min(69.5833333333%, 1336px);
  margin: 0 auto;
}

.inline-block {
  display: inline-block;
}

/* 見出し */
.sec-title {
  position: relative;
  padding: 40px 0 34px;
}
@media only screen and (max-width: 767px) {
  .sec-title {
    padding: 30px 9px;
  }
}
.sec-title::before, .sec-title::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title::after {
  top: auto;
  bottom: 0;
}
.sec-title .title-wrap {
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(100 / 1920 * 100vw);
  width: min(80%, 1320px);
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .sec-title .title-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sec-title .title-wrap .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
.sec-title .title-wrap .tit-w {
  overflow: hidden;
}
.sec-title .title-wrap .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.2111650485rem + 3.3656957929vw, 6.25rem);
  color: #1e1c19;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title .title-wrap .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  color: #1e1c19;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sec-title .title-wrap .desc {
  width: 100%;
  opacity: 0;
  -webkit-transition: 1.2s ease 0.8s;
  transition: 1.2s ease 0.8s;
}
.sec-title .title-wrap .desc p {
  color: #000000;
}
.sec-title.is-show::before, .sec-title.is-show::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.sec-title.is-show .tit-en,
.sec-title.is-show .tit-ja {
  clip-path: inset(0 0 0 0);
}
.sec-title.is-show .desc {
  opacity: 1;
}

/* 404 */
.page-404 {
  border-bottom: 1px solid #000;
}
.page-404 .inner {
  max-width: 836px;
  width: 90%;
  margin: 0 auto;
  padding: 240px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
}
@media print, screen and (max-width: 1023px) {
  .page-404 .inner {
    padding: 120px 0;
    gap: 40px;
  }
}
.page-404 .inner .tit-en {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.0145631068rem + 2.071197411vw, 3.5rem);
  line-height: 130%;
  color: #000000;
  text-align: center;
}
.page-404 .inner .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 130%;
  color: #000000;
  text-align: center;
}
.page-404 .inner .desc p {
  text-align: center;
}
.page-404 .inner .morebtn {
  --tw-border-opacity: 1;
  border-color: #fff/var(--tw-border-opacity);
}
.page-404 .inner .morebtn a {
  border: 1px solid #fff;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, -webkit-transform;
  transition-property: color, background-color, transform;
  transition-property: color, background-color, transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 30px 50px;
  background-color: #1e1c19;
  font-weight: 400;
  line-height: 100%;
  color: #ffffff;
}
@media print, screen and (max-width: 1180px) {
  .page-404 .inner .morebtn a {
    padding: 15px 60px;
  }
}
.page-404 .inner .morebtn a .link-text {
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
}
.page-404 .inner .morebtn a .morebtn-panel {
  pointer-events: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden;
  --tw-translate-y: 105%;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.page-404 .inner .morebtn a .morebtn-panel-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #faf9f6;
  --tw-translate-y: -105%;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
          transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}
.page-404 .inner .morebtn a .morebtn-panel-text {
  opacity: 0;
  font-size: 0;
  -webkit-transform: translateY(100%) rotateX(-90deg);
          transform: translateY(100%) rotateX(-90deg);
  -webkit-transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out);
  transition: transform 0.6s var(--ease-out), opacity 0.45s var(--ease-out), -webkit-transform 0.6s var(--ease-out);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 100%;
  color: #000000;
}
.page-404 .inner .morebtn a:hover .link-text {
  opacity: 0;
  -webkit-transform: translateY(-100%) rotateX(90deg);
          transform: translateY(-100%) rotateX(90deg);
}
.page-404 .inner .morebtn a:hover .morebtn-panel {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-404 .inner .morebtn a:hover .morebtn-panel-inner {
  --tw-translate-y: 0;
  -webkit-transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.page-404 .inner .morebtn a:hover .morebtn-panel-text {
  opacity: 1;
  -webkit-transform: translateY(0) rotateX(0);
          transform: translateY(0) rotateX(0);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}

/* 固定ボタン */
.fixedbtn {
  position: fixed;
  right: 0;
  bottom: 87px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  z-index: 130;
  width: 46px;
  height: 145px;
}
.fixedbtn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background-color: #1e1c19;
  padding: 20px 15px;
  gap: 10px;
}
.fixedbtn a .link-text {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
}
.fixedbtn a .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.fixedbtn.is-show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.fixedbtn.is-show.is-stop {
  position: absolute;
  bottom: 0;
  right: 0;
}

.header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 300;
}
.header.scroll-header .inner {
  background: rgba(255, 253, 248, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
          box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
  backdrop-filter: blur(5px);
  -webkit-transition: background 1.2s ease, opacity 1.2s ease, visibility 1.2s ease;
  transition: background 1.2s ease, opacity 1.2s ease, visibility 1.2s ease;
}
.header.scroll-header .inner .h_logo {
  color: #000000;
}
.header.scroll-header .inner .h_menu::before {
  content: none;
}
.header.scroll-header .inner .h_menu .menulist {
  color: #000000;
}
.header.scroll-header .inner .h_menu .menulist .line::before {
  background-color: #000000;
}
.header.scroll-header .inner .h_menu .menulist img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.scroll-header .hamburger .line-wrap .line {
  background: #000000;
}
.header.scroll-header.menu-open {
  visibility: hidden;
  pointer-events: none;
}
@media print, screen and (max-width: 1180px) {
  .header.scroll-header.menu-open {
    background-color: #fffdf8;
    visibility: visible;
  }
}
.header.scroll-header.menu-open .inner {
  opacity: 0;
}
.header.scroll-header.menu-open .hamburger {
  visibility: visible;
  pointer-events: auto;
}
.header.scroll-header.menu-open .hamburger .line-wrap .line {
  background: #fff;
}
@media print, screen and (max-width: 1180px) {
  .header.scroll-header.menu-open .hamburger .line-wrap .line {
    background: #000;
  }
}
.header .inner {
  background-color: #1e1c19;
  padding: 35px 72px 53px calc(63 / 1920 * 100vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1180px) {
  .header .inner {
    padding: 20px 24px;
  }
}
.header .inner .h_logo {
  position: relative;
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 40px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header .inner .h_logo.is-show {
  opacity: 1;
}
.header .inner .h_menu {
  padding: 0 calc(109 / 1920 * 100vw) 0;
  position: relative;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  margin: 0 auto;
}
@media print, screen and (max-width: 1420px) {
  .header .inner .h_menu {
    padding: 0 40px 0;
  }
}
@media print, screen and (max-width: 1240px) {
  .header .inner .h_menu {
    display: none;
  }
}
.header .inner .h_menu .is-show {
  opacity: 1;
}
.header .inner .h_menu::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: calc(100% + 32 / 1920 * 100vw);
  left: 0;
}
.header .inner .h_menu .menulist {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
}
.header .inner .h_menu .menulist a {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: 19px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .inner .h_menu .menulist .menu-item {
  position: relative;
}
.header .inner .h_menu .menulist .menu-item:hover .line::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header .inner .h_menu .menulist .line {
  position: absolute;
  top: 150%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.header .inner .h_menu .menulist .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.header.menu-open {
  pointer-events: none;
}
.header.menu-open .hamburger {
  pointer-events: all;
}
.header.menu-open .inner {
  background: transparent;
}
.header.menu-open .inner .h_logo,
.header.menu-open .inner .h_menu {
  opacity: 0 !important;
}
@media only screen and (max-width: 767px) {
  .header.menu-open {
    z-index: 500;
  }
  .header.menu-open .inner {
    background-color: #fffdf8;
  }
  .header.menu-open .inner .h_logo {
    display: none;
  }
}
.header.page-header .inner {
  background: rgba(255, 253, 248, 0.5);
  -webkit-box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
          box-shadow: 0px 4px 4px rgba(30, 28, 25, 0.1);
  backdrop-filter: blur(5px);
}
.header.page-header .inner .h_logo {
  color: #000000;
  opacity: 1;
}
.header.page-header .inner .h_menu {
  opacity: 1;
}
.header.page-header .inner .h_menu .menulist {
  color: #000000;
}
.header.page-header .inner .h_menu .menulist .menu-item img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.header.page-header .inner .h_menu .menulist .line::before {
  background-color: #000;
}
.header.page-header .hamburger {
  opacity: 1;
}
.header.page-header .hamburger .line-wrap .line {
  background: #000;
}
.header.page-header.menu-open .hamburger .line-wrap .line {
  background: #fff;
}

.hamburger {
  position: absolute;
  right: calc(32 / 1920 * 100vw);
  top: 47px;
  bottom: 0;
  width: 40px;
  height: 15px;
  z-index: 300;
  cursor: pointer;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
@media print, screen and (max-width: 1180px) {
  .hamburger {
    top: 0;
    margin: auto;
    right: 20px;
    width: 30px;
    height: 15px;
  }
}
.hamburger .is-show {
  opacity: 1;
}
.hamburger .line-wrap {
  position: relative;
  width: 30px;
  height: 1px;
  left: 0;
  right: 0;
  margin: auto;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 1180px) {
  .hamburger .line-wrap {
    width: 100%;
  }
}
.hamburger .line-wrap .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: background 1.2s ease 0.4s;
  transition: background 1.2s ease 0.4s;
}
@media print, screen and (max-width: 1180px) {
  .hamburger .line-wrap:last-child {
    bottom: 0;
    top: auto;
  }
}
.hamburger.active .line-wrap {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap .line {
    background: #1e1c19;
  }
}
.hamburger.active .line-wrap:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 7px;
  left: auto;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap:first-child {
    -webkit-transform: rotate(150deg);
            transform: rotate(150deg);
    right: 0px;
    top: 8px;
  }
}
.hamburger.active .line-wrap:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  right: 7px;
  left: auto;
}
@media print, screen and (max-width: 1180px) {
  .hamburger.active .line-wrap:last-child {
    -webkit-transform: rotate(-150deg);
            transform: rotate(-150deg);
    right: 0px;
    top: 7px;
  }
}

.menu-wrap {
  position: fixed;
  inset: 0;
  z-index: 150;
  pointer-events: none;
}
.menu-wrap .menu-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity 1.2s ease;
  transition: opacity 1.2s ease;
}
.menu-wrap .menu-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 43.2291666667%;
  height: 100%;
  background: url("../img/common/hamburger.png") center/cover no-repeat;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image {
    position: relative;
    inset: 0;
    width: 100%;
    height: 512px;
    padding: 48px 24px;
  }
}
.menu-wrap .menu-image .text {
  position: absolute;
  top: 415px;
  right: calc(354 / 1920 * 100vw);
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: clamp(2.25rem, 2.1893203883rem + 0.2588996764vw, 2.5rem);
  line-height: 100%;
  color: #f4f0f0;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .text {
    top: 48px;
    left: 24px;
    right: auto;
  }
}
.menu-wrap .menu-image .otherbtn {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, calc(360 / 1920 * 100vw));
  gap: calc(33 / 1920 * 100vw);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: calc(55 / 1920 * 100vw);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.6s;
  transition: opacity 0.8s ease 1.6s;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    bottom: 72px;
  }
}
.menu-wrap .menu-image .otherbtn .btn {
  position: relative;
  padding: 30px 0 26px calc(30 / 1920 * 100vw);
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(0) contrast(0.85);
          filter: saturate(0) contrast(0.85);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn {
    padding: 30px;
  }
}
.menu-wrap .menu-image .otherbtn .btn a {
  position: absolute;
  inset: 0;
}
.menu-wrap .menu-image .otherbtn .btn .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.menu-wrap .menu-image .otherbtn .btn .title .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 1.020631068rem + 0.71197411vw, 1.875rem);
  line-height: 120%;
  color: #1e1c19;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn .title .tit-en .none {
    display: none;
  }
}
.menu-wrap .menu-image .otherbtn .btn .title .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
.menu-wrap .menu-image .otherbtn .btn .arrow {
  width: 70px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat left/contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.7142857143);
          transform: scaleX(0.7142857143);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.menu-wrap .menu-image .otherbtn .btn.btn-online {
  background: url(../img/common/online.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn.btn-online {
    background-image: url(../img/common/online_sp.png);
  }
}
.menu-wrap .menu-image .otherbtn .btn.btn-contact {
  background: url(../img/common/contact.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-image .otherbtn .btn.btn-contact {
    background-image: url(../img/common/contact_sp.png);
  }
}
.menu-wrap .menu-image .otherbtn .btn:hover {
  -webkit-filter: saturate(1) contrast(1);
          filter: saturate(1) contrast(1);
}
.menu-wrap .menu-image .otherbtn .btn:hover .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.menu-wrap .menu-panel {
  position: absolute;
  top: 0;
  left: 0;
  width: 56.7708333333%;
  height: 100%;
  background: #fffdf8;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 1.6s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 1.6s cubic-bezier(0.77, 0, 0.18, 1);
  overflow: auto;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap .menu-panel {
    position: relative;
    inset: 0;
    width: 100%;
    height: auto;
    padding-top: 48px;
  }
}
.menu-wrap .menu-panel .innermenu {
  display: grid;
  grid-template-columns: 1fr;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu {
    height: auto;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 0.7172330097rem + 2.0064724919vw, 3.125rem);
  line-height: 100%;
  color: #1e1c19;
  position: relative;
}
.menu-wrap .menu-panel .innermenu .menu-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: none;
  transition: none;
}
.menu-wrap .menu-panel .innermenu .menu-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 60px 50px;
  height: 100%;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .menu-item > a {
    padding: 20px 24px;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item > a .link-outer {
  overflow: hidden;
  width: 100%;
}
.menu-wrap .menu-panel .innermenu .menu-item > a .link-outer .link-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: none;
  transition: none;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .menu-item > a .link-outer .link-inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
.menu-wrap .menu-panel .innermenu .menu-item.animate > a .link-outer .link-inner {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.2s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 2.2s cubic-bezier(0.77, 0, 0.18, 1);
}
.menu-wrap .menu-panel .innermenu .menu-item.animate::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
  transition: transform 2.8s cubic-bezier(0.77, 0, 0.18, 1), -webkit-transform 2.8s cubic-bezier(0.77, 0, 0.18, 1);
}
.menu-wrap .menu-panel .innermenu .menu-item.open.menu-item > a {
  height: auto;
}
.menu-wrap .menu-panel .innermenu .menu-item.open.menu-item > a .toggle {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.menu-wrap .menu-panel .innermenu .menu-item.open .childmenu {
  padding: 0 50px 60px;
  opacity: 1;
}
.menu-wrap .menu-panel .innermenu .childmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  padding: 0 50px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transition: max-height 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .menu-wrap .menu-panel .innermenu .childmenu {
    gap: 20px;
    padding: 0 24px;
  }
}
.menu-wrap .menu-panel .innermenu .c-menu-item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  color: #1e1c19;
  position: relative;
}
.menu-wrap .menu-panel .innermenu .c-menu-item .line {
  position: absolute;
  top: 150%;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 1px;
  overflow: hidden;
}
.menu-wrap .menu-panel .innermenu .c-menu-item .line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-color: #1e1c19;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
.menu-wrap .menu-panel .innermenu .c-menu-item:hover .line::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(1) > a {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(1)::before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(2) > a {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(2)::before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(3) > a {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(3)::before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(4) > a {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(4)::before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(5) > a {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(5)::before {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(6) > a {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(6)::before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(7) > a {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(7)::before {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(8) > a {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(8)::before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(9) > a {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(9)::before {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(10) > a {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.menu-wrap .menu-panel .innermenu .menu-item:nth-child(10)::before {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.menu-wrap.active {
  pointer-events: auto;
}
@media print, screen and (max-width: 1180px) {
  .menu-wrap.active {
    overflow: auto;
  }
}
.menu-wrap.active .menu-image {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap.active .menu-image .otherbtn {
  opacity: 1;
}
.menu-wrap.active .menu-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.menu-wrap.active .menu-overlay {
  opacity: 1;
}
.menu-wrap.closing .childmenu {
  -webkit-transition: none !important;
  transition: none !important;
}

.footer {
  position: relative;
}
.footer .pagetop {
  position: absolute;
  top: 40px;
  right: 40px;
  border: 1px solid #faf9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  padding: 21px 14px 21px 20px;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #faf9f6;
  cursor: pointer;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .footer .pagetop {
    line-height: 120%;
    padding: 11px 7px;
    top: 16px;
    right: 16px;
    gap: 0;
  }
  .footer .pagetop svg {
    width: 12px;
    height: 38px;
  }
}
.footer .pagetop:hover {
  opacity: 50%;
}
.footer {
  background-color: #1e1c19;
}
.footer .inner {
  padding: 250px 0;
}
@media print, screen and (max-width: 1023px) {
  .footer .inner {
    padding: 48px 0;
  }
}
.footer .f_menu {
  display: grid;
  grid-template-columns: repeat(6, -webkit-max-content);
  grid-template-columns: repeat(6, max-content);
  gap: calc(106 / 1920 * 100vw);
  margin-bottom: 100px;
}
@media print, screen and (max-width: 1420px) {
  .footer .f_menu {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (max-width: 1023px) {
  .footer .f_menu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 767px) {
  .footer .f_menu {
    display: none;
  }
}
.footer .f_menu .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.footer .f_menu .item {
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.footer .f_menu .item .patent-menu {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: 19px;
  line-height: 100%;
  color: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.footer .f_menu .item .patent-menu a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .item .patent-menu a:hover {
  opacity: 50%;
}
.footer .f_menu .item .child-menu {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .f_menu .item .child-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.footer .f_menu .item .child-menu:hover {
  opacity: 50%;
}
.footer .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media print, screen and (max-width: 1023px) {
  .footer .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 48px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .column .f_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
  -webkit-transition: 0.8s ease 1s;
  transition: 0.8s ease 1s;
}
@media print, screen and (max-width: 1023px) {
  .footer .column .f_element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer .column .f-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .column .f-logo .tit-en {
  font-family: "BioRhyme", serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.footer .column .f-logo .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer .column .address {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer .column .copy {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  color: #ffffff;
}
.footer.is-show .f_menu .item {
  opacity: 1;
}
.footer.is-show .f_menu .item:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.footer.is-show .f_menu .item:nth-child(2) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.footer.is-show .f_menu .item:nth-child(3) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.footer.is-show .f_menu .item:nth-child(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.footer.is-show .f_menu .item:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.footer.is-show .f_menu .item:nth-child(6) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.footer.is-show .f_menu .item:nth-child(7) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.footer.is-show .f_menu .item:nth-child(8) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.footer.is-show .f_menu .item:nth-child(9) {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.footer.is-show .f_menu .item:nth-child(10) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.footer.is-show .column .f_element {
  opacity: 1;
}

@-webkit-keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@-webkit-keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
body {
  overflow: auto;
  background-color: #f5f5f5;
}
body .header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  z-index: 300;
}
body .header .inner {
  -webkit-transition: opacity 1.2s ease, visibility 1.2s ease;
  transition: opacity 1.2s ease, visibility 1.2s ease;
}
body .header .inner .h_menu::before {
  content: none;
}
body.is-loaded .header {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
body.is-loaded .header.menu-open {
  visibility: hidden;
  pointer-events: none;
}
@media print, screen and (max-width: 1180px) {
  body.is-loaded .header.menu-open {
    background-color: #fffdf8;
    visibility: visible;
  }
}
body.is-loaded .header.menu-open .inner {
  opacity: 0;
}
body.is-loaded .header.menu-open .hamburger {
  visibility: visible;
  pointer-events: auto;
}
body.is-loaded .header.menu-open .hamburger .line-wrap .line {
  background: #fff;
}
@media print, screen and (max-width: 1180px) {
  body.is-loaded .header.menu-open .hamburger .line-wrap .line {
    background: #000;
  }
}

.page-tit {
  margin-top: 200px;
  overflow: hidden;
  background-color: #faf9f6;
}
@media print, screen and (max-width: 1023px) {
  .page-tit {
    margin-top: 0;
    padding-top: var(--header-height);
  }
}
.page-tit .inner {
  display: grid;
  grid-template-columns: 390px 570px 1fr;
  grid-template-rows: 175px 150px 175px;
  position: relative;
}
@media only screen and (max-width: 1540px) {
  .page-tit .inner {
    grid-template-columns: 23% 36% 1fr;
  }
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner {
    position: relative;
    display: block;
  }
}
.page-tit .inner::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.page-tit .inner::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.page-tit .inner .main-img {
  position: relative;
  align-self: flex-end;
  grid-column: 1/2;
  grid-row: 3/4;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .main-img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .page-tit .inner .main-img img.sp-hidden {
    display: none;
  }
  .page-tit .inner .main-img img.pc-hidden {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.page-tit .inner .main-img img {
  opacity: 0;
}
.page-tit .inner .main-img {
  /*
  &::after {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #1e1c19;
      transform: translateX(-100%);
  }
      */
}
.page-tit .inner .main-img::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.page-tit .inner .tit-ja-w {
  grid-column: 2/3;
  grid-row: 1/2;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 50px;
  padding-bottom: 22px;
  position: relative;
}
@media only screen and (max-width: 1540px) {
  .page-tit .inner .tit-ja-w {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-ja-w {
    padding: 48px 0 8px 24px;
  }
}
.page-tit .inner .tit-ja-w::before {
  content: "";
  width: 1px;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-ja-w::before {
    content: none;
  }
}
.page-tit .inner .tit-ja-w::after {
  content: "";
  width: 1px;
  height: 500px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #000000;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-ja-w::after {
    content: none;
  }
}
.page-tit .inner .tit-ja-w .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-ja-w .tit-ja {
    color: #fff;
  }
}
.page-tit .inner .tit-en-w {
  grid-column: 2/3;
  grid-row: 2/3;
  align-self: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  padding-left: 50px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1540px) {
  .page-tit .inner .tit-en-w {
    padding-left: 20px;
  }
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-en-w {
    padding: 16px 0 16px 24px;
    margin-bottom: 72px;
  }
}
.page-tit .inner .tit-en-w::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-en-w::before {
    background-color: #fff;
  }
}
.page-tit .inner .tit-en-w::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000000;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-en-w::after {
    background-color: #fff;
  }
}
.page-tit .inner .tit-en-w .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.2111650485rem + 3.3656957929vw, 6.25rem);
  line-height: 100%;
  color: #1e1c19;
  text-align: center;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .tit-en-w .tit-en {
    color: #fff;
  }
}
.page-tit .inner .fv-menu {
  align-self: center;
  grid-column: 3/4;
  grid-row: 1/4;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .fv-menu {
    position: relative;
    background-color: rgba(255, 253, 248, 0.6);
  }
}
.page-tit .inner .fv-menu ol {
  max-width: 500px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  counter-reset: listnum;
  list-style: none;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .fv-menu ol {
    max-width: none;
    width: 100%;
  }
}
.page-tit .inner .fv-menu ol li {
  border-bottom: 1px solid #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
.page-tit .inner .fv-menu ol li:first-child {
  border-top: 1px solid #000000;
}
.page-tit .inner .fv-menu ol li .link-text {
  width: 100%;
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .fv-menu ol li .link-text {
    padding: 20px 5%;
  }
}
.page-tit .inner .fv-menu ol li .link-text .link-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  overflow: hidden;
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
@media print, screen and (max-width: 1023px) {
  .page-tit .inner .fv-menu ol li .link-text .link-w {
    gap: 16px;
  }
}
.page-tit .inner .fv-menu ol li .link-text .link-w::before {
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
}
.page-tit .inner .fv-menu ol li:hover .link-text .link-w {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}
.page-tit.is-show .inner:before, .page-tit.is-show .inner::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-tit.is-show .inner .main-img {
  -webkit-animation: lineMove 0.8s ease forwards;
          animation: lineMove 0.8s ease forwards;
}
.page-tit.is-show .inner .main-img img {
  opacity: 1;
}
.page-tit.is-show .inner .fv-tit::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-tit.is-show .inner .main-img::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.page-tit.is-show .inner .tit-ja-w .tit-ja {
  opacity: 1;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-tit.is-show .inner .tit-ja-w::before, .page-tit.is-show .inner .tit-ja-w::after {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.page-tit.is-show .inner .tit-en-w .tit-en {
  clip-path: inset(0 0 0 0);
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.page-tit.is-show .inner .tit-en-w::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-tit.is-show .inner .tit-en-w::after {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.page-tit.is-show .inner .fv-menu ol {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.sec-desc {
  border-bottom: 1px solid #000000;
}
.sec-desc .inner {
  padding: 100px 0;
  width: min(90%, 1000px);
  margin: 0 auto;
}
@media print, screen and (max-width: 1023px) {
  .sec-desc .inner {
    padding: 48px 0;
  }
}
.sec-desc .desc {
  overflow: hidden;
}
.sec-desc .desc p {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 200%;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .sec-desc .desc p {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .sec-desc .desc .sp-hidden {
    display: none;
  }
}
.sec-desc.is-show .desc p {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.page-cta .inner {
  padding: 166px 0 200px;
}
@media print, screen and (max-width: 1023px) {
  .page-cta .inner {
    padding: 72px 0;
  }
}
.page-cta .otherbtn {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 300px;
  gap: calc(120 / 1920 * 100vw);
}
@media print, screen and (max-width: 1180px) {
  .page-cta .otherbtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    bottom: 72px;
  }
}
.page-cta .otherbtn .btn {
  position: relative;
  padding: 30px;
  -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-filter: saturate(0) contrast(0.85);
          filter: saturate(0) contrast(0.85);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1180px) {
  .page-cta .otherbtn .btn {
    padding: 30px;
  }
}
.page-cta .otherbtn .btn a {
  position: absolute;
  inset: 0;
}
.page-cta .otherbtn .btn .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.page-cta .otherbtn .btn .title .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1.1875rem, 0.8689320388rem + 1.359223301vw, 2.5rem);
  line-height: 120%;
  color: #1e1c19;
}
@media print, screen and (max-width: 1180px) {
  .page-cta .otherbtn .btn .title .tit-en .none {
    display: none;
  }
}
.page-cta .otherbtn .btn .title .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
.page-cta .otherbtn .btn .arrow {
  width: 70px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat left/contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.7142857143);
          transform: scaleX(0.7142857143);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.page-cta .otherbtn .btn.btn-online {
  background: url(../img/common/online.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .page-cta .otherbtn .btn.btn-online {
    background-image: url(../img/common/online_sp.png);
  }
}
.page-cta .otherbtn .btn.btn-contact {
  background: url(../img/common/contact.png) no-repeat left/cover;
}
@media print, screen and (max-width: 1180px) {
  .page-cta .otherbtn .btn.btn-contact {
    background-image: url(../img/common/contact_sp.png);
  }
}
.page-cta .otherbtn .btn:hover {
  -webkit-filter: saturate(1) contrast(1);
          filter: saturate(1) contrast(1);
}
.page-cta .otherbtn .btn:hover .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .business .w1320 {
    width: 90%;
  }
}
.business .img-text {
  position: absolute;
  mix-blend-mode: soft-light;
  height: 100%;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .business .img-text {
    left: 7px;
    top: 20px;
    right: auto;
  }
}
.business .img-text p {
  font-family: "Caudex", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 0.072815534rem + 10.355987055vw, 12.5rem);
  line-height: 100%;
  color: rgba(250, 249, 246, 0.5);
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
  margin-top: 250px;
}
@media only screen and (max-width: 767px) {
  .business .img-text p {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-top: 0;
  }
}
.business .label-tit {
  padding: 20px 30px;
  background-color: #1e1c19;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .business .label-tit {
    padding: 20px 16px;
  }
}
.business .label-tit::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #1e1c19;
  -webkit-transition: all 0.8s cubic-bezier(0.5, 0, 0.3, 1) 0.4s;
  transition: all 0.8s cubic-bezier(0.5, 0, 0.3, 1) 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
          transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}
.business .label-tit .text {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: clamp(1.125rem, 0.9126213592rem + 0.9061488673vw, 2rem);
  line-height: 100%;
  color: #ffffff;
  -webkit-transition: opacity 1.2s ease 0.4s;
  transition: opacity 1.2s ease 0.4s;
}
.business .descbox {
  grid-column: 1/3;
  padding: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  background: url(../img/common/bg01_50.png) repeat center/100% auto, #f4f0f0;
  border: 1px solid #000000;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 2.4s;
  transition: opacity 0.8s ease 2.4s;
}
@media only screen and (max-width: 767px) {
  .business .descbox {
    padding: 32px 10px;
  }
}
.business .descbox .box-tit {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 500;
  font-size: clamp(1.125rem, 1.0339805825rem + 0.3883495146vw, 1.5rem);
  line-height: 180%;
  padding-bottom: 30px;
  position: relative;
}
.business .descbox .box-tit::after {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
}
.business .descbox.is-show {
  opacity: 1;
}
.business .business_sec01 {
  background: url(../img/business/bg01.jpg) no-repeat top/cover;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.business .business_sec01 .inner {
  padding: 250px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 150px;
}
@media print, screen and (max-width: 1023px) {
  .business .business_sec01 .inner {
    padding: 160px 0 80px;
    gap: 32px;
  }
}
.business .business_sec01 .inner .sec-img {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
@media only screen and (max-width: 767px) {
  .business .business_sec01 .inner .sec-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.business .business_sec01 .inner .sec-img figure {
  clip-path: inset(100% 0 0 0);
  -webkit-transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1);
  transition: clip-path 1.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.business .business_sec01 .inner .sec-img figure img {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .business .business_sec01 .inner .sec-img figure img {
    border-width: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .business .business_sec01 .inner .sec-img .img-left {
    width: 100%;
  }
  .business .business_sec01 .inner .sec-img .img-left img {
    width: 100%;
  }
  .business .business_sec01 .inner .sec-img .img-left .pc-hidden {
    display: block;
  }
  .business .business_sec01 .inner .sec-img .img-left .sp-hidden {
    display: none;
  }
}
.business .business_sec01 .inner .sec-img .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .business .business_sec01 .inner .sec-img .img-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
}
.business .business_sec01.is-show {
  background-image: url(../img/business/bg02.jpg);
}
.business .business_sec01.is-show .label-tit::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.business .business_sec01.is-show .sec-img figure {
  clip-path: inset(0);
}
.business .business_sec01.is-show .sec-img .img-left figure {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.business .business_sec01.is-show .sec-img .img-right figure:first-child {
  -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.business .business_sec01.is-show .sec-img .img-right figure:last-child {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.business .business_sec02 {
  background: url(../img/business/bg03.jpg) no-repeat top/cover;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.business .business_sec02 .img-text p {
  margin-top: 53px;
  font-size: clamp(2.5rem, 1.4684466019rem + 4.4012944984vw, 6.75rem);
}
@media only screen and (max-width: 767px) {
  .business .business_sec02 .img-text p {
    margin-top: 0;
  }
}
.business .business_sec02 .inner {
  padding: 250px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 150px;
}
@media print, screen and (max-width: 1023px) {
  .business .business_sec02 .inner {
    padding: 160px 0 80px;
    gap: 32px;
  }
}
.business .business_sec02.is-show {
  background-image: url(../img/business/bg04.jpg);
}
.business .business_sec02.is-show .label-tit::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.business .business_sec02.is-show .descbox {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.business .business_sec03 {
  background: url(../img/business/bg05.jpg) no-repeat top/cover;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
.business .business_sec03 .img-text p {
  margin-top: 170px;
  font-size: clamp(2.5rem, 1.4684466019rem + 4.4012944984vw, 6.75rem);
}
@media only screen and (max-width: 767px) {
  .business .business_sec03 .img-text p {
    margin-top: 0;
  }
}
.business .business_sec03 .inner {
  padding: 250px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 150px;
}
@media print, screen and (max-width: 1023px) {
  .business .business_sec03 .inner {
    padding: 160px 0 80px;
    gap: 32px;
  }
}
.business .business_sec03.is-show {
  background-image: url(../img/business/bg06.jpg);
}
.business .business_sec03.is-show .label-tit::before {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.business .business_sec03.is-show .descbox {
  opacity: 1;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (max-width: 1023px) {
  .brand .w1336,
  .brand .w1320 {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .brand .w1336,
  .brand .w1320 {
    width: 93%;
  }
}
.brand .sec-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .brand .sec-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
  .brand .sec-title .desc p {
    text-align: center;
  }
}
.brand .sec-title::before, .brand .sec-title::after {
  content: none;
}
.brand .sec-title .tit-en {
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(3rem, 2.8786407767rem + 0.5177993528vw, 3.5rem);
  line-height: 100%;
  color: #1e1c19;
  clip-path: inset(0 100% 0 0);
  -webkit-transition: clip-path 1.2s ease;
  transition: clip-path 1.2s ease;
}
.brand .sec-title .tit-ja {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.brand .brand-item {
  background: url(../img/common/bg02.png) no-repeat center/cover, #d1d1c6;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item {
    border-bottom: 1px solid #1e1c19;
  }
}
.brand .brand-item .inner {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item .inner {
    padding: 40px 0;
  }
}
.brand .brand-item .sec-title {
  margin: 0 14px 31px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item .sec-title {
    margin: 0 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .brand .brand-item .sec-title .brand-img.pc-hidden,
  .brand .brand-item .sec-title .desc.pc-hidden {
    display: block;
    opacity: 1;
  }
}
.brand .brand-item .sec-title .brand-img {
  max-width: 286px;
  height: 105px;
}
.brand .brand-item .sec-title .brand-img img {
  width: auto;
  height: 100%;
}
.brand .brand-item img {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
.brand .brand-item .desc {
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item .desc.sp-hidden {
    display: none;
  }
}
.brand .brand-item .desc p {
  font-family: "Caudex", serif;
  line-height: 180%;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.brand .brand-item .sec-body .sphone-swiper {
  display: none;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item .sec-body .sphone-swiper {
    display: block;
    padding-bottom: 48px;
  }
  .brand .brand-item .sec-body .sphone-swiper .swiper-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .brand .brand-item .sec-body .sphone-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
}
.brand .brand-item .sec-body .sphone-swiper .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.brand .brand-item .sec-body .sphone-swiper .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.brand .brand-item .sec-body .sphone-swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.brand .brand-item .sec-body .sphone-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border: 1px solid #1e1c19;
  background-color: #fff;
  opacity: 1;
}
.brand .brand-item .sec-body .sphone-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #1e1c19;
}
.brand .brand-item.is-show .sec-title .tit-en {
  clip-path: inset(0 0 0 0);
}
.brand .brand-item.is-show .sec-title .tit-ja {
  opacity: 1;
}
.brand .brand-item.is-show img {
  opacity: 1;
}
.brand .brand-item.is-show .sec-body .brand-top .desc {
  opacity: 1;
}
.brand .brand-item.brand01 {
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand01 {
    margin-top: 0;
  }
}
.brand .brand-item.brand01 .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 57px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand01 .sec-body {
    display: block;
  }
}
.brand .brand-item.brand01 .sec-body .img01 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.brand .brand-item.brand01 .sec-body .img02 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.brand .brand-item.brand01 .sec-body .img03 img {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.brand .brand-item.brand01 .sec-body .img04 img {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.brand .brand-item.brand01 .sec-body .brand-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand01 .sec-body .brand-top {
    display: none;
  }
}
.brand .brand-item.brand01 .sec-body .brand-top .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 54px;
}
.brand .brand-item.brand01 .sec-body .brand-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 51px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand01 .sec-body .brand-bottom {
    display: none;
  }
}
.brand .brand-item.brand02 {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand02 {
    margin-top: 0;
  }
}
.brand .brand-item.brand02 .inner {
  padding: 100px 0 91px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand02 .inner {
    padding: 40px 0;
  }
}
.brand .brand-item.brand02 .brand-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand02 .brand-top {
    display: none;
  }
}
.brand .brand-item.brand02 .brand-top .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 48px;
}
.brand .brand-item.brand02 .img01 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.brand .brand-item.brand02 .img02 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.brand .brand-item.brand03 {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand03 {
    margin-top: 0;
  }
}
.brand .brand-item.brand03 .inner {
  padding: 100px 0 202px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand03 .inner {
    padding: 40px 0;
  }
}
.brand .brand-item.brand03 .brand-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 48px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand03 .brand-top {
    display: none;
  }
}
.brand .brand-item.brand03 .desc {
  -webkit-transition: opacity 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand03 .img01.sp-hidden {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand03 .img01.pc-hidden {
    display: block;
  }
}
.brand .brand-item.brand04 {
  margin-top: 200px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand04 {
    margin-top: 0;
  }
}
.brand .brand-item.brand04 .inner {
  padding: 100px 0 70px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand04 .inner {
    padding: 40px 0;
  }
}
.brand .brand-item.brand04 .brand-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 55px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  .brand .brand-item.brand04 .brand-top {
    display: none;
  }
}
.brand .brand-item.brand04 .brand-top .img-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
.brand .brand-item.brand04 .img01 img {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.brand .brand-item.brand04 .img02 img {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.brand .brand-item.brand04 .desc {
  -webkit-transition: opacity 0.8s ease 0.8s;
  transition: opacity 0.8s ease 0.8s;
}
.brand .brand-detail {
  border-bottom: 1px solid #000000;
}
.brand .brand-detail .inner {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail .inner {
    padding: 80px 0 30px;
  }
}
.brand .brand-detail .inner .sec-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail .inner .sec-body {
    gap: 30px;
  }
}
.brand .brand-detail .inner .sec-body .item {
  padding-bottom: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail .inner .sec-body .item {
    gap: 32px;
    padding-bottom: 30px;
  }
  .brand .brand-detail .inner .sec-body .item .sec-title {
    gap: 10px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.brand .brand-detail .inner .sec-body .item .brand-img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s;
  max-width: 217px;
  width: 17%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail .inner .sec-body .item .brand-img.sp-hidden {
    display: none;
  }
}
.brand .brand-detail .inner .sec-body .item::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.8s ease 0.8s;
  transition: -webkit-transform 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s;
  transition: transform 0.8s ease 0.8s, -webkit-transform 0.8s ease 0.8s;
}
.brand .brand-detail .inner .sec-body .item .desc {
  opacity: 0;
  max-width: 1020px;
  width: 78%;
  -webkit-transition: opacity 0.8s ease 0.4s;
  transition: opacity 0.8s ease 0.4s;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail .inner .sec-body .item .desc {
    max-width: none;
    width: 100%;
  }
}
.brand .brand-detail .inner .sec-body .item:last-child::before {
  content: none;
}
.brand .brand-detail .inner .sec-body .item.is-show .sec-title .tit-en {
  clip-path: inset(0 0 0 0);
}
.brand .brand-detail .inner .sec-body .item.is-show .sec-title .tit-ja {
  opacity: 1;
}
.brand .brand-detail .inner .sec-body .item.is-show .brand-img {
  opacity: 1;
}
.brand .brand-detail .inner .sec-body .item.is-show .desc {
  opacity: 1;
}
.brand .brand-detail .inner .sec-body .item.is-show::before {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.brand .brand-detail.brand02-detail .inner .sec-body .item .desc {
  max-width: 617px;
  width: 100%;
}
.brand .brand-detail.brand02-detail .inner .sec-body .item .brand-img {
  max-width: 205px;
  width: 16%;
}
.brand .brand-detail.brand02-detail .inner .sec-body .item .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail.brand02-detail .inner .sec-body .item .column .sec-title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.brand .brand-detail.brand02-detail .inner .sec-body .item .column .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 70px;
}
.brand .brand-detail.brand02-detail .inner .sec-body .item .column .brand-img {
  position: relative;
  inset: 0;
  max-width: 433px;
  width: 33%;
}
.brand .brand-detail.brand03-detail .inner .sec-body .item .brand-img {
  max-width: 403px;
  width: 31%;
}
.brand .brand-detail.brand03-detail .inner .sec-body .item:first-child .desc {
  max-width: 600px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .brand .brand-detail.brand03-detail .inner .sec-body .item:first-child .desc {
    max-width: none;
  }
}
.brand .brand-detail.brand04-detail .inner .sec-body .item .brand-img {
  max-width: 207px;
  width: 16%;
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .about .sec-title .title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .about .sec-title .title-wrap .tit-en .pc-hidden {
    display: block;
  }
  .about .sec-title .title-wrap .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about .message .inner {
  padding: 200px 0 250px;
}
@media print, screen and (max-width: 1023px) {
  .about .message .inner {
    padding: 40px 0 120px;
    width: 90%;
  }
}
.about .message figure {
  overflow: hidden;
  position: relative;
  -webkit-mask-image: url(../img/top/mask3.png);
          mask-image: url(../img/top/mask3.png);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media print, screen and (max-width: 1023px) {
  .about .message figure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
}
.about .message figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.about .message figure .text {
  position: absolute;
  top: 100px;
  left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
@media print, screen and (max-width: 1023px) {
  .about .message figure .text {
    position: relative;
    inset: 0;
  }
}
.about .message figure .text .desc {
  max-width: 600px;
  width: 100%;
}
@media print, screen and (max-width: 1023px) {
  .about .message figure .text .desc {
    max-width: none;
  }
}
.about .message figure .text .desc p {
  line-height: 250%;
}
.about .message figure .text .name p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.25rem, 1.1893203883rem + 0.2588996764vw, 1.5rem);
  line-height: 200%;
  font-weight: 400;
  color: #000000;
}
.about .message figure.is-show {
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
}
.about .message figure.is-show img {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .milestones {
  position: relative;
  background: url(../img/about/bg01.png) repeat center/45px auto;
  padding-bottom: 115px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .w1320 {
    width: 90%;
  }
}
.about .milestones .timeline {
  position: relative;
  height: 3489px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline {
    height: auto;
    padding: 56px 0 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 56px;
  }
}
.about .milestones .timeline:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 5px;
  height: 3394px;
  background: #1e1c19;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline:before {
    left: 0;
    width: 1px;
    height: 100%;
  }
}
.about .milestones .timeline::after {
  content: "NOW";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-family: "Caudex", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 0.6504854369rem + 3.6245954693vw, 5rem);
  line-height: 120%;
  color: #000000;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline::after {
    right: auto;
    bottom: auto;
    top: 100%;
  }
}
.about .milestones .timeline .timeline-item {
  width: 50%;
  position: absolute;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item {
    position: relative;
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.about .milestones .timeline .timeline-item figure {
  position: relative;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item figure {
    -webkit-filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.2));
  }
}
.about .milestones .timeline .timeline-item.left {
  left: 0;
  padding-right: calc(256 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item.left {
    padding-right: 0;
    padding-left: 24px;
  }
}
.about .milestones .timeline .timeline-item.right {
  left: 50%;
  padding-left: calc(253 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item.right {
    inset: 0;
    padding-left: 24px;
  }
}
.about .milestones .timeline .timeline-item::before {
  content: "";
  position: absolute;
  top: 15px;
  width: 15px;
  height: 15px;
  background: #1e1c19;
  border-radius: 50%;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item::before {
    width: 8px;
    height: 8px;
    top: 12px;
  }
}
.about .milestones .timeline .timeline-item::after {
  content: "";
  position: absolute;
  top: 22px;
  width: calc(192 / 1920 * 100vw);
  height: 1px;
  background: #1e1c19;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item::after {
    width: 16px;
    top: 15px;
  }
}
.about .milestones .timeline .timeline-item.left::before {
  right: calc(184 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item.left::before {
    left: 12px;
  }
}
.about .milestones .timeline .timeline-item.left::after {
  right: 0;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item.left::after {
    right: auto;
    left: 0;
  }
}
.about .milestones .timeline .timeline-item.left .brand-logo {
  position: absolute;
  top: 0;
  left: calc(302 / 1920 * 100vw);
}
.about .milestones .timeline .timeline-item.right::before {
  left: calc(184 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item.right::before {
    left: 16px;
  }
}
.about .milestones .timeline .timeline-item.right::after {
  left: 0;
}
.about .milestones .timeline .timeline-item.right .brand-logo {
  position: absolute;
  top: 0;
  right: calc(302 / 1920 * 100vw);
}
.about .milestones .timeline .timeline-item .date {
  font-family: "Caudex", serif;
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.5rem, 1.2572815534rem + 1.0355987055vw, 2.5rem);
  line-height: 120%;
  color: #1e1c19;
  margin-bottom: 10px;
}
.about .milestones .timeline .timeline-item figure {
  margin-top: 30px;
}
.about .milestones .timeline .timeline-item:nth-child(1) {
  top: 150px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(1) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(2) {
  top: 222px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(2) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(3) {
  top: 436px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(3) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(4) {
  top: 658px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(4) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(5) {
  top: 913px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(5) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(6) {
  top: 1103px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(6) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(7) {
  top: 1325px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(7) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(8) {
  top: 1448px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(8) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(9) {
  top: 1534px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(9) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(9) .brand-logo {
  background-color: #fff;
  padding: 10px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(9) .brand-logo {
    left: 0;
    right: auto;
    width: calc(74 / 400 * 100vw);
    height: auto;
    top: 0;
    bottom: 0;
    margin: auto;
    padding: 8px;
  }
}
.about .milestones .timeline .timeline-item:nth-child(10) {
  top: 1638px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(10) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(11) {
  top: 1827px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(11) {
    inset: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(11) .brand-logo {
    left: 10px;
    right: auto;
    width: 99px;
    height: auto;
    top: 10px;
  }
}
.about .milestones .timeline .timeline-item:nth-child(12) {
  top: 2106px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(12) {
    inset: 0;
  }
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(12) .brand-logo {
    left: auto;
    right: 0;
    width: 109px;
    height: auto;
    top: 10px;
  }
}
.about .milestones .timeline .timeline-item:nth-child(13) {
  top: 2335px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(13) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(14) {
  top: 2806px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(14) {
    inset: 0;
  }
}
.about .milestones .timeline .timeline-item:nth-child(14) .brand-logo {
  background-color: #fff;
  padding: 10px;
}
@media print, screen and (max-width: 1023px) {
  .about .milestones .timeline .timeline-item:nth-child(14) .brand-logo {
    padding: 0;
    background-color: transparent;
    left: auto;
    right: 14px;
    width: 98px;
    height: auto;
    top: 10px;
  }
}
.about .profile {
  background: url(../img/about/bg02.png) no-repeat center/cover;
  overflow: hidden;
}
.about .profile .sec-title .tit-en,
.about .profile .sec-title .tit-ja {
  color: #fff;
}
.about .profile .sec-title::before, .about .profile .sec-title::after {
  background-color: #fff;
}
.about .profile .inner {
  padding: 200px 0 168px;
}
@media print, screen and (max-width: 1023px) {
  .about .profile .inner {
    padding: 48px 0;
  }
}
.about .profile .c-profile {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #000000;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-mask-image: url(../img/top/mask3.png);
          mask-image: url(../img/top/mask3.png);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.about .profile .c-profile tr {
  border-bottom: 1px solid #000000;
}
.about .profile .c-profile tr:last-child {
  border-bottom: none;
}
@media only screen and (max-width: 767px) {
  .about .profile .c-profile tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about .profile .c-profile th {
  width: 250px;
  background-color: #faf9f6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  color: #000000;
  padding: 50px 40px 50px 50px;
}
@media only screen and (max-width: 767px) {
  .about .profile .c-profile th {
    width: 100%;
    padding: 4px 24px;
    text-align: left;
  }
}
.about .profile .c-profile td {
  background-color: #fffefd;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  padding: 50px 40px 50px 50px;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .about .profile .c-profile td {
    padding: 25px 24px;
    text-align: left;
  }
}
.about .profile.is-show .c-profile {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
}
.about .access {
  border-bottom: 1px solid #000000;
  overflow: hidden;
}
.about .access .inner {
  padding: 200px 0;
}
@media print, screen and (max-width: 1023px) {
  .about .access .inner {
    padding: 30px 0 48px;
    width: 100%;
  }
}
.about .access .box {
  max-width: 1220px;
  width: 95%;
  margin: 0 auto;
  border: 1px solid #000;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  padding: calc(100 / 1920 * 100vw);
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-mask-image: url(../img/top/mask3.png);
          mask-image: url(../img/top/mask3.png);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
@media print, screen and (max-width: 1023px) {
  .about .access .box {
    max-width: none;
    width: 100%;
    padding: 30px 24px;
    border: none;
  }
}
.about .access .box .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: calc(100 / 1920 * 100vw);
}
@media print, screen and (max-width: 1023px) {
  .about .access .box .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 36px;
  }
  .about .access .box .column .access-detail {
    width: 100%;
    padding: 16px 10px;
  }
}
.about .access .box iframe {
  max-width: 600px;
  width: 59%;
  height: 450px;
}
@media print, screen and (max-width: 1023px) {
  .about .access .box iframe {
    max-width: 100%;
    width: 100%;
    height: 264px;
  }
}
.about .access .box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media print, screen and (max-width: 1023px) {
  .about .access .box .list {
    gap: 20px;
  }
}
.about .access .box .list .list-item {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
.about .access .box .c-name {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.2348300971rem + 0.0647249191vw, 1.3125rem);
  line-height: 200%;
  color: #1e1c19;
  position: relative;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media print, screen and (max-width: 1023px) {
  .about .access .box .c-name {
    margin-bottom: 20px;
  }
}
.about .access .box .c-name::before {
  content: "";
  width: 5px;
  height: 20px;
  background-color: #1e1c19;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.about .access .box .morebtn {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1e1c19;
  position: relative;
}
@media print, screen and (max-width: 1023px) {
  .about .access .box .morebtn {
    margin-top: 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.about .access .box .morebtn .link-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #1e1c19;
}
.about .access .box .morebtn .arrow {
  width: 40px;
  height: 16px;
  background: url(../img/common/arrow.svg) no-repeat left/contain;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transform: scaleX(0.7);
          transform: scaleX(0.7);
  -webkit-transition: -webkit-transform 0.8s ease;
  transition: -webkit-transform 0.8s ease;
  transition: transform 0.8s ease;
  transition: transform 0.8s ease, -webkit-transform 0.8s ease;
}
.about .access .box .morebtn:hover .arrow {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.about .access .box .morebtn a {
  position: absolute;
  inset: 0;
}
.about .access .box.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media only screen and (max-width: 767px) {
  .careers .sec-title .title-wrap {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .careers .sec-title .title-wrap .title {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.careers .voice .voice-menu {
  position: relative;
  border-bottom: 1px solid #1e1c19;
}
.careers .voice .voice-menu .inner {
  padding: 100px 75px 128px;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-menu .inner {
    width: 100%;
    padding: 0;
  }
}
.careers .voice .voice-menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 100px;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-menu .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    pointer-events: all;
    background-color: #faf9f6;
    border-top: 0.5px solid #1e1c19;
  }
}
.careers .voice .voice-menu .list .item {
  max-width: 160px;
  width: 100%;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-menu .list .item {
    max-width: none;
    border-right: 0.5px solid #1e1c19;
  }
  .careers .voice .voice-menu .list .item:last-child {
    border-right: none;
  }
}
.careers .voice .voice-menu .list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-menu .list .item a {
    gap: 10px;
    padding: 13px 0;
  }
}
.careers .voice .voice-menu .list .item a .tit-ja-w {
  overflow: hidden;
}
.careers .voice .voice-menu .list .item a .tit-ja-w .tit-ja {
  color: transparent;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.7572815534rem + 1.0355987055vw, 2rem);
  line-height: 100%;
  text-shadow: 0 -1.5em 0 #000, 0 0 0 #000;
  -webkit-transition: text-shadow 0.3s;
  transition: text-shadow 0.3s;
}
.careers .voice .voice-menu .list .item a .icon {
  width: 27px;
  height: auto;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-menu .list .item a .icon {
    width: calc(13 / 400 * 100vw);
  }
}
.careers .voice .voice-menu .list .item:hover a .tit-ja-w .tit-ja {
  text-shadow: 0 0 0 #000, 0 1.5em 0 #000;
}
.careers .voice .fixed-voice-menu {
  display: none;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .fixed-voice-menu {
    position: fixed;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
    transition: opacity 0.6s ease, visibility 0.6s ease;
    left: 0;
    z-index: 149;
    width: 100%;
    height: auto;
    bottom: calc(env(safe-area-inset-bottom));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-bottom: 0.5px solid #1e1c19;
  }
}
@media print, screen and (max-width: 1180px) and (max-width: 1180px) {
  .careers .voice .fixed-voice-menu .list .item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .careers .voice .fixed-voice-menu .list .item a .icon {
    width: calc(13 / 400 * 100vw);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .fixed-voice-menu.is-show {
    opacity: 1;
    visibility: visible;
  }
}
.careers .voice .voice-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  position: relative;
}
@media print, screen and (max-width: 1180px) {
  .careers .voice .voice-detail .w1320 {
    width: 90%;
  }
}
.careers .voice .voice-detail::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /*max-width: 900px;*/
  width: 47%;
  height: calc(100% + 295px);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail::before {
    max-width: none;
    width: 100%;
    height: 100%;
    bottom: auto;
    top: 0;
  }
}
.careers .voice .voice-detail .main-img {
  overflow: hidden;
  width: calc(1332 / 1920 * 100vw);
  position: relative;
  clip-path: inset(0 100% 0 0);
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .main-img {
    width: 100%;
    height: 285px;
  }
}
.careers .voice .voice-detail .main-img img {
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .main-img img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.careers .voice .voice-detail .main-img {
  /*  &::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #1e1c19;
      transform: translateX(-100%);
  }*/
}
.careers .voice .voice-detail .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1023px) {
  .careers .voice .voice-detail .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
.careers .voice .voice-detail .column .qa-list {
  margin-top: 130px;
  max-width: 800px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 125px;
  counter-reset: listnum;
  list-style: none;
  overflow: hidden;
}
@media print, screen and (max-width: 1023px) {
  .careers .voice .voice-detail .column .qa-list {
    max-width: none;
    gap: 24px;
    margin-top: 0;
  }
}
.careers .voice .voice-detail .column .qa-list .qa-item {
  padding: 50px;
  background-color: #faf9f6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  margin-top: 78px;
  border: 1px solid #000000;
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
  -webkit-filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
          filter: drop-shadow(10px 10px 20px rgba(0, 0, 0, 0.15));
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .qa-list .qa-item {
    padding: 24px 10px;
    gap: 24px;
  }
}
.careers .voice .voice-detail .column .qa-list .qa-item::before {
  content: "";
  counter-increment: listnum;
  content: counter(listnum, decimal-leading-zero);
  position: absolute;
  bottom: 100%;
  left: 0;
  padding: 10px;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(2rem, 1.6359223301rem + 1.5533980583vw, 3.5rem);
  line-height: 100%;
  border: 1px solid #000;
  background-color: #faf9f6;
}
.careers .voice .voice-detail .column .qa-list .qa-item .item {
  display: grid;
  grid-template-columns: 40px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .qa-list .qa-item .item {
    grid-template-columns: 36px 1fr;
  }
}
.careers .voice .voice-detail .column .qa-list .qa-item .item span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  aspect-ratio: 1/1;
  background-color: #1e1c19;
  border-radius: 50%;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  color: #fff;
}
.careers .voice .voice-detail .column .qa-list .qa-item .item.q-item {
  padding-bottom: 50px;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .qa-list .qa-item .item.q-item {
    padding-bottom: 34px;
  }
}
.careers .voice .voice-detail .column .qa-list .qa-item .item.a-item span.pc-hidden {
  display: none;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item span {
    display: none;
  }
}
.careers .voice .voice-detail .column .qa-list .qa-item .item.a-item .medium {
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item {
    display: block;
  }
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 36px;
    height: 36px;
  }
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item span.pc-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item .medium {
    position: relative;
    padding-left: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .careers .voice .voice-detail .column .qa-list .qa-item .item.a-item .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.careers .voice .voice-detail .column .qa-list.is-show .qa-item {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.careers .voice .voice-detail .column .voice-element {
  max-width: 450px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 236px;
  opacity: 0;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
@media print, screen and (max-width: 1023px) {
  .careers .voice .voice-detail .column .voice-element {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 32px;
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .voice-element {
    -webkit-transition-delay: 0.8s;
            transition-delay: 0.8s;
  }
}
.careers .voice .voice-detail .column .voice-element .prof {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
}
@media print, screen and (max-width: 1023px) {
  .careers .voice .voice-detail .column .voice-element .prof {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .voice-element .prof {
    gap: 20px;
  }
}
.careers .voice .voice-detail .column .voice-element .prof .post {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1.25rem, 0.7038834951rem + 2.3300970874vw, 3.5rem);
  line-height: 100%;
  color: #1e1c19;
}
.careers .voice .voice-detail .column .voice-element .prof .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .voice-element .prof .list {
    gap: 16px;
  }
}
.careers .voice .voice-detail .column .voice-element .prof .list li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 150%;
  color: #1e1c19;
  display: grid;
  grid-template-columns: -webkit-max-content 1fr;
  grid-template-columns: max-content 1fr;
  gap: 1em;
}
.careers .voice .voice-detail .column .voice-element .mainimg {
  position: relative;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .voice-element .mainimg {
    width: calc(160 / 400 * 100vw);
  }
}
.careers .voice .voice-detail .column .voice-element .mainimg img {
  opacity: 0;
}
.careers .voice .voice-detail .column .voice-element .mainimg {
  /*   &::before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      inset: 0;
      background-color: #1e1c19;
      transform: translateX(-100%);
  }*/
}
.careers .voice .voice-detail .column .voice-element.is-show {
  opacity: 1;
}
.careers .voice .voice-detail .column .voice-element.is-show .mainimg {
  -webkit-animation: lineMove 0.8s ease forwards;
          animation: lineMove 0.8s ease forwards;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail .column .voice-element.is-show .mainimg {
    -webkit-transition-delay: 1.2;
            transition-delay: 1.2;
  }
}
.careers .voice .voice-detail .column .voice-element.is-show .mainimg img {
  opacity: 1;
}
.careers .voice .voice-detail.voice01 {
  margin-bottom: 129px;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail.voice01 {
    margin-bottom: 0;
  }
}
.careers .voice .voice-detail.voice01::before {
  background: url(../img/careers/img07.jpg) no-repeat right/cover;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail.voice01::before {
    background: url(../img/careers/img07_sp.jpg) no-repeat top/cover;
  }
}
.careers .voice .voice-detail.voice02 {
  margin-bottom: 383px;
  border-top: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail.voice02 {
    margin-bottom: 0;
  }
}
.careers .voice .voice-detail.voice02::before {
  height: calc(100% + 200px);
  background: url(../img/careers/img08.jpg) no-repeat right/cover;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail.voice02::before {
    height: 100%;
    background: url(../img/careers/img08_sp.jpg) no-repeat top/cover;
  }
}
.careers .voice .voice-detail.voice03 {
  border-top: 1px solid #000;
}
.careers .voice .voice-detail.voice03::before {
  height: 100%;
  background: url(../img/careers/img09.png) no-repeat right/cover;
}
@media only screen and (max-width: 767px) {
  .careers .voice .voice-detail.voice03::before {
    background: url(../img/careers/img09_sp.png) no-repeat top/cover;
  }
}
.careers .voice .voice-detail.voice03 .column .voice-element .prof .post,
.careers .voice .voice-detail.voice03 .column .voice-element .prof .list li {
  color: #fff;
}
@media print, screen and (max-width: 1023px) {
  .careers .voice .voice-detail.voice03 .column .voice-element .prof .post,
  .careers .voice .voice-detail.voice03 .column .voice-element .prof .list li {
    color: #1e1c19;
  }
}
.careers .voice .voice-detail.is-show .main-img {
  -webkit-animation: lineMove 0.8s ease forwards;
          animation: lineMove 0.8s ease forwards;
}
.careers .voice .voice-detail.is-show .main-img img {
  opacity: 1;
}
.careers .job {
  background: url(../img/careers/img10.jpg) no-repeat right/cover;
  overflow: hidden;
}
.careers .job .sec-title .tit-en,
.careers .job .sec-title .tit-ja {
  color: #fff;
}
.careers .job .sec-title::before, .careers .job .sec-title::after {
  background-color: #fff;
}
.careers .job .inner {
  padding: 150px 0 250px;
}
@media print, screen and (max-width: 1023px) {
  .careers .job .inner {
    padding: 32px 0;
    width: 90%;
  }
}
.careers .job .tab-wrap {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-mask-image: url(../img/top/mask3.png);
          mask-image: url(../img/top/mask3.png);
  -webkit-mask-position: 0 200%;
          mask-position: 0 200%;
  -webkit-mask-size: 100% 200%;
          mask-size: 100% 200%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.careers .job .tab-wrap .tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.careers .job .tab-wrap .tab-btn {
  max-width: 300px;
  width: 30%;
  padding: 30px 0;
  border: 1px solid #000;
  background: #1e1c19;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
}
@media only screen and (max-width: 767px) {
  .careers .job .tab-wrap .tab-btn {
    padding: 10px 0;
  }
}
.careers .job .tab-wrap .tab-btn.is-active {
  background: #faf9f6;
  color: #000000;
}
.careers .job .tab-wrap .tab-contents {
  position: relative;
}
.careers .job .tab-wrap .tab-contents .tab-content {
  display: none;
  opacity: 0;
}
.careers .job .tab-wrap .tab-contents .tab-content.is-active {
  display: block;
  -webkit-animation: fade 0.4s forwards;
          animation: fade 0.4s forwards;
}
.careers .job .tab-wrap .tab-contents .tab-content-inner {
  padding: 70px 100px;
  background-color: #faf9f6;
  border: 1px solid #000000;
}
@media print, screen and (max-width: 1023px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner {
    padding: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner {
    max-height: 75vh;
    overflow: hidden;
    -webkit-transition: max-height 0.6s ease;
    transition: max-height 0.6s ease;
  }
  .careers .job .tab-wrap .tab-contents .tab-content-inner.is-open {
    max-height: 9999px;
  }
  .careers .job .tab-wrap .tab-contents .tab-content-inner.is-open::after {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
  .careers .job .tab-wrap .tab-contents .tab-content-inner::after {
    content: "";
    position: absolute;
    left: 1px;
    bottom: 1px;
    width: calc(100% - 2px);
    height: 94px;
    background-color: #faf9f6;
    pointer-events: none;
  }
  .careers .job .tab-wrap .tab-contents .tab-content-inner .readmore {
    position: absolute;
    left: 50%;
    bottom: 24px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 10;
    width: 209px;
    height: 46px;
    border: 1px solid #faf9f6;
    background: #1e1c19;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  .careers .job .tab-wrap .tab-contents .tab-content-inner .readmore.is-hide {
    opacity: 0;
    pointer-events: none;
  }
}
.careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment th {
  width: 300px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 200%;
  text-align: left;
  color: #000000;
  padding: 40px 50px 20px 50px;
  border-bottom: 2px solid #000;
}
@media print, screen and (max-width: 1023px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment th {
    padding: 16px 26px 16px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment th {
    width: auto;
  }
}
.careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment td {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  padding: 40px 50px 20px 50px;
  border-bottom: 1px dashed #000000;
}
@media print, screen and (max-width: 1023px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment td {
    padding: 16px 26px 16px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment td {
    width: 100%;
  }
}
.careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment tr:first-child th,
.careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment tr:first-child td {
  padding: 20px 50px;
}
@media print, screen and (max-width: 1023px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment tr:first-child th,
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment tr:first-child td {
    padding: 16px 26px 16px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .careers .job .tab-wrap .tab-contents .tab-content-inner .recruitment tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.careers .job .tab-wrap.is-show {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-mask-position: 0 50%;
          mask-position: 0 50%;
}
@-webkit-keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.careers .side-menu {
  max-width: 105px;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: fixed;
  top: 0;
  bottom: 0;
  margin: auto;
  left: calc(55 / 1920 * 100vw);
  z-index: 120;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.6s ease, visibility 0.6s ease;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
@media print, screen and (max-width: 1180px) {
  .careers .side-menu {
    display: none;
  }
}
.careers .side-menu.is-show {
  opacity: 1;
  visibility: visible;
}
.careers .side-menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.careers .side-menu .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(5px 5px 10px rgba(0, 0, 0, 0.2));
  cursor: pointer;
}
.careers .side-menu .list .item .num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.careers .side-menu .list .item .num p {
  font-family: "Caudex", serif;
  font-style: italic;
  font-weight: 400;
  font-size: 46px;
  line-height: 100%;
}
.careers .side-menu .list .item .num .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 15px;
  height: 28px;
}
.careers .side-menu .list .item .label {
  background-color: #1e1c19;
}
.careers .side-menu .list .item .label p {
  padding: 10px 12px;
  font-family: "Caudex", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #faf9f6;
  text-align: center;
}

@keyframes lineMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes columMove {
  /* 左から出現 */
  0% {
    clip-path: inset(0 0 100% 0);
  }
  100% {
    clip-path: inset(0);
  }
}
@keyframes Movedown {
  /* 左から出現 */
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.news .sec-body {
  padding: 0;
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .news .sec-body {
    padding-top: 30px;
  }
}
.news .sec-body .news-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-top: none;
    width: 90%;
    margin: 0 auto;
    gap: 32px;
  }
}
.news .sec-body .news-item {
  border-bottom: 1px solid #000;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.news .sec-body .news-item:nth-child(odd) {
  border-right: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item:nth-child(odd) {
    border-right: none;
  }
}
.news .sec-body .news-item:nth-child(odd) a {
  padding: calc(200 / 1920 * 100vw) calc(50 / 1920 * 100vw) calc(150 / 1920 * 100vw) calc(300 / 1920 * 100vw);
}
@media print, screen and (max-width: 1180px) {
  .news .sec-body .news-item:nth-child(odd) a {
    padding: 100px 50px 100px 100px;
  }
}
@media print, screen and (max-width: 1023px) {
  .news .sec-body .news-item:nth-child(odd) a {
    padding: 100px 25px 100px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item:nth-child(odd) a {
    padding: 0 0 32px 0;
  }
}
.news .sec-body .news-item a {
  display: block;
  padding: calc(200 / 1920 * 100vw) calc(300 / 1920 * 100vw) calc(150 / 1920 * 100vw) calc(50 / 1920 * 100vw);
  text-decoration: none;
  color: inherit;
}
@media print, screen and (max-width: 1180px) {
  .news .sec-body .news-item a {
    padding: 100px 100px 100px 50px;
  }
}
@media print, screen and (max-width: 1023px) {
  .news .sec-body .news-item a {
    padding: 100px 50px 100px 25px;
  }
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item a {
    padding: 0 0 32px 0;
  }
}
.news .sec-body .news-item .thumb {
  aspect-ratio: 600/396;
  margin-bottom: 37px;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item .thumb {
    margin-bottom: 20px;
    -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.15);
  }
}
.news .sec-body .news-item .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news .sec-body .news-item .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #990a0a;
  margin-bottom: 24px;
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item .date {
    margin-bottom: 12px;
  }
}
.news .sec-body .news-item .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news .sec-body .news-item .title {
    -webkit-line-clamp: 2;
    line-height: 150%;
  }
}
.news .sec-body .news-item.is-show {
  opacity: 1;
}
.news .sec-body .dummy {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .news .sec-body .dummy {
    display: none;
  }
}
.news .sec-body .pagination {
  padding: 100px 0;
}
.news .sec-body .pagination .page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .news .sec-body .pagination {
    padding: 32px 0 30px;
  }
}
.news .sec-body .pagination a,
.news .sec-body .pagination span {
  width: 40px;
  height: 40px;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: 21px;
  line-height: 100%;
}
.news .sec-body .pagination .current {
  background: #000;
  color: #fff;
}
.news .news-single {
  border-bottom: 1px solid #000000;
}
@media only screen and (max-width: 767px) {
  .news .news-single {
    border: 1px solid #000;
  }
}
.news .news-single .inner {
  max-width: 1003px;
  width: 90%;
  margin: 0 auto;
  padding: 250px 0 200px;
}
@media only screen and (max-width: 767px) {
  .news .news-single .inner {
    padding: 62px 0 48px;
  }
}
.news .news-single .date {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  color: #990a0a;
  margin-bottom: 24px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .news .news-single .date {
    margin-bottom: 16px;
  }
}
.news .news-single .title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 180%;
  color: #000000;
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
@media only screen and (max-width: 767px) {
  .news .news-single .title {
    margin-bottom: 16px;
  }
}
.news .news-single .thumb {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
  margin-bottom: 100px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.news .news-single .thumb.is-show {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .news .news-single .thumb {
    margin-bottom: 28px;
    -webkit-box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.15);
            box-shadow: 5px 5px 11px rgba(0, 0, 0, 0.15);
  }
}
.news .news-single .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news .news-single .content {
  margin-bottom: 150px;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease;
  transition: opacity 0.8s ease;
}
.news .news-single .content.is-show {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .news .news-single .content {
    margin-bottom: 44px;
  }
}
.news .news-single .content p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 200%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .news .news-single .pager {
    border-top: 1px solid #000;
    padding-top: 32px;
  }
}
.news .news-single .pager .pager-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news .news-single .pager .pager-list .pager-item a {
  border: 1px solid #000000;
  padding: 20px;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .news .news-single .pager .pager-list .pager-item a {
    padding: 16px;
  }
}
.news .news-single.is-show .date,
.news .news-single.is-show .title {
  opacity: 1;
}

.contact .tel-box {
  max-width: 654px;
  width: 100%;
  margin: 0 auto 150px;
  position: relative;
  border: 2px solid #000000;
  border-radius: 30px;
  padding: 50px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #faf9f6;
}
@media only screen and (max-width: 767px) {
  .contact .tel-box {
    padding: 32px 40px;
    margin-bottom: 70px;
  }
}
.contact .tel-box .teltxt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}
.contact .tel-box .teltxt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.75rem, 1.6893203883rem + 0.2588996764vw, 2rem);
  line-height: 100%;
  color: #000000;
}
.contact .tel-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .contact .tel-box .time {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}
.contact .tel-box .time p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #000000;
}
.contact .tel-box a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.contact .contact_forms {
  border-bottom: 1px solid #000;
}
.contact .contact_forms .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 250px 0 270px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner {
    padding: 80px 0;
    width: 94%;
  }
}
.contact .contact_forms .inner .contact-step {
  max-width: 1106px;
  width: 90%;
  margin: 0 auto 150px;
  display: grid;
  grid-template-columns: minmax(31%, 378px) minmax(31%, 378px) minmax(28%, 350px);
  grid-template-rows: 100px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step {
    margin-bottom: 70px;
    grid-template-columns: calc(120 / 400 * 100vw) calc(120 / 400 * 100vw) calc(111 / 400 * 100vw);
    grid-template-rows: calc(32 / 400 * 100vw);
    width: 100%;
    max-width: none;
  }
}
.contact .contact_forms .inner .contact-step li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact .contact_forms .inner .contact-step li.active.step01 {
  background: url(../img/contact/step01-b.png) no-repeat right/contain;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step li.active.step01 {
    background-image: url(../img/contact/step01-b_sp.png);
  }
}
.contact .contact_forms .inner .contact-step li.active.step02 {
  background: url(../img/contact/step02-b.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step li.active.step02 {
    background-image: url(../img/contact/step02-b_sp.png);
  }
}
.contact .contact_forms .inner .contact-step li.step01 {
  background: url(../img/contact/step01-w.png) no-repeat right/contain;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step li.step01 {
    background-image: url(../img/contact/step01-w_sp.png);
  }
}
.contact .contact_forms .inner .contact-step li.step02 {
  background: url(../img/contact/step02-w.png) no-repeat center/contain;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step li.step02 {
    background-image: url(../img/contact/step02-w_sp.png);
  }
}
.contact .contact_forms .inner .contact-step li.step03 {
  background: url(../img/contact/step03.png) no-repeat left/contain;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .contact-step li.step03 {
    background-image: url(../img/contact/step03_sp.png);
  }
}
.contact .contact_forms .inner .form_items .mw_wp_form .error {
  font-size: 16px;
}
.contact .contact_forms .inner .form_items form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .contact_forms .inner .form_items .item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-template-columns: 36% 500px;
  gap: calc(77 / 1920 * 100vw);
  grid-auto-flow: column;
  white-space: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px calc(150 / 1920 * 100vw);
  border-bottom: 1px solid #9baec9;
}
@media print, screen and (max-width: 1180px) {
  .contact .contact_forms .inner .form_items .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item {
    padding: 36px 0;
  }
}
.contact .contact_forms .inner .form_items .item.nogrid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item.nogrid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact .contact_forms .inner .form_items .item.nogrid .wrap {
  width: 100%;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-template-columns: 36% 500px;
  gap: calc(77 / 1920 * 100vw);
  grid-auto-flow: column;
  white-space: nowrap;
}
@media print, screen and (max-width: 1180px) {
  .contact .contact_forms .inner .form_items .item.nogrid .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item.nogrid .wrap {
    white-space: wrap;
    gap: 10px;
  }
}
.contact .contact_forms .inner .form_items .item .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
  color: #000000;
}
.contact .contact_forms .inner .form_items .item .ttl .required {
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  padding: 8px 10px;
  background-color: #9f0f0c;
  color: #fff;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .ttl .required {
    padding: 8px 10px;
    margin-left: 10px;
  }
}
.contact .contact_forms .inner .form_items .item input,
.contact .contact_forms .inner .form_items .item textarea {
  width: 100%;
  border: 1px solid #c4c3c3;
  background: #f2f2f2;
  border-radius: 10px;
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  font-size: 18px;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item input,
  .contact .contact_forms .inner .form_items .item textarea {
    font-size: 18px;
    width: 100%;
  }
}
.contact .contact_forms .inner .form_items .item textarea {
  height: 200px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item textarea {
    height: 120px;
  }
}
.contact .contact_forms .inner .form_items .item input {
  height: 70px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item input {
    height: 40px;
  }
}
@media print, screen and (max-width: 1180px) {
  .contact .contact_forms .inner .form_items .item .detail {
    width: 100%;
  }
}
.contact .contact_forms .inner .form_items .item .detail .w200 input {
  width: 200px;
}
@media print, screen and (max-width: 1180px) {
  .contact .contact_forms .inner .form_items .item .detail .w200 input {
    width: 30%;
    height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .detail .w200 input {
    width: 120px;
    height: 48px;
  }
}
.contact .contact_forms .inner .form_items .item .detail .formarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  color: #000;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .detail .formarea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 8px;
  }
}
.contact .contact_forms .inner .form_items .item .detail .formarea .btn-search {
  display: inline-block;
  padding: 10px 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9544902913rem + 0.1941747573vw, 1.1875rem);
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-left: 14px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .detail .formarea .btn-search {
    margin-left: 0;
    padding: 8px;
  }
}
.contact .contact_forms .inner .form_items .item .detail .attention {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #707070;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .detail .attention {
    margin-top: 10px;
  }
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 43px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea {
    gap: 20px;
  }
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  margin: 0;
  padding: 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 1.5px solid #000;
  background: transparent;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea {
  /* 選択時：中丸も透明、枠だけ表示 */
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea input[type=radio].custom-radio:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #1e1c19;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea .mwform-radio-field {
  margin: 0;
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea .mwform-radio-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.contact .contact_forms .inner .form_items .item .detail.radiobtn .formarea .mwform-radio-field .mwform-radio-field-text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
}
.contact .contact_forms .inner .form_items .item .privacy {
  overflow-y: scroll;
  height: 318px;
  border: 1px solid #000000;
  background-color: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .privacy {
    padding: 32px 16px;
  }
}
.contact .contact_forms .inner .form_items .item .privacy .ttl {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
  color: #333333;
}
.contact .contact_forms .inner .form_items .item .privacy p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #333333;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .privacy p {
    font-size: 16px;
  }
}
.contact .contact_forms .inner .form_items .item .agree {
  display: block;
}
.contact .contact_forms .inner .form_items .item .agree .formarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  white-space: normal;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .agree .formarea {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 16px;
  }
}
.contact .contact_forms .inner .form_items .item .agree .formarea .required {
  border-radius: 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  padding: 8px 10px;
  background-color: #9f0f0c;
  color: #fff;
  margin-left: 0;
}
.contact .contact_forms .inner .form_items .item .agree .formarea .mwform-checkbox-field label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  line-height: 100%;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .form_items .item .agree .formarea .mwform-checkbox-field label {
    gap: 8px;
  }
}
.contact .contact_forms .inner .form_items .item .agree .formarea .mwform-checkbox-field label input {
  width: 20px;
  height: 20px;
  border: 1px solid #333333;
  background-color: #fff;
}
.contact .contact_forms .inner .form_items .item:nth-last-child(4) {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.contact .contact_forms .inner .btns {
  margin-top: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .btns {
    margin-top: 50px;
  }
}
.contact .contact_forms .inner .btns .btn-confirm,
.contact .contact_forms .inner .btns .btn-submit,
.contact .contact_forms .inner .btns .btn-back {
  max-width: 225px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .btns .btn-confirm,
  .contact .contact_forms .inner .btns .btn-submit,
  .contact .contact_forms .inner .btns .btn-back {
    max-width: 200px;
    width: 100%;
  }
}
.contact .contact_forms .inner .btns .btn-confirm button,
.contact .contact_forms .inner .btns .btn-submit button,
.contact .contact_forms .inner .btns .btn-back button {
  position: relative;
  width: 225px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, 0.8786407767rem + 0.5177993528vw, 1.5rem);
  line-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 81px;
  color: #000000;
  background-color: #faf9f6;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #000;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms .inner .btns .btn-confirm button,
  .contact .contact_forms .inner .btns .btn-submit button,
  .contact .contact_forms .inner .btns .btn-back button {
    width: 100%;
    height: 48px;
  }
}
.contact .contact_forms .inner .btns .btn-confirm button:hover,
.contact .contact_forms .inner .btns .btn-submit button:hover,
.contact .contact_forms .inner .btns .btn-back button:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.contact .contact_forms .inner .btns .btn-back button::after {
  content: none;
}
.contact .contact_forms.contact-confirm .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.contact .contact_forms.contact-confirm .item p,
.contact .contact_forms.contact-confirm .item .detail {
  font-size: clamp(1.125rem, 0.8519417476rem + 1.1650485437vw, 2.25rem);
  font-size: 18px;
  font-weight: 500;
}
.contact .contact_forms.contact-confirm .attention,
.contact .contact_forms.contact-confirm .privacy-txt,
.contact .contact_forms.contact-confirm .btn-search,
.contact .contact_forms.contact-confirm .form_items .item .detail .formarea .btn-search,
.contact .contact_forms.contact-confirm .privacy-check .required {
  display: none;
}
.contact .contact_forms.complete {
  border-bottom: 1px solid #000;
}
.contact .contact_forms.complete .formwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 150px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms.complete .formwrap {
    gap: 48px;
  }
}
.contact .contact_forms.complete .formwrap .complete {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms.complete .formwrap .complete {
    gap: 15px;
  }
}
.contact .contact_forms.complete .formwrap .complete svg {
  width: 67px;
  height: auto;
  aspect-ratio: 1/1;
}
@media only screen and (max-width: 767px) {
  .contact .contact_forms.complete .formwrap .complete svg {
    width: 41px;
  }
}
.contact .contact_forms.complete .formwrap .complete .text {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 0.9466019417rem + 1.2944983819vw, 2.5rem);
  line-height: 180%;
  color: #000000;
}
.contact .contact_forms.complete .formwrap .desc p {
  font-size: clamp(1rem, 0.9241504854rem + 0.3236245955vw, 1.3125rem);
  text-align: center;
}/*# sourceMappingURL=subpage.css.map */