@charset "utf-8";
*{
    box-sizing: border-box;
}
h1 img{
    width: 240px;
}
body{
    margin: 0;
}
section{
    padding: 50px 0;
}
section:nth-of-type(even){
    background: #EEE;
}
img{
    width: 100%;
}
.onsp{
    display: none;
}
header .container{
    width: 1170px;
}
.container{
    width: 980px;
    margin: 0 auto;
}
.ft_logo img{
    width: 240px;
}
.row{
    display: flex;
    flex-wrap: wrap;
}
.container .item_card{
}
.col2{
    width: 48%;
    margin: 20px 1%;
}
#ec iframe{
    width: 100%;
    height: 264px;
    border: 1px solid #ccc;
}
#ec .item_btn{
    width: 30%;
    margin: 0 35%;
}
#ec span{
    text-align: center;
    width: 100%;
}
#ec .col2:nth-of-type(2){
    width: 42%;
}
#keyv .pagetitle{
    font-size: 2rem;
    color: #FFF;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
#keyv .pagetitle span{
    font-size: 3rem;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
#keyv{
    width: 100vw;
    height: 80vh;
    background: #333;
    position: relative;
    background: url('images/keyv/keyv.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}
/* #keyv a{
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-decoration: none;
} */
#keyv a {
    padding-top: 40px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    z-index: 2;
    display: inline-block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-decoration: none;
    color: #FFF;
    font-weight: bold;
  }
  #keyv a span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-sizing: border-box;
  }

.col3{
    width: 31.333%;
    margin: 20px 1%;
}
.container .item_card:nth-of-type(3n){
    margin-right: 0;
}
.item_name{
    font-size: 20px;
    margin-bottom: 15px;
    border-left: solid 5px rgb(194, 57, 57);
    padding: 0 10px;
    box-sizing: border-box;
}
.item_img{
    border: 1px solid #CCC;
    margin-bottom: 15px;
}
.item_btn{
    text-decoration: none;
    background: rgb(194, 57, 57);
    padding: 10px;
    font-size: 20px;
    color: #FFF;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    box-sizing: border-box;
    display: block;
    width: 80%;
    margin: 0 10%;
    text-align: center;
}
.item_btn:hover{
    text-decoration: none;
    color: #FFF;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background: #333;
}
.btn_cta_pc{
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 10000;
}
.btn_cta_pc a{
    width: 90px;
    height: 320px;
    background: url('images/common/cta_off.png');
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_cta_pc a:hover{
    transition: 0.3s;
    background: url('images/common/cta_on.png');
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
}
.btn_cta_sp{
    display: none;
}
.cta .row{
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.cta .row > p{
    width: 100%;
}
.cta .col2{
    margin: 5px;
    background: #FFF;
    padding: 20px;
}
.cta a{
    display: block;
    width: 100%;
    background: rgb(23, 140, 230);
    text-decoration: none;
    color: #FFF;
    text-align: center;
    padding: 5px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin: 10px 0;
}
.cta span{
}
@media screen and (min-width:761px) and (max-width:1240px) {
    #keyv{
        height: 70vh;
        background-size: cover;
    }
    #keyv .pagetitle span{
        font-size: 2.2rem;
    }
    .container{
        width: 90%;
        margin: 0 5%;
    }
    header .container{
        width: 90%;
        margin: 0 5%;
    }
}
@media screen and (max-width:760px)  {
    #keyv{
        width: 100%;
        height: 50vh;
        background-size: cover;
        background-position: 43%;
    }
    #keyv .pagetitle{
        top: 30%;
        width: 80%;
        font-size: 1rem;
    }
    #keyv .pagetitle span{
        font-size: 1.7rem;
    }
    header .container,.container{
        width: 90%;
        margin: 0 5%;
    }
    .col2,.col3{
        width: 100%;
    }
    #ec .col2:nth-of-type(2){
        width: 100%;
    }
    .onsp{
        display: block;
    }
    #ec .item_btn{
        width: 100%;
        margin: 0;
    }
    .btn_cta_pc{
        display: none;
    }
    .btn_cta_sp{
        position: fixed;
        bottom: 0;
        width: 100%;
        background: rgb(23, 140, 230, 0.9);
        display: block;
        padding: 10px;
        z-index: 10000;
    }
    .btn_cta_sp a{
        text-decoration: none;
        background: #FFF;
        color: rgb(23, 140, 230);
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        display: block;
        text-align: center;
    }
    .btn_cta_sp:hover{
        background: rgb(230, 115, 65, 0.9);
    }
    .btn_cta_sp:hover a{
        text-decoration: none;
        background: #FFF;
        color: rgb(230, 115, 65);
        padding: 5px 10px;
        font-weight: bold;
        border-radius: 100px;
        -webkit-border-radius: 100px;
        -moz-border-radius: 100px;
        -ms-border-radius: 100px;
        -o-border-radius: 100px;
        display: block;
        text-align: center;
    }
}