@charset "UTF-8";
main {
  position: relative;
}

.fix-btn {
  position: relative;
  position: fixed;
  right: 0;
  top: 50%;
  height: auto;
  z-index: 9;
  transition: opacity 0.3s;
}
@media (hover) {
  .fix-btn:hover {
    opacity: 0.5;
  }
  .fix-btn:hover .fix-btn__link:after {
    translate: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  .fix-btn {
    bottom: 10px;
    left: 0%;
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
    top: auto;
  }
}
.fix-btn__link {
  display: flex;
  align-items: center;
  justify-content: center;
  writing-mode: vertical-rl;
  gap: 10px;
  text-align: end;
  font-size: 1.6rem;
  width: 70px;
  border: 1px solid #737373;
  border-right: none;
  border-radius: 3px 0px 0px 3px;
  padding-inline: 20px;
  text-align: center;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .fix-btn__link {
    writing-mode: initial;
    max-width: 320px;
    width: 90%;
    margin-inline: auto;
    padding-block: 20px;
    border-right: 1px solid #737373;
    justify-content: space-between;
  }
}
.fix-btn__link::after {
  content: "";
  background: url(../../images/common/icon_arrow.png) center/cover, no-repeat;
  rotate: 90deg;
  width: 8px;
  height: auto;
  aspect-ratio: 8/14;
  transition: translate 0.3s;
}

.top {
  position: relative;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  padding-block: 150px;
}
@media screen and (max-width: 600px) {
  .top {
    padding-block: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top__container {
    display: flex;
    flex-direction: column;
  }
}
.top__textbox {
  padding-left: 44px;
  width: 50%;
  margin-inline: auto 0;
}
@media screen and (max-width: 1024px) {
  .top__textbox {
    width: 100%;
    order: 2;
    margin-top: 50px;
  }
}
.top__lead {
  position: relative;
  font-size: 1.4rem;
  color: #737373;
}
@media screen and (max-width: 1024px) {
  .top__lead {
    display: flex;
    align-items: center;
    gap: 5px;
  }
}
.top__lead::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  left: -14px;
  top: 50%;
  translate: -100% 0;
}
@media screen and (max-width: 1024px) {
  .top__lead::before {
    width: 15px;
  }
}
.top__title {
  line-height: 1.9166666667;
  letter-spacing: 0.12em;
  font-size: 2.4rem;
  margin-top: 36px;
}
.top__title::before, .top__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__title::before {
  margin-block-end: calc((1 - 1.9166666667) * 0.5em);
}
.top__title::after {
  margin-block-start: calc((1 - 1.9166666667) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .top__title {
    margin-top: 18px;
  }
}
.top__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 50px;
}
.top__disc::before, .top__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.top__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.top__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 1024px) {
  .top__disc {
    margin-top: 25px;
  }
}
.top__image {
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .top__image {
    position: static;
  }
}
.top__image--1 {
  max-width: 450px;
  width: 100%;
  top: 97px;
  left: -100px;
}
@media screen and (max-width: 1024px) {
  .top__image--1 {
    order: 3;
    margin-top: 75px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .top__image--1 {
    max-width: 225px;
  }
}
.top__image--2 {
  max-width: 160px;
  width: 100%;
  top: 500px;
  left: 280px;
}
@media screen and (max-width: 1024px) {
  .top__image--2 {
    position: absolute;
    left: auto;
    right: 12%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .top__image--2 {
    max-width: 80px;
    position: static;
    order: 4;
    margin-top: 50px;
    margin-inline: auto 75px;
  }
}
.top__image--3 {
  max-width: 180px;
  width: 100%;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .top__image--3 {
    order: 1;
    margin-inline: auto 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 600px) {
  .top__image--3 {
    max-width: 90px;
  }
}

.products {
  overflow: hidden;
}
.products__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.products__unit {
  padding-block: 150px;
}
@media screen and (max-width: 768px) {
  .products__unit {
    padding-block: 120px;
  }
}
.products__unit:nth-child(odd) {
  background: #f7f7f5;
}
@media screen and (max-width: 1024px) {
  .products__unit:nth-child(odd) .products-top {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1024px) {
  .products__unit:nth-child(even) .products-top {
    flex-direction: column;
  }
}
.products__unit:nth-child(even) .products-top__image {
  margin-inline: calc(50% - 50vw) auto;
}
.products__unit:nth-child(even) .products-top__textbox {
  margin-inline: auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 1024px) {
  .products__unit:nth-child(even) .products-top__textbox {
    margin-inline: 0;
  }
}
.products__unit:nth-child(even) .lineup__container {
  background: #ededeb;
}

.products-top {
  display: flex;
  gap: 5rem;
}
@media screen and (max-width: 768px) {
  .products-top {
    gap: 30px;
  }
}
.products-top__textbox {
  width: 50%;
  margin-top: 5rem;
}
@media screen and (max-width: 1024px) {
  .products-top__textbox {
    width: 100%;
    margin-top: 0;
  }
}
.products-top__name {
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  padding: 7px 15px;
  border: 1px solid #737373;
  width: -moz-fit-content;
  width: fit-content;
}
.products-top__name::before, .products-top__name::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.products-top__name::before {
  margin-block-end: calc((1 - 2.2857142857) * 0.5em);
}
.products-top__name::after {
  margin-block-start: calc((1 - 2.2857142857) * 0.5em);
}
.products-top__lead {
  margin-top: 4rem;
  line-height: 1.9285714286;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.products-top__lead::before, .products-top__lead::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.products-top__lead::before {
  margin-block-end: calc((1 - 1.9285714286) * 0.5em);
}
.products-top__lead::after {
  margin-block-start: calc((1 - 1.9285714286) * 0.5em);
}
@media screen and (max-width: 768px) {
  .products-top__lead {
    margin-top: 2.5rem;
  }
}
.products-top__disc {
  margin-top: 5rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.products-top__disc::before, .products-top__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.products-top__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.products-top__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.products-top__image {
  width: 50vw;
  max-height: 660px;
  height: 100%;
  margin-inline: auto calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .products-top__image {
    width: auto;
    height: 100%;
    max-height: unset;
  }
}
.products-top__image img {
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.lineup__container {
  width: 100%;
  margin-inline: auto;
  display: flex;
  gap: 60px;
  gap: 6rem;
  padding: 100px;
  padding: 10rem;
  background: var(--white);
  border-radius: 6px;
  margin-top: 78px;
}
@media screen and (max-width: 1024px) {
  .lineup__container {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .lineup__container {
    flex-direction: column;
    padding: 50px 25px;
    gap: 30px;
    margin-top: 50px;
  }
}
.lineup__textbox {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lineup__textbox {
    width: 100%;
  }
}
.lineup__title {
  line-height: 1.3333333333;
  letter-spacing: 0.06em;
  font-size: 2.4rem;
}
.lineup__title::before, .lineup__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.lineup__title::before {
  margin-block-end: calc((1 - 1.3333333333) * 0.5em);
}
.lineup__title::after {
  margin-block-start: calc((1 - 1.3333333333) * 0.5em);
}
@media screen and (max-width: 768px) {
  .lineup__title {
    font-size: 2.3rem;
  }
}
.lineup__title--small {
  font-size: 16px;
}
.lineup__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 40px;
}
.lineup__disc::before, .lineup__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.lineup__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.lineup__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .lineup__disc {
    margin-top: 20px;
  }
}
.lineup__btn {
  position: relative;
  margin-top: 50px;
  max-width: 270px;
  max-width: 27rem;
  width: 100%;
  height: 62px;
  height: 6.2rem;
  display: grid;
  place-items: center;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .lineup__btn {
    margin-top: 25px;
  }
}
.lineup__btn.is-active::before {
  rotate: 0deg;
}
.lineup__btn::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: #707070;
  height: 1px;
  width: 16px;
  rotate: 90deg;
  transform-origin: center center;
  top: 50%;
  right: 20px;
  transition: rotate 0.3s;
}
.lineup__btn::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #707070;
  height: 1px;
  width: 16px;
  transform-origin: center center;
  top: 50%;
  right: 20px;
  transition: rotate 0.3s;
}
.lineup__imgbox {
  display: flex;
  gap: 10px;
}
.lineup__image {
  max-width: 230px;
  width: 100%;
}
.lineup__right {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .lineup__right {
    width: 100%;
  }
}

.infomation {
  margin-top: 60px;
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 1320px) {
  .infomation {
    margin-top: 30px;
    flex-direction: column;
    gap: 15px;
  }
}
.infomation__lead {
  font-size: 2rem;
}
.infomation__note {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #757575;
}
@media screen and (max-width: 768px) {
  .infomation__note {
    margin-top: 10px;
  }
}
.infomation__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(100% - 195px);
}
@media screen and (max-width: 1320px) {
  .infomation__list {
    width: 100%;
  }
}
.infomation__item {
  display: flex;
  align-items: flex-start;
  gap: 1.1rem;
}
.infomation__item::before {
  content: "";
  position: relative;
  background: url(../../images/common/icon_arrow.png) center/cover, no-repeat;
  width: 6px;
  height: 12px;
  aspect-ratio: 6/12;
  top: 0.25em;
}
.infomation__link {
  font-size: 1.5rem;
  color: #0d3da9;
  transition: opacity 0.3s;
}
@media (hover) {
  .infomation__link:hover {
    opacity: 0.5;
  }
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  z-index: 9;
  width: 100%;
  height: 100%;
  background: rgba(26, 26, 26, 0.5);
  top: 0;
  left: 0;
  transition: opacity 0.3s, visibility 0.3s;
}
.modal.is-active {
  opacity: 1;
  visibility: visible;
}
.modal__container {
  position: absolute;
  width: 90%;
  max-width: -moz-max-content;
  max-width: max-content;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media screen and (max-width: 768px) {
  .modal__container {
    max-width: 100%;
  }
}
.modal__content {
  background: var(--white);
  position: relative;
  width: 90%;
  margin-inline: auto;
  display: table;
  border-radius: 6px;
  padding: 60px 100px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal__content {
    padding: 30px;
  }
}
.modal__top {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .modal__top {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 5px;
  }
}
.modal__title {
  font-size: 2.4rem;
}
.modal__name {
  font-size: 1.4rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #737373;
}
@media screen and (max-width: 768px) {
  .modal__name {
    gap: 5px;
  }
}
.modal__name::before {
  content: "";
  background: #d9d9d9;
  width: 30px;
  height: 1px;
  display: inline-block;
  translate: 0 100%;
}
@media screen and (max-width: 768px) {
  .modal__name::before {
    width: 15px;
  }
}
.modal__list {
  border-collapse: separate;
  border-spacing: 1px;
  border: #737373;
  border-collapse: collapse;
  border: none;
  margin-top: 40px;
  overflow-x: auto;
  flex-shrink: 0;
  display: flex;
}
.modal__item {
  height: 56px;
}
.modal__item:nth-child(2n+1) {
  background: #ededeb;
}
.modal__item:first-child {
  background: #737373;
}
.modal table {
  border-collapse: collapse;
  border: none;
}
.modal td,
.modal th {
  border: none;
  border-left: 1px solid #d9d9d9;
  font-weight: 400;
}
.modal td:first-child,
.modal th:first-child {
  border-left: none;
}
.modal tr:first-child td,
.modal tr:first-child th {
  border-top: none;
}
.modal tr:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.modal tbody {
  flex-shrink: 0;
}
.modal__text {
  text-align: center;
  vertical-align: middle;
  font-size: 1.5rem;
}
.modal__text--small {
  width: 180px;
  width: 18rem;
}
.modal__text--reguler {
  width: 390px;
  width: 39rem;
}
.modal__text--large {
  width: 430px;
  width: 43rem;
}
.modal__text--white {
  color: var(--white);
}
.modal__btn {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 30px;
  height: auto;
  aspect-ratio: 1/1;
  transition: opacity 0.3s;
}
@media (hover) {
  .modal__btn:hover {
    opacity: 0.5;
  }
}
.modal__line:first-child {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #707070;
  transition: rotate 0.3s;
  rotate: 45deg;
}
.modal__line:last-child {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  display: inline-block;
  background: #707070;
  transition: rotate 0.3s;
  rotate: -45deg;
}

.experience {
  padding-block: 150px;
  margin-bottom: 150px;
  background: #f0f3f5;
}
@media screen and (max-width: 768px) {
  .experience {
    padding-block: 50px;
    margin-bottom: 50px;
  }
}
.experience__inner {
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
}
.experience__container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .experience__container {
    flex-direction: column;
  }
}
.experience__textbox {
  padding-left: 46px;
  width: 45%;
}
@media screen and (max-width: 1024px) {
  .experience__textbox {
    width: 54.5%;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .experience__textbox {
    width: 100%;
    padding-left: 0;
    display: contents;
  }
}
.experience__lead {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  color: #737373;
}
@media screen and (max-width: 767px) {
  .experience__lead {
    order: 1;
    gap: 5px;
  }
}
.experience__lead::before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
  left: -16px;
  top: 50%;
  translate: -100% -50%;
}
@media screen and (max-width: 767px) {
  .experience__lead::before {
    position: static;
    translate: 0 -50%;
    width: 15px;
  }
}
.experience__title {
  font-size: 3.6rem;
  margin-top: 3rem;
}
@media screen and (max-width: 767px) {
  .experience__title {
    order: 2;
  }
}
.experience__disc {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 50px;
}
.experience__disc::before, .experience__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.experience__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.experience__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 767px) {
  .experience__disc {
    margin-top: 25px;
    order: 3;
  }
}
.experience__reserve {
  font-size: 1.5rem;
  border: 1px solid #737373;
  margin-top: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7px 9px;
}
.experience__text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.experience__text--mt {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .experience__text--mt {
    margin-top: 10px;
  }
}
.experience__image {
  max-width: 540px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .experience__wrapper {
    order: 5;
  }
}
.experience__logo {
  width: 16rem;
  margin-top: 4rem;
}
.experience__contact {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 50px;
  background: var(--white);
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .experience__contact {
    padding: 30px;
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .experience__contact {
    width: 100%;
    padding: 20px 25px;
  }
}
.experience__reception {
  color: #737373;
  margin-top: 16px;
  font-size: 1.4rem;
}
.experience__tell {
  margin-top: 20px;
}
.experience__number {
  font-size: 28px;
}
.experience__icon {
  width: 2.3rem;
}
.experience__swiper {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .experience__swiper {
    width: 100%;
  }
}

.access__map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: 100px;
}
@media screen and (max-width: 1024px) {
  .access__map {
    height: 350px;
    margin-top: 50px;
  }
}
.access__map iframe {
  width: 100%;
  height: 100%;
}
.access__wrapper {
  display: flex;
  align-items: flex-end;
  gap: 25px;
  margin-top: 25px;
}
@media screen and (max-width: 1024px) {
  .access__wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
}
.access__name {
  font-size: 2rem;
}
.access__address {
  font-size: 1.6rem;
}
.access__text {
  font-size: 1.4rem;
  margin-top: 15px;
  line-height: 1.8;
}

.swiper-container {
  width: 50%;
  max-width: 540px;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  width: 45%;
  /* 選択されているページネーション */
}
@media screen and (max-width: 1024px) {
  .swiper-container {
    width: calc(100% - 54.5% - 50px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 767px) {
  .swiper-container {
    width: 100%;
    max-width: 100%;
    margin-top: 50px;
    order: 4;
  }
}
.swiper-container .swiper-pagination {
  position: absolute;
  width: 100%;
  top: auto;
  left: auto;
  bottom: -20px;
  right: 0;
  translate: 0 100%;
}
@media screen and (max-width: 767px) {
  .swiper-container .swiper-pagination {
    bottom: -10px;
  }
}
.swiper-container .swiper-pagination-bullet {
  background-color: #f0f3f5;
  border: 1px solid #737373;
  border-radius: 9999px;
  height: auto;
  opacity: 1;
  width: 10px;
  aspect-ratio: 1;
  margin: 0 8px !important;
}
.swiper-container .swiper-pagination-bullet-active {
  background-color: #737373;
}
.swiper-container .swiper {
  overflow: visible;
  overflow: hidden;
  /* 画像サイズ調整 */
}
.swiper-container .swiper .swiper-wrapper .swiper-slide {
  line-height: 1;
  letter-spacing: 0.05em;
  font-size: 1.3rem;
}
.swiper-container .swiper .swiper-wrapper .swiper-slide::before, .swiper-container .swiper .swiper-wrapper .swiper-slide::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.swiper-container .swiper .swiper-wrapper .swiper-slide::before {
  margin-block-end: calc((1 - 1) * 0.5em);
}
.swiper-container .swiper .swiper-wrapper .swiper-slide::after {
  margin-block-start: calc((1 - 1) * 0.5em);
}
.swiper-container .swiper .swiper-slide img {
  height: auto;
  width: 100%;
  overflow: hidden;
}
.swiper-container .swiper .swiper-slide-caption {
  margin-top: 10px;
}
/*# sourceMappingURL=style.css.map */
