@charset "utf-8";

/*-----------------------------------------------------------------
	共通css
-----------------------------------------------------------------*/

.page_header {
	background: #E8EAF0 url("../images/page_header.jpg") no-repeat bottom;
	background-size: cover;
	height: 250px;
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 3%;
}

.page_header::before {
	content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.5);
    background-color: rgba(32, 52, 110, 0.7);
    z-index: 1;
}

.h1_page {
	width: 90%;
	max-width: 1100px;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 1;
}

.pannav {
    font-size: 13px;
	margin-top: 20px;
    margin-bottom: 30px;
    padding: 10px 0;
	color: #606060;
	justify-content: flex-start;
	align-items: center;
}

.pannav_home { font-weight: bold;}

.pannav_arrow {
    color: #666;
    font-weight: bold;
    padding: 0 20px;
    position: relative;
}
.pannav_arrow::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: solid 1px #6f6f6f;
    border-right: solid 1px #6f6f6f;
    position: absolute;
    left: 15px;
    top: 0;
    transform: rotate(45deg);
}

.page_contents + .page_contents {
	padding-top: 80px;
}

.page_contents_inner {
	padding: 50px 0;
}

.default_tbl {
  width: 100%;
  font-size: 18px;
}

.default_tbl th,
.default_tbl td {
  padding: 40px 0;
  text-align: left;
  line-height: 1.4em;
}

.default_tbl th {
  width: 200px;
  border-bottom: #20346E 2px solid;
  vertical-align: top;
  font-weight: 500;
  color: #20346E;
}
.default_tbl td {
  padding-left: 30px;
  border-bottom: #E8EAF0 1px solid;
}

.page_intro_box {
  font-size: 30px;
  font-weight: bold;
  color: #20346E;
  padding: 50px 0 80px;
  text-align: center;
  line-height: 1.6em;
}

@media only screen and (max-width: 999px) {
	.page_header {
		height: 150px;
    padding-bottom: 30px;
	}
	.h1_page { font-size: 30px;}
  
  .default_tbl { font-size: 16px;}

  .default_tbl th { width: 130px;}
}

/* SP */
@media only screen and (max-width: 768px) {
	.h1_page { font-size: 24px;}

}

@media only screen and (max-width: 550px) {
	.h1_page { font-size: 20px;}
  .default_tbl { font-size: 14px;}
  .default_tbl th { width: 100px;}
  .default_tbl th,
  .default_tbl td {
    padding: 20px 0;
  }
  .default_tbl td {
    padding-left: 10px;
  }
  .page_intro_box {
    font-size: 22px;
    padding: 30px 0 50px;
  }

}

/*-----------------------------------------------------------------
	事業内容
-----------------------------------------------------------------*/

.page_works {
  position: relative;
  padding: 50px 0 150px;
}

.page_works::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-top: 20vw solid #E8EAF0;
    border-right: 100vw solid transparent;
    z-index: -1;
}
.h2_works {
  font-size: 50px;
  font-weight: bold;
  color: #479EBF;
  padding: 30px 0;
  margin-bottom: 20px;
}
.h2_works strong {
  font-size: 200%;
  color: #fff;
  -webkit-text-stroke: 1px #479EBF;
  text-stroke: 1px #479EBF;
  margin-right: 5px;
}
.works_big_txt {
  color: rgba(32, 52, 110, 0.2);
  font-size: 120px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: -40px;
}
.works_box {
  width: 100%;
  max-width: 1500px;
  margin: auto;
}
.works_box_l {
  width: 50%;
  padding: 0 50px;
}
.works_box_r {
  width: 45%;
}
.works_box_r img {
  box-shadow: 0 0 20px rgba(0,0,0,0.2);
}

@media only screen and (min-width:1280px) and (max-width: 1500px) {

  .h2_works {
    font-size: 3.333vw;
    padding: 2vw 0;
    margin-bottom: 1.333vw;
  }
  .works_big_txt {
    font-size: 8vw;
    margin-bottom: -2.667vw;
  }
  .works_box_l {
    padding: 0 3.333vw;
  }

}

@media only screen and (max-width: 1280px) {

  .h2_works {
    font-size: 3.906vw;
    padding: 2.344vw 0;
    margin-bottom: 1.563vw;
  }
  .works_big_txt {
    font-size: 9.375vw;
    margin-bottom: -3.125vw;
  }
  .works_box_l {
    width: 52%;
    padding: 0 3.906vw;
  }

}

@media only screen and (max-width: 768px) {
  
  .page_works {
    padding: 50px 0 100px;
  }
  .page_works::before {
      border-top: 40vw solid #E8EAF0;
  }
  .works_box_l {
    width: 100%;
    padding: 0 30px;
  }
  .works_box_r {
    width: 95%;
    margin: 40px 0 0 auto;
  }
  .h2_works {
    font-size: 40px;
    padding: 30px 0;
    margin-bottom: 20px;
  }
  .works_big_txt {
    font-size: 80px;
    margin-bottom: -20px;
  }

}

