@charset "utf-8";

/*=============================================

common

==============================================*/

html, body {
	font-family: -apple-system, "Helvetica Neue", "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN",メイリオ,Meiryo,sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 1em;
	position: relative;
	height: 100%;
	color: #111;
	background-color: #f7f7f7;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
@media screen and (max-width: 768px) {
html, body {
	font-size: 15px;
	min-width: 100%;
	}
	}

html, body, svg, p, h1, h2, h3, h4{
	margin: 0;
	padding: 0;
                line-height: 1em;
	}

a:focus, *:focus { outline:none; }

* {
	box-sizing: border-box;
	}

img{
	vertical-align: bottom;
	border: 0;
	}

ul, li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	}


.shadow{
                box-shadow: 0 1.5rem 1rem -1.5rem hsl(100 50% 20% / 15%);
	}


a,
a:hover{
	color: #ff4e19;
	text-decoration: none;
	font-weight: normal;
	}

.telnum a {
                color: #ff4e19 !imporntat;
                text-decoration: none !imporntat;
                }

.sp{	display: none !important;	}
@media screen and (max-width: 768px) {
.sp{	display: block !important;	}
	}

.pc{	display: block !important;	}
@media screen and (max-width: 768px) {
.pc{	display: none !important;	}
	}

.spi{	display: none;	}
@media screen and (max-width: 768px) {
.spi{	display: inline;	}
	}

.pci{	display: inline;	}
@media screen and (max-width: 768px) {
.pci{	display: none;	}
	}

.innerlink {
                display: inline-block;
	}

.innerlink a{
	position: relative;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-wrap: nowrap;
                flex-direction: row;
                height: 3em;
                padding: 0 3em 0 0;
	border-bottom: 1px solid #ff4e19;
                /*background: #f7f7f7;
                box-shadow:  23px 23px 46px #e8e8e8, -23px -23px 46px #ffffff;*/
                color: #ff4e19;
                font-size: 1.1rem;
                font-weight: 500;
                text-align: left;
                background-color: transparent;
	}
@media screen and (max-width: 768px) {
.innerlink a{
                height: 3em;
                padding: 0 2em 0 0;
                font-size: 1rem;
	}
	}

.innerlink a:hover{
                /*box-shadow:  23px 23px 46px #e3e3e3, -23px -23px 46px #ffffff;*/
	}

.innerlink a::after {
	content: '';
	position: absolute;
	top: 50%;
	right: -1rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background-color: #ff4e19;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                }

.innerlink a:hover::after{
	right: -3rem;
	width: 4rem;
	}


/*=============================================

nav

=============================================*/

nav{
	z-index: 2;
	width: 100%;
	height: 80px;
	position: fixed;
                top: 0;
                left: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 400;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                background-color: #f7f7f7;
	}
@media screen and (max-width: 768px) {
nav{
	height: 50px;
	min-width: 100%;
	}
	}

/*============

icon

=============*/

nav .icon{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	cursor: pointer;
	background-image: url('../images/dh_logo.svg?20220217');
	background-position: center;
                background-size: 50%;
                background-repeat: no-repeat;
	}
@media screen and (max-width: 768px) {
nav .icon{
	width: 50px;
	height: 50px;
	padding: 0 1em;
	}
	}

nav .icon a{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

/*============

drawer

=============*/

nav .drawer{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	cursor: pointer;
	}
@media screen and (max-width: 768px) {
nav .drawer{
	width: 50px;
	height: 50px;
	padding: 0 1em;
	}
	}

/*============

nav h1

=============*/

nav h1{
                text-align: center;
                font-size: .8rem;
	}

/*============

navbar_toggle

=============*/

nav .navbar_toggle{
	}

nav .navbar_toggle_icon {
	position: relative;
	display: block;
	height: 1px;
	width: 20px;
	background: #ff4e19;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	}
nav .navbar_toggle_icon:nth-child(1) {
	top: 0;
	}
nav .navbar_toggle_icon:nth-child(2) {
	margin: 2px 0;
	background: transparent;
	}
nav .navbar_toggle_icon:nth-child(3) {
	top: 0;
	}
@media screen and (max-width: 768px) {
nav .navbar_toggle_icon {
	width: 20px;
	}
nav .navbar_toggle_icon:nth-child(2) {
	margin: 2px 0;
	}
	}

nav .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
@media screen and (max-width: 768px) {
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
	top: 3px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
nav .navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
	top: -3px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	}

/*================

menu

=================*/

.menu{
                opacity: 0;
                position: fixed;
	-webkit-transform: translateX(100vw);
	transform: translateX(100vw);
	-webkit-transition:opacity ease .5s;
	transition:opacity ease .5s;
	z-index: 1;
                top: 80px;
                width: 30vw;
                height: 100vh;
                background-color: #f7f7f7;
                }
@media screen and (max-width: 768px) {
.menu{
                top: 50px;
                width: 80vw;
	}
	}

.menu.open {
	opacity: 1;
	-webkit-transform:translateX(70vw);
	transform:translateX(70vw);
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	}
@media screen and (max-width: 768px) {
.menu.open {
	-webkit-transform:translateX(20vw);
	transform:translateX(20vw);
	}
	}

.menu a{
	color: #fff;
	}

.menu ul{
                width: 100%;
                height: auto;
                margin: auto;
	}

.menu ul li{
                width: 100%;
	margin: auto;
                border-bottom: 1px solid #FC8877;
	background-color: #ff4e19;
	}

.menu ul li:last-child{
                border-bottom: none;
	}

.menu ul li a{
                display: block;
                position: relative;
                width: 100%;
                height: 100%;
                padding: 1.5em;
                color: #fff;
                font-size: .9rem;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	}
/*
.menu ul li a p{
                margin-left: 1.5rem;
	}
*/
.menu ul li a.external p{
                margin-left: 0;
                padding-left: 1.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-up-right.svg);
	background-size: 1rem;
	}

.menu ul li a:hover{
	background-color: #DB270D;
	}

.menu .address{
                display: block;
                padding: 1.5em;
                color: #111;
                font-size: .9rem;
                line-height: 1.7em;
	}

.menu .address a{
	color: #ff4e19;
	}

.menu .address a:hover{
                text-decoration: underline;
	}


/*=============================================

wrapper

==============================================*/

#wrapper{
                position: relative;
                margin-top: 80px;
                background-color: #f7f7f7;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	}
@media screen and (max-width: 768px) {
#wrapper{
                margin-top: 50px;
	}
	}

#wrapper.open{
	pointer-events: none;
                filter: brightness(96%) blur(12px) ;
	}


