@charset "UTF-8";

/* ------------------------------------------
 PC
------------------------------------------ */
/* @media screen and (min-width: 945px) { */
img {
  width: 100%;
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.main {
  font-size: 18px;
  line-height: 1.75;
}

.top {
  background-image: url("../img/renewal/main_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
}

.top__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 48px 20px;
  box-sizing: border-box;
}

.top__title {
  font-size: 51px;
  font-weight: bold;
  line-height: 1.5;
}

.top__title--green {
  color: #78c800;
}

.top__sub-title {
  font-size: 23px;
  font-weight: bold;
  padding: 15px 0 10px;
}

.top__feature-items {
  display: flex;
  margin-top: 40px;
}

.top__feature-item {
  width: 155px;
  height: 155px;
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
  color: #000;
  padding: 10px;
  border-radius: 50%;
  margin-right: 15px;
}

.top__feature-image {
  height: 60px;
  width: 60px;
}

.top__feature-title {
  font-size: 13px;
  font-weight: bold;
}

.top__feature-text--strong {
  font-size: 24px;
  color: #78c800;
  font-weight: bold;
}

.top__feature-text--strong3 {
  font-size: 18px;
  color: #78c800;
  font-weight: bold;
}

.top__feature-text--annotation {
  font-size: 10px;
}

/* company */
.company {
  text-align: center;
}

.company__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 10px 0 10px;
  box-sizing: border-box;
}

.company__title {
  padding-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  position: relative;
}

.company__title:before {
  content: url("../img/renewal/company_icon01.png");
  position: absolute;
  margin-left: -40px;
}

.company__title:after {
  content: url("../img/renewal/company_icon02.png");
  position: absolute;
  margin-right: -40px;
}

.company__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.company__list-image {
  margin: 10px;
  width: 15%;
}

/* request */
.request__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 50px 20px 0;
  box-sizing: border-box;
}

.request__desc {
  display: flex;
}

.request__desc-image {
  flex: 1;
  width: 233px;
  height: 276px;
  padding: 0 20px;
}

.request__desc-text {
  flex: 2;
}

.request__title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.request__title--marker {
  background: linear-gradient(transparent 70%, #78c800 30%);
}

/*
.request__text {
}
*/
.request__bg--green {
  background-color: #eaf7d7;
}

.request__bg-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}

.request__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/* card */
.card {
  width: 31%;
  margin-bottom: 20px;
}

.card__head {
  display: flex;
}

.card__number {
  font-size: 68px;
  font-weight: bold;
  color: #78c800;
}

.card__title {
  font-size: 20px;
  font-weight: bold;
  margin: auto 0 auto 20px;
}

.card__body {
  background-color: #fff;
  padding: 20px 30px;
  text-align: center;
  line-height: 1.5;
  height: 411px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
}

.card__body img {
  height: auto;
}

.card__text {
  font-size: 22px;
  font-weight: bold;
}

.card__text--strong {
  font-size: 28px;
  color: #78c800;
  font-weight: bold;
}

/* feature */
.feature__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 20px 0;
  box-sizing: border-box;
}

.feature__title {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}

.feature__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.feature__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  background: linear-gradient(to right, #292854 0%, 50%, #78c800 50%);
}

.feature__title--marker {
  background: linear-gradient(transparent 70%, #78c800 30%);
}

.feature__body {
  text-align: center;
  margin: 0 20px 80px;
}

.feature__text {
  margin-bottom: 60px;
}

/* service */
.service {
  background-color: #efefef;
  position: relative;
}

.service::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 100px;
  width: 100%;
  background-color: #efefef;
  box-sizing: border-box;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  /*
  border-right: 49.5vw solid transparent;
  border-left: 49.5vw solid transparent;
  border-top: 100px solid #efefef;
  */
}

.features-wrap .service {
  background-color: #fff;
  padding-bottom: 120px;
}

.features-wrap .service::after {
  display: none;
}

.service__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 20px 0;
  box-sizing: border-box;
}

.service__title {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}

.service__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.service__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  background: linear-gradient(to right, #292854 0%, 50%, #78c800 50%);
}

.service__items {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
}

.service-card {
  width: calc(33% - 32px);
  /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.16); */
  height: 100%;
}

