@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Hind:wght@300&display=swap');


/* pc
-------------------------------------*/
@media only screen and (min-width: 768px) {

img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}


/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-pager{
	position: absolute;
	left:50%;
	bottom: 20px;
	width: 142px;
	z-index: 3;
	margin:0 0 0 -71px;
}
/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*hover　active　カラー*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa130e;
}

.bx-wrapper .bx-prev {
	display:inline-block;
	left: 15px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
	background-size:48px 48px;
}
.bx-wrapper .bx-next {
	display:inline-block;
	right: 15px;
	background: url(../images/btn_next.png) no-repeat 0 0;
	background-size:48px 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index:2;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/ajax-loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}


#contbox_location_01 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
	background-color: rgba(69,94,101,0.2);
}
#main_img{
	position:relative;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0 40px;
	overflow:hidden;
	background-color: #fff;
	box-sizing: border-box;
}
#main_img ul li{
  width: 100%;
}

#contbox_location_02 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
	width: 100%;
	margin:0 auto;
}


#contbox_location_02 .inner01 ul {
	display: flex;
	justify-content: space-between;
}
#contbox_location_02 .inner01 ul li{
	width: 19%;	
}

/*社内資料の並び
#contbox_location_02 .inner01{
	position: relative;
	width: 1200px;
	height: 960px;
	margin:0 auto;
}

#contbox_location_02 .inner01 img.loc_map01{
	position: absolute;
	width: 1000px;
	bottom: 60px;
	right: 0;
}
#contbox_location_02 .inner01 ul li:first-child{
	position: absolute;
	width: 300px;
	top: 20px;
	right: 560px;
	z-index: 5;
}
#contbox_location_02 .inner01 ul li:nth-child(2){
	position: absolute;
	width: 240px;
	top: 0px;
	right: 310px;
	z-index: 4;
}
#contbox_location_02 .inner01 ul li:nth-child(3){
	position: absolute;
	width: 300px;
	top: 20px;
	right: 0px;
	z-index: 3;
}
#contbox_location_02 .inner01 ul li:nth-child(4){
	position: absolute;
	width: 240px;
	bottom: 260px;
	left: 0px;
	z-index: 2;
}
#contbox_location_02 .inner01 ul li:last-child{
	position: absolute;
	width: 300px;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}*/
#contbox_location_03 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_03 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contbox_location_03 .inner01 .item{
	position: relative;
	width: 28%;
	margin: 20px 2% 80px 2%;
}
#contbox_location_03 .inner01 .item .img_box{
	position: relative;
	width: 100%;
}
#contbox_location_03 .inner01 .item .img_box .img_box_inner{
	position: absolute;
	width: 32%;
	right: -3%;
	bottom: -11%;
	z-index: 1;
	padding: 1%;
	background-color: #fff;
}
#contbox_location_03 .inner01 .item p.p_nb{
	position: absolute;
	font-family: 'Hind', sans-serif;	
	font-size: 100px;
	font-size: 10.0rem;
	color: #b4b6b9;
	text-align: left;
	margin: 0 0 0 0;
	top: -90px;
	right: 0;
	z-index:1;
}
#contbox_location_03 .inner01 .item dl{
	margin: 30px 0 0 0;
}
#contbox_location_03 .inner01 .item dt{
	text-align: left;	
	font-size: 18px;
	font-size: 1.8rem;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	color: #fff;
}
#contbox_location_03 .inner01 .item dt span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
#contbox_location_03 .inner01 .item dd{
	text-align: left;	
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contbox_location_04 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0 0;
}
#contbox_location_04 .inner01 .item:first-child{
	width: 60%;
}
#contbox_location_04 .inner01 .item:last-child{
	position: relative;
	width: 36%;
}
#contbox_location_04 .inner01 .item:last-child ul li:first-child{
	position: absolute;
	width: 72%;
	top: 0;
	right: 0;
}
#contbox_location_04 .inner01 .item:last-child ul li:last-child{
	position: absolute;
	width: 72%;
	bottom: 0;
	left: 0;
}
#contbox_location_05{
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_05 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#contbox_location_05 .inner01 .item{
	width: 46%;
	align-self: center;
}