/*=============================================

main

==============================================*/

main{
                width: 100%;
                max-width: 1600px;
                height: auto;
                margin: auto;
	}


/*=============================================

contacts

==============================================*/

.contacts{
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
                margin-top: 8rem;
                padding: 8rem 0;
                background-color: #f1f1f1;
	}
@media screen and (max-width: 768px) {
.contacts{
                margin-top: 5rem;
                padding: 5rem 0;
	}
	}

.contacts .inner{
                position: relative;
                width: 100%;
                max-width: 1600px;
                height: auto;
                margin: auto;
	}

.contacts .inner2{
                position: relative;
                width: 84%;
                max-width: 1344px;
                height: auto;
                margin: auto;
	}

.contacts p.lead{
                font-size: 1rem;
                line-height: 1.8em;
                font-weight: 400;
	}
@media screen and (max-width: 768px) {
.contacts p.lead{
                font-size: .9rem;
	}
	}

.contacts .innerlink{
                margin-top: 2rem;
	}
@media screen and (max-width: 768px) {
.contacts .innerlink{
                margin-top: 1rem;
	}
	}



/*=============================================

back

=============================================*/

.back{
                position: fixed;
                width: 75px;
                height: auto;
                bottom: 0;
                left: 0;
                z-index:100;
                background-color: #f7f7f7;
	-webkit-transition:ease .5s;
                transition:ease .5s;
                }
@media screen and (max-width: 768px) {
.back{
                width: 50px;
                height: auto;
                }
                }

a:hover .back{
                /*background-color: #fff;*/
                }

.back img{
                width: 100%;
                height: auto;
                box-shadow: 0 2.5rem 1rem .2rem hsl(0 0% 0% / 25%);
                }
@media screen and (max-width: 768px) {
.back img{
                box-shadow: 0 2rem 1rem .2rem hsl(0 0% 0% / 25%);
                }
                }


/*=============================================

footer

=============================================*/

footer{
	width: 84%;
	height: auto;
	position: relative;
                padding: 8rem 0;
                margin: auto;
                max-width: 1344px;
                background-color: #fff;
                font-size: .9rem;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: nowrap;
                flex-direction: row;
                background: #f7f7f7;
	}
@media screen and (max-width: 768px) {
footer{
                padding: 5rem 0;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
	}
	}

footer a{
                color: #ff4e19;
	}

footer ul{
                height: auto;
	}

footer ul li{
	}

footer ul li a{
                display: block;
                position: relative;
                padding: .5em 0;
                border-bottom: 1px solid transparent;
                color: #ff4e19;
	}

