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

:where(article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where(button) {
  border: none;
  background: none;
}

:where(ul, ol, summary) {
  list-style: none; /* ビュレットを削除、必要に応じて手動で追加する */
}

:where(table) {
  border-collapse: collapse;
  border-spacing: 0;
}

:where(:any-link, button, [type=button], [type=reset], [type=submit], label[for], select, summary, [role=tab], [role=button]) {
  cursor: pointer;
}

:where(img, picture, svg) {
  max-inline-size: 100%; /* images should never overflow past the available space */
  block-size: auto; /* アスペクト比を保持 */
  width: 100%;
  height: auto;
}

:where(input, select, button, textarea) {
  color: #333;
  font-family: inherit;
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  appearance: none;
  outline: none;
  resize: none;
}

:where(textarea) {
  resize: none;
}

:where(button, [type=button], [type=reset], [type=submit]) {
  touch-action: manipulation;
}

:where(label) {
  display: inline-flex;
  align-items: center;
}

:where(input:-webkit-autofill, textarea:-webkit-autofill) {
  box-shadow: 0 0 0 1000px #fff inset;
}

:where(select)::-ms-expand {
  display: none;
}

:where(input)::placeholder {
  color: #b6bcc4;
}
:where(input) {
  /* 旧Edge対応 */
}
:where(input) ::-ms-input-placeholder {
  color: #b6bcc4;
}
:where(input) {
  /* IE対応 */
}
:where(input) :-ms-input-placeholder {
  color: #b6bcc4;
}
:where(input)[type=radio], :where(input)[type=checkbox] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 766.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-up-sm {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 766.98px) {
  .u-hidden-down-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 767px) and (max-width: 1365.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 767px) {
  .u-hidden-up-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (max-width: 1365.98px) {
  .u-hidden-down-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1366px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1366px) {
  .u-hidden-up-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-hidden-down-lg {
  display: none !important;
  visibility: hidden;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

:root {
  --leading-trim: calc((1em - 1lh) / 2);
}

@supports not (top: 1lh) {
  :root {
    --leading-trim: 0px; /* `px`などの単位が必要 */
  }
}
.leading-trim {
  margin-block: var(--leading-trim);
}

html {
  overflow-y: scroll;
}

body {
  color: #333333;
  font-size: 16px;
  line-height: 1.6875;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: #F2F2F2;
}
@media (max-width: 1365.98px) {
  body {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 766.98px) {
  body {
    font-size: 4.2666666667vw;
  }
}

a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a.no-link {
  pointer-events: none;
  cursor: default;
}

.en {
  font-family: "PPNeueMontreal", sans-serif;
}

@media (max-width: 766.98px) {
  .-pcOnly {
    display: none;
  }
}

.-spOnly {
  display: none;
}
@media (max-width: 766.98px) {
  .-spOnly {
    display: block;
  }
}

.sec-in {
  padding: 0 45px;
}
@media (max-width: 1365.98px) {
  .sec-in {
    padding: 0vw 3.2942898975vw;
  }
}
@media (max-width: 766.98px) {
  .sec-in {
    padding: 0 4%;
  }
}

.l-wrapper {
  overflow: hidden;
}

.l-header {
  width: 100%;
  z-index: 1000;
  background: #ffffff;
  display: none;
}
@media (max-width: 766.98px) {
  .l-header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }
}
.l-header__inner {
  display: grid;
  grid-template-columns: 65px 1fr 65px;
  align-items: center;
}
@media (max-width: 1365.98px) {
  .l-header__inner {
    grid-template-columns: 4.7584187408vw 1fr 4.7584187408vw;
  }
}
@media (max-width: 766.98px) {
  .l-header__inner {
    grid-template-columns: 17.3333333333vw 1fr 17.3333333333vw;
  }
}
.l-header__logo {
  display: grid;
  place-items: center;
  padding: 5px 12px;
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .l-header__logo {
    padding: 0.3660322108vw 0.878477306vw;
  }
}
@media (max-width: 766.98px) {
  .l-header__logo {
    padding: 1.3333333333vw 3.2vw;
  }
}
@media (any-hover: hover) {
  .l-header__logo:hover {
    opacity: 0.7;
  }
}
.l-header__cta {
  display: grid;
  place-items: center;
  height: 100%;
  background: #333333;
  color: #EBA700;
  font-weight: bold;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .l-header__cta:hover {
    opacity: 0.7;
  }
}

.l-menu {
  position: relative;
  height: 100%;
  pointer-events: none;
}
@media (max-width: 766.98px) {
  .l-menu {
    pointer-events: all;
  }
}
.l-menu.is-open span:nth-child(1) {
  top: 50%;
  rotate: -45deg;
}
.l-menu.is-open span:nth-child(2) {
  opacity: 0;
}
.l-menu.is-open span:nth-child(3) {
  top: 50%;
  rotate: 45deg;
}
.l-menu span {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 32px;
  height: 2px;
  background: #333333;
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .l-menu span {
    width: 2.3426061493vw;
    height: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .l-menu span {
    width: 8.5333333333vw;
    height: 0.5333333333vw;
  }
}
.l-menu span:nth-child(1) {
  top: 30%;
}
.l-menu span:nth-child(3) {
  top: 70%;
}

.l-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 1;
  display: none;
}
.l-nav__body {
  height: 100%;
  background: #317E6C;
  padding: 48px 36px 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1365.98px) {
  .l-nav__body {
    padding: 3.513909224vw 2.635431918vw 4.39238653vw;
  }
}
@media (max-width: 766.98px) {
  .l-nav__body {
    padding: 12.8vw 9.6vw 16vw;
  }
}
.l-nav__item {
  width: 100%;
  max-width: 450px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  padding: 12px 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .l-nav__item {
    font-size: 1.756954612vw;
    padding: 0.878477306vw 0;
    border-width: 0.1464128843vw;
    max-width: 32.9428989751vw;
  }
}
@media (max-width: 766.98px) {
  .l-nav__item {
    font-size: 6.4vw;
    padding: 3.2vw 0;
    border-width: 0.5333333333vw;
    max-width: 120vw;
  }
}
@media (any-hover: hover) {
  .l-nav__item:hover {
    opacity: 0.7;
  }
}
.l-nav__item:last-of-type {
  border-bottom: 2px solid rgba(255, 255, 255, 0.55);
}
.l-nav__btn {
  margin-top: 64px;
  width: 100%;
  max-width: 450px;
  height: 150px;
  background: #EBA700;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .l-nav__btn {
    margin-top: 4.6852122987vw;
    max-width: 32.9428989751vw;
    height: 10.980966325vw;
    border-radius: 1.317715959vw;
    font-size: 1.756954612vw;
  }
}
@media (max-width: 766.98px) {
  .l-nav__btn {
    margin-top: 17.0666666667vw;
    max-width: 120vw;
    height: 40vw;
    border-radius: 4.8vw;
    font-size: 6.4vw;
  }
}
@media (any-hover: hover) {
  .l-nav__btn:hover {
    opacity: 0.7;
  }
}

.l-footer {
  padding: 70px 0 60px;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .l-footer {
    padding: 5.1244509517vw 0 4.39238653vw;
  }
}
@media (max-width: 766.98px) {
  .l-footer {
    padding: 18.6666666667vw 0 16vw;
  }
}
.l-footer__inner {
  padding-inline: 4%;
}
.l-footer .footer-brand {
  max-width: 280px;
  margin-inline: auto;
  margin-bottom: 22px;
}
@media (max-width: 1365.98px) {
  .l-footer .footer-brand {
    max-width: 20.4978038067vw;
    margin-bottom: 1.6105417277vw;
  }
}
@media (max-width: 766.98px) {
  .l-footer .footer-brand {
    max-width: 74.6666666667vw;
    margin-bottom: 5.8666666667vw;
  }
}
.l-footer .footer-copy {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0;
}
@media (max-width: 1365.98px) {
  .l-footer .footer-copy {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 766.98px) {
  .l-footer .footer-copy {
    font-size: 3.7333333333vw;
  }
}

input,
select,
textarea {
  width: 100%;
  height: 50px;
  font-size: 16px;
  padding: 4px 15px;
  background: #fff;
  border-radius: 3px;
}
@media (max-width: 1365.98px) {
  input,
  select,
  textarea {
    font-size: 1.1713030747vw;
    height: 3.6603221083vw;
    padding: 0.2928257687vw 1.0980966325vw;
    border-width: 0.0732064422vw;
    border-radius: 0.2196193265vw;
  }
}
@media (max-width: 766.98px) {
  input,
  select,
  textarea {
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    padding: 1.0666666667vw 4vw;
    border-width: 0.2666666667vw;
    border-radius: 0.8vw;
  }
}

input.myError,
select.myError,
textarea.myError {
  color: #d90000;
  border: 1px solid #e59a9a;
  background: #ffebeb;
}
@media (max-width: 1365.98px) {
  input.myError,
  select.myError,
  textarea.myError {
    border-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  input.myError,
  select.myError,
  textarea.myError {
    border-width: 0.2666666667vw;
  }
}

input[type=radio], input[type=checkbox] {
  opacity: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
input[type=checkbox] + .input_checkbox {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  margin-right: 15px;
  background: #fff;
}
@media (max-width: 1365.98px) {
  input[type=checkbox] + .input_checkbox {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    border-radius: 0.2928257687vw;
    margin-right: 1.0980966325vw;
    border-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  input[type=checkbox] + .input_checkbox {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-radius: 1.0666666667vw;
    margin-right: 2.6666666667vw;
    border-width: 0.2666666667vw;
  }
}
input[type=checkbox]:checked + .input_checkbox:after, input[type=checkbox]:checked + .input_checkbox:before {
  content: "";
  display: block;
  height: 3px;
  border-radius: 2px;
  background: #333333;
  position: absolute;
}
@media (max-width: 1365.98px) {
  input[type=checkbox]:checked + .input_checkbox:after, input[type=checkbox]:checked + .input_checkbox:before {
    height: 0.2196193265vw;
    border-radius: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  input[type=checkbox]:checked + .input_checkbox:after, input[type=checkbox]:checked + .input_checkbox:before {
    height: 0.8vw;
    border-radius: 0.5333333333vw;
  }
}
input[type=checkbox]:checked + .input_checkbox:before {
  width: 40%;
  top: 52%;
  left: 10%;
  transform: rotate(45deg);
}
input[type=checkbox]:checked + .input_checkbox:after {
  width: 65%;
  top: 45%;
  left: 28%;
  transform: rotate(-45deg);
}
input[type=radio] + .input_radio {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 5px;
  background: #fff;
}
@media (max-width: 1365.98px) {
  input[type=radio] + .input_radio {
    width: 1.4641288433vw;
    height: 1.4641288433vw;
    margin-right: 0.3660322108vw;
    border-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  input[type=radio] + .input_radio {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    margin-right: 1.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
input[type=radio]:checked + .input_radio::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #333333;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 1365.98px) {
  input[type=radio]:checked + .input_radio::after {
    width: 0.878477306vw;
    height: 0.878477306vw;
  }
}
@media (max-width: 766.98px) {
  input[type=radio]:checked + .input_radio::after {
    width: 3.2vw;
    height: 3.2vw;
  }
}

textarea {
  resize: none;
  height: 232px;
  padding: 15px 15px;
  overflow-y: scroll;
}
@media (max-width: 1365.98px) {
  textarea {
    height: 16.9838945827vw;
    padding: 1.0980966325vw 1.0980966325vw;
  }
}
@media (max-width: 766.98px) {
  textarea {
    height: 61.8666666667vw;
    padding: 4vw 4vw;
  }
}
textarea::placeholder {
  color: #b6bcc4;
}

.myError:not(input, select, textarea) {
  color: #d90000;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 6px;
  white-space: nowrap;
}
@media (max-width: 1365.98px) {
  .myError:not(input, select, textarea) {
    font-size: 1.0248901903vw;
    margin-top: 0.439238653vw;
  }
}
@media (max-width: 766.98px) {
  .myError:not(input, select, textarea) {
    font-size: 3.4666666667vw;
    margin-top: 1.6vw;
  }
}

.selectBox {
  position: relative;
}
.selectBox:before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 20px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
@media (max-width: 1365.98px) {
  .selectBox:before {
    top: calc(50% - 0.3660322108vw);
    right: 1.4641288433vw;
    width: 0.5856515373vw;
    height: 0.5856515373vw;
    border-left-width: 0.0732064422vw;
    border-bottom-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  .selectBox:before {
    top: calc(50% - 1.3333333333vw);
    right: 3.2vw;
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-left-width: 0.2666666667vw;
    border-bottom-width: 0.2666666667vw;
  }
}
.selectBox.birthyear {
  width: 100px;
}
@media (max-width: 766.98px) {
  .selectBox.birthyear {
    width: 26.6666666667vw;
  }
}
.selectBox.birthmonth, .selectBox.birthdate, .selectBox.age {
  width: 80px;
}
@media (max-width: 766.98px) {
  .selectBox.birthmonth, .selectBox.birthdate, .selectBox.age {
    width: 21.3333333333vw;
  }
}
.selectBox.prefecture {
  width: 180px;
}
@media (max-width: 766.98px) {
  .selectBox.prefecture {
    width: 48vw;
  }
}

.contact {
  padding: 100px 0 160px;
}
@media (max-width: 1365.98px) {
  .contact {
    padding: 7.3206442167vw 0 11.7130307467vw;
  }
}
@media (max-width: 766.98px) {
  .contact {
    padding-top: 26.6666666667vw;
  }
}
.contact.-check dd {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
@media (max-width: 1365.98px) {
  .contact.-check dd {
    font-size: 1.1713030747vw;
    padding: 0.7320644217vw 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .contact.-check dd {
    font-size: 4.2666666667vw;
    padding: 2.6666666667vw 4.2666666667vw;
  }
}
.contact .post {
  width: 120px;
}
@media (max-width: 766.98px) {
  .contact .post {
    width: 32vw;
  }
}
.contact .require {
  color: #d90000;
  font-size: 13px;
  vertical-align: top;
  padding-left: 3px;
}
@media (max-width: 1365.98px) {
  .contact .require {
    font-size: 0.9516837482vw;
    padding-left: 0.2196193265vw;
  }
}
@media (max-width: 766.98px) {
  .contact .require {
    font-size: 3.4666666667vw;
    padding-left: 0.8vw;
  }
}
.contact__inner {
  width: 90%;
  max-width: 1012px;
  margin: 0 auto;
}
.contact__txt {
  font-size: 14px;
  line-height: 2;
}
@media (max-width: 1365.98px) {
  .contact__txt {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 766.98px) {
  .contact__txt {
    font-size: 3.7333333333vw;
  }
}
.contact__box {
  border-radius: 10px;
  margin-top: 53px;
}
@media (max-width: 1365.98px) {
  .contact__box {
    margin-top: 3.8799414348vw;
    border-radius: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .contact__box {
    margin-top: 10.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.contact__tit {
  border-bottom: 1px solid #DEDEDE;
}
.contact__tit span {
  position: relative;
  display: inline-block;
  font-size: 23px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #333333;
  padding-bottom: 10px;
}
@media (max-width: 1365.98px) {
  .contact__tit span {
    font-size: 1.6837481698vw;
    padding-bottom: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .contact__tit span {
    font-size: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
  }
}
.contact__tit span::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
}
@media (max-width: 766.98px) {
  .contact__tit span::after {
    width: 21.3333333333vw;
  }
}
.contact__tit span::after {
  background: #333333;
}
.contact__item dl:nth-child(n+2) {
  margin-top: 32px;
}
@media (max-width: 1365.98px) {
  .contact__item dl:nth-child(n+2) {
    margin-top: 2.3426061493vw;
  }
}
@media (max-width: 766.98px) {
  .contact__item dl:nth-child(n+2) {
    margin-top: 6.4vw;
  }
}
.contact__item dl dt {
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 1365.98px) {
  .contact__item dl dt {
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 766.98px) {
  .contact__item dl dt {
    font-size: 3.7333333333vw;
  }
}
.contact__item dl dd .subtit {
  display: block;
  width: 210px;
}
@media (max-width: 766.98px) {
  .contact__item dl dd .subtit {
    width: 100%;
  }
}
.contact__item dl dd .comment {
  font-size: 12px;
}
@media (max-width: 1365.98px) {
  .contact__item dl dd .comment {
    font-size: 0.878477306vw;
  }
}
@media (max-width: 766.98px) {
  .contact__item dl dd .comment {
    font-size: 3.2vw;
  }
}
.contact__item dl dd .name,
.contact__item dl dd .furigana,
.contact__item dl dd .post,
.contact__item dl dd .birth,
.contact__item dl dd .age,
.contact__item dl dd .gender,
.contact__item dl dd .addr {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
@media (max-width: 1365.98px) {
  .contact__item dl dd .name,
  .contact__item dl dd .furigana,
  .contact__item dl dd .post,
  .contact__item dl dd .birth,
  .contact__item dl dd .age,
  .contact__item dl dd .gender,
  .contact__item dl dd .addr {
    gap: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .contact__item dl dd .name,
  .contact__item dl dd .furigana,
  .contact__item dl dd .post,
  .contact__item dl dd .birth,
  .contact__item dl dd .age,
  .contact__item dl dd .gender,
  .contact__item dl dd .addr {
    gap: 2.6666666667vw;
  }
}
@media (max-width: 766.98px) {
  .contact__item dl dd .name,
  .contact__item dl dd .furigana {
    flex-direction: column;
  }
}
.contact__item dl dd .name .firstName,
.contact__item dl dd .name .lastName,
.contact__item dl dd .name .firstFurigana,
.contact__item dl dd .name .lastFurigana,
.contact__item dl dd .furigana .firstName,
.contact__item dl dd .furigana .lastName,
.contact__item dl dd .furigana .firstFurigana,
.contact__item dl dd .furigana .lastFurigana {
  width: 100%;
}
.contact__item dl dd .addr__inner {
  width: 100%;
}
@media (max-width: 766.98px) {
  .contact__item dl dd .addr {
    flex-direction: column;
  }
}
.contact__btm {
  margin-top: 30px;
}
@media (max-width: 1365.98px) {
  .contact__btm {
    margin-top: 2.196193265vw;
  }
}
@media (max-width: 766.98px) {
  .contact__btm {
    margin-top: 8vw;
  }
}
.contact__btm form {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 64px;
}
@media (max-width: 1365.98px) {
  .contact__btm form {
    gap: 0 4.6852122987vw;
  }
}
@media (max-width: 766.98px) {
  .contact__btm form {
    flex-direction: column;
    gap: 6.6666666667vw 0;
  }
}
.contact__btm form .contact__btn {
  margin: 0;
}
.contact__privacy--tit {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 1365.98px) {
  .contact__privacy--tit {
    font-size: 1.317715959vw;
  }
}
@media (max-width: 766.98px) {
  .contact__privacy--tit {
    font-size: 4.2666666667vw;
  }
}
.contact__privacyBox--txt {
  display: block;
  font-size: 14px;
}
@media (max-width: 1365.98px) {
  .contact__privacyBox--txt {
    font-size: 1.0248901903vw;
  }
}
@media (max-width: 766.98px) {
  .contact__privacyBox--txt {
    font-size: 3.2vw;
  }
}
.contact__privacyBox--txt a {
  text-decoration: underline;
}
.contact__privacyBox--txt a:hover {
  text-decoration: none;
}
.contact__agreeBox {
  color: #333333;
}
.contact__agreeBox label {
  align-items: flex-start;
  cursor: pointer;
}
.contact__agreeBox span {
  font-weight: 500;
}
.contact__agreeBox span > a {
  color: #333333;
  text-decoration: underline;
}
@media (any-hover: hover) {
  .contact__agreeBox span > a:hover {
    text-decoration: none;
  }
}
.contact__agreeBox .txt_checkbox {
  position: relative;
  top: -3px;
}
@media (max-width: 1365.98px) {
  .contact__agreeBox .txt_checkbox {
    top: -0.2196193265vw;
  }
}
@media (max-width: 766.98px) {
  .contact__agreeBox .txt_checkbox {
    top: -0.8vw;
  }
}
.contact__btn {
  width: 350px;
  height: 80px;
}
@media (max-width: 1365.98px) {
  .contact__btn {
    width: 25.6222547584vw;
    height: 5.8565153734vw;
  }
}
@media (max-width: 766.98px) {
  .contact__btn {
    width: 100%;
    height: 18.6666666667vw;
  }
}
.contact__btn {
  margin: 55px auto 0;
}
@media (max-width: 1365.98px) {
  .contact__btn {
    margin: 4.0263543192vw auto 0;
  }
}
@media (max-width: 766.98px) {
  .contact__btn {
    margin: 14.6666666667vw auto 0;
  }
}
.contact__thanks {
  padding: 280px 0 130px;
}
@media (max-width: 1365.98px) {
  .contact__thanks {
    padding: 20.4978038067vw 0 9.5168374817vw;
  }
}
@media (max-width: 766.98px) {
  .contact__thanks {
    padding: 74.6666666667vw 0 34.6666666667vw;
  }
}
.contact__thanks--txt {
  font-weight: 500;
  text-align: center;
}

.secContact {
  padding: 65px 4% 0;
}
@media (max-width: 1365.98px) {
  .secContact {
    padding: 4.7584187408vw 4% 0;
  }
}
@media (max-width: 766.98px) {
  .secContact {
    padding: 17.3333333333vw 4% 0;
  }
}
.secContact .sec-in {
  padding: 0 4%;
}
.secContact__inner {
  background: #F2F2F2;
  padding: 60px 0;
  margin-top: 20px;
}
@media (max-width: 1365.98px) {
  .secContact__inner {
    padding: 4.39238653vw 0;
    margin-top: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__inner {
    padding: 16vw 0;
    margin-top: 5.3333333333vw;
  }
}
.secContact__table dl:nth-child(n+2) {
  margin-top: 20px;
}
@media (max-width: 1365.98px) {
  .secContact__table dl:nth-child(n+2) {
    margin-top: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__table dl:nth-child(n+2) {
    margin-top: 4.2666666667vw;
  }
}
.secContact__table dt {
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 1365.98px) {
  .secContact__table dt {
    margin-bottom: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__table dt {
    margin-bottom: 2.6666666667vw;
  }
}
.secContact__table .age {
  display: grid;
  grid-template-columns: 75px 1fr;
  gap: 10px;
}
@media (max-width: 1365.98px) {
  .secContact__table .age {
    gap: 0.7320644217vw;
    grid-template-columns: 5.4904831625vw 1fr;
  }
}
@media (max-width: 766.98px) {
  .secContact__table .age {
    gap: 2.6666666667vw;
    grid-template-columns: 20vw 1fr;
  }
}
.secContact__table .age .txt {
  position: relative;
  top: 15px;
}
@media (max-width: 1365.98px) {
  .secContact__table .age .txt {
    top: 1.0980966325vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__table .age .txt {
    top: 4vw;
  }
}
.secContact__table .gender {
  display: flex;
  gap: 15px;
}
@media (max-width: 1365.98px) {
  .secContact__table .gender {
    gap: 1.0980966325vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__table .gender {
    gap: 4vw;
  }
}
.secContact__table .gender label {
  cursor: pointer;
}
.secContact__note {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-top: 45px;
}
@media (max-width: 1365.98px) {
  .secContact__note {
    font-size: 1.4641288433vw;
    margin-top: 3.2942898975vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__note {
    font-size: 5.3333333333vw;
    margin-top: 12vw;
  }
}
.secContact__btn {
  margin-top: 30px;
}
@media (max-width: 1365.98px) {
  .secContact__btn {
    margin-top: 2.196193265vw;
  }
}
@media (max-width: 766.98px) {
  .secContact__btn {
    margin-top: 8vw;
  }
}
.secContact-tel {
  text-align: center;
  margin-top: 70px;
  border-bottom: 1px solid #333333;
  padding-bottom: 80px;
}
@media (max-width: 1365.98px) {
  .secContact-tel {
    margin-top: 5.1244509517vw;
    padding-bottom: 5.8565153734vw;
    border-width: 0.0732064422vw;
  }
}
@media (max-width: 766.98px) {
  .secContact-tel {
    margin-top: 18.6666666667vw;
    padding-bottom: 21.3333333333vw;
    border-width: 0.2666666667vw;
  }
}
.secContact-tel-lead {
  font-weight: bold;
  color: #333333;
  margin: 0 0 12px;
}
@media (max-width: 1365.98px) {
  .secContact-tel-lead {
    margin: 0 0 0.878477306vw;
  }
}
@media (max-width: 766.98px) {
  .secContact-tel-lead {
    margin: 0 0 3.2vw;
  }
}
.secContact-tel-number {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  font-size: 32px;
  font-weight: bold;
  color: #317E6C;
  border-bottom: 2px solid #317E6C;
  padding-bottom: 8px;
  max-width: 270px;
  margin-inline: auto;
  line-height: 1;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .secContact-tel-number {
    gap: 0.878477306vw;
    font-size: 2.3426061493vw;
    padding-bottom: 0.5856515373vw;
    border-width: 0.1464128843vw;
    max-width: 19.7657393851vw;
  }
}
@media (max-width: 766.98px) {
  .secContact-tel-number {
    gap: 3.2vw;
    font-size: 8.5333333333vw;
    padding-bottom: 2.1333333333vw;
    border-width: 0.5333333333vw;
    max-width: 72vw;
  }
}
.secContact-tel-icon {
  display: inline-flex;
  align-items: center;
}
.secContact-tel-icon img {
  display: block;
  width: 30px;
  height: auto;
}
@media (max-width: 1365.98px) {
  .secContact-tel-icon img {
    width: 2.196193265vw;
  }
}
@media (max-width: 766.98px) {
  .secContact-tel-icon img {
    width: 8vw;
  }
}

.mfp-zoom-in {
  /* start state */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in {
  /* animate in */
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in {
  /* animate out */
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
}

.c-modal__close {
  position: absolute;
  z-index: 10;
  top: calc(50% + 350px);
  left: 50%;
  translate: -50% -50%;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100vmax;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .c-modal__close:hover {
    background: #317E6C;
  }
  .c-modal__close:hover .obj .line {
    background: #fff;
  }
}
.c-modal__close .obj {
  position: relative;
  width: 25px;
  height: 25px;
}
.c-modal__close .obj .line {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 2px;
  background: #317E6C;
  transition: 0.3s;
}
.c-modal__close .obj .line:nth-child(1) {
  rotate: 45deg;
}
.c-modal__close .obj .line:nth-child(2) {
  rotate: -45deg;
}
.c-modal__inner {
  position: relative;
  max-width: 1200px;
  margin-inline: auto;
}
.c-modal__img {
  width: 50%;
  margin-inline: auto;
}

.p-shell {
  position: relative;
}

.p-side {
  position: fixed;
  top: 0;
  width: calc((100% - 450px) / 2);
  height: 100dvh;
  overflow: hidden;
}
@media (max-width: 1365.98px) {
  .p-side {
    width: calc((100% - 32.9428989751vw) / 2);
  }
}
@media (max-width: 766.98px) {
  .p-side {
    display: none;
  }
}

.p-side__inner {
  height: 100%;
  display: grid;
  place-items: center;
}

.p-side--left {
  background: url(../../assets/img/common/nav-left.png) no-repeat center/cover;
  left: 0;
}
.p-side--left::after {
  content: none;
}

.p-side--right {
  right: 0;
  background: url(../../assets/img/common/nav-right.png) no-repeat center/cover;
}
.p-side--right::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.35);
  z-index: 0;
  pointer-events: none;
}

.p-side--right .p-side__inner {
  position: relative;
  z-index: 1;
}

.p-center {
  width: 100%;
  max-width: 450px;
  margin: 0 auto;
  background: #ffffff;
  box-shadow: 0 0 28px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}
@media (max-width: 1365.98px) {
  .p-center {
    max-width: 32.9428989751vw;
  }
}
@media (max-width: 766.98px) {
  .p-center {
    max-width: none;
  }
}

.p-leftCard {
  text-align: center;
}

.p-leftCard__logo {
  display: block;
  width: 360px;
  margin: 0 auto 14px;
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .p-leftCard__logo {
    width: 26.3543191801vw;
    margin: 0 auto 1.0248901903vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__logo {
    width: 96vw;
    margin: 0 auto 3.7333333333vw;
  }
}
@media (any-hover: hover) {
  .p-leftCard__logo:hover {
    opacity: 0.7;
  }
}

.p-leftCard__address {
  margin: 0 0 14px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  color: #333333;
}
@media (max-width: 1365.98px) {
  .p-leftCard__address {
    font-size: 1.0248901903vw;
    margin: 0 auto 1.0248901903vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__address {
    font-size: 3.7333333333vw;
    margin: 0 auto 3.7333333333vw;
  }
}

.p-leftCard__tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 0 0 18px;
  font-size: 32px;
  font-weight: bold;
  color: #317E6C;
  border-bottom: 3px solid #317E6C;
  padding-bottom: 6px;
  line-height: 1;
}
@media (max-width: 1365.98px) {
  .p-leftCard__tel {
    font-size: 2.3426061493vw;
    margin: 0 auto 1.317715959vw;
    gap: 0.7320644217vw;
    padding-bottom: 0.439238653vw;
    border-width: 0.2196193265vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__tel {
    font-size: 8.5333333333vw;
    margin: 0 auto 4.8vw;
    gap: 2.6666666667vw;
    padding-bottom: 1.6vw;
    border-width: 0.8vw;
  }
}

.p-leftCard__telIcon {
  width: 28px;
  height: auto;
  display: block;
}
@media (max-width: 1365.98px) {
  .p-leftCard__telIcon {
    width: 2.0497803807vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__telIcon {
    width: 7.4666666667vw;
  }
}

.p-leftCard__map {
  margin: 18px auto 18px;
  max-width: 264px;
}
@media (max-width: 1365.98px) {
  .p-leftCard__map {
    margin: 1.317715959vw auto 1.317715959vw;
    max-width: 19.3265007321vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__map {
    margin: 4.8vw auto 4.8vw;
    max-width: 70.4vw;
  }
}
.p-leftCard__map > a {
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-leftCard__map > a:hover {
    opacity: 0.7;
  }
}

.p-leftCard__sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media (max-width: 1365.98px) {
  .p-leftCard__sns {
    gap: 2.196193265vw;
  }
}
@media (max-width: 766.98px) {
  .p-leftCard__sns {
    gap: 8vw;
  }
}

.p-sns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .p-sns:hover {
    opacity: 0.7;
  }
}

.p-sns--ig {
  width: 45.96px;
  height: 45.96px;
}
@media (max-width: 1365.98px) {
  .p-sns--ig {
    width: 3.364568082vw;
    height: 3.364568082vw;
  }
}
@media (max-width: 766.98px) {
  .p-sns--ig {
    width: 12.256vw;
    height: 12.256vw;
  }
}

.p-sns--yt {
  width: 65.64px;
  height: 45.94px;
}
@media (max-width: 1365.98px) {
  .p-sns--yt {
    width: 4.8052708638vw;
    height: 3.3631039531vw;
  }
}
@media (max-width: 766.98px) {
  .p-sns--yt {
    width: 17.504vw;
    height: 12.2506666667vw;
  }
}

.p-sns--tt {
  width: 88.17px;
  height: 45.38px;
}
@media (max-width: 1365.98px) {
  .p-sns--tt {
    width: 6.4546120059vw;
    height: 3.3221083455vw;
  }
}
@media (max-width: 766.98px) {
  .p-sns--tt {
    width: 23.512vw;
    height: 12.1013333333vw;
  }
}

.p-rightMenu {
  width: 100%;
  max-width: 320px;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .p-rightMenu {
    max-width: 23.4260614934vw;
  }
}
@media (max-width: 766.98px) {
  .p-rightMenu {
    max-width: 85.3333333333vw;
  }
}

.p-rightMenu__item {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #317E6C;
  padding: 22px 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .p-rightMenu__item {
    font-size: 1.6105417277vw;
    padding: 1.6105417277vw 0;
    border-width: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .p-rightMenu__item {
    font-size: 5.8666666667vw;
    padding: 5.8666666667vw 0;
    border-width: 0.5333333333vw;
  }
}
@media (any-hover: hover) {
  .p-rightMenu__item:hover {
    opacity: 0.7;
  }
}

.p-rightMenu__btn {
  display: grid;
  place-items: center;
  margin: 60px auto 0;
  height: 140px;
  background: #EBA700;
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  border-radius: 16px;
  transition: 0.3s;
}
@media (max-width: 1365.98px) {
  .p-rightMenu__btn {
    height: 10.2489019034vw;
    font-size: 2.0497803807vw;
    border-radius: 1.1713030747vw;
    margin: 4.39238653vw auto 0;
  }
}
@media (max-width: 766.98px) {
  .p-rightMenu__btn {
    height: 37.3333333333vw;
    font-size: 7.4666666667vw;
    border-radius: 4.2666666667vw;
    margin: 16vw auto 0;
  }
}
@media (any-hover: hover) {
  .p-rightMenu__btn:hover {
    opacity: 0.7;
  }
}

.c-btnStyle1 {
  display: block;
  padding: 15px 0;
  width: 100%;
  background-color: #333333;
  color: #EBA700;
  border-radius: 5px;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  font-size: 16px;
}
@media (max-width: 1365.98px) {
  .c-btnStyle1 {
    padding: 1.0980966325vw 0;
    border-radius: 0.3660322108vw;
    font-size: 1.1713030747vw;
  }
}
@media (max-width: 766.98px) {
  .c-btnStyle1 {
    padding: 4vw 0;
    border-radius: 1.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
@media (any-hover: hover) {
  .c-btnStyle1:hover {
    opacity: 0.7;
  }
}

.c-headingStyle1 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #317E6C;
}
@media (max-width: 1365.98px) {
  .c-headingStyle1 {
    font-size: 1.6105417277vw;
  }
}
@media (max-width: 766.98px) {
  .c-headingStyle1 {
    font-size: 5.8666666667vw;
  }
}

.c-list {
  margin-top: 70px;
}
@media (max-width: 1365.98px) {
  .c-list {
    margin-top: 5.1244509517vw;
  }
}
@media (max-width: 766.98px) {
  .c-list {
    margin-top: 18.6666666667vw;
  }
}
.c-list-title {
  text-align: center;
  padding: 25px 0 10px;
  border-bottom: 2px solid #333333;
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 1365.98px) {
  .c-list-title {
    font-size: 1.6105417277vw;
    padding: 1.8301610542vw 0 0.7320644217vw;
    border-width: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .c-list-title {
    font-size: 5.8666666667vw;
    padding: 6.6666666667vw 0 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.c-list-text {
  margin-top: 15px;
}
@media (max-width: 1365.98px) {
  .c-list-text {
    margin-top: 1.0980966325vw;
  }
}
@media (max-width: 766.98px) {
  .c-list-text {
    margin-top: 4vw;
  }
}
.c-list-items:nth-child(n+2) {
  margin-top: 69px;
}
@media (max-width: 1365.98px) {
  .c-list-items:nth-child(n+2) {
    margin-top: 5.0512445095vw;
  }
}
@media (max-width: 766.98px) {
  .c-list-items:nth-child(n+2) {
    margin-top: 18.4vw;
  }
}

.c-image {
  position: relative;
  border: 8px solid #fff;
  filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.3));
}
@media (max-width: 1365.98px) {
  .c-image {
    border-width: 0.5856515373vw;
  }
}
@media (max-width: 766.98px) {
  .c-image {
    border-width: 2.1333333333vw;
  }
}
.c-image .txt {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 175px;
}
@media (max-width: 1365.98px) {
  .c-image .txt {
    top: -2.196193265vw;
    left: 2.196193265vw;
    width: 12.8111273792vw;
  }
}
@media (max-width: 766.98px) {
  .c-image .txt {
    top: -8vw;
    left: 8vw;
    width: 46.6666666667vw;
  }
}

@media (max-width: 766.98px) {
  .secHero {
    margin-top: 13.0666666667vw;
  }
}

.secApply {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .secApply {
    margin-top: 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secApply {
    margin-top: 10.6666666667vw;
  }
}
.secApply .sec-in {
  padding: 0 4%;
}
.secApply-inner {
  padding: 50px 40px;
  background: #F2F2F2;
}
@media (max-width: 1365.98px) {
  .secApply-inner {
    padding: 3.6603221083vw 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secApply-inner {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.secApply-title {
  font-size: 40px;
  font-weight: bold;
  color: #317E6C;
  line-height: 1;
}
@media (max-width: 1365.98px) {
  .secApply-title {
    font-size: 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secApply-title {
    font-size: 10.6666666667vw;
  }
}
.secApply-text {
  border-bottom: 2px solid #333333;
  font-size: 21px;
  font-weight: bold;
  color: #317E6C;
  padding: 5px 0 10px;
}
@media (max-width: 1365.98px) {
  .secApply-text {
    font-size: 1.5373352855vw;
    padding: 0.3660322108vw 0 0.7320644217vw;
    border-width: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .secApply-text {
    font-size: 5.6vw;
    padding: 1.3333333333vw 0 2.6666666667vw;
    border-width: 0.5333333333vw;
  }
}
.secApply-content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 1365.98px) {
  .secApply-content {
    font-size: 1.317715959vw;
    margin-top: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secApply-content {
    font-size: 4.8vw;
    margin-top: 5.3333333333vw;
  }
}
.secApply-btn {
  margin-top: 36px;
}
@media (max-width: 1365.98px) {
  .secApply-btn {
    margin-top: 2.635431918vw;
  }
}
@media (max-width: 766.98px) {
  .secApply-btn {
    margin-top: 9.6vw;
  }
}

.secDetail {
  padding-block: 30px 45px;
}
@media (max-width: 1365.98px) {
  .secDetail {
    padding-block: 2.196193265vw 3.2942898975vw;
  }
}
@media (max-width: 766.98px) {
  .secDetail {
    padding-block: 8vw 12vw;
  }
}
.secDetail-list {
  margin-top: 69px;
}
@media (max-width: 1365.98px) {
  .secDetail-list {
    margin-top: 5.0512445095vw;
  }
}
@media (max-width: 766.98px) {
  .secDetail-list {
    margin-top: 18.4vw;
  }
}

.secIncome {
  padding: 80px 0;
  background-color: #F2F2F2;
}
@media (max-width: 1365.98px) {
  .secIncome {
    padding: 5.8565153734vw 0;
  }
}
@media (max-width: 766.98px) {
  .secIncome {
    padding: 21.3333333333vw 0;
  }
}

.secSenior {
  padding-top: 69px;
}
@media (max-width: 1365.98px) {
  .secSenior {
    padding-top: 5.0512445095vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior {
    padding-top: 18.4vw;
  }
}
.secSenior .c-headingStyle1 {
  position: relative;
  padding-bottom: 10px;
}
@media (max-width: 1365.98px) {
  .secSenior .c-headingStyle1 {
    padding-bottom: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior .c-headingStyle1 {
    padding-bottom: 2.6666666667vw;
  }
}
.secSenior .c-headingStyle1::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 290px;
  height: 2px;
  background: #333333;
}
@media (max-width: 1365.98px) {
  .secSenior .c-headingStyle1::after {
    width: 21.2298682284vw;
    height: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior .c-headingStyle1::after {
    width: 77.3333333333vw;
    height: 0.5333333333vw;
  }
}
.secSenior-subtitle {
  text-align: center;
  font-size: 18px;
  margin-block: 10px 40px;
  color: #333333;
}
@media (max-width: 1365.98px) {
  .secSenior-subtitle {
    font-size: 1.317715959vw;
    margin-block: 0.7320644217vw 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-subtitle {
    font-size: 4.8vw;
    margin-block: 2.6666666667vw 10.6666666667vw;
  }
}
.secSenior-content {
  margin-bottom: 60px;
}
@media (max-width: 1365.98px) {
  .secSenior-content {
    margin-bottom: 4.39238653vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-content {
    margin-bottom: 16vw;
  }
}
.secSenior-image {
  margin-bottom: 30px;
}
@media (max-width: 1365.98px) {
  .secSenior-image {
    margin-bottom: 2.196193265vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-image {
    margin-bottom: 8vw;
  }
}
.secSenior-text p {
  line-height: 1.9;
  margin-bottom: 20px;
  font-size: 14px;
}
@media (max-width: 1365.98px) {
  .secSenior-text p {
    font-size: 1.0248901903vw;
    margin-bottom: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-text p {
    font-size: 3.7333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.secSenior-text p:last-child {
  margin-bottom: 0;
}
.secSenior-recommend {
  position: relative;
  width: 116%;
  left: -8%;
  background-color: #F2F2F2;
  padding: 50px 40px;
  border-radius: 8px;
  text-align: center;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend {
    padding: 3.6603221083vw 2.9282576867vw;
    border-radius: 0.5856515373vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend {
    padding: 13.3333333333vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.secSenior-recommend-list {
  text-align: left;
  max-width: 350px;
  margin: 15px auto 20px;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend-list {
    max-width: 25.6222547584vw;
    margin: 1.0980966325vw auto 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend-list {
    max-width: 93.3333333333vw;
    margin: 4vw auto 5.3333333333vw;
  }
}
.secSenior-recommend-list li {
  padding-left: 1.2em;
  margin-bottom: 5px;
  position: relative;
  line-height: 1.8;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend-list li {
    margin-bottom: 0.3660322108vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend-list li {
    margin-bottom: 1.3333333333vw;
  }
}
.secSenior-recommend-list li::before {
  content: "・";
  position: absolute;
  left: 0;
  font-weight: bold;
}
.secSenior-recommend-message {
  max-width: 350px;
  margin: 0 auto 10px;
  text-align: left;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend-message {
    max-width: 25.6222547584vw;
    margin: 0vw auto 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend-message {
    max-width: 93.3333333333vw;
    margin: 0vw auto 2.6666666667vw;
  }
}
.secSenior-recommend-message-bold {
  margin-bottom: 20px;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend-message-bold {
    margin-bottom: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend-message-bold {
    margin-bottom: 5.3333333333vw;
  }
}
.secSenior-recommend-message-text {
  line-height: 1.8;
}
.secSenior-recommend .senior-recommend-btn {
  margin: 40px auto 0;
}
@media (max-width: 1365.98px) {
  .secSenior-recommend .senior-recommend-btn {
    margin: 2.9282576867vw auto 0;
  }
}
@media (max-width: 766.98px) {
  .secSenior-recommend .senior-recommend-btn {
    margin: 10.6666666667vw auto 0;
  }
}

.secRecruitment {
  padding: 70px 0 0;
}
@media (max-width: 1365.98px) {
  .secRecruitment {
    padding: 5.1244509517vw 0 0;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment {
    padding: 18.6666666667vw 0 0;
  }
}
.secRecruitment .c-headingStyle1 {
  margin-bottom: 40px;
}
@media (max-width: 1365.98px) {
  .secRecruitment .c-headingStyle1 {
    margin-bottom: 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment .c-headingStyle1 {
    margin-bottom: 10.6666666667vw;
  }
}
.secRecruitment-table {
  background: transparent;
  padding-top: 30px;
  border-top: 2px solid #333333;
}
@media (max-width: 1365.98px) {
  .secRecruitment-table {
    padding-top: 2.196193265vw;
    border-width: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment-table {
    padding-top: 8vw;
    border-width: 0.5333333333vw;
  }
}
.secRecruitment-row {
  display: block;
  border-bottom: 2px solid #333333;
  padding: 40px 0;
}
@media (max-width: 1365.98px) {
  .secRecruitment-row {
    padding: 2.9282576867vw 0;
    border-width: 0.1464128843vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment-row {
    padding: 10.6666666667vw 0;
    border-width: 0.5333333333vw;
  }
}
.secRecruitment-row:first-child {
  padding-top: 0;
}
.secRecruitment-row:last-child {
  padding-bottom: 40px;
  border: none;
}
@media (max-width: 1365.98px) {
  .secRecruitment-row:last-child {
    padding-bottom: 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment-row:last-child {
    padding-bottom: 10.6666666667vw;
  }
}
.secRecruitment-label {
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
}
@media (max-width: 1365.98px) {
  .secRecruitment-label {
    margin-bottom: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment-label {
    margin-bottom: 5.3333333333vw;
  }
}
.secRecruitment-content {
  line-height: 1.9;
  color: #333333;
}
.secRecruitment-map {
  aspect-ratio: 1/1;
}
.secRecruitment-map iframe {
  width: 100%;
  height: 100%;
}
.secRecruitment-detail {
  background: #F2F2F2;
  padding: 29px 45px 45px;
}
@media (max-width: 1365.98px) {
  .secRecruitment-detail {
    padding: 2.1229868228vw 3.2942898975vw 3.2942898975vw;
  }
}
@media (max-width: 766.98px) {
  .secRecruitment-detail {
    padding: 7.7333333333vw 12vw 12vw;
  }
}

.secProcess {
  padding: 65px 0 0;
}
@media (max-width: 1365.98px) {
  .secProcess {
    padding: 4.7584187408vw 0 0;
  }
}
@media (max-width: 766.98px) {
  .secProcess {
    padding: 17.3333333333vw 0 0;
  }
}
.secProcess .sec-in {
  padding: 0 4%;
}
.secProcess-title {
  margin-bottom: 65px;
}
@media (max-width: 1365.98px) {
  .secProcess-title {
    margin-bottom: 4.7584187408vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-title {
    margin-bottom: 17.3333333333vw;
  }
}
.secProcess-items {
  max-width: 520px;
  margin: 0 auto;
}
@media (max-width: 1365.98px) {
  .secProcess-items {
    max-width: 38.0673499268vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-items {
    max-width: 138.6666666667vw;
  }
}
.secProcess-item {
  background: #F2F2F2;
  text-align: center;
  padding: 28px 22px;
  position: relative;
}
@media (max-width: 1365.98px) {
  .secProcess-item {
    padding: 2.0497803807vw 1.6105417277vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-item {
    padding: 7.4666666667vw 5.8666666667vw;
  }
}
.secProcess-item:not(:last-child) {
  margin-bottom: 60px;
}
@media (max-width: 1365.98px) {
  .secProcess-item:not(:last-child) {
    margin-bottom: 4.39238653vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-item:not(:last-child) {
    margin-bottom: 16vw;
  }
}
.secProcess-item:not(:last-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -60px;
  transform: translateX(-50%);
  width: 2px;
  height: 60px;
  background: #9E9E9E;
}
@media (max-width: 1365.98px) {
  .secProcess-item:not(:last-child)::after {
    bottom: -4.39238653vw;
    width: 0.1464128843vw;
    height: 4.39238653vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-item:not(:last-child)::after {
    bottom: -16vw;
    width: 0.5333333333vw;
    height: 16vw;
  }
}
.secProcess-label {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #317E6C;
  margin-bottom: 10px;
}
@media (max-width: 1365.98px) {
  .secProcess-label {
    font-size: 0.878477306vw;
    margin-bottom: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-label {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.secProcess-name {
  font-size: 26px;
  font-weight: 300;
  color: #333333;
  line-height: 1.2;
  letter-spacing: 0.45em;
}
@media (max-width: 1365.98px) {
  .secProcess-name {
    font-size: 1.9033674963vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-name {
    font-size: 6.9333333333vw;
  }
}
.secProcess-name::after {
  content: "";
  display: block;
  width: 190px;
  height: 2px;
  background: #333;
  margin: 7px auto 0;
}
@media (max-width: 1365.98px) {
  .secProcess-name::after {
    width: 13.9092240117vw;
    height: 0.1464128843vw;
    margin: 0.5124450952vw auto 0;
  }
}
@media (max-width: 766.98px) {
  .secProcess-name::after {
    width: 50.6666666667vw;
    height: 0.5333333333vw;
    margin: 1.8666666667vw auto 0;
  }
}
.secProcess-name--wide {
  letter-spacing: 0.6em;
}
.secProcess-name--wide .txt {
  padding-left: 0.6em;
}
.secProcess-name--long .txt {
  padding-left: 0.28em;
}
.secProcess-description {
  margin-top: 10px;
  color: #333333;
}
@media (max-width: 1365.98px) {
  .secProcess-description {
    margin-top: 0.7320644217vw;
  }
}
@media (max-width: 766.98px) {
  .secProcess-description {
    margin-top: 2.6666666667vw;
  }
}

.secCompany {
  padding: 80px 0 0;
}
@media (max-width: 1365.98px) {
  .secCompany {
    padding: 5.8565153734vw 0 0;
  }
}
@media (max-width: 766.98px) {
  .secCompany {
    padding: 21.3333333333vw 0 0;
  }
}
.secCompany .sec-in {
  padding: 0 4%;
}
.secCompany .c-headingStyle1 {
  color: #333333;
}
.secCompany .company-table {
  margin-top: 40px;
}
@media (max-width: 1365.98px) {
  .secCompany .company-table {
    margin-top: 2.9282576867vw;
  }
}
@media (max-width: 766.98px) {
  .secCompany .company-table {
    margin-top: 10.6666666667vw;
  }
}
.secCompany .company-row {
  padding: 20px;
  font-weight: bold;
}
@media (max-width: 1365.98px) {
  .secCompany .company-row {
    padding: 1.4641288433vw;
  }
}
@media (max-width: 766.98px) {
  .secCompany .company-row {
    padding: 5.3333333333vw;
  }
}
.secCompany .company-row:nth-child(odd) {
  background: #F2F2F2;
}
.secCompany .company-row:nth-child(even) {
  background: #FFFFFF;
}
.secCompany .p-leftCard__sns {
  display: none;
}
@media (max-width: 766.98px) {
  .secCompany .p-leftCard__sns {
    display: flex;
    margin-top: 5.3333333333vw;
  }
}/*# sourceMappingURL=style.css.map */