@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}

body {
	position: relative;
	margin: 0;
	padding: 0px 0 0;
	width: 100%;
	line-height: 1.7;
	color: #000000;

    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;

    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
    font-weight: 700;
    font-weight: 900;

    font-family: 'Lilita One', sans-serif;
    font-weight: 400;

    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 900;

    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-weight: 700;

	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
    font-weight: 500;
    font-weight: 700;
    font-weight: 600;
}
body::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e3e0dd;
    z-index: -10;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

.sponly {
	display: none;
}
.pconly {
	display: inline;
}


@media screen and (min-width: 960px) {
    a[href^="tel:"] {
        display: inline-block;
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}


#link-access, #link-voice, #link-jirei {
	position: relative;
	margin-top: -150px;
	padding-top: 150px;
	z-index: -1000;
}
#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
	position: relative;
	margin-top: -150px;
	padding-top: 150px;
	z-index: -1000;
}

@media screen and (max-width:959px) {
    #link-access, #link-voice, #link-jirei {
        margin-top: -70px;
        padding-top: 70px;
    }
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
        margin-top: -70px;
        padding-top: 70px;
    }
}

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

@media screen and (max-width:599px) {
    .sponly {
        display: inline;
    }
    .pconly {
        display: none;
    }
}


/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 1;
	z-index: 1010;
	background: #413a37 url("../img/cmn/icon_headertop.png") no-repeat center top;
	background-size: auto;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
body#toppage header {
	top: -150px;
}
body#toppage header.bgwhite {
	top: 0;
}
.hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 0 30px 0px 30px;
	width: 100%;
	max-width: 1190px;
	height: 130px;
}
.hd-logo {
	margin: 35px 0 0px 0;
	width: 175px;
}
.hd-logo img {
    width: 100%;
    height: auto;
}
.hd-logo img {
}

.hd-info {
	width: calc(100% - 175px);
	vertical-align: top;
}
.hd-menu {
	margin: 0;
	padding: 0px 0 0;
}
.hd-contact {
}

.hd-contact .hd-line {
    width: 40px;
    margin-top: 33px;
}


@media screen and (max-width: 959px) {
    header {
        background-size: 1000px;
    }
    body#toppage header {
        top: 0;
    }
	.hd-inr {
		padding: 0px 15px 0px 15px;
		height: 60px;
	}
	.hd-logo {
		margin: 0px 0 0 0;
		width: 160px;
	}
    header.bgwhite .hd-logo {
        margin: 0px 0 0px 0;
    }
	.hd-info {
		width: calc(100% - 160px);
		padding: 0 55px 0 0;
		align-items: center;
	}
	.hd-contact {
		height: 52px;
	}
	.hd-menu {
		margin: 0;
		padding: 0;
	}
    .hd-contact .hd-line {
        margin-top: 0px;
    }
}

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

@media screen and (max-width: 599px) {
	.hd-inr {
		padding: 0px 15px 0px 10px;
	}
	.hd-logo {
		width: 160px;
	}
	.hd-info {
		width: calc(100% - 160px);
		padding: 0 45px 0 0;
	}
}

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


/*	共通 - アクセスエリア
---------------------------------*/
.cmn-access {
    padding-top: 100px;
    padding-bottom: 100px;
}
.cmn-access .contents-inr {
}

.cmn-access h3 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #21110d;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    margin-bottom: 20px;
}

.cmn-access .cmn-access__list {
}
.cmn-access .cmn-access__list li {
    width: calc((100% - 45px) / 2);
    margin-right: 45px;
}
.cmn-access .cmn-access__list li:last-of-type {
    margin-right: 0px;
    background: #ffffff;
    text-align: center;
    padding: 25px 30px 0px 30px;
}
.cmn-access .cmn-access__list li:nth-of-type(1) iframe {
    width: 100%;
    height: 300px;
}
.cmn-access .cmn-access__list li:nth-of-type(2) a {
    margin-top: 15px;
    text-align: center;
	display: block;
}
.cmn-access .cmn-access__list li:nth-of-type(2) a strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 0;
	font-size: 39px;
	letter-spacing: 5px;
    line-height: 1.2;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
}
.cmn-access .cmn-access__list li:nth-of-type(2) p {
	font-size: 15px;
    text-align: center;
}
.cmn-access .cmn-access__list li:nth-of-type(2) .btn {
}
.cmn-access .cmn-access__list li:nth-of-type(2) .btn a {
	display: inline-block;
	width: 100%;
    height: 60px;
    text-align: center;
	background: #414140;
    border-radius: 30px;
}
.cmn-access .cmn-access__list li:nth-of-type(2) .btn a span {
    margin-top: 17px;
	display: inline-block;
	font-size: 18px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: 600;
	color: #ffffff;
    padding-left: 30px;
	background: url("../img/cmn/icon_mail.svg") no-repeat left center;
	background-size: 24px;
}

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

@media screen and (max-width: 959px) {
    .cmn-access .cmn-access__list li {
        width: 100%;
        margin-right: 0px;
    }
    .cmn-access .cmn-access__list li:last-of-type {
        margin-top: 20px;
        padding: 25px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .cmn-access {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .cmn-access h3 {
        font-size: 24px;
        letter-spacing: -0.5px;
        margin-bottom: 15px;
    }
    .cmn-access .cmn-access__list li:last-of-type {
        padding: 15px 15px 15px 15px;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) img {
        width: 20%;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) a {
        margin-top: 10px;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) a strong {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) p {
        font-size: 13px;
        text-align: center;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) .btn a {
        height: 50px;
    }
    .cmn-access .cmn-access__list li:nth-of-type(2) .btn a span {
        margin-top: 13px;
        font-size: 16px;
        letter-spacing: 1px;
        padding-left: 28px;
        background-size: 20px;
    }
}


/*	フッター
---------------------------------*/
footer {
    position: relative;
}
footer::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #413a37;
    z-index: -8;
}
footer .ft-info {
}
footer .contents-inr {
	padding-top: 50px;
	padding-bottom: 20px;
    max-width: 860px;
}

.ft-left {
    width: 280px;
    padding-right: 20px;
}
.ft-left .ft-logo {
    margin-bottom: 30px;
}
.ft-left .ft-logo img {
    width: 185px;
}
.ft-left .ft-address {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 600;
    color: #ffffff;
}
.ft-left .ft-tel {
	font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.6;
    font-weight: 600;
    color: #ffffff;
}

.ft-right {
    width: calc(100% - 280px);
}

.ft-nav {
    text-align: right;
}
.ft-nav > ul {
	margin: 0;
    font-size: 0;
}
.ft-nav > ul > li {
    display: inline-block;
    vertical-align: top;
	margin: 0px 30px 20px 0px;
    text-align: left;
}
.ft-nav > ul > li:last-of-type {
}
.ft-nav > ul > li p.p01 {
    margin-bottom: 10px;
	font-size: 17px;
    line-height: 1.6;
    letter-spacing: 1px;
	font-weight: 600;
    color: #ffffff;
}
.ft-nav > ul > li p.p02 {
    margin-bottom: 6px;
	font-size: 12px;
    line-height: 1.6;
    letter-spacing: 1px;
	font-weight: 500;
    color: #ffffff;
}

.ft-copyright {
    color: #ffffff;
	padding: 0px 5px 20px 5px;
	font-size: 10px;
    letter-spacing: 1px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

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

@media screen and (max-width: 959px) {
    .ft-right {
        display: none;
    }
    footer .contents-inr {
        padding-top: 30px;
    }
    .ft-left {
        width: 220px;
        padding-right: 0px;
    }
}

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

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    .ft-left {
        width: 200px;
    }
    .ft-left .ft-logo {
        margin-bottom: 20px;
    }
    .ft-left .ft-address {
        font-size: 15px;
    }
    .ft-left .ft-tel {
        font-size: 15px;
    }
}


/*	グローバナビ（PC用）
---------------------------------*/
.pc-nav {
	line-height: 1;
}
.pc-nav > ul {
	margin: 40px 40px 0 0px;
}
.pc-nav > ul > li {
	position: relative;
	margin: 0px 0px 0 44px;
	padding: 0 0px 0px 0px;
	height: 30px;
}
.pc-nav > ul > li::before {
	content: "";
	display: block;
	position: absolute;
	top: 20%;
	left: -23px;
	margin: 0;
	width: 1px;
	height: 60%;
	background: #ffffff;
}
.pc-nav > ul > li.first {
	margin: 0;
	padding: 0;
}
.pc-nav > ul > li.first::before {
	display: none;
}
.pc-nav > ul > li > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
	letter-spacing: 3px;
	font-weight: 600;
    color: #ffffff;
}
.pc-nav > ul > li > a span {
	position: relative;
}
.pc-nav > ul > li.current a,
.pc-nav > ul > li a:hover {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.pc-nav > ul > li.parent div {
	position: absolute;
	top: 100%;
	left: calc(50% + 0px);
	transform: translateX(-50%);
	padding: 15px 5px 15px 5px;
	width: 170px;
	max-height: 0;
	background: #cfbfa5;
	text-align: center;
    border-radius: 0px;
	z-index: 100;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pc-nav > ul > li.parent div ul {
	display: inline-block;
}
.pc-nav > ul > li.parent div li a {
	display: block;
	padding: 5px 0px 5px 0px;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
	line-height: 1.6;
}
.pc-nav > ul > li.parent div li a:hover {
    opacity: 0.8;
}
.pc-nav > ul > li.parent div li:last-child a {
    border-bottom: none;
}
.pc-nav > ul > li.parent:hover div {
	max-height: 360px;
	opacity: 1;
}

@media screen and (max-width:1100px) {
    .pc-nav > ul {
        margin: 40px 30px 0 0px;
    }
    .pc-nav > ul > li {
        margin: 0px 0px 0 30px;
    }
    .pc-nav > ul > li::before {
        left: -16px;
    }
    .pc-nav > ul > li > a {
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 959px) {
	.pc-nav {
		display: none;
	}
	.pconly-nav {
		display: none;
	}
}


/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
	display:none;
}
@media screen and (max-width: 959px) {
	header nav.sp-nav {
		display: block;
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		padding: 10% 15%;
		width: 100%;
		height: 100%;
		background: #413a37;
		font-size: 1.8rem;
		font-weight: 500;
        letter-spacing: 1px;
		z-index: 1000;
		visibility: hidden;
		opacity: 0;
		transform: scale(0.8);
		transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	}
	/* ナビゲーション アニメーション */
	header.open nav.sp-nav {
		visibility: visible;
		opacity: 1;
		transform: scale(1);
		transition: transform 0.4s, opacity 0.4s;
	}
	header nav.sp-nav a {
		color:#fff;
		font-weight: 500;
	}
	header nav.sp-nav a * {
		transition: 0s;
	}
	header nav.sp-nav > ul {
		display: block;
		position :absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 100%;
	}
	header nav.sp-nav > ul > li {
		margin: 20px 0;
		text-align: center;
		line-height: 1;
		text-transform: uppercase;
	}

	header nav.sp-nav > ul > li.parent {
		margin: 25px 5px 25px 5px;
	}
	header nav.sp-nav > ul > li.parent > a {
		text-decoration: none;
		border: none;
	}
	header nav.sp-nav > ul > li.parent div ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 5px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li {
		margin: 2px 0 0;
		font-size: 0.75em;
		font-weight: 400;
        line-height: 1.4;
        letter-spacing: 1px;
	}
	header nav.sp-nav > ul > li.parent div li a {
		display: inline-block;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li a:hover {
		display: inline-block;
		border-bottom: none;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type {
		margin: 2px 0 0;
	}
	header nav.sp-nav > ul > li.parent div li::after {
		content: "/";
		display: inline;
		margin: 0 5px;
		color: #ffffff;
	}
	header nav.sp-nav > ul > li.parent div li:last-of-type::after {
		display: none;
	}
	header nav.sp-nav ul li strong,
	header nav.sp-nav ul li br {
		display: none;
	}
	header nav.sp-nav ul li span span,
	header nav.sp-nav ul li br {
		display: none;
	}

	header nav.sp-nav > ul > li.tb-contact {
		margin: -5px 0;
	}
	header nav.sp-nav > ul > li.tb-contact a {
	}

	/*ハンバーガーボタン*/
	header .navToggle {
		display: block;
		position: absolute;
		right: 15px;
		top: 10px;
		margin: auto;
		width: 40px;
		height: 40px;
		background: #413a37;
        border-radius: 0px;
		cursor: pointer;
		z-index: 1002;
	}
	header .navToggle div {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		width: 25px;
		height: 16px;
	}
	header .navToggle span {
		display: block;
		position: absolute;
		height:2px;
		width:100%;
		background: #fff;
		left:0;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
	}
	header .navToggle span:nth-child(1) {
		top: 0;
	}
	header .navToggle span:nth-child(2) {
		top: 7px;
	}
	header .navToggle span:nth-child(3) {
		top: 14px;
	}
	/* ハンバーガーボタン 切り替えアニメーション */
	header.open .navToggle span {
	}
	header.open .navToggle span:nth-child(1) {
		top: 7px;
		transform: rotate(315deg);
	}
	header.open .navToggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	header.open .navToggle span:nth-child(3) {
		top: 7px;
		transform: rotate(-315deg);
	}
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 1.4rem;
	}
	header .navToggle {
		right: 10px;
	}
	header nav.sp-nav > ul > li {
		margin: 15px 0;
	}
	header nav.sp-nav > ul > li.parent {
		margin: 15px 5px 15px 5px;
	}
}


/*	基本レイアウト
---------------------------------*/
.contents-inr {
	position: relative;
	margin: 0 auto;
	padding-left: 30px;
	padding-right: 30px;
	max-width: 960px;
}

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

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

@media screen and (max-width: 599px) {
    .contents-inr {
        padding-left: 15px;
        padding-right: 15px;
    }
}


/*	汎用ラベル
---------------------------------*/
.cmn-hukidasi {
    width: 96px;
    text-align: center;
    padding: 40px 0 0 0;
    background: url("../img/cmn/icon_hukidasi01@3x.png") no-repeat center top;
    background-size: contain;
}
.cmn-hukidasi span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    writing-mode: vertical-rl;
    white-space: pre;
}

.cmn-hukidasi02 {
    width: 205px;
    height: 102px;
    text-align: center;
    padding: 60px 0 0 0;
    background: url("../img/cmn/icon_hukidasi02@3x.png") no-repeat center top;
    background-size: cover;
}
.cmn-hukidasi02 span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
}

.cmn-hukidasi03 {
    width: 205px;
    height: 102px;
    text-align: center;
    padding: 60px 0 0 0;
    background: url("../img/cmn/icon_hukidasi02@3x.png") no-repeat center top;
    background-size: cover;
}
.cmn-hukidasi03 span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
}

