@charset "UTF-8";

#wrap:before {
	content: '';
	content: none;
	background: url(../../../../../sub.png) no-repeat;
	background-size: 1800px 5000px;
	background-position: center top 0;
	position: absolute;
	left: 0;
	top: 146px;
	width: 100%;
	height: 5000px;
	opacity: 0.4;
	pointer-events: none;
	z-index: 9999999;
}

/* CSS Document */
/* #sub_content_in_02 {
    background-color: #ffffff;
    padding: 37px 40px 40px;
    margin-top: 40px;
} */

.sub_cont {

    position: relative;
    z-index: 1;
}

.mb00 {
    margin-bottom: 0px !important;
}

.ofH {
    overflow: hidden;
}

.fc01 {
    background: linear-gradient(transparent 65%, #fff43c 35%);
}

.ti_h3.bg.white {
    background-color: #fff;
}

.ti_h3.bg.white {
    text-align: left;
}

.ti_h4 {
    font-size: 24px;
}

.title02 {
    margin-bottom: 35px;
    padding-bottom: 46px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
}

.title02:after {
    content: '';
    position: absolute;
    width: 295px;
    height: 35px;
    background-image: url('../img/deco_title02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    left:calc(50% - 147.5px);
    bottom: 0;
}

.title02 .small {
    display: block;
    font-size: 24px;
    line-height: 1.3;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
}

.title02 .main {
    display: block;
    font-size: 36px;
    line-height: 1.5;
    font-weight: bold;
        text-align: center;
    letter-spacing: 0.1em;
    color: #5b186b;
    font-feature-settings: "palt";
}

/*----------------------- production -----------------------*/


.list_bg {
    margin-bottom: 13px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.list_bg li {
    display: block;
    margin-right: 5px;
    padding: 7px 20px;
    color: #fff;
    font-size: 20px;
        font-weight: 500;
    line-height: 1;
    background-color: #5b186b;
}

.list_bg li.bg-none {
    padding: 0;
    background-color: transparent;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.list_bg li:last-child {
    margin-right: 0;
}

.list_check {
    margin: 26px 0 30px;
    list-style: none;
}

.list_check li {
    margin-bottom: 9px;
    padding-left: 40px;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.04em;
    font-feature-settings: "palt";
    position: relative;
}

.list_check li:before {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    background-image: url('../img/ico_check01.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: -1px;
    left: -5px;
}

.list_check.yellow li:before {
    background-image: url('../img/ico_check02.jpg');
}

.leadBox {
    position: relative;
    z-index: 1;
}

.leadBox:before {
    content: '';
    height: 1372px;
    display: block;
    background-image: url('../img/bg_lead.jpg');
    background-repeat: no-repeat;
    background-size: 1080px 1372px;
    background-position: center;
    position: absolute;
    top: -37px;
    left: -40px;
    right: -40px;
    pointer-events: none;
    z-index: -1;
}

.leadBox .pic {
    margin: 21px -40px 0;
}

.leadBox_inner {
    padding-top: 42px;
    padding-left: 380px;
    font-size: 20px;
    font-weight: 600;
}

.leadBox_inner .title {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.leadBox_inner .title .ja {
    display: block;
    margin: 5px 0 0;
    padding-left: 15px;
    font-size: 36px;
    line-height: 1.5;
    letter-spacing: 0.05em;
    font-feature-settings: "palt";
}

.leadBox_inner .title .en {
    display: block;
        margin-top: -12px;
    padding-left: 7px;
}

.leadBox_txt {
    padding-left: 80px;
}

.leadBox_txt .list_bg {
    margin-top: 40px;
    margin-left: -5px;
}


.leadBox_txt .list_bg li:nth-child(n + 4) {
    margin-top: 6px;
}

.message {
    margin-bottom: 60px;
    font-size: 20px;
    font-weight: 600;
}

.message .list_bg {
    margin: 30px 0 31px;
}

.message .list_bg li:nth-child(5) {
    margin-right: 100px;
}

.message .list_bg li:nth-child(n + 3) {
    margin-top: 6px;
}

.quality {
    margin-bottom: 80px;
}

.quality_inner {
    margin-bottom: 50px;
    font-size: 20px;
    font-weight: 600;
}

.quality_inner:last-child {
    margin-bottom: 0;
}

.qualityList {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.qualityList li {
    width: 280px;
    margin-right: 80px;
}

.qualityList li:nth-child(3n),
.qualityList li:last-child {
    margin-right: 0;
}

.qualityList li:nth-child(n + 4){
    margin-top: 45px;
}

.qualityList li .tit {
    height: 228px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.qualityList li .tit .ico {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.qualityList li .tit .ja {
    display: block;
    padding-top: 165px;
    font-size: 20px;
    text-align: center;
}

.qualityList li > p {
    font-weight: normal;
    line-height: 1.5;
}

.consultation {

    font-size: 20px;
    font-weight: 600;
}

.cont_btn {
    width: 100%;
    padding-top: 30px;
}

.contact {
    position: relative;
    background-color: #fff43d;
    margin-top: 84px;
}

.contact::before {
    content: '';
    display: block;
    background-image: url('../img/deco_contact.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.contact .title {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
}

.contact .title .en {
    order: -1;
}

.contact .title .ja {
    position: relative;
    padding-top: 28px;
    font-size: 18px;
}

.contact .title .ja::before {
    content: '';
    display: block;
    background-color: #642973;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
}

.contact .inner {
    padding: 107px 55px 55px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact .inner .mail {
    margin-left: 55px;
}

.contact .inner .mail a {
    transition: opacity 0.3s ease;
}

.contact .inner .mail a:hover {
    opacity: 0.7;
}

@media (max-width: 750px) {

    .title02 {
        margin: 0 -40px 50px;
        padding-bottom: 70px;
    }

    .title02:after {
        width: 414px;
        height: 55px;
        left:calc(50% - 207px);
    }

    .title02 .small {
        margin-bottom: 10px;
        font-size: 34px;
    }

    .title02 .main {
        font-size: 50px;
    }

    .ti_h3.bg {
        font-size: 42px;
    }

    .ti_h3.bg::before {
        padding-left: 45px;
        background-size: 9px 52px;
        top: 15px;
    }

    .ti_h4 {
        font-size: 36px;
    }

    /*----------------------- production -----------------------*/


    .list_bg {
        margin-bottom: 20px;
    }

    .list_bg li {
        margin-right: 10px;
        padding: 13px 25px;
        font-size: 34px;
    }

    .list_bg li.bg-none {
        margin-top: 20px;
        font-size: 36px;
        line-height: 1.9375;
    }

    .list_bg li:last-child {
        margin-bottom: 0;
    }

    .list_check {
        margin: 50px 0;
    }

    .list_check li {
        margin-bottom: 20px;
        padding-left: 68px;
        font-size: 36px;
    }

    .list_check li:before {
        width: 45px;
        height: 45px;
        top: -1px;
        left: -5px;
    }

    .leadBox:before {
        height: 1908px;
        background-image: url('../img/bg_lead_sp.jpg');
        background-size: 750px 1908px;
        top: 0;
        left: -40px;
        right: -40px;
    }

    .leadBox .pic {
        margin: 70px -40px 0;
    }

    .leadBox_inner {
        padding-top: 60px;
        padding-left: 0;
        font-size: 36px;
    }

    .leadBox_inner .title {
        margin-bottom: 33px;
    }

    .leadBox_inner .title .ja {
        margin: 15px 0 0;
        padding-left: 185px;
        font-size: 52px;
    }

    .leadBox_inner .title .en {
        padding-left: 0;
    }

    .leadBox_txt {
        padding-left: 0;
    }

    .leadBox_txt .list_bg {
        margin-top: 20px;
        margin-left: 0;
    }

    .leadBox_txt .list_bg li:nth-child(n + 4) {
        margin-top: 12px;
    }

    .message {
        font-size: 36px;
    }

    .message .list_bg {
        margin: 0 0 20px;
    }

    .message .list_bg li:nth-child(n + 3) {
        margin-top: 12px;
    }

    .message .list_bg li:nth-child(5) {
        margin-right: 0;
    }

    .quality {
        margin-bottom: 80px;
    }

    .quality_inner {
        margin-bottom: 60px;
        font-size: 36px;
    }

    .quality_inner .list_bg {
        margin-bottom: 0;
    }

    .qualityList li {
        width: 300px;
        margin-right: 40px !important;
    }

    .qualityList li:nth-child(2n),
    .qualityList li:last-child {
        margin-right: 0 !important;
    }

    .qualityList li:nth-child(n + 3){
        margin-top: 50px;
    }

    .qualityList li .tit {
        height: 310px;
        margin-bottom: 20px;
        background-color: #fff43d;
    }

    .qualityList li:nth-child(3) .tit,
    .qualityList li:nth-child(4) .tit {
        height: 245px;
    }

    .qualityList li .tit .ico {
        width: 100%;
        height: auto;
    }

    .qualityList li .tit .ico img {
        width: 100%;
        height: auto;
    }

    .qualityList li .tit .ja {
        padding-top: 170px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 36px;
    }

    .qualityList li .tit .ja.line02 {
        height: 117px;
    }

    .qualityList li > p {
        font-size: 36px;
    }

    .consultation {
        font-size: 36px;
    }

    .cont_btn {
        padding-top: 40px;
    }

    .contact {
        margin-top: 109px;
    }

    .contact::before {
        background-image: url('../img/deco_contact_sp.png');
    }

    .contact .title {
        width: 100%;
        top: -26px;
    }

    .contact .title .ja {
        padding-top: 54px;
        font-size: 36px;
    }

    .contact .title .ja::before {
        top: 15px;
        width: 202px;
        height: 9px;
    }

    .contact .inner {
        flex-direction: column;
        padding: 191px 35px 62px;
    }

    .contact .inner .mail {
        margin: 39px 0 0;
    }

}
