@charset "UTF-8";


@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;
}

table {
  border-collapse: collapse;
}

button {
  border-radius: 0;
  text-transform: none;
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

:root {
  --s: 10px;
  --f: 10px;
}
@media screen and (max-width: 1600px) {
  :root {
    --s: 0.625vw;
    --f: 0.625vw;
  }
}
@media screen and (max-width: 960px) {
  :root {
    --s: 1.4vw;
    --f: 1.8vw;
  }
}

html {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5F2D2E;
  font-size: calc(var(--f) * 1.6);
  line-height: 1.75;
  letter-spacing: 0.16em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  padding: 0 0 calc(var(--s) * 9.6);
}

.layout-cta {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 1000;
  width: 100%;
  height: calc(var(--s) * 9.6);
  background: #F7EEE0;
}
@media screen and (min-width: 960.02px) {
  .layout-cta {
    display: flex;
    justify-content: center;
    padding: calc(var(--s) * 0.8) 0;
  }
  .layout-cta__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--s) * 76);
    margin-right: calc(var(--s) * 2);
    background: #5F2D2E;
    border-radius: 1000px;
  }
  .layout-cta__contact-mail {
    margin-right: calc(var(--f) * 2.6);
  }
  .layout-cta__contact-mail a {
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--s) * 14.8);
    height: calc(var(--s) * 5.4);
    line-height: calc(var(--s) * 5.4);
    text-decoration: none;
    background: #F7EEE0;
    border-radius: calc(var(--s) * 1);
  }
  .layout-cta__contact-mail a:hover {
    opacity: 0.7;
  }
  .layout-cta__contact-mail a::before {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    margin-right: calc(var(--f) * 1);
    background: url(../img/_common/cta-mail.svg) center/contain no-repeat;
  }
  .layout-cta__contact-tel {
    color: #F7EEE0;
  }
  .layout-cta__contact-tel a {
    font-family: semplicitapro, sans-serif;
    font-weight: 500;
    font-style: normal;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    margin-bottom: calc(var(--f) * 1);
    font-size: calc(var(--f) * 2.8);
    line-height: 1;
    letter-spacing: 0.2em;
    text-decoration: none;
  }
  .layout-cta__contact-tel a:hover {
    opacity: 0.7;
  }
  .layout-cta__contact-tel a::before {
    content: "";
    display: block;
    width: 0.9em;
    aspect-ratio: 1/1;
    margin-right: calc(var(--f) * 0.5);
    background: url(../img/_common/cta-tel.svg) center/contain no-repeat;
  }
  .layout-cta__contact-tel p {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--f) * 1.35);
    line-height: 1;
  }
  .layout-cta__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--s) * 36);
    background: #B3694A;
    border-radius: 1000px;
  }
  .layout-cta__sns li {
    margin-right: calc(var(--s) * 6.4);
  }
  .layout-cta__sns li:last-child {
    margin-right: 0;
  }
  .layout-cta__sns img {
    display: block;
    width: calc(var(--s) * 6);
  }
  .layout-cta__sns a {
    transition-duration: 300ms;
  }
  .layout-cta__sns a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 960px) {
  .layout-cta {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: stretch;
    height: calc(var(--s) * 12);
    padding: calc(var(--s) * 1) 5vw;
  }
  .layout-cta__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43.75vw;
    background: #5F2D2E;
    border-radius: 1000px;
  }
  .layout-cta__contact li {
    margin-right: calc(var(--s) * 3);
  }
  .layout-cta__contact li:last-child {
    margin-right: 0;
  }
  .layout-cta__contact a {
    position: relative;
    overflow: hidden;
    display: block;
    width: calc(var(--s) * 7.5);
    aspect-ratio: 1/1;
    text-indent: -9999px;
    background: #F7EEE0;
    border-radius: calc(var(--s) * 1.5);
  }
  .layout-cta__contact img {
    display: block;
    width: calc(var(--s) * 7.5);
  }
  .layout-cta__contact-mail a {
    background-image: url(../img/_common/cta-mail.svg);
    background-position: center;
    background-size: 60% auto;
    background-repeat: no-repeat;
  }
  .layout-cta__contact-tel a {
    background-image: url(../img/_common/cta-tel-brown.svg);
    background-position: center;
    background-size: 50% auto;
    background-repeat: no-repeat;
  }
  .layout-cta__contact-tel p {
    display: none;
  }
  .layout-cta__sns {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 43.75vw;
    background: #B3694A;
    border-radius: 1000px;
  }
  .layout-cta__sns li {
    margin-right: calc(var(--s) * 3);
  }
  .layout-cta__sns li:last-child {
    margin-right: 0;
  }
  .layout-cta__sns img {
    display: block;
    width: calc(var(--s) * 7.5);
  }
}

.layout-footer {
  position: relative;
  z-index: 100;
  overflow: hidden;
  width: 100%;
  height: calc(var(--s) * 10);
  margin-top: calc(var(--s) * -10);
}
.layout-footer__nav ul {
  display: flex;
  justify-content: center;
}
.layout-footer__nav li {
  margin: 0 1em;
}
.layout-footer__nav a {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  text-decoration: none;
}
.layout-footer__copyright {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 960.02px) {
  .layout-footer__nav {
    margin-bottom: 2em;
  }
  .layout-footer__nav ul {
    display: flex;
    justify-content: center;
  }
  .layout-footer__nav li {
    margin: 0 1em;
  }
  .layout-footer__nav a {
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #fff;
  }
}
@media screen and (max-width: 960px) {
  .layout-footer__nav {
    display: none;
  }
}

