@charset "UTF-8";

html {
}
@media screen and (max-width: 768px) {
    html {
    }
    body.fixed {
        position: fixed;
        height: 100%;
        left: 0;
        width: 100%;
        top: 0;
    }
    body{
         -webkit-text-size-adjust: 100%;
    }
}



/* ----------------------------------------------------------------------------------------------------
* 　sec共通
* --------------------------------------------------------------------------------------------------*/
.sec{
    position: relative;
    z-index: 0;
}

.mid1{
    position: relative;
    text-align: center;
    line-height: 1;
    margin-bottom: 70px;
}
.mid1 span{
    position: relative;
    font-weight: 900;
    font-size: 4.6rem;
    letter-spacing: .05em;
    display: inline-block;
    padding-bottom: 10px;    
}
.mid1 span:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);    
    bottom: 0;
}

@media screen and (min-width: 769px) {
    .sec{
        overflow-x: hidden;
    }

}

@media screen and (max-width: 768px) {       
    .mid1{
        margin-bottom: 20px;
    }
    .mid1 span{
        font-size: 2.4rem;
        display: inline-block;
        padding-bottom: 10px;    
    }
    .mid1 span:after{
    }

}



/* ----------------------------------------------------------------------------------------------------
* 　cv
* --------------------------------------------------------------------------------------------------*/
.cvbox{
    padding: 36px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
.cvbox .ttl{
    font-size: 2.8rem;
    line-height: 1;
    margin-bottom: 30px;
    font-weight: 700;
    text-align: center;
}
.cv_btns{
    padding-left: 40px;
    text-align: center;
}
.cv_btns li{
    display: inline-block;
    vertical-align: middle;
}

/*mon*/
.cv_btns li{
    position: relative;
}
.cv_btns li:nth-child(1),
.cv_btns li:nth-child(2){
    margin-right: 20px;
}
.cv_btns li:after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    bottom: -6px;
    z-index: -5;
    transition: 0.3s;
    
}

