@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');


/* Reset CSS
-------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{
    margin:0;
    padding:0;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
fieldset,img{
    border:0;
}
address,caption,cite,code,dfn,em,strong,th,var{
    font-style:normal;
    font-weight:normal;
}
ul,ol,li{
    list-style:none;
}
caption,th{
    text-align:left;
}
h1,h2,h3,h4,h5,h6{
    font-size:100%;
    font-weight:normal;
}
q:before,q:after{
    content:'';
}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
hr {display:none;}
input,textarea,select{
    font-family:inherit;
    font-size:inherit;
    font-weight:inherit;
    *font-size:100%;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

img{
    max-width:100%;
    height:auto;
    vertical-align: bottom;
    margin:0;
    padding:0;
}

.clearfix:after {
    content: ""; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.alpha a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

html {scroll-behavior: smooth;}

a {
  outline:none;
    color: #7e2984;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
/*  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;*/
}

/* PCで電話リンクしない */
@media(min-width: 768px){
  a[href^="tel:"]{
    pointer-events: none;
  }
}

.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}



/* Basic setting
-------------------------------*/

body {
    font-family: "Zen Kaku Gothic New", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.8em;
    font-weight: 400;
	color: #000;
	-webkit-text-size-adjust: 100%;
}
@media screen and (max-width:640px){
    body {
        font-size: 14px;
        line-height: 1.7em;
    }

}
#wrapper{
	margin:0 auto;
	padding:0;
	width:100%;
	overflow:hidden;
}


/* ヘッダー
-------------------------------*/
#header{
    width: 100%;
    position: fixed;
    transition: 0.3s;
    z-index: 10;
}
#header .inner{
    width: 100%;
    max-width: 1920px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.h_logo{
    padding-left: 20px;
    padding-right: 20px;
}
.h_menu{
    width: 610px;
    margin-left: auto;
    text-align: right;
}
.sns_list{
    padding-top: 8px;
    margin-bottom: 10px;
    line-height: 1.2em;
    font-weight: 500;
}
.sns_list ul{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.sns_list li{
    padding-left: 1em;
    padding-right: 1em;
}
.sns_list li a{
    color: #000;
}
.sns_list li a:hover{
    color: #7e2984;
}
.sns_list li.icon{
    padding-right: 0;
/*    position: relative */
}
/*
.sns_list li.icon:before{
    position: absolute;
    left: 0;
    top: calc(50% - 12px);
    width: 1px;
    height: 24px;
    background-color: #666;
    content: "";
}
.sns_list li.icon:last-child:after{
    position: absolute;
    right: 0;
    top: calc(50% - 12px);
    width: 1px;
    height: 24px;
    background-color: #666;
    content: "";
}
*/
.sns_list li.icon img{
    vertical-align: middle;
    background-color: #000;
    border-radius: 5px;
    transition: 0.5s;
}
.sns_list li.icon img:hover{
    background-color: #7e2984;
}

/* お問い合わせ・お見積りボタン */
.h_cont{
    width: 240px;
    margin-left: 45px;
}
.h_cont ul{
    width: 100%;
    display: flex;
}
.h_cont li{
    width: 50%;
}
.h_cont li a{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 120px;
    padding-bottom: 8px;
    background-color: #cc68d4;
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 1.2em;
    font-weight: 700;
    position: relative;
}
.h_cont li.esti a{
    background-color: #7e2984;
}

.h_cont li a span{
    position: relative;
    z-index: 5;
}
.h_cont li a span.txt{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 37px;
    position: relative;
}
.h_cont li a span.txt:before{
    position: absolute;
    left: 0;
    top: -55px;
    width: 100%;
    height: 52px;
    background-image: url(../img/common/icon_mail.png);
    background-repeat: no-repeat;
    background-position: center center;
    content: "";
}
.h_cont li.esti a span.txt:before{
    background-image: url(../img/common/icon_est.png);
}
.h_cont li a:after{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    content: "";
    opacity: 0;
    transition: 0.5s;
}
.h_cont li a:hover:after{
    opacity: 1;
}
@media screen and (min-width:911px){
    #header.fixed{
        background-color: #fff;
    }
    #header.fixed .h_cont li a{
        height: 100px;
        padding-bottom: 3px;
    }
}
@media (max-width:1200px) and (min-width:911px){

    .h_menu{
        width: calc(100% - 470px);
    }
    .sns_list {
        margin-bottom: 3px;
    }
    .sns_list li.icon img{
        width: 30px;
        height: auto;
    }
    .h_cont{
        width: 160px;
        margin-left: 20px;
    }
    .h_cont li a{
        height: 80px;
        font-size: 12px;
        line-height: 1.1em;
    }
    .h_cont li a span.txt{
        height: 25px;
    }
    .h_cont li a span.txt:before{
        top: -38px;
        width: 100%;
        height: 35px;
        background-size: 30px auto;
    }
    .h_cont li.esti a span.txt:before{
        background-size: auto 100%;
    }
    #header.fixed .h_cont li a{
        height: 80px;
        padding-bottom: 8px;
    }

}

@media screen and (max-width:910px){
    #header{
        height: 70px;
        background-color: #fff;
        position: static;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    #header .inner{
        padding-right: 70px;
    }
    
    .h_menu {
        width: auto;
    }
    .sns_list {
        display: none;
    }
    .h_cont{
        display: none;
    }

}
@media screen and (max-width:500px){
    #header{
        position: relative;
    }
    .h_logo{
        max-width: 220px;
        padding-left: 10px;
        padding-right: 0;
    }
    .h_menu {
        position: absolute;
        right: 10px;;
        top: 80px;
    }
    .sns_list li.icon img{
        width: 30px;
        height: auto;
    }
}






/* 共通
-------------------------------*/
main{
    padding-bottom: 140px;
}

.page-name{
    width: 100%;
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url(../img/common/bg_page_title.jpg) center top no-repeat;
    padding-top: 80px;
}
.page-name .en img{
    transition: 0.3s;
}

