body {
  font-family: "Cormorant", "Noto Serif JP", serif;
  color: #F9F2E5;
}

h1, h2, h3, h4, p, div, a {
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

body, h1, h2, h3, h4, p, ul, ol, figure, blockquote, dl, dd {
  margin: 0;
}

body {
  line-height: 1;
  font-size: 16px;
  background: #fff;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: inherit;
  display: block;
}

a, div, p, dt, dd, li {
  -webkit-tap-highlight-color: transparent;
}

body.is-fixed {
  overflow: hidden;
  padding-right: 16px;
}

body.is-fixed-sp {
  overflow: hidden;
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
  .pc-show {
    display: block;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .tab-none {
    display: none;
  }
  .tab-show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
  .sp-show {
    display: block;
  }
}
.all-none {
  display: none;
}

.all-show {
  display: block;
}

.inner {
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.heading {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .heading {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .heading {
    padding: 0 15px;
  }
}

.title {
  font-size: 38px;
  letter-spacing: 0.05rem;
  padding-left: 30px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}

.title::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 27px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(/img/logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.heading-ber {
  width: 100%;
  height: 2px;
  background-color: #99958F;
}

.btn {
  border-radius: 6px;
  text-align: center;
}

.btn a {
  width: 100%;
  display: inline-block;
  padding: 17px 2rem 17px 1rem;
  letter-spacing: 0.05rem;
  position: relative;
  border-radius: 6px;
  border: 1px solid #F9F2E5;
  transition: background-color 0.3s, color 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .btn a {
    font-size: 14px;
  }
}

.btn a::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border: 1px solid #F9F2E5;
  border-top: none;
  border-left: none;
  transition: border 0.3s ease 0s;
}

.btn a:hover {
  opacity: 1;
  border-radius: 6px;
  background-color: #F9F2E5;
  color: #222222;
  font-weight: 500;
}

.btn a:hover::after {
  border: 1px solid #222222;
  border-top: none;
  border-left: none;
}

.sub-page-top {
  background-size: cover;
  background-position: 70% center;
  height: 534px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .sub-page-top {
    height: 445px;
  }
}

.sub-page-top__inner {
  position: absolute;
  height: 440px;
  width: 100%;
  top: 94px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .sub-page-top__inner {
    top: 75px;
    height: 370px;
  }
}

.sub-page-top__heading {
  font-size: 46px;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .sub-page-top__heading {
    font-size: 36px;
  }
}

.about-header.is-black {
  background-color: #222222;
}

.about-top {
  background-image: url(/img/about_top.jpg);
}

.about-message {
  background-color: #272625;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .about-message {
    padding: 60px 0;
  }
}

.inner.about-message__inner {
  max-width: 720px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.about-message__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.about-message__inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.about-message__lead {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.05rem;
  font-weight: 500;
  line-height: 1.6666666667;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .about-message__lead {
    font-size: 18px;
    text-align: left;
  }
}

.about-message__text {
  margin: 30px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  letter-spacing: 0.05rem;
  padding: 0 20px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about-message__text {
    font-size: 14px;
    line-height: 1.8571428571;
    text-align: left;
  }
}

.about-message__container {
  display: flex;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .about-message__container {
    display: block;
    margin-top: 60px;
  }
}

.about-message__img {
  width: 45.3125%;
  max-width: 350px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-message__img {
    width: 100%;
  }
}

.about-message__body {
  width: 54.6875%;
  margin-top: 100px;
  padding-left: 30px;
}
@media screen and (max-width: 767px) {
  .about-message__body {
    width: 100%;
    margin-top: 17px;
    padding-left: 0;
  }
}

.about-message__introduction {
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.05rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about-message__introduction {
    margin-top: 17px;
    line-height: 1.8571428571;
  }
}

.about-message__name {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0.05rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: right;
  padding-right: 10%;
}
@media screen and (max-width: 767px) {
  .about-message__name {
    text-align: center;
    padding-right: 0;
    margin-top: 25px;
  }
}

.about-company-profile {
  background-color: #222222;
  padding: 84px 0 80px;
}
@media screen and (max-width: 767px) {
  .about-company-profile {
    padding: 59px 0 58px;
  }
}

.about-company-profile__title {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 40px 0 70px;
}
@media screen and (max-width: 767px) {
  .about-company-profile__title {
    padding-left: 50px;
  }
}

.about-company-profile__title::after {
  left: 30px;
}
@media screen and (max-width: 767px) {
  .about-company-profile__title::after {
    left: 15px;
  }
}

.inner.about-company-profile__inner {
  max-width: 814px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.about-company-profile__inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.about-company-profile__inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.info {
  margin-top: 59px;
}
@media screen and (max-width: 767px) {
  .info {
    margin-top: 25px;
  }
}

.info__item {
  padding: 19px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #99958F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .info__item {
    display: block;
    padding: 25px 0;
  }
}

.info__item:nth-child(2) {
  align-items: flex-start;
}

.info__item dt {
  width: 135px;
  font-weight: 300;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .info__item dt {
    width: 100%;
  }
}

.info__item dd {
  width: calc(100% - 135px);
  font-weight: 300;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .info__item dd {
    width: 100%;
    margin-top: 15px;
  }
}

.info__address {
  font-weight: 300;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .info__address {
    line-height: 2;
  }
}

.info__map {
  font-weight: 300;
  letter-spacing: 0.05rem;
  margin-top: 20px;
  text-decoration: underline;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .info__map {
    margin-top: 5px;
  }
}

.info__map i {
  margin-left: 10px;
}

.about-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
}

.about-modal.is-fade {
  opacity: 1;
  visibility: visible;
  -webkit-animation: fadeIn 0.3s linear;
          animation: fadeIn 0.3s linear;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.about-modal__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(34, 34, 34, 0.8);
}

.about-modal__container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: #FFF;
  padding: 25px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .about-modal__container {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .about-modal__container {
    width: 80%;
    padding: 15px;
  }
}

.about-modal__item {
  display: flex;
  align-items: center;
}

.about-modal__heading {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #222222;
}

.about-modal__close {
  position: relative;
  width: 30px;
  height: 30px;
  margin-left: auto;
  cursor: pointer;
}

.about-modal__close span {
  position: absolute;
  width: 15px;
  height: 2px;
  top: 14px;
  left: 8px;
  background-color: #222222;
}

.about-modal__close span:nth-child(1) {
  transform: rotate(45deg);
}

.about-modal__close span:nth-child(2) {
  transform: rotate(-45deg);
}

.about-modal__map {
  margin-top: 20px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 767px) {
  .about-modal__map {
    margin-top: 10px;
  }
}

.about-modal__map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.sub-page-top.contact-top {
  background-image: url(/img/contact_top.jpg);
  background-position: center center;
}

.contact-body {
  background-color: #272625;
  padding: 75px 0 138px;
}
@media screen and (max-width: 767px) {
  .contact-body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.contact-body__inner {
  max-width: 580px;
}

.contact-body__lead {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  letter-spacing: 0.05px;
  line-height: 1.8666666667;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .contact-body__lead {
    font-size: 14px;
    line-height: 1.8571428571;
  }
}

.form {
  margin-top: 78px;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: 33px;
  }
}

[type=text],
[type=email],
[type=submit],
select,
textarea {
  box-shadow: none;
  border: none;
  background-color: #BCB5A8;
  padding: 0 10px 0 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
  height: 100%;
}

textarea {
  padding-top: 5px;
  line-height: 2.1428571429;
}

[type=text]::-moz-placeholder, [type=email]::-moz-placeholder, textarea::-moz-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #99958F;
}

[type=text]:-ms-input-placeholder, [type=email]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #99958F;
}

[type=text]::placeholder,
[type=email]::placeholder,
textarea::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #99958F;
}

