@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&family=Zen+Kaku+Gothic+Antique:wght@500&display=swap");
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    -webkit-animation-delay: -1ms;
    animation-delay: -1ms;
    -webkit-animation-duration: 1ms;
    animation-duration: 1ms;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    background-attachment: initial;
    scroll-behavior: auto;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}

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 {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  margin: 0;
  padding: 0;
  border: none;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  touch-action: manipulation;
}

iframe,
img,
input,
select,
textarea {
  max-width: 100%;
  height: auto;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

ol, ul {
  list-style: none;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

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

table {
  border-collapse: collapse;
}

button,
input[type=submit] {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=submit],
button,
select,
textarea {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  border: none;
  outline: none;
  appearance: none;
  background: none;
}

:root {
  --s: 1px;
  --h: 1px;
  --f: 1px;
}
@media screen and (max-width: 1280px) {
  :root {
    --s: 0.078125vw;
    --h: 0.078125vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 0.12vw;
    --h: 0.1vw;
    --f: 0.23vw;
  }
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  text-align: justify;
  font-feature-settings: "palt";
}

body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #402d20;
  font-size: calc(var(--f) * 15);
  line-height: 2;
  letter-spacing: 0.075em;
}

h1, h2, h3, h4, h5, h6, b, strong, dt, th {
  font-weight: inherit;
}

br.sp {
  display: none;
}

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

.marunum {
  display: inline-block;
  font-size: 1em;
}

section.test img {
  display: block;
  width: 100%;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  transition-duration: 300ms;
}
.header__logo img {
  width: calc(var(--f) * 335);
}
body.scroll .header {
  background: #fff;
}
@media screen and (min-width: 960.02px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: calc(var(--s) * 90);
    padding: 0 calc(var(--f) * 30);
  }
}
@media screen and (max-width: 960px) {
  .header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    height: calc(var(--s) * 120);
    padding: 0 calc(var(--f) * 16);
  }
  .header__logo img {
    width: calc(var(--f) * 300);
  }
}

@media screen and (min-width: 960.02px) {
  .nav__btn, .nav__label {
    display: none;
  }
  .nav__items {
    display: flex;
    gap: calc(var(--s) * 30);
  }
  .nav__link {
    display: block;
    transition-duration: 300ms;
  }
  .nav__link:hover {
    color: #a46439;
  }
  .nav__item--contact .nav__link {
    padding: 0 calc(var(--f) * 30);
    color: #fff;
    background: #402d20;
    border: 1px solid #402d20;
    border-radius: 999px;
  }
  .nav__item--contact .nav__link:hover {
    color: #402d20;
    background: #fff;
  }
}
@media screen and (max-width: 960px) {
  .nav__btn {
    display: none;
  }
  .nav__label {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 54);
    height: 100%;
    background: #402d20;
  }
  .nav__label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: calc(var(--f) * 24);
    height: 1px;
    margin: auto;
    background: #fff;
    transition-duration: 300ms;
  }
  .nav__label span::before, .nav__label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    transition-duration: 300ms;
  }
  .nav__label span::before {
    top: calc(var(--f) * -10);
  }
  .nav__label span::after {
    top: calc(var(--f) * 10);
  }
  .nav__btn:checked + .nav__label span {
    background: transparent;
  }
  .nav__btn:checked + .nav__label span::before {
    top: 0;
    transform: rotate(-45deg);
  }
  .nav__btn:checked + .nav__label span::after {
    top: 0;
    transform: rotate(45deg);
  }
  .nav__container {
    position: absolute;
    left: 100vw;
    top: 100%;
    opacity: 0;
    pointer-events: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    width: 100%;
    height: calc(100vh - var(--s) * 120);
    background: rgba(64, 45, 32, 0.75);
    transition-duration: 450ms;
  }
  .nav__btn:checked + .nav__label + .nav__container {
    left: 0;
    opacity: 1;
    pointer-events: all;
  }
  .nav__link {
    position: relative;
    display: block;
    width: 85vw;
    padding: 0.75em 0;
    margin: 0 auto calc(var(--f) * 16);
    text-align: center;
    font-size: calc(var(--f) * 18);
    color: #402d20;
    background: #fff;
  }
  .nav__link::after {
    content: "";
    position: absolute;
    pointer-events: none;
    right: calc(var(--f) * 6);
    bottom: calc(var(--f) * 6);
    width: calc(var(--f) * 13);
    height: calc(var(--f) * 13);
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    background: #e7ba5b;
  }
}

.main {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 960.02px) {
  .main {
    padding-top: calc(var(--s) * 90);
  }
}
@media screen and (max-width: 960px) {
  .main {
    padding-top: calc(var(--s) * 120);
  }
}

