/* CSS Document */


/* 	service	 */

.serviceNeeds{
	margin-top: 120px;
	margin-bottom: 120px;
}
@media screen and (max-width:960px){
	.serviceNeeds{
	margin-top: 50px;
	margin-bottom: 50px;
}
}
.serviceNeeds__Wrap{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	column-gap: 20px;
}
.serviceNeeds__txtWrap{
	width: 60%;
	width: 585px;
}
@media screen and (max-width:960px){
	.serviceNeeds__txtWrap{
		width: 100%;
	}
}
.serviceNeeds__ttl{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.5;
	background: linear-gradient(93deg, #28AB9F 1.72%, #30987B 43.33%, #99D4A8 84.95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
}
@media screen and (max-width:960px){
	.serviceNeeds__ttl{
		font-size: 24px;
	}
}
/* SP時タイトル内の「、」だけ詰める */
@media screen and (max-width:960px){
	.serviceNeeds__ttl__quote--open {
	margin-left: -0.5em;
	}
	.serviceNeeds__ttl__comma{
	margin-right: -0.45em;
	}
	.serviceNeeds__ttl__quote--close{
		margin-right: -0.45em;
	}
}
.serviceNeeds__txt{
	font-size: 16px;
	line-height: 2.2;
	color: #231815;
	margin-top: 40px;
}
@media screen and (max-width:960px){
	.serviceNeeds__txt{
		margin-top: 25px;
	}
}
.serviceNeeds__circle{
	margin-right: 45px;
    max-width: 260px;
}
.serviceNeeds__figure{
	width: 1200px;
	max-width: 90%;
	margin: 0 auto;
	margin-top: 80px;
}
@media screen and (max-width:960px){
	.serviceNeeds__figure{
		max-width: 100%;
		margin-top: 65px;
	}
}
.serviceNeeds__img{
	border-radius: 20px;
}
@media screen and (max-width:960px){
	.serviceNeeds__img{
		border-radius: 0px;
	}
}

.serviceFeatures{
	padding-top: 140px;
	padding-bottom: 140px;
	background-color: #E9F7F5;
}
@media(max-width: 960px) {
	.serviceFeatures{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
.serviceFeatures__content{
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 40px;
	padding-bottom: 60px;
	border-bottom: 1px solid #2C9F7D;
}
@media(max-width: 960px) {
	.serviceFeatures__content{
		flex-direction: column;
		align-items: flex-start;
		padding-bottom: 40px;
		row-gap: 40px;
	}
}
.serviceFeatures__content:last-child{
	padding-bottom: 0px;
	border-bottom: none;
}
.serviceFeatures__content:not(:first-child){
	padding-top: 60px;
}
@media(max-width: 960px) {
	.serviceFeatures__content:not(:first-child){
		padding-top: 40px;
	}
}
.serviceFeatures__txtWrap{
	width: 483px;
}
@media(max-width: 960px) {
	.serviceFeatures__txtWrap{
		width: 100%;
	}
}
.serviceFeatures__ttl{
	font-size: 36px;
	font-weight: 900;
	background: linear-gradient(273deg, #28AB9F 3.61%, #30987B 50.57%, #99D4A8 97.54%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}
@media(max-width: 960px) {
	.serviceFeatures__ttl{
		font-size: 24px;
	}
}
.serviceFeatures__subTtl{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.8;
	color: #231815;
	margin-top: 34px;
}
@media(max-width: 960px) {
	.serviceFeatures__subTtl{
		font-size: 20px;
		margin-top: 20px;
	}
}
.serviceFeatures__txt{
	margin-top: 16px;
	line-height: 1.7;
}
.serviceFeatures__figure{
    height: 340px;
    overflow: hidden;
    border-radius: 20px;
}
@media(max-width: 960px) {
	.serviceFeatures__figure{
		height: auto;
	}
}
.serviceFeatures__img{
	width: 100%;
    height: 100%;
    object-fit: cover;
}

.serviceDepartments{
	margin-top: 120px;
	margin-bottom: 170px;
}
@media(max-width: 960px) {
	.serviceDepartments{
		margin-top: 55px;
		margin-bottom: 77px;
	}
}
.serviceDepartments__ttl{
	font-size: 32px;
	font-weight: 700;
	text-align: center;
}
@media(max-width: 960px) {
	.serviceDepartments__ttl{
		font-size: 24px;
	}
}
.serviceDepartments__content{
	display: flex;
	justify-content: space-between;
	column-gap: 30px;
	margin-top: 50px;
}
@media(max-width: 960px) {
	.serviceDepartments__content{
		flex-direction: column;
		justify-content: center;
		row-gap: 20px;
		margin-top: 32px;
	}
}
.serviceDepartments__figure{
	max-width: 476px;
    width: 100%;
}
@media(max-width: 960px) {
	.serviceDepartments__figure{
		max-width: 600px;
	}
}
.serviceDepartments__img{
	border-radius: 20px;
}
.serviceDepartments__txtWrap{
	max-width: 586px;
	padding: 4% 4% 1.5%;
	background-color: #E9F7F5;
	border-radius: 20px;
}
@media(max-width: 960px) {
	.serviceDepartments__txtWrap{
		padding: 40px 40px 19px;
		max-width: 600px;
	}
}
.serviceDepartments__types{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.6;
}
@media(max-width: 960px) {
	.serviceDepartments__types{
		font-size: 18px;
		line-height: 1.5;
	}
}
.serviceDepartments__products{
	margin-top: 40px;
}
@media(max-width: 960px) {
	.serviceDepartments__products{
	margin-top: 24px;
	}
}
.serviceDepartments__productsTtl{
	padding: 3px 10px 5px 10px;
	background-color: #FFFFFF;
    display: inline-block;
	border-radius: 4px;
}
.serviceDepartments__productsTtl__span{
	font-size: 16px;
	font-weight: 500;
	color: #231815;
}
.serviceDepartments__productsList{
	margin-top: 20px;
}
@media(max-width: 960px) {
	.serviceDepartments__productsList{
		margin-top: 10px;
	}
}
.serviceDepartments__productsItem{
	font-size: 14px;
	display: flex;
    align-items: center;
    gap: 8px;
}
.serviceDepartments__productsItem:not(:first-child){
	margin-top: 8px;
}
.serviceDepartments__productsItem::before{
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background-color: #2C9F7D;
}
.serviceDepartments__productsTxt{
	text-align: right;
	font-size: 12px;
}


/*	about */

.aboutPhilosophy{
	margin-top: 120px;
	margin-bottom: 120px;
}
@media(max-width: 960px) {
	.aboutPhilosophy{
		margin-top: 50px;
		margin-bottom: 50px;
	}
}
.aboutPhilosophy__ttl{
	display: flex;
	flex-direction: column;
	gap: 16px;
  width: 45%;
}
@media(max-width: 960px) {
	.aboutPhilosophy__ttl{
		width: 100%;
		gap: 9px;
	}
}
.aboutPhilosophy__ttl--en{
	font-size: 50px;
	font-weight: 700;
}
@media(max-width: 960px) {
	.aboutPhilosophy__ttl--en{
		font-size: 32px;
	}
}
.aboutPhilosophy__ttl--ja{
	font-size: 14px;
	font-weight: 700;
}

.aboutPhilosophy__hero{
	background: center/cover url("../img/about/bg-philosophy.jpg") no-repeat;
	border-radius: 20px;
	padding: 11% 9%;
}
.aboutPhilosophy__heroInner{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media(max-width: 960px) {
	.aboutPhilosophy__heroInner{
		flex-direction: column;
		padding: 50px 18px;
		row-gap: 30px;
	}
}
.aboutPhilosophy__heroTxt{
	font-size: min(2.6vw, 32px);
	font-weight: 700;
	line-height: 1.8;
	width: 55%;
}
@media(max-width: 960px) {
	.aboutPhilosophy__heroTxt{
		width: 100%;
		font-size: 20px;
	}
}
.aboutPhilosophy__content{
	background-color: rgba(40, 171, 159, 0.1);
	border-radius: 20px;
	padding: 7% 9%;
	margin-top: 40px;
}
@media(max-width: 960px) {
	.aboutPhilosophy__content{
		padding: 50px 0px;
		margin-top: 20px;
	}
}
.aboutPhilosophy__mission{

}
.aboutPhilosophy__missionInner{
	display: flex;
    align-items: center;
}
@media(max-width: 960px) {
	.aboutPhilosophy__missionInner{
		flex-direction: column;
		align-items: flex-start;
        row-gap: 20px;
		padding: 0 18px;
	}
}
.aboutPhilosophy__missionTtl{
	width: 40%;
}
@media(max-width: 960px) {
	.aboutPhilosophy__missionTtl{
		width: 100%;
	}
}
.aboutPhilosophy__missionTxt{
	font-size: min(1.6vw, 20px);
	font-weight: 500;
	line-height: 1.8;
}
@media(max-width: 960px) {
	.aboutPhilosophy__missionTxt{
		font-size: 20px;
	}
}
.aboutPhilosophy__policy{

}
.aboutPhilosophy__policyInner{
	display: flex;
	justify-content: space-between;
}
@media(max-width: 960px) {
	.aboutPhilosophy__policyInner{
		flex-direction: column;
		row-gap: 20px;
	}
}
.aboutPhilosophy__policyTtl{
	width: 30%;
	margin-top: 90px;
}
@media(max-width: 960px) {
	.aboutPhilosophy__policyTtl{
		width: 100%;
		margin-top: 62px;
		padding: 0 18px;
	}
}
.aboutPhilosophy__policyImg{
	width: 75%;
	margin-right: -3%;
}
@media(max-width: 960px) {
	.aboutPhilosophy__policyImg{
		width: 100%;
		max-width: 400px;
    margin: 0 auto;
	}
}

.aboutMessage{
	margin-top: 120px;
}
@media(max-width: 960px) {
	.aboutMessage{
		margin-top: 50px;
	}
}
.aboutMessage__content{
	max-width: 850px;
	width: 100%;
	margin: 70px auto 0;
}
@media(max-width: 960px) {
	.aboutMessage__content{
		margin: 40px auto 0;
	}
}
.aboutMessage__contentTtl{
	font-size: 24px;
	font-weight: 700;
	line-height: 1.9;
	text-align: center;
}
@media(max-width: 960px) {
.aboutMessage__contentTtl{
	font-size: 20px;
	text-align: left;
}
}
.aboutMessage__txtWrap{
	margin-top: 40px;
}
@media(max-width: 960px) {
	.aboutMessage__txtWrap{
		margin-top: 20px;
	}
}
.aboutMessage__txt{
	line-height: 1.7;
}
.aboutMessage__txt:not(:first-child){
	margin-top: 1.5rem;
}
.aboutMessage__img{
	margin-top: 40px;
}
@media(max-width: 960px) {
	.aboutMessage__img{
		margin-top: 20px;
	}
}
.aboutCompany{
	margin-top: 120px;
	margin-bottom: 170px;
}
@media(max-width: 960px) {
	.aboutCompany{
		margin-top: 70px;
		margin-bottom: 100px;
	}
}
.aboutCompany__content{
	display: flex;
	justify-content: space-between;
	gap: 3%;
}
@media(max-width: 960px) {
	.aboutCompany__content{
		flex-direction: column;
	}
}
.aboutCompany__info {
  border-top: 1px solid #C5C5C5;
}
@media(max-width: 960px) {
	.aboutCompany__info {
	margin-top: 40px;
	}
}

.aboutCompany__infoItem {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 60px;
  padding: 32px 0;
  border-bottom: 1px solid #C5C5C5;
}
@media(max-width: 960px) {
	.aboutCompany__infoItem {
		grid-template-columns: 1fr;
		gap: 10px;
		padding: 16px 0;
	}
}
.aboutCompany__term {
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-weight: 700;
}
@media(max-width: 960px) {
	.aboutCompany__term{
		display: block;
	}
}

.aboutCompany__office + .aboutCompany__office {
  margin-top: 40px;
}
@media(max-width: 960px) {
.aboutCompany__office + .aboutCompany__office {
    margin-top: 32px;
  }
}
.aboutCompany__officeTxt,
.aboutCompany__infoTxt,
.aboutCompany__accessTxt {
  line-height: 1.7;
}

.aboutCompany__accessMap {
  margin-bottom: 10px;
}

.aboutCompany__accessMap iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 573 / 333;
  border: 0;
}
