/*COMPANY専用*/
@media screen and (max-width:868px) {

.company {
	background-image: url("../img/company_bg.webp");
	background-repeat: no-repeat;
	background-position: center bottom 15%;
	background-size: cover;
	background-attachment: fixed;
	color: #FFF;
	z-index: -200;
	position: relative; /* 追加: 固定要素に対するレイヤー順調整 */
}

.company::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/company_bg.webp");
	background-repeat: no-repeat;
	background-position: center bottom 15%;
	background-size: cover;
	z-index: -300;
	pointer-events: none;
	opacity: 1;
}
.company .layer_top {
    position: fixed;
    top: 10%;
    left: 0;
	width: 180%;
    z-index: -100;
}
.company .layer {
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 100%;
}
.company h3 {
	border: 1px solid #FFF;
	display: inline-block;
	font-size: 21px;
	padding: 10px;
	text-align: center;
	width: 60px;
	height: 60px;
	vertical-align: middle;
	margin-right: 30px;
	line-height: 1.2em;
	margin-bottom: 25px;
	letter-spacing: -0.05em;
}
	
.president_photo{
	width: 95%;
	max-width: 380px;
	margin: 0 auto 50px;
}
.president_photo img{
	width: 100%;
}
.president_photo .president_name{
	text-align: right;
	font-size: 90%;
}
	
.company section table {
	border-collapse: collapse;
	width: 95%;
	margin:auto;
	font-size: 15.5px;
	margin-top:0!important;
	border-top: 1px solid #FFF;
}
.company section table:last-child{
	border-bottom: 1px solid #FFF;
}
.company section table tr th, section table tr td {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
}
.company section table tr th {
	position:relative;
	text-align:left;
	padding-top: 15px;
	padding-bottom: 10px;
}
.company section table tr td {
	padding-bottom: 15px;
}
.company section table tr th::after {
}
.company section table tr th:nth-of-type(2)::before {
}
.company section table tr td span {
	font-size:12px;
}

.company section table tr td li {
	display: block;
	padding-bottom:10px;
}
.company section table tr td ul.dispA {
    display: flex;
	flex-flow: column;
    justify-content: flex-start;
}

.company section table tr td ul.dispB li{
    display: block;
    width: auto;
    position: relative;
    padding-left: 1.8em;
    text-indent: -1.8em;
}
.company section table tr td:nth-child(1) {
}
.company section table li {
	list-style-type: none;
}

.main_content_area2 {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-top:60px;
	padding-bottom: 10%;

}
.main_content_area2 .widt90 {
	width:90%;
	margin:auto;
}

.main_content_area2 p {
	line-height:1.3em !important;
	margin-bottom: 15px !important;
}
.main_content_area2 p a{
	color: #fff;
}
.main_content_area2 span {
	border:1px solid #FFF;
	padding:5px;
	display: block;
	width: 50%;
	text-align: center;
	margin-bottom: 10px;
}
.img_company{
	text-align: center;
}
.img_company img{
	width: 90%;
}
	
.company .google-map {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding-top: 75.25%;
	margin-bottom: 50px;
}
.company .google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.pamphlet_dl{
	height: 50px;
	width: 240px;
	margin: 0 auto;
}
.pamphlet_dl .btn-link{
	margin: 0 !important;
	line-height: 1.1;
}

	
	
	
}