@charset "utf-8";

/* business
------------------------------------------------------------------- */
body.page-business #main {
	position: relative;
}
body.page-business #main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../img/business/bg_business.jpg);
}

.business_top .inner {
	width: 100%;
}

.business_top .link_cpsite {
	margin-top: 100px;
	text-align: center;
}
.business_top .link_cpsite img {
	height: auto;
}

.business_top p.lead {
	font-size: 24px;
	line-height: 1.75;
	font-weight: 500;
	text-align: center;
}

ul.business_list {
	width: calc(100% + 80px);
	margin: 0;
	margin-left: -40px;
	list-style: none;
	padding: 0;
	background-color: #F0F2F2;
}
ul.business_list li div.text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
ul.business_list li div.text > *:first-child { margin-top: 0; }
ul.business_list li div.text > *:last-child { margin-bottom: 0; }
ul.business_list li .text h2 {
	font-size: 50px;
	color: #171819;
	background: none;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #007088;
}
ul.business_list li .text p {
	font-size: 24px;
	line-height: 1.5;
	text-align: left;
}
ul.business_list li .text a.btn.more {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	margin-top: 18px;
	height: 36px;
	line-height: 36px;
	padding: 0 34px 0 10px;
	background-color: var(--black-color);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	background-image: url(../img/ico_arrow_right_s.svg);
}
ul.business_list li .photo img {
	height: auto;
}
ul.business_list li:nth-child(odd) .photo.shadow img {
	box-shadow: -30px 30px 0px 0px #C0C3C3;
}
ul.business_list li:nth-child(even) .photo.shadow img {
	box-shadow: 30px 30px 0px 0px #C0C3C3;
}

.sec.promise {
	text-align: center;
}
.sec.promise p {
	font-size: 24px;
	line-height: 2;
}
 
@media screen and (min-width : 768px) {
	ul.business_list li {
		display: flex;
		width: 100%;
		padding-left: 8%;
		margin-top: 100px;
	}
	ul.business_list li div.text {
		width: 50%;
		padding-right: 8%;
	}
	ul.business_list li div.photo {
		width: 50%;
	}
	ul.business_list li:nth-child(even) {
		flex-direction: row-reverse;
		padding-left: 0;
		padding-right: 8%;
	}
	ul.business_list li:nth-child(even) div.text {
		padding-right: 0;
		padding-left: 8%;
	}

	ul.business_list li .text a.btn.more {
		transition: opacity 0.07s linear;
	}
	ul.business_list li .text a.btn.more:hover {
		opacity: 0.8;
	}
}
@media screen and (min-width : 768px) and (max-width : 1084px) {}
@media screen and (max-width : 767px) {
	.business_top p.lead {
		font-size: 16px;
	}
	.business_top .link_cpsite {
		margin-top: 20px;
	}

	ul.business_list {
		margin: 0;
		margin-top: 40px;
		margin-left: -18px;
		width: calc(100% + 36px);
	}
	ul.business_list li + li {
		margin-top: 60px;
	}
	ul.business_list li:nth-child(even) .photo img,
	ul.business_list li:nth-child(odd) .photo img {
		box-shadow: none;
	}
	ul.business_list li .text {
		padding: 18px;
	}
	ul.business_list li .text h2 {
		font-size: 30px;
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	ul.business_list li .text p {
		font-size: 16px;
	}

	.sec.promise p {
		font-size: 16px;
	}
	.sec.promise p br {
		display: none;
	}
}

/* ul.business_list.simple
------------------------------------------------------------------- */
body.page-quality #footer {
	margin-top: 0;
}

