@charset "UTF-8";

/* top
------------------------------------------------ */

#top {
  height: 100dvh;
  background-image: url(../img/front-page/img_topimage.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
#top .head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 32px 50px 12px;
  margin: auto;
  box-sizing: border-box;
  /* 右側エリア（ナビ ＋ 検索） */
}
@media (max-width: 768px) {
	#top .head {
		padding: 32px 50px 12px 20px;
	}
}
#top .head .left {
  margin: 0;
}
#top .head .left a {
  display: flex;
}
#top .head .left a img {
  width: 100px;
}
#top .head .right {
  position: relative;
  display: block;
  width: 600px;
  /* ナビゲーション */
  /* 検索フォームエリア */
}
@media (max-width: 1024px) {
  #top .head .right {
    display: none;
  }
}
#top .head .right ul {
  display: flex;
  justify-content: flex-end;
  gap: 3.5rem;
}
#top .head .right ul li {
  position: relative;
}
#top .head .right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
#top .head .right ul li a span {
  color: #ffffff;
}
#top .head .right ul li a span.up {
  margin: 0 0 -7.5px;
  font-size: 20px;
  font-weight: 600;
}
#top .head .right ul li a span.down {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: 600;
}
#top .head .right ul li .drop {
  position: absolute;
  display: none;
  padding: 0;
  background-color: #ffffff;
  top: 0;
  left: 0;
}
#top .head .right ul li .drop nav ul {
  display: block;
}
#top .head .right ul li .drop nav ul li {
  min-width: 150px;
  padding: 10px;
}
#top .head .right ul li .drop nav ul li a {
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
}
#top .head .right ul li .drop nav ul li a i {
  display: flex;
}
#top .head .right ul li .drop nav ul li a i img {
  width: 20px;
  height: auto;
}

/* top end
------------------------------------------------ */

/* about
------------------------------------------------ */

#about {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 1200px;
  margin: 0 auto 0;
  padding: 100px 0;
  min-height: 500px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #about {
    width: 100%;
    padding: 60px 20px;
    flex-direction: column;
  }
}
#about .left {
  width: 100%;
}
#about .left .head {
  margin-bottom: 40px;
}
#about .left .head h1 {
  margin: 0 0 50px;
  font-size: 55px;
  font-weight: 800;
  text-align: center;
  color: rgb(0, 0, 0);
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #about .left .head h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  #about .left .head h1 {
    font-size: 28px;
    text-align: left;
  }
}
#about .left .head p {
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  #about .left .head p {
    font-size: 18px;
    text-align: left;
  }
}
#about .left .body {
  width: 100%;
}
#about .left .body article {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.75;
  color: rgb(0, 0, 0);
}
@media (max-width: 768px) {
  #about .left .body article {
    font-size: 15px;
    text-align: left;
  }
}
#about .left .foot {
  display: none;
  text-align: center;
}
#about .left .foot .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 60px 20px;
  background-color: #3c7b7b;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  #about .left .foot .button a {
    font-size: 18px;
    padding: 15px 40px;
    box-sizing: border-box;
  }
}
#about .left .foot .button a:hover {
  opacity: 0.8;
}

/* about end
------------------------------------------------ */

/* work
------------------------------------------------ */

#work {
  width: 100%;
  padding: 150px 0 100px;
  background-color: whitesmoke;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #work {
    padding: 80px 0;
  }
}
body#work_archive #work {
    padding-top: 0;
}
body#work_cat #work {
    padding-top: 0;
}
#work .work {
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
@media (max-width: 1024px) {
  #work .work {
    padding: 0 20px;
  }
}
#work .work .head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  #work .work .head {
    display: block;
    margin-bottom: 40px;
  }
}
#work .work .head .left {
  font-size: 64px;
  font-weight: 900;
  line-height: 1;
  margin: 0 0 -25px;
}
@media (max-width: 1024px) {
  #work .work .head .left {
    margin: 0 0 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  #work .work .head .left {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  #work .work .head .right {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px;
  }
}
#work .work .head .right ul {
  display: flex;
  gap: 40px;
  list-style: none;
}
@media (max-width: 1024px) {
  #work .work .head .right ul {
    gap: 20px;
    justify-content: flex-start;
    white-space: nowrap;
  }
}
#work .work .head .right ul li {
  cursor: pointer;
  text-align: center;
  opacity: 0.4;
  transition: opacity 0.3s;
}
#work .work .head .right ul li.active {
  opacity: 1;
}
#work .work .head .right ul li.active:last-child {
  border: none;
}
@media (max-width: 768px) {
  #work .work .head .right ul li h2 {
    font-size: 18px;
  }
}
#work .work .body ul {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
@media (max-width: 768px) {
  #work .work .body ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
#work .work .body ul.active {
  display: grid;
  animation: fadeIn 1s ease;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#work .work .body ul li {
  background-color: white;
  overflow: hidden;
  transition: transform 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}