#contbox_location_06{
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_06 img.img_loc_map03{
	width: 100%;
	margin: 0 auto;
}
#contbox_location_06 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
#contbox_location_06 .inner01 .item{
	width: 32%;
}

#contbox_life {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_life .item{
    width: 48%;
}
#contbox_life table{
	width:100%;
	margin:15px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;

	}

#contbox_life table caption{
	text-align:left;
	font-size:30px;
	font-size:3.0rem;
	font-weight: normal;
	color:#fff;
	font-family: 'Hind', sans-serif;	
	}
#contbox_life table caption span{
    font-size:12px;
	font-size:1.2rem;
    margin: 0 0 0 20px;
}

#contbox_life table th{
	width:60%;
	border-bottom:1px solid #bbbbbb;
	padding:6px 0;
	font-size:12px;
	font-size:1.2rem;
	text-align:left;
	vertical-align:top;
}

#contbox_life table td{
	width:38%;
	border-bottom:1px solid #bbbbbb;
	padding:6px 0;
	font-size:12px;
	font-size:1.2rem;
	text-align:right;
	vertical-align:top;
}

#contbox_life .item .item_inner01{
    display: flex;
    justify-content: space-between;
    margin: 40px 0 0 0;
    padding: 20px 20px 0 20px;
    box-sizing: border-box;
	border:1px solid #bbbbbb;
}
#contbox_life .item .item_inner01 .item:first-child{
    width: 56%;
}
#contbox_life .item .item_inner01 .item:last-child{
    width: 40%;
}
}

/* sp
-------------------------------------*/
@media only screen and (max-width: 767px) {

img.img_border{
    box-sizing: border-box;
	border:1px solid #666;
}

/* BxSlider v4.1.2
 * by: Steven Wanderski, 2014
 * --------------------------------- */
/* RESET AND LAYOUT */
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
 *zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}
/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(img/common/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index:1;
}
/* THEME */
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}
.bx-pager{
	position: absolute;
	left:50%;
	bottom: 20px;
	width: 142px;
	z-index: 3;
	margin:0 0 0 -71px;
}
/* PAGER */
.bx-wrapper .bx-pager {
	/*text-align: right;*/
	padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
 *zoom: 1;
 *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #fff;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*hover　active　カラー*/
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #aa130e;
}

.bx-wrapper .bx-prev {
	display:inline-block;
	left: 15px;
	background: url(../images/btn_prev.png) no-repeat 0 0;
	background-size:48px 48px;
}
.bx-wrapper .bx-next {
	display:inline-block;
	right: 15px;
	background: url(../images/btn_next.png) no-repeat 0 0;
	background-size:48px 48px;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 45%;
	outline: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	z-index:2;
}
.bx-wrapper #bx-pager a:hover img, .bx-wrapper #bx-pager a.active img {
	border: solid #5280DD 1px;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}


.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(../img/ajax-loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}


#contbox_location_01 {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#main_img{
	position:relative;
	width: 100%;
	height: auto;
	margin:0 auto;
	padding:0 0 0 0;
	overflow:hidden;
}
#main_img ul li{
  width: 100%;
}

#contbox_location_02 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_02 .inner01{
	width: 100%;
	height: auto;
	margin:0 auto;
}

