@charset "UTF-8";

body {
    font-family: "Overpass", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "繝偵Λ繧ｮ繝手ｧ偵ざ ProN W3", Meiryo, sans-serif;
    background-color: #fff;
    color: #fff;
    text-align: center;
    min-width: 100px;
    min-height: 100%;
    margin: auto;
}

img {
    width: 100%;
    vertical-align: middle;
}

.sp {
    display: block;
    display: none;
}

.pc {
    display: block;
}

.tab{
    display: none;
}

#wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

@media screen and (max-width:760px) {
    .sp {
        display: block;
    }

    .pc {
        display: none;
    }

    .tab{
        display: none;
    }
}

@media screen and (min-width:760px) {
    .sp {
        display: none;
    }

    .pc {
        display: block;
    }
}

h1,
h2 {
    margin: 0;
}


/* ヘッダー */
.head_box {
    background-color: #fff;
    justify-content: space-between;

    display: flex;

    width: 50%;
    margin: 0 auto;
    align-items: center;
}

.logo{
    width: 15%;
}


.cta {
    display: flex;
    width: 350px;
}
.cta a {
    margin: 0 2px 10px;
}

@media screen and (max-width:760px) {
    .head_box {
        width: 96%;
        padding: 0 2%;
    }
    .logo{
        margin: 0 5px 2px 0;
        width: 33%;
    }
}

@media screen and (max-width:1700px) and (min-width:1500px) {
    .head_box {
        width: 50%;
    }
}
@media screen and (max-width:1500px) and (min-width:1150px) {
    .head_box {
        width: 80%;
    }
}
@media screen and (max-width:1150px) and (min-width:980px) {
    .head_box {
        width: 82%;
    }
}
@media screen and (max-width:980px) and (min-width:760px) {
    .head_box {
        width: 78%;
    }
}

/* 時間 */
#Realtime{
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding: 7% 6% 1%;
    color: #000;
    text-align: center;
}

@media screen and (min-width:750px) {

    #Realtime{
        font-size: min(2.3vw,1.9em);
        padding: 2% 0 0%;
    }
}

/* CTA */
.cta_box{
    padding: 10px 10px 2%;
    margin: 0 auto;
    width: 710px;
    text-align: center;
    justify-content: space-between;
}
@media screen and (max-width:750px) {
    .cta_box{
        padding: 10px 10px 20px;
        margin: 0 auto;
        width: 94%;
    }
    .cta1{
        background-color: #fde7c0;
        padding: 20px 15px 40px !important;
    }
    .cta2{
        margin-top: -24% !important;
        padding: 0 15px 39px !important;
    }

    .cta1 img ,
    .cta2 img{
        width: 100% !important;
    }
}
.cta1{
    margin-top: -20px;
    background-color: #fde7c0;
    padding: 0 15px 4%;
}
.cta1 img ,
.cta2 img{
    width: 500px;
}
.cta2{
    margin-top: -10%;
    padding: 0 15px 100px;
}

/* MENU */
.menu{
    background-color: #0062bb;
    padding-bottom: 2%;
}
.menu_box{
    margin: 0 auto 10px;
    justify-content: center;
    display: flex;
}
.menu_box img{
    width: 100%;
}
.menu_box a{
    margin: 0 5px;
}
@media screen and (max-width:750px) {
    .menu_box{
        width: 90%;
        margin: 0 auto 10px;
        display: flex;
    }
    .menu_box img{
        width: 94%;
    }
    .menu_box a{
        margin: 0;
    }
}


/* スライダー */
.slider {
    width: 70%;
    margin: 0 auto 80px;
}

.slick-slide img {
    width: 60%;
    margin: 0 auto;
    height: auto;
}

.mypattern.one {
    max-width: 1500px;
    margin-top: 7px;
}

.mypattern.two {
    max-width: 1100px;
    margin-top: 2%;
}

.mypattern .slick-slide {
    margin: 10px 50px;
}

/*slick setting*/

