@charset "utf-8";

/*------------------------------ 共通 ------------------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #F4F4F4;
  font-family: "Noto Serif JP", serif;
  color: #0D0D0D;
  font-size: 1.6rem;
}

body.modal-open {
  overflow: hidden;
}

.container {
  margin-inline: auto;
  text-align: center;
}

.inner {
  margin-inline: auto;
  width: 90%;
}

.small-inner {
  margin-inline: auto;
  width: 90%;
}

.flex {
  display: flex;
}

.set-heading {
  text-align: center;
  font-weight: 700;
}

.sub-heading {
  font-family: "Roboto", sans-serif;
  color: #911010;
  text-align: center;
  font-size: 1.4rem;
  margin-top: 0.4rem;
  line-height: 1.167;
  letter-spacing: 0.05em;
}

.underline-link {
  position: relative;
}

.underline-link::after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -0.4rem;
  width: 0;
  height: 0.1rem;
  background: #0D0D0D;
  transition: .3s;
  transform: translateX(-50%);
}

.underline-link:hover::after {
  width: 100%;
}

.invert-btn {
  border-radius: 9999px;
  color: #fff;
  background-color: #000;
  border: 0.2rem solid #0D0D0D;
  transition: .3s;
  font-weight: 700;
  text-align: center;
}

.invert-btn:hover {
  color: #000;
  background-color: #fff;
}

/*------------------------------ header ------------------------------*/
header {
  position: fixed;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0 2rem;
  background-color: #fff;
  z-index: 10;
}

header .menu {
  align-items: center;
}

header .menu ul li a {
  font-weight: 700;
  letter-spacing: 0.05em;
}

/*------------------------------ hero ------------------------------*/
#top .hero .container {
  max-width: unset;
  position: relative;
}

#top .hero .container .hero-title {
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
}

#top .hero .container .hero-title h2 {
  font-weight: 700;
  color: #fff;
  font-size: 3.6rem;
}

#top .hero .container .img {
  width: 67%;
}

#top .hero .container .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/*------------------------------ news ------------------------------*/
#top .news .small-inner .news-wrap .each-news {
  border-bottom: 0.1rem solid #8B806E;
  align-items: baseline;
}

#top .news .small-inner .news-wrap .each-news:first-of-type {
  border-top: 0.1rem solid #8B806E;
}

#top .news .small-inner .news-wrap .each-news time {
  color: #8B806E;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

/*------------------------------ business ------------------------------*/
#top .business .inner .tab-list {
  justify-content: center;
}

#top .business .inner .tab-list .tab-item {
  align-items: center;
  width: calc((100% - 6rem) /3);
  background-color: #BEB8AE;
  color: #fff;
  padding-left: 3%;
  font-weight: 700;
}

#top .business .inner .tab-list .tab-item.active {
  background-color: #fff;
  color: #0D0D0D;
}

#top .business .inner .business-main .business-ec.active {
  background-color: #fff;
}

#top .business .inner .business-main .content.active .text-wrap h3 {
  font-weight: 700;
}

#top .business .inner .business-main .content.active .text-wrap .small-text {
  font-size: 1.2rem;
  line-height: 2;
}

#top .business .inner .business-main .content.active .img {
  height: auto;
}

#top .business .inner .business-main .content.active .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* デフォルトでは非表示 */
#top .business .inner .business-main .content {
  display: none;
  background-color: #8B806E;
}

/* activeがついたものだけ表示 */
#top .business .inner .business-main .content.active {
  display: flex;
}

/* 実装され次第削除 htmlのdisabledも削除*/
.tab-item.disabled {
  pointer-events: none;
  opacity: .5;
  cursor: default;
}

/*------------------------------ line-up ------------------------------*/
#top .line-up .inner .line-up-group {
  flex-wrap: wrap;
}

#top .line-up .inner .line-up-group .line-up-card .img {
  width: 100%;
  overflow: hidden;
}

