@charset "utf-8";


body {
	-webkit-text-size-adjust: 100%;
}

#contents {
	padding-bottom: 0px;
}

#article a {
	transition: .3s;
}
#article a:hover {
	text-decoration: none;
}

#article * {
	font-family: 'Noto Sans JP', sans-serif;
}
#article {
	width: 950px;
	background: #fff;
}
.ContentText span {
    font-weight: 600;
}


/* ///////////////// 共通箇所 ここから ///////////////// */

.sectionTitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1.5px;
    margin: 0 0 18px;
}
#article .sectionTitle span {
    display: block;
    font-size: 16px;
    color: #8c2b25;
    letter-spacing: normal;
    margin: 4px 0 0;
}

/* ///////////////// 共通箇所 ここまで//////////////////*/

.mainView {
    margin: 0 0 69px;
}

.innerContents {
    padding: 0 50px 85px;
}

#article .introContentTitle {
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 1.6px;
    margin: 0 0 41px;
}

.introdusts {
    margin: 0 0 74px;
}
.introTextBox {}
.introTextBox p {
    font-size: 16px;
    text-align: center;
    letter-spacing: 0.8px;
    line-height: 1.8;
}
.introTextBox p:not(:first-child) {
    margin: 35px 0 0;
}


.worksIntrodusts {
    margin: 0 0 75px;
}
.industryField {
	margin: 0 25px 76px;
	padding: 33px;
	position: relative;
	border: 2px solid #8c2b25;
	border-radius: 10px;
}
.industryField dt {
    position: absolute;
    left: 0;
    right: 0;
    top: -18px;
    font-size: 28px;
    color: #8c2b25;
    font-weight: bold;
    letter-spacing: 1.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 240px;
    margin: auto;
    background: #fff;
}
.industryField dd ul {
    display: flex;
    justify-content: space-between;
}
.industryField dd ul li {
    width: 130px;
    height: 130px;
    background: #8c2b25;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.worksBox {}
.worksBox li {}
.worksBox li:not(:first-child) {
    margin: 75px 0 0;
}
.ContentText {
    font-size: 16px;
    line-height: 1.9;
    margin: 0 0 21px;
    letter-spacing: -0.3px;
}
.ContentImages {}

.bknExs {
	margin: 0 0 74px;
}
.caseEx {}
.bknBox {
    display: flex;
    justify-content: space-between;
}
.bknItems {
    width: calc(100% / 2 - 25px);
}
.bknExImages {
    margin: 0 0 13px;
}
.bknItems h4 {
    font-size: 20px;
    font-weight: bold;
    color: #8c2b25;
    margin: 0 0 8px;
}
.bknExData p {
    font-size: 16px;
}
.bknExData p:not(:first-child) {
    margin: 8px 0 0;
}


.contactBtn {
    margin: 0 0 50px;
}
.contactBtn a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #8c2b25;
    box-sizing: border-box;
    width: 300px;
    height: 70px;
    margin: auto;
    background: #8c2b25;
    color: #fff;
    font-size: 16px;
}
.contactBtn a:hover {
    color: #8c2b25;
    background-color: #fff;
}
.contactBtn a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #fff;
	border-right: solid 1px #fff;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 32px;
	margin: auto;
    transition: .3s;
}
.contactBtn a:hover:before {
    border-top: 1px solid #8c2b25;
    border-right: 1px solid #8c2b25;
}


.otherPageLink {
    display: flex;
    justify-content: space-between;
}
.otherPageLink li {
    width: calc(100% / 4 - 7px);
}
.otherPageLink li a {
    width: 100%;
    height: 70px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 48px;
    border: 1px solid #8c2b25;
    position: relative;
    font-size: 16px;
    color: #8c2b25;
}
.otherPageLink li a:hover {
    color: #fff;
    background-color: #8c2b25;
}

.otherPageLink li a:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0px;
	border-top: solid 1px #8c2b25;
	border-right: solid 1px #8c2b25;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	margin: auto;
}
.otherPageLink li a:hover:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}