.mypattern .slick-slide:not(.slick-center) {
    -webkit-filter: opacity(100%);
    -moz-filter: opacity(100%);
    -o-filter: opacity(100%);
    -ms-filter: opacity(100%);
    filter: opacity(100%);
    transition: 0.2s linear;
}

/*slick setting*/

.slick-arrow:before{
    content:""!important;
    width: 100%!important;
    height: 100%!important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../img/right.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../img/left.png)!important;
    background-size: contain!important;
}

.slick-arrow{
    z-index:2!important;
    width:36px!important;
    height:50px!important;
}

.slick-next{
    right:153px!important;
}

.slick-prev{
    left:153px!important;
}

@media screen and (max-width:950px) and (min-width:750px) {
    .slick-slide img {
        width: 100%;
        height: auto;
    }

    .slick-next{
        right:120px!important;
    }
    
    .slick-prev{
        left:120px!important;
    }
}


@media screen and (max-width:760px) {
    .mypattern.one {
        margin-top: -10px;
    }
    .mypattern.two {
        padding-top: 0px;
    }

    .slider {
        width: 85%;
    }

    .slick-slide img {
        width: 100%;
        margin: 0 auto;
        height: auto;
    }

    .mypattern .slick-slide {
        margin: 10px;
    }
    

    .mypattern .slick-slide:not(.slick-center) {
        -webkit-filter: opacity(100%);
        -moz-filter: opacity(100%);
        -o-filter: opacity(100%);
        -ms-filter: opacity(100%);
        filter: opacity(100%);
        transition: 0.2s linear;
    }

    .slick-next{
        right:-21px!important;
    }
    
    .slick-prev{
        left:-21px!important;
    }

    .slick-arrow{
        z-index:2!important;
        width:22px!important;
        height:30px!important;
    }

}

/* フロー */
.flowimg{
    overflow: scroll;
    display: flex;
}
.flowimg img{
    width: 250%;
    margin: 0 15px;

}

@media screen and (min-width:760px) {
    .flowimg{
    overflow: none;
    display: block;
}}




/* 全体 */
.content {
    padding: 0px 40px 60px;
}

.content h2 img {
    padding-bottom: 50px;
}

.ma{
    margin-top: -90px;
}
.ma2{
    margin-top: -50px;
}

.small {
    padding: 0 40px;
}

.plus {
    padding: 90px 40px;
}

.top {
    padding: 70px 40px 20px;
}

.bottom {
    padding: 60px 40px 90px;
}

.wd8 img {
    max-width: 800px;
}
.wd9 img {
    max-width: 900px;
}

.wd10 img {
    max-width: 1000px;
}

.wd12 img {
    max-width: 1250px;
}

.b1 {
    background-color: #c0e2fb;
}

.b2{
    padding-bottom: 5%;
}

.b3{
    background-color: #fde7c0;
}

.b4 {
    background-color: #016abf;
}

.bi1 {
    background-image: url(../img/reason_back_pc.jpg);
    background-size: cover;
    padding-bottom: 5%;
}

.bi2 {
    background-image: url(../img/comp_back_pc.png);
    background-size: 100%;
    margin-top: -150px;
    padding: 10% 28% 3%;
    background-repeat: no-repeat;
}


@media screen and (max-width:760px) {
    .b1 {
        background-color: #c0e2fb;
        padding-bottom: 10%;
    }
    
    .b2{
        padding-bottom: 10%;
    }
}



/* タイトル設定 */
h2.reason img {
    max-width: 700px;
    margin-bottom: -20px;
}
h2.voice {
    background-color: #016abf;
    padding: 40px 30px 50px;
}
h2.voice img {
    max-width: 580px;
    margin-bottom: -20px;
}
h2.ex img {
    max-width: 450px;
    margin: 3% auto 0;
}
h2.qa img {
    max-width: 450px;
    margin: -20px auto 0;
}
h2.recomend {
    background-color: #e90000;
    padding: 60px 30px 40px;
}
h2.recomend img {
    margin: -20px auto 0;
    max-width: 850px;
}
h2.flow {
    background-image: url(../img/flow_back_pc.png);
    background-size: cover;
    padding: 60px 30px 40px;
}
h2.flow img {
    margin: -20px auto 0;
    max-width: 850px;
}


