/* 共通 */
body {
  font-family: "M PLUS 1", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #333;
  background: #fafafa;
}

.main {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

.installation_record_inner,
.issue .section_inner,
.features .section_inner,
.case .section_inner,
.voice .section_inner,
.step .section_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.section_title {
  text-align: center;
}

.section_title_deco {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat", serif;
  font-size: 24px;
  font-weight: 600;
  color: #10CC9F;
}

.section_title_deco img {
  width: 17px;
  margin-right: 10px;
}

.section_title h2 {
  margin-top: 12px;
  font-size: 40px;
  font-weight: 500;
}

.btn {
  display: inline-block;
  margin-top: 32px;
  padding: 16px 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 100px;
  background: var(--Linear, linear-gradient(90deg, #4389E1 0%, #5EECC0 100%));
}

@media screen and (max-width: 1100px) {
  .btn {
    display: block;
    max-width: 400px;
    width: calc(100% - 120px);
    margin: 0 auto;
    margin-top: 20px;
    padding: 16px 0;
    font-size: 14px;
    text-align: center;
  }

  .section_title h2 {
    font-size: 24px;
  }

  .section_title_deco {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Montserrat", serif;
    font-size: 24px;
    font-weight: 600;
    color: #10CC9F;
  }

  .section_title_deco img {
    width: 12px;
    margin-right: 4px;
  }
}


/* ヘッダーメニュー */
header {
  position: fixed;
  display: flex;
  top: 0;
  justify-content: space-between;
  width: 100%;
  padding: 16px 40px;
  font-size: 14px;
  box-sizing: border-box;
  align-items: center;
  z-index: 10;
}

.header_menu {
  display: flex;
  align-items: center;
}

.header_menu .inquiry_btn {
  padding: 16px 40px;
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
  border-radius: 100px;
  background: var(--Linear, linear-gradient(90deg, #4389E1 0%, #5EECC0 100%));
}

header img {
  height: 36px;
}

@media screen and (max-width: 1100px) {
  header {
    position: fixed;
    padding: 0;
  }

  header img {
    width: 152px;
    height: 20px;
    margin-top: 16px;
    margin-left: 16px;
  }

  .header_menu .inquiry_btn {
    margin-top: 12px;
    margin-right: 16px;
    padding: 12px 32px;
    font-size: 12px;
  }
}

/* メインビジュアル */
.mv {
  height: 600px;
  background-color: #F2F9F8;
}

.mv_inner {
  position: relative;
  max-width: 1700px;
  height: 600px;
  margin: 0 auto;
}

.mv_copy {
  position: relative;
  padding-top: 130px;
  padding-left: 120px;
  box-sizing: border-box;
  z-index: 2;
}

h1 {
  margin-top: 24px;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}

.mv h2 {
  font-size: 16px;
  font-weight: 700;
  color: #10CC9F;
}

.mv_copy p {
  font-size: 14px;
  margin-top: 32px;
  line-height: 2;
}

.mv_image {
  position: absolute;
  top: 10%;
  right: 5%;
  width: 630px;
  z-index: 1;
}

.mv_deco {
  width: 100%;
  max-width: 1300px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mv .btn {
  box-shadow: 0px 10px 38px 0px rgba(16, 204, 159, 0.34);
}

.installation_record_inner {
  padding: 40px 0;
  box-sizing: border-box;
}

.record_emblem {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.record_emblem img {
  width: auto;
  height: 60px;
  margin-right: 16px;
}

.record_emblem .tokkyo {
  height: 64px;
}

.record_emblem img:last-child {
  margin-right: 0px;
}

.mv_contact {
  margin-top: 24px;
}

.mv_contact .btn {
  margin-top: 12px;
  margin-left: 32px;
}

.comment_deco {
  display: flex;
  align-items: center;
}

.mv_contact .comment_deco img {
  width: auto;
  height: 28px;
}

.comment_deco p {
  margin-top: 0;
  margin-left: 8px;
  color: #10CC9F;
  font-size: 17px;
  font-weight: 500;
}


@media screen and (max-width: 1100px) {
  .mv {
    height: 780px;
  }

  .mv_inner {
    height: 715px;
  }

  .mv_copy {
    padding-top: 85px;
    padding-left: 20px;
  }

  .mv h2 {
    font-size: 12px;
  }

  h1 {
    margin-top: 16px;
    font-size: 25px;
    letter-spacing: 0.05rem;
  }

  .mv_copy p {
    font-size: 10px;
    margin-top: 16px;
    font-weight: 500;
    line-height: 1.6;
  }

  .mv_image {
    top: 315px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 370px;
  }

  .mv .btn {
    margin-top: 12px;
  }

  .record_emblem img {
    height: 32px;
    margin-right: 9px;
  }

  .record_emblem .tokkyo {
    height: 34px;
  }

  .comment_deco {
    margin-top: 360px;
    justify-content: center;
  }


  .comment_deco p {
    margin-top: 0;
    font-size: 17px;
  }

  .mv_contact .btn {
    margin-left: auto;
  }

  .record_emblem img:first-child {
    margin-right: 8px;
  }

  .mv_contact {
    margin-left: -25px;
  }
}


/* 導入実績 */
.installation_record {
  width: 100%;
  background-color: #fff;
}


.installation_record_inner ul {
  display: flex;
  flex-wrap: wrap;
}

.installation_record_inner li {
  width: calc(100% /6);
}

@media screen and (max-width: 1100px) {
  .installation_record_inner {
    padding: 32px 20px;
  }

  .installation_record_inner li {
    width: calc(100% /3);
  }
}

/* issue */
.issue {
  margin-top: 120px;
}

.point_layout_area {
  width: 100%;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

.point_layout {
  width: calc(100% /3);
  text-align: center;
}

.point_image {
  position: relative;
}

.point_num {
  position: absolute;
  top: 0;
  right: 0;
  color: #10CC9F;
  font-family: "Montserrat", serif;
  font-size: 80px;
  font-weight: 600;
}

.point_layout img {
  width: 250px;
  margin-bottom: 20px;
  box-shadow: 0px 4px 40px 0px rgba(16, 204, 159, 0.16);
  border-radius: 500px;
  text-align: center;
}

.point_layout p {
  font-size: 20px;
  line-height: 1.4;
}

.dot {
  text-align: center;
  width: 33px;
  margin: 32px auto;
}

.item_explanation {
  position: relative;
  width: 670px;
  padding-top: 60px;
  padding-left: 90px;
  padding-bottom: 60px;
  margin-left: auto;
  background-color: #fff;
  border-radius: 32px;
  box-sizing: border-box;
}

.item_image {
  position: absolute;
  width: 360px;
  top: -100px;
  left: -329px;
  border-radius: 32px;
  border: 6px solid #5FEFC0;
  box-sizing: border-box;
  box-shadow: 8px 8px 32px 0px rgba(16, 204, 159, 0.12);
}

.item_explanation_text1 {
  font-size: 24px;
  font-weight: 700;
}

.item_explanation_text2 {
  position: relative;
  display: inline-block;
  margin: 20px 0 24px;
  padding: 32px 20px;
  color: #fff;
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 1.5;
  border-radius: 20px;
  background-color: #10CC9F;
}

.fukidashi_tri {
  position: absolute;
  width: 50px;
  top: 60px;
  left: -40px;
}

.donyu_em {
  position: absolute;
  width: 110px;
  top: -60px;
  right: -55px;
}

.item_explanation_text3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
}

.item_explanation_note {
  margin-top: 12px;
  color: #666;
  font-size: 10px;
  font-weight: 500;
  line-height: 20px;
  text-align: right;
}

.issue_contact {
  margin-top: 48px;
  text-align: center;
  font-size: 24px;
}

@media screen and (max-width: 1100px) {
  .issue {
    margin-top: 40px;
  }

  .point_layout_area {
    display: block;
    margin-top: 32px;
  }

  .point_layout {
    width: 100%;
  }

  .point_image {
    width: 250px;
    margin: 0 auto;
  }

  .point_layout p {
    margin-bottom: 60px;
    font-size: 18px;
  }

  .point_num {
    font-size: 66px;
  }

  .item_explanation {
    width: 100%;
    padding: 32px 20px;
    border-radius: 0px;
  }

  .item_explanation_text1 {
    font-size: 18px;
  }

  .item_explanation_text2 {
    width: 100%;
    margin: 20px 0 0;
    font-size: 22px;
    padding: 16px 20px 20px;
    letter-spacing: 0px;
    box-sizing: border-box;
  }

  .item_explanation_text3 {
    font-size: 14px;
    line-height: 1.7;
  }

  .item_explanation_note {
    margin-top: 12px;
    margin-left: 20px;
    text-align: left;
  }

  .issue_contact {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
  }

  .dot {
    width: 27px;
  }

  .fukidashi_tri {
    width: 32px;
    top: 95px;
    left: 50%;
    z-index: 1;
  }

  .item_image_sp {
    position: relative;
    width: 300px;
    margin: 0 auto;
  }

  .donyu_em {
    width: 88px;
    top: 8%;
    right: 7%;
  }
}


/* サービスの特徴 */
.features {
  margin-top: 120px;
  padding-bottom: 100px;
}

.features_point_subtitle {
  margin-bottom: 24px;
  color: #10CC9F;
  font-size: 24px;
  font-weight: 500;
}

@media screen and (max-width: 1100px) {
  .features {
    margin-top: 80px;
    padding-bottom: 0px;
  }
}

.point_layout .features_point_subtitle {
  margin-bottom: 20px;
  font-size: 20px;
}


/* 削減事例 */
.achievements {
  padding: 100px 0;
  background-color: #333;
  overflow: hidden;
}

.achievements .section_title h2 {
  color: #fff;
}

.achievements_image {
  margin: 0 auto;
  margin-top: 80px;
  width: 800px;
}

@media screen and (max-width: 1100px) {
  .achievements {
    padding: 40px 0;
  }

  .achievements_image {
    margin: 0 auto;
    margin-top: 80px;
    width: 800px;
  }

  .achievements_image {
    width: 100%;
    margin-top: 40px;
  }
}


/* 導入事例 */
.case {
  padding: 100px 0;
  background-color: #fff;
}

.case .record_emblem {
  justify-content: center;
}

.case_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0 40px;
  color: #10CC9F;
  font-size: 32px;
  font-weight: 500;
  line-height: 50px;
}

.case_text img {
  width: 120px;
}

.case_text p {
  margin-left: 24px;
}

.case_image_area {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.case_image {
  width: 300px;
  margin-bottom: 40px;
}

.case_image img {
  border-radius: 12px;
}

.case_image p {
  margin-top: 12px;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}

.cace_contact {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media screen and (max-width: 1100px) {
  .case {
    padding: 40px 20px;
  }

  .case_image_area {
    justify-content: space-between;
  }

  .case_image {
    width: calc((100% - 12px)/2);
    margin-bottom: 24px;
  }

  .case_image img {
    border-radius: 8px;
  }


  .case_image p {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 16px;
  }

  .cace_contact {
    margin-top: 16px;
    font-size: 16px;
    line-height: normal;
  }

  .case_text {
    display: block;
    text-align: center;
    margin: 0px 0 32px;
    font-size: 22px;
    line-height: 1.5;
  }

  .case_text p {
    margin-left: 0;
  }

  .case_text img {
    width: 100px;
    margin-bottom: 12px;
  }

  .case .installation_record_inner {
    padding: 32px 0px;
  }


}

/* お客様の声 */
.voice {
  padding-bottom: 100px;
  background-color: #fff;
}

.voice_text {
  margin: 40px 0 48px;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
}

.voice_list {
  display: flex;
  width: 900px;
  margin-bottom: 32px;
  padding: 32px;
  background-color: #EEF7FF;
  box-sizing: border-box;
  border-radius: 32px;
}

.voice_list img {
  width: 120px;
}

.voice_list p {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.2px;
}

.interviewer {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
}

.voice_list_left .voice_list_inner {
  margin-left: 32px;
}

.voice_list_right {
  margin-left: auto;
}

.voice_list_right .voice_list_inner {
  margin-right: 32px;
}

@media screen and (max-width: 1100px) {
  .voice {
    padding: 40px 20px;
  }

  .voice_text {
    margin: 28px 0 32px;
    font-size: 20px;
    line-height: 1.4;
  }

  .voice_list {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 24px 16px 16px;
    border-radius: 20px;
  }

  .voice_list img {
    width: 80px;
    margin: 0 auto;
  }

  .voice_list_img {
    display: block;
  }

  .voice_list_left .voice_list_inner {
    margin-left: 0;
  }

  .voice_list_right {
    margin-left: auto;
  }

  .voice_list_right .voice_list_inner {
    margin-right: 0;
  }

  .voice_list p {
    font-size: 16px;
    line-height: 1.5;
  }

  .interviewer {
    margin-top: 12px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
  }


}

/* 導入までの流れ */
.step {
  padding: 100px 0 120px;
}

.step_note {
  margin: 40px 0 60px;
  color: #FF4F4F;
  text-align: center;
  font-size: 28px;
  font-weight: 400;
}

.step_fukidashi_pc {
  display: block;
  width: 800px;
  margin: 0 auto 30px;
}

.step_fukidashi_sp {
  display: none;
}

@media screen and (max-width: 1100px) {
  .step {
    padding: 40px 20px 60px;
  }

  .step_note {
    margin: 28px 0 32px;
    font-size: 20px;
    line-height: 1.5;
  }

  .step_image_area {
    padding: 0 4px;
  }

  .step_image_area img {
    max-width: 400px;
    margin: 0 auto;
  }

  .step_fukidashi_pc {
    display: none;
  }

  .step_fukidashi_sp {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 30px;
  }
}


/* フッター */
footer {
  padding: 60px 0 60px;
  text-align: center;
  background-color: #333;
  border-radius: 120px 120px 0px 0px;
}

.footer_menu {
  display: flex;
  justify-content: center;
  font-size: 12px;
}

.footer_menu li {
  margin-right: 60px;
}

.footer_menu li:last-child {
  margin-right: 0px;
}

.footer_menu li a {
  color: #fff;
}

.copyright {
  font-size: 10px;
  color: #fff;
}

@media screen and (max-width: 1100px) {
  footer {
    padding: 60px 0 32px;
    border-radius: 60px 60px 0px 0px;
  }

  .footer_menu {
    display: block;
    font-size: 12px;
  }

  .footer_menu li {
    margin-right: 0px;
    margin-bottom: 20px;
  }

}




/* スライドの設定 */
.myswiper-wrapper {
  width: 100%;
  /*ウィンドウ幅からはみ出さないようにする*/
}

.swiper {
  width: 600px;
  /*アクティブなスライド以外も見えるように*/
  overflow: visible !important;
}

.swiper-slide img {
  transition: 0.3s;
  opacity: 0.4;
  transform: scale(0.8);
}

.swiper-slide-active img {
  opacity: 1;
  transform: scale(1);
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 50px;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/prev_img.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/next_img.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-prev {
  left: -25px;
}

.swiper-button-next {
  right: -25px;
}

@media screen and (max-width: 1100px) {
  .swiper {
    width: calc(100% - 40px);
  }

  .swiper-slide img {
    width: 100%;
  }

  .swiper-button-prev,
  .swiper-button-next {
    height: 40px;
    width: 40px;
  }

  .swiper-button-prev::after,
  .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }

  .swiper-button-prev {
    left: -12px;
  }

  .swiper-button-next {
    right: -12px;
  }

}



@media screen and (max-width: 1100px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}