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

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

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

ul[role=list], ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4, button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

.header {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  z-index: 100;
  color: #ffffff;
  background-color: rgba(48, 48, 48, 0.1);
}
.header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66.6666666667%;
}
.header .inner .header-logo-wrap {
  height: 100%;
  position: relative;
}
.header .inner .header-logo-wrap .header-logo {
  position: relative;
  height: 100%;
  z-index: 10;
  opacity: 1;
}
.header .inner .header-logo-wrap .scroll-header-logo {
  position: absolute;
  top: 0;
  height: 100%;
  opacity: 0;
  z-index: 0;
}
.header .inner .header-nav {
  height: 100%;
  display: flex;
  font-size: 1.6rem;
  font-family: "Noto serif JP";
  font-weight: 300;
  align-items: center;
}
@media (width <= 520px) {
  .header .inner .header-nav {
    display: none !important;
  }
}
.header .inner .header-nav li {
  height: 50%;
  position: relative;
  border-right: 0.5px solid #ffffff;
  transition: background-color 0.3s;
}
.header .inner .header-nav li::before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 0.5px;
  background-color: #ffffff;
  transition: width 0.3s;
}
.header .inner .header-nav li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 0.5px;
  background-color: #ffffff;
  transition: width 0.3s;
}
@media (hover: hover) {
  .header .inner .header-nav li:hover::before {
    width: 100%;
  }
  .header .inner .header-nav li:hover::after {
    width: 100%;
  }
}
.header .inner .header-nav li:first-child {
  border-left: 0.5px solid #ffffff;
}
.header .inner .header-nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 1.5625em;
}
@media (width <= 1000px) {
  .header .inner .header-nav .sub-nav {
    display: none !important;
  }
}
.header .inner .menu-icon {
  display: none;
  height: 75%;
  position: relative;
  cursor: pointer;
  aspect-ratio: 1/0.85;
}
@media (width <= 520px) {
  .header .inner .menu-icon {
    display: block !important;
  }
}
.header .inner .menu-icon span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.header .inner .menu-icon .top-bar {
  position: absolute;
  top: 0%;
  transition: top 0.5s, left 0.5s, transform 0.5s, background-color 0.5s;
}
.header .inner .menu-icon .middle-bar {
  position: absolute;
  top: 50%;
  transition: opacity 0.5s;
}
.header .inner .menu-icon .bottom-bar {
  position: absolute;
  top: 100%;
  transition: top 0.5s, left 0.5s, transform 0.5s, background-color 0.5s;
}
.header .inner .open {
  position: relative;
  z-index: 500;
}
.header .inner .open .top-bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #303030;
}
.header .inner .open .middle-bar {
  opacity: 0;
}
.header .inner .open .bottom-bar {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background-color: #303030;
}

.scroll-header {
  color: #303030;
  background-color: #ffffff;
}
.scroll-header li {
  border-color: #303030 !important;
}
.scroll-header li:first-child {
  border-color: #303030 !important;
}
.scroll-header li::before, .scroll-header li::after {
  background-color: #303030 !important;
}
@media (hover: hover) {
  .scroll-header li:hover {
    background-color: #ffffff !important;
  }
}
.scroll-header .menu-icon span {
  background-color: #303030 !important;
}

.menu-open-now {
  background-color: inherit;
}
.menu-open-now .header-logo-wrap {
  display: none;
}
.menu-open-now .menu-icon {
  position: absolute;
  top: 0;
  margin-left: auto;
}

