@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
  color: #333;
}

body {
  font-family: "Noto Sans JP", sans-serif;
}

/*  PCとSPの表示非表示の切り替え */
/*(md)px以上で表示*/
.pc-only {
  display: none;
}

/*モバイルのみ表示*/

/*画像の縦横比設定*/
img {
  display: block;
  width: 100%;
  height: auto;
}

/* aタグのスタイルリセット*/
a {
  text-decoration: none;
}

/* マウスホバーがあるデバイスでのアニメーション */
/* pc幅での電話発信しない*/
main {
  overflow-x: clip;
}

html {
  font-size: 16px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
  padding: 0;
}

/* Set core html defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  font: inherit;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

/*addressタグのフォントリセット*/
address {
  font-style: normal;
}

.access__container {
  margin-top: 2.5rem;
  margin-inline: auto;
}

.access__map {
  aspect-ratio: 345/262;
  width: 100%;
}

.access__map iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.access__arrow {
  aspect-ratio: 134/24;
  max-width: 8.375rem;
  margin-top: 1rem;
  margin-left: auto;
}

.anchor-link {
  scroll-margin-top: 3.25rem;
}

.btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 100%;
  padding-block: 1.5rem;
  background-color: #0D610B;
  color: #FFF;
}

.btn.btn--circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16.75rem;
  gap: 1.5rem;
  border-radius: 30px;
  font-weight: 400;
  font-size: 1rem;
}

.btn__dot::after {
  position: absolute;
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 100%;
  background-color: #FFF;
  content: "";
}

.company-info {
  width: 100%;
  margin-inline: auto;
  border: 1px solid #ddd;
  border-collapse: collapse;
}

.company-info__head,
.company-info__cell {
  display: block;
  width: 100%;
}

.company-info__head {
  width: 100%;
  padding: 1rem 0.875rem;
  border: 1px solid #ddd;
  background-color: #F9F9F9;
  font-weight: 700;
  font-size: 1rem;
  text-align: left;
}

.company-info__cell {
  width: 100%;
  padding: 1rem 0.875rem;
  border: 1px solid #ddd;
  font-size: 1rem;
  line-height: 1.5;
}

.company__info {
  margin-top: 2.25rem;
}

.contact__box {
  display: grid;
  place-items: center;
  width: 100%;
  max-width: 20.5rem;
  margin-inline: auto;
  padding-block: 1.875rem;
  background-color: #0D610B;
  -webkit-box-shadow: 0.25rem 0.25rem 0 rgba(67, 180, 33, 0.7);
          box-shadow: 0.25rem 0.25rem 0 rgba(67, 180, 33, 0.7);
  color: #FFF;
}

.contact__box.contact__box--white {
  margin-top: 1rem;
  border: 1px solid #0D610B;
  background-color: #FFF;
  color: #0D610B;
}

.contact__contents {
  width: 100%;
  max-width: 15.5rem;
}

.contact__head {
  padding-bottom: 0.8125rem;
  border-bottom: 1px solid #E2F0EB;
  font-weight: 700;
  font-size: 1rem;
}

.contact__body {
  margin-top: 0.8125rem;
}

.contact__mail,
.contact__tel {
  font-weight: 700;
  font-size: 1.25rem;
}

.contact__text {
  font-weight: 400;
  font-size: 0.875rem;
}

.design {
  color: #FAFAFA;
  font-size: 12px;
}

.design__link {
  color: #FAFAFA;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.design__link:hover {
  opacity: 0.8;
}

.works-detail__text,
.detail__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.detail__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  gap: 1rem;
}

.detail__image {
  aspect-ratio: 327/245;
  width: 100%;
}

.detail__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.equipment__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

.equipment__body {
  width: 100%;
}

.equipment__heading {
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
}

.equipment__text {
  margin-top: 1rem;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.equipment__images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 0.3125rem;
}

.equipment__image {
  aspect-ratio: 169/130;
}

.equipment__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.equipment__items {
  margin-top: 3.5rem;
}

.equipment__item:not(:first-child) {
  margin-top: 2.5rem;
}

.equipment__table {
  margin-top: 1rem;
}

.footer__top {
  padding-top: 2.625rem;
  padding-bottom: 2.625rem;
  background-color: #FAFAFA;
}

.footer__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
}

