@charset "UTF-8";
/*==========================================
  2025.09
　LP template
--------------------------------------------*/
h2.tit__template{
    display: flex;
    padding: 5px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    background:#B6DBB4;
    color: #000;
    font-size: 18px !important;
    font-weight:bold;
    line-height: 1em;
}

/*==========================================
  hero
------------------------------------------*/
.wrap__hero_lp{
  padding-top: 70px;/*14px*/
  position: relative;
  z-index: 1;
  overflow: hidden;
}
    @media (min-width: 600px) {
    .wrap__hero_lp{
        padding-top:70px;/*132px*/
      }
    }
    .wrap__hero_lp:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 0;
        top: 200px;
        width: 100%;
        height: calc(100% - 200px);
        background: linear-gradient(rgba(255, 255, 255, 0), #fff 60px);
    }
        @media (min-width: 600px) {
        .wrap__hero_lp:before {
              top: auto;
              bottom: 0;
              height: 120px;
              background: linear-gradient(rgba(255, 255, 255, 0), #fff);
          }
        }

.hero_lp__bg {
    position:absolute;
    z-index: -2;
    inset: 0;
    height: calc(320/360*100%);
    overflow: hidden;
}
    @media (min-width: 600px) {
        .hero_lp__bg {
          height: 100%;
        }
    }
    .hero_lp__bg img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center 25%;
      filter: blur(40px);
    }


/*hero_lp__outer*/
.hero_lp__outer{
    display: flex;
    flex-direction: column;
    align-items:center;
    width: 100%;
    padding: 0 20px;
    padding-top: 20px;
  }
@media (min-width: 600px) {
    .hero_lp__outer{
        padding-top:4vw;
    }
}
@media (min-width: 1124px) {
    .hero_lp__outer{
        padding-top:62px;
    }
}


