/* ================================
  company
================================ */
body {
  transition: all 0.3s ease;
}
#wrap {
  width: 100%;
  overflow: hidden;
	border-bottom: 10px solid #838b91;
}
#topBox {
  position: relative;
}
#topBox::after {
  background: #0c304d;
  content: '';
  width: 40%;
  height: 80%;
  position: absolute;
  bottom: 10%;
  z-index: -1;
  left: 13%;
}
#topBox h1 {
  position: absolute;
  width: 60%;
  top: 20%;
  background: #1e6faf99;
  padding: 8% 0 8% 15%;
  font-family: "Noto Serif JP", sans-serif;
}
#topBox h1 .maintxt {
  display: block;
  font-size: clamp(24px, 5vw, 58px);
  padding-bottom: 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#topBox h1 .deco {
  position: absolute;
  right: 3%;
  bottom: 5%;
  font-size: clamp(12px, 1.5vw, 16px);
  color: #ffffffdd;
	font-weight: 200;
	letter-spacing: 0.1em;
}
#topBox .imgBox {
  width: 50%;
  margin-left: auto;
  margin-top: 120px;
}
@media screen and (max-width: 1200px) {
  #topBox {
    position: relative;
    width: 120%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 767px) {
  #topBox {
    position: relative;
    width: auto;
  }
  #topBox h1 {
    position: relative;
    width: 100%;
    z-index: 2;
    padding: 12% 0 12% 15%;
    top: 90px;
  }
  #topBox::after {
    background: #0c304d;
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    top: 70px;
    z-index: -1;
    left: 5%;
  }
  #topBox .imgBox {
    margin-top: 20%;
    width: 90%;
  }
}
@media screen and (max-width: 460px), {
  #topBox .imgBox {
    margin-top: 30%;
    width: 90%;
  }
}

#greeting{
	max-width: 1200px;
	margin: 4rem auto 6rem;
}

#greeting h2{
	font-family: "Noto Serif JP", sans-serif;
	font-size: clamp(26px, 3vw, 40px);
	color: #0c304d;
	display: flex;
	align-items: center;
	padding: 0;
}

#greeting h2::before {
    content: "";
	  display: block;
    background: #0c304d;
    width: 40px;
    height: 4px;
    margin-right: 10px;
}


#greeting .txtBox p{
	margin-bottom: 2rem;
	font-size: clamp(14px, 3vw, 18px);
	padding: 0 10%;
}


#greeting .txtBox .beginning{
	text-align: center;
	font-size: clamp(15px, 2.3vw, 24px);
	font-family: "Noto Serif JP", sans-serif;
	padding:4rem 5% 6rem;
	margin-bottom:3rem;
	font-weight: 400;
	position: relative;
	line-height: 2.5em;
}

#greeting .txtBox .beginning::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 1px;
    height: 60px;
    background: #a1a1a1;
    left: 50%;
    transform: translateX(-50%);
}
#greeting .txtBox .sign img{
	display: block;
	margin-left: auto;
}
@media screen and (max-width: 767px) {
	#greeting{
	max-width: 1200px;
	margin: 4rem auto 4rem;
}
#greeting h2::before {
  width: 20px;
}
	#greeting .txtBox .beginning{
		line-height: 2em;
		padding: 2rem 5% 4rem;
		margin-bottom: 2rem;
}
/*	#greeting .txtBox .beginning br{
		display: none;
	}*/
#greeting .txtBox .beginning::after {
    height: 40px;
}
#greeting .txtBox p{
	margin-bottom: 1rem;
	padding: 0 5%;
}
#greeting .txtBox .sign img{
	width: 50%;
	height: auto;
}
}


#company {
	position: relative;
    background: url(../img/img_company/company_bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 8rem 0;
}

#wrap .secBox {
	max-width: 960px;
	background: #fff;
	box-shadow: 8px 8px 0px #0c304d;
	margin: auto;
	padding: 2rem 0;
	margin-bottom: 3rem;
}
#wrap .secBox:last-child {
	margin-bottom: 0;
}
#wrap .secBox h2{
	font-size: clamp(18px, 3vw, 30px);
	display: flex;
	align-items: center;
	padding: 0;
	margin-bottom: 0.5rem;
	color: #0c304d;
	font-family: "Noto Serif JP", sans-serif;
}

#wrap .secBox h2::before {
    content: "";
	  display: block;
    background: #0c304d;
    width: 30px;
    height: 4px;
    margin-right: 10px;
}



@media screen and (max-width: 1040px) {
	#wrap .secBox {
	margin: 0 5%;
	margin-bottom: 2rem;
}
}
@media screen and (max-width: 767px) {
#wrap .secBox h2::before {
    width: 20px;
    height: 4px;
    margin-right: 10px;
}
#company {
  padding: 4rem 0;
}
#wrap .secBox {
	padding: 1.5rem 0 1.5rem;
}
}


#motto p{
	font-size: clamp(32px, 4.5vw, 60px);
	font-family: "Noto Serif JP", sans-serif;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1rem;
}

