@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    scroll-behavior: smooth;
}
body{
    font-size: 62.5%;
    color-scheme: light;
    font-family :
	YuMincho,    /* Mac用 */
	'Yu Mincho', /* Windows用 */
	serif;
}
p{
    font-size: 1.25rem;
    letter-spacing: 1px;
}
img{
    display: block;
    width: 100%;
    object-fit: contain;
}
.mov_area>div,
.solve_flex,
.reason_child,
.exc_flex,
.flow_flex_wrapper,
.ff_child>div,

.sp{
    display:flex;
}
    .pc{
    display:block;
}
@media screen and (max-width:850px) {
    .sp{
    display:block;
}
.pc{
    display:flex;
}
}
/* common */

/*--------------- フォーム ---------------*/
input[type="submit"]{
    appearance: none;
    -webkit-appearance: none;
}
.form_flex>div:first-child{
    width: 80vw;
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
}
.form_flex>div{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.form_flex>div::-webkit-scrollbar,
.form_flex>div:nth-child(2) .scroll_inner::-webkit-scrollbar{
    display: none;
}
textarea{
    resize:vertical;
}
.form_flex>div:nth-child(2){
    width: 20vw;
    height: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    background-color: #e6e6e6;
    padding: 180px 25px 0;
    z-index: 50;
}
.scroll_inner{
    height: 95vh;
    z-index: 52;
    position: relative;
    margin-top: 45%;
}
.form_flex>div:nth-child(2) h1{
    color: #013887;
    text-align: center;
    font-weight: 700;
    font-size: 1.1rem;
    border-bottom: 2px solid #013887;
}
.form_flex>div:nth-child(2) h1+p{
    font-size: 0.9rem;
    display: block;
    margin-bottom: 2%;
}
.form_flex>div:nth-child(2) .spread input{
    width: 44%;
    margin-right: 5px;
    display: inline-block;
}
.form_kojin{
    display: block;
    margin-top: 5px;
    height: 10vh;
    overflow-y: scroll;
    font-size: .8rem;
    background-color: #ebf3f9;
    padding: 5px;
    letter-spacing: 0;
}
input[type="text"],input[type="tel"],input[type="email"],select,textarea{
    border-radius: 5px;
    padding: 12px 10px;
    border: none;
    font-size: 16px;
}
input[type="submit"]{
    background-color: #e75353;
    color: #fff;
    text-align: center;
    padding: 13px 0;
    display: block;
    width: 85%;
    border: none;
    border-radius: 50px;
    font-size: 1.1rem;
    transition: all 0.5s;
    cursor: pointer;
    margin: 8% auto 0;
    border: 5px solid #f89d9d;
    letter-spacing: 0.09rem;
}
.form_flex>div:nth-child(2) input[type="submit"]:hover{
    opacity: 0.7;
}
.f_title {
    display: flex;
    justify-content: start;
    margin: 7% 0 0;
}
.f_title p{
    font-size: 0.95rem;
    color: #353535;
    font-weight: 400;
    height: 10px;
    margin: 0 0 5% 0;
}
.nini {
    text-align: center;
    background-color: #878787;
    color: #fff;
    font-size: 0.7rem;
    font-family: 'Meiryo';
    padding: 0.5% 0.5% 0;
    margin: 0 0 1% 2%;
}
.hissu {
    text-align: center;
    background-color: #e75353;
    color: #fff;
    font-size: 0.7rem;
    font-family: 'Meiryo';
    padding: 0.5% 0.5% 0;
    margin: 0 0 1% 2%;
}
.form_flex>div:nth-child(2) .form,
.form_flex>div:nth-child(2) .form2{
    margin-top: 2px;
}
.form_ttl {
    max-width: 98%;
    margin: 0 auto 16%;
    background-color: #12296d;
    width: 20vw;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 51;
    padding: 50px 20px 30px;
}

.fprm_tyuu {
    font-size: 0.7rem;
    font-family: 'Meiryo'!important;
    font-weight: 400;
    color: #6f6f6f;
}
@media screen and (max-width:1220px) {
    input[type="submit"]{
        font-size: 0.9rem;
    }
}
@media screen and (max-width:1300px) {
    /* .form_flex>div:nth-child(2){
        padding: 180px 12px 0;
    } */
    input[type="submit"]{
        font-size: 1.1rem;
    }
}
/*--------------- タイトル ---------------*/
h1{
    font-weight: 700;
    font-size: 1.6rem;
    text-align: center;
    color: #444;
    letter-spacing: 1px;
}
h1>span{
    display: inline;
    position: relative;
    z-index: 3;
}
h1>span::before{
    content: '';
    background: linear-gradient(to right, #2d76b9 0%, #2cacd1 50%, #7dc3e6 100%);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    position: absolute;
    left: -20px;
    top: -31%;
    z-index: -1;
}

.from_engineer{
    background: linear-gradient(to right, #0076e3 0%, #3ca7ff 50%, #81d5f3 100%);
}
.from_engineer h1{
    color: #fff;
}
.from_engineer h1>span::before{
    background: none;
    border: 2px solid #fff;
}
.from_engineer p{
    font-size: 0.9rem;
    line-height: 2;
    color: #fff;
    display: block;
    text-align: center;
}
.from_engineer p+p{
    margin-top: 3%;
}
.taC_mt{
    margin-top: 5% !important;
}
/*--------------- ヘッダー ---------------*/
header{
    background-color: #fff;
    height: 70px;
    padding: 12px 0 5px;
    top: 0;
    left: 0;
    right: 20%;
    z-index: 50;
}
.header_inner{
    align-items: center;
}

.header_ls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 3%;
    max-width: 400px;
}
.header_ls_logo {
    max-width: 70%;
}
.header_ls_tel {
    margin: 0 0 0 7%;
}
@media screen and (max-width:850px) {
    header{
        right: 0;
        padding: 10px 0 15px;
        height: 64px;
    }
    .header_ls {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: 3%;
        max-width: 80%;
    }
}
/*--------------- ハンバーガー ---------------*/
#g-nav{
    position:fixed;
    z-index: 998;
	top:-120%;
    left:0;
	width:80%;
    height: 100vh;
	background: rgba(0, 25, 82, 0.9);
	transition: all 0.6s;
}
#g-nav.panelactive{
    top: 0;
}
#g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 998;
    width: 80%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#g-nav ul {
    position: absolute;
    z-index: 998;
    top:32%;
    left:50%;
    transform: translate(-50%,-50%);
}
#g-nav li{
	list-style: none;
    text-align: center;
}
#g-nav li a{
	color: #fff;
	font-size: 1.3rem;
	font-weight: 400;
	text-decoration: none;
	padding:15px;
	display: block;
	letter-spacing: 0.1em;
	font-weight: bold;
}
/*========= ボタンのためのCSS ===============*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #666;
    width: 45%;
    }

.openbtn span:nth-of-type(1) {
	top:16px;
}
.openbtn span:nth-of-type(2) {
	top:24px;
}
.openbtn span:nth-of-type(3) {
	top:32px;
}
.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%;
}
.openbtn{
	position: fixed;
	cursor: pointer;
    width: 50px;
    height:50px;
    top: 11px;
    right: 25%;
	border-radius: 5px;
	margin-left: 20px;
	z-index: 999;
    background-color: #7d90b4;
}
.openbtn .openbtn-area{
    transition: all .4s;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 13px;
    height: 2px;
    border-radius: 2px;
	background: #ffffff;
    width: 50%;
}
.openbtn span:nth-of-type(1) {
	top:15px;
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}
.openbtn.active .openbtn-area{
	transform: rotateY(-360deg);
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-135deg);
    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(135deg);
    width: 30%;
}
.openbtn.active span{
    background: #ffffff;
}
.cta_list{
    margin-top: 25px;
}
.cta_list>p{
    color: #fff;
    font-size: 1rem;
}
#g-nav .cta_list>a{
    display: block;
    padding: 20px;
    border-radius: 5px;
    background-color: #fff;
    color: #333;
    margin-top: 5px;
}
.compare_area .anno{
    font-size: 1rem;
    text-align: center;
    color: #999;
    margin: 3% auto -1.5%;
    font-weight: bold;
}
.top_lead{
    display: block;
    text-align: center;
    font-size: 20px;
    margin: -1% auto 5%;
}
.top_lead>span{
    font-weight: bold;
    background: linear-gradient(transparent 60%, #c5ecff 60%);
}

@media screen and (max-width:850px) {
    .finish_comment{
    width: 93%;
    max-width: 750px;
    margin: 55px auto;
}
    .form_flex{
        overflow-x: hidden;
    }
    .form_flex>div:first-child,
    .form_flex>div:nth-child(2){
        width: 100%;
        position: static;
    }
   
    .form_flex>div:nth-child(2){
        height: auto;
        padding-bottom: 20px;
        padding: 50px 0 0;
    }
    h1{
        font-size: 1.35rem;
    }
    h1>span::before {
        width: 25px;
        height: 25px;
        left: -6%;
        top: -25%;
    }
    .from_engineer p{
        text-align: left;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        text-shadow: 0 0 5px rgb(30 67 104)
    }
    .openbtn{
        top: 7px;
        right: 4px;
    }
    #g-nav,
    #g-nav.panelactive #g-nav-list{
        width: 100%;
        padding-top: 0;
    }
    #g-nav li a{
        font-size: 1.3rem;
        font-weight: 200;
    }
    #g-nav ul{
        top: 38%;
        left: 32%;
        transform: translate(-20%,-50%);
    }
    .cta_area{
        padding: 4.5% 0;
    }
    .openbtn span{
        left: 20px;
    }
    .scroll_inner{
        height: 100%;
        width: 90%;
        margin-right: auto;
        margin-left: auto;
        background-color: #eeeeee;
        padding: 3% 5% 10%;
        border-radius: 0 0 12px 12px;
        margin-top: 0;
    }
    .openbtn span{
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        width: 50%;
    }
    .form_ttl_sp {
        max-width: 90%;
        margin: 9% auto 0;
    }
}

input,select,textarea,
.f_title{
    width: 100%;
}
.adj{
    display: none;
}
@media screen and (max-width:1400px) and (min-width:769px){
    .mov_area>div,
    .co-sp,
    .solve_flex,
    .reason_child,
    .example_area .slider02,
    .flow_flex_wrapper,
    .qa_acc,
    .ct_bd+p,
    .compare_area .anno{
        width: 80%;
        max-width: 850px;
        margin: 0 auto;
    }
    .form_flex>div:nth-child(2) input,
    .form_flex>div:nth-child(2) select,
    .form_flex>div:nth-child(2) textarea{
        font-size: 1rem;
        -webkit-appearance: none;
    }
}
@media screen and (max-width:1400px) and (max-width:769px){
    .form_flex>div:nth-child(2) input,
    .form_flex>div:nth-child(2) select,
    .form_flex>div:nth-child(2) textarea{
        font-size: 1.1rem;
        -webkit-appearance: none;
    }
}
@media screen and (max-width:1700px)and (min-width:1400px){
    .openbtn {
        right: 25%;
    }
}
/* 下層 */
#form_page{
    margin: 100px auto;
    width: 95%;
    max-width: 1000px;
}
#form_page h1{
    color: #013887;
    text-align: center;
    font-weight: 700;
    font-size: 2rem;
}
#form_page h1+p{
    font-size: 0.9rem;
    display: block;
    margin-bottom: 5%;
}
#form_page input[type="text"],
#form_page input[type="tel"],
#form_page input[type="email"],
#form_page select,
#form_page textarea{
    border-radius: 5px;
    padding: 8px;
    width: 100%;
    border: 1px solid #aaa;
    font-size: 1rem;
}
#form_page .spread input{
    width: 30%;
    margin-right: 5px;
    display: inline-block;
}


