@charset "UTF-8";
header{
    top: 0;
}
.subhead{
    margin-top: 123px;
    background-color: #fff;
}
p{
    margin: 0;
}
a{
    text-decoration: none;
    display: block;
}
li{
    color: #4d4d4d;
}
h2{
    margin: 0%;
}
h3{
    margin: 0%;
}
.wrapper{
    position: relative;
    z-index: -100;
    overflow: hidden;
}
body{
    position: relative;
    z-index: -99;
}

header {
    background-color: #fff;
    box-sizing: border-box;
    padding: 15px 0 0;
    position: fixed;
    z-index: 2001;
    width: 100%;
}

main{
    background-color:#fff;
}
section{
    box-sizing: border-box;
    padding: 0 20px;
}

/* header */
.nav-wrapper{
    display: none;
}
.burger-btn {
    display: none;
}
.header_01 {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.header_02 {
    padding-bottom: 20px;
    margin-top: 28px;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}
.logo{
    /* width: 470px; */
    padding-left: 100px;
    height: 47px;
    width: auto;
}
.logo_sp{
    display: none;
}
.sns{
    position: absolute;
    top: 50%;
    right: 330px;
    transform: translate(-50%, -50%);
}
.facebook{
    width: 40px;
    padding-left: 40px;
}
.twitter{
    width: 40px;
    padding-left: 40px;
}
.instagram{
    width: 40px;
    padding-left: 40px;
}
.header_contact{
    padding-right: 100px;
    /* position: relative; */
    display: flex;
    align-items: center;
}
.header_contact time{
    font-size: 12px;
    background: #f1f1f1;
    width: 100%;
    display: block;
    text-align: center;
    padding: 2px 0;
    letter-spacing: 2px;
}
.tel{
    /* margin-bottom: 0px; */
    /* margin-top: 0px; */
    margin: 0 0 3px;
    position: relative;
}
.tel::after {
    background-image: url(../img/phone.png);
    content: "";
    width: 30px;
    height: 17px;
    background-position: center;
    background-size: contain;
    top: 5px;
    left: 4px;
    position: absolute;
    background-repeat: no-repeat;
}
.tel span {
    font-size: 24px;
    color: #045ea1;
    font-weight: bold;
    padding-left: 40px;
}

/*  */
.tel_nav_text{
    margin: 0 0 3px;
    position: relative;
}
.tel_nav_text::after {
    background-image: url(../img/phone.png);
    content: "";
    width: 30px;
    height: 17px;
    background-position: center;
    background-size: contain;
    top: 5px;
    left: 4px;
    position: absolute;
    background-repeat: no-repeat;
}
.tel_nav_text a {
    font-size: 24px;
    color: #045ea1;
    font-weight: bold;
    padding-left: 40px;
}
.tel_nav_wrapper{
    text-align: center;
    margin-top: 20px;
    padding-bottom: 40px;
}
.tel_nav {
    display: inline-block;
    text-align: end;
    box-sizing: border-box;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 4px 0px rgb(39 39 39 / 60%);
}

.to_c_btn {
    margin-left: 20px;
}
.to_c_btn a {
    background: #0d921d;
    font-size: 16px;
    padding: 19px 6px 9px;
    letter-spacing: 1px;
    width: 240px;
    justify-content: center;
    display: flex;
    align-items: center;
    border-radius: 0px;
    color: #fff;
    transition: 1s;
    font-weight: bold;
    position: relative;
}
.to_c_btn a::before {
    content: "24時間対応!";
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 90px;
}
.to_c_btn a:hover{
    background: #36bd46;
}

.to_c_btn02 {
    margin-left: 20px;
}
.to_c_btn02 a{
    background: #005fa1;
    font-size: 16px;
    /* padding: 20px 50px; */
    letter-spacing: 1px;
    height: 47px;
    width: 240px;
    justify-content: center;
    display: flex;
    align-items: center;
    /* line-height: 47px; */
    border-radius: 0px;
    color: #fff;
    transition: 1s;
    font-weight: bold;
}
.to_c_btn02 a:hover{
    background: #0095ff;
    font-size: 16px;
}
.to_c_btn03 a{
    background: #6ac6ff;
    font-size: 16px;
    /* padding: 20px 50px; */
    letter-spacing: 1px;
    box-sizing: border-box;
    padding-bottom: 30px;
    height: 77px;
    width: 240px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    /* line-height: 47px; */
    border-radius: 5px;
    color: #fff;
    transition: 1s;
    font-weight: bold;
    position: relative;
}
.to_c_btn03 a::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 10%;
}


.to_c_btn03 a:hover{
    background: #e4007f;
}

