@charset "utf-8";
html {
font-size: 10px;
font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

*{
    box-sizing: border-box;
}

main{
font-size: 1.6rem;
}

img{
    max-width: 100%;
}


/* ------------------------------------------------ */
.mv h1{
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #003CB4;
    padding: 29px 80px 29px 56px;
    color: #fff;
    font-weight: bold;
    font-size: 1.8rem;
    position: absolute;
    left: 0;
    top: 0;
    clip-path: polygon(0 0px, 100% 0, calc(100% - 40px) 100%, 0px 100%);
}
.mv {
    position: relative;
    width: 100%;
    margin: 0 0 96px;
}
.mv>img{
    width: 100%;
}
.mv_text{
    position: absolute;
    top: 50%;
    left: 50px;
    transform: translate(0, -50%);
}
.mv_text_img{
    margin: 0 0 50px;
}
/* ------------------------------------------------ */

.contents{
    width: 1160px;
    margin: 0 auto;
    max-width: calc(100% - 40px);
}
.c_top{
    padding: 96px 0 0;
}

.block01{
    margin: 0 0 40px;
}
.block02{
    margin: 0 0 190px;
}

.bg-blue{
    background-color: hsla(198, 72%, 66%, 0.25);
    padding: 0 0 96px;
}

.tec-block-wrap{
    width: 1160px;
    margin: 0 auto 96px;
    max-width: 100%;
}

.tec-block:not(:last-child){
    margin: 0 0 96px;
}

.tec-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.tec-block-text{
    position: relative;
    width: 50%;
    background-color: #fff;
    padding: 52px 30px;
    border-radius: 30px 0 0 30px;
}
.tec-note{
    position: absolute;
    font-size: 1.4rem;
    bottom: -2em;
}
.tec-audio{
    margin: 20px 0 0;
}
.tec-audio figcaption{
    margin: 0 0 10px;
}

/* pcのみ */
@media (width > 767px) {
.tec-block-rev .tec-block-text{
    order: 2;
    border-radius:0 30px 30px 0;
}
.tec-block-rev .tec-block-img{
    order: 1;
}
.tec-block-rev .tec-hl{
    left: 20px;
}
.tec-block_pb0{
    padding-bottom: 10px;
}
}

.tec-block-text h3{
    font-size: 2.8rem;
    margin: 0 0 30px;
}
.tec-hl{
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-10px, -50%);
}
.tec-block-img{
    width: 50%;
}
.tec-block-img img{
    width: 100%;
}

.bg-img{
    padding: 0 0 96px;
    background-image: url(../img/bg.png);
    background-size: 100% auto;
    background-position: bottom center;
    background-repeat: no-repeat;
}

.title_01{
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 3.2rem;
    font-weight: bold;
    margin: 0 0 48px;
    /* background-color: hsla(198, 72%, 66%, 0.25); */
}
.title_01_wrap{
    padding: 160px 0 10px ;
    position: relative;
    overflow: hidden;
}
.title_01_wrap::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;         /* 三角の高さ分ずらす */
  width: 0;
  height: 0;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  border-top: 255px solid #fff; /* 下向き三角 */
}
.title_01 span{
    color: #003CB4;
}
.title_01_sub{
    text-align: center;
    margin: 0 0 48px;
}

