@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 155px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #231815;
	color: #403937;
	font-family: 'IBM Plex Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 500;
}

#wrapper {
	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;
    }
}


#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
    margin-top: -180px;
    padding-top: 180px;
}
#link0101, #link0102, #link0103, #link0104, #link0105, #link0106, #link0107, #link0108, #link0109, #link0110 {
    margin-top: -180px;
    padding-top: 180px;
}

@media screen and (max-width:959px) {
    body {
        padding: 60px 0 0;
    }
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
        margin-top: -70px;
        padding-top: 70px;
    }
    #link0101, #link0102, #link0103, #link0104, #link0105, #link0106, #link0107, #link0108, #link0109, #link0110 {
        margin-top: -70px;
        padding-top: 70px;
    }
}

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

/*	ヘッダー
---------------------------------*/
header {
	position: fixed;
	top: 0;
	left: 0;
	width: 120px;
    height: 100vh;
	background: rgba(231,230,230,0.8);
    box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	line-height: 1;
	z-index: 1012;
}
header .hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 45px 0px 0px 0px;
	width: 100%;
    height: 100vh;
}

header .hd-logo {
	padding: 0px 18px 0px 20px;
    height: 90px;
	text-align: center;
}
header .hd-logo img {
}

header .hd-logo02 {
    display: none;
}
header .hd-logo02 img {
}

header .hd-info {
    vertical-align: top;
    text-align: center;
}
header .hd-menu {
	margin: 0 0px 0 0;
	padding: 0px 0 0;
}

header .hd-catch {
    display: inline-block;
    height: calc(100vh - 376px);
    writing-mode: horizontal-tb;
    writing-mode: vertical-rl;
    writing-mode: vertical-lr;
}
header .hd-catch p {
	font-size: 32px;
    line-height: 1.2;
	letter-spacing: 0px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
    text-align: left;
}
header .hd-catch p br {
    display: none;
}
header.logomini .hd-catch p {
	font-size: 3vh;
}
header.logomini .hd-catch p br {
    display: inline;
}

header .hd-mail {
}
header .hd-mail a {
    display: block;
    width: 100%;
    height: 118px;
    background: #403937;
    text-align: center;
}
.hd-mail a span {
	display: inline-block;
    margin-top: 26px;
	padding: 0px 0 28px 0px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 3px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
	color: #ffffff;
	background: url("../img/cmn/icon_hd_mail.png") no-repeat center bottom;
	background-size: auto;
}

@media screen and (max-width: 959px) {
    header {
        width: 100%;
        height: 60px;
        background: rgba(231,230,230,1);
        box-shadow: none;
    }
    header .hd-inr {
        padding: 0px 0px 0px 15px;
        width: 100%;
        height: 60px;
    }
    header .sp-flex-nml-medium {
        display:-webkit-box;
        display:-ms-flexbox;
        display:flex;
        flex-wrap:wrap;
        -webkit-align-items: center;
        align-items: center;
    }
    header .hd-logo {
        padding: 0px 0px 0px 0px;
        width: 50px;
        height: auto;
        text-align: left;
    }
    header .hd-logo02 {
        display: inline;
        padding: 0px 0px 0px 5px;
        width: 170px;
        text-align: left;
    }
    header .hd-info {
        width: calc(100% - 220px);
        text-align: left;
    }
    header .hd-contact {
        width: calc(100% - 62px);
    }
    header .hd-catch {
        width: calc(100% - 60px);
        height: auto;
    }
    header .hd-catch p {
        padding: 0px 0px 0px 30px;
        font-size: 1.6vw;
        line-height: 1.2;
        letter-spacing: 0px;
        writing-mode: horizontal-tb;
    }
    header .hd-catch p br {
        display: inline;
    }
    header.logomini .hd-catch p {
        font-size: 1.6vw;
    }
    header.logomini .hd-catch p br {
        display: inline;
    }
    header .hd-mail {
        display: inline-block;
        width: 60px;
        height: 60px;
    }
    header .hd-mail a {
        display: inline-block;
        width: 100%;
        height: 100%;
        background: #403937;
        text-align: center;
    }
    .hd-mail a span {
        display: inline-block;
        margin-top: 10px;
        padding: 0px 0 20px 0px;
        font-size: 10px;
        line-height: 1.6;
        letter-spacing: 1px;
        background-size: 20px;
    }
}

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

@media screen and (max-width: 599px) {
        header .hd-inr {
            padding: 0px 0px 0px 10px;
        }
        header .hd-logo {
            width: 40px;
        }
        header .hd-logo02 {
            width: 150px;
        }
        header .hd-info {
            width: calc(100% - 190px);
        }
        header .hd-catch p {
            display: none;
        }
}

@media screen and (max-width: 320px) {
        header .hd-logo {
            width: 30px;
        }
        header .hd-logo02 {
            width: 140px;
        }
        header .hd-info {
            width: calc(100% - 170px);
        }
}

/*	上部メニュー
---------------------------------*/
.top-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(231,230,230,1);
	line-height: 1;
	z-index: 1010;
}

.top-menu .top-menu-inr {
    position: relative;
	width: 100%;
    height: 155px;
    padding: 0 0 0 150px;
}

.top-menu .top-menu-logo {
    margin-top: 40px;
	width: 283px;
	text-align: left;
}
.top-menu .top-menu-logo img {
}

.top-menu-info {
	width: calc(100% - 283px);
}

.top-menu ul {
    padding-top: 70px;
    padding-right: 70px;
	width: calc(100% - 140px);
}
.top-menu ul li {
	position: relative;
	margin: 0px 0px 0 100px;
}
.top-menu ul li::before {
    margin: 0;
	content: "";
	position: absolute;
	top: -25px;
	left: -72px;
	width: 43px;
	height: 72px;
	background: url("../img/cmn/icon_arw01.png") no-repeat left top;
	background-size: contain;
}
.top-menu ul li:first-of-type {
	margin: 0px 0px 0 0px;
}
.top-menu ul li:first-of-type::before {
    display: none;
}
.top-menu ul li a {
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 3px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
	color: #231815;
}

.top-menu .top-menu-mail {
}
.top-menu .top-menu-mail a {
    display: block;
    width: 140px;
    height: 100%;
    background: #403937;
    text-align: center;
}
.top-menu .top-menu-mail a span {
	display: inline-block;
    margin-top: 60px;
	padding: 0px 0 40px 0px;
	font-size: 16px;
	line-height: 1.6;
	letter-spacing: 3px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 700;
	color: #ffffff;
	background: url("../img/cmn/icon_hd_mail.png") no-repeat center bottom;
	background-size: auto;
}

@media screen and (max-width:1279px) {
    .top-menu .top-menu-logo {
        margin-top: 50px;
        width: 230px;
    }
    .top-menu-info {
        width: calc(100% - 230px);
    }
    .top-menu ul {
        padding-top: 75px;
        padding-right: 50px;
        width: calc(100% - 120px);
    }
    .top-menu ul li {
        margin: 0px 0px 0 40px;
    }
    .top-menu ul li::before {
        top: -15px;
        left: -36px;
        width: 30px;
    }
    .top-menu ul li:first-of-type {
        margin: 0px 0px 0 0px;
    }
    .top-menu ul li a {
        font-size: 15px;
        letter-spacing: 2px;
    }
    .top-menu .top-menu-mail a {
        width: 120px;
    }
}

@media screen and (max-width:959px) {
    .top-menu {
        display: none;
    }
}

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

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

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

/*	フッター
---------------------------------*/
footer {
	background: #403937;
    padding-top: 63px;
    padding-bottom: 30px;
}
footer .contents-inr {
}

footer .ft-left {
    width: 38%;
    padding-right: 10px;
}
footer .ft-left .ft-logo {
    margin: 0px 0 50px 0;
}
footer .ft-left .ft-address {
    padding-left: 15px;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}

footer .ft-nav {
    width: 62%;
}
footer .ft-nav > ul {
    display: inline-block;
	margin: 0;
    font-size: 0;
    text-align: right;
}
footer .ft-nav > ul > li {
    display: inline-block;
    vertical-align: top;
    width: 180px;
	margin: 0px 0px 20px 0px;
    text-align: left;
}
footer .ft-nav > ul > li:last-of-type {
}
footer .ft-nav > ul > li > p {
	padding: 0 0px 2px 0px;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}
footer .ft-nav > ul > li > p.title {
	padding: 0 0px 10px 0px;
	font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    line-height: 1.6;
    color: #ffffff;
    overflow: hidden;
}
footer .ft-nav > ul > li > p.title a {
    position: relative;
}
footer .ft-nav > ul > li > p.title a::before {
	content: "";
	display: block;
	position: absolute;
	top: 40%;
	left: calc(100% + 15px);
	margin: 0;
	width: 100%;
	height: 1px;
	background: rgba(255,255,255,0.6);
}

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

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

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

@media screen and (max-width: 1100px) {
    footer .ft-nav > ul > li {
        width: 150px;
    }
    footer .ft-nav > ul > li > p.title a::before {
        width: 70%;
    }
}