.service-card__title {
  background-color: #292854;
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  height: 88px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.3;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.service-card__body {
  background-color: #fff;
  padding-bottom: 30px;
  height: min-content;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}

.service-card__body:hover {
  background-color: #eaf7d7;
  transition: all 0.3s;
}

.service-card__image {
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  width: 220px;
  height: 160px;
}

.service-card__text {
  font-size: 16px;
  margin: 20px 15px 0;
  height: 90px;
}

.service-card__text--marker {
  font-size: 18px;
  background: linear-gradient(transparent 70%, #78c800 30%);
}

.service-card__button-wrap {
  text-align: center;
  margin-top: 16px;
}

.service-card__button {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 50px 10px 30px;
}

.service-card__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.service-card__button:hover {
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  border: 1px solid #fff;
}

.service-card__button:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.service-imageCard {
  width: 50%;
  background-color: #eaf7d7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 1px;
  margin-top: 50px;
  margin-left: -20px;
  display: flex;
  align-items: center;
}

.service__button-items {
  display: flex;
  justify-content: space-evenly;
}

.service__button-item {
  text-align: center;
  margin: 100px 60px 60px;
}

/* usageScene */
/*.usageScene {
}
*/
.usageScene__inner {
  width: 100%;
  max-width: 1240px;
  margin: 100px auto 0;
  padding: 110px 20px 80px;
  box-sizing: border-box;
}

.usageScene__title {
  font-size: 36px;
  font-weight: bold;
  /* padding-bottom: 60px; */
}

.usageScene__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.usageScene__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  flex: 1;
  background: linear-gradient(to right, #292854 0%, 50%, #78c800 50%);
}

.usageScene__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.usageScene-item {
  width: 30%;
  text-align: center;
  margin: 20px 10px;
}

.usageScene-item__title {
  font-size: 24px;
  font-weight: bold;
  color: #78c800;
  padding-bottom: 10px;
}

/* case */
.case {
  background-color: #292854;
}

.case__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 20px 80px;
  box-sizing: border-box;
}

.case__title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 60px;
}

.case__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.case__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  background: linear-gradient(to right, #fff 0%, 50%, #78c800 50%);
}

.case__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.case-card {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 20px 40px;
  width: 32%;
}

.case-card__title {
  font-size: 20px;
  font-weight: bold;
  height: 88px;
  display: flex;
}

.case-card__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.case-card__tags {
  display: flex;
  flex-wrap: wrap;
  padding-right: 20%;
}

.case-card__tag--strong {
  color: #fff;
  background-color: #7e9297;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 14px;
}

.case-card__tag {
  color: #fff;
  background-color: #4d98a0;
  border-radius: 20px;
  font-size: 12px;
  margin-right: 5px;
  margin-bottom: 10px;
  padding: 2px 14px;
}

.case-card__more {
  text-align: right;
  margin-top: 20px;
  margin-right: 40px;
  position: relative;
}

.case-card__more:after {
  content: "";
  display: block;
  position: absolute;
  top: 55%;
  right: -30px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #78c800;
  border-right: 2px solid #78c800;
  transition: all 0.3s;
}

.case-card__more-text {
  color: #78c800 !important;
  text-decoration: none;
}

/* column */
.column__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 20px 80px;
  box-sizing: border-box;
}

.column__title {
  font-size: 36px;
  font-weight: bold;
  padding-bottom: 60px;
}

.column__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.column__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  background: linear-gradient(to right, #292854 0%, 50%, #78c800 50%);
}

.column__items {
  display: flex;
  justify-content: space-between;
}

.column-card {
  width: 380px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  position: relative;
}

.column-card__body {
  padding: 6px 16px 16px;
}

.column-card__tag {
  color: #78c800;
  border: 1px solid #78c800;
  border-radius: 10px;
  font-size: 13px;
  margin-bottom: 10px;
  padding: 1px 14px;
  display: inline-block;
}

.column-card__title {
  font-weight: bold;
  padding-bottom: 10px;
}

.column-card__date {
  font-size: 13px;
}

.column-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* button */
.button__small {
  margin: 40px auto 0;
  font-size: 15px;
  font-weight: bold;
  width: 180px;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 0;
}

