@charset "utf-8";
#company .page-title-area::after{
	background-image: url(../img/pagetitle-company.jpg);
}
/* -----------------------------
	代表メッセージ
-------------------------------- */
#company .topmessage-area{
	padding: 80px 0 90px;
	position: relative;
}
#company .topmessage-area .inner{
	display: flex;
	justify-content: space-between;
	gap: 60px;
}
/* #company .topmessage-area::before{
	position: absolute;
	content: "";
	background-image: url(../img/company-mes.jpg);
	width: 500px;
	height: 497px;
	right: 0;
} */
#company .topmessage-area .txt-box{
	/* width: 640px; */
	width: calc(100% - 560px);
}
#company .topmessage-area .txt-box .txt:not(:first-child){
	margin: 15px 0 0;
}
#company .topmessage-area .catch{
	margin: 30px 0 20px;
}
#company .topmessage-area .img-box{
	text-align: center;
	width: 520px;
	/* width: calc(100% - 640px); */
}
#company .topmessage-area .img-box{
	border-radius: 10px;
}
#company .topmessage-area .img-box img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
#company .topmessage-area .img.name{
	margin: 20px 0 0;
	text-align: right;
}
#company .topmessage-area .img.name img{
	height: 25px;
	width: auto;
}
@media screen and (max-width: 768px){
	#company .topmessage-area{
		padding: 30px 20px 40px;
	}
	#company .topmessage-area::before{
		position: absolute;
		content: "";
		background-image: url(../img/com-mes.jpg);
		background-size: contain;
		width: 117px;
		height: 142px;
		right: 20px;
	}
	#company .topmessage-area .inner{
		display: block;
	}
	#company .topmessage-area .txt-box{
		width: 100%;
	}
	#company .topmessage-area .img-box{
		width: 100%;
		margin: 0 0 20px;
	}
	#company .topmessage-area .catch{
		margin: 20px 0;
	}
	#company .topmessage-area .img-box .img.name img{
		width: 180px;
	}
	
	#company .topmessage-area .img.name img{
		height: 20px;
		width: auto;
	}
}


/* -----------------------------
	会社概要
-------------------------------- */
.wide-img{
	text-align: center;
}
.wide-img img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	vertical-align: bottom;
}

@media screen and (max-width: 768px){
	
	.wide-img img{
		height: 180px;
	}

}


/* -----------------------------
	会社概要
-------------------------------- */
#company .company-area{
	padding: 80px;
	background: var(--rightblue);
	/* background: url(../img/logomark-wh.svg) no-repeat right -30px top / 1000px 1000px var(--rightblue); */
	background-repeat: no-repeat;
	background-position: right -28px top;
}
#company .company-area .wrap{
	/*width: 1000px;*/
	width: 1200px;
	margin: 0 auto;
}
#company .company-area .table-wrap{
	background: #fff;
    /* padding: 80px; */
	/* width: 840px; */
	margin: 40px auto 0;
	background: none;
}
#company .company-area .table-wrap{

}

@media screen and (max-width: 768px){
	#company .company-area{
		padding: 40px 20px;
		background-size: 300px auto;
	}
	#company .company-area .wrap{
		width: 100%;
	}
	#company .company-area .table-wrap{
		width: 100%;
		padding: 0;
		margin: 30px 0 0;
		background-color: #fff;
	}
}

/* -----------------------------
	table
-------------------------------- */

.table {
	text-align: left;
	border-collapse: collapse;
	font-size: 1.6rem;
	line-height: 1.8;
	border-top: 1px #d6d6d6 solid;
	width: 100%;
}

.table tr {
	border-bottom: 1px #d6d6d6 solid;
}

.table td {
	padding: 15px;
	background: none;
}
.table td ul li{
	padding: 0 0 0 20px;
	position: relative;
	margin: 10px 0 0;
	line-height: 1.7;
}
.table td ul li::before{
	position: absolute;
	content: "・";
	left: 0;
	color: var(--main-color);
}
.table td .acc{
	display: inline-block;
    font-size: 1.4rem;
    text-align: center;
    background-color: var(--main-color);
    color: #fff;
    border-radius: 50px;
	padding: 4px 15px;
	margin: 10px 0 0;
}
.table td p {
	margin: 0 0 10px;
}