.footer {
  padding: calc(var(--h) * 74) 0 calc(var(--h) * 94);
  color: #fff;
  background: #402d20;
}
.footer__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .footer__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .footer__container {
    width: 86vw;
  }
}
.footer__logo {
  margin: 0 0 calc(var(--h) * 50);
  text-align: center;
}
.footer__logo img {
  display: inline-block;
}
.footer__nav {
  margin: 0 0 calc(var(--h) * 90);
}
.footer__nav__link {
  transition-duration: 300ms;
  font-size: calc(var(--f) * 17);
}
.footer__nav__link:hover {
  opacity: 0.7;
}
.footer__address__item {
  margin: 0 0 calc(var(--f) * 26);
}
.footer__address__box .ico {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding: 0 0 0 calc(var(--f) * 28);
  color: #c6b6ab;
  font-size: calc(var(--f) * 17);
}
.footer__address__box .number {
  line-height: 1.5;
}
.footer__address__box--tel .ico {
  background: url(../img/_common/footer-tel.svg) left center/calc(var(--f) * 22) auto no-repeat;
}
.footer__address__box--tel .number {
  font-size: calc(var(--f) * 32);
  letter-spacing: 0.15em;
}
.footer__address__box--mail .ico {
  background: url(../img/_common/footer-mail.svg) left center/calc(var(--f) * 18) auto no-repeat;
}
.footer__address__box--mail .number {
  font-size: calc(var(--f) * 16);
  letter-spacing: 0.15em;
}
.footer__address__box--address .ico {
  background: url(../img/_common/footer-address.svg) left center/calc(var(--f) * 14) auto no-repeat;
}
.footer__address__box--address .number {
  font-size: calc(var(--f) * 17);
}
.footer__access__map {
  position: relative;
  border: calc(var(--f) * 2) solid #fff;
}
.footer__access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.footer__copyright {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-top: calc(var(--h) * 60);
  color: #c6b6ab;
  font-size: calc(var(--f) * 12);
}
@media screen and (min-width: 960.02px) {
  .footer__nav__items {
    display: flex;
    justify-content: center;
    gap: calc(var(--f) * 30);
  }
  .footer__access {
    display: flex;
    gap: calc(var(--s) * 60);
  }
  .footer__access__text {
    flex-shrink: 0;
    white-space: nowrap;
  }
  .footer__access__map {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .footer {
    padding: calc(var(--h) * 100) 0 calc(var(--h) * 94);
  }
  .footer__container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) and (min-width: 960.02px) {
  .footer__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  .footer__container {
    width: 86vw;
  }
}
@media screen and (max-width: 960px) {
  .footer__logo img {
    width: calc(var(--f) * 150);
  }
  .footer__nav {
    display: none;
  }
  .footer__access {
    display: flex;
    flex-wrap: wrap;
  }
  .footer__address__item {
    margin-bottom: calc(var(--f) * 16);
  }
  .footer__access__text {
    width: 100%;
  }
  .footer__address__box {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .footer__address__box .ico {
    display: inline-block;
    transform: scale(0.9);
    transform-origin: center bottom;
  }
  .footer__address__box .number {
    width: 100%;
    text-align: center;
  }
  .footer__address__box--tel .number {
    font-size: calc(var(--f) * 24);
  }
  .footer__address__box--mail .number {
    font-size: calc(var(--f) * 15);
  }
  .footer__address__box--address .number {
    font-size: calc(var(--f) * 15);
  }
  .footer__access__map {
    order: -1;
    width: 100%;
    aspect-ratio: 2/1;
    margin: calc(var(--h) * 40) 0 calc(var(--h) * 30);
  }
  .footer__copyright {
    text-align: center;
  }
}

.cta__container {
  position: relative;
  z-index: 10;
  width: 1600px;
  max-width: 100%;
  margin: 0 auto;
  box-shadow: -1600px 0 0 0 #402d20;
}
.cta__head {
  color: #fff;
  text-align: center;
  background: #402d20;
}
.cta__head .ja {
  margin-bottom: 0;
  font-size: calc(var(--f) * 24);
}
.cta__body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: calc(var(--s) * 52);
  padding: calc(var(--f) * 34);
}
.cta__line img {
  display: block;
  height: calc(var(--f) * 60);
}
.cta__contact {
  display: block;
  padding: 0 4.4em 0 5.4em;
  color: #fff;
  font-size: calc(var(--f) * 19);
  line-height: calc(var(--f) * 60);
  border: 1px solid #402d20;
  border-radius: 999px;
  background: #402d20 url(../img/_common/ico-contact-white.svg) left 1em center/auto 1.1em no-repeat;
  transition-duration: 300ms;
}
.cta__contact:hover {
  color: #402d20;
  background-color: #fff;
  background-image: url(../img/_common/ico-contact-black.svg);
}
.cta__tel img {
  display: block;
  height: calc(var(--f) * 60);
}
@media screen and (min-width: 960.02px) {
  .cta__container {
    display: flex;
  }
  .cta__head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    width: calc(var(--f) * 290);
    flex-shrink: 0;
    padding-top: calc(var(--f) * 5);
  }
  .cta__head .ja,
  .cta__head .en {
    width: 100%;
  }
  .cta__body {
    position: relative;
    width: 100%;
  }
  .cta__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 30);
    height: 100%;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    background: #402d20;
  }
}
@media screen and (max-width: 960px) {
  .cta__head {
    padding: calc(var(--f) * 20) 0 0;
  }
  .cta__body {
    position: relative;
    gap: calc(var(--f) * 32) calc(var(--f) * 17);
    padding: calc(var(--f) * 58) 0 calc(var(--f) * 40);
  }
  .cta__body::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.5px;
    display: block;
    width: 100%;
    height: calc(var(--f) * 30);
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    background: #402d20;
  }
}