/*-----------------------------------------
  hero_lp__panel
------------------------------------------*/
.hero_lp__outer .hero_lp__panel{
    background: #fff;
    border-radius: 15px;
    width: 100%;
    max-width: 1124px;
    overflow: hidden;
}
.hero_lp__panel .hero_lp__txt h1{
      font-size: 24px;
      line-height: calc(36/24);
}
    @media (min-width: 600px){
        .hero_lp__panel .hero_lp__txt h1{
            font-size: calc(32/1160*100vw);
            line-height: calc(47/32);
        }
        .hero_lp__panel.hero-patt02 .hero_lp__txt h1{
            font-size: calc(32/1160*120vw);
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel .hero_lp__txt h1,
        .hero_lp__panel.hero-patt02 .hero_lp__txt h1{
            font-size: 32px;
        }
    }

/*h1.txt_line-h*/
.hero_lp__panel .hero_lp__txt .txt_line-h h1{
    width: 100%;
    position: relative;
    padding-left: 22px;
    text-align: left;
}
.hero_lp__panel .hero_lp__txt .txt_line-h h1:before{
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
    left: 0;
    content:"";
    width: 7px;
    height : calc(100% - 10px) ;
    border-radius:5px;
    background: linear-gradient(180deg, #1FA389 0%, #B5D932 100%);
    flex-shrink: 0;
}
    @media (min-width: 600px){
        .hero_lp__panel .hero_lp__txt .txt_line-h h1{
            padding-left: 2.6vw;
        }
        .hero_lp__panel .hero_lp__txt .txt_line-h h1:before{
            width: .6vw;
            height : calc(100% - 1vw) ;
        }

    }
    @media (min-width: 1160px){
        .hero_lp__panel .hero_lp__txt .txt_line-h h1{
            padding-left: 25px;
        }
        .hero_lp__panel .hero_lp__txt .txt_line-h h1:before{
            width: 7px;
            height : calc(100% - 10px) ;
        }
    }

/*h1.txt_line-w*/
.hero_lp__panel .hero_lp__txt .txt_line-w-01{
    padding-bottom: 20px;
}
.hero_lp__panel .hero_lp__txt .txt_line-w-01:before{
    position: absolute;
    transform:translateX(-50%);
    left: 50%;
    bottom: 0;
    content:"";
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,#EDEDED 0%, #EDEDED 39.9%, #01AB8E 40%, #F7CE7B 50%, #C9F03E 60%, #EDEDED 60.1%, #EDEDED 100%);
}
    @media (min-width: 600px){
        .hero_lp__panel .hero_lp__txt .txt_line-w-01:before{
          height:calc(10/1160*100vw);
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel .hero_lp__txt .txt_line-w-01:before{
          height:10px;
        }
    }

.hero_lp__panel .hero_lp__txt .txt_line-w-01 h1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    flex-grow: 1;
}

/*h1.txt_line-w*/
.hero_lp__panel .hero_lp__txt .txt_line-w-02{
    padding-bottom: 20px;
}
.hero_lp__panel .hero_lp__txt .txt_line-w-02:before{
    position: absolute;
    transform:translateX(-50%);
    left: 50%;
    bottom: 0;
    content:"";
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg,#EDEDED 0%, #EDEDED 39.9%, #8EE48B 40%, #C9F03E 50%, #C9F03E 60%, #EDEDED 60.1%, #EDEDED 100%);
}

    @media (min-width: 600px){
        .hero_lp__panel .hero_lp__txt .txt_line-w-02:before{
          height:calc(10/1160*100vw);
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel .hero_lp__txt .txt_line-w-02:before{
          height:10px;
        }
    }

.hero_lp__panel .hero_lp__txt .txt_line-w-02 h1{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    flex-grow: 1;
}



/*txt__sub*/
.hero_lp__panel .hero_lp__txt .txt__sub{
        font-size: 13px;
        line-height: 1.5;
}
    @media (min-width: 600px){
        .hero_lp__panel .hero_lp__txt .txt__sub{
          font-size: calc(15/1160*100vw);
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel .hero_lp__txt .txt__sub{
          font-size: 15px;
        }
    }


/*hero-patt02*/
.hero_lp__panel.hero-patt02{
    display: grid;
    gap: 20px;
}
    @media (min-width: 600px){
        .hero_lp__panel.hero-patt02{
          gap: 0;
          grid-template-columns: calc(480/1160*100vw) 1fr;
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel.hero-patt02{
          grid-template-columns: 480px 1fr;
        }
    }

.hero_lp__panel.hero-patt02 .hero_lp__pic{
    border-radius: 15px;
    overflow: hidden;
}
    @media (min-width: 600px){
        .hero_lp__panel.hero-patt02 .hero_lp__pic{
                border-radius: 0px;
        }
}


.hero_lp__panel.hero-patt02 .hero_lp__txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
}
    @media (min-width: 600px){
        .hero_lp__panel.hero-patt02 .hero_lp__txt{
            padding: 2vw 3.2vw;
            gap: 2vw;
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel.hero-patt02 .hero_lp__txt{
            padding: 10px 32px;
            gap: 20px;
        }
    }


/*hero-patt03*/
.hero_lp__panel.hero-patt03 .hero_lp__txt{
    display: flex;
    flex-direction: column;
    min-height:calc(160/375*100vw);
    padding: 16px 20px;
    gap:10px;
    justify-content: center;
}
    @media (min-width: 600px){
        .hero_lp__panel.hero-patt03 .hero_lp__txt{
            min-height:calc(270/1160*100vw);
        }
    }
    @media (min-width: 1160px){
        .hero_lp__panel.hero-patt03 .hero_lp__txt{
            min-height:270px;
            padding: 20px 64px;
        }
    }

.hero_lp__panel.hero-patt03 .hero_lp__txt-main{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    width: 100%;
    flex-grow: 1;
}
.hero_lp__panel.hero-patt03 h1{
    text-align: center;
}
.hero_lp__panel.hero-patt03 .txt__sub{
    text-align: right;
}


/*==========================================
    l-main__breadcrumb
------------------------------------------*/
@media (min-width: 600px){
    .p-breadcrumb{
        padding-left: 20px;
        padding-right: 20px;
    }
    .l-main__breadcrumb{
        margin-top: 1.5vw;
    }
}
@media (min-width: 1160px){
    .l-main__breadcrumb{
        margin-top: 16px;
    }
}


/*==========================================
  wrap__conts
   ∟※layout-wide
    ∟inner__conts
     ∟group__conts
------------------------------------------*/
.wrap__conts{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    width: 100%;
    padding-bottom: 64px;
}
    @media (min-width: 600px){
        .wrap__conts{
            gap: 84px;
            padding-bottom: 84px;
        }
    }


.wrap__conts.no__hero{
    padding-top: 90px;
}
    @media (min-width: 600px){
        .wrap__conts.no__hero{
           padding-top : calc(70px + 4vw) ;

        }
    }
    @media (min-width: 1124px){
        .wrap__conts.no__hero{
            padding-top: 120px;
        }
    }

.layout-wide{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 64px;
    background:#F0F2ED;
    width: 100%;
}
    @media (min-width: 600px){
        .layout-wide{
            padding-top: 84px;
            padding-bottom: 84px;
            gap: 84px;
        }
    }

.inner__conts{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    max-width: 1124px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
    @media (min-width: 600px){
        .inner__conts{
            gap: 84px;
        }
    }
    @media (min-width: 1224px){
        .inner__conts{
            padding-left: 0px;
            padding-right:0px;
        }
    }

.container__conts{
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-self: stretch;
}
    @media (min-width: 600px){
        .container__conts{
            gap: 32px;
            padding-left: 20px;
            padding-right: 20px;
        }
    }


/*box__img
------------------------------------------*/
.wrap__conts .box__img{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
.wrap__conts .box__img img{
    margin: 0;
}

/*box__img-02*/
.wrap__conts .box__img-02{
    display: grid;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
    @media (min-width: 768px){
        .wrap__conts .box__img-02{
            grid-template-columns: repeat(2, 1fr);
            gap: 32px;
        }
    }

/*box__img-03*/
.wrap__conts .box__img-03{
    display: grid;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
    @media (min-width: 768px){
        .wrap__conts .box__img-03{
            grid-template-columns: repeat(3, 1fr);
            gap: 24px;
        }
    }


/*box__txt
------------------------------------------*/
.wrap__conts .box__txt{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .wrap__conts .box__txt{
            gap: 24px;
        }
    }


/* column  
------------------------------------------*/
.layout__base{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .layout__base{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .layout__base{
            gap: 2vw;
        }
    }


/*layout__l*/
.layout__l{
    display: grid;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .layout__l{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .layout__l{
            grid-template-columns: repeat(2, 1fr);
            gap: 2vw;
        }
    }
    @media (min-width: 1120px){
        .layout__l{
            gap: 42px;
        }
    }

/*layout__r*/
.layout__r{
    display: grid;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .layout__r{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .layout__r .box__txt{
            order: 1;
        }
        .layout__r .box__img,
        .layout__r .area__chart-01{
            order: 2;
        }
        .layout__r{
            grid-template-columns: repeat(2, 1fr);
            gap: 2vw;
        }
    }
    @media (min-width: 1120px){
        .layout__r{
            gap: 42px;
        }
    }

/*layout__float*/
.layout__float-l{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .layout__float-l{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .layout__float-l{
            display:inline;
        }
        .layout__float-l .box__img{
            float: left;
            display: inline-block !important;
            padding-right:2vw;
            width : calc(50% + 1vw) ;
        }
        .layout__float-l .box__txt{
            display:inherit !important;
        }
        .layout__float-l .box__txt h2+p,
        .layout__float-l .box__txt h3+p{
            margin-top: 24px;
        }
    }
    @media (min-width: 1120px){
        .layout__float-l .box__img{
            padding-right:42px;
            padding-bottom: 1em;
            width : calc(50% + 21px) ;
        }
    }

.layout__float-r{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
    @media (min-width: 600px){
        .layout__float-r{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .layout__float-r{
            display:inline;
        }
        .layout__float-r .box__img{
            float: right;
            display: inline-block !important;
            padding-left:2vw;
            width : calc(50% + 1vw) ;
        }
        .layout__float-r .box__txt{
            display:inherit !important;
        }
        .layout__float-r .box__txt h2+p,
        .layout__float-r .box__txt h3+p{
            margin-top: 24px;
        }
    }
    @media (min-width: 1120px){
        .layout__float-r .box__img{
            padding-left:42px;
            padding-bottom: 1em;
            width : calc(50% + 21px);
        }
    }


/*==========================================
  txt
------------------------------------------*/
.wrap__conts h2{ 
    font-size: 24px;
    line-height: 175%;
}
.wrap__conts h3{
    font-size: 21px;
    line-height: 175%;
}
.wrap__conts h4{
    font-size: 18px;
    line-height: 175%;
}
.wrap__conts h5{
    font-size: 16px;
    line-height: 175%;
}
.wrap__conts p{
    font-size: 15px;
    line-height: 200%;
    text-align: justify;
}
    @media (min-width: 600px){
        .wrap__conts h2{ 
            font-size: 28px;
        }
        .wrap__conts h3{
            font-size: 24px;
        }
        .wrap__conts p{
            font-size: 16px;
        }
    }

.wrap__conts .txt__center{ text-align: center;}
.wrap__conts .txt__clr-eg{ color: #1FA389; }
.wrap__conts .txt__clr-yg{ color: #84BF3E; }
.wrap__conts .txt__clr-red{ color: #E60012; }
.wrap__conts a{ color: #17499D; cursor: pointer; text-decoration: none;}
.wrap__conts .txt__bold{ font-weight: bold;}
.wrap__conts .txt__notes{
    color: #9C9C9C;
    text-align: justify;
    font-size: .9em;
    line-height: 150%;
}

/* tit__line-w-01 */
.wrap__conts .tit__line-w-01{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.wrap__conts .tit__line-w-01:after{
    content:"";
    width:100%;
    height:7px;
    border-radius: 10px;
    background: linear-gradient(90deg, #1FA389 0%, #C9F03E 10%, #C9F03E 20%, #EDEDED 20%);
}
    .wrap__conts h3.tit__line-w-01:after{
        height:3px;
    }

/* tit__line-w-02 */
.wrap__conts .tit__line-w-02{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.wrap__conts .tit__line-w-02:after{
    content:"";
    width:100%;
    height:7px;
    border-radius: 10px;
    background: linear-gradient(90deg, #EDEDED 0%, #EDEDED 40%, #1FA389 40%, #C9F03E 50%, #C9F03E 60%, #EDEDED 60%, #EDEDED 100%)
}
    .wrap__conts h3.tit__line-w-02:after{
        height:3px;
    }


/* tit__line-h-01 */
.wrap__conts .tit__line-h-01{
    position: relative;
    padding-left:21px
}
.wrap__conts .tit__line-h-01:before{
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
    left: 0;
    content:"";
    width: 5px;
    height : calc(100% - 10px) ;
    border-radius:5px;
    background: linear-gradient(180deg, #1FA389 0%, #B5D932 100%);
    flex-shrink: 0;
}
    .wrap__conts h3.tit__line-h-01{
        padding-left:18px
    }
    .wrap__conts h3.tit__line-h-01:before{
        width:3px;
    }


/* tit__circle-01 */
.wrap__conts .tit__circle-01{
    display: flex;
    gap:.5em;
    align-items:flex-start;
}
.wrap__conts .tit__circle-01:before{
    content:"";
    display:block;
    width:1em;
    aspect-ratio: 1;
    border-radius:1em;
    background: linear-gradient(180deg, #1FA389 0%, #B5D932 100%);
    flex-shrink: 0;
    margin-top: .35em;
}


/*==========================================
  line
------------------------------------------*/
.wrap__conts .spacer__line-01{
    display: block;
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}

.wrap__conts .frame__line{
    display: flex;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: 1px solid #D4D4D4;
    background: #fff;
}

.wrap__conts .frame__line-yg{
    display: flex;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: 1px solid #84BF3E;
    background: #fff;
}

.wrap__conts .frame__line-eg{
    display: flex;
    padding: 20px;
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border: 3px solid #1FA389;
    background: #fff;
}

/*==========================================
  background
------------------------------------------*/
.wrap__conts .frame__bg-01{
    display: flex;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    gap: 20px;
    border-radius: 15px;
    background: #F0F2ED;
}
    @media (min-width: 600px){
        .wrap__conts .frame__bg-01{
            padding: 32px 42px;
        }
    }

.wrap__conts .background__be{
    background:#F0F2ED;
}


/*==========================================
  btn
------------------------------------------*/
.wrap__conts .unit__btn{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-self: stretch;
    gap:16px 24px;
}

/*btn_s*/
.wrap__conts .btn_s-eg{
    display: flex;
    min-width: 150px;
    height: 42px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(42px/2) ;
    padding-right:calc(42px/2) ;
    border-radius: 48px;
    border: 2px solid #20A289;
    background: #20A289;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}
.wrap__conts .btn_s-line-eg{
    display: flex;
    min-width: 150px;
    height: 42px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(42px/2) ;
    padding-right:calc(42px/2) ;
    border-radius: 48px;
    border: 2px solid #20A289;
    background: #fff;
    color: #20A289;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}
.wrap__conts .btn_s-line-bk{
    display: flex;
    min-width: 150px;
    height: 42px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(42px/2) ;
    padding-right:calc(42px/2) ;
    border-radius: 48px;
    border: 2px solid #222;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}


/*btn*/
.wrap__conts .btn_eg{
    display: flex;
    min-width: 280px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(56px/2) ;
    padding-right:calc(56px/2) ;
    border-radius: 56px;
    border: 2px solid #20A289;
    background: #20A289;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}
.wrap__conts .btn_line-eg{
    display: flex;
    min-width: 280px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(56px/2) ;
    padding-right:calc(56px/2) ;
    border-radius: 56px;
    border: 2px solid #20A289;
    background: #fff;
    color: #20A289;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}
.wrap__conts .btn_line-bk{
    display: flex;
    min-width: 280px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(56px/2) ;
    padding-right:calc(56px/2) ;
    border-radius: 56px;
    border: 2px solid #222;
    background: #fff;
    color: #222;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}

/*btn_login*/
.wrap__conts .btn_login{
    display: flex;
    min-width: 280px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(56px/2) ;
    padding-right:calc(56px/2) ;
    border-radius: 56px;
    border: 2px solid #20A289;
    background: #20A289;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    line-height: 110%;
}
.wrap__conts .btn_login svg{
    width: 24px;
    fill: #fff;
}


/*btn_registration*/
.wrap__conts .btn_registration{
    display: flex;
    min-width: 280px;
    height: 56px;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-shrink: 1;
    gap: 10px;
    padding-left:calc(56px/2) ;
    padding-right:calc(56px/2) ;
    border-radius: 56px;
    border: 2px solid #F0882E;
    background: #fff;
    color: #F0882E;
    font-size: 18px;
    font-weight: bold;
    line-height: 100%;
}
.wrap__conts .btn_registration svg{
    width: 24px;
    fill: #F0882E;
}

/*==========================================
   parts / block
------------------------------------------*/

/*parts__for-cs
------------------------------------------*/
.parts__for-cs{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
    .parts__for-cs .box__detail{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 320px;
    }
    .parts__for-cs .box__detail .unit__qr{
        display: flex;
        padding: 16px;
        align-items: center;
        border: 1px solid #D5CECE;
        flex-shrink: 0;
    }
    .parts__for-cs .box__detail .unit__qr img{
        width: 100px;
        margin: 0;
    }
    .parts__for-cs .box__detail .unit__btn{
        align-self: auto;
        flex: 1;
        }
    /*btn_s*/
    .parts__for-cs .box__detail .unit__btn .btn_s-eg,
    .parts__for-cs .box__detail .unit__btn .btn_s-line-eg,
    .parts__for-cs .box__detail .unit__btn .btn_s-line-bk{
        min-width: 120px;
        height: 34px;
        padding-left:calc(34px/2) ;
        padding-right:calc(34px/2) ;
        border-radius: 34px;
        }
    @media (min-width: 600px){
        .parts__for-cs{
            gap: 24px;
        }
    }
    @media (min-width: 768px){
        .parts__for-cs{
            display: grid;
            place-content: center;
            gap: 32px;
            grid-template-columns:minmax(auto,576px) 240px;
        }
        .parts__for-cs .box__detail{
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 20px;
            width: 100%;
            max-width: 240px;
        }
        .parts__for-cs .box__detail .unit__qr{
            padding: 20px;
        }
        .parts__for-cs .box__detail .unit__qr img{
            width: 120px;
        }
    }


/*parts__movie
------------------------------------------*/
.parts__movie{
    display:flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
}
    @media (min-width: 600px){
        .parts__movie{
            gap: 32px;
        }
    }
.parts__movie .box__iframe-movie{
    width: 100%;
    max-width: 576px;
    display:block;
}
.parts__movie .unit__iframe-movie{
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.parts__movie .unit__iframe-movie iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
}


/*block__accordion
------------------------------------------*/
.block__accordion{
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #D4D4D4;
}
.block__accordion .box__acco-tit{
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 10px 30px 10px 0;
    gap: 0;
    border-top: 1px solid #D4D4D4;
    font-size: 15px;
    font-weight: bold;
    line-height: 150%;
}
.block__accordion .box__acco-tit:before,
.block__accordion .box__acco-tit:after{
    position: absolute;
    content:"";
    background: #1FA389;
}
.block__accordion .box__acco-tit:before{
    width: 14px;
    height: 2px;
    top: 21px;
    right: 5px;
}
.block__accordion .box__acco-tit.acco_open-tit:after{
    opacity: 0;
}
.block__accordion .box__acco-tit:after{
    opacity: 1;
    width: 2px;
    height: 14px;
    top: 15px;
    right: 11px;
    transition: all 0.3s ease-out;
}
.block__accordion h2,
.block__accordion h3,
.block__accordion h4,
.block__accordion h5{
    font-weight: bold;
    line-height: 150%;
}
    @media (min-width: 600px){
        .block__accordion .box__acco-tit{
            font-size: 18px;
        }
    }
.block__accordion .box__acco-txt{
    display: flex;
    flex-direction: column;
    padding: 0 30px 10px 0;
    gap: 0;
    cursor: pointer;
}
.block__accordion .box__acco-txt p{
    line-height: 175%;
}

/*block__recommend
------------------------------------------*/
.block__recommend{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
}
    @media (min-width: 768px){
        .block__recommend{
            flex-wrap: wrap;
            flex-direction: row;
            flex-wrap: wrap;
        }
        .group__recommend-detail{
            flex: 1;
        }
        .group__recommend-img{
            flex: 1;
        }
        .block__recommend .unit__btn{
            flex-shrink: 0;
            width: 100%;
        }
    }
    @media (min-width: 960px){
        .group__recommend-img{
            width: 420px;
            flex: none;
        }
    }

/*group__recommend-detail*/
.group__recommend-detail{
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-self: stretch;
}
/*area__recommend-tit*/
.area__recommend-tit{
    position: relative;
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    gap: 16px;
    padding-left: 31px;
}
.area__recommend-tit:before{
    content:"";
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
    left: 0;
    content:"";
    width: 7px;
    height : calc(100% - 10px) ;
    border-radius:5px;
    background: linear-gradient(180deg, #1FA389 0%, #B5D932 100%);
    flex-shrink: 0;
}
.area__recommend-tit .box__recommend-tit{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.area__recommend-tit .txt__shoulder{
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
}
.area__recommend-tit h2{
    display: flex;
    padding: 10px 0;
    flex-direction: column;
    align-self: stretch;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
}
.area__recommend-tit .unit__recommend-review{
    display: flex;
    gap: 16px 24px;
    flex-wrap: wrap;
    align-items: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 100%;
}
.area__recommend-tit  .unit__recommend-review:before{
    content:"";
    width: 100%;
    height: 1px;
    background: #D4D4D4;
}

.area__recommend-tit .unit__recommend-review .txt__num{
    font-size: 40px;
    font-weight: 700;
    line-height: 100%;

}
.area__recommend-tit .unit__recommend-review .txt__tars{
    display: flex;
    gap: 6px;
    align-items: center;
}
.area__recommend-tit .unit__recommend-review .txt__tars img{
    width: 20px;
}
@media (min-width: 600px){
    .area__recommend-tit h2{
        font-size: 30px;
    }
}


/*area__recommend-cmt*/
.area__recommend-cmt{
    position: relative;
    display: flex;
    flex-direction: column;
    margin-top: 42px;
    padding: 42px 20px 20px 20px;
    justify-content: center;
    gap: 10px;
    align-self: stretch;
    border: 2px solid #B5D932;
}

.area__recommend-cmt .tit__recommend-cmt{
    position: absolute;
    display: flex;
    align-items: center;
    width: 95%;
    height: 84px;
    top:-42px;
    left:0px;
    padding-left:60px;
}

.area__recommend-cmt .tit__recommend-cmt .icon__ph{
    position: absolute;
    transform:translateY(-50%);
    top: 50%;
    left: -12px;
    display: block;
    width: 84px;
    height: 84px;
    flex-shrink: 0;
    border: 2px solid #B5D932;
    border-radius: 50%;
    overflow: hidden;
}
.area__recommend-cmt p{
    line-height: 150%;
}
.area__recommend-cmt .tit__recommend-cmt p{
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    padding: 8px 24px;
    background: #B5D932;
}

/*group__recommend-img*/
.group__recommend-img{
    display: flex;
    flex-direction: column;
    gap: 32px;
}


/*block__recommend
------------------------------------------*/
.block__step{
    display: flex;
    padding: 32px 20px;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    border: 3px solid #1FA389;
}
@media (min-width: 600px){
    .block__step{
        padding: 42px;
        gap: 32px;
        max-width: 480px;
    }
}
@media (min-width: 768px){
    .block__step{
        justify-content: center;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        max-width: 840px;
    }
    .block__step .area__step-img{
        flex-shrink: 0;
        margin-left: 20px;
        margin-right: 20px;
    }
    .block__step .area__step-txt{
        flex: 1;
    }
}

/*area__step-img*/
.block__step .area__step-img{
    position: relative;
    padding: 10px 00px 0;
    border-radius: 20px 20px 0 0;
    max-width: 250px;
}
.block__step .area__step-img:before{
    position: absolute;
    transform:translateX(-50%);
    top:0;
    left: 50%;
    content:"";
    display: block;
    width: 100%;
    width : calc(100% + 20px) ;
    height: 100%;
    background: url("../img/lp_template/phone.svg") center 0 no-repeat;
    background-size: 100% auto;
    z-index: 10;
}

/*area__step-txt*/
.block__step .area__step-txt{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}
.block__step .area__step-txt h2{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}

.block__step .area__step-txt ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 26px;
}
.block__step .area__step-txt li{
    position: relative;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border: 2px solid #1FA389;
}
.block__step .area__step-txt li+li:before{
    position: absolute;
    transform:translateX(-50%);
    top:-22px;
    left: 50%;
    content:"";
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #1FA389;
    clip-path: polygon(0 0, 100% 0%, 50% 100%);
}
.block__step .area__step-txt .unit__txt{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.block__step .area__step-txt .unit__txt,
.block__step .area__step-txt .unit__txt h5{
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.block__step .area__step-txt .unit__txt p{
    line-height: 150%;
    font-weight: normal;
}
.block__step .area__step-txt .unit__icon{
    width: 60px;
    flex-shrink: 0;
}

.block__step .unit__btn{
    flex-shrink: 0;
    width: 100%;
}


/*box__comms
------------------------------------------*/
.block__comms{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}
    @media (min-width: 600px){
        .block__comms{
            gap: 64px;
        }
    }

/*area__comms_tools*/
.area__comms_tools{
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
.area__comms_tools h5{
    font-size: 16px;
    font-weight: 700;
    line-height: 175%;
}

.box__comms_tools{
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}
.box__comms_tools img{
    width: 40px;
}
@media (min-width: 600px){
    .box__comms_tools{
        gap: 30px;
    }
    .box__comms_tools img{
        width: 50px;
    }
}

/*area__comms_tools*/
.area__comms{
    display: flex;
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 15px;
    background: #F0F2ED;
}
.area__comms .box__txt{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}
.area__comms .box__txt h5{
    font-weight: 700;
    line-height: 150%;
}
.area__comms .box__txt h5{
    font-weight: 700;
    line-height: 150%;
}
    @media (min-width: 600px){
        .area__comms{
            padding:40px;
            gap: 40px;
        }
        .area__comms .box__img{
            max-width: 420px;
        }
    }
    @media (min-width: 768px){
        .area__comms{
            padding:20px 5vw;
            flex-direction: row-reverse;
        }
        .area__comms .box__txt{
            flex: 1;
        }
        .area__comms .box__img{
            max-width: 320px;
            flex-shrink: 0;
        }
    }
    @media (min-width: 1124px){
        .area__comms{
            padding:20px 60px;
        }
    }

/*==========================================
  card
------------------------------------------*/

/*card base 
------------------------------------------*/
.card__base{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
}
.card__line-eg .card__base{
    border: 1px solid #1FA389 !important;
    background: #fff;
}


/*card base txt
------------------------------------------*/
.card__base .box__txt,
.card__base .box__txt a{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 24px;
}
.card__base .box__txt h4{
    font-size: 17px;
    font-weight: 600;
}
.card__base .box__txt p{
    line-height: 175%;
    text-align: justify;
}
.card__base .box__txt p.txt__comment{
    font-size: 18px;
    font-weight: 600;
}
    @media (min-width: 600px){
        .card__base .box__txt p.txt__comment{
            font-size: 17px;
        }
    }
.card__base .box__txt a{
    color:#333;
}
.card__base .box__txt .txt__notes{
    font-size: 13px;
    line-height: 150%;
    color:#333;
}
.card__base .unit__btn{
    padding: 10px 0;
}
.card__base .unit__btn a{
    width: 200px;
    height: 42px;
}
    @media (min-width: 600px){
        .card__base .box__txt h4{
            font-size: 18px;
        }
        .card__base .unit__btn{
            padding: 0;
        }
    }

/*card base tag
------------------------------------------*/
.card__base .box__txt .unit__tag{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 14px;
}
.card__base .box__txt .unit__tag span{
    display: flex;
    align-items: center;
    justify-content:center;
    height: 25px;
    font-size: 12px;
    line-height: 100%;
}

/*tag-01*/
.card__base .box__txt .tag-01 span{
    padding:0 12.5px 0 10px;
    border: 1px solid #D9D9D9;
    border-radius: 2px 9999px 9999px 2px;
    color: #707070;
}
.card__base .box__txt .tag-01 span:nth-child(2n+1){
    background: #ededed;
}

/*tag-02*/
.card__base .box__txt .tag-02 span{
    padding:0 18px;
    border: 1px solid #1FA389;
    border-radius:25px;
    background: #fff;
    font-weight: bold;
}
.card__base .box__txt .tag-02 span:before{
    content:"#";
    color:#1FA389;
    padding-right: .2em;
}

/*card base tag
------------------------------------------*/
.card__base .box__name{
    border-top:1px solid #E1E1E1;
    padding-top: 16px;
    display: flex;
    gap: 20px;
    align-items: center;
    align-self: stretch;
}
    .card__base .box__name .icon__ph{
        width: 80px;
        height: 80px;
        border-radius: 50%;
        overflow: hidden;
        flex-shrink: 0;
    }
    .card__base .box__name .txt__name{
        font-size: 18px;
        font-weight: 600;
        line-height: 135%;
        flex: 1;
        word-break: break-word;
    }
    .card__base .box__name .txt__name span{
        font-size: 15px;
        display: block;
    }




/*------------------------------------------
   area__card-list-01
------------------------------------------*/
.area__card-list-01{
    display: flex;
    flex-direction: column;
     border-top:1px solid #D4D4D4;
}
.area__card-list-01 .card__base{
    padding: 20px 0;
    border-bottom:1px solid #D4D4D4;
    justify-content: center;
    background: #fff;
}
    @media (min-width: 600px){
        .area__card-list-01 .card__base{
            padding: 24px 0;
        }
    }

.area__card-list-01 .card__base{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}
.area__card-list-01 .card__base .box__img{
    width: 32vw;
}
.area__card-list-01 .card__base .box__txt{
    flex: 1;
}
.area__card-list-01 .card__base .box__btn{
    width: 100%;
    flex-shrink: 0;
}

    @media (min-width: 600px){
        .area__card-list-01 .card__base{
            gap: 24px;
        }
    }
    @media (min-width: 1124px){
        .area__card-list-01 .card__base .box__img{
            width: 320px;
        }
        .area__card-list-01 .card__base .box__btn{
            width: auto;
        }
    }

/*------------------------------------------
   area__card-list-02
------------------------------------------*/
.area__card-list-02{
    display: flex;
    flex-direction: column;
    border-top:1px solid #D4D4D4;
}
.area__card-list-02 .card__base{
    padding: 20px 0;
    border-bottom:1px solid #D4D4D4;
    justify-content: center;
    background: #fff;
}
    @media (min-width: 600px){
        .area__card-list-02 .card__base{
            padding: 24px 0;
        }
    }

.area__card-list-02 .card__base{
    display: flex;
    gap: 15px;
}
.area__card-list-02 .card__base .box__txt{
    flex: 1;
}
.area__card-list-02 .card__base .box__btn{
    width: 100%;
    flex-shrink: 0;
}

    @media (min-width: 600px){
        .area__card-list-02 .card__base{
            flex-direction: row;
            flex-wrap: wrap;
            gap: 24px;
        }
        .area__card-list-02 .card__base .box__img{
            width: 32vw;
        }
    }
    @media (min-width: 1124px){
        .area__card-list-02 .card__base .box__img{
            width: 320px;
        }
        .area__card-list-02 .card__base .box__btn{
            width: auto;
        }
    }

/*------------------------------------------
   area__card-grid-01
------------------------------------------*/
.area__card-grid-01{
    display: grid;
    gap: 20px;
}
    @media (min-width: 600px){
        .area__card-grid-01{
            display: grid;
            gap: 24px;
            grid-template-columns:repeat(2, 1fr);
        }
    }
    @media (min-width: 1124px){
        .area__card-grid-01{
            grid-template-columns:repeat(3, 1fr);
        }
    }
.area__card-grid-01 .card__base{
    padding: 15px;
    gap: 24px;
    border-radius: 15px;
    border: 1px solid #D4D4D4;
    background: #FFF;
}
.area__card-grid-01 .card__base .box__txt{
    justify-content:flex-start;
    flex: 1;
}
.area__card-grid-01 .card__base .unit__btn{
    padding-top: 10px;
    padding-bottom: 10px;
}

/*------------------------------------------
   area__card-scroll-01
------------------------------------------*/
/*layout-scroll*/
.layout-scroll{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 64px;
    width: 100%;
}
    @media (min-width: 600px){
        .layout-scroll{
            padding-top: 84px;
            padding-bottom: 84px;
            gap: 84px;
        }
    }

    .inner__scroll{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        max-width: 1124px;
        width: 100%;
        padding-left: 20px;
        padding-right: 0;
    }
        @media (min-width: 600px){
            .inner__scroll{
                gap: 84px;
            }
        }
        @media (min-width: 1224px){
            .inner__scroll{
                padding-left: 0px;
                padding-right:0px;
            }
        }


.area__card-scroll-01{
    width: 100%;
    overflow-y:scroll;
    overflow-x:inherit;
    display: flex;
    flex-direction: column;
    padding-bottom: 20px;
}
.area__card-scroll-01 .inner__card-scroll{
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
    @media (min-width: 600px){
        .area__card-scroll-01 .inner__card-scroll{
            gap: 24px;
        }
    }

    .area__card-scroll-01 .card__base{
        width: 320px;
        padding: 15px;
        gap: 16px !important;
        border-radius: 15px;
        border: 1px solid #D4D4D4;
        background: #FFF;
        flex-shrink: 0;
    }
    @media screen and (max-width: 375px){
        .area__card-scroll-01 .card__base{
            width: 80vw;
        }
    }
    .area__card-scroll-01 .card__base .box__txt{
        justify-content:flex-start;
        flex: 1;
    }
    .area__card-scroll-01 .card__base .box__txt a{
        gap: 16px;
    }
    .area__card-scroll-01 .card__base .unit__btn{
        padding-top: 10px;
        padding-bottom: 10px;
    }


/*------------------------------------------
   area__card-slider-01
------------------------------------------*/
/*layout-slider*/
.layout-slider{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 64px;
    padding-bottom: 64px;
    gap: 64px;
    width: 100%;
}
    @media (min-width: 600px){
        .layout-slider{
            padding-top: 84px;
            padding-bottom: 84px;
            gap: 84px;
        }
    }

    .inner__slider{
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 64px;
        max-width: 1124px;
        width: 100%;
    }
        @media (min-width: 600px){
            .inner__slider{
                gap: 84px;
            }
        }

.area__card-slider-01{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    overflow: hidden;
}
    
    .area__card-slider-01{
        position: relative;
    }
        .area__card-slider-01:before,
        .area__card-slider-01:after{
                position: absolute;
                content:"";
                width: 10vw;
                height: 100%;
                top:0;
                z-index: 10;
                background: rgba(255, 255, 255, 0.80);
            }
        .area__card-slider-01:before{
                left: 0;
            }
        .area__card-slider-01:after{
                right: 0;
            }
        @media (min-width: 600px){
            .area__card-slider-01:before,
            .area__card-slider-01:after{
                    width: 10vw;
                }
        }
        @media (min-width: 1124px){
            .area__card-slider-01:before,
            .area__card-slider-01:after{
                    width: 126px;
                }
        }

    .area__card-slider-01 .inner__card-slider{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 1124px;
        width: 100%;
        overflow: hidden;
        padding-top: 1px;
        padding-bottom: 1px;
    }


    .area__card-slider-01 .slick-track{
            position: relative;
            width: 849px !important;
        }
        @media (min-width: 600px){
            .area__card-slider-01 .slick-track{
                width: 849px !important;
            }
        }
        .area__card-slider-01 .slick-slide{
          margin: 0 12px;
        }

    .area__card-slider-01 .card__base{
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-self: stretch;
        padding: 15px;
        gap: 16px !important;
        border-radius: 15px;
        border: 1px solid #D4D4D4;
        background: #FFF;
        flex-shrink: 0;
    }
    .area__card-slider-01 .card__base .box__txt{
        justify-content:flex-start;
        flex: 1;
    }
    .area__card-slider-01 .card__base .box__txt a{
        gap: 16px;
    }
    .area__card-slider-01 .card__base .unit__btn{
        padding-top: 10px;
        padding-bottom: 10px;
    }



/*------------------------------------------
   area__card-slider-round
------------------------------------------*/
.inner__slider-round{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px;
    max-width: 1124px;
    width: 100%;
}
    @media (min-width: 600px){
        .inner__slider-round{
            gap: 84px;
        }
    }
.area__card-slider-round{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.area__card-slider-round .box__card-slider-round{
    width: 640px;
}
@media screen and (min-width: 500px) {
    .area__card-slider-round .box__card-slider-round{
        width: 768px;
    }
}

.area__card-slider-round #container{
	position: relative;
    width: 100%;
    display: block;
    margin-top:180px;
}
.area__card-slider-round .slider-round{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.area__card-slider-round .slider-round li{
    display: flex;
    flex-direction: column;
}

/* calrse */
.area__card-slider-round .roundabout-holder{
	list-style: none;
	width: 100%;
	height:12em;
}
.area__card-slider-round .roundabout-in-focus { cursor: auto; }

#slider-round__btn-prev,
#slider-round__btn-next {
	position: absolute;
    width:42px;
    height:42px;
	z-index: 1000;
    background: #1FA389;
    color: #fff;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left:50%;
    margin-top:-10%;
}
#slider-round__btn-prev a,
#slider-round__btn-next a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content:center;
    width:42px;
    height:42px;
}
@media screen and (min-width: 500px) {
    #slider-round__btn-prev,
    #slider-round__btn-next,
    #slider-round__btn-prev a,
    #slider-round__btn-next a{
        width: 54px;
        height: 54px;
    }
}

#slider-round__btn-prev a:before,
#slider-round__btn-next a:before{
    content:"";
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left:50%;
    width: 20px;
    height: 20px;
    display: block;
}
@media screen and (min-width: 500px) {
    #slider-round__btn-prev a:before,
    #slider-round__btn-next a:before{
        width: 20px;
        height: 20px;
    }
}
#slider-round__btn-prev a:before{
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.5%2010.3125L4.5%2010.3125%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M9.5%2018.3125L1.5%2010.3125L9.5%202.3125%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    }
#slider-round__btn-next a:before{
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1.5%2010.3125L15.5%2010.3125%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M10.5%2018.3125L18.5%2010.3125L10.5%202.3125%22%20stroke%3D%22white%22%20stroke-width%3D%223%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    }
#slider-round__btn-prev{
    margin-left:-163px;/*187.5px*/
}
#slider-round__btn-next{
    margin-left:163px;/*187.5px*/
}
@media screen and (min-width: 500px) {
    #slider-round__btn-prev{
        margin-left:-210px;/*187.5px*/
    }
    #slider-round__btn-next{
        margin-left:203px;/*187.5px*/
    }
}

.area__card-slider-round .card__base{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-self: stretch;
    padding: 15px;
    gap: 16px !important;
    border-radius: 15px;
    border: 1px solid #1FA389;
    background: #FFF;
    flex-shrink: 0;
    justify-content: flex-start;
    width: 310px;
}
.area__card-slider-round .card__base .box__txt,
.area__card-slider-round .card__base .box__txt a{
    gap: 16px !important;
}
    @media screen and (min-width: 500px) {
        .area__card-slider-round .card__base{
            width: 375px;
        }
    }
    .area__card-slider-round .card__base .box__txt{
        justify-content:flex-start;
        flex: 1;
    }
    .area__card-slider-round .card__base .box__txt a{
        gap: 16px;
    }
    .area__card-slider-round .card__base .unit__btn{
        padding-top: 10px;
        padding-bottom: 10px;
    }

/*　高さを揃える　*/
.area__card-slider-round #container{
    height: 350px;/*.card__base -80px;*/
}
    .area__card-slider-round .card__base{
        height: 450px;
    }
@media screen and (min-width: 500px) {
    .area__card-slider-round #container{
        height: 380px;/*-100px;*/
    }
        .area__card-slider-round .card__base{
            height: 480px;
        }
}



/*　高さを揃える card-low　*/
.area__card-slider-round .card-hight #container{
    height: 300px;/*.card__base -80px;*/
}
    .area__card-slider-round .card-hight .card__base{
        height:350px;
    }
    .area__card-slider-round .card-hight #slider-round__btn-prev,
    .area__card-slider-round .card-hight #slider-round__btn-next{
        margin-top:-5%;
        }
@media screen and (min-width: 500px) {
    .area__card-slider-round .card-hight #container{
        margin-top: 130px;
        height: 320px;/*-100px;*/
    }
        .area__card-slider-round .card-hight .card__base{
            height: 380px;
        }

}

/*==========================================
  block__chart-01
------------------------------------------*/

/*block__chart-01
------------------------------------------*/
.block__chart{
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 32px;
    max-width: 420px;
}
.block__chart-01{
    display: flex;
    flex-direction: column;
    align-items:center;
    gap: 32px;
}
@media screen and (min-width: 600px) {
    .block__chart-01{
        display: grid;
        grid-template-columns:repeat(2, 1fr);
    }
    .block__chart-01 .area__chart-01{
       grid-column: 1 / 3;
    }
    .block__chart-01 .area__chart-02{
    }
}
@media screen and (min-width: 768px) {
    .block__chart-01{
        display: grid;
        grid-template-columns:repeat(3, 1fr);
    }
    .block__chart-01 .area__chart-01{
        order: 2;
        grid-column:auto;
    }
    .block__chart-01 .area__chart-02:nth-child(1){
        order: 1;
    }
    .block__chart-01 .area__chart-02:nth-child(2){
        order: 3;
    }
}

/*block__chart-01.cart-colum-sp-02*/
.block__chart-01.cart-colum-sp-02{
    display: grid;
    grid-template-columns:repeat(2, 1fr);
}
    .block__chart-01.cart-colum-sp-02 .area__chart-01{
       grid-column: 1 / 3;
    }
    .block__chart-01.cart-colum-sp-02 .area__chart-02{
    }
@media screen and (min-width: 768px) {
    .block__chart-01.cart-colum-sp-02{
        grid-template-columns:repeat(3, 1fr);
    }
    .block__chart-01.cart-colum-sp-02 .area__chart-01{
        order: 2;
        grid-column:auto;
    }
    .block__chart-01.cart-colum-sp-02 .area__chart-02:nth-child(1){
        order: 1;
    }
    .block__chart-01.cart-colum-sp-02 .area__chart-02:nth-child(2){
        order: 3;
    }
}

/*area__chart-txt*/
.area__chart-01 .tit__chart,
.area__chart-02 .tit__chart{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    align-items: center;
}
.area__chart-01 .tit__chart h4,
.area__chart-02 .tit__chart h4{
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.area__chart-01 .tit__chart .txt__value,
.area__chart-02 .tit__chart .txt__value{
    font-size: 48px;
    font-weight: 700;
    line-height: 100%;
}
.area__chart-01 .tit__chart .txt__value span,
.area__chart-02 .tit__chart .txt__value span{
    font-size: 40px;
}


/*area__chart-01*/
.area__chart-01{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    align-items: center;
}


.area__chart-01 .box__chart{
    position: relative;
    width: 280px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items:center;
    border-radius: 50% / 100% 100% 0 0;
    overflow: hidden;
    background: #B5D932;
}
.area__chart-01 .box__chart:before{
    content:"";
    width: 280px;
    height: 140px;
    background: #D9D9D9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    /*transform:rotateZ(120deg);*/
    /* 0 = 0deg
       100% = 180deg 
       1%.  = 1.8deg */
    transform-origin:bottom center;
}
.area__chart-01 .unit__chart_img{
    position: relative;
    width: 280px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items:center;
    overflow: hidden;
}

.area__chart-01 .unit__chart_img:before{
    content:"";
    width: 150px;
    height: 150px;
    background: #fff;
    position: absolute;
    transform:translateX(-50%);
    left: 50%;
    top:65px;
    z-index: 20;
    border-radius: 50%;
}

.area__chart-01 .unit__chart_img img{
    position: absolute;
    transform:translateX(-50%);
    left: 50%;
    bottom: -20px;
    z-index: 50;
}



/*area__chart-02*/
.area__chart-02{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-self: stretch;
    align-items: center;
}
.area__chart-02 .box__chart{
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 140px;
    align-self: stretch;
    align-items: center;
}
.area__chart-02 .box__chart img{
    width: auto;
    height: 140px;
    object-fit: cover;
}


/*==========================================
  area__fukidashi
------------------------------------------*/
.area__fukidashi{
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    flex-shrink: 0;
    padding: 20px 0 0;
}
@media screen and (min-width: 768px) {
    .area__fukidashi{
        min-width:450px;
        padding: 20px 20px 0;
}
}
.area__fukidashi .unit__illust{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1;
    align-self: stretch;
}
.area__fukidashi .unit__illust img{
    width:90px;
    margin: 0;
}
.area__fukidashi .unit__fukidashi{
    width: 100%;
    flex: 1;
}
.area__fukidashi .txt__fukidashi{
    position: relative;
	display: flex;
    align-items: center;
    justify-content:center;
    text-align: center;
    width: 100%;
    line-height: 150%;
    padding: 10px 20px;
    min-height: 116px;
}
.area__fukidashi .txt__fukidashi:before{
    content:"";
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    top: 50%;
    left:50%;
    border: 2px solid #D9D9D9;
    background: #fff;
    width : calc(100% + 20px) ;
    height : calc(100% + 30px) ;
    border-radius: 50%;
    z-index: -1;
}
.area__fukidashi .txt__fukidashi:after{
    content:"";
    position: absolute;
}
/* talk / think */
.area__fukidashi .fukidashi-talk .txt__fukidashi:after{
    width: 37px;
    height: 29px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2039%2031%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M37.3212%2014.1424L4.32668%2029.3845C2.09108%2030.4415%20-0.0255228%2027.7332%201.54038%2025.8193L20.9068%201.87744%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M37.3212%2014.1424L4.32668%2029.3845C2.09108%2030.4415%20-0.0255228%2027.7332%201.54038%2025.8193L20.9068%201.87744%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: 100% auto;
}
.area__fukidashi .fukidashi-think .txt__fukidashi:after{
    width: 19px;
    height: 35px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2019%2035%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9.37165%2016.6613C13.6074%2016.6613%2017.0411%2013.2275%2017.0411%208.99178C17.0411%204.75603%2013.6074%201.32227%209.37165%201.32227C5.1359%201.32227%201.70215%204.75603%201.70215%208.99178C1.70215%2013.2275%205.1359%2016.6613%209.37165%2016.6613Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M12.6997%2030.6975C14.3332%2028.8595%2014.1675%2026.0453%2012.3295%2024.4117C10.4915%2022.7782%207.67726%2022.9439%206.04372%2024.7819C4.41018%2026.6199%204.57593%2029.4341%206.41391%2031.0677C8.2519%2032.7012%2011.0661%2032.5355%2012.6997%2030.6975Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: 100% auto;
}

/* block__fukidashi-00
------------------------------------------*/
/*block__fukidashi-00*/
.block__fukidashi-00{
    display: flex;
    flex-direction: column;
    gap:16px;
}
.block__fukidashi-00 .box__fukidashi{
    display: flex;
    gap:24px;
    max-width: 680px;
}
    .block__fukidashi-00.fukidashi__L-R .box__fukidashi:nth-child(even){
        flex-direction: row-reverse;
    }

.block__fukidashi-00 .unit__illust{
    width:90px;
    flex-shrink:0 !important;
    flex:none;
    padding-bottom: 5px;
    justify-content: flex-start;
}
.block__fukidashi-00 .unit__fukidashi{
    position: relative;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex: 1;
    text-align: left;
    border-radius: 20px;
    border: 2px solid #D9D9D9;
    padding: 15px;
}
.block__fukidashi-00 .unit__fukidashi p{
    line-height: 175%;
}
.block__fukidashi-00 .unit__fukidashi:before{
    content:"";
    position: absolute;
    width:34px;
    height:19px;
    top: 34px;
    left: -29px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2034%2019%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M1%201L30.7028%207.1241C33.1836%207.9973%2033.1303%2011.524%2030.6242%2012.3218L1%2017.8359%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M1%201L30.7028%207.1241C33.1836%207.9973%2033.1303%2011.524%2030.6242%2012.3218L1%2017.8359%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: 100% auto;
    transform: scale(-1, 1);
}
    .block__fukidashi-00.fukidashi__L-R .box__fukidashi:nth-child(even) .unit__fukidashi:before{
            left:inherit;
            right: -29px;
            transform: scale(1, 1);
        }


/* box__fukidashi-01
------------------------------------------*/
/*box__fukidashi-01-l*/
.box__fukidashi-01-l{
    display: grid;
    grid-template-columns:1fr 90px;
    grid-template-rows:40px 120px;
    width: 100%;
    max-width: 335px;
    gap:10px;
}
    @media screen and (min-width: 440px){
        .box__fukidashi-01-l{
            max-width: 400px;
        }
    }
.box__fukidashi-01-l .unit__illust{
    grid-column: 2/3;
    grid-row: 2/3;
    display: flex;
    flex-direction: column;
    align-items:flex-end;
}
.box__fukidashi-01-l .unit__fukidashi{
    grid-column: 1/2;
    grid-row: 1/3;
}

/* talk / think */
.box__fukidashi-01-l.fukidashi-talk .txt__fukidashi:after{
    transform: rotate(-190deg) scale(1, -1);
    right: -12px;
    bottom:5px;
}
.box__fukidashi-01-l.fukidashi-think .txt__fukidashi:after{
    transform: rotate(-50deg);
    right: -15px;
    bottom: 3px;
}
    @media screen and (min-width: 440px){
        .box__fukidashi-01-l .txt__fukidashi{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .box__fukidashi-01-l.fukidashi-talk .txt__fukidashi:after{
            transform: rotate(-190deg) scale(1, -1);
            right: -10px;
        }
        .box__fukidashi-01-l.fukidashi-think .txt__fukidashi:after{
            transform: rotate(-50deg);
            right: -14px;
        }
    }



/*box__fukidashi-011-r*/
.box__fukidashi-01-r{
    display: grid;
    grid-template-columns:90px 1fr;
    grid-template-rows:40px 120px;
    width: 100%;
    max-width: 335px;
    gap:10px;
}
    @media screen and (min-width: 440px){
        .box__fukidashi-01-r{
            max-width: 400px;
        }
    }
.box__fukidashi-01-r .unit__illust{
    grid-column: 1/2;
    grid-row: 2/3;
    flex-direction: column;
}
.box__fukidashi-01-r .unit__fukidashi{
    grid-column: 2/3;
    grid-row: 1/3;
}

/* talk / think */
.box__fukidashi-01-r.fukidashi-talk .txt__fukidashi:after{
    transform: rotate(11deg);
    left: -14px;
    bottom: 5px;
}
.box__fukidashi-01-r.fukidashi-think .txt__fukidashi:after{
    transform: rotate(50deg);
    left: -15px;
    bottom: 3px;
}
    @media screen and (min-width: 440px){
        .box__fukidashi-01-r .txt__fukidashi{
            padding-top: 15px;
            padding-bottom: 15px;
        }
        .box__fukidashi-01-r.fukidashi-talk .txt__fukidashi:after{
            left: -14px;
            bottom: 8px;
        }
        .box__fukidashi-01-r.fukidashi-think .txt__fukidashi:after{
            left: -14px;
        }
    }



/* box__fukidashi-02
------------------------------------------*/
/*box__fukidashi-02*/
.box__fukidashi-02{
    display: grid;
    grid-template-columns:1fr 35px 10px 35px 1fr;
    grid-template-rows:30px 70px 120px;
    width: 100%;
    max-width: 335px;
    gap:10px;
}
    @media screen and (min-width: 480px){
        .box__fukidashi-02{
            max-width: 440px;
            grid-template-columns:1fr 35px 20px 35px 1fr;
        }
    }

.box__fukidashi-02 .txt__fukidashi{
    padding: 10px;
}
.box__fukidashi-02 .unit__illust{
    grid-column: 2 /5;
    grid-row: 3 / 4;
    margin-left: -20px;
}
.box__fukidashi-02 .unit__fukidashi.f-01{
    grid-column: 1 / 3;
    grid-row: 1 / 4;
}
.box__fukidashi-02 .unit__fukidashi.f-02{
    grid-column: 4 / 6;
    grid-row: 2 / 4;
}
/* talk / think */
.box__fukidashi-02.fukidashi-talk .f-01 .txt__fukidashi:after{
    transform: rotate(20deg) scale(-1, 1);
    right: 29px;
    bottom: -22px;
}
.box__fukidashi-02.fukidashi-talk .f-02 .txt__fukidashi:after{
    left: -8px;
    bottom: -3px;
}
.box__fukidashi-02.fukidashi-think .f-01 .txt__fukidashi:after{
    transform: rotate(-40deg);
    right: 47px;
    bottom: -38px;
}
.box__fukidashi-02.fukidashi-think .f-02 .txt__fukidashi:after{
    transform: rotate(50deg);
    left: 8px;
    bottom: -23px;
}
    @media screen and (min-width: 480px){
        .box__fukidashi-02.fukidashi-talk .f-02 .txt__fukidashi:after{
            left: -10px;
            bottom: -3px;
        }
        .box__fukidashi-02.fukidashi-think .f-01 .txt__fukidashi:after{
            transform: rotate(-40deg);
            right: 47px;
            bottom: -32px;
        }
        .box__fukidashi-02.fukidashi-think .f-02 .txt__fukidashi:after{
            transform: rotate(50deg);
            left: -4px;
            bottom: -15px;
        }
    }




/* box__fukidashi-03
------------------------------------------*/
/*box__fukidashi-03*/
.box__fukidashi-03{
    display: grid;
    grid-template-columns:1fr 1fr 10px 10px 10px 10px 1fr 1fr 10px 10px 10px;
    grid-template-rows:90px 25px 55px 108px;
    width: 100%;
    max-width: 335px;
    gap:10px;
}
    @media screen and (min-width: 490px){
        .box__fukidashi-03{
            max-width: 450px;
            grid-template-columns:155px 30px 60px 85px 100px;
            grid-template-rows:70px 28px 25px 120px;
        }
    }

.box__fukidashi-03 .txt__fukidashi{
    padding: 10px;
}
.box__fukidashi-03 .unit__illust{
    grid-row: 4 / 6;
    grid-column: 1 / 10;
    align-items: center;
}
.box__fukidashi-03 .unit__illust img{
    width: 80px;
}
.box__fukidashi-03 .unit__fukidashi.f-01{
    grid-column: 1 / 6;
    grid-row: 2 / 5;
}
.box__fukidashi-03 .unit__fukidashi.f-02{
    grid-column: 4 / 9;
    grid-row: 1 / 3;
}
.box__fukidashi-03 .unit__fukidashi.f-03{
    grid-column: 7 / 12;
    grid-row: 3 / 5;
}
    @media screen and (min-width: 490px){
        .box__fukidashi-03 .unit__illust{
            grid-column: 2 / 4;
        }
            .box__fukidashi-03 .unit__illust img{
                width: 90px;
            }
        .box__fukidashi-03 .unit__fukidashi.f-01{
            grid-column: 1 / 3;
        }
        .box__fukidashi-03 .unit__fukidashi.f-02{
            grid-column: 2 / 5;
        }
        .box__fukidashi-03 .unit__fukidashi.f-03{
            grid-column: 4 / 6;
        }
    }

/* talk / think */
.box__fukidashi-03.fukidashi-talk .f-01 .txt__fukidashi:after{
    transform: rotate(20deg) scale(-1, 1);
    right: 28px;
    bottom: -28px;
}
.box__fukidashi-03.fukidashi-talk .f-02 .txt__fukidashi:after{
    transform: rotate(-25deg);
    left: 40px;
    bottom: -28px;
}
.box__fukidashi-03.fukidashi-talk .f-03 .txt__fukidashi:after{
    left: -4px;
    bottom: -7px;
}
    @media screen and (min-width: 490px){
        .box__fukidashi-03 .unit__illust{
            padding-left: 10px;
        }
            .box__fukidashi-03 .unit__illust img{
                width: 90px;
            }
        .box__fukidashi-03.fukidashi-talk .f-01 .txt__fukidashi:after{
            transform: rotate(5deg) scale(-1, 1);
            right: 8px;
            bottom: -16px;
        }
        .box__fukidashi-03.fukidashi-talk .f-02 .txt__fukidashi:after{
            transform: rotate(-5deg);
            left: 58px;
            bottom: -42px;
            width: 31px;
            height: 43px;
            background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2031%2043%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
            background-size: 100% auto;
        }
        .box__fukidashi-03.fukidashi-talk .f-03 .txt__fukidashi:after{
            transform: rotate(10deg);
            left: -18px;
            bottom: 9px;
        }
    }
.box__fukidashi-03.fukidashi-think .f-01 .txt__fukidashi:after{
    transform: rotate(-40deg);
    right: 42px;
    bottom: -38px;
}
.box__fukidashi-03.fukidashi-think .f-02 .txt__fukidashi:after{
    transform: rotate(20deg);
    left: 47px;
    bottom: -39px;
}
.box__fukidashi-03.fukidashi-think .f-03 .txt__fukidashi:after{
    transform: rotate(50deg);
    left: 8px;
    bottom: -23px;
}
    @media screen and (min-width: 480px){
        .box__fukidashi-03.fukidashi-think .f-01 .txt__fukidashi:after{
            transform: rotate(-40deg);
            right: 22px;
            bottom: -25px;
        }
        .box__fukidashi-03.fukidashi-think .f-02 .txt__fukidashi:after{
            transform: rotate(20deg);
            left: 68px;
            bottom: -58px;
            width:25px;
            height:56px;
            background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2025%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.2238%2037.6244C19.931%2034.4674%2018.7558%2030.5242%2015.5988%2028.817C12.4418%2027.1098%208.49862%2028.285%206.7914%2031.442C5.08417%2034.599%206.25943%2038.5422%209.4164%2040.2494C12.5734%2041.9566%2016.5166%2040.7814%2018.2238%2037.6244Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M20.4232%2016.7003C22.7874%2012.3284%2021.1599%206.86777%2016.7881%204.50356C12.4162%202.13935%206.95554%203.76687%204.59133%208.13873C2.22712%2012.5106%203.85464%2017.9713%208.2265%2020.3355C12.5984%2022.6997%2018.059%2021.0722%2020.4232%2016.7003Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.4115%2053.9868C15.6911%2052.9351%2015.8758%2051.0452%2014.8241%2049.7657C13.7724%2048.4861%2011.8826%2048.3014%2010.603%2049.3531C9.32343%2050.4048%209.1387%2052.2946%2010.1904%2053.5742C11.2421%2054.8538%2013.1319%2055.0385%2014.4115%2053.9868Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
            background-size: 100% auto;
        }
        .box__fukidashi-03.fukidashi-think .f-03 .txt__fukidashi:after{
            transform: rotate(60deg);
            left: -14px;
            bottom: -5px;
        }
    }


/* box__fukidashi-04
------------------------------------------*/
/*box__fukidashi-04*/
.box__fukidashi-04{
    display: grid;
    grid-template-columns:10px 1fr 10px 10px 1fr 10px;
    grid-template-rows:35px 82px 30px 48px 88px;
    width: 100%;
    max-width: 335px;
    gap:10px;
}
    @media screen and (min-width: 490px){
        .box__fukidashi-04{
            max-width: 450px;
            grid-template-columns:1fr 107.5px 20px 32.5px 5px 32.5px 20px 107.5px 1fr;
            grid-template-rows:20px 85px 20px 10px 120px;
        }
    }
.box__fukidashi-04 .txt__fukidashi{
    padding: 10px 5px;
}
.area__fukidashi .txt__fukidashi:before{
      width : calc(100% + 30px) ;
}
.box__fukidashi-04 .unit__illust{
    grid-row: 5 / 7;
    grid-column: 1 / 7;
    align-items: center;
    padding-right: 40px;
}
.box__fukidashi-04 .unit__illust img{
    width: 80px;
}
.box__fukidashi-04 .unit__fukidashi.f-01{
    grid-column: 2 / 4;
    grid-row: 1 / 7;
}
.box__fukidashi-04 .unit__fukidashi.f-02{
    grid-column: 4 / 6;
    grid-row: 2 / 7;
}
.box__fukidashi-04 .unit__fukidashi.f-03{
    grid-column: 1 / 3;
    grid-row: 3 / 7;
}
.box__fukidashi-04 .unit__fukidashi.f-04{
    grid-column: 5 / 7;
    grid-row: 4 / 7;
}
    @media screen and (min-width: 490px){
            .box__fukidashi-04 .txt__fukidashi{
                padding: 10px;
            }
            .area__fukidashi .txt__fukidashi:before{
                  width : calc(100% + 40px) ;
            }
            .box__fukidashi-04 .unit__illust{
                grid-column: 1 / 10;
            }
            .box__fukidashi-04 .unit__illust img{
                width: 90px;
                margin-left: 10px;
            }
            .box__fukidashi-04 .unit__fukidashi.f-01{
                grid-column: 2 / 5;
            }
            .box__fukidashi-04 .unit__fukidashi.f-02{
                grid-column: 6 / 9;
            }
            .box__fukidashi-04 .unit__fukidashi.f-03{
                grid-column: 1 / 4;
            }
            .box__fukidashi-04 .unit__fukidashi.f-04{
                grid-column: 7 / 10;
            }
    }

/* talk / think */
.box__fukidashi-04.fukidashi-talk .f-01 .txt__fukidashi:after{
    transform: rotate(2deg) scale(-1, 1);
    width:30px;
    height:61px;
    right: 10px;
    bottom: -50px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2031%2043%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.box__fukidashi-04.fukidashi-talk .f-02 .txt__fukidashi:after{
    transform: rotate(8deg);
    width:30px;
    height:61px;
    left: 0px;
    bottom: -50px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2031%2043%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20fill%3D%22white%22%2F%3E%0A%3Cpath%20d%3D%22M29.2272%2010.5194L5.76568%2040.7371C4.10728%2042.5714%201.11308%2040.8832%201.82408%2038.5148L13.3228%201%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.box__fukidashi-04.fukidashi-talk .f-03 .txt__fukidashi:after{
    transform: rotate(15deg) scale(-1, 1);
    right: 20px;
    bottom: -27px;
}
.box__fukidashi-04.fukidashi-talk .f-04 .txt__fukidashi:after{
    left: -14px;
    bottom: 0px;
}
    @media screen and (min-width: 490px){
        .box__fukidashi-04 .unit__illust{
            padding-left: 10px;
        }
        .box__fukidashi-04.fukidashi-talk .f-01 .txt__fukidashi:after{
            transform: rotate(-5deg) scale(-1, 1);
            right: 10px;
            bottom: -50px;
        }
        .box__fukidashi-04.fukidashi-talk .f-02 .txt__fukidashi:after{
            transform: rotate(8deg);
            left: 0px;
            bottom: -50px;
        }
        .box__fukidashi-04.fukidashi-talk .f-03 .txt__fukidashi:after{
            transform: rotate(2deg) scale(-1, 1);
            right: -12px;
            bottom: -5px;
        }
        .box__fukidashi-04.fukidashi-talk .f-04 .txt__fukidashi:after{
            transform: rotate(10deg);
            left: -31px;
            bottom: 15px;
        }
    }

.box__fukidashi-04.fukidashi-think .f-01 .txt__fukidashi:after{
    transform: rotate(-22deg);
    width:25px;
    height:56px;
    right: 8px;
    bottom: -45px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2025%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.2238%2037.6244C19.931%2034.4674%2018.7558%2030.5242%2015.5988%2028.817C12.4418%2027.1098%208.49862%2028.285%206.7914%2031.442C5.08417%2034.599%206.25943%2038.5422%209.4164%2040.2494C12.5734%2041.9566%2016.5166%2040.7814%2018.2238%2037.6244Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M20.4232%2016.7003C22.7874%2012.3284%2021.1599%206.86777%2016.7881%204.50356C12.4162%202.13935%206.95554%203.76687%204.59133%208.13873C2.22712%2012.5106%203.85464%2017.9713%208.2265%2020.3355C12.5984%2022.6997%2018.059%2021.0722%2020.4232%2016.7003Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.4115%2053.9868C15.6911%2052.9351%2015.8758%2051.0452%2014.8241%2049.7657C13.7724%2048.4861%2011.8826%2048.3014%2010.603%2049.3531C9.32343%2050.4048%209.1387%2052.2946%2010.1904%2053.5742C11.2421%2054.8538%2013.1319%2055.0385%2014.4115%2053.9868Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-repeat: no-repeat;
    background-size: 100% auto;
}
.box__fukidashi-04.fukidashi-think .f-02 .txt__fukidashi:after{
    transform: rotate(25deg);
    width:25px;
    height:56px;
    left: 0px;
    bottom: -42px;
    background-image: url('data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2025%2056%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M18.2238%2037.6244C19.931%2034.4674%2018.7558%2030.5242%2015.5988%2028.817C12.4418%2027.1098%208.49862%2028.285%206.7914%2031.442C5.08417%2034.599%206.25943%2038.5422%209.4164%2040.2494C12.5734%2041.9566%2016.5166%2040.7814%2018.2238%2037.6244Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M20.4232%2016.7003C22.7874%2012.3284%2021.1599%206.86777%2016.7881%204.50356C12.4162%202.13935%206.95554%203.76687%204.59133%208.13873C2.22712%2012.5106%203.85464%2017.9713%208.2265%2020.3355C12.5984%2022.6997%2018.059%2021.0722%2020.4232%2016.7003Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3Cpath%20d%3D%22M14.4115%2053.9868C15.6911%2052.9351%2015.8758%2051.0452%2014.8241%2049.7657C13.7724%2048.4861%2011.8826%2048.3014%2010.603%2049.3531C9.32343%2050.4048%209.1387%2052.2946%2010.1904%2053.5742C11.2421%2054.8538%2013.1319%2055.0385%2014.4115%2053.9868Z%22%20fill%3D%22white%22%20stroke%3D%22%23DCDCDC%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
    background-size: 100% auto;
}
.box__fukidashi-04.fukidashi-think .f-03 .txt__fukidashi:after{
    transform: rotate(-35deg) ;
    right: 30px;
    bottom: -37px;
}
.box__fukidashi-04.fukidashi-think .f-04 .txt__fukidashi:after{
    transform: rotate(55deg) ;
    left: -14px;
    bottom: -5px;
}
    @media screen and (min-width: 480px){
        .box__fukidashi-04.fukidashi-think .f-01 .txt__fukidashi:after{
            transform: rotate(-25deg);
            right: 10px;
            bottom: -45px;

        }
        .box__fukidashi-04.fukidashi-think .f-02 .txt__fukidashi:after{
            transform: rotate(25deg);
            left: 0px;
            bottom: -42px;
        }
        .box__fukidashi-04.fukidashi-think .f-03 .txt__fukidashi:after{
            transform: rotate(-55deg) ;
            right: -8px;
            bottom: -15px;
        }
        .box__fukidashi-04.fukidashi-think .f-04 .txt__fukidashi:after{
            transform: rotate(55deg) ;
            left: -31px;
            bottom: 15px;
        }
    }


