.page-title {
	padding-top: 140px;
}
.page-t-box {
	background-color: #f0ebdc;
	
}
.title-page {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 280%;
	font-weight: bold;
	padding: 60px;
	max-width: 1360px;
	margin: 0 auto;
	box-sizing: border-box;
	text-align: center;
}
.title-page span {
	display: block;
	font-size: 40%;
	font-family: fot-tsukuardgothic-std, sans-serif;
}

.cont-title h3 {
	font-size: 120%;
	font-weight: bold;
}
.cont-title h6 {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 280%;
	font-weight: bold;
}
.cont-title {
	margin-bottom: 40px;
}

.com-nfo {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.com-nfo01 {
	width: 58%;
}
.com-nfo02 {
	width: 30%;
}
.com-nfo02 li:first-child {
	margin-bottom: 20px;
}
.aisatu {
	display: flex;
	justify-content: space-between;
}
.aisatu01 {
	width: 24%;
}
.aisatu02 {
	width: 66%;
}
.aisatu02 h4 {
	font-weight: bold;
	text-align: right;
	margin-top: 20px;
}
.aisatu02 p {
	font-size: 100%;
}
.aisatu02 h3 {
	font-weight: bold;
	font-size: 180%;
	margin-bottom: 40px;
}
.conce-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
} 
.conce-box01{
	width: 30%;
	order: 2;
} 
.conce-box02{
	width: 60%;
	order: 1;
} 
.conce-box02 {
	border-top: 5px solid #00365F;
	border-bottom: 5px solid #00365F;
	padding: 5%;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
}
.conce-box02-a {
	width: 60%;
}
.conce-box02-b {
	width: 30%;
}
.conce-box02-a p {
	font-size: 100%;
}
.conce-box02-b img {
	transform: rotate( 15deg );
}


.staff-box {
	display: flex;
	justify-content: space-between;
}
.staff-box01 {
	width: 30%;
}
.staff-box02 {
	width: 60%;
}
.staff-box02 .cont-title h3 {
    font-size: 160%;
}
.staff-box02 .cont-title h4 {
	font-weight: bold;
	font-size: 110%;
}
.staff-box02 p {
	position: relative;
	padding-top: 30px;
}
.staff-box02 p::after {
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	top: 0;
	left: 0;
	background-color: #B4A47A;
}


