@charset "UTF-8";
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap");
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 ----- */
/* -------------------------------------------- */
/* ------------ Noto Sans Japanese ------------ */
/* -------------------------------------------- */
/* medium */
/* semi bold */
/* -------------------------------------------- */
/* ------------------- Inter ------------------ */
/* -------------------------------------------- */
/* semi bold */
.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: #000;
  transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
}
a span {
  transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
}

* {
  box-sizing: border-box;
}

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

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

ul {
  list-style: none;
}

html {
  word-wrap: break-word;
}

body {
  line-height: 1.4;
  position: relative;
  font-feature-settings: "palt";
  color: #000;
  font-size: calc(14 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: calc(14 * 100vw / 375);
  }
}

html {
  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;
  background-color: #F4F4F4;
  padding-bottom: calc(200 * 100vw / 1440);
  min-height: calc(100dvh - 96 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  main {
    padding-bottom: calc(96 * 100vw / 375);
    min-height: calc(100dvh - 64 * 100vw / 375);
  }
}

.header {
  position: fixed;
  z-index: 8;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(93 * 100vw / 1440);
  padding: 0 calc(40 * 100vw / 1440);
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .header {
    height: calc(56 * 100vw / 375);
    padding: 0 calc(20 * 100vw / 375) 0 calc(12 * 100vw / 375);
  }
}
.header:before {
  content: "";
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.header .logo {
  display: block;
  width: calc(264 * 100vw / 1440);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .logo {
    width: calc(160 * 100vw / 375);
  }
}
.header .logo img {
  width: 100%;
  height: auto;
}
.header .menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: calc(40 * 100vw / 1440);
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .menu {
    display: none;
  }
}
.header .menu .gnav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: calc(40 * 100vw / 1440);
}
@media (hover: hover) {
  .header .menu .gnav .list .item .link:hover .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .gnav .list .item .link:hover .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .menu .gnav .list .item .link:hover .link_inner .txt.txt_02 {
    top: 0;
  }
}
@media (hover: none) {
  .header .menu .gnav .list .item .link:active .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .gnav .list .item .link:active .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .menu .gnav .list .item .link:active .link_inner .txt.txt_02 {
    top: 0;
  }
}
.header .menu .gnav .list .item .link .link_inner {
  overflow: hidden;
  position: relative;
  display: block;
}
.header .menu .gnav .list .item .link .link_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  transition: none;
}
.header .menu .gnav .list .item .link .link_inner .txt.txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.header .menu .cv {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(4 * 100vw / 1440);
  width: calc(190 * 100vw / 1440);
  height: calc(48 * 100vw / 1440);
  background-color: #008EF6;
}
@media (hover: hover) {
  .header .menu .cv:hover .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .cv:hover .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
@media (hover: none) {
  .header .menu .cv:active .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .menu .cv:active .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
.header .menu .cv .cv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 * 100vw / 1440);
}
.header .menu .cv .cv_inner .icon {
  width: calc(15 * 100vw / 1440);
  transform: translate3d(0, calc(2 * 100vw / 1440), 0);
}
.header .menu .cv .cv_inner .icon svg {
  display: flex;
  width: 100%;
  height: auto;
}
.header .menu .cv .cv_inner .txt {
  position: relative;
  overflow: hidden;
}
.header .menu .cv .cv_inner .txt .txt_01 {
  transition: none;
  display: block;
  color: #fff;
}
.header .menu .cv .cv_inner .txt .txt_02 {
  color: #fff;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: none;
  display: block;
}
.header .hamburger {
  display: none;
  width: calc(36 * 100vw / 375);
  height: calc(36 * 100vw / 375);
  border-radius: calc(2 * 100vw / 375);
  background-color: #008EF6;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 3;
}
@media only screen and (max-width: 1024px) {
  .header .hamburger {
    display: flex;
  }
}
.header .hamburger.is-open .hamburger_inner .line.line1 {
  top: 50%;
  transform: translate3d(0, -50%, 0) rotate(45deg);
}
.header .hamburger.is-open .hamburger_inner .line.line2 {
  opacity: 0;
}
.header .hamburger.is-open .hamburger_inner .line.line3 {
  bottom: 50%;
  transform: translate3d(0, 50%, 0) rotate(-45deg);
}
.header .hamburger .hamburger_inner {
  width: calc(20 * 100vw / 375);
  height: calc(10 * 100vw / 375);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}