#work .work .body ul li:hover {
  transform: translateY(-5px);
}
#work .work .body ul li .abobe .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
#work .work .body ul li .abobe .thumb figure {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
	overflow: hidden;
}
#work .work .body ul li .abobe .thumb figure img {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 380/247;
}
#work .work .body ul li .abobe .thumb a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#work .work .body ul li .lower {
  padding: 25px;
}
@media (max-width: 768px) {
  #work .work .body ul li .lower {
    padding: 20px;
  }
}
#work .work .foot {
  margin: 100px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  #work .work .foot {
    margin: 60px 0 0;
  }
}
#work .work .foot .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 60px 18px;
  background-color: #3c7b7b;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  font-weight: bold;
  font-size: 25px;
  transition: opacity 0.3s;
}
@media (max-width: 768px) {
  #work .work .foot .button a {
    font-size: 18px;
    padding: 15px 40px;
    box-sizing: border-box;
  }
}
#work .work .foot .button a:hover {
  opacity: 0.8;
}

/* work end
------------------------------------------------ */

/* service
------------------------------------------------ */

#service {
  width: 100%;
  padding: 200px 0 100px;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #service {
    padding: 80px 0;
  }
}
#service .service {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  #service .service {
    padding: 0 20px;
  }
}
#service .service .head {
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  #service .service .head {
    margin-bottom: 40px;
  }
}
#service .service .head .sub-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1vw;
  margin-bottom: 20px;
  gap: 20px;
}
@media (max-width: 768px) {
  #service .service .head .sub-title {
    font-size: 16px;
  }
}
#service .service .head .sub-title::after {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background: #333;
}
@media (max-width: 768px) {
  #service .service .head .sub-title::after {
    width: 40px;
  }
}
#service .service .head h1 {
  font-size: 50px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  #service .service .head h1 {
    font-size: 28px;
    line-height: 1.4;
  }
}
#service .service .head h1 span {
  font-size: 28px;
  font-weight: bold;
}
@media (max-width: 768px) {
  #service .service .head h1 span {
    display: block;
    font-size: 18px;
    margin-top: 10px;
  }
}
#service .service .head .lead-text {
  line-height: 2;
  color: #333;
  font-size: 15px;
}
@media (max-width: 768px) {
  #service .service .head .lead-text {
    font-size: 14px;
    text-align: left;
  }
}
#service .service .body ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
}
@media (max-width: 1024px) {
  #service .service .body ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (max-width: 600px) {
  #service .service .body ul {
    grid-template-columns: 1fr;
  }
}
#service .service .body ul li {
  position: relative;
  background: #fff;
  padding: 50px 30px 30px;
  border-radius: 4px;
  box-shadow: 0 0 15px 20px rgba(0, 0, 0, 0.03);
  transition: transform 0.3s ease;
}
@media (min-width: 1024px) {
  #service .service .body ul li:hover {
    transform: translateY(-10px);
  }
}
#service .service .body ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#service .service .body ul li .icon {
  position: relative;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
