@charset "utf-8";
/*タイトル*/
.ttl-cmn01{
    font-family: 'Lato', sans-serif;
    font-size: 6rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #000;
}
.ttl-cmn02{
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.ttl-cmn03{
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #000;
}
.ttl-cmn04{
    font-size: 3.6rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #000;
}
.ttl-cmn05{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #5c6b7b;
}
.ttl-cmn06{
    font-size: 2.4rem;
    letter-spacing: 0.05em;
    color: #000;
}
.ttl-cmn07{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 2.1rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}
.ttl-cmn08{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 6rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    color: #000;
}
.ttl-cmn09{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 7rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #000;
}
.ttl-cmn10{
    font-size: 3rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #000;
}
.ttl-cmn11{
    font-size: 2.1rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}
.ttl-cmn12{
    font-family: 'M PLUS 1p', sans-serif;
    font-size: 5rem;
    font-weight: 700;
    color: #000;
}
.ttl-cmn13{
    font-size: 4.8rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    color: #000;
}
.ttl-cmn14{
    font-size: 2.6rem;
    font-weight: 900;
    letter-spacing: 0.05em;
    color: #000;
}
@media screen and (max-width:767px) {
    .ttl-cmn01{
        font-size: 4rem;
    }
    .ttl-cmn02{
        font-size: 1.6rem;
    }
    .ttl-cmn03{
        font-size: 3.6rem;
    }
    .ttl-cmn04{
        font-size: 2.6rem;
    }
    .ttl-cmn05{
        font-size: 1.6rem;
    }
    .ttl-cmn06{
        font-size: 2rem;
    }
    .ttl-cmn07{
        font-size: 1.8rem;
    }
    .ttl-cmn08{
        font-size: 3.6rem;
    }
    .ttl-cmn09{
        font-size: 4rem;
    }
    .ttl-cmn10{
        font-size: 2rem;
    }
    .ttl-cmn11{
        font-size: 1.8rem;
    }
    .ttl-cmn12{
        font-size: 3rem;
    }
    .ttl-cmn13{
        font-size: 2.8rem;
    }
    .ttl-cmn14{
        font-size: 2rem;
    }
}

.box-cmn01{
    padding: 100px 0;
}
.box-cmn02{
    padding: 120px 0;
}
.box-cmn03{
    padding: 40px 0;
}
.box-cmn04{
    padding: 120px 0 50px;
}
.box-cmn05{
    padding-top: 100px;
}
.box-cmn06{
    padding: 100px 0 150px;
}
.box-cmn07{
    padding: 200px 0 100px;
}
.box-cmn08{
    padding: 70px 0;
}
.box-cmn09{
    padding: 80px 0 60px 0;
}

@media screen and (max-width:767px){
    .box-cmn01{
        padding: 60px 0;
    }
    .box-cmn02{
        padding: 60px 0;
    }
    .box-cmn03{
        padding: 30px 0;
    }
    .box-cmn04{
        padding: 80px 0 40px;
    }
    .box-cmn05{
        padding-top: 60px;
    }
    .box-cmn06{
        padding: 60px 0 80px;
    }
    .box-cmn07{
        padding: 120px 0 60px;
    }
    .box-cmn08{
        padding: 40px 0;
    }
    .box-cmn09{
        padding: 60px 0 40px 0;
    }
}

/*共通*/
.fw400{
    font-weight: 400;
}
.txt-white{
    color:#fff;
}
.sp-txtleft-cmn {
    text-align: center;
}
.ipad-brnone-cmn br{
    display: none;
}
.tb-brnone-cmn br{
    display: none;
}
.pc-brnone-cmn br{
    display: none;
}
@media screen and (max-width:1079px){
    .tb-brnone-cmn br{
        display: block;
    }
}
@media screen and (max-width:1023px){
    .ipad-brnone-cmn br{
        display: block;
    }
}
@media screen and (max-width:767px) {
    .sp-flex-cnt{
        -webkit-box-pack:center;
        -ms-flex-pack:center;
        justify-content:center;
    }
    .pc-brnone-cmn br{
        display: block;
    }
    .sp-brnone-cmn br{
        display: none;
    }
}
@media screen and (max-width:415px) {
    /*スマホ時左寄せテキスト*/
    .sp-txtleft-cmn {
        max-width: 100%;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
    }
}

/*汎用ボタン*/
.btn-cmn01-otr{
    max-width: 400px;
    width: 100%;
    padding-right: 30px;
    margin: 0 auto;
    position: relative;
}
.btn-cmn01-otr:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(../images/icon_arrow01.png);
    width: 60px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.btn-cmn01{
    width: 100%;
    border: solid 2px #000;
    transition: background .4s;
}
.btn-cmn01 a{
    display: block;
    text-align: center;
}
.btn-cmn01 p{
    font-weight: 500;
    line-height: 80px;
    transition: color .4s;
}
.btn-cmn01.white{
    border: solid 2px #fff;
}
.btn-cmn01.white:before{
    background-image: url(../images/icon_arrow02.png);
}
.btn-cmn01.white p{
    color: #fff;
}
.btn-cmn01:hover{
    background-color: #000;
}
.btn-cmn01:hover p{
    color: #fff;
}
.btn-cmn02{
    max-width: 250px;
    width: 100%;
    border: solid 2px #fff;
    margin:  0 auto;
    position: relative;
    transition: background .4s;
}
.btn-cmn02 a{
    display: block;
    text-align: center;
}
.btn-cmn02 p{
    letter-spacing: 0.05em;
    color: #fff;
    line-height: 55px;
    position: relative;
    transition: color .4s;
}
.btn-cmn02.another:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(../images/icon_another01.png);
    width: 15px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 30px;
    transition: background .4s;
}
.btn-cmn02:hover{
    background-color: #fff;
}
.btn-cmn02:hover p{
    color: #000;
}
.btn-cmn02.another:hover:before{
    background-image: url(../images/icon_another02.png);
}
.btn-cmn03{
    max-width: 250px;
    width: 100%;
    border: solid 1px #e83030;
    margin:  0 auto;
    position: relative;
}
.btn-cmn03:before{
    content: '';
    background: no-repeat center center / contain;
    background-image: url(../images/icon_arrow01.png);
    width: 8px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 20px;
}
.btn-cmn03 a{
    display: block;
    text-align: center;
}
.btn-cmn03 p{
    letter-spacing: 0.1em;
    line-height: 55px;
    color: #e83030;
}