#philosophy img {
	max-width: 500px;
	width: 80%;
	height: auto;
	margin: auto;
	display: block;
}

#policy ul {
	padding: 2rem 10% 2rem;
}

#policy ul li {
	font-size: clamp(14px, 3vw, 18px);
	list-style: none;
	position: relative;
	padding-left: 30px;
	margin-bottom: 1.5rem;
}
#policy ul li:last-child {
	margin-bottom: 0;
}
#policy ul li::after {
    content: '';
    position: absolute;
    background: #a1a1a1;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    left: 5px;
    top: 15px;
    transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
	#policy ul {
	padding: 1rem 5% 1rem;
}
#policy ul li {
	padding-left: 20px;
	margin-bottom: 1rem;
}

#policy ul li::after {
	  top: 12px;
    width: 8px;
    height: 8px;
    left: 5px;
}
}

#overview{
	max-width: 1200px;
	margin: 4rem auto 1rem;
	position:relative;
}
#overview .exterior{
	position:absolute;
	display: block;
	width: 45%;
	height: auto;
	max-width: 400px;
	right:5%;
	top:2%;
}
#overview h2{
	font-family: "Noto Serif JP", sans-serif;
	font-size: clamp(26px, 3vw, 40px);
	color: #0c304d;
	display: flex;
	align-items: center;
	padding: 0;
}

#overview h2::before {
    content: "";
	  display: block;
    background: #0c304d;
    width: 40px;
    height: 4px;
    margin-right: 10px;
}
@media screen and (max-width: 900px) {
#overview .exterior{
	width: 35%;
	height: auto;
	right:5%;
	top:4%;
}
}
@media screen and (max-width: 767px) {
	#overview{
	margin: 4rem auto 0;
}
#overview h2::before {
  width: 20px;
}
#overview .exterior{
	width: 40%;
	height: auto;
	right:5%;
	top:2%;
}
}
@media screen and (max-width: 600px) {
	#overview .exterior{
	position: static;
	width: 40%;
	height: auto;
	margin:0 auto 0.5rem;
}
}

#overview .inBox {
	padding: 4rem 5% 0;
}
#overview table{
	width: 100%;
	margin: auto;
}
#overview table a{
	list-style: none;
	color:#000;
}

#overview table tr{
	display: flex;
	align-items: flex-start;
	padding-bottom: 2rem;
}

#overview table tr th{
	width:22%;
	text-align:left;
	font-size: clamp(16px, 2vw, 20px);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 5%;
	white-space: nowrap;
	color:#035292;
}
#overview table tr th::after {
  content: '';
  margin-left: 20px;
  height: 1px;
  background: #022640;
  width: 40px;
}
#overview  table tr td{
	width:70%;
	font-size: clamp(14px, 2vw, 16px);
	letter-spacing: 0.1em;
}

/**/
#overview table tr td > ul{
	padding: 0;
	list-style: none; 
}
#overview table tr td > ul > li {
	padding-left: 30px;
	position: relative;
	
}
#overview table tr td > ul > li::after {
    content: '';
    position: absolute;
    background: #a1a1a1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
}
/**/


#overview .deta td dl{
	display:flex;
	align-items: flex-start;
	margin: 0 20px 20px 0;
	
}
#overview .deta td dl dt{
	width: 180px;
	margin: 0 20px 0 0;
	font-weight: bold;
	font-size: clamp(14px, 2vw, 16px);
}

#overview .deta.qualification td dl dt{
	width: 200px;
}
#overview .deta td dl dd {
	flex: 1;
}
#overview .deta td dl dd > ul{
	padding: 0;
	list-style: none; 
}
#overview .deta td dl dd > ul > li {
	padding-left: 30px;
	position: relative;
	
}
#overview .deta td dl dd > ul > li span {
	display: block;
	margin-bottom: 10px;
}
#overview .deta td dl dd > ul > li::after {
    content: '';
    position: absolute;
    background: #a1a1a1;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
}
#overview .deta td dl dd > ul > li ul {
	padding: 0;
	list-style: none;
}
#overview .deta td dl dd > ul > li ul li{
	padding-left: 30px;
	position: relative;
}

#overview .deta td dl dd > ul > li ul li::after {
    content: '';
    position: absolute;
    background: #000;
    border-radius: 50%;
    width: 5px;
    height: 5px;
    left: 5px;
    top: 14px;
    transform: translateY(-50%);
}

#overview .partner {
	line-height: 2em;
}

#overview .partner .others{
	display: block;
	text-align: right;
}
#overview .dispatch td dl{
	margin: 0 20px 0 0;
}
#overview .dispatch td dl dt{
	margin: 0 0 1rem;
	font-weight: bold;
	font-size: clamp(16px, 2vw, 18px);
}