@media (max-width: 768px) {
  #service .service .body ul li .icon {
    margin-bottom: 30px;
  }
}
#service .service .body ul li .icon i {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#service .service .body ul li .icon-hp {
  background-image: url("../img/front-page/icon_responsive.svg");
}
#service .service .body ul li .icon-support {
  background-image: url("../img/front-page/icon_shakehand.svg");
}
#service .service .body ul li .icon-sns {
  background-image: url("../img/front-page/icon_mobile-phone.svg");
}
#service .service .body ul li .icon-camera {
  background-image: url("../img/front-page/icon_camera.svg");
}
#service .service .body ul li .icon-ad {
  background-image: url("../img/front-page/icon_monitor.svg");
}
#service .service .body ul li .icon-edit {
  background-image: url("../img/front-page/icon_video.svg");
}
#service .service .body ul li .icon-estate {
  background-image: url("../img/front-page/icon_wrench.svg");
}
#service .service .body ul li .icon-furniture {
  background-image: url("../img/front-page/icon_livingroom.svg");
}
#service .service .body ul li .icon-grass {
  background-image: url("../img/front-page/icon_lawnmower.svg");
}
#service .service .body ul li h2 {
  display: inline;
  font-size: 25px;
  margin-bottom: 5px;
  background: linear-gradient(transparent 50%, #ffdc60 0);
}
@media (max-width: 768px) {
  #service .service .body ul li h2 {
    font-size: 20px;
  }
}
#service .service .body ul li .en {
  display: block;
  font-size: 17.5px;
  font-weight: bold;
  color: #cecece;
  margin: 5px 0 25px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  #service .service .body ul li .en {
    font-size: 14px;
    margin-bottom: 15px;
  }
}
#service .service .body ul li p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 30px;
  text-align: left;
}
#service .service .body ul li .link-arrow {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px 30px;
  margin: 50px 0 0 auto;
  border-radius: 100px;
  background-color: #3c7b7c;
  font-size: 13px;
  font-weight: bold;
  color: white;
}
@media (max-width: 768px) {
  #service .service .body ul li .link-arrow {
    margin-top: 30px;
  }
}

@media (max-width: 960px) {
  #service .body ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 640px) {
  #service .body ul {
    grid-template-columns: 1fr;
  }
  #service .head h1 {
    font-size: 24px;
  }
  #service .head h1 span {
    font-size: 18px;
  }
}

/* service end
------------------------------------------------ */

/* subsc
------------------------------------------------ */

#subsc {
  background-color: whitesmoke;
  width: 100%;
  padding: 100px 0;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #subsc {
    padding: 80px 0;
  }
}
#subsc .subsc {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
#subsc .head {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  #subsc .head {
    margin-bottom: 40px;
  }
}
#subsc .head .sub-title {
  font-size: 20px;
  font-weight: bold;
  color: #3c7b7c;
  margin-bottom: 15px;
}
#subsc .head h1 {
  font-size: 35px;
  line-height: 1.6;
  font-weight: 800;
}
@media (max-width: 768px) {
  #subsc .head h1 {
    font-size: 24px;
  }
  #subsc .head h1 br {
    display: none;
  }
}
#subsc .plan-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  list-style: none;
  padding: 0;
  align-items: flex-start;
}
@media (max-width: 1024px) {
  #subsc .plan-list {
    grid-template-columns: minmax(300px, 600px);
    justify-content: center;
    gap: 50px;
  }
}
#subsc .plan-list li {
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 50px 30px;
  text-align: center;
  position: relative;
  background: #fff;
  transition: all 0.3s ease;
}
@media (max-width: 768px) {
  #subsc .plan-list li {
    padding: 40px 20px;
  }
}
#subsc .plan-list li:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
}
#subsc .plan-list li.is-recommend {
  border: 5px solid #3c7b7c;
  z-index: 2;
}
@media (max-width: 1024px) {
  #subsc .plan-list li.is-recommend {
    transform: scale(1);
    border-width: 4px;
  }
}
#subsc .plan-list li.is-recommend .badge {
  position: absolute;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
  background: #3c7b7c;
  color: #fff;
  padding: 8px 20px 4px;
  border-radius: 20px;
  font-size: 17px;
  font-weight: bold;
}
#subsc .plan-list li .plan-head {
  margin-bottom: 30px;
}
#subsc .plan-list li .plan-head h2 {
  font-size: 25px;
  margin-bottom: 5px;
}
#subsc .plan-list li .plan-head .en {
  font-size: 15px;
  color: #999;
  display: block;
  margin-bottom: 20px;
}
#subsc .plan-list li .plan-head .price {
  font-size: 45px;
  font-weight: bold;
  color: #333;
}
#subsc .plan-list li .plan-head .price span {
  font-size: 25px;
  margin: 0 5px;
}
#subsc .plan-list li .plan-body .note {
  font-size: 13px;
  color: #3e3e3e;
  margin-bottom: 30px;
  background: #dedede;
  padding: 10px;
  border-radius: 4px;
}
#subsc .plan-list li .plan-body ul {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}
#subsc .plan-list li .plan-body ul li {
  border: none;
  padding: 12px 0;
  font-size: 15px;
  color: #3b3b3b;
  text-align: left;
  border-bottom: 1px dashed #eee;
}
#subsc .plan-list li .plan-body ul li:last-child {
  border: none;
}
#subsc .plan-list li .plan-body ul li::before {
  content: "✔";
  color: #3c7b7c;
  margin-right: 10px;
}
#subsc .plan-list li .btn {
  display: block;
  background: #333;
  color: #fff;
  padding: 15px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s;
}
#subsc .plan-list li .btn:hover {
  background: #3c7b7c;
}