textarea::-moz-placeholder {
  line-height: 2.1428571429;
}

textarea:-ms-input-placeholder {
  line-height: 2.1428571429;
}

textarea::placeholder {
  line-height: 2.1428571429;
}

.form__item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .form__item {
    display: block;
  }
}

.form__item dt {
  width: 138px;
  font-family: "Noto Sans JP", sans-serif;
}

.form__item dt label {
  cursor: pointer;
}

.form__item dt span {
  color: #F93212;
  padding-left: 3px;
}

.form__item dd {
  width: calc(100% - 138px);
  height: 40px;
}
@media screen and (max-width: 767px) {
  .form__item dd {
    width: 100%;
    margin-top: 10px;
  }
}

.form__item dd.radio__body {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .form__item dd.radio__body {
    margin-top: 20px;
  }
}

.form__item dd.textarea__body {
  height: 171px;
}

.form__item dd.textarea__body textarea {
  height: 100%;
}

.email {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .email {
    margin-top: 20px;
  }
}

.radio {
  display: block;
  margin-top: 33px;
}
@media screen and (max-width: 767px) {
  .radio {
    margin-top: 20px;
  }
}

.radio__body {
  margin: 28px 0 0 20px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .radio__body {
    flex-direction: column;
  }
}

.radio__label:not(:first-child) {
  margin-left: 50px;
}
@media screen and (max-width: 767px) {
  .radio__label:not(:first-child) {
    margin-left: 0;
    margin-top: 20px;
  }
}