.footer__logo img {
  max-width: 4.0625rem;
}

.footer__main {
  color: #333;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Zen Antique", serif;
  letter-spacing: 0.04em;
}

.footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 2.9375rem;
  gap: 3.4375rem;
}

.footer__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
}

.footer__link {
  color: #333;
  font-weight: 700;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.footer__link:hover {
  color: #0D610B;
  opacity: 1;
}

.footer__btn.btn {
  width: 8.375rem;
  padding: 0.75rem;
}

.footer__text {
  margin-top: 0.5rem;
  font-weight: 500;
  font-size: 0.75rem;
  letter-spacing: 0.04em;
}

.footer__middle {
  padding-top: 0.9375rem;
  padding-bottom: 0.5rem;
  background-color: #E2F0EB;
}

.footer__address {
  color: #0D610B;
  font-weight: 700;
  font-size: 0.8125rem;
  line-height: 1.4615384615;
}

.footer__number {
  font-weight: 400;
}

.footer__bottom {
  padding-block: 1.5rem;
  background-color: #0D610B;
}

.footer__copy {
  color: #FAFAFA;
  font-weight: 400;
  font-size: 0.75rem;
}

.fv-bottom {
  position: relative;
  margin-top: 5.625rem;
  padding-top: 2.625rem;
  padding-bottom: 1.5rem;
  background-color: #E2F0EB;
}

.fv-bottom__title {
  position: absolute;
  top: -4.375rem;
}

.fv-bottom__text {
  margin-inline: auto;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}

.fv {
  padding-bottom: 7.8125rem;
  overflow: hidden;
}

.fv__inner {
  width: 100%;
  margin-top: 2.75rem;
}

.fv__slider {
  margin-left: -2.8125rem;
}

.fv__slider-item {
  min-width: 30.3125rem;
}

.fv__catch {
  position: absolute;
  left: 4%;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.45;
}

.greeting__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1.875rem;
  gap: 1.5rem;
}

.greeting__image {
  aspect-ratio: 345/268;
}

.greeting__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.greeting__text {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.8;
}

/*ハンバーガー*/
.hamburger {
  z-index: 9999;
  position: fixed;
  top: 1.125rem;
  right: 0.75rem;
  width: 1.5rem;
  height: 1rem;
  cursor: pointer;
}

.hamburger.is-openSP {
  right: 0.8125rem;
}

.hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0.125rem;
  border-radius: 2px;
  background-color: #0D610B;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.hamburger span:first-child {
  top: 0;
}

.hamburger span:nth-child(2) {
  top: 50%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.hamburger span:nth-child(3) {
  top: 100%;
}

.hamburger.is-openSP span {
  background-color: #0D610B;
}

.hamburger.is-openSP span:first-child {
  top: 0.625rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.hamburger.is-openSP span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-openSP span:nth-child(3) {
  top: 0.65rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body.js-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 3.25rem;
  background-color: #FFF;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: inherit;
}

.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10000;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.625rem;
}

.header__logo img {
  max-width: 4.0625rem;
}

.header__logo-main {
  color: #333;
  font-weight: 400;
  font-size: 1.25rem;
  font-family: "Zen Antique", serif;
  letter-spacing: 0.04em;
}

.header__nav {
  height: inherit;
}

.header__nav-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  gap: 2.5rem;
}

.header__nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.header__nav-link,
.header__btn {
  display: inline-block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  font-weight: 700;
  font-size: 0.9375rem;
}