@media (max-width: 960px) {
  .plan-list {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .plan-list li.is-recommend {
    transform: scale(1);
  }
}

/* subsc end
------------------------------------------------ */

/* voice
------------------------------------------------ */

#voice {
  width: 100%;
  padding: 150px 0;
  background-color: #ffffff;
  overflow: hidden;
}
#voice .voice {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
#voice .voice .head {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 0;
}
#voice .voice .head .sub-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1vw;
  gap: 20px;
}
#voice .voice .head .sub-title::after {
  content: "";
  position: relative;
  width: 80px;
  height: 1px;
  background: #333;
}
#voice .voice .head h1 {
  font-size: 50px;
}
#voice .voice .head h1 span {
  font-size: 28px;
  font-weight: normal;
}
#voice .voice .head .lead-text {
  display: none;
  line-height: 2;
  color: #555;
  font-size: 15px;
}
#voice .voice .head img {
  position: absolute;
  width: 250px;
  height: auto;
  bottom: -53px;
  right: 100px;
}
#voice .voice .body {
  width: 100%;
  margin: auto;
}
#voice .voice .body ul li {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 1200px;
  height: 100%;
  padding: 40px;
  margin: 50px auto;
  box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
  background: #fff;
  border-radius: 20px;
}
#voice .voice .body ul li .left {
  width: 45%;
}
#voice .voice .body ul li .left .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}
#voice .voice .body ul li .left .thumb figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
#voice .voice .body ul li .left .thumb figure img {
  width: 100%;
  height: auto;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}
#voice .voice .body ul li .right {
  width: 50%;
  padding: 50px 0 0;
}
#voice .voice .body ul li .right .cont {
  flex: 1;
  width: 100%;
}
#voice .voice .body ul li .right .cont h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  line-height: 1.4;
}
#voice .voice .body ul li .right .cont .text {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.85;
  letter-spacing: 0.05vw;
  color: #333;
  margin-bottom: 30px;
}
#voice .voice .body ul li .right .cont .text p {
  margin-bottom: 1em;
}
#voice .voice .body ul li .right .cont .text p:last-child {
  margin-bottom: 0;
}
#voice .voice .body ul li .right .cont .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#voice .voice .body ul li .right .cont .tags span {
  display: inline-block;
  border: 1px solid #7ba885;
  color: #7ba885;
  font-size: 12px;
  padding: 6px 16px;
  border-radius: 50px;
  background: #fff;
  white-space: nowrap;
}
#voice .voice .body .swiper-button-prev,
#voice .voice .body .swiper-button-next {
  width: 50px;
  height: 50px;
  background-color: white;
  border-radius: 50%;
  color: rgba(255, 255, 255, 0);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  transition: transform 0.2s, background-color 0.2s;
  z-index: 10;
  cursor: pointer;
}
#voice .voice .body .swiper-button-prev::after,
#voice .voice .body .swiper-button-next::after {
  font-size: 18px;
  font-weight: bold;
}
#voice .voice .body .swiper-button-prev:hover,
#voice .voice .body .swiper-button-next:hover {
  transform: scale(1.1);
}
#voice .voice .body .swiper-button-prev {
  left: calc(50% - 625px);
  background-image: url(../img/front-page/obj_voice_arrow.svg);
  transform: rotate(180deg);
}
#voice .voice .body .swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}
#voice .voice .body .swiper-button-next {
  right: calc(50% - 625px);
  background-image: url(../img/front-page/obj_voice_arrow.svg);
}