ul.business_list.simple li:nth-child(even) .photo img,
ul.business_list.simple li:nth-child(odd) .photo img {
	box-shadow: none;
}
ul.business_list.simple li:nth-child(even) .photo.cover img,
ul.business_list.simple li:nth-child(odd) .photo.cover img {
	width: auto;
}
ul.business_list.simple li:first-child {
	margin-top: 0;
}
ul.business_list.simple li div.text {
	align-items: flex-start;
	padding-left: 8%;
	padding-right: 0;
}
ul.business_list.simple li.contact {
	margin: 0;
	padding: 100px 40px!important;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column!important;
}
@media screen and (min-width : 768px) {
	ul.business_list.simple li .text h2 {
		font-size: 48px;
		line-height: 1.25;
	}
	ul.business_list.simple li:nth-child(even) {
		flex-direction: row;
		padding-right: 0;
		padding-left: 8%;
	}
	ul.business_list.simple li:nth-child(even) div.text {
		padding-left: 0;
		padding-right: 8%;
	}
	ul.business_list.simple li:nth-child(odd) {
		flex-direction: row-reverse;
		padding-left: 0;
		padding-right: 8%;
		background-color: #fff;
	}
}
@media screen and (max-width : 1364px) {}
@media screen and (max-width : 767px) {
	ul.business_list.simple li div.text {
		padding: 20px;
	}
}

/* quality
------------------------------------------------------------------- */
body.page-quality #main {
	position: relative;
}
body.page-quality #main:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 850px;
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-image: url(../img/bg/bg_silver.jpg);
}
body.page.sub.page-quality .mod_title {
	border-bottom: none;
}
body.page.sub.page-quality section > .inner {
	width: 1573px;
	padding-bottom: 150px;
}

.quality_list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}
.quality_list li {
	background-color: rgb(255 255 255 / 50%);
	border-top: 5px solid #007088;
	text-align: center;
	padding: 40px 50px 20px;
}
.quality_list li div {
	font-size: 45px;
	line-height: 1.48;
	margin: 12px 0 8px;
}
.quality_list li a.btn.more {
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	margin-top: 18px;
	height: 36px;
	line-height: 36px;
	padding: 0 34px 0 10px;
	background-color: var(--black-color);
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 16px;
	background-image: url(../img/ico_arrow_right_s.svg);
}

@media screen and (min-width : 768px) {
	.quality_list li {
		width: calc((100% - 80px) / 3);
		margin-left: 40px;
	}
	.quality_list li:nth-child(3n+1) {
		margin-left: 0;
	}
}
@media screen and (max-width : 1364px) {}
@media screen and (max-width : 767px) {

	body.page.sub.page-quality section > .inner {
		padding-bottom: 30px;
	}
	.quality_list li {
		padding: 20px 8px;
		width: calc((100% - 20px) / 3);
		margin-left: 10px;
	}
	.quality_list li:nth-child(3n+1) {
		margin-left: 0;
	}
	.quality_list li img {
		width: 26px;
		height: auto;
	}
	.quality_list li div {
		font-size: 16px;
	}
	.quality_list li a.btn.more {
		font-size: 12px;
		padding: 8px;
		background-image: none;
	}
}

/* customize
------------------------------------------------------------------- */
body.page-customize:before {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: calc(100vh + 180px + 20px + 32px);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
	background-image: url(../img/bg/bg_silver.jpg);
}
body.page-customize #main {
	padding-top: 0!important;
}
body.page-customize .title_outer {
	padding-top: 78px;
	padding-bottom: 60px;
}
body.page-customize .sub_outer {
	background-color: #fff;
	padding: 60px 0 0;
}
body.page-customize #footer {
	margin-top: 0;
}

@media screen and (min-width : 768px) {}
@media screen and (max-width : 1364px) {}
@media screen and (max-width : 767px) {
	body.page-customize .title_outer {
		padding-top: 28px;
		padding-bottom: 30px;
	}
	body.page-customize .sub_outer {
		padding: 30px 0 0;
	}
}

body.page-customize .mod_title {
	border-bottom: 5px solid var(--sub-color);
	padding-bottom: 30px;
}

body.page-customize #main .sec.contactlink {
	padding-bottom: 0;
}

