@charset "utf-8";

/*--共通--*/
.itemBnr{
    height: 700px;
    position: relative;
    overflow: hidden;
}
.itemBnr img{
    width: 1920px;
    position: absolute;
    top: 0;
    left: calc(50% - 960px);
}
@media only screen and (max-width:767px){
    .itemBnr{
        height: auto;
    }
    .itemBnr img{
        width: 100%;
        height: auto;
        position: static;
    }
}
.bgColor01{
    background-image: -moz-linear-gradient( 0deg, rgb(255,117,105) 0%, rgb(255,177,26) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(255,117,105) 0%, rgb(255,177,26) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(255,117,105) 0%, rgb(255,177,26) 100%);
}

/*-----------------------------------------------
    index
-----------------------------------------------*/

.secPromise{
    margin-top: 72px;
}
.secPromise .secCmnTitBox .tit {
    font-size: 30px;
    font-weight: 700;
    margin-top: 22px;
    letter-spacing: normal;
    color: #000;
    position: relative;
}
.secPromise .secCmnTitBox .tit::after{
    position: absolute;
    content: "";
    width: 30px;
    height: 3px;
    background-color: #6eb92b;
    left: calc(50% - 15px);
    bottom: -37px;
}
.secPromise .promiseTxt{
    font-size: 20px;
    line-height: 1.8;
    margin-top: 65px;
    font-weight: 700;
    text-align: center;
    letter-spacing: -0.5px;
}
.secPromise .promiseList{
    display: flex;
    position: relative;
    margin-top: 42px;
}
.secPromise .promiseList::before{
    position: absolute;
    content: "";
    width: 184px;
    height: 270px;
    top: -270px;
    left: 155px;
}
.secPromise .promiseList.lazyloaded::before{
    background: url(../img/contact/imgPromiseItem01.jpg) center top;
}
.secPromise .promiseList::after{
    position: absolute;
    content: "";
    width: 185px;
    height: 282px;
    top: -282px;
    right: 150px;
    z-index: 1;
}
.secPromise .promiseList.lazyloaded::after{
    background: url(../img/contact/imgPromiseItem02.jpg) center top;
}
.secPromise .listItem{
    width: 31.25%;
    margin-right: 3.125%;
    position: relative;
    text-align: center;
    border: solid 2px #000;
    padding: 55px 0;
    z-index: 3;
}
.secPromise .listItem:first-child{
    padding: 70px 0;
}
.secPromise .listItem:last-child{
    margin-right: 0;
}
.secPromise .txtNum{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #6eb92b;
    position: absolute;
    top: -25px;
    left: calc(50% - 25px);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}
.secPromise .listTxt{
    font-size: 18px;
    line-height: 1.77;
    font-weight: 700;
}
@media only screen and (max-width:767px){
    .secPromise{
        margin-top: 18px;
    }
    .secPromise .secCmnTitBox .tit {
        font-size: 14px;
        margin-top: 8px;
    }
    .secPromise .secCmnTitBox .tit::after{
        width: 20px;
        height: 2px;
        left: calc(50% - 10px);
        bottom: -15px;
    }
    .secPromise .promiseTxt{
        font-size: 12px;
        line-height: 2;
        margin-top: 23px;
    }
    .secPromise .promiseList{
        display: block;
        margin-top: 24px;
    }
    .secPromise .promiseList::before{
        width: 74px;
        height: 109px;
        top: -109px;
        left: 0;
    }
    .secPromise .promiseList.lazyloaded::before,.secPromise .promiseList.lazyloaded::after{
        background-size: cover;
    }
    .secPromise .promiseList::after{
        width: 74px;
        height: 113px;
        top: -113px;
        right: 0;
    }
    .secPromise .listItem{
        width: 100%;
        margin-right: 0;
        text-align: left;
        padding: 15px 12px;
        display: flex;
        align-items: center;
    }
    .secPromise .listItem:first-child{
        padding: 23px 12px;
    }
    .secPromise .listItem:nth-child(n+2){
        margin-top: 10px;
    }
    .secPromise .txtNum{
       position: static;
       flex-shrink: 0;
    }
    .secPromise .listTxt{
        font-size: 14px;
        line-height: 1.57;
        padding-left: 8px;
    }
}
@media only screen and (max-width:359px){
    .secPromise .promiseTxt {
        font-size: 10px;
        line-height: 2;
        margin-top: 23px;
    }
    .secPromise .promiseList::before {
        width: 65px;
        height: 95px;
        top: -95px;
    }
    .secPromise .promiseList::after {
        width: 65px;
        height: 99px;
        top: -99px;
    }
    .secPromise .listTxt {
        font-size: 12px;
    }
}

