@charset "utf-8";
body {
    font-family: 'Noto Sans JP', 'Roboto', 'Yu Gothic', 'Segoe UI', sans-serif;
    background-color: #fff !important;
    }
/* ----------SP/CP切り替え------------ */
@media screen and (max-width: 768px) {
    .pc_only {
        display: none !important;
    }
}
@media screen and (min-width: 768px) {
    .sp_only {
        display: none !important;
    }
    body {
        padding-top: var(--header-h);
      }
}
img {
    max-width: 100%;
    vertical-align: top;
    object-fit: contain;
}
a {
    color: #5359e6;
}
a:hover {
    opacity: 0.7;
}
body {
    margin: 0;
}
h1,h2 {
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin-bottom: 20px;
}
.red{
    color: #f34328;
}
.yel{
    color: #fffeb9;
}
.blue{
    color: #0279de;
}
.ora{
    color: #ff690f
}
.ora2{
    color: #FF5C2A;
}
.ora3{
    color: #FF5240;
}
.ora4{
    color: #ffb992;
}
.gre{
    color: #2e384c;
}
.whi{
    color: #fff;
}
.bla{
    color: #000000;
}
.tac{
    text-align: center;
}
.tar{
    text-align: right;
}
.fwb{
    font-weight: bold;
}
.fsSS{
    font-size: clamp(6px, 0.7vw, 10px);
}
.fsS{
    font-size: clamp(13px, 1vw, 16px);
}
.fsSM{
    font-size: clamp(18px, 1.2vw, 20px);
}
.fsM{
    font-size: clamp(20px, 1.5vw, 25px);
}
.fsL{
    font-size: clamp(30px, 2.3vw, 40px);
}
.fsLL{
    font-size: clamp(31px, 3vw, 50px);
}
/* ----------ヘッダー------------ */
:root {
    --header-h: 75px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: var(--header-h);
    z-index: 100;
    background-color: #fff;
    box-shadow: 0px 5px 20px #f320000d;
}
/* ----------ヘッダーSP------------ */
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14.5px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
}
.openbtn span:nth-of-type(1) {
    top: 14px;
}
.openbtn span:nth-of-type(2) {
    top: 23px;
}
.openbtn span:nth-of-type(3) {
    top: 32px;
}
.openbtn {
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #f34328;
    border-radius: 50px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
    opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
#g-nav.panelactive {
    right: 0;
}
#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 34%;
    height: 73vh;
    background: rgba(255, 255, 255, 100);
    transition: all 0.6s;
}
#g-nav ul {
    z-index: 999;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    list-style: none;
    padding: 40px 0;
}
#g-nav li{
    line-height: 3;
}
@media (max-width: 768px) {
    .openbtn{
        top: 1.4%;
        right: 5%;
    }
    #g-nav {
        right: -120%;
        width: 100%;
        height: 100%;
        transition: all 0.6s;
    }
    #g-nav ul {
        top: 10%;
        left: 19%;
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        padding-left: 0;
        background: linear-gradient(to right,#ff690f,#f34328);
    }
    #g-nav ul a{
        color: #fff;
        text-decoration: none;
        font-weight: bold;
        font-size: 16px;
    }
    .hum_cta img {
        margin-bottom: 3%;
    }

}
.hum_cta {
    max-width: 85%;
    margin: 13% auto 0;
}
/* anchor対策 */
[id] {
scroll-margin-top: var(--header-h);
}
/* wrapperはスクロールさせない */
.wrapper {
height: auto;
overflow: visible;
}
.head_flx {
    display: flex;
    max-width: 95%;
    margin: 0 auto;
    justify-content: space-between !important;
    padding: 1%;
}
.head_flx_le {
    display: flex;
    width: 765px;
    align-items: center;
}
.head_flx_ri {
    width: 500px;
    text-align: end;
            padding-top: 5px;
}
.head_flx_le a {
    text-decoration: none;
    font-weight: bold;
    margin-right: 3%;
    font-size: clamp(8px, 1vw, 15px);
    color: #000
}
.head_flx_ri a {
    text-decoration: none;
    margin-right: 1%;
}
.head_logo {
    margin: .6% 5% 0 0;
    width: 40%;
}
@media screen and (min-width: 768px) { 
    .head_flx_ri {
    width: 500px;
}
    .head_flx_ri img{
    max-width: 30%;
}
    .head_flx_ri a {
    text-decoration: none;
    margin-right: 0;
}
}
/* ----------MV------------ */
.mv_bg {
    position: relative;
    max-width: 100%;
    margin-top: -3%;
}
.mv_logo {
    position: absolute;
    top: 5%;
    left: 7.5%;
    max-width: 23%;
}
.mv_inner {
    position: absolute;
    top: 12%;
    left: 13%;
    max-width: 50%;
}
.mv_inner img{
    width: 100%;
}
.check{
    display: flex;
    flex-wrap: wrap;
    gap: 0.5em;
    margin-bottom:20px;
    width: 90%;
    max-width: 1000px;
}
.check p{
    position: relative;
    padding-left:1.5em;   /* アイコン分の余白 */
    margin: 0;
    background-color: #fff1ef;
    padding: 10px 15px 10px 6% ;
    font-size:clamp(11px, 1vw, 20px);
    border-bottom: solid 1px #ffa699;
}
.check p::before{
    content: "✓";
    position: absolute;
    left: 0.8em;
    top: 0.8em;
    width: 1.2em;
    height: 1.2em;
    line-height: 1.2em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #f34328;
    border-radius: 50%;
}
.mv_txt {
    font-size:clamp(15px, 1.2vw, 30px);
    font-weight: 700;
    line-height: 2.0;
}
.mv_txt_red {
    color: #f34328;
    line-height: 1.3;
    font-size:clamp(20px, 2.5vw,60px);
    font-weight: 700;
    margin-bottom: 1%;
    margin-left: -1%;
}
.mv_txt_red .main{
    font-size:clamp(22px, 2.6vw, 60px);
}
.mv_small_logo{
    display: flex;
    gap: 1em;
    width: 100%;
}
.mv_small_logo img{
    width: 14%;
}
.mv_small{
    line-height: 1.7;
    font-size: 1.1vw;
}
.mv_cta_flx {
    display: flex;
    justify-content: space-between;
    margin: 1% 0 3%;
    max-width: 67%;
}
.taC {
    TEXT-ALIGN: center;
    margin-right: 25%;
    margin-top: 2%;
}
.mv_cta_flx img{
max-width: 97%;
}
.tyu{
    font-size: 10px;
    color: #717171;
    float: right;
    margin-right: 40px;
}
.tyu2{
    font-size: 10px;
    color: #717171;
    text-align: center;
}
.sp_mv .mv_small{
    max-width: 75%;
    text-align: center;
    padding-top: 10px;
}
.sp_mv .fsSS{
    width: 65%;
}
@media (max-width: 910px) {
    .mv_small_logo img{
        width:11%;
    }
    .check{
        margin-bottom: 10px;
    }
    .sp_mv .fsSS{
        font-size:3px;
    }
}
@media (max-width: 768px) {
    .check{
        flex-wrap: wrap;
        gap: 0.5em;
        margin-bottom:10px;
        font-size: 15px;
    }
    .check p{
        margin: 0;
        padding: 10px 15px 10px 40px ;
    }
    .mv_small_logo{
        width:90%;
    }
    .mv_small_logo img{
        width: 30%;
    }
    .mv_logo{
    position: absolute;
    top: 7%;
    max-width: 50%;
    }
    .mv_inner {
        position: absolute;
        top: 4%;
        left: 0;
        right: 0;
        width: 86%;
        max-width: 800px;
        margin: 0 auto;
    }
    .mv_bg{
        margin-top: 17%;
    }
    .head_logo02 {
        width: 70%;
        position: absolute;
        top: 50%;
        left: 40%;
        transform: translate(-50%, -50%);
    }
    .mv_small{
        line-height: 1.7;
        font-size: 12px;
    }
    .mv_txt_red{
        margin-bottom: 1%;
    }
    .sp_mv{
        position: absolute;
        bottom: 25px;
        right: 0;
        left: 0;
        width: 90%;
        margin: 0 auto;
    }
    .sp_mv .mv_small{
        width: 100%;
        max-width: 800px;
        font-size: 13px;
        color: #fff;
        padding-bottom: 5px;
    }
    .mv_cta_flx{
        display: block;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .mv_cta_flx img{
        max-width: 100%;
        padding-bottom: 5px;
    }
    .check p::before{
    content: "✓";
    position: absolute;
    left: 0.8em;
    top: 0.5em;
    width: 2em;
    height: 2em;
    line-height: 1.9em;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #f34328;
    border-radius: 50%;
}
}
/* ----------クラウドアワード------------ */
.award_bg {
    background: url(../img/red_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 5% 0;
}
.award_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    background-color: #fff;
    padding: 2%;
    border-radius: 20px;
}
.award_inner img{
    max-width: 12%;
    vertical-align: middle;
    padding: 0.5%;
}
.award_inner ul{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    gap: 15px;
    justify-content: center;
    font-weight: bold;
}
.award_inner li{
    position: relative;
    list-style: none;
    padding-left: 1.2em;
    text-indent: -1.2em;
}
.award_inner li::before{
    content:"✔";
    color: #f34328;
    margin-right: 0.3em;
}
@media (max-width: 768px) {
    .award_inner{
        padding: 6%;
        box-sizing: border-box;

    }
    .award_inner img{
        max-width: 23%;
    }
    .award_bg{
        padding: 10% 0;
    }
    .award_inner ul{
        display: block;
        line-height: 1.6;
    }
}
/* ----------お悩み解決------------ */
.nayami_bg {
    background: url(../img/nayami_bg.jpg) no-repeat center top;
    background-size: cover;
    padding: 4% 0 1%;
}
.nayami_inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
}
.nayami_ttl{
    font-size: clamp(22px, 2vw, 40px);
}
.nayami_content{
    margin: 0 auto;
    display: flex;
    gap: 2%;
}
.nayami_content p{
    background-color: #7d8490;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    width: 30%;
    padding: 20px;
    position: relative;
}
.nayami_content p::before{
    content: "";
    position: absolute;
    border-top: 35px solid #7d8490;
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    bottom: -15%;
    left: 50%;
    transform: translateX(-50%);
}
.kaiketu_ttl{
    font-size: clamp(25px, 2vw, 30px);
    background-color: #f42221;
    color: #fff;
    padding: 10px 0;
    width: 80%;
    margin: 3% auto;
    border: solid 1px #fff;
}
.kaiketu_content{
    display: flex;
    gap: 3%;
    margin-top: 5%;
    justify-content: center;
}
.kaiketu_content_inner{
    width: 30%;
    text-align: center;
    background-color: #fff;
    border: solid 1px #f42221;
    border-radius: 10px;
    color: #f42221;
    font-weight: bold;
}
.kaiketu_content_inner p{
    padding: 5px 10px;
}
@media (max-width: 768px) {
    .nayami_bg {
        padding: 8% 0 1%;
    }
    .nayami_content{
        display: block;
    }
    .nayami_content p{
        background-color: #7d8490;
        border-radius: 10px;
        color: #fff;
        text-align: center;
        width: 100%;
        padding: 20px;
        position: relative;
        box-sizing: border-box;
    }
    .kaiketu_ttl{
        width: 100%;
        margin: 30px 0;
    }
    .kaiketu_content{
        display: block;
    }
    .kaiketu_content_inner{
        width: 100%;
        display: flex;
        gap: 1px;
        padding: 10px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .kaiketu_content_inner img{
        width: 100px;
    }
}
/* ----------サービス概要------------ */
.service_bg{
    position: relative;
    background: url(../img/service_bg.jpg) center top;
    background-size: cover;
    padding: 8% 0 1%;
    overflow: hidden; /* はみ出し防止 */
}
/* フルサイズ ▼三角 */
.service_bg::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 0;
    height: 0;

    border-left: 50vw solid transparent;
    border-right: 50vw solid transparent;
    border-top: 6vw solid #FFB6AB; /* ← ここ */
    
    z-index: 2;
}
.service_ttl{
    font-size: clamp(30px, 2.5vw, 40px);
    display: flex;
    align-items: center;
    width: 45%;
    margin: 0 auto;
    padding: 40px 0;
}
.service_ttl:before,
.service_ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ff690f;
}
.service_ttl:before {
    margin-right: 1rem;
}
.service_ttl:after {
    margin-left: 1rem;
}
.service01 {
    position: relative;
    padding: 2% 0;
    margin-bottom: 3%;
    padding-left: 7%;
}
.service01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 80%;  
    height: 100%;
    background: #fff5eb;
    border-radius: 0 40px 40px 0;
    z-index: 0;
}
.service01_inner{
    position: relative;
    z-index: 1;
    display: flex;
    max-width: 1100px;
    margin: 0 auto;
    width: 95%;
    align-items: center;
}
.service_left{
    width: 60%;
    padding-right: 50px;
    padding-top: 20px;
    line-height: 2;
    position: relative;
}
.service_group{
    position: absolute;
    top: -75px;
}
.service_new{
    width: 100%;
    background-color: #f34328;
    color: #fff;
    padding: 5px 20px;
    position: relative;
    border-radius: 50px;
    text-align: center;
}
.service_new::before{
    content: "";
    position: absolute;
    content: "";
    position: absolute;
    bottom: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 20px;
    background:#f34328;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.service_right{
    width: 50%;
    line-height: 2;
    padding-top: 20px;
}
.service_right img{
    width: 90%;
}
.service_inner_ttl{
    font-size: clamp(17px, 1.2vw, 35px);
    background-color: #fff;
    display: inline;
    padding: 10px;
}
.service02 {
    position: relative;
    padding: 2% 0;
    margin-bottom: 3%;
    padding-right: 5%;
}
.service02::before{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;  
    height: 100%;
    background: #fff5eb;
    border-radius: 40px 0px 0px 40px;
    z-index: 0;
}
@media (max-width: 768px) {
    .service_bg::before{
        border-top: 9vw solid #FFB6AB;
    }
    .service_ttl{
        width: 70%;
        padding: 40px 0 30px;
    }
    .service01{
        padding: 2% 5% 7%;
        margin-bottom: 9%;
    }
    .service01_inner{
        display: block;
    }
    .service01::before{
        width: 95%;
        border-radius: 0 10px 10px 0;
    }
    .service_left{
        width: 95%;
    }
    .service_right{
        width: 100%;
        padding-top: 0px;
    }
    .service_right img{
        width: 100%;
    }
    .service02{
        padding: 2% 3% 7% 8%;
        margin-bottom: 15%;
    }
    .service02::before{
        width: 95%;
        border-radius: 10px 0px 0px 10px;
    }
    .service_group{
        top: -62px;
    }
}
/* ----------CTA------------ */
.cta01_bg {
    background-image: url(../img/cta_bg.jpg);
    background-position: top;
    background-size: cover;
    padding: 4% 0 4%;
}
.cta_ttl {
    width: 90%;
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    font-size:clamp(30px, 2.2vw, 35px);
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.cta_ttl2 {
    font-weight: bold;
    color: #fff;
    font-size:clamp(30px, 2.2vw, 70px);
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.05em;
    margin-bottom: 2%;
}
.cta_box,.cta_box2 {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 1.5% 2% 0.5%;
    width: 90%;
    margin: 0 auto;
}
.cta_flx {
    display: flex;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto 3.2%;
    gap: 2%;
    max-width: 700px;
}
.cta_flx img{
    width: 900px;
}
.onemin{
    padding-bottom: 2%;
    font-size: clamp(15px, 1.5vw, 25px);
}
@media (max-width: 768px) {
    .cta_ttl{
        font-size: clamp(22px, 2.2vw, 35px);
    }
    .cta_flx{
        display: block;
    }
    .cta_box{
        padding: 5% 4% 3%;
        box-sizing: border-box;
    }
    .cta_box a img{
        margin-top:8px;
    }
    .cta01_bg{
        padding: 9% 0 11%;
    }
}
/* ----------活用シーン------------ */
.scene{
    background:#fffceb;
    padding: 1% 0 20%;
}
.scene_ttl{
    font-size: clamp(25px, 2vw, 40px);
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding: 40px 0;
}
.scene_inner{
    max-width: 850px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.scene_ttl:before,
.scene_ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #2e384c;
}
.scene_ttl:before {
    margin-right: 1rem;
}
.scene_ttl:after {
    margin-left: 1rem;
}
.scene_inner_content{
    background-color: #fff;
    box-shadow: 5px 5px 5px #746e4d2f;
    width: 48%;
    border-radius: 10px;
    margin: 0 auto;
    margin-bottom: 3%;
}
.scene_inner_content p{
    background-color: #2e384c;
    color: #fff;
    padding: 10px;
    margin: auto;
    border-radius: 10px 10px 0 0 ;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.scene_inner_content ul{
    list-style: inside;
    margin: 0;
    padding: 0;
    width: 80%;
    font-size: 16px;
    margin-left: 20px;
    list-style-type: disc;
    list-style-position: outside;
    padding: 20px 0 20px 20px;
}
.scene_inner_content li{
    margin-bottom: 8px;
}
.scene_item{
    display: flex;
}
.scene_item ul{
    width: 70%;
}
.scene_item img{
    width: 30%;
    padding: 15px 15px 15px 10px;
}
@media (max-width: 768px) {
    .scene_inner{
        display: block;
    }
    .scene_inner_content{
        width: 100%;
        margin-bottom: 5%;
    }
    .scene_ttl{
        font-size: clamp(23px, 2vw, 40px);
        width: 90%;
        padding: 40px 0 30px;
    }
    .scene{
        padding: 2% 0 25%;
    }
    
}
/* ----------生成機能とは------------ */
.list_bg{
    background-image: url(../img/list_bg.png);
    background-position: top;
    background-size: cover;
    padding: 4% 0 4%;
    margin-top: -16%;
    position: relative;
}
.list_ttl{
    display: block;
    margin: 0 auto;
    max-width: 700px;
    width: 90%;
    margin-top: 30px;
    position: relative;
    z-index: 5;
    padding-left: 40px;
}
.list_bg .list_img{
    width: 30%;
    z-index: 0;
}
.video_ttl{
    font-size: clamp(25px, 2vw, 40px);
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding: 40px 0;
    justify-content: center;
}
.video_inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.video_ttl:before,
.video_ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ffffff;
}
.video_ttl:before {
    margin-right: 1rem;
}
.video_ttl:after {
    margin-left: 1rem;
}
.video{
    margin-bottom: 1%;
}
.video_wrap{
    max-width: 800px;
    width: 90%;
    aspect-ratio: 16 / 9;
}
.video_wrap iframe{
    width: 100%;
    height: 100%;
    border: 0;
}
.kinds_ttl{
    font-size: clamp(25px, 2vw, 40px);
    display: flex;
    align-items: center;
    width: 60%;
    margin: 0 auto;
    padding: 40px 0;
}
.kinds_inner{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    gap: 3%;
}
.kinds_ttl:before,
.kinds_ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #ff690f;
}
.kinds_ttl:before {
    margin-right: 1rem;
}
.kinds_ttl:after {
    margin-left: 1rem;
}
.kinds_inner{
    display: flex;
}
.kinds_content{
    width: 22%;
}
@media (max-width: 768px) {
.list_bg{
    position: relative;
    background: url(../img/list_bg_sp.png);
    background-position: top;
    background-size: contain;
    background-repeat: no-repeat;
}
.list_bg::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60%;        /* ← 下どれくらい色を出したいか */
    background-color: #FFF9F8;
    z-index: -1;
}
.video_ttl{
    font-size: clamp(21px, 2vw, 40px);
    width: 90%;
    padding: 30px 0;
}
.video_ttl:before, .video_ttl:after{
    display: none;
}
.kinds_ttl{
    width: 90%;
}
.kinds_content{
    width: 48%;
}
.kinds_inner{
    justify-content: center;
}
.list_ttl{
    position: relative;
    z-index: 5;
    display: flex;
    padding-left: 00px;
    position: relative;
}
.list_ttl img{
    z-index: 3;
}
.list_bg .list_img{
    position: absolute;
    top: 0px;
    right: -20px;
    width: 20%;
    z-index: 0;
}
}
/* ----------生成AI機能でできること------------ */
.can_bg{
    background-color: #FFF9F8;
    padding: 2% 0 5%;
}
.can_ttl{
    font-size: clamp(25px, 2vw, 40px);
    position: relative;
    margin-bottom: 70px;
}
.can_img{
    position: absolute;
    top: -15px;
    right: 0;
    left: 0;
    margin: 0 auto;
    max-width: 650px;
    width: 80%;
}
.can_btn{
    display: flex;
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    gap: 3%;
    text-align: center;
    position: relative;
    margin-bottom: 80px;
}
.can_btn img{
    width: 80%;
    max-width: 150px;
}
.can_btn_content01{
    width: 30%;
    background-color: #fff;
    border: solid 1px #ff690f;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
.can_btn_content01 .mttl{
    background: linear-gradient(to right,transparent,#ff690f,#ff690f,transparent);
    color: #fff;
    padding: 10px 0;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_btn_content02{
    width: 30%;
    background-color: #fff;
    border: solid 1px #FF5C2A;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
.can_btn_content02 .mttl{
    background: linear-gradient(to right,transparent,#FF5C2A,#FF5C2A,transparent);
    color: #fff;
    padding: 10px 0;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_btn_content03{
    width: 30%;
    background-color: #fff;
    border: solid 1px #FF5240;
    border-radius: 10px;
    padding: 15px;
    text-decoration: none;
    color: #000;
}
.can_btn_content03 .mttl{
    background: linear-gradient(to right,transparent,#FF5240,#FF5240,transparent);
    color: #fff;
    padding: 10px 0;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_btn p::before{
    content: "";
    position: absolute;
    bottom: -55px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 40px;
    background: linear-gradient(
        to right,
        #ffa56f,
        #ff6546
    );
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}
/*3コンテンツ説明*/
.can_item_ttl{
    font-size: clamp(25px, 2vw, 40px);
    margin-top:40px;
}
.can_item_group{
    display: flex;
    max-width: 1000px;
    width: 80%;
    margin:0 auto;
}
.can_item_group .can_item_left{
    width: 28%;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    margin-right:20px;
    padding-top: 60px;
}
.can_item_group .can_item_left::before{
    content: "";
    position: absolute;
    top: -55px;
    left: -55px;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
}
.can_item_group01 .can_item_left{
    border: solid 3px #ff690f;
}
.can_item_group01 .can_item_left::before{
    background-color: #ff690f;
}
.can_item_group01 .can_item_left .mttl{
    background: linear-gradient(to right,transparent,#ff690f,#ff690f,transparent);
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_item_group02 .can_item_left{
    border: solid 3px #FF5C2A;
}
.can_item_group02 .can_item_left::before{
    background-color: #FF5C2A;
}
.can_item_group02 .can_item_left .mttl{
    background: linear-gradient(to right,transparent,#FF5C2A,#FF5C2A,transparent);
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_item_group03 .can_item_left{
    border: solid 3px #FF5240;
}
.can_item_group03 .can_item_left::before{
    background-color: #FF5240;
}
.can_item_group03 .can_item_left .mttl{
    background: linear-gradient(to right,transparent,#FF5240,#FF5240,transparent);
    color: #fff;
    padding: 10px 0;
    margin-top: 10px;
    font-size: clamp(18px, 1.2vw, 35px);
}
.can_item_left img{
    max-width: 150px;
}
.can_item_left p{
    font-size:13px;
}
.can_item_left{
    width: 30%;
}
.can_item_right{
    width: 70%;
    display: flex;
    flex-direction: column;
    gap: 20px; /* ← 中央の余白 */
}
.can_item_right .data1_can{
    padding-inline: 1.5em;
    padding: 0;
}
.can1{
    display: grid;
    grid-template-columns: 40% 1fr;
    grid-template-rows: auto;
    padding-inline: 2em;
    padding-block: 1em;
    background-color: #fff;
    border: 2px solid #2e384c;
    align-items: center;
}
.can1_ttl{
    background-color: #2e384c;
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
}
.can1_item{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    justify-content: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.can_item_top,.can_item_bottom{
    display: flex;
    align-items: flex-start;
}
.can_item_top{
    margin-bottom: 3%;
}
.can_top_ttl{
    background-color: #2e384c;
    color: #fff;
    padding: 20px;
    flex: 0 0 40%;
    display: flex;
    align-items: center;
}
@media (max-width: 768px) {
    .can_item_group{
        display: block;  
        width: 90%; 
    }
    .can_item_group .can_item_left {
        width: 100%;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .can1{
        display: block;
    }
    .can_item_right{
        width: 100%;
    }
    .can_bg{
        padding: 2% 0 10%;
    }

}
/*チェック*/
.can_item_list ul{
    position: relative;
    background: #fff;
    padding: 18px 18px 18px 30px;
    margin: 0;
    list-style: none;
}
.can_item_list ul li {
    position: relative;
    padding-left: 1.6rem;
    color: #3c3c3c;
    line-height: 1.8rem;
}
.can_item_list ul li:first-child {
    margin-top: 0;
}
.can_item_list ul li:before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 13px;
    left: -5px;
    top: 6px;
    transform: rotate(-45deg);
}
.can_item_list ul li:after {
    content: "";
    position: absolute;
    background: #fff;
    display: block;
    width: 20px;
    height: 13px;
    left: -5px;
    top: 0px;
    transform: rotate(-45deg);
    }
.can_item_group01 .can_item_list ul li:before {
    background:#ff690f;
}
.can_item_group02 .can_item_list ul li:before {
    background:#FF5C2A;
}
.can_item_group03 .can_item_list ul li:before {
    background:#FF5240;
}
@media (max-width: 768px) {
    .can_ttl{
        margin-bottom: 40px;
    }
    .can_btn{
        display: block;
        width: 90%;
    }
    .can_r{
        width: 60%;
        text-align: left;
    }
    .can_l{
        width: 40%;
    }
    .can_img{
        top: 28px;
        width: 90%;
    }
    .can_btn_content01{
        display: flex;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .can_btn_content02{
        display: flex;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .can_btn_content03{
        display: flex;
        gap: 10px;
        width: 100%;
        box-sizing: border-box;
    }
}
/*流れ*/
.can_flow{
    max-width: 960px;
    width: 80%;
    margin: 0 auto;
    background-color: #f0f0f0;
    padding: 20px;
    margin-top: 30px;
}
.can_flow h3{
    font-size: clamp(27px, 1.8vw, 30px);
    margin: 0;
    font-weight: 500;
}
.can_flow_group{
    display: flex;
    gap: 30px;
    justify-content: center;
}
.can_flow_item{
    width: 30%;
}
.number{
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: clamp(18px, 1.2vw, 35px);
}
.number .text{
    padding-top: 10px;
}
.circle_number {
    width: 40px;
    height: 40px;
    margin-right: 15px;
    margin-bottom: 5px;
    padding-top: 6px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    box-sizing: border-box;
    font-weight: bold;
}
.can_flow01 .number{
    color: #ff690f;
}
.can_flow01 .circle_number{
    background-color: #ff690f;
}
.can_flow02 .number{
    color: #FF5C2A;
}
.can_flow02 .circle_number{
    background-color: #FF5C2A;
}
.can_flow03 .number{
    color: #FF5240;
}
.can_flow03 .circle_number{
    background-color: #FF5240;
}
@media (max-width: 768px) {
    .can_flow_group{
        display: block;
    }
    .can_flow_item{
        width: 100%;
    }
    .can_flow_item p{
        margin-top: 0;
    }
    .can_flow_item .number{
        margin-top: 15px;
    }
}
/*新しいコンテンツ管理*/
.new_bg{
    position: relative;
    background: url(../img/service_bg.jpg) center top;
    background-size: cover;
    padding: 2% 0 3%;
    overflow: hidden; /* はみ出し防止 */
}
.new_ttl{
    font-size: clamp(25px, 2vw, 40px);
    display: flex;
    align-items: center;
    width: 45%;
    margin: 0 auto;
    padding: 40px 0;
}
.new_inner{
    max-width: 1000px;
    width: 80%;
    display: flex;
    margin: 0 auto;
    text-align: center;
    gap: 7%;
}
.new_ttl:before,
.new_ttl:after {
    content: "";
    height: 2px;
    flex-grow: 1;
    background-color: #f34328;
}
.new_ttl:before {
    margin-right: 1rem;
}
.new_ttl:after {
    margin-left: 1rem;
}
.new_content{
    width: 50%;
    margin-bottom: 40px;
}
.new_content ol{
    list-style: inside;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: 16px;
    list-style-type: disc;
    list-style-position: outside;
    padding: 20px;
    text-align: left;
    line-height: 1.9;
}
.new_content_ttl{
    text-align: left;
    display: flex;
    padding-bottom: 20px;
    align-items: center;
}
.new_content_ttl .big{
    font-size: clamp(35px, 4vw, 100px);
    font-weight: bold;
    margin: 0;
    color: #f42221;
    padding-right: 20px;
}
.new_content_text{
    font-size: clamp(15px, 1.5vw, 20px);
    margin: 0;
    margin-top: 10px;
    color: #fff;
    background:linear-gradient(to right,#ffc0b6,#FF5240);
    font-weight: 600;
    padding: 8px 15px 10px 15px;
}
.new_content img{
    height: 200px;
}
.new_arrow{
    position: relative;
    color: #fff;
    font-weight: 600;
    z-index: 2;
    font-size: clamp(18px, 1.2vw, 35px);
    margin-top: 50px;
}
.new_arrow::before{
    content: "";
    position: absolute;
    top:-20px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    height: 90px;
    background:#2e384c;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    z-index: -1;
}
.new_bg_bottom{
    position: absolute;
    bottom: 0;
}
/* ----------機能詳細------------ */
.detail_bg{
    background-color: #ffeeeb;
    padding: 3% 0 3%;
}
.detail_inner{
    width: 90%;
    max-width: 1100px;
    margin: 0 auto;
    border: solid 3px #f34328;
    background-color: #ffffff;
    display: flex;
    flex-wrap: wrap;
    gap: 1%;
    padding: 70px 70px 50px 70px;
    position: relative;
    border-radius: 20px;
    margin-bottom: 60px;
    box-sizing: border-box;
}
.detail_inner h3 span{
    padding-top: 10px;
    padding-right: 10px;
}
.detail_item{
    width: 47%;
    margin:0 auto;
}
.detail_inner h3{
    background-color: #f42221;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    padding: 15px 0;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.detail_content .red{
    margin:10px 0px 0px;
    font-weight: bold;
}
.detail_content .text{
    margin:5px 0 20px;
}
/*オプション機能*/
.option-table {
    width: 100%;
    border-collapse: collapse;
}
.option-table th {
    background: #2f3b4a;
    color: #fff;
    padding: 16px;
    text-align: left;
    text-align: center;
}
.option-table td {
    border: 1px solid #ddd;
    padding: 16px;
    vertical-align: middle;
    background-color: #fff;
}
.feature {
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: bold;
}
.feature img{
    max-width: 60px;
    vertical-align: top;
    width: 100%;
}
.option_inner{
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .new_ttl{
        width: 95%;
        justify-content: center;
        padding: 40px 0 20px 0;
    }
    .new_ttl:before, .new_ttl:after{
        display: none;
    }
    .new_inner{
        display: block;
    }
    .new_content{
        width: 100%;
    }
    .new_arrow::before{
        top: -35px;
        width: 215px;
        height: 59px;
    }
    .new_arrow{
        margin-top: -30px;
        margin-bottom: 60px;
    }
    .new_arrow::before{
        top: -8px;
    }
    .detail_inner{
        display: block;
        width: 90%;
        padding: 50px 20px 20px 20px;
    }
    .detail_inner:nth-child(4){
        margin-bottom: 20px;
    }
    .detail_inner h3{
        width: 100%; 
    }
    .detail_item{
        width: 100%;
    }
    .feature{
        display: block;
        width: 130%;
    }
    .option_inner{
        width: 90%;
    }
    .detail_bg{
        padding: 8% 0 10%;
    }
}
/*料金*/
.cost_bg{
    background-color: #fffceb;
    padding: 4% 0 5%;
}
.cost_ttl{
    font-size: clamp(30px, 2.5vw, 40px);
    margin: 0;
}
.cost_inner{
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
}
.cost_table {
    display: grid;
    grid-template-columns: 14% 1fr;
    gap: 1.5em;
    margin-bottom: 1em;
    margin-top: 20px;
}
.cost_inner .text{
    background-color: #fff;
    padding: 20px 10px;
    border-radius: 20px;
    border: solid 1px #ff690f;
}
.cost_img{
    background-color: #fff;
    padding: 30px;
}
/*料金：テーブル*/
.table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
.price-table {
    width: 100%;
    min-width: 900px;
    border-collapse:collapse;
    text-align: center;
    font-weight: bold;
}
.price-table th{
    background-clip: padding-box;
    border-right: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
}
.price-table td {
    background-clip: padding-box;
    border-left: 4px solid #ffffff;
    border-top: 4px solid #ffffff;
}
.price-table th .fsSS{
    display: block;
    line-height: 1.4;
}
.price-table th,
.price-table td {
padding: 16px;
}
.side {
background: #777;
color: #fff;
width: 120px;
}
/* 項目名 */
.item {
background: #f2f2f2;
width:16%;
}
.price-table .red{
    font-size: clamp(30px, 3vw, 30px);
}
.price-table .ora{
    font-size: clamp(30px, 3vw, 30px);
}
.price-table td .small{
    font-size: clamp(22px, 2vw, 22px);
}

/* プラン色 */
.y_co{ background-color: #fff6de;}
.o_co{ background-color: #ffede3;}
.r_co{ background-color: #ffeeee;}
.side{ width:14%; background: #737373;}
.trial { width:15%; background: #ff1e1e; color: #fff; }
.basic { width:40%; background: #ff7a00; color: #fff; }
.onpre { width:18%; background: #f2b400; color: #fff; }
/* 対象外 */
.exclude {
font-size: 20px;
}
small {
font-weight: normal;
font-size: 12px;
}
.th_top{
    background-color: #fff;
    position: sticky;
    left: 0;
}

@media (max-width: 1200px) {
    .table-wrap {
    overflow-x: auto;
    overflow-y: hidden; /* ← これ重要 */
    position: relative;
}
    .cost_inner{
        width: 90%;
    }
    .cost_bg{
        padding: 8% 0 8%;
    }
    .cost_img{
        padding: 10px;
    }
    .price-table .side {
        position: sticky;
        left: 0;
        z-index: 3;
    }
    .price-table .item {
    position: sticky;
    left: 79px; /* ← sideのwidthと同じ */
    z-index: 2;
    }
    .price-table th{
        background-clip: padding-box;
        border-right: 3px solid #ffffff;
        border-top: 3px solid #ffffff;
    }
    .price-table td {
        background-clip: padding-box;
        border-left: 3px solid #ffffff;
        border-top: 3px solid #ffffff;
        font-size: 13px;
    }
    .price-table {
        width: 100%;
        min-width: 500px;
        border-collapse:collapse;
        margin-left: auto;

    }
    .price-table th, .price-table td{
        padding: 8px 5px;
        font-size: 13px;
    }
    .item {
        width:10%;
        font-size: 13px;
    }
    .side{ 
        width:10%; 
        font-size: 13px;
    }
    .trial{
        width:12%;
    }
    .basic {
        width:20%;
    }
    .onpre{
        width:12%;
    }
    .price-table .red{
        font-size: clamp(20px, 3vw, 30px);
    }
    .price-table .ora{
        font-size: clamp(20px, 3vw, 30px);
    }
    .price-table td .small{
        font-size: clamp(16px, 2vw, 22px);
    }
}
/*アカウント発行の流れ*/
.flow{
    padding: 3% 0 3%;
    background-color: #fff5eb;
}
.flow_ttl{
    font-size: clamp(30px, 2.5vw, 40px);
}
.flow_item_ttl{
    background-color: #ff8a00;
    color:#fff;
    font-size: clamp(18px, 1.2vw, 2px);
    padding: 8px 6px;
    text-align: center;
    position: relative;
    width: 100%;
    height: 10%;
    padding-top: 13px;
}
.flow_item_ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -16px;
    transform: translateY(-50%);
    border-top: 26px solid transparent;
    border-bottom: 27px solid transparent;
    border-left: 17px solid #ff8a00;
}
.flow_inner{
    width: 80%;
    max-width: 1000px;
    display: flex;
    margin: 0 auto;
    gap: 5%;
    margin-bottom: 30px;
}
.flow_item{
    width: 25%;
    text-align: center;
}
.flow_item .text{
    text-align: left;
    height: 14%;
}
@media (max-width: 768px) {
    .flow{
        padding: 8% 0 9%;
    }
    .flow_item_ttl{
        box-sizing: border-box;
        padding: 11px 6px;
    }
    .flow_inner{
        display: block;
        width: 90%;
    }
    .flow_item{
        width: 100%;
    }
    .flow_item_ttl::before{
        top: 50%;
        right: 50%;
        transform: translateY(-50%);
        transform: rotate(90deg);
    }
    .flow_item .text{
        text-align: center;
    }
    .cta{
        width: 90%;
        margin: 0 auto;
    }
}
/*---------- よくあるご質問 アコーディオン----------*/
.qa_bg {
    background-image: url(../img/point_bg_pc.jpg);
    background-position: top;
    padding: 3% 0 3%;
}
.qa_ttl{
    font-size: clamp(30px, 2.5vw, 40px);
}
.accordion-area{
  list-style: none;
  width: 96%;
  max-width: 800px;
  margin:0 auto;
  padding: 0;
}
.accordion-area li{
  margin: 10px 0;
}
.acco_sec {
  margin-bottom: 30px;
  border-radius: 15px;
}
.title {
  position: relative;/*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: 500;
  padding: 2.5% 0 2.5% 3%;
  transition: all .5s ease;
  color: #000;
  background-color: #eeeeee;
}
.title::after {
    content: '';
    position: absolute;
    right: 5%;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #ff690f;
    border-bottom: 2px solid #ff690f;
    transform: translateY(-50%) rotate(45deg);
    transition: transform .3s ease;
  }
/* 開いたら上向き */
.title.close::after {
    transform: translateY(-50%) rotate(-135deg);
  }
.box {
  display: none;/*はじめは非表示*/
  padding: 2% 0 2.5% 3%;
  position: relative;
  line-height: 1.5;
  font-size:0.9rem;
  color: #0e247c;
  font-weight: 500;
}
.qa_flx {
  display: flex;
  justify-content: flex-start;
  max-width: 90%;
  align-items: center;
}
.qa_icon_Q {
  margin: 6px 2% 0 0;
  width: 27px;
}
.qa_icon_A {
  margin: 6px 2% 0 0;
  width: 27px;
}
.qa_flx2 {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}
.qa_answer {
  font-size: 1rem;
  color: #000;
  max-width: 85%;
}
.title.rounded {
  border-radius: 10px 10px 0 0;
}
.qa_fsS {
  font-size: 0.7rem;
}
footer{
    background-color: #2f3b4a;
    color: #fff;
    padding: 20px 20px;
    text-align: center;
}
@media (max-width: 768px) {
    .qa_bg{
        padding: 8% 0 8%;
    }
    .acco_sec{
        margin-bottom: 15px;
    }
    .qa_question{
        width: 90%;
    }
}