.cmn-hukidasi04 {
    width: 205px;
    height: 102px;
    text-align: center;
    padding: 60px 0 0 0;
    background: url("../img/cmn/icon_hukidasi04@3x.png") no-repeat center top;
    background-size: cover;
}
.cmn-hukidasi04 span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #ffffff;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
}

.cmn-hukidasi05 {
    width: 205px;
    height: 102px;
    text-align: center;
    padding: 60px 0 0 0;
    background: url("../img/cmn/icon_hukidasi05@3x.png") no-repeat center top;
    background-size: cover;
}
.cmn-hukidasi05 span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
}

.cmn-hukidasi06 {
    width: 205px;
    height: 80px;
    text-align: center;
    padding: 40px 0 0 0;
    background: url("../img/cmn/icon_hukidasi02@3x.png") no-repeat center top;
    background-size: cover;
}
.cmn-hukidasi06 span {
    font-size: 16px;
    letter-spacing: 3px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
}

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

@media screen and (max-width: 599px) {
    .cmn-hukidasi {
        width: 60px;
        padding: 20px 0 0 0;
    }
    .cmn-hukidasi span {
        font-size: 14px;
        letter-spacing: 1px;
    }
    .cmn-hukidasi02 {
        width: 100px;
        height: 50px;
        padding: 23px 0 0 0;
    }
    .cmn-hukidasi02 span {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .cmn-hukidasi03 {
        width: 100px;
        height: 50px;
        padding: 23px 0 0 0;
    }
    .cmn-hukidasi03 span {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .cmn-hukidasi04 {
        width: 100px;
        height: 50px;
        padding: 23px 0 0 0;
    }
    .cmn-hukidasi04 span {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .cmn-hukidasi05 {
        width: 100px;
        height: 50px;
        padding: 23px 0 0 0;
    }
    .cmn-hukidasi05 span {
        font-size: 13px;
        letter-spacing: 2px;
    }
    .cmn-hukidasi06 {
        width: 100px;
        height: 40px;
        padding: 16px 0 0 0;
    }
    .cmn-hukidasi06 span {
        font-size: 13px;
        letter-spacing: 2px;
    }
}


/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    font-size: 52px;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
}

.ttl-cmn02 {
    font-size: 75px;
    letter-spacing: -2px;
    line-height: 1.2;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
}
.ttl-cmn02 span {
    display: block;
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
}

.ttl-cmn03 {
    font-size: 40px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    border-bottom: #21110d 1px solid;
    padding-bottom: 30px;
    text-align: center;
}

.ttl-cmn04 {
    overflow: hidden;
}
.ttl-cmn04 span {
    position: relative;
    display: inline-block;
    font-size: 46px;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
}
.ttl-cmn04 span::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: calc(100% + 20px);
	margin: 0;
	width: 1000px;
	height: 1px;
    background: #413a37;
}

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

@media screen and (max-width: 599px) {
    .ttl-cmn01 {
        font-size: 26px;
        letter-spacing: -0.5px;
    }
    .ttl-cmn02 {
        font-size: 40px;
        letter-spacing: -1.5px;
    }
    .ttl-cmn02 span {
        font-size: 18px;
        letter-spacing: -0.5px;
    }
    .ttl-cmn03 {
        font-size: 24px;
        letter-spacing: -0.5px;
        padding-bottom: 10px;
    }
    .ttl-cmn04 span {
        font-size: 23px;
        letter-spacing: -0.5px;
    }
    .ttl-cmn04 span::before {
        display: none;
    }
}


/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
	text-align: center;
}
.btn-cmn01 a {
    position: relative;
	display: inline-block;
	width: 320px;
    height: 60px;
    padding-left: 20px;
    text-align: left;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 900;
	color: #413a37;
    padding-top: 15px;
	background: #ffffff url("../img/cmn/icon_cmn01.svg") no-repeat right 20px top 40%;
	background-size: 33px;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.btn-cmn01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #413a37 1px solid;
}

.btn-cmn02 {
	text-align: center;
}
.btn-cmn02 a {
    position: relative;
	display: inline-block;
	width: 320px;
    height: 60px;
    text-align: center;
	font-size: 15px;
	line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
	color: #413a37;
    padding-top: 17px;
	background: #ffffff url("../img/cmn/icon_cmn01.svg") no-repeat right 20px top 40%;
	background-size: 33px;
}
.btn-cmn02 a::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #413a37 1px solid;
}

.btn-cmn03 {
	text-align: center;
}
.btn-cmn03 a {
    position: relative;
	display: inline-block;
	width: 320px;
    height: 60px;
    padding-left: 20px;
    text-align: left;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 2px;
	font-weight: 700;
	color: #000000;
    padding-top: 17px;
	background: #ffffff url("../img/cmn/icon_cmn01.svg") no-repeat right 20px top 40%;
	background-size: 33px;
}
.btn-cmn03 a::before {
	content: "";
	display: block;
	position: absolute;
	top: -6px;
	left: -6px;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #000000 1px solid;
}

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

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 2px;
        padding-top: 12px;
        background-size: 26px;
    }
    .btn-cmn02 a {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 1px;
        padding-top: 12px;
        background-size: 26px;
    }
    .btn-cmn03 a {
        width: 100%;
        height: 50px;
        font-size: 14px;
        letter-spacing: 2px;
        padding-top: 12px;
        background-size: 26px;
    }
}


/*	汎用テキスト
---------------------------------*/
p {
	text-align: justify;
	text-justify: inter-ideograph;
	overflow-wrap: anywhere; /* 収まらない場合に折り返す */
	word-break: normal; /* 単語の分割はデフォルトに依存 */
	line-break: strict; /* 禁則処理を厳格に適用 */

    font-weight: 600;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.8;
}
p a {
	text-decoration:none;
}
p a:hover {
	text-decoration:underline;
}

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

@media screen and (max-width: 599px) {
    p {
        font-weight: 600;
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
}


/*	トップページメイン画像
---------------------------------*/
.main-image {
    position: relative;
    width: 100%;
    height: 845px;
}
.main-image::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/mainimg01.webp") no-repeat center bottom;
	background-size: cover;
	z-index: -8;
}
.main-image .contents-inr {
    max-width: 1150px;
    height: 845px;
}
.main-image .logo {
    position: absolute;
    top: 46px;
    left: 30px;
    width: 95px;
}
.main-image .ttl {
    position: absolute;
    top: 16%;
    left: 38.7%;
    width: 22.6%;
    text-align: center;
}
.main-image .ttl img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}
.main-image .main-image-menu {
    position: absolute;
    bottom: 0px;
    left: 10%;
    width: 80%;
}
.main-image .main-image-menu ul li {
    width: calc((100% - 40px) / 5);
	margin: 0 10px 0px 0;
}
.main-image .main-image-menu ul li:last-of-type {
	margin: 0 0px 0px 0;
}
.main-image .main-image-menu ul li a {
    display: block;
    width: 100%;
	padding: 20px 0px 18px 0px;
	text-align: center;
    color: #ffffff;
    background: #231815;
    font-size: 14px;
    letter-spacing: 2px;
    font-weight: 600;
    line-height: 1;
}

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

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

@media screen and (max-width: 959px) {
    .main-image .logo {
        display: none;
    }
    .main-image .main-image-menu {
        display: none;
    }
    .main-image {
        height: 80vw;
    }
    .main-image .contents-inr {
        height: 80vw;
    }
    .main-image .ttl {
        top: 26%;
    }
}

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

@media screen and (max-width: 599px) {
    .main-image .ttl {
        top: 30%;
        left: 37%;
        width: 26%;
    }
}


/*	各ページメイン画像
---------------------------------*/
.page-header {
    position: relative;
    width: 100%;
    padding-top: 160px;
    z-index: 1;
}
.page-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #413a37;
	z-index: -8;
}
.page-header .contents-inr {
    max-width: 1230px;
    padding-right: 0px;
}

.page-header .img {
    height: 315px;
    margin-left: 33%;
    border-radius: 60px 0 0 0;
    box-shadow: inset 0px 0px 15px 5px rgba(0,0,0,0.6);
}
.page-header.page-header-contact .img {
	background: url("../img/contact/page_header@2x.webp") no-repeat center center;
	background-size: cover;
}
.page-header.page-header-company .img {
	background: url("../img/company/page_header@2x.webp") no-repeat center center;
	background-size: cover;
}
.page-header.page-header-services .img {
	background: url("../img/services/page_header@2x.webp") no-repeat center center;
	background-size: cover;
}
.page-header.page-header-strengths .img {
	background: url("../img/strengths/page_header@2x.webp") no-repeat center center;
	background-size: cover;
}
.page-header.page-header-works .img {
	background: url("../img/works/page_header@2x.webp") no-repeat center center;
	background-size: cover;
}

.page-header .ttl {
    position: absolute;
    top: 0px;
    left: 8%;
}
.page-header .ttl .span01 {
    display: inline-block;
    font-size: 58px;
    letter-spacing: -1px;
    line-height: 1.4;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 8px 8px 0px rgba(0,0,0,1);
}
.page-header .ttl .span01 .span02 {
    display: block;
    padding-right: 5px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    color: #ffffff;
    text-shadow: 8px 8px 0px rgba(0,0,0,1);
    text-align: right;
}
.page-header.page-header-company .ttl .span01 {
    padding-right: 15px;
}
.page-header.page-header-company .ttl .span01 .span02 {
    padding-right: 0px;
}
.page-header.page-header-strengths .ttl {
    left: 3%;
}
.page-header.page-header-strengths .ttl .span01 .span02 {
    text-align: center;
}

.page-header .illust {
    position: absolute;
    bottom: 0px;
    right: 67%;
    width: 38%;
}
.page-header.page-header-strengths .illust {
    right: 56%;
    width: 50%;
}

.page-header .btn {
    position: absolute;
    bottom: -30px;
    right: 4%;
    width: 188px;
}