.btn{
    width: 340px;
    margin: 0 auto;
}
.btn a{
    display: block;
    text-decoration: none;
    background-color: #003CB4;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 10px;
    text-align: center;
    border-radius: 50px;
}
.btn.btn_w a{
    background-color: #fff;
    color: #003CB4;
}
.btn.btn_w2 a{
    background-color: #fff;
    color: #1B1B1B;
    background-image: url(../img/btn_arrow.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.btn.btn_b a{
    background-color: #1B1B1B;
    color: #fff;
    background-image: url(../img/btn_arrow_l.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
.btn.btn_dl a{
    background-image: url(../img/btn_download.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
}
/* pcのみ */
@media (width > 767px) {
.btn a:hover{
    opacity: 0.5;
}
}

.block05{
    margin: 96px 0 80px;
}

.block06{
    margin: 0 0 46px;
}

.block07{
    margin: 0 0 72px;
}

.block08{
    margin: 0 0 64px;
}

/* ------------------------------------------------ */
.img_box{
    display: flex;
    gap: 0 6%;
    flex-wrap: wrap;
}
/* pcのみ */
@media (width > 767px) {
.img_box_rev .img_box_text{
    order: 2;
}
.img_box_rev .img_box_img{
    order: 1;
}
}
.img_box_text{
    width: 45%;
}
.img_box_img{
    width: 49%;
}
.img_box_img img{
    width: 100%;
}
.i_b_text01{
    margin: 45px 0 0;
    font-size: 3.2rem;
    font-weight: bold;
}
.i_b_text02{
    margin: 25px 0 0;
}
/* ------------------------------------------------ */
.w_box{
    padding: 64px;
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 20px;
}
.w_box>h2{
    position: absolute;
    left: 5px;
    top: 0;
    transform: translate(0, -50%);
    color: #003cb448;
    font-size: 7.6rem;
    font-weight: bold;
}
.img_box_2{
    display: flex;
    gap: 0 8%;
    flex-wrap: wrap;
}
.img_box_2_col{
    width: 46%;
}
.img_box_2_col>h3{
    margin: 15px 0 0;
}
.img_box_2_col>p{
    margin: 15px 0 0;
}
.img_box_2_col img{
    width: 100%;
}
.img_box_2_col h3{
    text-align: center;
    font-weight: bold;
    font-size: 1.8rem;
}
/* ------------------------------------------------ */
.img_box_3{
    display: flex;
    align-items: center;
    gap: 0 5%;
}
.prof_block{
    display: flex;
    align-items: center;
     gap: 0 5%;
}
.btn_movie{
    margin: 40px 0 0;
}
/* ------------------------------------------------ */
.lb_box{
    background-color: rgba(108, 192, 231, 0.25);
    border-radius: 20px;
    padding: 64px;
}

.circle-3_block_col{
    display: flex;
    align-items: center;
    gap: 5%;
    flex-wrap: wrap;
}
.circle-3_block_col>div{
    width: 55%;
}
.circle-3_block_col>p{
    width: 40%;
}
.circle-3_block_hl{
    text-align: center;
    margin: 0 0 20px;
}
/* ------------------------------------------------ */
.support_box_hl{
    text-align: center;
    font-size: 3.2rem;
    margin: 0 0 50px;
}
.support_box{
    display: flex;
        justify-content: space-between;
}
/* ------------------------------------------------ */
.hl01{
    font-size: 4rem;
    font-weight: bold;
    padding: 10px 0 10px 25px;
    /* border-left: 3px solid #003CB4; */
    position: relative;
}
.hl01::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    height: 35px;
    background-color: #CC0033;
}
.hl01::before{
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    width: 3px;
    height: 100%;
    background-color: #003CB4;
}
.hl01 span{
    display: block;
    color: #003CB4;
    font-size: 2rem;
    font-weight: bold;
}
.sub01{
    margin: 35px 0 15px;
    font-size: 2.2rem;
    font-weight: bold;
}
/* ------------------------------------------------ */
.block10{
    margin: 190px 0 0;
}
/* ------------------------------------------------ */
.prod-block{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0 50px;
    margin: 0 0 70px;
}
.pblock-img{
    width: 378px;
}
.pblock-text{
    width: calc(100% - 378px - 50px);
}
.pblock-text h3{
    color: #003CB4;
    font-weight: bold;
    font-size: 2.2rem;
    margin: 0 0 25px;
}
.pblock-text p{
    margin: 0 0 25px;
}
.pblock-text .btn{
    margin-left: 0;
}
/* ------------------------------------------------ */
.bottom-area{
    background-color: rgba(108, 194, 231, 0.2);
    padding: 95px 20px;
    position: relative;
}
.bottom-area::after{
    position: absolute;
    left: 50%;
    transform: translate(-1px, 0);
    top: 2px;
    content: "";
    width: 3px;
    height: 35px;
    background-color: #CC0033;
}
.bottom-area::before{
    position: absolute;
    left: 50%;
    transform: translate(-1px, 0);
    top: -49px;
    content: "";
    width: 3px;
    height: 86px;
    background-color: #003CB4;
}
.bottom-area p{
    text-align: center;
    margin: 0 0 45px;
    color: #003CB4;
    font-weight: bold;
}
.btn_2col{
    display: flex;
    justify-content: center;
    gap: 0 40px;
}
.btn_2col .btn{
    margin: 0;
}
/* ------------------------------------------------ */
footer{
    position: relative;
    display: flex;
    align-items: center;
    padding: 15px 60px;
    background-color: #003CB4;
    justify-content: space-between;
}
.f_copy{
    color: #fff;
    font-family: "Oswald", sans-serif;
    font-size: 1.2rem;
}

/* ------------------------------------------------ */

/* ------------------------------------------------ */

    /* TOPへ戻るーーーーーーーーーーーー */
    .page_top_w{
        position: absolute;
        top: -80px;
        right: 0;
        z-index: 100;
    }

    .page_top_w.pt_active{
        position: fixed;
        top: auto;
        right: 0;
        bottom: 0;
    }

    .page_top{
        display: flex;
        font-size: 1.6rem;
        width: 80px;
        height: 80px;
        background-color: #023eb3;
        color: #fff;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }
    .page_top span{
        padding: 20px 0 0;
        color: #fff;
    }
    .page_top span::before{
        content: "";
        width: 14px;
        height: 14px;
        /* margin-right: 10px; */
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        display: inline-block;
        position: absolute;
        left: calc(50% - 7px);
        top: 30%;
    }
    /* TOPへ戻るーーーーーーーーーーーー */


/* pcのみ */
@media (width > 767px) {
.sp{
    display: none;
}
}


/* SP--------------------------------------------------
-------------------------------------------------- */
@media (width <= 767px) {
.pc{
    display: none;
}
/* ------------------------------------------------ */
.btn_2col{
    display: block;
}
.btn_2col .btn:last-child{
    margin: 20px 0 0 ;
}
/* ------------------------------------------------ */
.mv{
    margin: 0 0 40px;
}
.mv h1{
    padding: 15px 50px 15px 26px;
        clip-path: polygon(0 0px, 100% 0, calc(100% - 25px) 100%, 0px 100%);
}
.mv_text_img{
    margin: 0 0 30px;
}
.mv_text{
    top: 70px;
    left: 25px;
    transform: none;
}
.mv_text .btn_2col{
    padding-right: 25px;
}
/* ------------------------------------------------ */
.img_box{
    display: block;
}
.img_box_text{
    width: auto;
    margin: 0 0 20px;
}
.img_box_img{
    width: auto;
}
/* ------------------------------------------------ */ 
.lb_box{
    padding: 30px;
}
/* ------------------------------------------------ */ 
.circle-3_block_col{
    display: block;
}
.circle-3_block_col>p{
    width: auto;
    margin: 0 0 20px;
}
.circle-3_block_col>div{
    width: auto;
}
/* ------------------------------------------------ */ 
.title_01_wrap{
    padding: 60px 20px 10px;
}
.title_01_wrap::after{
        border-top: 155px solid #fff;
}
.title_01{
    font-size: 2.4rem;
        margin: 0 0 30px;
}
/* ------------------------------------------------ */ 
.block02{
    margin: 0 0 60px;
}
.block05{
    margin: 40px 0 40px;
}
.block07{
    margin: 0 0 60px;
}
.block10{
    margin: 60px 0 0;
}
/* ------------------------------------------------ */ 
.c_top{
    padding: 40px 0 0;
}
/* ------------------------------------------------ */ 
.tec-block{
    display: block;
    position: relative;
}
.tec-block-text{
    width: 90%;
        border-radius: 30px 30px 0 0 ;
        margin: 0 auto 0;
        padding: 40px 20px 30px;
}
.tec-block-img{
    width: auto;
}
/* ------------------------------------------------ */ 
.bg-img{
        background-size: 200% auto;
            padding: 0 0 60px;

}
/* ------------------------------------------------ */ 
.w_box{
        padding: 30px 20px;
}

.w_box>h2{
    font-size: 3rem;
}
/* ------------------------------------------------ */ 
.img_box_2{
    display: block;
}
.img_box_2_col{
    width: auto;
}
.img_box_2_col:last-child{
    margin: 40px 0 0;
}
/* ------------------------------------------------ */ 
.img_box_3{
    display: block;
}
.btn_movie{
        margin: 20px 0 0;
}
.img_box_3_col:last-child{
    margin: 40px 0 0;
}
/* ------------------------------------------------ */ 
.support_box_hl{
    font-size: 2.8rem;
}
.support_box{
    display: block;
}
.support_box>div{
    margin: 40px 0 0;
}
/* ------------------------------------------------ */ 
.prod-block{
    display: block;
}
.pblock-img{
    width: auto;
}
.pblock-text{
    width: auto;
}
/* ------------------------------------------------ */ 
footer{
        padding: 15px 20px;
        gap: 0 20px;
}
.bottom-area{
    padding: 60px 20px;
}
/* ------------------------------------------------ */ 
.btn{
    width: auto;
}
.btn a{
    font-size: 1.6rem;
    padding: 10px 10px;
}
/* ------------------------------------------------ */ 
.hl01{
    font-size: 2.8rem;
}
.hl01 span{
    font-size: 1.6rem;
}
.i_b_text01{
    font-size: 2rem;
    margin: 20px 0 0;
}
/* ------------------------------------------------ */ 
.tec-block-wrap{
    margin: 0 auto 40px;
}
.tec-hl{
    width: 180px;
}
.tec-block-text h3{
    font-size: 2rem;
    margin: 0 0 20px;
}
.tec-note{
    bottom: 0;
    transform: translate(0, 100%);
    font-size: 1.2rem;

}

/* ------------------------------------------------ */ 
.bg-blue{
    padding: 0 0 40px;
}
/* ------------------------------------------------ */ 
        .page_top{
            font-size: 1.4rem;
            width: 60px;
            height: 60px;
        }
        .page_top_w{
                top: -60px;
        }
        .page_top span::before{
            content: "";
            width: 10px;
            height: 10px;
        }
/* ------------------------------------------------ */ 
}