@charset "utf-8";
/* CSS COMPANY
--------------------------------- */
.pagetitle .inner-pagetitle::before {
	background-image: url(../img/company/pagetitle_bg.jpg);
}



/* 共通 →　あとからstyle.cssに移行
 * ----------------------------------------------- */
.common-sec.bg-green:before {
	background-color: #c1f078;
}
.common-sec.bg-blue:before {
	background-color: #7de8fb;
}
.icon.i-map {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 22px;
	background: url("../img/company/i-map.svg") no-repeat center center;
	margin-right: 15px;
}




/* VISION
 * ----------------------------------------------- */
#visions {
	position: relative;
}

#visions .wrapper {
    display: inherit;
}

#visions .vision-ttl {
    position: relative;
    padding: 80px 80px 70px 0;
}

#visions .vision-ttl:after {
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    z-index: -1;
    right: 5%;
    top: 0;
    background-color: #000;
}

#visions .vision-ttl .tag {
    color: #fff;
    line-height: 1;
    display: block;
    padding-bottom: 10px;
}

#visions .vision-ttl .text {
    color: #fff;
    line-height: 1.8em;
    letter-spacing: 0.25em;
}

#visions .vision-main {
	width: 65%;
	flex: 1;
	position: relative;
}

#visions .vision-main .c-ttl {
    letter-spacing: 0.28em;
}

#visions .vision-main .c-text {
    display: block;
    letter-spacing: 0.08em;
    line-height: 2em;
}

#visions .vision-main .c-text .name {
    display: block;
    line-height: 1.1;
    text-align: right;
}

#visions .vision-img {
	width: 30%;
	position: absolute;
	right: 0;
	top: 25%;
	z-index: 1;
}

#visions .vision-img .img-box {
	display: block;
}

#visions .vision-img .img-box img {
	width: 100%;
}
@media (max-width: 1300px){
	#visions .vision-ttl .text {
		letter-spacing: 0.18em;
	}
	#visions .vision-ttl .text > br {
		display: none;
	}
}
@media (max-width: 1100px){
	#visions .vision-ttl {
	    padding: 30px 0;
	}

	#visions .vision-ttl:after {
	    width: 200%;
	    right: -50%;
	}


}
@media (max-width: 991px){
	#visions .vision-ttl {
		padding: 30px 0;
		width: 70%;
	}
	#visions .vision-img {
		width: 30%;
		top: 25px;
		text-align: center;
		padding: 30px 0 0;
	}
	#visions .vision-img .img-box {
		text-align: center;
	}
	#visions .vision-img .img-box img {
		width: inherit;
	}
	#visions .vision-main {
		width: 100%;
	}	
}
@media (max-width: 768px){
	#visions .vision-img {
    	width: 50%;
		top: 0;
		position: relative;
		text-align: center;
		padding: 30px 0 0;
		margin: 0 auto;
	}
	#visions .vision-ttl {
		width: 100%;
	}
	#visions .vision-ttl .text {
	    line-height: 1.4em;
	    letter-spacing: 0.18em;
	}
	#visions .vision-main .c-text {
	    letter-spacing: 0.06em;
	    line-height: 1.8em;
	}
	#visions .vision-main .c-ttl {
	    letter-spacing: 0.18em;
	}
}
@media (max-width: 480px){
	#visions .vision-img {
    	width: 75%;
		padding: 20px 0 0;
	}
	#visions .vision-ttl .text {
		font-size: 2.0rem;
	}
	#visions .vision-main .c-ttl {
		letter-spacing: 0.1em;
		font-size: 2.7rem;
	}
}


@media (max-width: 350px){
	#visions .vision-main .c-ttl {
	    letter-spacing: 0.05em;	
	}
}

/* COMPANY PROFILE
 * ----------------------------------------------- */
#profile {
}

#profile .detail-content {
    width: 100%;
    padding-left: 10%;
    flex: 1;
}

#profile .detail-content .box-table {
    width: 100%;
}

#profile .detail-content .box-table dt.box-cell {
    width: 260px;
    padding-right: 0;
}

#profile .detail-content .box-table dd.box-cell {
    padding-left: 8%;
}

#profile .vision-img {
    width: 38%;
    position: absolute;
    left: 0;
    bottom: 8%;
}

#profile .vision-img .img-box {
    display: block;
}

#profile .vision-img .img-box img {
}