.header .hamburger .hamburger_inner .line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
  transform-origin: center center;
}
.header .hamburger .hamburger_inner .line.line1 {
  top: 0;
}
.header .hamburger .hamburger_inner .line.line2 {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}
.header .hamburger .hamburger_inner .line.line3 {
  bottom: 0;
}
.header .sp_menu {
  position: fixed;
  z-index: 2;
  top: calc(-8 * 100vw / 375);
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  box-shadow: 0 6px 50px rgba(0, 0, 0, 0.07);
  display: none;
  align-items: flex-end;
  padding: calc(64 * 100vw / 375) 0 calc(40 * 100vw / 375);
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
}
@media only screen and (max-width: 1024px) {
  .header .sp_menu {
    display: flex;
  }
}
.header .sp_menu.is-open {
  opacity: 1;
  pointer-events: auto;
  top: 0;
}
.header .sp_menu .container {
  max-width: calc(335 * 100vw / 375);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(24 * 100vw / 375);
}
.header .sp_menu .container .gnav .list {
  display: flex;
  flex-direction: column;
}
.header .sp_menu .container .gnav .list .item {
  border-bottom: 1px solid #F4F4F4;
}
.header .sp_menu .container .gnav .list .item .link {
  padding: calc(16 * 100vw / 375) 0;
  display: block;
}
@media (hover: hover) {
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .sp_menu .container .gnav .list .item .link:hover .link_inner .txt.txt_02 {
    top: 0;
  }
}
@media (hover: none) {
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt.txt_01 {
    transform: translate3d(0, -100%, 0);
  }
  .header .sp_menu .container .gnav .list .item .link:active .link_inner .txt.txt_02 {
    top: 0;
  }
}
.header .sp_menu .container .gnav .list .item .link .link_inner {
  overflow: hidden;
  position: relative;
  display: block;
}
.header .sp_menu .container .gnav .list .item .link .link_inner .txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  display: block;
  transition: none;
}
.header .sp_menu .container .gnav .list .item .link .link_inner .txt.txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.header .sp_menu .container .cv {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: calc(2 * 100vw / 375);
  width: 100%;
  height: calc(48 * 100vw / 375);
  background-color: #008EF6;
}
@media (hover: hover) {
  .header .sp_menu .container .cv:hover .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .cv:hover .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
@media (hover: none) {
  .header .sp_menu .container .cv:active .cv_inner .txt .txt_01 {
    transform: translate3d(0, -100%, 0);
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .header .sp_menu .container .cv:active .cv_inner .txt .txt_02 {
    top: 0;
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
}
.header .sp_menu .container .cv .cv_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 * 100vw / 375);
}
.header .sp_menu .container .cv .cv_inner .icon {
  width: calc(16 * 100vw / 375);
  transform: translate3d(0, calc(1 * 100vw / 375), 0);
}
.header .sp_menu .container .cv .cv_inner .icon svg {
  display: flex;
  width: 100%;
  height: auto;
}
.header .sp_menu .container .cv .cv_inner .txt {
  position: relative;
  overflow: hidden;
}
.header .sp_menu .container .cv .cv_inner .txt .txt_01 {
  transition: none;
  display: block;
  color: #fff;
}
.header .sp_menu .container .cv .cv_inner .txt .txt_02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  transition: none;
  display: block;
  color: #fff;
}
.header .close-bg {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  cursor: pointer;
  pointer-events: none;
  transition: all 0.5s cubic-bezier(0.24, 1, 0.34, 1);
}
.header .close-bg.is-open {
  opacity: 0.3;
  pointer-events: auto;
}

.footer {
  background-color: #008EF6;
  height: calc(96 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .footer {
    height: calc(64 * 100vw / 375);
  }
}
.footer .cr {
  color: #fff;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(14 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .footer .cr {
    font-size: calc(12 * 100vw / 375);
  }
}