.works-box {
	display: flex;
	justify-content: space-between;
}
.works-box01 {
	width: 70%;
	padding-right: 5%;
	box-sizing: border-box;
	border-right: 1px solid #D8D8D8;
}
.works-box02 {
	width: 25%;
}
.category-box {
	display: flex;
	margin-bottom: 40px;
}
.worksh6 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
}
.category-box p {
	font-size: 120%;
}
.category-box p a {
	margin-left: 10px;
	color: #00365F;
	padding: 5px;
	border-radius: 6px;
	background-color: #f0ebdc;
}
.worksh3 {
	font-weight: bold;
	font-size: 260%;
	line-height: 1.4;
	margin-bottom: 20px;
}
.before-after {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.before {
	width: 30%;
}
.after {
	width: 64%;
}
.before-after p {
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 140%;
	font-weight: bold;
}

.before-after p span {
  background: linear-gradient(transparent 50%, #EEF70E 50%);
}

.worksh5 {
	font-weight: bold;
	font-size: 180%;
	line-height: 1.6;
	margin-top: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 20px;
}
.works-box02 ul {
	border-bottom: 1px solid #D8D8D8;
	margin-bottom: 20px;
}
.works-box02 li {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
}
.works-box02 li h4 {
	font-weight: bold;
	font-size: 120%;
	line-height: 1.6;
}
.works-box02 li h4 span {
	font-size: 80%;
	padding: 5px;
	box-sizing: border-box;
}
.infoname01 {
	width: 30%;
	text-align: center;
	white-space: nowrap;
}
.works-box02 li .infoname01 h4 {
	border-radius: 6px;
	background-color: #f0ebdc;
}
.infoname02 {
	width: 65%;
}

.works-list-box {
	display: flex;
	flex-wrap: wrap;
}
.works-list-box li {
	width: 33.333%;
	box-sizing: border-box;
	padding: 0 3% 40px 3%;
}
.works-list-box li a {
	color: #00365F;
	opacity: 1;
	display: block;
}
.works-list-box li a:hover {
	opacity: 0.6;
}

.w-l-img {
	background-size: cover;
	background-position: center center;
	width: 100%;
	height: 240px;
}
.w-l-txt {
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
}

.w-l-txt h5 {
	font-size: 100%;
	font-weight: bold;
	color: #B4A47A;
}
.w-l-txt h3 {
	font-size: 140%;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
}
.w-l-txt h4 {
	font-size: 100%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 2;
}
.w-l-txt h4 span {
	background-color: #f0ebdc;
	border-radius: 6px;
	padding: 5px;
	margin-right: 5px;
	white-space: nowrap;
}

.yazirusi {
  display: inline-block;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 90%;
	font-weight: bold;
	position: relative;
	margin-top: 10px;
} 
.yazirusi::after {
	position: absolute;
  content: '';
  width: 40px;
  height: 5px;
	top: 50%;
	margin-top: -2px;
	right: 0;
	margin-right: -50px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}
.works-cate {
	margin-bottom: 40px;
}
.works-cate h4 {
	margin-top: 10px;
	line-height: 2;
}

.works-cate h4 a {
	font-size: 120%;
	font-weight: bold;
	margin-right: 10px;
    color: #00365F;
    padding: 5px;
    border-radius: 6px;
    background-color: #f0ebdc;
	white-space: nowrap;
}

.pagena {
	border-radius: 6px;
	padding: 10px;
}

.mailde {
	background-color: #f0ebdc;
	padding:5%;
	border-radius: 6px;
	margin-top: 30px;
}
.mailde input {
	font-size:120%;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	border:2px solid #00365F;
	border-radius: 6px;
}
.mailde textarea {
	font-size:120%;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	border:2px solid #00365F;
	border-radius: 6px;
}

.mailde-naka {
	max-width:800px;
	margin:0 auto;
}
.mailde-one {
	padding-bottom:20px;
}

.w-l-img-boder {
	border:1px solid #E1E6EB;
	height:auto;
}

.step_box {
	display: flex;
	justify-content: space-between;
	max-width: 900px;
	margin: 0 auto;
	margin-bottom: 60px;
}
.step_box01 {
	width: 15%;
}
.step_box02 {
	width: 80%;
}
.step_box01_maru {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #00365F;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step_box01 h6 {
	color: #fff;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	line-height: 1.2;
}

.step_box01 h6 span {
	font-size: 60%;
}
.step_box02 h3 {
	font-size: 180%;
	font-weight: bold;
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #00365F;
}
.step_box02 h3 .muryo {
	background-color: #DE3333;
	border-radius: 6px;
	padding: 5px 10px;
	color: #fff;
	font-size: 50%;
	display: inline-block;
}
.step_inner h4 {
	font-size: 130%;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.step_inner {
	margin-bottom: 20px;
}
.step_inner h4::before {
	position: absolute;
	width: 10px;
	height: 100%;
	background-color: #F0EBDC;
	content: "";
	left: 0;
	top: 0;
	border-radius: 6px;
	
}

@media screen and ( max-width:800px )
{
.page-title {
	padding-top: 90px;
}
.aisatu {
    display: inherit;
}
.aisatu01 {
    width: 100%;
	margin-bottom: 40px;
}
.aisatu02 {
    width: 100%;
}
.conce-box {
    display: inherit;
}
.conce-box01 {
    width: 80%;
	margin: 0 auto;
    margin-bottom: 40px;
}
.conce-box02 {
    display: inherit;
	width: 100%;
}
.conce-box02-a {
    width: 100%;
}
.conce-box02-b {
    width: 100%;
	padding: 20%;
	box-sizing: border-box;
}
.com-nfo {
    display: inherit;
}
.com-nfo01 {
    width: 100%;
}
.com-nfo02 {
    width: 100%;
	margin-top: 40px;
}
.table td {
    display: inline-block;
	width: 100%;
	box-sizing: border-box;
}
.table .td01 {
    width: 100%;
	box-sizing: border-box;
	border-right: none;
	border-bottom: 1px dashed #E1E6EB;
}
	
.staff-box {
	display: inherit;
}
.staff-box01 {
	width: 100%;
	margin-bottom: 20px;
}
.staff-box02 {
	width: 100%;
}
.staff-box02 .cont-title h6 {
    line-height: 1.1;
	margin-bottom: 10px;
}
	
	
.works-box {
    display: inherit;
}
.works-box01 {
    width: 100%;
    padding-right: 0%;
    box-sizing: border-box;
	padding-bottom: 60px;
    border-right: none;
}
.works-box02 {
    width: 100%;
}
	
.before-after {
    display: inherit;
}
.before {
    width: 100%;
	margin-bottom: 30px;
}
.after {
    width: 100%;
}
.worksh3 {
    font-size: 180%;
}
	
	.works-list-box li {
		width: 100%;
	}
	
.step_box {
	display: inherit;
}
.step_box01 {
	width: 100%;
	margin-bottom: 20px;
}
.step_box02 {
	width: 100%;
}
	

}