.news .cards {
  flex-flow: column;
}
@media (width <= 520px) {
  .news .cards .card {
    margin: 0 17.5px 0;
  }
}
.news .cards .card .card-text-area {
  width: 280px;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area {
    width: 235px;
    margin: -10px auto 0;
  }
}
.news .cards .card .card-text-area .info-contents {
  padding: 1.25em 0 1.25em 0;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents {
    padding: 0.625em 0 0.625em 0;
  }
}
.news .cards .card .card-text-area .info-contents .card-title {
  font-size: 2rem;
  padding-bottom: 1em;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents .card-title {
    font-size: 1.8rem;
    padding-bottom: 1rem;
  }
}
.news .cards .card .card-text-area .info-contents .card-date,
.news .cards .card .card-text-area .info-contents .card-address {
  font-size: 1.4rem;
  border-bottom: 0.5px solid rgba(48, 48, 48, 0.5);
  padding-bottom: 0.357em;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents .card-date,
  .news .cards .card .card-text-area .info-contents .card-address {
    font-size: 1.2rem;
    padding-bottom: 0.214rem;
  }
}
.news .cards .card .card-text-area .info-contents .card-date img,
.news .cards .card .card-text-area .info-contents .card-address img {
  height: 1.5em;
  margin-right: 20px;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents .card-date img,
  .news .cards .card .card-text-area .info-contents .card-address img {
    margin-right: 15px;
  }
}
.news .cards .card .card-text-area .info-contents .card-date .day,
.news .cards .card .card-text-area .info-contents .card-address .day {
  margin-right: 0;
  font-size: 1.2rem;
}
.news .cards .card .card-text-area .info-contents .card-address {
  margin-top: 0.714em;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents .card-address {
    margin-top: 0.416em;
  }
}
.news .cards .card .card-text-area .info-contents .white-button {
  margin-top: 1.25em;
  width: 100%;
}
@media (width <= 520px) {
  .news .cards .card .card-text-area .info-contents .white-button {
    margin-top: 0.9375em;
  }
}
.news .cards .slick-dots {
  position: static;
  display: flex;
  justify-content: center;
  margin: 0;
}
.news .cards .slick-dots li {
  display: block;
  margin: 0;
  margin-right: 20px;
  width: 10px;
  height: 10px;
}
.news .cards .slick-dots li:last-child {
  margin: 0;
}
.news .cards .slick-dots li button {
  padding: 0;
  width: 10px;
  height: 10px;
}
.news .cards .slick-dots li button::before {
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #303030;
  color: #303030;
  transition: opacity, 0.3s;
}
@media (hover: hover) {
  .news .cards .slick-dots li button::before:hover {
    opacity: 1;
  }
}
.news .cards .slick-dots .slick-active button::before {
  opacity: 1;
}
@media (width >= 1440px) {
  .news .slick-slider {
    max-width: 1440px;
    margin: 0 auto;
  }
}
@media (width <= 520px) {
  .news .slick-slider {
    position: relative !important;
  }
}
.news .slick-slider .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 12.5px;
  height: 25px;
  z-index: 10;
  display: none;
}
@media (width <= 520px) {
  .news .slick-slider .slick-arrow {
    display: block;
  }
}
.news .slick-slider .slick-arrow .prev-arrow,
.news .slick-slider .slick-arrow .next-arrow {
  cursor: pointer;
}
.news .slick-slider .slick-arrow .prev-arrow {
  position: absolute;
  left: -45px;
}
.news .slick-slider .slick-arrow .next-arrow {
  position: absolute;
  right: -45px;
}
.news .black-button {
  margin: 3.125em auto 0 auto;
  width: 15em;
  height: 3.75em;
}