.page-name .ja{
    margin-top: 30px;
    font-size: 38px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.page-name .ja-2{
    margin-top: 8px;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 0.06em;
}
.ttl01{
    text-align: center;
    margin-bottom: 30px;
}
.ttl01 .ja{
    font-size: 20px;
    line-height: 1.2em;
    margin-top: 15px;
}

.ttl02{
    font-size: 32px;
    line-height: 1.2em;
    font-weight: 700;
    color: #7e2984;
    padding-left: 1em;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-bottom: 50px;
}


.btn_more a{
    width: 100%;
    max-width: 310px;
    height: 70px;
    border-radius: 10px;
    overflow: hidden;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 25px;
    position: relative;
    color: #fff;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 700;
}
.btn_more a:before{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 1;
    transition: 0.5s;
    content: "";
}
.btn_more a:hover:before{
    opacity: 0;
}
.btn_more a span{
    position: relative;
    z-index: 2;
}
.btn_more a:after{
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    z-index: 2;
    width: 10px;
    height: 20px;
    background: url(../img/common/arrow_r_w.png) center center no-repeat;
    content: "";
}

.w1600{
    width: 90%;
    max-width: 1600px;
    margin: auto;
}
.w1400{
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.w1300{
    width: 90%;
    max-width: 1300px;
    margin: auto;
}
.w1200{
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.w960{
    width: 90%;
    max-width: 960px;
    margin: auto;
}



@media screen and (max-width:1400px){

    .page-name{
        height: 350px;
        padding-top: 120px;
        background-size: cover;
    }
    .page-name .en img{
        width: auto;
        height: 60px;
    }
    .page-name .ja{
        margin-top: 20px;
        font-size: 26px;
        line-height: 1.2em;
    }
}

@media screen and (max-width:910px){

    .page-name{
        height: 250px;
        padding-top: 0;
        background-size: cover;
    }
    .page-name .en img{
        width: auto;
        height: 50px;
    }
    .page-name .ja-2{
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .ttl01 .en img{
        width:auto;
        height: 40px;
    }
    .ttl01 .ja{
        font-size: 16px;
        line-height: 1.2em;
        margin-top: 10px;
    }
    .ttl02{
        font-size: 26px;
        line-height: 1.2em;
        padding-left: 0.5em;
        margin-bottom: 30px;
    }
    
    
}
@media screen and (max-width:640px){
    main{
        padding-bottom: 70px;
    }

    .page-name{
        height: 200px;
        padding-top: 20px;
    }
    .page-name .en img{
        width: auto;
        height: auto;
        max-height: 40px;
    }

    .page-name .ja{
        margin-top: 10px;
        font-size: 18px;
        line-height: 1.2em;
    }
    .page-name .ja-2{
        font-size: 15px;
        line-height: 1.2em;
    }

    .ttl01{
        margin-bottom: 20px;
    }

    .ttl01 .en img{
        width:auto;
        height: 30px;
    }
    .ttl01 .ja{
        font-size: 15px;
        line-height: 1.2em;
    }
    .ttl02{
        font-size: 22px;
        line-height: 1.2em;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }
    .btn_more a{
        height: 50px;
        border-radius: 5px;
        padding-left: 20px;
        font-size: 16px;
        line-height: 1.2em;
    }
    .btn_more a:after{
        background-size: auto 14px;
    }



}









/* フッター お問い合わせ
-------------------------------*/
.f_contact{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}
.f_contact ._in{
    width: calc(100% - 80px);
    max-width: 1820px;
    margin: auto;
    background: url(../img/common/bg_f_contact.jpg) center center/cover no-repeat;
    padding: 70px 0;
    color: #fff;
}
.f_contact .ttl01{
    margin-bottom: 60px;
}
.f_contact_list{
    width: 100%;
    text-align: center;
}
.f_contact_list .item{
    width: 33.3%;
    padding: 20px;
    border-right: solid 2px #fff;
}
.f_contact_list .item:last-child{
    border-right: none;
}
.f_contact_list .item p{
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 20px;
}
.f_contact_list .item .time{
    font-weight: 500;
    margin-top: 15px;
}

.f_contact_list .btn_more a{
    margin: auto;
} 

@media (min-width:911px) and (max-width:1200px){
    
    .f_contact_list .item p{
        font-size: 20px;
        line-height: 1.5em;
    }
    .btn_more a{
        font-size: 17px;
        line-height: 1.2em;
    }

}

@media screen and (max-width:910px){
    .f_contact{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .f_contact ._in{
        width: calc(100% - 60px);
        padding: 70px 3%;
    }
    .f_contact .ttl01{
        margin-bottom: 20px;
    }
    .f_contact_list{
        max-width: 440px;
        margin: auto;
    }
    .f_contact_list .item{
        width: 100%;
        border-right: none;
        border-bottom: solid 1px #fff;
        padding: 40px 0;
    }
    .f_contact_list .item:last-child{
        border-bottom: none;
    }
    .f_contact_list .item p{
        font-size: 20px;
        line-height: 1.5em;
    }
}
@media screen and (max-width:640px){

    .f_contact{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .f_contact ._in{
        width: calc(100% - 40px);
        padding: 40px 5%;
    }
    .f_contact_list .item{
        padding: 30px 0;
    }
    .f_contact_list .item p{
        margin-bottom: 10px;
    }
    
}



/* フッター
-------------------------------*/
.f_bg_b{
    background-color: #000;
    padding-top: 1px;
}
#footer .f_inner{
    margin-top: 100px;
    margin-bottom: 60px;
    color: #fff;
}

.f_info1 .txt1{
    font-size: 37px;
    line-height: 1.2em;
    font-weight: 700;
}
.f_info1 .txt2{
    line-height: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
}
.f_info1 .txt3_sns{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.f_info1 .txt3_sns li{
    margin-right: 10px;
}

.f_info2{
    width: 630px;
}
.f_info2 li{
    margin-bottom: 20px;
}

.f_info2 li a{
    color: #fff;
    font-size: 112.5%;
    line-height: 1.2em;
    padding-left: 20px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/common/arrow_r_p1.png);
}
.f_info2 li a:hover{
    color: #994d99;
}
.f_info2 .f_nav2 li a{
    background-image: url(../img/common/arrow_r_p2.png);
}
.f_info2 .f_nav3 li a{
    background-image: url(../img/common/arrow_r_p3.png);
}

.f_info2  .sub{
    margin-top: 10px;
    padding-top: 10px;
    margin-left: 20px;
    position: relative;
}
.f_info2 .sub:before{
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: calc(100% - 0.9em);
    background-color: #7e2984;
    content: "";
}
.f_info2 .sub li a{
    background-image: none;
    position: relative;
}
.f_info2 .sub li a:after{
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 2px;
    background-color: #7e2984;
    content: "";
}

.f_info2 .f_nav2 .sub:before{
    background-color: #994d99;
}
.f_info2 .f_nav2 .sub li a:after{
    background-color: #994d99;
}

.f_copy{
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    color: #fff;
    font-weight: 500;
	padding:10px 0;
}
.f_copy .f_copy_2 a{
    color: #fff;
    padding-left: 20px;
    background: url(../img/common/arrow_r_w.png) left center no-repeat;
    background-size: auto 13px; 
}
.f_copy .f_copy_2 a:hover{
    color: #7e2984;
}

/*  ページトップへ */
#pageTop{
	position:fixed;
	bottom:60px;
	right:20px;
    z-index: 8;
}


@media screen and (max-width:1200px){
    .f_info2{
        width: calc(100% - 300px);
        justify-content: flex-end;
    }
    .f_info2 .f_nav2,
    .f_info2 .f_nav3{
        margin-left: 30px;
    }
    .f_info2 li a{

        font-size: 100%;
        line-height: 1.2em;
    }

}

@media screen and (max-width:910px){
    #footer .f_inner{
        margin-top: 80px;
    }
    .f_info1{
        width: 100%;
        text-align: center;
    }
    .f_info1 .txt1{
        font-size: 30px;
        line-height: 1.5em;
    }
    .f_info1 .txt2{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .f_info1 .txt3_sns{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .f_info1 .txt3_sns li:last-child{
        margin-right: 0;
    }

    .f_info2{
        display: none;
    }
    .f_copy .f_copy_1{
        width: 100%;
        text-align: center;
        font-size: 80%;
        line-height: 1.2em;
        font-weight: 400;
    }
    .f_copy .f_copy_2{
        display: none;
    }
}

@media screen and (max-width:640px){
    #footer .f_inner{
        margin-top: 60px;
    }
    .f_info1 .txt3_sns li.icon img{
        width: 40px;
        height: auto;
    }
    #pageTop{
        right:10px;
        width:50px;
    }

}

























@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}



@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}



@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}



@media screen and (max-width:910px){

}
@media screen and (max-width:640px){

}