#form_page input[type="submit"]{
    background-color: #eb5d2a;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    display: block;
    width: 50%;
    border: none;
    margin: 30px auto 0;
    border-radius: 10px;
    font-size: 1.3rem;
    transition: all 0.5s;
    cursor: pointer;
}
#form_page input[type="submit"]:hover{
    opacity: 0.7;
}
#form_page .form,
#form_page .form2{
    margin-top: 15px;
}
#form_page .form_checkbox{
    text-align: center;
    margin: 10px auto;
}
#form_page .form_checkbox input{
    display: inline-block;
    width: 20px;
    position: relative;
    top: 1px;
}
#form_page .form_checkbox label{
    font-size: 1rem;
}
.form_tbl,
.finish_comment{
    width: 95%;
    max-width: 750px;
    margin: 55px auto;
}
.form_tbl table{
    width: 100%;
    border: 1px solid #2d76b9;
    border-collapse: collapse;
}
.form_tbl table input{
    display: none;
    position: absolute;
}
.form_tbl th,
.form_tbl td{
    font-size: 1.3rem;
    font-weight: 400;
    padding: 15px 0;
    text-align: center;
}
.form_tbl th{
    width: 25%;
    text-align: center;
    background-color: #001957;
    color: #fff;
    border-bottom: 1px solid;
}
.form_tbl td{
    text-align: center;
    width: 75%;
    padding-left: 20px;
    border-bottom: 1px solid #0056b3;
}

