@charset "UTF-8";
/**  Mixins */ /*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap");
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #6096c4;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

:root {
  --white: #ffffff;
  --black: #000000;
  --smoke: #f4f5ef;
  --gray: #e5e5e5;
  --primary: #0B94CF;
  --second: #d75e5b;
  --text-body: #5c6872;
  --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 1rem;
  font-family: "Zen Maru Gothic", sans-serif;
  overflow-wrap: break-word;
  font-weight: 400;
  color: var(--text-body);
  overflow-x: hidden;
  line-height: 1.5;
  position: relative;
  width: 100%;
  background: #F8F4EF;
  letter-spacing: 0.03em;
}

a {
  transition: all 0.3s;
  color: var(--text-body);
  outline: none !important;
}
a:hover {
  opacity: 0.7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
}

h1 {
  font-size: 2.25rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h1 {
    font-size: 2.875rem;
  }
}

h2 {
  font-size: 2.5rem;
  line-height: 1.15;
}
@media (min-width: 48em) {
  h2 {
    font-size: 3.5rem;
  }
}

h3 {
  font-size: 2.125rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h3 {
    font-size: 2.5rem;
  }
}

h4 {
  font-size: 1.75rem;
  line-height: 1.16;
}
@media (min-width: 48em) {
  h4 {
    font-size: 2.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.2;
}
@media (min-width: 48em) {
  h5 {
    font-size: 1.5rem;
  }
}

h6 {
  font-size: 1.125rem;
  line-height: 1.3;
}
@media (min-width: 48em) {
  h6 {
    font-size: 1.25rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.container-fluid, .container-sm, .container {
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.menu ul, .site-footer__socials, .site-footer nav ul, .nav-popup nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.gallery-slider__item figure, .staff__item picture, .slider-images__list figure {
  position: relative;
  z-index: 1;
}
.gallery-slider__item figure::before, .staff__item picture::before, .slider-images__list figure::before {
  content: "";
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #E1DAC8;
}

.menu ul {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .menu ul {
    font-size: 18px;
  }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 15px 24px;
  outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
  transition: all 0.3s;
  color: var(--white);
  padding: 16px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: var(--primary);
  text-transform: uppercase;
  border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
  color: var(--primary);
  background: var(--white);
}

.btn-outline {
  transition: all 0.3s;
  color: var(--primary);
  padding: 15px 25px;
  min-width: 230px;
  text-align: center;
  font-weight: 700;
  display: inline-block;
  outline: none !important;
  border-radius: var(--radius);
  background: none;
  text-transform: uppercase;
  border: 1px solid var(--primary);
}
.btn-outline:hover {
  opacity: 0.9;
  color: var(--white);
}
.btn-outline svg {
  margin-right: 15px;
  max-height: 20px;
}
.btn-outline.btn-white {
  border-color: var(--white);
  color: var(--white);
}

.container-sm {
  max-width: 955px;
}

.container-fluid {
  max-width: 1920px;
}
@media (min-width: 48em) {
  .container-fluid {
    padding: 0 64px;
  }
}

.section {
  padding-block: 30px;
}
@media only screen and (min-width: 768px) {
  .section {
    padding-block: 40px;
  }
}
.section__bottom {
  margin-top: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media only screen and (min-width: 768px) {
  .section__bottom {
    font-size: 18px;
    margin-top: 36px;
  }
}
.section__bottom h3 {
  font-family: "ta-oonishi", sans-serif;
  color: var(--primary);
  font-style: italic;
  margin: 20px 0;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .section__bottom h3 {
    margin: 24px 0;
    font-size: 32px;
  }
}
@media only screen and (min-width: 992px) {
  .section__bottom h3 {
    font-size: 47px;
  }
}

.section-heading {
  text-align: center;
  line-height: 1.5;
  color: var(--primary);
  font-family: "domlovesmary-text", serif;
  font-size: 24px;
  margin: 0 0 30px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  .section-heading {
    font-size: 34px;
    margin: 0 0 46px;
  }
}

.section-box {
  background: url("../images/bg-white-sp.png") no-repeat 0 0/100% 100%;
  position: relative;
  padding: 10px 20px 20px 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .section-box {
    padding: 30px;
    font-size: 18px;
    background-image: url("../images/bg-white.png");
  }
}
.section-box::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -12px;
  left: -12px;
  pointer-events: none;
  z-index: 1;
  border-image: url("../images/border-line.png") 30 fill/30px;
}
.section-box h2 {
  font-size: 22px;
  line-height: 1.318;
  font-weight: 500;
  color: var(--primary);
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .section-box h2 {
    font-size: 29px;
    margin: 0 0 20px;
  }
}
.section-box h3 {
  color: var(--white);
  background: var(--primary);
  font-weight: 500;
  font-size: 18px;
  line-height: 1.3;
  max-width: 530px;
  border-radius: 100px;
  display: inline-block;
  width: 100%;
  padding: 6px 20px;
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .section-box h3 {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 9px 20px;
  }
}
.section-box h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  line-height: 1.75;
}
@media only screen and (min-width: 768px) {
  .section-box h6 {
    font-size: 18px;
  }
}
.section-box p {
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) {
  .section-box p {
    margin-bottom: 26px;
  }
}
.section-box .hotline {
  margin-top: 10px;
}
.section-box--1::after {
  content: "";
  background: url("../images/flower-1.png") no-repeat 0 0/100%;
  width: 53px;
  height: 105px;
  position: absolute;
  z-index: -1;
  left: 2px;
  bottom: 115px;
}
@media only screen and (min-width: 768px) {
  .section-box--1::after {
    bottom: 26px;
    left: 18px;
  }
}
.section-box--2::after {
  content: "";
  background: url("../images/flower-3.png") no-repeat 0 0/100%;
  width: 55px;
  height: 95px;
  position: absolute;
  z-index: -1;
  right: 32px;
  top: 18px;
}

.hotline {
  color: var(--white);
  background: var(--primary);
  font-weight: 900;
  font-size: 18px;
  line-height: 1.3;
  max-width: 530px;
  border-radius: 100px;
  display: inline-block;
  width: 100%;
  padding: 6px 20px;
  margin: 0 0 6px;
}
@media only screen and (min-width: 768px) {
  .hotline {
    font-size: 26px;
    margin: 0 0 12px;
    padding: 9px 20px;
  }
}

.section-note {
  text-align: center;
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .section-note {
    margin-top: 24px;
  }
}
.section-note p {
  font-size: 14px;
  line-height: 1.75;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  .section-note p {
    font-size: 16px;
  }
}
.section-note p:last-of-type {
  margin: 0;
}
.section-note p span {
  color: var(--primary);
}

.hamburger {
  white-space: nowrap;
  font-family: "adobe-garamond-pro", serif;
  color: var(--primary);
  display: inline-flex;
  flex-direction: column;
  gap: 3px;
  font-size: 13px;
  align-items: center;
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .hamburger {
    font-size: 20px;
    padding: 25px;
    gap: 5px;
  }
}
.hamburger > span {
  position: relative;
  width: 38px;
  height: 8px;
  line-height: 1;
  cursor: pointer;
  display: block;
  right: 0;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .hamburger > span {
    width: 62px;
    height: 14px;
  }
}
.hamburger > span span {
  width: 100%;
  height: 1px;
  backface-visibility: hidden;
  position: absolute;
  display: block;
  margin: auto;
  transition: 0.3s all ease;
  transform: rotate(0deg);
  border-radius: 5px;
  top: calc(50% - 1px);
  left: calc(50% - 19px);
}
@media only screen and (min-width: 768px) {
  .hamburger > span span {
    left: calc(50% - 31px);
  }
}
.hamburger > span span::before, .hamburger > span span::after {
  content: "";
  transform-origin: center center;
  width: 100%;
  height: 1px;
  background: var(--primary);
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 4px;
  transition: 0.3s all ease;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .hamburger > span span::before, .hamburger > span span::after {
    top: 7px;
  }
}
.hamburger > span span::after {
  top: -4px;
}
@media only screen and (min-width: 768px) {
  .hamburger > span span::after {
    top: -7px;
  }
}
.hamburger strong {
  font-weight: 600;
}
.hamburger.active > span span {
  transform: rotate(360deg);
}
.hamburger.active > span span::before, .hamburger.active > span span::after {
  transform: rotate(-170deg);
  top: 0;
}
.hamburger.active > span span::after {
  transform: rotate(-12deg);
}

@media screen and (min-width: 1024px) {
  .pcbr {
    display: block;
  }
  .spbr {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pcbr {
    display: none;
  }
  .spbr {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .hide-pc {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .hide-sp {
    display: none;
  }
}

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

.text-right {
  text-align: right;
}

.slick-slider .slick-list .slick-slide {
  outline: none !important;
}
.slick-slider .slick-arrow {
  z-index: 10;
  width: 40px;
  height: 40px;
  background: var(--primary);
  min-width: auto;
  border-radius: 100%;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow {
    width: 60px;
    height: 60px;
  }
}
.slick-slider .slick-arrow::before {
  display: none;
}
.slick-slider .slick-arrow.slick-prev {
  background: url("../images/double-arrows-left.svg") no-repeat calc(100% - 10px) 50%/10px var(--primary);
  left: -20px;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow.slick-prev {
    background-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-prev {
    left: -85px;
  }
}
.slick-slider .slick-arrow.slick-next {
  background: url("../images/double-arrows-right.svg") no-repeat 10px 50%/10px var(--primary);
  right: -20px;
}
@media only screen and (min-width: 768px) {
  .slick-slider .slick-arrow.slick-next {
    background-size: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .slick-slider .slick-arrow.slick-next {
    right: -85px;
  }
}

body::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.3s;
}
body.show-nav::before {
  z-index: 99;
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
}
body.show-nav .nav-popup {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
body.admin-bar .site-header {
  top: 46px;
}
@media only screen and (min-width: 783px) {
  body.admin-bar .site-header {
    top: 32px;
  }
}

#wpadminbar {
  top: 0;
  position: fixed;
}

.site-header {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}

.nav-popup {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 320px;
  background: var(--white);
  z-index: 100;
  padding: 100px 30px 30px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateX(100%);
}
.nav-popup__logo {
  text-align: center;
  margin-bottom: 20px;
}
.nav-popup nav ul {
  font-size: 20px;
}
.nav-popup nav ul li {
  margin-bottom: 10px;
}
.nav-popup nav ul li a {
  color: var(--text-body);
}
.nav-popup nav ul li:hover > a, .nav-popup nav ul li.active > a {
  color: var(--primary);
}

.site-footer {
  padding-block: 30px 16px;
  text-align: center;
  background: url("../images/footer-bg-1.png") no-repeat -10% 110%/50%, url("../images/footer-bg-2.png") no-repeat 110% 110%/50% var(--white);
}
@media only screen and (min-width: 768px) {
  .site-footer {
    padding-block: 40px 20px;
    background-position: -35px calc(100% + 20px), calc(100% + 35px) calc(100% + 20px);
    background-size: 320px, 320px;
  }
}
@media only screen and (min-width: 992px) {
  .site-footer {
    background-position: -45px calc(100% + 44px), calc(100% + 45px) calc(100% + 44px);
    background-size: 344px, 344px;
  }
}
.site-footer__logo {
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .site-footer__logo {
    margin-bottom: 56px;
  }
}
.site-footer nav {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) {
  .site-footer nav {
    margin-bottom: 70px;
  }
}
.site-footer nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  font-weight: 500;
}
.site-footer nav ul li::after {
  content: "/";
  margin-inline: 15px;
}
@media only screen and (min-width: 768px) {
  .site-footer nav ul li::after {
    margin-inline: 25px;
  }
}
.site-footer nav ul li:last-of-type::after {
  display: none;
}
.site-footer__socials {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .site-footer__socials {
    gap: 40px;
    margin-bottom: 36px;
  }
}
.site-footer__socials a {
  width: 72px;
  height: 72px;
  border: 1px solid var(--text-body);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .site-footer__socials a {
    border-width: 1.33px;
    width: 80px;
    height: 80px;
  }
}
.site-footer__socials a img {
  width: 32px;
}
@media only screen and (min-width: 768px) {
  .site-footer__socials a img {
    width: 38px;
  }
}
.site-footer__bottom {
  font-weight: 500;
  font-size: 14px;
}
.site-footer__bottom p {
  margin: 0;
}

/** Pages */
.banner {
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .banner {
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .banner {
    padding-bottom: 50px;
  }
}
.banner picture {
  display: block;
}
.banner picture img {
  display: block;
  width: 100%;
}

.about {
  padding-block: 15px 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .about {
    padding-block: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .about {
    padding-block: 50px 30px;
  }
}
.about .container-sm {
  z-index: 1;
}
.about .container-sm::before {
  content: "";
  background: url("../images/flower-2.png") no-repeat 0 0/100%;
  position: absolute;
  z-index: -1;
  left: -20px;
  bottom: -80px;
  width: 130px;
  height: 188px;
}
@media only screen and (min-width: 1200px) {
  .about .container-sm::before {
    left: -40px;
    bottom: -102px;
    width: 159px;
    height: 226px;
  }
}
.about__socials {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .about__socials {
    gap: 50px;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .about__socials {
    gap: 115px;
  }
}
.about__socials a {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 100%;
  flex-direction: column;
  text-align: center;
  font-weight: 500;
  line-height: 1.22;
  font-size: 14px;
  justify-content: space-between;
  gap: 10px;
  padding: 20px 10px 15px;
}
@media only screen and (min-width: 768px) {
  .about__socials a {
    font-size: 18px;
    width: 180px;
    height: 180px;
    gap: 20px;
    padding: 30px 20px 20px;
  }
}
@media only screen and (min-width: 992px) {
  .about__socials a {
    width: 226px;
    height: 226px;
    gap: 20px;
    padding: 40px 20px 25px;
  }
}
.about__socials a img {
  height: 34px;
}
@media only screen and (min-width: 768px) {
  .about__socials a img {
    height: 46px;
  }
}
@media only screen and (min-width: 992px) {
  .about__socials a img {
    height: 65px;
  }
}

.slider-images {
  position: relative;
  z-index: 3;
}
.slider-images .container {
  max-width: 1040px;
}
.slider-images__list .slick-list {
  margin-inline: -15px;
  padding-block: 10px;
}
@media only screen and (min-width: 1200px) {
  .slider-images__list .slick-list {
    margin-inline: -25px;
  }
}
.slider-images__list figure img {
  width: 100%;
}
.slider-images__item {
  padding-inline: 15px;
}
@media only screen and (min-width: 1200px) {
  .slider-images__item {
    padding-inline: 25px;
  }
}

.menu__inner {
  max-width: 690px;
  margin: 0 auto 10px;
}
@media only screen and (min-width: 768px) {
  .menu__inner {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 992px) {
  .menu__inner {
    gap: 48px;
  }
}
.menu ul {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .menu ul {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .menu ul {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .menu ul + ul {
    border-top: 1px solid var(--primary);
  }
}
.menu ul li {
  display: flex;
  justify-content: space-between;
  padding-block: 14px;
}
.menu ul li span::before {
  content: "・";
  color: var(--primary);
}
.menu ul li strong {
  font-weight: 500;
  color: var(--primary);
}
.menu ul li p {
  margin: 0;
}
.menu ul li + li {
  border-top: 1px solid var(--primary);
}

@media only screen and (min-width: 768px) {
  .staff__inner {
    display: flex;
    gap: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .staff__inner {
    gap: 48px;
  }
}
.staff__item {
  display: flex;
  position: relative;
  align-items: flex-start;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .staff__item {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 992px) {
  .staff__item {
    width: calc(50% - 24px);
  }
}
@media only screen and (max-width: 767px) {
  .staff__item + .staff__item {
    margin-top: 50px;
  }
}
.staff__item picture {
  width: 61%;
  display: block;
}
.staff__item picture img {
  width: 100%;
}
.staff__item figure {
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 39%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 180px;
}
.staff__item figure img {
  max-width: 88px;
}
.staff__item--info {
  width: 51.55%;
  margin-left: -12.55%;
  background-image: url("../images/bg-white.png");
  z-index: 6;
  position: relative;
  margin-top: 180px;
  padding: 30px 35px 30px 25px;
  font-weight: 500;
  line-height: 2.25;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .staff__item--info {
    font-size: 16px;
  }
}
.staff__item--info::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -12px;
  left: -12px;
  pointer-events: none;
  z-index: 1;
  border-image: url("../images/border-line-2.png") 30 fill/18px;
}
.staff__item--info h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 15px;
}
.staff__item--info h3 {
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 8px;
}
@media only screen and (min-width: 992px) {
  .staff__item--info h3 {
    font-size: 30px;
  }
}
.staff__item--info h5 {
  font-size: 18px;
  font-weight: 400;
  font-family: "adobe-garamond-pro", serif;
  margin: 0 0 10px;
}

.gallery-slider {
  position: relative;
  z-index: 1;
}
.gallery-slider::before {
  content: "";
  width: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: -1;
  background: var(--white);
  height: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  .gallery-slider::before {
    height: calc(94% - 80px);
  }
}
.gallery-slider .slick-list {
  padding: 0 12% 15px 26%;
}
.gallery-slider__item {
  padding-inline: 20px;
}
@media only screen and (min-width: 768px) {
  .gallery-slider__item {
    padding-inline: 30px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-slider__item {
    padding-inline: 39px;
  }
}
.gallery-slider__item figure::before {
  background: #F6BEC7;
}
@media only screen and (min-width: 768px) {
  .gallery-slider__item figure::before {
    left: 15px;
    top: 15px;
  }
}
.gallery-slider__item figure img {
  width: 100%;
}
.gallery-slider__item:nth-child(even) {
  padding-top: 50px;
}
@media only screen and (min-width: 768px) {
  .gallery-slider__item:nth-child(even) {
    padding-top: 100px;
  }
}
@media only screen and (min-width: 992px) {
  .gallery-slider__item:nth-child(even) {
    padding-top: 168px;
  }
}
.gallery-slider__item.border-color-2 figure::before {
  background: #C0C3C5;
}
.gallery-slider__item.border-color-3 figure::before {
  background: #E8E2D5;
}

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