#top .line-up .inner .line-up-group .line-up-card .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: .5s;
}

#top .line-up .inner .line-up-group .line-up-card:hover .img img {
  transform: scale(1.1);
}

#top .line-up .inner .line-up-group .line-up-card p:first-of-type {
  font-weight: 700;
}

#top .line-up .inner .line-up-group .line-up-card p:nth-of-type(2) {
  font-size: 1.2rem;
  color: #707070;
}

#top .line-up .inner .line-up-group .line-up-card p:nth-of-type(3) {
  font-weight: 700;
  color: #8B806E;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
}

#top .line-up .inner .invert-btn {
  margin-inline: auto;
  display: block;
}

/*------------------------------ outline ------------------------------*/
#top .outline .small-inner dl .company-detail {
  border-bottom: 0.1rem solid #8B806E;
  gap: 0 6%;
}

#top .outline .small-inner dl .company-detail dt {
  font-weight: 700;
  color: #8B806E;
}

#top .outline .small-inner dl .company-detail:first-of-type {
  border-top: 0.2rem solid #8B806E;
}

#top .outline .small-inner .google-map iframe {
  width: 100%;
}

/*------------------------------ contact ------------------------------*/
#top .contact .small-inner {
  background-color: #EAE8E5;
}

#top .contact .small-inner .contact-form .dl-wrap dl dt p {
  display: flex;
  align-items: center;
  gap: 0 .8rem;
  font-weight: 700;
}

#top .contact .small-inner .contact-form .dl-wrap dl dt p span {
  font-size: 1.2rem;
  color: #911010;
}

#top .contact .small-inner .contact-form .dl-wrap dl dd p input,
#top .contact .small-inner .contact-form .dl-wrap dl dd p textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #8B806E;
  padding: 1.4rem 2rem;
}

#top .contact .small-inner .contact-form .dl-wrap dl dd p textarea {
  resize: vertical;
}

#top .contact .small-inner .contact-form .privacy {
  height: 14rem;
  overflow-y: scroll;
  background-color: #fff;
  border: 1px solid #8B806E;
  padding: 1.2rem 1.6rem;
  margin-top: 4rem;
  margin-inline: auto;
  font-size: 1.2rem;
  line-height: 1.67;
  color: #707070;
}

#top .contact .small-inner .contact-form .privacy .group {
  margin-top: 2rem;
}

#top .contact .small-inner .contact-form .privacy-check {
  text-align: center;
}

#top .contact .small-inner .contact-form .privacy-check label {
  display: flex;
  align-items: center;
  gap: 0 1rem;
  cursor: pointer;
}

#top .contact .small-inner .contact-form .privacy-check input[type="checkbox"] {
  position: relative;
  width: 3rem;
  height: 3rem;
  border: .1rem solid #8B806E;
  vertical-align: -.5rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  cursor: pointer;
}

#top .contact .small-inner .contact-form .privacy-check input[type="checkbox"]:checked:before {
  position: absolute;
  top: .5rem;
  left: 1rem;
  transform: rotate(50deg);
  width: .8rem;
  height: 1.4rem;
  border-right: .2rem solid #8B806E;
  border-bottom: .2rem solid #8B806E;
  content: '';
}

#top .contact .small-inner .contact-form .privacy-check label span {
  font-weight: 500;
  font-size: 1.2rem;
}

#top .contact .small-inner .contact-form .invert-btn {
  display: block;
  margin-inline: auto;
  width: 27.2rem;
}

#top .contact .confirm-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}

#top .contact .confirm-modal.active {
  opacity: 1;
  pointer-events: all;
  transition: .3s;
}

#top .contact .confirm-modal::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #70707050;
  width: 100vw;
  height: 100vh;
}

#top .contact .confirm-modal .small-inner {
  position: absolute;
  content: "";
  top: 0.8rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  padding: 4.2rem 0 0;
  background-color: transparent;
}