@media screen and (max-width: 959px) {
    footer .ft-nav {
        display: none;
    }
    footer .ft-left {
        width: 100%;
        padding-right: 0px;
        text-align: center;
    }
    footer .ft-left .ft-logo {
        margin: 0px 0 20px 0;
    }
    footer .ft-left .ft-address {
        padding-left: 0px;
        text-align: center;
    }
    .ft-copyright {
        padding: 30px 0px 0px 0px;
    }
}

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

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    footer .ft-left .ft-address {
        font-size: 12px;
    }
    .ft-copyright {
        font-size: 12px;
    }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
header .navToggle,
header nav.sp-nav {
}
header nav.sp-nav {
    display: block;
    position: fixed;
    left: 0;
    top: 0px;
    bottom: 0;
    margin: auto;
    padding: 10% 15%;
    width: 100%;
    height: 100%;
    background: rgba(64,57,55,1);
    font-size: 2.2rem;
    font-weight: 400;
    z-index: 1014;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    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;
}
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: 30px 0;
    overflow: hidden;
    text-align: center;
    line-height: 1;
    text-transform: uppercase;
}

header nav.sp-nav > ul > li.parent {
    margin: 30px 0;
}
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: 10px 0 0;
    font-size: 0.875em;
}
header nav.sp-nav > ul > li.parent div li a {
    display: inline-block;
    color: #ccc;
}
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: 10px 0 0;
}
header nav.sp-nav > ul > li.parent div li::after {
    content: "/";
    display: inline;
    margin: 0 5px;
    color: #999;
}
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 .navToggle {
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin: auto;
    width: 120px;
    height: 118px;
    background: #403937;
    cursor: pointer;
    z-index: 1016;
}
header .navToggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 32px;
    height: 30px;
}
header .navToggle span {
    display: block;
    position: absolute;
    height:1px;
    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: 14px;
}
header .navToggle span:nth-child(3) {
    top: 28px;
}
/* ハンバーガーボタン 切り替えアニメーション */
header.open .navToggle span {
}
header.open .navToggle span:nth-child(1) {
    top: 14px;
    transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
header.open .navToggle span:nth-child(3) {
    top: 14px;
    transform: rotate(-315deg);
}

@media screen and (max-width:959px) {
    header .navToggle {
        left: auto;
        bottom: auto;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 60px;
    }
    header .navToggle div {
        width: 25px;
        height: 18px;
    }
    header .navToggle span:nth-child(2) {
        top: 8px;
    }
    header .navToggle span:nth-child(3) {
        top: 16px;
    }
    header.open .navToggle span:nth-child(1) {
        top: 8px;
    }
    header.open .navToggle span:nth-child(3) {
        top: 8px;
    }
}

@media screen and (max-width:599px) {
	header nav.sp-nav {
		font-size: 18px;
	}
}

/*	メインイメージ
---------------------------------*/
.main-img-otr {
	position: relative;
	width: 100%;
    height: 596px;
    overflow: hidden;
	background: #e7e6e6;
}
.main-img-otr li {
    width: 656px;
    height: 596px;
    overflow: hidden;
}

.main-img-otr li .img-box {
    position: relative;
}
.main-img-otr li .img-box img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.main-img-otr li .img-box p {
	position: absolute;
	top: 37%;
	left: 0%;
    width: 100%;
	text-align: left;
    mix-blend-mode: multiply;
    mix-blend-mode: overlay;
    mix-blend-mode: color-burn;
    font-size: 210px;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 800;
    letter-spacing: 1px;
    font-style: italic;
}
.main-img-otr li .img-box.img-box01 p {
	left: -1%;
}
.main-img-otr li .img-box.img-box02 p {
    text-align: right;
	left: 14%;
}
.main-img-otr li .img-box.img-box03 p {
	left: -8%;
    width: 108%;
}

.main-img-otr .slider-1 {
    width: 100%;
    height: 596px;
}
.main-img-otr .slider-1 .slick-slide {
    width: 656px;
    height: 596px;
    margin: 0px 20px 0px 0;
}
.main-img-otr .slider-1 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}

.main-img-otr .main-img-cap {
	position: absolute;
	top: 10%;
	left: calc(50% - 270px);
	text-align: left;
	z-index: 1001;
}
.main-img-otr .main-img-cap img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

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

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

@media screen and (max-width: 959px) {
    .main-img-otr {
        height: 363px;
    }
    .main-img-otr li {
        width: 400px;
        height: 363px;
    }
    .main-img-otr li .img-box p {
        top: 37%;
        font-size: 128px;
    }
    .main-img-otr li .img-box.img-box01 p {
        left: -1%;
    }
    .main-img-otr li .img-box.img-box02 p {
        left: 14%;
    }
    .main-img-otr li .img-box.img-box03 p {
        left: -8%;
        width: 108%;
    }
    .main-img-otr .slider-1 {
        height: 363px;
    }
    .main-img-otr .slider-1 .slick-slide {
        width: 400px;
        height: 363px;
        margin: 0px 20px 0px 0;
    }
    .main-img-otr .main-img-cap {
        width: 60px;
        top: 10%;
        left: calc(50% - 170px);
    }
}

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

@media screen and (max-width: 599px) {
    .main-img-otr {
        height: 273px;
    }
    .main-img-otr li {
        width: 300px;
        height: 273px;
    }
    .main-img-otr li .img-box p {
        top: 37%;
        font-size: 96px;
    }
    .main-img-otr li .img-box.img-box01 p {
        left: -1%;
    }
    .main-img-otr li .img-box.img-box02 p {
        left: 14%;
    }
    .main-img-otr li .img-box.img-box03 p {
        left: -8%;
        width: 108%;
    }
    .main-img-otr .slider-1 {
        height: 273px;
    }
    .main-img-otr .slider-1 .slick-slide {
        width: 300px;
        height: 273px;
        margin: 0px 10px 0px 0;
    }
    .main-img-otr .main-img-cap {
        width: 50px;
        top: 10%;
        left: calc(50% - 120px);
    }
}

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

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

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

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

/*	汎用タイトル
---------------------------------*/
.ttl-cmn01 {
    text-align: left;
}
.ttl-cmn01 .span01 {
    position: relative;
    display: inline-block;
	font-size: 80px;
    font-weight: 800;
    line-height: 1.4;
	letter-spacing: 1px;
    font-family: "Shippori Mincho B1", serif;
    text-shadow: #b6b4b7 3px 3px 0px;
}
.ttl-cmn01 .span02 {
	font-size: 80px;
    font-weight: 800;
    line-height: 1.4;
	letter-spacing: 1px;
    font-family: "Shippori Mincho B1", serif;
    color: #48698d;
}
.ttl-cmn01 .span03 {
    display: inline-block;
	font-size: 51px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 10px;
    font-family: "Shippori Mincho B1", serif;
    text-shadow: #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px;
}
.ttl-cmn01 .img-illust {
    position: absolute;
    bottom: 15px;
    left: calc(100% + 20px);
    display: inline-block;
}

.ttl-cmn02 {
    text-align: left;
}
.ttl-cmn02 .span01 {
    margin-top: 0px;
    display: inline-block;
	font-size: 80px;
    font-weight: 800;
    line-height: 1;
	letter-spacing: 1px;
    font-family: "Shippori Mincho B1", serif;
    text-shadow: #b6b4b7 3px 3px 0px;
}
.ttl-cmn02 .span02 {
	font-size: 80px;
    font-weight: 800;
    line-height: 1;
	letter-spacing: 1px;
    font-family: "Shippori Mincho B1", serif;
    color: #48698d;
}
.ttl-cmn02 .span03 {
    display: inline-block;
	font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
	letter-spacing: 4px;
    font-family: "Shippori Mincho B1", serif;
}

@media screen and (max-width: 959px) {
    .ttl-cmn01 .span01 {
        font-size: 60px;
    }
    .ttl-cmn01 .span02 {
        font-size: 60px;
    }
    .ttl-cmn01 .span03 {
        font-size: 36px;
        letter-spacing: 6px;
    }
    .ttl-cmn02 .span01 {
        font-size: 60px;
    }
    .ttl-cmn02 .span02 {
        font-size: 60px;
    }
    .ttl-cmn02 .span03 {
        font-size: 24px;
        letter-spacing: 2px;
    }
}

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

