@charset "utf-8";
/*
 * ページ固有のCSSを記述
 */

/*
 * home
 */
.c_promo{
	position: relative;
	padding-right: 50%;
}
.c_promo::before{
  content: '';
  position: absolute;
  bottom: 0px;
  left: 0px;
  display: block;
  background-color: #003fa0;
  width: 100%;
  height: 140px;
  z-index: -1;
}

.c_promo-text{
	overflow: hidden;
	position: absolute;
	top: 110px;
	left: 60%;
	display: -webkit-flex;
	display: flex;
  flex-direction: row-reverse;
	z-index: 3;
}
.c_promo-text li{
	display: inline-block;
	margin-right: 10px;
	font-family: "Shippori Mincho", serif;
	font-size: 34px;
	font-weight: 700;
	color: white;
	line-height: 1.2;
}
.c_promo-text li span{
	background-color: #003fa0;
	display: block;
	padding: 0px 8px;
}
.c_promo-text li:nth-child(3) span{
	background-color: #dd0a09;
}
.c_promo-text li span:first-child{
	padding-top: 6px;
}
.c_promo-text li span:last-child{
	padding-bottom: 6px;
}

.c_promo-staff{
	position: absolute;
	bottom: 0px;
	right: 2%;
	z-index: 1;
}
@media screen and (min-width: 1040px) and (max-width: 1300px) {
	.c_promo-text{
		left: 54%;
	}	

	.c_promo-staff img{
		width: 260px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.c_promo{
		padding-right: 40%;
	}
	.c_promo::before{
	  height: 120px;
	}
	
	.c_promo-text{
		top: 100px;
		left: 48%;
	}
	.c_promo-text li{
		font-size: 26px;
	}
	
	.c_promo-staff img{
		width: 200px;
	}
}
@media print{
	.c_promo{
		padding-right: 40%;
	}
	.c_promo::before{
	  height: 120px;
	}
	
	.c_promo-text{
		top: 100px;
		left: 48%;
	}
	.c_promo-text li{
		font-size: 20px;
	}
	
	.c_promo-staff img{
		width: 150px;
	}
}
@media screen and (max-width: 767px) {
	.c_promo{
		padding: 55px 0 0 0;
	}
	
	.c_promo-text{
		top: 60px;
		left: 5%;
	}
	.c_promo-text li{
		margin-right: 6px;
		font-size: 16px;
	}
	.c_promo-text li span{
		padding: 0px 6px;
	}
	
	.c_promo-staff{
		z-index: 3;
	}
	.c_promo-staff img{
		width: 140px;
	}
}

/* area01 */
.home_area01-bt01{
	float: right;
	width: 325px;
}

.home_area01-con02{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}
.home_area01-con02 li{
	box-sizing: content-box;
	padding-right: 2%;
	margin-bottom: 2%;
	width: 32%;
}
.home_area01-con02 li:nth-child(3n){
	padding-right: 0%;
}
.home_area01-con02 li figure{
	border-right: #003fa0 solid 1px;
	border-bottom: #003fa0 solid 1px;
	padding: 0 3px 3px 0;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.home_area01-bt01{
		width: 280px;
	}
}
@media print{	
	.home_area01-bt01{
		width: 280px;
	}
}
@media screen and (max-width: 767px) {
	.home_area01-bt01{
		float: none;
		width: 100%;
	}
	
	.home_area01-con02{
		display: block;
	}
	.home_area01-con02 li{
		padding-right: 0%;
		margin-bottom: 20px;
		width: 100%;
		text-align: center;
	}
	.home_area01-con02 li:last-child{
		margin-bottom: 0px;
	}
	.home_area01-con02 li figure{
		display: inline-block;
	}
}

/* area02 */
.home_area02-con01{
	background-color: #003fa0;
}
.home_area02-col01{
	position: relative;
}
.home_area02-col01 .col01_text{
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -520px;
	width: 520px;
	color: white;
	z-index: 3;
}
.home_area02-col01 .col01_photo{
	padding-left: 50%;
}

.home_area02-col01 .col01_photo .photo{
	margin: 0 0 0 40px;
	height: 600px;
}
.home_area02-col01 .col01_photo .photo img{
	width: 100%;
	height: 600px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.home_area02-con02{
	display: table;
	background-color: #003fa0;
	width: 100%;
	color: white;
}
.home_area02-con02:hover{
	text-decoration: none;
	color: white;
}
.home_area02-con02 .con02_text{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.home_area02-con02 .con02_photo{
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.home_area02-text01{
	overflow: hidden;
	padding: 20px;
	width: 346px;
}
.home_area02-text01 .text01_en{
	background-color: white;
	padding: 4px 10px;
	margin: 0;
	font-family: "Lexend", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #003fa0;
}
.home_area02-text01 .text01_jp01,
.home_area02-text01 .text01_jp02{
	display: -webkit-flex;
	display: flex;
	border-left: white solid 1px;
	margin: 0;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.home_area02-text01 .text01_jp01 span,
.home_area02-text01 .text01_jp02 span{
	display: block;
	padding: 3px 0 6px 0;
	width: 20%;
	border-right: white solid 1px;
	border-bottom: white solid 1px;
}

.home_area02-con02 .con02_photo .photo{
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 400px;
}
.home_area02-con02 .con02_photo .photo img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.5s all;
}
.home_area02-con02:hover .con02_photo .photo img{
  transform: scale(1.2,1.2);
  transition: 0.7s all;
}

.home_area02-con02 .con02_photo .link{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:rgba(0,63,160,0.8);
	padding: 20px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.home_area02-con02 .con02_photo .link .link_txt{
	font-size: 30px;
	font-weight: 700;
}
.home_area02-con02 .con02_photo .link .link_arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #dd0a09;
	text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.home_area02-col01 .col01_text{
		top: 20px;
		left: 2%;
		margin-left: 0px;
		width: 49%;
	}
	.home_area02-col01 .col01_photo{
		padding-left: 54%;
	}
	
	.home_area02-col01 .col01_photo .photo{
		margin: 0px;
		height: 630px;
	}
	.home_area02-col01 .col01_photo .photo img{
		height: 630px;
	}

	.home_area02-con02 .con02_text{
		width: 52%;
	}
	
	.home_area02-text01{
		padding: 15px;
		width: 300px;
	}
	.home_area02-text01 .text01_en{
		font-size: 20px;
	}
	.home_area02-text01 .text01_jp01,
	.home_area02-text01 .text01_jp02{
		font-size: 42px;
	}
	
	.home_area02-con02 .con02_photo .photo{
		height: 420px;
	}
	.home_area02-con02 .con02_photo .photo img{
		height: 420px;
	}

	.home_area02-con02 .con02_photo .link .link_txt{
		font-size: 22px;
	}
	.home_area02-con02 .con02_photo .link .link_arrow{
		bottom: 20px;
		right: 10px;
		font-size: 22px;
	}
}
@media print{
	.home_area02-col01 .col01_text{
		top: 20px;
		left: 2%;
		margin-left: 0px;
		width: 49%;
	}
	.home_area02-col01 .col01_photo{
		padding-left: 54%;
	}
	
	.home_area02-col01 .col01_photo .photo{
		margin: 0px;
		height: 630px;
	}
	.home_area02-col01 .col01_photo .photo img{
		height: 630px;
	}

	.home_area02-con02 .con02_text{
		width: 52%;
	}
	
	.home_area02-text01{
		padding: 15px;
		width: 300px;
	}
	.home_area02-text01 .text01_en{
		font-size: 18px;
	}
	.home_area02-text01 .text01_jp01,
	.home_area02-text01 .text01_jp02{
		font-size: 34px;
	}
	
	.home_area02-con02 .con02_photo .photo{
		height: 420px;
	}
	.home_area02-con02 .con02_photo .photo img{
		height: 420px;
	}

	.home_area02-con02 .con02_photo .link .link_txt{
		font-size: 19px;
	}
	.home_area02-con02 .con02_photo .link .link_arrow{
		bottom: 20px;
		right: 10px;
		font-size: 19px;
	}
}
@media screen and (max-width: 767px) {
	.home_area02-col01{
		padding: 20px 0 0 0;
	}
	.home_area02-col01 .col01_text{
		position: static;
		margin: 0 auto 20px auto;
		width: 92%;
	}
	.home_area02-col01 .col01_photo{
		padding-left: 0%;
	}
	
	.home_area02-col01 .col01_photo .photo{
		margin: 0;
		height: 240px;
	}
	.home_area02-col01 .col01_photo .photo img{
		height: 240px;
	}
	
	.home_area02-con02{
		display: block;
		width: auto;
	}
	.home_area02-con02 .con02_text{
		display: block;
		width: auto;
		padding: 0 15px 15px 0;
	}
	.home_area02-con02 .con02_photo{
		display: block;
	}
	
	.home_area02-text01{
		padding: 10px;
		width: 240px;
	}
	.home_area02-text01 .text01_en{
		font-size: 18px;
	}
	.home_area02-text01 .text01_jp01,
	.home_area02-text01 .text01_jp02{
		font-size: 28px;
	}
	.home_area02-text01 .text01_jp01 span,
	.home_area02-text01 .text01_jp02 span{
		width: 20%;
	}
	
	.home_area02-con02 .con02_photo .photo{
		height: 260px;
	}
	.home_area02-con02 .con02_photo .photo img{
		height: 260px;
	}
	
	.home_area02-con02 .con02_photo .link{
		padding: 10px 0;
	}
	.home_area02-con02 .con02_photo .link .link_txt{
		font-size: 18px;
	}
	.home_area02-con02 .con02_photo .link .link_arrow{
		bottom: 10px;
		right: 10px;
		font-size: 18px;
	}
}

/* area03 */
.home_area03-bt01{
	margin: 0 auto;
	width: 330px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.home_area03-bt01{
		width: 270px;
	}
}
@media print{
	.home_area03-bt01{
		width: 270px;
	}
}
@media screen and (max-width: 767px) {
	.home_area03-bt01{
		width: 92%;
	}
}


/*
 * 採用情報
 */
.recruit_area02-photo01{
	margin: 0 auto;
	width: 645px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.recruit_area02-photo01{
		width: 520px;
	}
}
@media print{
	.recruit_area02-photo01{
		width: 460px;
	}
}
@media screen and (max-width: 767px) {
	.recruit_area02-photo01{
		width: 100%;
	}
}

/* area03 */
.recruit_area03-con01{
	display: table;
	background-color: #003fa0;
	width: 100%;
	color: white;
}
.recruit_area03-con01:hover{
	text-decoration: none;
	color: white;
}
.recruit_area03-con01 .con01_text{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.recruit_area03-con01 .con01_photo{
	position: relative;
	display: table-cell;
	vertical-align: top;
}

.recruit_area03-text01{
	overflow: hidden;
	padding: 20px;
	width: 100%;
}
.recruit_area03-text01 .text01_en{
	background-color: white;
	padding: 4px 10px;
	margin: 0;
	font-family: "Lexend", sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #003fa0;
}
.recruit_area03-text01 .text01_jp01,
.recruit_area03-text01 .text01_jp02{
	display: -webkit-flex;
	display: flex;
	border-left: white solid 1px;
	margin: 0;
	font-size: 50px;
	font-weight: 700;
	text-align: center;
	line-height: 1.2;
}
.recruit_area03-text01 .text01_jp01 span,
.recruit_area03-text01 .text01_jp02 span{
	display: block;
	padding: 3px 0 6px 0;
	width: 16.6%;
	border-right: white solid 1px;
	border-bottom: white solid 1px;
}
.recruit_area03-text01 .text01_jp01 .end,
.recruit_area03-text01 .text01_jp02 .end{
	width: 17%;
}

.recruit_area03-dial{
	text-align: center;
}
.recruit_area03-dial .dial_phone{
	position: relative;
	font-size: 40px;
	font-weight: 700;
	color: white;
	letter-spacing: 0.08em;
	z-index: 10;
}
.recruit_area03-dial .dial_phone img{
	display: inline-block;
	margin-right: 10px;
	width: 46px;
}

.recruit_area03-con01 .con01_photo .photo{
	overflow: hidden;
	margin: 0;
	width: 100%;
	height: 400px;
}
.recruit_area03-con01 .con01_photo .photo img{
	width: 100%;
	height: 400px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
	transition: 0.5s all;
}
.recruit_area03-con01:hover .con01_photo .photo img{
  transform: scale(1.2,1.2);
  transition: 0.7s all;
}

.recruit_area03-con01 .con01_photo .link{
	position: absolute;
	bottom: 0px;
	left: 0px;
	background:rgba(0,63,160,0.8);
	padding: 20px 0;
	margin: 0;
	width: 100%;
	text-align: center;
	z-index: 2;
}
.recruit_area03-con01 .con01_photo .link .link_txt{
	font-size: 30px;
	font-weight: 700;
}
.recruit_area03-con01 .con01_photo .link .link_arrow{
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 30px;
	font-weight: 700;
	color: #dd0a09;
	text-shadow: 
		white 2px 0px,  white -2px 0px,
		white 0px -2px, white 0px 2px,
		white 2px 2px , white -2px 2px,
		white 2px -2px, white -2px -2px,
		white 1px 2px,  white -1px 2px,
		white 1px -2px, white -1px -2px,
		white 2px 1px,  white -2px 1px,
		white 2px -1px, white -2px -1px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.recruit_area03-text01{
		padding: 20px;
	}
	.recruit_area03-text01 .text01_en{
		font-size: 21px;
	}
	.recruit_area03-text01 .text01_jp01,
	.recruit_area03-text01 .text01_jp02{
		font-size: 40px;
	}
	
	.recruit_area03-dial{
		text-align: center;
	}
	.recruit_area03-dial .dial_phone{
		font-size: 32px;
	}
	.recruit_area03-dial .dial_phone img{
		width: 36px;
	}
	
	.recruit_area03-con01 .con01_photo .photo{
		height: 320px;
	}
	.recruit_area03-con01 .con01_photo .photo img{
		height: 320px;
	}
	
	.recruit_area03-con01 .con01_photo .link{
		padding: 15px 0;
	}
	.recruit_area03-con01 .con01_photo .link .link_txt{
		font-size: 24px;
	}
	.recruit_area03-con01 .con01_photo .link .link_arrow{
		bottom: 15px;
		right: 15px;
		font-size: 24px;
	}
}
@media print{
	.recruit_area03-text01{
		padding: 20px;
	}
	.recruit_area03-text01 .text01_en{
		font-size: 18px;
	}
	.recruit_area03-text01 .text01_jp01,
	.recruit_area03-text01 .text01_jp02{
		font-size: 30px;
	}
	
	.recruit_area03-dial{
		text-align: center;
	}
	.recruit_area03-dial .dial_phone{
		font-size: 24px;
	}
	.recruit_area03-dial .dial_phone img{
		width: 36px;
	}
	
	.recruit_area03-con01 .con01_photo .photo{
		height: 320px;
	}
	.recruit_area03-con01 .con01_photo .photo img{
		height: 320px;
	}
	
	.recruit_area03-con01 .con01_photo .link{
		padding: 15px 0;
	}
	.recruit_area03-con01 .con01_photo .link .link_txt{
		font-size: 20px;
	}
	.recruit_area03-con01 .con01_photo .link .link_arrow{
		bottom: 15px;
		right: 15px;
		font-size: 20px;
	}
}
@media screen and (max-width: 767px) {
	.recruit_area03-con01{
		display: block;
		width: auto;
	}
	.recruit_area03-con01 .con01_text{
		display: block;
		margin-bottom: 35px;
		width: auto;
	}
	.recruit_area03-con01 .con01_photo{
		display: block;
	}
	
	.recruit_area03-text01{
		padding: 15px;
		width: auto;
	}
	.recruit_area03-text01 .text01_en{
		padding: 4px 6px;
		font-size: 18px;
	}
	.recruit_area03-text01 .text01_jp01,
	.recruit_area03-text01 .text01_jp02{
		font-size: 24px;
	}

	.recruit_area03-dial .dial_phone{
		font-size: 22px;
	}
	.recruit_area03-dial .dial_phone img{
		width: 26px;
	}
	
	.recruit_area03-con01 .con01_photo .photo{
		height: 200px;
	}
	.recruit_area03-con01 .con01_photo .photo img{
		height: 200px;
	}
	
	.recruit_area03-con01 .con01_photo .link{
		padding: 6px 0;
	}
	.recruit_area03-con01 .con01_photo .link .link_txt{
		font-size: 16px;
	}
	.recruit_area03-con01 .con01_photo .link .link_arrow{
		bottom: 6px;
		right: 10px;
		font-size: 16px;
	}
}

/* area04 */
.recruit_area04-flow{
	overflow: hidden;
}
.recruit_area04-flow li{
	margin-bottom: 30px;
}
.recruit_area04-flow li:last-child{
	margin-bottom: 0px;
}

.recruit_area04-col01{
	display: table;
}
.recruit_area04-col01 .no{
	display: table-cell;
	border: #003fa0 solid 2px;
	width: 80px;
	font-family: "Lexend", sans-serif;
	font-size: 60px;
	font-weight: 700;
	color: #003fa0;
	text-align: center;
	vertical-align: middle;
}
.recruit_area04-col01 .text{
	display: table-cell;
	padding: 0 0 15px 30px;
	vertical-align: middle;
}

.recruit_area04-tit01{
	position: relative;
	border-bottom: #d8d8d8 solid 4px;
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.08em;
	color: #003fa0;
}
.recruit_area04-tit01 span{
	position: relative;
	display: inline-block;
	padding: 4px 20px 4px 5px;
}
.recruit_area04-tit01 span::before{
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0px;
	display: block;
	background-color: #003fa0;
	width: 100%;
	height: 4px;
	z-index: 3;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.recruit_area04-flow li{
		margin-bottom: 20px;
	}

	.recruit_area04-col01 .no{
		width: 60px;
		font-size: 46px;
	}
	.recruit_area04-col01 .text{
		padding: 0 0 15px 20px;
	}
	
	.recruit_area04-tit01{
		font-size: 20px;
	}
	.recruit_area04-tit01 span{
		padding: 4px 15px 4px 5px;
	}
}
@media print{
	.recruit_area04-flow li{
		margin-bottom: 20px;
	}

	.recruit_area04-col01 .no{
		width: 60px;
		font-size: 38px;
	}
	.recruit_area04-col01 .text{
		padding: 0 0 15px 20px;
	}
	
	.recruit_area04-tit01{
		font-size: 18px;
	}
	.recruit_area04-tit01 span{
		padding: 4px 15px 4px 5px;
	}
}
@media screen and (max-width: 767px) {
	.recruit_area04-flow li{
		margin-bottom: 20px;
	}
	
	.recruit_area04-col01{
		display: block;
	}
	.recruit_area04-col01 .no{
		display: block;
		width: auto;
		margin-bottom: 5px;
		font-size: 24px;
	}
	.recruit_area04-col01 .text{
		display: block;
		padding: 0px;
	}
	
	.recruit_area04-tit01{
		border-bottom: #d8d8d8 solid 2px;
		font-size: 17px;
	}
	.recruit_area04-tit01 span{
		padding: 2px 10px 2px 4px;
	}
	.recruit_area04-tit01 span::before{
		bottom: -2px;
		height: 2px;
	}
}


/*
 * 会社概要
 */
.company_area02-map{
	position: relative;
	padding-bottom: 86px;
}
.company_area02-map .map_text{
	position: absolute;
	bottom: 0px;
	left: 50%;
	background:rgba(255,255,255,0.8);
	box-shadow: 1px 1px 1px #c4c4c4;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 25px 20px 20px 20px;
	margin-left: -470px;
	width: 940px;
	z-index: 3;
}

.company_area02-text01{
	display: table;
	width: 100%;
}
.company_area02-text01 .left{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}
.company_area02-text01 .right{
	display: table-cell;
	width: 50%;
	vertical-align: top;
}

.company_area02-bt01{
	margin: 0 auto;
	width: 420px;
}
@media screen and (min-width: 768px) and (max-width: 1039px) {
	.company_area02-map{
		padding-bottom: 86px;
	}
	.company_area02-map .map_text{
		left: 4%;
		padding: 25px 20px 20px 20px;
		margin-left: 0px;
		width: 92%;
	}
	
	.company_area02-bt01{
		width: 360px;
	}
}
@media print{
	.company_area02-map{
		padding-bottom: 86px;
	}
	.company_area02-map .map_text{
		left: 4%;
		padding: 25px 20px 20px 20px;
		margin-left: 0px;
		width: 92%;
	}
	
	.company_area02-bt01{
		width: 360px;
	}
}
@media screen and (max-width: 767px) {
	.company_area02-map{
		padding-bottom: 0px;
	}
	.company_area02-map .map_text{
		position: static;
		border: #dadada solid 0px;
		box-shadow: 0px 0px 0px #c4c4c4;
		padding: 15px;
		margin: 15px auto 0 auto;
		width: 92%;
	}
	
	.company_area02-text01{
		display: block;
		width: auto;
	}
	.company_area02-text01 .left{
		display: block;
		margin-bottom: 15px;
		width: auto;
	}
	.company_area02-text01 .right{
		display: block;
		width: auto;
	}
	
	.company_area02-bt01{
		width: 100%;
	}
}


/*
 * contact
 */
.contact_area01-con01{
	background-image: url(../img/contact/area01_bg01.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
}
.contact_area01-con01 .con01_col{
	background: rgba(255,255,255,0.8);
	border-radius: 16px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	padding: 40px 20px;
}

.contact_lay-col{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;
}
.contact_lay-col .col_box{
	width: 50%;
	text-align: center;
}

.contact_lay-txt01{
	display: inline-block;
	background-color: #003fa0;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	padding: 4px 20px;
	margin: 0 auto 20px auto;
	font-size: 18px;
	font-weight: 700;
	color: white;
}

.contact_lay-number{
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.contact_lay-number .number_ic01{
	position: relative;
	top: -14px;
	display: table-cell;
}
.contact_lay-number .number_ic02{
	position: relative;
	top: -15px;
	display: table-cell;
}

.contact_lay-number .number_txt{
	position: relative;
	display: table-cell;
	padding-left: 15px;
	font-family: "Shippori Mincho", serif;
	font-size: 50px;
	font-weight: 700;
}

.contact_lay-text{
	display: table;
	margin: 0 auto;
	width: 290px;
}
.contact_lay-text .text_tit{
	display: table-cell;
	background-color: #222222;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	width: 100px;
	padding: 0 6px;
	font-size: 15px;
	font-weight: 700;
	color: white;
	vertical-align: middle;
}
.contact_lay-text .text_txt{
	display: table-cell;
	padding-left: 10px;
	font-size: 16px;
	text-align: left;
	line-height: 1.4;
	vertical-align: middle;
}
@media screen and (min-width: 768px) and (max-width: 1099px) {
	.contact_area01-con01{
		padding: 60px 0;
	}
	.contact_area01-con01 .con01_col{
		padding: 30px 15px;
	}

	.contact_lay-txt01{
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -10px;
	}
	.contact_lay-number .number_ic01 img{
		width: 26px;
	}
	.contact_lay-number .number_ic02{
		top: -14px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 11px;
	}
	.contact_lay-number .number_ic02 img{
		position: relative;
		top:4px;
		width: 36px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 38px;
	}

	.contact_lay-number-min .number_ic01{
		top: -3px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 11px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 20px;
	}

	.contact_lay-text{
		width: 230px;
	}
	.contact_lay-text .text_tit{
		width: 76px;
		font-size: 13px;
	}
}
@media print{
	.contact_area01-con01{
		padding: 60px 0;
	}
	.contact_area01-con01 .con01_col{
		padding: 30px 15px;
	}

	.contact_lay-txt01{
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -10px;
	}
	.contact_lay-number .number_ic01 img{
		width: 26px;
	}
	.contact_lay-number .number_ic02{
		top: -14px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 9px;
	}
	.contact_lay-number .number_ic02 img{
		position: relative;
		top:4px;
		width: 36px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 32px;
	}

	.contact_lay-number-min .number_ic01{
		top: -3px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 9px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 17px;
	}

	.contact_lay-text{
		width: 230px;
	}
	.contact_lay-text .text_tit{
		width: 76px;
		font-size: 11px;
	}
	.contact_lay-text .text_txt{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.contact_area01-con01{
		padding: 40px 0;
	}
	.contact_area01-con01 .con01_col{
		padding: 20px 15px;
	}

	.contact_lay-col{
		display: block;
	}
	.contact_lay-col .col_box{
		width: auto;
	}
	
	.contact_lay-txt01{
		padding: 4px 12px;
		margin: 0 0 5px 0;
		font-size: 15px;
	}

	.contact_lay-number .number_ic01{
		top: -5px;
	}
	.contact_lay-number .number_ic01 img{
		width: 18px;
	}
	.contact_lay-number .number_ic02{
		top: -6px;
	}
	.contact_lay-number .number_ic02 .ic02_txt{
		font-size: 10px;
		line-height: 1.2;
	}
	.contact_lay-number .number_ic02 img{
		width: 22px;
	}
	.contact_lay-number .number_txt{
		padding-left: 10px;
		font-size: 24px;
	}

	.contact_lay-number-min .number_ic01{
		top: -4px;
	}
	.contact_lay-number-min .number_ic01 img{
		width: 12px;
	}
	.contact_lay-number-min .number_txt{
		padding-left: 10px;
		font-size: 18px;
	}

	.contact_lay-text{
		width: 230px;
	}
	.contact_lay-text .text_tit{
		width: 76px;
		font-size: 13px;
	}
}

/* address */
.address_con{
	border-bottom: #cccccc solid 1px;
	padding-bottom: 16px;
	margin-bottom: 15px;
}
.address_con:last-child{
	border-bottom: #cccccc solid 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.address_con p{
	margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
	.address_con{
		padding-bottom: 12px;
		margin-bottom: 11px;
	}
}

/* policy */
.policy{
	overflow: hidden;
}
.policy_tit{
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-family: 'Noto Serif JP', sans-serif;
	text-align: center;
}
.policy_tit .inn{
	color: #1f4481;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.policy_tit .inn:before, .policy_tit .inn:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #171717;
	display: block;
}
.policy_tit .inn:before {
	margin-right: .4em;
}
.policy_tit .inn:after {
	margin-left: .4em;
}
.policy_txt{
	overflow: hidden;
	overflow-y: scroll;
	border: #a8a8a8 solid 1px;
	padding: 20px;
	height: 280px;
}
.policy_txt .mida{
	background-color: #575757;
	padding: 6px 10px;
	color: white;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	.policy_tit .inn{
		font-size: 20px;
	}
	.policy_txt{
		padding: 15px;
	}
}
@media print{
	.policy_tit .inn{
		font-size: 17px;
	}
	.policy_txt{
		padding: 13px;
	}
}
@media screen and (max-width: 767px) {
	.policy_tit .inn{
		font-size: 16px;
	}
	.policy_txt{
		padding: 14px;
		font-size: 13px;
	}
}