@charset "UTF-8";
@media screen and (min-width: 640px) {
    #wrapper {
        padding: 0 0 0 0;
        overflow: hidden;
        margin: auto;
        box-shadow: 0 0 39px 0 #cbcbcb;
        position: relative;
    }
}

.t-c{
        text-align: center;
}
img {
    width: 100%;
    padding: 0;
    vertical-align: bottom;
}

body {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
    margin: 0;
}

.mt30 {
    display: block;
    margin-top: 30px auto;
}

.mb30 {
    margin-bottom: 30px;
}

.mb20 {
    margin-bottom: 20px;
}

.qestion {
    position: relative;
}

.abs {
    position: absolute;
}

.fcB {
    color: #0051b6;
}

.fcy {
    color: #fff3a9;
}

.fcO {
    color: #f35509;
    font-weight: bold;
}

.fsL {
    font-size: 1.1em;
    font-weight: bold;
}

.pc_dp_n {
    display: none;
}

footer a {
    text-align: center;
    color: #fff;
    text-decoration: underline;
}

footer {
    padding: 5% 3%;
    text-align: center;
    background-color: #003581;
}

.header {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    max-width: 1600px;
    max-height: 100px;
    margin: auto;
}

.header_left,
.header_right {
    display: flex;
    align-items: center;
}
.header_left{
    padding: 0 20px;
}

.header_right p {
    margin: 0; /* 電話とメールアイコンの間隔調整 */
}


.cta {
    padding: 35px 25px 40px;
    margin: auto;
        background-color: #dbecf3;
}

.ctabox{
    background: #fff;
    border-radius: 25px;
    border: solid 5px #015cc7;
    text-align: center;
    position: relative;
    max-width: 500px;
    margin: auto;
}

.cta_area {
    width: 92%;
    margin-top: -30px;
}
.cta_area2{
    width: 30%;
    margin-top: -30px;
    position: absolute;
    bottom: 0;
    right: 15px;
}

.cta_inner {
    width: 94%;
    padding: 0 3%;
}
.cta_inner02 {
    display: flex;
    justify-content: center;
    bottom: 0;
    font-weight: 700;
    text-align: center;
    font-family: 'Meiryo', 'メイリオ', sans-serif;
    margin-top: 20px;
    font-size: 24px;
    padding: 20px;
    background: #015CC7;
    background: linear-gradient(90deg,rgba(1, 92, 199, 1) 0%, rgba(11, 162, 240, 1) 100%);
    border-radius: 0 0 20px 20px;
    color: #fff;
    font-weight: bold;
}
/*波紋アニメーション*/
.ctabox .btn1{
    margin-top:-8%;
        right: 0;
    left: 0;
}
.ctabox .btn2{
    margin-top:20%;
        right: 0;
    left: 0;
}

.btn_box{
  position: absolute;
  transform: translate(0%, 0%);
  margin: 0;
}


#btn_animation .btn:before, #btn_animation .btn:after {
  content: "";
  position: absolute;
  z-index: -10;
  width: 90%;
  height: 93%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  border-radius: 97px;
  background: #ffd043;
  transform: translate3d(0,0,0);
}

#btn_animation .btn:before {
  animation: anime 1s ease-out infinite;
}

#btn_animation .btn:after {
  animation: anime 1s ease-out 1s infinite;
}

@keyframes anime{
0%{transform:scale(.95); opacity:1}
90%{opacity:.1}to{transform:scale(1.2,1.4); opacity:0}
}


/*お客様の声*/
.uservoice {
    text-align: center;
    padding: 0 0 8%;
}

.voice {
    background-color: #cfe8fb;
}

.voice_inner {
    width: 100%;
}

.voice ul {
    padding: 0;
    margin: 0 auto;
}