@media (max-width: 900px) {
  #voice {
    padding: 60px 0;
  }
  #voice .voice {
    padding: 0 20px;
  }
  .card {
    flex-direction: column;
    padding: 30px;
    gap: 20px;
  }
  .card .thumb {
    width: 100%;
  }
  .card .cont h2 {
    font-size: 20px;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

/* voice end
------------------------------------------------ */

/* FAQ
------------------------------------------------ */

#faq {
  padding: 100px 0;
  background-color: whitesmoke;
  overflow: hidden;
}
#faq .faq {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}
#faq .faq .head {
  text-align: center;
  margin-bottom: 60px;
}
#faq .faq .head h2 {
  font-size: 40px;
  font-weight: 900;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  line-height: 1.4;
  display: inline-block;
  background: linear-gradient(transparent 60%, #ffea9f 60%);
}
#faq .faq .body {
  border-top: 1px solid #eee;
}
#faq .faq .body .item {
  border-bottom: 1px solid #eee;
}
#faq .faq .body .item .question {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding: 25px 0;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: color 0.3s;
}
#faq .faq .body .item .question:hover {
  color: #3c7b7c;
}
#faq .faq .body .item .question .q-mark {
  font-size: 30px;
  color: #3c7b7c;
  font-weight: bold;
}
#faq .faq .body .item .question .q-text {
  font-size: 22px;
  font-weight: bold;
  flex: 1;
  line-height: 1.6;
}
#faq .faq .body .item .question .icon-plus {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
#faq .faq .body .item .question .icon-plus::before, #faq .faq .body .item .question .icon-plus::after {
  content: "";
  position: absolute;
  background-color: #000000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s;
}
#faq .faq .body .item .question .icon-plus::before {
  width: 100%;
  height: 2px;
}
#faq .faq .body .item .question .icon-plus::after {
  width: 2px;
  height: 100%;
}
#faq .faq .body .item .question.is-open .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
#faq .faq .body .item .answer {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-out;
}
#faq .faq .body .item .answer .a-inner {
  padding: 10px 0 30px 45px;
  display: flex;
  gap: 20px;
}
#faq .faq .body .item .answer .a-inner .a-mark {
  font-size: 30px;
  color: #666;
  font-weight: bold;
}
#faq .faq .body .item .answer .a-inner .a-text {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  flex: 1;
}

@media (max-width: 600px) {
  #faq .item .answer .a-inner {
    padding-left: 0;
  }
}

/* FAQ end
------------------------------------------------ */

/* pr_container
------------------------------------------------ */

.pr_container {
  display: flex;
  align-items: center;
  padding: 0 20px;
  background-color: #3c7b7c;
  overflow: hidden;
}
.pr_container .left {
  width: 500px;
  padding: 30px 0 0;
}
.pr_container .left .body .abobe .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 90%;
}
.pr_container .left .body .abobe .thumb figure {
  position: absolute;
  display: flex;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
}
.pr_container .left .body .abobe .thumb figure img {
  position: relative;
  width: 100%;
  height: auto;
  transform: scale(-1, 1);
}
.pr_container .right {
  width: calc(100vw - 500px);
}
.pr_container .right .abobe h2 {
  color: white;
}
.pr_container .right nav ul li .cont .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65%;
}
.pr_container .right nav ul li .cont .thumb figure {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
}
.pr_container .right nav ul li .cont .thumb figure a img {
  position: relative;
  width: 100%;
  height: auto;
}

/* pr_container end
------------------------------------------------ */

/* empathy_container
------------------------------------------------ */