.layout-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  background: url(../img/_common/bg-1.jpg) center top/100% auto no-repeat;
}
@media screen and (min-width: 960.02px) {
  .layout-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: calc(var(--s) * 11);
  }
  .layout-header__logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 23);
    aspect-ratio: 23/18;
    background: url(../img/_common/header-logo-bg.jpg) center/cover no-repeat;
  }
  .layout-header__nav-btn, .layout-header__nav-label {
    display: none;
  }
  .layout-header__nav-list {
    display: flex;
  }
  .layout-header__nav-item {
    position: relative;
    display: flex;
  }
  .layout-header__nav-link {
    font-family: semplicitapro, sans-serif;
    font-weight: 500;
    font-style: normal;
    padding: 0 1.1em;
    color: #fff;
    font-size: calc(var(--f) * 1.8);
    line-height: calc(var(--f) * 3.8);
    text-decoration: none;
    transition-duration: 300ms;
  }
  .layout-header__nav-sub {
    position: absolute;
    left: 0;
    top: 100%;
    overflow: hidden;
    min-width: 100%;
    max-height: 0;
    transition-duration: 300ms;
  }
  .layout-header__nav-sub a {
    font-family: semplicitapro, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    padding: 0 1.4em;
    color: #fff;
    font-size: calc(var(--f) * 1.3);
    line-height: 3;
    text-decoration: none;
    background: #B3694A;
    transition-duration: 300ms;
  }
  .layout-header__nav-sub a:hover {
    background: #5F2D2E;
  }
  .layout-header__nav-item:hover .layout-header__nav-link {
    color: #fff;
    background: #B3694A;
  }
  .layout-header__nav-item:hover .layout-header__nav-sub {
    max-height: calc(var(--s) * 16);
  }
  .layout-header__nav-contact {
    margin-left: calc(var(--f) * 2);
  }
  .layout-header__nav-contact a {
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal;
    transition-duration: 300ms;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(var(--f) * 14.8);
    height: calc(var(--f) * 3.8);
    font-size: calc(var(--f) * 1.4);
    line-height: calc(var(--s) * 5.4);
    text-decoration: none;
    background: #fff;
    border-radius: 1000px;
  }
  .layout-header__nav-contact a:hover {
    opacity: 0.7;
  }
  .layout-header__nav-contact a::before {
    content: "";
    display: block;
    width: 1em;
    aspect-ratio: 1/1;
    margin-right: calc(var(--f) * 1);
    background: url(../img/_common/cta-mail.svg) center/contain no-repeat;
  }
  .layout-header__tel {
    padding: calc(var(--s) * 0) calc(var(--s) * 2) 0 calc(var(--s) * 0.5);
    color: #fff;
  }
  .layout-header__tel-num {
    font-family: semplicitapro, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: calc(var(--f) * 0.7);
    font-size: calc(var(--f) * 2.8);
    line-height: 1;
    letter-spacing: 0.2em;
    text-decoration: none;
  }
  .layout-header__tel-num::before {
    content: "";
    display: block;
    width: 0.9em;
    aspect-ratio: 1/1;
    margin-right: calc(var(--f) * 0.5);
    background: url(../img/_common/cta-tel.svg) center/contain no-repeat;
  }
  .layout-header__tel p {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: calc(var(--f) * 1.35);
    line-height: 1.48;
    letter-spacing: 0.16em;
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .layout-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: calc(var(--s) * 12);
    padding-right: 2.5vw;
  }
  .layout-header__logo {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: calc(var(--f) * 17);
    aspect-ratio: 23/18;
    background: url(../img/_common/header-logo-bg.jpg) center/cover no-repeat;
  }
  .layout-header__nav-btn {
    display: none;
  }
  .layout-header__nav-label {
    position: relative;
    z-index: 100;
    display: block;
    width: calc(var(--s) * 9);
    aspect-ratio: 1/1;
    background: #fff;
    border-radius: calc(var(--s) * 1.5);
  }
  .layout-header__nav-label span {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 40%;
    height: 3px;
    margin: auto;
    border-radius: 1000px;
    background: #5F2D2E;
    transition-duration: 300ms;
  }
  .layout-header__nav-label span::before, .layout-header__nav-label span::after {
    content: "";
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1000px;
    background: #5F2D2E;
    transition-duration: 300ms;
  }
  .layout-header__nav-label span::before {
    bottom: calc(var(--s) * 1.4);
  }
  .layout-header__nav-label span::after {
    top: calc(var(--s) * 1.4);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span {
    background: rgba(95, 45, 46, 0);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::before {
    bottom: 0;
    transform: rotate(-135deg);
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label span::after {
    top: 0;
    transform: rotate(135deg);
  }
  .layout-header__nav-wrap {
    position: absolute;
    left: 100%;
    top: 0;
    overflow: hidden;
    z-index: 50;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100vh - var(--s) * 12);
    background: rgba(95, 45, 46, 0.85);
    transition-duration: 400ms;
  }
  .layout-header__nav-btn:checked + .layout-header__nav-label + .layout-header__nav-wrap {
    opacity: 1;
    left: 0;
  }
  .layout-header__nav-item {
    padding: 0.5em 0;
  }
  .layout-header__nav-link {
    font-family: semplicitapro, sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    width: 80vw;
    font-size: calc(var(--f) * 2.4);
    line-height: 3;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border-radius: 1000px;
  }
  .layout-header__nav-sub {
    display: none;
  }
  .layout-header__tel {
    display: flex;
    align-items: center;
    order: -1;
    display: none;
    margin: 0 2.5vw;
  }
  .layout-header__tel-num {
    position: relative;
    overflow: hidden;
    display: block;
    width: calc(var(--s) * 9);
    aspect-ratio: 1/1;
    text-indent: -9999px;
    background: #F7EEE0 url(../img/_common/cta-tel-brown.svg) center/50% auto no-repeat;
    border-radius: calc(var(--s) * 1.5);
  }
  .layout-header__tel p {
    display: none;
  }
}

.layout-main {
  padding: calc(var(--s) * 11) 0 0;
}

.home-about {
  position: relative;
  overflow: hidden;
  background: url(../img/_common/bg-1.jpg) center top/100% repeat-y;
}
.home-about::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: calc(var(--s) * 77);
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}
.home-about__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 160);
  max-width: 100%;
  margin: 0 auto;
  z-index: 10;
}
.home-about__head {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding: calc(var(--s) * 10.5) 0 0;
  color: #fff;
}
@media screen and (max-width: 960px) {
  .home-about__head {
    font-size: calc(var(--f) * 6);
  }
}
.home-about__item {
  position: relative;
}
.home-about__item--1 {
  padding: calc(var(--f) * 4.4) 0 0;
  background: url(../img/about/01-illust.svg) right calc(var(--s) * 15.8) top calc(var(--s) * 0.5)/calc(var(--s) * 47) auto no-repeat;
}
.home-about__item--3 {
  padding-bottom: calc(var(--s) * 15);
}
@media screen and (min-width: 960.02px) {
  .home-about__item--1 {
    margin-bottom: calc(var(--s) * -1.2);
  }
  .home-about__item--2 {
    margin-bottom: calc(var(--s) * 4.6);
  }
}
@media screen and (max-width: 960px) {
  .home-about__item {
    padding-bottom: 12vw;
  }
  .home-about__item--1 {
    padding-top: 12vw;
    background-position: right 5vw top;
    background-size: calc(var(--f) * 36) auto;
  }
  .home-about__item--3 {
    padding-bottom: 24vw;
  }
}
.home-about__photo {
  position: relative;
  aspect-ratio: 1/1;
}
.home-about__photo-main {
  display: block;
  width: 100%;
  border: 3px solid #B3694A;
  border-radius: 50%;
}
.home-about__photo-count {
  position: absolute;
  top: 0;
  height: calc(var(--s) * 12);
}
.home-about__item--1 .home-about__photo {
  background: url(../img/about/01-photo-bg.svg) right 6.8% top 7.3%/12.4% auto no-repeat;
}
.home-about__item--2 .home-about__photo {
  background: url(../img/about/02-photo-bg.svg) left 41% bottom 2%/81.5% auto no-repeat;
}
.home-about__item--3 .home-about__photo {
  background: url(../img/about/03-photo-bg.svg) right 5.8% bottom 2%/8.3% auto no-repeat;
}
@media screen and (min-width: 960.02px) {
  .home-about__item--1 .home-about__photo {
    left: calc(var(--s) * -5);
    width: calc(var(--s) * 85.5);
  }
  .home-about__item--1 .home-about__photo-count {
    left: calc(var(--s) * 12.5);
  }
  .home-about__item--2 .home-about__photo {
    left: calc(var(--s) * 75);
    width: calc(var(--s) * 90.6);
  }
  .home-about__item--2 .home-about__photo-count {
    right: calc(var(--s) * 9);
  }
  .home-about__item--3 .home-about__photo {
    left: calc(var(--s) * -5);
    width: calc(var(--s) * 85.5);
  }
  .home-about__item--3 .home-about__photo-count {
    left: calc(var(--s) * 11.2);
  }
}
@media screen and (max-width: 960px) {
  .home-about__photo {
    width: 90vw;
  }
  .home-about__photo-count {
    height: calc(var(--s) * 10);
  }
  .home-about__item--1 .home-about__photo {
    left: -5vw;
  }
  .home-about__item--1 .home-about__photo-count {
    left: 10vw;
  }
  .home-about__item--2 .home-about__photo {
    left: 20vw;
  }
  .home-about__item--2 .home-about__photo-count {
    left: 24vw;
  }
  .home-about__item--3 .home-about__photo {
    left: -5vw;
  }
  .home-about__item--3 .home-about__photo-count {
    left: 10vw;
  }
}
.home-about__text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: calc(var(--s) * 9.4) 0 calc(var(--s) * 4);
  border-radius: calc(var(--f) * 0.8);
  background: url(../img/_common/bg-2.jpg) center/cover no-repeat;
  box-shadow: calc(var(--s) * 1.5) calc(var(--s) * 0.3) calc(var(--s) * 3.5) 0 rgba(0, 0, 0, 0.8);
}
.home-about__text h3 {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: calc(var(--f) * 3);
  font-size: calc(var(--f) * 3.8);
  line-height: calc(var(--f) * 5.8);
  letter-spacing: 0.16em;
}
.home-about__text p {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: calc(var(--f) * 3);
  font-size: calc(var(--f) * 1.65);
  line-height: calc(var(--f) * 3.8);
  letter-spacing: 0.1em;
  text-align: center;
}
.home-about__text::after {
  content: "";
  display: block;
  width: 100%;
  height: calc(var(--f) * 15);
  background: url(../img/about/01-text.svg) center top/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .home-about__item--1 .home-about__text {
    position: absolute;
    top: calc(var(--s) * 13.5);
    right: calc(var(--s) * 11);
    width: calc(var(--s) * 70.7);
  }
}
@media screen and (max-width: 960px) {
  .home-about__item--1 .home-about__text {
    position: relative;
    padding: calc(var(--s) * 6) 0;
    margin: -16vw 0 0 7.5vw;
    border-radius: calc(var(--s) * 1) 0 0 calc(var(--s) * 1);
  }
  .home-about__item--1 .home-about__text h3 {
    font-size: calc(var(--f) * 3.4);
  }
  .home-about__item--1 .home-about__text p {
    letter-spacing: 0;
  }
  .home-about__item--1 .home-about__text::after {
    height: calc(var(--f) * 12);
  }
}
.home-about__text-circle {
  position: relative;
}
.home-about__text-circle::before, .home-about__text-circle::after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.home-about__text-circle h3, .home-about__text-circle p {
  text-align: justify;
}
.home-about__text-circle h3 span, .home-about__text-circle p span {
  display: block;
  width: 100%;
  color: #fff;
  white-space: nowrap;
  text-align: justify;
}
.home-about__text-circle h3 {
  margin-bottom: calc(var(--f) * 7);
}
.home-about__text-circle h3 span {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 0.66em;
  font-size: calc(var(--f) * 3.8);
  line-height: 1;
  letter-spacing: 0.16em;
}
.home-about__text-circle p span {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 2em;
  font-size: calc(var(--f) * 1.8);
  line-height: 2.3;
  letter-spacing: 0.3em;
}
.home-about__text-circle p span b {
  display: inline-block;
  background: url(../img/_common/text-underline-yellow.svg) left bottom/auto calc(var(--f) * 0.3) repeat-x;
}
.home-about__item--2 .home-about__text-circle {
  width: calc(var(--f) * 40);
}
.home-about__item--2 .home-about__text-circle::before {
  left: calc(var(--f) * -19);
  top: calc(var(--f) * -9);
  width: calc(var(--f) * 61.4);
  aspect-ratio: 614/224;
  background: url(../img/about/02-illust.svg) center top/contain no-repeat;
}
.home-about__item--2 .home-about__text-circle::after {
  left: calc(var(--f) * -20);
  bottom: calc(var(--f) * -3);
  width: calc(var(--f) * 23);
  aspect-ratio: 230/165;
  background: url(../img/about/02-text.svg) center bottom/contain no-repeat;
}
.home-about__item--3 .home-about__text-circle {
  width: calc(var(--f) * 41.6);
}
.home-about__item--3 .home-about__text-circle::before {
  left: calc(var(--f) * 25);
  top: calc(var(--f) * -13.5);
  width: calc(var(--f) * 17.6);
  aspect-ratio: 176/175;
  background: url(../img/about/03-illust.svg) center top/contain no-repeat;
}
.home-about__item--3 .home-about__text-circle::after {
  right: calc(var(--f) * -16.6);
  bottom: calc(var(--f) * -9.5);
  width: calc(var(--f) * 16.5);
  aspect-ratio: 165/102;
  background: url(../img/about/03-text.svg) center bottom/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .home-about__item--2 .home-about__text-circle {
    position: absolute;
    left: calc(var(--s) * 31.8);
    top: calc(var(--s) * 13.5);
  }
  .home-about__item--2 .home-about__text-circle h3 span:nth-child(1) {
    padding-left: calc(var(--f) * 10.5);
  }
  .home-about__item--2 .home-about__text-circle h3 span:nth-child(2) {
    padding-left: calc(var(--f) * 5.8);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(1) {
    padding-left: calc(var(--f) * 1.4);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(2) {
    padding-left: calc(var(--f) * 0);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(3) {
    padding-left: calc(var(--f) * 0);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(4) {
    padding-left: calc(var(--f) * 1.8);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(5) {
    padding-left: calc(var(--f) * 4.2);
  }
  .home-about__item--2 .home-about__text-circle p span:nth-child(6) {
    padding-left: calc(var(--f) * 8.4);
  }
  .home-about__item--3 .home-about__text-circle {
    position: absolute;
    left: calc(var(--s) * 83.2);
    top: calc(var(--s) * 11.2);
  }
  .home-about__item--3 .home-about__text-circle h3 span:nth-child(1) {
    padding-left: calc(var(--f) * 0);
  }
  .home-about__item--3 .home-about__text-circle h3 span:nth-child(2) {
    padding-left: calc(var(--f) * 3.8);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(1) {
    padding-left: calc(var(--f) * 9.6);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(2) {
    padding-left: calc(var(--f) * 11.4);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(3) {
    padding-left: calc(var(--f) * 11.4);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(4) {
    padding-left: calc(var(--f) * 10);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(5) {
    padding-left: calc(var(--f) * 7.2);
  }
  .home-about__item--3 .home-about__text-circle p span:nth-child(6) {
    padding-left: calc(var(--f) * 3);
  }
}
@media screen and (max-width: 960px) {
  .home-about__text-circle h3 {
    margin-bottom: calc(var(--f) * 4);
  }
  .home-about__text-circle p span {
    margin-bottom: 0.5em;
  }
  .home-about__item--2 .home-about__text-circle {
    margin-top: 5vw;
    margin-left: 10vw;
  }
  .home-about__item--2 .home-about__text-circle::before {
    left: 54vw;
    top: -6vw;
    width: calc(var(--f) * 50);
  }
  .home-about__item--2 .home-about__text-circle::after {
    left: 60vw;
    bottom: calc(var(--f) * -8);
  }
  .home-about__item--3 .home-about__text-circle {
    margin-top: 10vw;
    margin-left: 30vw;
  }
  .home-about__item--3 .home-about__text-circle::before {
    left: -28vw;
    width: calc(var(--f) * 15);
  }
  .home-about__item--3 .home-about__text-circle::after {
    left: -24vw;
    bottom: calc(var(--f) * -11);
    width: calc(var(--f) * 18);
  }
}

.home-contact {
  position: relative;
  overflow: hidden;
  background: url(../img/_common/bg-5.jpg) center bottom/cover no-repeat;
}
.home-contact__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
}
.home-contact__head b {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding: calc(var(--s) * 9.5) 0 0;
}
@media screen and (max-width: 960px) {
  .home-contact__head b {
    font-size: calc(var(--f) * 6);
  }
}
.home-contact__head small {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 1em 0 calc(var(--s) * 6) 0.16em;
  font-size: calc(var(--f) * 2.3);
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}
.home-contact__form-table table {
  width: 100%;
  border-top: 1px dotted #ccc;
}
.home-contact__form-table th {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  white-space: nowrap;
}
.home-contact__form-table th b {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: inline-block;
  width: calc(var(--f) * 4.7);
  margin-left: calc(var(--f) * 3);
  color: #fff;
  font-size: calc(var(--f) * 1.4);
  line-height: 1.5;
  text-align: center;
  border-radius: 3px;
  background: #8FC25D;
}
.home-contact__form-table th b.required {
  background: #B20018;
}
.home-contact__form-table input[type=text],
.home-contact__form-table input[type=email],
.home-contact__form-table input[type=tel],
.home-contact__form-table textarea {
  display: block;
  width: calc(var(--s) * 70);
  padding: 0.7em 0.5em;
  background: #EFE8CD;
  border: none;
}
.home-contact__form-table textarea {
  height: calc(var(--f) * 21);
}
.home-contact__form-submit {
  padding: calc(var(--s) * 5) 0 calc(var(--s) * 15);
}
.home-contact__form-submit input[type=submit] {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  position: relative;
  display: block;
  width: calc(var(--f) * 34);
  height: calc(var(--f) * 6);
  margin: 0 auto;
  color: #fff;
  line-height: calc(var(--f) * 6);
  text-align: center;
  background: #8FC25D url(../img/contact/submit.svg) right calc(var(--f) * 1.5) center/calc(var(--f) * 0.85) auto no-repeat;
  border: none;
}
@media screen and (min-width: 960.02px) {
  .home-contact__form-table th, .home-contact__form-table td {
    padding: calc(var(--f) * 4.6) 0;
    border-bottom: 1px dotted #ccc;
  }
  .home-contact__form-table th {
    padding-right: calc(var(--f) * 6);
    text-align: right;
  }
}
@media screen and (max-width: 960px) {
  .home-contact__form-table th, .home-contact__form-table td {
    display: block;
  }
  .home-contact__form-table th {
    padding: 1.5em 0 0.5em;
    font-size: calc(var(--f) * 2);
    text-align: left;
  }
  .home-contact__form-table th b {
    width: calc(var(--f) * 6);
    font-size: calc(var(--f) * 1.6);
  }
  .home-contact__form-table td {
    padding-bottom: 2em;
    border-bottom: 1px dotted #ccc;
  }
  .home-contact__form-table input[type=text],
.home-contact__form-table input[type=email],
.home-contact__form-table input[type=tel],
.home-contact__form-table textarea {
    width: 100%;
    font-size: calc(var(--f) * 2);
  }
  .home-contact__form-submit {
    padding: calc(var(--s) * 5) 0 calc(var(--s) * 15);
  }
  .home-contact__form-submit input[type=submit] {
    font-family: "zen-kaku-gothic-antique", sans-serif;
    font-weight: 700;
    font-style: normal;
    position: relative;
    display: block;
    width: calc(var(--f) * 34);
    height: calc(var(--f) * 6);
    margin: 0 auto;
    color: #fff;
    line-height: calc(var(--f) * 6);
    text-align: center;
    background: #8FC25D url(../img/contact/submit.svg) right calc(var(--f) * 1.5) center/calc(var(--f) * 0.85) auto no-repeat;
    border: none;
    width: 80%;
    height: calc(var(--f) * 8);
    font-size: calc(var(--f) * 2.2);
    line-height: calc(var(--f) * 8);
  }
}

.home-course {
  position: relative;
  overflow: hidden;
  padding: calc(var(--s) * 8) 0 calc(var(--s) * 8.8);
  background: url(../img/_common/bg-4.jpg) center bottom/cover no-repeat;
}
.home-course__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
}
.home-course__head h2 {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 25.2);
  height: calc(var(--f) * 5.8);
  margin: 0 0 0.6em calc(var(--f) * 1);
  font-size: calc(var(--f) * 2.1);
  line-height: 1;
  letter-spacing: 0.2em;
  background: rgba(95, 45, 46, 0.11);
  color: #5F2D2E;
  background: #fff;
}
.home-course__head h2::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * -0.4);
  top: calc(var(--f) * -0.4);
  display: block;
  width: calc(var(--f) * 3);
  aspect-ratio: 1/1;
  border-top: 1px solid #5F2D2E;
  border-left: 1px solid #5F2D2E;
}
.home-course__head h2::after {
  content: "";
  position: absolute;
  left: calc(var(--f) * -0.4);
  top: calc(var(--f) * -0.4);
  display: block;
  width: calc(var(--f) * 4);
  aspect-ratio: 1/1;
  border-top: 1px solid #5F2D2E;
  transform: rotate(-45deg);
}
.home-course__head h2::before {
  border-top-color: #fff;
  border-left-color: #fff;
}
.home-course__head h2::after {
  border-top-color: #fff;
}
.home-course__head p {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: calc(var(--s) * 6);
  color: #fff;
  font-size: calc(var(--f) * 2.7);
  line-height: 2;
}
.home-course__head p b {
  display: inline-block;
  background: url(../img/_common/text-underline-green.svg) left bottom/auto calc(var(--f) * 0.3) repeat-x;
}
.home-course__item {
  position: relative;
  padding-bottom: calc(var(--s) * 6.2);
}
.home-course__item .img {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/2;
  border-radius: calc(var(--s) * 1) calc(var(--s) * 1) 0 0;
}
.home-course__item .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-course__item .text {
  padding: calc(var(--s) * 3) calc(var(--s) * 4);
  background: #fff;
  border-radius: 0 0 calc(var(--s) * 1) calc(var(--s) * 1);
}
.home-course__item .text h3 {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 1.25em;
  font-size: calc(var(--f) * 2.4);
}
.home-course__item .text .menu {
  margin-bottom: 2em;
}
.home-course__item .text .menu li::before {
  content: "・";
}
.home-course__item .text .price {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B20018;
  font-size: calc(var(--f) * 2.4);
  line-height: 1.46;
}
.home-course__item .text .price small {
  font-size: 0.67em;
}
.home-course__item:last-child::before {
  content: "";
  position: absolute;
  right: calc(var(--s) * 7.7);
  top: 100%;
  display: block;
  width: calc(var(--s) * 38.7);
  aspect-ratio: 387/185;
  margin-top: calc(var(--s) * -4);
  background: url(../img/course/illust.svg) center top/contain no-repeat;
}
@media screen and (min-width: 960.02px) {
  .home-course__list {
    margin-top: calc(var(--s) * -17);
  }
  .home-course__item {
    width: 50%;
  }
  .home-course__item:first-child {
    padding-top: calc(var(--s) * 17);
  }
  .home-course__item:nth-child(2n+1) {
    padding-right: calc(var(--s) * 2.8);
  }
  .home-course__item:nth-child(2n+2) {
    padding-left: calc(var(--s) * 2.8);
  }
}
@media screen and (max-width: 960px) {
  .home-course {
    padding-bottom: calc(var(--s) * 24);
  }
  .home-course__item:nth-child(2n+1) {
    padding-left: 10vw;
  }
  .home-course__item:nth-child(2n+2) {
    padding-right: 10vw;
  }
  .home-course__item:last-child::before {
    right: 0;
    margin-top: calc(var(--s) * -2);
  }
}

.home-floor {
  position: relative;
  overflow: hidden;
  padding: calc(var(--s) * 12.3) 0 0;
  background: #5F2D2E;
}
.home-floor__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
}
.home-floor__head {
  color: #fff;
}
.home-floor__head h2 {
  margin-bottom: calc(var(--s) * 7);
  background: url(../img/floor/head.svg) center/calc(var(--f) * 43.4) no-repeat;
}
.home-floor__head h2 b {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-floor__head h2 b {
    font-size: calc(var(--f) * 6);
  }
}
.home-floor__head h2 small {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 1em 0 calc(var(--s) * 6) 0.16em;
  font-size: calc(var(--f) * 2.3);
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
  font-size: calc(var(--f) * 1.8);
}
.home-floor__head p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(var(--f) * 1.8);
  line-height: 1.67;
}
@media screen and (min-width: 960.02px) {
  .home-floor__head {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(var(--s) * 54.2);
  }
}
@media screen and (max-width: 960px) {
  .home-floor {
    padding-top: calc(var(--s) * 9);
  }
  .home-floor__head p {
    margin-bottom: 2em;
    font-size: calc(var(--f) * 2.1);
  }
}
.home-floor__layout {
  margin-bottom: calc(var(--s) * 10);
}
.home-floor__layout img {
  display: block;
  margin-bottom: calc(var(--s) * 7);
}
.home-floor__layout p {
  font-family: "dnp-shuei-mincho-pr6n", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 1.67em;
  color: #fff;
  font-size: calc(var(--f) * 1.8);
  line-height: 1.67;
}
@media screen and (min-width: 960.02px) {
  .home-floor__layout {
    width: calc(var(--s) * 53.4);
  }
}
@media screen and (max-width: 960px) {
  .home-floor__layout img {
    width: 70vw;
    margin-right: auto;
    margin-left: auto;
  }
  .home-floor__layout p {
    margin-bottom: 2em;
    font-size: calc(var(--f) * 2.1);
  }
}
.home-floor__list {
  padding-bottom: calc(var(--s) * 5);
  background: url(../img/floor/illust.svg) right calc(var(--s) * 10.3) bottom calc(var(--s) * 17.3)/calc(var(--s) * 32.5) auto no-repeat;
}
.home-floor__item {
  position: relative;
  overflow: hidden;
  margin-bottom: calc(var(--s) * 10);
  border-radius: calc(var(--s) * 1);
  background: #fff;
}
.home-floor__item .img img {
  display: block;
  width: 100%;
}
.home-floor__item .text {
  padding: calc(var(--s) * 4.5) calc(var(--s) * 6) calc(var(--s) * 4);
}
.home-floor__item .text h3 {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: flex;
  align-items: center;
  margin-bottom: 0.75em;
  font-size: calc(var(--f) * 2.3);
}
.home-floor__item .text h3::before {
  content: "";
  width: 1em;
  height: 1px;
  margin-right: 1.22em;
  background: #5F2D2E;
}
.home-floor__item .text p {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.75;
}
@media screen and (min-width: 960.02px) {
  .home-floor__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .home-floor__item {
    width: calc((100% - var(--s) * 5.6) / 2);
  }
  .home-floor__item:nth-child(2n+1) {
    margin-right: calc(var(--s) * 5.6);
  }
  .home-floor__item:nth-child(2n+2) {
    margin-top: calc(var(--s) * -45.5);
  }
  .home-floor__item .text {
    height: calc(var(--s) * 26);
    padding-right: calc(var(--s) * 5);
    padding-bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  .home-floor__list {
    padding-bottom: 36vw;
    background-position: right bottom 10vw;
  }
  .home-floor__item:nth-child(2n+1) {
    margin-left: 10vw;
  }
  .home-floor__item:nth-child(2n+2) {
    margin-right: 10vw;
  }
}

.home-info {
  position: relative;
  overflow: hidden;
  background: url(../img/_common/bg-6.jpg) center bottom/cover no-repeat;
}
.home-info__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
  padding-top: calc(var(--s) * 11);
  padding-bottom: calc(var(--s) * 21);
}
@media screen and (max-width: 960px) {
  .home-info__container {
    padding-top: calc(var(--s) * 6);
    padding-bottom: calc(var(--s) * 10);
  }
}
.home-info__head {
  min-height: calc(var(--f) * 15.8);
  margin-bottom: calc(var(--s) * 6);
  color: #fff;
  background: url(../img/info/head.svg) center top/auto calc(var(--f) * 15.8) no-repeat;
}
.home-info__head b {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding-top: calc(var(--f) * 2);
}
@media screen and (max-width: 960px) {
  .home-info__head b {
    font-size: calc(var(--f) * 6);
  }
}
.home-info__head small {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 1em 0 calc(var(--s) * 6) 0.16em;
  font-size: calc(var(--f) * 2.3);
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .home-info__head {
    min-height: calc(var(--f) * 14);
    background-size: auto calc(var(--f) * 14);
  }
}
.home-info__box {
  padding: calc(var(--s) * 6.2);
  border-radius: calc(var(--s) * 1);
  background: #fff;
  box-shadow: 0 0 calc(var(--s) * 2) 0 rgba(0, 0, 0, 0.16);
}
.home-info__box-map {
  margin-bottom: calc(var(--s) * 4.6);
}
.home-info__box-map iframe {
  display: block;
  width: 100%;
  height: calc(var(--s) * 27);
}
.home-info__box-table {
  text-align: left;
}
.home-info__box-table table {
  width: 100%;
}
.home-info__box-table th {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #B3694A;
  white-space: nowrap;
}
.home-info__box-table td {
  color: #383838;
}
.home-info__box-table dt {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
}
@media screen and (min-width: 960.02px) {
  .home-info__box-table th, .home-info__box-table td {
    padding: calc(var(--f) * 1.5) 0;
    border-bottom: 1px dotted #ccc;
  }
  .home-info__box-table th {
    padding-right: calc(var(--f) * 6);
    white-space: nowrap;
  }
}
@media screen and (max-width: 960px) {
  .home-info__box-map iframe {
    height: 50vw;
  }
  .home-info__box-table th, .home-info__box-table td {
    display: block;
  }
  .home-info__box-table th {
    padding: 1.2em 0 0.5em;
  }
  .home-info__box-table td {
    padding-bottom: 1.2em;
    border-bottom: 1px dotted #ccc;
  }
}

.home-menu {
  position: relative;
  overflow: hidden;
}
.home-menu__head {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: calc(100% - 0.16em);
  padding: calc(var(--s) * 11.6) 0 0;
}
@media screen and (max-width: 960px) {
  .home-menu__head {
    font-size: calc(var(--f) * 6);
  }
}
@media screen and (max-width: 960px) {
  .home-menu__head {
    padding-top: calc(var(--s) * 6);
  }
}
.home-menu__item {
  padding: calc(var(--s) * 14) 0 calc(var(--s) * 15);
  background: url(../img/_common/bg-2.jpg) center bottom/cover no-repeat;
}
.home-menu__item--1 {
  padding-top: calc(var(--s) * 24);
}
.home-menu__item--2 {
  background: url(../img/_common/bg-3.jpg) center bottom/cover no-repeat;
}
.home-menu__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .home-menu__item {
    padding: calc(var(--s) * 7) 0 calc(var(--s) * 5);
  }
  .home-menu__item--1 {
    padding-top: calc(var(--s) * 18);
  }
}
.home-menu__text h3 {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(var(--f) * 25.2);
  height: calc(var(--f) * 5.8);
  margin: 0 0 0.6em calc(var(--f) * 1);
  font-size: calc(var(--f) * 2.1);
  line-height: 1;
  letter-spacing: 0.2em;
  background: rgba(95, 45, 46, 0.11);
}
.home-menu__text h3::before {
  content: "";
  position: absolute;
  left: calc(var(--f) * -0.4);
  top: calc(var(--f) * -0.4);
  display: block;
  width: calc(var(--f) * 3);
  aspect-ratio: 1/1;
  border-top: 1px solid #5F2D2E;
  border-left: 1px solid #5F2D2E;
}
.home-menu__text h3::after {
  content: "";
  position: absolute;
  left: calc(var(--f) * -0.4);
  top: calc(var(--f) * -0.4);
  display: block;
  width: calc(var(--f) * 4);
  aspect-ratio: 1/1;
  border-top: 1px solid #5F2D2E;
  transform: rotate(-45deg);
}
.home-menu__text p {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: calc(var(--s) * 8);
  font-size: calc(var(--f) * 2.7);
  line-height: 2;
}
.home-menu__text p b {
  display: inline-block;
  background: url(../img/_common/text-underline-green.svg) left bottom/auto calc(var(--f) * 0.3) repeat-x;
}
.home-menu__photo img {
  display: block;
  border-radius: calc(var(--s) * 1);
  box-shadow: 0 0 calc(var(--s) * 2) 0 rgba(0, 0, 0, 0.2);
}

.home_menu__link {
	background: #F7EEE0;
	padding: 30px;
	width: 80%;
	max-width: 1140px;
	height: auto;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-radius: calc(var(--s) * 1);
  	box-shadow: 0 0 calc(var(--s) * 2) 0 rgba(0, 0, 0, 0.2);

}
.home_menu__link::after{
  content:"";
  display: block;
  width:32%;
}


.home_menu__link .home-menu__link-item {
	display: block;
	width: 32%;
	margin-bottom: 20px;
}


.home_menu__link2 {
	background: #F7EEE0;
	padding: 30px;
	width: 1140px;
	height: auto;
	margin: 0 auto;
	border-radius: calc(var(--s) * 1);
  	box-shadow: 0 0 calc(var(--s) * 2) 0 rgba(0, 0, 0, 0.2);

}
.home_menu__link2 .home-menu__link-item2 {
		display: block;
	    width: 100%;
}

.home_menu__link img,
.home_menu__link2 img{
  display: block;
  border-radius: calc(var(--s) * 1);
  box-shadow: 0 0 calc(var(--s) * 2) 0 rgba(0, 0, 0, 0.2);
}


@media screen and (min-width: 960.02px) {
  .home-menu__photo-1 {
    width: calc(var(--s) * 54.2);
  }
  .home-menu__photo-2 {
    width: calc(var(--s) * 77.2);
  }
  .home-menu__photo-3 {
    width: 100%;
  }
  .home-menu__item:nth-child(2n+1) .home-menu__photo-1 {
    margin-bottom: calc(var(--s) * 5.6);
  }
  .home-menu__item:nth-child(2n+1) .home-menu__photo-2 {
    position: absolute;
    left: calc(var(--s) * 59.8);
    top: calc(var(--s) * -1);
  }
}
@media screen and (min-width: 960.02px) and (max-width: 1600px) {
  .home-menu__item:nth-child(2n+1) .home-menu__photo-2 {
    border-radius: calc(var(--s) * 1) 0 0 calc(var(--s) * 1);
  }
}
@media screen and (min-width: 960.02px) {
  .home-menu__item:nth-child(2n+2) .home-menu__photo-1 {
    position: absolute;
    right: 0;
    top: calc(var(--s) * -1);
  }
  .home-menu__item:nth-child(2n+2) .home-menu__photo-2 {
    position: relative;
    left: calc(var(--s) * -23);
    margin-bottom: calc(var(--s) * 5.6);
  }
}
@media screen and (min-width: 960.02px) and (max-width: 1600px) {
  .home-menu__item:nth-child(2n+2) .home-menu__photo-2 {
    border-radius: 0 calc(var(--s) * 1) calc(var(--s) * 1) 0;
  }
}
@media screen and (max-width: 960px) {
  .home-menu__photo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  .home-menu__photo img {
    margin-bottom: 5vw;
  }
  .home-menu__photo-1 {
    width: calc((100% - 5vw) * 0.415);
  }
  .home-menu__photo-2 {
    width: calc((100% - 5vw) * 0.585);
  }
  .home-menu__photo-3 {
    width: 100%;
  }
}


@media screen and (max-width: 750px) {
	
.home_menu__link,
.home_menu__link2 {
	width: 90%;
	flex-wrap: wrap;
	}
.home_menu__link .home-menu__link-item,
.home_menu__link2 .home-menu__link-item2{
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
	
}


.home-qa {
  position: relative;
  overflow: hidden;
  background: url(../img/_common/bg-1.jpg) center top/100% repeat-y;
}
.home-qa::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.home-qa__container {
  position: relative;
  overflow: visible;
  width: calc(var(--s) * 114);
  max-width: 90vw;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  padding-bottom: calc(var(--s) * 19);
}
.home-qa__head {
  color: #fff;
}
.home-qa__head b {
  font-family: semplicitapro, sans-serif;
  font-weight: 500;
  font-style: normal;
  display: block;
  margin-left: 0.2em;
  font-size: calc(var(--f) * 7);
  line-height: 1;
  letter-spacing: 0.2em;
  text-align: center;
  padding: calc(var(--s) * 12.5) 0 0;
}
@media screen and (max-width: 960px) {
  .home-qa__head b {
    font-size: calc(var(--f) * 6);
  }
}
.home-qa__head small {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  display: block;
  margin: 1em 0 calc(var(--s) * 6) 0.16em;
  font-size: calc(var(--f) * 2.3);
  line-height: 1;
  letter-spacing: 0.16em;
  text-align: center;
}
.home-qa__q, .home-qa__a {
  display: flex;
  align-items: flex-start;
  padding: 0 calc(var(--f) * 3);
}
.home-qa__q::before, .home-qa__a::before {
  content: "Q";
  position: relative;
  top: calc(var(--f) * -0.5);
  flex-shrink: 0;
  width: calc(var(--f) * 4);
  aspect-ratio: 1/1;
  margin-right: calc(var(--f) * 3);
  font-size: calc(var(--f) * 2);
  line-height: calc(var(--f) * 4);
  letter-spacing: 0;
  text-align: center;
  border-radius: 50%;
}
.home-qa__q {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  transition-duration: 300ms;
  cursor: pointer;
  padding-top: calc(var(--f) * 3.5);
  padding-bottom: calc(var(--f) * 2.5);
  margin-top: calc(var(--f) * 1);
  background: #fff;
}
.home-qa__q:hover {
  opacity: 0.7;
}
.home-qa__q::before {
  color: #fff;
  background: #B3694A;
}
.home-qa__a {
  overflow: hidden;
  height: 0;
  color: #fff;
  background: #B3694A;
  transition-duration: 200ms;
}
.home-qa__a::before {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  content: "A";
  color: #B3694A;
  background: #fff;
}
.home-qa__a.open {
  height: auto;
  padding-top: calc(var(--f) * 3.5);
  padding-bottom: calc(var(--s) * 6);
}

.home-top {
  position: relative;
}
.home-top__text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.home-top__text h1, .home-top__text p {
  width: 100%;
  color: #fff;
  line-height: 0.75;
  text-align: center;
}
.home-top__text h1 {
  font-family: semplicitapro, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--f) * 8.9);
  letter-spacing: 0.05em;
  padding: calc(var(--f) * 2) 0 calc(var(--f) * 3.5) 0.05em;
  text-shadow: 0 calc(var(--f) * 0.3) calc(var(--f) * 0.5) rgba(95, 45, 46, 0.6);
}
.home-top__text p {
  font-family: "zen-kaku-gothic-antique", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: calc(var(--f) * 4);
  letter-spacing: 0.5em;
  white-space: nowrap;
  padding-left: 0.5em;
  text-shadow: 0 calc(var(--f) * 0.3) calc(var(--f) * 0.5) rgba(95, 45, 46, 0.82);
}
.home-top__photo img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 960px) {
  .home-top__text h1 {
    padding-bottom: calc(var(--f) * 5);
    font-size: calc(var(--f) * 9.6);
  }
  .home-top__text h1 small {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.53em;
    text-align: center;
  }
  .home-top__text p {
    font-size: calc(var(--f) * 3.2);
    letter-spacing: 0.25em;
  }
  .home-top__photo {
    height: 80vw;
  }
  .home-top__photo img {
    height: 100%;
    object-fit: cover;
  }
}


    .policy__headline h2 {
      text-align: center;
      font-size: 3.0rem;
      padding: 0 0 20px 0;
  }
        

        
.policy__box {
    padding: 60px 0 0 0;}
   
        
      .policy__box li{
          
          
          list-style-type: decimal;
          margin:0 0 0 30px;
      }
      
      
 @media screen and (max-width: 867px){
            
           .policy__box {
    padding: 30px 0 0 0;} 
            
        }
        
        
.policy__box h3 {
      padding: 0 0 15px 0;
    font-weight:bold;

  }