[type=radio] {
  opacity: 0;
  position: fixed;
  left: 0;
}

.radio__choice {
  padding-left: 14px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
}

.radio__choice::after {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #99958F;
}

[type=radio]:checked + .radio__choice::before {
  position: absolute;
  content: "";
  left: 3px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  z-index: 10;
  background-color: #99958F;
}

.textarea {
  margin-top: 35px;
  align-items: flex-start;
}

.textarea__heading {
  margin-top: 14px;
}

textarea {
  resize: none;
}

.form__btn {
  margin: 39px auto 0;
  width: 183px;
}
@media screen and (max-width: 767px) {
  .form__btn {
    margin: 20px auto 0;
  }
}

[type=submit] {
  width: 100%;
  padding: 15px 0;
  border-radius: 6px;
  font-size: 16px;
  background-color: #707070;
  color: #F9F2E5;
  border: 1px solid transparent;
  transition: color 0.5s, background-color 0.5s ease 0s;
}

[type=submit].is-form__btn-active {
  background-color: #272625;
  border: 1px solid #F9F2E5;
  transition: color 0.5s, background-color 0.5s ease 0s;
  cursor: pointer;
}
[type=submit].is-form__btn-active:hover {
  background-color: #F9F2E5;
  color: #272625;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20;
  height: 94px;
  border-bottom: 1px solid #99958F;
  font-size: 18px;
  transition: background 0.3s ease 0s;
}
@media screen and (max-width: 767px) {
  .header {
    height: 75px;
  }
}

.header.is-fixed {
  width: calc(100vw - 16px);
}

.header.is-black {
  background-color: #222222;
}

.inner.header__inner {
  height: inherit;
  padding: 0 20px;
  display: flex;
  align-items: center;
  max-width: 100%;
}

.header__logo {
  width: 171px;
  height: 30px;
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 132px;
    height: 22px;
  }
}

.header__nav {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 171px);
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
  }
}

.header__items {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .header__items {
    margin-left: 30px;
  }
}

.header__item {
  height: 94px;
  position: relative;
  display: flex;
  align-items: center;
}

.header__item:nth-child(2) {
  margin: 0 32px;
}

.header__item a {
  padding: 15px;
  font-weight: 500;
  display: inline-block;
}

.header__item a::after {
  position: absolute;
  content: "";
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%) scale(0);
  width: calc(100% - 20px);
  height: 1px;
  background-color: #F9F2E5;
  transition: transform 0.3s ease 0s;
}

.header__item a:hover:after {
  transform: translateX(-50%) scale(1);
}

.header__item-contact {
  margin-left: auto;
  width: 121px;
  border: 1px solid transparent;
  border-radius: 3px;
  text-align: center;
}