.button__small:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.button__small2 {
  margin: 40px auto 0 0;
  font-size: 15px;
  font-weight: bold;
  width: 400px;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 0;
}

.button__small2:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.button__normal-wrap {
  text-align: center;
  margin-top: 50px;
}

.button__normal {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 100px;
}

.button__normal:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.button__normal:hover {
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  border: 1px solid #fff;
}

.button__normal:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.case .button__normal-wrap {
  margin: 50px auto 0;
}

.case .button__normal:hover {
  border: 1px solid #000;
  background-color: #000;
  opacity: 0.6;
}

.button__medium {
  margin: 60px auto 0;
  font-size: 20px;
  font-weight: bold;
  width: 380px;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 0;
}

.button__medium:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.button__download {
  width: 100%;
  max-width: 350px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff !important;
  background-color: #78c800;
  border-radius: 100vh;
  margin-bottom: 30px;
}

.button__download:before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50px;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(/assets/img/icon_file.png);
}

.button__download:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

.button__download:hover {
  opacity: 0.6;
}

.button__contact {
  width: 100%;
  max-width: 350px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  border-radius: 0.5rem;
  color: #fff !important;
  background-color: #000;
  border-radius: 100vh;
  margin-bottom: 30px;
}

.button__contact:before {
  content: "";
  position: absolute;
  top: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  left: 50px;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background-image: url(/assets/img/icon_mail.png);
}

.button__contact:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 40px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}

.button__contact:hover {
  opacity: 0.6;
}

/* featuresページ */
.features {
  background-color: #eaf7d7;
  position: relative;
}

.features:after {
  content: "";
  position: absolute;
  top: 100%;
  box-sizing: border-box;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 100px solid #eaf7d7;
}

.features__inner {
  width: 100%;
  max-width: 1240px;
  margin: 100px auto 0;
  padding: 110px 20px 80px;
  box-sizing: border-box;
}

.features__title {
  font-size: 36px;
  font-weight: bold;
}

.features__bg-inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 80px 20px;
  box-sizing: border-box;
}

.features__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.features__sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #78c800;
  align-items: center;
  display: flex;
}

.features__sub-title::after {
  background-color: #292854;
  content: "";
  height: 2px;
  width: 100%;
  margin-left: 20px;
  flex: 1;
  background: linear-gradient(to right, #292854 0%, 50%, #78c800 50%);
}

.features-card {
  width: 31%;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.3s;
}

.features-card:hover {
  opacity: 0.6;
}

.features-card__number {
  font-size: 68px;
  font-weight: bold;
  color: #78c800;
  position: absolute;
  margin-left: 30px;
}

.features-card__title {
  font-size: 20px;
  font-weight: bold;
  margin: auto 0 auto 20px;
}

.features-card__body {
  background-color: #fff;
  padding: 60px 20px 20px;
  text-align: center;
  line-height: 1.5;
  height: 411px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: 60px;
}

.features-card__body img {
  height: auto;
}

.features-card__text {
  font-size: 22px;
  font-weight: bold;
  height: 40%;
}

.features-card__text--strong {
  font-size: 28px;
  color: #78c800;
  font-weight: bold;
}

.features-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  margin-top: -40px;
}

/* FeaturesDetail */
.featuresDetail {
  margin-top: 200px;
}

.featuresDetail__inner {
  width: 100%;
  max-width: 1240px;
  margin: 100px auto 0;
  padding: 110px 20px 80px;
  box-sizing: border-box;
}

.featuresDetail-item {
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
  padding-top: 60px;
  margin-top: -60px;
}

.featuresDetail-item:nth-child(even) {
  flex-direction: row-reverse;
}

.featuresDetail-card {
  width: 50%;
  margin-bottom: 20px;
  position: relative;
}

.featuresDetail-card__number {
  font-size: 68px;
  font-weight: bold;
  color: #78c800;
  position: absolute;
  margin-left: 30px;
  margin-top: -70px;
}

.featuresDetail-card__title {
  font-size: 20px;
  font-weight: bold;
  margin: auto 0 auto 20px;
}