#top .contact .confirm-modal .small-inner .content {
  background-color: #fff;
  max-height: calc(90vh - 5rem);
  max-height: calc(90dvh - 5rem);
  overflow-y: auto;
}

#top .contact .confirm-modal .small-inner h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4;
}

#top .contact .confirm-modal .small-inner .dl-wrap dl dt {
  font-weight: 700;
}

#top .contact .confirm-modal .small-inner .dl-wrap dl dd {
  line-height: 1.4375;
}

#top .contact .confirm-modal .small-inner .btns p {
  display: flex;
}

#top .contact .confirm-modal .small-inner .btns .fix-btn {
  background-color: #707070;
  border: 0.2rem solid #707070;
}

#top .contact .confirm-modal .small-inner .btns .fix-btn:hover {
  color: #707070;
  background-color: #fff;
}

#top .contact .confirm-modal .small-inner .cancel {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
}

#top .contact .confirm-modal .small-inner .cancel::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: .2rem;
  background-color: #fff;
  left: .4rem;
  top: 1.6rem;
  transform: rotate(45deg);
}

#top .contact .confirm-modal .small-inner .cancel::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: .2rem;
  background-color: #fff;
  left: .4rem;
  top: 1.6rem;
  transform: rotate(-45deg);
}

#top .contact .thanks-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
}

#top .contact .thanks-modal.active {
  opacity: 1;
  pointer-events: all;
  transition: .3s;
}

#top .contact .thanks-modal::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #70707050;
  width: 100vw;
  height: 100vh;
}

#top .contact .thanks-modal .small-inner {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  z-index: 1;
  text-align: center;
}

#top .contact .thanks-modal .small-inner h3 {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 2.4;
}

#top .contact .thanks-modal .small-inner p {
  font-weight: 500;
  line-height: 1.4375;
}

#top .contact .thanks-modal .small-inner .cancel {
  position: absolute;
  bottom: calc(100% + .8rem);
  right: 0;
  width: 3.4rem;
  height: 3.4rem;
  cursor: pointer;
}

#top .contact .thanks-modal .small-inner .cancel::before {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: .2rem;
  background-color: #fff;
  left: .4rem;
  top: 1.6rem;
  transform: rotate(45deg);
}

#top .contact .thanks-modal .small-inner .cancel::after {
  position: absolute;
  content: "";
  width: 2.6rem;
  height: .2rem;
  background-color: #fff;
  left: .4rem;
  top: 1.6rem;
  transform: rotate(-45deg);
}

.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

/*------------------------------ footer ------------------------------*/
footer {
  background-color: #000;
  color: #fff;
}

footer .inner .footer-top {
  justify-content: space-between;
}

footer .inner .footer-top .logo {
  width: fit-content;
}

footer .inner .footer-top .menu {
  align-items: center;
}

footer .inner .footer-top .menu ul li a {
  font-weight: 700;
}

footer .inner .footer-top .menu ul li a::after {
  background: #fff;
}

footer .inner .footer-top .menu .invert-btn {
  background-color: #8B806E;
  color: #fff;
  border: 0.2rem solid #8D806E;
}

footer .inner .footer-top .menu .invert-btn:hover {
  color: #8B806E;
  background-color: #fff;
}

footer .inner small {
  display: block;
  font-size: 1.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 1000px) {
  header .menu .invert-btn {
    font-size: 1.4rem;
  }

  footer .inner .footer-top {
    flex-direction: column;
  }
}

@media screen and (max-width: 1100px) {
  footer .footer-top .menu ul {
    gap: 0 3rem;
  }
}

/*------------------------------ 404 ------------------------------*/
#not-found .small-inner {
  text-align: center;
}

#not-found .small-inner h1 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.6;
}

#not-found .small-inner span {
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  font-size: 1.4rem;
  line-height: 1.167;
  color: #911010;
  font-weight: 500;
}

#not-found .small-inner p {
  font-weight: 500;
  line-height: 1.875;
  margin-top: 2.4rem;
}