@charset "utf-8";
/* CSS Document */
:root{
      --dark:#1f2b35;
      --blue:#0054a0;
      --light-blue:#d4e1ed;
      --muted:#6b7882;
      --accent:#f5c84a;
      --container:1100px;
      --radius:8px;
      --gap:24px;
      font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    }
    *{box-sizing:border-box}
    body{margin:0;color:#222;background:#fff; font-size: 16px;}

    /* wrapper */
    .wrap{max-width:var(--container);margin:0 auto;padding:40px 20px}
.pc-only{
}
.sp-only{
    display: none;
}
@media (max-width:767px){
  .pc-only{
      display: none;
}
.sp-only{
    display: block;
}  
}
    /* HERO */
.hero{
    background: #12171D;
    background: linear-gradient(0deg,rgba(18, 23, 29, 1) 0%, rgba(54, 63, 72, 1) 88%);
    color: #fff;
}
.hero .wrap{
    max-width: 1200px;
}
.hero .sub_ttl{
    padding-top: 30px;
    position: relative;
    font-size: 2.2rem;
    font-weight: 600;
    text-align: center;
    display: block;
    width: 780px;
    margin: 0 auto;
}
.hero .sub_ttl span{
    color: #f0bf46;
    position: absolute;
    top: -10px;
    left: -20px;
    transform: rotate(-10deg);
}
.hero h1{
    text-align: center;
}
.hero h1 strong{
    font-size: 3.8rem;
    margin-left: 20px;
}
.hero .fv_txt{
    font-weight: 600;
    text-align: center;
}
.hero .fv_txt span{
    width: 120px;
    height: 45px;
    display: inline-block;
    text-align: center;
    font-size: 1.8rem;
    background: #253A4B;
background: linear-gradient(0deg,rgba(37, 58, 75, 1) 0%, rgba(80, 125, 160, 1) 88%);
    border-radius: 10px;
    line-height: 1;
    vertical-align: top;
    padding-top: 8px;
}
.hero .fv_txt span:nth-child(2){
    font-size: 1rem;
}
.hero .fv_txt p{
    display: inline-block;
    font-size: 1.7rem;
    margin-top: 8px;
}
.hero .fv_img_area{
    display: flex;
}
.hero .fv_img_area .fv_list{
    display: flex;
}
.hero .fv_img_area .fv_list div{
    display: block;
    position: relative;
}
.hero .fv_img_area .fv_list span{
    display: block;
    text-align: center;
    font-weight: 600;
    width: 60%;
    font-size: 1.1rem;
    position: absolute;
  top: 55%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}
@media (max-width:1180px){
  .hero .fv_img_area{
    display: block;
}
.hero .fv_img_area .fv_img img{
    display: block;
    margin: 0 auto;
    max-width: 600px;
    width: 100%;
    }
.hero .fv_img_area .fv_list{
    display: flex;
    justify-content: center;
}
    .hero .fv_img_area .fv_list span{
        top: 64%;
    }
}
@media (max-width:767px){
    .hero .sub_ttl {
    font-size: 1.5rem;
    width: 100%;
    margin: 0 auto;
}
.hero .sub_ttl span {
    top: 0px;
    left: 0px;
    transform: rotate(-10deg);
}
.hero h1 img{
    width: 100%;
    max-width: 200px;
}
.hero h1 strong {
    font-size: 2rem;
    margin-left: 20px;
}
.hero .fv_txt span {
    width: 100%;
    max-width: 100px;
    height: 45px;
}
.hero .fv_txt p {
    display: inline-block;
    font-size: 1.5rem;
    margin-top: 8px;
    margin-bottom: 0;
}
.hero .fv_img_area .fv_list div img{
    width: 100%;
}
.hero .fv_img_area .fv_list span {
        top: 64%;
        width: 70%;
    font-size: .8rem;
    }
}

#dt-01{}
#dt-01 img{
    width: 100%;
}

    /* POINT sections */
    #dt-01 .point{
}
#dt-01 .point-head{
    background:var(--light-blue);
    display: flex;
        justify-content: center;
    align-items: center;
}
#dt-01 .point-head .point-number{
    background:var(--blue);
    color: #fff;
    display: inline;
    font-size: 1.5rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