.l-fv {
  padding: calc(184 * 100vw / 1440) 0 calc(96 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv {
    padding: calc(120 * 100vw / 375) 0 calc(64 * 100vw / 375);
  }
}
.l-fv .container {
  width: 100%;
  max-width: calc(1200 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv .container {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(2 * 100vw / 375);
  }
}
.l-fv .container.page {
  max-width: calc(940 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  gap: calc(12 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .l-fv .container.page {
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
    gap: calc(6 * 100vw / 375);
  }
}
.l-fv .container .en_title {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: calc(32 * 100vw / 1440);
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .en_title {
    font-size: calc(26 * 100vw / 375);
  }
}
.l-fv .container .date {
  color: #000;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .date {
    font-size: calc(12 * 100vw / 375);
  }
}
.l-fv .container .ja_title {
  line-height: 1.6;
  font-size: calc(16 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .ja_title {
    font-size: calc(14 * 100vw / 375);
  }
}
.l-fv .container .page_ja_title {
  line-height: 1.6;
  font-size: calc(24 * 100vw / 1440);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  color: #008EF6;
}
@media only screen and (max-width: 1024px) {
  .l-fv .container .page_ja_title {
    font-size: calc(16 * 100vw / 375);
  }
}

.main .l-contact .container {
  max-width: calc(940 * 100vw / 1440);
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: calc(80 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container {
    gap: calc(64 * 100vw / 375);
    max-width: calc(335 * 100vw / 375);
    margin-right: auto;
    margin-left: auto;
  }
}
.main .l-contact .container .msg {
  color: #000;
  line-height: 2;
}
.main .l-contact .container .form {
  display: flex;
  flex-direction: column;
  gap: calc(80 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form {
    gap: calc(48 * 100vw / 375);
  }
}
.main .l-contact .container .form .confirm__area table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.main .l-contact .container .form .confirm__area table tbody tr {
  display: flex;
  align-items: center;
  gap: calc(64 * 100vw / 1440);
  padding: calc(24 * 100vw / 1440) 0;
  border-bottom: 1px solid #E3E5E2;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .confirm__area table tbody tr {
    padding: calc(20 * 100vw / 375) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16 * 100vw / 375);
  }
}
.main .l-contact .container .form .confirm__area table tbody tr th {
  width: calc(240 * 100vw / 1440);
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .confirm__area table tbody tr th {
    width: 100%;
  }
}
.main .l-contact .container .form .confirm__area table tbody tr td {
  flex: 1;
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .confirm__area table tbody tr td {
    flex: initial;
    width: 100%;
  }
}
.main .l-contact .container .form .input__area table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  width: 100%;
}
.main .l-contact .container .form .input__area table tbody tr {
  display: flex;
  align-items: flex-start;
  gap: calc(64 * 100vw / 1440);
  padding: calc(24 * 100vw / 1440) 0;
  border-bottom: 1px solid #E3E5E2;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr {
    padding: calc(20 * 100vw / 375) 0;
    flex-direction: column;
    align-items: flex-start;
    gap: calc(16 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr th {
  width: calc(240 * 100vw / 1440);
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr th {
    width: 100%;
    gap: calc(12 * 100vw / 375) calc(20 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr th .item-txt {
  color: #00492F;
  display: inline-block;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.main .l-contact .container .form .input__area table tbody tr th .require {
  display: inline-block;
  background-color: #D0ED00;
  color: #000;
  font-size: calc(10 * 100vw / 1440);
  padding: calc(2 * 100vw / 1440) calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr th .require {
    font-size: calc(10 * 100vw / 375);
    padding: calc(2 * 100vw / 375) calc(8 * 100vw / 375);
  }
}
.main .l-contact .container .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) {
  .main .l-contact .container .form .input__area table tbody tr td {
    flex: initial;
    width: 100%;
    gap: calc(8 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .input {
  display: block;
  width: 100%;
  border-radius: calc(4 * 100vw / 1440);
  background-color: #fff;
  padding: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .input {
    border-radius: calc(2 * 100vw / 375);
    padding: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .input::-moz-placeholder {
  color: #CBCBCB;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .input::placeholder {
  color: #CBCBCB;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea {
  display: block;
  width: 100%;
  height: calc(140 * 100vw / 1440);
  border-radius: calc(4 * 100vw / 1440);
  background-color: #fff;
  padding: calc(16 * 100vw / 1440) calc(24 * 100vw / 1440);
  color: #000;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea {
    border-radius: calc(2 * 100vw / 375);
    padding: calc(12 * 100vw / 375) calc(16 * 100vw / 375);
    height: calc(140 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea::-moz-placeholder {
  color: #CBCBCB;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .textarea::placeholder {
  color: #CBCBCB;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: calc(12 * 100vw / 1440) calc(20 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio {
    gap: calc(12 * 100vw / 375) calc(20 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item {
  margin: 0;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item label {
  cursor: pointer;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item label input {
  display: none;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .wpcf7-list-item-label {
  color: #000;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .wpcf7-list-item-label {
    gap: calc(8 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .wpcf7-list-item-label:before {
  content: "";
  display: block;
  border: 1px solid #CBCBCB;
  border-radius: calc(2 * 100vw / 1440);
  width: calc(20 * 100vw / 1440);
  min-width: calc(20 * 100vw / 1440);
  height: calc(20 * 100vw / 1440);
  background-color: #fff;
  border-radius: 50%;
  transform: translate3d(0, calc(1 * 100vw / 1440), 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .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(2.5 * 100vw / 375), 0);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  display: none;
  width: calc(12 * 100vw / 1440);
  height: calc(12 * 100vw / 1440);
  position: absolute;
  background-color: #D0ED00;
  z-index: 2;
  top: calc(5 * 100vw / 1440);
  left: calc(4 * 100vw / 1440);
  border-radius: 50%;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .radio .wpcf7-list-item .wpcf7-list-item-label:after {
    width: calc(10 * 100vw / 375);
    height: calc(10 * 100vw / 375);
    top: calc(5.5 * 100vw / 375);
    left: calc(3 * 100vw / 375);
  }
}
.main .l-contact .container .form .input__area table tbody tr td .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: calc(8 * 100vw / 1440);
  font-size: calc(12 * 100vw / 1440);
  color: #dc3232;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .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);
  }
}
.main .l-contact .container .form .accept__area .accept {
  display: flex;
  align-items: center;
  justify-content: center;
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item {
  margin: 0;
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  cursor: pointer;
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .acceptance-btn {
  display: none;
}
.main .l-contact .container .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;
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
  color: #000;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(8 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: calc(14 * 100vw / 375);
    gap: calc(8 * 100vw / 375);
  }
}
.main .l-contact .container .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 #E3E5E2;
  border-radius: calc(2 * 100vw / 1440);
  width: calc(24 * 100vw / 1440);
  min-width: calc(24 * 100vw / 1440);
  height: calc(24 * 100vw / 1440);
  background-color: #fff;
  transform: translate3d(0, calc(2 * 100vw / 1440), 0);
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .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);
    border-radius: calc(2 * 100vw / 375);
    transform: translate3d(0, calc(2 * 100vw / 375), 0);
  }
}
.main .l-contact .container .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(16 * 100vw / 1440);
  height: calc(10 * 100vw / 1440);
  border-left: 2px solid #D0ED00;
  border-bottom: 2px solid #D0ED00;
  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) {
  .main .l-contact .container .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(8 * 100vw / 375);
    left: calc(3 * 100vw / 375);
  }
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a {
  text-decoration: underline;
  color: #008EF6;
}
@media (hover: hover) {
  .main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a:hover {
    text-decoration: none;
    color: #D0ED00;
  }
}
@media (hover: none) {
  .main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label .wpcf7-list-item-label a:active {
    text-decoration: none;
    color: #D0ED00;
  }
}
.main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  margin-top: calc(8 * 100vw / 1440);
  color: #dc3232;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .accept__area .accept .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: calc(8 * 100vw / 375);
  }
}
.main .l-contact .container .form .submit__area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
  gap: calc(40 * 100vw / 1440);
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .submit__area {
    flex-direction: column;
    gap: calc(16 * 100vw / 375);
  }
}
.main .l-contact .container .form .submit__area .submit-btn {
  cursor: pointer;
  max-width: calc(360 * 100vw / 1440);
  width: 100%;
  background-color: #D0ED00;
  border-radius: calc(4 * 100vw / 1440);
  height: calc(52 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .submit__area .submit-btn {
    border-radius: calc(2 * 100vw / 375);
    max-width: 100%;
    height: calc(48 * 100vw / 375);
  }
}
@media (hover: hover) {
  .main .l-contact .container .form .submit__area .submit-btn:hover .submit-btn__inner .s-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .submit-btn:hover .submit-btn__inner .s-txt.s-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .submit-btn:hover .submit-btn__inner .s-txt.s-txt02 {
    top: 0;
  }
}
@media (hover: none) {
  .main .l-contact .container .form .submit__area .submit-btn:active .submit-btn__inner .s-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .submit-btn:active .submit-btn__inner .s-txt.s-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .submit-btn:active .submit-btn__inner .s-txt.s-txt02 {
    top: 0;
  }
}
.main .l-contact .container .form .submit__area .submit-btn .submit-input {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.main .l-contact .container .form .submit__area .submit-btn .wpcf7-spinner {
  display: none;
}
.main .l-contact .container .form .submit__area .submit-btn .submit-btn__inner {
  overflow: hidden;
  position: relative;
}
.main .l-contact .container .form .submit__area .submit-btn .submit-btn__inner .s-txt {
  transform: none;
  display: inline-block;
}
.main .l-contact .container .form .submit__area .submit-btn .submit-btn__inner .s-txt.s-txt02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.main .l-contact .container .form .submit__area .confirm-btn {
  cursor: pointer;
  max-width: calc(560 * 100vw / 1440);
  width: 100%;
  background-color: #D0ED00;
  border-radius: calc(4 * 100vw / 1440);
  height: calc(52 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .submit__area .confirm-btn {
    border-radius: calc(2 * 100vw / 375);
    max-width: 100%;
    height: calc(48 * 100vw / 375);
  }
}
@media (hover: hover) {
  .main .l-contact .container .form .submit__area .confirm-btn:hover .confirm-btn__inner .c-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .confirm-btn:hover .confirm-btn__inner .c-txt.c-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .confirm-btn:hover .confirm-btn__inner .c-txt.c-txt02 {
    top: 0;
  }
}
@media (hover: none) {
  .main .l-contact .container .form .submit__area .confirm-btn:active .confirm-btn__inner .c-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .confirm-btn:active .confirm-btn__inner .c-txt.c-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .confirm-btn:active .confirm-btn__inner .c-txt.c-txt02 {
    top: 0;
  }
}
.main .l-contact .container .form .submit__area .confirm-btn .confirm-btn__inner {
  overflow: hidden;
  position: relative;
}
.main .l-contact .container .form .submit__area .confirm-btn .confirm-btn__inner .c-txt {
  transform: none;
  display: inline-block;
}
.main .l-contact .container .form .submit__area .confirm-btn .confirm-btn__inner .c-txt.c-txt02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.main .l-contact .container .form .submit__area .back-btn {
  cursor: pointer;
  max-width: calc(120 * 100vw / 1440);
  width: 100%;
  background-color: #CBCBCB;
  border-radius: calc(4 * 100vw / 1440);
  height: calc(52 * 100vw / 1440);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .submit__area .back-btn {
    border-radius: calc(2 * 100vw / 375);
    max-width: 100%;
    height: calc(48 * 100vw / 375);
  }
}
@media (hover: hover) {
  .main .l-contact .container .form .submit__area .back-btn:hover .back-btn__inner .c-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .back-btn:hover .back-btn__inner .c-txt.c-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .back-btn:hover .back-btn__inner .c-txt.c-txt02 {
    top: 0;
  }
}
@media (hover: none) {
  .main .l-contact .container .form .submit__area .back-btn:active .back-btn__inner .c-txt {
    transition: all 0.8s cubic-bezier(0.24, 1, 0.34, 1);
  }
  .main .l-contact .container .form .submit__area .back-btn:active .back-btn__inner .c-txt.c-txt01 {
    transform: translate3d(0, -100%, 0);
  }
  .main .l-contact .container .form .submit__area .back-btn:active .back-btn__inner .c-txt.c-txt02 {
    top: 0;
  }
}
.main .l-contact .container .form .submit__area .back-btn .back-btn__inner {
  overflow: hidden;
  position: relative;
}
.main .l-contact .container .form .submit__area .back-btn .back-btn__inner .c-txt {
  transform: none;
  display: inline-block;
}
.main .l-contact .container .form .submit__area .back-btn .back-btn__inner .c-txt.c-txt02 {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
}
.main .l-contact .container .form .error-msg {
  color: #dc3232;
  font-size: calc(14 * 100vw / 1440);
  text-align: center;
  line-height: 2;
}
@media only screen and (max-width: 1024px) {
  .main .l-contact .container .form .error-msg {
    font-size: calc(12 * 100vw / 375);
    text-align: left;
  }
}

.wpcf7-response-output {
  display: none;
}/*# sourceMappingURL=contact.css.map */