@charset "UTF-8";

.psec {
	padding: 100px 0;
}

.psec.about,
.psec.history {
	padding: 100px 0 0;
}

.psec_ttl {
	line-height: 1;
	text-align: center;
	margin-bottom: 60px;
}

.philo .psec_ttl {
	color: #FFF;
}

.psec_ttl span {
	display: block;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 26px;
}

.psec_ttl em {
	display: block;
	margin-top: 10px;
}

.mes {
}

.mes_row {
	display: table;
	width: 100%;
}

.mes_col {
	display: table-cell;
	vertical-align: top;
}

.mes_col.-left {
	width: 66%;
}

.mes_col.-right {
	text-align: right;
	padding-left: 30px;
}

.mes_txt {
}

.mes_pre {
}

.mes_pre_img {
}

.mes_pre_com {
	font-size: 14px;
	margin-top: 10px;
}

.mes_pre_name {
}

.mes_pre_name span {
	font-size: 14px;
	margin-right: 1em;
}

.mes_pre_name em {
	font-size: 20px;
}

.philo {
	background-image: url(../company/img/bg.jpg);
	background-size: cover;
	background-position: center;
}

.philo_cnt {
	text-align: center;
	font-size: 0;
}

.philo_item {
	display: inline-block;
	vertical-align: top;
	width: 330px;
	height: 330px;
	background: #FFF;
	font-size: 16px;
	border-radius: 50%;
	padding-top: 70px;
	margin: 0 25px;
}

.philo_item_num {
}

.philo_item_txt {
	margin-top: 30px;
}

.philo_cnt {
}

.philo_item {
}

.philo_item_num {
}

.philo_item_txt {
}

.history {
}

.history_cnt {
	max-width: 800px;
	margin: 0 auto;
}

.history_item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.history_item_year {
	width: 20%;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px 0;
}

.history_item_txt {
	width: 76%;
	margin-left: 4%;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	padding: 20px 0;
}

.history_item:first-child .history_item_year,
.history_item:first-child .history_item_txt {
	border-top: 1px solid #ccc;
}

.about {
}

.about_cnt {
	max-width: 900px;
	margin: 0 auto;
}

.about_item {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
}

.about_item_ttl {
	width: 20%;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding: 20px 0;
}

.about_item_txt {
	width: 76%;
	margin-left: 4%;
	border-bottom: 1px solid #ccc;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px 0;
}

.about_item:first-child .about_item_ttl,
.about_item:first-child .about_item_txt {
	border-top: 1px solid #ccc;
}

.about_item_txt > p {
	width: 100%;
}

.about_item_list {
	width: 100%;
}

.about_item_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.about_img {
	position: relative;
	padding: 80px 0;
}

.about_img:after {
	background-image: url(../company/img/bg.jpg);
	background-size: cover;
	background-position: center;
	content: "";
	display: block;
	width: 100%;
	height: 60%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.about_img_cnt {
	text-align: center;
}

.about_img_cnt img {
	box-shadow: 10px 10px rgba(0, 0, 0, 0.3);
}

.access {
}

.access_ttl_wrap {
	background-image: url(../company/img/bg.jpg);
	background-size: cover;
	background-position: center;
	justify-content: center;
	align-items: center;
	padding: 120px 10px;
	margin-bottom: 100px;
}
.access .psec_ttl{
	color: #fff;
	margin-bottom: 0;
}

.access_cnt {
	margin-bottom: 130px;
}
.access_cnt:last-child {
	margin-bottom: 0px;
}
.access_info_wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 50px;
}

.acc_tab_wrap{
	flex-grow: 1;
	width: 100%;
}
.acc_info_tb{
	width: 100%;
}
.acc_info_tb tr{
	border-bottom: 1px solid #707070;
}
.acc_info_tb tr:first-child{
	border-top: 1px solid #707070;
}
.acc_info_tb th,
.acc_info_tb td{
	padding: 20px;
}
.acc_info_tb th{
	width: 100px;
}
.acc_info_tb caption{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 20px;
}
.acc_info_tb caption span{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}
.acc_info_tb caption span::before{
	display: inline-block;
	content: "";
	background-color: #82B327;
	width: 30px;
	height: 4px;
}

.pt_img01 {
	margin-top: 40px;
}
.pt_img01 img {
	width: 100%;
	margin-bottom: 40px;
}

.pt_img01 img.mgn_no {
	width: 100%;
	margin-bottom: 0px;
}



.access_info {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 30px 0;
}

.access_info > li {
	display: inline-block;
	margin-right: 2em;
}

.access_map {
	position: relative;
	margin-top: 40px;
	
}

.access_map:before {
	content: "";
	display: block;
	/* padding-top: 50%; */
	aspect-ratio: 120/49;
}

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

.policy {
	padding-bottom: 80px;
}

.policy_wrap {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 80px 0;
}

.policy_ttl {
	font-size: 20px;
	text-align: center;
}

.policy_cnt {
	margin-top: 60px;
}

.policy_txt {
}

.policy_list {
	list-style-type: decimal;
	list-style-position: inside;
	margin-top: 30px;
}