/* アコーディオン */
.accordion {
    margin: 0 auto;
    max-width: 800px;
    position: relative;

    padding: 30px 40px 90px;
}

.accordion-title {
    color: #fff;
    cursor: pointer;
    font-size: 22px;
    padding: 10px 10px;
    font-weight: bold;
    background-color: #016abf;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;

    position: relative;
    display: flex;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 10px 10px 0;
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 15px;
}

.acc_fl{
    display: flex;
}


.accordion-item {
    background-color: #fff;
    border: 2px solid #016abf;
    border-radius: 10px;
    margin-bottom: 22px;

    color: #000;
    text-align: left;
}
/* 矢印 */
.accordion-title::before,
.accordion-title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #fff;
}

.accordion-title::before {
    top: 41%;
    right: 14px;
    transform: rotate(0deg);
}

.accordion-title::after {
    top: 41%;
    right: 14px;
    transform: rotate(90deg);
}


.accordion-title.open::after {
    transform: rotate(0deg);
}


.QA_icon_Q {
    margin: 7px 10px 5px 10px;
    flex-grow: 0;
    flex-shrink: 0;
    width: 25px;
}

.QA_icon_A {
    margin: 0px 10px 11px 12px;
    width: 25px;
    flex-grow: 0;
    flex-shrink: 0;
}

@media screen and (max-width:760px) {

    .accordion-title {
        font-size: 14px;
    }
    .accordion-content {
        font-size: 16px;
    }

    .accordion-title.open::after {
        top: 41%;
    }
    .accordion-title::after {
        top: 41%;
    }

    .accordion {
        width: 90%;
        padding: 0px 0 35px;
    }
    
    .accordion-item {
        margin-bottom: 10px;
    }

    .QA_icon_Q {
        margin: 0px 10px 5px 5px;
        flex-grow: 0;
        flex-shrink: 0;
        width: 17px;
    }

    .QA_icon_A {
        margin: 0px 10px 11px 5px;
        width: 17px;
        flex-grow: 0;
        flex-shrink: 0;
    }
}

/* ハンバーガー */
/*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
    /*ナビのスタート位置と形状*/
	top:0;
    right: -120%;
	width:35%;
    height: 100vh;/*ナビの高さ*/
    background-image: linear-gradient(36deg, rgba(0, 27, 85, 0.95), rgba(0, 111, 139, 0.95));
    /*動き*/
	transition: all 0.6s;
}

/*アクティブクラスがついたら位置を0に*/
#g-nav.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/
#g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    z-index: 999; 
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    margin: 120px auto 0;
    width: 80%;
}

/*ナビゲーション*/
#g-nav ul {
    /*ナビゲーション天地中央揃え*/
    z-index: 999;
    text-align: left;
    padding: 0 !important;
}

/*リストのレイアウト設定*/

#g-nav li{
	list-style: none;
    border-bottom: 2px solid #fff;
    width: 100%;
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
    font-size: 25px;
}

/*========= ボタンのためのCSS ===============*/
.openbtn{
	position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
	right: 50px;
	cursor: pointer;
    width: 60px;
    height:60px;
    border: 1px solid #1a3251;
    border-radius: 50px;
    background-color: #fff;
    box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}
	
/*×に変化*/	
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 16px;
    height: 3px;
    border-radius: 2px;
	background-color: #1a3251;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:20px;	
}

.openbtn span:nth-of-type(2) {
	top:28px;
}

.openbtn span:nth-of-type(3) {
	top:36px;
}

.openbtn.active span:nth-of-type(1) {
    top: 22px;
    left: 21px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 34px;
    left: 21px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

@media screen and (max-width:760px) {
    .openbtn{
        top:20px;
        right: 20px;
    }

    #g-nav{
        width:60%;
    }

    #g-nav ul {
        left:22%;
    }

    #g-nav li a{
        font-size: 18px;
    }

    #g-nav li{
        list-style: none;
        border-bottom: 2px solid #fff;
        width: 160%;
    }
    
}