footer ul li a.external p{
                padding-left: 1.5rem;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../images/arrow-up-right-b.svg);
	background-size: 1rem;
	}

/*
footer ul li:nth-child(1),
footer ul li:nth-child(2),
footer ul li:nth-child(3),
footer ul li:nth-child(4){
                margin-left: 1.5rem;
	}
*/

footer ul li:nth-child(5){
                margin-top: 1rem;
	}

footer ul li a:hover{
                color: #ff4e19;
                text-decoration: underline;
	}

footer ul li a.external:hover p{
	background-image: url(../images/arrow-up-right-o.svg);
	}

footer .address{
                display: block;
                line-height: 2em;
	}
@media screen and (max-width: 768px) {
footer .address{
                margin-top: 2rem;
	}
	}

footer .address a:hover{
                text-decoration: underline;
	}


/*--------------------------------------------------------------------------------------------------------

top

----------------------------------------------------------------------------------------------------------/


/*=============================================

intro

==============================================*/

.intro{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 5rem 0 0;
	}
@media screen and (max-width: 768px) {
.intro{
                padding: 5rem 0 0;
	}
	}

.intro h2{
                font-size: 2rem;
                line-height: 1em;
                font-weight: 600;
	}
@media screen and (max-width: 768px) {
.intro h2{
                font-size: 1.2rem;
	}
	}
@media screen and (max-width: 375px) {
.intro h2{
                font-size: 1.2rem;
	}
	}

.intro p.lead{
                font-size: 1rem;
                line-height: 1.8em;
                font-weight: 600;
                margin-top: 3rem;
	}
@media screen and (max-width: 768px) {
.intro p.lead{
                font-size: .8rem;
                margin-top: 2rem;
	text-align: justify;
	text-justify: inter-ideograph;
	}
	}

.intro p.cp{
                font-size: 2rem;
                line-height: 1em;
                font-weight: 600;
                margin-top: 3rem;
	}
@media screen and (max-width: 768px) {
.intro p.cp{
                font-size: 1.3rem;
                margin-top: 2rem;
	}
	}

.intro .innerlink{
                margin-top: 6rem;
	}
@media screen and (max-width: 768px) {
.intro .innerlink{
                margin-top: 5rem;
	}
	}

.intro p.role{
                position: absolute;
                bottom: -.5em;
                right: 0;
                text-align: right;
                font-size: .8rem;
                line-height: 1.9em;
                font-weight: 400;
                letter-spacing: .05em;
	}
@media screen and (max-width: 768px) {
.intro p.role{
                font-size: .7rem;
                line-height: 1.5em;
	}
	}



/*=============================================

workslist

==============================================*/

.workslist{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 5rem 0 0;
	}
@media screen and (max-width: 768px) {
.workslist{
                padding: 4rem 0 0;
	}
	}

.workslist ul{
                position: relative;
                width: 100%;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: wrap;
                flex-direction: row;
	}
@media screen and (max-width: 768px) {
.workslist ul{
                flex-direction: column;
	}
	}

.workslist ul li{
                position: relative;
                width: 47%;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: wrap;
                flex-direction: column;
	-webkit-transition:ease .5s;
	transition:ease .5s;
                margin-bottom: 4rem;
	}
.workslist ul li:first-child,
.workslist ul li:nth-child(3n+1){
                width: 100%;
	}
@media screen and (max-width: 768px) {
.workslist ul li{
                margin-bottom: 3rem;
                width: 100%;
	}
	}

.workslist ul li a{
                color: #111;
	}

.workslist ul li a .box{
                width: 100%;
                height: 100%;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	}

.workslist ul li a:hover .box{
                transform: scale(1.03);
                width: 100%;
                height: 100%;
                /*background-color: #ededed;*/
                background: #f7f7f7;
                box-shadow:  23px 23px 46px #e8e8e8, -23px -23px 46px #ffffff;
	}
@media screen and (max-width: 768px) {
.workslist ul li a:hover .box{
                transform: scale(1);
                background-color: transparent;
	}
	}

.workslist ul li picture img{
                width: 100%;
                height: auto;
	}

.workslist ul li h3{
                margin-top: 3rem;
                padding: 0 2rem;
                font-weight: 600;
                line-height: 1.5em;
	}
@media screen and (max-width: 768px) {
.workslist ul li h3{
                margin-top: 2rem;
                padding: 0 0;
                font-size: 1rem;
	}
	}

.workslist ul li .role{
                margin-top: 1rem;
                padding: 0 2rem 3rem;
                font-size: .9rem;
	}
@media screen and (max-width: 768px) {
.workslist ul li .role{
                padding: 0 0 2rem;
                font-size: .8rem;
	}
	}