@media screen and (max-width: 599px) {
    .ttl-cmn01 .span01 {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .ttl-cmn01 .span02 {
        font-size: 36px;
        letter-spacing: 1px;
    }
    .ttl-cmn01 .span03 {
        font-size: 20px;
        letter-spacing: 2px;
        line-height: 1.3;
    }
    .ttl-cmn01 .img-illust {
        bottom: 5px;
        left: calc(100% + 10px);
        width: 50px;
    }
    .ttl-cmn02 .span01 {
        margin-top: -5px;
        font-size: 36px;
    }
    .ttl-cmn02 .span02 {
        font-size: 36px;
    }
    .ttl-cmn02 .span03 {
        font-size: 14px;
        letter-spacing: 1px;
    }
}

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
    text-align: right;
}
.btn-cmn01 a {
    width: 286px;
    height: 40px;
    display: inline-block;
    text-align: left;
	font-size: 13px;
	line-height: 1;
	letter-spacing: 1px;
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-weight: 700;
    color: #ffffff;
    padding: 15px 0 0 25px;
	background-image: url("../img/cmn/btn_bg02.png"), url("../img/cmn/btn_bg01.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 90% 50%, center center;
    background-size: auto, contain;
}

.btn-cmn02 {
    text-align: center;
}
.btn-cmn02 a {
    display: inline-block;
    text-align: left;
	font-size: 15px;
	line-height: 1;
	letter-spacing: 1px;
    font-weight: 500;
    color: #ffffff;
    padding: 20px 190px 18px 20px;
    background-color: #3f3a37;
	background-image: url("../img/cmn/icon_arw03.png");
	background-repeat: no-repeat;
	background-position: 96% center;
    background-size: auto 86%;
    border-radius: 26px;
}

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

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

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        width: 200px;
        font-size: 12px;
        padding: 14px 0 0 15px;
        background-size: 80px, contain;
    }
    .btn-cmn02 a {
        font-size: 13px;
        padding: 12px 130px 10px 15px;
        background-position: 97% center;
        background-size: auto 86%;
    }
}

/*	トップページ
---------------------------------*/
/* ABOUT US */
.top-about {
    padding-top: 80px;
    padding-bottom: 120px;
    position: relative;
}
.top-about::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/top_bg_aboutus.jpg") no-repeat center center;
    background-size: cover;
	z-index: -1;
}
.top-about .contents-inr {
    padding-top: 215px;
}
.top-about .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 0;
	margin: 0;
	width: 52%;
	height: calc(50% + 50px);
	background: url("../img/top/img_aboutus03.jpg") no-repeat right top;
    background-size: cover;
    z-index: -1;
}
.top-about .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	right: 30px;
	margin: 0;
	width: 350px;
	height: 466px;
	background: url("../img/top/img_aboutus01.png") no-repeat right bottom;
    background-size: contain;
}

.top-about .ttl-cmn01 {
    position: absolute;
    top: 0px;
    left: 70px;
    z-index: 1;
}

.top-about .text-box {
    position: relative;
    border-left: #9a9899 1px solid;
    width: 60%;
    padding: 40px 6.2% 0px 6.2%;
}
.top-about .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 20px);
	background: rgba(255,255,255,0.75);
	z-index: -1;
}
.top-about .text-box h4 {
    margin-bottom: 30px;
    line-height: 1.4;
    letter-spacing: 6px;
	font-size: 34px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}
.top-about .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}
.top-about .text-box .btn-cmn01 {
    margin-top: 60px;
    margin-right: -30px;
}
.top-about .text-box .img-illust {
    position: absolute;
    bottom: -20px;
    left: -18px;
}

.top-about .side-title {
    text-align: center;
    position: absolute;
    top: 50px;
    right: -70px;
}
.top-about .side-title p {
    display: inline-block;
	font-size: 69px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: left;
    color: rgba(64,57,55,0.2);
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.top-about .side-title img {
    margin-top: 5px;
    display: block;
}

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

@media screen and (max-width:1279px) {
    .top-about .contents-inr::before {
        right: 30px;
        width: 60%;
    }
    .top-about .contents-inr::after {
        right: 60px;
        width: 300px;
    }
    .top-about .ttl-cmn01 {
        left: 160px;
    }
    .top-about .side-title {
        right: -15px;
    }
}

@media screen and (max-width: 959px) {
    .top-about .contents-inr {
        padding-top: 170px;
    }
    .top-about .contents-inr::before {
        width: 60%;
    }
    .top-about .contents-inr::after {
        right: 10px;
        width: 200px;
    }
    .top-about .ttl-cmn01 {
        left: 30px;
    }
    .top-about .text-box {
        width: 73%;
        padding: 30px 30px 0px 30px;
    }
    .top-about .text-box h4 {
        letter-spacing: 3px;
        font-size: 30px;
    }
    .top-about .text-box .btn-cmn01 {
        margin-right: -10px;
    }
    .top-about .side-title {
        top: 0px;
    }
    .top-about .side-title p {
        font-size: 50px;
        letter-spacing: 1px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-about {
        padding-top: 30px;
        padding-bottom: 200px;
    }
    .top-about .contents-inr {
        padding-top: 0px;
    }
    .top-about .contents-inr::before {
        top: 80%;
        right: 0;
        width: 80%;
        height: calc(20% + 150px);
    }
    .top-about .contents-inr::after {
        bottom: auto;
        top: -40px;
        right: 5px;
        width: 60px;
        height: 100px;
    }
    .top-about .ttl-cmn01 {
        position: static;
        margin-bottom: 15px;
    }
    .top-about .text-box {
        width: 95%;
        padding: 25px 15px 0px 20px;
    }
    .top-about .text-box h4 {
        letter-spacing: 1px;
        font-size: 20px;
        margin-bottom: 20px;
    }
    .top-about .text-box p {
        font-size: 14px;
    }
    .top-about .text-box .btn-cmn01 {
        margin-top: 20px;
        margin-right: 0px;
    }
    .top-about .text-box .img-illust {
        position: absolute;
        bottom: 0px;
        left: -10px;
        width: 50px;
        height: auto;
    }
    .top-about .side-title {
        top: 70px;
        right: -5px;
    }
    .top-about .side-title p {
        font-size: 24px;
        letter-spacing: 1px;
    }
    .top-about .side-title img {
        margin-top: 2px;
        width: 30px;
        height: auto;
    }
}

/* SERVICE */
.top-service {
    padding-top: 140px;
    padding-bottom: 120px;
    position: relative;
}
.top-service::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/top_bg_service.jpg") no-repeat left top;
    background-size: 60%;
	z-index: -1;
}
.top-service .contents-inr {
}
.top-service .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 160px;
	left: 70px;
	margin: 0;
	width: 52%;
	height: calc(100% - 180px);
	background: url("../img/top/img_service03.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}

.top-service .ttl-cmn01 {
    margin-bottom: 90px;
}
.top-service .ttl-cmn01 .span03 {
    margin-left: 120px;
}

.top-service .text-box {
    position: relative;
    margin-left: 35%;
    width: 52%;
    padding: 40px 6% 20px 6%;
	background: url("../img/top/img_service02.png") no-repeat right top;
    background-size: auto;
}
.top-service .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 20px);
	background: rgba(255,255,255,0.75);
	z-index: -1;
}
.top-service .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

