@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Serif JP", serif;
  color: #414141;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.2em;
  word-break: break-all;
  padding-top: 106px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
}

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

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Baskervville", serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title h2 {
  font-size: 44px;
  text-align: center;
  font-family: "Baskervville", serif;
  font-weight: normal;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .section__title h2 {
    font-size: 9.6vw;
    margin-bottom: 8px;
  }
}
.section__title p {
  text-align: center;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .section__title p {
    font-size: 2.9333333333vw;
  }
}

.header {
  box-sizing: border-box;
  padding: 25px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1002;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .header {
    padding: 10px 55px 10px 10px;
  }
}
@media screen and (max-width: 1320px) {
  .header__logo {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 38.6666666667vw;
    margin-right: 5.3333333333vw;
  }
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__nav {
  display: flex;
  align-items: center;
}
.header__nav ul {
  margin-right: 70px;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .header__nav ul {
    display: none;
  }
}
.header__nav ul a {
  font-size: 17px;
  font-family: "Baskervville", serif;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 13px;
  }
}
.header__link {
  font-family: "Baskervville", serif;
  font-size: 17px;
  padding: 16px 35px;
  border-radius: 50px;
  white-space: nowrap;
  font-weight: normal;
}
.header__link + .header__link {
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .header__link + .header__link {
    margin-left: 5px;
  }
}
.header__link span {
  font-weight: normal;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1320px) {
  .header__link {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header__link {
    font-size: 2.9333333333vw;
    padding: 11px 12px;
  }
  .header__link span {
    letter-spacing: 0.05em !important;
  }
}
.header__link.line {
  background: #c5e7c7;
}
.header__link.mail {
  background: #e4eae9;
}

/* ハンバーガー本体 */
/* ハンバーガーボタン本体 */
.header__btns {
  display: none;
  /* ボタン幅 */
  height: 24px;
  /* ボタン高さ */
  position: relative;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  z-index: 1003;
  background: #434343;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* メニューより上に */
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: flex;
    position: fixed;
    top: 1.6vw;
    right: 5px;
  }
}

/* 線（バー）共通 */
.header__btns .header__btn {
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  width: 20px;
  margin: 0 auto;
  background: #fff;
  /* 色は変更可 */
  transition: transform 0.3s ease, top 0.3s ease, opacity 0.2s ease;
}

/* 各バーの位置 */
.header__btns .header__btn:nth-child(1) {
  top: 13px;
}

.header__btns .header__btn:nth-child(2) {
  top: 19px;
}

.header__btns .header__btn:nth-child(3) {
  top: 25px;
}

/* 開いたとき（Xに変形） */
.header__btns.is-open .header__btn:nth-child(1) {
  top: 19px;
  transform: rotate(45deg);
}

.header__btns.is-open .header__btn:nth-child(2) {
  opacity: 0;
}

.header__btns.is-open .header__btn:nth-child(3) {
  top: 19px;
  transform: rotate(-45deg);
}

/* メニュー: 初期は非表示 */
.hamburger__nav {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.25s ease, visibility 0.25s ease;
  z-index: 1001;
}
.hamburger__nav .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav .btnBox {
    flex-direction: column;
    gap: 20px;
  }
}
.hamburger__nav .btnBox .more {
  font-size: 15px;
  width: 360px;
  max-width: 50%;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 25px;
  position: relative;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .hamburger__nav .btnBox .more {
    width: 265px;
    max-width: 100%;
    font-size: 2.9333333333vw;
    padding: 10px 20px;
  }
}
.hamburger__nav .btnBox .more.line {
  border: 1px solid #c5e7c7;
  background-color: #c5e7c7;
}
.hamburger__nav .btnBox .more.mail {
  border: 1px solid #7c7c7c;
  background: #fff;
  color: #434343;
}
.hamburger__nav .btnBox .more.mail:hover {
  background: #7c7c7c;
  opacity: 1;
}
.hamburger__nav .btnBox .more::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 25%;
  display: block;
  background: url(../img/top/arrow_right.webp) no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.hamburger__nav .btnBox .more:hover::after {
  right: -40px;
}