.submitbtn{
    display: block;
    text-align: center;
    margin-top: 30px;
}
.submitbtn input{
    padding: 5px 40px;
    border: none;
    font-size: 1.3rem;
    border-radius: 10px;
    max-width: 300px;
}
.submitbtn input:first-child{
    background-color: #eb5d2a;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.submitbtn input:last-child{
    background-color: #ddd;
    color: #666;
    font-weight: 300;
    margin: 3% auto 7.5%;
}
.finish_comment p{
    font-size: 1.2rem;
    display: block;
    text-align: center;
}
.finish_comment p+p{
    margin-top: 20px;
}

.form_flex>div:nth-child(2) .form_checkbox{
    text-align: center;
    margin: 20px auto;
}
.form_flex>div:nth-child(2) .form_checkbox input{
    display: inline-block;
    width: 20px;
}
.form_flex>div:nth-child(2) .form_checkbox label{
    font-size: .9rem;
    position: relative;
    top: -2px;
}

@media screen and (max-width:1400px) and (min-width:769px){

    .form_tbl{
        width: 80%;
    }
    #form_page{
        max-width: 600px;
    }
    .form_flex>div:nth-child(2) .form_checkbox input{
        width: 10px;
    }
    .form_flex>div:nth-child(2) .form_checkbox label{
        font-size: .7rem;
    }
    .submitbtn input:last-child{
    background-color: #ddd;
    color: #666;
    font-weight: 300;
    margin: 3% auto 7%;
}
}
@media screen and (max-width:850px){
    #form_page{
        margin: 30px auto;
        width: 85%;
    }
    #form_page h1{
        font-size: 1.7rem;
    }
    .form_tbl th,
    .form_tbl td{
        font-size: 0.9rem;
        padding: 8px 0 8px;
        text-align: center;
    }
    .form_tbl th{
        width: 30%;
        background-color: #001957;
        color: #fff;
        border-bottom: 1px solid;
    }
    .form_tbl td{
        width: 70%;
        border-bottom: 1px solid #0056b3;
    }
    .finish_comment p{
        font-size: 1rem;
    }
    .finish_comment p:nth-child(2){
        font-size: 1.2rem;
    }
    #form_page input[type="submit"]{
        width: 100%;
    }
}
/* フォーム確認画面 */
.kakunin {
    font-size: 2.5rem;
    text-align: center;
    font-weight: 500;
    margin-top: 60px;
    color: #004381;
}
@media screen and (max-width:850px){
    .kakunin {
        font-size: 1.5rem;
        text-align: center;
        font-weight: 500;
        margin-top: 50px;
        margin-bottom: -40px;
    }
}
/* ----------SP/CP切り替え------------ */
@media screen and (max-width: 850px) {
    .pc_only {
        display: none;
    }
}
@media screen and (min-width: 850px) {
    .sp_only {
        display: none;
    }
}
/* ----------SP/CP切り替え2------------ */
@media screen and (max-width: 850px) {
    .pc_only02 {
        display: none;
    }
}
@media screen and (min-width: 850px) {
    .sp_only02 {
        display: none;
    }
}