@media only screen and (max-width: 550px) {
  .page_works::before {
      border-top: 50vw solid #E8EAF0;
  }
  .h2_works {
    font-size: 28px;
    padding: 30px 0;
    margin-bottom: 0;
  }
  .h2_works strong {
    font-size: 150%;
  }
  .works_big_txt {
    font-size: 70px;
    margin-bottom: -25px;
  }
  .works_box_l {
    padding: 0 20px;
  }

}

/*-----------------------------------------------------------------
	会社案内
-----------------------------------------------------------------*/
.small_mds {
  /* font-size: 18px; */
  font-weight: bold;
  position: relative;
  padding-left: 20px;
}
.small_mds::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background-color: #479EBF;
  left: 0;
  top: 0.3em;
}
.round_link {
  display: inline-block;
  background-color: #145D94;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  padding: 7px 10px;
  border-radius: 30px;
  line-height: 1em;
}
.history_tbl {
	width: 100%;
	position: relative;
}

.history_tbl::before {
    width: 2px;
    height: 100%;
    content: "";
    position: absolute;
    top: 0;
    left: 55px;
    background-color: #DCDCDC;
    z-index: 1;
}

.history_tbl th,
.history_tbl td {
	padding-top: 15px;
	padding-bottom: 25px;
	padding-left: 20px;
	padding-right: 20px;
	vertical-align: top;
	color: #333;
	font-size: 16px;
}

.history_tbl td .main_txt {
	font-size: 113%;
}

.history_tbl td {
	line-height: 1.4em!important;
  font-size: 18px;
}

.history_tbl td:nth-of-type(1) { width: 150px;}

.history_tbl tr:first-child.oh_border th,
.history_tbl tr:first-child.oh_border td {
	border-top: none;
}

.history_tbl tr.oh_border th {
  width: 100px;
	padding-top: 20px;
}

.history_tbl tr.oh_border td {
	padding-top: 35px;
	border-top: #eee 1px solid;
}


.history_tbl td:nth-of-type(1) {
	white-space: nowrap;
}

.history_tbl td:nth-of-type(1)::before {
	content: "－";
	margin-right: 2px;
}

.oh_circle {
	background-color: #20346E;
	color: #fff;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	font-weight: 500;
	text-align: center;
	padding-top: 23%;
	font-size: 20px;
	position: relative;
	z-index: 2;
}

.oh_circle span {
	width: 100%;
	font-size: 12px;
	display: block;
	margin-bottom: 3px;
}
.map_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
  overflow: hidden;
  background-color: #444;
}
.map_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 999px) {
  
/* .small_mds {
  font-size: 16px;
} */
.round_link { font-size: 13px;}

.history_tbl td {
  font-size: 16px;
}
.history_tbl::before {
  left: 35px;
}

.history_tbl th,
.history_tbl td {
padding-left: 0;
}

}

@media only screen and (max-width: 768px) {
  .history_tbl th,
  .history_tbl td {
    font-size: 14px;
    padding-right: 10px;
  }
  .history_tbl tr.oh_border th {
    width: 70px;
    padding-top: 20px;
  }
  .history_tbl td:nth-of-type(1) { width: 100px;}

  .map_box { padding-top: 50%;}
}

@media only screen and (max-width: 550px) {
  
  /* .small_mds { font-size: 14px;} */
  .small_mds {
    padding-left: 15px;
  }
  .small_mds::before {
    width: 12px;
    height: 12px;
    top: 0.3em;
  }

  .round_link {
    font-size: 12px;
  }
  .outline_history_tbl::before {
		left: 25px;
	}
		
	.oh_circle {
		width: 50px;
		height: 50px;
		font-size: 15px;
    padding-top: 18%;
	}
	
	.oh_circle span {
		font-size: 10px;
	}

  .history_tbl::before {
    left: 25px;
  }
	
	.history_tbl td {
		width: 100%;
		display: block;
	}
	
	.history_tbl td:nth-of-type(1) {
		padding-bottom: 10px;
		font-size: 16px;
		color: #777;
	}	
	.history_tbl td:nth-of-type(2) {
		padding-top: 0;
		padding-bottom: 15px;
		line-height: 1.6em;
	}

	.history_tbl tr.oh_border td:nth-of-type(1) {
		padding-top: 30px;
    width: 100%;
	}

	.history_tbl tr.oh_border td:nth-of-type(2) {
		padding-top: 0;
		border-top: none;
	}

  .map_box { padding-top: 70%;}
}

/*-----------------------------------------------------------------
	許可証一覧
-----------------------------------------------------------------*/

.license_list {
  width: 100%;
}