.table td p:last-of-type {
	margin: 0;
}

.table tr th {
	width: 200px;
	padding: 20px;
	font-weight: 500;
	background-color: #fff;
	border-right: none;
	background: none;
}
.table tr td{
	font-weight: 500;
	line-height: 1.7;
}
@media screen and (max-width: 768px) {
	.table {
		margin: 0;
	}
	.table td {
		display: block;
		padding: 0 15px 15px 15px;
	}
	.table tr th {
		display: block;
		padding: 15px 15px 8px 15px;
		width: 100%;
		color: var(--main-color);
		line-height: 1.5;
	}
}


/* -----------------------------
	アクセス
-------------------------------- */
#company .access-area{
	padding: 80px 0;
	display: flex;
	justify-content: space-between;
}
#company .access-area .ttl-box{
	margin: 0 0 40px;
}
#company .access-area h3{
	font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 10px 40px;
    color: var(--main);
    border-bottom: 1px solid var(--main);
	position: relative;
}
#company .access-area h3::before{
	position: absolute;
	content: "";
	background-image: url(../img/icon-train.svg);
	width: 30px;
	height: 30px;
	background-size: cover;
	left: 0px;
	top: -4px;
}
#company .access-area .txt{
	position: relative;
    padding: 0 0 0 16px;
}
#company .access-area .txt::before{
	position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-image: linear-gradient(70deg, #133891, #1CB3EA);
    left: 0;
    top: 11px;
}
#company .access-area iframe{
	width: 650px;
	height: 400px;
}

@media screen and (max-width: 768px){
	#company .access-area{
		padding: 40px 20px 60px;
		flex-wrap: wrap;
	}
	#company .access-area .ttl-box{
		margin: 0 0 30px;
	}
	#company .access-area h3{
		margin: 0 0 15px;
	}
	#company .access-area iframe{
		width: 100%;
		height: 200px;
		margin: 30px 0 0;
	}
}

/* -----------------------------
	行き方
-------------------------------- */
#company .walk-area h3{
	font-size: 2.0rem;
    font-weight: 700;
    margin: 0 0 20px;
    padding: 0 0 10px 40px;
    color: var(--main);
    border-bottom: 1px solid var(--main);
	position: relative;
}
#company .walk-area h3::before{
	position: absolute;
	content: "";
	background-image: url(../img/icon-walk.svg);
	width: 30px;
	height: 30px;
	background-size: cover;
	left: 0px;
	top: -4px;
}
.access-list{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin: 50px 0 100px;
}
.access-list .access-item{
	width: calc((100% - 60px) / 3 );
	padding: 35px 20px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
    position: relative;
	border-radius: 10px;
}
.access-list .access-item:not(:last-of-type)::before{
	content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 20px solid var(--main-color);
    border-right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: -15px;
}
.access-list .access-item .img{
	position: relative;
	margin: 0 0 20px;
}
.access-list .access-item h4{
	font-size: 1.7rem;
    line-height: 1.5;
}
.access-list .access-item .txt{
	margin: 15px 0 0;
	font-size: 1.5rem;
}
/* .access-list .access-item img{
	width: 100%;
} */
.access-list .access-item .num{
	font-size: 2.0rem;
    line-height: 1;
    color: #fff;
    font-family: var(--font-en);
    font-weight: 700;
    flex-shrink: 0;
    padding: 10px 0 0;
    background: var(--main-grade);
    border-radius: 50%;
    text-align: center;
    width: 52px;
    height: 52px;
    display: block;
    position: absolute;
    top: -25px;
    left: 20px;
    letter-spacing: 0.06em;
}
.access-list .access-item .num em{
	font-size: 1.1rem;
    display: block;
    margin: 0 0 2px;
}
@media screen and (max-width: 768px){
	#company .walk-area{
		padding: 0 20px;
	}
	.access-list{
		margin: 50px 0 60px;
	}
	.access-list .access-item{
		width: 100%;
	}
	.access-list .access-item:not(:last-of-type)::before{
        content: "";
        display: block;
        width: 0;
        height: 0;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-top: 20px solid var(--main-color);
        border-bottom: 0;
        top: auto;
        bottom: -15px;
        left: 0;
        right: 0;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        margin: 0 auto;
	}
}