@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ==============================
全体設定
============================== */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1240px) {
  html {
    font-size: 0.8064516129vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  background: #fff;
  color: #333;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: none;
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

body.modal-open {
  overflow: hidden;
}

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

a {
  color: #000;
  transition: 0.3s;
}
.br-sp {
  display: block;
}
@media (min-width: 768px) {
  .br-sp {
    display: none;
  }
}

.br-pc {
  display: none;
}
@media (min-width: 768px) {
  .br-pc {
    display: block;
  }
}

/* ----- header ----- */
.l-header {
  width: 100%;
  height: 30rem;
  text-align: center;
  padding: 2.4rem 0 0;
  transform: translateY(30rem);
}
@media (min-width: 768px) {
  .l-header {
    height: 37rem;
    padding: 6.4rem 0 0;
    transform: translateY(56rem);
  }
}
.l-header__title a {
  color: #1460A3;
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.3em;
  opacity: 0;
  animation: fade-in 1.5s 0.5s ease-out forwards;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .l-header__title a {
    margin: 0 auto;
  }
}
.l-header__title a:hover {
  color: #2375A9;
}
.l-header__title a:hover .l-header__logo {
  opacity: 0.7;
}
.l-header__logo {
  width: 24rem;
  margin: 0 auto 1.4rem;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 38rem;
    margin: 0 auto 1.4rem;
  }
}
.l-header__nav {
  width: 50%;
  background: #fff;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: #D9D9D9;
  margin: 2.4rem auto 0;
  padding: 0.8rem;
  opacity: 0;
  animation: fade-in 2s 1.5s ease-out forwards;
}
@media (min-width: 768px) {
  .l-header__nav {
    width: 100%;
    max-width: 100rem;
    margin: 3.2rem auto 0;
    padding: 1.2rem 0;
  }
}
.l-header__nav-list {
  background: #D9D9D9;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.1rem;
}
@media (min-width: 768px) {
  .l-header__nav-list {
    grid-template-columns: repeat(4, 1fr);
    align-items: center;
    margin: 0;
  }
}
.l-header__nav-list-item a {
  display: block;
  background: #fff;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  padding: 0.8rem;
  white-space: nowrap;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .l-header__nav-list-item a {
    font-size: 2rem;
    justify-content: center;
  }
}
.l-header__nav-list-item a::after {
  content: "";
  display: block;
  width: 0.8rem;
  height: auto;
  aspect-ratio: 13/8;
  background-image: url(../img/icon-arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .l-header__nav-list-item a::after {
    width: 1.2rem;
  }
}
.l-header__nav-list-item a:hover {
  color: #C8AB35;
}
.l-header__nav-list-item a:hover::after {
  transform: translateY(0.3rem);
}

/* ----- main ----- */
.l-container {
  overflow-x: hidden;
}

/* ----- footer ----- */
.l-footer {
  text-align: center;
  margin: 5rem auto 0;
  padding: 0 0 12rem;
}
@media (min-width: 768px) {
  .l-footer {
    max-width: 100rem;
    margin: 10rem auto 0;
    padding: 0 0 16rem;
  }
}
.l-footer__photos {
  display: flex;
  gap: 1.2rem;
}
@media (min-width: 768px) {
  .l-footer__photos {
    gap: 2.4rem;
  }
}
.l-footer__photos img {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.l-footer__wrap {
  width: fit-content;
  margin: 2.4rem auto 0;
}
@media (min-width: 768px) {
  .l-footer__wrap {
    margin: 5.6rem auto 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2.4rem;
  }
}
.l-footer__inner {
  text-align: left;
}
.l-footer__logo {
  width: 24rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__logo {
    width: 48rem;
  }
}
.l-footer__catch {
  text-align: center;
  border-bottom: solid 0.1rem #D9D9D9;
  padding: 0 0 1.2rem;
}
@media (min-width: 768px) {
  .l-footer__catch {
    text-align: left;
  }
}
.l-footer__title {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .l-footer__title {
    text-align: left;
    font-size: 2.4rem;
  }
}
.l-footer__info {
  margin: 2.4rem 0 0;
}
.l-footer__info-head {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__info-head {
    flex-direction: row;
    align-items: start;
    gap: 0.8rem;
    margin: 0;
  }
}
.l-footer__tel {
  display: flex;
  gap: 0.8rem;
  font-size: 2.6rem;
  letter-spacing: 0.04em;
  transition: 0.3s;
}
.l-footer__tel::before {
  content: url(../img/icon-tel.svg);
  display: block;
  width: 3rem;
}
.l-footer__tel:hover {
  opacity: 0.7;
}
.l-footer__fax {
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .l-footer__fax {
    margin: 0.4rem 0 0;
  }
}
.l-footer__fax span {
  color: #C8AB35;
  font-weight: 500;
  letter-spacing: 0;
}
.l-footer__address {
  text-align: center;
  margin: 1.6rem auto 0;
  line-height: 1.5;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .l-footer__address {
    text-align: left;
    margin: 0.8rem 0 0;
  }
}

/* ==============================
コンポーネント
============================== */
.c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  width: 24rem;
  height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  background: #2375A9;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5rem;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-btn {
    width: 42rem;
    height: 5.6rem;
    font-size: 2.4rem;
  }
}
.c-btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background-image: url(../img/icon-arrow-left-white.svg);
  background-repeat: no-repeat;
  background-size: 0.6rem;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .c-btn::after {
    background-size: 0.8rem;
    width: 0.8rem;
    right: 4rem;
  }
}
@media (min-width: 768px) {
  .c-btn:hover {
    opacity: 0.7;
  }
  .c-btn:hover::after {
    transform: translate(0.8rem, -50%);
  }
}