@media screen and (max-width: 767px){
    .btn-cmn01-otr{
        max-width: 320px;
    }
    .btn-cmn01-otr:before{
        width: 50px;
    }
    .btn-cmn01 p{
        line-height: 60px;
    }
    .btn-cmn02{
        max-width: 220px;
    }
    .btn-cmn02 p{
        line-height: 50px;
    }
    .btn-cmn02.another:before{
        right: 20px;
    }
    .btn-cmn03{
        max-width: 220px;
    }
    .btn-cmn03:before{
        width: 10px;
        right: 15px;
    }
    .btn-cmn03 p{
        line-height: 50px;
    }
}

/*左寄せ*/
.btn-cmn01.left a{
    margin-right: auto;
    margin-left: 0;
}


/*横並び汎用レイアウト*/



/*object-fit(cover)*/
.ojf{
    position: relative;
    height: auto;
}
.ojf:before {
    content: "";
    display: block;
    padding-top: 100%;
}
.ojf img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}


/*ページャー*/
.webgene-pagination{
    width: 100%;
    margin-top: 50px;
}
.webgene-pagination ul{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    flex-wrap:wrap;
    list-style: none;
    margin: 0px;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    padding-inline-start: 0px;
}
.webgene-pagination li a {
    display: block;
    width:50px;
    background-color: #fff;
    border: solid 1px #060e62;
    text-align: center;
    letter-spacing: normal;
    line-height: 50px;
    margin-right: 10px;
    color: #060e62;
}
.webgene-pagination li.next a{
    width: 50px;
}
.webgene-pagination li.prev a{
    width: 50px;
}
.webgene-pagination li a:hover {
    background-color: #060e62;
    border: solid 1px #060e62;
    color: #fff;
    opacity:1;
}
.webgene-pagination .selected a{
    background-color: #060e62;
    border: solid 1px #060e62;
    color: #fff;
}
@media screen and (max-width:1023px){
    .webgene-pagination{
        margin-top: 30px;
    }
}
@media screen and (max-width:767px) {
    .webgene-pagination{
        margin-top: 20px;
    }
    .webgene-pagination li a{
        width: 30px;
        line-height: 30px;
    }
}

.btn-black{
    padding: 15px 80px 15px 30px;
    color: #fff;
    background: #000;
    position: relative;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    font-weight: 600;
}
.btn-black:before{
    width: 40px;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    z-index: 1;
}
.btn-black:after {
    height: 15px;
    border-right: 2px solid #fff;
    position: absolute;
    right: 15px;
    top: calc(50% - 1px);
    transform: translateY(-100%) rotate(-55deg);
    content: "";
    z-index: 1;
    transform-origin: bottom right;
}

.hd-logo-txt{
    font-size: 4.5vw;
    font-weight: 700;
    letter-spacing: 3px;
    color: #fff;
    padding-left: 30px;
}
.hd-logo-txt.logo-footer{
    color: #000;text-align: center;
    padding: 0
}
@media only screen and (min-width: 768px){
    .hd-logo-txt{
        font-size: 42px;
    }
}

.text-center{
    text-align: center;
}

.bg-subhd{
    position: relative;
}
.bg-subhd:after{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    content: "";
}