.empathy_container {
  width: 100%;
  margin: 0 auto;
  padding: 200px 0;
  background-color: #fff;
  overflow: hidden;
}
.empathy_container .head {
  text-align: center;
  margin-bottom: 90px;
}
.empathy_container .head p {
  font-size: 2.5rem;
  font-weight: bold;
}
.empathy_container .head p br {
  display: none;
}
.empathy_container .head h2 {
  font-size: 6rem;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media (max-width: 768px) {
  .empathy_container .head h2 {
    font-size: 2rem;
  }
}
.empathy_container .body {
  width: 100%;
  max-width: 1024px;
  margin: auto;
}
.empathy_container .body nav ul {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.empathy_container .body nav ul li {
  position: relative;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.empathy_container .body nav ul li .abobe article {
  position: relative;
  display: inline-block;
  border: 3px solid #000;
  border-radius: 15px;
  padding: 30px 40px 27px;
  background: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.empathy_container .body nav ul li .abobe article br {
  display: none;
}
.empathy_container .body nav ul li .abobe article::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 125px;
  border-style: solid;
  border-width: 25px 0 0 25px;
  border-color: #000 transparent transparent transparent;
}
.empathy_container .body nav ul li .abobe article::after {
  content: "";
  position: absolute;
  bottom: -18px;
  right: 128px;
  border-style: solid;
  border-width: 25px 0 0 25px;
  border-color: #fff transparent transparent transparent;
}
.empathy_container .body nav ul li .lower {
  position: absolute;
  margin: 110px 0 0 0;
}
.empathy_container .body nav ul li .lower .thumb {
  width: 120px;
}
.empathy_container .body nav ul li .lower .thumb figure {
  margin: 0;
}
.empathy_container .body nav ul li .lower .thumb figure img {
  width: 100%;
  height: auto;
}
.empathy_container .body nav ul li:nth-child(2) {
  flex-direction: row-reverse;
  margin: 10px 0;
}
.empathy_container .body nav ul li:nth-child(2) .abobe article::before {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 130px;
  right: auto;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #000 transparent transparent transparent;
}
.empathy_container .body nav ul li:nth-child(2) .abobe article::after {
  content: "";
  position: absolute;
  bottom: -18px;
  left: 133px;
  right: auto;
  border-style: solid;
  border-width: 25px 25px 0 0;
  border-color: #fff transparent transparent transparent;
}
.empathy_container .foot {
  margin: 170px 0 0;
  text-align: center;
}
.empathy_container .foot article {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.75;
}

/* empathy_container end
------------------------------------------------ */

/* solution_container
------------------------------------------------ */

.solution_container {
  width: 100%;
  padding: 10vh 6vw;
  margin: 0 auto 0;
  background-image: url(../img/front-page/obj_solution_backimg.svg);
  background-size: contain;
  background-repeat: space;
  background-position-y: unset;
  overflow: hidden;
}
.solution_container .head {
  margin-bottom: 60px;
}
.solution_container .head h2 {
  font-size: 4vw;
  line-height: 1.5;
  font-weight: bold;
}
.solution_container .body nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.solution_container .body nav ul li {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 5vw;
}
.solution_container .body nav ul li:nth-child(2) {
  margin: 10vh 0;
}
.solution_container .body nav ul li .left {
  flex: 1;
  width: 50%;
}
.solution_container .body nav ul li .left .abobe {
  margin-bottom: 20px;
}
.solution_container .body nav ul li .left .abobe figure {
  margin: 0;
}
.solution_container .body nav ul li .left .abobe figure img {
  width: 10vw;
  height: auto;
  font-size: 6vw;
  font-weight: bold;
  font-style: italic;
}
.solution_container .body nav ul li .left .lower h3 {
  font-size: 2.35vw;
  font-weight: bold;
  margin: 0 0 2vh -1.25vw;
}
.solution_container .body nav ul li .left .lower article {
  font-size: 1.2vw;
}
.solution_container .body nav ul li .right {
  position: relative;
  width: 50%;
}
.solution_container .body nav ul li .right nav {
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.solution_container .body nav ul li .right nav ul {
  position: relative;
}
.solution_container .body nav ul li .right nav ul li {
  position: relative;
  display: block;
  margin: auto;
}
.solution_container .body nav ul li .right nav ul li .cont {
  position: relative;
}
.solution_container .body nav ul li .right nav ul li .cont .thumb {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.solution_container .body nav ul li .right nav ul li .cont .thumb figure {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
}
.solution_container .body nav ul li .right nav ul li .cont .thumb figure img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.solution_container .body nav ul li .right nav .swiper-button-next {
  background-image: url(../img/front-page/obj_solution_arrow.svg);
  background-size: cover;
  transform: rotateZ(180deg);
}
.solution_container .body nav ul li .right nav .swiper-button-next svg {
  display: none;
}
.solution_container .body nav ul li .right nav .swiper-button-prev {
  background-image: url(../img/front-page/obj_solution_arrow.svg);
  background-size: cover;
}
.solution_container .body nav ul li .right nav .swiper-button-prev svg {
  display: none;
}
.solution_container .foot {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .solution_container .foot {
    width: 100%;
  }
}
.solution_container .foot .butt {
  width: 240px;
  margin: auto;
}
.solution_container .foot .butt a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #3c7b7b;
  border-radius: 100px;
  font-size: 2vw;
  font-weight: bold;
  color: white;
}

/* solution_container end
------------------------------------------------ */
/* discrimination_container
------------------------------------------------ */
.discrimination_container {
  width: 80vw;
  margin: 150px auto 100px;
}
.discrimination_container .head {
  text-align: center;
}
.discrimination_container .head h2 {
  font-size: 4.5vw;
  font-weight: bold;
}
.discrimination_container .body {
  width: 100%;
  margin: 150px auto;
}
.discrimination_container .body ul {
  display: flex;
  justify-content: center;
  gap: 3.5vw;
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: feature-counter;
}
.discrimination_container .body ul li {
  position: relative;
  width: 30vw;
  counter-increment: feature-counter;
}
.discrimination_container .body ul li .abobe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  margin-bottom: 35px;
}
.discrimination_container .body ul li .abobe figure {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  overflow: hidden;
}
.discrimination_container .body ul li .abobe figure img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
  transition: 0.5s;
}
.discrimination_container .body ul li .abobe figure:hover img {
  width: 120%;
  transition: 0.5s;
}
.discrimination_container .body ul li .abobe::after {
  content: counter(feature-counter, decimal-leading-zero);
  position: absolute;
  bottom: -25px;
  left: 0px;
  font-size: 5vw;
  font-style: italic;
  font-weight: bold;
  color: #000;
  line-height: 1;
}
.discrimination_container .body ul li .lower {
  padding-top: 10px;
}
.discrimination_container .body ul li .lower h3 {
  font-size: 1.75vw;
  font-weight: bold;
  margin-bottom: 15px;
  display: inline-block;
  background: linear-gradient(transparent 60%, #f8da2e 60%);
}
.discrimination_container .body ul li .lower article {
  font-size: 1vw;
  line-height: 1.5;
  color: #333;
  text-align: justify;
}
.discrimination_container .foot {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .discrimination_container .foot {
    width: 100%;
  }
}
.discrimination_container .foot .butt {
  width: 240px;
  margin: auto;
}
.discrimination_container .foot .butt a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #3c7b7b;
  border-radius: 100px;
  font-size: 2vw;
  font-weight: bold;
  color: white;
}

/* discrimination_container end
------------------------------------------------ */
/* vision_container
------------------------------------------------ */
.vision_container {
  width: 80vw;
  margin: 150px auto 100px;
}
.vision_container .head span {
  display: inline-block;
  padding: 0.75vw 0.75vw 0.15vw 0.75vw;
  font-size: 2vw;
  font-weight: bold;
  color: white;
  background-color: #000;
  box-sizing: border-box;
}
.vision_container .head h2 {
  font-size: 5vw;
  font-weight: bold;
}
.vision_container .body {
  margin: 50px 0 0 10px;
}
.vision_container .body article {
  font-size: 1.15vw;
  letter-spacing: 0.1vw;
  line-height: 1.75;
}
.vision_container .foot {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .vision_container .foot {
    width: 100%;
  }
}
.vision_container .foot .butt {
  width: 240px;
  margin: auto;
}
.vision_container .foot .butt a {
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  background-color: #3c7b7b;
  border-radius: 100px;
  font-size: 2vw;
  font-weight: bold;
  color: white;
}

/* vision_container end
------------------------------------------------ */
/* cta_container
------------------------------------------------ */
.cta_container {
  width: 960px;
  margin: 150px auto 150px;
}
.cta_container .head span {
  display: inline-block;
  padding: 0.75vw 0.75vw 0.15vw 0.75vw;
  font-size: 2vw;
  font-weight: bold;
  color: white;
  background-color: #000;
  box-sizing: border-box;
}
.cta_container .head h2 {
  font-size: 55px;
  font-weight: bold;
}
.cta_container .body {
  margin: 35px 0 40px 10px;
}
.cta_container .body article {
  font-size: 20px;
  line-height: 1.75;
}
.cta_container .foot {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .cta_container .foot {
    width: 100%;
  }
}
.cta_container .foot .butt {
  margin: 50px auto 0;
}
.cta_container .foot .butt a {
  display: block;
  width: 100%;
  height: auto;
  padding: 25px 60px 20px;
  background-color: #3c7b7b;
  border-radius: 100px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  color: white;
  box-sizing: border-box;
}

#service-detail .cta_container .head h2 {
  text-align: center;
}
#service-detail .body article {
  text-align: center;
}

/* cta_container end
------------------------------------------------ *//*# sourceMappingURL=front-page.css.map */