body.page-customize.sub h2 {
	font-size: 36px;
	padding: 15px 10px;
	background-color: #636769;
	color: #fff;
	text-align: center;
}
.requestbox {
	background-color: #DFE1E1;
	padding: 42px;
}
.requestbox .request {
	font-size: 30px;
	margin-left: -0.5em;
}
body.page-customize #main .requestbox > *:first-child { margin-top: 0; }
body.page-customize #main .requestbox > *:last-child { margin-bottom: 0; }
body.page-customize #main .requestbox p {
	font-size: 24px;
	line-height: 1.5;
}
ul.flow {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.flow li {
	display: flex;
	text-align: center;
	position: relative;
	margin-bottom: 100px;
	min-height: 150px;
}
ul.flow li:last-child {
	margin-bottom: 0;
}
ul.flow li div.step {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #007088;
	color: #fff;
	font-size: 36px;
	width: 40%;
	margin-right: 3%;
	line-height: 1.5;
}
ul.flow li:after {
	content: '';
	position: absolute;
	bottom: -66px;
	left: 17%;
	background-repeat: no-repeat;
	background-size: 55px;
	background-image: url(../img/business/icon_triangle.svg);
	width: 55px;
	height: 30px;
}
ul.flow li:last-child:after {
	display: none;
}
ul.flow li div.desc {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	font-size: 24px;
	line-height: 1.5;
	width: 57%;
	padding: 10px;
}
body.page-customize #main .sec.contactlink {
	display: flex;
}
body.page-customize #main .sec.contactlink div.photo {
	width: 50%;
}
body.page-customize #main .sec.contactlink div.text {
	width: 50%;
	background-color: #F0F2F2;
	text-align: center;
	padding: 120px 0;
}
body.page-customize #main .sec.contactlink div.text p {
	font-size: 30px;
	line-height: 1.75;
}
body.page-customize #main .sec.contactlink img {
	height: auto;
}

@media screen and (min-width : 768px) {}
@media screen and (max-width : 1364px) {}
@media screen and (max-width : 767px) {
	body.page-customize.sub h2 {
		font-size: 18px;
		padding: 8px;
	}
	ul.flow li {
		min-height: 100px;
		margin-bottom: 60px;
	}
	ul.flow li:after {
		background-size: 30px;
		width: 30px;
		left: 15%;
		bottom: -51px;
	}
	ul.flow li div.step {
		font-size: 16px;
		padding: 5px;
	}
	ul.flow li div.desc {
		font-size: 14px;
	}

	.requestbox {
		padding: 20px;
	}
	.requestbox .request {
		font-size: 16px;
	}
	body.page-customize #main .requestbox p {
		font-size: 14px;
	}
	body.page-customize #main .sec.contactlink {
		flex-direction: column;
	}
	body.page-customize #main .sec.contactlink div.photo,
	body.page-customize #main .sec.contactlink div.text {
		width: 100%;
	}
	body.page-customize #main .sec.contactlink div.text {
		padding: 30px 20px;
	}
	body.page-customize #main .sec.contactlink div.text p {
		font-size: 16px;
		padding: 0;
	}
}

/* office
------------------------------------------------------------------- */
body.page-office .mod_title {
	padding-bottom: 30px;
	border-bottom: 5px solid var(--sub-color);
}
ul.office_list {
	margin: 0;
	padding: 0;
}
ul.office_list li {
	list-style: none;
	display: flex;
	width: 100%;
	margin-top: 70px;
}
ul.office_list li .text{
	width: 55.85%;
	margin-right: 4.05%;
}
ul.office_list li .text h2 {
	font-size: 40px;
	color: #171819;
	background: none;
	text-align: left;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #007088;
}
ul.office_list li .text p {
	line-height: 1.7;
}
ul.office_list li .text p.office_name {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 0.3em;
}

ul.office_list li .photo{
	width: 40.01%;
}
ul.office_list li .photo img {
	box-shadow: -20px 20px 0px 0px #DFE1E1;
	height: auto;
}
@media screen and (min-width : 768px) {}
@media screen and (min-width : 768px) and (max-width : 1084px) {}
@media screen and (max-width : 767px) {
	
	ul.office_list li {
		display: block;
	}
	ul.office_list li:first-child {
		margin-top: 0;
	}
	ul.office_list li .text{
		width: 100%;
	}
	ul.office_list li .photo{
		width: 100%;
		text-align: center;
	}
	ul.office_list li .text h2 {
		font-size: 20px;
		padding-bottom: 8px;
		margin-bottom: 20px;
	}
	ul.office_list li .text p {}
	ul.office_list li .text p.office_name {
		font-size: 18px;
	}
}