.header__item-contact a {
  width: 100%;
  display: inline-block;
  padding: 12px 0;
  border: 1px solid #F9F2E5;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s ease 0s;
}
.header__item-contact a:hover {
  background-color: #F9F2E5;
  color: #222222;
}

.hamburger-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .hamburger-menu {
    display: block;
    position: fixed;
    top: 18px;
    right: 10px;
    width: 50px;
    height: 40px;
    z-index: 40;
    cursor: pointer;
  }
}

.hamburger-menu.is-fixed {
  transform: translateX(-16px);
}

.hamburger-menu span {
  position: absolute;
  width: 30px;
  height: 3px;
  left: 10px;
  background-color: #FFF;
  border-radius: 10px;
  transition: transform 0.5s ease 0s;
}

.hamburger-menu span:nth-child(1) {
  top: 11px;
}

.hamburger-menu span:nth-child(2) {
  top: 19px;
}

.hamburger-menu span:nth-child(3) {
  top: 27px;
}

.hamburger-menu.is-open span {
  top: 19px;
  background-color: #FFF;
}

.hamburger-menu.is-open span:nth-child(1) {
  transform: rotate(135deg);
}

.hamburger-menu.is-open span:nth-child(2) {
  display: none;
}

.hamburger-menu.is-open span:nth-child(3) {
  transform: rotate(-135deg);
}

.drawer-menu {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-menu {
    overflow: scroll;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 30;
    display: flex;
    justify-content: center;
    background-color: rgba(34, 34, 34, 0);
    visibility: hidden;
  }
  .drawer-menu::-webkit-scrollbar {
    display: none;
  }
}

.drawer-menu.is-open {
  background-color: rgba(34, 34, 34, 0.9);
  visibility: visible;
  -webkit-animation: menuFade 0.3s linear;
          animation: menuFade 0.3s linear;
}

@-webkit-keyframes menuFade {
  0% {
    background-color: rgba(34, 34, 34, 0);
    visibility: hidden;
  }
  100% {
    background-color: rgba(34, 34, 34, 0.9);
    visibility: visible;
  }
}

@keyframes menuFade {
  0% {
    background-color: rgba(34, 34, 34, 0);
    visibility: hidden;
  }
  100% {
    background-color: rgba(34, 34, 34, 0.9);
    visibility: visible;
  }
}
.drawer-menu__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
  width: 198px;
  margin-top: 150px;
  height: 350px;
}

.drawer-menu__item a {
  color: #F9F2E5;
  letter-spacing: 0.05rem;
  font-size: 18px;
}

.drawer-menu__item:not(:last-child) a {
  display: inline-block;
  position: relative;
  padding: 15px 15px 15px 20px;
}

.drawer-menu__item:not(:last-child) a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url(/img/logo_drawer.svg);
  background-position: center center;
  background-repeat: no-repeat;
}

.drawer-menu__item:not(:last-child) a::after {
  position: absolute;
  content: "";
  bottom: 10px;
  left: 0;
  width: calc(100% - 10px);
  height: 1px;
  background-color: #F9F2E5;
  transition: width 0.3s ease 0s;
  transform: scale(0);
  transition: transform 0.3s ease 0s;
}

.drawer-menu__item:not(:last-child) a:hover::after {
  transform: scale(1);
}

.drawer-menu__item.drawer-menu__item--contact {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.drawer-menu__item.drawer-menu__item--contact a {
  font-size: 18px;
  letter-spacing: 0.05rem;
  width: 100%;
  display: inline-block;
  padding: 14px 0;
  border: 1px solid #F9F2E5;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s ease 0s;
}
.drawer-menu__item.drawer-menu__item--contact a:hover {
  background-color: #F9F2E5;
  color: #222222;
}

.top {
  position: relative;
}

.top,
.top__swiper,
.top__swiper-wrapper,
.top__swiper-slide {
  height: 100vh;
}

.top__swiper-slide:nth-child(1) img {
  -o-object-position: 75% center;
     object-position: 75% center;
}

.top__swiper-slide:nth-child(2) img {
  -o-object-position: center center;
     object-position: center center;
}

.top__swiper-slide:nth-child(3) img {
  -o-object-position: 75% center;
     object-position: 75% center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 35px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 26px;
  }
}