.featuresDetail-card__body {
  background-color: #fff;
  padding: 60px 50px 50px;
  text-align: left;
  line-height: 1.5;
  /* height: 411px; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  /* margin-top: 60px; */
}

.featuresDetail-card__body img {
  height: auto;
}

.featuresDetail-card__text {
  font-size: 32px;
  font-weight: bold;
  height: 50%;
  margin-bottom: 40px;
}

.featuresDetail-card__text--strong {
  color: #78c800;
}

.featuresDetail-card .button__small {
  margin-left: 0;
  font-size: 16px;
  width: 250px;
}

.featuresDetail-card__button {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  background-color: #fff;
  border-radius: 100vh;
  border: 1px solid #000;
  padding: 10px 50px;
}

.featuresDetail-card__button:after {
  content: "";
  display: block;
  position: absolute;
  top: 53%;
  right: 25px;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transition: all 0.3s;
}

.featuresDetail-card__button:hover {
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  border: 1px solid #fff;
}

.featuresDetail-card__button:hover::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.featuresDetail-card__button-wrap {
  margin: 30px 0;
}

.featuresDetail-imageCard {
  width: 50%;
  background-color: #eaf7d7;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  margin-top: 50px;
  margin-left: -20px;
  display: flex;
  align-items: center;
}

.featuresDetail-imageCard:nth-child(even) {
  margin-right: -20px;
}

.featuresDetail-imageCard__image {
  padding: 0 20px;
  max-height: 450px;
  width: auto;
  margin: auto;
}

.featuresDetail-card__detail {
  line-height: 2;
  margin-bottom: 30px;
}

/* serviceページ */
.services {
  padding-bottom: 80px;
}

.services__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 110px 20px 0;
  box-sizing: border-box;
}

.services__title {
  font-size: 36px;
  font-weight: bold;
}

.services__line {
  width: 100%;
  display: inline-block;
  margin: 20px 0 8px;
  position: relative;
  border-bottom: 2px #78c800 solid;
}

.services__line:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  border-bottom: 2px solid #292854;
  width: 50%;
}

.services__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services-card {
  width: 48%;
  margin-bottom: 20px;
  /* position: relative; */
  transition: all 0.3s;

  background-color: #fff;
  padding: 60px 20px 20px;
  text-align: center;
  line-height: 1.5;
  /* height: 411px; */
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  border-radius: 1px;
  margin-top: 30px;
  display: flex;
}

.services-card:hover {
  background-color: #eaf7d7;
  transition: all 0.3s;
}

.services-card__title {
  font-size: 32px;
  font-weight: bold;
  padding-bottom: 20px;
}

.services-card__body {
  text-align: left;
  flex: 2;
  padding-left: 35px;
}

.services-card__image {
  width: 90px;
  height: 118px;
  flex: 1;
  margin-top: 9%;
}

.services-card .service-card__button-wrap {
  text-align: left;
  margin-bottom: 30px;
}