.home-mv__container {
  position: relative;
  width: 1440px;
  max-width: 100%;
  height: calc(var(--f) * 707);
  margin: 0 auto;
}
.home-mv__container::after {
  content: "";
  position: absolute;
  right: calc(var(--f) * -220);
  bottom: 0;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 943);
  height: calc(var(--f) * 621);
  background: url(../img/home/mv-bg.png) center bottom/contain no-repeat;
}
.home-mv__text {
  position: absolute;
  right: calc(var(--f) * 250);
  top: calc(var(--f) * 206);
  z-index: 20;
  display: block;
  width: calc(var(--f) * 87);
}
.home-mv__text img {
  display: block;
  width: 100%;
}
.home-mv__photo {
  position: relative;
  overflow: hidden;
  position: absolute;
  left: calc(var(--f) * -180);
  top: 0;
  z-index: 10;
  display: block;
  width: calc(var(--f) * 1166);
  aspect-ratio: 1166/511;
  clip-path: polygon(16% 0, 100% 0, 84% 100%, 0 100%);
}
.home-mv__photo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (min-width: 960.02px) and (max-width: 1280px) {
  .home-mv__text {
    right: calc(var(--f) * 200);
  }
  .home-mv__photo {
    left: calc(var(--f) * -360);
  }
}
@media only screen and (min-width: 960.02px) and (max-width: 1100px) {
  .home-mv__text {
    right: calc(var(--f) * 120);
  }
  .home-mv__photo {
    left: calc(var(--f) * -360);
  }
}
@media screen and (max-width: 960px) {
  .home-mv__container {
    height: calc(var(--h) * 1050);
  }
  .home-mv__container::after {
    right: calc(var(--f) * -120);
    width: calc(var(--f) * 550);
  }
  .home-mv__text {
    right: calc(var(--f) * 58);
    top: calc(var(--h) * 350);
    width: calc(var(--f) * 66);
  }
  .home-mv__text img {
    display: block;
    width: 100%;
  }
  .home-mv__photo {
    left: calc(var(--f) * -380);
    width: calc(var(--f) * 720);
  }
}

.home-info {
  position: relative;
  z-index: 1;
  padding: calc(var(--f) * 20) 0 0;
}
.home-info::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 614);
  height: calc(var(--f) * 687);
  background: url(../img/home/philosophy-bg-1.png) center/contain no-repeat;
}
.home-info::before {
  top: calc(var(--f) * 252);
  margin-left: calc(var(--f) * -990);
}
.home-info__container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media screen and (min-width: 960.02px) {
  .home-info__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .home-info__container {
    width: 86vw;
  }
}
.home-info__head {
  position: absolute;
  left: calc(var(--s) * 54);
  top: calc(var(--h) * 46);
}
.home-info__list {
  padding: 0 0 0 calc(var(--s) * 180);
}
.home-info__list__item {
  border-bottom: 1px solid rgba(64, 45, 32, 0.3);
}
.home-info__list__box {
  display: block;
  width: 100%;
  padding: calc(var(--h) * 38) 0 calc(var(--h) * 10) calc(var(--h) * 12);
}
.home-info__list__box .date {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #a46439;
  font-size: calc(var(--f) * 14);
  white-space: nowrap;
}
.home-info__list__box[href] {
  transition-duration: 300ms;
}
.home-info__list__box[href]:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.02px) {
  .home-info__list__box {
    display: flex;
  }
  .home-info__list__box .date {
    width: calc(var(--f) * 130);
    flex-shrink: 0;
  }
  .home-info__list__box .title {
    width: 100%;
  }
}
@media screen and (max-width: 960px) {
  .home-info__head {
    left: 0;
    width: calc(var(--f) * 26);
  }
  .home-info__list {
    padding-left: calc(var(--f) * 56);
  }
}

.home-philosophy {
  position: relative;
  z-index: 1;
  padding: calc(var(--h) * 180) 0;
}
.home-philosophy::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 759);
  height: calc(var(--f) * 820);
  background: url(../img/home/philosophy-bg-2.png) center/contain no-repeat;
}
.home-philosophy::after {
  bottom: 0;
  margin-left: calc(var(--f) * 230);
}
.home-philosophy__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .home-philosophy__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .home-philosophy__container {
    width: 86vw;
  }
}
.home-philosophy__head .en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 16);
  color: #a46439;
  font-size: calc(var(--f) * 16);
  text-align: center;
}
.home-philosophy__head .ja {
  display: block;
  padding: 0 0 0 0.15em;
  font-size: calc(var(--f) * 23);
  letter-spacing: 0.15em;
  text-align: center;
}
.home-philosophy__text {
  margin: 0 0 calc(var(--h) * 90);
  font-size: calc(var(--f) * 17);
  line-height: 3;
  text-align: center;
  white-space: nowrap;
}
.home-philosophy__text::before {
  content: "";
  display: block;
  width: 1px;
  height: calc(var(--f) * 60);
  margin: calc(var(--f) * 20) auto calc(var(--f) * 12);
  background: rgba(64, 45, 32, 0.3);
}
.home-philosophy__list__item {
  background: #fff;
}
.home-philosophy__list__box {
  position: relative;
  display: block;
  aspect-ratio: 1/1;
  padding: calc(var(--s) * 56) 0 0;
  box-shadow: 0 calc(var(--f) * 5) calc(var(--f) * 60) 0 rgba(64, 45, 32, 0.1);
  transition-duration: 300ms;
}
.home-philosophy__list__box::before, .home-philosophy__list__box::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.home-philosophy__list__box::before {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-right: 1px solid rgba(64, 45, 32, 0.05);
  border-bottom: 1px solid rgba(64, 45, 32, 0.05);
}
.home-philosophy__list__box::after {
  right: calc(var(--f) * 6);
  bottom: calc(var(--f) * 6);
  width: calc(var(--f) * 13);
  height: calc(var(--f) * 13);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #e7ba5b;
}
.home-philosophy__list__box .ico {
  display: block;
  width: calc(var(--s) * 100);
  margin: 0 auto calc(var(--s) * 30);
}
.home-philosophy__list__box .ja {
  display: block;
  padding: 0 0 0 0.15em;
  font-size: calc(var(--f) * 23);
  letter-spacing: 0.15em;
  text-align: center;
}
.home-philosophy__list__box .en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin: 0 0 calc(var(--f) * 16);
  padding: 0 0 0 0.15em;
  color: #a46439;
  font-size: calc(var(--f) * 16);
  letter-spacing: 0.15em;
  text-align: center;
}
.home-philosophy__list__box:hover {
  background: rgba(231, 186, 91, 0.2);
}
.home-philosophy__list__item--contact {
  background: #402d20;
}
.home-philosophy__list__item--contact .home-philosophy__list__box {
  color: #fff;
}
.home-philosophy__list__item--contact .home-philosophy__list__box .en {
  color: #ddc082;
}
@media screen and (min-width: 960.02px) {
  .home-philosophy__list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .home-philosophy__list__item {
    width: calc((100% - var(--s) * 140) / 3);
  }
  .home-philosophy__list__item--contact {
    width: 100%;
    margin-top: calc(var(--s) * 70);
  }
  .home-philosophy__list__item--contact .home-philosophy__list__box {
    aspect-ratio: unset;
    padding: calc(var(--f) * 30) 0 calc(var(--f) * 18);
  }
}
@media screen and (max-width: 960px) {
  .home-philosophy__text {
    font-size: calc(var(--f) * 16);
  }
  .home-philosophy__list__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: calc(var(--s) * 30) 0;
    margin: 0 calc(var(--f) * -16);
  }
  .home-philosophy__list__item {
    display: flex;
    width: calc((100% - var(--s) * 30) / 2);
    aspect-ratio: 1/1;
  }
  .home-philosophy__list__box {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .home-philosophy__list__box .ico {
    width: 34%;
    margin: 0;
  }
  .home-philosophy__list__box .ja {
    width: 100%;
    font-size: calc(var(--f) * 20);
    line-height: 1.7;
  }
  .home-philosophy__list__box .en {
    width: 100%;
    margin: 0;
    font-size: calc(var(--f) * 14);
    line-height: 1.7;
  }
}