.workslist ul li .date{
                position: absolute;
                bottom: 3rem;
                right: 2rem;
                font-size: .9rem;
	}
@media screen and (max-width: 768px) {
.workslist ul li .date{
                font-size: .8rem;
                bottom: 2rem;
                right: 0;
	}
	}



/*=============================================

archive

==============================================*/

.archive{
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
                padding: 5rem 0 0;
                background-color: #ededed;
	}
@media screen and (max-width: 768px) {
.archive{
                width: 100%;
                padding: 4rem 0 0;
	}
	}

.archive.tag{
                padding: 1rem 0 0;
	}
@media screen and (max-width: 768px) {
.archive.tag{
                padding: 1rem 0 0;
	}
	}

.archive p.sectiontitle{
                padding-left: 4rem;
	position: relative;
                font-size: 1rem;
                font-weight: 400;
                width: 84%;
                max-width: 1344px;
                margin: auto;
	}
.archive p.sectiontitle::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background-color: #111;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                }
@media screen and (max-width: 1024px) {
.archive p.sectiontitle{
                padding-left: 3rem;
                font-size: .9rem;
	}
	}

.archive ul{
                position: relative;
                width: 84%;
                max-width: 1344px;
                margin: auto;
                display: flex;
                align-items: flex-start;
                flex-wrap: wrap;
                flex-direction: row;
                column-gap: 8%;
                margin-top: 5rem;
	}
@media screen and (max-width: 768px) {
.archive ul{
                flex-direction: column;
                margin-top: 4rem;
	}
	}

.archive ul li{
                position: relative;
                width: 28%;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: wrap;
                flex-direction: column;
	-webkit-transition:ease .5s;
	transition:ease .5s;
                margin-bottom: 3rem;
	}
@media screen and (max-width: 768px) {
.archive ul li{
                width: 100%;
                margin-bottom: 2rem;
	}
	}

.archive ul li a{
                color: #111;
	}

.archive ul li a .box{
                width: 100%;
                height: 100%;
	-webkit-transition:ease .5s;
	transition:ease .5s;
	}

.archive ul li a:hover .box{
                transform: scale(1.03);
                width: 100%;
                height: 100%;
                /*background-color: #ededed;*/
                background: #f3f3f3;
                box-shadow:  23px 23px 46px #e8e8e8, -23px -23px 46px #ffffff;
	}
@media screen and (max-width: 768px) {
.archive ul li a:hover .box{
                transform: scale(1);
                background-color: transparent;
	}
	}

.archive ul li picture img{
                width: 100%;
                height: auto;
	}

.archive ul li h3{
                margin-top: 2rem;
                padding: 0 1.5rem 2rem;
                font-weight: 500;
                font-size: 1rem;
                line-height: 1.5em;
	}
@media screen and (max-width: 768px) {
.archive ul li h3{
                margin-top: 2rem;
                padding: 0 0 2rem;
                font-size: 1rem;
	}
	}

.archive ul li .role{
                display: none;
                margin-top: 1rem;
                padding: 0 2rem 3rem;
                font-size: .9rem;
	}
@media screen and (max-width: 768px) {
.archive ul li .role{
                padding: 0 0 2rem;
                font-size: .8rem;
	}
	}

.archive ul li .date{
                display: none;
                position: absolute;
                bottom: 3rem;
                right: 2rem;
                font-size: .9rem;
	}
@media screen and (max-width: 768px) {
.archive ul li .date{
                font-size: .8rem;
                bottom: 2rem;
                right: 0;
	}
	}

.works .contacts{
                margin-top: 0;
	}
@media screen and (max-width: 768px) {
.works .contacts{
                margin-top: 0;
	}
	}


/*=============================================

viewall

==============================================*/

.viewall{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 0;
	}
@media screen and (max-width: 768px) {
.viewall{
                padding: 0;
	}
	}

.viewall .innerlink{
                margin-top: 0;
	}
@media screen and (max-width: 768px) {
.viewall .innerlink{
                margin-top: 0;
	}
	}


/*--------------------------------------------------------------------------------------------------------

service

----------------------------------------------------------------------------------------------------------/


/*=============================================

service .intro

==============================================*/

.service .intro{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 6rem 0 0;
	}
@media screen and (max-width: 768px) {
.service .intro{
                padding: 5rem 0 0;
	}
	}

.service .intro h2{
                font-size: 2rem;
                line-height: 1em;
                font-weight: 600;
	}
@media screen and (max-width: 768px) {
.service .intro h2{
                font-size: 1.2rem;
	}
	}