#dt-01 .point-head h2{
    color: var(--blue);
    margin-left: 20px;
    font-size: 2rem;
}
#dt-01 .point-body{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 30px 20px 60px;
}
#dt-01 .point-3 .point-body{
    padding: 30px 20px 0px;
}
#dt-01 .point-body p{
    font-size: 1.4rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 20px;
}
#dt-01 .point-body .features-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:18px;margin-top:14px;
}
    #dt-01 .point-body .feature-card{
        background:#fff;
        padding:20px 25px 25px;
        border-radius:20px;
        border:1px solid var(--blue);
        text-align:center
}
#dt-01 .point-body .feature-card img{
    max-width: 100px;
}
    #dt-01 .point-body .feature-card h3{
        font-size: 1.8rem;
        font-weight: 600;
        color: var(--blue);
        margin: 0 0 20px;
}
    #dt-01 .point-body .feature-card p{
        font-size: 1.1rem;
        margin: 0;
        color: #000;
        text-align: left;
}

#dt-01 .lp_btn{
    margin: 80px 0;
}
#dt-01 .lp_btn .btn{
    display: block;
    font-weight: 600;
    text-decoration: none;
    color: #000;
    padding: 20px;
    border-radius: 60px;
    background: #f0bf46;
    font-size: 1.7rem;
    text-align: center;
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
#dt-01 .lp_btn .btn:hover{
    opacity: .7;
}

/* function icons area */
    #dt-01 .funcs{
        background: #12171D;
        background: linear-gradient(0deg,rgba(18, 23, 29, 1) 0%, rgba(54, 63, 72, 1) 88%);
        color:#fff;
        padding:36px 0;
}
#dt-01 .funcs h2{
    font-size: 2.5rem;
    margin: 0 0 20px;
}
    #dt-01 .funcs .wrap{
        display:flex;
        flex-direction:column;
        align-items:center;
}
    #dt-01 .funcs-grid{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:16px;
        width:100%;
        max-width:980px;
        margin-top:18px;
}
    #dt-01 .func{
        background:#fff;
        color:#222;
        padding:18px;
        border-radius:8px;
        text-align:center;
        border:1px solid #2f3940;
}
#dt-01 .func img{
    max-width: 100px;
}
    #dt-01 .func h3{
        font-size: 1.3rem;
}
#dt-01 .sections{
    margin: 70px 0;
}
#dt-01 .sections .ttl_font{
    font-size: 2.8rem;
    text-align: center;
    font-weight: 600;
    color: #13528a;
}

#dt-01 .sections .detail-block{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 40px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
}
#dt-01 .sections .thumb{
    background: var(--light-blue);
    color: #13528a;
    font-size: 2rem;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0;
}
#dt-01 .sections .content{
    padding: 30px;
}
#dt-01 .sections .content p{
    margin: 0 0 20px;
    font-size: 1.3rem;
    font-weight: 600;
}
#dt-01 .sections .content p span{
    color: var(--blue);
}