.license_list li {
  width: 32%;
  margin-top: 20px;
}
.license_list::after {
  content: "";
  width: 32%;
  display: block;
}
.license_list li a {
  width: 100%;
  display: block;
  font-size: 18px;
  background: #fff url("../images/icon_pdf.png") no-repeat right 5% center;
  background-size: 25px;
  border: #479EBF 2px solid;
  border-bottom: #479EBF 5px solid;
  border-radius: 5px;
  padding: 30px 50px 30px 30px;
}
.license_list li a.pdf_disabled {
  background: #E8EAF0;
  border: #479EBF 2px solid;
  pointer-events: none;
}
.license_list li a:hover {
  background: #479EBF url("../images/icon_pdf_w.png") no-repeat right 5% center;
  background-size: 25px;
  color: #fff;
}

@media only screen and (max-width: 999px) {
.license_list li a {
  font-size: 15px;
  background-size: 20px;
  padding: 30px 40px 30px 12px;
}

}
@media only screen and (max-width: 768px) {
  
.license_list li {
  width: 48.5%;
  margin-top: 20px;
}
.license_list::after {
  width: 48.5%;
}

}
@media only screen and (max-width: 550px) {
  .license_list_sp li,
  .license_list_sp::after {
    width: 100%;
  }
  
  .license_list li {
    margin-top: 15px;
  }
  
.license_list li a {
  font-size: 13px;
  padding: 20px 35px 20px 12px;
  background-size: 20px;
}
.license_list li a:hover {
  background-size: 20px;
}

}

/*-----------------------------------------------------------------
	採用情報
-----------------------------------------------------------------*/

.recruit_close_txt {
  padding: 80px 0;
  color: #479EBF;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 550px) {
  .recruit_close_txt {
    padding: 50px 0;
    font-size: 16px;
  }

}

/*-----------------------------------------------------------------
	お問い合わせ
-----------------------------------------------------------------*/

.contact_box {
	/* border-top: #20346E 3px solid;
	border-bottom: #20346E 3px solid; */
	background-color: #fff;
	padding: 20px 40px 40px;
}
.contact_tbl {
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
	  border-spacing: 5px;
  }
  
  .contact_tbl th,
  .contact_tbl td {
    vertical-align: top;
  }
  
  .contact_tbl th {
    width: 240px;
    text-align: right;
    padding: 20px 20px 10px 0;
	color: #20346E;
	background-color: #E8EAF0;
  }
  
  .contact_tbl td {
    padding: 15px 15px 5px;
    text-align: left;
  }
  
  .contact_tbl td ::placeholder {
    color: #999;
  }
  
  .contact_tbl td p {
    padding: 10px 0 0;
  }

  .middle{
	width: 200px;
	margin-bottom: 10px;
  }

  .required_mark {
      display: inline-block;
      background: #F63620;
      border-radius: 3px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
	  line-height: 1em;
      padding: 5px 10px;
      margin-left: 10px;
  }
  
.any_mark {
    background: #B5DFFC;
    color: #777;
}

.err_msg {
    padding: 0 10px!important;
    color: #F63620;
}
  
  .half_list {
    width: 100%;
    margin: auto;
    text-align: center;
    display: flex;
  }
  
  .half_list li {
    width: 48%;
    display: inline-block;
    padding: 0 2%;
  }
  .btn {
    width: 100%;
    max-width: 543px;
    display: block;
    border: #20346E 2px solid;
    background-color: #20346E;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    padding: 20px 15px;
    text-align: center;
    transition : 0.5s;
}

.btn:hover {
    background-color: #fff;
    color: #20346E;
}

.back_btn {
	background-color: #479EBF;
	border: #479EBF 2px solid;
}

.back_btn:hover {
  color: #479EBF;
}

@media only screen and (max-width: 768px) {

  .contact_tbl th,
  .contact_tbl td {
    width: 100%;
    display: block;
  }
  .contact_tbl th {
    padding: 15px;
    text-align: left;
  }
  .contact_tbl td {
    padding: 15px 0 25px;
  }

}
@media only screen and (max-width: 550px) {
.contact_box {
	padding: 0;
}

}

/*-----------------------------------------------------------------
	プライバシーポリシー
-----------------------------------------------------------------*/

.privacy_box {
  font-size: 16px;
}
.privacy_box dt,
.privacy_box dd {
  padding: 10px 0;
  line-height: 1.6em;
}
.privacy_box dt {
  font-size: 20px;
  font-weight: bold;
  color: #20346E;
  border-bottom: #479EBF 2px solid;
  margin-bottom: 10px;
}
.privacy_box dd {
  margin-bottom: 40px;
}
.privacy_list {
  padding-left: 2em;
  margin-top: 20px;
}

.privacy_list li {
  padding: 7px 0;
  position: relative;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.privacy_list li::before {
  content: "■";
  padding-right: 7px;
  color: #479EBF;
}

@media only screen and (max-width: 768px) {
.privacy_box {
  font-size: 14px;
}
.privacy_box dt { font-size: 18px;}
.privacy_box dd { margin-bottom: 20px;}

.privacy_list { padding-left: 0;}

}