@charset "UTF-8";

.company .sec02 .inner {
	max-width: 960px;
}
.company .sec02 p {
	text-align: left;
	line-height: 2;
	margin-top: 0;
}
.company .sec02 p ~ p {
	margin-top: 30px;
}
.company .heading03 h2 span {
	padding: 0 80px 35px;
	background-image: url(../img/greeting/bg-greeting_ttl.png);
	background-position: 70% center;
}
.company .sec02 .row {
	display: flex;
	gap: 40px;
	margin-top: 50px;
}
.company .sec02 .image {
	position: relative;
	width: 380px;
}
.company .sec02 .txt {
	position: relative;
	width: calc(100% - 420px);
	text-align: left;
}
.company02 {
	width: 30%;
	position: absolute;
	top: 34%;
	left: -5%;
}
.company03 {
	width: 40%;
	position: absolute;
	bottom: -10%;
	right: 0%;
}
.company .sec02 .font02 {
	font-size: 125%;
	font-weight: 700;
	padding-left: 30px;
}
@media screen and (max-width: 1024px) {
	.company .heading03 h2 span {
		padding: 0 120px 30px;
		background-position: center bottom;
	}
	.company .sec02 .image {
		width: 320px;
	}
	.company .sec02 .txt {
		width: calc(100% - 360px);
	}
}

@media screen and (max-width: 767px) {
	.company .heading03 h2 span {
		width: 100%;
		max-width: 300px;
		padding: 0 0 25px;
	}
	.company .sec02 .row {
		flex-direction: column;
	}
	.company .sec02 .image {
		width: 100%;
	}
	.company .sec02 .txt {
		width: 100%;
	}
	.company02 {
		width: 25%;
		top: 75%;
		left: 0%;
	}
}

@media screen and (max-width: 480px) {
}

.company .sec03 {
	margin-top: 120px;
}
.company .sec03 .inner {
	max-width: 960px;
	background-color: #fff;
	border-radius: 0;
}
.company .sec03 p {
	text-align: left;
	line-height: 2;
}
.company .sec03 .row {
	display: flex;
	gap: 40px;
	margin-top: 50px;
}
.compnay .sec03 h1 {
	margin-bottom: 10px;
}
.company .sec03 address {
	margin-top: 20px;
}
.company .sec03 .col01 {
	width: 320px;
}
.company .sec03 .tel {
	flex-direction: column;
	margin-top: 20px;
}
.company .sec03 .tel .num {
	font-size: 32px;
	font-weight: 700;
	font-family: "Source Han Sans", sans-serif;
	padding-left: 30px;
	background-image: url(../img/common/ico-tel01.png);
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: left center;
}
.company .sec03 .tel .txt {
	display: block;
	font-size: 16px;
}
.company .sec03 .col02 {
	width: calc(100% - 360px);
}
.company iframe {
	width: 100%;
}
@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
	.company .sec03 .row {
		flex-direction: column-reverse;
	}
	.company .sec03 .col01 {
		width: 100%;
	}
	.company .sec03 .col02 {
		width: 100%;
	}
}

@media screen and (max-width: 480px) {
}