.cv_btns li:nth-child(1):after{
    
    background: #ad3638; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ad3638 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ad3638 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ad3638 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ad3638 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ad3638 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ad3638 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    
}
.cv_btns li:nth-child(2):after{
    background: #366d8b; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #366d8b 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #366d8b 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #366d8b 5px),
            -ms-linear-gradient(135deg, transparent 5px, #366d8b 5px),
            -ms-linear-gradient(225deg, transparent 5px, #366d8b 5px),
            -ms-linear-gradient(315deg, transparent 5px, #366d8b 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.cv_btns li:nth-child(1):before{
    content: "";
    display: block;
    position: absolute;
    background: #ad3638;
    width: 10px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    z-index: -2;
}
.cv_btns li:nth-child(2):before{
    content: "";
    display: block;
    position: absolute;
    background: #366d8b;
    width: 10px;
    height: 100%;
    left: 0;
    right: 0;
    bottom: -6px;
    margin: auto;
    z-index: -2;
}
/*mon*/
.cvbtn{
    color: #fff;
    padding: 15px 5px 12px 70px;
    line-height: 1;
    position: relative;
    font-weight: 700;
    font-size: 2.1rem;
    width: 340px;
    display: block;
    letter-spacing: 0.05em;
    opacity: 1;
    transition: 0.3s;
}
.cvbtn:hover{
    opacity: 1;
    transform: translateY(6px);
}
.cvbtn span{
    font-size: 10px;
    line-height: 1;
    display: inline-block;
    padding-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

.cvbtn img{
    position: absolute;
    left:18px;
    top: 50%;
    transform: translateY(-50%); 
}

.cvbtn1{
    background: #ED565A; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ED565A 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ED565A 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}
.cvbtn1:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #ED565A;
    z-index: -1;
}
.cvbtn1:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -3px;
    background: #ED565A;
    z-index: -1;
}
.cvbtn1 img{
    width: 36px;
}
.cvbtn2{
    padding: 26px 5px 26px 60px;
    background: #549cbe; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #549cbe 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #549cbe 5px),
            -ms-linear-gradient(135deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(225deg, transparent 5px, #549cbe 5px),
            -ms-linear-gradient(315deg, transparent 5px, #549cbe 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    position: relative; 
}
.cvbtn2:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 5px;
    left: 0;
    top: 50%;
    margin-top: -3px;
    background: #549cbe;
    z-index: -1;
}
.cvbtn2:after{
    content: "";
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    left: 50%;
    top: 0;
    margin-left: -3px;
    background: #549cbe;
    z-index: -1;
}
.cvbtn2 img{
    width: 30px;
}


.cv_tel p{
    font-size: 4.3rem;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 10px;
}
.cv_tel img{
    width: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}
.cv_tel table{

}
.cv_tel th{
    vertical-align: middle;
    border-right: 1px solid #ddd;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding-right: 18px;
}
.cv_tel td{
    padding-left: 8px;
    line-height: 1.4;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-weight: 500;
    text-indent: 0.5em;
}

.cv_amazon{
    position: absolute;
    top: -80px;
    left: 80px;
    width: 180px;

}
@media screen and (min-width: 769px) {

}
@media screen and (min-width: 769px) and (max-width: 1278px){
    .cv_btns{
        padding-left: 100px;
    }
    .cv_amazon{
    }

}
@media screen and (max-width: 768px) {
    .cvbox{
        padding: 20px 0 10px;
    }
    .cvbox .ttl{
        font-size: 1.6rem;
        margin-bottom: 15px;
        /* padding-left: 40px; */
    }
    .cv_btns{
        padding-left: 0px;
    }
    .cv_btns li:nth-child(1), .cv_btns li:nth-child(2){
        margin: auto;
    }
    .cv_btns li{
        margin-top: 10px;
        display: block;
        text-align: center;
    }
    .cv_btns li:after{
        min-width: 310px;
        margin: auto;
            width: calc(80% - 20px);
    }
    .cv_btns li:hover:after{
        content: none;
    }
    .cvbtn{
        padding: 10px 5px 7px 50px;
        /* width: 300px; */
        min-width: 310px;
        width: calc(80% - 20px);
        margin :0 auto 10px;
        font-size: 2rem;
    }
    .cvbtn:hover{
    }
    .cvbtn span{
        font-size: 10px;
        letter-spacing: 0.05em;
    }

    .cvbtn img{
        left:16px;
    }

    .cvbtn1 img{
        width: 30px;
    }
    .cvbtn2 {
        padding: 20px 5px 20px 50px;
    }
    .cvbtn2 img{
        width: 26px;
        left: 20px;
    }

    .cv_tel{
        padding-top: 0;
    }
    .cv_tel p{
        text-align: center;
        font-size: 3.6rem;
        padding-bottom: 4px;
    }
    .cv_tel img{
        width: 24px;
        margin-top: -4px;
    }
    .cv_tel table{
        margin: 0 auto;
        width: 260px;
    }
    .cv_tel th{
        font-size: 1.4rem;
        letter-spacing: 0.1em;
        padding-right: 8px;
    }
    .cv_tel td{
        font-size: 1.2rem;
    }

    .cv_amazon{
        top: -20px;
        left: -10px;
        margin-left: 0;
        width: 85px;

    }
}


/*----------
cv2
----------*/
.cvbox2{
    position: relative;
    padding: 35px 0 38px 120px;

}
.cvbox2 .txt{
    position: relative;
    width: 880px;
    margin: 0 auto;
    margin-bottom: 28px; 
    border: 4px solid #000;
    background: #fff;
    font-size: 5.4rem;
    font-weight: 900;
    text-align: center;
    line-height: 97px;
}
.cvbox2 .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -39px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-right: 28px solid #FFF;
  z-index: 2;
}

.cvbox2 .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -48px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-right: 30px solid #000;
  z-index: 1;
}

.cvbox2 .txt2{
    background: #ffcf07;
}
.cvbox2 .txt2:before{
  border-right: 28px solid #ffcf07;    
}
.cvbox2 .cvbtn{
    margin: 0 auto;
    width: 578px;
    /*line-height: 114px;*/
    text-align: center;
    font-size: 3.2rem;
    letter-spacing: 0.1em;
    padding: 10px 0 10px 55px;
    line-height: 1.6;
    transition: 0.3s;
    
}
.cvbox2 .cv_btns li{
    transition: 0.3s;
}
.cvbox2 .cv_btns .cvbtn:hover{
    transform: translateY(6px);
}
.cvbox2 .cvbtn br{display: none;}
.cvbox2 .cvbtn span{
    font-size: 13px;
    display: block;
}
.cvbox2 .cvbtn img{
    width: 42px;
    left: 32px;
}
.cvbox2 .cv2_ph{
    position: absolute;
    width: 392px;
    bottom: 0;
    left: -82px;
    z-index: -1;
}
@media screen and (min-width: 769px) {


}
@media screen and (max-width: 768px) {
    .cvbox2{
        padding: 18px 0 20px 0;
    }
    .cvbox2 .cv_btns li{
        
    }
    .cvbox2 .cv_btns li a.cvbtn{
        font-size: 1.6rem;
        padding: 15px 5px 15px 45px;
        line-height: 1.5;
    }
    .cvbox2 .cv_btns li:nth-child(1):after{
        margin: 0 auto 0 100px;
        min-width: 0;
        width: calc(80% - 40px);
    }
    .cvbox2 .cv_btns li .cvbtn span{
        font-size: 10px;
    }
    .cvbox2 .txt{
        width: 100%;
        margin-bottom: 18px; 
        font-size: 1.8rem;
        line-height: 40px;
        z-index: -1;
    }
    
    .cvbox2 .txt:before {
        top: auto;
        bottom: -22px;
        left: 60px;
        margin-top: 0;
        border: 12px solid transparent;
        border-top: 12px solid #FFF;
    }

    .cvbox2 .txt:after {
        top: auto;
        bottom: -28px;
        left: 58px;
        margin-top: 0;
        border: 14px solid transparent;
        border-top: 12px solid #000;
    }

    .cvbox2 .txt2:before{
        border: 12px solid transparent;
        border-top: 12px solid #ffcf07;    
    }
    .cvbox2 .cvbtn{
        margin: 0 auto 0 100px;
        min-width: 1px;
        width: calc(80% - 40px);
        line-height: 50px;
        font-size: 2rem;
        letter-spacing: 0.1em;
        padding: 0 0 0 30px;
        text-align: center;
    }
    .cvbox2 .cvbtn img{
        width: 26px;
        left: 10px;
    }
    .cvbox2 .cv2_ph{
        width: 140px;
        left: -30px;
    }
}


/* ----------------------------------------------------------------------------------------------------
*  header
* --------------------------------------------------------------------------------------------------*/

header {
    width: 100%;
    position: absolute;
    padding-top: 10px;
    z-index: 999;
}


header .logo{
    float: left;
}
header .logo img {
    width: 320px;
    vertical-align: middle;
}
header .logo img.logo2{
    width: 56px;
    margin-left: 12px;
}
header .logo img.logo3{
    width: 80px;
    margin-left: 12px;
}


@media screen and (min-width: 769px) {
    header{
        min-width: 1200px;
    }
    header .head1{
        background: #fff;
        border-radius: 5px;
        padding: 10px;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.05));
    }
    header .head1 ul.cv_btns{
        float: right;
        padding-left: 0;
    }
    header .head1 ul li{
    }


    header .cvbtn{
        padding: 7px 0px 14px 47px;
        font-size: 1.7rem;
        width: 218px;
        margin-right: 8px;
        letter-spacing: 0.02em;
    }
    header .cv_btns li:nth-child(1),
    header .cv_btns li:nth-child(2) {
        margin-right: 0;
    }
    header .cv_btns li:nth-child(1):before,
    header .cv_btns li:nth-child(2):before{
        content: none;
    }
    header .cvbtn:hover{
        margin-bottom:0;
    }
    header .cv_btns li:after{
        content: none;
    }
    header .cvbtn span{
        font-size: 1.1rem;
        line-height: 1;
        display: inline-block;
        padding-bottom: 5px;
        font-weight: 500;
        letter-spacing: 0.05em;
    }

    header .cvbtn img{
        left:13px;
    }

    header .cvbtn1 img{
        width: 28px;
    }
    header .cvbtn2 img{
        width: 26px;
    }

    header .cv_tel{
        padding-left: 8px;
    }
    header .cv_tel p{
        font-size: 3rem;
        letter-spacing: 0.1em;
        padding-bottom: 2px;
        line-height: 1;
        font-weight: 900;
    }
    header .cv_tel img{
        width: 17px;
        margin-right: 8px;
    }
    header .cv_tel table{

    }
    header .cv_tel th{
        font-size: 1.2rem;
        letter-spacing: 0.1em;
        padding-right: 10px;
    }
    header .cv_tel td{
        padding-left: 8px;
        font-size: 1rem;
        letter-spacing: 0.1em;
        text-indent: 0.5em;
    }
    .head_nav{
        margin-top: 6px;

    }
    .head_nav li{
        display: inline-block;
        width: 296px;
        vertical-align: top;
    }
    .head_nav li+li{
        margin-left: 5px;
    }
    .head_nav a{
        display: block;
        width: 100%;
        height: 50px;
        vertical-align: middle;
        text-align: center;
        background: #fff;
        filter: drop-shadow(3px 3px 3px rgba(0,0,0,0.05));
        position: relative;
        font-weight: 700;
        line-height: 1.3;
        padding-top: 7px;
    }
    .head_nav a:after{
        content: "";
        display: block;
        position: absolute;
        bottom: -12px;
        right: 50%;
        border: 6px solid transparent;
        border-top: 6px solid #fff;
        z-index: 2;
    }
    .head_nav li:nth-child(1) a, .head_nav li:nth-child(3) a, .head_nav li:nth-child(4) a{
        padding-top: 15px;
    }

}

@media screen and (max-width: 768px) {
    header {
        padding-top: 5px;
        background: #fff;
        position: static;
        height: 55px;
    }
    header .head1{
        padding: 5px 0;
    }
    header .logo{
    }
    header .logo img {
        width: 190px;
    }
    header .logo img.logo2{
        width: 24px;
        margin-left: 7px;
        margin-top: 6px;
    }
    header .logo img.logo3{
        width: 38px;
        margin-left: 7px;
        margin-top: 6px;
    }
}
/*----スマホ_menu---*/
#menu_sp{
   display: none;
}
@media screen and (max-width: 768px) {
    #menu_sp{
        position: absolute;
        width: 100%;
        height: calc(100vh - 55px);
        background: #fff;
        z-index: 999;
        top: 55px;
        overflow-y: scroll;
        padding-bottom: 20px;
    }
    #menu_sp .cv_btns .cvbtn {
        padding: 2px 5px 8px 60px;
    }
    #menu_sp .cv_btns li:after {
        content: none;
    }
    #menu_sp .cvbtn img{
        width: 24px;
    }
    #menu_sp .cvbtn2 img{
         width: 20px;
         left: 18px;
    }
    /* #menu_sp .cvbtn{
        padding: 1px 5px 5px 40px;
        font-size: 1.5rem;
    } */
    #menu_sp .cvbtn{
        width: calc(100% - 20px);
    }
    #menu_sp .cvbtn span{
        font-size: 1rem;
    }
    #menu_sp .cv_tel p{
        font-size: 3rem;
    }
    #menu_sp .cv_tel p img{
        width: 20px;        
    }
    #menu_sp .cv_tel table{
        width: 220px;
    }
    #menu_sp .cv_tel th{
        font-size: 1.1rem;
        
    }
    #menu_sp .cv_tel td{
        font-size: 1rem;
    }

    #menu_sp .head_nav{
        border-top: 1px solid #ddd;
        margin-bottom: 20px;
    }
    #menu_sp .head_nav li{
        border-bottom: 1px solid #ddd;
    }
    #menu_sp .head_nav li+li{
    }
    #menu_sp .head_nav li a{
        padding: 18px 10px;
        display: block;
        font-weight: 700;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    
    .amazon_gift_cta{
        font-size: 1.8rem;
        font-weight: 800;
        text-align: center;
        line-height: 1.3;
        margin: 0 0 13px;
    }
    .amazon_gift_cta span{
        color: #ff7200;
    }
    .amazon_gift_cta span.price{
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-size: 2.6rem;
    }
    
}



}