.service .intro p.lead{
                font-size: 1.1rem;
                line-height: 2em;
                font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
                margin-top: 3rem;
                width: 80%;
                max-width: 800px;
	}
@media screen and (max-width: 1024px) {
.service .intro p.lead{
                line-height: 1.8em;
                width: 100%;
                min-width: 100%;
	}
	}
@media screen and (max-width: 768px) {
.service .intro p.lead{
                font-size: .9rem;
                margin-top: 3rem;
	text-align: justify;
	text-justify: inter-ideograph;
                width: auto;
                min-width: auto;
	}
	}


/*=============================================

servicelist

==============================================*/

.servicelist{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 8rem 0 0;
	}
@media screen and (max-width: 1024px) {
.servicelist{
                padding: 5rem 0 0;
	}
	}

.servicelist ul{
                position: relative;
                width: 100%;
                display: flex;
                justify-content: space-between;
                flex-wrap: wrap;
	}
@media screen and (max-width: 1024px) {
.servicelist ul{
                flex-direction: column;
	}
	}

.servicelist ul li{
                position: relative;
                width: 47%;
                display: flex;
                align-items: flex-start;
                margin-bottom: 5rem;
                color: #111;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li{
                margin-bottom: 2rem;
                width: 100%;
	}
	}

.servicelist ul li:nth-child(n+3){
                margin-bottom: 0;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li:nth-child(n+3){
                margin-bottom: 2rem;
	}
.servicelist ul li:last-child{
                margin-bottom: 0;
	}
	}

.servicelist ul li .box{
                width: 100%;
                height: 100%;
                color: #111;
	box-sizing: border-box;
                background-color: #fcfcfc;
                padding: 3rem 3rem 3rem 0;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	}

.servicelist ul li .num{
                padding-left: 3rem;
	position: relative;
                font-size: 1rem;
                font-weight: 500;
	}
.servicelist ul li .num::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -1rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background-color: #111;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                }
@media screen and (max-width: 1024px) {
.servicelist ul li .num{
                padding-left: 2.5rem;
                font-size: .9rem;
	}
	}

.servicelist ul li h3{
                padding-left: 3rem;
                margin-top: 3rem;
                font-size: 1.8rem;
                font-weight: 600;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li h3{
                padding-left: 2.5rem;
                margin-top: 2rem;
                font-size: 1.5rem;
	}
	}

.servicelist ul li .lead{
                padding-left: 3rem;
                margin-top: 2rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li .lead{
                padding-left: 2.5rem;
                margin-top: 1.5rem;
	}
	}

.servicelist ul li .role{
                padding-left: 3rem;
                margin-top: 2rem;
                line-height: 1.8em;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li .role{
                margin-top: 1rem;
                padding-left: 2.5rem;
	}
	}

.servicelist ul li .case{
	position: relative;
                display: inline-block;
                font-size: .9rem;
                font-weight: 500;
                color: #ff4e19;
                margin-left: 3rem;
                margin-top: 2rem;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                padding: .5em 2em .5em 0;
                border-bottom: 1px solid #ff4e19;
	}
@media screen and (max-width: 1024px) {
.servicelist ul li .case{
                font-size: .9rem;
	}
	}

.servicelist ul li a:hover .case{
                color: #ff4e19;
	}