.secLineup{
    margin-top: 85px;
}
.secLineup .titEng{
    line-height: 1.1;
}
.secLineup .tit{
    margin-top: 10px;
    letter-spacing: normal;
}
@media only screen and (max-width:767px){
    .secLineup{
        margin-top: 34px;
    }
    .secLineup .tit{
        margin-top: 2px;
    }
}



/* secFormCatalog */
.secFormCatalog .boxList{
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.secFormCatalog .btnPdf{
    text-decoration: none;
    color: #000;
}
.secFormCatalog li{
    width: 48.4375%;
    margin-right: 3.125%;
    position: relative;
    border: solid 1px #000;
    background: #f5f5f5;
}
.secFormCatalog li:nth-child(2n){
    margin-right: 0;
}
.secFormCatalog li:nth-child(n+3){
    margin-top: 40px;
}
.secFormCatalog li:last-child{
    margin-right: 0;
}
.secFormCatalog span{
    display: block;
}
.secFormCatalog input[type="checkbox"]{
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 0;
	z-index: -1;
}
.secFormCatalog .item{
    transition: opacity 0.2s ease-out;
	cursor: pointer;
	height: 100%;
    padding-bottom: 124px;
}
.secFormCatalog .item:hover{
    opacity: 0.8;
}
.secFormCatalog .contCover{
    padding: 64px 1.5px 60px;
    background: #fff;
}
.secFormCatalog .img{
    width: 100%;
    padding-top: 47.155%;
}
.secFormCatalog .txtCover{
    padding: 20px 37px 0;
}
.secFormCatalog .catalogTit{
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
	line-height: 1.8;
}
.secFormCatalog .txt{
    font-size: 15px;
    line-height: 2;
    margin-top: 2px;
}
.secFormCatalog .btnOff,
.secFormCatalog .btnOn{
    width: 400px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin: 25px auto 0;
	position: absolute;
    bottom: 25px;
    left: calc(50% - 200px);
    border-radius: 4px;
}
.secFormCatalog .btnOff{
    background: #f08b00;
}
.secFormCatalog .btnOn{
    background: #6eb92b;
}
.secFormCatalog input[type="checkbox"]:not(:checked) + .item .btnOn,
.secFormCatalog input[type="checkbox"]:checked + .item .btnOff{
    display: none;
}
@media only screen and (max-width:767px){
    .secFormCatalog .boxList{
		width: 84%;
		margin: 20px auto 0;
		display: block;
    }
    .secFormCatalog li{
        width: 100%;
        margin-right: 0;
    }
    .secFormCatalog li:nth-child(n+2){
        margin-top: 10px;
    }
    .secFormCatalog input[type="checkbox"]{
        visibility: hidden;
        position: absolute;
        bottom: 100%;
        left: 0;
        z-index: -1;
    }
    .secFormCatalog .item{
        padding: 0 0 20px;
    }
    .secFormCatalog .catalogTit{
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: normal;
    }
    .secFormCatalog .txt{
        font-size: 11px;
        line-height: 1.363;
        margin-top: 4px;
    }
    .secFormCatalog .btnOff,
    .secFormCatalog .btnOn{
        width: 200px;
        height: 36px;
        font-size: 11px;
        letter-spacing: normal;
        margin-top: 7px;
        max-width: 100%;
		position: static;
    }
    .secFormCatalog .contCover {
        padding: 30px 1.5px;
    }
    .secFormCatalog .txtCover {
        padding: 8px 18px 0;
    }
}

.secFormBox .bgBoxOut {
    margin-top: 80px;
    padding-top: 106px;
}
@media only screen and (max-width:767px){
    .secFormBox .bgBoxOut {
        margin-top: 37px;
        padding-top: 0;
    }
}

.secFormTable .passIn{ 
	position:relative;
	width:360px;
	display:inline-block;
}
.secFormTable .passIn input{
	padding-right: 50px;
}
.secFormTable .iconEye{
    position: absolute;
    right: 14px;
    top: calc(50% - 8.5px);
    width: 17px;
    height: 17px;
    text-align: center;
    cursor: pointer;
}
.secFormTable .iconEye img{
	vertical-align: top;
}
.secFormTable .passTxt{
    display: inline-block;
    font-size: 13px;
    color: #cd2929;
    padding-left: 16px;
    font-weight: 500;
}
.secForm .btnDownload {
    text-decoration: none;
}
@media only screen and (max-width:767px){
    .secFormTable .passIn{ 
        position:relative;
        width: 100%;
        display:inline-block;
    }
    .secFormTable .iconEye{
        right: 10px;
    }
    .secFormTable .passTxt{
        font-size: 11px;
        padding-left: 0;
        padding-top: 8px;
    }
    .secForm .txtMain {
        padding-top: 26px;
    }
    .secForm .tableIn {
        margin: 19px auto 0;
    }
}

/*--co.ok--*/
.secFormBox.co .bgBoxOut, .secFormBox.ok .bgBoxOut {
    margin-top: 58px;
}
@media only screen and (max-width:767px){
    .secFormBox.co .bgBoxOut, .secFormBox.ok .bgBoxOut {
        margin-top: 20px;
    }
}
.secCmnTitBox{
    text-align: center;
}
.secCmnTitBox .titEng{
    font-size: 44px;
    font-weight: 700;
    color: #FF8C00;
    background: -webkit-linear-gradient(0deg, #f39800,#6eb92b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.secCmnTitBox .tit{
    font-size: 16px;
    font-weight: 700;
    margin-top: 15px;
    letter-spacing: 1.5px;
    color: #4c4541;
}
.secCmnTitBox2{
    margin: 106px 0 0;
}
@media only screen and (max-width:767px){
    .secCmnTitBox .titEng{
        font-size: 30px;
    }
    .secCmnTitBox .tit{
        font-size: 14px;
        margin-top: 7px;
        letter-spacing: normal;
    }
    .secCmnTitBox2{
        margin: 30px 0 0;
    }
}

/* .btnMailBox */
.secForm .boxCenter {
    padding-top: 30px;
}
.btnMailBox{
    width: 450px;
    height:70px;
    margin: 0 auto;
    margin-top: 30px;
    background-color: #000;
    border-radius: 5px;
    position: relative;
}
.btnMailBox .btnMail{
    font-size: 20px;
    background-color: #000;
    color:#fff;
    text-decoration: none;
}
.btnMailBox .btnMailTxt{
    padding: 25px 0 27px 50px;
}
.btnMailBox .btnMail::before{
    content: "";
    position: absolute;
    top: 34%;
    right: 375px;
    margin: 0 auto;
    width: 30px;
    height: 24px;
    background: url(../img/common/iconMail2.png) top center / cover no-repeat;
}
.btnMailNote{
    max-width: 790px;
    margin: 15px auto -30px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1.5px;
}
@media only screen and (max-width:767px){
    .secForm .boxCenter {
        padding-top: 5px;
    }
    .btnMailBox{
        width: 300px;
        height:40px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .btnMailBox .btnMail{
        font-size: 15px;
    }
    .btnMailBox .btnMailTxt{
        padding: 12px 0 12px 20px;
    }
    .btnMailBox .btnMail::before{
        content: "";
        position: absolute;
        top: 30%;
        right: 88%;
        margin: 0 auto;
        width: 18px;
        height: 15px;
    }
    .btnMailNote{
        margin: 15px auto 10px;
        font-size: 12px;
        line-height: 22px;
        letter-spacing: 1px;
    }
}

/* secLine */
.secLine{
    margin: 80px auto 0;
}
@media only screen and (max-width:767px){
    .secLine{
        width: 92%;
        margin: 0 auto 50px;
    }
}