@charset "utf-8";

/*	レイアウト
---------------------------------*/
html {
	font-size: 62.5%;
}
body {
	position: relative;
	margin: 0;
	padding: 0px 0 0;
	width: 100%;
	line-height: 1.8;
	color: #413937;

    font-family: "Plus Jakarta Sans", sans-serif;
    font-family: "Shippori Mincho B1", serif;
    font-family: "Cabin Sketch", sans-serif;

	font-family: 'Noto Sans JP', '游ゴシック体', 'Yu Gothic', 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    font-weight: 400;
}

p {
    text-align: justify;
    text-justify: inter-ideograph;
}

#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,
#link11, #link12, #link13, #link14, #link15, #link16, #link17, #link18, #link19, #link20,
#link21, #link22, #link23, #link24, #link25, #link26, #link27, #link28, #link29, #link30,
#link31, #link32, #link33, #link34, #link35, #link36, #link37, #link38, #link39, #link40,
#link41, #link42, #link43, #link44, #link45, #link46, #link47, #link48, #link49, #link50,
#link51, #link52, #link53, #link54, #link55, #link56, #link57, #link58, #link59, #link60,
#link61, #link62, #link63, #link64, #link65, #link66, #link67, #link68, #link69, #link70,
#link71, #link72, #link73, #link74, #link75, #link76, #link77, #link78, #link79, #link80,
#link81, #link82, #link83, #link84, #link85, #link86, #link87, #link88, #link89, #link90,
#link91, #link92, #link93, #link94, #link95, #link96, #link97, #link98, #link99, #link100 {
    position: relative;
    z-index: -1000;
}

@media screen and (max-width:959px) {
    body {
        padding: 60px 0 0;
    }
    #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10,
    #link11, #link12, #link13, #link14, #link15, #link16, #link17, #link18, #link19, #link20,
    #link21, #link22, #link23, #link24, #link25, #link26, #link27, #link28, #link29, #link30,
    #link31, #link32, #link33, #link34, #link35, #link36, #link37, #link38, #link39, #link40,
    #link41, #link42, #link43, #link44, #link45, #link46, #link47, #link48, #link49, #link50,
    #link51, #link52, #link53, #link54, #link55, #link56, #link57, #link58, #link59, #link60,
    #link61, #link62, #link63, #link64, #link65, #link66, #link67, #link68, #link69, #link70,
    #link71, #link72, #link73, #link74, #link75, #link76, #link77, #link78, #link79, #link80,
    #link81, #link82, #link83, #link84, #link85, #link86, #link87, #link88, #link89, #link90,
    #link91, #link92, #link93, #link94, #link95, #link96, #link97, #link98, #link99, #link100 {
        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: 100px;
    height: 100vh;
	background: rgba(255,255,255,1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.4);
	line-height: 1;
	z-index: 1012;
}
header .hd-inr {
	position: relative;
	margin: 0 auto;
	padding: 50px 0px 0px 0px;
	width: 100%;
    height: 100vh;
}

header .hd-logo {
	padding: 0px 0px 0px 2px;
    height: 246px;
	text-align: center;
}
header .hd-logo img {
    height: 100%;
    width: auto;
}

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

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

@media screen and (max-width: 959px) {
    header {
        width: 100%;
        height: 60px;
        background: rgba(255,255,255,1);
        box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
    }
    header .hd-inr {
        padding: 0px 0px 0px 15px;
        width: 100%;
        height: 60px;
    }
    header .hd-logo {
        display: none;
    }
    header .hd-logo02 {
        display: inline-block;
        padding: 11px 0px 0px 0px;
        width: 210px;
        text-align: left;
    }
    header .hd-logo02 img {
        width: 100%;
        height: auto;
    }
    header .hd-info {
        width: calc(100% - 210px);
        text-align: left;
    }
}

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

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

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

/*	フッター
---------------------------------*/
footer {
    position: relative;
}
footer::before {
	content: "";
	display: block;
	position: absolute;
	top: -5px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 5px);
	background: #413937;
	z-index: 0;
}
footer::after {
	content: "";
	display: block;
	position: absolute;
	top: -43px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 43px);
	background: url("../img/cmn/bg_footer03.png") no-repeat left top;
    background-size: auto;
	z-index: 0;
}


footer .contents-inr {
    padding-top: 50px;
    padding-bottom: 60px;
	z-index: 1;
}

footer .ft-left {
    width: calc(100% - 300px);
    padding-top: 170px;
}
footer .ft-left .ft-logo {
    margin: 0px 0 15px 0;
}
footer .ft-left .ft-logo img {
    max-width: 309px;
}
footer .ft-left .ft-address {
    position: relative;
    padding-left: 70px;
	font-size: 18px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.8;
    color: #ffffff;
}
footer .ft-left .ft-address::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 25px;
	margin: 0;
	width: 1px;
	height: calc(100% - 15px);
	background: #ffffff;
}
footer .ft-left .ft-address .span01 {
    font-weight: 300;
}
footer .ft-left .ft-address .span02 {
	font-size: 18px;
    font-weight: 300;
    letter-spacing: 4px;
    line-height: 1.8;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
}

footer .ft-nav {
    width: 300px;
    position: relative;
}
footer .ft-nav::before {
	content: "";
	display: block;
	position: absolute;
	top: 50px;
	left: 5px;
	margin: 0;
	width: 1px;
	height: calc(100% - 70px);
	background: rgba(255,255,255,1);
}
footer .ft-nav h3 {
    padding-bottom: 20px;
	font-size: 36px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1;
    color: #ffffff;
    font-family: "Cabin Sketch", sans-serif;
}
footer .ft-nav p {
	padding: 0 0px 2px 80px;
	font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.6;
    color: #ffffff;
}
footer .ft-nav .ttl01 {
	padding: 0px 0px 5px 40px;
	font-size: 16px;
    font-weight: 500;
}
footer .ft-nav .ttl02 {
	padding: 10px 0px 5px 50px;
	font-size: 16px;
    font-weight: 500;
}
footer .ft-nav .ttl03 {
	padding: 10px 0px 5px 55px;
	font-size: 16px;
    font-weight: 500;
}

.ft-copyright {
    position: relative;
	padding: 10px 0px 10px 0px;
    font-weight: 400;
    letter-spacing: 1px;
	font-size: 12px;
    line-height: 1.6;
    text-align: center;
    color: #ffffff;
    background: #019875;
	z-index: 1;
}

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

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

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

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

@media screen and (max-width: 599px) {
    .btn-pagetop img {
        width: 30px;
        height: auto;
    }
    footer::after {
        background-size: 200%;
    }
    footer .contents-inr {
        padding-top: 10px;
        padding-bottom: 40px;
    }
    footer .ft-left .ft-logo img {
        max-width: 230px;
    }
    footer .ft-left .ft-address {
        font-size: 15px;
        letter-spacing: 1px;
        line-height: 1.8;
    }
    footer .ft-left .ft-address .span02 {
        font-size: 15px;
        letter-spacing: 2px;
        line-height: 1.8;
    }
    .ft-copyright {
        font-size: 11px;
    }
}

/*	グローバナビ（スマホ用）
---------------------------------*/
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(1,152,117,0.95);
    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;
    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.8em;
}
header nav.sp-nav > ul > li.parent div li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
}
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: #ffffff;
}
header nav.sp-nav > ul > li.parent div li:last-of-type::after {
    display: none;
}
header nav.sp-nav ul li strong,
header nav.sp-nav ul li br {
    display: none;
}
header nav.sp-nav ul li span span,
header nav.sp-nav ul li br {
    display: none;
}
/*ハンバーガーボタン*/
header .navToggle {
    display: block;
    position: absolute;
    left: 31px;
    top: 336px;
    margin: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 1016;
}
header .navToggle div {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 24px;
}
header .navToggle span {
    display: block;
    position: absolute;
    height:3px;
    width:100%;
    background: #413937;
    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: 11px;
}
header .navToggle span:nth-child(3) {
    top: 22px;
}
/* ハンバーガーボタン 切り替えアニメーション */
header.open .navToggle span {
    background: #ffffff;
}
header.open .navToggle span:nth-child(1) {
    top: 11px;
    transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
    width: 0;
    left: 50%;
}
header.open .navToggle span:nth-child(3) {
    top: 11px;
    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 {
        height:2px;
    }
    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;
	padding: 0 0 0 0;
	width: 100%;
}

.main-img-otr .main-img-inr {
	position: relative;
	margin: 0 auto 0 auto;
	width: 100%;
	max-width: 1400px;
	height: 1080px;
}

.main-img-otr .main-img-inr .main-img-cap {
	position: absolute;
    top: 185px;
    left: 17%;
	z-index: 1001;
    width: 193px;
}
.main-img-otr .main-img-inr .main-img-cap img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .main-img-inr .main-img-cap-txt {
	position: absolute;
    top: 182px;
    left: 14.75%;
	z-index: 1001;
}
.main-img-otr .main-img-inr .main-img-cap-txt .span01 {
    display: inline-block;
    line-height: 1.76;
    letter-spacing: 14.5px;
	font-size: 71px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.main-img-otr .main-img-inr .main-img-cap-txt .span02 {
    line-height: 1.2;
    letter-spacing: 14.5px;
	font-size: 71px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
    color: #413937;
    text-shadow: 8px 8px #e5e5e5;
}
.main-img-otr .main-img-inr .main-img-cap-txt .span03 {
    margin-top: 110px;
    line-height: 1.2;
    letter-spacing: 14.5px;
	font-size: 71px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
    text-shadow: 8px 8px #e5e5e5;
}
.main-img-otr .main-img-inr .main-img-cap-txt .span04 {
    margin-top: -32px;
    line-height: 1.2;
    letter-spacing: 14.5px;
	font-size: 71px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
    text-shadow: 8px 8px #e5e5e5;
}

.main-img-otr .main-img-inr .icon-illust {
	position: absolute;
    bottom: -15px;
    left: 18%;
	z-index: 1001;
    width: 111px;
}
.main-img-otr .main-img-inr .icon-illust img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .main-img-inr .icon-scroll {
	position: absolute;
    bottom: -30px;
    left: 35%;
	z-index: 1001;
    width: 13px;
}
.main-img-otr .main-img-inr .icon-scroll img {
    width: 100%;
    height: auto;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
}

.main-img-otr .main-img-inr .middle-menu__list {
    position: absolute;
    top: 50px;
    left: 10.5%;
}
.main-img-otr .main-img-inr .middle-menu__list li {
    margin-right: 30px;
    width: 80px;
    height: 35px;
}
.main-img-otr .main-img-inr .middle-menu__list li a {
    position: relative;
    display: block;
	font-size: 14px;
    line-height: 1.6;
    letter-spacing: 3px;
    font-weight: 800;
    width: 100%;
    padding: 0 0 15px 0;
    text-align: center;
}
.main-img-otr .main-img-inr .middle-menu__list li a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	width: 75.6px;
	height: 3px;
	background: url("../img/cmn/icon_arw01.svg") no-repeat center bottom;
    background-size: auto 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    opacity: 0;
}
.main-img-otr .main-img-inr .middle-menu__list li a:hover::before {
    opacity: 1;
}