.servicelist ul li a .case::after{
	content: '';
	position: absolute;
	top: 50%;
	right: -.5em;
	transform: translateY(-50%);
	width: 1rem;
	height: 1px;
	background-color: #ff4e19;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                }

.servicelist ul li a:hover .case::after {
	right: -2.5em;
	width: 3rem;
	}



/*--------------------------------------------------------------------------------------------------------

works and list

----------------------------------------------------------------------------------------------------------/


/*=============================================

works .menu



.works .intro {
	width: 100%;
	}

.works .intro ._scroll {
                padding-top: 5rem;
                overflow: auto;
                -webkit-overflow-scrolling: touch;
	}
@media screen and (max-width: 767px) {
.works .intro ._scroll {
                padding-top: 3rem;
	}
	}

.works .intro ._scroll::-webkit-scrollbar{
                display: none;
                }
.works .intro ._scroll::-webkit-scrollbar-track{
                background: #fff;
                }
.works .intro ._scroll::-webkit-scrollbar-thumb {
                background: #fff;
                }

.works .intro ul {
	width: 100%;
                height: auto;
                margin: auto;
                padding: 0 2rem;
                position: relative;
	text-align: center;
	}
@media screen and (max-width: 767px) {
.works .intro ul {
	width: auto;
	white-space: nowrap;
                padding: 0 2rem;
	}
	}

.works .intro ul li {
	display: inline-block;
                height: 2em;
	padding: 0 1rem;
	}
@media screen and (max-width: 767px) {
.works .intro ul li {
	padding: 0 .5rem;
	}
	}

==============================================*/



.works .intro {
	width: 100%;
                padding-bottom: 5rem;
	}
@media screen and (max-width: 768px) {
.works .intro {
                padding-top: 4rem;
                padding-bottom: 4rem;
	}
	}

.works .intro ._scroll {
                }

.works .intro ul {
	width: 84%;
                height: auto;
                margin: .5rem auto;
                position: relative;
                font-size: .9rem;
	text-align: left;
	}
@media screen and (max-width: 1024px) {
.works .intro ul {
	width: 84%;
	}
	}
@media screen and (max-width: 768px) {
.works .intro ul {
	width: 84%;
	}
	}

.works .intro ul li {
	display: inline-block;
                height: 2em;
	padding: 0 .75rem;
	}
@media screen and (max-width: 1024px) {
.works .intro ul li {
	padding: 0 .5rem;
	}
	}

.works .intro ul li a{
                padding: .5em 0;
                border-bottom: 1px solid transparent;
	-webkit-transition: ease .5s;
	transition: ease .5s;
	}
@media screen and (max-width: 768px) {
.works .intro ul li a{
                padding: .5em 0 .2em;
	}
	}

.works .intro ul li a:hover{
                border-bottom: 1px solid #ff4e19;
	}

.works .intro ul li.stay a{
                font-weight: 600;
                border-bottom: 1px solid #ff4e19;
	}




/*=============================================

works .workslist

==============================================*/

.works .workslist{
                padding: 0 0 0;
	}
@media screen and (max-width: 768px) {
.works .workslist{
                padding: 0 0 0;
	}
	}

.works .workslist ul li:first-child,
.works .workslist ul li:nth-child(3n+1){
                width: 47%;
	}
@media screen and (max-width: 768px) {
.works .workslist ul li{
                margin-bottom: 3rem;
                width: 100%;
	}
.works .workslist ul li:first-child,
.works .workslist ul li:nth-child(3n+1){
                width: 100%;
	}
	}




/*--------------------------------------------------------------------------------------------------------

works and detail

----------------------------------------------------------------------------------------------------------/

/*=============================================

works .detail

==============================================*/

.work main{
                width: 100%;
                max-width: 100%;
                height: auto;
                margin: auto;
	}

@media screen and (max-width: 768px) {
.work .intro {
                padding: 4rem 0 0;
                }
                }

.detail{
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
                padding: 0;
	}
@media screen and (max-width: 768px) {
.detail {
                padding: 0;
	}
	}

/*=============================================

works .detail leading

==============================================*/

.detail .leading{
                position: relative;
                width: 84%;
                max-width: 1344px;
                height: auto;
                margin: auto;
	}

.detail .leading h2{
                font-size: 2.5rem;
                font-weight: 600;
	}
@media screen and (max-width: 768px) {
.detail .leading h2{
                font-size: 1.8rem;
                line-height: 1.4em;
	}
                }

.detail .leading p{
                margin-top: 2rem;
                font-size: 1.5rem;
	}
@media screen and (max-width: 768px) {
.detail .leading p{
                margin-top: 1rem;
                font-size: 1rem;
	}
                }

.detail .leading ul{
                position: relative;
                width: 100%;
                height: auto;
                margin-top: 4rem;
	}
@media screen and (max-width: 768px) {
.detail .leading ul{
                margin-top: 3rem;
	}
                }

.detail .leading ul li {
                position: relative;
                width: 100%;
                height: auto;
                display: flex;
                align-items: flex-start;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: row;
                padding: .4rem 0 0;
                line-height: 1.6em;
                font-size: 1rem;
	}
@media screen and (max-width: 768px) {
.detail .leading ul li {
                padding: .2rem 0 0;
                font-size: .8rem;
                }
                }

.detail .leading ul li div {
                position: relative;
	}

.detail .leading ul li div:first-child {
                min-width: 8em;
	}
@media screen and (max-width: 768px) {
.detail .leading ul li div:first-child {
                min-width: 6em;
	}
	}

.detail .leading ul li div:first-child::after {
	position: absolute;
	right: 1em;
	content: ':';
	}

.detail .leading .gotoweb {
                position: absolute;
                bottom: 0;
                right: 0;
                }
@media screen and (max-width: 768px) {
.detail .leading .gotoweb {
                position: relative;
                bottom: auto;
                right: auto;
                margin-top: 2rem;
                }
                }

.detail .leading .gotoweb p{
                display: block;
                position: relative;
                background-position: left center;
                background-repeat: no-repeat;
                background-image: url(../images/link.svg);
                background-size: 1.4em;
                padding-left: 2.5rem;
                }

.detail .leading .gotoweb p a{
                height: 2em;
                line-height: 2em;
                border-bottom: 1px solid transparent;
	-webkit-transition: ease .5s;
	transition: ease .5s;
                font-size: 1rem;
                }
@media screen and (max-width: 768px) {
.detail .leading .gotoweb p a{
                font-size: .9rem;
                }
	}

.detail .leading .gotoweb p a:hover{
                height: 2em;
                line-height: 2em;
                border-bottom: 1px solid #ff4e19;
                }

/*=============================================

works .detail imagevisual

==============================================*/

.detail .imagevisual{
                margin-top: 8rem;
                position: relative;
                width: 100%;
                height: auto;
	}
.detail .imagevisual:before {
	content:"";
	display: block;
	padding-top: 55%;
	}
.detail .imagevisual div {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	}
@media screen and (max-width: 768px) {
.detail .imagevisual{
                margin-top: 4.5rem;
	}
                }

.detail .imagevisual img {
                width: 100%;
                height: auto;
	}

/*=============================================

works .detail words

==============================================*/

.detail .words{
                position: relative;
                width: 84%;
                max-width: 1344px;
                height: auto;
                margin: auto;
                margin-top: 8rem;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                flex-wrap: nowrap;
                flex-direction: row;
                }
@media screen and (max-width: 768px) {
.detail .words{
                margin-top: 5rem;
                flex-direction: column;
                }
                }

.detail .words div{
                position: relative;
                width: calc(45% - 3rem);
                height: auto;
                margin-left: 3rem;
                }
@media screen and (max-width: 768px) {
.detail .words div{
                width: calc(100% - 3rem);
                margin-left: 3rem;
                }
.detail .words div:last-child{
                margin-top: 3rem;
                }
                }

.detail .words div p{
                font-size: 1rem;
                position: relative;
                }

.detail .words div p:first-child{
                font-weight: 500;
	}

.detail .words div p:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background-color: #111;
                }