.policy_list > li {
	text-indent: -1em;
	padding-left: 1em;
}

.policy_sign {
	text-align: right;
	margin-top: 30px;
}

.works {
	padding-bottom: 80px;
}

.works_wrap {
}

.works_ttl {
	font-size: 20px;
	text-align: center;
}

.works_cont {
	margin-top: 60px;
}

.works_txt {
}

.works_info {
	margin: 60px auto 0;
	max-width: 960px;
}

.works_list {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ccc;
	border-top: none;
}

.works_list dt {
	background: #ddd;
	width: 36%;
	padding: 20px;
	box-sizing: border-box;
	border-top: 1px solid #ccc;
	font-weight: bold;
}

.works_list dt.-item5 {
	line-height: 1.3;
}

.works_list dt span{
	font-size: 12px;
	font-weight: normal;
}

.works_list dd {
	background: #fff;
	width: 64%;
	padding: 20px;
	margin: 0;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	box-sizing: border-box;
}

.works_list dd a {
	color: #2462B9;
}

.works_list dd a span{
	background: #FC3768;
    color: #fff;
    font-weight: bold;
    padding: 0 5px;
    margin-left: 10px;
}

.about_item_img {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 15px;
    margin-left: 35px;
}

.-item_ttl_mt{
	margin-top: 1em;
}

/* All SP & Tablet */
@media screen and (max-width:1230px) {
}

/* All SP */
@media screen and (max-width:640px) {
	.about_item_img{
		margin-left: 0px;
		margin-top: 0.5em;
		gap:15px;
	}
	.psec {
		padding: 60px 0;
	}

	.psec.about,
	.psec.history {
		padding: 60px 0 0;
	}

	.psec_ttl {
		margin-bottom: 40px;
	}

	.philo .psec_ttl {
	}

	.psec_ttl span {
		font-size: 22px;
	}

	.psec_ttl em {
		margin-top: 0;
	}

	.mes {
	}

	.mes_row {
		display: block;
	}

	.mes_col {
		display: block;
	}

	.mes_col.-left {
		width: 100%;
	}

	.mes_col.-right {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}

	.mes_txt {
	}

	.mes_pre {
	}

	.mes_pre_img {
		text-align: center;
	}

	.mes_pre_com {
	}

	.mes_pre_name {
	}

	.mes_pre_name span {
	}

	.mes_pre_name em {
	}

	.philo {
	}

	.philo_cnt {
	}

	.philo_item {
		margin: 10px 0 0;
		border-radius: 0;
		width: 100%;
		height: auto;
		padding: 15px;
	}

	.philo_item:first-child {
		margin-top: 0;
	}

	.philo_item_num {
	}

	.philo_item_txt {
		margin-top: 10px;
		font-size: 14px;
	}

	.philo_cnt {
	}

	.philo_item {
	}

	.philo_item_num {
	}

	.philo_item_txt {
	}

	.history {
	}

	.history_cnt {
	}

	.history_item {
		font-size: 13px;
	}

	.history_item_year {
		width: 80px;
	}

	.history_item_txt {
	}

	.history_item:first-child .history_item_year,
	.history_item:first-child .history_item_txt {
	}

	.about {
	}

	.about_cnt {
	}

	.about_item {
		font-size: 13px;
	}

	.about_item_ttl {
		width: 72px;
	}

	.about_item_txt {
	}

	.about_item:first-child .about_item_ttl,
	.about_item:first-child .about_item_txt {
	}

	.about_item_list {
	}

	.about_item_list > li {
	}

	.about_img {
	}

	.about_img:after {
	}

	.about_img_cnt {
	}

	.about_img_cnt img {
	}

	.pt_img01 {
		margin-top: 20px;
	}
	.pt_img01 img {
		width: 100%;
		margin-bottom: 20px;
	}

	.pt_img01 img.mgn_no {
		width: 100%;
		margin-bottom: 0px;
	}

	.access {
	}

	.access_cnt {
		margin-bottom: 50px;
	}

	.access_info {
	}

	.access_info > li {
	}

	.access_map {
		margin-top: 20px;
	}

	.access_map:before {
	}

	.access_map iframe {
	}
	.access_info_wrap{
		flex-direction: column;
		gap: 10px;
	}
	.acc_info_tb caption{
		margin-bottom: 5px;
	}
	.acc_info_tb th, .acc_info_tb td{
		padding: 8px;
	}
	.acc_info_tb th{
		width: 80px;
	}

	.policy {
		padding-bottom: 40px;
	}

	.policy_wrap {
		padding: 60px 0;
	}

	.policy_ttl {
	}

	.policy_cnt {
		margin-top: 20px;
	}

	.policy_txt {
	}

	.policy_list {
	}

	.policy_list > li {
	}

	.policy_sign {
	}

	.works {
	}

	.works_wrap {
	}

	.works_ttl {
	}

	.works_cont {
	}

	.works_txt {
	}

	.works_info {
	}

	.works_list {
		flex-flow: column nowrap;
	}

	.works_list dt,
	.works_list dd {
		width: 100%;
	}

	.works_list dd {
		border-left: none;
	}


}