@charset "UTF-8";

img{
    margin-top: 0%;
    width: 100%;
}

.wrapper{
    margin: 0 auto;
    text-align: center;

}

html {
  scroll-behavior: smooth;
}


body {
  font-family: 'Zen Kaku Gothic New', -apple-system, BlinkMacSystemFont, sans-serif;
  letter-spacing: 0.03em;
}

.h2-re{
width: 60%;
margin: 0 auto 7% auto;
} 
@media screen and (min-width:768px){
  .h2-re{
    width: 22%;
    margin: 0 auto 3% auto;
    }
}

@media screen and (max-width:768px){
.wrapper{
  width: 100%;
}}


sub {
    line-height: 0;
    font-size: 10px;
}

.anno{
  font-size: 10px;
  text-align: right;
  line-height: 1;
  color: #596a8a;
  margin-bottom: 16px;
}
@media screen and (min-width:768px){
  .anno{
    text-align: center;
  }
}


/*レスポンシブ-----------------------------------------------------*/


.pc{
  display: none !important;
}
.sp{
  display: block !important;
}
.spmt{
  margin-top: 5%;
}


@media screen and (min-width:768px){
  .pc{
      display: block !important;
  }
  .sp{
      display: none !important;
  }

}



/*header------------------------------------------------------------------------------------------------------------------*/
.site-header {
  display: flex;
  align-items: center;
  padding: 10px 10px;
  background-color: #fff;

}

.logo img {
  width: 120px;
  height: auto;
}

.tel-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: 12px;
}

.tel-cta {
  background: #ffa800;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  padding: 8px 13px;
  display: inline-block;
  text-align: center;
  box-sizing: border-box;
  line-height: 1;
}

.tel-top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 4px;
}

.tel-top img {
  width: 18px;
  height: 18px;
}

.tel-bottom {
  font-size: 10px;
}

.tel-note {
font-weight: bold;
  font-size: 13px;
  color: #ffa800;
}

@media screen and (min-width:940px){
  .logo img {
    width: 160px;
    height: auto;
    margin-left: 20px;
  }
  .tel-cta{
    margin-right: 20px;
  }
}

.hamburger {
  width: 28px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-right: 10px;
}

.hamburger span {
  display: block;
  height: 3px;
  background: #00b4e7;
  border-radius: 3px;
}

.sp-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  background: #fff;
  box-shadow: -4px 0 10px rgba(0,0,0,0.1);
  transition: 0.3s;
  z-index: 999;
  padding: 80px 30px;
}

.sp-menu.active {
  right: 0;
}

.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.sp-menu li {
  margin-bottom: 25px;
}

.sp-menu a {
  text-decoration: none;
  color: #333;
  font-size: 20px;
  font-weight: bold;
}

.menu-close {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 36px;
  border: none;
  background: none;
  cursor: pointer;
  line-height: 1;
  color: #333;
}



.pc-nav {
  display: none;
}

@media screen and (min-width: 940px){
  .site-header {
    display: flex;
    align-items: center;
    padding: 15px 30px;
  }

  .pc-nav {
    display: block;
    margin-left: auto;
    margin-right: 30px;
  }

  .pc-nav ul {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .pc-nav a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
    font-size: 16px;
  }

  .pc-nav a:hover {
    color: #00a0fc;
  }

  .hamburger,
  .sp-menu {
    display: none;
  }

  .tel-area {
    margin: 0;
  }

}

@media screen and (max-width: 1300px){
  .pc-nav a {
    font-size: 12px;
}
.pc-nav ul {
  gap: 14px;
}
}

.nv-ul{
  text-align: left;
}

.nv{
  border-bottom: 1px solid #dce0e2;
  padding-bottom: 10px;
}

.nv a{
  font-size: 16px;
  color: #00a0fc;
}


/**追従ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.fixed-cta-wrap {
  position: fixed;
  z-index: 999;
}

/* ボタンデザイン */
.fixed-cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  background: linear-gradient(90deg, #ffc323, #ff9600);
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255, 150, 0, 0.35);
}