@media screen and (max-width: 1200px) {
#overview table{
	width: 100%;
	margin:auto;
}
}
@media screen and (max-width: 767px) {
#overview .inBox {
  padding: 1rem 5% 0;
}
	#overview table tr th {
		width: auto;
		margin-bottom: 1rem;
	}
#overview .conBox .conInner {
 padding: 0;
}
#overview table tr{
	flex-direction: column;
	padding-bottom: 15px;
	border-bottom: 1px solid #a4b1ba;
		margin-bottom: 15px;
}
#sec02 table tr th{
	width:auto;
	margin-bottom:10px;
}
#overview table tr td {
  width:auto;
	
}
#overview table tr th::after {
  content: none;
}
#overview table tr td > ul > li {
  padding-left: 20px;
	margin-bottom: 5px;
}
	#overview table tr td > ul > li::after {
  width: 8px;
  height: 8px;
  left: 5px;
  top: 12px;
  transform: translateY(-50%);
		
	}
	#overview .deta td dl {
		display: block;
		margin-bottom:1rem;
	}
#overview .deta td dl dt {
  width: auto;
  margin: 0;
  font-weight: bold;
}
	#overview .deta td dl dd > ul{
	padding: 0;
	list-style: none; 
}
#overview .deta td dl dd > ul > li {
  padding-left: 20px;
  margin-bottom: 5px
}
#overview .deta td dl dd > ul > li span {
  margin-bottom: 5px;
}
#overview .deta td dl dd > ul > li::after {
  border-radius: 50%;
  width: 8px;
  height: 8px;
  left: 5px;
  top: 12px;
}
	#overview .deta td dl dd > ul > li ul li {
  padding-left: 20px;
  margin-bottom: 5px
}
	
}
#dispatchBox{
	display: flex;
	flex-direction: column;
	align-items: center;
}
	#dispatchBox .balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 5% 8em;
  padding: 10px 20px;
  min-width: 120px;
  max-width: 100%;
  color: #fff;
  font-size: 16px;
  background: #035292;
}

	#dispatchBox .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #035292;
	
}

	#dispatchBox .balloon p {
  margin: 0;
  padding: 0;
	font-weight: 400;
		font-size: clamp(16px, 2vw, 24px);
}

#conservation {
	background:#ededed;
	width: 100%;
	
}
#conservation .fBox {
	display: flex;
	justify-content: center;
	margin: 4rem auto;
	max-width: 1340px;
	margin-top:  -4rem;
	
}
#conservation .fBox .arrangeBox {
	width: 32%;
	max-width: 420px;
	border: 1px solid #000;
	background: #fff;
	margin-right: 2%;
	display: flex;
	align-items: center;
	flex-direction: column;
}
#conservation .fBox .arrangeBox:last-child {
margin-right: 0%;
}
#conservation .fBox .arrangeBox dl{
	padding: 0 10% 20px;
	margin: 0;
}
#conservation .fBox .arrangeBox dl dt{
	text-align: center;
	font-size: clamp(22px, 3.5vw, 30px);
	font-weight: bold;
	margin-bottom: 1rem;
	color:#035292;
}
#conservation .fBox .arrangeBox dl dd{
	font-size: clamp(14px, 2vw, 16px);
	font-weight: normal;
    letter-spacing: 0.1em;
}
#conservation  .textBox {
  font-size: clamp(14px, 3vw, 18px);
  padding: 0 5% 6rem;
	margin: auto;
	max-width: 800px;
}



@media screen and (max-width: 1380px) {
	#conservation .fBox {
	margin: 4rem 5%;
	margin-top: -4rem;
}
	
}
@media screen and (max-width: 767px) {
	#dispatchBox .balloon {
  margin: 1.5em 5% 6em;
}
		#conservation .fBox {
	display: block;
		margin: 2rem 5% 1rem;
		margin-top:  -4rem;
}
#conservation .fBox .arrangeBox {
	width: 100%;
	max-width: none;
	margin-right: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 1rem;
}
	#conservation .fBox .arrangeBox img{
		width: 70%;
		max-width: 300px;
	}
#conservation .fBox .arrangeBox:last-child{
	margin-bottom: 0;
}
	#conservation .emergencyText img{
		width: 30px;
		height: auto;
	}
#conservation .triangle{
border-width: 30px 20px 0px 20px;
	top:10px;
}
#conservation  .textBox {
	padding-bottom: 2rem;
}
#conservation  .textBox br{
	display: none;
}
}

#chart {
	max-width: 1200px;
  margin: 4rem auto 1rem;
	
}

#chart h2{
	font-family: "Noto Serif JP", sans-serif;
	font-size: clamp(26px, 3vw, 40px);
	color: #0c304d;
	display: flex;
	align-items: center;
	padding: 0;
}

#chart h2::before {
    content: "";
	  display: block;
    background: #0c304d;
    width: 40px;
    height: 4px;
    margin-right: 10px;
}

#chart .imgBox {
	max-width: 960px;
	margin: 2rem auto;
}
@media screen and (max-width: 767px) {
#chart h2::before {
  width: 20px;
}
}