/*----fixed_menu---*/

@media screen and (min-width: 769px) {
    #fixed_menu{
        display: none;
    }

}

@media screen and (max-width: 768px) {
    #fixed_menu{
        top: 0;
        right: 0;
        position: absolute; 
        z-index: 900;           
    }
    #fixed_menu .toggle {
        position: relative;
        z-index: 1;
        background: #1b1b1b;
        height: 55px;
        width: 54px;  
    }
    #fixed_menu.on .toggle {
        border-left: none;
    }

    #fixed_menu .toggle span {
        width: 27px;
        height: 3px;
        display: block;
        background: #fff;
        position: absolute;
        right: 13px;
        margin: auto;
        transition: all 0.3s ease-out;        
    }
    #fixed_menu .toggle span:first-child {
        top: 11px;
    }
    #fixed_menu .toggle span:nth-child(2) {
        top: 19px;
    }
    #fixed_menu .toggle span:nth-child(3) {
        top: 27px;
    }
    #fixed_menu.on .toggle span {
        width: 25px;
    }
    #fixed_menu.on .toggle span:first-child {
        top: 14px;
        right: 14px;
    }
    #fixed_menu.on .toggle span:nth-child(2) {
        opacity: 0;
    }
    #fixed_menu.on .toggle span:nth-child(3) {
        top: 29px;
        right: 14px;
    }

    #fixed_menu.on .toggle span:first-child {
        -webkit-transform: translateY(4px) rotate(-45deg);
        transform: translateY(4px) rotate(-45deg);
    }
    #fixed_menu.on .toggle span:nth-child(3) {
        -webkit-transform: translateY(-11px) rotate(45deg);
        transform: translateY(-11px) rotate(45deg);
    }

     #fixed_menu .toggle:before{
        content: "menu";
        display: block;
        position: absolute;
        bottom: 6px;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        width: 100%;
        height: auto;
     }
      #fixed_menu.on .toggle:before{
        content: "close";
     }

}
/* ----------------------------------------------------------------------------------------------------
*  footer
* --------------------------------------------------------------------------------------------------*/


footer{
    color: #fff;
    line-height: 1;
    padding-bottom: 0;
}
footer a{
    color: #fff;
}

footer ul{
    text-align: center;
}
footer li{
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    letter-spacing: 0.1em;
}
footer li+li{
    border-left: 1px solid #fff;
    padding-left: 15px;
    margin-left: 15px;
}

#foot1{
    background: #000;
    padding: 20px 0;
}
#foot2{
    background: #000069;
    padding: 40px 0;
}
#foot2 li+li{
    padding-left: 20px;
    margin-left: 20px;
}
.copyright{
    text-align: center;
    font-size: 1.1rem;
    line-height: 1;
    padding-top: 26px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {

    .copyright{
        font-size: 1rem;
    }    
}
@media screen and (max-width: 768px) {
    footer{
        padding-bottom: calc(100 / 535 * 100%);
        background: #000069;
    }
    footer li{
        font-size: 1rem;
        margin-top: 4px;
    }
    footer li+li{
        padding-left: 4px;
        margin-left: 4px;
    }

    #foot1{
        padding: 10px 0 14px;
    }
    #foot2{
        padding: 15px 0 20px;
    }
#foot2 li+li{
    padding-left: 4px;
    margin-left: 4px;
}
.copyright{
    text-align: center;
    font-size: 1rem;
    line-height: 1;
    padding-top: 16px;
    letter-spacing: 0.1em;
}

}



/* ----------------------------------------------------------------------------------------------------
* 　fv
* --------------------------------------------------------------------------------------------------*/
.fv{
    background: #ffcf07 url(../img/fv_ph.jpg) center top no-repeat;
    padding: 50px 0;
    position: relative;
    z-index: -1;
}

.fv:before, .fv:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50px;
    background: url(../img/fv_bg.png);
    background-size: 70px;
    left: 0;
}
.fv:before{
    top:0;
}
.fv:after{
    bottom: 0;
}
.fv .ttl{
    z-index: 2;
}
.fv .ttl img{
    vertical-align: top;
}
.fv .ph{
    z-index: -1;
}
@media screen and (min-width: 769px){
    .fv{
        height: 700px;
        overflow-x: hidden;
        width: 100%;        
    }
    .fv .ttl{
        position: absolute;
        width: 580px;
        margin-top: 160px;
        left: 50%;
        margin-left: -600px;
    }
    .fv .ph{
        position: absolute;
        left: 50%;
        margin-left: -70px;
        top: 50px;
        width: auto;
        height: 600px;
    }

}
@media screen and (min-width: 769px) and (max-width: 1424px) {
    .fv{

    }
}
@media screen and (max-width: 768px) {
    .fv{
        padding: 40px 0 40px;
        position: relative;
        background-image: none;
    }

    .fv:before, .fv:after{
        height: 25px;
        background-size: 35px;
    }

    .fv .ttl{
        padding: 0 4%;
    }
    .fv .ttl img{
    }
    .fv .ph{
    }

}

