@charset "utf-8";
/* CSS Document */

@font-face{
	font-family: 'Noto Sans JP';
	font-style:normal;
	font-weight: 500;
	src:
	local("Noto Sans CJK JP"),	url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format('woff2'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format('woff'),
		url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format('opentype');
}
html{
	font-size:62.5%;/*16px×62.5％＝10px*/
}
body{
	color: #131e4d;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-feature-settings: "palt";
	letter-spacing: 0.068em;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.4rem;
    max-width:100%;
     -webkit-text-size-adjust: 100%;
}
/*-----------------------
*Utility
-------------------------*/
/*アニメーション要素のスタイル*/
.animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.section.section_w{
    max-width: 1500px;
}
.section_title{
    font-size: 6rem;
    padding-left: 128px;
    margin-bottom: 17px;
}
.section_subtitle{
    font-size: 1.8rem;
    padding-left: 128px;
    margin-bottom: 17px;
}
.section_detail_box{  
    position: relative;
    width: 543px;   
    background   : #131e4d;
    margin-left: 128px;
    z-index: 1;
}

.section_detail{
    padding: 65px 65px 29px;
    line-height: 2.4rem;
    color: #bac2d4;
}
.viewmore{   
    text-align: right;
    padding-right: 49px;
    padding-bottom: 9px;
}
.viewmore_color{
    color: #cca740;
    font-weight: 500;
    font-family: 'Ropa Sans', sans-serif;
	font-style: italic;
    text-transform:none;
}
.viewmore_hover{
    transition: all .5s;
}
.viewmore_hover:hover{
    transform: translateX(15px);
}
.viewmore_hover:hover .viewmore_line{
    transition: all .5s;
    transform: translateX(-35px);
}
.viewmore_line{
    border-width: 0 0 0 136px;
    border-style: solid;
    border-color: #cca740; 
    height: 1px;    
    margin-left:425px;
    transition: all .5s;
}
.section_detail_box.viewmore_bottom{
    padding-bottom: 47px;
}
.section_img{
    width: 100%;
}
.section_box{
    position: relative;
    height: 650px;
    width: 100%;
    margin-bottom: 150px;
}
.section_box_img{
    position: absolute;
    bottom: 0;
    right: 0;    
}
.text-center{
    text-align: center;
}
.lead_text_section{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%); 
    color: #fff;
    z-index: 2;
    line-height: 0;
}

.section_text{
    font-size: 6rem;
    font-weight: 400;
	letter-spacing: 0.08em;
    line-height: 6rem;
    margin-bottom: 1.7rem;;
}
.lead_text_detail{
    font-size: 1.8rem;
    line-height: 0;
}
.sp_lead{
    display: none;
}
.sp{
    display:none;
}
.img_pc{
    display: block;
}
.img_sp{
    display: none;
}
.nav-company{
    display: none;
}
/*-----------------------
*nav
-------------------------*/
.menu{
    display: none;
}
.company{
    margin-left: 20px;
    text-align: left;
    line-height: 110px;
    font-size: 3rem;
    font-weight: 700;
    color: #131e4d;
}
.company>a{
    color: #131e4d;
}
.navi{
    display: flex;
    height: 110px;
    justify-content: space-between;
}
.nav-item{
    display: inline-block;
    padding-top: 76px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.5rem;
    position: relative;
    margin-right: 47px;
}
.nav-ja{
    font-size: 1rem;
    padding-bottom: 5px;
}
.nav-item>a{
    color: #707070;
    transition: all 0.5s;
}
.nav-item>a:hover{
    color: #bac2d4;
}
.nav-item>a::after{
	content:'';
    height: 20px;
    position: absolute;
	transition: all 0.5s;
	bottom: -4px;
    width: 0%;
    transform: scale(0, 1);
    transform-origin: left top;
    color: #bac2d4;
    border-bottom: 4px solid #cca740;
}
.nav-item>a:hover::after{
    content:'';
    width: 100%;
    height: 20px;
    position: absolute;
   	left:0;
    transform: scale(1, 1);
}
.nav-list{
    border-bottom: 4px solid #131e4d;
}
.wrapper{
    margin: 0 auto;
    padding: 0;
}