/* フッター */
footer{
    background-color: #004a86;
}

footer p{
    margin: 0;
    padding: 70px 2% 70px;
    line-height: 1.2;
}

@media screen and (max-width:760px) {
    footer p{
        margin: 0;
        padding: 35px 2% 40px;
        line-height: 1.2;
    }
}


/*========= ページトップのためのCSS ===============*/
/*リンクの形状*/

@media screen and (max-width:640px) {
    #page-top {
        background:#004a86;
        padding: 3%;
        transition:all 0.3s;
        display: flex;
      }
    
      #page-top a{
        width: 50%;
        padding: 0.2%;
      }
    
      
      /*リンクを右下に固定*/
      #page-top {
        position: fixed;
        z-index: 2;
          /*はじめは非表示*/
        opacity: 0;
        transform: translateY(100px);
      }
    }
    
    @media screen and (min-width:640px) {
        #page-top {
            background: #004a86;
            padding: 1.3%;
            transition:all 0.3s;
            margin-bottom: 1.6%;
            justify-content: center;
            width: 250px;
          }
        
          #page-top a{
            width: 70%;
            justify-content: space-between;
          }
        
          #page-top img.tel{
            margin-top: 10px;
          }

          
          #page-top {
            position: fixed;
            z-index: 2;
            opacity: 0;
            right: 20px; /* 左からの距離を調整 */
            bottom: 20px; /* 下からの距離を調整 */
          }
        }
    
    
      /*　上に上がる動き　*/
      
      #page-top.UpMove{
        animation: UpAnime 0.5s forwards;
      }
      @keyframes UpAnime{
        from {
          opacity: 0;
        transform: translateY(100px);
        }
        to {
          opacity: 1;
        transform: translateY(0);
        }
      }
      
      /*　下に下がる動き　*/
      
      #page-top.DownMove{
        animation: DownAnime 1s forwards;
      }
      @keyframes DownAnime{
        from {
          opacity: 1;
        transform: translateY(0);
        }
        to {
          opacity: 1;
        transform: translateY(300px);
        }
      }




/* 細かいレスポンシブ */

@media screen and (max-width:1400px) and (min-width:760px) {
.tab{
    display: block;
}
.tabnone{
    display: none;
}

.slider {
    width: 90%;
    margin: 0 auto 80px;
}

}

.cta3{
    width: 400px;
    margin: -40px auto 50px;
}

@media (max-width: 760px) {
    .cta3{
        margin: 0 0 20px;
        width: 100%;
    }
}

@media screen and (max-width:750px) and (min-width:420px) {

    .cta{
        width: 100%;
    }
}


/* 追加 */
.topicon1{
    width: 160px;
    margin-top: -130px;
}
.topicon2{
    width: 160px;
    margin-top: -7px;
}
.compimg{
    margin-top: -140px;
    margin-bottom: 100px;
}


/* スクロールバー */
::-webkit-scrollbar {
	display: none;/* 元のスクロールバーを消す */
	}
	::-webkit-scrollbar-thumb {
	background: #949494;
	border-radius: 5px;
	}
	::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 5px;
   }
   .simplebar-track.simplebar-horizontal {
	height: 9px;
	background: #fff;
	border-radius: 9px;
	max-width: 372px;
	margin: 0 auto;
	}
	.simplebar-scrollbar {
	height: 9px;
	background: #016abf!important;
	border-radius: 5px;
	top: 0;
	}
	.simplebar-scrollbar::before {
	background: #016abf!important;
	}
	.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
	  right: auto;
	  left: 0;
	  top: 0px;
	  height: 7px;
	  min-height: 0;
	  min-width: 10px;
	  width: auto;
  }
  .simplebar-track.simplebar-vertical {
    top: 0;
    width: 5px;
}
.simplebar-track.simplebar-vertical {
    top: 0;
    width: 5px;
    background: #e6e6e6 !important;
    border-radius: 5px;
}