@charset "UTF-8";
/************************
mediaQuery
************************/
/************************
コンテンツのヘッダ
************************/
/************************
main
************************/
main.main {
  flex: 1;
}
main.main .container {
  margin: auto;
  width: 100%;
}
main.main .container .contents {
  margin: auto;
}
main.main .container .contents header .contents-header {
  margin: auto;
  padding: 0 150px;
  max-width: 1500px;
}
main.main .container .contents header .contents-header .mv {
  height: 205px;
  position: relative;
  width: 100%;
  margin: 0 auto 25px;
}
main.main .container .contents header .contents-header .mv .mv-bg {
  color: #F3F3F3;
  font-size: 20.0rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  height: 205px;
  line-height: 90%;
  letter-spacing: -0.02em;
  white-space: nowrap;
}
main.main .container .contents header .contents-header .mv h1 {
  font-size: 4.0rem;
  line-height: 1.0;
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 610px;
  word-break: break-all;
  line-height: 1.2;
}
main.main .container .contents section .contents-body {
  padding: 115px 150px 200px;
  position: relative;
}
main.main .container .contents section .contents-body::after {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  content: "";
  height: 60px;
  position: absolute;
  right: 0;
  width: 50%;
  top: 115px;
}
main.main .container .contents section .contents-body h2 {
  background: #3B3B3B;
  border-radius: 30px 0 0 30px;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  height: 60px;
  line-height: 60px;
  margin: auto;
  padding: 0 100px;
  width: 100%;
  position: relative;
  z-index: 10;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}

.contents-body:last-of-type {
  padding: 115px 150px 200px;
}

.service-inner {
  padding: 74px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.service-inner .servicelist .list > li {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 60px;
}
.service-inner .servicelist .list > li:last-of-type {
  margin-bottom: 0;
}
.service-inner .servicelist .list > li .picture {
  border-radius: 30px;
  overflow: hidden;
  margin-right: 50px;
  height: 270px;
  width: 450px;
  flex-shrink: 0;
}
.service-inner .servicelist .list > li .textbox {
  flex: 1;
  word-break: break-all;
  display: flex;
  flex-direction: column;
}
.service-inner .servicelist .list > li .textbox h3 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-inner .servicelist .list > li .textbox .text {
  font-size: 1.6rem;
  line-height: 1.8;
}
.service-inner .servicelist .list > li .textbox .detail-link {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 40px;
}
.service-inner .servicelist .list > li .textbox .detail-link a {
  font-size: 1.5rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: relative;
  padding: 0 40px 0 0;
}
.service-inner .servicelist .list > li .textbox .detail-link a::after {
  background: url("../img/common/sub_menu_arrow.svg") no-repeat center center;
  background-size: contain;
  content: "";
  height: 30px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -15px;
  width: 30px;
}
.service-inner .servicelist .list > li .textbox .detail-link a:hover::after {
  background: url("../img/common/sub_menu_hover_arrow.svg") no-repeat center center;
  background-size: contain;
}

.lp.contents-body {
  padding: 115px 150px 45px !important;
}
.lp.contents-body:last-of-type {
  padding: 0 150px 200px !important;
}
.lp.contents-body:last-of-type::after {
  top: 0 !important;
}

.service-lp-inner {
  padding: 74px 100px 0 100px;
  width: 100%;
  min-width: 1200px;
  max-width: 1200px;
  margin: auto;
}
.service-lp-inner .picture {
  overflow: hidden;
  border-radius: 30px;
}
.service-lp-inner .picture img {
  width: 100%;
}
.service-lp-inner .explanation {
  padding: 50px 150px;
}
.service-lp-inner .explanation h3 img {
  display: block;
  margin: auto;
}
.service-lp-inner .explanation .discription {
  font-size: 2.6rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 1.4;
  text-align: center;
  margin-top: 45px;
}
.service-lp-inner .explanation .discription small {
  font-size: 2.0rem;
}
.service-lp-inner .explanation .text {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 45px;
}
.service-lp-inner .detail {
  margin-bottom: 105px;
}
.service-lp-inner .detail:last-of-type {
  margin-bottom: 0;
}
.service-lp-inner .detail h3 {
  font-size: 2.6rem;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 25px;
  position: relative;
}
.service-lp-inner .detail h3::before {
  background: #3B3B3B;
  content: "";
  height: 30px;
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
}
.service-lp-inner .detail .discription {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-top: 50px;
}
.service-lp-inner .detail .image {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 45px 100px;
  margin-top: 50px;
}
.service-lp-inner .detail .image li {
  flex-shrink: 0;
  width: 450px;
}
.service-lp-inner .detail .image li .picture {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
.service-lp-inner .detail .image li .picture img {
  display: block;
  width: 100%;
}
.service-lp-inner .detail .image li .text {
  margin-top: 30px;
}
.service-lp-inner .detail .image li .text h4 {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.service-lp-inner .detail .image li .text p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 25px;
  letter-spacing: -0.05em;
}
.service-lp-inner .detail .viewlink {
  margin-top: 50px;
}
.service-lp-inner .detail .viewlink.life {
  margin-top: 100px;
}
.service-lp-inner .detail .viewlink a {
  background: #fff;
  border: 1px solid #3B3B3B;
  border-radius: 50px;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "Zen Kaku Gothic New", sans-serif;
  width: 100%;
  height: 100px;
  line-height: 98px;
  text-align: center;
}
.service-lp-inner .detail .viewlink a::after {
  background: url("../img/common/site_link_icon.svg") no-repeat center center;
  content: "";
  display: inline-block;
  height: 21px;
  width: 22px;
  vertical-align: -3px;
  margin-left: 10px;
}
.service-lp-inner .detail .viewlink a:hover {
  background: #3B3B3B;
  color: #fff;
}
.service-lp-inner .detail .viewlink a:hover::after {
  filter: invert(100%) sepia(1%) saturate(491%) hue-rotate(39deg) brightness(117%) contrast(100%);
}