@charset "UTF-8";



/* 共通
***************************************************************/

.accessmap_h1Box {
    width: 100%;
    height: auto;
    position: relative;
}
.accessmap_h1 {
    width: 100%;
    height: 100%;
     display: flex;
     flex-flow: column;
    justify-content: center;
    padding-top: 1em;
}
.accessmap_h1 .s1 {
    color: #02426E;
    font-size: 35px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    position: relative;
    z-index: 2;
}

/*.sec{
  padding-top: 70px;
  padding-bottom: 120px;
}*/

@media all and (min-width: 600px) {
}

@media all and (max-width: 599px) {
	.accessmap_h1Box {
	    padding: 0 20px;
	    height: auto;
	}
	.accessmap_h1 {
	    height: auto;
	    padding-right: 0;
	    padding-top: 8px;
	    line-height: 1.4;
	}
	.accessmap_h1 .s1 {
	    font-size: 28px;
	}

	/*.sec{
		padding-top: 45px;
		padding-bottom: 55px;
	}*/

}
@media all and (max-width: 370px) {

}

/* pageNavi
***************************************************************/

.pageNavi {
    margin-top: 35px;
}
.sectionInner {
    width: auto;
    margin: 0 auto;
}
.sectionInner + .sectionInner{
	margin-top: 30px;
}
.pageNavi_ttl{
	font-size: 20px;
	font-weight: 500;
}
.pageNavi_list:first-of-type {
    border-top: 1px solid #b1afaf;
}
.pageNavi_list {
    border-bottom: 1px solid #b1afaf;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
}
.pageNavi_list_item a {
    padding-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.3s ease;
}
.sectionInner02 .pageNavi_list_item a{
    letter-spacing: 0;
}
.pageNavi_list_item_04 a{
	line-height: 1.25;
	text-align: center;
}
.pageNavi_list_item a:after {
    content: "";
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: rotate(135deg);
    transition: 0.3s ease;
}
.pageNavi_list_item a:before {
    content: "";
    background-color: #b1afaf;
    display: block;
    width: 1px;
    height: 38px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto 0;
}
.pageNavi_list_item:first-child a:before {
    content: none;
  }
@media all and (min-width: 600px) {
	.pageNavi_list_item {
	    width: calc(100% / 4);
	    height: 67px;
	}
	.pageNavi_list_J .pageNavi_list_item{
	    width: calc(100% / 6);
	}
	.sectionInner02 .pageNavi_list_item {
	    height: 87px;
	}
	.pageNavi_list_item a:hover {
	    background-color: #e8ecf8;
	}
	.pageNavi_list_item a:hover:after {
	    bottom: 10px;
	}
}

@media all and (max-width: 599px) {
	.pageNavi .sectionInner {
	    margin-left: 0;
	    margin-right: 0;
	}
	.pageNavi_list_item {
	    width: 50%;
	}
	.pageNavi_list_item a {
	    font-size: 13px;
	    letter-spacing: 0;
	    padding: 10px 20px 10px 10px;
	}
	.pageNavi_list_item a:after {
	    top: 0;
	    bottom: 0;
	    left: auto;
	    right: 10px;
	    margin: auto 0;
	}
}
@media (max-width: 370px){
	.pageNavi_list_item a {
	    font-size: 11px;
	}
}


/* accessmap
***************************************************************/
.accessmap{
	padding-top: 70px;
	/*padding-bottom: 120px;*/
}
.accessmap_h3 {
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    color: #02426E;
    border-bottom: 5px solid #E0E0E0;
    padding: 0 5px;
}
.accessmap_office{
	padding-top: 40px;
}
.accessmap_office + .accessmap_office{
	margin-top: 20px;
}
.office_wrap{
	display: flex;
}
.office_detail{
	width: 500px;
	flex-shrink: 0;
	display: flex;
    flex-direction: column;
}
.office_name{
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	background-color: #02426E;
	padding: 5px 0 5px 25px;
}
.office_name2{
	font-size: 20px;
	font-weight: 500;
	color: #02426E;
	margin-top: 20px;
}
.office_name2 + .office_add{
	margin-top: 10px;
}

.office_info{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.64;
	margin-top: 20px;
}
.office_info + .office_add{
	margin-top: 10px;
}
.office_add{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.64;
	margin-top: 20px;
}
.office_phone01{
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	position: relative;
}
.office_phone01:after{
	content: '';
	width: 1px;
	height: 100%;
	background-color: #000;
	position: absolute;
	top: 0;
	left: 130px;
}
.office_phone01 dt{
	font-size: 17px;
	font-weight: 500;
	width: 120px;
}
.phone_mt{
	margin-top: 15px;
}
.office_phone01 dd{
	font-size: 15px;
	line-height: 1.73;
	width: calc(100% - 120px);
	padding-left: 25px;
}
.office_phone02{
	margin-top: 15px;
}
.office_phone02 + .office_name2{
	margin-top: 60px;
}
.office_phone02 p{
	font-size: 15px;
	line-height: 1.73;
}
.office_img{
	margin-left: 15px;
	    display: block;
	    width: 100%;
	    height: auto;
}
.office_map{
	margin-top: 40px;
	position: relative;
	height: 300px;
	overflow: hidden;
}
.office_map iframe,
.office_map object,
.office_map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.office_map iframe {
  width: 100%;
  height: 600px;
  margin-top: -150px;
}