/* 鈴清社とは
-------------------------------*/
.abt01{
    padding-bottom: 130px;
}
.abt_lead{
    align-items: center;
}
.abt_lead .txt{
    width: 50%;
    max-width: 655px;
}
.abt_lead .txt .ttl{
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}
.abt_lead .txt .ttl span{
    padding: 0 3px;
    color: #fff;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}
.abt_lead .txt p{
    line-height: 2em;
}
.abt_lead .img{
    width: 47%;
}
@media screen and (max-width:910px){
    .abt01{
        padding-bottom: 70px;
    }
    .abt_lead .txt{
        width: 100%;
        max-width: auto;
        max-width: inherit;
    }
    .abt_lead .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}
@media screen and (max-width:460px){
    .abt_lead .txt .ttl{
        font-size: 8.5vw;
        line-height: 1.5em;
        margin-bottom: 6.5vw;
    }
}



.abt02{
    margin-bottom: 120px;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(126,41,132,0.1);
    padding: 70px 2% 90px 6%;
}
.abt_fig_box{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.abt_fig_box .img{
    width: 52%;
    position: relative;
}

.abt_fig_box .img:before{
    position: absolute;
    top: -30px;
    left: -130px;
    width: 210px;
    height: 520px;
    background: url(../img/about/abt_02.png) left top/contain no-repeat;
    content: "";
}
.abt_fig_box .img:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: url(../img/company/comp_02_2.png) right top/contain no-repeat;
    content: "";
}
.abt_fig_box .txt{
    width: 45%;
}
.abt_fig_box .txt dl{
    margin-bottom: 30px;
}
.abt_fig_box .txt dl.cat3{
    margin-bottom: 0;
}
.abt_fig_box .txt dt{
    margin-bottom: 8px;
}
.abt_fig_box .txt dt span{
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 2px;
    background-color: #7e2984;
    color: #fff;
    font-weight: 700;
    font-size: 120%;
    line-height: 1.4em;
}
.abt_fig_box .txt .cat2 dt span{
    background-color: #a448ab;
}
.abt_fig_box .txt .cat3 dt span{
    background-color: #cc68d4;
}
@media screen and (min-width:1201px){
    .abt02 .ttl01{
        margin-bottom: 70px;
    }

}
@media (min-width:911px) and (max-width:1220px){
    .abt_fig_box .img img{
        width: 40.8vw;
        height: auto;
    }
    .abt_fig_box .img:before{
        top: -2.4vw;
        left: -10.6vw;
        width: 17.2vw;
    }
    .abt_fig_box .img:after{
        width: 22vw;
    }
    .abt_fig_box .txt dl{
        margin-bottom: 2.5vw;
        font-size: 1.3vw;
        line-height: 1.8em;
    }
    .abt_fig_box .txt dt{
        margin-bottom: 0.6vw;
    }
    .abt_fig_box .txt dt span{
        width: 10vw;
        padding: 0.15vw;
        font-size: 1.5vw;
        line-height: 1.4em;
    }

}
@media screen and (max-width:910px){

    .abt02{
        margin-bottom: 80px;
    }
    .abt_fig_box{
        display: block;
    }
    .abt_fig_box .img{
        width: 100%;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }
    .abt_fig_box .img:before{
        top: -3.2vw;
        left: -1vw;
        width: 23vw;
    }

    .abt_fig_box .img:after{
        display: none;
    }
    .abt_fig_box .txt{
        width: 100%;
        margin-top: 30px;
    }
    .abt_fig_box .txt dd br.sp{
        display: none;
    }

}
@media screen and (max-width:640px){
    .abt02 {
        padding: 50px 20px 30px;
    }
    .abt_fig_box .img:before{
        width: 28vw;
    }
    .abt_fig_box .txt dl{
        margin-bottom: 20px;
    }
    .abt_fig_box .txt dt{
        margin-bottom: 5px;
    }
    .abt_fig_box .txt dt span{
        width: 100px;
        font-size: 110%;
        line-height: 1.4em;
    }

}


/* 強み 01 **/

.abt03{
    width: 100%;
    padding-bottom: 70px;
    background: url(../img/about/abt_bg1.png) center bottom repeat-x;
    margin-bottom: 150px;
}
.stg_sub_box1{
    align-items: center;
}
.abt03 .txt{
    width: 47%;
    order: 2;
}
.abt03 .img{
    width: 47%;
    order: 1;
}
.stg_ttl{
    margin-top: 10px;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
}
.stg_btn.btn_more{
    margin-top: 40px;
}

@media screen and (max-width:910px){
    .abt03{
        background-position: left bottom;
        background-repeat: no-repeat;
        margin-bottom: 100px;
    }
    .abt03 .txt{
        width: 100%;
        order: 1;
    }
    .abt03 .img{
        width: 100%;
        order: 2;
        text-align: center;
        padding-left: 10%;
        padding-right: 10%;
        margin-top: 20px;
    }
    .stg_ttl{
        margin-top: 5px;
        margin-bottom: 30px;
        font-size: 30px;
        line-height: 1.5em;
    }
    .stg_btn.btn_more{
        margin-top: 20px;
    }
}
@media screen and (max-width:640px){
    .abt03{
        margin-bottom: 60px;
    }
    .stg_num img{
        width: 100px;
        height: auto;
    }

    .stg_ttl{
        font-size: 22px;
        line-height: 1.5em;
        margin-bottom: 20px;
    }
}


/* 強み 02 **/
.abt04{
}
.case_box{
    width: 98%;
    max-width: 1200px;
    margin: auto;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 120px;
}
.case_box:after{
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 20px;
    content: "";
}
.case_box .case_in{
    position: relative;
    z-index: 2;
    width: 95%;
    max-width: 1140px;
    margin: auto;
}

.abt04 .stg_num,
.abt04 .stg_ttl{
    text-align: center;
}
.abt04 .stg_btn.btn_more a{
    margin: auto;
}
.stg_sub_box2 .sub1{
    width: 45%;
    order: 2;
}
.stg_sub_box2 .sub2{
    width: 49%;
    order: 1;
}
.stg_sub_box2 .sub2 li{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,141,151,0.2);
    background-image: url(../img/about/abt_bg3.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    padding: 20px;
    color: #7e2984;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 700;
}
.stg_sub_box2 .sub2 li:nth-child(1){
    margin-bottom: 20px;
}
.stg_sub_box2 .sub2 li.bg2{
    background-image: url(../img/about/abt_bg4.png);
}
.stg_sub_box2 ._in{
    width: 100%;
    max-width: 270px;
    margin: auto;
}

.stg_sub_box2 .sub2 li .num{
    text-align: right;
}
.stg_sub_box2 .sub2 li .num span{
    font-size: 70px;
    line-height: 1em;
    margin-right: 15px;
}

@media screen and (max-width:910px){
    
    .stg_sub_box2 .sub1{
        width: 100%;
        order: 1;
    }
    .stg_sub_box2 .sub2{
        width: 100%;
        order: 2;
        margin-top: 30px;
    }
    .stg_sub_box2 .sub2 ul{
        width: 90%;
        max-width: 500px;
        margin: auto;
    }
    .stg_sub_box2 .sub2 li{
        font-size: 18px;
        line-height: 1.3em;
    }

}
@media screen and (max-width:640px){
    .case_box{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 70px;
    }
    .stg_sub_box2 .sub2 ul{
        max-width: 310px;
    }

    .stg_sub_box2 .sub2 li{
        background-size: contain;
    }
    .stg_sub_box2 ._in{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .stg_sub_box2 .sub2 li .num span{
        font-size: 32px;
        line-height: 1em;
    }

}


/* 強み 02 **/

.abt05{
    width: 100%;
    background: url(../img/about/abt_bg2.png) center top no-repeat;
    padding-top: 120px;
    padding-bottom: 30px;
}
.abt05 ._in{
    align-items: center;
}
.abt05 .txt{
    width: 37%;
    
}
.abt05 .img{
    width: 60%;

}

@media screen and (max-width:910px){
    .abt05 .txt{
        width: 100%;

    }
    .abt05 .img{
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    
    
}
@media screen and (max-width:640px){
    .abt05{
        padding-top: 60px;
    }
}


















/* 会社案内
-------------------------------*/
.comp01{
    padding-top: 50px;
    margin-bottom: 120px;
    align-items: center;
}
.comp01 .txt{
    width: 58%;
    max-width: 615px;
    order: 2
}
.comp01 .txt .ttl01{
    text-align: left;
}
.comp01 .txt p{
    margin-top: 30px;
}
.comp01 .img{
    width: 39%;
    text-align: center;
    order: 1;
}
.comp01 .img .name{
    margin-top: 10px;
}
.comp01 .img .name .ja{
    margin-top: 5px;
    font-size: 112%;
}
.comp01 .img .name .ja span{
    font-size: 140%;
    margin-left: 15px;
}
@media screen and (max-width:910px){
    .comp01 .txt{
        width: 100%;
        margin: auto;
        order: 1
    }
    .comp01 .txt p{
        margin-top: 20px;
    }
    .comp01 .img{
        width: 100%;
        margin-top: 30px;
        order: 2;
    }
    .comp01 .img .name{
        margin-top: 10px;
    }

}
@media screen and (max-width:640px){
    .comp01{
        margin-bottom: 80px;
    }
}


.comp02{
    margin-bottom: 120px;
}
.comp_fig_box{
    width: 100%;
    max-width: 1100px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.comp_fig_box .img{
    width: 52%;
    position: relative;
}
.comp_fig_box .img:after{
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: 100%;
    background: url(../img/company/comp_02_2.png) right top/contain no-repeat;
    content: "";
}
.comp_fig_box .txt{
    width: 45%;
}
.comp_fig_box .txt dl{
    margin-bottom: 30px;
}
.comp_fig_box .txt dl.cat3{
    margin-bottom: 0;
}
.comp_fig_box .txt dt{
    margin-bottom: 8px;
}
.comp_fig_box .txt dt span{
    display: inline-block;
    width: 120px;
    text-align: center;
    padding: 2px;
    background-color: #7e2984;
    color: #fff;
    font-weight: 700;
    font-size: 120%;
    line-height: 1.4em;
}
.comp_fig_box .txt .cat2 dt span{
    background-color: #a448ab;
}
.comp_fig_box .txt .cat3 dt span{
    background-color: #cc68d4;
}

@media (min-width:911px) and (max-width:1220px){
    .comp_fig_box .img img{
        width: 40.8vw;
        height: auto;
    }
    .comp_fig_box .img:after{
        width: 22vw;
    }
    .comp_fig_box .txt dl{
        margin-bottom: 2.5vw;
        font-size: 1.3vw;
        line-height: 1.8em;
    }
    .comp_fig_box .txt dt{
        margin-bottom: 0.6vw;
    }
    .comp_fig_box .txt dt span{
        width: 10vw;
        padding: 0.15vw;
        font-size: 1.5vw;
        line-height: 1.4em;
    }
    
}
@media screen and (max-width:910px){
    
    .comp02{
        margin-bottom: 80px;
    }
    .comp_fig_box{
        display: block;
    }
    .comp_fig_box .img{
        width: 100%;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }
    .comp_fig_box .img:after{
        display: none;
    }
    .comp_fig_box .txt{
        width: 100%;
        margin-top: 30px;
    }
    .comp_fig_box .txt dd br.sp{
        display: none;
    }
    
}
@media screen and (max-width:640px){
    .comp_fig_box .txt dl{
        margin-bottom: 20px;
    }
    .comp_fig_box .txt dt{
        margin-bottom: 5px;
    }
    .comp_fig_box .txt dt span{
        width: 100px;
        font-size: 110%;
        line-height: 1.4em;
    }

}


.comp03{
    width: 100%;
    max-width: 1600px;
    height: 560px;
    margin: auto;
    background: url(../img/company/comp_03.jpg) center center/cover no-repeat;
}
.comp04{
    margin-top: 80px;
    padding-top: 100px;
    background: url(../img/company/bg04.png) center top no-repeat;
}
.comp_cont .txt1{
    width: 340px;
}
.comp_cont .txt1 .ttl01{
    text-align: left;
}
.comp_cont .txt2{
    width: calc(100% - 340px);
}
#customer{
    padding-top: 100px;
}
.comp06{
    padding-top: 120px;
    padding-bottom: 120px;
    background: url(../img/company/bg04.png) center top no-repeat;
}
.comp_cont .txt2.bg_box{
    background-color: #fff;
    box-shadow: 0 0 10px rgba(126,41,132,0.1);
    padding: 30px;
}
.logo_list_1 li{
    width: 48%;
    border: solid 1px #7e2984;
    margin-bottom: 15px;
    text-align: center;
    padding: 20px 10px 30px;
}

.logo_list_1 li p{
    line-height: 1.3em;
}
.logo_list_2 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.logo_list_2 span{
    display: inline-block;
    margin-right: 1em;
}

@media screen and (max-width:1600px){
    .comp03{
        height: 35vw;
    }
    .logo_list_2 br{
        display: none;
    }
}
@media screen and (max-width:910px){
    .comp04{
        margin-top: 10px;
        padding-top: 70px;
    }
    .comp_cont .txt1{
        width: 100%;
    }
    .comp_cont .txt2{
        width: 100%;
    }
}
@media screen and (max-width:640px){
    #customer{
        padding-top: 70px;
    }
    .comp06 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .comp_cont .txt2.bg_box{
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo_list_2 {
        margin-top: 10px;
        margin-bottom: 0;
    }
}
@media screen and (max-width:480px){
    .logo_list_1 li{
        width: 80%;
        padding:10px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px;

    }
    
}











/* アクセス */
.comp_address{
    align-items: center;
    padding-bottom: 50px;
}
.comp_address .txt{
    width: 43%;
    max-width: 470px;
    order: 2;
}
.comp_address .img{
    width: 53%;
    order: 1;
}
.comp_address .txt dt{
    font-size: 32px;
    line-height: 1.3em;
    color: #7e2984;
    font-weight: 700;
    padding-left: 15px;;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-bottom: 25px;
}
.comp_address .txt dd{
    padding-left: 15px;;

}
.comp07 .g-map{
    width: 100%;
    max-width: 1600px;
    margin: auto;
}

@media screen and (max-width:910px){

    .comp_address .txt{
        width: 100%;
        max-width: 640px;
        margin: auto;
        order: 1;
    }
    .comp_address .img{
        width: 100%;
        order: 2;
        text-align: center;
    }
    .comp_address .txt{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .comp_address .txt dt{
        font-size: 26px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    
}
@media screen and (max-width:640px){
     .comp_address{
        padding-bottom: 30px;
    }
    .comp_address .txt{
        margin-bottom: 20px;
    }
    .comp_address .txt dt{
        font-size: 20px;
        line-height: 1.3em;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .comp_address .txt dd{
        padding-left: 10px;
    }


    
    
    
    
    
}


































/* 関連会社
-------------------------------*/

.afl01{
    padding-bottom: 130px;
}
.afl_lead{
    align-items: center;
}
.afl_lead .txt{
    width: 50%;
    max-width: 555px;
}
.afl_lead .txt .ttl{
    font-size: 40px;
    line-height: 1.5em;
    font-weight: 700;
    letter-spacing: 0.07em;
    margin-bottom: 30px;
}
.afl_lead .txt .ttl span{
    padding: 0 3px;
    color: #fff;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}
.afl_lead .txt p{
    line-height: 2em;
}
.afl_lead .img{
    width: 47%;
}
@media screen and (max-width:910px){
    .afl01{
        padding-bottom: 70px;
    }
    .afl_lead .txt{
        width: 100%;
        max-width: auto;
        max-width: inherit;
    }
    .afl_lead .img{
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }
}
@media screen and (max-width:460px){
    .afl_lead .txt .ttl{
        font-size: 8.5vw;
        line-height: 1.5em;
        margin-bottom: 6.5vw;
    }
}

/* こんなお悩みはありませんか？ */
.afl02{
    width: 98%;
    max-width: 1200px;
    margin: auto;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    margin-bottom: 120px;
}
.afl02:after{
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 20px;
    content: "";
}
.afl02 ._in{
    position: relative;
    z-index: 2;
}
.afl02 .ttl{
    text-align: center;
    margin-bottom: 30px;
}
.afl02 .ttl .en{
    margin-bottom: 10px;
}
.afl02 .ttl .ja{
    font-size: 29px;
    line-height: 1.5em;
    font-weight: 700;
}
.afl02 .ttl_fuki{
    text-align: center;
    margin-bottom: 10px;
}
.afl_ex{
    margin-bottom: 90px;
}
.afl_ex li{
    width: 24%;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(126,41,132,0.2);
    padding: 20px 10px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.afl_ex li p{
    margin-top: 30px;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 500;
}
.afl_list .txt1{
    width: 48%;
}

.afl_ex2{
    width: 100%;
}
.afl_ex2 li{
    width: 48%;
    margin-bottom: 15px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0,141,151,0.2);
    padding: 25px 20px 20px 20px;
    position: relative;
}
.afl_ex2 li:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    content: "";
}
.afl_ex2 li dt{
    text-align: center;
    color: #7e2984;
    font-size: 18px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 15px;
}
.afl_ex2 li dd{
    font-size: 93%;
    line-height: 1.3em;
}
.afl_list .txt2{
    width: 43%;
}
.afl_list .txt2 .btn_more{
    margin-top: 30px;
}


@media screen and (max-width:910px){

    .afl02{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 100px;
    }
    .afl02 .ttl .ja{
        font-size: 22px;
        line-height: 1.5em;
    }
    .afl_ex{
        margin-bottom: 70px;
    }
    .afl_ex li p{
        margin-top: 20px;
        font-size: 16px;
        line-height: 1.4em;
    }
    .afl_ex li p br{
        display: none;
    }
    .afl_list .txt1{
        width: 100%;
    }

    .afl_ex2{
        width: 100%;
    }
    .afl_list .txt2{
        margin-top: 30px;
        width: 100%;
    }
}
@media screen and (max-width:640px){
    .afl02{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 70px;
    }
    .afl02 .ttl{
        margin-bottom: 20px;
    }
    .afl02 .ttl .ja{
        font-size: 20px;
        line-height: 1.5em;
    }
    .afl02 .ttl_fuki img{
        width: 130px;
        height: auto;
    }
    .afl_ex{
        margin-bottom: 40px;
    }
    .afl_ex li{
        width: 48%;
        margin-bottom: 10px;
        padding: 10px;
    }
    
    .afl_ex2 li {
        padding:15px 10px 10px 10px;
        position: relative;
    }
    .afl_ex2 li dt {
        font-size: 16px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .afl_ex li p{
        margin-top: 10px;
    }
    .afl_list .txt2 {
        margin-top: 20px;
    }
    .afl_list .txt2 .btn_more{
        margin-top: 20px;
    }
}
@media screen and (max-width:420px){
    .afl_ex2 li {
        width: 100%;
        margin-bottom: 10px;
    }

    
    
}


.afl03{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 50px;
    background: url(../img/affiliate/bg03.png) center top repeat-x;
}
.afl03 .ttl01{
    text-align: left;
}
.afl_riyu{
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.afl_riyu .txt{
    width: 48%;
    max-width: 530px;
}
.afl_riyu .img{
    width: 49%;
}
.afl_riyu .sub2{
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    line-height: 1.4em;
    font-weight: 500;
}
.afl_riyu .img{
    width: 49%;
    text-align: center;
}


@media screen and (max-width:910px){
    .afl03{
        padding-top: 80px;
    }
    .afl_riyu{
        display: block;
        margin-bottom: 50px;
    }
    .afl_riyu .txt{
        width: 100%;
        max-width: auto;
        max-width: inherit;
    }
    .afl_riyu .sub2{
        margin-top: 5px;
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 1.4em;
    }
    .afl_riyu .img{
        width: 100%;
        margin-top: 20px;
    }

}
@media screen and (max-width:640px){
    .afl03{
        padding-top: 50px;
    }
    .afl_riyu{
        margin-bottom: 30px;
    }
    .afl_riyu .sub2{
        font-size: 20px;
        line-height: 1.4em;
    }
}


.afl04,
.afl05{
    width: 100%;
    padding-top: 120px;
    background: url(../img/affiliate/bg04.png) center top no-repeat;
}
.afl04 .ttl01,
.afl05 .ttl01{
    text-align: left;
}
.afl04 .txt1{
    width: 340px;
}
.afl04 .txt2{
    width: calc(100% - 340px);
}
.gaiyou{
    width: 100%;
    border-top: solid 1px #000;
}
.gaiyou tr{
    border-bottom: solid 1px #000;
}
.gaiyou th{
    width: 180px;
    padding: 20px;
    color: #7e2984;
    font-weight: 500;
}
.gaiyou td{
    width: calc(100% - 180px);
    padding: 20px 0;
}
.gaiyou td br.sp{
    display: none;
}

.afl0_address .txt{
    width: 45%;
    max-width: 470px;
    order: 2;
}
.afl0_address .txt dt{
    font-size: 32px;
    line-height: 1.3em;
    color: #7e2984;
    font-weight: 700;
    padding-left: 15px;;
    padding-bottom: 10px;
    border-bottom: solid 1px #000;
    margin-bottom: 25px;
}
.afl0_address .txt dd{
    padding-left: 15px;;

}
.afl0_address .g-map{
    width: 53%;
    order: 1;
}
.g-map{
    position: relative;
    height: 0;
    padding-top: 350px;/* 高さ */
}
.g-map iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:910px){

    .afl04,
    .afl05{
        padding-top: 80px;
    }
    
    .afl04 .txt1{
        width: 100%;
    }
    .afl04 .txt2{
        width: 100%;
    }
    .afl0_address .txt{
        width: 100%;
        order: 1;
        margin-bottom: 30px;
    }
    .afl0_address .txt dt{
        font-size: 26px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    .afl0_address .g-map{
        width: 100%;
        order: 2;
    }
    
}
@media screen and (max-width:640px){
    .afl04{
        padding-top: 10px;
    }

    .gaiyou th{
        width: 6em;
        padding: 10px 0 10px 10px;
    }
    .gaiyou td{
        width: calc(100% - 6em);
        padding: 10px 0;
    }
    .gaiyou td br.sp{
        display: inline-block;
    }
    .afl0_address .txt{
        margin-bottom: 20px;
    }
    .afl0_address .txt dt{
        font-size: 20px;
        line-height: 1.3em;
        padding-left: 10px;
        margin-bottom: 15px;
    }
    .afl0_address .txt dd{
        padding-left: 10px;
    }
    .g-map{
        padding-top: 300px;/* 高さ */
    }
}













/* 地域貢献
-------------------------------*/

.ctb-box{
    margin-bottom: 100px;
}
.ctb-box .ttl{
    font-size: 30px;
    line-height: 1.4em;
    font-weight: 700;
    color: #7e2984;
    padding-left: 40px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
}
.ctb-box .txt{
    padding-left: 40px;
    
}
.ctb-box .imgx3{
    width: 100%;
    margin-top: 40px;
}
.ctb-box .imgx3 li{
    width: 31%;
}

.ctb-box .box-2dan .txt{
    width: 55%;
}
.ctb-box .box-2dan .img{
    width: 35%;
}

@media screen and (max-width:1200px){
    .ctb-box .ttl{
        padding-left: 20px;
    }
    .ctb-box .txt{
        padding-left: 20px;

    }
}

@media screen and (max-width:910px){
    .ctb-box{
        margin-bottom: 70px;
    }
    .ctb-box .ttl{
        font-size: 24px;
        line-height: 1.4em;
        padding-left: 0;
    }
    .ctb-box .txt{
        padding-left: 0;
    }
    .ctb-box .box-2dan .img{
        width: 40%;
    }
    
}
@media screen and (max-width:640px){
    .ctb-box{
        margin-bottom: 50px;
    }
    
    .ctb-box .ttl{
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 15px;
    }

    .ctb-box .imgx3 li{
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .ctb-box .box-2dan .txt{
        width: 100%;
    }
    .ctb-box .box-2dan .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    
}



.ctb-item{
    margin-bottom: 100px;
    align-items: center;
}
.ctb-item .txt{
    width: 50%;
}
.ctb-item .txt .ttl{
    font-size: 30px;
    line-height: 1.8em;
    font-weight: 700;
    padding-left: 5px;
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: solid 1px #000;
}
.ctb-item .txt .ttl img{
    vertical-align: text-bottom;
    margin-right: 10px;
}
.ctb-item .txt p{
    padding-left: 30px;
    padding-right: 30px;
}
.ctb-item .img{
    width: 43%;
}






@media screen and (max-width:910px){

    .ctb-item{
        margin-bottom: 70px;
    }

    .ctb-item .txt{
        width: 100%;
    }
    .ctb-item .txt .ttl{
        font-size: 26px;
        line-height: 1.8em;
    }
    .ctb-item .txt .ttl img{
        width: auto;
        height: 30px;
    }

    .ctb-item .img{
        width: 100%;
        text-align: center;
        margin-top: 30px;
    }

    
    
}
@media screen and (max-width:640px){
    .ctb-item{
        margin-bottom: 50px;
    }

    .ctb-item .txt .ttl{
        font-size: 20px;
        line-height: 1.8em;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }
    .ctb-item .txt .ttl img{
        vertical-align: text-bottom;
        width: auto;
        height: 25px;
    }
    .ctb-item .txt p{
        padding-left: 0;
        padding-right: 0;
    }
    
    .ctb-item .img{
        margin-top: 20px;
    }

}

















/* 採用情報
-------------------------------*/
.page-recruit main{
    padding-bottom: 0;
}

.rec01{
    padding-top: 100px;
    padding-bottom: 110px;
}
.rec_lead{
    align-items: center;
}

.rec01 .txt1{
    width: 325px;
    font-size: 50px;
    line-height: 1.7em;
    font-weight: 700;
    letter-spacing: 0.07em;
    color: #2e3235;
    position: relative;
}
.rec01 .txt1:after{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);/*左右・上下*/
    width: 598px;
    height: 431px;
    background: url(../img/recruit/bg01.png) center center/contain no-repeat;
    content: "";
}
.rec01 .txt1 p{
    position: relative;
    z-index: 2;
}

.rec01 .txt1 span{
    color: #7e2984;
}

.rec01 .txt2{
    width: calc(100% - 325px - 3%);
    max-width: 510px;
    line-height: 2.5em;
}

.rec02{
    width: 100%;
    max-width: 1920px;
    margin: auto;
}
.rec_slide li{
    padding-left: 10px;
    padding-right: 10px;
}

@media screen and (max-width:910px){
    .rec01{
        padding-top: 10px;
        padding-bottom: 50px;
    }
    .rec_lead.flex{
        display: block;
    }

    .rec01 .txt1{
        padding-top: 50px;
        padding-bottom: 50px;
        width: 100%;
        text-align: center;
        font-size: 40px;
        line-height: 1.7em;
        background: url(../img/recruit/bg01.png) center center/contain no-repeat;
    }
    .rec01 .txt1:after{
        display: none;
    }
    .rec01 .txt1 p{
        display: inline-block;
        text-align: left;
    }
    .rec01 .txt2{
        width: 100%;
        margin: auto;
        line-height: 1.8em;
    }
    
    .rec_slide li{
        padding-left: 5px;
        padding-right: 5px;
    }
    
}
@media screen and (max-width:640px){
    .rec01{
        padding-bottom: 30px;
    }
    .rec01 .txt1{
        padding-top: 30px;
        padding-bottom: 30px;
        font-size: 30px;
        line-height: 1.7em;
    }
    
}


/* 鈴清社の特徴 */
.rec03{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
}
.rec_staff{
    margin-top: 50px;
    width: 100%;
    background-color: #f7f8f8;
    padding: 50px;
}
.rec_staff .img{
    width: 43%;
    position: relative;
}
.rec_staff .img .num{
    position: absolute;
    left: -19px;
    top: -27px;
    z-index: 2;
}
.rec_staff .img .cap{
    margin-top: 10px;
    font-size: 20px;
    line-height: 1.3em;
}
.rec_staff .img .cap span{
    font-size: 140%;
    color: #7e2984;
    font-weight: 700;
    padding-left: 5px;
    padding-right: 5px;
}
.rec_staff .txt{
    width: 52%;
}
.rec_staff .txt .sub{
    font-size: 25px;
    line-height: 1.5em;
    font-weight: 500;
    color: #7e2984;
    padding-left: 15px;
    padding-bottom: 20px;
    border-bottom: solid 1px #000;
    margin-bottom: 20px;
}
.rec_staff .txt p{
    padding-left: 15px;
}

@media screen and (max-width:910px){
    .rec03{
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .rec_staff{
        margin-top: 40px;
        padding: 30px;
    }
    .rec_staff .img{
        width: 100%;
        max-width: 470px;
        margin: 0 auto 30px;
    }
    .rec_staff .img .num{
        left: -10px;
        top: -10px;
    }
    .rec_staff .img .cap{
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.3em;
    }
    .rec_staff .txt{
        width: 100%;
    }
    .rec_staff .txt .sub{
        font-size: 20px;
        line-height: 1.5em;
        padding-left: 10px;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}
@media screen and (max-width:640px){
    
    .rec03{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .rec_staff{
        margin-top: 30px;
        padding: 20px;
    }
    .rec_staff .img{
        margin-bottom: 20px;
    }

    .rec_staff .img .num{
        left: 0;
        top: 0;
        width: 35px;
    }
    .rec_staff .img .cap{
        font-size: 16px;
        line-height: 1.3em;
    }
    .rec_staff .txt .sub{
        font-size: 18px;
        line-height: 1.5em;
        padding-left: 0;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .rec_staff .txt p{
        padding-left: 0;
    }

}


/* 働き方 */
.rec04{
    width: 98%;
    max-width: 1400px;
    margin: auto;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    padding-top: 120px;
    padding-bottom: 120px;
    position: relative;
    margin-bottom: 120px;
}
.rec04:after{
    position: absolute;
    left: 1px;
    top: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    background-color: #fff;
    border-radius: 20px;
    content: "";
}
.rec04 ._in{
    position: relative;
    z-index: 2;
}
.rec_style{
    width: 100%;
    max-width: 1040px;
    margin: auto;
}
.rec_style .item{
    width: 48%;
    max-width: 480px;
    margin-top: 70px;
}
.rec_style .item dl{
    margin-top: 20px;
}
.rec_style .item dt{
    text-align: center;
    font-size: 25px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 15px;
    color: #7e2984;
}
@media screen and (max-width:910px){
    .rec04{
        padding-top: 70px;
        padding-bottom: 70px;
        margin-bottom: 70px;
    }
    .rec_style .item{
        margin-top: 50px;
    }
    .rec_style .item dt{
        text-align: left;
        font-size: 20px;
        line-height: 1.4em;
        margin-bottom: 10px;
    }
}
@media screen and (max-width:640px){
    .rec04{
        padding-top: 50px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
    .rec_style .item{
        width: 100%;
        max-width: initial;
        max-width: auto;
        margin-top: 30px;
    }
    .rec_style .item dl{
        margin-top: 10px;
    }
    .rec_style .item dt{
        font-size: 18px;
        line-height: 1.4em;
    }
}


/* 求める人物像・募集要項 */
.rec05{
    width: 100%;
    background: url(../img/recruit/bg03.png) center top repeat-x;
    padding-top: 100px;
}
.rec_person .img{
    width: 45%;
}
.rec_person .txt{
    width: 50%;
}
.rec_tabele{
    width: 100%;
    border-top: solid 1px #000;
}
.rec_tabele tr{
    border-bottom: solid 1px #000;
}

.rec_tabele th{
    width: 230px;
    padding: 20px 0 20px 20px;
    vertical-align: top;
    font-weight: 500;
    color: #7e2984;
}
.rec_tabele td{
    width: calc(100% - 230px);
    padding-top: 20px;
    padding-bottom: 20px;
}
.rec_tabele td a{
    color: #7e2984;
}
.rec_tabele td a:hover{
    text-decoration: underline;
}


.rec06{
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    background: url(../img/recruit/bg04.png) center top no-repeat;
}
.rec06 .ttl{
    width: 400px;
}
.rec06 .txt{
    width: calc(100% - 400px);
}

@media (max-width:1200px) and (min-width:911px){

    .rec_tabele th{
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }
    .rec_tabele td{
        display: inline-block;
        width: 100%;
        padding-top: 0;
    }
    
}
@media screen and (min-width:911px){
    .rec05 .ttl01{
        text-align: left;
    }
    .rec06 .ttl01{
        text-align: left;
    }
}
@media screen and (max-width:910px){
    .rec05{
        padding-top: 70px;
    }
    .rec_person .img{
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .rec_person .txt{
        width: 100%;
    }
    .rec06 .ttl{
        width: 100%;
    }
    .rec06 .txt{
        width: 100%;
    }

}
@media screen and (max-width:640px){
    
    .rec_person .img{
        margin-bottom: 20px;
    }

    .rec_tabele th{
        display: inline-block;
        width: 100%;
        padding-left: 0;
    }
    .rec_tabele td{
        display: inline-block;
        width: 100%;
        padding-top: 0;
    }
    .rec06{
        padding-top: 100px;
        padding-bottom: 70px;
    }

    .rec_tabele.bosyu th{
        padding: 10px;
        background-color: #f7f8f8;
        font-size: 110%;
    }

    .rec_tabele.bosyu td{
        padding: 10px;
    }
}

/* 選考フロー  */
.rec07{
    width: 100%;
    background-color: #f7f8f8;
    padding-top: 70px;
    padding-bottom: 100px;
}
.rec07 .w1200{
    max-width: 1230px;
}
.rec_step{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.rec_step .maru{
    width: 22%;
    aspect-ratio: 1 / 1;
    background: url(../img/recruit/step_maru.png) center center/contain no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.rec_step .maru ._in{
/*    min-height: 120px;*/
}
.rec_step .maru p{
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: 0.07em;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
.rec_step .next{
    width: 4%;
    background: url(../img/recruit/step_next.png) center center no-repeat;
}

@media screen and (max-width:1200px){
    .rec_step .maru p{
        font-size: 26px;
        line-height: 1.2em;
    }
    .rec_step .maru ._in{
        min-height: 100px;
    }
}

@media screen and (max-width:910px){
    .rec_step .maru p{
        font-size: 22px;
        line-height: 1.2em;
        letter-spacing: 0;
    }

    .rec_step .next{
        background-size: 80% auto;
    }
}
@media screen and (max-width:640px){
    .rec07{
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .rec_step .maru{
        width: 40%;
    }
    .rec_step .maru ._in{
        min-height: auto;
    }
    .rec_step .maru p{
        margin-top: 5px;
        font-size: 19px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .rec_step .next{
        width: 10%;
        background-size: 60% auto;
    }
}














/* お問い合わせ
-------------------------------*/
.toi_bg{
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(126,41,132,0.1);
    padding: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

.mailform{
    margin-top: 30px;
    width: 100%;
    border-collapse: separate;
    border-spacing: 10px 20px; /* 左右、上下 */

}
.mailform th{
    width: 240px;
    font-weight: 500;
    position: relative;
}
.mailform th span{
    position: absolute;
    right: 10px;
    top: calc(50% - 0.5em);
    color: #7e2984;
    font-size: 90%;
    line-height: 1.2em;
    font-weight: 400;
}
.mailform td{
    width: calc(100% - 250px);
}
.mailform th.va-top{
    padding-top: 10px;
    vertical-align: top;
}
.mailform th.va-top span{
    top: 15px;
}

.length_l{
    width: 100%;
    padding: 15px;
    background-color: #f7f8f8;
    border-radius: 5px;
    border:none; 
}
.length_m{
    width: 100%;
    max-width: 500px;
    padding: 15px;
    background-color: #f7f8f8;
    border-radius: 5px;
    border:none; 
}
.length_s{
    width: 100%;
    max-width: 250px;
    padding: 15px;
    background-color: #f7f8f8;
    border-radius: 5px;
    border:none; 
}
.naiyou{
    width: 100%;
    height: 200px;
    padding: 15px;
    background-color: #f7f8f8;
    border-radius: 5px;
    border:none; 
    resize: vertical;
}
.type-day{
    padding: 10px;
    background-color: #f7f8f8;
    border-radius: 5px;
    border:none; 
}



.toi_txt2{
    width: 100%;
    max-width: 1100px;
    margin: auto;
}
.toi_txt2 a:hover{
    text-decoration: underline;
}
.toi_txt3{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

/* ↓↓ デフォルトのチェックボックスのcssをリセット */
.toi_txt3 input[type="checkbox"] {
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.toi_txt3 input[type="checkbox"] {
    position: relative;
    width: 40px;
    height: 40px;
    border: solid 1px #7e2984;
    border-radius: 50%;
    background-color: #f7f8f8;
    vertical-align: -5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
}
.toi_txt3 input[type="checkbox"]:checked {
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
}

.toi_txt3 input[type="checkbox"]:checked:before {
    position: absolute;
    left: calc(50% - 3px);
    top: calc(50% - 7px);
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    content: '';
}

.toi_txt4{
    width:100%;
    max-width: 310px;
    margin: auto;
    background: -moz-linear-gradient(left, #7e2984, #cc68d4);
    background: -webkit-linear-gradient(left, #7e2984, #cc68d4);
    background: linear-gradient(to right, #7e2984, #cc68d4);
    border-radius: 10px;
    overflow-x: hidden;
    position: relative;
}
.btn_sousin{
    width:100%;
    height: 70px;
    padding-left: 20px;
    text-align: left;
    color: #fff;
    font-weight: 500;
    background-color: #000;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.5s;
}
.btn_sousin:hover{
    background-color: transparent;
}
.toi_txt4:after{
    position: absolute;
    right: 20px;
    top: calc(50% - 10px);
    z-index: 2;
    width: 10px;
    height: 20px;
    background: url(../img/common/arrow_r_w.png) center center no-repeat;
    content: "";
}
@media screen and (max-width:1200px){
    .toi_bg{
        padding: 30px;
    }
}
@media screen and (max-width:910px){
    .mailform th{
        width: 200px;
    }
    .mailform td{
        width: calc(100% - 200px);
    }
    .btn_sousin:hover{
        background-color: #000;
    }
}
@media screen and (max-width:640px){

    .toi_bg{
        padding: 20px 20px;
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .mailform{
        border-spacing: 0 10px; /* 左右、上下 */
    }
    
    .mailform th{
        display: inline-block;
        width: 100%;
        padding-left: 5px;
    }
    .mailform th span{
        position: static;
        margin-left: 1em:
    }
    .mailform td{
        display: inline-block;
        width: 100%;
        padding-top: 10px;
    }
    .mailform th.va-top{
        padding-top: 0;
    }
    .toi_txt3 {
        margin-top: 30px;
        margin-bottom: 30px;
    }
    
    .btn_sousin{
        height: 50px;
    }
  }

/*  確認画面 */
.mailform.kakunin{
    border-collapse: separate;
    border-spacing: 10px 20px; /* 左右、上下 */

}
.mailform.kakunin th{
    padding: 15px;
}
.mailform.kakunin td{
    background-color: #f7f8f8;
    padding: 15px;
    border-radius: 8px;
}
.kakunin_btn{
    margin-top: 30px;
}

.kakunin_btn .toi_txt4 {
    margin-bottom: 20px;
}

@media screen and (min-width:911px){
    .kakunin_btn .toi_txt4 {
        display: inline-block;
        width: 40%;
        max-width: 310px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width:640px){
    .mailform.kakunin{
        border-collapse: separate;
        border-spacing: 0 5px; /* 左右、上下 */
    }
    .mailform.kakunin th{
        padding: 10px;
    }

}



/* 無料お見積り
-------------------------------*/
.est_cont1{
    text-align: center;
    margin-bottom: 100px;
}
.toi_txt5{
    font-size: 30px;
    line-height: 1.2em;
    font-weight: 700;
    color: #7e2984;
    padding-left: 15px;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: solid 1px #000;
}

.mailform td.cat label{
    display: inline-block;
    margin-left: 5px;
    margin-right: 2em;
    margin-top: 3px;
    margin-bottom: 3px;
}
.mailform td.cat label:last-child{
    margin-right: 0;
}

.mailform td.cat input[type="radio"] {
    accent-color: #cc68d4;
    transform: scale(1.8);
}

.file-button{ 
    font-size: 90%;
    line-height: 1.2em;
    letter-spacing: -0.07em;
}

.file-button::file-selector-button {
    background: #000;
    color: #fff;
    border: 0;
    border-radius: 5px;
    padding: 5px 20px;
    text-align: center;
    font-size: 90%;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.file-button:hover{
    cursor: pointer;
}
.file-button::file-selector-button:hover{
    cursor: pointer;
}


.mailform td .cap{
    color: #7e2984;
    font-size: 90%;
    line-height: 1.5em;
}

@media screen and (min-width:911px){
    .img_up{
        padding-top: 10px;
    }
    .file-group {
        display: inline-block;
    }
    .file-button{ 
        text-align: center;
        font-size: 13px;
        line-height: 1.2em;
        letter-spacing: -0.07em;
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .file-button::file-selector-button {
        width: 100%;
        font-weight: 500;
        padding: 7px 20px;
        text-align: center;
        margin-bottom: 10px;
        display: block;
    }

}
@media screen and (max-width:640px){
    .mailform td.cat{
    }
    .mailform td.cat label{
        display: inline-block;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        padding-left: 10px;
    }
    .mailform td.cat input[type="radio"] {
        transform: scale(1.3);
    }
}



/* プライバシーポリシー
-------------------------------*/
.policy_list li{
    margin-bottom: 140px;
}
.policy_list li:last-child{
    margin-bottom: 0;
}
.policy_ttl{
    padding-left: 40px;
    padding-right: 40px;
    font-size: 32px;
    line-height: 1.3em;
    font-weight: 700;
    color: #7e2984;
    border-bottom: solid 1px #000;
    padding-bottom: 5px;
    margin-bottom: 30px;
}
.policy_cont{
    padding-left: 40px;
    padding-right: 40px;
}
.policy_cont .btn_more{
    margin-top: 20px;
}
@media screen and (max-width:910px){
    .policy_list li{
        margin-bottom: 60px;
    }

    .policy_ttl{
        padding-left: 10px;
        padding-right: 10px;
        font-size: 24px;
        line-height: 1.3em;
        margin-bottom: 20px;
    }
    .policy_cont{
        padding-left: 10px;
        padding-right: 0;
    }
}
@media screen and (max-width:640px){
    .policy_list li{
        margin-bottom: 40px;
    }
    .policy_ttl{
        padding-right: 0;
        font-size: 18px;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
}
















/* layout */
.clear { clear: both; }
.al { text-align: left; }
.ar { text-align: right; }
.ac { text-align: center; }
.strong{font-weight:bold;}

/* プリントの表示設定 */
@media print{
    body {
        zoom: 0.68;
        -webkit-print-color-adjust: exact;
    }
    #wrapper{
        width:1110px;
        margin:auto;
    }
    #header{
        position: static;
    }
    .navBtn button {
        position: absolute;
    }
    .sns_list{
        margin-right: 80px;
    }
    .sns_list li:nth-child(1),
    .sns_list li:nth-child(2){
        display: none;
    }
    .sns_list li{
        padding-left: 5px;
        padding-right: 0;
    }
    .sns_list li.icon:before{
        display: none;
    }
    .sns_list li.icon:last-child:after{
        display: none;
    }
    .h_cont{
        display: none;
    }
    [data-aos^="fade"][data-aos^="fade"] {
        opacity: 1;
    }
    [data-aos="fade-up"] {
        transform:none;
    }
    .page-name{
        height: 250px;
        padding-top: 0;
        background-size: cover;
    }
    .page-name .en img{
        width: auto;
        height: 50px;
    }
    .page-name .ja-2{
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.2em;
    }



}