.slick-slide img {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

.slick-dots {
    position: absolute;
    bottom: -7% !important;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

/*----------矢印-----------*/
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: none !important;
  border: none !important;
  z-index: 10;
  width: 30px !important; 
  height: 30px !important;
}

.slick-prev {
  left: 2% !important; 
}

.slick-next {
  right: 2% !important;
}

.slick-prev img,
.slick-next img {
  width: 100%;
  height: auto;
}

/*----------slickdot-----------*/

.slick-dots li button:before {
    font-size: 15px;
    color:#fff;
    opacity: 1;
}
.slick-dots li.slick-active button:before {
    color: #003169;
    opacity: 1;
}


/* 中央以外のスライド */
.slick-img img {
  height: auto;
  opacity: .3;
  transform: scale(.9);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.slider .slick-center img {
  opacity: 1;
  transform: scale(1);
}
.loopslider div {
  padding: 10px 0;
}
/*FAQ*/
.faq {
    margin-bottom: 5%;
}
.qa-question {
    display: flex;
    align-items: center;
    gap: 0.5em;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    background-color: #0071BC;
    padding: 1em;
}

.qa-answer {
    display: flex;
    align-items: flex-start;
    padding: 2%;
}

.q-label {
    color: #fff3a9;
}

.q-text {
    flex: 1;
    word-break: break-word;
}
.answer {
    padding: 0 0 3% 0;
}

.answer2 {
    max-width: 750px;
    margin: 0 auto 5%; 
}
.article-title{
    display: flex;
    margin: 0 20px;
    align-items: flex-start;
}
.qaicon{
    width:35px;
    height:35px;
    margin-top: 20px;
}
.aicon{
    width:35px;
    height:35px;
    margin-top: 0px;
}
.qaiconfirst{
    margin-top: 0px;
}
/*アコーディオン*/
.q_arrow {
    position: absolute;
    top: 40%;
    right: 4%;
    width: 2%;
    transition: all 0.5s;
}

.sp_close_1,
.sp_close_2,
.sp_close_3,
.sp_close_4,
.sp_close_5{
    display: none;
    width: 100%;
    margin: 0 auto;
}

.OaC_btn_1,
.OaC_btn_2,
.OaC_btn_3,
.OaC_btn_4,
.OaC_btn_5{
    padding: 17px;
    color: #ffffff;
    background: #0b8cf0;
    font-weight: bold;
    position: relative;
    font-size: 1em;
    line-height: 1.5;
    padding-right: 12%;
    margin: 20px 0 0px 10px;
    border-radius: 10px;
    width: 75%;
}

.close {
    line-height: 1.6;
    padding: 1.3%;
    margin: 0px 10px 10px;
    padding-top: 10px;
    padding-bottom: 0px;
    color: #000;
}

.another {
    width: 100%;
    padding: 5px 110px 20px;
    font-weight: bold;
    border-top: 1px solid #5f86bb;
}


.open .q_arrow {
    transform: rotate(180deg);
}

.answertxt {
    padding: 17px;
    color: #000;
    background: #cfe8fb;
    font-size: 1em;
    line-height: 1.5;
    margin: 0px 10px 0px 10px;
    border-radius: 10px;
    width: 85%;
}
    

/*----------sp------------*/
@media (max-width: 767px) {

    h3 {
        font-size: 7.5vw;
        padding: 5%;
        line-height: 1.2;
    }

    /*アコーディオン*/
    .q_arrow {
        position: absolute;
        top: 48%;
        right: 4%;
        width: 4%;
    }


    .close {
        line-height: 1.6;
        padding: 4%;
        margin: 0;
        padding-top: 10px;
        padding-bottom: 20px;
        color: #000;
    }

    .another {
        width: 100%;
        padding: 5px 110px 20px;
        font-weight: bold;
        border-top: 1px solid #5f86bb;
    }

}

/*追従*/
 .tui {
    position: fixed;
    bottom: 0;
    z-index: 1000 !important;
    max-width: 450px;
    margin: 0 auto 1%;
    color: #fff;
    font-weight: bold;
    border: solid 3px #015cc7;
    border-radius: 15px;
    background: #fff;
    right: 0;
    left: 0;
}
.btn-tui{
    z-index: 0;
}
.hour-all{
    padding: 3% 2%;
    border-radius: 10px 10px 0 0;
    background: #015CC7;
    background: linear-gradient(90deg, rgba(1, 92, 199, 1) 0%, rgba(11, 162, 240, 1) 100%);
    position: relative;
}
.tui_cta {
    padding: 0 2% 3%;
    max-width: 360px;
    margin: auto;
}
.tel{
        font-size: 20px;
}

#Realtime03 {
    margin: 4% 0 3% 0;
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
}

/*footer*/
footer {
    text-align: center;
    font-size: 16px;
    background-color: #003169;
    padding: 20px 0 200px;
}

.footer_txt {
    color: #fff;
    line-height: 1.7;
}



/*----------sp------------*/
@media (max-width: 500px) {

.tui {
    position: fixed;
    bottom: 0;
    z-index: 1000 !important;
    max-width: 500px;
    margin: 0 1% 1%;
}
}
@media (max-width: 767px) {
    .cta_inner02{
        display:inherit;
    }
    .cta_area2 {
    width: 25%;
}

    h3 {
        font-size: 7.5vw;
        padding: 5%;
        line-height: 1.2;
    }
    .follow {
        width: 101%;
    }
    .follow_model {
        width: 25%;
    }
    .follow_model img{
        top: -29%;
        left: -1%;
    }
    #Realtime03 {
        font-size: 16px;
    }
}


/*----------時間表示------------*/
#Realtime,
#Realtime01,
#Realtime02 {
    
}


/*----------sp------------*/
@media screen and (max-width: 640px) {
    #wrapper {
        padding: 0 0 0 0;
        overflow: hidden;
    }

    .mt30 {
        margin: 30px auto;
    }

    .header p {
        font-size: 0.77em !important;
    }

    

}

@media screen and (max-width:400px) {

    #Realtime,
    #Realtime01,
    #Realtime02 {
        font-size: 1em;
    }
}
.flow{
    position:relative;
}
.flow_btn{
    position: absolute;
    display: flex;
    top: 29%;
    justify-content: center;
    margin: auto;
    left: 0;
    right: 0;
}
.flow_btn a{
    width:40%;
        padding: 1%;
            max-width: 200px;
}
.ttl {
    max-width: 800px;
}
@media screen and (max-width: 640px) {
.sp{
    display:block;
}
.pc{
    display:none;
}
}
@media screen and (min-width: 640px) {
.sp{
    display:none;
}
.pc{
    display:block;
}
.flow_btn {
    top: 27%;
}
}