@media screen and (max-width: 959px) {
    .page-header {
        padding-top: 100px;
    }
    .page-header .img {
        height: 30vw;
        border-radius: 40px 0 0 0;
    }
    .page-header .ttl {
        left: 5%;
    }
    .page-header .ttl .span01 {
        font-size: 50px;
    }
    .page-header .ttl .span01 .span02 {
        padding-right: 2px;
        font-size: 18px;
    }
    .page-header .btn {
        right: 2%;
        width: 20%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-header .ttl {
        top: -30px;
    }
    .page-header .ttl .span01 {
        font-size: 30px;
        letter-spacing: 0px;
   }
    .page-header .ttl .span01 .span02 {
        padding-right: 5px;
        font-size: 14px;
        letter-spacing: 0px;
    }
    .page-header .btn {
        right: 1%;
        width: 23%;
    }
}


/*	トップページ
---------------------------------*/
/* お知らせ */
.top-news {
    padding-top: 80px;
    padding-bottom: 140px;
    position: relative;
}
.top-news::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg01.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.top-news .contents-inr {
    max-width: 860px;
}

.top-news .top-news-left {
    width: 200px;
}
.top-news .top-news-left .ttl {
	font-size: 38px;
    letter-spacing: 0px;
    line-height: 1.2;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
}

.top-news .top-news__list {
    width: calc(100% - 200px);
    padding-top: 10px;
}
.top-news .top-news__list ul {
    margin:0 0 0 0;
	padding:0 0 0 0;
}
.top-news .top-news__list ul li {
	font-size: 0;
	margin: 0 0 0px 0;
	padding: 0px 0 5px 0;
	text-align:left;
}
.top-news .top-news__list ul li:last-child {
}
.top-news .top-news__list ul li .date {
    width: 100px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
    letter-spacing: 1px;
	font-weight: 500;
    line-height: 1.2;
    font-family: 'Barlow Semi Condensed', sans-serif;
}
.top-news .top-news__list ul li .text {
	width: calc(100% - 100px);
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
}
.top-news .top-news__list ul li .text a {
	text-decoration:none;
}
.top-news .top-news__list ul li .text a:hover {
	text-decoration:underline;
}

@media screen and (max-width:1920px) {
    .top-news::before {
        background-size: auto;
    }
}

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

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

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

@media screen and (max-width: 599px) {
    .top-news::before {
        background-size: 200%;
        bottom: -10px;
        height: 50px;
    }
    .top-news {
        padding-top: 20px;
        padding-bottom: 60px;
    }
    .top-news .top-news-left {
        width: 100%;
        margin-bottom: 5px;
    }
    .top-news .top-news-left .ttl {
        font-size: 24px;
    }
    .top-news .top-news__list {
        width: 100%;
    }
    .top-news .top-news__list ul li .date {
        width: 90px;
        font-size: 15px;
        letter-spacing: 1px;
    }
    .top-news .top-news__list ul li .text {
        width: calc(100% - 90px);
        font-size: 13px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
}

/* 三真建設のこだわり */
.top-kodawari {
    padding-top: 50px;
    padding-bottom: 20px;
    position: relative;
}
.top-kodawari::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e4d4ba;
	z-index: -8;
}
.top-kodawari::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.top-kodawari .illust {
    position: absolute;
    top: 10px;
    right: 0px;
    width: 260px;
}
.top-kodawari .contents-inr {
}
.top-kodawari .ttl-cmn01 {
    margin-bottom: 10px;
}
.top-kodawari h4 {
    font-size: 25px;
    letter-spacing: 4px;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 45px;
}

.top-kodawari .top-kodawari-slider {
}
.top-kodawari .top-kodawari-slider .slider-1 {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.top-kodawari .top-kodawari-slider .slider-1 .slick-slide {
    width: 360px;
    height: auto;
    margin: 0 16px 0 16px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.top-kodawari .top-kodawari-slider .slider-1 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.top-kodawari .top-kodawari-slider .slider-1 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: -80px;
    right: 15%;
    z-index: 1006;
}
.top-kodawari .top-kodawari-slider .slider-1 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: -80px;
    right: calc(15% + 70px);
    z-index: 1006;
}

.top-kodawari .top-kodawari-slider li {
	background: #ffffff;
    border: #413a37 1px solid;
    padding: 25px 50px 25px 50px;
}
.top-kodawari .top-kodawari-slider li .no {
	font-size: 66px;
    letter-spacing: 3px;
	font-weight: 400;
    line-height: 1.2;
    color: #ccb69a;
    font-family: 'Lilita One', sans-serif;
    margin-bottom: 15px;
    text-align: center;
}
.top-kodawari .top-kodawari-slider li h4 {
	font-size: 18px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
    margin-bottom: 20px;
    padding: 0px 0px 12px 0px;
    border-bottom: #413a37 1px solid;
    text-align: center;
}
.top-kodawari .top-kodawari-slider li p {
    line-height: 2;
}

.top-kodawari .btn-cmn01 {
    margin-top: 80px;
}

@media screen and (max-width:1920px) {
    .top-kodawari::after {
        background-size: auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-kodawari .btn-cmn01 {
        margin-top: 120px;
    }
}

@media screen and (max-width: 599px) {
    .top-kodawari::after {
        background-size: 200%;
        bottom: -40px;
        height: 50px;
    }
    .top-kodawari {
        padding-top: 10px;
        padding-bottom: 20px;
    }
    .top-kodawari .illust {
        position: absolute;
        top: 60px;
        right: 25px;
        width: 100px;
    }
    .top-kodawari .ttl-cmn01 {
        margin-bottom: 10px;
    }
    .top-kodawari h4 {
        font-size: 18px;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 1.4;
        margin-bottom: 50px;
    }
    .top-kodawari .top-kodawari-slider .slider-1 .slick-slide {
        width: 90vw;
        margin: 0 16px 0 16px;
    }
    .top-kodawari .top-kodawari-slider .slider-1 .slick-next {
        width: 30px !important;
        height: 30px !important;
        bottom: -50px;
        right: 15%;
    }
    .top-kodawari .top-kodawari-slider .slider-1 .slick-prev {
        width: 30px !important;
        height: 30px !important;
        bottom: -50px;
        right: calc(15% + 40px);
    }
    .top-kodawari .top-kodawari-slider li {
        background: #ffffff;
        border: #413a37 1px solid;
        padding: 15px 20px 15px 20px;
    }
    .top-kodawari .top-kodawari-slider li .no {
        font-size: 36px;
        letter-spacing: 3px;
        font-weight: 400;
        line-height: 1.2;
        color: #ccb69a;
        font-family: 'Lilita One', sans-serif;
        margin-bottom: 10px;
        text-align: center;
    }
    .top-kodawari .top-kodawari-slider li h4 {
        font-size: 16px;
        letter-spacing: 1px;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 15px;
        padding: 0px 0px 10px 0px;
        border-bottom: #413a37 1px solid;
        text-align: center;
    }
    .top-kodawari .top-kodawari-slider li p {
        line-height: 1.6;
    }

    .top-kodawari .btn-cmn01 {
        margin-top: 80px;
    }
}

/* 私たちの誇り */
.top-hokori {
    padding-top: 160px;
    padding-bottom: 150px;
    position: relative;
}
.top-hokori::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg02.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.top-hokori .contents-inr {
}
.top-hokori .cmn-hukidasi {
    position: absolute;
    top: -10px;
    left: -110px;
    width: 96px;
    text-align: center;
    padding: 0px 0 50px 0;
    background: url("../img/cmn/icon_hukidasi01@3x.png") no-repeat center bottom;
    background-size: contain;
}
.top-hokori .cmn-hukidasi span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    writing-mode: vertical-rl;
    white-space: pre;
}
.top-hokori .img-box {
    position: absolute;
    top: -115px;
    left: 38.5%;
    width: 93%;
	z-index: -1;
}
.top-hokori .img-box img {
    width: 100%;
    height: auto;
}
.top-hokori .txt-box {
    width: 40%;
}
.top-hokori .txt-box .ttl-cmn01 {
    margin-bottom: 20px;
}
.top-hokori .txt-box h4 {
    font-size: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 1.8;
    padding-left: 40px;
    margin-left: 10px;
    margin-bottom: 30px;
    color: #231815;
    border-left: #231815 1px solid;
    text-shadow: 4px 4px 0px rgba(255,255,255,1);
}
.top-hokori .txt-box h4 span {
    font-size: 61px;
    letter-spacing: 6px;
    font-weight: 900;
    line-height: 1.2;
    color: #231815;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-shadow: 4px 4px 0px rgba(255,255,255,1);
}
.top-hokori .txt-box p {
}
.top-hokori .txt-box .btn-cmn01 {
    margin-top: 40px;
    text-align: left;
}

@media screen and (max-width:1920px) {
    .top-hokori::before {
        background-size: auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-hokori .img-box {
        margin-top: 30px;
        position: static;
        width: 100%;
    }
    .top-hokori .img-box img {
        width: 100%;
        height: auto;
    }
    .top-hokori .txt-box {
        width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .top-hokori::before {
        background-size: 200%;
        bottom: -10px;
        height: 50px;
    }
    .top-hokori {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .top-hokori .img-box {
        width: 120%;
    }
    .top-hokori .txt-box .ttl-cmn01 {
        margin-bottom: 15px;
    }
    .top-hokori .txt-box h4 {
        font-size: 18px;
        letter-spacing: 0px;
        line-height: 1.6;
        padding-left: 30px;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .top-hokori .txt-box h4 span {
        font-size: 36px;
        letter-spacing: 3px;
        font-weight: 900;
        line-height: 1.2;
    }
    .top-hokori .txt-box .btn-cmn01 {
        margin-top: 30px;
    }
}

/* 三真建設について */
.top-about {
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative;
}
.top-about::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.top-about::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.top-about .contents-inr {
    max-width: 1120px;
}
.top-about .img-box {
    float: left;
    width: 56%;
}
.top-about .txt-box {
    float: right;
    width: 39%;
}
.top-about .txt-box .ttl-cmn01 {
    color: #ffffff;
    margin-bottom: 25px;
}
.top-about .txt-box p {
    color: #ffffff;
}
.top-about .txt-box .btn-cmn03 {
    margin-top: 55px;
}
.top-about .txt-box .btn-cmn03 a {
    width: 100%;
}

@media screen and (max-width:1920px) {
    .top-about::after {
        background-size: auto;
    }
}

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

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

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

@media screen and (max-width: 599px) {
    .top-about::after {
        background-size: 200%;
        bottom: -40px;
        height: 50px;
    }
    .top-about {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .top-about .img-box {
        float: none;
        width: 100%;
    }
    .top-about .txt-box {
        margin-top: 20px;
        float: none;
        width: 100%;
    }
    .top-about .txt-box .ttl-cmn01 {
        margin-bottom: 15px;
    }
    .top-about .txt-box .btn-cmn03 {
        margin-top: 20px;
    }
}

/* 事業案内 */
.top-service {
    padding-top: 90px;
    padding-bottom: 80px;
}
.top-service .contents-inr {
}
.top-service .cmn-hukidasi {
    position: absolute;
    top: 80px;
    left: -110px;
    width: 96px;
    text-align: center;
    padding: 0px 0 50px 0;
    background: url("../img/cmn/icon_hukidasi01@3x.png") no-repeat center bottom;
    background-size: contain;
}
.top-service .cmn-hukidasi span {
    font-size: 16px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #000000;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    writing-mode: vertical-rl;
    white-space: pre;
}

.top-service .illust01 {
    position: absolute;
    bottom: calc(100% - 220px);
    left: 30px;
    width: 21%;
    z-index: -2;
}
.top-service .illust02 {
    position: absolute;
    bottom: calc(100% - 255px);
    right: 30px;
    width: 22%;
    z-index: -2;
}

.top-service .ttl-cmn01 {
    margin-bottom: 25px;
    text-align: center;
}
.top-service .p01 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    text-align: center;
}

.top-service .top-service__list {
}
.top-service .top-service__list li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
}
.top-service .top-service__list li:nth-of-type(3n) {
    margin-right: 0px;
}
.top-service .top-service__list li img {
    border: #251e1c 1px solid;
}
.top-service .top-service__list li .ttl {
    margin-left: 12px;
    margin-bottom: 20px;
    position: relative;
}
.top-service .top-service__list li .ttl::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 10px);
	left: 0px;
	margin: 0;
	width: 1px;
	height: 80px;
	background: #413a37;
}
.top-service .top-service__list li .ttl span {
    display: inline-block;
    vertical-align: top;
    padding: 1px 20px 1px 20px;
	font-size: 14px;
    letter-spacing: 2px;
    line-height: 1.4;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 900;
    color: #231815;
	background: #ffffff;
    border-left: #251e1c 1px solid;
    border-right: #251e1c 1px solid;
    border-bottom: #251e1c 1px solid;
}
.top-service .top-service__list li h4 {
	font-size: 25px;
    letter-spacing: 2px;
	font-weight: 600;
    line-height: 1.4;
    margin-left: 35px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.top-service .top-service__list li p {
    margin-left: 35px;
    margin-right: 15px;
}

.top-service .btn-cmn01 {
    margin-top: 40px;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .top-service {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .top-service .illust01 {
        bottom: calc(100% - 30px);
        left: 20px;
        width: 21%;
    }
    .top-service .illust02 {
        bottom: calc(100% - 30px);
        right: 20px;
        width: 22%;
    }
    .top-service .ttl-cmn01 {
        margin-bottom: 15px;
    }
    .top-service .p01 {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .top-service .top-service__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 30px;
    }
    .top-service .top-service__list li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-service .top-service__list li .ttl {
        margin-left: 12px;
        margin-bottom: 20px;
        position: relative;
    }
    .top-service .top-service__list li .ttl::before {
        content: "";
        display: block;
        position: absolute;
        top: calc(100% + 10px);
        left: 0px;
        margin: 0;
        width: 1px;
        height: 80px;
        background: #413a37;
    }
    .top-service .top-service__list li .ttl span {
        display: inline-block;
        vertical-align: top;
        padding: 1px 20px 1px 20px;
        font-size: 14px;
        letter-spacing: 2px;
        line-height: 1.4;
        font-family: 'Barlow Semi Condensed', sans-serif;
        font-weight: 900;
        color: #231815;
        background: #ffffff;
        border-left: #251e1c 1px solid;
        border-right: #251e1c 1px solid;
        border-bottom: #251e1c 1px solid;
    }
    .top-service .top-service__list li h4 {
        font-size: 22px;
        letter-spacing: 2px;
        font-weight: 600;
        line-height: 1.4;
        margin-left: 35px;
        margin-right: 15px;
        margin-bottom: 10px;
    }
    .top-service .top-service__list li p {
        margin-left: 35px;
        margin-right: 15px;
    }

    .top-service .btn-cmn01 {
        margin-top: 10px;
    }
}


/* 施工事例（トップページ） */
.top-jirei01 {
    padding-top: 130px;
    position: relative;
}
.top-jirei01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/bg01.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.top-jirei01 .contents-inr {
    max-width: 810px;
}
.top-jirei01 .ttl-cmn01 {
    margin-bottom: 30px;
    text-align: center;
}
.top-jirei01 .illust {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 162px;
}
.top-jirei01 .p01 {
    margin-bottom: 40px;
    text-align: center;
}

.top-jirei01 .works__tab {
    text-align: center;
    position: relative;
    z-index: 10;
}
.top-jirei01 .works__tab ul {
}
.top-jirei01 .works__tab ul li {
    width: calc((100% - 20px) / 3);
	margin: 0 10px 0px 0;
}
.top-jirei01 .works__tab ul li:last-of-type {
	margin: 0 0px 0px 0;
}
.top-jirei01 .works__tab ul li a {
    display: block;
    width: 100%;
	padding: 16px 0px 6px 0px;
	text-align: center;
    color: #414140;
    background-color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
}
/*liにactiveクラスがついた時の形状*/
.top-jirei01 .works__tab ul li.active a {
    color: #ffffff;
    background-color: #413a37;
}

.top-jirei02 {
    padding-top: 95px;
    padding-bottom: 80px;
    position: relative;
}
.top-jirei02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.top-jirei02 .contents-inr {
    max-width: 810px;
}
.top-jirei02 .contents-inr .cmn-hukidasi {
    position: absolute;
    top: -50px;
    left: -150px;
    z-index: -1;
}

.top-jirei02 .top-jirei02__list {
}
.top-jirei02 .top-jirei02__list li {
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 30px;
}
.top-jirei02 .top-jirei02__list li:nth-of-type(3n) {
    margin-right: 0px;
}
.top-jirei02 .top-jirei02__list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-jirei02 .top-jirei02__list li .inrbox {
}
.top-jirei02 .top-jirei02__list li img {
    border: #251e1c 2px solid;
}
.top-jirei02 .top-jirei02__list li h4 {
	font-size: 15px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
    padding: 6px 20px 4px 10px;
    color: #ffffff;
    background-color: #251e1c;
	background-image: url("../img/cmn/icon_cmn02@3x.png");
	background-position: right 5px center;
	background-repeat: no-repeat;
    background-size: 22px;
}
.top-jirei02 .top-jirei02__list li p {
    padding-top: 10px;
    color: #ffffff;
    line-height: 1.4;
}

.top-jirei02 .btn-cmn01 {
    margin-top: 60px;
}

@media screen and (max-width:1920px) {
    .top-jirei01::before {
        background-size: auto;
    }
}

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

@media screen and (max-width: 959px) {
    .top-jirei01 .illust {
        top: 0px;
        left: 10px;
        width: 150px;
    }
    .top-jirei02 .contents-inr .cmn-hukidasi {
        left: -300px;
    }
}

@media screen and (max-width: 767px) {
    .top-jirei02 .top-jirei02__list li {
        width: calc((100% - 30px) / 2);
        margin-right: 30px;
    }
    .top-jirei02 .top-jirei02__list li:nth-of-type(3n) {
        margin-right: 30px;
    }
    .top-jirei02 .top-jirei02__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 599px) {
    .top-jirei01 {
        padding-top: 40px;
    }
    .top-jirei01::before {
        background-size: 200%;
    }
    .top-jirei01 .works__tab ul li {
        width: calc((100% - 10px) / 3);
        margin: 0 5px 0px 0;
    }
    .top-jirei01 .works__tab ul li:last-of-type {
        margin: 0 0px 0px 0;
    }
    .top-jirei01 .works__tab ul li a {
        padding: 16px 0px 6px 0px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .top-jirei01 .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-jirei01 .illust {
        width: 28%;
    }
    .top-jirei01 .p01 {
        margin-bottom: 20px;
    }
    .top-jirei02 {
        padding-top: 40px;
        padding-bottom: 60px;
    }
    .top-jirei02 .top-jirei02__list li {
        width: 100%;
        margin-right: 0px;
    }
    .top-jirei02 .top-jirei02__list li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .top-jirei02 .top-jirei02__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .top-jirei02 .btn-cmn01 {
        margin-top: 20px;
    }
}


/* お客様の声（トップページ） */
.top-voice01 {
    padding-top: 180px;
	background-image: url("../img/top/icon_voice@3x.png");
	background-position: left -700px top;
	background-repeat: no-repeat;
    background-size: 1286px;
    position: relative;
}
.top-voice01 .contents-inr {
    max-width: 810px;
}
.top-voice01 .ttl-cmn01 {
    margin-bottom: 20px;
    text-align: left;
}
.top-voice01 .illust {
    position: absolute;
    top: 140px;
    left: 73%;
    width: 250px;
    z-index: -9;
}
.top-voice01 .p01 {
    margin-left: 10px;
    padding-top: 10px;
    padding-left: 45px;
    margin-bottom: 40px;
    border-left: #414140 1px solid;
    text-align: left;
    width: 70%;
}

.top-voice01 .voice__tab {
    text-align: center;
    position: relative;
    z-index: 10;
}
.top-voice01 .voice__tab ul {
}
.top-voice01 .voice__tab ul li {
    width: calc((100% - 20px) / 3);
	margin: 0 10px 0px 0;
}
.top-voice01 .voice__tab ul li:last-of-type {
	margin: 0 0px 0px 0;
}
.top-voice01 .voice__tab ul li a {
    display: block;
    width: 100%;
	padding: 16px 0px 6px 0px;
	text-align: center;
    color: #888888;
    background-color: #d4d2cf;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
}
/*liにactiveクラスがついた時の形状*/
.top-voice01 .voice__tab ul li.active a {
    color: #414140;
    background-color: #ffffff;
}

.top-voice02 {
    padding-top: 85px;
    padding-bottom: 150px;
    position: relative;
}
.top-voice02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -8;
}
.top-voice02 .contents-inr {
}

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

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

@media screen and (max-width: 959px) {
    .top-voice01 {
        background-position: left -200px top;
        background-size: 643px;
    }
    .top-voice01 .illust {
        top: 60px;
        width: 26%;
    }
}

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

@media screen and (max-width: 599px) {
    .top-voice01 {
        background-position: left -400px top;
        padding-top: 40px;
    }
    .top-voice01::before {
        background-size: 200%;
    }
    .top-voice01 .voice__tab ul li {
        width: calc((100% - 10px) / 3);
        margin: 0 5px 0px 0;
    }
    .top-voice01 .voice__tab ul li:last-of-type {
        margin: 0 0px 0px 0;
    }
    .top-voice01 .voice__tab ul li a {
        padding: 16px 0px 6px 0px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .top-voice01 .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-voice01 .p01 {
        padding-left: 20px;
    }
    .top-voice01 .illust {
        width: 28%;
        top: 80px;
        left: 71%;
    }
    .top-voice01 .p01 {
        margin-bottom: 20px;
    }
    .top-voice02 {
        padding-top: 40px;
        padding-bottom: 100px;
    }
}

@media screen and (max-width: 460px) {
    .top-voice01 .illust {
        top: 140px;
    }
}


.top-voice02 .top-voice-slider {
}
.top-voice02 .top-voice-slider .slider-2 {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.top-voice02 .top-voice-slider .slider-2 .slick-slide {
    width: 430px;
    height: auto;
    margin: 0 40px 0 0px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.top-voice02 .top-voice-slider .slider-2 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.top-voice02 .top-voice-slider .slider-2 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: -80px;
    right: calc(50% - 60px);
    z-index: 1006;
}
.top-voice02 .top-voice-slider .slider-2 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: -80px;
    left: calc(50% - 60px);
    z-index: 1006;
}

.top-voice02 .top-voice-slider li {
	background: #ffffff;
    border: #413a37 1px solid;
    padding: 40px 40px 40px 40px;
}
.top-voice02 .top-voice-slider li p {
    line-height: 2;
}
.top-voice02 .top-voice-slider li .img-box {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.top-voice02 .top-voice-slider li .img-box img {
    width: 59px;
    height: auto;
    display: inline-block;
    border: #413a37 1px solid;
    border-radius: 50%;
}
.top-voice02 .top-voice-slider li h4 {
	font-size: 14px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
    text-align: center;
}
.top-voice02 .top-voice-slider li h4 span {
    margin-left: 15px;
	font-size: 15px;
    letter-spacing: 2px;
	font-weight: 600;
    line-height: 1.6;
}

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

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

@media screen and (max-width: 980px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 780px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 370px;
    }
}

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

@media screen and (max-width: 860px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 680px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 320px;
    }
}

@media screen and (max-width: 767px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 540px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 250px;
    }
}

@media screen and (max-width: 599px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 430px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 430px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-next {
        width: 30px !important;
        height: 30px !important;
        bottom: -50px;
        right: calc(50% - 40px);
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-prev {
        width: 30px !important;
        height: 30px !important;
        bottom: -50px;
        left: calc(50% - 40px);
    }
    .top-voice02 .top-voice-slider li {
        padding: 20px 20px 20px 20px;
    }
    .top-voice02 .top-voice-slider li p {
        line-height: 1.6;
    }
    .top-voice02 .top-voice-slider li .img-box {
        margin-top: 15px;
        margin-bottom: 10px;
    }
    .top-voice02 .top-voice-slider li .img-box img {
        width: 59px;
        height: auto;
    }
    .top-voice02 .top-voice-slider li h4 {
        font-size: 13px;
    }
    .top-voice02 .top-voice-slider li h4 span {
        margin-left: 15px;
        font-size: 14px;
        letter-spacing: 2px;
    }
}

@media screen and (max-width: 460px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 350px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 350px;
    }
}

@media screen and (max-width: 375px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 330px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 330px;
    }
}

@media screen and (max-width: 320px) {
    .top-voice02 .top-voice-slider .slider-2 {
        max-width: 290px;
    }
    .top-voice02 .top-voice-slider .slider-2 .slick-slide {
        width: 290px;
    }
}


/*	事業案内
---------------------------------*/
.page-services01 {
    padding-top: 50px;
    padding-bottom: 90px;
    position: relative;
}
.page-services01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	background: #413a37;
	z-index: -8;
}
.page-services01 .contents-inr {
}
.page-services01 .ttl-cmn02 {
    margin-bottom: 25px;
}
.page-services01 p {
    font-size: 18px;
    letter-spacing: 0.5px;
    width: 70%;
}
.page-services01 .illust01 {
    position: absolute;
    bottom: -170px;
    left: 66%;
    width: 37%;
}


.page-services02 {
    position: relative;
}
.page-services02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 210px);
	background: #ffffff;
	z-index: -8;
}
.page-services02.page-services02-newbuilding::before {
	height: calc(100% - 320px);
}
.page-services02.page-services02-foundationwork::before {
	height: calc(100% - 320px);
}
.page-services02.page-services02-others::before {
	height: calc(100% - 560px);
}
.page-services02.page-services02-newbuilding::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	background: #413a37;
	z-index: -8;
}
.page-services02.page-services02-foundationwork::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	background: #413a37;
	z-index: -8;
}
.page-services02 .contents-inr {
    padding-top: 60px;
    padding-bottom: 30px;
}
.page-services02.page-services02-newbuilding .contents-inr {
    padding-bottom: 100px;
}
.page-services02.page-services02-foundationwork .contents-inr {
    padding-bottom: 100px;
}
.page-services02.page-services02-others .contents-inr {
    padding-bottom: 100px;
}
.page-services02 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 160px;
	right: 280px;
	margin: 0;
	width: 85%;
	height: 475px;
	z-index: -8;
}
.page-services02.page-services02-reform .contents-inr::before {
	background-image: url("../img/services/img01@2x.webp?250604");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
.page-services02.page-services02-newbuilding .contents-inr::before {
	background-image: url("../img/services/img02@2x.webp");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
.page-services02.page-services02-foundationwork .contents-inr::before {
	background-image: url("../img/services/img03@2x.webp");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
.page-services02.page-services02-others .contents-inr::before {
	background-image: url("../img/services/img04@2x.webp?0604");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
}
.page-services02 .cmn-hukidasi06 {
    position: absolute;
    left: 0;
    bottom: calc(100% - 28px);
}
.page-services02 .ttl-cmn01 {
    margin-bottom: 570px;
}
.page-services02.page-services02-others .ttl-cmn01 {
    margin-bottom: 590px;
}
.page-services02 h4 {
    position: absolute;
    top: 160px;
    right: 30px;
    width: 52px;
    text-align: center;
    padding: 15px 0 15px 0;
    background: #413a37;
}
.page-services02 h4 span {
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
    font-weight: 700;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-services02 h5 {
    position: absolute;
    top: 160px;
    right: 100px;
    writing-mode: vertical-rl;
}
.page-services02 h5 span {
    font-size: 37px;
    letter-spacing: 2px;
    line-height: 1.6;
    color: #413a37;
    font-weight: 700;
   writing-mode: unset;
    white-space: pre;
    position: relative;
}
.page-services02.page-services02-newbuilding h5 span::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 20px);
	left: 30px;
	margin: 0;
	width: 1px;
	height: 145px;
    background: #413a37;
}

.page-services02 .page-services02__list {
}
.page-services02 .page-services02__list li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
	background: #ffffff url("../img/cmn/icon_hukidasi03@3x.png") no-repeat right top;
    background-size: 85px;
    border: #21110d 2px solid;
    padding-bottom: 30px;
}
.page-services02 .page-services02__list li:nth-of-type(3n) {
    margin-right: 0px;
}
.page-services02 .page-services02__list li .point {
	font-size: 19px;
    letter-spacing: 1px;
	font-weight: 700;
    line-height: 1.6;
    font-family: 'Barlow Semi Condensed', sans-serif;
    padding: 30px 10px 15px 0px;
    margin: 0px 0px 20px 10%;
    border-bottom: #21110d 2px solid;
}
.page-services02 .page-services02__list li h6 {
	font-size: 18px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
    color: #988051;
    margin: 0px 10% 10px 10%;
}
.page-services02 .page-services02__list li p {
    margin: 0px 10% 0px 10%;
}

.page-services02 .page-services02-others-slider {
}
.page-services02 .page-services02-others-slider .slider-3 {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
.page-services02 .page-services02-others-slider .slider-3 .slick-slide {
    width: 286px;
    height: auto;
    margin: 0 10px 0 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-services02 .page-services02-others-slider .slider-3 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.page-services02 .page-services02-others-slider .slider-3 .slick-next {
    background: url("../img/cmn/icon_slide_right.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: 45%;
    right: -70px;
    z-index: 1006;
}
.page-services02 .page-services02-others-slider .slider-3 .slick-prev {
    background: url("../img/cmn/icon_slide_left.svg") no-repeat center center !important;
    background-size: contain !important;
    width: 51px !important;
    height: 51px !important;
    position: absolute;
    bottom: 45%;
    left: -70px;
    z-index: 1006;
}

.page-services02 .page-services02-others-slider li {
    border: #413a37 2px solid;
}
.page-services02 .page-services02-others-slider li img {
    border-top: #413a37 2px solid;
    border-bottom: #413a37 2px solid;
}
.page-services02 .page-services02-others-slider li h6 {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    padding: 26px 10px 24px 10px;
    background: #ffffff;
}
.page-services02 .page-services02-others-slider li p {
    padding: 25px 12% 15px 12%;
    background: #ffffff;
    min-height: 300px;
}


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

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

@media screen and (max-width:1100px) {
    .page-services02 .page-services02-others-slider .slider-3 {
        max-width: 90%;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-next {
        right: -60px;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-prev {
        left: -60px;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-slide {
        width: 22vw;
        margin: 0 20px 0 20px;
    }
    .page-services02 .page-services02-others-slider li p {
        padding: 20px 10% 20px 10%;
        min-height: 350px;
    }
}

@media screen and (max-width: 1000px) {
    .page-services02 .page-services02-others-slider .slider-3 {
        max-width: 88%;
    }
}

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

@media screen and (max-width: 767px) {
    .page-services02 .page-services02-others-slider .slider-3 {
        max-width: 75%;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-next {
        right: -60px;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-prev {
        left: -60px;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-slide {
        width: 64vw;
    }
    .page-services02 .page-services02-others-slider li p {
        min-height: auto;
    }
}

@media screen and (max-width: 599px) {
    .page-services02.page-services02-newbuilding .contents-inr {
        padding-bottom: 60px;
    }
    .page-services02.page-services02-foundationwork .contents-inr {
        padding-bottom: 60px;
    }
    .page-services02.page-services02-others .contents-inr {
        padding-bottom: 10px;
    }
    .page-services01 {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .page-services01 .ttl-cmn02 {
        margin-bottom: 20px;
    }
    .page-services01 p {
        font-size: 15px;
        letter-spacing: 0.5px;
        width: 80%;
    }
    .page-services01 .illust01 {
        bottom: -120px;
        left: 66%;
        width: 37%;
    }
    .page-services02 .contents-inr::before {
        top: 250px;
        right: 5%;
        width: 95%;
        height: 140px;
    }
    .page-services02 .cmn-hukidasi06 {
        bottom: calc(100% - 10px);
    }
    .page-services02 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-services02.page-services02-others .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-services02 h4 {
        position: static;
        width: auto;
        text-align: left;
        padding: 10px 10px 8px 10px;
        margin-bottom: 10px;
    }
    .page-services02 h4 span {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 1.6;
        writing-mode: horizontal-tb;
    }
    .page-services02 h5 {
        position: static;
        margin-bottom: 190px;
    }
    .page-services02 h5 span {
        font-size: 22px;
        letter-spacing: 1px;
        line-height: 1.4;
        writing-mode: horizontal-tb;
    }
    .page-services02.page-services02-newbuilding h5 span::before {
        display: none;
    }
    .page-services02 .page-services02__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        background-size: 50px;
        padding-bottom: 20px;
    }
    .page-services02 .page-services02__list li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .page-services02 .page-services02__list li .point {
        font-size: 18px;
        padding: 20px 10px 10px 0px;
        margin: 0px 0px 15px 10%;
    }
    .page-services02 .page-services02__list li h6 {
        font-size: 18px;
        letter-spacing: 1px;
        margin: 0px 10% 6px 10%;
    }
    .page-services02 .page-services02__list li p {
        margin: 0px 10% 0px 10%;
    }
    .page-services02 .page-services02-others-slider .slider-3 {
        max-width: 85%;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-next {
        width: 30px !important;
        height: 30px !important;
        right: -33px;
        bottom: 50%;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-prev {
        width: 30px !important;
        height: 30px !important;
        left: -33px;
        bottom: 50%;
    }
    .page-services02 .page-services02-others-slider .slider-3 .slick-slide {
        width: 75vw;
        margin: 0 20px 0 20px;
    }
    .page-services02 .page-services02-others-slider li h6 {
        font-size: 18px;
        padding: 16px 10px 14px 10px;
    }
    .page-services02 .page-services02-others-slider li p {
        padding: 20px 10% 20px 10%;
        min-height: auto;
    }
}

@media screen and (max-width: 320px) {
    .page-services02 h4 span {
        font-size: 16px;
        letter-spacing: -0.5px;
    }
}


.page-services03 {
    position: relative;
    padding-bottom: 90px;
}
.page-services03::before {
	content: "";
	display: block;
	position: absolute;
	top: 410px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 410px);
	background: #cfbfa5;
	z-index: -8;
}
.page-services03 .contents-inr {
    max-width: 1060px;
}
.page-services03 h3 {
    position: absolute;
    top: 155px;
    left: 75px;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
	background: url("../img/cmn/icon_cmn03@3x.png") no-repeat left center;
    background-size: 27px;
    padding-left: 40px;
}
.page-services03 .p01 {
    margin-left: 290px;
    margin-bottom: 60px;
    font-size: 16px;
    padding-left: 35px;
    padding-right: 20px;
    border-left: #413a37 1px solid;
}
.page-services03 .page-services03__list {
}
.page-services03 .page-services03__list li {
    width: calc((100% - 120px) / 4);
    margin-right: 40px;
    margin-bottom: 40px;
	background: #413a37;
    padding: 20px 2% 30px 2%;
    position: relative;
}
.page-services03 .page-services03__list li:nth-of-type(4n) {
    margin-right: 0px;
}
.page-services03 .page-services03__list li::before {
	content: "";
	display: block;
	position: absolute;
	top: 20%;
	left: calc(100% - 1px);
	margin: 0;
	width: 36px;
	height: 100px;
	background: url("../img/services/icon_flow01@3x.png") no-repeat left center;
    background-size: contain;
}
.page-services03 .page-services03__list li:last-of-type::before {
    display: none;
}
.page-services03 .page-services03__list li .no {
	font-size: 38px;
    letter-spacing: 3px;
	font-weight: 400;
    line-height: 1.6;
    color: #b7a185;
    font-family: 'Lilita One', sans-serif;
    margin-bottom: 10px;
    text-align: center;
}
.page-services03 .page-services03__list li h4 {
	font-size: 16px;
    letter-spacing: 1px;
	font-weight: 600;
    line-height: 1.6;
    color: #ffffff;
    margin-bottom: 20px;
    padding: 0px 0px 12px 0px;
    border-bottom: #ffffff 1px solid;
    text-align: center;
}
.page-services03 .page-services03__list li p {
    color: #ffffff;
    line-height: 2;
}

.page-services03 .btn-cmn02 {
    margin-top: 40px;
}


.page-services04 {
    position: relative;
    padding-bottom: 230px;
}
.page-services04::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 15px;
	background: #413a37;
	z-index: -8;
}
.page-services04 .contents-inr {
}
.page-services04 .flow {
    margin-bottom: 75px;
    text-align: center;
}
.page-services04 .flow img {
    width: 210px;
    height: auto;
}
.page-services04 h3 {
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.2;
    color: #413a37;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    margin-bottom: 40px;
    text-align: center;
}
.page-services04 .page-services04-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
    border: #413a37 1px solid;
}
.page-services04 .page-services04-tbl table th {
    vertical-align: middle;
    padding: 10px 10px 8px 10px;
    background: #413a37;
    text-align: center;
    font-size: 23px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.6;
    color: #ffffff;
}
.page-services04 .page-services04-tbl table td.td01 {
    width: 190px;
    vertical-align: middle;
    padding: 20px 10px 20px 20px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.6;
    background-color: #e1e1e2;
    position: relative;
}
.page-services04 .page-services04-tbl table td.td01.line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #ffffff;
}
.page-services04 .page-services04-tbl table td.td02 {
    vertical-align: middle;
    padding: 20px 20px 20px 25px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 2.5;
    background: #ffffff;
    position: relative;
}
.page-services04 .page-services04-tbl table td.td02 img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
}
.page-services04 .page-services04-tbl table td.td02.line::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0px;
    left: 15px;
    margin: 0;
    width: calc(100% - 30px);
    height: 1px;
    background: #8e8f8f;
}
.page-services04 .page-services04-tbl table td .banner01 {
    width: 90px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner02 {
    width: 76px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner03 {
    width: 114px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner04 {
    width: 129px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner05 {
    width: 76px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner06 {
    width: 143px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner07 {
    width: 104px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner08 {
    width: 140px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner09 {
    width: 50px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner10 {
    width: 116px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner11 {
    width: 109px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner12 {
    width: 123px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner13 {
    width: 100px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner14 {
    width: 33px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner15 {
    width: 82px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner16 {
    width: 101px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner17 {
    width: 73px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner18 {
    width: 108px;
    height: auto;
}
.page-services04 .page-services04-tbl table td .banner19 {
    width: 94px;
    height: auto;
}

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

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

@media screen and (max-width: 959px) {
    .page-services03 h3 {
        top: 90px;
        left: 30px;
    }
    .page-services03 .p01 {
        margin-left: 260px;
        padding-left: 30px;
        padding-right: 20px;
    }
    .page-services03 .page-services03__list li {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .page-services03 .page-services03__list li:nth-of-type(4n) {
        margin-right: 0px;
    }
    .page-services03 .page-services03__list li::before {
        top: calc(100% - 1px);
        left: calc(50% - 50px);
        margin: 0;
        width: 100px;
        height: 36px;
        background: url("../img/services/icon_flow0102@3x.png") no-repeat center top;
        background-size: contain;
    }
}

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

@media screen and (max-width: 599px) {
    .page-services03 {
        padding-bottom: 40px;
    }
    .page-services03 h3 {
        position: static;
        font-size: 24px;
        letter-spacing: -1px;
        line-height: 1.2;
        background: url("../img/cmn/icon_cmn03@3x.png") no-repeat left center;
        background-size: 23px;
        padding-left: 36px;
        margin-bottom: 10px;
    }
    .page-services03 .p01 {
        margin-left: 0px;
        margin-bottom: 30px;
        font-size: 14px;
        padding-left: 0px;
        padding-right: 0px;
        border-left: none;
    }
    .page-services03 .page-services03__list li .no {
        margin-bottom: 5px;
    }
    .page-services03 .page-services03__list li h4 {
        margin-bottom: 20px;
        padding: 0px 0px 10px 0px;
        border-bottom: #ffffff 1px solid;
        text-align: center;
    }
    .page-services03 .page-services03__list li p {
        color: #ffffff;
        line-height: 2;
    }
    .page-services03 .btn-cmn02 {
        margin-top: 10px;
    }
    .page-services04 {
        padding-bottom: 80px;
    }
    .page-services04 .flow {
        margin-bottom: 40px;
        text-align: center;
    }
    .page-services04 .flow img {
        width: 150px;
        height: auto;
    }
    .page-services04 h3 {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .page-services04 .page-services04-tbl table th {
        padding: 6px 10px 4px 10px;
        font-size: 18px;
    }
    .page-services04 .page-services04-tbl table td.td01 {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .page-services04 .page-services04-tbl table td.td01.line::before {
        display: none;
    }
    .page-services04 .page-services04-tbl table td.td02 {
        display: block;
        width: 100%;
        padding: 10px 10px 10px 10px;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
    .page-services04 .page-services04-tbl table td.td02 img {
        margin: 10px 10px 10px 10px;
    }
    .page-services04 .page-services04-tbl table td.td02.line::before {
        display: none;
    }
}


/*	三真建設の強み
---------------------------------*/
.page-strengths01 {
    padding-top: 40px;
    padding-bottom: 45px;
    position: relative;
}
.page-strengths01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/strengths/bg_strengths01.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.page-strengths01 .contents-inr {
}
.page-strengths01 .ttl-cmn02 {
    margin-left: 6%;
    margin-bottom: 35px;
}
.page-strengths01 .txt01 {
    width: 85%;
}
.page-strengths01 .illust01 {
    position: absolute;
    bottom: -140px;
    left: 81%;
    width: 35%;
}


.page-strengths02 {
    padding-bottom: 100px;
    position: relative;
}
.page-strengths02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.page-strengths02 .contents-inr {
}
.page-strengths02 .flow {
    margin-bottom: 60px;
}
.page-strengths02 .txt01 {
    margin: 0 3% 90px 3%;
    padding: 0 20px 45px 20px;
    border-bottom: #cecbc8 1px solid;
    text-align: center;
}
.page-strengths02 .txt01 img {
    max-width: 648px;
}
.page-strengths02 .txt02 {
    position: relative;
    height: 320px;
}
.page-strengths02 .txt02 span {
    position: absolute;
    top: 0px;
    right: 4%;
    width: 264px;
}
.page-strengths02 .txt02 .photo01 {
    position: absolute;
    top: 0px;
    right: 48%;
    width: 687px;
}
.page-strengths02 .txt02 .photo02 {
    position: absolute;
    top: 0px;
    left: 105%;
    width: 345px;
}
.page-strengths02 .txt03 {
    margin: 0 0 30px 5%;
    max-width: 411px;
}
.page-strengths02 p {
    margin: 0 0 0px 5%;
    max-width: 470px;
    color: #ffffff;
}
.page-strengths02 .illust01 {
    position: absolute;
    bottom: -150px;
    right: 3%;
    width: 32%;
}


.page-strengths03 {
    padding-top: 110px;
    padding-bottom: 60px;
    position: relative;
}
.page-strengths03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #cfbfa5;
	z-index: -8;
}
.page-strengths03 .contents-inr {
}
.page-strengths03 .txt02 {
    position: relative;
    height: 290px;
}
.page-strengths03 .txt02 span {
    position: absolute;
    top: 0px;
    left: 2%;
    width: 262px;
}
.page-strengths03 .txt02 .photo01 {
    position: absolute;
    top: 0px;
    left: 43%;
    width: 681px;
}
.page-strengths03 .txt02 .photo02 {
    position: absolute;
    top: 0px;
    right: 107%;
    width: 348px;
}
.page-strengths03 .txt03 {
    margin: 0 0 30px 60%;
    max-width: 362px;
}
.page-strengths03 p {
    margin: 0 0 0px 60%;
}
.page-strengths03 .illust01 {
    position: absolute;
    bottom: -100px;
    left: 26%;
    width: 30%;
}


.page-strengths04 {
    position: relative;
}
.page-strengths04::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.page-strengths04 .contents-inr {
    padding-top: 120px;
    padding-bottom: 140px;
}
.page-strengths04 .photo01 {
    position: absolute;
    bottom: 0px;
    right: 43%;
    width: 82%;
}
.page-strengths04 .txt-box {
    margin-left: 60%;
}
.page-strengths04 .txt-box .txt01 {
    margin-bottom: 25px;
    max-width: 324px;
}
.page-strengths04 .txt-box h4 {
    margin-bottom: 25px;
    color: #ffffff;
    font-size: 32px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
}
.page-strengths04 .txt-box p {
    color: #ffffff;
}


@media screen and (max-width:1920px) {
    .page-strengths01::before {
        background-size: auto;
    }
}

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

@media screen and (max-width: 959px) {
    .page-strengths01 .ttl-cmn02 {
        margin-left: 0;
    }
    .page-strengths01 .txt01 {
        width: 73%;
    }
    .page-strengths01 .illust01 {
        bottom: -100px;
        left: 70%;
        width: 30%;
    }
}

@media screen and (max-width: 767px) {
    .page-strengths02 .txt01 img {
        max-width: 100%;
    }
}

@media screen and (max-width: 599px) {
    .page-strengths01 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .page-strengths01::before {
        background-size: cover;
    }
    .page-strengths01 .ttl-cmn02 {
        margin-bottom: 20px;
    }
    .page-strengths01 .txt01 {
        width: 75%;
    }
    .page-strengths01 .illust01 {
        bottom: -40px;
        left: 73%;
        width: 28%;
    }
    .page-strengths02 {
        padding-bottom: 60px;
    }
    .page-strengths02 .flow {
        margin-bottom: 30px;
    }
    .page-strengths02 .flow img {
        width: 50px;
        height: auto;
    }
    .page-strengths02 .txt01 {
        margin: 0 0% 30px 0%;
        padding: 0 5px 15px 5px;
    }
    .page-strengths02 .txt02 {
        height: auto;
        text-align: right;
        margin-bottom: 30px;
    }
    .page-strengths02 .txt02 span {
        position: static;
        width: 50%;
        display: inline-block;
    }
    .page-strengths02 .txt02 span img {
        width: 100%;
        height: auto;
    }
    .page-strengths02 .txt02 .photo01 {
        position: absolute;
        top: 20px;
        right: 56%;
        width: 343px;
    }
    .page-strengths02 .txt02 .photo02 {
        position: absolute;
        top: 20px;
        left: 105%;
        width: 173px;
    }
    .page-strengths02 .txt03 {
        margin: 0 auto 20px auto;
        max-width: 80%;
    }
    .page-strengths02 p {
        margin: 0 0 0px 0;
    }
    .page-strengths02 .illust01 {
        bottom: -100px;
        width: 80px;
    }
    .page-strengths03 {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .page-strengths03 .txt02 {
        height: auto;
        margin-bottom: 30px;
    }
    .page-strengths03 .txt02 span {
        position: static;
        width: 50%;
        display: inline-block;
    }
    .page-strengths03 .txt02 span img {
        width: 100%;
        height: auto;
    }
    .page-strengths03 .txt02 .photo01 {
        position: absolute;
        top: 20px;
        left: 56%;
        width: 340px;
    }
    .page-strengths03 .txt02 .photo02 {
        position: absolute;
        top: 20px;
        right: 107%;
        width: 174px;
    }
    .page-strengths03 .txt03 {
        margin: 0 auto 20px auto;
        max-width: 80%;
    }
    .page-strengths03 p {
        margin: 0 0 0px 0;
    }
    .page-strengths03 .illust01 {
        bottom: 210px;
        left: 60%;
        width: 80px;
    }
    .page-strengths04 .contents-inr {
        padding-top: 40px;
        padding-bottom: 0px;
    }
    .page-strengths04 .photo01 {
        margin: 15px auto 0 auto;
        position: static;
        width: 70%;
    }
    .page-strengths04 .txt-box {
        margin-left: 0%;
    }
    .page-strengths04 .txt-box .txt01 {
        margin-bottom: 15px;
        max-width: 80%;
    }
    .page-strengths04 .txt-box h4 {
        margin-bottom: 15px;
        font-size: 24px;
    }
}


.page-strengths-gallery {
    padding-top: 100px;
    padding-bottom: 140px;
}
.page-strengths-gallery .gallery-slider {
}

/* スライダー */
.page-strengths-gallery .gallery-slider .slider-4 {
    max-width: 100%;
    height: 240px;
    margin-left: auto;
    margin-right: auto;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-slide {
    width: 340px;
    height: 240px;
    margin: 0 5px 0 5px;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots {
    position: absolute;
    bottom: -10px;
    display: block;
    width: 100%;
    padding: 0 3% 0 2%;
    margin: 0;
    list-style: none;
    text-align: center;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    padding: 0;
    cursor: pointer;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button:hover,
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button:focus {
    outline: none;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button:hover:before,
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button:focus:before {
    opacity: 1;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 1;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.page-strengths-gallery .gallery-slider .slider-4 .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #413a37;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .page-strengths-gallery {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .page-strengths-gallery .gallery-slider .slider-4 {
        height: 170px;
    }
    .page-strengths-gallery .gallery-slider .slider-4 .slick-slide {
        width: 260px;
        height: 170px;
    }
}


.page-strengths-staff {
    position: relative;
}
.page-strengths-staff::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	z-index: -8;
}
.page-strengths-staff .contents-inr {
    padding-top: 55px;
    padding-bottom: 50px;
}
.page-strengths-staff .cmn-hukidasi03 {
    position: absolute;
    bottom: calc(100% - 35px);
    left: 0px;
}
.page-strengths-staff .ttl-cmn04 {
    margin-bottom: 20px;
}
.page-strengths-staff p {
}


.page-strengths-staff01 {
    position: relative;
    padding-bottom: 120px;
}
.page-strengths-staff01.page-strengths-staff02 {
    padding-bottom: 160px;
}
.page-strengths-staff01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.page-strengths-staff01.page-strengths-staff02::before {
	background: #cecbc8;
}
.page-strengths-staff01 .contents-inr {
    max-width: 1120px;
}
.page-strengths-staff01 .flow {
    text-align: right;
    margin-bottom: 85px;
}
.page-strengths-staff01.page-strengths-staff02 .flow {
    text-align: left;
    margin-left: 20%;
}
.page-strengths-staff01 .img-box {
    width: 46%;
    float: left;
    position: relative;
}
.page-strengths-staff01 .img-box img {
    border: #33221e 2px solid;
}
.page-strengths-staff01 .img-box .no {
    font-family: 'Lilita One', sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 0px;
    line-height: 1;
    border-top: #33221e 2px solid;
    border-left: #33221e 2px solid;
    border-bottom: #33221e 2px solid;
    background: #ffffff;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    position: absolute;
    bottom: 30px;
    right: 2px;
}
.page-strengths-staff01 .txt-box {
    width: 48.6%;
    float: right;
}
.page-strengths-staff01 .txt-box h4 {
    margin-bottom: 30px;
    font-size: 20px;
    letter-spacing: 4px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
}
.page-strengths-staff01.page-strengths-staff02 .txt-box h4 {
    color: #33221e;
}
.page-strengths-staff01 .txt-box h4 span {
    font-size: 17px;
    letter-spacing: 2px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
}
.page-strengths-staff01.page-strengths-staff02 .txt-box h4 span {
    color: #33221e;
}
.page-strengths-staff01 .txt-box .txt-q {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 700;
    color: #33221e;
	background: #cfbfa5 url("../img/strengths/icon_staff_q.svg") no-repeat 10px 10px;
    background-size: 16px;
    padding: 9px 5px 7px 32px;
    margin-bottom: 15px;
}
.page-strengths-staff01.page-strengths-staff02 .txt-box .txt-q {
	background: #ffffff url("../img/strengths/icon_staff_q.svg") no-repeat 10px 10px;
    background-size: 16px;
}
.page-strengths-staff01 .txt-box .txt-a {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
	background: url("../img/strengths/icon_staff_a_wh.svg") no-repeat 10px 8px;
    background-size: 16px;
    padding: 5px 5px 5px 32px;
    margin-bottom: 20px;
}
.page-strengths-staff01.page-strengths-staff02 .txt-box .txt-a {
    color: #33221e;
	background: url("../img/strengths/icon_staff_a.svg") no-repeat 10px 8px;
}


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

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

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

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

@media screen and (max-width: 599px) {
    .page-strengths-staff .contents-inr {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .page-strengths-staff .cmn-hukidasi03 {
        bottom: calc(100% - 20px);
    }
    .page-strengths-staff .ttl-cmn04 {
        margin-bottom: 15px;
    }
    .page-strengths-staff01 {
        padding-bottom: 20px;
    }
    .page-strengths-staff01.page-strengths-staff02 {
        padding-bottom: 40px;
    }
    .page-strengths-staff01 .flow {
        margin-bottom: 20px;
        width: 50px;
    }
    .page-strengths-staff01.page-strengths-staff02 .flow {
        margin-left: 0%;
        width: 50px;
    }
    .page-strengths-staff01 .img-box {
        width: 100%;
        float: none;
    }
    .page-strengths-staff01 .img-box .no {
        font-size: 36px;
    }
    .page-strengths-staff01 .txt-box {
        width: 100%;
        float: none;
        padding-top: 15px;
    }
    .page-strengths-staff01 .txt-box h4 {
        margin-bottom: 20px;
        font-size: 16px;
        letter-spacing: 2px;
    }
    .page-strengths-staff01 .txt-box h4 span {
        font-size: 15px;
        letter-spacing: 1px;
    }
}


.page-strengths05 {
    position: relative;
}
.page-strengths05::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.page-strengths05 .contents-inr {
    padding-top: 55px;
    padding-bottom: 120px;
    max-width: 990px;
}
.page-strengths05 .cmn-hukidasi04 {
    position: absolute;
    bottom: calc(100% - 35px);
    left: 0px;
}
.page-strengths05 .ttl-cmn01 {
    margin-bottom: 25px;
    color: #ffffff;
}
.page-strengths05 .p01 {
    margin-bottom: 100px;
    color: #ffffff;
}

.page-strengths05 .page-strengths05-box {
    margin-bottom: 130px;
    position: relative;
}
.page-strengths05 .page-strengths05-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 40px;
	right: 40px;
	margin: 0;
	width: 2000px;
	height: 100%;
	background: #ffffff;
	z-index: -6;
}
.page-strengths05 .page-strengths05-box.img-left::before {
	right: auto;
	left: 40px;
}
.page-strengths05 .page-strengths05-box .img-box {
    width: 61%;
    float: right;
    position: relative;
}
.page-strengths05 .page-strengths05-box.img-left .img-box {
    float: left;
}
.page-strengths05 .page-strengths05-box .img-box img {
    border: #33221e 2px solid;
}
.page-strengths05 .page-strengths05-box .img-box .no {
    font-family: 'Lilita One', sans-serif;
    font-weight: 400;
    font-size: 70px;
    letter-spacing: 0px;
    line-height: 1;
    border: #33221e 2px solid;
    background: #ffffff;
    padding: 6px 15px 6px 15px;
    display: inline-block;
    position: absolute;
    top: -30px;
    left: -55px;
}
.page-strengths05 .page-strengths05-box.img-left .img-box .no {
    left: auto;
    right: -55px;
}
.page-strengths05 .page-strengths05-box .txt-box {
    width: 35%;
    float: left;
    padding: 95px 0px 20px 0px;
}
.page-strengths05 .page-strengths05-box.img-left .txt-box {
    float: right;
}
.page-strengths05 .page-strengths05-box .txt-box h4 {
    margin-bottom: 25px;
    padding-bottom: 15px;
    font-size: 37px;
    letter-spacing: 3px;
    line-height: 1.6;
    font-weight: 700;
    color: #413a37;
    border-bottom: #21110d 1px solid;
}
.page-strengths05 .page-strengths05-box .txt-box p {
}


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

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

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

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

@media screen and (max-width: 599px) {
    .page-strengths05 .contents-inr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-strengths05 .cmn-hukidasi04 {
        bottom: calc(100% - 20px);
    }
    .page-strengths05 .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .page-strengths05 .p01 {
        margin-bottom: 60px;
    }
    .page-strengths05 .page-strengths05-box {
        margin-bottom: 60px;
    }
    .page-strengths05 .page-strengths05-box::before {
        top: 20px;
        right: 20px;
    }
    .page-strengths05 .page-strengths05-box.img-left::before {
        right: auto;
        left: 20px;
    }
    .page-strengths05 .page-strengths05-box .img-box {
        width: 100%;
        float: none;
    }
    .page-strengths05 .page-strengths05-box.img-left .img-box {
        float: none;
    }
    .page-strengths05 .page-strengths05-box .img-box .no {
        font-size: 36px;
        top: -20px;
        left: -10px;
    }
    .page-strengths05 .page-strengths05-box.img-left .img-box .no {
        left: auto;
        right: -10px;
    }
    .page-strengths05 .page-strengths05-box .txt-box {
        width: 100%;
        float: none;
        padding: 20px 35px 5px 0px;
    }
    .page-strengths05 .page-strengths05-box.img-left .txt-box {
        float: none;
        padding: 20px 0px 5px 35px;
    }
    .page-strengths05 .page-strengths05-box .txt-box h4 {
        margin-bottom: 20px;
        padding-bottom: 10px;
        font-size: 24px;
        letter-spacing: 2px;
        line-height: 1.4;
    }
}


.page-strengths06 {
    position: relative;
}
.page-strengths06::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #cfbfa5;
	z-index: -8;
}
.page-strengths06 .contents-inr {
    padding-top: 55px;
    padding-bottom: 100px;
    max-width: 990px;
}
.page-strengths06 .cmn-hukidasi05 {
    position: absolute;
    bottom: calc(100% - 35px);
    left: 0px;
}
.page-strengths06 .ttl-cmn01 {
    margin-bottom: 25px;
    margin-left: 5%;
}
.page-strengths06 .p01 {
    margin: 0 auto 30px auto;
    max-width: 730px;
}

.page-strengths06 .acd-box {
    max-width: 730px;
    height: auto;
    margin: 0 auto 30px auto;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.page-strengths06 .acd-box .acd-content {
    display: none;
}
.page-strengths06 .acd-box .acd-label {
    display: block;
    margin: 0px 0px 0px 0px;
    padding: 10px 20px 10px 20px;
    background: #413a37;
    border-radius: 0px;
    position: relative;
    text-align: left;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
	z-index: 1001;
}
.page-strengths06 .acd-box .acd-label::before,
.page-strengths06 .acd-box .acd-label::after {
	position: absolute;
	content: '';
	top: 0;
	right: 20px;
	bottom: 0;
	width: 18px;
	height: 2px;
	margin: auto;
	background: #ffffff;
}
.page-strengths06 .acd-box .acd-label::after {
	transform: rotate(-90deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.page-strengths06 .acd-box .acd-label.active::after {
	transform: rotate(0deg);
}
.page-strengths06 .acd-box .acd-label h4 {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 700;
    color: #ffffff;
	background: url("../img/strengths/icon_faq_q.svg") no-repeat 10px 10px;
    background-size: 16px;
    padding: 9px 5px 7px 32px;
}
.page-strengths06 .acd-box .acd-content {
    text-align: left;
    margin: 0px 0px 0px 0px;
    padding: 15px 18px 15px 18px;
    background: #ffffff;
    border: #413a37 1px solid;
}
.page-strengths06 .acd-box .acd-content p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.7;
    font-weight: 700;
	background: url("../img/strengths/icon_faq_a.svg") no-repeat 10px 8px;
    background-size: 16px;
    padding: 5px 5px 5px 32px;
}


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

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

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

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

@media screen and (max-width: 599px) {
    .page-strengths06 .contents-inr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-strengths06 .cmn-hukidasi05 {
        bottom: calc(100% - 20px);
    }
    .page-strengths06 .ttl-cmn01 {
        margin-bottom: 15px;
        margin-left: 0;
    }
    .page-strengths06 .p01 {
        margin: 0 auto 30px auto;
    }
    .page-strengths06 .acd-box {
        margin: 0 auto 20px auto;
    }
    .page-strengths06 .acd-box .acd-label {
        padding: 5px 25px 5px 0px;
    }
    .page-strengths06 .acd-box .acd-label::before,
    .page-strengths06 .acd-box .acd-label::after {
        right: 10px;
        width: 12px;
    }
    .page-strengths06 .acd-box .acd-content {
        padding: 10px 5px 10px 0px;
    }
}


/*	会社概要
---------------------------------*/
.page-company01 {
    padding-top: 70px;
    padding-bottom: 140px;
    position: relative;
}
.page-company01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/company/icon_nenrin.png");
	background-position: right 12% bottom -120px;
	background-repeat: no-repeat;
    background-size: auto;
	z-index: -9;
}
.page-company01::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -10px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg02.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.page-company01 .contents-inr {
    max-width: 1120px;
}
.page-company01 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 320px;
	left: 36%;
	margin: 0;
	width: 73%;
	height: 520px;
	background-image: url("../img/company/img01@2x.webp?0602");
	background-position: center center;
	background-repeat: no-repeat;
    background-size: cover;
	z-index: -6;
}
.page-company01 .ttl-cmn02 {
    margin-left: 5%;
    margin-bottom: 170px;
}

.page-company01 .txt-box {
    max-width: 500px;
    border-radius: 0 100px 0 0;
	background: #e3e0dd;
    padding: 60px 50px 0 60px;
    position: relative;
}
.page-company01 .txt-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 3px;
	height: 100%;
	background: #ffffff;
}
.page-company01 .txt-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 80px;
	height: 3px;
	background: #ffffff;
}
.page-company01 .txt-box .cmn-hukidasi02 {
    position: absolute;
    left: 90px;
    bottom: calc(100% - 3px);
}
.page-company01 .txt-box .ttl-cmn01 {
    margin-bottom: 30px;
}
.page-company01 .txt-box p {
}
.page-company01 .txt-box .name {
    margin-top: 25px;
}
.page-company01 .txt-box .name .span01 {
    margin-top: 15px;
    padding-left: 70px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    display: inline-block;
    vertical-align: top;
}
.page-company01 .txt-box .name .span01::before {
	content: "";
	display: block;
	position: absolute;
	top: 43%;
	left: 0;
	margin: 0;
	width: 50px;
	height: 1px;
	background: #413a37;
}
.page-company01 .txt-box .name .span02 {
    margin-left: 25px;
    font-size: 36px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-family: 'Dela Gothic One', sans-serif;
    font-weight: 400;
    color: #413a37;
    display: inline-block;
    vertical-align: top;
}


.page-company02 {
    padding-top: 70px;
    padding-bottom: 100px;
    position: relative;
}
.page-company02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -7;
}
.page-company02::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -70px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 80px;
	background-image: url("../img/top/bg02.png");
	background-position: center bottom;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.page-company02 .contents-inr {
    max-width: 930px;
}
.page-company02 .illust {
    position: absolute;
    top: 150px;
    left: 71%;
    width: 35%;
}
.page-company02 .ttl-cmn01 {
    margin-bottom: 50px;
    color: #ffffff;
}
.page-company02 .page-company02-tbl table {
    width: 100%;
    border-collapse:separate;
    border-spacing:0px;
    margin: 0 auto 0px auto;
}
.page-company02 .page-company02-tbl table th {
    width: 26%;
    vertical-align: top;
    padding: 22px 20px 22px 5%;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
}
.page-company02 .page-company02-tbl table td {
    vertical-align: top;
    padding: 22px 0px 22px 0px;
    color: #ffffff;
    border-bottom: #ffffff 1px solid;
}


.page-company03 {
    padding-top: 170px;
    padding-bottom: 150px;
    position: relative;
}
.page-company03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #cfbfa5;
	z-index: -9;
}
.page-company03 .contents-inr {
    max-width: 930px;
}
.page-company03 .illust01 {
    position: absolute;
    top: 120px;
    left: 20%;
    width: 76%;
}
.page-company03 .illust02 {
    position: absolute;
    top: 600px;
    left: 3%;
    width: 16.2%;
}
.page-company03 .ttl-cmn01 {
    margin-bottom: 60px;
}
.page-company03 p {
    margin-top: 140px;
    margin-left: 58.5%;
    padding-right: 5%;
}
.page-company03 .no {
    margin-bottom: 8px;
}
.page-company03 .no .span01 {
    display: inline-block;
    width: 85px;
    font-size: 57px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #413a37;
    font-family: 'Lilita One', sans-serif;
    font-weight: 400;
}
.page-company03 .no .span02 {
    margin-top: 10px;
    display: inline-block;
    min-width: 160px;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 700;
    color: #000000;
    padding: 10px 0 10px 0;
    border-bottom: #413a37 1px solid;
	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

@media screen and (max-width:1920px) {
    .page-company01::after {
        background-size: auto;
    }
    .page-company02::after {
        background-size: auto;
    }
}

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

@media screen and (max-width: 959px) {
    .page-company01 .contents-inr::before {
        top: 230px;
        left: 20%;
        margin: 0;
        width: 80%;
        height: 52vw;
    }
    .page-company01 .ttl-cmn02 {
        margin-bottom: 50vw;
    }
    .page-company01 .txt-box {
        max-width: 560px;
        padding: 40px 40px 0 40px;
    }
    .page-company02 .illust {
        top: -50px;
        left: 73%;
        width: 26%;
    }
    .page-company03 .illust01 {
        top: 140px;
        left: 30%;
        width: 70%;
    }
    .page-company03 .illust02 {
        top: 600px;
        left: 6%;
    }
    .page-company03 p {
        margin-top: 220px;
        margin-left: 58.5%;
        padding-right: 0%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-company01::after {
        background-size: 200%;
    }
    .page-company02::after {
        background-size: 200%;
    }
    .page-company01 {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .page-company01 .contents-inr::before {
        top: 160px;
    }
    .page-company01 .ttl-cmn02 {
        margin-left: 0;
        margin-bottom: 180px;
    }
    .page-company01 .txt-box {
        border-radius: 0 50px 0 0;
        padding: 30px 20px 20px 20px;
    }
    .page-company01 .txt-box::after {
        width: 30px;
    }
    .page-company01 .txt-box .cmn-hukidasi02 {
        left: 40px;
    }
    .page-company01 .txt-box .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .page-company01 .txt-box .name {
        margin-top: 15px;
    }
    .page-company01 .txt-box .name .span01 {
        margin-top: 10px;
        padding-left: 40px;
        font-size: 14px;
        letter-spacing: 1px;
    }
    .page-company01 .txt-box .name .span01::before {
        top: 43%;
        width: 30px;
    }
    .page-company01 .txt-box .name .span02 {
        margin-left: 15px;
        font-size: 26px;
        letter-spacing: -1px;
    }
    .page-company02 {
        padding-top: 5px;
        padding-bottom: 20px;
    }
    .page-company02 .ttl-cmn01 {
        margin-bottom: 30px;
    }
    .page-company02 .page-company02-tbl table th {
        width: 26%;
        padding: 10px 5px 10px 0px;
    }
    .page-company02 .page-company02-tbl table td {
        padding: 10px 0px 10px 0px;
    }
    .page-company03 {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .page-company03 .illust01 {
        position: static;
        width: auto;
        margin-top: 10px;
    }
    .page-company03 .illust02 {
        top: auto;
        bottom: 0px;
        left: 2%;
        width: 20%;
    }
    .page-company03 .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .page-company03 p {
        margin-top: 20px;
        margin-left: 30%;
        padding-right: 0;
    }
    .page-company03 .no {
        margin-bottom: 5px;
    }
    .page-company03 .no .span01 {
        width: 56px;
        font-size: 36px;
    }
    .page-company03 .no .span02 {
        margin-top: 3px;
        min-width: calc(100% - 60px);
        font-size: 14px;
        padding: 5px 0 5px 0;
    }
}


/*	施工事例
---------------------------------*/
.page-jirei01 {
    padding-top: 130px;
    position: relative;
}
.page-jirei01::before {
	content: "";
	display: block;
	position: absolute;
	top: 300px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 300px);
	background-image: url("../img/top/bg01.png");
	background-position: center top;
	background-repeat: no-repeat;
    background-size: 100%;
	z-index: -8;
}
.page-jirei01 .contents-inr {
}
.page-jirei01 .ttl-cmn02 {
    position: absolute;
    top: -30px;
    left: 30px;
}
.page-jirei01 .ttl-cmn02 span {
    text-align: center;
}
.page-jirei01 .illust {
    width: 162px;
    margin-left: 62%;
    margin-bottom: 55px;
}
.page-jirei01 .p01 {
    margin-bottom: 35px;
    text-align: center;
}
.page-jirei01 .p02 {
    margin-left: 310px;
    margin-bottom: 50px;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.5;
}

.page-jirei01 .works__tab {
    text-align: center;
    position: relative;
    z-index: 10;
}
.page-jirei01 .works__tab ul {
}
.page-jirei01 .works__tab ul li {
    width: 28%;
	margin: 0 10px 0px 0;
}
.page-jirei01 .works__tab ul li:last-of-type {
	margin: 0 0px 0px 0;
}
.page-jirei01 .works__tab ul li a {
    display: block;
    width: 100%;
	padding: 16px 0px 6px 0px;
	text-align: center;
    color: #414140;
    background-color: #ffffff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    line-height: 1;
}
/*liにactiveクラスがついた時の形状*/
.page-jirei01 .works__tab ul li.active a {
    color: #ffffff;
    background-color: #413a37;
}

.page-jirei02 {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.page-jirei02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #413a37;
	z-index: -8;
}
.page-jirei02 .contents-inr {
}
.page-jirei02 .contents-inr .cmn-hukidasi {
    position: absolute;
    top: 80px;
    left: -100px;
}

.page-jirei02 .page-jirei02__list {
}
.page-jirei02 .page-jirei02__list li {
    width: calc((100% - 50px) / 3);
    margin-right: 25px;
    margin-bottom: 25px;
	background: #ffffff;
}
.page-jirei02 .page-jirei02__list li:nth-of-type(3n) {
    margin-right: 0px;
}
.page-jirei02 .page-jirei02__list li a {
    display: block;
    width: 100%;
    height: 100%;
}
.page-jirei02 .page-jirei02__list li .inrbox {
    padding: 15px 15px 15px 15px;
}
.page-jirei02 .page-jirei02__list li img {
    border: #251e1c 2px solid;
}
.page-jirei02 .page-jirei02__list li h4 {
	font-size: 18px;
    letter-spacing: 2px;
	font-weight: 600;
    line-height: 1.6;
    padding: 8px 10px 6px 10px;
    color: #ffffff;
    background: #251e1c;
    margin-bottom: 15px;
}
.page-jirei02 .page-jirei02__list li p {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 10px;
    padding-right: 10px;
}
.page-jirei02 .page-jirei02__list li p.date {
	font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.6;
    font-family: 'Barlow Semi Condensed', sans-serif;
    font-weight: 500;
}

@media screen and (max-width:1920px) {
    .page-jirei01::before {
        background-size: auto;
    }
}

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

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

@media screen and (max-width: 767px) {
    .page-jirei02 .page-jirei02__list li {
        width: calc((100% - 20px) / 2);
        margin-right: 20px;
    }
    .page-jirei02 .page-jirei02__list li .inrbox {
        padding: 10px 10px 10px 10px;
    }
    .page-jirei02 .page-jirei02__list li:nth-of-type(3n) {
        margin-right: 20px;
    }
    .page-jirei02 .page-jirei02__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
}

@media screen and (max-width: 599px) {
    .page-jirei01 {
        padding-top: 40px;
    }
    .page-jirei01::before {
        background-size: 200%;
        top: 330px;
        height: calc(100% - 330px);
    }
    .page-jirei01 .works__tab ul li {
        width: calc((100% - 10px) / 3);
        margin: 0 5px 0px 0;
    }
    .page-jirei01 .works__tab ul li:last-of-type {
        margin: 0 0px 0px 0;
    }
    .page-jirei01 .works__tab ul li a {
        padding: 16px 0px 6px 0px;
        font-size: 15px;
        letter-spacing: 0px;
    }
    .page-jirei01 .ttl-cmn02 {
        position: static;
        margin-bottom: 20px;
    }
    .page-jirei01 .ttl-cmn02 span {
        text-align: left;
    }
    .page-jirei01 .illust {
        width: 30%;
        margin-left: 62%;
        margin-bottom: 30px;
    }
    .page-jirei01 .p01 {
        margin-bottom: 30px;
        text-align: center;
    }
    .page-jirei01 .p02 {
        margin-left: 0px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.5;
    }
    .page-jirei02 {
        padding-top: 40px;
        padding-bottom: 30px;
    }
    .page-jirei02 .page-jirei02__list li {
        width: 100%;
        margin-right: 0px;
    }
    .page-jirei02 .page-jirei02__list li:nth-of-type(3n) {
        margin-right: 0px;
    }
    .page-jirei02 .page-jirei02__list li:nth-of-type(2n) {
        margin-right: 0px;
    }
    .page-jirei02 .page-jirei02__list li h4 {
        font-size: 16px;
        letter-spacing: 2px;
        margin-bottom: 10px;
    }
    .page-jirei02 .page-jirei02__list li p {
        font-size: 14px;
        line-height: 1.6;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-jirei02 .page-jirei02__list li p.date {
        font-size: 12px;
        letter-spacing: 2px;
    }
}


/*	タブ用（共通）
---------------------------------*/

/*エリアの表示非表示と形状*/
.area {
    display: none;/*はじめは非表示*/
    opacity: 0;/*透過0*/
}
/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 1s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}


/*	お問い合わせ
---------------------------------*/
.page-contact {
    padding-top: 110px;
    padding-bottom: 120px;
    position: relative;
}
.page-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
    background: #ffffff;
	z-index: -8;
}
.page-contact .contents-inr {
}
.page-contact .ttl-cmn03 {
    margin-bottom: 50px;
}
.page-contact .p01 {
    margin-bottom: 50px;
}

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

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

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

@media screen and (max-width: 599px) {
    .page-contact {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-contact .ttl-cmn03 {
        margin-bottom: 20px;
    }
    .page-contact .p01 {
        margin-bottom: 20px;
    }
}