@media (max-width: 1100px) {
    #profile {
    }

    #profile .detail-content {
        padding-left: 10%;
        padding-top: 50px;
    }

    #profile .detail-content .box-table {
        width: 100%;
    }

    #profile .detail-content .box-table dt.box-cell {
        width: 18%;
    }

    #profile .detail-content .box-table dd.box-cell {
        padding-left: 5%;
    }

    #profile .vision-img {
        width: inherit;
        position: inherit;
        left: 0;
        bottom: 0;
        padding-top: 20px;
        text-align: center;
        padding-left: 5%;
        padding-right: 5%;
    }

    #profile .vision-img .img-box {
    }

    #profile .vision-img .img-box img {
    }
}

@media (max-width: 767px) {
    #profile .detail-content {
        padding-left: 0;
        padding-top: 30px;
    }


    #profile .detail-content .box-table dt.box-cell {
        width: 100%;
    }

    #profile .detail-content .box-table dd.box-cell {
        padding-left: 15px;
    }
}

@media (max-width: 479px) {
    #profile .detail-content .box-table dd.box-cell {
        padding-left: 0;
    }
}




/* ACCESS
 * ----------------------------------------------- */
#access .wrapper {
	display: block;
}

#access.common-sec .wrapper .title,
#access.common-sec .wrapper .btnarea-map {
	float: left;
    width: 330px;
}

#access .detail-content {
    width: calc(105.5% - 330px);
	float: right;
	margin-right: -5.5%;
}

#access .detail-content .map-box {
    display: block;
    
}

#access .detail-content .map-box iframe {
    width: 100%;
    height: 300px;
}

#access.common-sec .wrapper .btnarea-map {
	box-sizing: border-box;
	padding-right: 30px;
}

@media (max-width: 991px) {
	#access.common-sec .wrapper .title, 
	#access.common-sec .wrapper .btnarea-map {
		float: none;
		
	}
	#access.common-sec .wrapper .title {
		width: 100%;
	}
    #access .detail-content {
		float: none;
		padding-bottom: 20px;
		margin-right: 0;
		width: 100%;
    }

    #access .detail-content .map-box iframe {
        width: 100%;
        height: 300px;
    }
	#access.common-sec .wrapper .btnarea-map {
		padding-right: 0;
		margin-left: auto;
	}
}

@media (max-width: 767px) {
    #access .title {
    	padding-top: 0;
    }

    #access .detail-content {
        padding-bottom: 20px;
    }

    #access .detail-content .map-box iframe {
        width: 100%;
        height: 250px;
    }
}

@media (max-width: 480px) {
	#access .detail-content {
		padding-bottom: 10px;
	}
    #access .detail-content .map-box {
        display: block;
    }

    #access .detail-content .map-box iframe {
        width: 100%;
        height: 200px;
    }
	#access.common-sec .wrapper .btnarea-map {
		width: 100%;
	}
}

@media (max-width: 350px) {
	#access.common-sec .wrapper .btnarea-map {
		
	}
}

/* HISTORY
 * ----------------------------------------------- */
#history .detail-content {
    padding-left: 16%;
}

#history .box-table {
	width: 100%;
}

#history .box-table .box-cell.f-bold {
	text-align: left;
    padding-right: 0;
    width: 150px;
}

#history .box-table .box-cell.f-bold .year {
	display: inline-block;
	width: 70px;
}

#history .box-table .box-cell.f-bold .month {
	display: inline-block;
	width: 35px;
	text-align: right;
}

#history .box-table dd.box-cell {
	padding-left: 0;
}

@media (max-width: 1100px) {
    #history .detail-content {
        padding-left: 10%;
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
    #history .detail-content {
		padding-top: 40px;
		padding-left: 0;
    }
	#history .box-table dd.box-cell {
		padding-left: 15px;
	}
	#history .box-table .box-cell.f-bold {
		width: 100%;
		margin-bottom: 5px;
	}
    #history .box-table .box-cell.f-bold .year {
		width: auto;
		padding-right: 10px;
	}
	#history .box-table .box-cell.f-bold .month {
		width: auto;
		text-align: left;
	}
}

@media (max-width: 480px) {
	#history.common-sec.bg-blue:before {
		height: 110px;
	}
    #history .detail-content {
		padding-top: 20px;
    }

    #history .detail-content .box-table {
    }

    #history .detail-content .box-table dt.box-cell {
    }

    #history .detail-content .box-table dt.box-cell .year {
    }

    #history .detail-content .box-table dt.box-cell .month {
    }

    #history .detail-content .box-table dd.box-cell {
    	padding-left: 0;
    }
}
