@charset "UTF-8";
/***************
    共通クラス
***************/
body {
  color: #212529;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none;
  }
}

/* SM menu */
.menu-btn {
  position: fixed;
  top: 0;
  right: min(2.67vw, 10px);;
  display: flex;
  width: min(16vw, 60px);
  height: min(16vw, 88px);
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: none;
}

.menu-btn span, .menu-btn span:before, .menu-btn span:after {
  content: "";
  display: block;
  height: min(0.8vw, 3px);
  width: min(6.67vw, 25px);
  border-radius: min(0.8vw, 3px);
  background-color: #0f0f0f;
  position: absolute;
}

.menu-btn span:before {
  bottom: min(2.13vw, 8px);
}
.menu-btn span:after {
  top: min(2.13vw, 8px);
}

.menu-content .menu-list {
  width: 100%;
  margin-left: 0;
}

.menu-logo {
  width: 100%;
}
.menu-logo img {
  width: min(26.67vw, 100px);
  height: min(8vw, 30px);
}
.menu-logo p {
  margin-bottom: 0;
  font-size: min(4.27vw, 16px);
}

.section {
  padding-top: min(14.21vw, 109px);
  padding-bottom: min(12.13vw, 93px);
}

.section__title {
  margin: 0;
  margin-bottom: min(10.04vw, 77px);
  padding: 0;
  text-align: center;
}

.section__title-main,
.section__title-sub {
  display: block;
}

.section__title-main {
  font-size: min(6vw, 46px);
  margin-bottom: 0;
  font-weight: 700;
}

.section__title-sub {
  font-size: min(2.61vw, 20px);
  color: #3F48CC;
}

.section__subtitle {
  margin-bottom: min(11.47vw, 88px);
  font-size: min(4.56vw, 35px);
  font-weight: 700;
}

.inner {
  width: min(97.13vw, 745px);
  margin: 0 auto;
  background-color: rgb(0 111 109 / 0.35);
}

/* bg__logo */
.bg__logo {
  position: fixed;
  top: 40%;
  right: 50%;
  transform: translate(50%, 50%);
  width: 340px;
  height: 110px;
  background-image: url(../img/logo-main.svg);
  background-size: cover;
  background-position: center center;
  z-index: -10;
  opacity: 0.2;
}
@media screen and (min-width: 768px) {
  main {
    max-width: none;
  }

  .section {
    padding: 0;
    padding-top: 98px;
  }

  .section__title {
    margin-bottom: 107px;
  }

  .section__title-main {
    font-size: clamp(2.75rem, 1.607rem + 2.38vw, 3.75rem);
    margin-bottom: 15px;
  }

  .section__title-sub {
    font-size: clamp(1.25rem, 0.536rem + 1.49vw, 1.875rem);
  }

  .section__subtitle {
    margin-bottom: 77px;
    font-size: 36px;
  }

  .inner {
    width: 100%;
  }

  .bg__logo {
    top: 30%;
    width: 800px;
    height: 243px;
  }
}


/***************
    header
***************/
.header {
  height: min(16vw, 88px);
  padding: 0 min(2.61vw, 20px);
  background: #fff;
  width: 100%;
  z-index: 100;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.header__title-link {
  display: flex;
  align-items: center;
  gap: min(0.78vw, 6px);
}

.header__title {
  margin-bottom: 0;
  font-weight: 700;
}

.header__title p {
  font-size: min(3vw, 12px);
  font-weight: 700;
  margin-bottom: 5px;
}

.header__img {
  width: min(13.33vw, 54px);
}

.header__title-text {
  font-size: min(3.73vw, 14px);
  font-weight: 700;
}

.header__nav-link {
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .header {
    padding-left: clamp(0.563rem, -0.795rem + 2.83vw, 1.75rem);
    padding-right: clamp(0.563rem, -2.866rem + 7.14vw, 3.563rem);
    position: fixed;
  }

  .header__inner  {
    width: 100%;
    margin: 0 auto;
  }

  .header__img {
    width: min(6.88vw, 99px);
    height: auto;
  }

  .header__title p {
    font-size: min(1.5vw, 18px);
    margin-bottom: 10px;
  }

  .header__title-text {
    font-size: min(1.81vw, 26px);
  }

  .header__nav-list {
    display: flex;
    align-items: center;
    gap: min(1.39vw, 20px);
    margin-bottom: 0;
  }

  .header__nav-link {
    font-size: min(1.82vw, 20px);
    color: #212529;
  }
}

@media (any-hover: hover) {
  .header__title-link:hover .header__title-text {
    color: #212529;
  }
}


/***************
    fv
***************/
.fv {
  width: 100%;
  min-height: 700px;
  height: calc(100dvh - min(16vw, 88px));
  background-image: url(../img/fv-sp.webp);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.fv__inner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}

.fv__catch {
  margin-bottom: min(19.56vw, 150px);
  font-size: min(7.95vw, 61px);
  text-shadow: min(0.52vw, 4px) min(0.39vw, 3px) min(0.39vw, 3px) #212529;

}

.fv__text {
  margin-bottom: 0;
  font-size: max(2.48vw, 16px);
  line-height: 2.5;
  text-shadow: min(0.52vw, 4px) min(0.39vw, 3px) min(0.39vw, 3px) #212529;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .fv {
    height: min(67.43vw, 971px);
    background-image: url(../img/fv-pc.webp);
    padding-top:min(16vw, 88px);
  }

  .fv__catch {
    font-size: min(9.38vw, 100px);
    margin-bottom: 100px;
    font-weight: 600;
  }

  .fv__text {
    font-size: min(2.48vw, 19px);
  }
}