.to_c_btn04 a{
    background: #005fa1;
    font-size: 16px;
    letter-spacing: 1px;
    height: 77px;
    width: 240px;
    justify-content: center;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    padding-bottom: 30px;
    border-radius: 5px;
    color: #fff;
    transition: 1s;
    font-weight: bold;
    position: relative;
}
.to_c_btn04 a::after{
    position: absolute;
    content: "";
    width: 100px;
    height: 100px;
    top: 10%;
}
.to_c_btn04 a:hover{
    background: #0095ff;
    font-size: 16px;
}
nav{
    width: 52%;
    margin: 0 auto;
}
.navlist {
    display: flex;
    justify-content: space-between;
    list-style: none;
    margin-bottom: 0;
    margin-top: 20px;
}
.navlist li a{
    color: #005fa1;
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    transition: 1s;
}
.navlist li a:hover{
    color: #0088e9;
    cursor: pointer;
}
.navlist li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
.navlist li a::after {
    position: absolute;
    bottom: -6px;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background: #6ac6ff;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
  }
.navlist li a:hover::after {
    transform-origin: left top;
    transform: scale(1, 1);
  }






  



/* tie */
.tie {
    background-color: #5690c8;
    position: relative;
    height: 280px;
    z-index: -2;
    margin: 0px auto 0;
    text-align: center;
}
.tie01 {
    width: 100%;
    height: 250px;
    height: 1110px;
    object-fit: cover;
    position: fixed;
    opacity: 40%;
    object-fit: cover;
    top: 120px;
    left: 50%;
    transform: translatex(-50%);
    z-index: -1;
}
.tie h2 {
    display: inline-block;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding-top: 69px;
    position: relative;
}
.tie h2::before{
    position: absolute;
    content: "";
    background: url(../img/kyuujin.png);
    background-size: contain;
    background-position: center;
    top: 73%;
    left: -65px;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
}
.tie_content {
    display: flex;
    max-width: 800px;
    width: 100%;
    justify-content: space-between;
    margin: 50px auto 0;
    align-items: center;
    align-content: center;
}
.tie_text {
    font-size: 16px;
    color: #fff;
    max-width: 401px;
    text-align: left;
}
.tie_btn{
    position: relative;
}
.tie_btn::before{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6ac6ff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.tie_btn a{
    text-decoration: none;
}
.tie_btn_bg {
    background: #fff;
    border-radius: 40px;
    color: #4d4d4d;
    padding: 30px 125px 30px 90px;
    font-size: 16px;
    transition: .3s;
}
.tie_btn_bg:hover{
    background: #6ac6ff;
    color: #fff;
}


.arrow{
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #6ac6ff;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    /* transform: translate(10px, 10px); */
}
.tie_btn_bg.action{
    background: #6ac6ff;
    color: #fff;
    cursor: pointer;
}
.arrow02 {
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 42px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(
-135deg
);
    transition: .3s;
}
.arrow02.action{
    right: 35px;
    cursor: pointer;
}


/* footer */
footer{
    background: #fffcef;
    margin: 0 auto 0px;
}
footer a{
    color: #4d4d4d;
}
footer a:hover{
    color: #005fa1;
}
.footer_nav {
    display: flex;
    margin: 0;
    max-width: 1000px;
    width: 100%;
    justify-content: space-between;
    margin: 0 auto;
    padding: 50px 0 40px;
    list-style: none;
}
.footer_under{
    display: flex;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 40px;
}
.footer_under ul{
    display: flex;
    list-style: none;
    padding: 0;
}
.footer_nav>li{
    font-weight: bold;
}
.footer_list01{
    position: relative;
}
.footer_list01::before{
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    transform: rotate(
-135deg
);
}
.footer_list02{
    position: relative;
}
.footer_list02::before{
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    transform: rotate(
-135deg
);
}
.footer_list03{
    position: relative;
}
.footer_list03::before{
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    transform: rotate(
-135deg
);
}
.footer_list04{
    position: relative;
}
.footer_list04::before{
    display: block;
    position: absolute;
    content: "";
    top: 4px;
    left: -20px;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-color: transparent transparent #4d4d4d #4d4d4d;
    transform: rotate(
-135deg
);
}
.footer_list02 ul{
    font-weight: 400;
    padding: 0px;
    list-style: none;
}
.f_list_child{
    font-size: 12px;
    border-left: 1px #4d4d4d solid;
    box-sizing: border-box;
    padding-left: 10px;
    margin-top: 20px;
}


.fu01{
    font-size: 12px;
}
.fu02{
    font-size: 12px;
    padding-left: 20px;;
}
footer small{
    display: block;
    text-align: center;
    line-height: 50px;
    background: #005fa1;
    color: #fff;
}
#sp-fixed-menu{
    display: none;
}
@media screen and (max-width: 1300px) {
    .logo{
        display: none;
    }
    .logo_sp{
        display: block;
    max-width: 47px;
    width: 100%;
    padding-left: 100px;
    }
}
@media screen and (max-width: 1100px) {
    .logo{
        display: block;
    }
    .logo_sp{
        display: none;
    }
    .subhead{
        margin-top: 73px;
    }
    a{
        font-family:sans-serif
    }
    /* header */
    .logo{
        padding-left: 20px;
        height: 60px;
    }
    .header_02{
        display: none;
    }
.nav-wrapper{
    display: block;
}
      /* btn---------------------------------------- */
      .burger-btn {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 15px;
        right: 30px;
        z-index: 2002;
        border: none;
    }
  .bar{      
    width: 30px;      
    height: 5px;        
    display: block;      
    position: absolute;      
    left: 50%;      
    transform: translateX(-50%);      
    background-color:#005fad;    
  }    
  .bar_top{   
    top: 10px;
  }
  .bar_mid{    
    top: 50%;
    transform: translate(-50%,-50%);
  }
  .bar_bottom{
    bottom: 10px;
  }
  /* batsu */
  .burger-btn.close .bar_top{      
    transform: translate(-50%,10px) rotate(45deg);      
    transition: transform .3s;    
  }    
  .burger-btn.close .bar_mid{      
    opacity: 0;       
    transition: opacity .3s;    
  }    
  .burger-btn.close .bar_bottom{      
  transform: translate(-50%,-15px) rotate(-45deg);      
  transition: transform .3s;    
  }

  .contact_block {
    display: flex;
    max-width: 590px;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
    margin: 0 auto;
    padding: 25px 20px 0 20px;
    box-sizing: border-box;
}


  /* all-screen */
  .nav-wrapper{
    display: none;
    width: 100vw;
    height: 100vh;
    z-index: 2000;
    position: fixed;
    left: 0;
    top: 0;
  } 
  .nav-wrapper.close{
    display: block;
    background-color: rgba(45, 45, 45, 0.5);
  }

  .header-nav{
    width: 100%;
    background-color: #fff;
    height: 100%;
    z-index: 2;
    transform: translateX(100%);
    transition: 1s;
  }  
  .header-nav.close{
    transform: translateX(0%);
    transition: 1s;
    overflow-y: scroll;
  }   
  .header-nav ul {
    color: #025fad;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    text-align: center;
    width: 60%;
    margin: 60px auto 30px;
}
  .header-nav.nav-list{        
    display: block;        
    position: absolute;        
    top: 50%;        
    left: 50%;        
    transform: translate(-50%,-50%);        
    text-align: center;  
    list-style: none;    
  } 
  .header-nav.nav-item{        
    margin-right: 0;        
    margin-bottom: 40px;      
  }
  .nav-item{
    font-size: 18px;
    color: #005fad;
    width: 48%;
    list-style: none;
    line-height: 80px;
    border-bottom: 2px #005fad solid;
  }
  .nav-item a{
    color: #005fad;
  }
  .nav-item a:hover{
    color: #008cff !important; 
  }
  .nav-item a:visited{
    color: #005fad;
  }
  .classic-pc{
    display: none;
  }
  .classic-sp{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  /* noscroll */
  body.noscroll{
    overflow: hidden;
  }

/* btn */
.btn a{
    color: #005fad;
    display: inline-block;
    border: 1px #005fad solid;
    padding: 10px 40px 11px 40px;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn a:hover{
    color:#008cff;
  }
  .btn a:visited{
    color: #005fad;
  }
  /* btneffect */
  .btn a {
    font-size: 16px;
    font-weight: bold;
    background: transparent;
    padding: 10px 40px 11px 40px;
    position: absolute;
    bottom: -140px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #005fad;
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    transition: .3s;
  }
  .btn a::before {
    content: "";
    width: 100%;
    position: absolute;
    top: 0;
    right: -60px;
    z-index: -1;
    border-right: 60px solid transparent;
    border-bottom: 60px solid #005fad;
    transform: translateX(-100%);
    transition: transform ease .3s;
  }
  .btn a:hover {
    color: #fff;
  }
  .btn a:hover::before {
    transform: translateX(0);
  }
/*  */
    .logo {
        height: 40px;
    }
    header{
        padding: 15px 0 15px;
    }
    .header_contact{
        display: none;
    }
    


    .section01_2 {
        padding: 80px 0 0px 0;
        background-color: #f0f4f8;
    }
    .tie_content {
        display: flex;
        flex-wrap: wrap;
        max-width: 640px;
        width: 100%;
        justify-content: center;
        margin: 28px auto 0;
        align-items: end;
    }
    .tie_text {
        font-size: 16px;
        color: #fff;
        margin-bottom: 37px;
    }
    .arrow {
        position: absolute;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #6ac6ff;
        top: 50%;
        right: 23px;
        transform: translateY(-50%);
    }
    .tie_btn_bg {
        background: #fff;
        border-radius: 40px;
        color: #4d4d4d;
        padding: 20px 190px 20px 20px;
        font-size: 12px;
        transition: .3s;
    }
    .footer_nav {
        display: flex;
        margin: 0;
        max-width: 320px;
        width: 100%;
        justify-content: space-between;
        margin: 0 auto;
        padding: 50px 0 40px;
        list-style: none;
    }
    .footer_nav>li {
        font-weight: bold;
        font-size: 12px;
    }
    .footer_under {
        display: flex;
        max-width: 330px;
        width: 100%;
        margin: 0 auto;
        justify-content: space-between;
        align-items: center;
        padding-bottom: 40px;
    }
    .facebook {
        width: 20px;
        padding-left: 20px;
    }
    .twitter {
        width: 20px;
        padding-left: 20px;
    }
    .instagram {
        width: 20px;
        padding-left: 20px;
    }

/* footermenu */
footer{
    padding-bottom: 73px;
}

/*メニューをページ下部に固定*/
#sp-fixed-menu{
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    font-size: 0;
    z-index: 99;
 }
 
 /*メニューを横並びにする*/
 #sp-fixed-menu ul{
    display: flex;
    list-style: none;
    padding:0;
    margin:0;
    width:100%;
 }
 
 #sp-fixed-menu li{
    justify-content: center;
    align-items: center;
    width: 50%;
    padding:0;
    margin:0;
    font-size: 12px;
    border-right: 1px solid #fff;
 }
 
 /*左側メニューを緑色に*/
 #sp-fixed-menu li:first-child{
    background: #d5a229;
    position: relative;
 }
 #sp-fixed-menu li:first-child::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/fn01.png);
    width: 40px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
 #sp-fixed-menu li:nth-of-type(2){
    background: #0d921d;
    position: relative;
 }
 #sp-fixed-menu li:nth-of-type(2)::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/fn02.png);
    width: 40px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

 /*左側メニューをオレンジ色に*/
 #sp-fixed-menu li:last-child{
    background: #005fa1;
    border: 0;
    position: relative;
 }
 #sp-fixed-menu li:last-child::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 50%;
    transform: translateX(-50%);
    background-image: url(../img/fn03.png);
    width: 40px;
    height: 30px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
 
 /*ボタンを調整*/
 #sp-fixed-menu li a{
    color: #fff;
    text-align: center;
    display:block;
    padding: 50px 10px 0 10px;
    padding-bottom: 10px;
 }
}
 @media screen and (max-width: 1200px) {

.tie01{
    top: -10%;
    width: 100%;
}
 }
 @media screen and (max-width: 1000px) {
header{
    height: 73px;
}
 }