.header__nav-link {
  color: #333;
  text-transform: uppercase;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.header__nav-link:hover {
  color: #0D610B;
  opacity: 1;
}

.header__nav-link::after {
  visibility: hidden;
  position: absolute;
  bottom: 2.8125rem; /*アンダーラインが現れ始める位置（aタグの下辺からの高さ）*/
  width: 3.75rem;
  height: 0.125rem;
  background: #0D610B;
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.header__nav-link.header__nav-link--short::after {
  width: 2.8125rem;
}

.header__nav-link:hover::after {
  visibility: visible;
  bottom: 1.75rem; /*アニメーションが止まる位置*/
  opacity: 1;
}

.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding-inline: 1.5rem;
}

.header.change-color {
  background-color: #FFF;
}

.history-info__row:not(:first-child) {
  margin-top: 1rem;
}

.history-info__row {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.history-info__row dt {
  font-weight: 700;
  font-size: 1rem;
}

.history-info__row dd {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.6;
}

.history__info {
  margin-top: 1.875rem;
}

.inner {
  width: 100%;
  max-width: 37.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.layout-contact {
  margin-top: 3.5rem;
}

.layout-detail {
  margin-top: 3.5rem;
}

.layout {
  margin-top: 3.5rem;
}

.list-item {
  display: grid;
  width: 100%;
}

.list-item__image {
  aspect-ratio: 324/204;
}

.list-item__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-item__body {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  place-content: center;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-inline: 2.5rem;
  gap: 0.5rem;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(60, 86, 52, 0.1);
          box-shadow: 0px 0px 20px rgba(60, 86, 52, 0.1);
}

.list-item__title {
  width: 71.5942029%;
  min-width: 15.4375rem;
  margin-inline: auto;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: 0.08em;
}

.list-item__text {
  width: 71.5942029%;
  min-width: 15.4375rem;
  margin-inline: auto;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.list-item__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15.4375rem;
  max-width: 100%;
  margin-inline: auto;
  padding-block: 1rem;
  background-color: #333;
  color: #FFF;
  font-size: 0.9375rem;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.list-item__btn:hover {
  opacity: 0.7;
}

/*トップへ戻る*/
.pagetop {
  z-index: 99;
  position: fixed;
  right: 0.9375rem;
  bottom: 2rem;
  width: 4.375rem;
}

.pagetop__link {
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.pagetop__link:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-filter: invert(1);
          filter: invert(1); /* 色を反転 */
  opacity: 1;
}

.pagination button {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.pagination button:not([disabled]) {
  color: #333;
}

.pagination button:not([disabled]):hover {
  opacity: 0.7;
}

.pagination__number {
  padding: 0;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.pagination__number:not(.pagination__number--1) {
  margin-left: 1.25rem;
}

.pagination__prev {
  margin-right: 2.5rem;
}

.pagination__next {
  margin-left: 2.5rem;
}

/* 矢印ボタン用のスタイル */
.pagination__next,
.pagination__prev {
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.pagination__arrow {
  width: 0.875rem; /* 矢印画像の幅 */
  height: 0.5625rem; /* 矢印画像の高さを自動で調整 */
}

.pagination__arrow.pagination__arrow--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.section-title {
  color: #0D610B;
  font-weight: 700;
  font-size: 2rem;
}

.section-title__sub {
  margin-top: 1rem;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}

.section-title.section-title--line {
  position: relative;
  padding-bottom: 1rem;
  border-bottom: 1px solid #DDD;
}

.section-title.section-title--line::before {
  position: absolute;
  bottom: -0.5px;
  left: 0;
  width: 6.8125rem;
  height: inherit;
  border-bottom: 1px solid #0D610B;
  content: "";
}

.sp-nav {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  background-color: #FFF;
  -webkit-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
}

.sp-nav__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: inherit;
}

.sp-nav.is-openSP {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sp-nav__items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 4.75rem;
  gap: 1rem;
}

.sp-nav__item {
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.sp-nav__link {
  display: inline-block;
  width: 100%;
  height: inherit;
  color: #333;
  font-weight: 700;
  font-size: 0.9375rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.sp-nav__btn.btn {
  width: 100%;
  margin-top: 2.5rem;
  padding: 0.75rem;
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}

.sp-nav__text {
  margin-top: 0.375rem;
  font-weight: 500;
  font-size: 0.625rem;
  letter-spacing: 0.04em;
  text-align: center;
}

.table {
  width: 100%;
  margin-inline: auto;
  border-collapse: collapse;
}

.table__head {
  width: 50%;
  background-color: #DDD;
  font-weight: 700;
  text-align: left;
}

.table__head.table__head--short {
  width: 33.3333333%;
}

.table__head,
.table__cell {
  padding: 0.625rem 0.75rem;
  border: 1px solid #B9B9B9;
  font-size: 0.75rem;
  line-height: 1.3;
}

.table__cell {
  background-color: #FFF;
  font-weight: 400;
}

.text {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.8;
}

.top-about__image {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  aspect-ratio: 345/250;
  margin-top: 1rem;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.top-about__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-contact__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
  gap: 2rem;
}

.top-contact__image {
  aspect-ratio: 354/262;
  width: 100%;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.top-contact__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-contact__main {
  width: 100%;
}

.top-detail__head {
  width: 92.7536232%;
  min-width: 20rem;
  margin-inline: auto;
  padding-top: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 1.875rem;
  padding-left: 1.5rem;
  background-color: #FFF;
  -webkit-box-shadow: 0px 0px 20px rgba(60, 86, 52, 0.1);
          box-shadow: 0px 0px 20px rgba(60, 86, 52, 0.1);
}

.top-detail__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -2.875rem;
  gap: 2rem;
}

.top-detail__btn {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

.top-detail__image {
  z-index: -1;
  position: relative;
  aspect-ratio: 345/250;
}

.top-page__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top-page__wrap {
  display: contents;
}

.top-page__head {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}

.top-page__btn {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 2rem;
  margin-inline: auto;
}

.top-page__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-works__slider {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 1rem;
  margin-inline: auto calc(50% - 50vi);
}

.top-works__image {
  position: relative;
  aspect-ratio: 314/375;
  width: 91.0144928%;
  -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.16);
}

.top-works__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.top-works__primary {
  position: absolute;
  right: 1.25rem;
  bottom: 1.5rem;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: right;
}

.top-works__heading {
  font-size: 1.5rem;
  text-shadow: 1px 1px 2px black;
}

.top-works__text {
  margin-top: 0.75rem;
  margin-left: 0.625rem;
  font-size: 0.8125rem;
  text-align: start;
  text-shadow: 1px 1px 1px black;
}

.top-works__arrows {
  position: absolute;
  right: 4%;
  bottom: -4rem;
}

.top-works__arrow {
  width: 2.5rem;
  padding: 0;
}

.top-works__arrow.top-works__arrow--next {
  margin-left: 1rem;
}

/* ページネーションのスタイル */
.top-works__pagination-page {
  width: 3rem;
  height: 0.125rem;
  background-color: #B9B9B9;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

/* 現在表示されているページネーションのスタイル */
.top-works__pagination-page.is-active {
  background-color: #0D610B;
  opacity: 1;
}

/* ページネーションの位置 */
.top-works__pagination {
  position: absolute;
  bottom: -2.75rem;
  left: 0;
}

/* ページネーションの位置 */
.top-works__pagination.splide__pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.top-works__btn {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3;
  margin-top: 6rem;
  margin-inline: auto;
}

.treatment {
  position: relative;
}

.treatment::before {
  z-index: -2;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.treatment::after {
  z-index: -2;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.treatment--about02::after {
  bottom: -1.875rem;
  left: -4%;
  width: 8.5rem;
  height: 12.5rem;
  background-image: url(../images/top-dot02.webp);
}

.treatment--works::before {
  right: 0;
  bottom: -3.9375rem;
  width: 5.5rem;
  height: 7.8125rem;
  background-image: url(../images/top-dot03.webp);
}

.treatment--detail::before {
  bottom: -11.0625rem;
  left: 0;
  width: 9.5625rem;
  height: 14.0625rem;
  background-image: url(../images/top-dot04.webp);
}

.treatment--equipment::before {
  top: 49.5rem;
  right: 0;
  width: 5.375rem;
  height: 7.6875rem;
  background-image: url(../images/equipment-dot01.webp);
}

.treatment--equipment::after {
  top: 63rem;
  right: 0;
  width: 8.125rem;
  height: 11.9375rem;
  background-image: url(../images/equipment-dot02.webp);
}

.treatment--contact::before {
  bottom: -11.625rem;
  left: 0;
  width: 11rem;
  height: 16.1875rem;
  background-image: url(../images/equipment-dot03.webp);
}

.under-heading {
  padding-left: 0.1875rem;
  padding-block: 0.375rem;
  background-color: #E2F0EB;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.under-page {
  padding-top: 3.25rem;
}

.under-page__top {
  padding-top: 3.75rem;
  padding-bottom: 2.9375rem;
  background-image: url(../images/under-top-sp.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.under-page__title {
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #FFF;
  color: #FFF;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1;
}

.under-page__contact {
  margin-top: 3.5rem;
}

.works-detail__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  gap: 1rem;
}

.works-detail__image {
  aspect-ratio: 327/245;
  width: 100%;
}

.works-detail__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works-detail__heading {
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
}

.works-detail__text {
  margin-top: 1rem;
}

.works-detail__text,
.detail__text {
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}

.works-detail__items {
  margin-top: 1.875rem;
}

.works-detail__item:not(:first-child) {
  margin-top: 1.5rem;
}

.works-detail__btn {
  display: block;
  width: 16.25rem;
  max-width: 100%;
  margin-top: 2.5rem;
  margin-inline: auto;
  padding-right: 1.625rem;
  padding-block: 1.0625rem;
  border: 1px solid #333;
  border-radius: 4px;
  background-color: #FFF;
  color: #333;
  font-weight: 500;
  font-size: 0.9375rem;
  line-height: 1;
  letter-spacing: 0.04em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.works-detail__btn:hover {
  opacity: 0.7;
}

.works-detail__btn-arrow {
  position: relative;
}

.works-detail__btn-arrow::before {
  position: absolute;
  top: 35%;
  left: 0.75rem;
  width: 0.875rem;
  height: 0.5625rem;
  background-image: url(../images/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

.works-list__items {
  display: grid;
  margin-top: 1rem;
  gap: 1.5rem;
}

.works-list__pagination {
  margin-top: 3.5rem;
  text-align: center;
}

.works__items {
  margin-top: 1rem;
}

.works__item:not(:first-child) {
  margin-top: 2.5rem;
}

.works__item {
  width: 100%;
  margin-inline: auto;
}

.works__image {
  aspect-ratio: 345/240;
}

.works__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.works__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 95.1070336%;
  min-width: 19.4375rem;
  height: 26.375rem;
  margin: 1rem auto 0;
  padding-left: 1.5rem;
  border-left: 1px solid #333;
}

.works__body-head {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.8;
}

.works__body-text {
  margin-top: 0.5rem;
  font-weight: 400;
  font-size: 0.9375rem;
  line-height: 2;
}

@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
  html {
    font-size: 1.4545454545vw;
  }
  .access__container {
    max-width: 37.5rem;
    margin-top: 7.5rem;
  }
  .access__map {
    aspect-ratio: 600/480;
  }
  .access__arrow {
    margin-top: 1.25rem;
  }
  .anchor-link {
    scroll-margin-top: 6.25rem;
  }
  .btn {
    padding-block: 1rem;
  }
  .btn.btn--circle {
    width: 10.6875rem;
  }
  .btn.btn--circle.btn--right {
    margin-left: auto;
  }
  .company-info {
    max-width: 50rem;
  }
  .company-info__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .company-info__head {
    width: 26%;
    padding: 1rem 1.5rem;
  }
  .company-info__head.company-info__head--wide {
    padding: 1.75rem 1.5rem;
  }
  .company-info__cell {
    width: 74%;
    padding: 1rem 1.5rem;
  }
  .company-info__cell.company-info__cell--wide {
    padding: 1.75rem 1.5rem;
  }
  .company__info {
    margin-top: 6.25rem;
  }
  .contact__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
  .contact__box {
    max-width: 23.5625rem;
    margin-inline: initial;
    padding-block: 1.875rem;
  }
  .contact__box.contact__box--white {
    padding-block: 1.875rem;
  }
  .contact__contents {
    max-width: 18.625rem;
  }
  .contact__head {
    padding-bottom: 0.4375rem;
    font-size: 1.25rem;
  }
  .contact__mail,
  .contact__tel {
    font-size: 1.5rem;
  }
  .contact__text {
    font-size: 1rem;
  }
  .design {
    font-size: 13px;
  }
  .works-detail__text,
  .detail__text {
    font-size: 1rem;
  }
  .detail__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 1.5rem;
    gap: 6.875rem;
  }
  .detail__image {
    aspect-ratio: 405/304;
    max-width: 25.3125rem;
  }
  .equipment__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5rem;
    gap: 1.1875rem;
  }
  .equipment__body {
    max-width: 24.875rem;
  }
  .equipment__heading {
    font-size: 1.625rem;
  }
  .equipment__text {
    margin-top: 1.5rem;
    font-size: 1rem;
  }
  .equipment__images {
    max-width: 42.4375rem;
    gap: 0.75rem;
  }
  .equipment__image {
    aspect-ratio: 334/256;
  }
  .equipment__items {
    margin-top: 5rem;
  }
  .equipment__item:not(:first-child) {
    margin-top: 7rem;
  }
  .equipment__table {
    margin-top: 1.5rem;
  }
  .footer__top {
    padding-top: 6rem;
    padding-bottom: 4.1875rem;
  }
  .footer__logo {
    gap: 0.875rem;
  }
  .footer__logo img {
    max-width: 5.375rem;
  }
  .footer__contents {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 2.8125rem;
  }
  .footer__items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 5rem;
  }
  .footer__btn.btn {
    width: 13.625rem;
  }
  .footer__middle {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }
  .footer__number {
    margin-left: 0.75rem;
  }
  .footer__bottom {
    padding-block: 2.375rem;
  }
  .footer__copy {
    font-size: 0.8125rem;
  }
  .fv-bottom {
    margin-top: 3.125rem;
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .fv-bottom__title {
    top: -1.875rem;
  }
  .fv-bottom__text {
    max-width: 43.875rem;
  }
  .fv {
    padding-bottom: initial;
  }
  .fv__inner {
    position: relative;
    max-width: 84.5rem;
    margin-top: 0;
    margin-inline: auto;
  }
  .fv__slider {
    margin-inline: auto calc(50% - 50vi);
  }
  .fv__catch {
    bottom: 4%;
    left: 3%;
    font-size: 2.5rem;
    line-height: 1.45;
  }
  .greeting__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 6.25rem;
    gap: 5.5rem;
  }
  .greeting__image {
    aspect-ratio: 600/540;
    max-width: 22.5rem;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .header {
    height: 6.25rem;
  }
  .inner.header__inner {
    min-width: 100%;
    padding-right: 0;
    padding-left: 1.5rem;
  }
  .header__logo {
    gap: 0.75rem;
  }
  .header__logo img {
    max-width: 6.5625rem;
  }
  .header__logo-main {
    font-size: 2rem;
  }
  .header__drawer {
    display: none;
  }
  .history__info {
    max-width: 50rem;
    margin-inline: auto;
  }
  .history-info__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .history-info__row dt {
    width: 24.5%;
    max-width: 12.25rem;
  }
  .history-info__row dd {
    width: 75.5%;
    margin-top: initial;
  }
  .history__info {
    margin-top: 2.875rem;
  }
  .inner {
    max-width: 1150px;
    padding-right: 25px;
    padding-left: 25px;
  }
  .layout-contact {
    margin-top: 11.25rem;
  }
  .layout-detail {
    margin-top: 12.75rem;
  }
  .layout {
    margin-top: 6.25rem;
  }
  .list-item {
    max-width: 33.375rem;
  }
  .list-item__image {
    aspect-ratio: 534/400;
    max-width: 33.375rem;
  }
  .list-item__body {
    padding-top: 3rem;
    padding-bottom: 3.75rem;
    padding-inline: 4rem;
  }
  .list-item__title {
    width: 100%;
    max-width: 25.375rem;
    font-size: 1.5rem;
    line-height: 1.2083333333;
  }
  .list-item__text {
    width: 100%;
    max-width: 25.375rem;
    font-size: 1rem;
  }
  .list-item__btn {
    max-width: 14.6875rem;
    margin-inline: initial;
  }
  .pagetop {
    right: 1.25rem;
    bottom: 5rem;
    width: 6.875rem;
  }
  .section-title {
    font-size: 2.5rem;
  }
  .section-title__sub {
    margin-top: 1.5rem;
  }
  .section-title.section-title--line {
    padding-bottom: 1.5rem;
  }
  .section-title.section-title--line::before {
    width: 6.25rem;
  }
  .table {
    max-width: 42.5rem;
  }
  .text {
    font-size: 1rem;
  }
  .top-about__image {
    aspect-ratio: 985/620;
    width: 100vw;
    max-width: 61.5625rem;
    margin-top: 7.5rem;
  }
  .top-contact__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 7.5rem;
  }
  .top-contact__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    aspect-ratio: 700/440;
    width: 100vw;
    max-width: 43.75rem;
  }
  .top-detail__head {
    width: 100%;
    max-width: 35rem;
    margin-inline: initial;
    padding-top: 3.5rem;
    padding-bottom: 4.875rem;
    padding-left: 5rem;
  }
  .top-detail__wrap {
    display: block;
    margin-top: -14.875rem;
  }
  .top-detail__btn {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .top-detail__image {
    aspect-ratio: 882/492;
    width: 100vw;
    max-width: 55.125rem;
    margin-top: 3.625rem;
    margin-left: 13.5rem;
  }
  .top-page__inner {
    display: block;
  }
  .top-page__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top-page__btn {
    margin: initial;
  }
  .top-works__slider {
    margin-top: 5rem;
  }
  .top-works__image {
    aspect-ratio: 520/620;
    width: 100%;
    max-width: 32.5rem;
  }
  .top-works__primary {
    right: 3rem;
    bottom: 3rem;
  }
  .top-works__heading {
    font-size: 2rem;
  }
  .top-works__text {
    margin-top: 1rem;
    font-size: 1rem;
  }
  .top-works__arrows {
    right: 10.7142857%;
    bottom: -6.5rem;
  }
  .top-works__arrow {
    width: 3rem;
  }
  .top-works__arrow.top-works__arrow--next {
    margin-left: 1.5rem;
  }
  .top-works__pagination-page {
    width: 15rem;
  }
  .top-works__pagination {
    bottom: -5rem;
  }
  .top-works__btn {
    margin: initial;
  }
  .treatment--about::before {
    top: 0;
    left: -10.5rem;
    width: 10.5rem;
    height: 15.4375rem;
    background-image: url(../images/top-dot01.webp);
  }
  .treatment--about02::after {
    bottom: 0;
    left: 0;
    width: 15.875rem;
    height: 23.375rem;
  }
  .treatment--works::before {
    bottom: -16.6875rem;
    width: 11.75rem;
    height: 16.75rem;
  }
  .treatment--detail::before {
    bottom: -13.6875rem;
    width: 21.6875rem;
    height: 31.9375rem;
  }
  .treatment--equipment::before {
    top: 53.4375rem;
    width: 6.4375rem;
    height: 13.1875rem;
  }
  .treatment--equipment::after {
    top: 65.375rem;
    width: 13.5625rem;
    height: 20rem;
  }
  .treatment--contact::before {
    bottom: -14.625rem;
    width: 21.6875rem;
    height: 31.9375rem;
  }
  .under-heading {
    padding-block: 0.6875rem;
    font-size: 1.375rem;
  }
  .under-page {
    padding-top: 6.25rem;
  }
  .under-page__top {
    padding-top: 7.5rem;
    padding-bottom: 6.6875rem;
    background-image: url(../images/under-top.webp);
  }
  .under-page__title {
    padding-bottom: 0.8125rem;
    font-size: 2.5rem;
  }
  .under-page__contact {
    margin-top: 5rem;
  }
  .under-page__contact .contact__box.contact__box--white {
    margin-top: 0;
  }
  .works-detail__top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 5rem;
    gap: 2.375rem;
  }
  .works-detail__image {
    aspect-ratio: 663/497;
    max-width: 41.4375rem;
  }
  .works-detail__body {
    max-width: 24.875rem;
  }
  .works-detail__heading {
    font-size: 1.5rem;
  }
  .works-detail__text {
    margin-top: 2.0625rem;
  }
  .works-detail__text,
  .detail__text {
    font-size: 1rem;
  }
  .works-detail__items {
    margin-top: 2.5rem;
  }
  .works-detail__item:not(:first-child) {
    margin-top: 2.5rem;
  }
  .works-detail__btn {
    margin-top: 4rem;
  }
  .works-list__items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-column-gap: 2.125rem;
       -moz-column-gap: 2.125rem;
            column-gap: 2.125rem;
    row-gap: 2rem;
    margin-top: 5rem;
  }
  .works-list__pagination {
    margin-top: 5rem;
  }
  .works__items {
    margin-top: 5rem;
  }
  .works__item:not(:first-child) {
    margin-top: 3.5rem;
  }
  .works__item {
    max-width: 52.9375rem;
  }
  .works__image {
    aspect-ratio: 847/350;
  }
  .works__body {
    display: block;
    width: 100%;
    max-width: 47.625rem;
    height: 20.25rem;
    margin: 2.5rem 0 0 auto;
    padding-top: 1.1875rem;
    padding-left: 4.1875rem;
  }
}

@media (min-width: 1100px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

@media (any-hover: hover) {
  a {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}
/*# sourceMappingURL=map/styles.css.map */