@charset "UTF-8";
/* CSS Document */




.vison-h3 {
  font-size: 4.8rem;
  color: #21606B;
  font-weight: 300;
	margin-bottom: 50px;
	line-height: 1.8;
}

.detail-txt {
  font-size: 2.0rem;
  margin-bottom: 3.0rem;
}

@media only screen and (max-width: 767px) {
  
  .vison-h3 {
    font-size: 2.8rem;
    color: #21606B;
    line-height: 1.5;
    font-weight: 300;
    margin-bottom: 20px;
  }
  .detail-txt {
    font-size: 1.5rem;
    margin-bottom: 0rem;
  }
}


.title-beside-sec{
	
	display: flex;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 33%;
}
.detail-inner{
	width: 65%;
}
@media (max-width: 767px) {
  .title-beside-sec{
	
	display: block;
	justify-content: space-between;
	
	
}

.tilte-inner{
	width: 100%;
}
.detail-inner{
	width: 100%;
}
  
  
}
.img-frame{
	position: relative;
	margin-bottom: 20px;
}

.h3-t{
	font-size: 4.8rem;
	color: #147075;
	margin-bottom: 48px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.6rem;
}
@media (max-width: 767px) {
  .h3-t{
	font-size: 2.4rem;
	color: #147075;
	margin-bottom: 24px;
	font-weight: 300;
}
.detail-text-s{
	margin-bottom: 20px;
	font-size: 1.5rem;
}
  
  
}
.signature{
	text-align: right;
}

.post-t{
	font-size: 1.4rem;
}
.name-t{
	font-size: 2.4rem;
}

.company-outline {
	border-top: 1px solid #354245;
}
.company-outline-inner {
	border-bottom: 1px solid #354245;
	display: flex;
	padding: 60px 0px;
}

.company-outline-title{
	font-size: 1.6rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.6rem;
	width: 70%;
}

@media (max-width: 767px) {
  .company-outline-title{
	font-size: 1.5rem;
	font-weight: bold;
	width: 30%;
}
.company-outline-detail{
	font-size: 1.5rem;
	width: 70%;
}
  
  
}

.h1-privacy{
	
	font-size: 3.2rem;
	color: #1F989F;
	margin-bottom: 50px;
	line-height: 1.3;
}


.h2-privacy{
	font-size: 2.4rem;
	
	margin-bottom: 25px;
	margin-top: 35px;
	color: #1F989F;
}

.h3-privacy{
	font-size: 2.0rem;
	color: #1F989F;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-bottom: 5px;
	border-bottom: 1px solid #B5B5B5;
}

.h4-privacy{
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 25px;
}