@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* clearfix */
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
/* flex */
.flex, .flexA, .flexB, .flexC {
    display: flex;
    flex-wrap: wrap;
}
.flexA {
    justify-content: space-around;
}
.flexB {
    justify-content: space-between;
}
.flexC {
    justify-content: center;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.comBox {
    max-width: 1002px;
    margin: 0 auto;
}
@media all and (max-width: 896px) {
    .comBox {
        margin: 0 25px;
    }
}
.headLine {
    margin-bottom: 25px;
    font-size: 5rem;
    text-align: center;
    font-weight: 400;
    line-height: 1.45;
    letter-spacing: 0.8px;
}
.headLine span {
    font-size: 1.4rem;
    color: #c8b609;
    letter-spacing: 1.5px;
    display: block;
}
@media all and (max-width: 896px) {
    .headLine {
        margin-bottom: 15px;
        font-size: 3rem;
        line-height: 1.15;
    }
    .headLine span {
        margin-bottom: 5px;
        font-size: 1rem;
    }
}
.midTxt {
    margin-bottom: 44px;
    text-align: center;
    line-height: 1.9;
    letter-spacing: 0.7px;
}
@media all and (max-width: 896px) {
    .midTxt {
        margin-bottom: 26px;
        line-height: 1.4;
    }
}
.linkList {
    display: flex;
    justify-content: center;
}
.linkList li {
    margin: 0 20px;
    width: 480px;
}
@media all and (max-width: 896px) {
    .linkList {
        display: block;
    }
    .linkList li {
        width: 100%;
        margin: 0 0 15px;
    }
}
.comLink01 a {
    padding: 16px 10px 19px 14px;
    box-sizing: border-box;
    display: block;
    letter-spacing: 1px;
    font-size: 3rem;
    color: #fff;
    background-image: -moz-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(13, 178, 188) 0%, rgb(13, 116, 188) 100%);
    border-radius: 50px;
    box-shadow: 0px 0px 5px #888;
    text-align: center;
}
.comLink02 a {
    background-image: -moz-linear-gradient(0deg, rgb(241, 157, 10) 0%, rgb(234, 90, 11) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(241, 157, 10) 0%, rgb(234, 90, 11) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(241, 157, 10) 0%, rgb(234, 90, 11) 100%);
}
.comLink01 a span {
    padding-left: 55px;
    display: inline-block;
    background: url("../../img/index/icon01.png") no-repeat left bottom 7px / 43px;
}
.comLink02 a span {
    padding-left: 50px;
    background: url("../../img/index/icon05.png") no-repeat left center / 35px;
}
@media all and (max-width: 896px) {
    .comLink01 a {
        padding: 18px 10px 20px 15px;
        font-size: 2.4rem;
    }
    .comLink01 a span {
        padding-left: 35px;
        background-size: 28px auto;
        background-position: left center;
    }
    .comLink02 a span {
        background-size: 24px auto;
    }
    .small a {
        padding: 10px 10px 13px 15px;
        font-size: 1.8rem;
    }
    .small a span {
        line-height: 1.3;
        text-align: left;
    }
}
@media all and (min-width: 897px) {
    .comLink01 a:hover {
        opacity: 0.7;
    }
}
.comLink03 {
    width: 200px;
}
.comLink03 a {
    display: block;
    padding: 5px 20px 10px 30px;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 50px;
    border: 1px solid #fff;
    background: url("../../img/index/icon14.png") no-repeat center right 17px;
}
@media all and (min-width: 897px) {
    .comLink03 a:hover {
        opacity: 0.7;
    }
}
@media all and (max-width: 896px) {
    .comLink03 {
        width: 180px;
    }
    .comLink03 a {
        font-size: 1.5rem;
        padding: 6px 20px 8px 20px;
        background-size: 11px auto;
        background-position: center right 10px;
    }
}
@media all and (max-width: 374px) {
    .comLink01 a {
        padding: 16px 10px 18px 15px;
        font-size: 2rem;
    }
    #main .contact02 .mailForm .submit input {
        background-position: center left 60px;
    }
    .headLine {
        font-size: 2.8rem;
    }
}
.thanks #gFooter {
    padding: 20px 0;
}
.thanksBox {
    padding: 250px 0 200px;
    box-sizing: border-box;
    text-align: center;
    color: #333F50;
    height: calc(100vh - 174px);
}
.thanksBox .logo {
    margin-bottom: 30px;
}
.thanksBox .title {
    font-size: 2rem;
    font-weight: 600;
}
.thanksBox .txt {
    font-size: 1.8rem;
}
@media all and (max-width: 896px) {
    .thanksBox {
        padding: 150px 0;
    }
    .thanksBox .logo {
        margin-bottom: 20px;
    }
    .thanksBox .title {
        font-size: 1.7rem;
    }
    .thanksBox .txt {
        font-size: 1.4rem;
    }
}
.fadeInUp {
    opacity: 0;
    transform: translate(0, 100px);
    -webkit-transition: all ease-in-out 0.8s;
    transition: all ease-in-out 0.8s;
}
.fadeInUp.on {
    opacity: 1;
    transform: translate(0, 0);
}