.page-title {
  position: relative;
  overflow: visible;
}
.page-title::before, .page-title::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  background: url(../img/subpage/pagetitle-bg-1.jpg) center/contain no-repeat;
}
.page-title::before {
  top: calc(var(--f) * 135);
  width: calc(var(--f) * 439);
  height: calc(var(--f) * 712);
  margin-left: calc(var(--f) * -960);
}
.page-title::after {
  top: calc(var(--f) * -90);
  width: calc(var(--f) * 473);
  height: calc(var(--f) * 376);
  margin-left: calc(var(--f) * 324);
  background-image: url(../img/subpage/pagetitle-bg-2.jpg);
}
.page-title__text {
  padding: calc(var(--h) * 54) 0 calc(var(--h) * 80);
}
.page-title__text .ja {
  display: block;
  padding: 0 0 0 0.15em;
  margin: 0 0 calc(var(--f) * 2);
  font-size: calc(var(--f) * 36);
  letter-spacing: 0.15em;
  text-align: center;
}
.page-title__text .en {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  padding: 0 0 0 0.15em;
  color: #a46439;
  font-size: calc(var(--f) * 20);
  letter-spacing: 0.15em;
  text-align: center;
}
.page-title__photo {
  text-align: center;
}
.page-title__photo img {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .page-title__text .ja {
    font-size: calc(var(--f) * 28);
  }
  .page-title__text .en {
    position: relative;
    margin-top: calc(var(--f) * -6);
    font-size: calc(var(--f) * 17);
  }
  .page-title__photo {
    position: relative;
    overflow: hidden;
    aspect-ratio: 10/4;
  }
  .page-title__photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.aboutus-message {
  position: relative;
  z-index: 1;
  padding: calc(var(--h) * 132) 0 0;
}
.aboutus-message::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 759);
  height: calc(var(--f) * 820);
  background: url(../img/home/philosophy-bg-2.png) center/contain no-repeat;
}
.aboutus-message::after {
  bottom: calc(var(--f) * -200);
  margin-left: calc(var(--f) * 270);
}
.aboutus-message__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .aboutus-message__container {
    width: 840px;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-message__container {
    width: 86vw;
  }
}
.aboutus-message__head {
  padding: 0 0 0 0.15em;
  margin: 0 0 calc(var(--f) * 52);
  font-size: calc(var(--f) * 30);
  letter-spacing: 0.15em;
  text-align: center;
}
.aboutus-message__body {
  line-height: 2.8;
}
.aboutus-message__body p {
  margin: 0 0 1em;
}
.aboutus-message__body p:last-child {
  margin-bottom: 0;
}
.aboutus-message__name {
  display: flex;
  justify-content: flex-end;
  margin: calc(var(--f) * 44) 0 0;
}
.aboutus-message__name dl {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  gap: 1em;
  padding: 0 0 0.1em;
  line-height: 1;
}
.aboutus-message__name dd {
  font-size: 1.7em;
}
@media screen and (max-width: 960px) {
  .aboutus-message__head {
    margin-bottom: calc(var(--f) * 20);
    font-size: calc(var(--f) * 26);
  }
  .aboutus-message__body {
    line-height: 2.4;
  }
}

