/*========================
mv
========================*/
#mv {
	background-image: url(../img/about_mv.jpg);
}

/*========================
introduction
========================*/
#introduction {
	padding: 0.60rem 0;
	position: relative;
	z-index: 1;
}

@media screen and (max-width:599px) {
	#introduction {
		padding: 0.60rem 0 0;
	}
}

#introduction .intro_box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 1.00rem;
	position: relative;
}

#introduction .intro_box:nth-child(even) {
	flex-direction: row-reverse;
}

#introduction .intro_box .deco01 {
	position: absolute;
	width: 4.25rem;
	height: 6.23rem;
	left: 0;
	top: 0;
	z-index: -1;
	background-image: url(../img/about_deco01.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .deco01 {
		position: absolute;
		width: 2.00rem;
		height: 3.00rem;
		left: -0.20rem;
		top: -0.30rem;
	}
}

#introduction .intro_box .deco02 {
	position: absolute;
	width: 4.30rem;
	height: 7.50rem;
	right: -0.40rem;
	top: -0.40rem;
	z-index: -1;
	background-image: url(../img/about_deco02.png);
	background-position: left top;
	background-repeat: no-repeat;
	background-size: contain;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .deco02 {
		position: absolute;
		width: 2.00rem;
		height: 3.00rem;
		right: -0.20rem;
		top: -0.30rem;
	}
}

#introduction .intro_box .title_wrap {
	width: 3.30rem;
	padding-left: 0.40rem;
	padding-top: 0.60rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
}

@media screen and (max-width:599px) {
	#introduction .intro_box .title_wrap {
		width: 100%;
		padding: 0 0 0.30rem;
		text-align: center;
	}
}

#introduction .intro_box .title_wrap .title {
	font-size: 0.40rem;
	letter-spacing: 0.075em;
	font-weight: 900;
	line-height: 1.75;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .title_wrap .title {
		font-size: 0.30rem;
	}
}

#introduction .intro_box:nth-child(even) .title_wrap .title {
	text-align: right;
}

@media screen and (max-width:599px) {
	#introduction .intro_box:nth-child(even) .title_wrap .title {
		text-align: center;
	}
}

#introduction .intro_box .title_wrap .title span {
	color: #00a0e2;
}

#introduction .intro_box .textbox {
	width: 100%;
	max-width: 7.25rem;
}

#introduction .intro_box .textbox .text {
	font-size: 0.18rem;
	line-height: 1.91;
	letter-spacing: 0.075em;
	padding-bottom: 0.15rem;
	text-align: justify;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .textbox .text {
		font-size: 0.15rem;
		line-height: 1.91;
		letter-spacing: 0.05em;
		padding-bottom: 0.15rem;
		text-align: justify;
	}
}

#introduction .intro_box .textbox .ceo_ph_wrap {
	width: 3.80rem;
	margin-left: auto;
	display: flex;
	align-items: center;
	padding-top: 0.30rem;
}

#introduction .intro_box .textbox .ceo_ph_wrap .ph_wrap {
	width: 1.28rem;
}

#introduction .intro_box .textbox .ceo_ph_wrap .ceo_text {
	padding-left: 0.20rem;
	font-size: 0.15rem;
	line-height: 1.55;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .textbox .ceo_ph_wrap .ceo_text {
		font-size: 0.13rem;
	}
}

#introduction .intro_box .textbox .ceo_ph_wrap .ceo_text span {
	font-size: 0.18rem;
	display: block;
}

/* お約束 */
#introduction .intro_box .promise_box {
	padding-bottom: 0.30rem;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .promise_box {
		padding-bottom: 0.50rem;
	}

	#introduction .intro_box .promise_box:last-child {
		padding-bottom: 0;
	}
}

#introduction .intro_box .promise_box .promise_header {
	font-size: 0.20rem;
	font-weight: 700;
	color: #00a0e2;
	font-family: 'Roboto', sans-serif;
	padding-bottom: 0.16rem;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .promise_box .promise_header {
		font-size: 0.13rem;
	}
}

