@charset "UTF-8";
/*メインカラー*/
/*サブカラー*/
/*タブレット*/
/*スマホ*/
* { /*全部*/
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  letter-spacing: 0.15em;
}

html {
  width: 100%;
  height: auto;
  scroll-behavior: smooth;
  font-size: 0.5208333333vw;
  letter-spacing: 0.15em;
  line-height: 2;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 0.5208333333vw;
  }
}
@media screen and (max-width: 599px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  height: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.15em;
}

a, button {
  text-decoration: none;
  cursor: pointer;
}

img {
  width: 100%;
}

.font-area {
  font-family: "area-normal", sans-serif;
}

.js-scroll-animation {
  opacity: 0;
  transition: 1s translate ease-in-out, opacity 1s ease-in-out;
  translate: 0 10rem;
  visibility: hidden;
}
.js-scroll-animation.is-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.main .service__kv {
  position: relative;
  height: 46.5rem;
}
@media screen and (max-width: 599px) {
  .main .service__kv {
    height: 20.8rem;
  }
}
.main .service__kv--img {
  width: 100%;
  height: 100%;
}
.main .service__kv--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .service__kv h1 {
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
  top: 25.1rem;
  max-width: 170rem;
  width: 100%;
  font-size: 6rem;
  font-weight: 900;
  font-style: italic;
  color: #fff;
  padding: 0 5.3rem 0;
  line-height: 1;
}
@media screen and (max-width: 599px) {
  .main .service__kv h1 {
    font-size: 3.5rem;
    top: 8.7rem;
    padding: 0 2rem;
  }
}
.main .service__about {
  width: 100%;
}
.main .service__about--text {
  text-align: center;
  font-size: 3rem;
  font-weight: 500;
  color: #383635;
  letter-spacing: 0.3em;
  line-height: 2;
  padding: 10rem 0;
}
@media screen and (max-width: 599px) {
  .main .service__about--text {
    padding: 1.8rem 0 3.4rem 0;
    font-size: 1.2rem;
  }
}
.main .service__about--text br.sp {
  display: none;
}
@media screen and (max-width: 599px) {
  .main .service__about--text br.sp {
    display: inline;
  }
}
.main .service__about--list {
  width: 100%;
  max-width: 170rem;
  margin: auto;
  display: flex;
  flex-flow: column;
  gap: 5.8rem 0;
}
@media screen and (max-width: 599px) {
  .main .service__about--list {
    max-width: 33rem;
  }
}
.main .service__about--list--item {
  max-width: 170rem;
  width: 100%;
  display: flex;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.16);
  border-radius: 3rem;
  padding: 6.2rem 0 4.2rem 6.2rem;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item {
    max-width: 100%;
    padding: 3.1rem 0 0.35rem 0;
    position: relative;
  }
}
.main .service__about--list--item--img {
  width: 58.896rem;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--img {
    width: 31.296rem;
    height: 29.898rem;
    position: absolute;
    z-index: -1;
    top: 0.87rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--img img {
    overflow: hidden;
    border-radius: 2rem;
    width: 100%;
    height: 100%;
  }
}
.main .service__about--list--item--container {
  width: 92.4rem;
  padding: 0.3rem 0 0 0;
  margin: auto;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container {
    width: 33rem;
    padding: 0 0 0 0;
  }
}
.main .service__about--list--item--container strong {
  font-size: 2.2rem;
  color: #383635;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container strong {
    width: 100%;
    font-size: 1.2rem;
    display: block;
    text-align: center;
    font-weight: 500;
  }
}
.main .service__about--list--item--container h2 {
  display: flex;
  align-items: center;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 2.5rem 0 2.5rem 0;
  padding: 0 0 3rem 0;
  border-bottom: 0.1rem #080808 solid;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container h2 {
    display: flex;
    flex-flow: column;
    font-size: 0.8rem;
    margin: 1.7rem 0 0 0;
    padding: 0;
    border: none;
  }
}
.main .service__about--list--item--container h2 .icon {
  width: 31.3rem;
  display: inline-block;
  margin: 0 3.65rem 0 0;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container h2 .icon {
    width: 13.5rem;
    margin: 0;
  }
}
.main .service__about--list--item--container h2 .text {
  width: 13.5rem;
  text-align: right;
  color: #383635;
}
.main .service__about--list--item--container p {
  font-size: 1.8rem;
  font-weight: 500;
  color: #383635;
  line-height: 2.2222222222;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container p {
    margin: 20rem 2rem 0;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container p br {
    display: none;
  }
}
.main .service__about--list--item--container h3 {
  font-size: 1.6rem;
  font-weight: 900;
  color: #383635;
  font-style: italic;
  padding: 3rem 0 1rem 0;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container h3 {
    padding: 1.8rem 0 1rem 1.5rem;
  }
}
.main .service__about--list--item--container .texts {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container .texts {
    padding: 0 0 2.34rem 1.5rem;
  }
}
.main .service__about--list--item--container .texts .text {
  width: 46.2rem;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  padding-bottom: 1rem;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container .texts .text {
    width: 100%;
    font-size: 1.2rem;
    padding-bottom: 1.02rem;
  }
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container .texts .text:last-child {
    padding: 0;
  }
}
.main .service__about--list--item--container .texts .text .checkIcon {
  width: 1.418rem;
  margin: 0 1.25rem 0 0;
  display: flex;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container .texts .text .checkIcon {
    width: 1.098rem;
    margin: 0 0.84rem 0 0;
  }
}
.main .service__about--list--item--container .texts .text small {
  font-size: 1.6rem;
  color: #707070;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container .texts .text small {
    font-size: 1.2rem;
  }
}
.main .service__about--list--item--container a {
  width: 100%;
  max-width: 24.72rem;
  height: 3.873rem;
  margin-top: 2rem;
  display: flex;
  align-items: center;
  position: relative;
  border: #080808 solid 0.1rem;
  font-size: 1.3rem;
  font-weight: 700;
  color: #080808;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container a {
    width: 20rem;
    height: 3.2rem;
    margin: 0 0 2.9rem 1.5rem;
    font-size: 1.2rem;
  }
}
.main .service__about--list--item--container a::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #080808;
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 0;
  transition: all 0.3s ease;
  display: inline-block;
}
.main .service__about--list--item--container a .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  padding: 0;
  display: inline-block;
}
.main .service__about--list--item--container a .externalIcon {
  width: 3.19rem;
  display: flex;
  position: absolute;
  top: 50%;
  right: 1.45rem;
  transform: translateY(-50%);
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item--container a .externalIcon {
    width: 2.4rem;
    right: 1.2rem;
  }
}
.main .service__about--list--item--container a:hover::before {
  right: 0;
}
.main .service__about--list--item--container a:hover .text {
  color: #fff;
}
.main .service__about--list--item--container a:hover .externalIcon {
  color: #fff;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item:nth-child(3) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item:nth-child(3) strong {
    line-height: 1.6666666667;
    font-size: 1.2rem;
  }
}
.main .service__about--list--item:nth-child(3) .service__about--list--item--container h2 .icon {
  width: 44.1rem;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item:nth-child(3) .service__about--list--item--container h2 .icon {
    width: 20rem;
  }
}
.main .service__about--list--item:nth-child(3) a {
  margin-bottom: 2.9rem;
}
@media screen and (max-width: 599px) {
  .main .service__about--list--item:nth-child(3) a {
    margin: 1.1rem 0 2.6rem 1.5rem;
  }
}
.main .service__about--text2 {
  font-size: 3rem;
  font-weight: 500;
  color: #383635;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2;
  padding: 10rem 0;
}
@media screen and (max-width: 599px) {
  .main .service__about--text2 {
    font-size: 1.2rem;
    padding: 2.95rem 0;
    line-height: 2.0833333333;
  }
}
.main .service__about .group_cv {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90rem;
  height: 12.6rem;
  font-size: 3rem;
  font-weight: bold;
  background-color: #080808;
  border-radius: 3rem;
  color: #fff;
  margin: 0 auto 10rem;
  transition: all 0.3s ease;
  border: #080808 solid 0.4rem;
}
@media screen and (max-width: 599px) {
  .main .service__about .group_cv {
    width: 33rem;
    height: 4rem;
    border-radius: 0.5rem;
    font-size: 1.2rem;
    margin: 0 auto 3.2rem;
    border: #080808 solid 0.2rem;
  }
}
.main .service__about .group_cv:hover {
  background-color: #fff;
  color: #080808;
}/*# sourceMappingURL=style.css.map */