@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

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

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

/* ----- break point ----- */
.js-parallax-img,
.js-parallax-video {
  overflow: hidden;
}
.js-parallax-img img,
.js-parallax-img video,
.js-parallax-video img,
.js-parallax-video video {
  will-change: transform;
}

.js-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  overflow: visible;
}
.js-wrap .js-pin {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  will-change: transform;
}

.body_bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
.body_bg .layer {
  position: absolute;
  inset: 0;
  opacity: 0;
  filter: blur(12px);
  transform: scale(1.05);
  transition: opacity 800ms ease, filter 800ms ease, transform 800ms ease;
  will-change: opacity, filter, transform;
}
.body_bg .layer.current {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer.next.show {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}
.body_bg .layer img,
.body_bg .layer video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  transition: none;
}

@keyframes infinite-slide1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes infinite-slide2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
a {
  color: #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
a img {
  transition: all 1s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

img {
  display: block;
  vertical-align: bottom;
  transition: all 0s;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

svg {
  transition: all 0s;
}
svg path {
  transition: all 0s;
}

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.6;
  position: relative;
  font-family: "FOT-筑紫Aヴィンテージ明S Pr6N R", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-feature-settings: "palt";
  color: #231815;
  scrollbar-width: none;
}
body::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-weight: normal;
}

br.sp-br {
  display: none;
}
@media only screen and (max-width: 1024px) {
  br.sp-br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  br.pc-br {
    display: none;
  }
}

main {
  position: relative;
  z-index: 1;
}

.header {
  position: fixed;
  z-index: 6;
  width: 100%;
  height: calc(80 * 100vw / 1440);
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header {
    height: initial;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375) calc(4 * 100vw / 375);
    align-items: stretch;
  }
}
.header .underline {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .underline.is-active {
  background-color: #231815;
}
.header .header_bg {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.24);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_bg.is-active {
  opacity: 1;
}
.header .header_left {
  padding-bottom: calc(8 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_left {
    padding-bottom: 0;
  }
}
.header .header_left .logo {
  width: calc(308 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .header .header_left .logo {
    width: calc(180 * 100vw / 375);
  }
}
.header .header_left .logo .logo_link {
  display: block;
  width: 100%;
  position: relative;
}
.header .header_left .logo .logo_link img {
  width: 100%;
  height: auto;
}
.header .header_left .logo .logo_link img.logo_black {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_black.is-active {
  opacity: 1;
}
.header .header_left .logo .logo_link img.logo_white {
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_left .logo .logo_link img.logo_white.is-active {
  opacity: 0;
}
.header .header_right {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(48 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .gnav {
    display: none;
  }
}
.header .header_right .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
.header .header_right .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
}
@media (hover: hover) {
  .header .header_right .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media (hover: none) {
  .header .header_right .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
.header .header_right .gnav .list .item .item_link.is-active {
  color: #231815;
}
.header .header_right .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .header .header_right .cv {
    display: none;
  }
}
.header .header_right .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border-top: 0.5px solid #fff;
  border-left: 0.5px solid #fff;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
.header .header_right .cv .cv_link.is-active {
  color: #231815;
  border-top: 0.5px solid #231815;
  border-left: 0.5px solid #231815;
}
@media (hover: hover) {
  .header .header_right .cv .cv_link.is-active:hover {
    background-color: #231815;
    color: #fff;
  }
}
@media (hover: none) {
  .header .header_right .cv .cv_link.is-active:active {
    background-color: #231815;
    color: #fff;
  }
}
.header .header_right .hamburger {
  display: none;
  width: calc(64 * 100vw / 375);
}
@media only screen and (max-width: 1024px) {
  .header .header_right .hamburger {
    display: block;
    height: 100%;
  }
}
.header .header_right .hamburger .line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .header_right .hamburger .line.line2 {
  margin-top: 4px;
}
.header .header_right .hamburger .line.is-active {
  background-color: #231815;
}
.header .sp_menu {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: none;
  background-color: #434343;
}
.header .sp_menu::-webkit-scrollbar {
  display: none;
}
.header .sp_menu .sp_menu_inner {
  padding: calc(80 * 100vw / 375) 0 calc(32 * 100vw / 375);
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(16 * 100vw / 375);
  padding: calc(4 * 100vw / 375) 0;
  border: none;
  text-align: left;
  width: 100%;
  padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
  position: relative;
}
@media (hover: hover) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:before {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu .sp_menu_inner .gnav .list .item .item_link:after {
    display: block;
  }
}
.header .sp_menu .sp_menu_inner .cr {
  display: block;
  padding-top: calc(32 * 100vw / 375);
  text-align: center;
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 375);
}

.footer {
  background-color: #434343;
  padding: calc(120 * 100vw / 1440) calc(40 * 100vw / 1440) calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(96 * 100vw / 1440);
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding: calc(80 * 100vw / 375) calc(20 * 100vw / 375) calc(32 * 100vw / 375);
    gap: calc(64 * 100vw / 375);
  }
}
.footer .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .footer .top {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    gap: calc(40 * 100vw / 375);
  }
}
.footer .top .copy {
  font-size: calc(40 * 100vw / 1440);
  color: #fff;
  text-align: center;
  letter-spacing: 0.15em;
}
@media only screen and (max-width: 1024px) {
  .footer .top .copy {
    font-size: calc(32 * 100vw / 375);
  }
}
.footer .top .info .logo_link {
  display: block;
  width: calc(388 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .logo_link {
    width: calc(280 * 100vw / 375);
  }
}
.footer .top .info .logo_link img {
  width: 100%;
  height: auto;
}
.footer .top .info .corp_info {
  margin-top: calc(24 * 100vw / 1440);
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info {
    gap: calc(6 * 100vw / 375);
    margin-top: calc(16 * 100vw / 375);
  }
}
.footer .top .info .corp_info p {
  color: #fff;
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .top .info .corp_info p {
    font-size: calc(12 * 100vw / 375);
  }
}
.footer .bottom .menu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  gap: calc(32 * 100vw / 1440);
  margin: 0 calc(-40 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu {
    margin: 0 calc(-20 * 100vw / 375);
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu:before {
    display: none;
  }
}
.footer .bottom .menu .gnav .list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(32 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list {
    gap: initial;
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link {
  display: block;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 0.4;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:hover {
    opacity: 1;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .gnav .list .item .item_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 0.4;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:active {
    opacity: 1;
  }
}
@media (hover: none) {
  .footer .bottom .menu .gnav .list .item .item_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .gnav .list .item .item_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #231815;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:before {
    display: block;
  }
}
.footer .bottom .menu .gnav .list .item .item_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .gnav .list .item .item_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link {
  display: block;
  width: calc(136 * 100vw / 1440);
  padding: calc(4 * 100vw / 1440) 0;
  color: #fff;
  border: 0.5px solid #fff;
  border-right: none;
  border-bottom: none;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link {
    font-size: calc(16 * 100vw / 375);
    padding: calc(4 * 100vw / 375) 0;
    width: calc(80 * 100vw / 375);
    border: none;
    text-align: left;
    width: 100%;
    padding: calc(24 * 100vw / 375) calc(20 * 100vw / 375);
    position: relative;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: hover) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:hover {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: hover) {
  .footer .bottom .menu .cv .cv_link:hover:after {
    transform: scale(1);
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: #fff;
    color: #231815;
  }
}
@media only screen and (hover: none) and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:active {
    background-color: transparent;
    color: #fff;
  }
}
@media (hover: none) {
  .footer .bottom .menu .cv .cv_link:active:after {
    transform: scale(1);
  }
}
.footer .bottom .menu .cv .cv_link:before {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  opacity: 0.4;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:before {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.5px;
  background-color: #fff;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transform-origin: top left;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:after {
    display: block;
  }
}
.footer .bottom .menu .cv .cv_link:last-of-type {
  border-right: 0.5px solid #fff;
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .menu .cv .cv_link:last-of-type {
    border: none;
  }
}
.footer .bottom .cr {
  display: block;
  margin-top: calc(24 * 100vw / 1440);
  color: #fff;
  font-family: "FP-ヒラギノ角ゴ StdN W1", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
  font-size: calc(10 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .bottom .cr {
    font-size: calc(10 * 100vw / 375);
    margin-top: calc(32 * 100vw / 375);
    text-align: center;
  }
}

.l-fv {
  padding: calc(196 * 100vw / 1440) 0 calc(96 * 100vw / 1440);
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .l-fv {
    padding: calc(120 * 100vw / 375) 0 calc(64 * 100vw / 375);
  }
}
.l-fv .container {
  max-width: 1200;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.l-fv .container .title {
  font-size: calc(32 * 100vw / 1440);
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .title {
    font-size: calc(24 * 100vw / 375);
  }
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .title.news {
    text-align: left;
  }
}
.l-fv .container .title.l-partnership {
  color: #fff;
}
.l-fv .container .msg {
  font-size: calc(16 * 100vw / 1440);
  margin-top: calc(24 * 100vw / 1440);
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .msg {
    margin-top: calc(16 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
}
.l-fv .container .msg.contact {
  color: #231815;
}
.l-fv .bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-fv .bg:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #231815;
  opacity: 0.4;
  mix-blend-mode: multiply;
}
.l-fv .bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

.wpcf7 .wpcf7-form .form {
  display: flex;
  flex-direction: column;
  gap: calc(56 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form {
    gap: calc(40 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .confirm__area table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.wpcf7 .wpcf7-form .form .confirm__area table tbody tr {
  display: flex;
  align-items: center;
  gap: calc(80 * 100vw / 1440);
  padding: calc(24 * 100vw / 1440) 0;
  border-bottom: 0.5px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .confirm__area table tbody tr {
    padding: calc(24 * 100vw / 375) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .confirm__area table tbody tr th {
  width: calc(220 * 100vw / 1440);
  font-size: calc(16 * 100vw / 1440);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .confirm__area table tbody tr th {
    width: 100%;
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .confirm__area table tbody tr td {
  flex: 1;
  font-size: calc(16 * 100vw / 1440);
  text-align: left;
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .confirm__area table tbody tr td {
    flex: initial;
    width: 100%;
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr {
  display: flex;
  align-items: center;
  gap: calc(80 * 100vw / 1440);
  padding: calc(24 * 100vw / 1440) 0;
  border-bottom: 0.5px solid #dedede;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr {
    padding: calc(24 * 100vw / 375) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr th {
  width: calc(220 * 100vw / 1440);
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr th {
    width: 100%;
    gap: calc(12 * 100vw / 375) calc(20 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr th .item-txt {
  font-size: calc(16 * 100vw / 1440);
  display: inline-block;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr th .item-txt {
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr th .option {
  display: inline-block;
  background-color: #dedede;
  font-size: calc(14 * 100vw / 1440);
  padding: calc(2 * 100vw / 1440) calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr th .option {
    font-size: calc(12 * 100vw / 375);
    padding: calc(2 * 100vw / 375) calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr th .require {
  display: inline-block;
  background-color: #B22222;
  color: #fff;
  font-size: calc(14 * 100vw / 1440);
  padding: calc(2 * 100vw / 1440) calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr th .require {
    font-size: calc(12 * 100vw / 375);
    padding: calc(2 * 100vw / 375) calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td {
    flex: initial;
    width: 100%;
    gap: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .input {
  display: block;
  width: 100%;
  border: 0.5px solid #231815;
  padding: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  font-size: calc(14 * 100vw / 1440);
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .input {
    padding: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .input::-moz-placeholder {
  color: #dedede;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .input::placeholder {
  color: #dedede;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea {
  display: block;
  width: 100%;
  height: calc(140 * 100vw / 1440);
  border: 0.5px solid #231815;
  padding: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  font-size: calc(14 * 100vw / 1440);
  color: #231815;
  font-family: "FP-ヒラギノ角ゴ StdN W2", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea {
    padding: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
    font-size: calc(14 * 100vw / 375);
    height: calc(140 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea::-moz-placeholder {
  color: #dedede;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea::placeholder {
  color: #dedede;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox {
  display: flex;
  flex-direction: column;
  gap: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox {
    gap: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item {
  display: block;
  margin: 0;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label input {
  display: none;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:before {
  background-color: #231815;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label {
  font-size: calc(16 * 100vw / 1440);
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: calc(14 * 100vw / 375);
    gap: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  border: 1px solid #231815;
  width: calc(20 * 100vw / 1440);
  min-width: calc(20 * 100vw / 1440);
  height: calc(20 * 100vw / 1440);
  transform: translate3d(0, calc(3 * 100vw / 1440), 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label:before {
    width: calc(16 * 100vw / 375);
    min-width: calc(16 * 100vw / 375);
    height: calc(16 * 100vw / 375);
    transform: translate3d(0, calc(3 * 100vw / 375), 0);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  display: none;
  width: calc(12 * 100vw / 1440);
  height: calc(6 * 100vw / 1440);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 2;
  top: calc(7 * 100vw / 1440);
  left: calc(4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .checkbox .wpcf7-list-item label .wpcf7-list-item-label:after {
    width: calc(10 * 100vw / 375);
    height: calc(5 * 100vw / 375);
    top: calc(7 * 100vw / 375);
    left: calc(3 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: calc(8 * 100vw / 1440);
  font-size: calc(14 * 100vw / 1440);
  color: #B22222;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area table tbody tr td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: calc(12 * 100vw / 375);
    margin-top: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area .recaptcha-msg {
  margin-top: calc(16 * 100vw / 1440);
  font-size: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .input__area .recaptcha-msg {
    margin-top: calc(12 * 100vw / 375);
    font-size: calc(10 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .input__area .recaptcha-msg a {
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  text-decoration: underline;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .form .input__area .recaptcha-msg a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .wpcf7 .wpcf7-form .form .input__area .recaptcha-msg a:active {
    text-decoration: none;
  }
}
.wpcf7 .wpcf7-form .form .accept__area {
  text-align: center;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .acceptance-btn {
  display: none;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .acceptance-btn:checked ~ .wpcf7-list-item-label:before {
  background-color: #231815;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .acceptance-btn:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(8 * 100vw / 1440);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    gap: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:before {
  content: "";
  display: block;
  border: 1px solid #231815;
  width: calc(20 * 100vw / 1440);
  min-width: calc(20 * 100vw / 1440);
  height: calc(20 * 100vw / 1440);
  transform: translate3d(0, calc(3 * 100vw / 1440), 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:before {
    width: calc(16 * 100vw / 375);
    min-width: calc(16 * 100vw / 375);
    height: calc(16 * 100vw / 375);
    transform: translate3d(0, calc(3 * 100vw / 375), 0);
  }
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
  content: "";
  display: none;
  width: calc(12 * 100vw / 1440);
  height: calc(6 * 100vw / 1440);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  z-index: 2;
  top: calc(7 * 100vw / 1440);
  left: calc(4 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label:after {
    width: calc(10 * 100vw / 375);
    height: calc(5 * 100vw / 375);
    top: calc(7 * 100vw / 375);
    left: calc(3 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label .accept-txt {
  font-size: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label .accept-txt {
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label .accept-txt a {
  text-decoration: underline;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label .accept-txt a:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label .accept-txt a:active {
    text-decoration: none;
  }
}
.wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: calc(8 * 100vw / 1440);
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    font-size: calc(12 * 100vw / 375);
    margin-top: calc(8 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .form .submit__area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .submit__area {
    top: calc(24 * 100vw / 375);
    flex-direction: column;
  }
}
.wpcf7 .wpcf7-form .form .submit__area .submit-btn {
  display: inline-block;
  width: calc(320 * 100vw / 1440);
  padding: calc(16 * 100vw / 1440) 0;
  color: #fff;
  background-color: #231815;
  border: 0.5px solid #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .submit__area .submit-btn {
    width: calc(240 * 100vw / 375);
    padding: calc(12 * 100vw / 375) 0;
  }
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .form .submit__area .submit-btn:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .wpcf7 .wpcf7-form .form .submit__area .submit-btn:active {
    background-color: #fff;
    color: #231815;
  }
}
.wpcf7 .wpcf7-form .form .submit__area .submit-btn .wpcf7-submit {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.wpcf7 .wpcf7-form .form .submit__area .submit-btn .wpcf7-spinner {
  display: none;
}
.wpcf7 .wpcf7-form .form .submit__area .confirm-btn {
  display: inline-block;
  width: calc(320 * 100vw / 1440);
  padding: calc(16 * 100vw / 1440) 0;
  color: #fff;
  background-color: #231815;
  border: 0.5px solid #231815;
  transition: all 0.7s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .submit__area .confirm-btn {
    width: calc(240 * 100vw / 375);
    padding: calc(12 * 100vw / 375) 0;
  }
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .form .submit__area .confirm-btn:hover {
    background-color: #fff;
    color: #231815;
  }
}
@media (hover: none) {
  .wpcf7 .wpcf7-form .form .submit__area .confirm-btn:active {
    background-color: #fff;
    color: #231815;
  }
}
.wpcf7 .wpcf7-form .form .submit__area .back-btn {
  font-size: calc(16 * 100vw / 1440);
  text-decoration: underline;
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  color: #434343;
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .submit__area .back-btn {
    font-size: calc(14 * 100vw / 375);
  }
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .form .submit__area .back-btn:hover {
    text-decoration: none;
  }
}
@media (hover: none) {
  .wpcf7 .wpcf7-form .form .submit__area .back-btn:active {
    text-decoration: none;
  }
}
.wpcf7 .wpcf7-form .form .error-msg {
  color: #B22222;
  font-size: calc(16 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .wpcf7 .wpcf7-form .form .error-msg {
    font-size: calc(14 * 100vw / 375);
  }
}
.wpcf7 .wpcf7-form .wpcf7-response-output {
  display: none;
}

.grecaptcha-badge {
  display: none !important;
}

.main .contact-form {
  padding-bottom: calc(200 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .contact-form {
    padding-bottom: calc(80 * 100vw / 375);
  }
}
.main .contact-form .container {
  max-width: calc(800 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .main .contact-form .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}/*# sourceMappingURL=contact.css.map */