@charset "UTF-8";
html {
  font-size: 16px;
}
body {
  font-family: toppan-bunkyu-midashi-min-st, serif;
  font-style: normal;
  font-weight: 600;
  color: #393939;
  
}
/* @font-face {
  src: url("../font/NotoSansJP-Regular.woff") format("woff");
  src: url("../font/NotoSansJP-Bold .woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
} */
/*------------------------------
 ▼共通デザイン（モバイル向け）
 -------------------------------*/
.dec-bx{
    margin: 30px 0;
}
.ser_arc-ttl h2 {
    width: 55%;
    padding: 15px 20px;
    color: #fff;
    background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#22ba97));
    background-image: -webkit-linear-gradient(right, #9be15d 0%, #22ba97 100%);
    background-image: linear-gradient(to left, #9be15d 0%, #22ba97 100%);
    position: relative;
    top: 25px;
    font-size: 1.2rem;
  }
.dec-txt{
    position: relative;
}
.dec-txt::before{
    content: "";
    display: block;
    width: 50%;
    height: 50px;
    background: #fff;
    clip-path: polygon(0 0, 61% 0, 100% 100%, 0% 100%);
    position: absolute;
    top: -93px;
}
.dec-txt h3{
    position: absolute;
    top: -75px;
    padding-left: 20px;
    font-size: 1.2rem;
}
.dec-txt p{
    margin-top: 50px;
    padding: 0 30px;
}

 /*-------------------------------------
▼中型画面向けデザイン（タブレットなど）
--------------------------------------*/
@media screen and (min-width: 600px) {
    .header-content{
        padding: 20px 10px;
    }
    .header-item{
        background-image: -webkit-gradient(linear, right top, left top, from(#9be15d), to(#22ba97));
        background-image: -webkit-linear-gradient(right, #9be15d 0%, #22ba97 100%);
        background-image: linear-gradient(to left, #9be15d 0%, #22ba97 100%);
        margin-left: 15px;
        padding: 10px;
        font-size: 0.8rem;
        border-radius: 30%;
    }
    .dec-txt p{
        width: 80%;
        font-size: 1.2rem;
    }
}
/*-------------------------------
▼大型画面向けデザイン（PCなど）
--------------------------------*/
@media screen and (min-width: 1024px){
    .page{
        width: 960px;
        margin: 0 auto;
    }
    .dec-txt p{
        width: 70%;
        font-size: 1.2rem;
    }
}