@charset "utf-8";

html {
  scroll-behavior: smooth;
}

body{
    margin: 0 auto;
    width: 100%;
    /* max-width: 650px; */
    background-color: white;
    box-shadow: 0px 5px 22px 0px rgb(0 0 0 / 25%);
    font-size: 16px;
    font-weight: 400;
    font-family:
    -apple-system,
    BlinkMacSystemFont,
    "Helvetica Neue",
    "Hiragino Sans",
    "Hiragino Kaku Gothic ProN",
    "Yu Gothic",
    "YuGothic",
    Meiryo,
    sans-serif;
}

.wrapper{
    margin-top: -3%;
}

img{
    width: 100%;
    margin: 0 auto;
    margin-top: -5px;
}

head{
    display: none;
}

style{
    display: none;
}

/* 初期状態：両方非表示 */
.pc{
  display:none;
}

.sp{
  display:block;
}

/* PC */
@media screen and (min-width:651px){

  .pc{
      display:block;
  }

  .sp{
      display:none;
  }

}

/* ヘッダー */
header{
    background:#066be1;
    height:110px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:0 10px;
}
  
  .hamburger {
    width: 38px;
    height: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin: 12px;
    z-index: 1100;
  }
  
  .hamburger span {
    height: 6px;
    width: 100%;
    background: #ffffff;
    border-radius: 2px;
    transition: 0.4s;
  }
  
  
  
  
  /* ハンバーガーメニュー */
  .nav-wrapper{
    position: static;
    margin-bottom: -3px;
  }
  
  .sp-nav ,.pc-nav{
    position:fixed;
    top:0;
    right:-320px;
    width:300px;
    max-width:85vw;
    height:100vh;
    background:#fff;
    transition:right .35s ease;
    overflow-y:auto;
    z-index:9999;
  }
  
  .sp-nav.open,.pc-nav.open{
    right:0;
}
  
.sp-nav .content,
.pc-nav .content{
    width:94%;
    margin:0 auto;
  }
  /* ×印 */
  .hamburger.open span:nth-child(1) {
    transform: translateY(16px) rotate(45deg);
  }
  
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  
  .hamburger.open span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .header-cta{
    display:block;
    flex:1;
    text-align:right;
    margin:0 10px;
}

.header-cta img{
    width: 83%;
    margin:0;
    display:block;
    margin-left:auto;
}
  
.logo{
    flex-shrink:0;
}

.logo img{
    width: 83%;
    margin:0;
}

/* 目次 */
.black-bg{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.45);
    opacity:0;
    visibility:hidden;
    transition:.3s;
    z-index:9998;
}

.black-bg.open{
    opacity:1;
    visibility:visible;
}

.sp-nav,.pc-nav{
    position:fixed;
    top:0;
    right:-320px;
    width:300px;
    max-width:85vw;
    height:100vh;
    background:#fff;
    transition:.35s;
    z-index:9999;
    overflow-y:auto;
    box-shadow:-8px 0 20px rgba(0,0,0,.25);

}

.menu-list{
    list-style:none;
    margin:80px 0 0;
    padding:0;
}

.menu-list li{
    border-bottom:1px solid #eee;
}

.menu-list a{
    display:block;
    padding:18px 25px;
    text-decoration:none;
    color:#444;
    font-size:16px;
    transition:.2s;
}

.menu-list a:hover{
    background:#f7f7f7;
}

.menu-close{
    position:absolute;
    top:18px;
    right:18px;
    width:40px;
    height:40px;
    border:none;
    background:transparent;
    color:#066be1;
    font-size:42px;
    line-height:1;
    cursor:pointer;
    padding:0;
    transition:.2s;
}

.menu-close:hover{
    transform:scale(1.1);
}

@media screen and (max-width: 650px) {
    .wrapper{
        margin-top: -4%;
    }

    header{
        padding-top: 5%;
        height: 58px;
    }

    .logo{
        flex: 0 0 38%;
        
    }

    .header-cta{
        flex: 1;
        margin: 0 -7px 0 12px; /* 右だけ詰める */
    }

    .nav-wrapper{
        margin-left: -5px;
    }

    .hamburger{
        margin-top: 5px;
        width: 28px;
    height: 23px;
    }

    .logo img{
        width: 100%;
    }

    .header-cta img{
        width: 100%;
        margin-top: -9%;
    }

    .hamburger span {
        height: 4px;
    }
}

/* ==================================
   PCヘッダー
================================== */
@media screen and (min-width:651px){

    header{
        height: 108px;
        background:#066be1;

        display:flex;
        align-items:center;

        padding: 0 26%;
        box-sizing:border-box;
    }

    /* ロゴ */
    .logo{
        flex:0 0 170px;
        margin-right:auto;   /* ←ここがポイント */
    }

    .logo img{
        width:170px;
        display:block;
        margin:0;
    }

    /* CTA */
    .header-cta{
        flex:0 0 240px;
        margin-right: 33px;  /* ハンバーガーとの間だけ少し */
    }

    .header-cta img{
        width:100%;
        display:block;
        margin:0;
    }

    /* ハンバーガー */
    #nav-wrapper{
        flex:0 0 40px;
    }

    .hamburger{
        width:38px;
        height:30px;
        margin:0;
    }

    .wrapper {
        margin-top: 0%;
    }

}