/***************
    business
***************/
.business__inner {
  padding: min(10.82vw, 83px) 0;
  text-align: center;
}

.business__text-inner {
  margin-bottom: min(21.9vw, 168px);
}

.business__text {
  margin-bottom: 0;
  font-size: min(3.65vw, 28px);
  line-height: 1.6;
}

.business__text + .business__text {
  margin-top: min(5.22vw, 40px);
}

.business__text:nth-child(2) {
  margin-top: 0;
}

.business__list-inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: min(1.96vw, 15px);
  padding-left: min(7.17vw, 55px);
}

.business__list {
  font-size: min(3.52vw, 27px);
  line-height: 1.7;
  text-align: left;
}

.business__list-item + .business__list-item {
  margin-top: min(2.35vw, 18px);
}

.business__list-item:not(:last-child) {
  list-style: disc;
}

.business__list-item:last-child {
  margin-left: max(-3.52vw, -27px);
}

.business__img-list {
  width: min(33.64vw, 258px);
}

.business__img {
  width: 100%;
  height: min(26.34vw, 202px);
  object-fit: cover;
}

.business__img + .business__img {
  margin-top: min(3.91vw, 30px);
}
@media screen and (min-width: 768px) {
  .business__inner {
    padding-top: 102px;
    padding-bottom: 115px;
  }

  .business__text-inner {
    margin-bottom: 92px;
  }

  .business__text {
    font-size: min(2.34vw, 28px);
  }

  .business__text + .business__text {
    margin-top: min(5.07vw, 73px);
  }

  .business__list-inner {
    max-width: 1131px;
    width: 95%;
    margin-inline: auto;
    padding: 0;
  }

  .business__list {
    font-size: min(2.86vw, 27px);
  }

  .business__list-item  {
    margin-left: 1em;
  }

  .business__list-item + .business__list-item {
    margin-top: 22px;
  }

  .business__list-item:last-child {
    margin-left: -0.5em;
  }

  .business__img-list {
    max-width: 414px;
    width: 36%;
  }

  .business__img {
    width: 100%;
    height: auto;
  }

  .business__img + .business__img {
    margin-top: 59px;
  }
}


/***************
    history
***************/
.history__inner {
  padding: min(10.82vw, 83px) 0;
  text-align: center;
}

.history__enkaku {
  margin-bottom: min(25.68vw, 197px);
  padding: 0;
}

.history__enkaku-list {
  padding-left: min(6vw, 46px);
  text-align: left;
}

.history__enkaku-list-inner {
  display: block;
}

.history__enkaku-time {
  position: static;
  font-size: min(7.82vw, 60px);
}

.history__enkaku-text {
  margin: min(2.61vw, 20px) 0;
  margin-left: min(7.82vw, 60px);
  padding: min(1.96vw, 15px) 0;
  padding-left: min(4.95vw, 38px);
  font-size: min(3.13vw, 24px);
  border-left: 1px solid #212529;
}

.history__zisseki {
  padding: 0;
}

.history__zisseki-list-item + .history__zisseki-list-item {
  margin-top: min(11.73vw, 90px);
}