/* ----------------------------------------------------------------------------------------------------
* 　sec1
* --------------------------------------------------------------------------------------------------*/
.sec1{
    background: #ffcf07;
    padding: 90px 0 56px;
    position: relative;
    margin: 0 auto 20px;
    width: calc(100% - 40px);
}
.sec1:before, .sec1:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 30px;
    background: url(../img/sec1_bg.png);
    background-size: 70px;
    left: 0;
}
.sec1:before{
    top:0;
}
.sec1:after{
    bottom: 0;
}
.sec1 .ttl{
    font-size: 6rem;
    font-weight: 900;
    text-align: center;
    letter-spacing: -0.05em;
    margin-bottom: 35px;
}
.sec1 .ttls{
    text-align: center;
    font-size: 3.63rem;
    font-weight: 700;
    margin-bottom: 90px;
}
.sec1 .ttls span{
    display: inline-block;
    position: relative;
    font-weight: 900;
}
.sec1 .ttls span:before{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 0.5em);
    height: 4px;
    background: #000;
    bottom: 2px;
}
.sec1_lead{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.8;
    font-weight: 700;
    margin-bottom: 35px;
}
.sec1li{
}

.sec1li li{
    margin-bottom: 74px;
    vertical-align: top;
}
.sec1li1{
    position: relative;
    background: #fff;
    border: 4px solid #000;
    padding: 40px 30px 25px;
    margin-bottom: 40px;
}
.sec1li1:before{
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 28px;
    background: url(../img/sec1_bg_bal.png) no-repeat;
    background-size: 24px;
    bottom: -28px;
    left: 50%;
    transform: translateX(-50%);
}