.detail .words div p:last-child{
                margin-top: 2rem;
                line-height: 2em;
                text-align: justify;
                text-justify: inter-ideograph;
                }
@media screen and (max-width: 768px) {
.detail .words div p:last-child{
                line-height: 1.8em;
                }
                }


/*=============================================

works .detail product

==============================================*/

.detail .product{
                position: relative;
                width: 100%;
                height: auto;
                margin: auto;
                margin-top: 3rem;
                }

.detail .product .inner{
                position: relative;
                width: 84%;
                max-width: 1344px;
                height: auto;
                margin: auto;
                }

.detail .product .inner .column {
                width: 100%;
                max-width: 1600px;
                padding: 5rem 0;
                display: flex;
                gap: 0 5%;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column {
                padding: 3rem 0;
                flex-wrap: wrap;
                gap: 1.5rem 5%;
                justify-content: space-between;
                }
.detail .product .inner .column {
                flex-wrap: wrap;
                gap: 6rem 5%;
                }
.detail .product .inner .column.grid {
                flex-wrap: wrap;
                gap: 1.8rem 7%;
                justify-content: space-between;
                }
                }

.detail .product .inner .column picture{
                width: 100%;
                height: auto;
                box-shadow:  23px 23px 46px #e3e3e3;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column picture {
                width: 100%;
                height: auto;
                }
.detail .product .inner .column.grid picture{
                width: 45.5%;
                height: auto;
                }
                }

.detail .product .inner .column.middle picture{
                width: 60%;
                margin: auto;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column.middle picture{
                width: 100%;
                height: auto;
                }
                }

.detail .product .inner .column picture img{
                /*border: 10px solid #fff;*/
                width: 100%;
                height: auto;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column picture img{
                /*border: 5px solid #fff;*/
                }
                }

.detail .product .inner .column video{
                /*border: 10px solid #fff;*/
                width: 100%;
                height: auto;
                }

.detail .product .inner .column.small video{
                width: 75%;
                height: auto;
                margin: auto;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column.small video{
                width: 100%;
                }
                }

.youtube {
                width: 100%;
                aspect-ratio: 16 / 9;
                }
.youtube iframe {
                width: 100%;
                height: 100%;
                }


/*
.detail .product .inner .column.web picture img{
                border: 10px solid #333;
                }
@media screen and (max-width: 768px) {
.detail .product .inner .column.web picture img{
                border: 5px solid #333;
                }
                }
*/

/*=============================================

works .detail staff

==============================================*/