.aboutus-info {
  position: relative;
  z-index: 1;
  position: relative;
  z-index: 1;
  padding: calc(var(--h) * 138) 0 0;
}
.aboutus-info::before {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 614);
  height: calc(var(--f) * 687);
  background: url(../img/home/philosophy-bg-1.png) center/contain no-repeat;
}
.aboutus-info::before {
  top: calc(var(--f) * 168);
  margin-left: calc(var(--f) * -1100);
}
.aboutus-info::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 759);
  height: calc(var(--f) * 820);
  background: url(../img/home/philosophy-bg-2.png) center/contain no-repeat;
}
.aboutus-info::after {
  bottom: 0;
  margin-left: calc(var(--f) * 320);
}
.aboutus-info__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .aboutus-info__container {
    width: 840px;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-info__container {
    width: 86vw;
  }
}
.aboutus-info__head {
  padding: 0 0 0 0.5em;
  font-size: calc(var(--f) * 22);
  letter-spacing: 0.15em;
  line-height: 1.35;
  border-left: calc(var(--f) * 2) solid #402d20;
  margin: 0 0 calc(var(--f) * 12);
}
.aboutus-info__body .table {
  width: 100%;
}
.aboutus-info__body .th {
  color: #a46439;
  white-space: nowrap;
}
.aboutus-info__body .td ul {
  display: flex;
  flex-wrap: wrap;
}
.aboutus-info__body .td ul li::after {
  content: "／";
  display: inline-block;
  margin: 0 0.25em;
}
.aboutus-info__body .td ul li:last-child::after {
  display: none;
}
.aboutus-info__body .td table th {
  padding-right: 1em;
}
@media screen and (min-width: 960.02px) {
  .aboutus-info__body .th, .aboutus-info__body .td {
    padding: 2.2em 0.5em 0.5em;
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
  }
  .aboutus-info__body .th {
    padding-right: 6em;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-info__body .th, .aboutus-info__body .td {
    display: block;
  }
  .aboutus-info__body .th {
    padding: 2em 0 0.25em;
  }
  .aboutus-info__body .td {
    padding: 0 0 0.75em;
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
    font-size: calc(var(--f) * 14);
  }
}
.aboutus-golf {
  position: relative;
  z-index: 10;
  width: 1440px;
  max-width: 100%;
  padding: calc(var(--h) * 158) 0 calc(var(--h) * 200);
  margin: 0 auto;
  background: url(../img/aboutus/golf-bg.jpg) center bottom no-repeat;
}
.aboutus-golf__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .aboutus-golf__container {
    width: 840px;
  }
}
@media screen and (max-width: 960px) {
  .aboutus-golf__container {
    width: 86vw;
  }
}
.aboutus-golf__head {
  margin: 0 0 calc(var(--f) * 28);
}
.aboutus-golf__head .text-1 {
  display: block;
  padding-left: 0.15em;
  margin-bottom: calc(var(--f) * 16);
  color: #a46439;
  font-size: calc(var(--f) * 24);
  letter-spacing: 0.15em;
  text-align: center;
}
.aboutus-golf__head .text-1 b {
  font-size: 1.15em;
}
.aboutus-golf__head .text-2 {
  display: block;
  padding-left: 0.15em;
  margin-bottom: calc(var(--f) * 12);
  font-size: calc(var(--f) * 20);
  letter-spacing: 0.15em;
  text-align: center;
}
.aboutus-golf__head .text-3 {
  display: block;
  padding-left: 0.15em;
  font-size: calc(var(--f) * 20);
  letter-spacing: 0.15em;
  text-align: center;
}
.aboutus-golf__head .text-3 ruby {
  font-size: 1.65em;
}
.aboutus-golf__head .text-3 ruby rt {
  position: relative;
  top: -0.2em;
  font-size: 0.4em;
  letter-spacing: 0;
}
.aboutus-golf__profile__photo {
  margin: 0 0 calc(var(--f) * 26);
  text-align: center;
}
.aboutus-golf__profile__photo img {
  display: inline-block;
  border-radius: 999px;
}
.aboutus-golf__profile__data {
  text-align: center;
}
.aboutus-golf__profile__data ul {
  display: inline-block;
}
.aboutus-golf__profile__data li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: left;
}
.aboutus-golf__profile__data li::before {
  content: "・";
}
@media only screen and (min-width: 960.02px) and (min-width: 1440.01px) {
  .aboutus-golf::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fff, transparent 25%, transparent 75%, #fff);
  }
}
@media screen and (max-width: 960px) {
  .aboutus-golf {
    background-size: 150vw auto;
  }
  .aboutus-golf__head .text-1 {
    font-size: calc(var(--f) * 20);
  }
  .aboutus-golf__head .text-2 {
    line-height: 1.75;
  }
  .aboutus-golf__head .text-3 {
    line-height: 1.75;
  }
  .aboutus-golf__profile__photo img {
    width: calc(var(--f) * 240);
  }
}

