@charset "UTF-8";


.bg_main{
	background: #fdfbf3;
	padding: 60px 0 30px;
}

.top-block{
	background: #fff;
    padding: 30px 30px 40px;
    border-radius: 8px;
    border: 1px solid #eeeeee;
    box-shadow: 0 0.5rem 0.5rem 0px rgba(206,206,206,.1);
}
.top-block{
	margin-bottom: 30px;
}

/*------------------------
共通
------------------------*/
section.company h2{
	font-size: 22px;
    position: relative;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
section.company h2::after {
	content: "";
	width: 100%;
	height: 3px;
	background: url(../images/common/asirai_ttl_line.svg) no-repeat;
	background-size: cover;
	position: absolute;
	bottom: 0;
}
section.company h2::before{
	content: "";
    width: 6px;
    height: 26px;
    border-radius: 50px;
    background: #67bcc2;
    display: block;
    margin-right: 10px;
}

/*------------------------
オフィス住所
------------------------*/
#access{
	margin-bottom: 30px;
}
#access .address{
	font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}
#access .address span{
	display: inline-block;
}
#access .map{
	width: 100%;
    height: 340px;
    margin-bottom: 10px;
}
#access .map iframe{
	width: 100%;
	height: 100%;
}
#access .link a{
	font-size: 14px;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: -30px;
}
#access .btn a {
    width: 400px;
    height: 60px;
    font-size: 18px;
    margin: 0 auto;
}
#access.element {
    margin: 20px; 
}	

/*------------------------
池袋駅からMOREオフィスまでの道順
------------------------*/
#route .sub{
	font-size: 18px;
    margin-bottom: 10px;
}
#route .movie{
	width: 100%;
    height: 349px;
}
#route .movie iframe{
	width: 100%;
	height: 100%;
}

/*------------------------
会社概要
------------------------*/
#outline table th,#outline table td{
	font-size: 16px;
    padding: 10px 15px;
}
#outline table th{
	background: #eaeaea;
    font-weight: 500;
    width: 120px;
    border-bottom: 1px solid #fff;
}
#outline table td{
	border-bottom: 1px solid #eaeaea;
}
#outline table td a{
	text-decoration: underline;
}
#outline table td.flex{
	display: flex;
}
#outline table td.flex .image{
	width: 130px;
    margin-right: 10px;
}
#outline table td.flex .text{

}

/*------------------------
SNSボタン
------------------------*/
#SNS .inner{
}
#SNS .image{
    text-align: center; 
    margin: 20px;       
    padding: 30px;      
    border: 1px solid #ccc; 
    border-radius: 50px; 
    background-color: #f9f9f9; 
}
#SNS .image-container {
    display: flex; 
    gap: 10px; 
    justify-content: center; 
}
#SNS .image img {
    width: 60px; 
    height: auto; 
}

/*------------------------
運営挨拶
------------------------*/
#greeting{
	margin-bottom: 30px;
}
#greeting .address{
	font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.4;
    font-weight: 500;
}
#greeting .address span{
	display: inline-block;
}
greeting .btn a {
    width: 400px;
    height: 60px;
    font-size: 18px;
    margin: 0 auto;
}