.top-service .top-service-nav {
    margin-right: 9%;
}
.top-service .top-service-nav ul {
}
.top-service .top-service-nav ul li {
    width: 6.02%;
    margin-right: 8px;
    height: 245px;
    background: #ffffff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
}
.top-service .top-service-nav ul li a {
    padding: 15px 2px 20px 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #e9e7e6;
	background-image: url("../img/cmn/icon_arw02.png");
	background-repeat: no-repeat;
	background-position: center 96%;
    background-size: auto;
    text-align: center;
}
.top-service .top-service-nav ul li a p {
    display: inline-block;
	font-size: 19px;
    line-height: 1.6;
    letter-spacing: 3px;
    font-weight: 800;
    text-align: left;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.top-service .top-service-nav ul li:nth-of-type(1) a {
    border-top: #164a80 5px solid;
}
.top-service .top-service-nav ul li:nth-of-type(2) a {
    border-top: #1e5096 5px solid;
}
.top-service .top-service-nav ul li:nth-of-type(3) a {
    border-top: #748ebc 5px solid;
}
.top-service .top-service-nav ul li:nth-of-type(4) a {
    border-top: #4c6ca7 5px solid;
}
.top-service .top-service-nav ul li:nth-of-type(5) a {
    border-top: #192f60 5px solid;
}
.top-service .top-service-nav ul li:nth-of-type(6) a {
    border-top: #0f2350 5px solid;
}

.top-service .btn-cmn01 {
    margin-top: 35px;
    margin-left: -30px;
    text-align: left;
}

.top-service .side-title {
    text-align: center;
    position: absolute;
    top: 0px;
    right: -60px;
}
.top-service .side-title p {
    display: inline-block;
	font-size: 69px;
    line-height: 1;
    letter-spacing: 14px;
    font-weight: 700;
    text-align: left;
    color: rgba(64,57,55,0.2);
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.top-service .side-title img {
    margin-top: 5px;
    display: block;
}

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

@media screen and (max-width:1279px) {
    .top-service .top-service-nav ul li {
        width: 6.8%;
    }
    .top-service .side-title {
        right: -5px;
    }
}

@media screen and (max-width: 959px) {
    .top-service .ttl-cmn01 .span03 {
        margin-left: 20px;
    }
    .top-service .text-box {
        margin-left: 30%;
        width: 60%;
        padding: 30px 30px 20px 30px;
    }
    .top-service .top-service-nav {
        margin-right: 4%;
    }
    .top-service .btn-cmn01 {
        margin-left: 10px;
    }
    .top-service .side-title p {
        font-size: 50px;
        letter-spacing: 6px;
    }
}

@media screen and (max-width: 767px) {
    .top-service .top-service-nav ul li {
        width: 8%;
    }
}

@media screen and (max-width: 599px) {
    .top-service {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-service .contents-inr::before {
        top: auto;
        bottom: 18px;
        left: 0px;
        width: 78%;
        height: 30%;
    }
    .top-service .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-service .text-box {
        margin-left: 0;
        width: 95%;
        padding: 20px 15px 30px 15px;
        background-size: 100px;
    }
    .top-service .text-box p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .top-service .top-service-nav {
        margin-right: 0;
    }
    .top-service .top-service-nav ul li {
        width: 13%;
        height: 210px;
        margin-right: 6px;
    }
    .top-service .top-service-nav ul li a {
        padding: 10px 2px 20px 0px;
    }
    .top-service .top-service-nav ul li a p {
        letter-spacing: 2px;
        font-size: 17px;
    }
    .top-service .btn-cmn01 {
        margin-top: 180px;
        margin-left: 0px;
    }
    .top-service .side-title {
        right: -5px;
    }
    .top-service .side-title p {
        font-size: 30px;
        letter-spacing: 6px;
    }
}

/* RECRUIT */
.top-recruit {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.top-recruit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 60%;
	background: #e7e6e6;
	z-index: -1;
}
.top-recruit .contents-inr {
}
.top-recruit .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 215px;
	right: 10%;
	margin: 0;
	width: 110%;
	height: calc(100% - 305px);
	background: url("../img/top/img_recruit02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.top-recruit .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 80px;
	right: 47%;
	margin: 0;
	width: 73%;
	height: 11px;
	background: url("../img/top/img_recruit03.png") repeat-x left top;
    background-size: auto;
    z-index: -1;
}

.top-recruit .ttl-cmn01 {
    margin-bottom: 295px;
}
.top-recruit .ttl-cmn01 .span03 {
}

.top-recruit .text-box {
    position: relative;
    margin-left: 50%;
    width: 46%;
    padding: 30px 4% 30px 4%;
}
.top-recruit .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 20px);
	background: rgba(255,255,255,0.75);
	z-index: -1;
}
.top-recruit .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

.top-recruit .btn-cmn01 {
    position: absolute;
    bottom: 62px;
    right: calc(100% - 15px);
}

.top-recruit .side-title {
    text-align: center;
    position: absolute;
    top: 0px;
    right: -60px;
}
.top-recruit .side-title p {
    display: inline-block;
	font-size: 90px;
    line-height: 1;
    letter-spacing: 20px;
    font-weight: 700;
    text-align: left;
    color: rgba(64,57,55,0.2);
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.top-recruit .side-title img {
    margin-top: 5px;
    display: block;
}

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

@media screen and (max-width:1279px) {
    .top-recruit .side-title {
        right: -5px;
    }
}

@media screen and (max-width: 959px) {
    .top-recruit .contents-inr::after {
        right: 60%;
    }
    .top-recruit .text-box {
        width: 50%;
        padding: 30px 0px 30px 30px;
    }
    .top-recruit .side-title p {
        font-size: 50px;
        letter-spacing: 6px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-recruit {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .top-recruit::before {
        height: 70%;
    }
    .top-recruit .contents-inr {
        padding-bottom: 150px;
    }
    .top-recruit .contents-inr::before {
        top: auto;
        bottom: 6px;
        right: auto;
        left: 0;
        width: 95%;
        height: 120px;
    }
    .top-recruit .contents-inr::after {
        bottom: 0px;
        right: auto;
        left: 0;
        width: 95%;
        height: 6px;
        background-size: auto 6px;
    }
    .top-recruit .ttl-cmn01 {
        margin-bottom: 20px;
    }
    .top-recruit .text-box {
        margin-left: 0%;
        width: 90%;
        padding: 20px 15px 0px 15px;
    }
    .top-recruit .text-box::before {
        height: calc(100% - 20px);
    }
    .top-recruit .text-box p {
        font-size: 14px;
    }
    .top-recruit .btn-cmn01 {
        position: static;
    }
    .top-recruit .side-title {
        top: 0px;
        right: -5px;
    }
    .top-recruit .side-title p {
        font-size: 30px;
        letter-spacing: 6px;
    }
}

/* CONTACT */
.cmn-contact {
    padding-top: 130px;
    padding-bottom: 160px;
    position: relative;
}
.cmn-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/cmn/bg_contact.jpg") no-repeat center top;
    background-size: cover;
	z-index: -1;
}
.cmn-contact .contents-inr {
}

.cmn-contact .ttl-cmn01 {
    margin-bottom: 20px;
}

.cmn-contact .cmn-contact__txt {
    margin-bottom: 35px;
	font-size: 17px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

.cmn-contact .cmn-contact-inr {
}

.cmn-contact .cmn-contact-inr .cmn-contact-tel {
    width: calc((100% - 20px) / 2);
    border: #403937 1px solid;
    margin-right: 20px;
    padding: 62px 10px 62px 10px;
    text-align: center;
}
.cmn-contact .cmn-contact-inr .cmn-contact-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 30px;
    line-height: 1;
	font-size: 26px;
    letter-spacing: 3px;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
}
.cmn-contact .cmn-contact-inr .cmn-contact-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 13px;
	height: 25px;
	background: url("../img/cmn/icon_ft_tel.png") no-repeat center center;
	background-size: contain;
}
.cmn-contact .cmn-contact-inr .cmn-contact-tel p {
    padding-left: 10px;
	font-size: 12px;
    line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.cmn-contact .cmn-contact-inr .cmn-contact-mail {
    width: calc((100% - 20px) / 2);
    border: #403937 1px solid;
    padding: 70px 10px 70px 10px;
    text-align: center;
}
.cmn-contact .cmn-contact-inr .cmn-contact-mail a {
    display: inline-block;
    padding: 0px 0px 5px 40px;
	font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
	background: url("../img/cmn/icon_ft_mail.png") no-repeat left center;
    background-size: auto;
}

.cmn-contact .side-title {
    text-align: center;
    position: absolute;
    top: 0px;
    right: -45px;
}
.cmn-contact .side-title p {
    display: inline-block;
	font-size: 69px;
    line-height: 1;
    letter-spacing: 14px;
    font-weight: 700;
    text-align: left;
    color: rgba(64,57,55,0.2);
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.cmn-contact .side-title img {
    margin-top: 5px;
    display: block;
}

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

@media screen and (max-width:1279px) {
    .cmn-contact .side-title {
        right: -5px;
    }
}

@media screen and (max-width: 959px) {
    .cmn-contact .side-title p {
        font-size: 50px;
        letter-spacing: 6px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-tel {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 20px;
        padding: 52px 10px 52px 10px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-mail {
        width: 100%;
        padding: 60px 10px 60px 10px;
    }
}

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

@media screen and (max-width: 599px) {
    .cmn-contact {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .cmn-contact .ttl-cmn01 .img-illust {
        width: 35px;
    }
    .cmn-contact .cmn-contact__txt {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-tel {
        padding: 20px 10px 20px 10px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-tel strong {
        padding: 0 0 0 20px;
        font-size: 26px;
        letter-spacing: 2px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-mail {
        padding: 30px 10px 30px 10px;
    }
    .cmn-contact .cmn-contact-inr .cmn-contact-mail a {
        padding: 0px 0px 3px 28px;
        font-size: 18px;
        letter-spacing: 1px;
        background-size: 22px;
    }
    .cmn-contact .side-title p {
        font-size: 30px;
        letter-spacing: 6px;
    }
}

/*	下層ページ
---------------------------------*/
/* ページヘッダー */
.page-header {
	width: 100%;
    position: relative;
}
.page-header::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e7e6e6;
	z-index: -1;
}
.page-header img {
	width: 100%;
    height: auto;
}
.page-header h2 {
	position: absolute;
	top: 6.8%;
	left: 12.8%;
}
.page-header h2 .span01 {
    display: inline-block;
    margin-right: 10px;
	font-size: 9.5vw;
    font-weight: 800;
    line-height: 1.2;
	letter-spacing: 0px;
    color: #332c2b;
    font-family: "Shippori Mincho B1", serif;
    mix-blend-mode: color-burn;
}
.page-header h2 .span02 {
    display: inline-block;
	font-size: 2.3vw;
    font-weight: 800;
    line-height: 1.4;
	letter-spacing: 0px;
    color: #332c2b;
    font-family: "Shippori Mincho B1", serif;
    mix-blend-mode: color-burn;
}

.page-header.page-header-about h2 {
	top: 40%;
	left: 14%;
}
.page-header.page-header-about h2 .span02 {
    margin-left: 160px;
}
.page-header.page-header-service h2 {
	top: 48%;
	left: auto;
	right: 3.6%;
}
.page-header.page-header-service h2 .span02 {
    margin-left: 160px;
}
.page-header.page-header-recruit h2 {
}
.page-header.page-header-contact h2 {
}

@media screen and (max-width: 959px) {
    .page-header.page-header-about h2 .span02 {
        margin-left: 80px;
    }
    .page-header.page-header-service h2 .span02 {
        margin-left: 80px;
    }
}

@media screen and (max-width: 599px) {
    .page-header h2 {
        top: 10%;
        left: 6%;
    }
    .page-header h2 .span01 {
        font-size: 10vw;
    }
    .page-header h2 .span02 {
        font-size: 4vw;
    }
    .page-header.page-header-about h2 {
        left: 6%;
    }
    .page-header.page-header-about h2 .span02 {
        margin-left: 30px;
    }
    .page-header.page-header-service h2 .span02 {
        margin-left: 30px;
    }
}

/* お問い合わせ */
.page-contact {
    padding-top: 50px;
    padding-bottom: 80px;
    text-align: center;
    position: relative;
}
.page-contact::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e7e6e6;
	z-index: -1;
}
.page-contact .contents-inr {
}

.page-contact .page-contact__txt {
    margin-bottom: 50px;
	font-size: 18px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

.page-contact .page-contact-inr {
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
}

.page-contact .page-contact-inr h3 {
    margin-bottom: 20px;
	font-size: 30px;
    line-height: 1.4;
    letter-spacing: 5px;
    font-weight: 800;
    font-family: "Shippori Mincho B1", serif;
}

.page-contact .page-contact-inr .page-contact-tel {
    margin-bottom: 25px;
    border: #403937 1px solid;
    padding: 45px 10px 35px 10px;
    background: #ffffff;
    text-align: center;
}
.page-contact .page-contact-inr .page-contact-tel strong {
	display: inline-block;
	position: relative;
	padding: 0 0 0 40px;
    line-height: 1;
	font-size: 36px;
    letter-spacing: 6px;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
}
.page-contact .page-contact-inr .page-contact-tel strong::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	margin: 0;
	width: 19px;
	height: 33px;
	background: url("../img/contact/contact_tel.png") no-repeat center center;
	background-size: contain;
}
.page-contact .page-contact-inr .page-contact-tel p {
    padding-top: 6px;
    padding-left: 10px;
	font-size: 16px;
    line-height: 1.6;
	letter-spacing: 1px;
	font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.page-contact .page-contact-inr .page-contact-mail {
    border: #403937 1px solid;
    padding: 60px 10px 60px 10px;
    background: #ffffff;
    text-align: center;
}
.page-contact .page-contact-inr .page-contact-mail a {
    display: inline-block;
    padding: 0px 0px 5px 40px;
	font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
	background: url("../img/cmn/icon_ft_mail.png") no-repeat left center;
    background-size: auto;
}

.page-access {
    padding-top: 60px;
    padding-bottom: 0px;
}
.page-access .contents-inr {
}

.page-access .ttl-cmn02 {
    margin-bottom: 30px;
}

.page-access .iframe-box {
    padding-left: 120px;
    width: 100%;
    height: 560px;
}
.page-access .iframe-box iframe {
    width: 100%;
    height: 560px;
}

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

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

@media screen and (max-width: 959px) {
    .page-access .iframe-box {
        padding-left: 0;
    }
}

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

@media screen and (max-width: 599px) {
    .page-contact {
        padding-top: 30px;
        padding-bottom: 50px;
    }
    .page-contact .page-contact__txt {
        margin-bottom: 30px;
        font-size: 14px;
    }
    .page-contact .page-contact-inr h3 {
        margin-bottom: 10px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .page-contact .page-contact-inr .page-contact-tel {
        padding: 20px 10px 20px 10px;
    }
    .page-contact .page-contact-inr .page-contact-tel strong {
        padding: 0 0 0 23px;
        font-size: 26px;
        letter-spacing: 2px;
    }
    .page-contact .page-contact-inr .page-contact-tel strong::before {
        width: 15px;
    }
    .page-contact .page-contact-inr .page-contact-tel p {
        padding-top: 3px;
        padding-left: 0px;
        font-size: 14px;
    }
    .page-contact .page-contact-inr .page-contact-mail {
        padding: 30px 10px 30px 10px;
    }
    .page-contact .page-contact-inr .page-contact-mail a {
        padding: 0px 0px 3px 28px;
        font-size: 18px;
        letter-spacing: 1px;
        background-size: 22px;
    }
    .page-access {
        padding-top: 40px;
    }
    .page-access .ttl-cmn02 {
        margin-bottom: 20px;
    }
    .page-access .iframe-box {
        height: 400px;
    }
    .page-access .iframe-box iframe {
        height: 400px;
    }
}

/* 採用情報 */
.page-recruit {
    padding-top: 90px;
    padding-bottom: 0px;
    position: relative;
}
.page-recruit::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 430px;
	background: #e7e6e6;
	z-index: -1;
}
.page-recruit .contents-inr {
}

.page-recruit h3 {
    margin-bottom: -20px;
    padding: 14px 10px 16px 10px;
	font-size: 30px;
    line-height: 1.4;
    letter-spacing: 4px;
	font-weight: 700;
    color: #ffffff;
    background: #403937;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

.page-recruit h4 {
    margin-top: 60px;
    margin-bottom: 30px;
	font-size: 30px;
    line-height: 1.4;
    letter-spacing: 4px;
	font-weight: 800;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}

.acd-box {
    height: auto;
    border-top: #748ebc 5px solid;
	background: rgba(255,255,255,0.8);
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.acd-check{
    display: none;
}
.acd-label{
    display: block;
    position: relative;
    text-align: left;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    cursor: pointer;
	z-index: 1001;
}
.acd-label:after{
    box-sizing: border-box;
	content: "+";
	display: block;
	position: absolute;
	top: 16px;
	right: 25px;
	margin: 0;
	width: 35px;
	height: 35px;
    padding: 0px 0px 0px 1px;
	font-size: 17px;
    line-height: 35px;
    letter-spacing: 0px;
	font-weight: 400;
    color: #ffffff;
    background: #748ebc;
    border-radius: 50%;
    text-align: center;
}
.acd-check:checked + .acd-label:after{
    content: '-';
	font-size: 22px;
}
.acd-label h5 {
    position: relative;
    padding: 22px 60px 20px 70px;
	font-size: 20px;
    line-height: 1.4;
    letter-spacing: 2px;
	font-weight: 700;
    background: #dce1e7;
}
.acd-label h5 span {
    position: absolute;
    top: 21px;
    left: 30px;
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0 0;
    padding: 5px 4px 4px 5px;
	font-size: 17px;
    line-height: 1;
    letter-spacing: 0px;
	font-weight: 500;
    color: #ffffff;
    background: #748ebc;
    border-radius: 5px;
}

.acd-box .acd-content {
    display: block;
    height: 0;
    opacity: 0;
    padding: 0px 6% 0px 6%;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content {
    height: auto;
    opacity: 1;
    padding: 30px 6% 60px 6%;
    visibility: visible;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.page-recruit .acd-box .acd-content .sideline {
    margin-bottom: 30px;
    padding-left: 25px;
	font-size: 15px;
    line-height: 1.8;
	font-weight: 600;
    letter-spacing: 2px;
    border-left: #7d7b7c 1px solid;
}

.page-recruit .acd-box .acd-content .tbl-box {
}
.page-recruit .acd-box .acd-content .tbl-box table {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #b7b7b7 1px solid;
}
.page-recruit .acd-box .acd-content .tbl-box table th {
    width: 180px;
    vertical-align:top;
    padding:16px 10px 14px 25px;
    font-size:15px;
    line-height:1.8;
    font-weight: 600;
    letter-spacing: 2px;
    background: #dbdadf;
    border-bottom: #b7b7b7 1px solid;
    text-align: left;
}
.page-recruit .acd-box .acd-content .tbl-box table td {
    vertical-align:top;
    padding:16px 10px 14px 60px;
    font-size:15px;
    line-height:1.8;
    font-weight: 500;
    letter-spacing: 2px;
    border-bottom: #b7b7b7 1px solid;
    text-align: left;
}

.page-recruit .acd-box .acd-content .btn-cmn02 {
    margin-top: 60px;
}

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

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

@media screen and (max-width: 959px) {
    .page-recruit .acd-box .acd-content .tbl-box table td {
        padding:16px 10px 14px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-recruit {
        padding-top: 40px;
    }
    .page-recruit::before {
        height: 280px;
    }
    .page-recruit h3 {
        margin-bottom: -10px;
        padding: 8px 5px 10px 5px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .page-recruit h4 {
        margin-top: 40px;
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .acd-label:after{
        top: 12px;
        right: 10px;
        width: 20px;
        height: 20px;
        padding: 1px 0px 0px 1px;
        font-size: 16px;
        line-height: 20px;
    }
    .acd-check:checked + .acd-label:after{
        padding: 0px 0px 0px 0px;
        font-size: 21px;
    }
    .acd-label h5 {
        padding: 12px 40px 10px 40px;
        font-size: 16px;
        line-height: 1.4;
        letter-spacing: 1px;
    }
    .acd-label h5 span {
        top: 12px;
        left: 10px;
        padding: 4px 3px 3px 4px;
        font-size: 14px;
        line-height: 1;
    }
    .acd-box .acd-content {
        padding: 0px 15px 0px 15px;
    }
    .acd-check:checked + .acd-label + .acd-content {
        padding: 30px 15px 30px 15px;
    }
    .page-recruit .acd-box .acd-content .sideline {
        margin-bottom: 30px;
        padding-left: 15px;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 1px;
    }
    .page-recruit .acd-box .acd-content .tbl-box table {
        border-top: none;
    }
    .page-recruit .acd-box .acd-content .tbl-box table th {
        width: 100%;
        display: block;
        padding:5px 5px 5px 10px;
        font-size:13px;
        line-height:1.6;
        letter-spacing: 1px;
        border-bottom: none;
    }
    .page-recruit .acd-box .acd-content .tbl-box table td {
        width: 100%;
        display: block;
        padding:10px 0px 20px 0px;
        font-size:13px;
        line-height:1.6;
        letter-spacing: 1px;
        border-bottom: none;
    }
    .page-recruit .acd-box .acd-content .btn-cmn02 {
        margin-top: 10px;
    }
}

/* 事業案内 */
.page-service-menu {
    padding-top: 115px;
    padding-bottom: 110px;
    position: relative;
}
.page-service-menu::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/service/service_bg01.jpg") no-repeat center top;
    background-size: cover;
	z-index: -1;
}
.page-service-menu .contents-inr {
}
.page-service-menu .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 60px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 430px;
	background: #403937;
	z-index: -1;
}
.page-service-menu .ttl-cmn02 {
}
.page-service-menu .ttl-cmn02 .span01 {
    margin-top: 5px;
}
.page-service-menu .ttl-cmn02 .span03 {
	font-size: 22px;
}
.page-service-menu .page-service-nav {
    margin-right: 1%;
}
.page-service-menu .page-service-nav ul {
}
.page-service-menu .page-service-nav ul li {
    margin-right: 15px;
    width: 7.8%;
    height: 350px;
    box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.page-service-menu .page-service-nav ul li a {
    padding: 25px 2px 30px 0px;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
	background-image: url("../img/cmn/icon_arw02.png");
	background-repeat: no-repeat;
	background-position: center 97%;
    background-size: 18px;
    text-align: center;
}
.page-service-menu .page-service-nav ul li a p {
    display: inline-block;
	font-size: 28px;
    line-height: 1.4;
    letter-spacing: 3px;
    font-weight: 800;
    text-align: left;
    writing-mode: vertical-rl;
    font-family: "Shippori Mincho B1", serif;
}
.page-service-menu .page-service-nav ul li:nth-of-type(1) a {
    border-top: #164a80 6px solid;
}
.page-service-menu .page-service-nav ul li:nth-of-type(2) a {
    border-top: #1e5096 6px solid;
}
.page-service-menu .page-service-nav ul li:nth-of-type(3) a {
    border-top: #748ebc 6px solid;
}
.page-service-menu .page-service-nav ul li:nth-of-type(4) a {
    border-top: #4c6ca7 6px solid;
}
.page-service-menu .page-service-nav ul li:nth-of-type(5) a {
    border-top: #192f60 6px solid;
}
.page-service-menu .page-service-nav ul li:nth-of-type(6) a {
    border-top: #0f2350 6px solid;
}

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

@media screen and (max-width:1279px) {
    .page-service-menu .contents-inr::before {
        left: 210px;
    }
}

@media screen and (max-width: 959px) {
    .page-service-menu .contents-inr::before {
        top: -50px;
        left: 80px;
    }
    .page-service-menu .page-service-nav ul li {
        width: 8.2%;
        margin-right: 12px;
    }
    .page-service-menu .page-service-nav ul li a {
        padding: 25px 2px 30px 0px;
    }
}

@media screen and (max-width: 767px) {
    .page-service-menu .page-service-nav ul li {
        width: 10%;
    }
}

@media screen and (max-width: 599px) {
    .page-service-menu {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-service-menu .contents-inr::before {
        left: 15px;
        height: 370px;
    }
    .page-service-menu .ttl-cmn02 .span01 {
        margin-top: 0px;
    }
    .page-service-menu .ttl-cmn02 .span03 {
        font-size: 14px;
    }
    .page-service-menu .page-service-nav {
        margin-right: 0;
        margin-bottom: 35px;
    }
    .page-service-menu .page-service-nav ul li {
        width: 12%;
        margin-right: 8px;
        height: 230px;
    }
    .page-service-menu .page-service-nav ul li a {
        padding: 15px 2px 20px 0px;
        background-size: 13px;
    }
    .page-service-menu .page-service-nav ul li a p {
        font-size: 18px;
        letter-spacing: 2px;
    }
}

/* 事業案内（水道施設工事業） */
.page-service01 {
    padding-top: 90px;
    position: relative;
}
.page-service01::before {
	content: "";
	display: block;
	position: absolute;
	top: 160px;
	right: -300px;
	margin: 0;
	width: 736px;
	height: 5868px;
	background: url("../img/service/service_bg02.jpg") no-repeat right top;
    background-size: auto;
	z-index: -10;
}
.page-service01::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service01-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service01 .contents-inr {
    padding-bottom: 28vw;
}
.page-service01 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service01 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service01-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service01 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service01 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: -20px;
	margin: 0;
	width: 2000px;
	height: 100%;
	background: #e8e8e8;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service01 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	width: 2000px;
	height: 100%;
    background: #164a80;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service01 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service01 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service01 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service01 .contents-inr::before {
        left: 160px;
    }
    .page-service01 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service01::before {
        top: 50px;
        right: -400px;
    }
    .page-service01::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service01 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service01 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service01 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service01 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service01 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service01 {
        padding-top: 50px;
    }
    .page-service01::before {
        right: -200px;
        width: 300px;
        background: url("../img/service/service_bg02.jpg") repeat-y right top;
        background-size: 300px;
    }
    .page-service01::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service01 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service01 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service01 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service01 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service01 h3::before {
        top: 10px;
        right: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service01 h3::after {
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service01 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service01 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service01 .text-box p {
        font-size: 14px;
    }
}

/* 事業案内（管工事業） */
.page-service02 {
    padding-top: 90px;
    position: relative;
}
.page-service02::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service02-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service02 .contents-inr {
    padding-bottom: 28vw;
}
.page-service02 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service02 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service02-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service02 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service02 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -35px;
	margin: 0;
	width: 2060px;
	height: 100%;
	background: #e8e8e8;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service02 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -60px;
	margin: 0;
	width: 2060px;
	height: 100%;
    background: #1e5096;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service02 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service02 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service02 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service02 .contents-inr::before {
        left: 160px;
    }
    .page-service02 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service02::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service02 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service02 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service02 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service02 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service02 h3::before {
        left: 0px;
    }
    .page-service02 h3::after {
        left: -25px;
    }
    .page-service02 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service02 {
        padding-top: 50px;
    }
    .page-service02::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service02 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service02 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service02 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service02 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service02 h3::before {
        top: 10px;
        left: 5px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service02 h3::after {
        left: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service02 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service02 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service02 .text-box p {
        font-size: 14px;
    }
}

/* 事業案内（とび・土木工事業） */
.page-service03 {
    padding-top: 90px;
    position: relative;
}
.page-service03::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service03-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service03 .contents-inr {
    padding-bottom: 28vw;
}
.page-service03 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service03 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service03-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service03 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service03 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: -20px;
	margin: 0;
	width: 2000px;
	height: 100%;
	background: #e8e8e8;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service03 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	width: 2000px;
	height: 100%;
    background: #748ebc;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service03 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service03 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service03 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service03 .contents-inr::before {
        left: 160px;
    }
    .page-service03 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service03::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service03 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service03 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service03 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service03 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service03 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service03 {
        padding-top: 50px;
    }
    .page-service03::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service03 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service03 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service03 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service03 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service03 h3::before {
        top: 10px;
        right: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service03 h3::after {
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service03 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service03 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service03 .text-box p {
        font-size: 14px;
    }
}

/* 事業案内（舗装工事業） */
.page-service04 {
    padding-top: 90px;
    position: relative;
}
.page-service04::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service04-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service04 .contents-inr {
    padding-bottom: 28vw;
}
.page-service04 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service04 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service04-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service04 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service04 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -35px;
	margin: 0;
	width: 2060px;
	height: 100%;
	background: #e8e8e8;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service04 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -60px;
	margin: 0;
	width: 2060px;
	height: 100%;
    background: #5380b7;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service04 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service04 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service04 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service04 .contents-inr::before {
        left: 160px;
    }
    .page-service04 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service04::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service04 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service04 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service04 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service04 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service04 h3::before {
        left: 0px;
    }
    .page-service04 h3::after {
        left: -25px;
    }
    .page-service04 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service04 {
        padding-top: 50px;
    }
    .page-service04::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service04 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service04 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service04 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service04 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service04 h3::before {
        top: 10px;
        left: 5px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service04 h3::after {
        left: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service04 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service04 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service04 .text-box p {
        font-size: 14px;
    }
}

/* 事業案内（リフォーム業） */
.page-service05 {
    padding-top: 90px;
    position: relative;
}
.page-service05::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service05-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service05 .contents-inr {
    padding-bottom: 28vw;
}
.page-service05 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service05 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service05-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service05 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service05 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: -20px;
	margin: 0;
	width: 2000px;
	height: 100%;
	background: #e8e8e8;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service05 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 0;
	width: 2000px;
	height: 100%;
    background: #192f60;
    z-index: -1;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service05 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service05 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service05 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service05 .contents-inr::before {
        left: 160px;
    }
    .page-service05 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service05::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service05 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service05 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service05 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service05 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service05 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service05 {
        padding-top: 50px;
    }
    .page-service05::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service05 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service05 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service05 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service05 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service05 h3::before {
        top: 10px;
        right: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service05 h3::after {
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service05 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service05 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service05 .text-box p {
        font-size: 14px;
    }
}

/* 事業案内（消防施設工事業） */
.page-service06 {
    padding-top: 90px;
    position: relative;
}
.page-service06::after {
	content: "";
	display: block;
	position: absolute;
	top: 123px;
	left: 56%;
	margin: 0;
	width: 60%;
	height: 68%;
	background: url("../img/service/img_service06-01.png") no-repeat left bottom;
    background-size: auto 100%;
    z-index: -2;
}
.page-service06 .contents-inr {
    padding-bottom: 28vw;
}
.page-service06 .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 285px;
	left: 120px;
	margin: 0;
	width: 1px;
	height: 235px;
	background: #3c3a3b;
    z-index: -1;
}
.page-service06 .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	top: 520px;
	left: 70px;
	margin: 0;
	width: 62%;
	height: calc(100% - 520px);
	background: url("../img/service/img_service06-02.jpg") no-repeat center center;
    background-size: cover;
    z-index: -3;
}
.page-service06 h3 {
    position: relative;
    margin-bottom: 40px;
    width: 48%;
    padding: 6px 10px 10px 10px;
	font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
	font-weight: 700;
    font-style: italic;
    color: #ffffff;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-service06 h3::before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -35px;
	margin: 0;
	width: 2060px;
	height: 100%;
	background: #e8e8e8;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service06 h3::after {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: -60px;
	margin: 0;
	width: 2060px;
	height: 100%;
    background: #1f283a;
    z-index: -2;
	clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
	-webkit-clip-path: polygon(0% 100%, 40px 0%, 100% 0%, calc(100% - 40px) 100%);
}
.page-service06 .text-box {
    position: relative;
    margin-left: 10%;
    width: 50%;
    padding: 30px 4% 30px 4%;
	background: rgba(255,255,255,1);
}
.page-service06 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 30px;
	left: 30px;
	margin: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,1);
    mix-blend-mode: overlay;
    z-index: -1;
}
.page-service06 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
}

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

@media screen and (max-width:1279px) {
    .page-service06 .contents-inr::before {
        left: 160px;
    }
    .page-service06 h3 {
        width: 60%;
    }
}

@media screen and (max-width: 959px) {
    .page-service06::after {
        top: 203px;
        left: 50%;
        width: 60%;
        height: 60%;
    }
    .page-service06 .contents-inr {
        padding-bottom: 40vw;
    }
    .page-service06 .contents-inr::before {
        top: 175px;
        left: 40px;
        height: 235px;
    }
    .page-service06 .contents-inr::after {
        top: 410px;
        left: 15px;
        width: 62%;
        height: calc(100% - 410px);
    }
    .page-service06 h3 {
        width: 90%;
        margin-bottom: 80px;
    }
    .page-service06 h3::before {
        left: 0px;
    }
    .page-service06 h3::after {
        left: -25px;
    }
    .page-service06 .text-box {
        margin-left: 5%;
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service06 {
        padding-top: 50px;
    }
    .page-service06::after {
        top: 350px;
        left: 40%;
        width: 60%;
        height: 40%;
    }
    .page-service06 .contents-inr {
        padding-bottom: 70vw;
    }
    .page-service06 .contents-inr::before {
        top: 130px;
        left: 15px;
        height: 330px;
    }
    .page-service06 .contents-inr::after {
        top: 460px;
        left: 0px;
        width: 62%;
        height: calc(100% - 460px);
    }
    .page-service06 h3 {
        margin-bottom: 20px;
        width: 95%;
        padding: 3px 10px 7px 10px;
        font-size: 26px;
    }
    .page-service06 h3::before {
        top: 10px;
        left: 5px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service06 h3::after {
        left: -10px;
        clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
        -webkit-clip-path: polygon(0% 100%, 20px 0%, 100% 0%, calc(100% - 20px) 100%);
    }
    .page-service06 .text-box {
        margin-left: 5%;
        width: 80%;
        padding: 20px 15px 20px 15px;
    }
    .page-service06 .text-box::after {
        top: 15px;
        left: 15px;
    }
    .page-service06 .text-box p {
        font-size: 14px;
    }
}

/* 対応可能エリア */
.page-service-compatible {
    margin-top: 200px;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.page-service-compatible::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 220px);
	background: url("../img/service/service_bg_compatible.jpg") no-repeat center center;
    background-size: cover;
	z-index: -1;
}
.page-service-compatible .contents-inr {
}
.page-service-compatible .ttl-cmn02 {
    margin-bottom: 70px;
}
.page-service-compatible .ttl-cmn02 .span01 {
}
.page-service-compatible .ttl-cmn02 .span03 {
	font-size: 22px;
}
.page-service-compatible .img-box {
    text-align: center;
    margin-bottom: 35px;
}
.page-service-compatible .tbl-box {
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.page-service-compatible .tbl-box table {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border: #413937 1px solid;
}
.page-service-compatible .tbl-box table th {
    width: 50%;
    vertical-align:middle;
    padding:16px 0px 14px 0px;
    font-size:22px;
    line-height:1.6;
    font-weight: 700;
    letter-spacing: 3px;
    color: #ffffff;
    background: #413937;
    text-align: center;
    font-family: "Shippori Mincho B1", serif;
}
.page-service-compatible .tbl-box table td {
    vertical-align:middle;
    padding:16px 10px 14px 60px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-compatible .tbl-box table td {
        padding:16px 10px 14px 40px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-compatible {
        margin-top: 60px;
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .page-service-compatible .ttl-cmn02 {
        margin-bottom: 30px;
    }
    .page-service-compatible .ttl-cmn02 .span01 {
        margin-top: 0px;
    }
    .page-service-compatible .ttl-cmn02 .span03 {
        font-size: 14px;
    }
    .page-service-compatible .img-box {
        margin-bottom: 20px;
    }
    .page-service-compatible .tbl-box table th {
        width: 100%;
        display: block;
        padding:5px 0px 5px 0px;
        font-size:16px;
        letter-spacing: 2px;
    }
    .page-service-compatible .tbl-box table td {
        width: 100%;
        display: block;
        padding:10px 10px 8px 20px;
        font-size:14px;
    }
}

/* 会社概要 */
.page-about-message {
    padding-top: 90px;
    padding-bottom: 110px;
    position: relative;
}
.page-about-message::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/about/about_bg_message.jpg") no-repeat center top;
    background-size: cover;
	z-index: -1;
}
.page-about-message .contents-inr {
}
.page-about-message .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 330px;
	left: 110px;
	margin: 0;
	width: 2px;
	height: calc(100% - 330px);
	background: #9e9d9b;
    z-index: -1;
}
/*社内風景
.page-about-message .contents-inr::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 180px;
	margin: 0;
	width: 1820px;
	height: 297px;
	background: url("../img/about/img_message.jpg") no-repeat left top;
    background-size: auto 100%;
    z-index: -1;
}*/
.page-about-message .ttl-cmn02 {
    margin-bottom: 30px;
}
.page-about-message .ttl-cmn02 .span01 {
}
.page-about-message .ttl-cmn02 .span03 {
	font-size: 22px;
}
.page-about-message .text-box {
    margin-left: 110px;
}
.page-about-message .text-box h4 {
    margin-bottom: 40px;
	font-size: 53px;
    font-weight: 700;
    line-height: 1.2;
	letter-spacing: 2px;
    font-family: "Shippori Mincho B1", serif;
    text-shadow: #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px, #ffffff 0px 0px 8px;
}
.page-about-message .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 1px;
    font-weight: 500;
    color: #231815;
}
.page-about-message .text-box p.name {
    margin-top: 30px;
	font-size: 13px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 700;
    color: #231815;
    text-align: right;
}
.page-about-message .text-box p.name span {
    margin-left: 15px;
	font-size: 23px;
    line-height: 1.6;
    letter-spacing: 4px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

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

@media screen and (max-width:1279px) {
    .page-about-message::before {
        background-size: auto 105%;
    }
    .page-about-message .contents-inr::before {
        left: 200px;
    }
    .page-about-message .contents-inr::after {
        left: 270px;
    }
}

@media screen and (max-width:1100px) {
    .page-about-message .contents-inr::after {
        width: calc(100% - 270px);
        background: url("../img/about/img_message.jpg") no-repeat center center;
        background-size: auto 100%;
    }
}

@media screen and (max-width: 959px) {
    .page-about-message .contents-inr::before {
        top: 200px;
        left: 40px;
        height: calc(100% - 200px);
    }
    .page-about-message .contents-inr::after {
        left: 90px;
        width: calc(100% - 90px);
    }
    .page-about-message .text-box {
        margin-left: 60px;
    }
    .page-about-message .text-box h4 {
        font-size: 40px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-message {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-about-message::before {
        background-size: auto 123%;
    }
    .page-about-message .contents-inr {
        padding-bottom: 150px;
    }
    .page-about-message .contents-inr::before {
        top: 160px;
        left: 15px;
        height: calc(100% - 160px);
    }
    .page-about-message .contents-inr::after {
        height: 120px;
    }
    .page-about-message .ttl-cmn02 {
        margin-bottom: 30px;
    }
    .page-about-message .ttl-cmn02 .span01 {
        margin-top: 0px;
    }
    .page-about-message .ttl-cmn02 .span03 {
        font-size: 14px;
    }
    .page-about-message .text-box {
        margin-left: 20px;
    }
    .page-about-message .text-box h4 {
        margin-bottom: 20px;
        font-size: 24px;
        letter-spacing: 1px;
    }
    .page-about-message .text-box p {
        font-size: 14px;
        line-height: 1.8;
    }
    .page-about-message .text-box p.name {
        margin-top: 20px;
        font-size: 12px;
    }
    .page-about-message .text-box p.name span {
        font-size: 20px;
    }
    .page-about-message .contents-inr::after {
        left: 35px;
        width: calc(100% - 35px);
    }
}

@media screen and (max-width: 320px) {
    .page-about-message .text-box h4 {
        font-size: 22px;
        letter-spacing: 0px;
    }
}

.about-bg-company {
    position: relative;
}
.about-bg-company::before {
	content: "";
	display: block;
	position: absolute;
	top: 180px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 180px);
	background: url("../img/about/about_bg_company.jpg") no-repeat center top;
    background-size: cover;
	z-index: -2;
}

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

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

@media screen and (max-width: 959px) {
    .about-bg-company::before {
        top: 70px;
        height: calc(100% - 70px);
    }
}

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

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

.page-about-company {
    padding-bottom: 80px;
}
.page-about-company .contents-inr {
}
.page-about-company .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 350px;
	left: 110px;
	margin: 0;
	width: 2px;
	height: calc(100% - 350px);
	background: #9e9d9b;
    z-index: -1;
}
.page-about-company .ttl-cmn02 {
    margin-bottom: 40px;
}
.page-about-company .ttl-cmn02 .span01 {
    margin-top: 5px;
}
.page-about-company .img-box {
    margin-left: 110px;
    margin-bottom: 30px;
    padding: 0;
}
.page-about-company .tbl-box {
    margin-left: 110px;
    border: #c6c5c3 2px solid;
    padding: 5px 15px 5px 15px;
}
.page-about-company .tbl-box table {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-about-company .tbl-box table th {
    width: 150px;
    vertical-align:top;
    padding:10px 0px 8px 10px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align:justify;
    text-align-last:justify;
    color: #231815;
    border-bottom: #c6c6c6 1px solid;
}
.page-about-company .tbl-box table td {
    vertical-align:top;
    padding:10px 0px 8px 25px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    color: #231815;
    border-bottom: #c6c6c6 1px solid;
}
.page-about-company .tbl-box table tr:last-of-type th {
    border-bottom: none;
}
.page-about-company .tbl-box table tr:last-of-type td {
    border-bottom: none;
}

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

@media screen and (max-width:1279px) {
    .page-about-company .contents-inr::before {
        top: 430px;
        left: 200px;
        height: calc(100% - 430px);
    }
}

@media screen and (max-width: 959px) {
    .page-about-company .contents-inr::before {
        top: 210px;
        left: 40px;
        height: calc(100% - 210px);
    }
    .page-about-company .img-box {
        margin-left: 60px;
    }
    .page-about-company .tbl-box {
        margin-left: 60px;
    }
}

@media screen and (max-width: 767px) {
    .page-about-company .contents-inr::before {
        top: 270px;
        height: calc(100% - 270px);
    }
}

@media screen and (max-width: 599px) {
    .page-about-company {
        padding-bottom: 50px;
    }
    .page-about-company .contents-inr::before {
        top: 190px;
        left: 15px;
        height: calc(100% - 190px);
    }
    .page-about-company .ttl-cmn02 {
        margin-bottom: 30px;
    }
    .page-about-company .ttl-cmn02 .span01 {
        margin-top: 0px;
    }
    .page-about-company .img-box {
        margin-left: 20px;
    }
    .page-about-company .tbl-box {
        margin-left: 20px;
    }
    .page-about-company .tbl-box table th {
        width: 100%;
        display: block;
        padding:5px 0px 2px 0px;
        font-size:14px;
        text-align: left;
        text-align-last: left;
        border-bottom: none;
    }
    .page-about-company .tbl-box table td {
        width: 100%;
        display: block;
        padding:0px 0px 5px 5px;
        font-size:14px;
    }
}

.page-about-branch {
    padding-bottom: 20px;
}
.page-about-branch .contents-inr {
}
.page-about-branch .contents-inr::before {
	content: "";
	display: block;
	position: absolute;
	top: 350px;
	left: 110px;
	margin: 0;
	width: 2px;
	height: calc(100% - 350px);
	background: #9e9d9b;
    z-index: -1;
}
.page-about-branch .ttl-cmn02 {
    margin-bottom: 50px;
}
.page-about-branch .ttl-cmn02 .span01 {
    margin-top: 5px;
}
.page-about-branch .page-about-branch-box {
    margin-left: 110px;
}
.page-about-branch .page-about-branch-box h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 4px;
    text-align: left;
    font-family: "Shippori Mincho B1", serif;
}
.page-about-branch .page-about-branch-box h4:nth-of-type(2) {
    margin-top: 30px;
}

.page-about-branch .page-about-branch-box ul {
}
.page-about-branch .page-about-branch-box ul li {
    margin-right: 35px;
    width: calc((100% - 35px) / 2);
    text-align: center;
}
.page-about-branch .page-about-branch-box ul li:last-of-type {
    margin-right: 0px;
}
.page-about-branch .page-about-branch-box ul li.tbl-box100 {
    width: 100%;
}
.page-about-branch .page-about-branch-box ul li img {
    width: 100%;
    height: auto;
}
.page-about-branch .page-about-branch-box ul li .img-box {
    margin-top: 23px;
}
.page-about-branch .page-about-branch-box ul li .tbl-box {
    margin-top: 23px;
    border: #c6c5c3 2px solid;
    padding: 5px 15px 5px 15px;
}
.page-about-branch .page-about-branch-box ul li .tbl-box table {
    margin: 0px auto 0px auto;
    padding: 0px 0px 0px 0px;
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
}
.page-about-branch .page-about-branch-box ul li .tbl-box table th {
    width: 110px;
    vertical-align:top;
    padding:10px 0px 8px 0px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align:justify;
    text-align-last:justify;
    color: #231815;
    border-bottom: #c6c6c6 1px solid;
}
.page-about-branch .page-about-branch-box ul li .tbl-box table td {
    vertical-align:top;
    padding:10px 0px 8px 10px;
    font-size:16px;
    line-height:1.6;
    letter-spacing: 1px;
    font-weight: 500;
    text-align: left;
    color: #231815;
    border-bottom: #c6c6c6 1px solid;
}
.page-about-branch .page-about-branch-box ul li .tbl-box table tr:last-of-type th {
    border-bottom: none;
}
.page-about-branch .page-about-branch-box ul li .tbl-box table tr:last-of-type td {
    border-bottom: none;
}

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

@media screen and (max-width:1279px) {
    .page-about-branch .contents-inr::before {
        left: 200px;
    }
}

@media screen and (max-width: 959px) {
    .page-about-branch .contents-inr::before {
        top: 210px;
        left: 40px;
        height: calc(100% - 210px);
    }
    .page-about-branch .page-about-branch-box {
        margin-left: 60px;
    }
    .page-about-branch .page-about-branch-box ul {
        margin-bottom: 40px;
    }
    .page-about-branch .page-about-branch-box ul li {
        margin-right: 0px;
        width: 100%;
    }
    .page-about-branch .page-about-branch-box ul:last-of-type {
        margin-bottom: 0px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-branch {
        padding-bottom: 10px;
    }
    .page-about-branch .contents-inr::before {
        top: 155px;
        left: 15px;
        height: calc(100% - 155px);
    }
    .page-about-branch .ttl-cmn02 {
        margin-bottom: 30px;
    }
    .page-about-branch .ttl-cmn02 .span01 {
        margin-top: 0px;
    }
    .page-about-branch .page-about-branch-box {
        margin-left: 20px;
    }
    .page-about-branch .page-about-branch-box ul li h4 {
        margin-bottom: 15px;
        font-size: 22px;
        letter-spacing: 3px;
    }
    .page-about-branch .page-about-branch-box ul li .tbl-box {
        margin-top: 20px;
    }
    .page-about-branch .page-about-branch-box ul li .tbl-box table th {
        width: 100%;
        display: block;
        padding:5px 0px 2px 0px;
        font-size:14px;
        text-align: left;
        text-align-last: left;
        border-bottom: none;
    }
    .page-about-branch .page-about-branch-box ul li .tbl-box table td {
        width: 100%;
        display: block;
        padding:0px 0px 5px 5px;
        font-size:14px;
    }
}

