@charset "UTF-8";

/*====================
  サービス一覧
====================*/
.intro {
  width: 100%;
}

.intro-wrap {
  width: 100%;
  max-width: 113rem;
  margin: 7.5rem auto 0;
}

@media screen and (max-width: 767px) {
  .intro-wrap {
    margin: 6rem auto 0;
    padding: 0 2rem;
  }
}

.intro-title {
  font-size: 4rem;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #509dce;
}

@media screen and (max-width: 767px) {
  .intro-title {
    font-size: 3rem;
  }
}

.intro-lead {
  font-size: 2rem;
  display: block;
  text-align: center;
  line-height: 2;
  font-weight: 400;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .intro-lead {
    font-size: 1.8rem;
    margin-top: 2rem;
  }
}

.archive {
  width: 100%;
}

.archive-wrap {
  width: 100%;
  max-width: 113rem;
  margin: 6.5rem auto 12rem;
}

@media screen and (max-width: 767px) {
  .archive-wrap {
    margin: 5rem auto 8rem;
    padding: 0 2rem;
  }
}

.archive-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 8rem;
}

@media screen and (max-width: 767px) {
  .archive-list {
    margin-top: 6rem;
  }
}

.archive-list:first-of-type {
  margin-top: 0;
}

.archive-list:nth-child(2n) {
  flex-direction: row-reverse;
}

.archive-list:nth-child(2n) .archive-list-text {
  padding-left: 0;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .archive-list:nth-child(2n) .archive-list-text {
    padding-right: 0;
    padding-top: 3rem;
  }
}

.archive-list-thumb {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .archive-list-thumb {
    width: 100%;
  }
}

.archive-list-thumb img {
  min-height: 28rem;
  object-fit: cover;
}

@media screen and (max-width: 767px) {
  .archive-list-thumb img {
    min-height: unset;
  }
}

.archive-list-text {
  width: 56%;
  padding-left: 4rem;
}

@media screen and (max-width: 767px) {
  .archive-list-text {
    width: 100%;
    padding-left: 0;
    padding-top: 3rem;
  }
}

.archive-list-text h2 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  color: #509dce;
}

@media screen and (max-width: 767px) {
  .archive-list-text h2 {
    font-size: 2.2rem;
  }
}

.archive-list-text p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  margin-top: 1em;
}

.archive-list-text p br {
  display: none;
}

.archive-list-textlink {
  display: block;
  text-align: center;
  margin-top: 2rem;
}

.archive-list-textlink span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-top: 1px solid #509dce;
  border-bottom: 1px solid #509dce;
  padding: 0.8rem 0.5rem 0.8rem 1rem;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: bold;
  color: #509dce;
  transition: all ease 0.3s;
}

.archive-list-textlink span:after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 1.5rem;
  background: url(https://mori-com2.net/mild-industry-2025-renew/wp-content/themes/solaris_tcd088/img/common/ico-link-skyblue.svg) no-repeat;
  background-size: 100%;
  margin-left: 0.6rem;
  margin-bottom: 0.1rem;
}

.archive-list-textlink a:hover {
  opacity: 1;
}

.archive-list-textlink a:hover span {
  padding: 0.8rem 4rem 0.8rem 4.5rem;
}

/*====================
  サービス詳細：共通
====================*/
.article-related {
  width: 100%;
  max-width: 113rem;
  margin: 11.2rem auto 12rem;
}

@media screen and (max-width: 767px) {
  .article-related {
    margin: 6rem auto;
    padding: 0 2rem;
  }
}

.article-related.related-services h2 {
  position: relative;
  font-size: 3.2rem;
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  color: #509dce;
  padding-bottom: 1.6rem;
  margin-top: 8rem;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .article-related.related-services h2 {
    margin-top: 5rem;
    font-size: 2.6rem;
  }
}

.article-related.related-services h2:before {
  content: "";
  display: inline-block;
  width: 7.2rem;
  height: 4px;
  background: #509dce;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 767px) {
  .article-related.related-services h2:before {
    height: 2px;
  }
}

.article-related.related-services ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .article-related.related-services ul {
    margin-top: 3rem;
  }
}

.article-related.related-services ul li {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .article-related.related-services ul li {
    width: 100%;
  }
}

.article-related.related-services ul li a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article-related.related-services ul li a:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.article-related.related-services ul li a:after {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 3.2rem;
  background: url(https://mori-com2.net/mild-industry-2025-renew/wp-content/themes/solaris_tcd088/img/common/ico-link-white.svg) no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 2.2rem;
  transform: translate(0, -50%);
  z-index: 2;
}

.article-related.related-services ul li a:hover {
  opacity: 1;
}

.article-related.related-services ul li a:hover figure img {
  transform: scale(1.2);
}

.article-related.related-services ul li a figure {
  overflow: hidden;
}

.article-related.related-services ul li a figure img {
  transform: scale(1);
  transition: all ease 0.5s;
}

.article-related.related-services ul li a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.2rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}

.article-related h2 {
  display: block;
  background: transparent;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 1.5rem 2rem;
}

@media screen and (max-width: 767px) {
  .article-related h2 {
    font-size: 2rem;
  }
}