#introduction .intro_box .promise_box .promise_header span {
	font-weight: 300;
	color: #FFF;
	display: inline-block;
	padding-left: 0.04rem;
	font-size: 0.36rem;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .promise_box .promise_header span {
		font-size: 0.28rem;
	}
}

#introduction .intro_box .promise_box .promise_title {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.15rem;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .promise_box .promise_title {
		line-height: 1.65;
	}
}

#introduction .intro_box .promise_box .text {
	font-size: 0.16rem;
	padding: 0 0 0 0.15rem;
	border-left: 1px solid #00a0e2;
	text-align: justify;
}

@media screen and (max-width:599px) {
	#introduction .intro_box .promise_box .text {
		font-size: 0.14rem;
	}
}


/*========================
会社概要
========================*/
#company {
	background-color: #FFF;
	color: #000;
	position: relative;
	z-index: 1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.9);
}

#company::after {
	content: "";
	width: 50%;
	height: 100%;
	background-image: url(../img/about_company_ph.jpg);
	background-position: center center;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}

@media screen and (max-width:599px) {
	#company::after {
		content: "";
		display: block;
		width: 100%;
		height: 55vw;
		position: relative;
		right: auto;
		top: auto;
	}
}

#company .company_text {
	width: 50%;
	padding: 1.00rem 0;
}

@media screen and (max-width:599px) {
	#company .company_text {
		width: 100%;
		padding: 0.30rem 0;
	}
}

#company .company_text .logo_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 0.30rem;
}

@media screen and (max-width:599px) {
	#company .company_text .logo_wrap {
		justify-content: center;
	}
}

#company .company_text .logo_wrap .logo {
	width: 0.80rem;
}

@media screen and (max-width:599px) {
	#company .company_text .logo_wrap .logo {
		width: 0.30rem;
	}
}

#company .company_text .logo_wrap .title {
	padding-left: 0.20rem;
	font-size: 0.24rem;
	font-weight: 700;
	letter-spacing: 0.075em;
}

@media screen and (max-width:599px) {
	#company .company_text .logo_wrap .title {
		padding-left: 0.10rem;
		font-size: 0.18rem;
	}
}

#company .company_text .call_center {
	padding-bottom: 0.20rem;
	width: 100%;
	max-width: 4.50rem;
}

@media screen and (max-width:599px) {
	#company .company_text .call_center {
		text-align: center;
	}
}

#company .company_text .call_center .title {
	font-size: 0.18rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	padding-bottom: 0.10rem;
	border-bottom: 1px solid #000;
}

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

#company .company_text .call_center .tel_num {
	padding-top: 0.10rem;
	font-family: 'Roboto', sans-serif;
	font-size: 0.31rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

#company .company_text .call_center .tel_num a {
	color: #000;
	text-decoration: none;
}

@media screen and (max-width:599px) {
	#company .company_text .call_center .tel_num a {
		text-decoration: underline;
	}
}

#company .company_text .call_center .tel_num::before {
	content: "";
	display: inline-block;
	width: 0.24rem;
	height: 0.24rem;
	background-image: url(../img/about_tel_icon.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 0.10rem;
	position: relative;
	top: 0.01rem;
}

#company .company_text .call_center .tel_num span {
	font-size: 0.14rem;
	display: inline-block;
	padding-left: 0.06rem;
}

@media screen and (max-width:599px) {
	#company .company_text .call_center .tel_num span {
		letter-spacing: 0.05em;
		display: block;
		padding-left: 0;
		padding-top: 0.10rem;
	}
}

#company .company_text .caption {
	font-size: 0.16rem;
	line-height: 1.91;
	letter-spacing: 0.05em;
}

@media screen and (max-width:599px) {
	#company .company_text .caption {
		text-align: center;
	}
}