/*-----------------------
*header
-------------------------*/
.hero{
   position: relative; 
}
.gradient{
    position: relative;
    width: 100%;
    height: 628px;
    margin-bottom: 150px;
}
.gradient:after{
    content: "";
    position: absolute;left: 0px;top: 0px;
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.4), rgba(0,  91, 234, 0.1),rgba(187, 108, 255, 0.1));
    background-blend-mode: luminosity;
}
.gradient hero_img, .gradient:after{
    width: 100%;
    height: 100%;
}
.hero_img{
    width: 100%;
    height: 628px;
    z-index: 1;
    margin-bottom: 150px;
    border-bottom: 3px solid #131e4d;
    object-fit: cover;
    font-family: 'object-fit: cover;'; /*IE対策*/
}
.lead_text{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
     margin-right: -50%;
    font-size: 5rem;
    color: #fff;
    font-weight: 500;
    z-index: 2;
    line-height: 12rem;
    text-shadow: 1px 2px 3px #131e4d; 
}

.box_section{
    width        : 1204px;
    height       : 339px;
    background   : #131e4d;
    position:absolute; top:200px; left:128px;
    z-index: 1;
}
.clear{
    clear:  both; 
}

/*-----------------------
*about
-------------------------*/
.underline_about{
    border-width: 0 0 0 325px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 48px;
}
/*-----------------------
*business
-------------------------*/
.underline_business{
    border-width: 0 0 0 415px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 48px;
}
/*-----------------------
*footer
-------------------------*/
.footer{
	background: linear-gradient(145deg, #131e4d 0%, #131e4d 58%, #fff 50%, #fff 100%);
}
.footer_title{
    margin-bottom: 17px;
    font-size: 6rem;
    padding-top: 150px;
    padding-left: 128px;
    color: #cca740;  
}
.underline_footer{
    border-width: 0 0 0 400px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 78px;    
}
.footer_subtitle{
    font-size: 1.8rem;
    margin-bottom: 17px;
    padding-left: 128px;
    color: #cca740; 
}
.footer_comment{
    color: #bac2d4;
    padding-left: 215px;
}
.footer_link{
    margin:25px 0;
    font-size: 1.8rem;
    font-weight: 700;
}
.footer_box{ 
    margin-left:137px;
    width: 260px;
    border: solid 2px #cca740;
    margin-bottom: 48px;
    color: #cca740;
    transition: all 0.5s;
    position: relative;
    z-index: 2;
}
.footer_box::after{
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    margin: 0;
    transition: all 0.5s;
}
.footer_box:hover::after {
    width: 100%;
    background-color:#cca740;  
}
.footer_box:hover{
    color:#131e4d;
}
.footer_top{
    float: left;
}
.footer_img{
    float: right;
    margin-top: 209px;
    margin-right: 78px;
}
.company_detail{
    float: left;
    color: #bac2d4;
    padding-top: 259px;
    padding-left: 128px;
}
.company_name{
    font-size: 3.4rem;
    padding-bottom: 26px;
}
.company_address{
    font-size: 1.6rem;
    padding-bottom: 26px;
}
.footer_nav{
    display: flex;
    float: right;
    margin-top: 259px;
    text-shadow:1px 1px 0 #fff;
	margin-right: 78px;
}
.footer_nav_item>a{
    display: inline-block;
    color: #131e4d; 
    border-bottom: solid 1px #cca740;
    padding-bottom: 4px;
    padding-right: 14px;
    margin-bottom: 24px;
    transition: all .5s;
}
.footer_nav_item>a:hover{
    color: #cca740;
}
.footer_nav_items>a{
    display: inline-block;
    color: #707070; 
    margin-bottom: 17px;
    transition: all .5s;
}
.footer_nav_items>a:hover{
    color:  #bac2d4;
}
.footer_navs{
    margin-left: 107px;
}
.copyright{
    text-align: center;
    margin-top: 124px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 35px;
    text-shadow:1px 1px 0 #fff;
}
.footer_none{
	max-width: 1600px;
}
/*:::--------------------

aboutページ

--------------------:::*/
/*-----------------------
*header
-------------------------*/
.hero_img.section_hero_img{
    max-height: 364px;
}
.gradient_section{
    position: relative;
    width: 100%;
    height: 364px;
    margin-bottom: 150px;
}
.gradient_section:after{
    content: "";
    position: absolute;left: 0px;top: 0px;
    background: linear-gradient(125deg, rgba(0, 0, 0, 0.4), rgba(0,  91, 234, 0.1),rgba(187, 108, 255, 0.1));
    background-blend-mode: luminosity;
}
.gradient_section section_hero_img, .gradient_section:after{
    width: 100%;
    height: 100%;
}
/*-----------------------
*philosophy
-------------------------*/
.underline_philosophy{
    border-width: 0 0 0 490px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 48px;
}
.section_detail_box.philosophy{
    margin-bottom: 27px;
    color: #bac2d4;
    padding:29px 0 29px 65px;
    width: 478px;
    font-size:2.4rem;
}

/*-----------------------
*message
-------------------------*/
.company_right{
    text-align: right;
    color: #bac2d4;
    line-height: 2.4rem;
    padding: 0 65px 65px;
}
.section_detail_message{
    padding: 65px 65px 38px;
    color: #bac2d4;
    line-height: 2.4rem;
}
/*-----------------------
*profile
-------------------------*/
.underline_profile{
    border-width: 0 0 0 365px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 96px;   
}
.profile_list{
    max-width: 754px;
    margin: auto;
    margin-bottom: 150px;
}
.profile-item{
    display: flex;
    margin-bottom: 40px;
}
.profile-title{
    flex: 0 0 132px;
    width: 132px;
    margin-right: 64px;
    text-align: right;
}
.profile-detail{
	flex: 1 1 auto;
}
.profile-detail ul li{
    margin-bottom: 10px;
}
/*-----------------------
*access
-------------------------*/
.underline_access{
    border-width: 0 0 0 350px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 96px;
}
.address{
    padding-bottom: 48px;
}
.address_flex2{
    padding-left: 128px;
}
.address_flex3{
    transition: all .5s;
}
.address_url{
    display: flex;
    color: #cca740; 
    width: 140px;
    text-transform: capitalize;
    white-space: nowrap;   
}
.address_flex3:hover{
    transform: translateX(15px);
}
.address_line{
    border-width: 0 0 0 140px;
    border-style: solid;
    border-color: #cca740; 
    height: 1px;   
    margin-bottom: 48px;
    transition: all .5s;
}
.address_flex3:hover .address_line{
    transform: translateX(-35px);
}
.googlemap_icon{
    padding-left: 14px;
    padding-right: 27px;
    padding-bottom: 6px;
}
.map{
    margin-bottom: 150px;
    margin-left: 128px;
    margin-right: 128px;
}
/*:::--------------------

Businessページ

--------------------:::*/
/*-----------------------
*item
-------------------------*/
.underline_item{
    border-width: 0 0 0 270px;
    border-style: solid;
    border-color: #cca740; 
    height: 3px;     
    margin-bottom: 96px;      
}
.business_box_blue{
    width: auto;
    background   : #131e4d;
    margin-left: 128px;
    margin-right: 128px;
    color: #bac2d4;
}
.business_box_title{
    padding: 65px 65px 40px;
    font-size: 2.4rem;
    font-weight: 700;
}
.business_blue_detail{
    padding:0 65px 65px;
    line-height: 2.4rem;
}
.business_box_white{
    width: auto;
    background   : #fff;
    margin-left: 128px;
    margin-right: 128px;
    border : solid 1px #131e4d;
    margin-bottom: 72px;
}
.business_box_item{
    display: flex;
    flex-wrap: wrap;
    padding-left: 65px;
    padding-right: 65px;
}
.business_box_items{
    display: flex;
    margin-bottom: 20px;
    text-align: center;
}
.business_box_items:first-of-type{
    text-align: left;
    padding-right: 20px;
}
.business_box_items:last-of-type{
    padding-right: 65px;
}
.business_box_item li +li{
    border-left: 1px solid #8694b3;
    padding: 0 20px;
}
.business_box_item_title{
    margin-top: 28px;
    padding: 0px 65px 21px;
}
.business_box_item_detail{
    padding-left: 65px;
    padding-right: 65px;
    padding-bottom: 48px;
    line-height: 2.4rem;
}
.business_blue_details{
    padding: 0 65px 32px;
    line-height: 2.4rem;
}
.business_blue_details:last-of-type{
    padding-bottom: 65px;
}
.business_box_item_b{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 48px;
    padding-left: 65px;
    padding-right: 65px;
}
.business_box_item_b li +li{
    border-left: 1px solid #8694b3;
    padding: 0 20px;
}
.business_box_white_last{
    width: auto;
    background   : #fff;
    margin-left: 128px;
    margin-right: 128px;
    border : solid 1px #131e4d;
    margin-bottom: 150px;
}
.shindo_img{
    text-align: center;
    padding-bottom: 65px;
}
.slide_css{
    margin-bottom: 65px;
    text-align: center;
}
.slide_css li img{
    margin: 0 auto;
}
/*:::--------------------

contactページ

--------------------:::*/
.privacy{
    width: 0 auto;
    max-width: 1400px;
    margin-left: 128px;
    margin-bottom: 150px;
}
.privacy_title{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.privacy_detail{
    margin-bottom: 30px;
}
@media screen and (max-width: 1250px)  {
    .footer_img{
        margin-right: 15px;
    }
    .footer_nav{
        margin-right: 35px;
    }
}
@media screen and (max-width: 1160px){
    .footer{
		background-color: #131e4d;
	}
    .footer_top{
        float: none;
    }
    .footer_box{
        margin-left: auto;
        margin-right: auto;
    }
    .footer_comment{
        text-align: center;
        padding: 0;
    }
    .footer_none{
        display: none;
    }
    .footer_back{
        background-image: none;
    }
        .copyright{
        color: #bac2d4;
        text-shadow:none;
    }
}
@media screen and (max-width: 1140px)  
{
    .lead_text{
        font-size: 4.5rem;
        line-height: 8rem;
    }
    .header{
        position: relative;
    }
    .company{
        position: absolute;
        left:0px;
        font-size: 18px;
        text-align: left;
        padding-left: 20px;
        line-height: 54px;
        z-index: 1000;
    }
    .map{
        margin-left: 0;
        margin-right: 0;
    }
    .nav-item>a:hover::after{
        display: none;
    }
    /*-----------------------
    *btn
    -------------------------*/
        nav.menu{ 
            width:28px; height:18.5px; top: 18px;/*top: 50px;*/ right:21px; position:fixed; cursor:pointer; overflow:hidden; z-index:9999; 
        }
        nav .menu1{ 
            width:28px; height:2px; background-color: #131e4d; top:0px; position:absolute; 
        } 
        nav .menu2{ 
            width:28px; height:2px; background-color: #131e4d; top:8.5px; position:absolute; 
        } 
        nav .menu3{ 
            width:28px; height:2px; background-color: #131e4d; top:17px; position:absolute; 
        }

        nav .menu1,nav .menu2,nav .menu3{ 
            transition: all 0.5s ease-out; -o-transition: all 0.5s ease-out; /* Opera */ -moz-transition: all 0.5s ease-out; /* Firefox */
            -webkit-transition: all 0.5s ease-out; /* GoogleChrome, Safari */ -ms-transition: all 0.5s ease-out; /* IE */ 
        }

        nav .menuclick1	{ 
            top:8px; -o-transform: rotate(405deg); -moz-transform: rotate(405deg); 
            -webkit-transform: rotate(405deg);-ms-transform: rotate(405deg); transform: rotate(405deg); 
            background-color: #131e4d; 
        }
        nav .menuclick2	{ 
            background-color:rgba(255,255,255,0);  
        }
        nav .menuclick3	{ 
            top:8px; -o-transform: rotate(-405deg); -moz-transform: rotate(-405deg);
            -webkit-transform: rotate(-405deg); -ms-transform: rotate(-405deg); transform: rotate(-405deg); 
            background-color: #131e4d;
        }
    /*-----------------------
    *navi
    -------------------------*/
    .menu{
        display: block;
    }
    .nav-en{
        font-size:1.8rem; 
    }
    .nav-ja{
        font-size: 1rem;
        padding-bottom: 10px;
    }
    .wrapper{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 50;
        width: 100%;
        height: 54px;
        padding: 0;
        background-color: #fff;
    }
    .header-nav{
        display: none;
        position: fixed;
        top:0;
        left: 0;
        z-index: 100;
        width: 100%;
        height: 120%;
        padding: 0 0 150px;
        background-color: rgba(255,255,255,0.95);
    }
    .nav-item{
        text-align: left;
        padding-left: 40px;
		display: block;
        padding-right: 0;
		margin: 0;
	}
    .company_nav{
        font-size: 1.8rem;
    }
    .nav-list{
        border-bottom: 0;
    }
    .nav-item:hover{
        border-bottom: 0;     
    }
    .nav-item>a{
        color: #131e4d;
    }
    .hero_img{
        height: 613px;
        border-bottom: none;
    }
    .gradient{
        height: 613px;
    }
    .hero_img.section_hero_img{
        height: 339px;
        object-fit: cover;
        font-family: 'object-fit: cover;'; /*IE対策*/
        margin-bottom: 70px;
    }
    .gradient_section{
        height: 339px;
    }
    

}
@media screen and (max-width: 769px){
/*-----------------------
*Utility
-------------------------*/
    .sp{
        display:block;
    }
    .section_text{
        font-size: 4rem;
        letter-spacing: 0.08em;
        line-height: 6rem;
        margin-bottom: 1.7rem;;
    }
    .lead_text_detail{
        font-size: 1.4rem;
        line-height: 0;
    }
    .section_title{
        font-size: 4.5rem;
        padding-left: 20px;
    }
    .section_subtitle{
        font-size: 1.5rem;
        padding-left: 20px;
    }
    .img_pc{
        display: none;
    }
    .img_sp{
        display: block;
    }
    .section_box{
        position: relative;
        height: 560px;
        width: 100%;
        margin-bottom: 100px;
    }
    .section_box.message_box{
        position: relative;
        height: 700px;
        width: 100%;
        margin-bottom: 100px;
    }

/*-----------------------
*header
-------------------------*/
    .hero_img{
        margin-bottom: 100px;
    }

    .section_detail_box{  
        width: auto;
        margin:0 20px;
        z-index: 1;
    }
    .section_detail{
        padding: 35px 35px 17.5px;
        line-height: 2.4rem;
        color: #bac2d4;
    }
    .viewmore{   
        text-align: right;
        padding-right: 35px;
        padding-bottom: 9px;
    }
    .viewmore_color{
        color: #cca740;
        font-weight: 500;
        font-family: 'Ropa Sans', sans-serif;
        text-transform:none;
    }
    .viewmore_line{
        position: relative;
        left:20px;
        border-width: 0 120px 0 0 ;
        border-style: solid;
        border-color: #cca740; 
        height: 1px;
        text-align: right;
        margin: 0 auto;
        z-index: 1;
    }
    .section_img{
        width: 100%;
    }
    .section_detail_box.viewmore_bottom{
        padding-bottom: 35px;
    }
    .lead_text{
        font-size: 4rem;
        line-height: 5.5rem;
    }
/*-----------------------
*about
-------------------------*/
    .underline_about{
        border-width: 0 0 0 165px;
        border-style: solid;
        border-color: #cca740; 
        height: 3px;     
        margin-bottom: 35px;
    }
/*-----------------------
*business
-------------------------*/   
    .underline_business{
        border-width: 0 0 0 233px;
        border-style: solid;
        border-color: #cca740; 
        height: 3px;     
        margin-bottom: 35px;
    }
/*-----------------------
*footer
-------------------------*/   
    .footer_title{
        font-size: 4.5rem;
        padding:100px 0 0 20px;
        margin-bottom: 17px;
    }
    .footer_subtitle{
        font-size: 1.5rem;
        padding-left: 20px;
        margin-bottom: 17px;
    }
    .copyright{
        margin-top:188.5px;
        padding-bottom:17px;
        font-size:1rem;
    }
    .underline_footer{
        border-width: 0 0 0 225px;
        border-style: solid;  
        margin-bottom: 52px;   
    }
    .footer_box{
        margin:0 auto 35px;
    }

/*:::--------------------

aboutページ

--------------------:::*/
/*-----------------------
*philosophy
-------------------------*/  
    .section_detail_box.philosophy{
    width: auto;
    }
    .underline_philosophy{
    border-width: 0 0 0 300px;
    }
    .section_detail_box.philosophy{
        padding:35px;
        text-align: center;
    }
/*-----------------------
*message
-------------------------*/  
    .section_detail_message{
        padding: 35px 35px 17.5px;
        line-height: 2.4rem;
        color: #bac2d4;
    }
    .company_right{
        padding-bottom: 35px;
        padding-right: 35px;
    }
    .underline_profile{
        border-width: 0 0 0 200px;  
        margin-bottom: 70px;   
}
/*-----------------------
*Profile
-------------------------*/      
    .profile_list{
        margin-bottom: 100px;
        padding: 0 20px;
    }
/*-----------------------
*access
-------------------------*/     
    .underline_access{
        border-width: 0 0 0 188px;  
        margin-bottom: 70px;
    }
    .address_flex2{
        flex-direction :block;
        overflow: hidden;
        padding-left: 20px;
        padding-right: 0;
    }
    .address_flex3{
          display: flex;
      flex-direction: column;
        margin-right: 0;
        float: right;
    }
    .address{
        padding: 0 20px 35px 0;
    }
    .googlemap_icon{
        padding-left: 5px;
        padding-bottom: 9px;
    }
    .address_line{
        margin-bottom: 35px;
        margin-right: 0;
        float: right;
        width: auto;
    }
    .map {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        }
    .map iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        }
/*:::--------------------

Businessページ

--------------------:::*/
/*-----------------------
*item
-------------------------*/  
    .underline_item{
        border-width: 0 0 0 125px;
        margin-bottom: 35px;
    }
    .business_box_blue{  
        width: auto;
        margin:0 20px;
    }
    .business_box_white{
        width: auto;
        margin:0 20px 75px;
    }
    .business_box_white_last{
        width: auto;
        margin:0 20px 100px;
    }
    .business_box_title{
        padding: 35px 35px 30px;
        font-size: 2rem;
    }
    .business_blue_detail{
        padding:0 35px 35px;
    }
    .business_box_item{
        padding:0 35px;
    }
    .business_box_item_title{
        padding: 0px 35px 21px;
    }
    .business_box_item_detail{
        padding: 0 35px 30px;
        line-height: 2.4rem;
    }
    .business_box_items{
        display: flex;
        margin-bottom: 15px;
        text-align: center;
    }
    .business_box_items:first-of-type{
        text-align: left;
        padding-right: 10px;
    }
    .business_box_items:last-of-type{
        padding-right: 65px;
    }
    .business_box_item li +li{
        border-left: 1px solid #8694b3;
        padding: 0 10px;
    }
    .business_box_item_title{
        margin-top: 10px;
        padding-bottom: 10px;
    }
    .slide_css{
        margin-bottom: 65px;
    }
    .business_blue_details{
        padding: 0 35px 25px;
        line-height: 2.4rem;
    }
    .business_blue_details:last-of-type{
        padding-bottom: 35px;
    }
    .business_box_item_b{
        margin-bottom: 15px;
        padding-left: 35px;
        padding-right: 35px;
    }
    .business_box_item_b li +li{
        border-left: 1px solid #8694b3;
        padding: 0 10px;
    }
    .shindo_img{
        width: 259px;
        margin: 0 auto;
    }
.privacy{
        width: auto;
        margin:0 20px;
        margin-bottom: 70px;
}
.privacy_title{
    font-size: 1.8rem;
    margin-bottom: 10px;
}
.privacy_detail{
    margin-bottom: 30px;
}
}
@media screen and (max-width: 560px){
    .sp_lead{
    display: block;
}
    .slide_css li img{
    width: 259px;
}
    .profile-title{
        flex: 0 0 100px;
        width: 100px;
        margin-right: 20px;
    }  
}
@media screen and (max-width: 414px){
    .lead_text{
        font-size: 3.7rem;
    }
}
@media screen and (max-width: 320px){
    .lead_text{
        font-size: 3.2rem;
    }
}