.hamburger__nav ul {
  margin-bottom: 13.3333333333vw;
}

.hamburger__nav ul li {
  text-align: center;
  margin-bottom: 45px;
}

.hamburger__nav ul li a {
  font-size: 17px;
  font-weight: normal;
  font-family: "Baskervville", serif;
  letter-spacing: 0.05em;
}

.hamburger__nav--inner {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  padding: 5.3333333333vw 5.3333333333vw 5.3333333333vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

/* 表示時 */
.hamburger__nav.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.hamburger__nav.is-open .hamburger__nav--inner {
  transform: translateX(0);
}

.contact {
  padding: 125px 40px;
  background: #363636;
}
@media screen and (max-width: 768px) {
  .contact {
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.contact__inner {
  max-width: 1200px;
  margin: 0 auto;
}
.contact .section__title {
  color: #fff;
}
.contact__text {
  margin: 30px auto 50px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .contact__text {
    font-size: 3.4666666667vw;
    margin: 5.3333333333vw auto 8vw;
  }
}
.contact .btnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 768px) {
  .contact .btnBox {
    flex-direction: column;
    gap: 20px;
  }
}
.contact .btnBox .more {
  font-size: 15px;
  width: 360px;
  max-width: 50%;
  padding: 15px 20px;
  text-align: center;
  letter-spacing: 0.05em;
  border-radius: 25px;
  position: relative;
  background-image: none;
}
@media screen and (max-width: 768px) {
  .contact .btnBox .more {
    width: 265px;
    max-width: 100%;
    font-size: 2.9333333333vw;
    padding: 10px 20px;
  }
}
.contact .btnBox .more.line {
  border: 1px solid #c5e7c7;
  background-color: #c5e7c7;
}
.contact .btnBox .more.mail {
  border: 1px solid #7c7c7c;
  background: transparent;
  color: #fff;
}
.contact .btnBox .more.mail:hover {
  background: #7c7c7c;
  opacity: 1;
}
.contact .btnBox .more::after {
  content: "";
  width: 60px;
  height: 20px;
  position: absolute;
  right: -30px;
  top: 25%;
  display: block;
  background: url(../img/top/arrow_right.webp) no-repeat;
  background-size: contain;
  transition: 0.3s ease;
}
.contact .btnBox .more:hover::after {
  right: -40px;
}

.footer {
  box-sizing: border-box;
  padding: 0 40px;
  background: #fefefe;
  border-top: 1px solid #d5d5d5;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 0 8vw;
  }
}
.footer__inner {
  max-width: 1020px;
  margin: 0 auto;
}
.footer__logo {
  display: block;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 62.6666666667vw;
    margin: 0 auto 18.6666666667vw;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 150px 0 140px;
  border-bottom: 1px solid #cecece;
}
@media screen and (max-width: 768px) {
  .footer__box {
    display: block;
    padding: 24vw 0 21.3333333333vw;
  }
}
.footer__nav {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    width: 100%;
    display: block;
  }
}
.footer__nav ul li {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li {
    text-align: center;
  }
}
.footer__nav ul li + li {
  margin-top: 50px;
}
.footer__nav ul li a {
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 1;
  font-size: 25px;
  font-family: "Baskervville", serif;
}
@media screen and (max-width: 768px) {
  .footer__nav ul li a {
    text-align: center;
    font-size: 4.5333333333vw;
  }
}
.footer__copy {
  margin: 0 auto;
  text-align: center;
  max-width: 1025px;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    padding: 6.6666666667vw 0;
  }
}
.footer__copy small {
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .footer__copy small {
    font-size: 2.1333333333vw;
    letter-spacing: 0.1em;
  }
}

.fade-in {
  opacity: 0;
  /* 初期状態で透明 */
  transform: translateY(30px);
  /* 下に少しずらす */
  transition: opacity 1s ease, transform 1s ease;
  /* アニメーションの設定 */
}

.fade-in.active {
  opacity: 1;
  /* 表示 */
  transform: translateY(0);
  /* 元の位置 */
}/*# sourceMappingURL=style.css.map */