.main-visual {
  height: 100vh;
  width: 100%;
  color: #ffffff;
  position: relative;
  margin-bottom: 1.25em;
  overflow: hidden;
}
@media (width <= 520px) {
  .main-visual {
    height: 500px;
  }
}
.main-visual img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  animation: zoom-out 10s ease-in-out infinite;
  -o-object-fit: cover;
     object-fit: cover;
}
@keyframes zoom-out {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.main-visual .main-visual-text {
  font-size: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
  font-weight: normal;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
  z-index: 5;
  animation: fade 2s forwards;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (width <= 520px) {
  .main-visual .main-visual-text {
    font-size: 3rem;
    width: 100%;
  }
}
.main-visual .main-visual-text .big-main-visual-text {
  font-size: 5rem;
}
@media (width <= 520px) {
  .main-visual .main-visual-text .big-main-visual-text {
    font-size: 4rem;
  }
}
.main-visual .scroll-contents {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: absolute;
  right: 50px;
  bottom: 0px;
  text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
  z-index: 5;
}
@media (width <= 520px) {
  .main-visual .scroll-contents {
    right: 7%;
  }
}
.main-visual .scroll-contents p {
  font-size: 1.4rem;
  letter-spacing: 1;
  transform: rotate(-180deg);
  writing-mode: vertical-lr;
}
.main-visual .scroll-contents::after {
  display: block;
  content: "";
  background-color: #ffffff;
  height: 5em;
  width: 0.0625em;
  margin-top: 15px;
  animation: scroll-down 1.5s infinite;
}
@keyframes scroll-down {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}

.projects {
  background-color: #F8F8F8;
  width: 100%;
  position: relative;
}
.projects .project-group {
  display: flex;
  width: 93.4027777778%;
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
}
@media (width >= 1440px) {
  .projects .project-group {
    width: calc(1440px + (100% - 1440px) / 2);
  }
}
@media (width <= 520px) {
  .projects .project-group {
    flex-flow: column;
    box-shadow: none;
    width: 100%;
  }
}
.projects .project-group .bc-img {
  width: 69.5167286245%;
}
@media (width <= 520px) {
  .projects .project-group .bc-img {
    display: block;
    width: 93.4027777778%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.25);
  }
}
.projects .project-group .sm-bc-img {
  display: none;
}
@media (width <= 520px) {
  .projects .project-group .sm-bc-img {
    display: block;
  }
}
@media (width <= 520px) {
  .projects .project-group .pc-bc-img {
    display: none;
  }
}
.projects .project-group .text-area {
  background-color: #ffffff;
  width: 30.4832713755%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (width <= 520px) {
  .projects .project-group .text-area {
    padding: 20px 0;
    width: 72.5%;
    min-width: 290px;
    margin: -50px auto 0;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.1);
  }
}
@media (width <= 520px) {
  .projects .project-group .text-area .text-contents {
    width: 235px;
  }
}
.projects .project-group .text-area .project-title {
  text-align: center;
}
.projects .project-group .text-area .project-title h3 {
  font-size: 2.5rem;
}
@media (width <= 520px) {
  .projects .project-group .text-area .project-title h3 {
    font-size: 2rem;
  }
}
.projects .project-group .text-area .project-title p {
  font-size: 1.2rem;
  margin-bottom: 1.667em;
}
@media (width <= 520px) {
  .projects .project-group .text-area .project-title p {
    margin-bottom: 1.25em;
  }
}
.projects .project-group .text-area .project-title h4 {
  font-size: 2rem;
  margin-bottom: 1.25em;
}
@media (width <= 520px) {
  .projects .project-group .text-area .project-title h4 {
    white-space: nowrap;
    font-size: 1.6rem;
    font-family: "Noto serif JP";
    font-weight: normal;
  }
}
.projects .project-group .text-area .description {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  font-weight: 500;
  text-align: center;
}
@media (width <= 520px) {
  .projects .project-group .text-area .description {
    font-size: 1.2rem;
    font-family: "Noto Sans JP";
    font-weight: normal;
  }
}
@media (width <= 520px) {
  .projects .project-group .text-area .description .pc-br {
    display: none;
  }
}
.projects .project-group .text-area .black-button {
  height: 3.125em;
  width: 12.5em;
  margin: 1.875em auto 0 auto;
}
.projects .custom-home {
  margin: 30px 0 60px;
}
.projects .built-home {
  margin-left: auto;
}
@media (width <= 520px) {
  .projects .built-home img {
    margin-left: auto;
  }
}

.cases .cases-contents .cards .card .card-text-area {
  width: 300px;
  height: 100px;
  padding: 15px;
  text-align: center;
}
@media (width <= 520px) {
  .cases .cases-contents .cards .card .card-text-area {
    width: 220px;
    height: auto;
    margin-top: -20px;
    padding: 10px 0;
  }
}
.cases .cases-contents .cards .card .card-text-area .home-name {
  font-size: 1.8rem;
  margin-bottom: 0.833em;
}
@media (width <= 520px) {
  .cases .cases-contents .cards .card .card-text-area .home-name {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.cases .cases-contents .cards .card .card-text-area .case-card-info {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (width <= 520px) {
  .cases .cases-contents .cards .card .card-text-area .case-card-info {
    justify-content: center;
  }
}
@media (width <= 520px) {
  .cases .cases-contents .cards .card .card-text-area .case-card-info .case-address {
    display: none;
  }
}
.cases .cases-contents .cards .card .card-text-area .case-card-info .white-button {
  width: 115px;
}
@media (width <= 520px) {
  .cases .cases-contents .cards .card .card-text-area .case-card-info .white-button {
    width: 80%;
  }
}
@media (width >= 1440px) {
  .cases .cases-contents .slick-slider {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.cases .cases-contents .slick-slider .slick-list {
  width: 86.8055555556%;
  margin: 0 auto;
}
@media (hover: hover) {
  .cases .cases-contents .prev:hover .prev-arrow {
    animation: prev-anime 1.5s linear infinite;
  }
  @keyframes prev-anime {
    0% {
      transform: translateX(0);
    }
    30% {
      transform: translateX(-15px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (hover: hover) and (width <= 520px) {
  .cases .cases-contents .prev:hover .prev-arrow {
    animation: none !important;
  }
}
@media (hover: hover) {
  .cases .cases-contents .next:hover .next-arrow {
    animation: next-anime 1.5s infinite;
  }
  @keyframes next-anime {
    0% {
      transform: translateX(0);
    }
    30% {
      transform: translateX(15px);
    }
    100% {
      transform: translateX(0);
    }
  }
}
@media (hover: hover) and (width <= 520px) {
  .cases .cases-contents .next:hover .next-arrow {
    animation: none !important;
  }
}
.cases .cases-contents .slick-arrow {
  margin-top: 30px;
  width: 6.5972222222%;
  height: 260px;
  position: static;
  transform: translate(0, 0);
  display: flex !important;
  align-items: center;
  justify-content: center;
}
@media (width <= 520px) {
  .cases .cases-contents .slick-arrow {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 12.5px;
    height: 25px;
    z-index: 90;
  }
}
.cases .cases-contents .slick-arrow img {
  transition: transform, 0.3s;
  width: 35px;
}
.cases .cases-contents .slick-arrow .prev-arrow {
  cursor: pointer;
}
@media (width <= 520px) {
  .cases .cases-contents .slick-arrow .prev-arrow {
    position: absolute;
    z-index: 400;
    right: 45px;
  }
}
.cases .cases-contents .slick-arrow .next-arrow {
  cursor: pointer;
}
@media (width <= 520px) {
  .cases .cases-contents .slick-arrow .next-arrow {
    position: absolute;
    right: -45px;
  }
}
.cases .cases-contents .slick-disabled img {
  opacity: 0.25;
  animation: none !important;
}
.cases .black-button {
  margin: 1.25em auto 0 auto;
  width: 15em;
  height: 3.75em;
}

.footer {
  margin-top: 1.25em;
  display: flex;
}
@media (width <= 520px) {
  .footer {
    flex-flow: column;
  }
}
.footer .left-footer {
  flex: 1;
  padding: 3.75em 6.5972222222% 0;
  background-color: #DBDBDB;
}
@media (width <= 520px) {
  .footer .left-footer {
    order: 1;
    padding-top: 40px;
  }
}
.footer .left-footer .left-footer-contents .top-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer {
    flex-flow: column;
    margin-bottom: 40px;
  }
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .company-info {
    order: 1;
    text-align: center;
  }
}
.footer .left-footer .left-footer-contents .top-footer .company-info .footer-logo {
  height: 50px;
  margin-bottom: 0.9375em;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .company-info .footer-logo {
    display: none;
  }
}
.footer .left-footer .left-footer-contents .top-footer .company-info .sm-footer-logo {
  display: none;
  margin: 0 auto 10px;
  width: 42%;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .company-info .sm-footer-logo {
    display: block;
  }
}
.footer .left-footer .left-footer-contents .top-footer .company-info p {
  font-size: 1.4rem;
}
.footer .left-footer .left-footer-contents .top-footer .company-info .company-name {
  margin-bottom: 0.357em;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .company-info .company-name {
    margin-bottom: 0px;
  }
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav {
  border-collapse: collapse;
  display: inline-block;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .footer-nav {
    display: none;
  }
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav a {
  display: inline-block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .footer .left-footer .left-footer-contents .top-footer .footer-nav a:hover {
    opacity: 0.5;
  }
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav th {
  font-family: "Noto serif JP";
  font-weight: 300;
  padding: 0 3.75em 1.5625em 0;
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav th:last-child {
  padding-right: 0;
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav td {
  font-size: 1.2rem;
  padding: 0;
}
.footer .left-footer .left-footer-contents .top-footer .footer-nav .tr-03 td {
  padding-top: 1.25em;
}
.footer .left-footer .left-footer-contents .top-footer .accordion {
  display: none;
  margin-bottom: 40px;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .top-footer .accordion {
    display: block;
  }
}
.footer .left-footer .left-footer-contents .top-footer .accordion .main-open img {
  transform: rotate(-180deg);
}
.footer .left-footer .left-footer-contents .copy-write {
  text-align: center;
  line-height: 60px;
  height: 60px;
  font-size: 1rem;
  border-top: 0.5px solid #303030;
  font-family: "Noto serif JP";
  font-weight: 300;
}
@media (width <= 520px) {
  .footer .left-footer .left-footer-contents .copy-write {
    height: 35px;
    line-height: 35px;
  }
}
.footer .right-footer {
  background-color: #303030;
  padding: 3.75em 6.5972222222%;
  color: #ffffff;
}
@media (width <= 520px) {
  .footer .right-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.footer .right-footer .right-footer-wrap .phone-contents {
  margin-bottom: 1.071em;
}
@media (width <= 520px) {
  .footer .right-footer .right-footer-wrap .phone-contents {
    margin-bottom: 20px;
  }
}
@media (width <= 520px) {
  .footer .right-footer .right-footer-wrap .phone-contents .phone-number {
    justify-content: center;
  }
}
.footer .right-footer .right-footer-wrap .phone-contents .phone-number img {
  height: 1.6rem;
}
@media (width <= 520px) {
  .footer .right-footer .right-footer-wrap .phone-contents .phone-number img {
    height: 1.8rem;
  }
}
.footer .right-footer .right-footer-wrap .phone-contents .phone-number p {
  font-size: 1.8rem;
  margin-left: 0.277em;
}
@media (width <= 520px) {
  .footer .right-footer .right-footer-wrap .phone-contents .phone-number p {
    font-size: 2.2rem;
    margin-left: 5px;
  }
}
.footer .right-footer .right-footer-wrap .contact-button {
  font-size: 1.4rem;
  color: #ffffff;
  height: 2.857em;
  border: 1px solid #ffffff;
}
@media (width <= 520px) {
  .footer .right-footer .right-footer-wrap .contact-button {
    height: 60px;
    font-size: 1.6rem;
  }
  .footer .right-footer .right-footer-wrap .contact-button:first-of-type {
    margin-bottom: 20px;
  }
}

.modal {
  background-color: white;
  height: 100vh;
  width: 100%;
  padding: 20px 0;
  position: fixed;
  top: 0px;
  right: 0%;
  overflow: auto;
  z-index: 90;
  display: none;
}
.modal .modal-logo {
  border-bottom: 1px solid #303030;
}
.modal .modal-logo img {
  height: 100px;
  margin: 0 auto 20px;
}
.modal .accordion .main-open img {
  transform: rotate(-180deg);
}
.modal .modal-contact {
  color: #303030;
  padding: 40px 0;
  margin-bottom: 50px;
}
.modal .modal-contact .modal-contact-wrap .phone-contents {
  margin-bottom: 20px;
}
.modal .modal-contact .modal-contact-wrap .phone-contents .phone-number {
  justify-content: center;
}
.modal .modal-contact .modal-contact-wrap .phone-contents .phone-number svg {
  height: 1.8rem !important;
}
.modal .modal-contact .modal-contact-wrap .phone-contents .phone-number p {
  font-size: 2.2rem;
  margin-left: 5px;
}
.modal .modal-contact .modal-contact-wrap .contact-button {
  color: #303030;
  border: 1px solid #303030;
  height: 60px;
  font-size: 1.6rem;
}
.modal .modal-contact .modal-contact-wrap .contact-button:first-of-type {
  margin-bottom: 20px;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}
html body {
  color: #303030;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-family: "Noto serif JP";
  font-weight: 500;
}
html body .slide-down {
  position: fixed;
  top: 0;
  left: 0;
  animation: slideDown 0.3s forwards;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
html body .slide-up {
  position: fixed;
  width: 100%;
  animation: slideUp 0.5s forwards;
}
@keyframes slideUp {
  0% {
    opacity: 1;
    transform: translateY(0%);
  }
  100% {
    opacity: 0;
    transform: translateY(-100%);
  }
}
html body .fade-in {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1.5s;
  padding: 80px 0;
}
@media (width <= 520px) {
  html body .fade-in {
    padding: 60px 0;
  }
}
html body .action-fade-in {
  opacity: 1;
  transform: translate(0, 0);
}
html body h1,
html body h2,
html body h3,
html body h4,
html body h5,
html body h6 {
  font-weight: normal;
}
html body ul {
  padding-left: 0;
}
html body li {
  list-style: none;
}
html body a {
  text-decoration: none;
  display: block;
}
html body .inner {
  width: 86.8055555556%;
  margin: 0 auto;
}
html body .title {
  text-align: center;
}
html body .title .main-title {
  font-size: 2.7rem;
  margin-bottom: 5px;
}
@media (width <= 520px) {
  html body .title .main-title {
    font-size: 2.2rem;
  }
}
html body .title .sub-title {
  font-size: 2.1rem;
}
html body .title .sub-title::after {
  content: "";
  display: block;
  background-color: #303030;
  height: 3.5rem;
  width: 1px;
  margin: 10px auto 0;
}
@media (width <= 520px) {
  html body .title .sub-title::after {
    height: 2rem;
  }
}
@media (width <= 520px) {
  html body .title .sub-title {
    font-size: 1.4rem;
  }
}
html body .cards {
  display: flex;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
html body .cards::-webkit-scrollbar {
  display: none;
}
html body .cards .card {
  margin: 0 22.5px 0;
}
@media (width <= 520px) {
  html body .cards .card {
    width: 250px;
  }
}
@media (hover: hover) {
  html body .cards .card:hover .card-img {
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.4);
  }
  html body .cards .card:hover .card-text-area {
    box-shadow: 3px 3px 25px rgba(0, 0, 0, 0.25);
  }
  html body .cards .card:hover .white-button {
    color: #ffffff;
    background-color: #303030;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  html body .cards .card:hover .white-button .arrow-svg {
    fill: #ffffff;
    margin-left: 5px;
  }
}
@media (hover: none) {
  html body .cards .card:active .white-button {
    transition: all 0s;
    color: #ffffff;
    background-color: #303030;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  html body .cards .card:active .white-button .arrow-svg {
    transition: all 0s;
    fill: #ffffff;
    margin-left: 5px;
  }
}
html body .cards .card .card-img {
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
}
html body .cards .card .card-text-area {
  position: relative;
  z-index: 10;
  box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  color: #303030;
  transition: box-shadow 0.3s;
  margin: -15px auto 0 auto;
  margin-bottom: 20px !important;
}
html body .slick-track {
  padding: 20px 0;
}
@media (width <= 520px) {
  html body .slick-track {
    padding-bottom: 25px !important;
  }
}
html body .slick-arrow {
  pointer-events: none;
}
html body .slick-arrow img {
  pointer-events: auto;
}
html body .slick-num {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  height: 25px;
}
@media (width <= 520px) {
  html body .slick-num {
    display: block !important;
  }
}
html body .black-button {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #303030;
  box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.25);
  transition: opacity 0.3s, box-shadow 0.3s;
}
@media (hover: hover) {
  html body .black-button:hover {
    opacity: 0.8;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  }
  html body .black-button:hover .arrow-svg {
    margin-left: 5px;
  }
}
@media (hover: none) {
  html body .black-button:active {
    transition: all 0s;
    opacity: 0.8;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.5);
  }
  html body .black-button:active .arrow-svg {
    transition: all 0s;
    margin-left: 5px;
  }
}
html body .black-button p {
  margin-right: 0.3125em;
  font-family: "Noto serif JP";
  font-weight: 300;
}
html body .black-button .arrow-svg {
  height: 1.6rem;
  transition: 0.5s;
  margin-top: 1px;
  transition: margin-left 0.3s;
}
@media (width <= 520px) {
  html body .black-button {
    margin: 1.875em auto 0 auto !important;
    width: 11.25em !important;
    height: 3.125em !important;
  }
}
html body .white-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #303030;
  height: 30px;
  transition: color 0.3s, background-color 0.3s, box-shadow 0.3s;
}
@media (width <= 520px) {
  html body .white-button {
    border: 0.5px solid #303030;
  }
}
html body .white-button p {
  font-size: 1.4rem;
  margin-right: 0.357em;
}
html body .white-button .arrow-svg {
  height: 1.4rem;
  transition: fill 0.3s, margin-left 0.3s;
}
html body .contact-area .contact-area-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
html body .contact-area .contact-area-wrap .phone-contents {
  font-size: 1.4rem;
  text-align: center;
}
html body .contact-area .contact-area-wrap .phone-contents .phone-number {
  display: flex;
  align-items: center;
}
html body .contact-area .contact-area-wrap .contact-button {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: box-shadow 0.3s;
  width: 100%;
}
@media (hover: hover) {
  html body .contact-area .contact-area-wrap .contact-button:hover {
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  }
  html body .contact-area .contact-area-wrap .contact-button:hover .icon-svg {
    margin-left: 5px;
  }
}
@media (hover: none) {
  html body .contact-area .contact-area-wrap .contact-button:active {
    transition: all 0s;
    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);
  }
  html body .contact-area .contact-area-wrap .contact-button:active .icon-svg {
    transition: all 0s;
    margin-left: 5px;
  }
}
html body .contact-area .contact-area-wrap .contact-button .icon-svg {
  margin-top: 0.142em;
  transition: margin-left 0.3s;
}
html body .contact-area .contact-area-wrap .paper-button {
  margin-top: auto;
}
html body .accordion .main-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 0.5px solid #303030;
  cursor: pointer;
}
html body .accordion .main-list img {
  height: 7px;
  transition: transform 0.3s;
}
html body .accordion .sub-list {
  font-size: 1.4rem;
  display: none;
}
html body .accordion .sub-list li {
  color: #303030;
  border-bottom: 0.5px solid rgba(48, 48, 48, 0.5);
  height: 40px;
  display: flex;
  align-items: center;
}
html body .accordion .sub-list li a {
  margin-left: 10px;
  display: block;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  html body .accordion .sub-list li a:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  html body .accordion .sub-list li a:active {
    transition: all 0s;
    opacity: 0.5;
  }
}
html .scroll-none {
  overflow: hidden;
}/*# sourceMappingURL=style.css.map */