@media screen and (max-width: 850px) {
    .mv_top {
        margin: 0;
    }
}
/*--------------- 業界安全保障 ---------------*/
.guarantee_cpntent_bg {
    background-image: url(../img/guarantee_contents_ttl_bg_pc.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 6% 0;
    margin: 2% 0 -2.5%;
}
.guarantee_cpntent_inner_bg {
    max-width: 842px;
    padding: 2%;
    margin: 6% auto 0;
    background-color: #eee;
    position: relative;
}
.guarantee_cpntent_inner_bg:before,.guarantee_cpntent_inner_bg:after {
    width: calc(100% - 20px);
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    content: "";
}
.guarantee_cpntent_inner_bg:before{
    border-bottom: solid 20px #eee;
    border-right: solid 20px transparent;
    bottom: 100%;
}
.guarantee_cpntent_inner_bg:after{
    border-top: solid 20px #eee;
    border-left: solid 20px transparent;
    top: 100%;
}
.guarantee_cpntent_inner02 {
    max-width: 900px;
    margin: 2.5% auto;
    padding: 0 30px;
}
.guarantee_cpntent_inner01 {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 70px;
}
.txt_main {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #272727;
}
.txt_red {
    color: #e75353;
}
.reason_inner_bg {
    background-color: #eeeeee;
    max-width: 900px;
    margin: 0 auto;
    padding: 3%;
}
@media screen and (max-width: 1230px) {
    .guarantee_cpntent_inner_bg {
        max-width: 85%;
    }
    .guarantee_cpntent_inner02 {
        max-width: 90%;
    }
}
@media screen and (max-width: 850px) {
    .guarantee_cpntent_bg {
        background-image: url(../img/guarantee_contents_ttl_bg_sp.png);
        padding: 20% 0 0;
        margin: 0 0 6.5%;
    }
    .guarantee_cpntent_inner01 {
        max-width: 90%;
        margin: 0 auto;
        padding: 0;
    }
    .txt_main {
        font-size: 1.05rem;
        letter-spacing: 0.03rem;
    }
    .guarantee_cpntent_inner02 {
        max-width: 90%;
        margin: 5% auto 8%;
        padding: 0;
    }
}
/*--------------- お得なサービスを～ ---------------*/
.service_contents_bg p, .service_contents_bg_sp p {
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #132b6f;
}
.service_fsL {
    font-size: 2.5rem;
}
.service_contents_bg {
    background-image: url(../img/service_ttl_bg_pc.png);
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    padding: 25% 0 0;
    margin: 6% 0 -2.5%;
}
.service_inner {
    max-width: 900px;
    margin: 5% auto 0;
    padding: 0 70px;
}
.service_inner img {
    margin-top: 4%
}
@media screen and (max-width: 850px) {
    .service_contents_bg {
        margin: 15% 0 -2.5%;
    }
}
@media screen and (max-width: 850px) {
    .service_contents_bg {
        display: none;
    }
    .service_contents_bg p, .service_contents_bg_sp p {
        font-size: 1.2rem;
    }
    .service_fsL {
        font-size: 1.8rem;
    }
    .service_contents_bg_sp {
        margin: 14% 0 0;
    }
    .service_contents_bg_sp p {
        margin-top: -15%;
    }
    .service_inner {
        max-width: 100%;
        margin: 4% auto 0;
        padding: 0;
    }
    .service_inner img {
        margin-top: 7%;
    }
}
/*--------------- 他社と比べて ---------------*/
.comparison_ttl {
    background-color: #172858;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    padding: 1.8% 0;
    margin: 7% 0 0;
    font-weight: 100;
}
.comparison_inner01 {
    max-width: 1300px;
    margin: 5% auto 0;
    padding: 0 70px;
}
.comparison_txt {
    max-width: 900px;
    margin: 3% auto 0;
    padding: 0 70px;
}
.comparison_txt p{
    font-size: 1.1rem;
}
@media screen and (max-width: 850px) {
    .comparison_ttl {
        font-size: 1.9rem;
        padding: 1.8% 0 4%;
        margin: 15% 0 0;
        font-weight: 200;
        line-height: 1.3;
    }
    .comparison_fsS {
        font-size: 1.2rem;
    }
    .comparison_inner01 {
        max-width: 100%;
        margin: 0;
        padding: 0;
    }
    .comparison_txt {
        max-width: 90%;
        margin: 5% auto 0;
        padding: 0;
    }
    .comparison_txt p{
        font-size: 1rem;
    }
}
/*--------------- 挨拶 ---------------*/
.message_contents {
    max-width: 900px;
    margin: 5% auto 0;
    padding: 0 70px;
}
@media screen and (max-width: 850px) {
    .message_contents {
        max-width: 90%;
        margin: 5% auto 0;
        padding: 0;
    }
}
/*--------------- 流れ ---------------*/
.flow_contents {
    max-width: 1300px;
    margin: 6% auto 0;
    padding: 0 70px;
}
@media screen and (max-width: 850px) {
    .flow_contents {
        max-width: 100%;
        margin: 17% auto 0;
        padding: 0;
    }
}
/*--------------- 購入事例　お客様の声 ---------------*/
.voice_ttl {
    background-color: #172858;
    color: #fff;
    text-align: center;
    font-size: 2.4rem;
    padding: 1.8% 0;
    margin: 7% 0 5%;
    font-weight: 200;
}
@media screen and (max-width: 850px) {
    .voice_ttl {
        background-color: #172858;
        color: #fff;
        text-align: center;
        font-size: 2rem;
        padding: 4% 0;
        margin: 0 0 11%;
        font-weight: 200;
    }
}
/*--------------- スライダー ---------------*/
.slider{
    width:100%;
    margin:0 auto;
}
.slick-img{
    width: 78% !important;
    margin-left: 10%;
    background-color: #eeeeee;
    padding: 5%;
}
.slick_flx {
    display: flex;
    justify-content: space-between;
}
.slick_flx_ttl {
    max-width: 40%;
}
.slick_flx_inner,.slick_flx_inner02 {
    max-width: 54%;
    overflow: scroll;
    height: 500px;
}
.slick_flx_inner img{
    width: 600px;
    height: 500px;
}
.slick_flx_inner02 img{
    width: 800px;
    height: 750px;
}
.slick-next {
    right:11%!important;
}
.slick-prev {
    left: 9%!important;
}
.slick-next:before{
    background: url(../img/right.png)!important;
    background-size: contain!important;
}
.slick-prev:before{
    background: url(../img/left.pmg.png)!important;
    background-size: contain!important;
}
.slick-arrow{
    z-index:2!important;
    width:43px!important;
    height:47px!important;
}
.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
    opacity:1!important;
}
.slick-dots li button:before{
    color: #081760!important;
    font-size: 15px!important;
}
.slick-dots{
    bottom: -36px!important;
}
@media screen and (max-width: 1300px) {
    .slick-next {
        right: 9%!important;
    }
    .slick-prev {
        left: 7%!important;
    }
}
@media screen and (max-width: 850px) {
    .slick-img{
        width: 90% !important;
        margin-left: 5%;
        padding: 8% 5% 5% 5%;
    }
    .slick-arrow {
        width: 25px!important;
        height: 28px!important;
    }
    .slick-next {
        right:1%!important;
    }
    .slick-prev {
        left: 1%!important;
    }
    .slick-dots li button:before{
        font-size: 11px!important;
    }
    .slick_flx_ttl {
        max-width: 100%;
    }
    .slick_flx {
        display: block;
    }
    .slick_flx_inner,.slick_flx_inner02 {
        max-width: 100%;
        overflow: scroll;
        height: 300px;
        margin: 8% 0 0 0;
        background-color: #fff;
    }
    .slick_flx_inner img{
        width: 600px;
        height: 500px;
    }
    .slick_flx_inner02 img{
        width: 700px;
        height: 600px;
    }
}
/*--------------- Q&A ---------------*/
.QA_ttl {
    text-align: center;
    font-size: 4.5rem;
    color: #12296d;
    font-weight: 400;
    margin: 9% 0 3%;
    line-height: 0.6;
}
.QA_ttl_min {
    font-size: 1.5rem;
    font-weight: 600;
}
.accordion-area{
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin:0 auto;
    padding: 1px 0;
    font-family: 'Meiryo';
}
.accordion-area li{
    margin: 10px 0;
}
.acco_sec {
    margin-bottom: 30px;
}
.title {
    position: relative;
    cursor: pointer;
    font-size:1.1rem;
    transition: all .5s ease;
    background-color: #eeeeee;
    color: #000;
    font-family: 'Meiryo';
    letter-spacing: 0.07rem;
}
.title::before,
.title::after{
    position: absolute;
    content:'';
    width: 15px;
    height: 2px;
    background-color: #081760;
}
.title::before{
    top:48%;
    right: 29px;
    transform: rotate(0deg);
}
.title::after{
    top:48%;
    right: 29px;
    transform: rotate(90deg);
}
.title.close::before{
transform: rotate(45deg);
}
.title.close::after{
transform: rotate(-45deg);
}
.box {
    display: none;
    background: #ffffff;
    position: relative;
    line-height: 1.7;
    font-size:1rem;
    color: #0e247c;
    font-weight: bold;
    border: 1px solid #7487a3;
    margin: 1.5% 0 0;
}
.QA_flx {
    display: flex;
    justify-content: flex-start;
    max-width: 80%;
    align-items: center;
}
.QA_icon_Q {
    background-color: #132b6f;
    padding: 10px 16px;
}
.QA_icon_Q img {
    width: 24px;
}
.QA_icon_A img{
    width: 25.5px;
    margin: 7px 14px;
}
.QA_flx2 {
    display: flex;
    justify-content: flex-start;
    max-width: 100%;
    align-items: center;
    background-color: #7487a3;
}
.QA_A_bg {
    background-color: #7487a3;
    padding: 50px 14px;
    height: auto;
}
.QA_answer {
    font-size: 1rem;
    color: #000;
    font-weight: 100;
    padding: 2% 5% 1.5% 3%;
    background-color: #fff;
    width: 850px;
}
.title.rounded {
    border-radius: 10px 10px 0 0;
}
.QA_fsS {
    font-size: 0.7rem;
}
.QA_question {
    margin: 0 8% 0 3%;
}
@media screen and (max-width: 1300px) {
    .accordion-area{
        width: 96%;
        max-width: 650px;
        padding: 1px 0;
    }
}
@media screen and (max-width: 1300px) {
    .QA_ttl {
        margin: 10% 0 3%;
    }
}
@media (max-width: 767px) {
    .QA_ttl {
        text-align: center;
        font-size: 2.5rem;
        color: #12296d;
        font-weight: 400;
        margin: 20% 0 4.5%;
        line-height: 0.8;
    }
    .QA_ttl_min {
        font-size: 1rem;
        font-weight: 600;
    }
    .accordion-area{
        list-style: none;
        max-width: 92%;
        margin:0 auto;
    }
    .box {
        font-size:0.9rem;
        padding: 0;
        position: relative;
        line-height: 1.5;
    }
    .QA_answer {
        font-size: 0.9rem;
        max-width: 100%;
        color: #000;
        font-weight: 100;
        padding: 3% 5% 3% 3%;
        background-color: #fff;
        width: 850px;
        margin: 0 0 0 5%;
    }
    .acco_sec {
        margin-bottom: 20px;
    }
    .title {
        font-size: 0.9rem;
        line-height: 1.3;
    }
    .QA_icon_Q {
        margin: 0;
        width: 50px;
    }
    .QA_icon_A {
        margin: 0.7% 4% 0 0;
        width: 18.5px;
    }
    .QA_question {
        max-width: 80%;
        margin: 2% 8% 2% 3%;
    }
    .QA_flx {
        display: flex;
        justify-content: flex-start;
        max-width: 100%;
        align-items: center;
    }
    .QA_bg {
        padding: 2% 0 28%;
    }
    .QA_icon_A img{
        width: 21px;
    }
    .QA_icon_Q img {
        width: 19px;
    }
    .title::before{
        top:48%;
        right: 15px;
    }
    .title::after{
        top:48%;
        right: 15px;
    }
    .QA_flx2 {
        max-width: 100%;
        align-items: center;
        background-color: #7487a3;
    }
}