.swiper-pagination-bullet {
  width: 70px;
  height: 4px;
  background-color: #332F27;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
  }
}

.swiper-pagination-bullet-active {
  background-color: #F9F2E5;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:first-child) {
    margin-left: 8px;
  }
}

.top__container {
  position: absolute;
  width: 100%;
  height: calc(100% - 94px);
  top: 94px;
  left: 0;
}

.swiper-button-prev,
.swiper-button-next {
  width: 34px;
  height: 34px;
  background: rgba(255, 255, 255, 0.06);
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}

.swiper-button-prev::before,
.swiper-button-next::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  top: 13px;
  left: 16px;
  border: 2px solid #FFF;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
}

.swiper-button-prev {
  left: 70px;
}

.swiper-button-prev::before {
  left: 16px;
  transform: rotate(45deg);
}

.swiper-button-next {
  right: 70px;
}

.swiper-button-next::before {
  left: 12px;
  transform: rotate(-135deg);
}

.top__message {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 14.2361111111%;
}
@media screen and (max-width: 767px) {
  .top__message {
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: -44px;
  }
}

.top__heading {
  font-size: 54px;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .top__heading {
    font-size: 36px;
    letter-spacing: 0;
  }
}

.top__heading span {
  text-transform: uppercase;
}

.top__text {
  font-size: 18px;
  letter-spacing: 0.12rem;
  margin-top: 24px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .top__text {
    margin-top: 20px;
    font-size: 14px;
    letter-spacing: 0;
    text-align: center;
  }
}

.about {
  background-color: #272625;
  padding: 81px 0 80px;
}
@media screen and (max-width: 767px) {
  .about {
    padding: 61px 0 59px;
  }
}

.inner.about__inner {
  max-width: 680px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .inner.about__inner {
    max-width: 450px;
    padding: 0 35px;
    margin-top: 32px;
  }
}

.about__message {
  display: flex;
  align-items: flex-start;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .about__message {
    flex-direction: column-reverse;
    padding: 0;
  }
}

.about__img {
  aspect-ratio: 360/500;
  width: 69.2307692308%;
}
@media screen and (max-width: 767px) {
  .about__img {
    width: 78.6885245902%;
    margin: 33px auto 0;
    aspect-ratio: 240/333;
  }
}