.detail .staff{
                position: relative;
                width: 84%;
                max-width: 1344px;
                height: auto;
                margin: auto;
                margin-top: 5rem;
                }
@media screen and (max-width: 768px) {
.detail .staff{
                margin-top: 4rem;
                }
                }

.detail .staff div{
                position: relative;
                width: calc(100% - 3rem);
                height: auto;
                margin-left: 3rem;
                }
@media screen and (max-width: 768px) {
.detail .staff div:last-child{
                margin-top: 3rem;
                }
                }

.detail .staff div p{
                font-size: 1rem;
                position: relative;
                }

.detail .staff div p:first-child{
                font-weight: 500;
	}

.detail .staff div p:first-child::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -3rem;
	transform: translateY(-50%);
	width: 2rem;
	height: 1px;
	background-color: #111;
                }

.detail .staff div p:last-child{
                margin-top: 2rem;
                line-height: 2em;
                text-align: justify;
                text-justify: inter-ideograph;
                }
@media screen and (max-width: 768px) {
.detail .staff div p:last-child{
                line-height: 1.8em;
                }
                }



/*--------------------------------------------------------------------------------------------------------

corporate

----------------------------------------------------------------------------------------------------------/


/*=============================================

corporate .intro

==============================================*/

.corporate .intro{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 6rem 0 0;
	}
@media screen and (max-width: 768px) {
.corporate .intro{
                padding: 5rem 0 0;
	}
	}

.corporate .intro h2{
                font-size: 2rem;
                line-height: 1em;
                font-weight: 600;
	}
@media screen and (max-width: 768px) {
.corporate .intro h2{
                font-size: 1.2rem;
	}
	}

.corporate .intro p.lead{
                font-size: 1.1rem;
                line-height: 2em;
                font-weight: 400;
	text-align: justify;
	text-justify: inter-ideograph;
                margin-top: 1rem;
                width: 80%;
                max-width: 800px;
	}
@media screen and (max-width: 1024px) {
.corporate .intro p.lead{
                line-height: 1.8em;
                width: 100%;
                min-width: 100%;
	}
	}
@media screen and (max-width: 768px) {
.corporate .intro p.lead{
                font-size: 1rem;
                width: auto;
                min-width: auto;
	}
	}

.corporate .wrap{
                position: relative;
                width: 84%;
                height: auto;
                margin: auto;
                padding: 6rem 0 0;
                display: flex;
                justify-content: space-between;
                flex-wrap: nowrap;
                flex-direction: row;
	}
@media screen and (max-width: 1024px) {
.corporate .wrap{
                flex-direction: column;
	}
	}

.corporate .wrap .inner{
                width: 33.33%;
                border-left: 1px solid #dedede;
                padding-left: 3em;
	}
@media screen and (max-width: 1024px) {
.corporate .wrap .inner{
                width: 100%;
                border-left: none;
                padding-left: 0;
	}
	}

.corporate .wrap .inner p{
                margin-bottom: 2rem;
                line-height: 1.8em;
	}

.corporate .wrap .inner p span{
                font-weight: 600;
                display: block;
	}

.corporate .wrap .inner p a:hover{
                text-decoration: underline;
	}


/*=============================================

dekotora

==============================================*/


.dekotora{
	width: 100%;
	height: auto;
	margin: 50px auto 100px;
	}
@media screen and (max-width: 768px) {
.dekotora{
	width: 100vw;
	height: auto;
	margin: 20px calc(50% - 50vw) 80px;
	}
	}

.dekotora img{
	width: 100%;
	height: auto;
	}


/*=============================================

banner

==============================================*/

.banner{
	width: calc(100% - 60px);
	height: auto;
	margin: 150px auto 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: nowrap;
	flex-direction: row;
	column-gap: 30px;
	}
@media screen and (max-width: 768px) {
.banner{
	width: 84%;
	margin: 80px auto 60px;
	flex-wrap: wrap;
	flex-direction: column;
	row-gap: 10px;
	}
	}

.banner a{
	width: 100%;
	height: auto;
	}

.banner a img{
	width: 100%;
	height: auto;
	}


h2._works{
                border-top: 1px solid #000;
                padding-top: 50px;
                padding-bottom: 50px;
                font-size: 1.1rem;
                line-height: 1em;
                font-weight: 500;
                }


/*=============================================

feature

==============================================*/

.feature{
	width: 100%;
	height: auto;
	margin: 150px auto 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	}
@media screen and (max-width: 768px) {
.feature{
	width: 100%;
	margin: 80px auto 0;
	}
	}

.feature a{
	width: 84%;
	height: auto;
	}

.feature a img{
	width: 100%;
	height: auto;
	}