/*--------------- フッター ---------------*/
footer {
    background-color: #172858;
    font-family: 'Meiryo';
    font-size: 1rem;
    padding: 5% 0;
    margin: 5% 0 0;
}
.foot_inner {
    max-width: 400px;
    margin: 0 auto;
}
.foot_flx {
    display: flex;
    justify-content: space-between;
}
.foot_flx_inner {
    width: 47.5%;
    font-size: 0.7rem;
}
.foot_flx_inner a{
    text-decoration: none;
}
.foot_flx_inner p{
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
    margin-top: 4%;
}
.foot_youtube {
    max-width: 200px;
    margin: 7% auto 7%;
}
hr {
    height: 1px;
    background-color: #ffffff;
    border: none;
    color: #ffffff;
    max-width: 400px;
    margin: 0 auto;
}
.info_flx {
    display: flex;
    justify-content: space-between;
    max-width: 90%;
    margin: 7% auto 0;
    align-items: center;
}
.info_flx img{
    max-width: 150px;
}
.info02 {
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
}
.info02 a{
    font-size: 0.8rem;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 767px) {
    .foot_inner {
        max-width: 90%;
        margin: 0 auto;
    }
    footer {
        font-size: 0.8rem;
        padding: 10% 0;
        margin: 12% 0 0;
    }
    .info_flx {
        display: block;
        max-width: 59%;
        margin: 7% auto 0;
    }
    .info_flx img{
        margin: 0 0 7% 10%;
    }
}