@media screen and (max-width: 650px) {
    .fvtext_cover {
        text-shadow: 1px 1px 30px #075475;
    }
    .burger-btn {
        display: block;
        width: 50px;
        height: 50px;
        position: fixed;
        top: 15px;
        right: 20px;
        z-index: 2002;
        border: none;
    }
    .tie_content {
        display: flex;
        flex-wrap: wrap;
        max-width: 375px;
        width: 100%;
        justify-content: center;
        margin: 28px auto 0;
        align-items: end;
    }
    .tie_text{
        font-size: 14px;
    }
}
@media screen and (max-width: 550px) {
    .contact_block {
        display: flex;
        max-width: 590px;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        align-items: flex-end;
        margin: 0 auto;
        padding: 0px 20px 0 20px;
        box-sizing: border-box;
        background:#fff;
    }
    .to_c_btn03{
        margin-bottom: 20px;
    }
    .to_c_btn03 a::after {
        display: none;
    }
    .to_c_btn04 a::after {
        display: none;
    }
    .to_c_btn03 a {
        height: 77px;
        justify-content: center;
    }
    .to_c_btn04 a {
        height: 77px;
        justify-content: center;
    }
}
@media screen and (max-width: 550px){
.to_c_btn03 {
    margin-bottom: 0px;
}
}
@media screen and (max-width: 519px){
.to_c_btn03 {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 360px) {
    .header_01{
        justify-content: left;
    }

    
    .logo{
        display: none;
    }
    .logo_sp{
        display: block;
    max-width: 47px;
    width: 100%;
    padding-left: 20px;
    }
}