.c-pagetop {
  font-size: 1.4rem;
  position: fixed;
  bottom: 4rem;
  right: 0.4rem;
  width: 6rem;
  height: 6rem;
  background: #fff;
  border: solid 0.1rem #D9D9D9;
  border-radius: 50%;
  text-align: center;
  z-index: 50;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .c-pagetop {
    bottom: 6rem;
    right: 12rem;
  }
}
.c-pagetop::before {
  content: url(../img/icon-pagetop.svg);
  display: block;
  margin: 0.8rem auto 0;
  transition: 0.3s;
}
.c-pagetop:hover {
  opacity: 0.7;
}
.c-pagetop:hover::before {
  transform: translateY(-0.3rem);
}

.c-cta__contact {
  height: 6.4rem;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 1.6rem;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 50;
}
@media (min-width: 768px) {
  .c-cta__contact {
    height: 9rem;
  }
}
.c-cta__contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  width: 24rem;
  height: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  background: #2375A9;
  font-weight: 700;
  letter-spacing: 0;
  border-radius: 5rem;
  position: relative;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .c-cta__contact-btn {
    width: 42rem;
    height: 5.6rem;
    font-size: 2.4rem;
  }
}
.c-cta__contact-btn::after {
  content: "";
  display: block;
  width: 0.6rem;
  height: 100%;
  background-image: url(../img/icon-arrow-left-white.svg);
  background-repeat: no-repeat;
  background-size: 0.6rem;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translate(0, -50%);
  transition: 0.3s;
}
@media (min-width: 768px) {
  .c-cta__contact-btn::after {
    background-size: 0.8rem;
    width: 0.8rem;
    right: 4rem;
  }
}
@media (min-width: 768px) {
  .c-cta__contact-btn:hover {
    opacity: 0.7;
  }
  .c-cta__contact-btn:hover::after {
    transform: translate(0.8rem, -50%);
  }
}