/*---------- 追従CTA ----------*/
#page-top a{
	display: flex;
	justify-content:center;
	align-items:center;
	width: 93%;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size:0.6rem;
	transition:all 0.3s;
    margin: 0 auto;
}

#page-top {
	position: fixed;
	bottom: 10px;
    z-index: 5;
	opacity: 0;
	transform: translateY(300px);
}

#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(200px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(200px);
  }
}
/* ----------------離脱ポップ-------------- */
.active {
	display: block !important;
	animation-name: fadeIn;
	animation-duration: .2s;
	animation-fill-mode: both;
}

body.modal-open {
	overflow: hidden;
	position: fixed;
	width: 100%;
}
/* モーダルのスタイル */
.madal_container.active {
	display: block;
}
.madal_container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
    height: 126vh;
    background: rgba(0, 0, 0, .7);
	z-index: 9999;
	
}
.madal_contents{
    width: 84%;
    height: auto;
    position: absolute;
    top: 30%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.rela {
    position: relative;
}
.madal_container img{
	max-width: 500px;
    transform: translate3d(0,3%,0);
    margin: 0 auto;

}
.madal_contents span {
    cursor: pointer;
    position: absolute;
    top: -38px;
    right: -10px;
    color: #fff;
    font-size: 2em;
    z-index: 11111;
    font-weight: bold;
}
.pop_cta{
    position: absolute;
    width: 67%;
    bottom: 0%;
    left: 30%;
}
.banner {
    margin-bottom: 10px;
}