.services-card__text--marker {
  background: linear-gradient(transparent 70%, #78c800 30%);
  font-weight: bold;
}

.services-card__text {
  font-size: 18px;
  height: 40%;
  line-height: 1.75;
}

.services-card__text--strong {
  font-size: 28px;
  color: #78c800;
  font-weight: bold;
}

.services-card__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 944px) {
  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }

  .top {
    background-image: url("../img/renewal/main_bg_sp.png");
  }

  .top__inner {
    padding: 110px 15px;
  }

  .top__title {
    font-size: 26px;
  }

  .top__title--green {
    font-size: 34px;
  }

  .top__sub-title {
    display: none;
  }

  .top__text {
    display: none;
  }

  .top__feature-items {
    justify-content: space-between;
  }

  .top__feature-item {
    width: 118px;
    height: 118px;
    margin-right: 0;
  }

  .top__feature-image {
    width: 37px;
    height: 37px;
  }

  .top__feature-title {
    font-size: 10px;
  }

  .top__feature-text--strong {
    font-size: 16px;
  }

  .top__feature-text--annotation {
    font-size: 8px;
  }

  .top__feature-text--strong3 {
    font-size: 12px;
  }

  .company__inner {
    padding: 110px 10px 0 10px;
  }

  .company__title {
    font-size: 18px;
  }

  .company__title:before {
    margin-left: -50px;
    margin-top: 10px;
  }

  .company__title:after {
    margin-right: -50px;
    margin-top: -25px;
  }

  .company__list {
    flex-wrap: wrap;
  }

  .company__list-image {
    width: 33%;
    margin: 10px 0;
  }

  .request__inner {
    padding: 50px 20px;
  }

  .request__desc-image {
    display: none;
  }

  .request__title {
    font-size: 24px;
  }

  .request__text {
    font-size: 16px;
  }

  .request__items {
    display: inherit;
  }

  .card {
    width: 100%;
  }

  .card__body {
    padding: 20px 20px;
  }

  .card__title {
    font-size: 18px;
  }

  .card__text--strong {
    font-size: 22px;
  }

  .feature__title {
    font-size: 24px;
  }

  .feature__sub-title {
    font-size: 16px;
  }

  .button__medium {
    width: 90%;
  }

  .button__small {
    margin: 0 auto;
  }

  .feature__body {
    text-align: left;
    margin: 0 0 80px;
  }

  .service__title {
    font-size: 24px;
  }

  .service__sub-title {
    font-size: 16px;
  }

  .service__items {
    display: inherit;
  }

  .service-card {
    width: 100%;
  }

  .service-card__body {
    height: auto;
    margin-bottom: 30px;
  }

  .service__button-items {
    display: inherit;
  }

  .service__button-item {
    margin: 100px 0px 60px;
  }

  .button__download-text {
    font-size: 16px;
  }

  .button__contact-text {
    font-size: 16px;
  }

  .usageScene__title {
    font-size: 24px;
  }

  .usageScene-item {
    width: 46%;
    margin: 10px 5px;
  }

  .usageScene-item__text {
    display: none;
  }

  .usageScene-item__title {
    font-size: 15px;
  }

  .case__title {
    font-size: 24px;
  }

  .case__sub-title {
    font-size: 16px;
  }

  .case__items {
    display: inherit;
  }

  .case-card {
    width: 100%;
    margin-bottom: 20px;
  }

  .column__title {
    font-size: 24px;
  }

  .column__sub-title {
    font-size: 16px;
  }

  .column__items {
    display: inherit;
  }

  .column-card {
    width: auto;
    margin-bottom: 30px;
  }

  .column-card__title {
    font-size: 16px;
  }

  .features__items {
    display: inherit;
  }

  .features-card {
    width: 100%;
  }

  .features__bg-inner {
    padding: 0;
  }

  .features-card__number {
    font-size: 30px;
  }

  .featuresDetail-item {
    display: inherit;
  }

  .featuresDetail-card {
    width: 100%;
  }

  .featuresDetail-imageCard {
    display: none;
  }

  .featuresDetail-card .button__small {
    font-size: 10px;
    margin-top: 20px;
    width: 100%;
  }

  .featuresDetail-card .button__small2 {
    font-size: 10px;
    width: 100%;
  }

  .featuresDetail-card__body {
    padding: 60px 20px 50px;
  }

  .featuresDetail-card__text {
    font-size: 22px;
  }

  .services__title {
    font-size: 22px;
  }

  .services__items {
    display: inherit;
  }

  .services-card {
    width: 100%;
    display: inherit;
  }

  .services-card__title {
    font-size: 22px;
    margin-top: 10px;
  }

  .services-card__text {
    font-size: 16px;
    padding-bottom: 0;
  }

  .services-card__body {
    text-align: center;
    padding-left: 0;
  }

  .services-card .button__small {
    margin: 40px auto 0;
  }

  .services-card .service-card__button-wrap {
    text-align: center;
  }

  .services-card__image {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .service-card__image-logos {
    width: auto;
  }

  .button__normal {
    font-size: 16px;
    padding: 10px 50px;
  }

  .featuresDetail-card__button-wrap {
    text-align: center;
    margin-top: 30px;
  }

  .featuresDetail-card__button {
    font-size: 13px;
    padding: 10px 50px;
  }

  .min-btn {
    font-size: 10px;
  }
}

/* 231128追加 動画埋め込み */
.video {
  text-align: center;
}

.video__inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 100px 20px;
  box-sizing: border-box;
}