.aboutus-access {
  padding: calc(var(--h) * 120) 0 calc(var(--h) * 128);
}
.aboutus-access__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .aboutus-access__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .aboutus-access__container {
    width: 86vw;
  }
}
.aboutus-access__head {
  padding: 0 0 0 0.5em;
  font-size: calc(var(--f) * 22);
  letter-spacing: 0.15em;
  line-height: 1.35;
  border-left: calc(var(--f) * 2) solid #402d20;
  margin: 0 0 calc(var(--f) * 24);
}
.aboutus-access__map {
  position: relative;
  aspect-ratio: 460/290;
  margin: 0 0 calc(var(--f) * 18);
}
.aboutus-access__map iframe {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.aboutus-access__address h3 {
  margin: 0 0 calc(var(--f) * 10);
  font-size: calc(var(--f) * 19);
}
.aboutus-access__address ul li {
  padding: calc(var(--f) * 4) 0 calc(var(--f) * 4) calc(var(--f) * 30);
}
.aboutus-access__address ul li.address {
  background: url(../img/_common/footer-address.svg) left center/calc(var(--f) * 16) auto no-repeat;
}
.aboutus-access__address ul li.tel {
  background: url(../img/_common/footer-tel.svg) left center/calc(var(--f) * 20) auto no-repeat;
}
.aboutus-access__address ul li.mail {
  background: url(../img/_common/footer-mail.svg) left center/calc(var(--f) * 20) auto no-repeat;
}
.aboutus-access__timeline dt {
  padding: calc(var(--f) * 12) 0 calc(var(--f) * 5);
  color: #a46439;
  font-size: calc(var(--f) * 14);
}
.aboutus-access__timeline dd {
  padding: 0 0 calc(var(--f) * 12);
  border-bottom: 1px solid rgba(64, 45, 32, 0.3);
}
@media screen and (min-width: 960.02px) {
  .aboutus-access__container {
    display: flex;
    justify-content: space-between;
    gap: calc(var(--s) * 60);
  }
  .aboutus-access__access {
    width: calc(var(--f) * 460);
  }
  .aboutus-access__history {
    width: calc(var(--f) * 460);
  }
}
@media screen and (max-width: 960px) {
  .aboutus-access__access {
    margin-bottom: calc(var(--h) * 120);
  }
}

.service-detail {
  position: relative;
  padding: calc(var(--h) * 120) 0 calc(var(--h) * 60);
}
.service-detail__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .service-detail__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .service-detail__container {
    width: 86vw;
  }
}
.service-detail__head {
  position: absolute;
  top: calc(var(--f) * -40);
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 280);
  height: calc(var(--f) * 80);
  padding: 0 0 0 0.15em;
  margin: 0 auto;
  color: #fff;
  font-size: calc(var(--f) * 30);
  letter-spacing: 0.15em;
  text-align: center;
  background: rgba(64, 45, 32, 0.94);
}
.service-detail__box {
  margin: 0 0 calc(var(--h) * 120);
}
.service-detail__text .title {
  margin: calc(var(--f) * 16) 0 calc(var(--f) * 24);
  color: #a46439;
  font-size: calc(var(--f) * 26);
}
.service-detail__text .text {
  font-size: calc(var(--f) * 16);
  line-height: 2.5;
}
.service-detail__photo {
  position: relative;
}
.service-detail__photo .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  bottom: unset;
  top: 100%;
}
.service-detail__photo .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  opacity: 1 !important;
  border-radius: 0;
  width: calc(var(--f) * 25);
  height: calc(var(--f) * 50);
  margin: 0 !important;
  background: none;
  border: none;
}
.service-detail__photo .swiper-pagination .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: calc(var(--f) * 6);
  height: calc(var(--f) * 6);
  margin: auto;
  background: rgba(64, 45, 32, 0.3);
  border-radius: 50%;
}
.service-detail__photo .swiper-pagination .swiper-pagination-bullet-active::before {
  background: #402d20;
}
.service-detail__vehicles {
  padding: calc(var(--f) * 60) 0 calc(var(--f) * 34);
  border-bottom: 1px solid #402d20;
}
.service-detail__vehicles .title {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 30);
  font-size: calc(var(--f) * 21);
  white-space: nowrap;
}
.service-detail__vehicles .title::before, .service-detail__vehicles .title::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #402d20;
}
.service-detail__vehicles .items {
  display: flex;
  flex-wrap: wrap;
  width: 900px;
  max-width: 100%;
  padding: calc(var(--f) * 20) 0 0;
  margin: 0 auto;
}
.service-detail__vehicles .items li {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  width: 33.3%;
  font-size: calc(var(--f) * 14);
}
.service-detail__vehicles .items li::before {
  content: "・";
}
@media screen and (min-width: 960.02px) {
  .service-detail__box {
    display: flex;
    flex-wrap: wrap;
  }
  .service-detail__text {
    width: 50%;
  }
  .service-detail__photo {
    width: 50%;
  }
  .service-detail__vehicles {
    width: 100%;
    order: 110;
  }
  .service-detail__box:nth-child(2n+2) .service-detail__text {
    padding-left: calc(var(--s) * 70);
    order: 100;
  }
  .service-detail__box:nth-child(2n+1) .service-detail__text {
    padding-right: calc(var(--s) * 70);
  }
}
@media screen and (max-width: 960px) {
  .service-detail {
    padding: calc(var(--h) * 160) 0 calc(var(--h) * 60);
  }
  .service-detail__head {
    top: calc(var(--f) * -30);
    height: calc(var(--f) * 60);
    font-size: calc(var(--f) * 24);
  }
  .service-detail__text {
    margin: 0 0 calc(var(--h) * 32);
  }
  .service-detail__text .title {
    margin: 0 0 calc(var(--f) * 12);
    color: #a46439;
    font-size: calc(var(--f) * 24);
  }
  .service-detail__text .text {
    font-size: calc(var(--f) * 15);
    line-height: 1.75;
  }
  .service-detail__vehicles {
    padding: calc(var(--f) * 60) 0 calc(var(--f) * 34);
    border-bottom: 1px solid #402d20;
  }
  .service-detail__vehicles .title {
    display: flex;
    align-items: center;
    align-content: center;
    gap: calc(var(--f) * 30);
    font-size: calc(var(--f) * 21);
    white-space: nowrap;
  }
  .service-detail__vehicles .title::before, .service-detail__vehicles .title::after {
    content: "";
    width: 100%;
    height: 1px;
    background: #402d20;
  }
  .service-detail__vehicles .items {
    gap: 0 calc(var(--f) * 12);
  }
  .service-detail__vehicles .items li {
    width: unset;
  }
}

