
html {
  scroll-padding-top: 150px;  
}
#header {
    border-bottom: 1px solid #c5c5c5;
}
/********************************************Sidebar********************************************/
.wrap-contact {
    margin: 9.5rem 0 0;
    position: relative;
    background: #F4F7F9;
    padding: 4rem 0 9rem 3rem;
}
.nav-list-header li a {
    font-size: 16px;
    color: #000;
    font-size: 600;
}
.company-top-img{
    height: 300px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.conpmay_wrap ._sidebar {
    padding: 13rem 0 0;
    -webkit-transition: margin-top .7s;
    -o-transition: margin-top .7s;
    transition: margin-top .7s;
}
.all_col2_layout ._sidebar ._item {
    margin: 0 0 1rem;
}
.all_col2_layout ._sidebar ._item a.active, .all_col2_layout ._sidebar ._item a.current {
    background: center left/1.4rem auto no-repeat url("../img/side_arrow.svg");
    color: #354245;
}
.all_col2_layout.fixed ._sidebar {
    margin-top: .6rem;
    position: fixed;
    top: 4.2rem;
    z-index: 1;
}
.all_text2 p{
	line-height: 2;
}
.all_catch h2{
	margin-bottom: 2rem;
	font-size: 2.5rem;
}
.all_col2_layout ._sidebar ._item a {
    display: inline-block;
    padding: 1rem 2rem;
    color: #ccc;
    font-size: 1.8rem;
    font-weight: 700;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;
    width: 190px;
}
.all_col2_layout ._sidebar ._item a:hover {
    background: center left/1.4rem auto no-repeat url("../img/side_arrow.svg");
    color: #354245;
}
/********************************************Message********************************************/

 .message {
    padding: 13rem 0;
    position: relative;
}
 .message .conpmay_sec_head, .outline .conpmay_sec_head, .access .conpmay_sec_head, .history .conpmay_sec_head, .policy .conpmay_sec_head{
    margin: 0 0 7rem;
	 position: relative;
	    padding-left: 2rem;
}
 .conpmay_sec_head .message-title-all {
    font-size: 6rem;
    color: var(--all-color-title);
    font-weight: 500;
    letter-spacing: -.04em;
}
 .conpmay_sec_head .message-title-small {
    margin: .15rem 0 0;
    letter-spacing: 0;
    font-weight: 700;
}
 .conpmay_sec_head::before {
    content: "";
    width: 0.6rem;
    height: calc(100% - .08rem);
    background: var(--all-color-title);
    position: absolute;
    top: .08rem;
    left: 0;
}
.conpmay_sec_head .message-title-small {
    margin: .15rem 0 0;
    letter-spacing: 0;
    font-weight: 500;
}
.sign-box{
	text-align: right;
	margin-top: 5rem;
}
 .message ._pic ._sign {
    margin: 2rem 0 0;
    font-size: 1.5rem;
    letter-spacing: 0;
    line-height: 1.46;
    text-align: left;
}
.message ._pic ._sign ._name {
    display: block;
    margin: 0.5rem 0 0;
    font-size: 2.4rem;
    font-weight: 700;
}





/********************************************Outline********************************************/

 .outline_profile {
    border-top: 1px solid #E1E1E1;
}
.outline{
	padding-bottom: 9rem;
}
.all_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
 .outline_profile dt {
    background-color: #F4F7F9;
    width: 22rem;
    padding: 0 2rem;
    font-weight: 700;
}
 .outline_profile dt, .company_page .outline_profile dd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #E1E1E1;
	line-height: 2;
	height: auto;
}
.outline_profile dd {
    width: calc(100% - 22rem);
    padding: 3rem;
    height: 100%;
	border-bottom: 1px solid #E1E1E1;
	line-height: 2;
	margin-bottom: 0;
}

/********************************************Outline********************************************/