.about__lead {
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 2;
  margin-top: 30px;
  margin-right: 20px;
  width: calc(100% - 360px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .about__lead {
    font-size: 14px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: 300;
    line-height: 2.1;
  }
}

.about__lead span {
  font-size: 16px;
  letter-spacing: 10px;
  font-weight: 300;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .about__lead span {
    margin-top: 0;
    font-size: 14px;
    letter-spacing: 4px;
  }
}

.about__text {
  letter-spacing: 0.05rem;
  line-height: 2;
  font-weight: 300;
  margin-top: -65px;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .about__text {
    font-size: 14px;
    line-height: 1.8571428571;
    margin-top: -80px;
  }
}

.about__btn {
  width: 204px;
  margin: 43px auto 0;
}
@media screen and (max-width: 767px) {
  .about__btn {
    margin: 53px auto 0;
    width: 173px;
  }
}

.service {
  background-color: #222222;
  padding: 83px 0 80px;
}
@media screen and (max-width: 767px) {
  .service {
    padding: 61px 0 59px;
  }
}

.service__inner {
  max-width: 1110px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .service__inner {
    max-width: 800px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .service__inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.service__select {
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 10px;
  flex-wrap: wrap;
}

.service__item {
  position: relative;
  padding: 15px;
  letter-spacing: 0.05rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .service__item {
    font-size: 14px;
  }
}

.service__item::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #2C2C2C;
}

.service__item.is-active::after {
  background-color: #707070;
}

.service__cards {
  margin-top: 50px;
  display: none;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
  .service__cards {
    margin-top: 37px;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
}

.service__cards.is-active {
  display: grid;
}

.card {
  box-shadow: 3px 3px 6px rgba(29, 29, 29, 0.7490196078);
  position: relative;
  cursor: pointer;
  max-width: 333px;
  margin: 0 auto;
}

.card::after {
  position: absolute;
  content: "suit";
  width: 80px;
  height: 30px;
  top: 0;
  left: 0;
  background-color: #332F27;
  font-size: 14px;
  letter-spacing: 0.05rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card--other::after {
  content: "other";
}

.card__img {
  overflow: hidden;
}

.card__img img {
  transition: transform 0.3s ease 0s;
}

.card:hover > .card__img > img {
  transform: scale(1.05);
}

.card__body {
  padding: 16px 16px 29px;
}

.card__heading {
  letter-spacing: 0.05rem;
}

.card__text {
  margin-top: 14px;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  letter-spacing: 0.05rem;
  line-height: 1.5384615385;
}

.news {
  background-color: #BCB5A8;
  padding: 84px 0 52px;
  color: #222222;
}
@media screen and (max-width: 767px) {
  .news {
    padding: 63px 0 35px;
  }
}

.news__title::after {
  background-image: url(/img/logo_black.svg);
}

.inner.news__inner {
  max-width: 1110px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .inner.news__inner {
    max-width: 900px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .inner.news__inner {
    max-width: 600px;
    padding: 0 20px;
  }
}

.news__articles {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .news__articles {
    margin-top: 21px;
  }
}

.article {
  display: flex;
  align-items: center;
  padding: 28px 0;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .article {
    display: block;
    padding: 20px 0;
  }
}

.article:not(:first-child) {
  border-top: 1px solid #A4A4A0;
}

.article::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 20px;
  transform: translateX(-50%);
  z-index: -10;
  background-color: #99958F;
  transition: width 0.3s ease 0s;
}

.article:hover::after {
  width: 105%;
}

.article__info {
  display: flex;
  align-items: center;
  width: 188px;
}

.article__date {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .article__date {
    font-size: 13px;
  }
}

.article__category {
  width: 88px;
  padding: 7px 1rem;
  color: #FFF;
  background-color: #332F27;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  text-align: center;
  margin-left: 34px;
}
@media screen and (max-width: 767px) {
  .article__category {
    width: 80px;
    margin-left: 31px;
  }
}

.article__text {
  width: calc(100% - 188px);
  margin-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8571428571;
}
@media screen and (max-width: 767px) {
  .article__text {
    margin-left: 0;
    width: 100%;
    margin-top: 19px;
    font-size: 14px;
  }
}

.contact {
  background-color: #272625;
  display: flex;
  height: 400px;
}
@media screen and (max-width: 767px) {
  .contact {
    height: auto;
  }
}

.contact__container {
  width: 53.6111111111%;
  padding: 86px 0 120px;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .contact__container {
    width: 100%;
    background-image: url(/img/contact.jpg);
    background-position: center center;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .contact__container {
    width: 100%;
    background-image: url(/img/contact.jpg);
    background-position: center center;
    background-size: cover;
    padding: 61px 0 80px;
  }
}

.contact__heading {
  padding: 0 50px 0 120px;
}
@media screen and (max-width: 767px) {
  .contact__heading {
    padding: 0 15px;
  }
}

.contact__lead {
  text-align: center;
  margin-top: 67px;
}
@media screen and (max-width: 767px) {
  .contact__lead {
    font-size: 13px;
    letter-spacing: 0.05rem;
    margin-top: 61px;
  }
}

.contact__btn {
  width: 265px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  .contact__btn {
    width: 227px;
    margin: 18px auto 0;
  }
}

@media screen and (min-width: 1200px) {
  .contact__img {
    width: 46.3888888889%;
    background-image: url(/img/contact.jpg);
    background-position: center center;
    background-size: cover;
  }
}
.footer {
  height: 79px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #222222;
}
@media screen and (max-width: 767px) {
  .footer {
    height: 59px;
  }
}

.footer__copy {
  font-size: 14px;
  letter-spacing: 0.05rem;
}/*# sourceMappingURL=style.css.map */