.history__zisseki-date {
  display: flex;
  gap: min(3.13vw, 24px);
  /* padding: min(2.61vw, 20px) 0; */
  /* padding-left: min(3vw, 23px); */
  padding: min(2.61vw, 20px) min(9.78vw, 75px) min(2.61vw, 20px) min(9.78vw, 75px);
  font-size: min(3.13vw, 24px);
  background-color: rgb(0 160 233/ 0.26);
}

.history__zisseki-date dd {
  margin-bottom: 0;
}

.history__zisseki-img {
  padding: min(3.91vw, 30px) min(9.78vw, 75px) 0;
}
.history__zisseki-img img {
  width: 100%;
  height: min(52.15vw, 400px);
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .history__enkaku-list {
    max-width: 891px;
    width: 95%;
    margin-inline: auto;
    padding-left: 0;
  }

  .history__enkaku-list-inner {
    display: flex;
    gap: 55px;
    margin-bottom: 50px;
  }

  .history__enkaku-time {
    position: relative;
    font-size: 52px;
  }

  .history__enkaku-time::after {
    content: "";
    position: absolute;
    display: block;
    width: 1px;
    height: 47px;
    background: #231815;
    left: 50%;
  }

  .history__enkaku-text {
    align-self: center;
    margin: 0;
    padding: 0;
    font-size: clamp(1.688rem, 1.116rem + 1.19vw, 2.188rem);
    border-left: none;
  }

  .history__zisseki-list {
    max-width: 1131px;
    width: 95%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    margin-inline: auto;
  }

  .history__zisseki-list::before {
    content: "";
    display: block;
    width: 32%;
    height: 0;
    order: 1;
  }
  .history__zisseki-list::after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }

  .history__zisseki-list-item {
    width: 32%;
  }

  .history__zisseki-date {
    /* padding-inline: min(calc(250 / 1400 * 100vw), 250px); */
    flex-direction: column;
    gap: 5px;
    margin-bottom: 0;
    padding: 10px 0 10px 10px;
    text-align: left;
  }

  .history__zisseki-date dt {
    font-size: 20px;
  }
  .history__zisseki-date dd {
    font-size: clamp(0.875rem, -0.373rem + 2.6vw, 1.25rem);
  }

  .history__zisseki-list-item + .history__zisseki-list-item {
    margin-top: 0;
  }

  .history__zisseki-img {
    padding: 0;
    /* padding-inline: 20px; */

  }

  .history__zisseki-img img {
    /* display: block;
    width: calc(760 / 1400 * 100vw);
    margin: 0 auto; */
    height: auto;
  }
}


/***************
    license
***************/
.license__inner {
  padding: min(6.52vw, 50px) 0;
}

.license__list {
  width: min(81.23vw, 623px);
  margin: 0 auto;
  font-size: min(3.52vw, 27px);
}

.license__list-item {
  display: flex;
}

.license__list-title {
  width: min(23.73vw, 182px);
}

.license__list-text {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .license__inner {
    padding: 82px 0;
  }

  .license__list {
    max-width: 760px;
    width: 95%;
    font-size: 32px;
  }

  .license__list-item + .license__list-item {
    margin-top: 68px;
  }

  .license__list-title {
    width: 228px;
  }
}


/***************
  information
***************/
.information__inner {
  padding: min(15.65vw, 120px) 0;
}

.information__list {
  padding: 0 min(3vw, 23px);
  font-size: min(3.26vw, 25px);
  margin-bottom: 0;
}

.information__list-inner {
  display: flex;
  align-items: center;
  padding: 0 min(3vw, 23px) min(3.91vw, 30px);
  border-bottom: min(0.13vw, 1px) solid #212529;
}

.information__list-inner + .information__list-inner {
  margin-top: min(11.08vw, 85px);
}

.information__list-inner:first-child .information__list-text {
  display: flex;
  align-items: center;
  gap: min(1.96vw, 15px);
}

.information__list-title {
  width: min(19.69vw, 151px);
}

.information__list-img {
  width: min(10.95vw, 84px);
  height: min(3.39vw, 26px);
}

.information__list-text {
  margin-bottom: 0;
}

.information__map {
  padding: min(14.99vw, 115px) min(2.09vw, 16px) 0;
}

.information__map-title {
  margin-bottom: min(6.26vw, 48px);
  padding-left: min(3.91vw, 30px);
  font-size: min(3.26vw, 25px);
}