.recruit-message {
  position: relative;
  z-index: 1;
  padding: calc(var(--h) * 60) 0 0;
}
.recruit-message::after {
  content: "";
  position: absolute;
  left: 50%;
  z-index: -1;
  display: block;
  width: calc(var(--f) * 759);
  height: calc(var(--f) * 820);
  background: url(../img/home/philosophy-bg-2.png) center/contain no-repeat;
}
.recruit-message::after {
  bottom: calc(var(--f) * -460);
  margin-left: calc(var(--s) * 255);
}
.recruit-message__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .recruit-message__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .recruit-message__container {
    width: 86vw;
  }
}
.recruit-message__text {
  width: 100%;
}
.recruit-message__text .catch {
  margin: 0 0 calc(var(--h) * 90);
  font-size: calc(var(--f) * 30);
  letter-spacing: 0.15em;
}
.recruit-message__text .title {
  margin: 0 0 calc(var(--f) * 26);
  color: #a46439;
  font-size: calc(var(--f) * 24);
  letter-spacing: 0.15em;
}
.recruit-message__text .text {
  font-size: calc(var(--f) * 16);
  line-height: 2.5;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 960.02px) {
  .recruit-message__container {
    display: flex;
    align-items: center;
    align-content: center;
  }
  .recruit-message__text {
    width: 100%;
  }
  .recruit-message__photo {
    order: -1;
    position: relative;
    width: calc(var(--s) * 584);
    flex-shrink: 0;
    margin-right: calc(var(--s) * 44);
    margin-left: calc(var(--f) * -70);
  }
}
@media screen and (max-width: 960px) {
  .recruit-message {
    padding: calc(var(--h) * 300) 0 calc(var(--h) * 120);
  }
  .recruit-message__text {
    width: 100%;
  }
  .recruit-message__text .catch {
    margin: 0 0 calc(var(--h) * 70);
    font-size: calc(var(--f) * 24);
  }
  .recruit-message__text .title {
    margin: 0 0 calc(var(--f) * 16);
    color: #a46439;
    font-size: calc(var(--f) * 20);
  }
  .recruit-message__text .text {
    font-size: calc(var(--f) * 15);
  }
  .recruit-message__photo {
    position: absolute;
    right: -8%;
    top: calc(var(--h) * 30);
    z-index: -1;
    width: 70%;
  }
  .recruit-message__photo::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent 60%, #fff);
  }
}

.recruit-data {
  padding: calc(var(--h) * 120) 0 calc(var(--h) * 150);
  background: #f3f1ef;
}
.recruit-data__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .recruit-data__container {
    width: calc(var(--s) * 1040);
  }
}
@media screen and (max-width: 960px) {
  .recruit-data__container {
    width: 86vw;
  }
}
.recruit-data__head {
  display: flex;
  align-items: center;
  align-content: center;
  gap: calc(var(--f) * 30);
  margin: 0 0 calc(var(--h) * 24);
  font-size: calc(var(--f) * 21);
  white-space: nowrap;
}
.recruit-data__head::before, .recruit-data__head::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #402d20;
}
.recruit-data__table .table {
  width: 100%;
}
.recruit-data__table .th {
  color: #a46439;
  white-space: nowrap;
}
.recruit-data__table .td ul {
  display: flex;
  flex-wrap: wrap;
}
.recruit-data__table .td ul li::after {
  content: "／";
  display: inline-block;
  margin: 0 0.25em;
}
.recruit-data__table .td ul li:last-child::after {
  display: none;
}
.recruit-data__table .td table th {
  padding-right: 1em;
}
@media screen and (min-width: 960.02px) {
  .recruit-data__table .th, .recruit-data__table .td {
    padding: 2.2em 0.5em 0.5em;
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
  }
  .recruit-data__table .th {
    padding-right: 6em;
  }
}
@media screen and (max-width: 960px) {
  .recruit-data__table .th, .recruit-data__table .td {
    display: block;
  }
  .recruit-data__table .th {
    padding: 2em 0 0.25em;
  }
  .recruit-data__table .td {
    padding: 0 0 0.75em;
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
    font-size: calc(var(--f) * 14);
  }
}
.recruit-data__more {
  display: flex;
  justify-content: center;
  margin: calc(var(--h) * 80) 0 0;
}
.recruit-data__more .label {
  transition-duration: 300ms;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 400);
  max-width: 80%;
  min-height: calc(var(--f) * 76);
  padding: calc(var(--f) * 10) 0;
  color: #fff;
  font-size: calc(var(--f) * 20);
  background: #402d20;
}
.recruit-data__more .label:hover {
  opacity: 0.7;
}
.recruit-data__more .label::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: calc(var(--f) * 6);
  bottom: calc(var(--f) * 6);
  width: calc(var(--f) * 13);
  height: calc(var(--f) * 13);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #e7ba5b;
}
@media screen and (max-width: 960px) {
  .recruit-data__more .label {
    min-height: calc(var(--f) * 68);
    font-size: calc(var(--f) * 16);
  }
}
@media screen and (max-width: 960px) {
  .recruit-data__head {
    margin-bottom: 0;
  }
}

