@charset "utf-8";

html {
  scroll-behavior: smooth;
}

[id] {
  scroll-margin-top: 0px;
}

.row-reverse {
  flex-direction: row-reverse;
}
.info_tel {
  padding-top: 0px;
}
@media screen and (max-width: 768px) {
  .info_tel {
    padding-top: 0px;
  }
}
/* 
===================================== */
.contents {
  /* padding-top: 50px; */
  padding-top: 120px;
}
.info_tel {
  padding-top: 0;
}
.footer_info {
  padding-top: 100px;
}
@media only screen and (max-width: 768px) {
  .footer_info {
      padding-top: 40px;
  }
}

/* mv
===================================== */
.mv {
  position: relative;
}

.mv img {
  width: 100%;
  /* position: relative; */
}
.mv picture::before {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000052;
  filter: brightness(0.5);
  z-index: 1;
}

.mv_title_wrap {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}

.mv_title {
  width: 158px;
  margin-left: 14%;
  padding-bottom: 20px;
  opacity: 0;
  filter: blur(100px);
}

.mv_title.show {
  animation: blurFadeIn 1.5s forwards;
}

.mv_title_line {
  width: 0;
  height: 2px;
  background-color: #fff;
}

@keyframes lineGrow {
  from {
    width: 0;
  }

  to {
    width: 90%;
  }
}

@keyframes blurFadeIn {
  from {
    filter: blur(100px);
    opacity: 0;
  }

  to {
    filter: blur(0);
    opacity: 1;
  }
}


.inner--1000px {
  max-width: 1000px;
  padding: 0;
}
figcaption {
  bottom: 2px;
  font-size: min(12px, 2vw);
}
figcaption.black {
  color: #000;
  text-shadow: 0 0 1px #fff, 0 0 10px #fff;
}

/* contents
===================================== */
.contents a {
  transition: opacity 0.3s;
}

.contents a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .parts-leadarea__title {
    font-size: min(32px, 3.2vw);
  }
}
.parts-leadarea__title + .parts-leadarea__text {
  margin-top: 10px;
}

.anchor-link {
  margin-top: 40px;
  margin-bottom: 40px;
}
.anchor-link__list {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: min(10px, 1vw);
}
.anchor-link__item {
}
.anchor-link__btn {
  font-size: min(16px, 1.2vw);
  width: 100%;
  height: 100%;
  min-height: 7em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #90aebc;
  border: 1px solid #90aebc;
}
a.anchor-link__btn {
  transition: all 0.3s ease-out;
}
.anchor-link__btn.is-current,
.anchor-link__btn:hover {
  color: #fff;
  background-color: #90aebc;
  cursor: pointer;
}

.contents__section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.contents__header {
  margin-top: 80px;
  margin-bottom: 40px;
}
.contents__title {
  font-size: 60px;
  font-weight: 700;
  color: #90aebc;
  text-align: center;
  text-transform: uppercase;
}

/* card
---------------- */
.card {
  padding-top: 20px;
}
.card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(50px, 5vw) min(30px, 2vw);
}
.card__list--grid1 {
  grid-template-columns: 1fr;
}
.card__list--grid2,
.card__list--grid2sp1 {
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 30px;
}
.card__list--grid3,
.card__list--grid3sp1,
.card__list--grid3sp2 {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 30px;
}
.card__list--grid3sp1 {
  height: 100%;
}
.card__list--grid10 {
  grid-template-columns: repeat(10, 1fr);
  gap: min(10px, 1vw);
  margin-bottom: 30px;
}
.card__item--center {
  display: grid;
  place-items: center;
}
.card__item--center .card__img {
  margin-bottom: 0;
}
.card__item--2x1,
.card__item--2x1sp1x1 {
  grid-column: span 2;
}
.card__item--2x2 {
  grid-column: span 2;
  grid-row: span 2;
}
.card__item--2x3 {
  grid-column: span 2;
  grid-row: span 3;
}
.card__item--3x1 {
  grid-column: span 3;
}
.card__item--4x1 {
  grid-column: span 4;
}
.card__item--9x1 {
  grid-column: span 9;
}
.card__img {
  margin-bottom: min(10px, 1.5vw);
  margin-inline: auto;
}
.card__img--full,
.card__img--full picture {
  width: 100%;
  height: 100%;
}
.card__img--full img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.card__img--width1 {
  width: min(464px, 100%);
}
.card__img--width2 {
  width: min(110px, 100%);
}
.card__title {
  background-color: #90aebc;
  color: #fff;
  font-size: min(18px, 1.5vw);
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  padding: 5px 0;
  min-height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}
.card__title--2,
.card__title--3 {
  font-size: min(15px, 1.3vw);
  min-height: 54px;
}
.card__text {
  font-size: 16px;
  line-height: 1.5;
}
.card__text small{
  font-size: 10px;
  margin-top: 0.5em;
}
.card__border {
  border: 1px solid #BABABA;
  padding: 20px;  
}

@media screen and (max-width: 768px) {
  .contents {
    padding-top: 40px;
  }
  .contents__header {
    margin-top: 50px;
    margin-bottom: 20px;
  }
  .parts-leadarea {
    margin-bottom: 40px;
  }
  .parts-leadarea__title + .parts-leadarea__text {
    text-align: center;
  }
  .anchor-link__btn {
    font-size: 12px;
    letter-spacing: 0;
    min-height: 4em;
    line-height: 1.2;
    text-align: center;
  }
  .anchor-link__btn .en {
    display: none;
  }
  .anchor-link__list {
    grid-template-columns: repeat(4, 1fr);
  }
  .contents__title {
    font-size: 30px;
  }
  .card__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__list--grid1,
  .card__list--grid2sp1 {
    grid-template-columns: 1fr;
  }
  .card__list--grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
  .card__list--grid3sp2 {
    grid-template-columns: repeat(2, 1fr);
  }
  .card__list--grid3sp1 {
    grid-template-columns: repeat(1, 1fr);
    align-items: center;
  }
  .card__item--2x1sp1x1 {
    grid-column: span 1;
  }
  .card__item--sp2x1,
  .card__item--3x1,
  .card__item--4x1 {
    grid-column: span 2;
  }
  .card__img--max400 {
    width: min(400px, 100%);
    margin-inline: auto;
  }
  .card__img--service {
    width: min(100px, 100%);
    float: right;
    padding-left: 10px;
  }
  .card__title {
    font-size: max(14px, 3.4vw);
    min-height: 3em;
  }
  .card__title--3 {
    font-size: max(9px, 2.4vw);
  }
  .card__title--sp-lh {
    min-height: 4.2em;
  }
  .card__text {
    font-size: max(13px, 2.8vw);
    line-height: 1.3;
  }
  
}