.information__map-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.information__map-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .information__inner {
    padding-top: 91px;
    padding-bottom: 46px;
  }

  .information__list {
    max-width: 1272px;
    width: 95%;
    margin-inline: auto;
    font-size: clamp(1.375rem, 0.661rem + 1.49vw, 2rem);
  }

  .information__list-inner {
    padding: 0 clamp(1.438rem, -3.705rem + 10.71vw, 5.938rem) 57px clamp(1.438rem, -3.705rem + 10.71vw, 5.938rem);
  }

  .information__list-inner + .information__list-inner {
    margin-top: 70px;
  }

  .information__list-title {
    width: clamp(9.438rem, -1.634rem + 23.07vw, 19.125rem);
  }

  .information__list-inner:first-child .information__list-text {
    gap: 21px;
  }

  .information__list-img {
    width: clamp(5.25rem, -0.893rem + 12.8vw, 10.625rem);
    height: clamp(1.625rem, -0.375rem + 4.17vw, 3.375rem);
  }

  .information__map {
    max-width: 1381px;
    width: 95%;
    margin-inline: auto;
    padding: 0;
    padding-top: 50px;
  }

  .information__map-title {
    padding-left: clamp(2.875rem, -6.125rem + 18.75vw, 10.75rem);
    font-size: clamp(1.563rem, 1.063rem + 1.04vw, 2rem);
  }
}


/***************
  contact
***************/
.contact__inner {
  background-color: transparent;
}

.contact__text {
  margin-bottom: min(8.27vw, 31px);
  padding: min(5.87vw, 22px) 0;
  font-size: min(5.6vw, 30px);
  color: #ffffff;
  text-align: center;
  background-color: #c30d23;
}

.contact__btn {
  border: min(0.8vw, 3px) solid #c30d23;
}

.contact__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(5.6vw, 21px);
  padding: min(6.67vw, 37px) 0;
  background-color: #ffffffff;
  color: #c30d23;
  transition: all 0.3s;
}

.contact__btn-text {
  margin-bottom: 0;
  font-size: min(6.67vw, 32px);
}

.contact__btn-mark {
  width: min(6.67vw, 25px);
  height: min(7.47vw, 35px);
  background-color: #c30d23;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .contact {
    padding-bottom: 100px;
  }

  .contact__inner {
    max-width: 1000px;
    width: 95%;
  }
}

@media (any-hover: hover) {
  .contact__btn-link:hover {
    background-color: #c30d23;
    color: #ffffff;
  }

  .contact__btn-link:hover .contact__btn-mark {
    background-color: #ffffff;
  }
}


/***************
  footer
***************/
.footer {
  padding: min(6.78vw, 52px) 0 min(19.56vw, 150px);
}

.footer__sns {
  width: min(11.08vw, 85px);
  height: min(11.08vw, 85px);;
  margin: 0 auto;
  margin-bottom: min(10.69vw, 82px);
  object-fit: contain;
}

.footer__link {
  display: block;
}

.footer__link img {
  height: 100%;
}

.footer__info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(1.04vw, 8px);
  margin-bottom: min(4.69vw, 36px);
  font-size: min(3.13vw, 24px);
}

.footer__logo {
  width: min(9.13vw, 70px);
  height: min(2.87vw, 22px);
}

.footer__info-text {
  margin-bottom: 0;
}

.footer__nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: min(3.26vw, 25px);
  margin-bottom: 0;
  font-size: min(2.74vw, 21px);
}
@media screen and (min-width: 768px) {
  .footer {
    padding: 60px 0 141px;
  }

  .footer__sns {
    width: 98px;
    height: 98px;
    margin-bottom: 49px;
  }

  .footer__info {
    gap: clamp(0.5rem, -0.5rem + 2.08vw, 1.375rem);
    margin-bottom: clamp(2.25rem, -4.393rem + 13.84vw, 8.063rem);
    font-size: clamp(1.5rem, -0.214rem + 3.57vw, 3rem);
  }

  .footer__logo {
    width: clamp(4.375rem, -0.768rem + 10.71vw, 8.875rem);
    height: clamp(1.375rem, -0.268rem + 3.42vw, 2.813rem);
  }

  .footer__nav {
    font-size: clamp(1.313rem, -0.045rem + 2.83vw, 2.5rem);
  }
}