@charset "UTF-8";

.company_cont{
	width:90%;
	max-width: 1016px;
	margin:0 auto;
}

.company_cont .company_box{
	margin-bottom: 140px;
}

.company_cont .company_box:last-child{
	margin-bottom: 0;
}

/*ankerlink*/
.anklink_tl{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 30px;
}

ul.anklist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}

ul.anklist li{
	margin-right: 30px;
	margin-bottom: 15px;
}

ul.anklist li a{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color:#009691;
}

ul.anklist li a::before{
	content: "";
	width:10px;
	height: 8px;
	background-image:url("/images/common/g_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin:0 7px 0 0;
}

.pholosophy_tl{
	font-size: 2.4rem;
	line-height: 1.875em;
	margin-top:40px;
}

.bottom_name{
	text-align: right !important;
}

.bottom_name .sf{
	font-size: 1.4rem;
}

.bottom_name .bf{
	font-size: 2.4rem;
}

.intable td{
	padding:0 !important;
	border:none !important;
}

.intable td:first-child{
	padding-right: 2em !important;
}

.access_radius_tx{
	background:#009691;
	color:#fff;
	padding:0.5em 3em;
	border-radius: 9999px;
	font-size: 1.6rem;
	display: inline-block;
	margin-bottom: 1.5em;
}

.map{
	margin-top:8em;
	aspect-ratio: 1016 / 736;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}

table.history_table{
	width:100%;
	border-collapse: collapse;
}

table.history_table td{
	padding:10px 50px 10px 0;
	font-size:1.6rem;
	line-height: 2em;
}

table.history_table td:first-child{
	padding:10px 0 10px 50px;
	font-size:1.6rem;
	line-height: 2em;
	width:170px;
}

table.history_table tr:nth-child(odd) td{
	background:#e0f2f2;
}

table.history_table tr td{
	border-top-right-radius: 9999px;
	border-bottom-right-radius: 9999px;
}

table.history_table tr td:first-child{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 9999px;
	border-bottom-left-radius: 9999px;
}

@media screen and (max-width:750px) {
.company_cont{
	width:90%;
	max-width: 1016px;
	margin:0 auto;
}

.company_cont .company_box{
	margin-bottom: 70px;
}

.company_cont .company_box:last-child{
	margin-bottom: 0;
}

/*ankerlink*/
.anklink_tl{
	font-size: 1.2rem;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
}

ul.anklist{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -15px;
}

ul.anklist li{
	margin-right: 30px;
	margin-bottom: 15px;
}

ul.anklist li a{
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	color:#009691;
}

ul.anklist li a::before{
	content: "";
	width:10px;
	height: 8px;
	background-image:url("/images/common/g_arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	display: inline-block;
	margin:0 7px 0 0;
}

.pholosophy_tl{
	font-size: 1.8rem;
	line-height: 1.875em;
	margin-top:20px;
}

.bottom_name{
	margin-top:20px;
	text-align: right !important;
}

.bottom_name .sf{
	font-size: 1.4rem;
}

.bottom_name .bf{
	font-size: 2.4rem;
}

.intable td{
	padding:0 !important;
	border:none !important;
}

.intable td:first-child{
	padding-right: 2em !important;
}

.access_radius_tx{
	background:#009691;
	color:#fff;
	padding:0.5em 3em;
	border-radius: 9999px;
	font-size: 1.6rem;
	display: inline-block;
	margin-bottom: 1em;
}

.map{
	margin-top:4em;
	aspect-ratio: 1016 / 736;
	overflow: hidden;
	position: relative;
	border-radius: 10px;
}

.map iframe{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height: 100%;
}
	
.scroll_box{
	padding-bottom: 20px;
}
	
.scroll_box figure{
	width:700px;
}
	
.scroll_box .simplebar-track{
	margin:0 0;
	background: #efefef;
}

.simplebar-track.simplebar-horizontal{
	height: 6px !important;
}

.scroll_box .simplebar-scrollbar::before{
	height: 3px;
	background: #666;
	left:2px !important;
	right:2px !important;
	top:2px;
	bottom:0;
	opacity: 1;
	border-radius: 9999px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar{
  right: auto;
  left: 0 !important;
  top: 0 !important;
  height: 2px !important;
  min-height: 0;
  min-width: 2px !important;
  width: auto;
}

table.history_table{
	width:100%;
	border-collapse: collapse;
}

table.history_table td{
	padding:15px 15px 15px 0;
	font-size:1.6rem;
	line-height: 2em;
	vertical-align: top;
}

table.history_table td:first-child{
	padding:15px 0 15px 15px;
	font-size:1.6rem;
	line-height: 2em;
	width:100px;
}

table.history_table tr:nth-child(odd) td{
	background:#e0f2f2;
}

table.history_table tr td{
	border-top-right-radius: 30px;
	border-bottom-right-radius: 30px;
}

table.history_table tr td:first-child{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
}