.sec1li1 .num{
    position: absolute;
    padding: 3px;
    display: inline-block;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: #000; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 6px, #000 6px),
            -webkit-linear-gradient(135deg, transparent 6px, #000 6px),
            -webkit-linear-gradient(225deg, transparent 6px, #000 6px),
            -webkit-linear-gradient(315deg, transparent 6px, #000 6px);
        background:
            -ms-linear-gradient(45deg,  transparent 6px, #000 6px),
            -ms-linear-gradient(135deg, transparent 6px, #000 6px),
            -ms-linear-gradient(225deg, transparent 6px, #000 6px),
            -ms-linear-gradient(315deg, transparent 6px, #000 6px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.sec1li1 .num span{
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    width: 100px;
    line-height: 34px;    
    background: #fff; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #fff 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -ms-linear-gradient(135deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(225deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(315deg, transparent 5px, #fff 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;    
}
.sec1li1_ttl{
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.4;
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.sec1li1_ttl span{
    display: inline-block;
    position: relative;
}
.sec1li1_ttl span:before{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 1em);
    height: 5px;
    background: url(../img/sec1_bg.png) center;
    background-size: 70px;
    bottom: -6px; 
    left: 0.5em;
}
.sec1li1 .txt{
    
}

.sec1li1 img{
}
.sec1li1 .txt p{
    font-size: 1.6rem;
    line-height: 1.9;
}
.sec1li2{
    
}

.sec1li2_ttls {
    display: block;
    margin: 0 auto;
    width: 306px;
    background: #000; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #000 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #000 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #000 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #000 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #000 5px),
            -ms-linear-gradient(135deg, transparent 5px, #000 5px),
            -ms-linear-gradient(225deg, transparent 5px, #000 5px),
            -ms-linear-gradient(315deg, transparent 5px, #000 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
}
.ie11 .sec1li2_ttls {
    line-height: 1;
    padding: 11px 0 8px;
}
.sec1li2_ttl{
    text-align: center;
    font-weight: 900;
    font-size: 2.8rem;
    margin-bottom: 16px;
    line-height: 1.2;
}

.sec1li2 p{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.8;
}


@media screen and (min-width: 769px) {
    .sec1 .wrap{
        width: 96%;
    }
    .sec1li{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .sec1li li{
        display: block;
        max-width: 575px;
        width: 48%;
    }
    /* .sec1li li:nth-child(even){
        margin-left: 50px;
    } */
    .sec1li1 img{
        float: right;
        width: 250px;
        margin-left: 12px;
        margin-top: 0.5em;
    }

}


@media screen and (max-width: 768px) {
    .sec1{
        padding: 30px 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .sec1:before, .sec1:after{
        width: 100%;
        height: 15px;
        background-size: 35px;
    }
    .sec1 .ttl{
        font-size: 2.4rem;
        line-height: 1.2;
        margin-bottom: 15px;
    }
    .sec1 .ttls{
        font-size: 1.7rem;
        margin-bottom: 30px;
    }
    .sec1 .ttls span{
    }
    .sec1 .ttls span:before{
        bottom: 0px;
    }
    .sec1_lead{
        font-size: 1.2rem;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .sec1li{
    }

    .sec1li li{
        margin-bottom: 40px;
    }
    .sec1li li:last-child{
        margin-bottom: 0;
    }
    .sec1li1{
        padding: 25px 15px 15px;
        margin-bottom: 20px;
    }
    .sec1li1:before{
        height: 20px;
        bottom: -20px;
        background-position: bottom;
    }

    .sec1li1 .num{
        top: -17px;
    }
    .sec1li1 .num span{
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        width: 70px;
        line-height: 26px;    
    }
    .sec1li1_ttl{
        font-size: 2rem;
        margin-bottom: 19px;
        letter-spacing: 0.05em;
    }

    .sec1li1_ttl span:before{
        height: 4px;
        background-size: 35px;
        bottom: -4px; 
    }
    .sec1li1 .txt{
    
    }

    .sec1li1 img{
        margin-bottom: 10px;
    }
    .sec1li1 .txt p{
        font-size: 1.3rem;
        line-height: 1.7;
    }
    .sec1li2{
    
    }

    .sec1li2_ttls {
        width: 16em;
        font-size: 1.3rem;
        line-height: 30px;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }

    .sec1li2_ttl{
        font-size: 1.8rem;
        margin-bottom: 10px;
    }

    .sec1li2 p{
        font-size: 1.3rem;
        line-height: 1.7;
    }


}



/* ----------------------------------------------------------------------------------------------------
* 　sec2
* --------------------------------------------------------------------------------------------------*/
.sec2{
    padding: 75px 0 0;
    background: #eceef2;
    width: 100%;
    overflow-x: hidden;

}
.sec2 .ttl{
    text-align: center;
    font-weight: 900;
    font-size: 4rem;
    line-height: 1.6;
    margin-bottom: 30px;
}
.sec2 .sec2_lead{
    text-align: center;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 2;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}
.sec2 .sec2_1{
    padding-right: 320px;
    padding-bottom: 55px;
    position: relative;
    
}
.sec2 .txt{
    position: relative;
    width: 100%;
    padding: 30px 30px 20px;
    margin-bottom: 14px; 
    border: 4px solid #000;
    background: #fff;
}
.sec2 .txt:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -39px;
  margin-top: -16px;
  border: 16px solid transparent;
  border-left: 28px solid #FFF;
  z-index: 2;
}

.sec2 .txt:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -48px;
  margin-top: -18px;
  border: 18px solid transparent;
  border-left: 30px solid #000;
  z-index: 1;
}
.sec2 .sec2_1ttl{
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}
.sec2 .txt p{
    font-size: 1.6rem;
    line-height: 1.9;
    font-weight: 500;
    text-indent: -0.5em;
    
}
.sec2 .txt2{
    text-align: right;
    padding-right: 6px;
}
.sec2 .txt2 .sub{
    font-size: 1.2rem;
    font-weight: 500;
    
}
.sec2 .txt2 .name{
    font-size: 1.8rem;
    font-weight: 700;    
}
.sec2 .sec2_1ph{
    position: absolute;
    right: -40px;
    bottom: 0;
    width: 414px;
    
}
.sec2 .txt3{
    display: block;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: -25px 0 0;
}
.sec2 .txt3 .left_area{
}
.sec2 .txt3 .right_area{
    margin: 0 0 0 14px;
}
.sec2 .txt3 .right_area p.txt3_title{
    font-weight: 800;
    font-size: 12px;
    
}
.sec2 .txt3 .right_area ul.txt3_list{
    font-size: 12px;
}
.sec2 .txt3 .right_area ul.txt3_list li{
    line-height: 1.6;
}
.sec2 .txt3 .right_area ul.txt3_list li:before{
    content: "・";
}

@media screen and (min-width: 769px) {


}
@media screen and (max-width: 768px) {
    .sec2{
        padding: 25px 0 0;
    }
    .sec2 .ttl{
        font-size: 2rem;
        line-height: 1.3;
        margin-bottom: 10px;
    }
    .sec2 .sec2_lead{
        font-size: 1.2rem;
        line-height: 1.5;
        letter-spacing: 0.1em;
        margin-bottom: 15px;
    }
    .sec2 .sec2_1{
        padding-right: 0px;
        padding-bottom: 60px;
    }
    .sec2 .txt{
        padding: 15px;
        margin-bottom: 24px; 
    }
    .sec2 .txt:before {
        top: auto;
        bottom: -18px;
        right: 50px;
        margin-top: 0px;
        border: 10px solid transparent;
        border-top: 14px solid #FFF;
    }

    .sec2 .txt:after {
        top: auto;
        bottom: -24px;
        right: 50px;
        margin-top: 0px;
        border: 10px solid transparent;
        border-top: 14px solid #000;
    }
    .sec2 .sec2_1ttl{
        font-size: 1.6rem;
        line-height: 1.2;
        margin-bottom: 8px;
    }
    .sec2 .txt p{
        font-size: 1.3rem;
        line-height: 1.5;   
    }
    .sec2 .txt2{
        text-align: right;
        padding-right: 90px;
        order: 1;
    }
    .sec2 .txt2 .sub{
        font-size: 1rem;
    }
    .sec2 .txt2 .name{
        font-size: 1.5rem;
    }
    .sec2 .sec2_1ph{
        right: -19px;
        bottom: 0;
        width: 130px;    
    }
    .sec2_1{
        display: flex;
        flex-direction: column;
    }
    .sec2 .txt3{
        display: block;
        margin: 0 0 10px;

    }
    .sec2 .txt3 .left_area{
        width: 191px;
        margin: auto;
        text-align: center;
    }
    .sec2 .txt3 .right_area{
        margin: 0 0 0 14px;
    }
    .sec2 .txt3 .right_area p.txt3_title{
        text-align: center;
    }
    .sec2 .txt3 .right_area ul.txt3_list{
        display: table;
        margin: 0 auto;
    }
    .sec2 .txt3 .right_area ul.txt3_list li{
        line-height: 1.6;
    }
    .sec2 .txt3 .right_area ul.txt3_list li:before{
        content: "・";
    }

}


/* ----------------------------------------------------------------------------------------------------
* 　sec3
* --------------------------------------------------------------------------------------------------*/
.sec3{
    background: #e5fafd;
    padding-top: 80px;
    padding-bottom: 90px;
}
.sec3 .ttl{
    font-weight: 900;
    font-size: 6rem;
    text-align: center;
    margin-bottom: 44px;
    
}
.sec3 .ttl span{
    position: relative;
    padding: 0 0 0 85px;
}
.sec3 .ttl span:before{
    position: absolute;
    content: "Q.";
    left: 0;
    top: -15px;
    bottom: 0;
    margin: auto;
    font-size: 100px;
    line-height: 1;
    color: #b8c4c6;
    font-family: 'Barlow Semi Condensed', sans-serif;
    
}
.sec3_1{
    padding: 34px 130px 40px;
    position: relative;
    margin-bottom: 50px;
}
.sec3_1:before{
    content: "A.";
    position: absolute;
    top: 0;
    left: 0px;
    font-size: 130px;
    color: #ED565A;
    line-height: 1;
    
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold
}
.sec3_1 .bg1{
    position: absolute;
    left: 20px;
    top: 0;
    width: 66px;
}
.sec3_1 .bg2{
    position: absolute;
    right: 50px;
    bottom: 0;
    width: 66px;
}
.sec3_1 .cf p.cf_img{
    margin: 15px 0;
    box-sizing: border-box;
    padding: 15px 10px;
    background: #fff;
    text-align: center;
}
.sec3_1 .cf p.cf_img img{
    width: auto;
    max-width: 100%;
}
.sec3_1ttl{
    font-size: 2rem;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 20px;
}
.sec3_1 .img{
    width: 479px;
    float: right;
    margin-left: 30px;
}
.sec3_1 p{
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.05em;  
}
.sec3_1 span{
    font-size: 1.2rem;
}


.sec3 .ttls{
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 30px;
}
.sec3 .ttls span{
    font-weight: 900;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    margin-left: 0.5em;
}
.sec3 .ttls span:before{
    content: "";
    display: block;
    position: absolute;
    width: calc(100% - 0.5em);
    height: 4px;
    background: #000;
    bottom: -5px;
    left: 0;
}
.sec3_lead{
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
    margin-bottom: 70px;
}
.sec3_2{
    position: relative;
    padding: 45px 45px 40px 46px;
    border: 4px solid #000;
    background: #fff;   
}
.sec3_2 + .sec3_2{
    margin-top: 85px;
}
.sec3_2ttl{
    padding: 0;
    color: #212121;
    font-size: 4.2rem;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 auto 45px;
    text-align: center;
    white-space: nowrap;
}
.sec3_2ttl:before{
    content: none;
    display: block;
    position: absolute;
    height: 100%;
    width: 10px;
    background: #000;
    left: 50%;
    margin-left: -5px;
    top: 0;
    z-index: -1;
}
.sec3_2box{
    
}
.sec3_2box + .sec3_2box{
    margin-top: 33px;
}
.sec3_2box .txt{
    float: right;
    width: calc(100% - 406px);
}
.sec3_2box img{
    float: left;
    width: 373px;
}

.sec3_2ttls{
    font-size: 2.6rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
    line-height: 1;
}
.sec3_2ttls:before{
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 2px;
    background: #000;
    left: 0;
    bottom: 0;
}

.sec3_2 p{
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;

}
.sec3_2_3{
    background: #f4f9fb;
    padding: 26px 0;
    margin: 26px 0;
    text-align: center;
}
.sec3_2_3 img{
    width: 710px;

}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
    .sec3{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .sec3 .ttl{
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .sec3 .ttl span{
        position: relative;
        padding: 0 0 0 30px;
    }
    .sec3 .ttl span:before{
        top: -5px;
        bottom: 0;
        margin: auto;
        font-size: 34px;

    }
    .sec3_1:before{
        left: 25px;
        top: 4px;
        font-size: 36px;
    }
    .sec3_1{
        padding: 20px 25px;
        margin-bottom: 40px;
    }
    .sec3_1 .bg1{
        left: 0px;
        top: 0;
        width: 20px;
    }
    .sec3_1 .bg2{
        right: 0px;
        bottom: 0;
        width: 20px;
    }

    .sec3_1ttl{
        font-size: 1.7rem;
        margin-bottom: 10px;
        margin-left: 35px;
    }
    .sec3_1 .img{
        width: 100%;
        float:none;
        margin-left: 0px;
        margin-bottom: 10px;
    }
    .sec3_1 p{
        font-size: 1.3rem;
        line-height: 1.5;
        letter-spacing: 0.05em;  
    }
    .sec3_1 span{
        font-size: 1rem;
    }


    .sec3 .ttls{
        font-size: 1.7rem;
        margin-bottom: 15px;
    }
    .sec3 .ttls span{
        margin-bottom: 8px;
    }
    .sec3 .ttls span:before{
        height: 3px;
        bottom: -4px;
    }
    .sec3_lead{
        font-size: 1.2rem;
        margin-bottom: 40px;
        line-height: 1.5;
    }
    .sec3_2{
        padding: 15px 15px 10px;
    }
    .sec3_2 + .sec3_2{
        margin-top: 40px;
    }
    .sec3_2ttl{
        font-size: 2rem;
        margin: 0 0 15px;
        text-align: center;
    }

    .sec3_2box{
    
    }
    .sec3_2box + .sec3_2box{
        margin-top: 30px;
    }
    .sec3_2box .txt{
        float: none;
        width: 100%;
    }
    .sec3_2box img{
        float: none;
        width: 100%;
        margin-top: 15px;
    }

    .sec3_2ttls{
        font-size: 1.6rem;
        line-height: 1.3;
        padding-bottom: 10px;
        margin-bottom: 15px;
        letter-spacing: 0.05em;
        text-align: center;
    }
    .sec3_2ttls:before{
        width: 25px;
        right: 0;
        margin: auto;
    }

    .sec3_2 p{
        font-size: 1.2rem;
        line-height: 1.6;
    }
    .sec3_2_3{
        padding: 10px;
        margin: 15px 0;
    }
    .sec3_2_3 img{
        width: 100%;

    }

}



/* ----------------------------------------------------------------------------------------------------
* 　sec4
* --------------------------------------------------------------------------------------------------*/
.sec4{
    background: #e5fafd;
    padding: 75px 0 110px;
}
.sec4 .ttl{
    text-align: center;
    font-weight: 700;
    font-size: 3.6rem;
    margin-bottom: 24px;
}
.sec4 .ttl span{
    font-weight: 900;
    display: inline-block;
    position: relative;
    margin-left: 0.05em;
}
.sec4 .ttl span:before{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    background: #000;
    bottom: 0;
    left: 0;
}

.sec4_lead{
    text-align: center;
    font-size: 1.8rem;
    line-height: 1.9;
    font-weight: 700;
    letter-spacing: 0.05em;
    margin-bottom: 90px;
}

ul.sec4li{
    display: flex;
}

.sec4li li{
    position: relative;
    border: 4px solid #000;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    width: 31%;
    display: flex;
    flex-direction:column;
}
.sec4li li img{
    margin: auto 0 0;
}

.sec4li .num{
    position: absolute;
    padding: 3px;
    display: inline-block;
    left: 50%;
    top: -20px;
    transform: translateX(-50%);
    background: #000; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 6px, #000 6px),
            -webkit-linear-gradient(135deg, transparent 6px, #000 6px),
            -webkit-linear-gradient(225deg, transparent 6px, #000 6px),
            -webkit-linear-gradient(315deg, transparent 6px, #000 6px);
        background:
            -ms-linear-gradient(45deg,  transparent 6px, #000 6px),
            -ms-linear-gradient(135deg, transparent 6px, #000 6px),
            -ms-linear-gradient(225deg, transparent 6px, #000 6px),
            -ms-linear-gradient(315deg, transparent 6px, #000 6px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}
.sec4li .num span{
    display: block;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 2.3rem;
    letter-spacing: 0.05em;
    width: 130px;
    line-height: 34px;    
    background: #fff; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #fff 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -ms-linear-gradient(135deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(225deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(315deg, transparent 5px, #fff 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
}

.sec4li .ttls{
    text-align: center;
    font-weight: 700;
    font-size: 2.6rem;
    line-height: 1.4;
    position: relative;
    padding-bottom: 20px;
    padding-top: 40px;

}
.sec4li .ttls:after{
    content: "";
    position: absolute;
    display: block;
    width: 36px;
    height: 2px;
    background: #000;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);

}


.sec4li p{
    padding: 26px 26px 33px;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 2;
}


.sec4li{

}




@media screen and (min-width: 769px) {
    .sec4li li+li{
        margin-left: 3.5%;
    }

}
@media screen and (max-width: 768px) {
    .sec4{
        padding: 25px 0;
    }
    .sec4 .ttl{
        font-size: 2rem;
        margin-bottom: 15px;
    }
    .sec4 .ttl span{
    }
    .sec4 .ttl span:before{
        height: 3px;
    }

    .sec4_lead{
        font-size: 1.2rem;
        margin-bottom: 40px;
    }

    ul.sec4li{
        display: block;
    }

    .sec4li li{
        width: 100%;
        display: block;
    }
    .sec4li li + li{
        margin-top: 25px;
    }

    .sec4li .num{
    }
    .sec4li .num span{
        font-size: 1.5rem;
        letter-spacing: 0.05em;
        width: 80px;
        line-height: 26px;    
    }

    .sec4li .ttls{
        font-size: 1.6rem;
        padding-bottom: 15px;
        padding-top: 27px;
    }
    .sec4li .ttls:after{
    }


    .sec4li p{
        padding: 15px 15px;
        font-size: 1.2rem;
        line-height: 1.7;
    }


.sec4li{

}

}



/* ----------------------------------------------------------------------------------------------------
* 　sec5
* --------------------------------------------------------------------------------------------------*/
.sec5{
    padding-bottom: 100px;
    padding-top: 100px;
    background: #fafafa;    
}
.sec5 .wrap{
    background: #fff;
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #fff 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #fff 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #fff 5px),
            -ms-linear-gradient(135deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(225deg, transparent 5px, #fff 5px),
            -ms-linear-gradient(315deg, transparent 5px, #fff 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.1));
    padding: 44px 100px 40px;
    position: relative;
}
.sec5 .wrap:before{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    height: 10px;
    top: 50%;
    left: 0;
    margin-top: -5px;
    z-index: -2;
}
.sec5 .wrap:after{
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    width: 10px;
    height: 100%;
    top: 0;
    left: 50%;
    margin-top: 0;
    z-index: -2;
}

.sec5 .ttl{
    text-align: center;
    padding-bottom: 50px;
}
.sec5 .ttl img{
    width: 713px;
    margin-bottom: 15px;
}
.sec5 .ttl span{
    display: block;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}
p.accordion_btn{
    position: relative;
    margin: auto;
    cursor: pointer;
    display: table;
    margin: 0 auto 00px;
    padding: 0 2px 5px;
    transition: 0.3s;
    color: #549cbe;
    font-weight: 800;
    font-size: 20px;
    border-bottom: 1px dashed #549cbe;
}
.sec5_tbl{
    margin: 20px 0 0;
    padding: 10px 0 0;
    box-sizing: border-box;
    vertical-align: top;
    display: block;
}
.sec5_tbl th, .sec5_tbl td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}

.sec5_tbl th{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.2em;
    padding: 24px 5px 0;
    display: block;
    width: 100%;
    border-bottom: 0;
}
.sec5_tbl td{
    font-weight: 500;
    padding: 24px 8px;
    letter-spacing: 0.05em;
    width: 100%;
    display: block;
}
.sec5_tbl ul{

}
.sec5_tbl li{
    position: relative;
    padding-left: 12px;
    letter-spacing: 0.05em;
}
.sec5_tbl li:before{
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #c4c4c4;
    left: 0;
    top: 10px;

}
.sec5_tbl li span{font-size: 1.2rem;}
.sec5_tbl li+li{
    margin-top: 0.5em;

}

.sec5_tbl .subli {
    padding-top: 8px;
}
.sec5_tbl .subli li{
    padding-left: 0;
    font-size: 1.1rem;
    letter-spacing: 0.05em;
}
.sec5_tbl .subli li:before{
    display: none;
}
.sec5_tbl .subli li+li{
    margin-top: 0.2em;
}
@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {
    p.accordion_btn{
        font-size: 15px;
    }
    .sec5{
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .sec5 .wrap{
        padding: 20px 10px 20px;
    }
    .sec5 .wrap:before{
    }
    .sec5 .ttl{
        padding-bottom: 20px;
    }
    .sec5 .ttl img{
        width: 100%;
        margin-bottom: 10px;
    }
    .sec5 .ttl p{
        font-size: 1.2rem;
        letter-spacing: 0.05em;
    }
    .sec5 .ttl span{
        font-size: 1.2rem;
    }
    .sec5_tbl{
        padding: 0;
        margin: 15px 0 0;
    }
    .sec5_tbl th, .sec5_tbl td{
        display: block;
        width: 100%;
        position: relative;
    }

    .sec5_tbl th{
        font-size: 1.4rem;
        letter-spacing: 0.2em;
        padding: 15px 10px 0;
        border-bottom: 0;
    }
    .sec5_tbl td{
        padding: 10px 10px 15px;
        letter-spacing: 0.05em;
    }
    .sec5_tbl ul{

    }
    .sec5_tbl li{
        padding-left: 8px;
    }
    .sec5_tbl li:before{
        width: 4px;
        height: 4px;
        top: 8px;
    }
    .sec5_tbl li span{font-size: 1rem;}
    .sec5_tbl li+li{
        margin-top: 0.3em;

    }

    .sec5_tbl .subli li{
        font-size: 1rem;
        letter-spacing: 0.05em;
    }
    .sec5_tbl .subli li+li{
        margin-top: 0.1em;
    }
}


/* ----------------------------------------------------------------------------------------------------
* 　sec6 form
* --------------------------------------------------------------------------------------------------*/
.sec6{
    padding-top: 60px;
    padding-bottom: 95px;
}
.sec6_lead{
    text-align: center;
    line-height: 2.5;
    margin-bottom: 50px;
}

.sec6_flow{
    display: table;
    width: 100%;
    z-index: 1;
    margin-bottom: 40px;
}
.sec6_flow li{
  display: table-cell;
  line-height: 50px;
  background: #F0F0F0;
  color: #9D9D9D;
  text-align: center;
  font-weight: 700;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  position: relative;
}
.sec6_flow li:after{
}
.sec6_flow .flow1, .sec6_flow .flow2{
    border-right: 5px solid #fff;
}

.sec6_flow .flow1{ z-index: 5; }
.sec6_flow .flow2{ z-index: 3; }
.sec6_flow .flow3{ z-index: 1; }
.sec6_flow .flow1:before, .sec6_flow .flow2:before{
    content: "";
    display: block;
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 11px;
    border-color: transparent transparent transparent #fff;
}
.sec6_flow .flow1:after, .sec6_flow .flow2:after{
    content: "";
    display: block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 11px;
    border-color: transparent transparent transparent #F0F0F0;
   
}
.sec6_flow li.current{
    background: #353384;
    color: #fff;

}
.sec6_flow li.current:after{
    border-color: transparent transparent transparent #353384;    
}



.sec6_form{
    border-top:1px solid #ddd;
}
.sec6_form th, .sec6_form td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}
.sec6_form th{
    padding: 20px 0 20px 33px;
    position: relative;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    position: relative;
    width: 256px;
}
.sec6_form th.required:before {
  content: "必須";
  background: #ff7200;
  display: block;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  width: 50px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  right: 0;
}
.ie .sec6_form th.required:before {
    position: inherit;
    float: right;
    margin-top: 0px;
}
.ie11 .sec6_form th.required.th6:before {
    margin-top: 10px;
}

.sec6_form td{
    padding: 20px 185px 20px 40px;
}
.sec6_btn{
    padding: 0;
    margin: 0 250px;
    text-align: center;
    color: #fff;
    font-size: 3.2rem;
    width: 500px;
    line-height: 90px;
    font-weight: 700;
    background: #ED565A; /* fallback */
        background:
            -webkit-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -webkit-linear-gradient(315deg, transparent 5px, #ED565A 5px);
        background:
            -ms-linear-gradient(45deg,  transparent 5px, #ED565A 5px),
            -ms-linear-gradient(135deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(225deg, transparent 5px, #ED565A 5px),
            -ms-linear-gradient(315deg, transparent 5px, #ED565A 5px);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 50% 50%;
    background-repeat: no-repeat;

}

.sec6_form input{
    background: #f0f0f0;
    font-size: 1.6rem;
    padding:18px;
    width: 100%;
}
.sec6_form input::placeholder {
    color: #9d9d9d;
}
.sec6_form input:-ms-input-placeholder {
    color: #9d9d9d;
}

.sec6_form input.half{
    width: 49%;
    display: inline-block;
}
.sec6_form input.half+ input.half{
    margin-left: 1%;
}
.sec6_form input.pref{
    width: 125px;
}



.sec6_form input[type="checkbox"],
.sec6_form input[type="radio"] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sec6_form label {
  position: relative;
  display: block;
  word-break: break-all;
  display: inline-block;
  padding-left: 26px;
  padding:5px 0;
}
.sec6_form td label{
    width: 170px;
    font-size: 1.6rem;
    font-weight: 500;
}
.sec6_form .checkbox input{
  display: none;
}
.sec6_form .checkbox span{
  padding-left: 26px;
  position:relative;
  margin-right: 20px;
}
.sec6_form .checkbox span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f0f0f0;
}
.sec6_form .checkbox input:checked + span{
}
.sec6_form .checkbox input:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #ED565A;
  border-right: 3px solid #ED565A;
}
.sec6_form select {
    outline:none;
    -moz-appearance: none;
    text-overflow: '';
    background: none transparent;
    vertical-align: middle;
    font-size: inherit;
    color: inherit;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 60px;
    padding: 8px 12px;
    width:260px;
    position: relative;
}
.sec6_form .select{
    position: relative;
    background: #f0f0f0;
    width:260px;
}
.sec6_form .select:before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 16px;
    background: url(../img/sec6_select.png);
    background-size: cover;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);    
}
.sec6_form select::-ms-expand {
  display: none;
}
.sec6_form select:-moz-focusring { 
  color: transparent; 
}

.sec6_notice{
    font-size: 1.2rem;
    font-weight: 500;
    padding:6px 0 10px;
}
.sec6_privacy{
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 50px 0 45px;
    letter-spacing: 0.1em;
}
.sec6_privacy a{
    color: #00467d;
    text-decoration: underline;

}

@media screen and (min-width: 769px) {
    .sec6 .mid1{
        margin-bottom: 40px;
    }
    .sec6.wrap{
        max-width: 1000px;
    }

}
@media screen and (max-width: 768px) {
    .sec6{
        padding-top: 25px;
        padding-bottom: 30px;
    }
    .sec6_lead{
        text-align: center;
        line-height: 1.7;
        margin-bottom: 25px;
        text-align: left;
    }

    .sec6_flow{
        margin-bottom: 15px;
    }
    .sec6_flow li{
        line-height: 30px;
        font-size: 1rem;
        letter-spacing: normal;
    }

    .sec6_flow .flow1:before, .sec6_flow .flow2:before{
        right: -10px;
        border-width: 15px 0 15px 6px;
    }
    .sec6_flow .flow1:after, .sec6_flow .flow2:after{
        right: -6px;
        border-width: 15px 0 15px 6px;
    }


    .sec6_form{
    }
    .sec6_form th, .sec6_form td{
        display: block;
        width: 100%;
        position: relative;
    }
    .sec6_form th{
        padding: 15px 10px 0;
        font-size: 1.4rem;
        border-bottom: 0;
    }
    .sec6_form th.required:before {
        font-size: 1rem;
        width: 30px;
        height: 20px;
        line-height: 20px;
        margin-top: -10px;
        right: 10px;
    }
    .sec6_form td{
        padding: 10px 10px 15px;
        font-size: 1.2rem;
    }
    .sec6_btnwrap{
        text-align: center;
    }
    .sec6_btn{
        margin: 0 auto;
        font-size: 1.6rem;
        width: 80%;
        line-height: 50px;
    }

    .sec6_form input{
        font-size: 1.2rem;
        padding:8px;
        width: 100%;
    }


    .sec6_form input.half+ input.half{
    }
    .sec6_form input.pref{
    }



    .sec6_form input[type="checkbox"],
    .sec6_form input[type="radio"] {
    }


    .sec6_form td label{
        width: 100%;
        font-size: 1.2rem;
    }
    .sec6_form .checkbox input{
    }
    .sec6_form .checkbox span{
    }
    .sec6_form .checkbox span::before{
    }
    .sec6_form .checkbox input:checked + span{
    }
    .sec6_form .checkbox input:checked + span::after{
    }
    .sec6_form select {
        height: 34px;
        padding: 8px 12px;
        width:100%;
    }
    .sec6_form .select{
        position: relative;
        width:auto;
    }
    .sec6_form .select:before {
        background-size: cover;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);    
    }
    .sec6_form select::-ms-expand {
        display: none;
    }
    .sec6_form select:-moz-focusring { 
        color: transparent; 
    }

    .sec6_notice{
        font-size: 1rem;
        padding:4px 0;
    }
    .sec6_privacy{
        font-size: 1.2rem;
        padding: 10px 0 25px;
        letter-spacing: 0.1em;
    }
    .sec6_privacy a{

    }


}



/* ----------------------------------------------------------------------------------------------------
* 　sec7
* --------------------------------------------------------------------------------------------------*/
.sec7{
    padding-top: 60px;
    padding-bottom: 120px;
    margin-bottom: 0;
    background: #FAFAFA;
    text-align: center;
}
.sec7 .mid1{
}
.sec7_tbl{
    vertical-align: top;
    border-top:1px solid #ddd;
}
.sec7 th, .sec7 td{
    vertical-align: middle;
    border-bottom:1px solid #ddd;
}

.sec7 th{
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0.1em;
    padding: 24px;
}
.sec7 td{
    font-weight: 500;
    padding: 24px 8px;
}
.sec7_stbl{
}
.sec7_stbl th, .sec7_stbl td{
    font-weight: 500;
    font-size: 1.4rem;
    padding: 0;
    border-bottom: 0;
}
.sec7_stbl th{
    padding-right: 1em;
}
@media screen and (min-width: 769px) {
    .sec7_tbl{
        width: 475px;
        display: inline-block;
    }
    .sec7_tbl+.sec7_tbl{margin-left: 50px;}
    .sec7_tbl th{width: 140px;}
    .sec7_tbl td{width: 335px;}
    .sec7_stbl th{
        width: 10em;
        letter-spacing: normal;
    }
    .sec7_stbl td{width: auto;}
     th.sec7th_ue{
        vertical-align: top;
     }

}
@media screen and (max-width: 768px) {
    .sec7{
        padding-top: 20px;
        padding-bottom: 30px;
    }
    .sec7 .mid1{
    }
    .sec7_tbl{
        border-top:1px solid #ddd;
    }
    .sec7_tbl+ .sec7_tbl{
        border-top:none;
    }
    .sec7_tbl th, .sec7_tbl td{
        display: block;
        width: 100%;
        position: relative;
    }
    .sec7 th{
        font-size: 1.2rem;
        padding: 10px;
    }
    .sec7 td{
        padding: 10px;
    }
    .sec7_tbl th{
        padding: 15px 10px 0;
        border-bottom: 0;
    }
    .sec7_tbl td{
        padding: 10px 10px 15px;
    }
    .sec7_stbl{
    }
    .sec7_stbl th, .sec7_stbl td{
        display: table-cell;
        width: auto;
        font-size: 1.2rem;
        padding: 0;
        border-bottom: 0;
        letter-spacing: normal;
    }
    .sec7_stbl th{
        padding-right: 1em;
        width: 10em;
    }
}

/* ----------------------------------------------------------------------------------------------------
*  下部バナー
* --------------------------------------------------------------------------------------------------*/
#fixnav {
    background-color: rgba(0,0,0,0.6);
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    box-sizing: border-box;
    padding: 20px 3%;
}
#fixnav ul {
    text-align: center;
    display: flex;
    justify-content: center;
}
#fixnav ul li {
    margin-right: 20px;
}
#fixnav ul li:last-of-type {
    margin-right: 0;
}
@media screen and (max-width: 768px) {
    #fixnav {
        padding: 10px 3%;
    }
    #fixnav ul li {
        margin-right: 10px;
    }
}