.contact-form {
  position: relative;
  padding: 0 0 calc(var(--h) * 160);
}
.contact-form .required {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  display: inline-block;
  padding: 0 0.5em;
  margin: 0 0.5em 0 0;
  color: #fff;
  font-size: calc(var(--f) * 13);
  line-height: 1.5;
  background: #402d20;
}
.contact-form__container {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 960.02px) {
  .contact-form__container {
    width: 840px;
  }
}
@media screen and (max-width: 960px) {
  .contact-form__container {
    width: 86vw;
  }
}
.contact-form__notice {
  margin: 0 0 calc(var(--h) * 30);
  text-align: center;
}
.contact-form__input table {
  width: 100%;
  border-top: 1px solid rgba(64, 45, 32, 0.3);
}
.contact-form__input input[type=text],
.contact-form__input input[type=email],
.contact-form__input input[type=tel],
.contact-form__input textarea,
.contact-form__input select {
  box-sizing: border-box;
  display: block;
  width: 100%;
  padding: 0.5em 1em;
  background: #f3f1ef;
  border-radius: calc(var(--f) * 5);
}
.contact-form__input textarea {
  height: calc(var(--f) * 160);
}
.contact-form__input select {
  background-image: url(../img/contact/select.svg);
  background-position: right calc(var(--f) * 16) center;
  background-repeat: no-repeat;
  background-size: calc(var(--f) * 12) auto;
}
.contact-form__input .address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-form__input .address__postal {
  display: flex;
  gap: calc(var(--f) * 10);
  align-items: center;
  align-content: center;
  width: calc((100% - var(--f) * 16) * 0.5);
}
.contact-form__input .address__region {
  width: calc((100% - var(--f) * 16) * 0.5);
}
.contact-form__input .address__locality {
  width: 100%;
  margin: calc(var(--f) * 16) 0 0;
}
.contact-form__input .radio ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--f) * 24);
}
.contact-form__input .radio ul input {
  display: none;
}
.contact-form__input .radio ul label {
  display: flex;
  align-items: center;
  gap: calc(var(--f) * 6);
  cursor: pointer;
}
.contact-form__input .radio ul label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(64, 45, 32, 0.3);
  border-radius: 50%;
  background: #fff;
}
.contact-form__input .radio ul input:checked + label::before {
  background: #fff url(../img/contact/radio.svg) center/cover no-repeat;
}
.contact-form__input .checkbox ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(var(--f) * 24);
}
.contact-form__input .checkbox ul input {
  display: none;
}
.contact-form__input .checkbox ul label {
  display: flex;
  align-items: center;
  gap: calc(var(--f) * 6);
  cursor: pointer;
}
.contact-form__input .checkbox ul label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(64, 45, 32, 0.3);
  background: #fff;
}
.contact-form__input .checkbox ul input:checked + label::before {
  background: #fff url(../img/contact/checkbox.svg) center/cover no-repeat;
}
.contact-form__submit {
  margin: calc(var(--h) * 60) 0 0;
  text-align: center;
}
.contact-form__submit .agree {
  display: flex;
  justify-content: center;
  margin: 0 0 calc(var(--h) * 30);
}
.contact-form__submit .agree input {
  display: none;
}
.contact-form__submit .agree label {
  display: flex;
  align-items: center;
  gap: calc(var(--f) * 6);
  justify-content: center;
  padding: calc(var(--f) * 10) calc(var(--f) * 32);
  background: #f3f1ef;
  border-radius: 999px;
  cursor: pointer;
}
.contact-form__submit .agree label::before {
  content: "";
  width: 1.4em;
  height: 1.4em;
  border: 1px solid rgba(64, 45, 32, 0.3);
  background: #fff;
}
.contact-form__submit .agree input:checked + label::before {
  background: #fff url(../img/contact/checkbox.svg) center/cover no-repeat;
}
.contact-form__submit .submit {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form__submit .submit .label {
  position: relative;
  width: calc(var(--f) * 400);
  max-width: 80%;
}
.contact-form__submit .submit .label::after {
  content: "";
  position: absolute;
  pointer-events: none;
  right: calc(var(--f) * 6);
  bottom: calc(var(--f) * 6);
  width: calc(var(--f) * 13);
  height: calc(var(--f) * 13);
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #e7ba5b;
}
.contact-form__submit .submit input {
  transition-duration: 300ms;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: calc(var(--f) * 76);
  padding: calc(var(--f) * 10) 0;
  color: #fff;
  font-size: calc(var(--f) * 20);
  background: #402d20;
}
.contact-form__submit .submit input:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960.02px) {
  .contact-form__input th, .contact-form__input td {
    padding: calc(var(--f) * 24) 0;
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
    vertical-align: top;
  }
  .contact-form__input th {
    padding-top: calc(var(--f) * 28);
    padding-right: 2em;
    white-space: nowrap;
  }
  .contact-form__input .radio th {
    padding-top: calc(var(--f) * 24);
  }
  .contact-form__input .checkbox th {
    padding-top: calc(var(--f) * 24);
  }
}
@media screen and (max-width: 960px) {
  .contact-form__input th, .contact-form__input td {
    display: block;
  }
  .contact-form__input th {
    padding-top: calc(var(--f) * 24);
    padding-bottom: calc(var(--f) * 12);
  }
  .contact-form__input td {
    padding-bottom: calc(var(--f) * 24);
    border-bottom: 1px solid rgba(64, 45, 32, 0.3);
  }
  .contact-form__submit {
    margin-top: calc(var(--h) * 80);
  }
  .contact-form__submit .agree {
    margin-bottom: calc(var(--h) * 60);
  }
  .contact-form__submit .submit input {
    min-height: calc(var(--f) * 68);
    font-size: calc(var(--f) * 16);
  }
}/*# sourceMappingURL=style.css.map */