@charset "utf-8";


/* -----------------------------------------------------------
    会社案内
-------------------------------------------------------------- */
#company{}

.company-area{
    position: relative;
    margin: 40px 0;
}
.company-area::before{
    content: '';
	/*
    width: calc((100% - 1600px) / 2 + 1600px);
	*/
	width: calc((100% - 1350px) / 2 + 1350px);
    height: 100%;
    background: var(--blue-gray);
    border-radius: 0 40px 40px 0;
    position: absolute;
    top: 0;
    left: 0;
}
.company-area::after {
	content: "";
	display: inline-block;
	background: url("../img/logo-wht.svg") no-repeat center top / contain;
	width: 400px;
	height: 300px;
	overflow: hidden;
	position: absolute;
	right: calc((100% - 1200px) / 2);
	bottom: -20px;
	z-index: 2;
}

.company-area > .inner{
    padding: 50px 0 100px;
    position: relative;
	z-index: 1;
}

@media screen and (max-width: 767px){
	
	.company-area{
        margin: 40px 0 0;
    }
    .company-area::before{
        content: '';
        width: calc(100% - 20px);
        height: 100%;
        border-radius: 0 20px 20px 0;
        top: 0;
		background: #f5f5f5;
    }
	.company-area::after {
		width: 160px;
		height: 140px;
		right: 35px;
		bottom: -30px;
		z-index: 0;
	}
	
    .company-area > .inner{
        padding: 0 0 30px 0;
    }
	
}


/*    message-area
-------------------------------------------------------------- */
/*.message-area{
    padding: 70px 100px 0 0;
}

.message-txt{
    line-height: 2;
    margin: 0 0 20px;
}

.message-name{
    font-weight: bold;
    text-align: right;
}
.message-name > strong{
    display: inline-block;
    font-size: 2.2rem;
    padding: 0 0 0 10px;
}

@media screen and (max-width: 667px){
    
    .message-area{
        padding: 60px 40px 0 20px;
    }

    .message-txt{
        margin: 0 0 15px;
		line-height: 1.8;
    }

    .message-name{
        font-size: 1.5rem;
    }
    .message-name > strong{
        font-size: 2rem;
    }
}*/


/*    profile-area
-------------------------------------------------------------- */
.profile-area{
    padding: 0 100px 0 0;
}

/* .company-table */
.company-table{
    width: 1000px;
    border-collapse: collapse;
    border-top: 1px solid #e2e2e2;
    line-height: 1.6;
    margin: 50px 0 0;
}

.company-table tr{
    border-bottom: 1px solid #e2e2e2;
}

.company-table th{
    width: 220px;
    text-align: left;
    vertical-align: top;
    padding: 20px 0 20px 20px;
}
.company-table th::before{
    content: "-";
    color: #aaa;
    padding: 0 10px 0 0;
}

.company-table td{
    padding: 20px 0;
	line-height: 1.8;
}

/*.company-table iframe{
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin: 15px 0 0;
}*/

.company-table td i {
	color: var(--blue);
	display: inline-block;
	margin-right: 3px;
}

@media screen and (max-width: 767px){

    .profile-area{
        padding: 10px 40px 0 20px;
    }

    /* .company-table */
    .company-table{
        margin: 10px 0 0;
		border: none;
		width: 100%;
    }
	
	.company-table tr:last-child {
		border-bottom: none;
	}
    
    .company-table th, .company-table td{
        display: block;
        width: 100%;
    }

    .company-table th{
        text-align: left;
        border-bottom: 0;
        padding: 20px 0 0;
    }

    .company-table td{
       font-size: 1.5rem;
        padding: 2.5px 0 20px;
    }

    .company-table iframe{
        height: 250px;
        margin: 10px 0 0 0;
    }
}


.access-area {
	padding: 60px 0 80px;
}

.access-area .section-title-eng {
	font-size: 5.2rem;
}

.access-area .section-title {
	font-size: 2.1rem;
}

.access-area .access-block iframe {
	width: 100%;
    height: 400px;
    overflow: hidden;
    margin: 40px 0 0;
}

@media screen and (max-width: 767px){
	.access-area {
		padding: 40px 0 0;
	}
	
	.access-area .section-title-eng {
		font-size: 3.2rem;
	}

	.access-area .section-title {
		font-size: 1.8rem;
	}
	
	.access-area .access-block iframe {
		height: 250px;
		width: 100%;
        margin: 30px 0 0 0;
	}
}
