@charset "UTF-8";

/**
 * オリジナルcss
 */


.top_content{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top_content_fullwidth{
    width: 100%;
    position: relative;
}

.fullwidth_inner{
    max-width: 1200px;
    margin: 0 auto;
}

/* メインビジュアル */

.main_visual_area_wrap{
    margin-top: 82px;
    display: flex;
    display: -webkit-flex;

}

.scroll.scroll_sp{
    display: none;
}

.scroll{
    display: flex;
    display: -webkit-flex;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
    -webkit-justify-content: end;
    font-size: 10px;
    width: 57px;
}

.scroll:after{
    content: '';
    display: block;
    height: 71px;
    width: 1px;
    border-right: 1px dashed #707070;
    margin-top: 11.5px;
    margin-bottom: 55.5px;
}

.main_visual_area{
    position: relative;
    height: 510px;
    width: 100%;
}

.main_visual_image_pc{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.main_visual_image_pc:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.33);
}

.main_visual_image_pc img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main_visual_image_sp{
    display: none;
}

.main_visual_text{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.main_visual_text .catch_copy{
    display: flex;
    display: -webkit-flex;
    align-items: baseline;
    -webkit-align-items: baseline;
}

.main_visual_text .catch_copy img{
    max-width: 1000px;
}

.main_visual_text .catch_copy:after{
    content: '';
    display: block;
    background-image: url(../images/top/komagatten_1.png);
    width: 135px;
    height: 190px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: -30px;
}

.main_3points{
    background: #FCF7EF;
}

.main_3points ul{
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: center;
    -webkit-align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 64px;
}

.main_3points ul li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
    -webkit-flex-direction: column;
    background: url(../images/top/point_blue.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 160px;
    height: 160px;
    color: #FFF;
    z-index: 3;
    margin-left: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.main_3points ul li:before{
    content: '';
    display: block;
    background: url(../images/top/crown.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-top: 22px;
}

.main_3points ul li p{
    margin-bottom: 46px;
}


/* about */
.top_content_fullwidth.content_about{
    background: url(../images/top/wall_bg1.png);
    background-size: cover;
    padding: 140px 0 100px;
}

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

.content_about h2{
    color: #0F356A;
    font-size: 30px;
    position: relative;
    display: inline;
    line-height: 50px;
    text-shadow:2px 2px 0 #FFF, -2px -2px 0 #FFF,
              -2px 2px 0 #FFF, 2px -2px 0 #FFF,
              0px 2px 0 #FFF,  0-2px 0 #FFF,
              -2px 0 0 #FFF, 2px 0 0 #FFF;
}

.content_about h2 span{
    font-size: 40px;
    position: relative;
}

.content_about h2:before{
    content: '';
    display: block;
    width: 293px;
    border-bottom: 10px solid #EDC94C;
    position: absolute;
    bottom: -6px;
    right: 0;
}

.content_about .about_text{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    margin: 60px 0 0 0;
    font-size: 15px;
    font-weight: bold;
    max-width: 746px;
    height: 234px;
    background: #FFF;
    line-height: 35px;
    margin: 60px auto 0;
    border-radius: 10px;
}

.content_about .about_text:after{
    content: '';
    display: block;
    background: url(../images/top/komagatten_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 136px;
    height: 170px;
    right: -69px;
    bottom: 0;
}



/* キャンペーンメニュー */

.content_campaign .fullwidth_inner{
    margin-bottom: 100px;
}

.content_campaign h2{
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    background: #E35910;
    color: #FFF;
    text-align: center;
    position: relative;
    height: 284px;
    font-size: 40px;
    line-height: 65px;
    overflow: hidden;
}

.content_campaign h2:before{
    content: 'Campaign Menu';
    display: block;
    position: absolute;
    color: #E35910;
    background: url(../images/top/campaign_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    width: 567px;
    height: 80px;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    transform: rotate(-27deg);
    top: 0;
    left: -64px;
    text-align: left;
    padding-left: 146px;
}

.content_campaign ul{
    position: relative;
    background: #FCF7EF;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    max-width: 1106px;
    margin: -40px auto 0;
    padding: 80px 0;
}

.content_campaign li{
    position: relative;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    width: 391px;
    height: 262px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background: #FFF;
    border: 8px solid #0F356A;
    margin-bottom: 85px;
}

.content_campaign li:nth-child(2n){
    margin-left: 58px;
}

.content_campaign li:nth-child(3),.content_campaign li:nth-child(4){
    margin-bottom: 0;
}

.content_campaign li h3{
    height: 66px;
    margin-top: -45px;
}

.content_campaign li h3 img{
    height: 100%;
    object-fit: cover;
}


.content_campaign p.title{
    color: #0F356A;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: auto;
}

.content_campaign p.tag{
    background: #1B4988;
    color: #FFF;
    font-size: 13px;
    font-weight: bold;
    width: 268px;
    text-align: center;
    padding: 11px 0;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 17px;
}

.content_campaign .campaign_detail_wrap{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.content_campaign .price_wrap{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.content_campaign .price_wrap span.extent{
    background: #CCA110;
    color: #FFF;
    padding: 6.6px 15px;
    font-size: 11px;
    line-height: 1em;
    font-weight: bold;
    height: 11px;
    margin-right: 15px;
}

.content_campaign .price_wrap p.price{
    color: #DB0000;
    font-size: 57px;
    font-weight: bold;
    line-height: 1em;
}

.content_campaign span.yen{
    color: #DB0000;
    font-size: 23px;
    font-weight: bold;
}

.content_campaign span.yen:before{
    content: '（税込）';
    display: block;
    color: #C35115;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
}

.content_campaign p.comment{
    font-size: 13px;
    margin: 7.3px 0 13px 0;
}

/* キャンペーン2 */

.content_campaign2 {
	max-width: 1080px;
	margin: 75px auto;
	text-align: center;
}

.content_campaign2 .content_campaign2_img_sp {
	display: none;
}

/* 無料相談・お見積り */

.content_contact{
    background: #0F356A;
    padding-bottom: 75px;
}

.content_contact .fullwidth_inner{
    background: #FCF7EF;
    max-width: 1000px;
}

.content_contact h2{
    color: #FFF;
    font-size: 30px;
    padding-top: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}

.content_contact h2 span{
    font-size: 40px;
}

.content_contact h2:before{
    content: '';
    display: block;
    height: 50px;
    width: 1px;
    border-left: 3px dashed #FFF;
    transform: rotate(-30deg);
    margin-right: 23px;
}

.content_contact h2:after{
    content: '';
    display: block;
    height: 50px;
    width: 1px;
    border-left: 3px dashed #FFF;
    transform: rotate(30deg);
    margin-left: 18px;
}

.content_contact p.h2_comment{
    color: #FFF;
    text-align: center;
    font-size: 16px;
    margin: 36px 0 40px 0;
}

.content_contact p{
    
}

.wpcf7-form{
    width: 602px;
    margin: 0 auto;
    padding: 60px 0px;
}

.wpcf7-form ul{
    margin: 0;
}

.wpcf7-form li{
    border-bottom: 1px dashed #C3C3C3;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    padding: 20px 0;
}

.wpcf7-form li:first-child{
    padding-top: 0;
}

.wpcf7-form p{
    margin: 0;
    width: 100%;
}

.wpcf7-form p.head{
    width: 200px;
    text-align: left;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.wpcf7-form li p.head:before{
    content: '';
    display: block;
    width: 52px;
}

.wpcf7-form li:nth-child(1) p.head:before,
.wpcf7-form li:nth-child(4) p.head:before,
.wpcf7-form li:nth-child(5) p.head:before{
    content: '必須';
    color: #C35115;
    font-size: 14px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

input[type="text"], input[type="url"], input[type="password"], input[type="email"], input[type="search"], input[type="tel"], textarea{
    border: 1px solid #707070;
    border-radius: 0;
    box-shadow: unset;
}

.privacy_wrap{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.content_contact .privacy_mark{
    width: 8px;
    height: 8px;
    border: 1px solid #1C2B6C;
    display: block;
    position: relative;
    margin-right: 8px;
}

.content_contact .privacy_mark:before{
    content: '';
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #1C2B6C;
    border-right: 1px solid #1C2B6C;
}

.content_contact p.privacy{
    margin: 35px 0;
    width: auto;
    font-size: 14px;
}

.content_contact p.privacy a{
    color: #1C2B6C;
}

input[type="submit"]{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    border: none;
    background: #141414;
    color: #FFF;
    border-radius: 5px;
    width: 289px;
    height: 70px;
    padding: 0;
    margin: 0 auto;
    font-size: 18px;
}

input[type="submit"]:hover{
    background: #141414;
}

span.wpcf7-spinner{
    display: none;
}

.content_contact .contact_tel{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
}

.content_contact .contact_tel p{
    font-size: 16px;
}

.content_contact .contact_tel a{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 37px;
    font-weight: bold;
    margin-bottom: 50px;
}

.content_contact .contact_tel a:before{
    content: '';
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/header/phone07.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.content_contact .contact_buttons{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    max-width: 750px;
    margin: 0 auto;
}

.content_contact .contact_buttons > div{
    position: relative;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 355px;
    height: 92px;
    color: #FFF;
    border-radius: 5px;
    margin: 60px 0 80px;
    font-size: 20px;
    font-weight: bold;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

.content_contact .contact_buttons > div:after{
    position: absolute;
    content: '▲';
    display: block;
    transform: rotate(90deg);
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
    font-size: 10px;
}

.content_contact .contact_buttons > div a{
    color: #FFF;
    line-height: 100%;
}

.content_contact .reserve_button{
    background: #CB9C00;
}

.content_contact .request_button{
    background: #E35910;
}




/* こんなお悩みはありませんか */

.content_worry{
    max-width: 1080px;
    margin: 75px auto;
}

.content_worry .worry_wrap{
    position: relative;
}

.content_worry .worry_title_area{
    background: #EDC94C;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    height: 126px;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.content_worry .worry_title_area:after{
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-size: 7px 7px;
    background-image: linear-gradient(
        -45deg,
        #EDC94C,#EDC94C 48.5%,
        #FFF 49.5%, #FFF 50.5%,
        #EDC94C 51.5%, #EDC94C
    );
}

.content_worry h2{
    position: relative;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    font-size: 30px;
}

.content_worry h2 span{
    font-size: 45px;
}

.content_worry h2:before{
    content: '';
    display: block;
    width: 74px;
    height: 74px;
    background: url(../images/top/question.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -100px;
    transform: translateY(-50%);
}

.content_worry .worry_area{
    display: flex;
    display: -webkit-flex;
}

.content_worry .worry_list{
    position: relative;
    background: #FFF7E9;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 45%;
    height: 300px;
    border-bottom-left-radius: 5px;
}

.content_worry .worry_list ul{
    list-style-type: disc;
    margin: 50px 20px 50px 70px;
}

.content_worry .worry_list ul li{
    list-style-type: disc;
    font-size: 16px;
    margin-left: 24px;
    line-height: 30px;
}

.content_worry .worry_list:after{
    content: '';
    display: block;
    position: absolute;
    right: -67px;
    top: 0;
    border-left: 67px solid #FFF7E9;
    border-top: 150px solid transparent;
    border-bottom: 150px solid transparent;
}

.content_worry .worry_answer{
    background: #EDC94C;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    background: #FFF3CB;
    border-bottom-right-radius: 5px;
}

.content_worry .worry_answer p{
    font-weight: bold;
    font-size: 20px;
    line-height: 45px;
}

.content_worry .worry_answer span{
    font-size: 35px;
    color: #C35115;
    border-bottom: 8px solid #EDC94C;
}

.content_worry .worry_answer:after{
    content: '';
    display: block;
    width: 175px;
    height: 219px;
    background: url(../images/top/komagatten_3.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    right: -33px;
}

.staff_photo_wrap{
    max-width: 1000px;
    margin: 100px auto;
}

.staff_photo_wrap .staff_title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    margin-bottom: 54px;
}

.staff_photo_wrap h3{
    font-size: 30px;
    line-height: 70px;
    margin: 0 40px;
}

.staff_photo_wrap h3 span{
    font-size: 40px;
    background: #EDC94C;
    padding: 5px 10px;
}

.staff_photo_wrap .staff_title:before{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    border-left: 3px dashed #141414;
    transform: rotate(-30deg);
    margin-right: 23px;
}

.staff_photo_wrap .staff_title:after{
    content: '';
    display: block;
    height: 90px;
    width: 1px;
    border-left: 3px dashed #141414;
    transform: rotate(30deg);
    margin-left: 18px;
}

.staff_photo_wrap .staff_photo{
    width: 100%;
    padding-top: 58%;
    position: relative;
}





/* 外装リフォーム専門店ネットワーク */

.content_network{
    background: url(../images/top/network_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 100px;
}

.content_network .fullwidth_inner{
    width: 746px;
    padding-bottom: 100px;
}

.content_network h2{
    text-align: center;
    font-size: 23px;
    padding: 100px 0 60px;
}

.content_network h2 span{
    font-size: 30px;
    color: #C35115;
}

.content_network p{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%;
    height: 130px;
    font-size: 16px;
    line-height: 35px;
    background: #FFF;
}






/* 満足の声 */

.content_interview{
    background: url(../images/top/grid8.png);
    background-size: cover;
}

.content_interview .interview_title{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    width: 100%;
    padding: 84px 0 80px;
}

.content_interview .interview_title:before{
    content: 'interview';
    display: block;
    color: #CB9C00;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 25px;
}

.content_interview .interview_title h2{
    position: relative;
    font-size: 30px;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
    color: #0F356A;
}

.content_interview .interview_title h2 span{
    font-size: 40px;
    position: relative;
}

.content_interview .interview_title h2:before{
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    right: -7px;
    width: 215px;
    border-bottom: 10px solid #EDC94C;
}

.content_interview .interview_title h2:after{
    content: '';
    display: block;
    width: 138px;
    height: 172px;
    background: url(../images/top/komagatten_2.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -30px;
    right: -150px;
}

.content_interview .interview_area{
    max-width: 1000px;
    margin: 70px auto 100px;
    display: flex;
    display: -webkit-flex;
    padding-bottom: 150px;
}

.content_interview .photo_area{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 50%;
    position: relative;
}

.content_interview .photo_area .photo_wrap{
    width: 500px;
    height: 280px;
    position: relative;
}


.content_interview .photo_area .photo_wrap > div{
    position: absolute;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.content_interview .photo_area .house_photo1{
    width: 442px;
    padding-top: 283px;
    top: -100px;
    left: -20px;
}

.content_interview .photo_area .house_photo2{
    width: 152px;
    padding-top: 205px;
    margin: 20px 20px 0 50px;
    left: -10px;
    bottom: -130px;
}

.content_interview .photo_area .house_photo3{
    width: 269px;
    padding-top: 182px;
    right: 20px;
    bottom: -50px;
}

.content_interview .comment{
    background: #FFF;
    border-radius: 10px;
    height: auto;
    width: 90%;
    padding: 0 30px 30px;
    margin-left: 45px;
    position: relative;
}

.content_interview .comment:before{
    content: '';
    display: block;
    position: absolute;
    left: -40px;
    bottom: 74px;
    border-right: 45px solid #FFF;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.content_interview .comment h3{
    width: 284px;
    height: 41px;
    line-height: 41px;
    margin: -18px auto 20px;
    background: #0F356A;
    color: #FFF;
    text-align: center;
    border-radius: 5px;
}




/* 3つの理由 */

.content_reasons h2.reason_main_title{
    font-size: 35px;
    text-align: center;
    padding: 80px 0;
    background: #CB9C00;
    color: #FFF;
}

.content_reasons{
    background: url(../images/top/reason_bg01.png);
    background-size: cover;
    margin-top: 75px;
}

.content_reasons .fullwidth_inner{
    max-width: 1200px;
    margin-bottom: 30px;
    padding-bottom: 75px;
}

.content_reasons .reasons_summary_wrap{
    display: flex;
    display: -webkit-flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    padding: 76px 0 100px;
    width: 1000px;
    margin: 0 auto;
}

.content_reasons .reasons_summary_area{
    width: 450px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    box-sizing: border-box;
}

.content_reasons .reasons_summary_area span.reason_number{
    font-size: 60px;
    font-weight: bold;
    color: #CB9C00;
    float: left;
    position: relative;
}

.content_reasons .reasons_summary_area span.reason_number:before{
    content: 'Reason';
    display: block;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 15px;
}

.content_reasons .reasons_summary_area h2{
    font-size: 30px;
    line-height: 50px;
    margin-left: 120px;
}

.content_reasons .reasons_summary_area h2 span{
    color: #0F356A;
}

.content_reasons .reasons_summary_image_area{
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    width: 450px;
    box-sizing: border-box;
}

.content_reasons .reasons_summary_image{
    width: 100%;
    padding-top: 58%;
    position: relative;
}

.content_reasons .reasons_summary_area p{
    margin-top: 40px;
    margin-left: 120px;
    font-size: 16px;
}


.reasons_title_area{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-bottom: 60px;
}


.reasons_title_area h2{
    position: relative;
    font-size: 40px;
    text-align: center;
    display: inline;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0-2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}


.reasons_title_area p{
    display: flex;
    display: -webkit-flex;
    align-items: flex-end;
    -webkit-align-items: flex-end;
    font-size: 28px;
    font-weight: bold;
    margin-top: 40px;
    text-align: center;
}

.reasons_title_area p:before,
.reasons_title_area p:after{
    content: '';
    display: block;
    height: 55px;
    width: 1px;
    border-left: 3px dashed #141414;
    transform: rotate(-30deg);
    margin-right: 23px;
}

.reasons_title_area p:after{
    transform: rotate(30deg);
    margin-left: 23px;
}

.reasons_title_area .orange{
    color: #E35910;
}

.reasons_title_area .blue{
    color: #0F356A
}

.reasons_title_area .exclamation:before{
    content: '';
    display: block;
    position: absolute;
    width: 52px;
    height: 52px;
    background: url(../images/top/exclamation.png);
    background-size: cover;
    background-repeat: no-repeat;
    left: -72px;
}

.reasons_title_area .line{
    border-bottom: 8px solid #EDC94C;
}


.work_list_wrap .work_list_content{
    display: flex;
    display: -webkit-flex;
    padding-bottom: 100px;
}

.reason01 .work_list_wrap{
    background: #FFF;
    max-width: 1200px;
    margin: 0 auto 100px;
}


.reason01 .work_list{
    max-width: 871px;
    margin: 0 auto;
    padding-top: 1px;
}


.reason01 .work_list h3{
    background: #0F356A;
    color: #FFF;
    border-radius: 5px;
    height: 50px;
    line-height: 50px;
    margin: -25px 0 60px;
    text-align: center;
}

.reason01 .work_list ul{
    font-size: 16px;
    width: 50%;
    flex-shrink: 0;
    padding: 0 0 0 20px;
    box-sizing: border-box;
}

.reason01 .work_list ul li{
    height: 55px;
    display: flex;
    display: -webkit-flex;
}

.reason01 .work_list ul li span{
    flex-shrink: 0;
    width: 25px;
    height: 25px;
    color: #FFF;
    background: #CCA110;
    display: block;
    text-align: center;
    font-weight: bold;
    line-height: 25px;
    margin-right: 20px;
    font-size: 14px;
}

.reason01 .work_image{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    width: 50%;
    flex-shrink: 0;
}

.reason01 .work_image > div{
    position: relative;
    width: 324px;
    padding-top: 219px;
}

.reason01 .work_image .image_top{
    margin-left: 100px;
}

.reason01 .work_image .image_bottom{
    margin-right: 80px;
    margin-top: 40px;
}

.reason01 .work_list:nth-child(2) .image_top{
    margin: 0 100px 0 0 ;
}

.reason01 .work_list:nth-child(2) .image_bottom{
    margin: 40px 0 0 60px;
}


.content_reasons p.column_article{
    max-width: 705px;
    margin: 0 auto;
    margin-bottom: 50px;
    line-height: 35px;
    font-size: 16px;
}

.content_reasons .notice p{
    font-size: 35px;
    font-weight: bold;
    color: #C35115;
    text-align: center;
    line-height: 50px;
    position: relative;
}

.reason01 .notice p:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 60px;
    width: 242px;
    height: 201px;
    background: url(../images/top/komagatten_4.png);
    background-size: cover;
    background-repeat: no-repeat;
}



.content_reasons.reason02{
    background: url(../images/top/reason_bg02.png);
}


.content_reasons.reason02 .reasons_summary_wrap{
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.content_reasons.reason02 .reasons_summary_area{
    padding-right: 50px;
}

.content_reasons.reason02 .reasons_summary_area p{
    margin-left: 0;
}

.reason02 .roller_work{
    background: #FFF;
    padding: 55px 100px;
    margin-bottom: 100px;
}

.reason02 .roller_work p{
    max-width: 705px;
    margin: 0 auto 60px;
    line-height: 35px;
}

.reason02 .roller_work p span{
    font-weight: bold;
}

.reason02 .roller_list_area{
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    justify-content: space-evenly;
    -webkit-justify-content: space-evenly;
}

.reason02 .roller_list {
    width: 225px;
}

.reason02 .roller_list_area .arrow{
    display: block;
    border-left: 13px solid #EDC94C;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    margin-top: 112px;
}

.reason02 .roller_image{
    position: relative;
    width: 225px;
    height: 225px;
}

.reason02 .roller_list p{
    margin: 0;
}

.reason02 .column_title{
    text-align: center;
    max-width: 424px;
    background: #0F356A;
    border-radius: 10px;
    margin: 0 auto;
    height: 60px;
    margin-bottom: 40px;
}

.reason02 .column_title h3{
    color: #FFF;
    line-height: 60px;
}

.reason02 .notice p:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 90px;
    width: 155px;
    height: 188px;
    background: url(../images/top/komagatten_3.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.reason03 .reasons_title_area p span.orange{
    color: #E35910;
}

.reason03 .reasons_title_area p:before,
.reason03 .reasons_title_area p:after{
    height: 75px;
}

.reason03 .flowchart_area{
    background: #FFF;
    padding: 100px 0;
    margin-bottom: 100px;
}

.reason03 .flowchart_list{
    max-width: 823px;
    margin: 0 auto;
}

.reason03 .flowchart_list .title_wrap{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.reason03 .flowchart_list h3{
    font-size: 18px;
    font-weight: bold;
    background: #EDC94C;
    display: inline-block;
    width: auto;
    line-height: 43px;
    text-align: center;
    margin-right: 30px;
    padding: 0 17px;
}

.reason03 ul.flowchart{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    background: #FCF7EF;
    border: 1px solid #CB9C00;
    margin: 20px 0 36px;
    padding: 33px;
}

.reason03 ul.flowchart li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;

}

.reason03 ul.flowchart li:after{
    content: '';
    display: block;
    border-left: 10px solid #EDC94C;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    margin-left: 20px;
}

.reason03 ul.flowchart li:last-child:after{
    display: none;
}

.reason03 ul.flowchart li p{
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    font-size: 13px;
    position: relative;
}


.reason03 ul.flowchart li p:before{
    content: '';
    display: block;
    width: 65px;
    height: 65px;
    background: url(../images/top/flowchart_building.png);
    background-size: cover;
    background-repeat: no-repeat;
}


.reason03 ul.flowchart li:last-child{
    border-radius: 50%;
    color: #FFF;
    background: #487940;
    text-align: center;
    width: 105px;
    height: 105px;
    justify-content: center;
    -webkit-justify-content: center;
    font-weight: bold;
    font-size: 17px;
    flex-shrink: 0;
}

.reason03 ul.flowchart li:last-child p{
    font-size: 17px;
}

.reason03 ul.flowchart li:last-child p:before{
    display: none;
}

.reason03 ul.flowchart li .long_border{
    border-bottom: 12px solid #EDC94C;
    width: 200px;
    margin-left: 20px;
}

.reason03 .flowchart02 ul.flowchart li:first-child p:after{
    content: '塗料メーカー';
    display: block;
    font-size: 12px;
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 6em;
}
.reason03 .flowchart02 ul.flowchart li:after{
    margin-left: 0;
    border-left: 14px solid #EDC94C;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}

.reason03 .flowchart02 ul.flowchart li:last-child{
    background: #C35115;
}

.reason03 .flowchart02 ul.flowchart li p{
    font-size: 18px;
}

.reason03 .flowchart02 ul.flowchart{
    margin-bottom: 0;
    position: relative;
}

.reason03 .flowchart02 ul.flowchart:after{
    content: '';
    display: block;
    width: 116px;
    height: 97px;
    background: url(../images/top/komagatten_5.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%, -50%);
}

.reason03 .notice p:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -18px;
    right: 30px;
    width: 260px;
    height: 216px;
    background: url(../images/top/komagatten_4.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.content_reasons.reason03 .fullwidth_inner{
    margin-bottom: 0;
    padding-bottom: 100px;
}



.content_reasons.reason04{
    background: #FFF;
    max-width: 1000px;
}


.reason04 .proposal_area > p{
    max-width: 705px;
    margin: 0 auto;
}

.reason04 .color_plan_list ul{
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 50px 0 100px;
}

.reason04 .color_plan_list ul li{
    width: 23%;
}

.reason04 .color_plan_list ul li .color_image{
    width: 100%;
    padding-top: 100%;
    position: relative;
}

.reason04 .color_plan_list ul li p{
    text-align: center;
    margin-top: 25px;
}

.reason04 .notice p:after{
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
    right: 100px;
    width: 122px;
    height: 172px;
    background: url(../images/top/komagatten_1.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.reason04 p.annotation{
    font-size: 13px;
    text-align: center;
    margin-top: 30px;
}

.reason04 .staff_photo_wrap{
    margin-bottom: 30px;
}



@media screen and (max-width: 1110px){
}
@media screen and (max-width:740px){
}
@media screen and (max-width:639px){
}
@media screen and (max-width:500px){
}

