.about-section{
	padding: 300px 30px 400px;
	background-color: #E8F5FD;
    background-image: url(../images/top_bg01.jpg),url(../images/top_bg02.jpg);
    background-position: center top,center bottom;
    background-size: 100% auto;
    background-repeat: no-repeat;
	position: relative;
	margin-bottom: 400px;
}
.about-img01{
	position: absolute;
	top:0;
	left: 50%;
	transform: translate(-130% , -25%);
  z-index:1;
}
.about-img02{
	position: absolute;
	top:50%;
	left: 50%;
	transform: translate(60% , -30%);
  z-index:1;
}
.about-img03{
	width: 120%;
	position: absolute;
	bottom:0;
	left: 50%;
	transform: translate(-50% , 60%);
  z-index:1;
}
.about-text{
	width: 100%;
	max-width: 490px;
	margin: 0 auto;
}
.about-text{
	font-size: 18px;
}
.about-title{
	font-size: 30px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 60px;
}
.about-text-top{
	margin-bottom: 1em;
}
.about-text-bottom{
	
}

.about-hed{
	
}
.about-hed h3{
	font-size: 40px;
	font-weight: 500;
}
.about-hed h4{
	font-size: 18px;
	font-weight: 500;
}
.about-hed{
	
}
.about-hed.company-info{
	display: flex;
    gap: 30px;
	align-items: center;
	margin-bottom: 70px;
}
.about-hed.company-info h4{
	color: #D26076;
}
  .company-info-grid {
  }
  
  .info-row {
    display: flex;
    gap: 15px;
  }
  
  .info-label,
  .info-value {
    font-size: 18px;
	  font-weight: 500;
	  
    padding: 20px 0;
  }

.info-label {
	color: #D26076;
	width: 8em;
  }
.info-value {
    border-bottom: 1px solid #D26076;
	
    padding: 20px;
	width: 100%;
  }
.company-flex{
	display: flex;
    gap: 60px;
}
.info-text,.info-img{
	flex: 1;
}
.service-row{
	 display: flex;
    gap: 100px;
	justify-content: center;
	align-items: center;
	position: relative;
	transform: translate(0px, -100px);
	margin-top: -100px;
}
.service-row:first-of-type{
	margin-top: 0px;
}
.service-row.reverse{
flex-direction: row-reverse;
}
.service-text{
	font-size: 18px;
}
.service-text h4{
	font-size: 30px;
	font-weight: 500;
	margin-bottom: 20px;
}
.about-hed.service-info h4{
	color: #3391C5;
}
.about-hed.service-info{
	margin-bottom: 50px;
}
.service-item{
	background-color: #E8F5FD;
	position: relative;
}
.service-text-inner{
	max-width: 440px;
	width: 100%;
}
.company-info-section{
	padding: 80px 0px;
}
.service-section{
	padding: 80px 0px 100px;
}
/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 45%;
  height: 0;
  padding-top: 44%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Responsive Design */