/* iPad Pro～Air */
@media screen and (min-width:651px) and (max-width:1200px){
    header {
        padding: 0 5%;
    }

}

/* 600～650pxだけ */
@media screen and (min-width:500px) and (max-width:650px){

    header{
        height:96px;   /* 好きな高さに調整 */
    }

}


/* fv */
.fv{
    margin-top: 0%;
}

@media screen and (min-width: 651px) {
    .fv_wrapper {
        background: url(../img/fv_bg.jpg) no-repeat center top;
        background-size: cover;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .fv_inner {
        width: 90%;
        max-width: 1600px;
        margin: 0 auto;
    }

    .fv_inner img {
        width: 100%;
        display: block;
    }
}



@media screen and (max-width:650px){
    .fv{
        margin-top: 4%;
    }
}

@media screen and (max-width:1000px){
    .fv_inner img {
        width: 120%;
        display: block;
        overflow: hidden;
        transform: translateX(-10%);
    }

}

/* iPad Air・11インチPro */
@media screen and (min-width:649px) and (max-width:1023px){
    .fv_inner {
        width: 100%;
        margin: 0 auto;
    }
}

/* ===========================
   CTA
=========================== */

.cta{
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: -6%;
}

.cta02{
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
    margin-top: 0%;
}

.cta_bg{
    display: block;
    width: 100%;
}

/* 全体 */
.cta_inner{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15%;
    width: 100%;
}

.cta_inner02{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 13%;
    width: 100%;
}

/* ボタンを縦並び */
.cta_bottom{
    width: 88%;
    margin: 0 auto;

    display: flex;
    flex-direction: column;
    gap: 13px;
}

/* ボタン共通 */
.cta_LINE,
.cta_tell{
    width: 100%;
}

.cta_LINE a,
.cta_tell a{
    display: block;
}

.cta_LINE img,
.cta_tell img{
    display: block;
    width: 100%;
    margin: 0;
    transition: .2s;
}

/* ホバー */
.cta_LINE img:hover,
.cta_tell img:hover{
    transform: scale(1.02);
}

/* SP微調整 */
@media screen and (max-width:650px){
    .cta{
        margin-top: -10%;
    }

    .cta_inner{
        bottom: 14%;
    }

    .cta_bottom{
        width: 88%;
        gap: 12px;
    }

}

/* ===========================
   PC CTA
=========================== */
@media screen and (min-width:651px){

    .cta_bg_pc{
        position: relative;
        background: linear-gradient(66deg,#046be2 0%,#083eab 100%);
        width:100%;
        padding: 1% 0 4%;
        margin-top: -1%;
    }

    .cta_title_pc{
        width:100%;
        max-width: 980px;
        margin:0 auto;
        position:relative;
    }

    .cta_title_pc img{
        display:block;
        width:100%;
        margin:0;
    }

    /* 画像の上に重ねる */
    .cta_bg_pc .cta_inner{
        position:absolute;
        left:50%;
        top: 35%;          /* ←ここで上下位置を調整 */
        transform:translateX(-50%);

        width:100%;
        max-width:980px;
        z-index:2;
    }

    .cta_bg_pc .cta_bottom{
        width:72%;
        margin:0 auto;

        display:flex;
        flex-direction:column;
        gap:0px;
    }
}

@media screen and (min-width:651px){

    .cta_bg_pc02{
        width:100%;
        background:#046be2;
        padding:35px 0 48px;
        position: relative
    }

    .cta_bg_pc02 .cta_title_pc{
        width:100%;
        max-width:980px;
        margin:0 auto;
    }

    .cta_bg_pc02 .cta_title_pc img{
        display:block;
        width:100%;
        margin:0;
    }

    .cta_bg_pc02 .cta_inner{
        position:absolute;
        left:50%;
        top:36%;
        transform:translateX(-50%);
        width:100%;
        max-width:980px;
        z-index:2;
    }

    .cta_bg_pc02 .cta_bottom{
        width:65%;
        margin:0 auto;
        display:flex;
        flex-direction:column;
        gap:22px;
    }
}

    /* iPad Pro～Air */
    @media screen and (min-width:651px) and (max-width:1200px){
        .cta_bg_pc02 .cta_title_pc {
            width: 100%;
            max-width: 980px;
            margin: -2% auto 0;
        }
    }

/* 悩み */
.problem{
    margin-top: -3%;
}

@media screen and (max-width:650px){
    .problem{
        margin-top: -4%;
    }
}

/* ===========================
   解決
=========================== */

.solution{
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin-top: -5%;
    max-width: 650px;
}

.solution > img{
    display: block;
    width: 100%;
    margin: 0;
}

/* 青いボード内 */
.solution_inner{
    position: absolute;
    top: 17%;
    left: 0;
    width: 100%;
}

.solution_inner h2{
    margin: 0;
}

.solution_inner img{
    display: block;
    width: 95%;
    margin: 0 auto;
}

/* 下のテキスト */
.solution_txt{
    position: absolute;
    bottom: 3%;
    width: 100%;
}

.solution_txt img{
    display: block;
    width: 100%;
    margin: 0 auto;
}

@media screen and (max-width:650px){
    .solution{
        margin-top: -8%;
    }

    .solution_inner{
        top: 17%;
    }

    .solution_inner img{
        width: 92%;
    }

    .solution_txt{
        bottom: 4%;

    }


}

/* ===========================
   サポート
=========================== */

.support{
    position: relative;
    width: 100%;
    max-width: 650px;
    margin: 0 auto;
}

.support > img{
    display: block;
    width: 100%;
    margin: 0;
}

/* タイトル */
.support_ttl{
    position: absolute;
    top: 22%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
}

.support_ttl h2{
    margin: 0;
}

.support_ttl img{
    display: block;
    width: 100%;
    margin: 0;
}

/* 六角形 */
.support_inner{
    position: absolute;
    bottom: 11%;
    left: 50%;
    transform: translateX(-50%);
    width: 95%;
}

.support_inner img{
    display: block;
    width: 100%;
    margin: 0;
}

@media screen and (max-width:650px){

    .support_ttl{
        top: 22%;
        width: 90%;
    }

    .support_inner{
        bottom: 11%;
        width: 96%;
    }

}

/* ===========================
   PC 共通背景
=========================== */
@media screen and (min-width:651px){

    .problem_area{
        background:
            url("../img/hougan_pc.jpg") center top repeat,
            #ffffff;
        padding:0 0 0px;
    }


}

/*=========================
 Problem PC
=========================*/
@media screen and (min-width:651px){

    .problem{
        background:
            url("../img/problem_bg_pc.png") center top no-repeat;
        background-size: cover;
        width:100%;
        padding:50px 0 70px;
    }

    /* FVのfv_innerと同じ役割 */
    .problem_inner{
        width:100%;
        max-width:1232px;
        margin:0 auto;
    }

    .problem_ttl{
        display:block;
        width:90%;
        margin:0 auto;
        max-width: 791px;
        padding-top: 5%;
    }

    .problem_contents{
        width:100%;
        margin-top: -2%;
    }

    .problem_contents img{
        display:block;
        width:100%;
        margin:0;
    }

}

/*=========================
 Solution PC
=========================*/
@media screen and (min-width:651px){

    .solution{
        width:100%;
        max-width:none;
        margin:0;
        padding: 3% 0% 3%;
        text-align:center;
        position:static;
    }

    .solution_ttl{
        width:90%;
        max-width:685px;
        margin: -3% auto 2%;
    }

    .solution_ttl img{
        display:block;
        width:100%;
    }

    .solution_inner{
        position:static;
        width:90%;
        max-width: 1000px;
        margin:0 auto 40px;
    }

    .solution_inner h2{
        margin:0;
    }

    .solution_inner img{
        display:block;
        width:100%;
    }

    /* ←これが重要 */
    .solution_txt{
        position:static;
        width:100%;
        margin:0 auto;
    }

    .solution_txt img{
        display:block;
        width:100%;
        max-width:1000px;
        margin:0 auto;
    }

}


/*=========================
 Support PC
=========================*/
@media screen and (min-width:651px){

    .support_pc{
        width:100%;
        background:url("../img/support_pc_bg.png") center top no-repeat;
        background-size:cover;
        padding: 2% 0 2%;
        margin-bottom: -1%;
    }

    .support_pc_ttl{
        width: 90%;
        max-width:1000px;
        margin: 7% auto 0%;
    }

    .support_pc_ttl h2{
        margin:0;
    }

    .support_pc_ttl img{
        display:block;
        width:100%;
        margin:0;
    }

    .support_pc_inner{
        width:90%;
        max-width:937px;
        margin: -3% auto 0%;
    }

    .support_pc_inner img{
        display:block;
        width:100%;
        margin:0;
    }

}

/* iPad Pro～Air */
@media screen and (min-width:651px) and (max-width:1200px){
    .solution_ttl {
        margin: -3% auto 6%;
        width: 70%;
    }

    .problem_ttl {
        width: 80%;
    }

    .support_pc_ttl {
        margin: 12% auto 0%;
    }

    .support_pc_inner {
        width: 80%;
        max-width: 937px;
        margin: -5% auto 3%;
    }

}

/*=========================
 Reason
=========================*/

.reason{

    background:#fdffd0;
    padding-bottom: 1%;
    margin-top: -4%;
}

.reason_title img{

    display:block;
    width:100%;
    margin:0;

}

.reason_inner{

    width:92%;
    margin:0 auto;

}

.reason_card{

    background: url(../img/hougan.png) no-repeat center top;
    margin:41px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.reason_card02{

    background: url(../img/hougan.png) no-repeat center top;
    margin:80px 0;
    box-shadow:0 8px 20px rgba(0,0,0,.15);

}

.reason_img img{

    display:block;
    width:28%;
    margin:0;

}

.reason_body{

    padding:28px 30px 35px;
    background:url(img/note_bg.jpg) repeat;

}

.reason_head{
    margin:0 0 20px;
    padding-bottom:18px;
    /* グラデーション */
    background: linear-gradient(to bottom, #ff9600 0%, #ff5a00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-size:32px;
    font-weight:bold;
    line-height:1.35;
    border-bottom:4px solid #ff7900;

}

.big{
    font-size: 38px;
}

.reason_body p{

    margin:0;
    color:#333;
    font-size:25px;
    line-height:1.5;
    font-weight:500;

}

.reason_img{
    position: relative;
}

.reason_img > img:last-child{
    display: block;
    width: 100%;
    margin: 0;
}

.reason_num{
    position: absolute;
    top: -21px;
    left: -12px;
    width: 170px;
    z-index: 2;
}

@media screen and (max-width:650px){
    .reason {
        margin-top: -6%;
    }

    .reason_inner{

        width:93%;

    }

    .reason_body{

        padding:18px;

    }

    .reason_head{

        font-size:19px;
        padding-bottom:12px;
        margin-bottom:15px;

    }

    .reason_body p{

        font-size:15px;
        line-height:1.5;

    }

    .reason_img img{

        display:block;
        width:28%;
        margin:0;
    
    }

    .reason_img > img:last-child{
        display: block;
        width: 100%;
        margin: 0;
    }
    
    .reason_num{
        top: -13px;
        left: -7px;
    }

    .big{
        font-size: 25px;
    }

    .reason_card {
        margin: 31px 0;
    }

    .reason_card02 {
        margin: 50px 0;
    }

}

@media screen and (min-width:651px){

    .reason{
        background:#fdfccf;
        padding-bottom: 3%;
        margin-top:0;
    }
    
    .reason_title{
        width:100%;
        background: url(../img/reason_ttl_bg.png) no-repeat center top;
    }
    
    .reason_title img{
        display: block;
        width: 90%;
        max-width: 1120px;
        margin: 0px auto;
        padding-top: 2%;
        margin-bottom: 0%;
        padding-bottom: 12%;
    }
    
    .reason_inner{
        width:100%;
        max-width:940px;
        margin:0 auto 0;

    }
    
    
    }

    /*=========================
 Reason PC Card
=========================*/
@media screen and (min-width:651px){

    .reason_inner{
        width:90%;
        max-width:940px;
        margin:0 auto 0;
    }

    .reason_card,
    .reason_card02{
        display:flex;
        align-items:stretch;

        background:#fff url("../img/hougan.png") repeat;

        margin:0 auto 40px;
        box-shadow:0 8px 18px rgba(0,0,0,.18);
    }

    .reason_img{
        width:38%;
        flex-shrink:0;
        position:relative;
    }

    .reason_img>img:last-child{
        width:100%;
        height:100%;
        object-fit:cover;
        display:block;
        
    }

    .reason_num{
        position:absolute;
        top: -7%;
        left: -3%;
        width: 39% !important;
        z-index:10;
    }

    .reason_body{
        width:62%;
        background:transparent;
        padding:22px 28px;
        box-sizing:border-box;

        display:flex;
        flex-direction:column;
        justify-content:center;
    }

    .reason_head{
        margin:0 0 18px;
        padding-bottom:12px;
        font-size: 31px;
        line-height:1.35;

        border-bottom:2px solid #ff7900;
    }

    .reason_head .big{
        font-size: 45px;
    }

    .reason_body p{
        font-size: 20px;
        line-height:1.8;
        margin:0;
        color:#333;
    }

    .reason_title img{
        display: block;
        width: 90%;
        max-width: 1120px;
        margin: 0px auto;
        padding-top: 2%;
        margin-bottom: 0%;
        padding-bottom: 10%;

}

}

@media screen and (min-width:651px) and (max-width:767px){
    .reason_title {
        width: 100%;
        background: url(../img/reason_ttl_bg_ipad.png) no-repeat center top;
    }

    .reason_title img{
        display: block;
        width: 100%;
        max-width: 1121px;
        margin: 0 auto;
        padding-top: 6%;
        padding-bottom: 24%;

}
}


/* iPad mini */
@media screen and (min-width:651px) and (max-width:819px){
    .reason_title {
        width: 100%;
        background: url(../img/reason_ttl_bg_ipad.png) no-repeat center top;
    }

    .reason_title img{
        display: block;
        width: 97%;
        max-width: 1121px;
        margin: 0 auto;
        padding-top: 4%;
        padding-bottom: 23%;

}

.reason_head {
    margin: 0 0 18px;
    padding-bottom: 12px;
    font-size: 22px;
    line-height: 1.35;
    border-bottom: 2px solid #ff7900;
}

.reason_head .big {
    font-size: 35px;
}

.reason_body p {
    font-size: 20px;
    line-height: 1.8;
    margin: 0;
    color: #333;
}
}

@media screen and (min-width:723px) and (max-width:819px){
    .reason_title img {
        display: block;
        width: 97%;
        max-width: 1121px;
        margin: 0 auto;
        padding-top: 4%;
        padding-bottom: 20%;
    }
}

/* iPad Air・11インチPro */
@media screen and (min-width:820px) and (max-width:1023px){
    
    .reason_title {
        width: 100%;
        margin-top: -1%;
        background: url(../img/reason_ttl_bg_ipad.png) no-repeat center top;
    }
    .reason_title img{
        display: block;
        width: 79%;
        max-width: 1121px;
        margin: 0 auto;
        padding-top: 3%;
        padding-bottom: 18%;
    }

    .reason_head {
        margin: 0 0 18px;
        padding-bottom: 12px;
        font-size: 22px;
        line-height: 1.35;
        border-bottom: 2px solid #ff7900;
    }
    
    .reason_head .big {
        font-size: 35px;
    }
    
    .reason_body p {
        font-size: 20px;
        line-height: 1.8;
        margin: 0;
        color: #333;
    }

    
}

/* iPad Pro 12.9・13インチ */
@media screen and (min-width:1024px) and (max-width:1200px){

    .reason_title img{
        display:block;
        width:88%;
        max-width:1121px;
        margin:0 auto;
        padding-top:5%;
        padding-bottom:19%;
    }
}


/*=========================
 口コミ
=========================*/

.kutikomi{
    background:url(../img/reason02_bg.jpg) center top/cover no-repeat;
    padding:0 0 9px;

}

.kutikomi_title{
    padding-top: 5%;
    margin:0;
}

.kutikomi_title img{
    width:66%;
    display:block;

}

.kutikomi_inner{

    width:92%;

    margin:0 auto;

}

.voice{
    position:relative;
    margin: 56px 0 91px;
}

.voice_box{

    position:relative;

    background:#fff;

    border-radius:16px;

    padding:28px 22px 38px;

    box-shadow:0 8px 20px rgba(0,0,0,.18);

}

.voice h3{
    color:#1495ff;
    font-size: 30px;
    line-height: 1.2;
    font-weight:700;
    margin:0 0 20px;
    padding-bottom:16px;
    border-bottom:3px dashed #25a8ff;
}

.p_right{
    padding-left: 18%;
    display: flex;
    align-items: center;
}

.voice p{
    margin:0;
    font-size: 23px;
    line-height: 1.5;
    color:#333;
    font-weight:500;
}

.voice span{

    background:linear-gradient(transparent 62%, #fff54c 62%);

    font-weight:bold;

}

.voice_icon{
    position:absolute;
    top:-9px;
    width: 22%;
    z-index:3;

}

.voice_icon.left{

    left:-18px;

}

.voice_icon.right{
    right:-23px;
}

.voice_name{
    position:absolute;
    bottom: -42px;
    width:300px;
    z-index:2;

}

.voice_name.right{
    right:-19px;
}

.voice_name.left{
    left:-12px;
}

@media (max-width:650px){

    .voice{
        margin: 28px 0 54px;
    }
    
    .voice_box{
    
        padding:18px 16px 30px;
    
    }

    .kutikomi_title {
        padding-top: 10%;
        margin: 0;
    }
    
    .voice h3{
        font-size: 19px;
        margin-bottom:14px;
    }
    
    .voice p{
    
        font-size:15px;
    
        line-height:1.7;
    
    }
    
    .voice_icon{
        width: 23%;
    }
    
    .voice_name{
        width: 58%;
    }

    .voice_icon.left {
        left: -9px;
    }

    .voice_icon.right {
        right: -10px;
    }

    .voice_name.right {
        right: -13px;
    }

    .voice_name.left {
        left: -9px;
    }

    .voice_name {
        bottom: -26px;
    }
    
    }

    @media screen and (min-width:651px){
        .voice {
            position: relative;
            margin: 4% 0 9%;
        }

        .kutikomi{
            background:url(../img/reason02_bg_pc.jpg) center top/cover no-repeat;
            padding:0 0 2%;
        
        }
        
        .kutikomi_title{
            padding-top: 5%;
            margin:0;
        }
        
        .kutikomi_title img{
            width:100%;
            display:block;
            max-width: 600px;
        
        }

        .kutikomi_inner {
            max-width: 1000px;
            width: 90%;
            margin: 0 auto;
        }

        .voice_box {
            position: relative;
            background: #fff;
            border-radius: 16px;
            padding: 28px 36px 38px;
            box-shadow: 0 8px 20px rgba(0, 0, 0, .18);
        }
        user agent stylesheet
        div {
            display: block;
            unicode-bidi: isolate;
        }

        .voice p {
            margin: 0;
            font-size: 24px;
            line-height: 1.5;
            color: #333;
            font-weight: 500;
        }

        .voice_icon {
    position: absolute;
    top: -26px;
    width: 14%;
    z-index: 3;
}

.p_right {
    padding-left: 12%;
    display: flex;
    align-items: center;
}
    }

    /* iPad Pro～Air */
@media screen and (min-width:651px) and (max-width:1200px){
    .kutikomi_title img {
        width: 100%;
        display: block;
        max-width: 371px;
    }

    .voice h3 {
        font-size: 26px;
    }

    .p_right {
        padding-left: 8%;
    }

    .voice {
        position: relative;
        margin: 7% 0 11%;
    }

    .kutikomi {
        background: url(../img/reason02_bg.jpg) center top / cover no-repeat;
        padding: 0 0 2%;
    }
}
    

    /*=========================
 仕事
=========================*/

.work{
    background: url("../img/work_bg.jpg") center top / cover no-repeat;
    padding: 25% 0 0px;
}

.work_title{
    margin-top: 0%;
    margin-bottom: 8%;
}

.work_title img{
    width: 73%;
    display: block;
}

.work_arrow{
    width: 51%;
    margin: 18px auto 28px;
}

.work_arrow img{
    display: block;
    width: 100%;
}

.work_inner{
    width: 94%;
    margin: 0 auto;
}

.work_inner > img{
    display: block;
    width: 73%;
    margin: 0 auto 28px;
}

.work_row{
    display: flex;
    justify-content: space-between;
    gap: 0px;
}

.work_row img{
    width: calc(50% - 8px);
    display: block;
}

.work_bottom{
    width: 90%;
    margin: 30px auto 0;
}

.work_bottom img{
    display: block;
    width: 100%;
}

@media (max-width:650px){
    .work_inner {
        width: 94%;
        margin: -12px auto;
    }

    .work_row {
        margin-top: -5%;
    }

    .work_arrow {
        width: 51%;
        margin: 18px auto 36px;
    }
}

/*====================================
 Work PC
====================================*/
@media screen and (min-width:651px){

    .work{

        background:url("../img/work_bg_pc.jpg") center top no-repeat;
        background-size:cover;

        width:100%;
        padding: 3% 0 0px;
        margin-top: -1%;
    }

    /* タイトル */
    .work_title{
        padding-top: 10%;
        padding-bottom: 3%;
        width:90%;
        max-width:700px;
        margin:0 auto 25px;
    }

    .work_title img{
        display:block;
        width:100%;
    }

    /* 青い矢印 */
    .work_arrow{

        width:100%;
        max-width: 403px;
        margin:0 auto 45px;
    }

    .work_arrow img{
        display:block;
        width:100%;
    }


        .work_inner{
            width:90%;
            max-width: 1250px;
            margin:0 auto;
    
            display:flex;
            justify-content:space-between;
            align-items:flex-start;
            gap:24px;
        }
    
        .work_inner img{
            display:block;
            width:calc((100% - 50px) / 3);
            margin:0;
            flex-shrink:0;
        }
    

    .work_row img{

        width:calc(50% - 9px);

        display:block;
    }

    /* 下の人物 */
    .work_bottom{

        width:100%;
        max-width:900px;
        margin: 1% auto 0;
    }

    .work_bottom img{

        display:block;
        width:100%;
    }

}

    /* iPad Pro～Air */
    @media screen and (min-width:651px) and (max-width:1200px){
        

        .work_arrow {
            width: 100%;
            max-width: 337px;
            margin: 0 auto 26px;
        }

        .work_arrow img {
            display: block;
            width: 90%;
        }

        .work_bottom {
            width: 77%;
            max-width: 900px;
            margin: 1% auto 0;
        }
        .work_inner{
            width: 93%;
            gap:4px;
        }
    
        .work_inner img{
            width:calc((100% - 8px) / 3);
        }
    }

/*=========================
 上田市
=========================*/

.life{
    background:url("../img/life_bg.jpg") center top / cover no-repeat;
    padding: 0 0 23%;
}

.life_title{
    padding-top: 11%;
    padding-bottom: 6%;
    margin:0;
}

.life_title img{
    display:block;
    width:100%;
    margin:0;
}

.life_inner{
    width:95%;
    margin:0 auto;
}

.life_inner img{
    display:block;
    width:100%;
    margin:0 0 28px;
}

.life_txt{
    width:92%;
    margin: -23% auto 0;
}

.life_txt img{
    display:block;
    width:100%;
    margin:0;
}

@media (max-width:650px){
    .life_inner img {
        margin: 0 0 14px;
    }
}

/*=========================
 Life PC
=========================*/
@media screen and (min-width:651px){
   
    

    .life.pc{
        width:100%;
        background:url("../img/life_bg_pc.jpg") center top no-repeat;
        background-size:cover;
        padding:0% 0 4%;
    }

    

    /* タイトル */
        .life.pc .life_title {
        width: 90%;
        max-width: 911px;
        margin: 0 auto 0;
        padding-top: 4%;
        padding-bottom: 3%;
    }

    .life.pc .life_title img{
        display:block;
        width:100%;
        margin:0;
        
    }

    /* 4つのポイント */
    .life.pc .life_inner{
        width:90%;
        max-width:900px;
        margin:0 auto;
    }

    .life.pc .life_inner img{
        display:block;
        width:100%;
        margin:0 auto 18px;
    }

    .life.pc .life_inner img:last-child{
        margin-bottom:40px;
    }

    /* 下部画像 */
    .life.pc .life_txt{
        width:100%;
        max-width:900px;
        margin:0 auto;
    }

    .life.pc .life_txt img{
        display:block;
        width:100%;
        margin:0;
    }

    .life.pc .life_txt {
        width: 90%;
        max-width: 900px;
        margin: -4% auto 0;
    }

}

    /* iPad Pro～Air */
    @media screen and (min-width:651px) and (max-width:1200px){
        .life{
            background:url("../img/life_bg_ipad.jpg") center top / cover no-repeat !important;
            background-size: cover;
            padding: 2% 0 7% !important;
        }

        .life.pc .life_title img{
            content:url("../img/life_title_ipad.png");
        }

        /* タイトル */
        .life.pc .life_title {
            width: 55%;
            max-width: 911px;
            margin: 0 auto 0;
            padding-top: 4%;
            padding-bottom: 3%;
        }

        .life.pc .life_txt {
            width: 90%;
            max-width: 900px;
            margin: -1% auto 0;
        }
    }

/*=========================
 FAQ
=========================*/

.faq{
    background:#fff;
    margin-top: 0.6%;
    padding-bottom: 8%;
    position: relative;
}

.arrow{
    margin-top: -2%;
}

.faq_title{
    position: relative;
    z-index: 1;
    margin:0;
}

.faq_title img{
    width:100%;
    display:block;
}

.faq_inner{
    position: relative;
    z-index: 2;
    width:94%;
    margin: -35px auto 0;
}

.faq_item{
    margin-bottom:28px;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 8px 18px rgba(0,0,0,.18);
}

.faq_item summary{
    list-style:none;
    display:flex;
    align-items:center;
    gap:18px;
    padding: 18px 52px 18px 18px;
    background:linear-gradient(90deg,#0064e6,#169cff);
    cursor:pointer;
    color:#fff;
    font-size:26px;
    font-weight:bold;
    position:relative;
}

.faq_item summary::-webkit-details-marker{
    display:none;
}

.faq_icon{
    width:52px;
    flex-shrink:0;
}

.faq_item summary span{
    width:calc(100% - 74px);
}

/* ▼ */

.faq_item summary::after{
    content:"▼";
    position:absolute;
    right:20px;
    font-size:22px;
    transition:.3s;
}

.faq_item[open] summary::after{
    transform:rotate(180deg);
}

/* 回答 */

.faq_answer{
    padding:28px;
}

.faq_answer p{
    margin:0;
    font-size:24px;
    line-height:1.7;
    color:#333;
}

.faq_answer strong{
    color:#f26a22;
}

.faq_arrow{
    width: 25%;
    margin:8% auto 0;
}

@media (max-width:650px){
    
    .faq_item summary {
        font-size: 17px;
        gap: 6px;
        padding: 18px 43px 18px 6px;
    }

    .faq_item summary span {
        width: calc(100% - 65px);
    }

    .faq_icon {
        width:47px;
        flex-shrink: 0;
    }

    .faq_answer p {
        font-size: 16px;
        line-height: 1.5;
    }

    .faq_answer {
        padding: 15px;
    }

    .faq_item summary::after {
        font-size: 16px;
    }

    .faq_inner {
        margin: -17px auto 0;
    }

    .faq_arrow {
        margin: 10% auto 0;
    }

    .faq {
        padding-bottom: 7%;
    }
}

@media screen and (min-width:651px){
    .faq {
        margin-top: 0%;
        padding-bottom: 4%;
    }

    .faq_title {
        width: 90%;
        max-width: 692px;
        position: relative;
        z-index: 1;
        margin: 0 auto;
    }

    .faq_inner {
        position: relative;
        z-index: 2;
        width: 90%;
        max-width: 1000px;
        margin: -35px auto 0;
    }

    .faq_arrow {
    width: 90%;
    max-width: 300px;
    margin: 3% auto 0;
}

}

    /* iPad Pro～Air */
    @media screen and (min-width:651px) and (max-width:1200px){
        .faq_title {
            width: 60%;
            margin-top: 3%;
        }

        .faq_arrow {
            width: 90%;
            max-width: 222px;
            margin: 6% auto 0;
        }
    }

    


/*=========================
 フォーム
=========================*/

.contact{
    background:#cfeefe;
    padding:50px 0 70px;
}

.contact_inner{
    width:92%;
    margin:auto;
}

.contact_title{
    margin:0 0 30px;
}

.contact_title img{
    width: 83%;
    display:block;
    padding-top: 5%;
}

.form_box{
    background:#fff;
    padding:40px 6%;
}

.form_box table{
    width:100%;
    border-collapse:collapse;
}

.form_box th{
    display:block;
    font-size:18px;
    font-weight:bold;
    margin-bottom:12px;
    text-align:left;
}

.form_box td{
    display:block;
    margin-bottom:35px;
}

.must{
    display:inline-block;
    background:#ff8800;
    color:#fff;
    font-size:14px;
    padding:4px 10px;
    margin-left:10px;
    font-weight:bold;
}

.form_box input[type=text],
.form_box input[type=tel],
.form_box input[type=email],
.form_box textarea{
    width:100%;
    background:#e8e8e8;
    border:none;
    padding:20px;
    font-size:18px;
    box-sizing:border-box;
    border-radius:0;
}

.form_box textarea{
    height:220px;
    resize:vertical;
}

.form_box input::placeholder,
.form_box textarea::placeholder{
    color:#777;
    line-height:1.7;
}

.submit_btn{
    margin-top:20px;
}

.submit_btn input{
    width:100%;
    height:82px;
    border:none;
    cursor:pointer;
    color:#fff;
    font-size:24px;
    font-weight:bold;
    border-radius:999px;
    background:linear-gradient(#ff9800,#ff7b00);
    box-shadow:
        0 8px 0 #cb6020,
        0 10px 18px rgba(0,0,0,.18);
    transition:.25s;
}

.submit_btn input:hover{
    transform:translateY(2px);
    box-shadow:
        0 6px 0 #cb6020,
        0 8px 14px rgba(0,0,0,.18);
}

@media (max-width:650px){
    .contact_title img {
        width: 83%;
        display: block;
        padding-top: 0%;
        margin-bottom: -3%;
    }

    .form_box input[type=text], .form_box input[type=tel], .form_box input[type=email], .form_box textarea {
        padding: 14px;
        font-size: 18px;
    }

    .submit_btn input {
        height: 60px;
        font-size: 20px;
    }

    .submit_btn {
        margin-top: -11px;
    }

}

@media screen and (min-width:651px){
    .contact_title {
        margin: 0 auto 3%;
        width: 90%;
        max-width: 900px;
    }
    
.contact_inner {
    width: 90%;
        max-width: 1118px;
    margin: auto;
}

.form_box th {
    display: block;
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: left;
}

.form_box input[type=text], .form_box input[type=tel], .form_box input[type=email], .form_box textarea {
    width: 100%;
    background: #e8e8e8;
    border: none;
    padding: 20px;
    font-size: 24px;
    box-sizing: border-box;
    border-radius: 0;
}

must {
    display: inline-block;
    background: #ff8800;
    color: #fff;
    font-size: 19px;
    padding: 4px 10px;
    margin-left: 10px;
    font-weight: bold;
}

.submit_btn {
    margin-top: -8px;
}
}

/*=========================
 Footer
=========================*/

.footer{
    background:#0568dd;
    padding:38px 20px;
    text-align:center;
}

.footer_inner{
    max-width:600px;
    margin:0 auto;
}

.footer p{
    margin:0 0 18px;
    color:#fff;
    font-size:15px;
    line-height:1.5;
    font-weight: 800;
}

.footer p:last-child{
    margin-bottom:0;
}

.footer .privacy{
    margin-top:34px;
}

.footer .privacy a{
    color:#fff;
    font-size:16px;
    text-decoration:underline;
    text-underline-offset:4px;
    transition:.25s;
    font-weight: 700;
}

.footer .privacy a:hover{
    opacity:.8;
}

@media (max-width:650px){
    .footer p {
        font-size: 14px;
    }

    .footer .privacy a {
        font-size: 15px;
    }
}

/* =========================
   追従CTA
========================= */

.floating-cta {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
  
    display: flex;
    justify-content: center;
  
    width: 100%;
    padding: 10px 15px;
  
    background: rgba(255, 255, 255, 0.82);
    box-sizing: border-box;
  
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  
    transition:
      opacity 0.4s ease,
      visibility 0.4s ease,
      transform 0.4s ease;
  
    pointer-events: none;
  }
  
  .floating-cta.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  
  .floating-cta a {
    display: block;
    width: 100%;
    max-width: 620px;
  }
  
  .floating-cta img {
    display: block;
    width: 100%;
    height: auto;
  }
  
  /* スマホ */
  @media screen and (max-width: 767px) {
    .floating-cta {
      padding: 8px 10px;
    }
  
    .floating-cta a {
      max-width: 500px;
    }
  }

  /*==================
PC
==================*/

@media screen and (min-width:700px){

    .floating-cta{
      position: fixed;
  
      right: 20px;
      left: auto;
  
      bottom: 30px;
  
      width: 24%;
  
      padding: 0;
      background: none;
  
      z-index: 999;
    }
  
    .floating-cta a{
      display: block;
    }
  
    .floating-cta img{
      display: block;
      width: 100%;
      transition: .3s;
    }
  
    .floating-cta img:hover{
      transform: scale(1.03);
    }
  
  }

  /* 初期 */
.floating-cta .pc{
    display: none;
}

.floating-cta .sp{
    display: block;
}

/* PC */
@media screen and (min-width:700px){

    .floating-cta .pc{
        display: block;
    }

    .floating-cta .sp{
        display: none;
    }

}

/* iPad Air・11インチPro */
@media screen and (min-width:820px) and (max-width:1023px){
    .floating-cta {
        width: 49%;
    }
}