#contbox_location_02 .inner01 img.loc_map01{
	width: 100%;
	margin: 0 0 20px 0;
	bottom: 0;
	right: 0;
}
#contbox_location_02 .inner01 ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_location_02 .inner01 ul li{
	width: 49%;
}
/*社内資料の並び#contbox_location_02 .inner01{
	position: inherit;
	width: 100%;
	height: auto;
	margin:0 auto;
}

#contbox_location_02 .inner01 img.loc_map01{
	position: inherit;
	width: 100%;
	margin: 0 0 20px 0;
	bottom: 0;
	right: 0;
}
#contbox_location_02 .inner01 ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contbox_location_02 .inner01 ul li:first-child{
	position: inherit;
	width: 49%;
	height: auto;
}
#contbox_location_02 .inner01 ul li:nth-child(2){
	position: inherit;
	width: 49%;
	height: auto;
	top: 0px;
	right: 0;
}
#contbox_location_02 .inner01 ul li:nth-child(3){
	position: inherit;
	width: 49%;
	height: auto;
	top: 0;
	right: 0px;
	z-index: 3;
}
#contbox_location_02 .inner01 ul li:nth-child(4){
	position: inherit;
	width: 49%;
	height: auto;
	bottom: 0;
	left: 0px;
	z-index: 2;
}
#contbox_location_02 .inner01 ul li:last-child{
	position: inherit;
	width: 49%;
	height: auto;
	bottom: 0px;
	left: 0px;
	z-index: 1;
}*/
#contbox_location_03 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_03 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#contbox_location_03 .inner01 .item{
	position: relative;
	width: 100%;
	margin: 0 0 80px 0;
}
#contbox_location_03 .inner01 .item .img_box{
	position: inherit;
	width: 100%;
}
#contbox_location_03 .inner01 .item .img_box .img_box_inner{
	position: inherit;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding: 0;
	background-color: #fff;
}
#contbox_location_03 .inner01 .item p.p_nb{
	position: absolute;
	font-family: 'Hind', sans-serif;	
	font-size: 100px;
	font-size: 10.0rem;
	color: #b4b6b9;
	text-align: left;
	margin: 0 0 0 0;
	top: -90px;
	right: 0;
	z-index:1;
}
#contbox_location_03 .inner01 .item dl{
	margin: 30px 0 0 0;
}
#contbox_location_03 .inner01 .item dt{
	text-align: left;	
	font-size: 18px;
	font-size: 1.8rem;
	font-family:Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , "Noto Serif JP" , serif;
	color: #fff;
}
#contbox_location_03 .inner01 .item dt span{
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	margin: 0 0 10px 0;
}
#contbox_location_03 .inner01 .item dd{
	text-align: left;	
	font-size: 14px;
	font-size: 1.4rem;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contbox_location_04 {
	width:100%;
	margin:0 auto 80px auto;
	padding: 0;
	text-align:center;
	overflow:hidden;
}
#contbox_location_04 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0 0 0;
}
#contbox_location_04 .inner01 .item:first-child{
	width: 100%;
}
#contbox_location_04 .inner01 .item:last-child{
	position: inherit;
	width: 100%;
}
#contbox_location_04 .inner01 .item:last-child ul{
	display: flex;
	justify-content: space-between;
}
#contbox_location_04 .inner01 .item:last-child ul li:first-child{
	position: inherit;
	width:49%;
	top: 0;
	right: 0;
}
#contbox_location_04 .inner01 .item:last-child ul li:last-child{
	position: inherit;
	width: 49%;
	bottom: 0;
	left: 0;
}
#contbox_location_05{
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_05 .inner01{
	width: 94%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
#contbox_location_05 .inner01 .item{
	width: 100%;
}

#contbox_location_06{
	width:94%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_location_06 img.img_loc_map03{
	width: 100%;
	margin: 0 auto;
}
#contbox_location_06 .inner01{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 20px auto 0 auto;
}
#contbox_location_06 .inner01 .item{
	width: 100%;
}

#contbox_life {
	width:100%;
	margin:0 auto 80px auto;
	text-align:center;
	overflow:hidden;
}
#contbox_life .item{
    width: 100%;
}
#contbox_life table{
	width:100%;
	margin:15px auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	}

#contbox_life table caption{
	text-align:left;
	font-size:16px;
	font-size:1.6rem;
	font-weight: normal;
	color:#fff;
	font-family: 'Hind', sans-serif;	
	}

#contbox_life table th{
	display:block;
	width:95%;
	padding:2.5%;
	border:none;
	color: #000;
	background: #E0E0E0;
	font-size:12px;
	font-size:1.2rem;
	text-align:left;
	vertical-align:top;
}

#contbox_life table td{
	display:block;
	width:95%;
	padding:2.5%;
	font-size:12px;
	font-size:1.2rem;
	text-align:right;
	vertical-align:top;
}

}