.map_link{
	display: flex;
	justify-content: flex-end;
	padding-right: 40px;
	margin-top: 20px;
}
.map_link a{
	font-size: 14px;
	color: #02426E;
	position: relative;
	text-decoration: underline;
	padding-left: 15px;
}
.map_link a:before{
	content: '';
    width: 6px;
    height: 6px;
    border-right: 1px solid #02426E;
    border-bottom: 1px solid #02426E;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    transform: rotate(-45deg);
    transition: border 0.3s ease, right 0.3s ease;
 }
.map_link a:after{
	content: '';
	width: 30px;
	height: 30px;
	background: url("../img/company/accessmap/link_icon.svg") center / 100% no-repeat;
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
}

.access dt{
	font-size: 17px;
	font-weight: 500;
	color: #02426E;
}
.access dd{
	font-size: 15px;
	margin-top: 5px;
}
.access dd + dt{
	margin-top: 15px;
}
.w_link2 {
    width: 315px;
    height: 50px;
    margin-top: auto;
}
.w_link2::after {
    width: 10px;
    height: 10px;
}
#office08 .w_link2{
	margin-top: 40px;
}
.office_img + .office_img{
	margin-top: 30px;
}

#office06 + .accessmap_h3{
	margin-top: 100px;
}

@media all and (min-width: 600px) {
	.map_link a:hover{
		text-decoration: none;
		opacity: .7;
	}
	.office08_imgwrap{
		width: calc(100% - 15px);
	}
	.contents_clm2Box{
		padding-bottom: 120px;
	}
}
@media all and (max-width:599px) {
	.pageNavi_ttl {
	    font-size: 16px;
	    margin-left: 20px;
	}
	.pageNavi_list {
	    margin-top: 5px;
	}
	.pageNavi_list_item {
	    border-top: 1px solid #b1afaf;
	    width: 50%;
	}
	.pageNavi_list_item:first-child,
	.pageNavi_list_item:nth-child(2) {
	    border-top: 0;
	}
	.pageNavi_list_item.nonePC a {
		pointer-events: none;
	}
	.pageNavi_list_item.nonePC a::after {
		content: none;
	}
	.pageNavi_list_item a:before {
	    height: 70%;
	}
	.sectionInner + .sectionInner {
	    margin-top: 20px;
	}

	.accessmap{
		padding-top: 40px;
		padding-bottom: 0;
		width: auto;
	    margin-left: 20px;
	    margin-right: 20px;
	}
	.accessmap_h3 {
	    padding-bottom: 2px;
	    border-bottom: 4px solid #e0e0e0;
	    font-size: 18px;
	    line-height: 1.4;
	}

	.accessmap_office{
		padding-top: 20px;
	}
	.accessmap_office + .accessmap_office{
		margin-top: 20px;
	}
	.office_wrap{
		display: block;
	}
	.office_detail{
		width: 100%;
	}
	.office_name{
		font-size: 16px;
		padding: 5px 0 5px 10px;
	}
	.office_name2{
		font-size: 16px;
		margin-top: 10px;
	}
	.office_name2 + .office_add{
		margin-top: 5px;
	}

	.office_info{
		font-size: 16px;
		margin-top: 10px;
	}
	.office_add{
		font-size: 16px;
		margin-top: 10px;
	}
	.office_phone01{
		margin-top: 10px;
	}
	.office_phone01:after{
		left: 100px;
	}
	.office_phone01 dt{
		font-size: 16px;
		width: 100px;
	}
	.phone_mt{
		margin-top: 10px;
	}
	.office_phone01 dd{
		font-size: 14px;
	}

	.office_phone02 + .office_name2{
		margin-top: 30px;
	}
	.office_phone02 p{
		font-size: 14px;
	}
	.office_img{
		margin-left: 0;
		margin-top: 20px;
	}
	.office_img img{
		width: 100%;
		height: auto;
	}
	.office_map{
		margin-top: 20px;
		height: 200px;
	}
	.office_map iframe {
		width: 100%;
		height: 600px;
		margin-top: -200px;
	}

	.map_link{
		padding-right: 30px;
		margin-top: 10px;
	}
	.access{
		margin-top: 10px;
	}
	.access dt{
		font-size: 14px;
	}
	.access dd{
		font-size: 14px;
	}
	.access dd + dt{
		margin-top: 10px;
	}
	.w_link2 {
	    width: 260px;
	    height: 50px;
	    margin-top: 20px;
	}
	#office08 .w_link2{
		margin-top: 20px;
	}
	.office_img + .office_img{
		margin-top: 15px;
	}

	#office06 + .accessmap_h3{
		margin-top: 50px;
	}

	.contentsNav{
		padding-bottom: 100px;
	}

}
@media all and (max-width:370px) {
}