#dt-01 .specs{
    background: var(--light-blue);
    padding-bottom: 70px;
}
#dt-01 .specs h2{
    color: #13528a;
    text-align: center;
    font-size: 3rem;
    font-weight: 600;
    padding: 50px 0;
    margin: 0;
}
#dt-01 .specs .spec_block{
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}
#dt-01 .specs .spec_block p{
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
}
#dt-01 .specs .spec{
    display: flex;
}
#dt-01 .specs .spec h3{
    font-size: 1.1rem;
    position: relative;
    padding-left: 20px;
}
#dt-01 .specs .spec h3 span{
    font-size: .9rem;
}
#dt-01 .specs .spec h3::before{
    content: "";
    background: var(--blue);
    width: 10px;
    height: 15px;
    display: block;
    position:absolute;
    left: 0;
}
#dt-01 .specs .spec .block:first-child{
    width: 40%;
    margin-right: 5%;
}
#dt-01 .specs .spec table{
    width: 100%;
    border-collapse: collapse;
    font-size: .9rem;
    text-align: left;
}
#dt-01 .specs .spec table th,#dt-01 .specs .spec table td{
    padding: 10px;
    border: 1px solid #ccc;
}
#dt-01 .specs .spec table .ta_ttl{
    background: var(--blue);
    color: #fff;
}
#dt-01 .specs .spec table .blue{
    background: #deebf7;
}
#dt-01 .specs .spec table span{
    color: var(--blue);
}
.dt_footer{
    text-align: center;
}
.dt_footer div{
    margin-bottom: 20px;
}
.dt_footer div a{
    text-decoration: underline;
    font-weight: 500;
    color: #000;
}
@media (max-width:1079px){
    #dt-01 .point-head h2 {
    color: var(--blue);
    margin-left: 10px;
    font-size: 1.6rem;
        max-width: 85%;
}
#dt-01 .point-head .point-number {
    background: var(--blue);
    color: #fff;
    display: inline;
    font-size: 1.1rem;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
}
@media (max-width:767px){
 #dt-01 .point-head {
    background: var(--light-blue);
    display: block;
    justify-content: center;
    align-items: center;
    padding: 10px 20px 20px;
}
#dt-01 .point-head .point-number {
    font-size: 1rem;
    padding: 5px 10px;
}
#dt-01 .point-head h2
 {
    color: var(--blue);
    margin-left: 0px;
    font-size: 1.4rem;
    margin: 0;
}
#dt-01 .point-body p {
    font-size: 1.1rem;
}
#dt-01 .point-body .features-grid {
    display: block;
    margin-top: 14px;
}
#dt-01 .point-body .feature-card {
    background: #fff;
    padding: 10px 20px 25px;
    border-radius: 20px;
    border: 1px solid var(--blue);
    text-align: center;
    margin-bottom: 10px;
}
#dt-01 .point-body .feature-card h3 {
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--blue);
    margin: 0 0 20px;
}
#dt-01 .point-body .feature-card p {
    font-size: 1rem;
    margin: 0;
    color: #000;
    text-align: left;
}
#dt-01 .lp_btn {
    margin: 80px 20px;
}
#dt-01 .lp_btn .btn {
    font-size: 1.4rem;
}
#dt-01 .funcs h2 {
    font-size: 2rem;
    margin: 0 0 20px;
}
#dt-01 .funcs-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    width: 100%;
    max-width: 980px;
    margin-top: 18px;
}
#dt-01 .func {
    background: #fff;
    color: #222;
    padding: 10px 18px 20px;
    border-radius: 8px;
    text-align: center;
    border: 1px solid #2f3940;
}
#dt-01 .func img {
    max-width: 80px;
}
#dt-01 .func h3 {
    font-size: 1.2rem;
    margin: 0;
}
#dt-01 .sections .ttl_font {
    font-size: 2rem;
    margin: 0 20px 20px;
}
#dt-01 .sections .thumb {
    background: var(--light-blue);
    color: #13528a;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 10px 20px;
    margin: 0;
}
#dt-01 .sections .content p {
    margin: 0 0 20px;
    font-size: 1rem;
    font-weight: 600;
}
#dt-01 .specs h2 {
    color: #13528a;
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    padding: 50px 0 40px;
    margin: 0;
}
#dt-01 .specs .spec_block p {
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
}
#dt-01 .specs .spec_block {
    max-width: 1000px;
    width: 93%;
    margin: 0 auto;
    padding: 20px;
    background: #fff;
}
#dt-01 .specs .spec {
    display: block;
}
#dt-01 .specs .spec .block:first-child {
    width: 100%;
    margin-right: 0;
}
}