@media (max-width: 992px) {
  .company-info-section,
  .team-section,
  .mission-section,
  .access-section {
    padding: 80px 60px;
  }
  
  .team-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  /* Section Padding */
  .company-info-section,
  .team-section,
  .mission-section,
  .access-section {
    padding: 60px 20px;
  }
  
  /* Company Info */
  .company-info-grid {
    padding: 30px 20px;
  }
  
  .info-row {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0;
  }
  
  .info-label,
  .info-value {
    font-size: 16px;
  }
  
  /* Team Grid */
  .team-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  
  .team-member {
    padding: 20px;
  }
  
  .member-photo {
    width: 100px;
    height: 100px;
  }
  
  .member-name {
    font-size: 18px;
  }
  
  .member-position {
    font-size: 14px;
  }
  
  .member-description {
    font-size: 13px;
  }
  
  /* Mission */
  .mission-text {
    padding: 40px 20px;
  }
  
  .mission-title {
    font-size: 24px;
  }
  
  .mission-description {
    font-size: 16px;
  }
  
  /* Access */
  .access-content {
    grid-template-columns: 1fr;
  }
  
  .access-info {
    padding: 30px 20px;
  }
  
  .access-title {
    font-size: 20px;
  }
  
  .access-address,
  .access-transport {
    font-size: 16px;
  }
	.about-img01 {
  width: 50vw;
}
	.about-img02 {
  width: 40vw;
		transform: translate(60% , 20%);
}
	.about-img03 {
  transform: translate(-50% , 20%);
}
	.about-text-bottom {
	padding-right: 30%;
}
	.company-flex {
  flex-direction: column;
		gap: 30px;
}
	.info-img img {
  width: 100%;
}
	.about-section {
  padding: 300px 30px 400px;
  position: relative;
  margin-bottom: 100px;
}
	.about-hed.company-info {
  margin-bottom: 0px;
}
	.service-row {
  transform: translate(0px, -40px);
  margin-top: 40px;
		gap: 30px;
}
	.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%; /* 比率を4:3に固定 */
}
}

@media (max-width: 576px) {
  /* Section Padding */
  .company-info-section,
  .team-section,
  .mission-section,
  .access-section {
    padding: 40px 20px;
  }
  
  /* Company Info */
  .company-info-grid {
    padding: 25px 15px;
  }
  
  .info-label,
  .info-value {
    font-size: 14px;
  }
  
  /* Team Grid */
  .team-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .team-member {
    padding: 20px 15px;
  }
  
  .member-photo {
    width: 80px;
    height: 80px;
  }
  
  .member-name {
    font-size: 16px;
  }
  
  .member-position {
    font-size: 13px;
  }
  
  .member-description {
    font-size: 12px;
  }
  
  /* Mission */
  .mission-text {
    padding: 30px 15px;
  }
  
  .mission-title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  
  .mission-description {
    font-size: 14px;
  }
  
  /* Access */
  .access-info {
    padding: 25px 15px;
  }
  
  .access-title {
    font-size: 18px;
  }
  
  .access-address,
  .access-transport {
    font-size: 14px;
  }
	.service-text h4 {
  font-size: 5vw;
  font-weight: 500;
  margin-bottom: 20px;
}
	.service-text {
  font-size: 16px;
		width: 55%;
		padding-left: 70px;
}
	.reverse .service-text {
  font-size: 16px;
		width: 55%;
		padding-left: 0px;
		padding-right: 70px;
}
	.service-img{
	width: 45%;	
	}
	  .service-row {
		  transform: translate(0px, 40px);
 margin-left: -40px;
		  margin-right:  -40px;
		  gap: 10px;
		  align-items: flex-start;
  }
	.about-hed.service-info {
  margin-bottom: 20px;
		padding: 0 30px;
}
	.about-hed h3 {
  font-size: 6vw;
}
	.about-hed h4 {
  font-size: 4vw;
}
	  .info-row {
    flex-direction: column;
  }
	.info-label {
  padding: 10px 0 0;
}
	.info-value {
  padding: 0 1em 10px;
}
	  .info-row {
    padding: 0px 0;
  }
	.about-title {
  font-size: 7vw;
		margin-bottom: 20px;
}
	.about-text {
  font-size: 16px;
}
	  .about-text-bottom {
    padding-right: 35%;
  }
	.about-img01 {
	width: 60vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-115% , -50%);
		
}
	.about-img02 {
    width: 50vw;
    transform: translate(30% , 50%);
  }
	  .about-img03 {
		  width: 180%;
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translate(-40% , 50%);
  }
	.page-title-section {
    padding: 100px 20px 20px 40%;
  }
	 .about-section {
    padding: 150px 30px 200px;
    position: relative;
    margin-bottom: 100px;
  }
	.service-section {
  padding: 40px 0px 120px!important;
}
}