.video__inner iframe {
  width: 896px;
  height: 504px;
}

@media screen and (max-width: 944px) {
  .video__inner iframe {
    width: 640px;
    height: 360px;
  }
}

@media screen and (max-width: 500px) {
  .video__inner iframe {
    width: 352px;
    height: 198px;
  }
}

/* 2312 slick対応＋レイアウト崩れ対処 */
.case-card {
  margin-inline: 10px;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: 500px !important;
}

@media screen and (max-width: 944px) {
  .case-card img {
    width: 80%;
    margin-inline: auto;
  }
}

.case-card__inner {
  display: grid;
  grid-template-rows: 131.61px 88px min-content min-content auto;
  height: 100%;
}

.case-card__text {
  align-self: start;
}

.case-card__more {
  align-self: flex-end;
}

@media (min-width: 700px) and (max-width: 1180px) {
  .request__items .card__body img {
    max-height: 260px;
    width: auto;
  }

  .case-card__inner {
    grid-template-rows: 217.69px 88px min-content min-content auto;
  }
}

/* 2403 knowledgeセクション分け */
html {
  scroll-behavior: smooth;
}

.knowledge__h2 {
  margin-top: 48px;
  margin-bottom: 32px;
  font-size: 36px;
  font-weight: bold;
}

.knowledge__h2::after {
  display: block;
  content: "";
  background: linear-gradient(to right, #292854 0%, 30%, #78c800 30%);
  height: 2px;
  width: 100%;
  margin-top: 8px;
}

.knowledge__section-description {
  text-align: left !important;
  margin-top: 16px;
}

.knowledge__anchorlink_wrapper {
  display: flex;
  gap: 32px;
  justify-content: center;
}

.knowledge__anchorlink_wrapper a {
  color: #78c800;
  font-weight: 600;
  border: #78c800 1px solid;
  border-radius: 40px;
  width: 200px;
  padding-block: 8px;
  text-align: center;
}

.knowledge__anchorlink_wrapper a:hover {
  opacity: 0.6;
}

.knowledge__anchorlink_wrapper a::after {
  content: "";
  background-image: url(../img/renewal/more_green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  height: 16px;
  width: 32px;
  margin-inline: auto;
  display: block;
}

@media screen and (max-width: 944px) {
  .knowledge__anchorlink_wrapper {
    flex-direction: column;
    gap: 16px;
  }

  .knowledge__anchorlink_wrapper a {
    margin-inline: auto;
  }
}

/* 2501 TOPにCTA追加 */
.fv-btn {
  margin-block: 24px;
  display: flex;
  gap: 16px;
  flex-direction: row;
  .btn-common {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s 0s ease;
    position: relative;
    padding: 16px 32px;
    border-radius: 100vmax;
    border: #fff 2px solid;
    color: #fff;
    text-align: left;
    font-weight: 700;

    svg {
      position: absolute;
      right: 1rem;
      top: 40%;
      width: 0.5rem;
      height: 0.8rem;
    }
  }

  .btn-common::after {
    position: absolute;
    right: 1rem;
    top: 40%;
    display: block;
    content: "";
    width: 1rem;
    height: 2rem;
    background-color: #fff;
    mask-image: url("../img/renewal/ic_baseline-chevron-right.svg");
    mask-repeat: no-repeat;
  }

  .btn-inquiry {
    background-color: #000;
    color: #fff;
  
    &:hover {
      background-color: #fff;
      color: #000;
      border: #000 2px solid;
  
      svg {
        fill: #000;
      }
    }
  }
  
  .btn-document {
    background-color: #76BC29;
    color: #fff;
  
    svg {
      fill: #fff;
    }
  
    &:hover {
      background-color: #fff;
      color: #76BC29;
      border: #76BC29 2px solid;
  
      svg {
        fill: #76BC29;
      }
    }
  }

  .btn-common.btn-inquiry:hover::after {
    background-color: #000;
  }

  .btn-common.btn-document:hover::after {
    background-color: #78c800;
  }

  .btn-copy {
    font-weight: 700;
  }
}
@media screen and (max-width: 944px) {
  .fv-btn {
    flex-direction: column;
  }
}