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

ul[class], ol[class] {
  padding: 0;
}

body, h1, h2, h3, h4, p, ul[class], ol[class], figure, blockquote, dl, dd {
  margin: 0;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

ul[class], ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img, picture {
  max-width: 100%;
  display: block;
}

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

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
@media screen and (max-width: 1079px) {
  html {
    font-size: 40%;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

:root {
  --black: #212121;
  --color: var(--black);
  --primary-color: #0208f8;
  --secondary-color: #b70f8a;
  --tertiary-color: #09ccea;
  --quaternary-color: #561912;
  --error-color: #bb491d;
  --gray: #707070;
  --red: #ef1036;
  --primary-bg-color: #f2efeb;
  --primary-button-color: #282a32;
  --color-light: #8f85b8;
  --font: YakuHanJP_Noto, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  --primary-font: "din-2014", sans-serif;
  --font-size: 1.2rem;
  --font-size-xs: 1.2rem;
  --font-size-s: 1.4rem;
  --font-size-base: var(--font-size);
  --font-size-m: 2rem;
  --font-size-l: 2.4rem;
  --font-size-xl: 2.8rem;
  --font-size-2xl: 3.2rem;
  --font-size-3xl: 3.6rem;
  --font-size-4xl: 6.3rem;
  --font-size-5xl: 6.3rem;
  --gutter: 1.5rem;
  --inner: 112.6rem;
  --transition1: cubic-bezier(0.75, 0, 0.175, 1);
}

body {
  font-family: var(--font);
  font-size: var(--font-size);
  color: var(--color);
  background-color: #ebedf1;
  line-height: 1.5;
}
b {
  font-weight: bold;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
@media print, screen and (min-width: 768px) {
  a:not(.c-button):hover {
    opacity: 0.7;
  }
}

input[type=submit] {
  transition: 0.3s;
  cursor: pointer;
}
input[type=submit]:hover {
  opacity: 0.7;
}

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

p {
  font-size: 1.4rem;
  line-height: 3rem;
  font-weight: normal;
}

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

video {
  max-width: 100%;
}

button {
  appearance: none;
  border: 0;
}

.footer {
  padding: 0.4rem;
  text-align: center;
  color: #fff;
  background-color: var(--black);
}

.c-title1 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 2rem;
  margin-top: 0.5rem;
  margin-bottom: 3.5rem;
}

.c-btn1 {
  font-size: 1.2rem;
  font-weight: bold;
  width: 20.5rem;
  height: 4rem;
  color: #fff;
  border-radius: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  gap: 1.3rem;
}
.c-btn1 svg {
  width: 1.2rem;
  height: 1.2rem;
}

.c-btn2 {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  font-weight: bold;
  width: 23rem;
  justify-content: center;
  height: 4rem;
  color: #fff;
  border-radius: 0.4rem;
  border: solid 1px #fff;
  display: flex;
  align-items: center;
  padding: 1rem 0.5rem;
  gap: 0.4rem;
  position: relative;
}
.c-btn2--2 {
  width: 24.6rem;
  height: 4.6rem;
  margin: 0 auto 2rem;
}
.c-btn2--2:last-child {
  margin-bottom: 0;
}
.c-btn2 svg {
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  inset: 0 1rem 0 auto;
  margin: auto 0;
}

.c-map-btn {
  font-size: 1.4rem;
  font-weight: bold;
  width: 20.5rem;
  height: 4.6rem;
  color: #fff;
  border-radius: 0.4rem;
  background: #eb4729;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.c-map-btn--2 {
  width: 24.6rem;
  height: 4.6rem;
  text-align: center;
  justify-content: center;
  margin: 0 auto 2rem;
}
.c-map-btn svg {
  width: 2rem;
  height: 2rem;
}

.header {
  position: fixed;
  inset: 2rem 0 auto;
  z-index: 100;
  transition: 0.5s;
}
.header.is-hide {
  transform: translate(0, -10rem);
}
@media print, screen and (min-width: 768px) {
  .header {
    max-width: 37.5rem;
    padding: 0;
    left: 52.5rem;
    top: 3rem;
    margin: auto;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
}
.header__logo {
  position: absolute;
  inset: 2.5rem auto auto 0;
  width: 32rem;
}
@media (max-width: 767px) {
  .header__logo {
    position: absolute;
    inset: -1rem auto auto 1.5rem;
    width: 20.8rem;
  }
}
.header__menu {
  width: 5rem;
  transition: 0.4s;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .header__menu {
    display: none !important;
  }
}
.header__menu span {
  display: block;
  background-color: var(--black);
  width: 5rem;
  height: 2px;
  transition: 0.4s;
}
.header__menu span:nth-child(2) {
  margin-top: 1rem;
  margin-right: auto;
}
.header__menu.is-active {
  transform: translateY(1rem);
}
.header__menu.is-active span {
  display: block;
  width: 5rem;
  height: 2px;
  rotate: 10deg;
}
.header__menu.is-active span:nth-child(2) {
  rotate: -10deg;
  width: 5rem;
  margin: -0.2rem 0;
}

.gnavi {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media print, screen and (min-width: 768px) {
  .gnavi {
    display: none;
  }
}

.drawer {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #ebedf1;
  z-index: 99;
  transform: translate(0, -105%);
  transition: 0.5s;
  color: #fff;
  padding: 12rem 3.2rem 0;
}
.drawer.is-active {
  transform: translate(0, 0);
}
@media print, screen and (min-width: 768px) {
  .drawer {
    max-width: 37.5rem;
    inset: 0 0 auto;
    margin: auto;
    left: -3rem;
    padding-top: 20rem;
  }
}
@media print, screen and (min-width: 768px) {
  .drawer {
    max-width: 37.5rem;
    padding: 0;
    left: 52.5rem;
    margin: auto;
  }
}
.drawer__inner {
  overscroll-behavior: contain;
  overflow: auto;
  height: 100%;
}

.drawe-link {
  display: block;
  font-size: 1.6rem;
  padding: 1.4rem 2rem;
  font-weight: bold;
}
@media (max-width: 767px) {
  .drawe-link {
    padding: 2rem 0.5rem 1.5rem;
    color: var(--black);
    border-bottom: 2px solid #8f85b8;
  }
}
.contact-form {
  padding: 3.5rem 1.8rem;
  background-color: #fff;
}

.form-items {
  margin-bottom: 3.5rem;
}

.form-item {
  font-size: 1.6rem;
  margin-bottom: 2.5rem;
  --input-bg: #F3F3F3;
  --input-radius: 0;
  --ninicolor: #707070;
  --reqcolor: var(--secondary-color);
  --reqfwb: 500;
}
.form-item:last-child {
  margin-bottom: 0;
}
.form-item__label {
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
.form-item__label::before {
  content: "任意";
  margin-right: 1rem;
  color: #fff;
  font-weight: var(--reqfwb);
  background-color: var(--ninicolor);
  padding: 0.1rem 0.6rem;
  font-size: 1.4rem;
  line-height: 1;
}
@media (max-width: 767px) {
  .form-item__label::before {
    font-size: 1.2rem;
    margin-right: 0.95rem;
  }
}
.form-item__label.require::before {
  content: "必須";
  background-color: var(--reqcolor);
}
.form-item__body select,
.form-item__body input[type=email],
.form-item__body input[type=tel],
.form-item__body input[type=text] {
  background-color: var(--input-bg);
  display: block;
  width: 100%;
  border-radius: var(--input-radius);
  padding: 1.3rem 3rem;
  border: 0;
  appearance: none;
  color: var(--black);
  line-height: 1.625;
}
@media (max-width: 767px) {
  .form-item__body select,
  .form-item__body input[type=email],
  .form-item__body input[type=tel],
  .form-item__body input[type=text] {
    font-size: 16px;
    padding: 1.2rem 1.5rem;
  }
}
.form-item__body select::placeholder,
.form-item__body input[type=email]::placeholder,
.form-item__body input[type=tel]::placeholder,
.form-item__body input[type=text]::placeholder {
  color: #d3d3d3;
}
.form-item__body .input-date {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.021%22%20height%3D%2218.488%22%20viewBox%3D%220%200%2017.021%2018.488%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63005%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063005%22%20transform%3D%22translate(0.169%200.072)%22%3E%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_63006%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2063006%22%20transform%3D%22translate(-0.499%200.202)%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312666%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312666%22%20d%3D%22M14.707%2C1.467h-.677V.857A.858.858%2C0%2C0%2C0%2C13.174%2C0h-.7a.858.858%2C0%2C0%2C0-.857.857v.61H5.227V.857A.858.858%2C0%2C0%2C0%2C4.37%2C0h-.7a.858.858%2C0%2C0%2C0-.857.857v.61h-.7A2.116%2C2.116%2C0%2C0%2C0%2C0%2C3.581V16.174a2.116%2C2.116%2C0%2C0%2C0%2C2.114%2C2.114H14.707a2.116%2C2.116%2C0%2C0%2C0%2C2.114-2.114V3.581a2.116%2C2.116%2C0%2C0%2C0-2.114-2.114m-2.3-.61a.071.071%2C0%2C0%2C1%2C.071-.071h.7a.071.071%2C0%2C0%2C1%2C.071.071v1.98a.071.071%2C0%2C0%2C1-.071.071h-.7a.071.071%2C0%2C0%2C1-.071-.071Zm-8.8%2C0A.071.071%2C0%2C0%2C1%2C3.674.786h.7a.071.071%2C0%2C0%2C1%2C.071.071v1.98a.071.071%2C0%2C0%2C1-.071.071h-.7A.071.071%2C0%2C0%2C1%2C3.6%2C2.837Zm-1.489%2C1.4h.7v.584a.858.858%2C0%2C0%2C0%2C.857.857h.7a.858.858%2C0%2C0%2C0%2C.857-.857V2.253H11.62v.584a.858.858%2C0%2C0%2C0%2C.857.857h.7a.858.858%2C0%2C0%2C0%2C.857-.857V2.253h.677a1.329%2C1.329%2C0%2C0%2C1%2C1.328%2C1.328V5.547H.786V3.581A1.329%2C1.329%2C0%2C0%2C1%2C2.114%2C2.253M14.707%2C17.5H2.114A1.329%2C1.329%2C0%2C0%2C1%2C.786%2C16.174V6.333H16.035v9.841A1.329%2C1.329%2C0%2C0%2C1%2C14.707%2C17.5%22%20transform%3D%22translate(0.43%20-0.174)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312667%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312667%22%20d%3D%22M90.53%2C307H89.417a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453H90.53a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113A.453.453%2C0%2C0%2C0%2C90.53%2C307%22%20transform%3D%22translate(-86.203%20-299.13)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312668%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312668%22%20d%3D%22M219.543%2C307H218.43a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-211.836%20-299.13)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312669%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312669%22%20d%3D%22M348.554%2C307h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-337.466%20-299.13)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312670%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312670%22%20d%3D%22M477.566%2C307h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-463.098%20-299.13)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312671%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312671%22%20d%3D%22M90.53%2C423.482H89.417a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453H90.53a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-86.203%20-412.56)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312672%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312672%22%20d%3D%22M219.543%2C423.482H218.43a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-211.836%20-412.56)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312673%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312673%22%20d%3D%22M348.554%2C423.482h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-337.466%20-412.56)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312674%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312674%22%20d%3D%22M477.566%2C423.482h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-463.098%20-412.56)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312675%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312675%22%20d%3D%22M90.53%2C539.964H89.417a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453H90.53a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-86.203%20-525.991)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312676%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312676%22%20d%3D%22M219.543%2C539.964H218.43a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-211.836%20-525.991)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312677%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312677%22%20d%3D%22M348.554%2C539.964h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-337.466%20-525.991)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_312678%22%20data-name%3D%22%E3%83%91%E3%82%B9%20312678%22%20d%3D%22M477.566%2C539.964h-1.113a.453.453%2C0%2C0%2C0-.453.453v1.113a.453.453%2C0%2C0%2C0%2C.453.453h1.113a.453.453%2C0%2C0%2C0%2C.453-.453v-1.113a.453.453%2C0%2C0%2C0-.453-.453%22%20transform%3D%22translate(-463.098%20-525.991)%22%20fill%3D%22%23d3d3d3%22%20stroke%3D%22%23d3d3d3%22%20stroke-width%3D%220.2%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 1.3rem;
}
.form-item__body textarea {
  background-color: var(--input-bg);
  padding: 2.2rem 3rem;
  border: 0;
  appearance: none;
  color: var(--black);
  width: 100%;
  height: 19rem;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .form-item__body textarea {
    font-size: 16px;
    padding: 1rem 1.5rem;
  }
}
.form-item__body textarea::placeholder {
  color: #d3d3d3;
}
.form-item__body select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%229.099%22%20height%3D%226.671%22%20viewBox%3D%220%200%209.099%206.671%22%3E%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_29185%22%20data-name%3D%22%E3%83%91%E3%82%B9%2029185%22%20d%3D%22M0%2C0%2C3.968%2C5%2C7.924%2C0%22%20transform%3D%22translate(0.587%200.466)%22%20fill%3D%22none%22%20stroke%3D%22%23212121%22%20stroke-width%3D%221.5%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center right 3rem;
  padding: 1.3rem 3rem;
  display: block;
  line-height: 1.625;
}

.form-buttons {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  justify-content: center;
}
.form-buttons .form-button a,
.form-buttons .form-button button, .form-buttons .form-button.is-back {
  background-color: #707070;
}

.form-button {
  position: relative;
}
.form-button input[type=submit] {
  position: absolute;
  inset: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  .form-button {
    margin: auto;
  }
}
.form-button__icon {
  width: 2.4rem;
  height: 2.4rem;
  background-color: #fff;
}

.float-cta {
  z-index: 98;
  position: fixed;
  width: 100%;
  bottom: 0;
  background: #fff;
  height: 5rem;
  display: none;
  align-items: center;
  padding: 0 1.5rem 0 2.5rem;
  font-weight: 500;
  transition: 0.4s;
  transform: translate(0, 110%);
}
.float-cta.is-active {
  transform: none;
}
@media (max-width: 767px) {
  .float-cta {
    display: flex;
    gap: 3rem;
  }
}
.float-cta .c-button {
  font-size: 1.4rem;
  width: 22rem;
  height: 4rem;
  margin: 0;
}

/*# sourceMappingURL=common.css.map */
