@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "LINESeed JP_OTF";
  src: url(../WOFF2/LINESeedJP_OTF_Bd.woff2) format("woff2");
  font-weight: bold;
}
@font-face {
  font-family: "LINESeed JP_OTF";
  src: url(../WOFF2/LINESeedJP_OTF_Rg.woff2) format("woff2");
  font-weight: normal;
}
:root {
  --viewport: 1920;
}
@media (max-width: 1280px) {
  :root {
    --viewport: 1200;
  }
}
@media (max-width: 768px) {
  :root {
    --viewport: 768;
  }
}

html {
  scroll-behavior: initial;
  width: 100%;
  font-size: 16px;
}
@media (max-width: 768px) {
  html {
    font-size: 16px;
  }
}

body {
  min-height: 100%;
  font-family: "LINESeed JP_OTF", sans-serif;
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

header {
  padding: 25px 50px;
  width: 100%;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 99;
}
@media (max-width: 768px) {
  header {
    padding: 20px;
  }
}
header > div {
  display: flex;
  justify-content: space-between;
}
header > div .logo img {
  width: 130px;
}
header > div nav {
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  header > div nav {
    display: none;
  }
}
header > div nav ul {
  display: flex;
  align-items: center;
  gap: 34px;
}
header > div nav ul li a {
  font-weight: bold;
}
header > div nav ul li a.nav-contact {
  background-color: #c91c1c;
  display: inline-block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
}

.mainvisual {
  background-image: url(../img/top/mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 800px;
  display: flex;
  align-items: center;
}
@media (max-width: 1280px) {
  .mainvisual {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .mainvisual {
    background-position: center right;
  }
}
.mainvisual > div {
  margin-left: 107px;
}
@media (max-width: 1280px) {
  .mainvisual > div {
    margin-left: 50px;
  }
}
@media (max-width: 768px) {
  .mainvisual > div {
    margin-left: 20px;
  }
}
.mainvisual > div h1 {
  font-family: "Archivo", serif;
  color: #fff;
  font-weight: 800;
  line-height: 1;
  font-size: 200px;
}
@media (max-width: 1280px) {
  .mainvisual > div h1 {
    font-size: 56px;
  }
}
.mainvisual > div p {
  color: #fff;
  font-family: "LINE Seed JP_OTF";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-top: 67px;
}
@media (max-width: 1280px) {
  .mainvisual > div p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .mainvisual > div p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.service-section {
  width: 100%;
  height: calc(100vh - 108px);
  min-height: 1000px;
  background-image: url(../img/top/service.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1280px) {
  .service-section {
    height: auto;
    min-height: 800px;
  }
}
@media (max-width: 768px) {
  .service-section {
    min-height: auto;
    padding: 50px 0 0;
  }
}
.service-section .slick-area {
  width: 80%;
  max-width: 1520px;
  position: relative;
}
@media (max-width: 768px) {
  .service-section .slick-area {
    width: 100%;
    padding: 0 20px 0 40px;
  }
}
.service-section .service {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 120px;
}
@media (max-width: 1280px) {
  .service-section .service {
    flex-wrap: wrap-reverse;
    gap: 50px;
  }
}
@media (max-width: 768px) {
  .service-section .service {
    gap: 10px;
  }
}
.service-section .service__textwrap {
  width: 600px;
}
.service-section .service__count {
  color: #c91c1c;
  font-family: "Archivo", serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 768px) {
  .service-section .service__count {
    font-size: 16px;
  }
}
.service-section .service__title {
  color: #fff;
  font-family: "Archivo", serif;
  font-size: 82px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0;
}
@media (max-width: 1280px) {
  .service-section .service__title {
    margin: 15px 0;
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .service-section .service__title {
    font-size: 30px;
  }
}
.service-section .service__jatitle {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 1280px) {
  .service-section .service__jatitle {
    font-size: 16px;
  }
}
.service-section .service__text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 2;
  margin-top: 80px;
}
@media (max-width: 1280px) {
  .service-section .service__text {
    margin-top: 30px;
    font-size: 14px;
  }
}
.service-section .service__imagewrap {
  display: flex;
  justify-content: center;
  overflow: hidden;
  width: 50rem;
}
@media (max-width: 1280px) {
  .service-section .service__imagewrap {
    width: 100%;
    height: 200px;
  }
  .service-section .service__imagewrap img {
    display: block;
    width: 100%;
    height: fit-content;
  }
}

.slick-dots button {
  width: 50px;
}

/* dotsを丸くカスタマイズするCSS */
.dots-wrap {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: inline-block;
  height: fit-content;
  margin: auto 0 auto -90px;
}
@media (max-width: 768px) {
  .dots-wrap {
    margin: auto 0 auto 10px;
  }
}

.dots-wrap li {
  width: 10px;
  height: 10px;
  margin: 10px 5px;
  background: #444;
  border-radius: 50%;
  cursor: pointer;
}

.dots-wrap li:hover,
.dots-wrap li.slick-active {
  background: #c91c1c;
}

.dots-wrap li button {
  display: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
  border: none;
  background-color: transparent;
}

.slick-dotted.slick-slider {
  margin: 0;
}

#gallery {
  min-height: 995px;
  background-image: url(../img/top/gallery-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  font-size: 0.83vw;
}
@media (max-width: 1280px) {
  #gallery {
    min-height: auto;
  }
}

.gallery {
  display: inline-block;
  margin-right: 16.25em;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .gallery {
    margin-left: 20px;
    margin-bottom: 0;
  }
}

.gallery-section {
  padding: 12.5em 0 12.5em 12.5em;
}
@media (max-width: 1280px) {
  .gallery-section {
    display: grid;
    gap: 50px;
    padding: 100px 0 50px 50px;
  }
}
@media (max-width: 768px) {
  .gallery-section {
    padding: 50px 0 50px 20px;
  }
}
.gallery-section .gallery__jptitle {
  color: #c91c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
}
@media (max-width: 768px) {
  .gallery-section .gallery__jptitle {
    font-size: 16px;
  }
}
.gallery-section .gallery__title {
  color: #000;
  font-family: "Archivo";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-top: 30px;
}
@media (max-width: 768px) {
  .gallery-section .gallery__title {
    font-size: 30px;
    margin-top: 10px;
  }
}
.gallery-section .gallery__button {
  height: 50px;
  justify-content: flex-end;
  flex-shrink: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  border-radius: 50px;
  background: #c91c1c;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  display: inline-block;
  padding: 20px 30px;
  align-items: center;
  gap: 5px;
  margin-top: 50px;
}
@media (max-width: 768px) {
  .gallery-section .gallery__button {
    margin-top: 20px;
    font-size: 14px;
    padding: 10px 20px;
    height: auto;
  }
}

.slick-area-gallery .slick-slide {
  margin-right: 50px;
}
.slick-area-gallery .gallery-content__image {
  width: 600px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1280px) {
  .slick-area-gallery .gallery-content__image {
    width: 300px;
    height: 200px;
  }
}
.slick-area-gallery .gallery-content__image img {
  height: auto;
  width: 100%;
}
.slick-area-gallery .gallery-content__text {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.slick-area-gallery .gallery-content__text span {
  display: inline-block;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .slick-area-gallery .gallery-content__text span {
    font-size: 12px;
    padding: 5px 10px;
  }
}
.slick-area-gallery .gallery-content__text p {
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .slick-area-gallery .gallery-content__text p {
    font-size: 16px;
  }
}

.arrow_box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 80px 0 0;
  position: relative;
}
@media (max-width: 768px) {
  .arrow_box {
    margin: 50px 0 0;
  }
}

.prev-arrow,
.next-arrow {
  border-radius: 50px;
  background: #c91c1c;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
  position: relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.arrow-section {
  display: flex;
}
@media (max-width: 768px) {
  .arrow-section {
    display: block;
  }
}
.arrow-section .blank {
  width: 259px;
  margin-right: 16.25em;
}

.company-section {
  background-image: url(../img/top/company-bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 995px;
  font-size: 0.83vw;
  display: flex;
}
@media (max-width: 1280px) {
  .company-section {
    height: auto;
    display: block;
  }
}
.company-section .img {
  background-image: url(../img/top/company-bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 54.375em;
  height: 995px;
}
@media (max-width: 1280px) {
  .company-section .img {
    height: 200px;
    width: auto;
  }
}

.company {
  width: 1050px;
  padding: 139px 100px;
  margin-top: 108px;
}
@media (max-width: 1280px) {
  .company {
    width: 100%;
    padding: 100px 20px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .company {
    padding: 50px 20px;
  }
}
.company__jptitle {
  color: #c91c1c;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
}
@media (max-width: 768px) {
  .company__jptitle {
    font-size: 16px;
  }
}
.company__title {
  color: #fff;
  font-family: "Archivo";
  font-size: 54px;
  font-style: normal;
  font-weight: 700;
  line-height: 1; /* 100% */
  margin-top: 30px;
}
@media (max-width: 768px) {
  .company__title {
    font-size: 30px;
    margin-top: 10px;
  }
}
.company .table {
  border-radius: 10px;
  padding: 50px;
  margin-top: 50px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.15) 100%), rgba(153, 153, 153, 0.3);
}
@media (max-width: 1280px) {
  .company .table {
    margin: 50px auto 0;
  }
}
@media (max-width: 768px) {
  .company .table {
    padding: 50px 20px;
    margin: 30px auto 0;
  }
}
.company .table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
  color: #fff;
}
.company .table table th,
.company .table table td {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 50px;
}
@media (max-width: 768px) {
  .company .table table th,
  .company .table table td {
    border-bottom: none;
    display: block;
    padding: 20px;
  }
}
.company .table table th {
  width: 200px;
}
@media (max-width: 768px) {
  .company .table table th {
    width: 100%;
  }
}
.company .table table td {
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 768px) {
  .company .table table td {
    border-top: none;
    padding: 0 0 20px 20px;
  }
}

footer {
  background-image: url("../img/top/footer.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
  color: #fff;
  text-align: center;
}
@media (max-width: 1280px) {
  footer {
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  footer {
    padding: 80px 0;
  }
}
footer .contact-title {
  text-align: center;
}
footer .contact-title p {
  font-weight: 600;
  font-size: 18px;
}
@media (max-width: 768px) {
  footer .contact-title p {
    font-size: 16px;
  }
}
footer .contact-title h2 {
  font-size: 54px;
  font-weight: 600;
  margin-top: 20px;
}
@media (max-width: 768px) {
  footer .contact-title h2 {
    font-size: 24px;
    margin-top: 10px;
  }
}
footer .phone-number {
  font-size: 128px;
  font-weight: 600;
  line-height: 1;
  margin: 50px 0;
}
@media (max-width: 1280px) {
  footer .phone-number {
    font-size: 80px;
  }
}
@media (max-width: 768px) {
  footer .phone-number {
    font-size: 32px;
    margin: 20px 0;
  }
}
footer .open-hour {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 1280px) {
  footer .open-hour {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  footer .open-hour {
    font-size: 14px;
  }
}

.bottom-name {
  color: #c91c1c;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  padding: 20px 0;
  line-height: 1;
}
@media (max-width: 768px) {
  .bottom-name {
    font-size: 12px;
  }
}

.hmb {
  display: flex;
  align-items: center;
}

/*=============================
.btn-trigger
=============================*/
.btn-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 4px;
}

.btn-trigger,
.btn-trigger span {
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.btn-trigger span:nth-of-type(1) {
  top: 0;
}

.btn-trigger span:nth-of-type(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

/*=============================
#btn01
=============================*/
#btn01.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

#btn01.active span:nth-of-type(2) {
  opacity: 0;
}

#btn01.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.sp-nav {
  background-color: #fff;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
}
.sp-nav nav {
  width: 100%;
}
.sp-nav nav ul li a {
  font-weight: bold;
  display: block;
  padding: 20px 0;
  text-align: center;
}
.sp-nav nav ul li a.nav-contact {
  background-color: #c91c1c;
  display: block;
  color: #fff;
  padding: 20px 30px;
  border-radius: 50px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  margin: auto;
  width: 80%;
}

.single-news {
  background-image: url(../img/top/gallery-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  font-size: 0.83vw;
  padding: 100px 0;
}
.single-news .gallery-content .inner {
  background-color: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  padding: 100px 50px 200px;
  width: 1200px;
  margin: auto;
}
@media (max-width: 1280px) {
  .single-news .gallery-content .inner {
    width: 80%;
    padding: 50px 20px;
  }
}
@media (max-width: 768px) {
  .single-news .gallery-content .inner {
    width: 90%;
  }
}
.single-news .gallery-content .inner .single-news__title .title {
  font-size: 36px;
  margin: 20px 0 0;
}
@media (max-width: 768px) {
  .single-news .gallery-content .inner .single-news__title .title {
    font-size: 20px;
  }
}
.single-news .gallery-content .inner .single-news__title .taxonomies {
  display: inline-block;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25) inset;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
}
@media (max-width: 768px) {
  .single-news .gallery-content .inner .single-news__title .taxonomies {
    font-size: 14px;
  }
}
.single-news .gallery-content .inner .single-news__content {
  margin-top: 50px;
}
.single-news .gallery-content .inner .single-news__content img {
  max-width: 100%;
  height: auto;
}
.single-news .gallery-content .inner .single-news__content p {
  font-size: 16px;
}

.single-news .gallery-section {
  padding: 0;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  .single-news .gallery-section {
    margin: 0 auto 20px;
  }
}
.single-news .gallery-section .gallery {
  margin: auto;
  width: 1200px;
  display: block;
}
@media (max-width: 1280px) {
  .single-news .gallery-section .gallery {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .single-news .gallery-section .gallery {
    width: 90%;
  }
}
.single-news .gallery-section .gallery .inner {
  box-shadow: none;
  background-color: initial;
  padding: 0;
}
@media (max-width: 768px) {
  .single-news .gallery-section .gallery .inner {
    width: 100%;
  }
}