.c-cta__modal {
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1411764706);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  overflow-y: auto;
  display: none;
}
.c-cta__modal-form {
  background: #fff;
  width: fit-content;
  padding: 2.4rem 2rem;
  border-radius: 1rem;
  text-align: center;
  margin: 4rem 2rem;
  position: relative;
}
@media (min-width: 768px) {
  .c-cta__modal-form {
    padding: 9.6rem 14rem;
    margin: 12rem auto;
  }
}
@media (min-width: 768px) {
  .c-cta__modal-form-wrap {
    width: 45vw;
    margin: 0 auto;
  }
}
.c-cta__modal-title {
  font-size: 2rem;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  margin: 0 0 0.8rem;
}
@media (min-width: 768px) {
  .c-cta__modal-title {
    font-size: 3.2rem;
    margin: 0 0 1.6rem;
  }
}
.c-cta__modal-textbox {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  height: 4rem;
  border: solid 0.1rem #DDDDDD;
  padding: 0.8rem;
  margin: 1.6rem 0 0;
}
@media (min-width: 768px) {
  .c-cta__modal-textbox {
    font-size: 1.8rem;
    height: 4.8rem;
    padding: 1.2rem;
    margin: 2.4rem 0 0;
  }
}
.c-cta__modal-textarea {
  text-align: left;
  font-size: 1.4rem;
  width: 100%;
  height: 24rem;
  border: solid 0.1rem #DDDDDD;
  padding: 0.8rem;
  margin: 1.6rem 0 0;
}
@media (min-width: 768px) {
  .c-cta__modal-textarea {
    font-size: 1.8rem;
    padding: 1.2rem;
    margin: 2.4rem 0 0;
  }
}
.c-cta__modal-submit {
  position: relative;
  width: 20rem;
  margin: 2.4rem auto 0;
}
@media (min-width: 768px) {
  .c-cta__modal-submit {
    width: 42rem;
    margin: 4.8rem auto 0;
  }
}
.c-cta__modal-submit-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.2;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  background: #2375A9;
  width: 100%;
  height: 4rem;
  border-radius: 5rem;
  border: none;
  cursor: pointer;
  transition: background 0.3s;
}
@media (min-width: 768px) {
  .c-cta__modal-submit-btn {
    height: 5.6rem;
    font-size: 2.4rem;
  }
}
.c-cta__modal-submit::after {
  content: url(../img/icon-arrow-left-white.svg);
  display: block;
  width: 0.8rem;
  position: absolute;
  top: 50%;
  right: 2.4rem;
  transform: translateY(-50%);
  transition: transform 0.3s;
}
@media (min-width: 768px) {
  .c-cta__modal-submit::after {
    right: 4rem;
  }
}
.c-cta__modal-submit:hover::after {
  transform: translateY(-50%) translateX(0.5rem);
}
@media (min-width: 768px) {
  .c-cta__modal-submit:hover::after {
    transform: translateY(-50%) translateX(1rem);
  }
}
.c-cta__modal-close {
  background: #fff;
  width: 5rem;
  height: 5rem;
  border: solid 0.1rem #D9D9D9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -2.4rem;
  right: -1.4rem;
  transition: 0.3s;
}
.c-cta__modal-close:hover {
  opacity: 0.7;
}
.c-cta__modal-close::before {
  content: url(../img/icon-close.svg);
  width: 1.6rem;
  height: 1.6rem;
}

.c-fade-in {
  opacity: 0;
}

.c-fade-in.is-active {
  opacity: 1;
  animation: fade-in 1s ease-out forwards;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 左から表示 */
.c-visible-lr {
  position: relative;
  overflow: hidden;
}

.c-visible-lr img {
  width: 100%;
  height: 100%;
  display: block;
  clip-path: inset(0 100% 0 0);
  transition: clip-path 0.5s ease-out;
}

.c-visible-lr.visible img {
  clip-path: inset(0 0 0 0);
}

/* 右から表示 */
.c-visible-rl {
  position: relative;
  overflow: hidden;
}

.c-visible-rl img {
  width: 100%;
  height: 100%;
  display: block;
  clip-path: inset(0 0 0 100%);
  transition: clip-path 0.5s ease-out;
}

.c-visible-rl.visible img {
  clip-path: inset(0 0 0 0);
}