.main-img-otr .slide-img-otr {
	position: absolute;
    top: 0;
    left: 48%;
	z-index: 1006;
    width: 52%;
	height: 995px;
}
.main-img-otr .slide-img-otr .slide-img-inr {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: 995px;
}
.main-img-otr .slide-img-otr .slide-img {
	position: relative;
	width: 100%;
	height: 995px;
	background: no-repeat left top / auto 100%;
}
.main-img-otr .slide-img-otr .slide-img.img01 {
	background-image: url("../img/top/img_main01.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img02 {
	background-image: url("../img/top/img_main02.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img03 {
	background-image: url("../img/top/img_main03.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img04 {
	background-image: url("../img/top/img_main04.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img05 {
	background-image: url("../img/top/img_main05.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img06 {
	background-image: url("../img/top/img_main06.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img07 {
	background-image: url("../img/top/img_main07.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img08 {
	background-image: url("../img/top/img_main08.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img09 {
	background-image: url("../img/top/img_main09.jpg");
}
.main-img-otr .slide-img-otr .slide-img.img10 {
	background-image: url("../img/top/img_main10.jpg");
}
.main-img-otr .slide-img-otr .bx-controls {
	position: absolute;
	bottom: -35px;
	left: 0;
    width: 100%;
    text-align: center;
	z-index: 1006;
}
.main-img-otr .slide-img-otr .bx-pager-item {
	display: inline-block;
	margin: 0 10px;
}
.main-img-otr .slide-img-otr .bx-pager-item a {
	display: block;
	width: 13px;
	height: 13px;
	background: #00533a;
	border-radius: 100px;
	text-indent: -9999px;
	text-align: left;
}
.main-img-otr .slide-img-otr .bx-pager-item a.active {
	background: #067f5e;
}

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

@media screen and (max-width:1279px) {
    .main-img-otr .main-img-inr {
        height: 77vw;
    }
    .main-img-otr .slide-img-otr {
        height: 71vw;
    }
    .main-img-otr .slide-img-otr .slide-img-inr {
        height: 71vw;
    }
    .main-img-otr .slide-img-otr .slide-img {
        height: 71vw;
    }
    .main-img-otr .main-img-inr .main-img-cap {
        top: 14vw;
        left: 16%;
        width: 16vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt {
        top: 13.8vw;
        left: 13.3%;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span01 {
        line-height: 1.76;
        letter-spacing: 1.2vw;
        font-size: 5.9vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span02 {
        line-height: 1.2;
        letter-spacing: 1.2vw;
        font-size: 5.9vw;
        text-shadow: 0.7vw 0.7vw #e5e5e5;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span03 {
        margin-top: 9vw;
        line-height: 1.2;
        letter-spacing: 1.2vw;
        font-size: 5.9vw;
        text-shadow: 0.7vw 0.7vw #e5e5e5;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span04 {
        margin-top: -2.8vw;
        line-height: 1.2;
        letter-spacing: 1.2vw;
        font-size: 5.9vw;
        text-shadow: 0.7vw 0.7vw #e5e5e5;
    }
}

@media screen and (max-width: 959px) {
    .main-img-otr .main-img-inr .middle-menu__list {
        display: none;
    }
    .main-img-otr .main-img-inr {
        height: 86.8vw;
    }
    .main-img-otr .slide-img-otr {
        height: 78.5vw;
    }
    .main-img-otr .slide-img-otr .slide-img-inr {
        height: 78.5vw;
    }
    .main-img-otr .slide-img-otr .slide-img {
        height: 78.5vw;
    }
    .main-img-otr .main-img-inr .main-img-cap {
        top: 10vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt {
        top: 10vw;
    }
    .main-img-otr .main-img-inr .icon-illust {
        left: 16%;
        width: 80px;
    }
    .main-img-otr .main-img-inr .icon-scroll {
        width: 10px;
    }
}

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

@media screen and (max-width: 599px) {
    .main-img-otr .slide-img-otr .bx-controls {
        bottom: -30px;
    }
    .main-img-otr .slide-img-otr .bx-pager-item {
        margin: 0 8px;
    }
    .main-img-otr .slide-img-otr .bx-pager-item a {
        width: 10px;
        height: 10px;
    }
    .main-img-otr .main-img-inr {
        height: 89.5vw;
    }
    .main-img-otr .main-img-inr .main-img-cap {
        width: 17vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt {
        top: 9vw;
        left: 12%;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span01 {
        font-size: 7vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span02 {
        font-size: 7vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span03 {
        font-size: 7vw;
    }
    .main-img-otr .main-img-inr .main-img-cap-txt .span04 {
        font-size: 7vw;
    }
    .main-img-otr .main-img-inr .icon-illust {
        left: 10%;
        width: 60px;
    }
    .main-img-otr .main-img-inr .icon-scroll {
        width: 7px;
    }
}

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

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

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

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

/*	汎用ボタン
---------------------------------*/
.btn-cmn01 {
    text-align: center;
}
.btn-cmn01 a {
    position: relative;
    width: 500px;
    height: 105px;
    display: inline-block;
    text-align: left;
    padding: 32px 0 0 40px;
	font-size: 23px;
    line-height: 1.6;
    letter-spacing: 8px;
    font-weight: 300;
    color: #ffffff;
	background: #413937 url("../img/cmn/icon_arw04.svg") no-repeat 90% center;
    background-size: 141px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-cmn01 a::before {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #413937 1px solid;
    z-index: -1;
}

@media screen and (max-width:1279px) {
    .btn-cmn01 a {
        width: 100%;
        height: 80px;
        padding: 22px 0 0 25px;
        font-size: 20px;
        letter-spacing: 3px;
        background: #413937 url("../img/cmn/icon_arw04.svg") no-repeat 93% center;
        background-size: 80px;
    }
}

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

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

@media screen and (max-width: 599px) {
    .btn-cmn01 a {
        height: 60px;
        padding: 16px 0 0 20px;
        font-size: 16px;
        letter-spacing: 2px;
        background-size: 60px;
    }
    .btn-cmn01 a::before {
        top: 8px;
        left: 8px;
    }
}

/*	トップページ
---------------------------------*/
/* ごあいさつ */
.top-greeting {
    padding-top: 25px;
    padding-bottom: 120px;
    position: relative;
}
.top-greeting::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg_greeting01.jpg") no-repeat center center;
    background-size: cover;
    z-index: -1;
}
.top-greeting::after {
	content: "";
	display: block;
	position: absolute;
	top: -636px;
	left: 0;
	margin: 0;
	width: 50%;
	height: 1244px;
	background: url("../img/top/bg_greeting02.png") no-repeat right bottom;
    background-size: auto;
    z-index: -1;
}
.top-greeting .contents-inr {
}

.top-greeting .catch {
    padding-top: 20px;
    margin-bottom: 105px;
    line-height: 1;
    letter-spacing: 6px;
	font-size: 43px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Cabin Sketch", sans-serif;
}

.top-greeting h3 {
    position: absolute;
    top: 200px;
    right: 10%;
    width: 50%;
    text-align: right;
}
.top-greeting h3 span {
    text-align: left;
    line-height: 1.7;
    letter-spacing: 10px;
	font-size: 46px;
    font-weight: 600;
    color: #ffffff;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    display: inline-block;
}

.top-greeting .text-box {
    position: relative;
    border-right: #ffffff 1px solid;
    border-bottom: #ffffff 1px solid;
    width: 35%;
    padding: 50px 50px 50px 50px;
}
.top-greeting .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 130px;
	margin: 0;
	width: calc(100% - 130px);
	height: 1px;
	background: rgba(255,255,255,1);
}
.top-greeting .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 37px;
	left: 0;
	margin: 0;
	width: 1px;
	height: calc(100% - 37px);
	background: rgba(255,255,255,1);
}
.top-greeting .text-box h4 {
    position: absolute;
    top: -16px;
    left: -8px;
    line-height: 1.4;
    letter-spacing: 6px;
	font-size: 15px;
    font-weight: 300;
    color: #ffffff;
    font-family: "Plus Jakarta Sans", sans-serif;
}
.top-greeting .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 400;
    color: #ffffff;
}

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

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

@media screen and (max-width: 959px) {
    .top-greeting {
        padding-top: 25px;
        padding-bottom: 80px;
    }
    .top-greeting .catch {
        padding-top: 20px;
        margin-bottom: 60px;
        letter-spacing: 3px;
        font-size: 30px;
    }
    .top-greeting h3 {
        position: absolute;
        top: 200px;
        right: 5%;
        width: 40%;
    }
    .top-greeting h3 span {
        line-height: 1.6;
        letter-spacing: 5px;
        font-size: 30px;
    }
    .top-greeting .text-box {
        width: 60%;
        padding: 30px 30px 30px 30px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-greeting {
        padding-top: 25px;
        padding-bottom: 60px;
    }
    .top-greeting::after {
        top: -317px;
        left: 0;
        width: 80%;
        height: 622px;
        background: url("../img/top/bg_greeting02.png") no-repeat right bottom;
        background-size: auto 100%;
    }
    .top-greeting .catch {
        padding-top: 20px;
        margin-bottom: 15px;
        letter-spacing: 2px;
        font-size: 24px;
    }
    .top-greeting h3 {
        position: static;
        margin-bottom: 40px;
        text-align: left;
        width: auto;
    }
    .top-greeting h3 span {
        line-height: 1.5;
        letter-spacing: 2px;
        font-size: 24px;
        writing-mode: horizontal-tb;
    }
    .top-greeting .text-box {
        width: 100%;
        padding: 30px 20px 20px 20px;
    }
    .top-greeting .text-box::before {
        left: 110px;
        width: calc(100% - 110px);
    }
    .top-greeting .text-box::after {
        top: 30px;
        height: calc(100% - 30px);
    }
    .top-greeting .text-box h4 {
        top: -10px;
        left: -2px;
        letter-spacing: 3px;
        font-size: 14px;
    }
    .top-greeting .text-box p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 400;
    }
}

/* 私たちについて */
.top-about {
    position: relative;
}
.top-about::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: url("../img/top/bg_aboutus.jpg") repeat-y center top;
    background-size: auto;
    z-index: -1;
}
.top-about .contents-inr {
    padding-top: 210px;
    padding-bottom: 70px;
}

.top-about .icon-illust {
    position: absolute;
    bottom: -5px;
    left: calc(10% - 30px);
}
.top-about .icon-illust img {
    width: 105px;
    height: auto;
}

.top-about h3 {
    position: absolute;
    top: 100px;
    left: calc(10% + 30px);
}
.top-about h3 .span01 {
	font-size: 90px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.top-about h3 .span02 {
    margin-top: 68px;
    display: inline-block;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 0px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    padding: 2px 10px 4px 10px;
    background: #ffffff;
}

.top-about h4 {
    position: absolute;
    top: 90px;
    left: calc(10% + 190px);
}
.top-about h4 .span01 {
    padding-right: 25px;
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    line-height: 1.2;
    letter-spacing: 6px;
	font-size: 15px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
    height: 15px;
    overflow: hidden;
}
.top-about h4 .span01::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #413937;
}
.top-about h4 .span02 {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    height: 47px;
    overflow: hidden;
}
.top-about h4 .span02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #413937;
}

.top-about .top-about__list {
    margin-left: 140px;
}
.top-about .top-about__list ul li {
}
.top-about .top-about__list ul li:nth-of-type(1) {
    width: calc(100% - 230px);
    padding-right: 20px;
    text-align: center;
}
.top-about .top-about__list ul li:nth-of-type(2) {
    width: 230px;
    margin-top: 105px;
}
.top-about .top-about__list ul li p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 20px;
}
.top-about .top-about__list ul li .btn {
    margin-top: 105px;
}
.top-about .top-about__list ul li .btn a {
    position: relative;
    background: #e1e3e2;
    width: 100%;
    height: 140px;
    display: block;
    text-align: center;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-about .top-about__list ul li .btn a:hover {
    background: #eeeeee;
    opacity: 1;
}
.top-about .top-about__list ul li .btn a::before {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	margin: 0;
	width: 100%;
	height: 100%;
    border: #c5c9cc 1px solid;
    z-index: -1;
}
.top-about .top-about__list ul li .btn a span {
    display: inline-block;
    margin-top: 56px;
    padding: 0 20px 0 0;
	font-size: 16px;
    line-height: 1.6;
    letter-spacing: 8px;
    font-weight: 500;
	background: url("../img/cmn/icon_arw02.svg") no-repeat right center;
    background-size: 11px;
}

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

@media screen and (max-width:1400px) {
    .top-about::before {
        background-size: 235%;
    }
    .top-about .contents-inr {
        padding-top: 210px;
        padding-bottom: 70px;
    }
    .top-about .icon-illust {
        left: 5%;
    }
    .top-about .icon-illust img {
        width: 80px;
        height: auto;
    }
    .top-about h3 {
        left: 7%;
    }
    .top-about h4 {
        top: 50px;
        left: 17%;
    }
    .top-about h4 .span01 {
        padding-right: 0;
        display: block;
        letter-spacing: 6px;
        font-size: 15px;
        height: 15px;
    }
    .top-about h4 .span01::before {
        width: 120px;
    }
    .top-about h4 .span02 {
        letter-spacing: 6px;
        font-size: 40px;
        height: 41px;
    }
    .top-about .top-about__list {
        margin-left: 12%;
    }
    .top-about .top-about__list ul li:nth-of-type(1) {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .top-about .top-about__list ul li:nth-of-type(2) {
        width: 300px;
    }
    .top-about .top-about__list ul li p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 20px;
    }
    .top-about .top-about__list ul li .btn {
        margin-top: 105px;
    }
    .top-about .top-about__list ul li .btn a {
        height: 140px;
    }
    .top-about .top-about__list ul li .btn a span {
        margin-top: 56px;
        padding: 0 20px 0 0;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 8px;
        background: url("../img/cmn/icon_arw02.svg") no-repeat right center;
        background-size: 11px;
    }
}

@media screen and (max-width:1279px) {
    .top-about .top-about__list ul li:nth-of-type(2) {
        margin-top: 0px;
    }
    .top-about h3 .span02 {
        margin-top: 10px;
        margin-left: 70px;
    }
}

@media screen and (max-width: 959px) {
    .top-about .contents-inr {
        padding-top: 210px;
        padding-bottom: 70px;
    }
    .top-about .icon-illust {
        left: 5%;
    }
    .top-about .icon-illust img {
        width: 80px;
        height: auto;
    }
    .top-about h3 {
        left: 7%;
    }
    .top-about h3 .span01 {
        font-size: 60px;
        letter-spacing: 1px;
    }
    .top-about h3 .span02 {
        margin-top: 15px;
        margin-left: 10px;
        font-size: 18px;
        padding: 2px 10px 4px 10px;
    }
    .top-about h4 {
        top: 50px;
        left: 18%;
    }
    .top-about h4 .span01 {
        padding-right: 0;
        display: block;
        letter-spacing: 6px;
        font-size: 15px;
        height: 15px;
    }
    .top-about h4 .span01::before {
        width: 120px;
    }
    .top-about h4 .span02 {
        letter-spacing: 6px;
        font-size: 40px;
        height: 41px;
    }
    .top-about .top-about__list {
        margin-left: 13%;
    }
    .top-about .top-about__list ul li:nth-of-type(1) {
        width: calc(100% - 300px);
        padding-right: 20px;
    }
    .top-about .top-about__list ul li:nth-of-type(2) {
        width: 300px;
    }
    .top-about .top-about__list ul li p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px;
        font-weight: 500;
        padding-left: 15px;
        padding-right: 20px;
    }
    .top-about .top-about__list ul li .btn {
        margin-top: 30px;
    }
    .top-about .top-about__list ul li .btn a {
        height: 140px;
    }
    .top-about .top-about__list ul li .btn a span {
        margin-top: 56px;
        padding: 0 20px 0 0;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 8px;
        background: url("../img/cmn/icon_arw02.svg") no-repeat right center;
        background-size: 11px;
    }
}

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

@media screen and (max-width: 599px) {
    .top-about .contents-inr {
        padding-top: 40px;
        padding-bottom: 70px;
    }
    .top-about .icon-illust {
        left: 5%;
    }
    .top-about .icon-illust img {
        width: 60px;
        height: auto;
    }
    .top-about h3 {
        left: 5%;
    }
    .top-about h3 .span01 {
        font-size: 30px;
        letter-spacing: 1px;
    }
    .top-about h3 .span02 {
        margin-top: 15px;
        margin-left: 10px;
        font-size: 16px;
        padding: 2px 10px 4px 10px;
    }
    .top-about h4 {
        position: static;
        margin-left: 20%;
        margin-bottom: 20px;
    }
    .top-about h4 .span01 {
        letter-spacing: 3px;
        font-size: 12px;
        height: 12px;
    }
    .top-about h4 .span01::before {
        width: 85px;
    }
    .top-about h4 .span02 {
        letter-spacing: 3px;
        font-size: 24px;
        line-height: 1.4;
        height: 28px;
    }
    .top-about .top-about__list {
        margin-left: 13%;
    }
    .top-about .top-about__list ul li:nth-of-type(1) {
        width: 100%;
        padding-right: 0px;
    }
    .top-about .top-about__list ul li:nth-of-type(2) {
        width: 100%;
        padding-top: 10px;
    }
    .top-about .top-about__list ul li p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
        padding-left: 0px;
        padding-right: 0px;
    }
    .top-about .top-about__list ul li .btn {
        margin-top: 20px;
    }
    .top-about .top-about__list ul li .btn a {
        height: 80px;
    }
    .top-about .top-about__list ul li .btn a span {
        margin-top: 26px;
        padding: 0 20px 0 0;
        font-size: 16px;
        letter-spacing: 6px;
        background-size: 10px;
    }
}

/* 熊崎工業の強み */
.top-strengths {
    position: relative;
}
.top-strengths::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% + 200px);
	background: url("../img/top/bg_works.jpg") no-repeat center top;
    background-size: auto;
    z-index: -2;
}
.top-strengths .contents-inr {
    padding-top: 160px;
    padding-bottom: 110px;
}

.top-strengths .catch01 {
    position: absolute;
    top: 90px;
    left: calc(10% + 140px);
}
.top-strengths .catch01 .span01 {
    display: inline-block;
    line-height: 2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.top-strengths .catch01 .span02 {
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 45px;
    display: inline-block;
    overflow: hidden;
}
.top-strengths .catch01 .span02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.top-strengths .catch01 .span03 {
    margin-top: 35px;
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 45px;
    display: inline-block;
    overflow: hidden;
}
.top-strengths .catch01 .span03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}

.top-strengths .text-box {
    position: relative;
    margin-left: 510px;
}
.top-strengths .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: -75px;
	left: -115px;
	margin: 0;
	width: 1463px;
	height: 110%;
	background: url("../img/top/bg_works01.png") no-repeat left top;
    background-size: auto;
    z-index: -1;
}
.top-strengths .text-box .icon-illust {
    position: absolute;
    top: -133px;
    right: 36px;
    z-index: -2;
}
.top-strengths .text-box .icon-illust img {
    width: 104px;
    height: auto;
}
.top-strengths .text-box h3 {
	font-size: 90px;
    line-height: 1;
    letter-spacing: 3px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
    color: #ffffff;
    text-align: center;
    margin-bottom: 30px;
}
.top-strengths .text-box h4 {
    position: absolute;
    top: 10px;
    left: -80px;
    line-height: 1.6;
    letter-spacing: 8px;
	font-size: 30px;
    font-weight: 400;
    color: #ffffff;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}

.top-strengths .text-box .text-box-in {
    border: rgba(255,255,255,1) 1px solid;
    padding: 45px 45px 70px 45px;
}
.top-strengths .text-box .text-box-in p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 400;
    color: #ffffff;
}
.top-strengths .text-box .text-box-in .btn {
    margin-top: 30px;
    text-align: right;
}
.top-strengths .text-box .text-box-in .btn a {
    padding-right: 145px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    letter-spacing: 6px;
	font-size: 15px;
    font-weight: 400;
    font-family: "Plus Jakarta Sans", sans-serif;
    color: #ffffff;
}
.top-strengths .text-box .text-box-in .btn a::before {
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	right: 0px;
	margin: 0;
	width: 140px;
	height: 1px;
	background: rgba(255,255,255,1);
}

.top-strengths .catch02 {
    margin-top: 60px;
    margin-left: 350px;
    margin-bottom: 100px;
}
.top-strengths .catch02 span {
    display: inline-block;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    padding: 2px 10px 4px 10px;
    background: #ffffff;
}

.top-strengths .top-strengths-works01 {
    position: relative;
    margin-bottom: 220px;
    margin-left: 90px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 130px 60px 60px 60px;
    width: 50%;
}
.top-strengths .top-strengths-works01::before {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	left: 88%;
	margin: 0;
	width: 1500px;
	height: 110%;
	background: url("../img/top/img_works01.jpg") no-repeat left center;
    background-size: contain;
    z-index: -1;
}
.top-strengths .top-strengths-works01 .icon-no {
    position: absolute;
    top: -23px;
    left: 46px;
}
.top-strengths .top-strengths-works01 .icon-no img {
    width: 154px;
    height: auto;
}
.top-strengths .top-strengths-works01 h3 {
    margin-bottom: 35px;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
}
.top-strengths .top-strengths-works01 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}
.top-strengths .top-strengths-works01 .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
}
.top-strengths .top-strengths-works01 .btn a {
    width: 100%;
    height: 155px;
    display: block;
    text-align: center;
    padding: 45px 0 0 0;
    line-height: 1.2;
    letter-spacing: 6px;
	font-size: 15px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
	background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 80px;
    background-size: 141px;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-strengths .top-strengths-works01 .btn a:hover {
	background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 80px;
    background-size: 141px;
    opacity: 1;
}

.top-strengths .top-strengths-works02 {
    position: relative;
    margin-left: 90px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 130px 60px 60px 60px;
    width: 50%;
    border-top: #666666 1px solid;
    border-bottom: #666666 1px solid;
    border-left: #666666 1px solid;
    border-right: #666666 1px solid;
}
.top-strengths .top-strengths-works02::before {
	content: "";
	display: block;
	position: absolute;
	top: -120px;
	left: 88%;
	margin: 0;
	width: 1500px;
	height: 110%;
	background: url("../img/top/img_works02.jpg") no-repeat left center;
    background-size: contain;
    z-index: -1;
}
.top-strengths .top-strengths-works02::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: 60px;
	margin: 0;
	width: 130px;
	height: 1px;
	background: #ffffff;
}
.top-strengths .top-strengths-works02 .icon-no {
    position: absolute;
    top: -23px;
    left: 36px;
    z-index: 1;
}
.top-strengths .top-strengths-works02 .icon-no img {
    width: 171px;
    height: auto;
}
.top-strengths .top-strengths-works02 h3 {
    margin-bottom: 35px;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 5px;
    font-weight: 400;
    font-family: "Shippori Mincho B1", serif;
}
.top-strengths .top-strengths-works02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}
.top-strengths .top-strengths-works02 .btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
}
.top-strengths .top-strengths-works02 .btn a {
    width: 100%;
    height: 155px;
    display: block;
    text-align: center;
    padding: 45px 0 0 0;
    line-height: 1.2;
    letter-spacing: 6px;
	font-size: 15px;
    font-weight: 500;
    font-family: "Plus Jakarta Sans", sans-serif;
	background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 80px;
    background-size: 141px;
    border-left: #999999 1px solid;
    border-bottom: #999999 1px solid;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.top-strengths .top-strengths-works02 .btn a:hover {
	background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 80px;
    background-size: 141px;
    opacity: 1;
}

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

@media screen and (max-width:1400px) {
    .top-strengths::before {
        background-size: 235%;
    }
}

@media screen and (max-width:1279px) {
    .top-strengths .catch01 {
        top: 90px;
        left: 10%;
    }
    .top-strengths .catch02 {
        margin-left: 30%;
    }
    .top-strengths .text-box {
        margin-left: 43%;
    }
}

@media screen and (max-width: 959px) {
    .top-strengths .catch01 .span01 {
        line-height: 1.8;
        letter-spacing: 6px;
        font-size: 36px;
    }
    .top-strengths .catch01 .span02 {
        padding-top: 0px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
    .top-strengths .catch01 .span03 {
        margin-top: 35px;
        padding-top: 0px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
    .top-strengths .text-box::before {
        background-size: 70%;
    }
    .top-strengths .text-box .icon-illust {
        top: -120px;
        right: 30px;
        z-index: -1;
    }
    .top-strengths .text-box .icon-illust img {
        width: 80px;
        height: auto;
    }
    .top-strengths .text-box h3 {
        font-size: 60px;
        letter-spacing: 2px;
        margin-bottom: 20px;
    }
    .top-strengths .text-box h4 {
        top: 10px;
        left: -75px;
        letter-spacing: 6px;
        font-size: 24px;
    }
    .top-strengths .text-box .text-box-in {
        padding: 30px 30px 60px 30px;
    }
    .top-strengths .text-box .text-box-in p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px;
        font-weight: 400;
    }
    .top-strengths .text-box .text-box-in .btn {
        margin-top: 30px;
    }
    .top-strengths .text-box .text-box-in .btn a {
        padding-right: 145px;
        letter-spacing: 6px;
        font-size: 15px;
    }
    .top-strengths .text-box .text-box-in .btn a::before {
        top: 12px;
        right: 0px;
        width: 140px;
        height: 1px;
    }
    .top-strengths .top-strengths-works01 {
        margin-left: 5%;
        padding: 100px 30px 30px 30px;
        width: 60%;
    }
    .top-strengths .top-strengths-works01::before {
        top: -120px;
        left: 80%;
        width: 90%;
        height: 110%;
        background: url("../img/top/img_works01.jpg") no-repeat center center;
        background-size: cover;
    }
    .top-strengths .top-strengths-works01 .icon-no {
        position: absolute;
        top: -20px;
        left: 30px;
    }
    .top-strengths .top-strengths-works01 .icon-no img {
        width: 100px;
        height: auto;
    }
    .top-strengths .top-strengths-works01 h3 {
        margin-bottom: 30px;
        font-size: 24px;
        letter-spacing: 3px;
    }
    .top-strengths .top-strengths-works01 p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .top-strengths .top-strengths-works01 .btn {
        width: 35%;
    }
    .top-strengths .top-strengths-works01 .btn a {
        width: 100%;
        height: 120px;
        padding: 36px 0 0 0;
        letter-spacing: 3px;
        font-size: 14px;
        background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 60%;
        background-size: 100px;
    }
    .top-strengths .top-strengths-works01 .btn a:hover {
        background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 60%;
        background-size: 100px;
    }
    .top-strengths .top-strengths-works02 {
        margin-left: 5%;
        padding: 100px 30px 30px 30px;
        width: 60%;
    }
    .top-strengths .top-strengths-works02::before {
        top: -120px;
        left: 80%;
        width: 90%;
        height: 110%;
        background: url("../img/top/img_works02.jpg") no-repeat center center;
        background-size: cover;
    }
    .top-strengths .top-strengths-works02::after {
        left: 60px;
        width: 66px;
    }
    .top-strengths .top-strengths-works02 .icon-no {
        top: -20px;
        left: 30px;
    }
    .top-strengths .top-strengths-works02 .icon-no img {
        width: 100px;
        height: auto;
    }
    .top-strengths .top-strengths-works02 h3 {
        margin-bottom: 30px;
        font-size: 24px;
        letter-spacing: 3px;
    }
    .top-strengths .top-strengths-works02 p {
        font-size: 16px;
        line-height: 1.8;
        letter-spacing: 2px;
        font-weight: 500;
    }
    .top-strengths .top-strengths-works02 .btn {
        width: 35%;
    }
    .top-strengths .top-strengths-works02 .btn a {
        width: 100%;
        height: 120px;
        padding: 36px 0 0 0;
        letter-spacing: 3px;
        font-size: 14px;
        background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 60px;
        background-size: 100px;
    }
    .top-strengths .top-strengths-works02 .btn a:hover {
        background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 60px;
        background-size: 100px;
    }
}

@media screen and (max-width: 767px) {
    .top-strengths .text-box {
        margin-left: 50%;
    }
}

@media screen and (max-width: 599px) {
    .top-strengths .contents-inr {
        padding-top: 60px;
        padding-bottom: 110px;
    }
    .top-strengths .catch01 {
        top: 40px;
        left: 7%;
    }
    .top-strengths .catch01 .span01 {
        line-height: 1.4;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .top-strengths .catch01 .span02 {
        padding-top: 0px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .top-strengths .catch01 .span03 {
        margin-top: 20px;
        padding-top: 0px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .top-strengths .text-box {
        margin-left: 32%;
    }
    .top-strengths .text-box::before {
        top: -20px;
        left: -10px;
        margin: 0;
        width: 500px;
        height: 110%;
        background: url("../img/top/bg_works01.png") no-repeat left top;
        background-size: 100%;
    }
    .top-strengths .text-box .icon-illust {
        top: -60px;
        right: 30px;
    }
    .top-strengths .text-box .icon-illust img {
        width: 60px;
        height: auto;
    }
    .top-strengths .text-box h3 {
        font-size: 30px;
        letter-spacing: 2px;
        line-height: 0.8;
        padding-top: 10px;
        margin-bottom: 5px;
        text-align: center;
    }
    .top-strengths .text-box h4 {
        margin-bottom: 10px;
        position: static;
        letter-spacing: 3px;
        font-size: 18px;
        writing-mode: horizontal-tb;
        text-align: center;
    }
    .top-strengths .text-box .text-box-in {
        padding: 15px 15px 15px 15px;
    }
    .top-strengths .text-box .text-box-in p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 400;
    }
    .top-strengths .text-box .text-box-in .btn {
        margin-top: 10px;
    }
    .top-strengths .text-box .text-box-in .btn a {
        padding-right: 66px;
        letter-spacing: 3px;
        font-size: 14px;
    }
    .top-strengths .text-box .text-box-in .btn a::before {
        top: 10px;
        right: 0px;
        width: 60px;
        height: 1px;
    }
    .top-strengths .catch02 {
        margin-top: 30px;
        margin-left: 5%;
        margin-bottom: 220px;
    }
    .top-strengths .catch02 span {
        font-size: 18px;
        letter-spacing: 3px;
        padding: 2px 10px 2px 10px;
    }
    .top-strengths .top-strengths-works01 {
        margin-bottom: 230px;
        margin-left: 5%;
        padding: 50px 20px 20px 20px;
        width: 95%;
    }
    .top-strengths .top-strengths-works01::before {
        top: -180px;
        left: 10%;
        width: 100%;
        height: 200px;
        background: url("../img/top/img_works01.jpg") no-repeat center center;
        background-size: cover;
    }
    .top-strengths .top-strengths-works01 .icon-no {
        position: absolute;
        top: -10px;
        left: 30px;
    }
    .top-strengths .top-strengths-works01 .icon-no img {
        width: 60px;
        height: auto;
    }
    .top-strengths .top-strengths-works01 h3 {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .top-strengths .top-strengths-works01 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .top-strengths .top-strengths-works01 .btn {
        width: 50%;
    }
    .top-strengths .top-strengths-works01 .btn a {
        width: 100%;
        height: 60px;
        padding: 14px 0 0 0;
        letter-spacing: 2px;
        font-size: 13px;
        background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 68%;
        background-size: 80px;
    }
    .top-strengths .top-strengths-works01 .btn a:hover {
        background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 68%;
        background-size: 80px;
    }
    .top-strengths .top-strengths-works02 {
        margin-bottom: 0px;
        margin-left: 5%;
        padding: 50px 20px 20px 20px;
        width: 95%;
    }
    .top-strengths .top-strengths-works02::before {
        top: -180px;
        left: 10%;
        width: 100%;
        height: 200px;
        background: url("../img/top/img_works02.jpg") no-repeat center center;
        background-size: cover;
    }
    .top-strengths .top-strengths-works02::after {
        left: 60px;
        width: 26px;
    }
    .top-strengths .top-strengths-works02 .icon-no {
        top: -10px;
        left: 30px;
    }
    .top-strengths .top-strengths-works02 .icon-no img {
        width: 60px;
        height: auto;
    }
    .top-strengths .top-strengths-works02 h3 {
        margin-bottom: 20px;
        font-size: 22px;
        letter-spacing: 2px;
    }
    .top-strengths .top-strengths-works02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .top-strengths .top-strengths-works02 .btn {
        width: 50%;
    }
    .top-strengths .top-strengths-works02 .btn a {
        width: 100%;
        height: 60px;
        padding: 14px 0 0 0;
        letter-spacing: 2px;
        font-size: 13px;
        background: #ffffff url("../img/cmn/icon_arw03.svg") no-repeat center 68%;
        background-size: 80px;
    }
    .top-strengths .top-strengths-works02 .btn a:hover {
        background: #ebfaf7 url("../img/cmn/icon_arw03.svg") no-repeat center 68%;
        background-size: 80px;
    }
}

/* 施工事例 */
.top-works {
    padding-bottom: 100px;
    position: relative;
}
.top-works::before {
	content: "";
	display: block;
	position: absolute;
	top: -80px;
	left: 30%;
	margin: 0;
	width: 1298px;
	height: 100%;
	background: url("../img/top/bg_works.png") no-repeat center top;
    background-size: auto;
    z-index: -2;
}
.top-works::after {
	content: "";
	display: block;
	position: absolute;
	top: 107px;
	left: 0;
	margin: 0;
	width: 100%;
	height: calc(100% - 107px);
	background: #e5eaee;
    z-index: -2;
}
.top-works .contents-inr {
}

.top-works .icon-illust {
    position: absolute;
    top: -10px;
    left: 20%;
}
.top-works .icon-illust span {
    position: relative;
}
.top-works .icon-illust span::before {
	content: "";
	display: block;
	position: absolute;
	top: 116px;
	right: -70px;
	margin: 0;
	width: 1000px;
	height: 5px;
	background: #423836;
    z-index: -1;
}
.top-works .icon-illust span img {
    width: 100px;
    height: auto;
}

.top-works h4 {
    padding-right: 6%;
    line-height: 1.4;
    letter-spacing: 4px;
	font-size: 27px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    text-align: right;
}

.top-works h3 {
    padding-right: 5%;
    padding-top: 2px;
    line-height: 1;
    letter-spacing: 1px;
	font-size: 90px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
    text-align: right;
}

.top-works .text-box-in {
    position: relative;
    margin-right: 4%;
    margin-left: 52%;
    width: 44%;
    padding: 10px 20px 40px 40px;
    margin-bottom: 50px;
}
.top-works .text-box-in::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: calc(100% + 30px);
    border-top: #413937 1px solid;
    border-left: #413937 1px solid;
    border-bottom: #413937 1px solid;
    z-index: -1;
}
.top-works .text-box-in::after {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 33%;
	margin: 0;
	width: 67%;
	height: 1px;
    background: #e5eaee;
    z-index: -1;
}
.top-works .text-box-in p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

.top-works .top-works-item {
}
.top-works .top-works-item li {
    background: #ffffff;
    border: #413937 1px solid;
}
.top-works .top-works-item li a {
    display: block;
    width: 100%;
    height: 100%;
}
.top-works .top-works-item li .img-box {
    position: relative;
}
.top-works .top-works-item li .img-box::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 30px;
	background: url("../img/cmn/bg_slide.png") no-repeat left bottom;
    background-size: auto;
}
.top-works .top-works-item li .img-box .cate01 {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 10px 15px 10px 15px;
	font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #009974;
}
.top-works .top-works-item li .img-box .cate02 {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 10px 15px 10px 15px;
	font-size: 12px;
    letter-spacing: 2px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #86c396;
}
.top-works .top-works-item li .img-box .txt {
    position: absolute;
    bottom: 30px;
    left: 20px;
    line-height: 1;
    letter-spacing: 3px;
	font-size: 35px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
    color: #ffffff;
    writing-mode: vertical-rl;
    white-space: pre;
}
.top-works .top-works-item li p {
    padding: 40px 10% 0px 10%;
	font-size: 17px;
    letter-spacing: 3px;
    line-height: 1.6;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .top-works h4 {
        letter-spacing: 4px;
        font-size: 22px;
    }
    .top-works h3 {
        padding-right: 4%;
        font-size: 60px;
    }
    .top-works .icon-illust {
        top: 37px;
        left: 5%;
    }
    .top-works .icon-illust span::before {
        top: 68px;
        right: -10px;
    }
    .top-works .icon-illust span img {
        width: 60px;
        height: auto;
    }
}

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

@media screen and (max-width: 599px) {
    .top-works {
        padding-bottom: 80px;
    }
    .top-works .btn-cmn01 {
        margin-top: 40px;
    }
    .top-works::before {
        top: -30px;
        left: 20%;
        width: 200%;
        height: 100%;
        background: url("../img/top/bg_works.png") no-repeat left top;
        background-size: 500px;
    }
    .top-works h4 {
        padding-right: 0;
        letter-spacing: 3px;
        font-size: 18px;
    }
    .top-works h3 {
        padding-right: 0;
        font-size: 30px;
    }
    .top-works .text-box-in {
        margin-right: 0%;
        margin-left: 30%;
        width: 70%;
        padding: 10px 0px 10px 15px;
        margin-bottom: 50px;
    }
    .top-works .text-box-in::after {
        left: 50%;
        width: 50%;
    }
    .top-works .text-box-in p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* スライダー */
.top-works .slider-1-2 {
    width: 1050px;
    height: 440px;
    margin-left: auto;
    margin-right: auto;
}
.top-works .slider-1-2 .slick-slide {
    width: 505px;
    height: 440px;
    margin: 0 20px 0 20px;
    position: relative;
    overflow: hidden;
}
.top-works .slider-1-2 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.top-works .slider-1-2 .slick-next {
    background: url("../img/cmn/icon_slide_right.png") no-repeat center center !important;
    background-size: contain !important;
    width: 28px !important;
    height: 39px !important;
    position: absolute;
    top: 43%;
    right: -50px;
    z-index: 1006;
}
.top-works .slider-1-2 .slick-prev {
    background: url("../img/cmn/icon_slide_left.png") no-repeat center center !important;
    background-size: contain !important;
    width: 28px !important;
    height: 39px !important;
    position: absolute;
    top: 43%;
    left: -50px;
    z-index: 1006;
}

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

@media screen and (max-width:1400px) {
    .top-works .slider-1-2 {
        width: 860px;
        height: 380px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 410px;
        height: 380px;
    }
}

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

@media screen and (max-width:1200px) {
    .top-works .slider-1-2 {
        width: 740px;
        height: 340px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 350px;
        height: 340px;
    }
}

@media screen and (max-width:1000px) {
    .top-works .slider-1-2 {
        width: 640px;
        height: 285px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 300px;
        height: 285px;
    }
    .top-works .top-works-item li .img-box .txt {
        bottom: 30px;
        left: 15px;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .top-works .top-works-item li p {
        padding: 30px 5% 0px 5%;
        font-size: 16px;
        letter-spacing: 2px;
        line-height: 1.6;
    }
    .top-works .top-works-item li .img-box::after {
        background-size: 460px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .top-works .slider-1-2 {
        width: 520px;
        height: 250px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 250px;
        height: 250px;
        margin: 0 10px 0 10px;
    }
    .top-works .slider-1-2 .slick-next {
        width: 20px !important;
        top: 40%;
        right: -30px;
    }
    .top-works .slider-1-2 .slick-prev {
        width: 20px !important;
        top: 40%;
        left: -30px;
    }
}

@media screen and (max-width: 599px) {
    .top-works .slider-1-2 {
        width: 300px;
        height: 260px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 300px;
        height: 260px;
    }
    .top-works .slider-1-2 .slick-next {
        width: 18px !important;
        right: -28px;
    }
    .top-works .slider-1-2 .slick-prev {
        width: 18px !important;
        left: -28px;
    }
    .top-works .top-works-item li .img-box .cate01 {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .top-works .top-works-item li .img-box .cate02 {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .top-works .top-works-item li .img-box .txt {
        left: 10px;
    }
    .top-works .top-works-item li p {
        padding: 20px 5% 0px 5%;
        font-size: 14px;
        letter-spacing: 1px;
        line-height: 1.6;
    }
}

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

@media screen and (max-width: 320px) {
    .top-works .slider-1-2 {
        width: 250px;
        height: 250px;
    }
    .top-works .slider-1-2 .slick-slide {
        width: 250px;
        height: 250px;
    }
}

/* googleマップ */
.cmn-map {
    position: relative;
    margin: 0;
    padding: 0;
	z-index: 0;
}
.cmn-map iframe {
    width: 100%;
    height: 380px;
}

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

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

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

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

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

/*	下層ページ
---------------------------------*/
/* ページヘッダー */
.page-header {
	width: 93%;
    height: 735px;
    height: 58vw;
    position: relative;
}
.page-header .caption {
	position: absolute;
	bottom: 75px;
	right: -55px;
    display: inline-block;
	font-size: 15px;
    line-height: 1.6;
    letter-spacing: 6px;
    font-weight: 500;
    text-align: left;
    writing-mode: vertical-rl;
    white-space: pre;
    color: #019875;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.page-header.page-header-about {
	background: url("../img/about/page_header.jpg?241202-2") no-repeat left bottom;
    background-size: 100%;
}
.page-header.page-header-service {
	background: url("../img/service/page_header.jpg") no-repeat left bottom;
    background-size: 100%;
}
.page-header.page-header-works {
	background: url("../img/works/page_header.jpg") no-repeat left bottom;
    background-size: 100%;
}

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

@media screen and (max-width:1279px) {
    .page-header {
        height: 56vw;
    }
}

@media screen and (max-width: 959px) {
    .page-header {
        height: 62vw;
    }
    .page-header .caption {
        bottom: 10%;
        right: -5%;
        font-size: 13px;
        line-height: 1.6;
        letter-spacing: 6px;
    }
}

@media screen and (max-width: 599px) {
    .page-header .caption {
        right: -6%;
        font-size: 10px;
        letter-spacing: 3px;
    }
}

/* メニュー */
.page-menu {
    position: relative;
}
.page-menu .contents-inr {
    padding-top: 20px;
    padding-bottom: 85px;
}

.page-menu .icon-illust {
    position: absolute;
    bottom: -5px;
    right: 10px;
}
.page-menu .icon-illust img {
    width: 110px;
    height: auto;
}

.page-menu .page-menu-left {
    width: 230px;
}
.page-menu .page-menu-left h2 {
    line-height: 1.4;
    letter-spacing: 6px;
	font-size: 40px;
    font-weight: 900;
    font-family: "Shippori Mincho B1", serif;
}

.page-menu .page-menu-right {
    width: calc(100% - 230px);
    padding-right: 60px;
}
.page-menu .page-menu-right li {
    margin-top: 10px;
    margin-right: 40px;
    width: auto;
    height: 35px;
}
.page-menu .page-menu-right li:last-of-type {
}
.page-menu .page-menu-right li a {
    position: relative;
    display: block;
	font-size: 16px;
    line-height: 1.6;
    letter-spacing: 3px;
    font-weight: 700;
    width: 100%;
    padding: 0 20px 15px 0;
    text-align: center;
	background: url("../img/cmn/icon_arw05.svg") no-repeat right 6px;
    background-size: 13px;
}
.page-menu .page-menu-right li a::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
	margin: 0;
	width: 75.6px;
	height: 3px;
	background: url("../img/cmn/icon_arw01.svg") no-repeat center bottom;
    background-size: auto 3px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
    opacity: 0;
}
.page-menu .page-menu-right li.current a::before {
    opacity: 1;
}
.page-menu .page-menu-right li a:hover::before {
    opacity: 1;
}

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

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

@media screen and (max-width: 959px) {
    .page-menu .contents-inr {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .page-menu .icon-illust {
        bottom: auto;
        top: -10px;
        right: 10px;
    }
    .page-menu .icon-illust img {
        width: 50px;
        height: auto;
    }
    .page-menu .page-menu-left {
        width: 100%;
    }
    .page-menu .page-menu-left h2 {
        letter-spacing: 3px;
        font-size: 24px;
        margin-bottom: 10px;
    }
    .page-menu .page-menu-right {
        width: 100%;
        padding-right: 0px;
    }
    .page-menu .page-menu-right .flex-end {
        -webkit-box-pack:left;
        -ms-flex-pack:left;
        justify-content:left;
    }
    .page-menu .page-menu-right li {
        margin-top: 0px;
        margin-right: 0px;
        width: 33.3%;
        height: auto;
        text-align: left;
    }
    .page-menu .page-menu-right li a {
        font-size: 14px;
        letter-spacing: 2px;
        padding: 1px 0px 1px 5px;
        text-align: left;
        background: url("../img/cmn/icon_arw05.svg") no-repeat 90% center;
        background-size: 13px;
        border-bottom: #cccccc 1px solid;
        width: 93%;
    }
    .page-menu .page-menu-right li a::before {
        display: none;
    }
}

@media screen and (max-width: 599px) {
    .page-menu .page-menu-right li {
        width: 50%;
    }
}

@media screen and (max-width: 320px) {
    .page-menu .page-menu-right li a {
        font-size: 13px;
        letter-spacing: 1px;
    }
}

/* Works */
.page-works {
    position: relative;
}
.page-works::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e5eaee;
	background-image: url("../img/top/bg_works02.png"), url("../img/top/bg_works02.png");
	background-repeat: no-repeat, no-repeat;
	background-position: 200% top, -100% bottom;
    background-size: auto, auto;
    z-index: -2;
}
.page-works .contents-inr {
    padding-top: 100px;
    padding-bottom: 100px;
}

.page-works h3 {
    margin-bottom: 100px;
    line-height: 1;
    letter-spacing: 3px;
	font-size: 80px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
}
.page-works h3 span {
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
	font-size: 24px;
    line-height: 1;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    padding: 2px 10px 4px 10px;
    background: #ffffff;
}

.page-works .page-works-box {
}
.page-works .page-works-box .page-works-item {
    margin-right: 40px;
    margin-bottom: 60px;
    width: 507px;
    border: #413937 1px solid;
    position: relative;
}
.page-works .page-works-box .page-works-item:nth-of-type(2n) {
    margin-right: 0px;
}
.page-works .page-works-box .page-works-item:last-of-type {
    margin-right: 0px;
}
.page-works .page-works-box .page-works-item.color01 {
    background: #009974;
}
.page-works .page-works-box .page-works-item.color02 {
    background: #86c396;
}
.page-works .page-works-box .page-works-item .cate01 {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 12px 20px 12px 20px;
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #009974;
}
.page-works .page-works-box .page-works-item .cate02 {
    position: absolute;
    top: 20px;
    right: 0px;
    padding: 12px 20px 12px 20px;
	font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #86c396;
}
.page-works .page-works-box .page-works-item p {
    padding: 20px 5% 20px 5%;
	font-size: 26px;
    letter-spacing: 0px;
    line-height: 1.4;
    font-weight: 500;
    border-top: #413937 1px solid;
    color: #ffffff;
    font-family: "Shippori Mincho B1", serif;
}

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

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

@media screen and (max-width: 959px) {
    .page-works .contents-inr {
        padding-top: 80px;
        padding-bottom: 60px;
    }
    .page-works h3 {
        margin-bottom: 80px;
        letter-spacing: 2px;
        font-size: 60px;
    }
}

@media screen and (max-width: 599px) {
    .page-works .contents-inr {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-works h3 {
        margin-bottom: 40px;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .page-works h3 span {
        margin-left: 10px;
        font-size: 16px;
        letter-spacing: 1px;
        padding: 2px 10px 2px 10px;
    }
}

/* スライダー */
.page-works .slider-1-2 {
    width: 505px;
    height: 323px;
    margin-left: auto;
    margin-right: auto;
}
.page-works .slider-1-2 .slick-slide {
    width: 505px;
    height: 323px;
    margin: 0 0px 0 0px;
    position: relative;
    overflow: hidden;
}
.page-works .slider-1-2 .slick-arrow {
    cursor: pointer;
    border: none;
    outline: none;
    font-size: 0;
}
.page-works .slider-1-2 .slick-next {
    background: url("../img/cmn/icon_slide_right.png") no-repeat center center !important;
    background-size: contain !important;
    width: 28px !important;
    height: 39px !important;
    position: absolute;
    top: 43%;
    right: 10px;
    z-index: 1006;
}
.page-works .slider-1-2 .slick-prev {
    background: url("../img/cmn/icon_slide_left.png") no-repeat center center !important;
    background-size: contain !important;
    width: 28px !important;
    height: 39px !important;
    position: absolute;
    top: 43%;
    left: 10px;
    z-index: 1006;
}

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

@media screen and (max-width:1400px) {
    .page-works .page-works-box {
        width: 950px;
        margin-left: auto;
        margin-right: auto;
    }
    .page-works .page-works-box .page-works-item {
        width: 452px;
    }
    .page-works .slider-1-2 {
        width: 450px;
        height: 288px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 450px;
        height: 288px;
    }
    .page-works .slider-1-2 .slick-next {
        width: 20px !important;
        top: 43%;
        right: 10px;
    }
    .page-works .slider-1-2 .slick-prev {
        width: 20px !important;
        top: 43%;
        left: 10px;
    }
}

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

@media screen and (max-width:1200px) {
    .page-works .page-works-box {
        width: 780px;
    }
    .page-works .page-works-box .page-works-item {
        width: 370px;
    }
    .page-works .slider-1-2 {
        width: 368px;
        height: 235px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 368px;
        height: 235px;
    }
}

@media screen and (max-width:1000px) {
    .page-works .page-works-box {
        width: 680px;
    }
    .page-works .page-works-box .page-works-item {
        width: 320px;
    }
    .page-works .slider-1-2 {
        width: 318px;
        height: 202px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 318px;
        height: 202px;
    }
    .page-works .page-works-box .page-works-item p {
        font-size: 20px;
    }
}

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

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

@media screen and (max-width: 767px) {
    .page-works .page-works-box {
        width: 540px;
    }
    .page-works .page-works-box .page-works-item {
        margin-right: 20px;
        margin-bottom: 40px;
        width: 260px;
    }
    .page-works .slider-1-2 {
        width: 258px;
        height: 164px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 258px;
        height: 164px;
    }
    .page-works .page-works-box .page-works-item .cate01 {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .page-works .page-works-box .page-works-item .cate02 {
        padding: 5px 10px 5px 10px;
        font-size: 12px;
        letter-spacing: 1px;
    }
    .page-works .page-works-box .page-works-item p {
        font-size: 16px;
    }
}

@media screen and (max-width: 599px) {
    .page-works .page-works-box {
        width: 320px;
    }
    .page-works .page-works-box .page-works-item {
        margin-right: 0px;
        width: 320px;
    }
    .page-works .slider-1-2 {
        width: 318px;
        height: 202px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 318px;
        height: 202px;
    }
}

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

@media screen and (max-width: 320px) {
    .page-works .page-works-box {
        width: 280px;
    }
    .page-works .page-works-box .page-works-item {
        margin-right: 0px;
        width: 280px;
    }
    .page-works .slider-1-2 {
        width: 278px;
        height: 176px;
    }
    .page-works .slider-1-2 .slick-slide {
        width: 278px;
        height: 176px;
    }
}

/* 代表挨拶 */
.page-about-greeting {
    position: relative;
}
.page-about-greeting::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e5eaee;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: 200% top;
    background-size: auto;
    z-index: -2;
}
.page-about-greeting .contents-inr {
    padding-top: 110px;
    padding-bottom: 110px;
}

.page-about-greeting .text-box {
    padding: 70px 12% 70px 12%;
    background: #ffffff;
    box-shadow: 10px 10px 20px rgba(0,0,0,0.2);
    position: relative;
}
.page-about-greeting .text-box h3 {
    position: absolute;
    top: -50px;
    left: -40px;
	font-size: 90px;
    line-height: 1;
    letter-spacing: 6px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-about-greeting .text-box h4 {
    margin-bottom: 15px;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 10px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
}
.page-about-greeting .text-box h5 {
    margin-bottom: 30px;
    position: relative;
}
.page-about-greeting .text-box h5::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 30px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #999999;
    z-index: 1;
}
.page-about-greeting .text-box h5 span {
    position: relative;
    display: inline-block;
    padding-right: 30px;
	font-size: 46px;
    line-height: 1.5;
    letter-spacing: 10px;
    font-weight: 800;
    font-family: "Shippori Mincho B1", serif;
    background: #ffffff;
    z-index: 2;
}
.page-about-greeting .text-box p {
    line-height: 1.8;
    letter-spacing: 2px;
	font-size: 16px;
    font-weight: 500;
}
.page-about-greeting .text-box p.name {
    margin-top: 40px;
    line-height: 1.8;
    letter-spacing: 3px;
	font-size: 15px;
    font-weight: 500;
    text-align: right;
}
.page-about-greeting .text-box p.name span {
    margin-left: 20px;
    line-height: 1.4;
    letter-spacing: 3px;
	font-size: 24px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
}

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

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

@media screen and (max-width: 959px) {
    .page-about-greeting::before {
        background-position: right top;
        background-size: 50%;
    }
    .page-about-greeting .text-box {
        padding: 70px 10% 70px 10%;
    }
    .page-about-greeting .text-box h3 {
        font-size: 60px;
        letter-spacing: 3px;
    }
    .page-about-greeting .text-box h4 {
        font-size: 20px;
        letter-spacing: 5px;
    }
    .page-about-greeting .text-box h5::before {
        bottom: 20px;
    }
    .page-about-greeting .text-box h5 span {
        padding-right: 10px;
        font-size: 36px;
        letter-spacing: 5px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-greeting::before {
        background-size: 70%;
    }
    .page-about-greeting .contents-inr {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-about-greeting .text-box {
        padding: 30px 20px 30px 20px;
    }
    .page-about-greeting .text-box h3 {
        top: -20px;
        left: -15px;
        font-size: 30px;
        letter-spacing: 3px;
    }
    .page-about-greeting .text-box h4 {
        margin-bottom: 15px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .page-about-greeting .text-box h5 {
        margin-bottom: 20px;
    }
    .page-about-greeting .text-box h5::before {
        display: none;
    }
    .page-about-greeting .text-box h5 span {
        padding-right: 0px;
        font-size: 24px;
        letter-spacing: 3px;
    }
    .page-about-greeting .text-box p {
        line-height: 1.8;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 500;
    }
    .page-about-greeting .text-box p.name {
        margin-top: 20px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-size: 13px;
        font-weight: 500;
    }
    .page-about-greeting .text-box p.name span {
        margin-left: 15px;
        letter-spacing: 1px;
        font-size: 20px;
    }
}

/* 会社概要 */
.page-about-company {
}
.page-about-company .contents-inr {
    padding-top: 100px;
    padding-bottom: 150px;
}
.page-about-company h3 {
    margin-left: 6%;
    margin-right: 6%;
    margin-bottom: 50px;
    line-height: 1.4;
    letter-spacing: 6px;
	font-size: 27px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
}

.page-about-company .tbl-box {
    margin-left: 6%;
    margin-right: 6%;
    text-align: left;
}
.page-about-company .tbl-box table {
    width:100%;
    border-collapse:separate;
    border-spacing:0px;
    border-top: #999999 1px solid;
}
.page-about-company .tbl-box table th {
    position: relative;
    width: 200px;
    vertical-align:top;
    padding:30px 0px 30px 35px;
    line-height: 1.6;
    letter-spacing: 5px;
	font-size: 18px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    border-bottom: #999999 1px solid;
}
.page-about-company .tbl-box table th::before {
	content: "";
	display: block;
	position: absolute;
	top: 20%;
	right: 0;
	margin: 0;
	width: 1px;
	height: 60%;
	background: #999999;
}
.page-about-company .tbl-box table td {
    vertical-align:top;
    padding:30px 0px 30px 60px;
    line-height: 1.6;
    letter-spacing: 5px;
	font-size: 18px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
    border-bottom: #999999 1px solid;
}

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

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

@media screen and (max-width: 959px) {
    .page-about-company h3 {
        margin-left: 0%;
        margin-right: 0%;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .page-about-company .tbl-box {
        margin-left: 0%;
        margin-right: 0%;
    }
    .page-about-company .tbl-box table th {
        width: 180px;
        padding:25px 0px 25px 30px;
        letter-spacing: 3px;
        font-size: 16px;
    }
    .page-about-company .tbl-box table td {
        padding:25px 0px 25px 40px;
        letter-spacing: 3px;
        font-size: 16px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-company .contents-inr {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .page-about-company h3 {
        margin-bottom: 30px;
        letter-spacing: 2px;
        font-size: 20px;
    }
    .page-about-company .tbl-box table th {
        width: 100%;
        display: block;
        padding:10px 0px 6px 0px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-size: 14px;
        border-bottom: none;
    }
    .page-about-company .tbl-box table th::before {
        display: none;
    }
    .page-about-company .tbl-box table td {
        width: 100%;
        display: block;
        padding:0px 0px 10px 0px;
        line-height: 1.6;
        letter-spacing: 1px;
        font-size: 14px;
    }
}

/* イメージ画像 */
.page-about-img {
}
.page-about-img img {
    width: 100%;
    height: auto;
}

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

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

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

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

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

/* スタッフ紹介 */
.page-about-staff {
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative;
}
.page-about-staff::before {
	content: "";
	display: block;
	position: absolute;
	top: 80px;
	right: 40%;
	margin: 0;
	width: 1298px;
	height: calc(100% - 80px);
	background: url("../img/top/bg_works.png") no-repeat right top;
    background-size: auto;
    z-index: -2;
}
.page-about-staff .contents-inr {
}

.page-about-staff .page-about-staff__list {
    width: 75%;
}
.page-about-staff .page-about-staff__list li {
}
.page-about-staff .page-about-staff__list li:nth-of-type(1) {
    width: 280px;
}
.page-about-staff .page-about-staff__list li:nth-of-type(2) {
    width: calc(100% - 280px);
}
.page-about-staff .page-about-staff__list li h3 {
    padding-bottom: 20px;
    line-height: 1;
    letter-spacing: 6px;
	font-size: 90px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
}
.page-about-staff .page-about-staff__list li h4 {
    line-height: 1.4;
    letter-spacing: 10px;
	font-size: 27px;
    font-weight: 600;
    font-family: "Shippori Mincho B1", serif;
}
.page-about-staff .page-about-staff__list li p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-about-staff .page-about-staff__list {
        width: 100%;
    }
    .page-about-staff .page-about-staff__list li:nth-of-type(1) {
        width: 220px;
    }
    .page-about-staff .page-about-staff__list li:nth-of-type(2) {
        width: calc(100% - 220px);
    }
    .page-about-staff .page-about-staff__list li h3 {
        padding-bottom: 0px;
        letter-spacing: 3px;
        font-size: 60px;
    }
    .page-about-staff .page-about-staff__list li h4 {
        letter-spacing: 5px;
        font-size: 20px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-staff {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .page-about-staff::before {
        top: 30%;
        right: 30%;
        height: 70%;
        background: url("../img/top/bg_works.png") no-repeat right top;
        background-size: 60%;
    }
    .page-about-staff .page-about-staff__list li:nth-of-type(1) {
        width: 100%;
    }
    .page-about-staff .page-about-staff__list li:nth-of-type(2) {
        width: 100%;
    }
    .page-about-staff .page-about-staff__list li h3 {
        display: inline-block;
        padding-bottom: 20px;
        line-height: 1;
        letter-spacing: 2px;
        font-size: 30px;
    }
    .page-about-staff .page-about-staff__list li h4 {
        display: inline-block;
        line-height: 1.4;
        letter-spacing: 1px;
        font-size: 16px;
    }
    .page-about-staff .page-about-staff__list li p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* スタッフ01 */
.page-about-staff01 {
    padding-top: 140px;
    padding-bottom: 210px;
    position: relative;
}
.page-about-staff01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e5eaee;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: -500px 160px;
    background-size: auto;
    z-index: -2;
}
.page-about-staff01::after {
	content: "";
	display: block;
	position: absolute;
	top: 250px;
	right: 0;
	margin: 0;
	width: 63%;
	height: calc(100% - 280px);
	background: #ffffff;
    z-index: -2;
}
.page-about-staff01 .contents-inr {
}

.page-about-staff01 .text-box {
    position: relative;
    margin-bottom: 50px;
    padding: 45px 0px 0px 20px;
    width: 50%;
    border-top: #666666 1px solid;
}
.page-about-staff01 .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: calc(100% + 80px);
	margin: 0;
	width: 519px;
	height: 850px;
	background: url("../img/about/img_about02.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-about-staff01 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -50px;
	margin: 0;
	width: 50%;
	height: 96%;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-about-staff01 .text-box .icon-no {
    position: absolute;
    top: -85px;
    right: -30px;
}
.page-about-staff01 .text-box .icon-no img {
    width: 153px;
    height: auto;
}
.page-about-staff01 .text-box h3 {
    margin-bottom: 25px;
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}
.page-about-staff01 .text-box h4 {
    padding-right: 20px;
	font-size: 20px;
    line-height: 1.4;
    letter-spacing: 5px;
    font-weight: 400;
    color: #019875;
    text-align: right;
}
.page-about-staff01 .text-box h4 span {
    margin-left: 25px;
	font-size: 27px;
    line-height: 1.2;
    letter-spacing: 10px;
    font-weight: 700;
    color: #019875;
}
.page-about-staff01 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 30px;
    width: 50%;
}
.page-about-staff01 p img{
    display: none;
}

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

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

@media screen and (max-width: 959px) {
    .page-about-staff01 {
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .page-about-staff01::before {
        background-position: left 160px;
        background-size: 50%;
    }
    .page-about-staff01 .text-box {
        margin-bottom: 35px;
        padding: 25px 0px 0px 20px;
        width: 70%;
    }
    .page-about-staff01 .text-box::before {
        top: 0px;
        left: 113%;
        width: 35%;
        height: 850px;
        background: url("../img/about/img_about02.jpg") no-repeat center top;
        background-size: 100%;
    }
    .page-about-staff01 .text-box::after {
        left: -10px;
        width: 50%;
        height: 95%;
    }
    .page-about-staff01 .text-box .icon-no {
        top: -50px;
        right: -20px;
    }
    .page-about-staff01 .text-box .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-about-staff01 .text-box h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .page-about-staff01 .text-box h4 {
        padding-right: 0px;
    }
    .page-about-staff01 .text-box h4 span {
        margin-left: 25px;
        font-size: 20px;
        letter-spacing: 10px;
    }
    .page-about-staff01 p {
        padding-left: 0px;
        padding-right:  0px;
        width: 70%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-staff01 {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .page-about-staff01 .text-box {
        margin-bottom: 20px;
        padding: 20px 0px 0px 10px;
        width: 100%;
    }
.page-about-staff01 .text-box::before {
	display: none;
}
    .page-about-staff01 .text-box::after {
        left: -10px;
        width: 50%;
        height: 95%;
    }
    .page-about-staff01 .text-box .icon-no {
        top: -35px;
        right: -10px;
    }
    .page-about-staff01 .text-box .icon-no img {
        width: 60px;
        height: auto;
    }
    .page-about-staff01 .text-box h3 {
        font-size: 20px;
        line-height: 1.4;
    }
    .page-about-staff01 .text-box h4 {
        padding-right: 0px;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .page-about-staff01 .text-box h4 span {
        display: block;
        margin-left: 0px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .page-about-staff01 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
        padding-left: 0px;
        padding-right: 0px;
        width: 100%;
    }
    .page-about-staff01 p img{
        display: inline-block; 
        float: right;
        width: 180px;
        margin: 0 0 15px 15px;
        margin-right: -20px;
    }
}

/* スタッフ02 */
.page-about-staff02 {
    padding-top: 100px;
    padding-bottom: 280px;
    position: relative;
}
.page-about-staff02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-color: #e5eaee;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: 900px bottom;
    background-size: auto;
    z-index: -2;
}
.page-about-staff02::after {
	content: "";
	display: block;
	position: absolute;
	top: 210px;
	left: 0;
	margin: 0;
	width: 69.1%;
	height: 43%;
	background: #ffffff;
    z-index: -2;
}
.page-about-staff02 .contents-inr {
}

.page-about-staff02 .text-box {
    position: relative;
    margin-left: 40%;
    margin-bottom: 50px;
    padding: 45px 0px 0px 20px;
    width: 50%;
    border-top: #666666 1px solid;
}
.page-about-staff02 .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	right: calc(100% + 80px);
	margin: 0;
	width: 519px;
	height: 850px;
	background: url("../img/about/img_about03.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-about-staff02 .text-box::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -50px;
	margin: 0;
	width: 50%;
	height: 96%;
    border-top: #666666 1px solid;
    border-right: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-about-staff02 .text-box .icon-no {
    position: absolute;
    top: -85px;
    left: -10px;
}
.page-about-staff02 .text-box .icon-no img {
    width: 159px;
    height: auto;
}
.page-about-staff02 .text-box h3 {
    margin-bottom: 25px;
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
    text-align: right;
}
.page-about-staff02 .text-box h4 {
	font-size: 20px;
    line-height: 1.4;
    letter-spacing: 5px;
    font-weight: 400;
    color: #019875;
    text-align: left;
}
.page-about-staff02 .text-box h4 span {
    margin-left: 25px;
	font-size: 27px;
    line-height: 1.2;
    letter-spacing: 10px;
    font-weight: 700;
    color: #019875;
}
.page-about-staff02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
    margin-left: 40%;
    padding-left: 20px;
    width: 50%;
}
.page-about-staff02 p img{
    display: none;
}

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

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

@media screen and (max-width: 959px) {
    .page-about-staff02 {
        padding-top: 100px;
        padding-bottom: 160px;
    }
    .page-about-staff02::before {
        background-position: right 160px;
        background-size: 50%;
    }
    .page-about-staff02 .text-box {
        margin-left: 30%;
        margin-bottom: 35px;
        padding: 25px 0px 0px 20px;
        width: 70%;
    }
    .page-about-staff02 .text-box::before {
        top: 0px;
        right: 113%;
        width: 35%;
        height: 850px;
        background: url("../img/about/img_about03.jpg") no-repeat center top;
        background-size: 100%;
    }
    .page-about-staff02 .text-box::after {
        right: -10px;
        width: 50%;
        height: 95%;
    }
    .page-about-staff02 .text-box .icon-no {
        top: -50px;
        left: -5px;
    }
    .page-about-staff02 .text-box .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-about-staff02 .text-box h3 {
        margin-bottom: 10px;
        font-size: 30px;
    }
    .page-about-staff02 .text-box h4 {
        padding-right: 0px;
    }
    .page-about-staff02 .text-box h4 span {
        margin-left: 25px;
        font-size: 20px;
        letter-spacing: 10px;
    }
    .page-about-staff02 p {
        margin-left: 30%;
        padding-left: 0px;
        width: 70%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-about-staff02 {
        padding-top: 50px;
        padding-bottom: 60px;
    }
    .page-about-staff02 .text-box {
        margin-left: 0%;
        margin-bottom: 30px;
        padding: 20px 0px 0px 10px;
        width: 100%;
    }
.page-about-staff02 .text-box::before {
	display: none;
}
    .page-about-staff02 .text-box::after {
        right: -10px;
        width: 50%;
        height: 95%;
    }
    .page-about-staff02 .text-box .icon-no {
        top: -35px;
        left: -5px;
    }
    .page-about-staff02 .text-box .icon-no img {
        width: 60px;
        height: auto;
    }
    .page-about-staff02 .text-box h3 {
        margin-right: 15px;
        font-size: 20px;
        line-height: 1.4;
    }
    .page-about-staff02 .text-box h4 {
        padding-right: 0px;
        font-size: 14px;
        line-height: 1.4;
        letter-spacing: 2px;
    }
    .page-about-staff02 .text-box h4 span {
        display: block;
        margin-left: 0px;
        font-size: 18px;
        letter-spacing: 3px;
    }
    .page-about-staff02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
        margin-left: 0%;
        padding-left: 0px;
        width: 100%;
    }
    .page-about-staff02 p img{
        display: inline-block; 
        float: left;
        width: 180px;
        margin: 0 15px 15px 0;
        margin-left: -20px;
    }
}

/* イメージ画像 */
.page-service-img01 {
	background: url("../img/service/img_service01.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}
.page-service-img02 {
	background: url("../img/service/img_service03.jpg") no-repeat center center;
    background-size: cover;
    height: 300px;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-img01 {
        height: 30vw;
    }
    .page-service-img02 {
        height: 30vw;
    }
}

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

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

/* 舗装工事 */
.page-service-strengths01 {
    position: relative;
}
.page-service-strengths01::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e5eaee;
    z-index: -2;
}
.page-service-strengths01 .contents-inr {
    padding-top: 40px;
    padding-bottom: 80px;
}

.page-service-strengths01 .icon-illust {
    position: absolute;
    top: 60px;
    left: 85%;
}
.page-service-strengths01 .icon-illust img {
    width: 48px;
    height: auto;
}

.page-service-strengths01 h3 {
    position: absolute;
    top: -85px;
    left: 10%;
}
.page-service-strengths01 h3 span {
    position: relative;
	font-size: 39px;
    line-height: 1;
    letter-spacing: 16px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    padding: 32px 22px 17px 22px;
    background: #ffffff;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-service-strengths01 h3 span::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	margin: 0;
	width: 1px;
	height: 220px;
	background: #413937;
}

.page-service-strengths01 h4 {
    margin-left: 15%;
    margin-right: 10%;
    margin-bottom: 50px;
}
.page-service-strengths01 h4 .span01 {
    display: inline-block;
	font-size: 44px;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}
.page-service-strengths01 h4 .span02 {
    margin-left: 16%;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    letter-spacing: 3px;
	font-size: 68px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
    height: 78px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.page-service-strengths01 h4 .span02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #413937;
}
.page-service-strengths01 p {
    margin-left: 15%;
    margin-right: 10%;
    line-height: 1.8;
    letter-spacing: 2px;
	font-size: 16px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths01 .contents-inr {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .page-service-strengths01 .icon-illust {
        left: 90%;
    }
    .page-service-strengths01 .icon-illust img {
        width: 30px;
        height: auto;
    }
    .page-service-strengths01 h3 {
        top: -85px;
        left: 5%;
    }
    .page-service-strengths01 h3 span {
        font-size: 28px;
        letter-spacing: 8px;
        padding: 22px 10px 7px 10px;
    }
    .page-service-strengths01 h3 span::before {
        top: calc(100% + 40px);
        left: 50%;
        height: 220px;
    }
    .page-service-strengths01 h4 {
        margin-left: 15%;
        margin-right: 10%;
        margin-bottom: 40px;
    }
    .page-service-strengths01 h4 .span01 {
        font-size: 30px;
    }
    .page-service-strengths01 h4 .span02 {
        letter-spacing: 3px;
        font-size: 43px;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-service-strengths01 p {
        margin-left: 10%;
        margin-right: 5%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths01 .contents-inr {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .page-service-strengths01 .icon-illust {
        top: 15px;
        left: 90%;
    }
    .page-service-strengths01 .icon-illust img {
        width: 23px;
        height: auto;
    }
    .page-service-strengths01 h3 {
        position: absolute;
        top: -60px;
        left: 3%;
    }
    .page-service-strengths01 h3 span {
        font-size: 20px;
        letter-spacing: 3px;
        padding: 8px 6px 6px 6px;
    }
    .page-service-strengths01 h3 span::before {
        top: calc(100% + 10px);
        height: 60px;
    }
    .page-service-strengths01 h4 {
        margin-left: 14%;
        margin-right: 0%;
        margin-bottom: 35px;
    }
    .page-service-strengths01 h4 .span01 {
        font-size: 18px;
    }
    .page-service-strengths01 h4 .span02 {
        margin-left: 12%;
        letter-spacing: 2px;
        font-size: 26px;
        height: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-service-strengths01 p {
        margin-left: 0%;
        margin-right: 0%;
        line-height: 1.8;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* strengths 01-01 */
.page-service-strengths01-01 {
    padding-top: 130px;
    padding-bottom: 430px;
    position: relative;
}
.page-service-strengths01-01::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: 800px top;
    background-size: auto;
    z-index: -1;
}
.page-service-strengths01-01 .contents-inr {
}

.page-service-strengths01-01 .text-box01 {
    position: relative;
    margin-bottom: 40px;
    padding: 45px 0px 45px 30px;
    width: 55%;
    border-top: #666666 1px solid;
}
.page-service-strengths01-01 .text-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	left: 66%;
	margin: 0;
	width: 794px;
	height: 529px;
	background: url("../img/service/img_service02_01.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths01-01 .text-box01::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -50px;
	margin: 0;
	width: 50%;
	height: 100%;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-service-strengths01-01 .text-box01 .icon-no {
    position: absolute;
    top: -80px;
    right: -30px;
}
.page-service-strengths01-01 .text-box01 .icon-no img {
    width: 171px;
    height: auto;
}
.page-service-strengths01-01 .text-box01 h3 {
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.page-service-strengths01-01 .text-box02 {
    padding: 40px 40px 40px 20px;
    width: 48%;
    background: #ffffff;
}
.page-service-strengths01-01 .text-box02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths01-01 {
        padding-top: 130px;
        padding-bottom: 200px;
    }
    .page-service-strengths01-01::before {
        top: -30px;
        left: 52%;
        width: 48%;
        background-position: left top;
        background-size: 200%;
    }
    .page-service-strengths01-01 .text-box01 {
        margin-bottom: 52vw;
        padding: 45px 0px 45px 30px;
        width: 100%;
    }
    .page-service-strengths01-01 .text-box01::before {
        top: 90%;
        left: 25%;
        width: 82%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths01-01 .text-box01::after {
        left: -5px;
        width: 20%;
    }
    .page-service-strengths01-01 .text-box01 .icon-no {
        position: absolute;
        top: -50px;
        right: -25px;
    }
    .page-service-strengths01-01 .text-box01 .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths01-01 .text-box01 h3 {
        font-size: 30px;
    }

    .page-service-strengths01-01 .text-box02 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths01-01 {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .page-service-strengths01-01 .text-box01 {
        margin-bottom: 52vw;
        padding: 20px 0px 25px 30px;
    }
    .page-service-strengths01-01 .text-box01::before {
        top: 90%;
        left: 25%;
        width: 82%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths01-01 .text-box01::after {
        left: -5px;
        width: 20%;
    }
    .page-service-strengths01-01 .text-box01 .icon-no {
        top: -35px;
        right: -15px;
    }
    .page-service-strengths01-01 .text-box01 .icon-no img {
        width: 70px;
        height: auto;
    }
    .page-service-strengths01-01 .text-box01 h3 {
        font-size: 24px;
    }
    .page-service-strengths01-01 .text-box02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* strengths 01-02 */
.page-service-strengths01-02 {
    padding-bottom: 260px;
    position: relative;
}
.page-service-strengths01-02::before {
	content: "";
	display: block;
	position: absolute;
	top: -210px;
	left: 0;
	margin: 0;
	width: 52%;
	height: 500px;
    background: #e5eaee;
    z-index: -2;
}
.page-service-strengths01-02::after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	margin: 0;
	width: 46%;
	height: 100%;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: auto;
    z-index: -2;
}
.page-service-strengths01-02 .contents-inr {
}

.page-service-strengths01-02 .icon-illust {
    position: absolute;
    top: -346px;
    left: 16%;
}
.page-service-strengths01-02 .icon-illust img {
    width: 133px;
    height: auto;
}

.page-service-strengths01-02 .text-box01 {
    position: relative;
    margin-left: 49%;
    margin-bottom: 40px;
    padding: 45px 0px 45px 14%;
    width: 51%;
    border-top: #666666 1px solid;
}
.page-service-strengths01-02 .text-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: 82%;
	margin: 0;
	width: 753px;
	height: 529px;
	background: url("../img/service/img_service02_02.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths01-02 .text-box01::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -50px;
	margin: 0;
	width: 57%;
	height: 100%;
    border-top: #666666 1px solid;
    border-right: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-service-strengths01-02 .text-box01 .icon-no {
    position: absolute;
    top: -80px;
    left: -15px;
}
.page-service-strengths01-02 .text-box01 .icon-no img {
    width: 159px;
    height: auto;
}
.page-service-strengths01-02 .text-box01 h3 {
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.page-service-strengths01-02 .text-box02 {
    margin-left: 52.5%;
    margin-bottom: 255px;
    padding: 40px 0px 40px 40px;
    width: 47.5%;
    background: #ffffff;
}
.page-service-strengths01-02 .text-box02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

.page-service-strengths01-02 .text-box03 {
    margin-left: 52%;
    width: 48%;
    position: relative;
}
.page-service-strengths01-02 .text-box03::before {
	content: "";
	display: block;
	position: absolute;
	top: -60%;
	left: -30%;
	margin: 0;
	width: 160%;
	height: 195%;
	background: #e5eaee;
    z-index: -2;
}
.page-service-strengths01-02 .text-box03 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}
.page-service-strengths01-02 .text-box03 .btn-cmn01 {
    margin-top: 68px;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths01-02 {
        padding-bottom: 160px;
    }
    .page-service-strengths01-02::before {
        top: -100px;
        width: 52%;
        height: 400px;
    }
    .page-service-strengths01-02::after {
        top: -20px;
        width: 46%;
        background-size: 200%;
    }
    .page-service-strengths01-02 .icon-illust {
        top: -170px;
        left: 50%;
    }
    .page-service-strengths01-02 .icon-illust img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths01-02 .text-box01 {
        margin-left: 3%;
        margin-bottom: 52vw;
        padding: 45px 0px 45px 30px;
        width: 97%;
    }
    .page-service-strengths01-02 .text-box01::before {
        top: 90%;
        right: 25%;
        width: 85%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths01-02 .text-box01::after {
        right: -5px;
        width: 20%;
    }
    .page-service-strengths01-02 .text-box01 .icon-no {
        position: absolute;
        top: -50px;
        left: -35px;
    }
    .page-service-strengths01-02 .text-box01 .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths01-02 .text-box01 h3 {
        font-size: 30px;
    }

    .page-service-strengths01-02 .text-box02 {
        margin-left: 0%;
        margin-bottom: 100px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .page-service-strengths01-02 .text-box03 {
        margin-left: 5%;
        width: 90%;
    }
    .page-service-strengths01-02 .text-box03::before {
        top: -30%;
        left: -10%;
        width: 120%;
        height: 170%;
    }
    .page-service-strengths01-02 .text-box03 .btn-cmn01 {
        margin-top: 20px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths01-02 {
        padding-bottom: 110px;
    }
    .page-service-strengths01-02::before {
        top: -60px;
        width: 60%;
        height: 260px;
    }
    .page-service-strengths01-02 .icon-illust {
        top: -100px;
        left: 52%;
    }
    .page-service-strengths01-02 .icon-illust img {
        width: 60px;
        height: auto;
    }
    .page-service-strengths01-02 .text-box01 {
        margin-left: 7%;
        margin-bottom: 52vw;
        padding: 20px 0px 25px 30px;
        width: 93%;
    }
    .page-service-strengths01-02 .text-box01::before {
        top: 90%;
        right: 25%;
        width: 90%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths01-02 .text-box01::after {
        right: -5px;
        width: 20%;
    }
    .page-service-strengths01-02 .text-box01 .icon-no {
        top: -35px;
        left: -25px;
    }
    .page-service-strengths01-02 .text-box01 .icon-no img {
        width: 70px;
        height: auto;
    }
    .page-service-strengths01-02 .text-box01 h3 {
        font-size: 24px;
    }

    .page-service-strengths01-02 .text-box02 {
        margin-left: 0%;
        margin-bottom: 60px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .page-service-strengths01-02 .text-box02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .page-service-strengths01-02 .text-box03 {
        margin-left: 5%;
        width: 90%;
    }
    .page-service-strengths01-02 .text-box03::before {
        top: -10%;
        left: -8%;
        width: 116%;
        height: 130%;
    }
    .page-service-strengths01-02 .text-box03 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .page-service-strengths01-02 .text-box03 .btn-cmn01 {
        margin-top: 20px;
    }
}

/* 外構工事 */
.page-service-strengths02 {
    position: relative;
}
.page-service-strengths02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background: #e5eaee;
    z-index: -2;
}
.page-service-strengths02 .contents-inr {
    padding-top: 40px;
    padding-bottom: 80px;
}

.page-service-strengths02 .icon-illust {
    position: absolute;
    top: 60px;
    left: 85%;
}
.page-service-strengths02 .icon-illust img {
    width: 48px;
    height: auto;
}

.page-service-strengths02 h3 {
    position: absolute;
    top: -85px;
    left: 10%;
}
.page-service-strengths02 h3 span {
    position: relative;
	font-size: 39px;
    line-height: 1;
    letter-spacing: 16px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    padding: 32px 22px 17px 22px;
    background: #ffffff;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-service-strengths02 h3 span::before {
	content: "";
	display: block;
	position: absolute;
	top: calc(100% + 40px);
	left: 50%;
	margin: 0;
	width: 1px;
	height: 220px;
	background: #413937;
}

.page-service-strengths02 h4 {
    margin-left: 20%;
    margin-right: 10%;
    margin-bottom: 50px;
}
.page-service-strengths02 h4 .span01 {
    display: inline-block;
	font-size: 44px;
    line-height: 1.4;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}
.page-service-strengths02 h4 .span02 {
    margin-left: 33%;
    display: inline-block;
    position: relative;
    line-height: 1.4;
    letter-spacing: 3px;
	font-size: 68px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
    height: 78px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.page-service-strengths02 h4 .span02::before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	margin: 0;
	width: 100%;
	height: 1px;
	background: #413937;
}
.page-service-strengths02 p {
    margin-left: 15%;
    margin-right: 10%;
    line-height: 1.8;
    letter-spacing: 2px;
	font-size: 16px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths02 .contents-inr {
        padding-top: 30px;
        padding-bottom: 60px;
    }
    .page-service-strengths02 .icon-illust {
        left: 90%;
    }
    .page-service-strengths02 .icon-illust img {
        width: 30px;
        height: auto;
    }
    .page-service-strengths02 h3 {
        top: -85px;
        left: 5%;
    }
    .page-service-strengths02 h3 span {
        font-size: 28px;
        letter-spacing: 8px;
        padding: 22px 10px 7px 10px;
    }
    .page-service-strengths02 h3 span::before {
        top: calc(100% + 40px);
        left: 50%;
        height: 220px;
    }
    .page-service-strengths02 h4 {
        margin-left: 15%;
        margin-right: 10%;
        margin-bottom: 40px;
    }
    .page-service-strengths02 h4 .span01 {
        font-size: 30px;
    }
    .page-service-strengths02 h4 .span02 {
        letter-spacing: 3px;
        font-size: 43px;
        height: 50px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .page-service-strengths02 p {
        margin-left: 10%;
        margin-right: 5%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths02 .contents-inr {
        padding-top: 35px;
        padding-bottom: 40px;
    }
    .page-service-strengths02 .icon-illust {
        top: 15px;
        left: 90%;
    }
    .page-service-strengths02 .icon-illust img {
        width: 23px;
        height: auto;
    }
    .page-service-strengths02 h3 {
        position: absolute;
        top: -60px;
        left: 3%;
    }
    .page-service-strengths02 h3 span {
        font-size: 20px;
        letter-spacing: 3px;
        padding: 8px 6px 6px 6px;
    }
    .page-service-strengths02 h3 span::before {
        top: calc(100% + 10px);
        height: 60px;
    }
    .page-service-strengths02 h4 {
        margin-left: 14%;
        margin-right: 0%;
        margin-bottom: 35px;
    }
    .page-service-strengths02 h4 .span01 {
        font-size: 18px;
    }
    .page-service-strengths02 h4 .span02 {
        margin-left: 35%;
        letter-spacing: 2px;
        font-size: 26px;
        height: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .page-service-strengths02 p {
        margin-left: 0%;
        margin-right: 0%;
        line-height: 1.8;
        letter-spacing: 1px;
        font-size: 14px;
        font-weight: 500;
    }
}

/* strengths 02-01 */
.page-service-strengths02-01 {
    padding-top: 130px;
    padding-bottom: 430px;
    position: relative;
}
.page-service-strengths02-01::before {
	content: "";
	display: block;
	position: absolute;
	top: -30px;
	left: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: 800px top;
    background-size: auto;
    z-index: -1;
}
.page-service-strengths02-01 .contents-inr {
}

.page-service-strengths02-01 .text-box01 {
    position: relative;
    margin-bottom: 40px;
    padding: 45px 0px 45px 30px;
    width: 55%;
    border-top: #666666 1px solid;
}
.page-service-strengths02-01 .text-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	left: 66%;
	margin: 0;
	width: 794px;
	height: 529px;
	background: url("../img/service/img_service04_01.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths02-01 .text-box01::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	left: -50px;
	margin: 0;
	width: 50%;
	height: 100%;
    border-top: #666666 1px solid;
    border-left: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-service-strengths02-01 .text-box01 .icon-no {
    position: absolute;
    top: -80px;
    right: -30px;
}
.page-service-strengths02-01 .text-box01 .icon-no img {
    width: 171px;
    height: auto;
}
.page-service-strengths02-01 .text-box01 h3 {
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.page-service-strengths02-01 .text-box02 {
    padding: 40px 40px 40px 20px;
    width: 48%;
    background: #ffffff;
}
.page-service-strengths02-01 .text-box02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths02-01 {
        padding-top: 130px;
        padding-bottom: 200px;
    }
    .page-service-strengths02-01::before {
        top: -30px;
        left: 52%;
        width: 48%;
        background-position: left top;
        background-size: 200%;
    }
    .page-service-strengths02-01 .text-box01 {
        margin-bottom: 52vw;
        padding: 45px 0px 45px 30px;
        width: 100%;
    }
    .page-service-strengths02-01 .text-box01::before {
        top: 90%;
        left: 25%;
        width: 82%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths02-01 .text-box01::after {
        left: -5px;
        width: 20%;
    }
    .page-service-strengths02-01 .text-box01 .icon-no {
        position: absolute;
        top: -50px;
        right: -25px;
    }
    .page-service-strengths02-01 .text-box01 .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths02-01 .text-box01 h3 {
        font-size: 30px;
    }

    .page-service-strengths02-01 .text-box02 {
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths02-01 {
        padding-top: 60px;
        padding-bottom: 100px;
    }
    .page-service-strengths02-01 .text-box01 {
        margin-bottom: 52vw;
        padding: 20px 0px 25px 30px;
    }
    .page-service-strengths02-01 .text-box01::before {
        top: 90%;
        left: 25%;
        width: 82%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths02-01 .text-box01::after {
        left: -5px;
        width: 20%;
    }
    .page-service-strengths02-01 .text-box01 .icon-no {
        top: -35px;
        right: -15px;
    }
    .page-service-strengths02-01 .text-box01 .icon-no img {
        width: 70px;
        height: auto;
    }
    .page-service-strengths02-01 .text-box01 h3 {
        font-size: 24px;
    }
    .page-service-strengths02-01 .text-box02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* strengths 02-02 */
.page-service-strengths02-02 {
    padding-bottom: 260px;
    position: relative;
}
.page-service-strengths02-02::before {
	content: "";
	display: block;
	position: absolute;
	top: -210px;
	left: 0;
	margin: 0;
	width: 52%;
	height: 500px;
    background: #e5eaee;
    z-index: -2;
}
.page-service-strengths02-02::after {
	content: "";
	display: block;
	position: absolute;
	top: -20px;
	left: 0;
	margin: 0;
	width: 46%;
	height: 100%;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: auto;
    z-index: -2;
}
.page-service-strengths02-02 .contents-inr {
}

.page-service-strengths02-02 .text-box01 {
    position: relative;
    margin-left: 49%;
    margin-bottom: 40px;
    padding: 45px 0px 45px 14%;
    width: 51%;
    border-top: #666666 1px solid;
}
.page-service-strengths02-02 .text-box01::before {
	content: "";
	display: block;
	position: absolute;
	top: 100px;
	right: 82%;
	margin: 0;
	width: 753px;
	height: 529px;
	background: url("../img/service/img_service04_02.jpg") no-repeat center center;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths02-02 .text-box01::after {
	content: "";
	display: block;
	position: absolute;
	top: -1px;
	right: -50px;
	margin: 0;
	width: 57%;
	height: 100%;
    border-top: #666666 1px solid;
    border-right: #666666 1px solid;
    border-bottom: #666666 1px solid;
}
.page-service-strengths02-02 .text-box01 .icon-no {
    position: absolute;
    top: -80px;
    left: -15px;
}
.page-service-strengths02-02 .text-box01 .icon-no img {
    width: 159px;
    height: auto;
}
.page-service-strengths02-02 .text-box01 h3 {
	font-size: 40px;
    line-height: 1.6;
    letter-spacing: -1px;
    font-weight: 700;
    font-family: "Shippori Mincho B1", serif;
}

.page-service-strengths02-02 .text-box02 {
    margin-left: 52.5%;
    margin-bottom: 255px;
    padding: 40px 0px 40px 40px;
    width: 47.5%;
    background: #ffffff;
}
.page-service-strengths02-02 .text-box02 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

.page-service-strengths02-02 .text-box03 {
    margin-left: 52%;
    width: 48%;
    position: relative;
}
.page-service-strengths02-02 .text-box03::before {
	content: "";
	display: block;
	position: absolute;
	top: -60%;
	left: -30%;
	margin: 0;
	width: 160%;
	height: 195%;
	background: #e5eaee;
    z-index: -2;
}
.page-service-strengths02-02 .text-box03 p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}
.page-service-strengths02-02 .text-box03 .btn-cmn01 {
    margin-top: 68px;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths02-02 {
        padding-bottom: 160px;
    }
    .page-service-strengths02-02::before {
        top: -100px;
        width: 52%;
        height: 400px;
    }
    .page-service-strengths02-02::after {
        top: -20px;
        width: 46%;
        background-size: 200%;
    }
    .page-service-strengths02-02 .icon-illust {
        top: -170px;
        left: 50%;
    }
    .page-service-strengths02-02 .icon-illust img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths02-02 .text-box01 {
        margin-left: 3%;
        margin-bottom: 52vw;
        padding: 45px 0px 45px 30px;
        width: 97%;
    }
    .page-service-strengths02-02 .text-box01::before {
        top: 90%;
        right: 25%;
        width: 85%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths02-02 .text-box01::after {
        right: -5px;
        width: 20%;
    }
    .page-service-strengths02-02 .text-box01 .icon-no {
        position: absolute;
        top: -50px;
        left: -35px;
    }
    .page-service-strengths02-02 .text-box01 .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths02-02 .text-box01 h3 {
        font-size: 30px;
    }

    .page-service-strengths02-02 .text-box02 {
        margin-left: 0%;
        margin-bottom: 100px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .page-service-strengths02-02 .text-box03 {
        margin-left: 5%;
        width: 90%;
    }
    .page-service-strengths02-02 .text-box03::before {
        top: -30%;
        left: -10%;
        width: 120%;
        height: 170%;
    }
    .page-service-strengths02-02 .text-box03 .btn-cmn01 {
        margin-top: 20px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths02-02 {
        padding-bottom: 110px;
    }
    .page-service-strengths02-02::before {
        top: -60px;
        width: 60%;
        height: 260px;
    }
    .page-service-strengths02-02 .icon-illust {
        top: -100px;
        left: 52%;
    }
    .page-service-strengths02-02 .icon-illust img {
        width: 60px;
        height: auto;
    }
    .page-service-strengths02-02 .text-box01 {
        margin-left: 7%;
        margin-bottom: 52vw;
        padding: 20px 0px 25px 30px;
        width: 93%;
    }
    .page-service-strengths02-02 .text-box01::before {
        top: 90%;
        right: 25%;
        width: 90%;
        height: 50vw;
        background-size: cover;
    }
    .page-service-strengths02-02 .text-box01::after {
        right: -5px;
        width: 20%;
    }
    .page-service-strengths02-02 .text-box01 .icon-no {
        top: -35px;
        left: -25px;
    }
    .page-service-strengths02-02 .text-box01 .icon-no img {
        width: 70px;
        height: auto;
    }
    .page-service-strengths02-02 .text-box01 h3 {
        font-size: 24px;
    }

    .page-service-strengths02-02 .text-box02 {
        margin-left: 0%;
        margin-bottom: 60px;
        padding: 0px 0px 0px 0px;
        width: 100%;
    }
    .page-service-strengths02-02 .text-box02 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .page-service-strengths02-02 .text-box03 {
        margin-left: 5%;
        width: 90%;
    }
    .page-service-strengths02-02 .text-box03::before {
        top: -10%;
        left: -8%;
        width: 116%;
        height: 130%;
    }
    .page-service-strengths02-02 .text-box03 p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
    .page-service-strengths02-02 .text-box03 .btn-cmn01 {
        margin-top: 20px;
    }
}

/* 背景 */
.bg-strengths03 {
    position: relative;
}
.bg-strengths03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
	height: 86.3%;
	background: url("../img/service/bg_service.jpg") no-repeat center top;
    background-size: cover;
    z-index: -3;
}
.bg-strengths03::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 30%;
	height: 100.2%;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: right bottom;
    background-size: auto;
    z-index: -2;
}

@media screen and (max-width: 959px) {
    .bg-strengths03::after {
        background-size: 200%;
    }
}


/* 熊崎工業の強み */
.page-service-strengths03 {
    position: relative;
}
.page-service-strengths03 .contents-inr {
    padding-top: 160px;
    padding-bottom: 500px;
}

.page-service-strengths03 h3 {
    line-height: 1;
    letter-spacing: 3px;
	font-size: 90px;
    font-weight: 400;
    font-family: "Cabin Sketch", sans-serif;
}

.page-service-strengths03 h4 {
    position: absolute;
    top: 280px;
    left: 12%;
	font-size: 27px;
    line-height: 1;
    letter-spacing: 10px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths03 .contents-inr {
        padding-top: 60px;
        padding-bottom: 400px;
    }
    .page-service-strengths03 h3 {
        letter-spacing: 3px;
        font-size: 60px;
    }
    .page-service-strengths03 h4 {
        top: 150px;
        left: 8%;
        font-size: 22px;
        letter-spacing: 3px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths03 .contents-inr {
        padding-top: 40px;
        padding-bottom: 370px;
    }
    .page-service-strengths03 h3 {
        letter-spacing: 2px;
        font-size: 30px;
    }
    .page-service-strengths03 h4 {
        top: 80px;
        left: 5%;
        font-size: 18px;
        letter-spacing: 2px;
        writing-mode: horizontal-tb;
    }
}

/* 熊崎工業の強み 01 */
.page-service-strengths03-01 {
    position: relative;
}
.page-service-strengths03-01::after {
	content: "";
	display: block;
	position: absolute;
	top: -680px;
	right: 0;
	margin: 0;
	width: 25%;
	height: 921px;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: left top;
    background-size: auto;
    z-index: -2;
}
.page-service-strengths03-01 .contents-inr {
    padding-bottom: 610px;
}

.page-service-strengths03-01 .text-box {
    position: relative;
    margin-left: 30px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 160px 60px 60px 60px;
    width: 55%;
}
.page-service-strengths03-01 .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: -360px;
	left: 88%;
	margin: 0;
	width: 586px;
	height: 800px;
	background: url("../img/service/img_service05_01.webp") no-repeat center top;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths03-01 .text-box .icon-no {
    position: absolute;
    top: -23px;
    left: 46px;
}
.page-service-strengths03-01 .text-box .icon-no img {
    width: 153px;
    height: auto;
}
.page-service-strengths03-01 .text-box h3 {
    position: absolute;
    top: -360px;
    left: 48%;
}
.page-service-strengths03-01 .text-box h3 .span01 {
    display: inline-block;
    line-height: 2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-service-strengths03-01 .text-box h3 .span02 {
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-01 .text-box h3 .span02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-01 .text-box h3 .span03 {
    margin-top: 35px;
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-01 .text-box h3 .span03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-01 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths03-01::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-01 .contents-inr {
        padding-bottom: 610px;
    }
    .page-service-strengths03-01 .text-box {
        margin-left: 0px;
        padding: 80px 30px 30px 30px;
        width: 55%;
    }
    .page-service-strengths03-01 .text-box::before {
        top: -330px;
        left: 70%;
        height: 700px;
        background: url("../img/service/img_service05_01.webp") no-repeat center center;
        background-size: contain;
    }
    .page-service-strengths03-01 .text-box .icon-no {
        top: -23px;
        left: 30px;
    }
    .page-service-strengths03-01 .text-box .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths03-01 .text-box h3 {
        top: -330px;
        left: 40%;
    }
    .page-service-strengths03-01 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 6px;
        font-size: 36px;
    }
    .page-service-strengths03-01 .text-box h3 .span02 {
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
    .page-service-strengths03-01 .text-box h3 .span03 {
        margin-top: 35px;
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths03-01::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-01 .contents-inr {
        padding-bottom: 360px;
    }
    .page-service-strengths03-01 .text-box {
        padding: 50px 15px 15px 15px;
        width: 100%;
    }
    .page-service-strengths03-01 .text-box::before {
        top: -300px;
        left: 30%;
        width: 80%;
        height: 320px;
        background: url("../img/service/img_service05_01.webp") no-repeat center center;
        background-size: cover;
    }
    .page-service-strengths03-01 .text-box .icon-no {
        top: -10px;
        left: 20px;
    }
    .page-service-strengths03-01 .text-box .icon-no img {
        width: 60px;
        height: auto;
    }
    .page-service-strengths03-01 .text-box h3 {
        top: -300px;
        left: 0%;
    }
    .page-service-strengths03-01 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .page-service-strengths03-01 .text-box h3 .span02 {
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-01 .text-box h3 .span03 {
        margin-top: 30px;
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-01 .text-box p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* 熊崎工業の強み 02 */
.page-service-strengths03-02 {
    position: relative;
}
.page-service-strengths03-02::after {
	content: "";
	display: block;
	position: absolute;
	top: -660px;
	left: 0;
	margin: 0;
	width: 35%;
	height: 921px;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: right top;
    background-size: auto;
    z-index: -2;
}
.page-service-strengths03-02 .contents-inr {
    padding-bottom: 560px;
}

.page-service-strengths03-02 .text-box {
    position: relative;
    margin-left: 37.5%;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 160px 60px 60px 60px;
    width: 52.5%;
}
.page-service-strengths03-02 .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: -360px;
	right: 97%;
	margin: 0;
	width: 586px;
	height: 800px;
	background: url("../img/service/img_service05_02.webp") no-repeat center top;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths03-02 .text-box .icon-no {
    position: absolute;
    top: -23px;
    left: 46px;
}
.page-service-strengths03-02 .text-box .icon-no img {
    width: 159px;
    height: auto;
}
.page-service-strengths03-02 .text-box h3 {
    position: absolute;
    top: -360px;
    left: 68%;
}
.page-service-strengths03-02 .text-box h3 .span01 {
    display: inline-block;
    line-height: 2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-service-strengths03-02 .text-box h3 .span02 {
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-02 .text-box h3 .span02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-02 .text-box h3 .span03 {
    margin-top: 35px;
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-02 .text-box h3 .span03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-02 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths03-02::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-02 .contents-inr {
        padding-bottom: 520px;
    }
    .page-service-strengths03-02 .text-box {
        margin-left: 45%;
        padding: 80px 30px 30px 30px;
        width: 55%;
    }
    .page-service-strengths03-02 .text-box::before {
        top: -330px;
        right: 70%;
        height: 700px;
        background: url("../img/service/img_service05_02.webp") no-repeat center center;
        background-size: contain;
    }
    .page-service-strengths03-02 .text-box .icon-no {
        top: -23px;
        left: 30px;
    }
    .page-service-strengths03-02 .text-box .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths03-02 .text-box h3 {
        top: -330px;
        left: 40%;
    }
    .page-service-strengths03-02 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 6px;
        font-size: 36px;
    }
    .page-service-strengths03-02 .text-box h3 .span02 {
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
    .page-service-strengths03-02 .text-box h3 .span03 {
        margin-top: 35px;
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths03-02::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-02 .contents-inr {
        padding-bottom: 360px;
    }
    .page-service-strengths03-02 .text-box {
        margin-left: 0%;
        padding: 50px 15px 15px 15px;
        width: 100%;
    }
    .page-service-strengths03-02 .text-box::before {
        top: -300px;
        right: 30%;
        width: 80%;
        height: 320px;
        background: url("../img/service/img_service05_02.webp") no-repeat center center;
        background-size: cover;
    }
    .page-service-strengths03-02 .text-box .icon-no {
        top: -10px;
        left: 20px;
    }
    .page-service-strengths03-02 .text-box .icon-no img {
        width: 60px;
        height: auto;
    }
    .page-service-strengths03-02 .text-box h3 {
        top: -300px;
        left: 75%;
    }
    .page-service-strengths03-02 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .page-service-strengths03-02 .text-box h3 .span02 {
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-02 .text-box h3 .span03 {
        margin-top: 30px;
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-02 .text-box p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

/* 熊崎工業の強み 03 */
.page-service-strengths03-03 {
    position: relative;
}
.page-service-strengths03-03::after {
	content: "";
	display: block;
	position: absolute;
	top: -680px;
	right: 0;
	margin: 0;
	width: 25%;
	height: 921px;
	background-image: url("../img/top/bg_works02.png");
	background-repeat: no-repeat;
	background-position: left top;
    background-size: auto;
    z-index: -2;
}
.page-service-strengths03-03 .contents-inr {
    padding-bottom: 240px;
}

.page-service-strengths03-03 .text-box {
    position: relative;
    margin-left: 30px;
    background: #ffffff;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
    padding: 160px 60px 60px 60px;
    width: 55%;
}
.page-service-strengths03-03 .text-box::before {
	content: "";
	display: block;
	position: absolute;
	top: -360px;
	left: 88%;
	margin: 0;
	width: 586px;
	height: 800px;
	background: url("../img/service/img_service05_03.png") no-repeat center top;
    background-size: contain;
    z-index: -1;
}
.page-service-strengths03-03 .text-box .icon-no {
    position: absolute;
    top: -23px;
    left: 46px;
}
.page-service-strengths03-03 .text-box .icon-no img {
    width: 158px;
    height: auto;
}
.page-service-strengths03-03 .text-box h3 {
    position: absolute;
    top: -360px;
    left: 56%;
}
.page-service-strengths03-03 .text-box h3 .span01 {
    display: inline-block;
    line-height: 2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
}
.page-service-strengths03-03 .text-box h3 .span02 {
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-03 .text-box h3 .span02::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-03 .text-box h3 .span03 {
    margin-top: 35px;
    position: relative;
    padding-top: 15px;
    line-height: 1.2;
    letter-spacing: 8px;
	font-size: 46px;
    font-weight: 500;
    font-family: "Shippori Mincho B1", serif;
    writing-mode: vertical-rl;
    white-space: pre;
    width: 46px;
    display: inline-block;
    overflow: hidden;
}
.page-service-strengths03-03 .text-box h3 .span03::before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0;
	width: 1px;
	height: 100%;
	background: #413937;
}
.page-service-strengths03-03 .text-box p {
	font-size: 16px;
    line-height: 1.8;
    letter-spacing: 2px;
    font-weight: 500;
}

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

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

@media screen and (max-width: 959px) {
    .page-service-strengths03-03::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-03 .contents-inr {
        padding-bottom: 240px;
    }
    .page-service-strengths03-03 .text-box {
        margin-left: 0px;
        padding: 80px 30px 30px 30px;
        width: 55%;
    }
    .page-service-strengths03-03 .text-box::before {
        top: -330px;
        left: 70%;
        height: 700px;
        background: url("../img/service/img_service05_03.webp") no-repeat center center;
        background-size: contain;
    }
    .page-service-strengths03-03 .text-box .icon-no {
        top: -23px;
        left: 30px;
    }
    .page-service-strengths03-03 .text-box .icon-no img {
        width: 100px;
        height: auto;
    }
    .page-service-strengths03-03 .text-box h3 {
        top: -330px;
        left: 45%;
    }
    .page-service-strengths03-03 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 6px;
        font-size: 36px;
    }
    .page-service-strengths03-03 .text-box h3 .span02 {
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
    .page-service-strengths03-03 .text-box h3 .span03 {
        margin-top: 35px;
        padding-top: 15px;
        line-height: 1.2;
        letter-spacing: 6px;
        font-size: 36px;
        width: 36px;
    }
}

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

@media screen and (max-width: 599px) {
    .page-service-strengths03-03::after {
        top: -400px;
        background-size: 200%;
    }
    .page-service-strengths03-03 .contents-inr {
        padding-bottom: 80px;
    }
    .page-service-strengths03-03 .text-box {
        padding: 50px 15px 15px 15px;
        width: 100%;
    }
    .page-service-strengths03-03 .text-box::before {
        top: -300px;
        left: 30%;
        width: 80%;
        height: 320px;
        background: url("../img/service/img_service05_03.webp") no-repeat center center;
        background-size: cover;
    }
    .page-service-strengths03-03 .text-box .icon-no {
        top: -10px;
        left: 20px;
    }
    .page-service-strengths03-03 .text-box .icon-no img {
        width: 60px;
        height: auto;
    }
    .page-service-strengths03-03 .text-box h3 {
        top: -300px;
        left: 7%;
    }
    .page-service-strengths03-03 .text-box h3 .span01 {
        line-height: 1.6;
        letter-spacing: 3px;
        font-size: 24px;
    }
    .page-service-strengths03-03 .text-box h3 .span02 {
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-03 .text-box h3 .span03 {
        margin-top: 30px;
        padding-top: 5px;
        line-height: 1.2;
        letter-spacing: 3px;
        font-size: 24px;
        width: 24px;
    }
    .page-service-strengths03-03 .text-box p {
        font-size: 14px;
        line-height: 1.8;
        letter-spacing: 1px;
        font-weight: 500;
    }
}

