@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
}

.products_bg{
	background-image: url("../img/product-bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  position: relative
}
.title_bg{
	background: transparent linear-gradient(112deg, #88CE37 0%, var(--unnamed-color-09a01f) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(112deg, #88CE37 0%, #09A01F 100%) 0% 0% no-repeat padding-box;
  position: absolute;
  bottom: -75px;
  @media screen and (max-width: 767px) {
    max-width: 90%;
    height: auto;
    padding: 2em 0;
  }
}
.all_title {
	left: 5%;
  @media screen and (max-width: 767px) {
    padding-right: 15px;
    text-align: start;
  }
}

/* レイアウト（class名引継ぎ） */
.forth_ex {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 90px;
  @media screen and (max-width: 767px) {
    margin-bottom: 45px;
  }
}
.forth_ex .forth_ex_title {
  color: #09A01F;
  @media screen and (max-width: 767px) {
    margin-bottom: 1.5em;
  }
}
.forth_ex .forth_ex_title::before, .forth_ex .forth_ex_title::after {
  background-color: #09A01F; 
}
.img_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px 50px;
  @media screen and (max-width: 767px) {
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .img_flex--image {
    min-width: max-content;
  }
}

/* お問い合わせ */
.forth_border_text {
  box-sizing: border-box;
  max-width: 920px;
  width: 90%;
}

.forth_ex .forth_ex {
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}
.forth_ex .forth_border {
  padding-bottom: 0;
}

/* reset */
figure {
  margin: 0;
}
.mcm_container * {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .pc_block {
    display: none;
  }
}

/* 背景 */
.mcm_container {
  width: 100%;
  background: url(../img/bg_img01.webp) no-repeat top center / 100% auto;
  margin-top: 60px;
  @media screen and (max-width: 767px) {
    background: none;
  }
}

/* ページ上部 */
.mcm_head {
  max-width: 1200px;
  width: 90%;
  padding: 90px 0 30px;
  margin: 30px auto;
  overflow: visible;
  @media screen and (max-width: 767px) {
    padding-top: 45px;
  }
}
.mcm_head--title {
  display: flex;
  align-items: center;
  gap: 20px;
  font-size: 4.2rem;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  @media screen and (max-width: 767px) {
    gap: 10px;
    font-size: 2.4rem;
    color: #000;
  }
  @media screen and (max-width: 374px) {
    font-size: 2rem;
  }
}

.mcm_head--title img {
  @media screen and (max-width: 767px) {
    width: 65px;
  }
  @media screen and (max-width: 374px) {
    width: 45px;
  }
}
.mcm_flex {
  display: flex;
  align-items: center;
  gap: 20px;
  @media screen and (max-width: 767px) {
    flex-direction: column-reverse;
  }
}
.mcm_flex--left {
  max-width: calc(100% - 613px);
  width: 100%;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.mcm_flex--txt {
  padding-bottom: 1.5em;
  color: #fff;
  @media screen and (max-width: 767px) {
    color: #000;
  }
}
.mcm_head--btns {
  width: 100%;
  display: flex;
  gap: 20px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
}
.mcm_head--btn {
  max-width: 272px;
  width: 100%;
}
.mcm_head--btn a {
  width: 100%;
  padding: 1em;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.mcm_head--btn[data-btn="catalog"] a {
  background: #131F8E;
}
.mcm_head--btn[data-btn="test"] a {
  background: #148DF4;
}
.mcm_head--figure {
  margin-top: -30px;
  @media screen and (max-width: 767px) {
    margin-top: 20px;
  }
}

/* ページ内ナビゲーション */
.mcm_nav {
  max-width: 1200px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 90px;
  @media screen and (max-width: 767px) {
    gap: 16px;
    margin-bottom: 45px;
  }
}
.mcm_nav--item {
  max-width: calc(25% - 15px);
  width: 100%;
  @media screen and (max-width: 767px) {
    max-width: calc(50% - 8px);
  }
}
.mcm_nav--item a {
  width: 100%;
  padding: 1em;
  border: 2px solid #131F8E;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #EFF1FF;
  color: #131F8E;
  &::after {
    content: "";
    display: inline-block;
    width: 12px;
    height: 12px;
    border-right: 2px solid #131F8E;
    border-bottom: 2px solid #131F8E;
    transform: rotate(45deg);
  }
  @media screen and (max-width: 767px) {
    padding: 0.5em 1em 1em;
    &::after {
      width: 8px;
      height: 8px;
    }
  }
}

/* 動画 */
.video {
  max-width: 794px;
  width: 100%;
  margin-inline: auto;
}
.video video {
  width: 100%;
}

/* こんな悩みごと */
.mcm_worries--list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin: 0 auto 60px;
  @media screen and (max-width: 767px) {
    gap: 16px;
  }
}
.mcm_worries--item {
  max-width: 239px;
  width: 100%;
  font-size: 1.8rem;
  padding: 1.5em;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131F8E;
  color: #fff;
  font-weight: bold;
  text-align: center;
  @media screen and (max-width: 767px) {
    font-size: 1.6rem;
    max-width: calc(50% - 8px);
  }
}

/* 特徴 */
.feature_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  counter-reset: num 0;
  @media screen and (max-width: 767px) {
    gap: 16px;
  }
}
.feature_list--item {
  max-width: calc(25% - 15px);
  width: 100%;
  @media screen and (max-width: 767px) {
    max-width: 100%;
  }
}
.feature_list--name {
  width: 100%;
  padding: 1em 0.5em;
  display: flex;
  align-items: center;
  gap: 0 10px;
  background: linear-gradient(to right, #83CD36 0%, #42B52A 58%, #13A421 100%);
  font-size: 2.4rem;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  &::before {
    counter-increment: num 1;
    content: '0' counter(num);
    font-size: 3.6rem;
  }
  @media screen and (max-width: 767px) {
    padding: 1em;
  }
}
.feature_list--txt {
  width: 100%;
  height: calc(100% - 120px);
  padding: 1em;
  background: #E8E8E8;
  @media screen and (max-width: 767px) {
    height: auto;
  }
}

/* 能力表 */
.p_56 {
  margin-bottom: 0.5em;
}
.table_current {
  background: #FFF600;
  color: #DE0000;
}
.chui {
  text-indent: -3.5em;
  padding-left: 3.5em;
}

/* 流れ */
.mcm_flow.forth_ex {
  max-width: 100%;
  width: 100%;
}
.mcm_flow--head {
  padding: 50px 5% 150px;
  background: linear-gradient(to right, #83CD36 0%, #42B52A 58%, #13A421 100%);
  color: #fff;
  @media screen and (max-width: 767px) {
    padding: 30px 5% 100px;
  }
}
.mcm_flow.forth_ex .forth_ex_title {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 45px;
  color: #fff;
   @media screen and (max-width: 767px) {
    margin-bottom: 20px;
   }
}
.mcm_flow.forth_ex .forth_ex_title::before, .mcm_flow.forth_ex .forth_ex_title::after {
  background-color: #fff; 
}
.mcm_flow--txt {
  max-width: 1200px;
  width: 90%;
  text-align: center;
  margin: 0 auto 30px;
   @media screen and (max-width: 767px) {
    margin-bottom: 1em;
   }
}
.mcm_flow--figure {
  max-width: 1024px;
  width: 90%;
  padding: 30px 5%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: -120px auto 0;
  @media screen and (max-width: 767px) {
    margin: -80px auto 0;
  }
}

/* 事例 */
.tab_content {
  width: 90%;
  padding: 35px 0;
  margin-inline: auto;
  background: #fff;
}
.forth_overview_img a{
  width: 366px;
  overflow: hidden;
  display: flex;
}
.tab_test--box a{
  width: 273px;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.tab_text--in{
  padding-bottom: 10px;
}
.tab_test--box a p{
  width: 273px;
  overflow: hidden;
}
.forth_overview_img a:hover{
  opacity: 1;
}
.tab_test--box a:hover{
  opacity: 1;
}
.forth_overview_img img{
  transition:.5s all;
  width: 366px;
}
.tab_test--box img{
  transition:.5s all;
  overflow: hidden;
  width: 273px;
}
.tab_text--in a:hover img{
  transform:scale(1.1,1.1);
  transition:.5s all;
}


.tab_test{
  max-width: 636px;
  width: 90%;
  margin: auto;
  margin-top: 25px;
}
.tab_test h3{
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.tab_test--box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}
.tab_test--box h3{
  font-size: 2.4rem;
  font-weight: bold;
}
.tab_test--box a{
  position: relative;
  text-align: center;
  line-height: 1.6;
}
.tab_test--box a:nth-child(1)::before{
  position: absolute;
  right: -58px;
  top: 50%;
  transform: translateY(calc(calc(50% + 1em) * -1));
}
.num02 .tab_test--box a:nth-child(1)::before{
  content: url("../img/green_allow.png");
  @media screen and (max-width: 767px) {
    content: none;
  }
}

.tab_test--list p{
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 1s ease-in-out;
}
.modal-container .img {
    background: #f1f1f1;
    margin-bottom: 15px;
}
.modal-container p {
    margin-bottom: 10px;
}
.modal-container p:last-child {
    margin-bottom: 0;
}
.modal-content {
  text-align: center;
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: show 0.6s linear 0s;
    filter: drop-shadow(0px 2px 6px #777);
}
.modal-top {
  display: flex;
  width: 30px;
  height: 30px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  right: 5px;
  top: 5px;
}
.modal-close {
    color: #000000;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1;
    padding: 0 8px;
}
.modal-close:hover, .modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

/* 一覧へ戻る */
.mcm_backbtn {
  max-width: 272px;
  width: 100%;
  margin: 90px auto;
  box-sizing: border-box;
  @media screen and (max-width: 767px) {
    margin: 50px auto;
  }
}
.mcm_backbtn a {
  width: 100%;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #131F8E;
  color: #fff;
  box-sizing: border-box;
}