@charset "utf-8";
/* CSS Document */
.pc{
	display: none;
}
.mainviual{
	margin-top:55px;
	position: relative;
}
.mainviual img{
	display:block;
	width:100%;
}

.photo_01 img{
	display:block;
	width:100%;
}
.photo_02 img{
	display:block;
	width:100%;
	margin-bottom: 30px;
}
	
.wrapper{
	width: 95%;
	max-width: 960px;
	margin: 30px auto 70px;
}
.wrapper:last-of-type{
	margin: 30px auto 100px;
}
.wrapper p{
	letter-spacing: 1px;
	line-height: 1.8;
	font-size: 108%;
	text-align: justify;
}
#overview-h,
.wrapper h2{
	display: flex;
	font-weight: bold;
	font-size: 210%;
	padding-bottom: 5px;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: -9px;
}
#overview-h .accent,
.wrapper h2 .accent{
	color: #f08500;
	margin-right: 3px;
}
#overview-h span{
	color: #f08500;
}
#overview p span{
	color: #f08500;
	font-weight: bold;
}
#overview p strong{
	color: #f08500;
	font-size: 116%;
}

#service-overview .sub-title{
	font-size: 130%;
	margin-bottom: 5px;
	color: #f08500;
	font-weight: bold;
}
#service-overview .sub-text{
	margin-bottom: 10px;
}
#service-overview .flex{
	display: flex;
	flex-direction: column;
}
#service-overview article{
	background: #f5f5f5;
	padding: 15px;
	margin:0 10px 10px;
	text-align: justify;
}
#service-overview h3{
	font-size: 117%;
	letter-spacing: 1px;
}

#examples h3{
	background: #f08500;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	letter-spacing: 1px;
	padding: 5px 10px;
	margin-bottom: 10px;
}
#examples ul{
	margin: 0 10px 30px;
	letter-spacing: 1px;
}
#examples ul li{
	margin-bottom: 10px;
	font-size: 108%;
}
#examples ul li .name{
	display: block;
	font-size: 116%;
	color: #000;
	font-weight: bold;
	border-bottom: 1px dashed #f08500;
	margin-bottom: 5px;
}
#examples ul li .text{
	line-height: 1.6;
}
#examples ul li .ex{
	font-size: 90%;
}

#case-studies .card{
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
}
#case-studies .card h3{
	background: #e7e7e7;
	color: #000;
	padding: 10px;
	font-size: 130%;
	letter-spacing: 1px;
}
#case-studies ul{
	padding: 10px;
}
#case-studies ul li{
	display: flex;
}
#case-studies ul li p{
	line-height: 1.6;
}
#case-studies ul li p:first-of-type{
	white-space: nowrap;
}
#case-studies ul li:last-of-type{
	margin: 10px 0 0;
	color: #f08500;
	font-weight: bold;
}
#testimonials p{
	line-height: 1.6;
}
#testimonials article{
	width: fit-content;
	margin-bottom: 20px;
}
#testimonials cite{
	display: table;
	margin: 0 0 0 auto;
}

#faq dt,
#faq dd{
	display: flex;
}
#faq dt{
	border-bottom: 1px dashed #f08500;
	margin-bottom: 5px;
	font-weight: bold;
}
#faq dd{
	margin-bottom: 15px;
}

#reason ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#reason ul li{
	width: 100%;
	padding: 10px;
	margin-bottom: 20px;
	background: #f5f5f5;
}
#reason ul li p{
	line-height: 1.6;
}
#reason ul li p:first-of-type{
	color: #f08500;
	font-weight: bold;
	font-size: 116%;
}

#contact .cta{
	display: block;
	width: 90%;
	max-width: 500px;
	text-align: center;
	margin: 10px auto 0;
	padding: 10px;
	background: #f08500;
	border: 1px solid #f08500;
	color: #fff;
	font-size: 120%;
	letter-spacing: 1px;
	font-weight: bold;
	transition: 0.3s;
}
#contact .cta:hover{
	background: #fff;
	color: #f08500;
}

.column-box{
	width: 95%;
	max-width: 1100px;
	margin: 30px auto 70px;
}
.column-box h2{
	display: flex;
	font-weight: bold;
	font-size: 210%;
	padding-bottom: 5px;
	color: #333;
	letter-spacing: 1px;
	padding-top: 10px;
	margin-bottom: 10px;
}
.column-box h2 .accent{
	color: #f08500;
  margin-right: 3px;
}
.column-box .item a{
	color: #535353;
}
.column-box .item .title{
	display: block;
	width: 100%;
	max-height: 48px;
	margin: 7px 0 4px;
	overflow: hidden;
}
.column-box .item .text{
	font-size: 80%;
	text-align: justify;
}