.access_item ._pic {
    width: 42rem;
    margin-right: 3rem;
}
.access_item ._txt ._name {
    margin: 0 0 2.5rem;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0;
}
.all_text2 address {
    letter-spacing: 0;
    line-height: 2;
    font-weight: 500;
}
.access_item ._txt ._link {
    margin: .2rem 0 0;
}
.access_item ._txt ._link a {
/*    background: center right 3rem/1.3rem auto no-repeat #F6F6F4 url("../img/btn_arrow.svg");*/
    width: 18rem;
    height: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 2rem;
    border-radius: 2.5rem;
    letter-spacing: 0;
    font-weight: 700;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-top: 3rem;
	position: relative;
    -webkit-box-shadow: rgb(219 219 219 / 40%) 0 0px 2px, rgb(175 175 175 / 30%) 0 0px 5px 0px, #d6d6e7 0 -1px 0 inset;
            box-shadow: rgb(219 219 219 / 40%) 0 0px 2px, rgb(175 175 175 / 30%) 0 0px 5px 0px, #d6d6e7 0 -1px 0 inset;
}
.gg-button{
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.gg-button::before {
 content: '';
 width: 0;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
    background: #1b488f;
 -webkit-transition: .5s ease;
 -o-transition: .5s ease;
 transition: .5s ease;
 display: block;
 z-index: -1;
}

.gg-button:hover::before {
 width: 100%;
}
.gg-button:hover {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
            box-shadow: rgba(0, 0, 0, 0.15) 2.4px 2.4px 3.2px;
    color: #fff;
}
.gg-button:hover img {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
	-webkit-transition:  0.5s;
	-o-transition:  0.5s;
	transition:  0.5s;
}
.gg-button img{
	padding-left: 3rem;
}
.access_item ._gmap iframe {
    width: 100%;
    height: 32rem;
}
.access_item ._gmap {
    margin: 2rem 0 1.5rem;
}
.access_item ._cot dt {
    width: 10rem;
}
.access_item ._cot dd {
    width: calc(100% - 10rem);
}
.access_item + .access_item {
    margin-top: 7rem;
}
.kano-fix{
    height: 315px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: -210px 0px;
       object-position: -210px 0px;
}


/********************************************History********************************************/
.history{
	padding-top: 9rem;
}

.history ._lists {
    border-top: 1px solid #E1E1E1;
}
.history ._lists li {
    padding: 5rem 0 5rem 30rem;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}
.history ._lists li .year {
    position: absolute;
    -webkit-text-stroke: 1px rgb(27 72 143);
    text-stroke: 1px rgb(27 72 143);
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
    color: #fff;
    font-size: 5.6rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    letter-spacing: .04em;
}
.all_btn01 ._wide{
	width: 36.5rem;
    margin-top: 3rem;

}
.year-sp{
	display: none;
}
.policy{
	padding-top: 9rem;
}
.policy-text{
	line-height: 2;
}



/**************************************************Responsive********************************************************/



@media screen and (min-width: 1400px){
	
	.wrap-page-all{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;
	margin-top: 15rem;	
		
		
	}	
	
	.conpmay_wrap{
   max-width: 1320px;
    margin: 0 auto;
    padding: 0 1.5rem;	
	}
	
	.set-pic{
	margin-left: auto;
    width: 100vw;
    position: relative;
    z-index: 5;	
	}



}


@media screen and (max-width: 992px){
.access_item ._pic {
    width: 40%;
    margin-right: 3rem;
}	
.kano-fix {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 80% 0px;
       object-position: 80% 0px;
}
	
}


@media all and (min-width:768px) and (max-width:1200px) and (orientation: portrait) {

	.wrap-page-all{
		padding: 0;
	}	
		.company-top-img{
	height: 300px;
	width: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}	
	.history{
		margin-top: 7rem;
	}
	.outline_profile dt {
    width: 15rem;
}
.access_item ._pic {
    width: 40%;
}
	.access_item ._txt{
		width: 50%;
	}
.history ._lists li .year {
    font-size: 4rem;
}	
.history ._lists li {
    padding: 5rem 0 5rem 20rem;
}	
	
.kano-fix {
    height: 166px;
    -o-object-position: -90px 0px;
       object-position: -90px 0px;
}	
	.company-order{
		order: 2;
	}	
	.all_text3{
		padding-bottom: 2rem;
	}	
	
	
	
}	

@media all and (min-width:768px) and (max-width:1200px) and (orientation: landscape) {

.all_text3{
	margin-top: -5rem;
	
}
	
	
	
}

@media screen and (max-width: 767.98px){
	
	.conpmay_wrap ._sidebar{
		display: none;
	}	
.access_item ._pic {
    width: 40%;
    margin-right: 3rem;
}	
	.access_item ._txt{
		width: 50%;
	}	
.history ._lists li .year {
    font-size: 4rem;

}	
.history ._lists li {
    padding: 5rem 0 5rem 24rem;
}
.conpmay_sec_head .message-title-all {
    font-size: 5rem;;
}	
#sidebar ul.nav_list li {
    width: 28rem;
    margin: 0 2rem 2rem 0;
}	
	.company-order{
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
	}
	.message ._pic ._sign{
		margin-bottom: 5rem;
	}
	
	
}


@media screen and (max-width: 576px){

.all_under_pagetitle {
    padding-top: 3rem;
}
.message {
    padding: 7rem 0;
}	
	.text-br-sp{
		display: none;
	}	
.outline_profile dd {
    width: calc(100% - 11rem);
	padding: 3rem 1rem;
}	
.outline_profile dt {
    width: 11rem;
}	
.access_item ._pic {
    margin-right: 0rem;
	margin-bottom: 2rem;
	width: 100%;
}	

.history ._lists li {
    padding: 1rem 0 1rem 0;
}
.conpmay_sec_head .message-title-all {
    font-size: 4rem;
}	
.conpmay_sec_head::before {
    width: 0.4rem;

}	
.wrap-contact {
    padding: 4rem 0 3rem 0rem;
}	
	.access_item ._txt{
		width: 100%;
	}	
	.year-pc{
		display: none;
	}
.year-sp {
    display: block;
    position: initial!important;
    -webkit-transform: translate(0, 0)!important;
        -ms-transform: translate(0, 0)!important;
            transform: translate(0, 0)!important;
    font-size: 2rem!important;
}
.kano-fix {
    height: 315px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 85% 0;
       object-position: 85% 0;
}	
	
	
	
	
	
	
}


