@charset "UTF-8";
/* CSS Document */
.header {
	background-color:inherit;
	position: absolute;
}
.section-companytop {
  background-image: url("../images/IMG_4288.jpg");
  background-position: 20% 45%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
}
.company_wrapper {
  background-color: rgba(0, 0, 0, 0.60);
  height: 300px;
  padding-top: 150px;
}
.company_wrapper h1 {
  color: #FFF;
  text-align: center;
  font-size: 2.0rem;
  letter-spacing: 0.5vw;
  text-decoration-line: underline;
}
@media(max-width:1000px) {
  .section-companytop {
    height: 200px;
  }
  .company_wrapper {
    height: 200px;
    padding-top: 100px;
  }
  .company_wrapper h1 {
    padding-top: 0;
    margin: 0 auto;
  }
}


.section_voice {
	max-width: 1320px;
	margin: 0 auto;
	padding-top: 50px;
	font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section_voice h2 {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 30px;
	
}
.voice1,.voice2 {
	display: flex;
	justify-content: space-around;
}

.section_voice  img {
	width: 550px;
	height: 350px;
	object-fit: cover;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}
.voice_discription {
	padding-left: 30px;
	margin: 0 auto;
}
.number {
	font-family: adorn-smooth-pomander,sans-serif;
font-weight: 400;
font-style: normal;
	color: #219f94;
	font-size: 3.0rem;
	text-align: left;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.voice_discription__1 {
	background-image: url("../images/triangle.png");
	background-size: contain;
  background-repeat: no-repeat;
	height: auto;
}
.voice_discription__2 {
	background-image: url("../images/triangle2.png");
	background-size: contain;
  background-repeat: no-repeat;
	height: auto;
;}
.voice_discription__1 h3,.voice_discription__2 h3{
	font-size: 1.3rem;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;
	padding-left: 30px;
}
.voice_discription__2 h3{
	font-size: 1.3rem;
	font-weight: 500;
	text-align: left;
	margin-bottom: 20px;

}
.voice_discription__1 p,.voice_discription__2 p  {
	font-size: 1rem;
	text-align: left;
	line-height: 1.6rem;
	padding-left: 30px;
}
.voice_discription__2 p  {
	font-size: 1rem;
	text-align: left;
	line-height: 1.6rem;
}
.voice2 {
		display: flex;
		flex-direction: row-reverse;
	margin-top: 50px;
}
@media(max-width:1000px){
	.section_voice img {
		width: 100%;
	}
	.voice1,.voice2 {
	display: block;
		margin: 0 auto;
		padding-bottom: 30px;
	}
	.voice_discription__1 p,.voice_discription__2 p  {
	text-align: center;
	line-height: 1.6rem;
		padding-right: 20px;
		padding-left: 20px;
		margin: 0 auto;
}
	.voice_discription__1,.voice_discription__2{
		background-image: none;
		padding-left: 0px;
	}
	.voice_discription__1 h3,.voice_discription__2 h3{
		text-align: center;
		padding-left: 0;
	}
	.number {
		text-align: center;
		padding-left: 0;
	}
	
	
	
}
.section-info {
	margin-top: 70px;
	font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.section-info h2 {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 30px;
}
.info_wrapper {
	margin: 0 auto;
	font-size: 1rem;
	margin-top: 30px;
	max-width: 1150px;
}
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 10px 30px;
  
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #c1deae;
  color: #333;
  
}
.tb01 td {
	text-align: left;
	padding-left: 30px;
}
.tb_inner {
	font-size: 0.8rem;
	padding-left: 20px;
}
@media screen and (max-width: 640px) {
  .tb01 {
    width: 100%;
  }
  table.tb01 th,
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}
.section-inquiry {
	padding-top: 50px;
	font-family: kozuka-gothic-pr6n, sans-serif;
  font-weight: 400;
  font-style: normal;
	margin-bottom: 60px;
}
.section-inquiry h2 {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 20px;
}

.inquiry_ric,.tel {
  text-decoration: none;
  position: relative;
  display: inline-block;
  justify-content: space-around;
  align-items: center;
  padding: 20px 70px;
  color: #FFF;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  background: rgba(209, 20, 34);
  margin: 0 auto;
  max-width: 400px;
}

.inquiry_ric a,.tel  a{
	text-decoration: none;
}
.inquiry_ric a:visited,.tel  a:visited {
	color: #FFF;
}
.inquiry_ric :hover {
  background: rgba(245, 140, 117, 1);
}
.inquiry_ric img {
	vertical-align: middle;
}

.section-inquiry .tel {
	margin-left: 30px;
}

@media screen and (max-width: 741px) {
	.section-inquiry .tel {
		margin-top: 1em;
		margin-left: 0;
	}
}