.fixed-cta-badge {
  background: #fff;
  color: #ff9600;
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 30px;
  line-height: 1;
}

.fixed-cta-text {
  position: relative;
  z-index: 2;
}

/* キラッ */
.fixed-cta-btn::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 40px;
  height: 160%;
  background: rgba(255, 255, 255, 0.45);
  transform: rotate(25deg);
  animation: fixedShine 2.8s infinite;
}

@keyframes fixedShine {
  0% {
    left: -30%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}


.fixed-cta-wrap {
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.fixed-cta-wrap.show {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

/* =========================
 SP：下固定
========================= */
@media screen and (max-width: 767px) {
  .fixed-cta-wrap {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 14px 0;
    text-align: center;
    background: #fff;
    box-shadow: 0 -4px 12px rgba(0,0,0,0.08);
  }

  .fixed-cta-btn {
    width: calc(100% - 30px);
    max-width: 540px;
    justify-content: center;
    font-size: 18px;
    padding: 14px 12px;
    gap: 8px;
  }

  .fixed-cta-badge {
    font-size: 14px;
    padding: 5px 8px;
  }

  .fixed-cta-text {
    font-size: 18px;
  }
}

/* =========================
 PC：右下固定
========================= */
@media screen and (min-width: 768px) {
  .fixed-cta-wrap {
    right: 30px;
    bottom: 30px;
  }

  .fixed-cta-btn {
    font-size: 18px;
    padding: 12px 22px;
    gap: 10px;
  }

  .fixed-cta-badge {
    font-size: 13px;
    padding: 4px 8px;
  }

  .fixed-cta-text {
    font-size: 18px;
  }
}


/*fv---------------------------------------------------------------------------------------------------------------------*/

.fv-area{
position: relative;
}

.main,
.sub,
.sub2,
.em{
  position: absolute;
}

.main{
  top: 4%;
  left: 4%;
  width: 58%;
  filter:
    drop-shadow(0 0 6px rgba(255, 255, 255, 1))
    drop-shadow(0 0 14px rgba(255, 255, 255, 1))
    drop-shadow(0 0 28px rgba(255, 255, 255, 0.95))
    drop-shadow(0 0 40px rgba(255, 255, 255, 0.9));
}

.sub{
  top: 23%;
  left: 4%;
  width: 52%;
}

.sub2{
  top: 34%;
  left: 0%;
  width: 63%;
}

.em{
  top: 49.5%;
  left: 3%;
  width: 94%;
  filter:
  drop-shadow(0 0 6px rgba(255, 255, 255, 1))
  drop-shadow(0 0 14px rgba(255, 255, 255, 1))
  drop-shadow(0 0 28px rgba(255, 255, 255, 0.95))
  drop-shadow(0 0 40px rgba(255, 255, 255, 0.9));
}


.j-txt{
  position: absolute;
  color: #fff;
  top: 74.5%;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  white-space: nowrap;
}

.w-box{
  color: #00b4e7;
  background-color: #fff;
  padding: 7px 14px;
  border-radius: 10px;
  font-size: clamp(20px, 3vw, 32px);
  margin-right: 4px;
}

.big2300{
  font-size: clamp(52px, 8vw, 90px);
}

.j-1{
  font-size: clamp(20px, 3vw, 32px);
  display: flex;
  align-items: flex-end;
  gap: 6px;
  line-height: 1;
}

.j-2{
  font-size: clamp(14px, 2vw, 18px);
  margin-top: 10px;
}


@media screen and (min-width:768px){
  .main,
  .sub,
  .sub2,
  .em{
    width: 32%;
  }

  .main{
    top: 9%;
    left: 24%;
  }
  .sub{
    top: 23.6%;
    left: 24%;
  }

  .sub2{
    top: 32%;
    left: 24%;
  }

  .em{
    top: 43%;
    left: 23%;
  }

  .big2300 {
    font-size: clamp(42px, 6vw, 110px);
}
.w-box {
  font-size: clamp(20px, 2vw,42px);
}
.j-1 {
  font-size: clamp(20px, 2vw, 42px);
}
.j-2 {
  font-size: clamp(12px, 1.4vw, 22px);
  margin-top: 18px;
}
.j-txt {
  top: 73%;
}
}


/*cta------------------------------------------------------------------------------------------------------*/

.cta-btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  padding: 18px 32px;
  background: linear-gradient(90deg, #ffc323, #ff9600);
  color: #fff;
  text-decoration: none;
  font-size: 28px;
  font-weight: bold;
  border-radius: 40px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255, 150, 0, 0.35);
}

/* 白ラベル */
.cta-badge {
  background: #fff;
  color: #ff9600;
  padding: 6px 12px;
  font-size: 18px;
  border-radius: 30px;
  line-height: 1;
}

.cta-lead{
  color: #ff9600;
  font-weight: bold;
  margin-bottom: 8px;
  font-size: 18px;
}

/* テキスト */
.cta-text {
  position: relative;
  z-index: 2;
}

/* キラッと光る */
.cta-btn::after {
  content: "";
  position: absolute;
  top: -30%;
  left: -20%;
  width: 40px;
  height: 160%;
  background: rgba(255, 255, 255, 0.45);
  transform: rotate(25deg);
  animation: shine 2.8s infinite;
}

@keyframes shine {
  0% {
    left: -30%;
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  40% {
    left: 120%;
    opacity: 0;
  }
  100% {
    left: 120%;
    opacity: 0;
  }
}

@media screen and (max-width: 768px) {
  .cta-btn {
    width: calc(100% - 40px);
    max-width: 540px;
    margin: 0 auto;
    padding: 14px 12px;
    gap: 8px;
    font-size: 18px;
    box-sizing: border-box;
    justify-content: center;
  }

  .cta-badge {
    font-size: 14px;
    padding: 5px 8px;
  }

  .cta-text {
    font-size: 18px;
  }
}

.cta-wrap{
  margin: 36px 0;
}

@media screen and (min-width: 768px) {
  .cta-wrap {
    margin: 4% 0 5%;
}
}





/*お悩みーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.h2area{
  position: relative;
}
.deco{
  position: absolute;
  font-size: 80px;
  font-weight: 900;
  opacity: .07;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}

.problem{
  margin-top: 58px;
  background-image: url(../img/p-back.jpg);
  background-size: cover;
}

.h2-1{
  font-weight: 900;
  font-size: 32px;
}

.pcard01,
.pcard02,
.pcard03,
.pcard04{
  position: relative;
  filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.25));
}

.pcard03,
.pcard04{
margin-top: -11%;
}

.pcard-txt{
  position: absolute;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(14px, 2.2vw, 18px);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.5;
  text-align: center;
}

.blue{
  color: #00a0fc;
}

.p-card{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 14px 14px 22%;
  margin-top: 10%;
}

.txt01{
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
}

.txt02{
  top: 29%;
  left: 50%;
  transform: translateX(-50%);
}

.txt03{
  top: 31%;
  left: 50%;
  transform: translateX(-50%);
}

.txt04{
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (min-width: 768px) {

  .p-card{
    display: flex;
    margin-top: 0%;
    justify-content: center;    
    margin-top: -6%;
    padding: 0% 0 8%;
    margin: 0 auto;
  }

  .pc-wrap{
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1200px;
    width: 84%;
  }

  .pcard03, .pcard04{
    margin: 0;
  }
  .deco {
    top: -118%;
  }
  .h2-1 {
    font-weight: 900;
    font-size: clamp(24px, 4vw, 40px);
}
.problem{
background: transparent;
}

.p-back{
  position: relative;
}
}


  @media screen and (min-width: 1200px) and (max-width: 1500px){
    .p-backs{
height: 450px;
    }
  }

    @media screen and (min-width: 768px) and (max-width: 1200px){
      .p-backs{
        height: 350px;
            }
            .pcard-txt{
      font-size: 15px !important;
            }      
    }
  

/*解決ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.h3area{
  position: relative;
}

.mt20{
  margin-top: 20%;
}

.deco2{
  background: linear-gradient(90deg, #ffc323, #ff9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  font-size: 120px;
  font-weight: 900;
  opacity: .12;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}

.h3-lead{
  font-size: 18px;
}

.h3-1{
  font-size: 54px;
  font-weight: 900;
}

.ora{
  background: linear-gradient(90deg, #ffc323, #ff9600);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-left: 14px;
}

.tight{
  margin-left: -0.16em;
}

.txt-solve{
  background-color: #fff3e0;
  display: block;
  width: fit-content;
  margin: 10px auto;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
}
  
  .sol-wrap{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7%;
  }

  .system{
    padding: 16px;
    filter: drop-shadow(0 0px 6px rgba(93, 196, 255, 0.55));
  }

  .point-area{
    background-image: url(../img/point-back.jpg);
    background-size: cover;
  }

  @media screen and (min-width: 768px) {
    .deco2{
      font-size: 180px;
      top: -70%;
    }
    .h3-1 {
      font-size: 72px;
      font-weight: 900;
  }
  .h3-lead {
    font-size: 20px;
}
.h3area {
  position: relative;
  margin-top: 5%;
}
.txt-solve {
  font-size: 22px;
}
.sol-wrap {
  margin-top: 2%;
}
.system {
  width: 38%;
  margin: 0 auto;
}
.txt-solve{
  margin: 0 auto;
  margin-bottom: 1%;
  padding: 6px 26px;
}
.sol-area{
  background-image: url(../img/sol-back.jpg);
}
.mt20{
  margin-top: 7% !important;
}
  }

/*4つの理由＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾＾*/


  .h3area2{
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
  text-align: center;
  }
  
  .deco3{
    color: #fff;
    position: absolute;
    font-size: 90px;
    font-weight: 900;
    opacity: .12;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  .h3-lead2{
    font-size: 26px;
    color: #fff;
  }
  
  .h3-2{
    font-size: 54px;
    font-weight: 900;
    line-height: 46px;
  }

  .blu{
    color: #fff;
  }

  .four{
    font-size: 74px;
  }


  .ttlarea3{
    margin-top: 19%;
    position: relative;
  }


  .tal{
    text-align: left;
  }

  .tar{
    text-align: left;
  }

  .tal img{
    padding: 0 24px 0 0;
  }

  .tar img{
    padding: 0 0 0 24px;
  }

  .re-ttl{
    font-size: 24px;
    color: #00b4e7;
    font-weight: 900;
    margin-top: 24px;
  }

  .re-txt{
    margin-top: 16px;
    font-weight: 500;
  }

  .re-ttl,
  .re-txt{
    padding: 0 24px 0 24px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  
  .card01{
    margin-top: -40%;
    position: relative;
    z-index: 20;
  }

  .card01,
  .card02,
  .card03,
  .card04{
    margin-bottom: 10%;
  }

  .card-img{
    filter: drop-shadow(0 0px 10px rgba(93, 196, 255, 0.25));
  }


  @media screen and (min-width: 768px){
    .card01 {
      margin-top: 4% !important;
  }
  .card01,
  .card02,
  .card03,
  .card04{
    display: flex;
    max-width: 1000px;
    margin: 0 auto 5%;    
  }

  .card01,
  .card03{
    padding-right: 4%;
  }

  .card02,
  .card04{
    padding-left: 4%;
  }

  .card01 img,
  .card02 img,
  .card03 img,
  .card04 img{
    width: 46%;
    display: flex;
  }
  .re-ttl {
    margin-top: 0px;
}
.tal img {
  padding: 0 0px 0 0;
}
.ttlarea3 {
  margin-top: 7%;
}
.re-ttl {
  font-size: 28px;
}
.re-txt{
font-size: 18px;
}
.reason-area{
  background-image: url(../img/point-back.jpg);
  background-size: cover;
  padding-bottom: 10%;
}
  }


  /*7つの導入メリット-----------------------------------------------------------------------------------------------------------------------------*/

  .h3-2{
    font-size: 38px;
    font-weight: 900;
    line-height: 1;
    color: #fff;
  }

  .h3-lead3{
    font-size: 22px;
    margin-bottom: -20px;
  }

  .seven{
    font-size: 48px;
  }

  .deco4{
    color: #fff;
    position: absolute;
    font-size: 130px;
    font-weight: 900;
    opacity: .18;
    top: -96%;
    left: 50%;
    transform: translateX(-50%);
  }

  .merit-area{
    margin-top: 20%;
    background-image: url(../img/seven-back.jpg);
    background-size: cover;
    padding: 8% 0;
    border-radius: 0 50px;
  }

  .merit-card {
    position: relative;
    width: 88%;
    margin: 20px auto;
    padding: 22px 24px;
    border-radius: 12px;
    background: #f7f7f7;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.18);
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 22px;
  }

  .merit-card__motif {
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 96px;
    height: auto;
    pointer-events: none;
  }

  .merit-card__num {
    color: #1698d4;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    flex-shrink: 0;
  }

  .merit-card__divider {
    width: 1px;
    height: 72px;
    background: #79c9e8;
    flex-shrink: 0;
  }

  .merit-card__content {
    position: relative;
    z-index: 1;
  }

  .merit-card__title {
    margin: 0 0 8px;
    color: #1098d8;
    font-size: 23px;
    font-weight: 800;
    line-height: 1.25;
    text-align: left;
  }

  .merit-card__text {
    margin: 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: left;
  }

  .merit-card-area{
    margin: 11% 0 14%;
  }

  @media screen and (min-width: 768px) {
    .deco3 {
      font-size: 120px;
      top: 33%;
  }
  .h3-2 {
    font-size: 60px;
}
.h3-lead2 {
  font-size: 30px;
}
.merit-area {
  margin-top: 0%;
}
.merit-card-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
  width: min(1000px, 92%);
  margin: 4% auto 6%;
}

.merit-card {
  width: 100%;
  margin: 0;
  min-height: 160px;
}
.merit-area {
  border-radius: 0 140px;
  background-color: #00abea;
  margin-top: -7%;
}
.merit-area {
  padding: 1% 0;
}
.deco4 {
  top: -69%;
}
.seven {
  font-size: 79px;
}
}


/*表エリアーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.h3-3{
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  color: #313131;
}


.deco5{
  color: #80c6ff;
  position: absolute;
  font-size: 56px;
  font-weight: 900;
  opacity: .18;
  top: -146%;
  left: 50%;
  transform: translateX(-50%);
}

.comp-area{
  margin-top: 24%;
  padding-bottom: 14%;
}




.table-wrap {
  max-width: 900px;
  margin: 20px auto 40px;
  padding: 24px;
  overflow-x: auto; /* ← 横スクロール */
  -webkit-overflow-scrolling: touch; /* iPhoneで滑らか */
}

.modern-table {
  width: 100%;
  min-width: 450px; /* ← これ重要 */
  border-collapse: collapse;
  background: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(15, 114, 153, 0.09);
}

.modern-table th,
.modern-table td {
  padding: 16px 14px;
  text-align: center;
  border-bottom: 1px solid #e2e2e2;
}

.modern-table thead {
  background: #e7ecee;
}

.modern-table th {
  font-weight: 600;
}

.modern-table thead th {
  color: #333;
}

.modern-table thead .highlight {
  color: #fff;
}



.modern-table td:first-child {
  text-align: left;
  font-weight: 700;
  color: #555;
  background: #f8f8f8;
  text-align: center;
}

/* ライフティ列 */
.highlight {
  background: linear-gradient(135deg, #2fc8ff, #00a0fc);
  color: #fff;
}

/* 良い */
.good {
  color: #00abea;
  font-size: 28px;
  font-weight: 900;
  font-size: 26px !important;
}

/* 悪い */
.bad {
  color: #bbb;
  font-weight: 900;
  font-size: 26px !important;
}

/* 補足テキスト */
.modern-table span {
  display: block;
  font-size: 14px;
  margin-top: 6px;
  color: #414141;
}

.modern-table strong {
  display: block;
  font-size: 16px;
}

/* ホバー */
.modern-table tbody tr:hover {
  background: #f9fcff;
  transition: 0.2s;
}
.comp-area{
  margin-top: 24%;
  padding-bottom: 14%;
}

/* レスポンシブ */
@media (max-width: 600px) {
  .modern-table th,
  .modern-table td {
    font-size: 14px;
    padding: 10px;
    font-weight: bold;
  }}

  @media (min-width: 768px) {
    .modern-table td{
      padding: 10px 14px !important;
    }
    .comp-area{
      margin-top: 8%;
    }
    .h3-3 {
      font-size: 49px;
  }
  .deco5 {
    font-size: 96px;
    top: -154%;
}
.comp-area {
  padding-bottom: 3%;
}
.modern-table span {
  font-size: 16px;
}
}


/*挿入事例ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/

.h3-4{
  font-size: 42px;
  font-weight: 900;
  line-height: 1;
  color: #313131;
}

.deco6{
  color: #80c6ff;
  position: absolute;
  font-size: 80px;
  font-weight: 900;
  opacity: .18;
  top: -146%;
  left: 50%;
  transform: translateX(-50%);
}


.ex-lead{
  background: linear-gradient(135deg, #2fc8ff, #00a0fc);
  display: block;
  width: fit-content;
  margin: 0 auto 10px;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 14px;
  color: #fff;
}

.example-area{
  background-color: #e8f4fb;
  padding: 15% 0;
  border-radius: 40px;
  margin-bottom: 20%;
}

@media (min-width: 768px){
  .example-area {
    padding: 4% 0 5%;
}
.ex-lead {
  padding: 6px 25px;
  border-radius: 30px;
  font-size: 21px;
  margin-bottom: 1%;
}
.h3-4 {
  font-size: 52px;
}
.deco6 {
  font-size: 190px;
  top: -366%;
}
.h3area {
  position: relative;
  margin-top: 3%;
}
}

/*slider--------------------------------------*/


.qrz-case-wrap { overflow: hidden; }
.qrz-case-slider .slick-list {
  padding: 0 16% !important;
  overflow: visible;
  margin-top: 12%;
}
.qrz-case-slider .slick-track {
  display: flex;
  align-items: center;
}

.qrz-case-item {
  transform: scale(0.8);
  opacity: .45;
  transition: .45s ease;
}

.qrz-case-slider .slick-center .qrz-case-item {
  transform: scale(1);
  opacity: 1;
}

.qrz-case-card {
  background: #fff;
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.qrz-case-head {
  background: linear-gradient(135deg, #2fc8ff, #00a0fc);
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 14px;
  font-size: 28px;
}

.qrz-case-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.qrz-case-body {
  padding: 28px;
  color: #333;
  line-height: 1.8;
  text-align: left
  ;
}

.qrz-case-title {
  font-size: 34px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
  background: linear-gradient(135deg, #2fc8ff, #00a0fc);
background-clip: text;
-webkit-text-fill-color: transparent
}

.qrz-case-label {
  background: #e8f4fb;
  border-radius: 12px;
  padding: 8px 18px;
  font-weight: bold;
  margin: 18px 0 10px;
  display: block;
  text-align: left;
}

.qrz-case-text {
  font-size: 24px;
  font-weight: bold;
  color: #505050;
}

.qrz-case-slider .slick-prev,
.qrz-case-slider .slick-next {
  width: 54px;
  height: 54px;
  z-index: 5;
}

.qrz-case-slider .slick-prev {
  left: 6%;
}

.qrz-case-slider .slick-next {
  right: 6%;
}

.qrz-case-slider .slick-prev:before,
.qrz-case-slider .slick-next:before {
  font-size: 54px;
  color: #38b6ff;
  opacity: 1;
}

@media (max-width: 768px) {
  .qrz-case-slider .slick-prev {
    left: -3%;
  }

  .qrz-case-slider .slick-next {
    right: -3%;
  }

  .qrz-case-slider .slick-prev:before,
  .qrz-case-slider .slick-next:before {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .qrz-case-slider .slick-list { padding: 0 6% !important; }
  .qrz-case-head { font-size: 18px; }
  .qrz-case-title { font-size: 19px; }
  .qrz-case-text { font-size: 15px; }
  .qrz-case-image img { height: 158px; }
  .qrz-case-body { padding: 18px 18px 26px 18px; }
}


.slick-dots li button:before{
  font-size: 10px;
  top: 58%;
  color: #38b6ff;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #38b6ff;
}

@media (min-width: 768px) {
  .qrz-case-slider .slick-list {
    padding: 0 10% !important;
    margin-top: 3%;
    overflow: visible;
  }

  .qrz-case-item {
    transform: scale(0.82);
    opacity: .45;
  }

  .qrz-case-slider .slick-center .qrz-case-item {
    transform: scale(0.92);
    opacity: 1;
  }

  .qrz-case-card {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }

  .qrz-case-image img {
    height: 280px;
  }

  .qrz-case-title {
    font-size: 28px;
  }

  .qrz-case-text {
    font-size: 17px;
  }

  .qrz-case-label {
    font-size: 20px;
    font-weight: 900;
  }
}


@media (min-width: 768px) {
  .qrz-case-slider .slick-next {
    right: 10%;
}
.qrz-case-slider .slick-prev {
  left: 10%;
}
.slick-dots li button:before {
  font-size: 14px;
}
.slick-dotted.slick-slider {
  margin-bottom: 33px;
}
.example-area {
  margin-bottom: 4%;
}
}

@media (min-width: 1515px) {
  .qrz-case-slider .slick-next {
    right: 22%;
}
.qrz-case-slider .slick-prev {
  left: 22%;
}}

/*流れーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


.h3-5{
  font-size: 38px;
  font-weight: 900;
  line-height: 1.3;
  color: #313131;
}

.deco7{
  color: #80c6ff;
  position: absolute;
  font-size: 90px;
  font-weight: 900;
  opacity: .18;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}


.flow_design09 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow09 {
  padding: 0 20px;
  margin-top: 16%;
}

.flow09 > li {
  list-style-type: none;
  display: flex;
  padding: 20px 0px 20px 0px;
  border-top: solid 1px #E1E8ED;
  position: relative;
}

.rel-9{
  position: relative;
}

.f-con{
  position: absolute;
  width: 23%;
  left: 69%;
  top: 24%;
}

.flow09 > li dl dt {
  font-size: 1.2em;
  line-height: 2;
  font-weight: 900;


}

.flow09 > li .icon09 {
  line-height: 1;
  font-size: 2em;
  font-weight: 900;
  text-align: center;
  width: 60px;
  position: relative;
  margin-top: 0;
  background: linear-gradient(135deg, #7dddff, #005aff);
  background-clip: text;
  -webkit-text-fill-color: transparent
}

.flow09 > li .icon09::before {
  content: 'STEP';
  font-size: 0.3em;
  display: block;
  margin-bottom: 3px;
  letter-spacing: 1px;
}

.flow09 > li .icon09::after {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% - 80px);
  background-color: #2fc8ff;
  position: absolute;
  left: 0;
  right: 0;
  top: 60px;
  margin: auto;
}

.flow09 > li dl dd {
  margin: 0;
  font-size: 15px;
}

.flow09 > li dl {
  width: calc(100% - 70px);
  margin-top: 0.8em;
  text-align: left;
}

/*pc----------------------*/
@media screen and (min-width: 475px) and (max-width: 767px) {
  .f-con {
    width: 10%;
}
}

@media screen and (min-width: 768px) {
  .flow09 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    padding: 0;
    margin-top: 10%;
  }

  .flow09 > li {
    list-style: none;
    border: none !important;
    position: relative;
    background: #eaf4fb;
    border-radius: 20px;
    padding: 30px 25px;
    min-height: 280px;
    overflow: hidden;
  }

  /* STEP */
  .flow09 > li .icon09 {
    width: 80px;
    text-align: left;
    font-size: 3em;
    margin: 0;
    line-height: 1;
    position: absolute;
    top: 30px;
    left: 25px;
    z-index: 2;
  }

  .flow09 > li .icon09::after {
    display: none;
  }

  /* dl全体 */
  .flow09 > li dl {
    width: 100%;
    margin: 0;
    position: relative;
    z-index: 2;
  }

  /* タイトルだけSTEPの右 */
  .flow09 > li dl dt {
    margin-left: 29%;
    min-height: 70px;
    font-size: 1.4em;
    line-height: 1.4;
    margin-bottom: 0%;
    font-weight: 900;
    margin-top: 10%;
  }

  /* 説明文は下 */
  .flow09 > li dl dd {
    margin: 0;
    font-size: 16px;
    line-height: 1.8;
    font-weight: 700;
  }

  .f-con {
    position: absolute;
    width: 140px;
    right: 15px;
    bottom: 10px;
    left: auto;
    top: auto;
    opacity: 0.12;
    z-index: 1;
  }

  .flow_design09{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }
  .h3-5{
    font-size: 48px;
  }
  .deco7 {
    font-size: 150px;
    top: -10%;
}
}

/*QAーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/


.deco8{
  color: #80c6ff;
  position: absolute;
  font-size: 90px;
  font-weight: 900;
  opacity: .18;
  top: -40%;
  left: 50%;
  transform: translateX(-50%);
}


@import url('https://fonts.googleapis.com/css?family=Hind:300,400&display=swap');

* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}



.container {
  margin: 0 auto;
  padding: 4rem 2rem;
  width: 100%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #38b6ff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #313942;
  font-size: 1.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #38b6ff;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #38b6ff;
  border: 1px solid #38b6ff;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
  font-size: 18px;
  font-weight: 700;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 38%;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}

.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded='true'] {
  color: #38b6ff;
}

.accordion button[aria-expanded='false'] {
  color: #313942;
}

.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}

.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}

.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 500;
  margin: 1em 0;
  font-size: 15px;
  text-align: left;
}

@media (min-width: 768px){
  .container{
    max-width: 900px;
    width: 90%;
  }
}



/*footer^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^------------------------------*/

footer{
  text-align: left;
  background: linear-gradient(135deg, #7dddff, #005aff);
  padding: 8% 7%;
  color: #FFF !important;
  font-size: 14px;
}

.f-wrap > .foo-ttl:first-child {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: left;
}

.footer-flex {
  display: flex;
  align-items: flex-start;
  gap: 0;
  padding: 0;
}

.footer-flex .foo-ttl {
  width: 130px;
  flex-shrink: 0;
  font-weight: 700;
  text-align: left;
}

.foo-ttl2{
  font-weight: bold;
}

.footer-txt {
  flex: 1;
  text-align: left;
  line-height: 1.8;
}

@media (min-width: 768px){
  footer{
    width: 100%;
    text-align: left;
    padding: 60px 0;
    font-size: 18px;
  }

  .f-wrap{
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
  }

  .footer-flex .foo-ttl {
    width: 220px;
  }
  .footer-txt {
    flex: none;
    width: 420px;
  }
  .f-wrap{
    width: fit-content;
    margin: 0 auto;
  }
  footer{
    margin-top: 10%;
  }
}

/*プラポーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー*/
.p-h1{
  text-align: center;
  font-weight: 700;
  color: #00a0fc;
  font-size: 28px;
  margin: 13% 0 10%;
}
.prp-p{
  margin: 4% 0 7%;
}

.prp{
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  background-color: #f7f7f7;
  padding: 8% 5%;
  border-radius: 20px;
  margin-bottom: 6%;
}

h4{
color: #00a0fc;
font-size: 16px;
word-break: keep-all;
overflow-wrap: break-word;
}

h4 span{
  white-space: nowrap;
}

h5{
  font-size: 16px;
  margin: 1% 0 0 0;
}

.link-txt{
  overflow-wrap: anywhere;
}

@media (min-width: 768px){
  .prp-p{
    margin: 0.4% 0 3%;
  }
  .prp{
    border-radius: 50px;
    padding: 4%;
  }
  .p-h1{
    font-size: 2.4em;
    margin: 5% 0 6%;
  }
  h5{
    font-size: 16px;
    margin: 3% 0 0 0;
  }
  
}