@charset "utf-8";

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Body
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
body {
	position: relative;
	overflow: hidden;
	font-size: 100%;
	word-wrap: break-word;
	-webkit-overflow-scrolling: touch;
	-webkit-text-size-adjust: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	opacity: 1;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
}
.sp, .nobr {
	display: none!important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Header
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
header {
	position: fixed;
    width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
        align-content: center;
		align-items: center;
    z-index: 10000;
    background: #fff;
}
header .header_bg {
	display: none;
}
header a.headerLogo {
	position: absolute;
    width: 50%;
    height: 50px;
    left: 10px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
    z-index: 20000;
    background: url("../images/logo.svg") no-repeat left center;
    background-size: contain;
}

/* 背景が左から右に流れるボタン */
a.btnContact {
	position: absolute;
    width: 200px;
    height: 50px;
    top: 25;
    right: 80px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding-left: 50px;
	font: 400 1.3em/1em arial-narrow, "sans-serif";
	letter-spacing: 0.05em;
	transition: 0.3s;
	color: #fff;
	border-radius: 3px;
	background: #00a971;
	box-sizing: border-box;
}
header a.btnContact::after {
	position: absolute;
	content: '';
    width: 60px;
    height: 30px;
	left: 0;
    display: block;
	border-right: solid 1px #000;
    background: url("../images/icon_mail.svg") no-repeat center center;
    background-size: 20px 20px;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(355deg) brightness(122%) contrast(116%);
}
a.btnContact span {
	position: relative;
}
a.btnContact::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.3s ease;
	transition-property: transform;
	background: #004e55;
	box-sizing: border-box;
}
a.btnContact:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【ヘッダー】グローバルナビ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.openMenu {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
    z-index: 20000;
}
.btn_nav {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 15px;
	right: 10px;
    border-radius: 25px;
    background: #004e55;
}
.open_nav,
.close_nav {
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
	cursor: pointer;
}
.open_nav .line1,
.open_nav .line2,
.open_nav .line3 {
	position: absolute;
	width: 30px;
	height: 1px;
	left: calc(50% - 15px);
    display: block;
	background: #f9fbf7;
	transform: rotate(0deg);
    transition: all 200ms;
}
.open_nav .line1 {
	top: 17px;
}
.open_nav .line2,
.close_nav .line2 {
	top: 25px;
}
.open_nav .line3 {
	top: 33px;
}
.close_nav .line1,
.close_nav .line3 {
	position: absolute;
    width: 36px;
	height: 1px;
    top: 25px;
	left: calc(50% - 18px);
    display: block;
	background: #f9fbf7;
    transition: all 200ms;
}
.close_nav .line1 {
	transform: rotate(-45deg);
}
.close_nav .line2 {
	display: none;
}
.close_nav .line3 {
	transform: rotate(45deg);
}
.sp_nav_wrap {
	position: absolute;
	width: 100%;
	height: calc(100vh);
	top: 0;
	right: 0;
	display: none;/*表示・非表示*/
	z-index: 10000;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background: #004e55;
	box-sizing: border-box;
}
.sp_nav {
	width: 70%;
	height: auto;
	display: block;
	margin: 80px auto;
}
.sp_nav ul.sp_nav_menu {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    margin: 0 auto;
}
.sp_nav ul.sp_nav_menu li {
	position: relative;
    width: 100%;
	display: block;
}
.sp_nav ul.sp_nav_menu li+li {
	border-top: solid 1px rgba(255,255,255,0.5);
}
.sp_nav ul.sp_nav_menu li a,
.sp_nav ul.sp_nav_menu li p {
	width: 100%;
    height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	padding: 0 5px;
    font-size: 1.4em;
    line-height: 1em;
    letter-spacing: 0.05em;
	color: #fff;
    box-sizing: border-box;
}
.sp_nav ul.sp_nav_menu li a {
	background: url("../images/arrow_w.svg") no-repeat right 10px center;
	background-size: 12px 12px;
}
.sp_nav ul.sp_nav_menu li a:active {
	transition: all 200ms;
    opacity: 0.7;
}
.sp_nav ul.sp_nav_menu li ul#serviceMenu {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
}
.sp_nav ul.sp_nav_menu li ul#serviceMenu li {
	width: 100%;
	height: 60px;
	display: block;
    margin-top: 5px;
}
.sp_nav ul.sp_nav_menu li ul#serviceMenu li a {
	width: 100%;
	height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content:  center;
		align-items: center;
	padding: 0 20px;
	font-size: 1.3em;
	font-weight: normal;
	line-height: 1em;
	text-align: left;
    color: #fff;
    border-radius: 3px;
	background: url("../images/arrow_w.svg") no-repeat right 10px center;
	background-size: 12px 12px;
	box-sizing: border-box;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
 Common
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
main {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding-top: 80px;
}
.wrap {
    width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 60px 0;
}
.block {
	position: relative;
    width: 90%;
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    margin: 0 auto;
}
.reverse {
	flex-direction: row-reverse;
}
.bgc_green {
	background: #00a971;
}
.bgc_light_green {
	background: #f9fbf7;
}
.coming_soon {
    width: 480px;
	margin: 40px auto;
}

/*【共通】ページタイトル*/
.pageTitle {
    position: relative;
    width: 100%;
    height: 200px;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    margin-bottom: 40px;
	padding-top: 60px;
	border-bottom: solid 10px #004e55;
	background: url("../images/top/main_bg.webp") no-repeat top center;
	background-size: cover;
    box-sizing: border-box;
}
.pageTitle .block {
	height: 100%;
}
.pageTitle h2 {
	position: relative;
    width: 100%;
	height: 80px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	z-index: 2000;
	padding-left: 80px;
    font-size: 1.6em;
	line-height: 1em;
	box-sizing: border-box;
}
.pageTitle h2::before {
	position: absolute;
    content: '';
    width: 100px;
    height: 70px;
    left: -20px;
	display: block;
	background: url("../images/mark_cross.svg") no-repeat left center;
	background-size: contain;
}
.pageTitle h2 span {
	width: 100%;
	display: block;
    margin-bottom: 10px;
    font: 700 2em/1em arial-narrow, "sans-serif";
    color: #004e55;
}
.pageTitle .subTitle {
	position: absolute;
    width: 100%;
	height: 40px;
	bottom: -10px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	background: #004e55;
}
.pageTitle .subTitle strong {
	width: 96%;
	display: block;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 1em;
	color: #fff;
}
.pageTitle .title_img {
	position: absolute;
	width: 50%;
	height: 200px;
	right: 0;
	top: 40px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	overflow: hidden;
	z-index: 1000;
}
.pageTitle .title_img img {
	width: auto;
	height: 100%;
	display: block;
	object-fit: cover;
	object-position: 0 50%;
}

/*【共通】パンくずリスト*/
ul.topicpath {
    position: absolute;
    width: 60%;
    bottom: -50px;
	left: 0;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
    z-index: 2000;
    box-sizing: border-box;
}
ul.topicpath li {
    width: auto;
    height: 20px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
    padding: 0 15px;
    font-size: 1.1em;
	line-height: 1em;
}
ul.topicpath li+li {
    border-left: solid 1px rgba(0,0,0,0.2);
}
ul.topicpath li a {
    text-decoration: underline;
}
ul.topicpath li a:hover {
    font-weight: bold;
    transition: all 200ms;
}

/*【共通】中タイトル*/
.midTitle {
	position: relative;
    width: auto;
	min-width: 360px;
	min-height: 80px;
	display: flex;
		justify-content: space-between;
		align-content: space-between;
		align-items: center;
        flex-wrap: wrap;
	margin-bottom: 40px;
}
.midTitle .en {
	width: 70%;
	display: block;
	margin: 0 10% 0 0;
    padding-top: 5px;
    font: 700 2.4em/1em arial-narrow, "sans-serif";
    color: #004e55;
	border-top: solid 5px #bfddad;
	box-sizing: border-box;
}
.midTitle .jp {
	width: 70%;
	display: block;
	margin: 0 0 0 10%;
	padding-bottom: 5px;
    font-size: 1.6em;
	line-height: 1em;
	text-align: right;
	border-bottom: solid 5px #004e55;
	box-sizing: border-box;
}
.bgc_green .midTitle .jp {
	color: #fff;
	border-bottom: solid 5px #fff;
}

/*【共通】ボタンデザイン*/
.btnBlock {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
}
a.btnDetail {
	position: relative;
    width: 200px;
    height: 50px;
	display: flex;
		justify-content: center;
        align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding-left: 50px;
	font: 400 1.3em/1em arial-narrow, "sans-serif";
	letter-spacing: 0.05em;
	transition: 0.3s;
	color: #fff;
	border-radius: 3px;
	background: #00a971;
	box-sizing: border-box;
}
a.btnDetail::after {
	position: absolute;
	content: '';
    width: 50px;
    height: 30px;
	left: 0;
    display: block;
	border-right: solid 1px #000;
    background: url("../images/arrow.svg") no-repeat center center;
    background-size: 12px 12px;
	filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(355deg) brightness(122%) contrast(116%);
}
a.btnDetail span {
	position: relative;
}
a.btnDetail::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: block;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.3s ease;
	transition-property: transform;
	border: solid 1px rgba(255,255,255,0.5);
	border-radius: 5px;
	background: #004e55;
	box-sizing: border-box;
}
a.btnDetail:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .title,
#home .title_w,
#service .title {
	position: relative;
    width: 100%;
	height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin-bottom: 60px;
	padding-left: 80px;
    font-size: 1.4em;
	line-height: 1em;
	box-sizing: border-box;
}
#home .title::before,
#home .title_w::before,
#service .title::before {
	position: absolute;
    content: '';
    width: 80px;
    height: 60px;
    left: -10px;
	display: block;
	background: url("../images/mark_cross.svg") no-repeat center center;
	background-size: contain;
}
#home .title_w::before {
	background: url("../images/mark_cross_w.svg") no-repeat center center;
}
#home .title span,
#home .title_w span,
#service .title span {
	width: 100%;
	display: block;
    margin-bottom: 10px;
    font: 700 2em/1em arial-narrow, "sans-serif";
    color: #004e55;
}
#home .title_w,
#home .title_w span {
	color: #fff;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】メインビジュアル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .mainVisual {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    background: url("../images/top/main_bg.webp") no-repeat center top;
	background-size: cover;
    box-sizing: border-box;
	transition: all 200ms;
}

/*メイン上部*/
#home .mainVisual .mainVisual_top {
	position: relative;
	width: 90%;
	height: 240px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
	margin: 0 auto;
	box-sizing: border-box;
}
#home .mainVisual .mainVisual_top .mainVisual_top_copy {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
}
#home .mainVisual .mainVisual_top .mainVisual_top_copy img {
	width: 100%;
	display: block;
	margin: 10px auto;
	transition: all 200ms;
}
#home .mainVisual .mainVisual_top .mainVisual_top_copy img:nth-of-type(1) {
	height: 30px;
	
}
#home .mainVisual .mainVisual_top .mainVisual_top_copy img:nth-of-type(2) {
	height: 50px;
}
#home .mainVisual .mainVisual_top .mainVisual_top_copy img:nth-of-type(3) {
	height: 30px;
}

/*スライド*/
#home .mainVisual .slideBlock {
	position: absolute;
	width: auto;
	height: 400px;
	aspect-ratio: 527/425;
	top: 220px;
	right: -20px;
	display: flex;
		justify-content: center;
        align-content: flex-end;
        align-items: flex-end;
	z-index: 2000;
    box-sizing: border-box;
	transition: all 200ms;
}
#home .mainVisual .slideBlock ul.bxslider {
	position: relative;
	width: 100%;
    display: block;
}
#home .mainVisual .slideBlock ul.bxslider li {
	width: 100%;
    display: block;
}
#home .mainVisual .slideBlock ul.bxslider li img.image {
	width: 100%;
	display: block;
	object-fit: contain;
	object-position: 50% 50%;
	transition: all 200ms;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	width: auto;
    bottom: 30px;
    right: 30px;
}
.bx-wrapper .bx-pager {
	text-align: center;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #ddd;
	text-indent: -9999px;
	display: block;
	width: 30px;
	height: 2px;
	margin: 0 2px;
	outline: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #00a971;
	opacity: 1;
}

/*メイン下部*/
#home .mainVisual .mainVisual_bottom {
	position: relative;
	width: 100%;
	height: 360px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
    background: url("../images/top/main_image.webp") no-repeat center center;
	background-size: cover;
}
#home .mainVisual .mainVisual_bottom img {
	position: absolute;
	width: 35%;
	top: 10%;
	left: 5%;
	display: block;
}
#home .mainVisual .mainVisual_bottom .homeNews_bg {
    display: none;
}

/*-- 【Home】お知らせ --*/
#home .homeNews {
    position: relative;
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin: 0;
	padding: 20px 5% 40px;
	background: #f7f7f7;
    box-sizing: border-box;
}
#home .homeNews .homeNews_title {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    margin: 20px 0;
    font: 700 3.4em/1em arial-narrow, "sans-serif";
    color: #00a971;
}
#home .homeNews a.news_btn {
	position: absolute;
    width: auto;
    height: 20px;
    top: 50px;
    right: 5%;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	font: 400 1.6em/1em arial-narrow, "sans-serif";
	
	box-sizing: border-box;
}
#home .homeNews a.news_btn::before {
	content: '';
	width: 12px;
    height: 12px;
	display: inline-block;
	margin-right: 10px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(53%) sepia(89%) saturate(3525%) hue-rotate(131deg) brightness(91%) contrast(101%);
}
#home .homeNews .inner {
	position: relative;
    width: 100%;
	
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    z-index: 5000;
    box-sizing: border-box;
}
#home .homeNews a.news_btn:hover {
	text-decoration: underline;
    color: #00a971;
}
#home .homeNews dl.list {
	width: 100%;
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 15px 0;
	font-size: 1.3em;
	line-height: 1.4em;
	
    box-sizing: border-box;
}
#home .homeNews dl.list dt {
	position: relative;
    width: 140px;
	display: inline-block;
}
#home .homeNews dl.list dd {
	width: calc(100% - 140px);
	display: inline-block;
}
#home .homeNews dl.list dd a {
	
}
#home .homeNews dl.list dd a:hover {
	text-decoration: underline;
    color: #00a971;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】当社について
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeAbout {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 60px 0;
    background: url("../images/top/about_bg.webp") no-repeat right top;
	background-size: 53.125%;
}
#home .homeAbout section {
	position: relative;
    width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
    box-sizing: border-box;
}
#home .homeAbout dl {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: space-around;
		align-items: center;
        flex-wrap: wrap;
}
#home .homeAbout dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font: 900 2.8em/1.2em "source-han-sans-cjk-ja", sans-serif;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
}
#home .homeAbout dl dd {
	width: 100%;
    display: block;
    margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#home .homeAbout img.photo {
	width: 60%;
    display: block;
    margin: -60px 0 0 auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】事業内容
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeService {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	box-sizing: border-box;
}
#home .homeService section {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    padding: 60px 0;
    box-sizing: border-box;
}
#home .homeService section:nth-of-type(odd) {
	background: url("../images/top/service_bg_01.webp") no-repeat center center;
	background-size: cover;
}
#home .homeService section:nth-of-type(even) {
	background: url("../images/top/service_bg_02.webp") no-repeat center center;
	background-size: cover;
}
#home .homeService section:nth-of-type(even) .block {

}
#home .homeService section .block {
	width: 90%;
}
#home .homeService section h3 {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
    font: 900 2.4em/1em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	color: #bfddad;
}
#home .homeService section h3 .number {
	width: 100px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font: 400 3em/1em arial-narrow, "sans-serif";
    color: #bfddad;
}
#home .homeService section h3 .number::before {
	content: 'SERVICES';
	width: 100%;
	display: block;
    font-size: 0.15em;
    line-height: 1.2em;
}
#home .homeService section img.photo {
	width: 40%;
	aspect-ratio: 78/68;
    display: block;
	align-self: flex-start;
	margin-left: -8%;
}
#home .homeService section .textBox {
	width: 65%;
    display: flex;
		justify-content: space-between;
		align-content: flex-end;
		align-items: flex-end;
        flex-wrap: wrap;
	box-sizing: border-box;
}
#home .homeService section .textBox dl {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	color: #fff;
    box-sizing: border-box;
}
#home .homeService section .textBox dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
    line-height: 1.2em;
	font-feature-settings: "palt";
}
#home .homeService section .textBox dl dd {
	width: 100%;
    display: block;
    margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}
#home .homeService section .textBox dl a.btnDetail {
	margin-left: auto;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【Home】施工事例
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#home .homeResults {
	position: relative;
    width: 100%;
	min-height: 360px;
	display: flex;
		justify-content: center;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
    padding: 80px 0;
	background: #f7f7f7;
    box-sizing: border-box;
}
#home .homeResults .homeResults_text,
#service .results_text {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#home .homeResults .homeResults_text p,
#service .results_text p {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font: 900 2em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#home .homeResults .homeResults_text p br,
#service .results_text p br {
	display: none;
}
#home .homeResults .homeResults_text a.btnDetail,
#service .results_text a.btnDetail {
	position: absolute;
	bottom: 30px;
	right: 0;
}

/*スライド*/
.slideBlock {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    /*overflow: hidden;*/
}
.slideBlock ul.slider,
#results ul.list {
    position: relative;
    width: calc(100% - 100px);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
	margin: 20px auto 0;
}
#results ul.list {
    width: 100%;
	justify-content: space-between;
    flex-wrap: wrap;
	margin: 0 auto;
}
.slideBlock ul.slider li,
#results ul.list li {
    width: 300px;
    display: block;
	align-self: stretch;
    margin: 0 15px;
    background: #fff;
    box-sizing: border-box;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
}
#results ul.list li {
    width: 48%;
    margin: 20px 0;
}
.slideBlock ul.slider li img,
#results ul.list li img {
    width: 100%;
    aspect-ratio: 1/1;
	display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
.slideBlock ul.slider li div,
#results ul.list li div {
	width: 100%;
    display: block;
    padding: 0 15px 20px;
	box-sizing: border-box;
}
.slideBlock ul.slider li div dl,
#results ul.list li div dl {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin: 0 auto;
	padding: 10px;
	border-left: solid 1px #00a971;
	box-sizing: border-box;
}
.slideBlock ul.slider li div dl span,
#results ul.list li div dl span {
	position: absolute;
	width: 120px;
	height: 30px;
	top: -30px;
	left: -1px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font-size: 1.2em;
    line-height: 1em;
	color: #fff;
	background: #00a971;
}
.slideBlock ul.slider li div dl h3,
#results ul.list li div dl h3 {
	width: 100%;
	height: 2.8em;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	overflow: hidden;
	margin: 5px 0;
	font-size: 1.5em;
    line-height: 1.4em;
}
.slideBlock ul.slider li div dl dt,
.slideBlock ul.slider li div dl dd,
#results ul.list li div dl dt,
#results ul.list li div dl dd {
	display: inline-block;
	margin: 5px 0;
	font-size: 1.2em;
    line-height: 1.4em;
}
.slideBlock ul.slider li div dl dt,
#results ul.list li div dl dt {
	width: 3em;
	color: #00a971;
}
.slideBlock ul.slider li div dl dd,
#results ul.list li div dl dd {
	width: calc(100% - 4em);
}

/* Arrows */
.slick-prev,
.slick-next {
    position: absolute;
    width: 40px;
    height: 40px;
    bottom: 0;
    display: block;
    z-index: 1000;
    padding: 0;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 20px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.slick-prev {
    left: -40px;
    background: #004e55;
}
.slick-prev::before {
    content: '';
	width: 40px;
    height: 40px;
	display: block;
    background: url("../images/arrow_w.svg") no-repeat center center;
    background-size: 20px 20px;
	transform: rotate(180deg);
}
[dir="rtl"] .slick-prev {
    left: -40px;
    right: auto;
}
.slick-next {
    right: -40px;
    background: #004e55;
}
.slick-next::before {
    content: '';
	width: 40px;
    height: 40px;
	display: block;
    background: url("../images/arrow_w.svg") no-repeat center center;
    background-size: 20px 20px;
}
[dir="rtl"] .slick-next {
    right: -40px;
    left: auto;
}
.slick-prev:hover,
.slick-next:hover {
    transition: all 200ms;
    opacity: 0.7;
}
.slick-prev:focus,
.slick-next:focus {
    /*outline: none;
    background: transparent;
    color: transparent;*/
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
    outline: none;
    font-family: "slick";
    font-size: 0;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Dots */
.slick-dotted.slick-slider {
    display: none;
}



/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
旭テクノについて
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#about dl.mainText {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 20px;
    box-sizing: border-box;
}
#about dl.mainText dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font: 900 2.8em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#about dl.mainText dd {
	width: 100%;
    display: block;
    margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.8em;
    text-align: justify;
}

/*社長メッセージ*/
#about .greeting {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 0 0 auto;
}
#about .greeting .box {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 20px;
}
#about .greeting .copy {
	position: relative;
	width: 48%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
}
#about .greeting .copy h4 {
	width: 100%;
	display: block;
    font: 900 2.4em/1.4em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#about .greeting .copy span {
	position: absolute;
	width: 100%;
	bottom: 0;
    display: block;
	font-size: 1.2em;
    line-height: 1.6em;
    text-align: right;
}
#about .greeting img {
	width: 48%;
    display: block;
}
#about .greeting p {
	width: 100%;
    display: block;
    margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.6em;
    text-align: justify;
}

/*旭テクノの強み*/
#about .advantage {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 20px 0;
}
#about .advantage .imgBox {
	width: 96%;
	height: 360px;
    display: block;
}
#about .advantage .imgBox img {
	width: 100%;
	height: 100%;
    display: block;
	object-fit: cover;
	object-position: 50% 50%;
}
#about .advantage .box {
	width: 90%;
    display: flex;
		align-content: flex-start;
		align-items: flex-start;
	margin: -40px auto 0;
}
#about .advantage:nth-of-type(odd) .box {
	justify-content: flex-start;
}
#about .advantage:nth-of-type(even) .box {
	justify-content: flex-end;
}
#about .advantage .textBox {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 40px;
	background: #fff;
	box-sizing: border-box;
	box-shadow: -10px 10px 20px rgba(0,0,0,0.1);
}
/*
#about .advantage .textBox::after {
  position: absolute;
  content: '';
  width: 16.7%;
  height: calc(tan(60deg) * 92px / 2);
  top: -80px;
  background: #004e55;
}
#about .advantage:nth-of-type(odd) .textBox::after {
  right: 0;
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
#about .advantage:nth-of-type(even) .textBox::after {
  left: 0;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}*/

#about .advantage .textBox h4 {
	position: relative;
	width: calc(100% - 100px);
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 0 0 20px auto;
	font: 900 3.2em/1.4em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	color: #004e55;
    box-sizing: border-box;
}
#about .advantage .textBox h4 span {
	position: absolute;
	width: 100px;
	height: 80px;
	top: -40px;
	left: -120px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	padding: 20px 0 0;
    font: 700 1.6em/1em arial-narrow, "sans-serif";
	border-left: solid 2px #004e55;
}
#about .advantage .textBox h4 span::before {
	content: 'ADVANTAGE';
	width: 100%;
	display: block;
    font-size: 0.2em;
    line-height: 1.2em;
	text-align: center;
}
#about .advantage .textBox dl {
	position: relative;
	width: calc(100% - 100px);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 0 0 auto;
    box-sizing: border-box;
}
#about .advantage .textBox dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2em;
    line-height: 1.6em;
}
#about .advantage .textBox dl dd {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
    text-align: justify;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
事業内容【共通】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#service dl.mainText {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 20px;
	box-sizing: border-box;
}
#service dl.mainText dt {
	width: 100%;
    display: block;
	font: 900 2.4em/1.6em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#service dl.mainText dd {
	width: 100%;
    display: block;
	margin-top: 20px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#service dl.mainText img {
	width: 80%;
    display: block;
	margin: 20px auto 0;
}/*これは「H1潤滑油の販売」に対応*/
#service img.photo,
#service img.photo2,
#service img.photo3 {
	width: 100%;
    display: block;
    object-fit: cover;
	object-position: 50% 50%;
}
#service img.photo {
	aspect-ratio: 3/2;
}
#service img.photo3 {
	width: 80%;
	object-fit: contain;
	margin: 0 auto;
}
#service img.photo2 {
	width: 60%;
	align-self: flex-start;
    object-fit: contain;
	margin: 0 auto;
}/*これは「レーザークリーナー洗浄事業」に対応*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
事業内容【01.精密機械部品の設計・製造・加工】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*旭テクノの技術*/
#service ul.technology {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#service ul.technology li {
	position: relative;
	width: 48%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
	margin: 10px 0;
}
#service ul.technology li h4 {
	position: relative;
	width: 100%;
	height: 50px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	font: 900 1.6em/1.1em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	color: #004e55;
	border-bottom: solid 5px #004e55;
}
#service ul.technology li h4 span {
	width: auto;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin: -30px 5px 0 5px;
    font: 300 4em/1em arial-narrow, "sans-serif";
	color: #bfddad;
}
#service ul.technology li p {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
}

/*対応可能な材質*/
#service .materials img.photo {
	width: 100%;
    display: block;
    object-fit: cover;
	object-position: 50% 50%;
}
#service .materials .textBox {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
    box-sizing: border-box;
}
#service .materials .textBox p {
	width: 100%;
    display: block;
	margin: 20px 0 40px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#service .materials .textBox ul {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 40px 0 0;
}
#service .materials .textBox ul h4 {
	width: 100%;
    display: block;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
    line-height: 1.2em;
	color: #004e55;
	border-bottom: solid 5px #004e55;
}
#service .materials .textBox ul li {
	width: 25%;
    display: block;
	margin: 7px 0;
	font-size: 1.3em;
    line-height: 1.2em;
}
#service .materials .textBox ul li::before {
	content: '●';
	width: auto;
    display: inline-block;
	color: #004e55;
}
/*【備忘録】ボタンのスタイルは「募集要項」にて*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
事業内容【02.レーザークリーナー洗浄事業】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*レンタル予約ボタン*/
#service dl.mainText a.btnDetail {
	width: 300px;
	margin: 40px 0 40px auto;
	font-size: 1.4em;
    line-height: 1em;
}
#service dl.mainText a.btnDetail::after {
	width: 30px;
    height: 50px;
	left: 10px;
    display: block;
	border-top: solid 1px #000;
	border-right: none;
    transform: rotate(90deg);
}
#service #r1 {
    position: absolute;
    width: 1px;
	height: 140px;
	top: -140px;
    display: block;
}

/*動画*/
#service .movie {
	width: 100%;
	aspect-ratio: 16/9;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 40px auto 0;
}
#service .movie iframe {
	width: 100%;
	aspect-ratio: 16/9;
    display: block;
}

/*製品の特長*/
#service ul.features,
#service ul.features2 {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
}
#service ul.features .copy,
#service ul.features2 .copy {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px 0;
	font: 900 2em/1.1em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	text-align: center;
}
#service ul.features li,
#service ul.features2 li {
	position: relative;
	width: 48%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
	margin: 10px 0;
}
#service ul.features li img,
#service ul.features2 li img {
	width: 40%;
    display: block;
	margin: 10px auto;
}
#service ul.features li h4,
#service ul.features2 li h4 {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font: 700 2em/1.1em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	text-align: center;
	color: #004e55;
	border-bottom: solid 5px #004e55;
}
#service ul.features li h4 span,
#service ul.features2 li h4 span {
	width: auto;
	display: block;
	margin-right: 10px;
    font: 900 2.2em/1em arial-narrow, "sans-serif";
}
#service ul.features li p,
#service ul.features2 li p {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
}

/*用途例 + ターゲット市場*/
#service .example,
#service .target {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0;
}
#service .example dl,
#service .target dl {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	margin-top: 60px;
	padding: 20px 20px 20px 240px;
	background: #004e55;
	box-sizing: border-box;
}
#service .example dl img,
#service .target dl img {
	position: absolute;
	width: 260px;
	top: -40px;
	left: -20px;
    display: block;
}
#service .example dl dt,
#service .target dl dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
    line-height: 1.2em;
	color: #bfddad;
}
#service .example dl dd,
#service .target dl dd {
	width: 100%;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
	color: #fff;
}
#service .target dl dd {
	height: 3.2em;
}

/*導入のメリット*/
#service ul.benefits {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
}
#service ul.benefits li {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin: 10px 0;
	padding: 0 20px;
	background: #fff;
}
#service ul.benefits li h4 {
	position: relative;
	width: 100%;
	height: 80px;
    display: flex;
		justify-content: flex-start;
		align-content: flex-end;
		align-items: flex-end;
	font: 700 2.4em/1.6em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	text-align: left;
	color: #004e55;
	box-sizing: border-box;
}
#service ul.benefits li h4 span {
	width: 80px;
	height: 80px;
	display: flex;
		justify-content: center;
		align-content: flex-end;
		align-items: flex-end;
        flex-wrap: wrap;
    font: 900 1.6em/1em arial-narrow, "sans-serif";
	text-align: center;
	border-left: solid 2px #004e55;
}
#service ul.benefits li h4 span::before {
	content: 'BENEFIT';
	width: 100%;
	display: block;
    font-size: 0.25em;
    line-height: 1.2em;
}
#service ul.benefits li img {
	width: 20%;
    display: block;
	margin: 10px 20px 10px 0;
}
#service ul.benefits li p {
	width: calc(80% - 20px);
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
}

/*製品仕様*/
#service .spec {
	width: 100%;
    display: block;
	overflow-x: auto;
}
#service .spec table {
    width: 100%;
    display: table;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
	margin: 20px auto;
	background: #fff;
}
#service .spec table tr:nth-of-type(odd) {
    background: #f9f9f9;
}
#service .spec table .bgcWhite {
    background: #fff !important;
}
#service .spec table .bgcGray {
    background: #f9f9f9 !important;
}
#service .spec table.h1 {
    width: 200%;
}
#service .spec table th,
#service .spec table td {
    display: table-cell;
    padding: 20px 10px;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#service .spec table th {
    width: 50%;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
    text-align: left;
	color: #bfddad;
    background: #004e55;
}
#service .spec table.h1 th {
    width: auto;
	padding: 15px 0;
	font-size: 1.2em;
	font-weight: normal;
    text-align: center;
}
#service .spec table.h1 th:nth-of-type(1) {
    width: 15%;
}
#service .spec table.h1 th:nth-of-type(2) {
    width: 35%;
}
#service .spec table.h1 th:nth-of-type(3) {
    width: 24%;
}
#service .spec table.h1 th:nth-of-type(4),
#service .spec table.h1 th:nth-of-type(5),
#service .spec table.h1 th:nth-of-type(6),
#service .spec table.h1 th:nth-of-type(7) {
    width: 4%;
}
#service .spec table.h1 th:nth-of-type(8) {
    width: 10%;
}
#service .spec table td {
    font-size: 1.4em;
	line-height: 1.2em;
}
#service .spec table.h1 td:nth-of-type(4),
#service .spec table.h1 td:nth-of-type(5),
#service .spec table.h1 td:nth-of-type(6),
#service .spec table.h1 td:nth-of-type(7),
#service .spec table.h1 td:nth-of-type(8) {
    text-align: center;
}
#service .spec table.h1 td a.btnPDF {
    width: 90%;
	height: 36px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 0 auto;
	font-size: 1em;
	line-height: 1em;
    text-align: center;
	color: #fff;
	border-radius: 3px;
	background: #ea3b48;
	box-shadow: 0 2px 0 rgba(0,0,0,0.2);
}
#service .spec table.h1 td a.btnPDF:hover {
    transition: all 200ms;
	opacity: 0.5;
}

/*レンタル予約*/
#service .rental {
	align-content: flex-end;
	align-items: flex-end;
}
#service .rental .calendarBlock {
	width: 100%;
    display: block;
	font-size: 1.2em;
	line-height: 1.4em;
}
/*
#service .rental .calendarBlock .xo-event-calendar .xo-months {
    display: grid;
    column-gap: 15px;
    row-gap: 5px;
}*/
#service .rental .calendarBlock table th {
    padding: 5px!important;
}
#service .rental .calendarBlock table td {
    height: 50px;
    padding: 0!important;
}
#service .rental .textBox {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	align-self: stretch;
    box-sizing: border-box;
}
#service .rental .textBox img {
	width: 60%;
    display: block;
}
#service .rental .textBox ul {
	position: relative;
	width: calc(100% - 1em);
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 40px 0 40px auto;
}
#service .rental .textBox ul h4 {
	width: 100%;
    display: block;
	margin: 10px 0;
	padding-bottom: 10px;
	font-size: 1.6em;
	font-weight: bold;
    line-height: 1.2em;
	color: #004e55;
	border-bottom: solid 5px #004e55;
}
#service .rental .textBox ul li {
	width: 100%;
    display: block;
	margin: 7px 0;
	font-size: 1.3em;
    line-height: 1.2em;
}
#service .rental .textBox ul li::before {
	content: '●';
	width: auto;
    display: inline-block;
	text-indent: -1em;
	color: #004e55;
}
#service .rental .btnBlock {
	justify-content: flex-end;
	margin: 20px auto;
}
/*【備忘録】ボタンのスタイルは「募集要項」にて*/


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
事業内容【03.H1潤滑油の販売】
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
/*ターゲット市場*/
/*【備忘録】基本スタイル「用途例 」と共有*/
#service .target .copy {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px 0;
	font: 900 3em/1.4em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	text-align: center;
}
#service .target .food {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	margin-top: 60px;
	padding: 40px;
	background: #004e55;
	box-sizing: border-box;
}
#service .target .food dl.foodText1 {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 0 20px;
	padding: 0;
}
#service .target .food dl.foodText1 img {
	position: relative;
	width: 80%;
    display: block;
	margin: -40px 0 -20px -40px;
}
#service .target .food dl.foodText1 dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
    line-height: 1.2em;
	color: #bfddad;
}
#service .target .food dl.foodText1 dd {
	width: 100%;
	height: inherit;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
	color: #fff;
}
#service .target .food dl.foodText2 {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	align-self: stretch;
	margin: 0;
	padding: 20px;
	background: #f9fbf7;
	box-sizing: border-box;
}
#service .target .food dl.foodText2 dt {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	font-size: 2em;
	font-weight: bold;
    line-height: 1.2em;
	color: #004e55;
}
#service .target .food dl.foodText2 dd {
	width: 100%;
	height: inherit;
    display: block;
	font-size: 1.4em;
    line-height: 1.6em;
	text-align: justify;
	color: #000;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
加工事例
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#results .mainCopy {
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 20px;
	font: 900 2.4em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	text-align: center;
    box-sizing: border-box;
}
#results ul.menuTab {
    position: relative;
    width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
}
#results .top {
    margin: 20px 0 60px;
}
#results .bottom {
    margin: 60px 0 20px;
}
#results ul.menuTab li {
    width: 20%;
    display: block;
	box-sizing: border-box;
}
#results ul.menuTab li+li {
    border-left: solid 1px #fff;
}
#results ul.menuTab li a {
	position: relative;
	width: 100%;
	height: 60px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	font: 900 1.3em/1.2em "source-han-sans-cjk-ja", sans-serif;
	letter-spacing: 0.05em;
	color: #fff;
	background: #004e55;
    box-sizing: border-box;
}
#results ul.menuTab li a::after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	right: 10px;
    display: block;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(93%) sepia(6%) saturate(1276%) hue-rotate(47deg) brightness(94%) contrast(88%);
}
#results ul.top li a::after {
	bottom: 5px;
	transform: rotate(90deg);
}
#results ul.bottom li a::after {
	top: 5px;
	transform: rotate(-90deg);
}
#results ul.menuTab li a:hover {
	background: #00a971;
	transition: all 200ms;
}
#p1,#p2,#p3,#p4,#p5 {
    position: absolute;
    width: 1px;
	height: 140px;
	top: -140px;
    display: block;
}
#results .catgTitle {
	position: relative;
	width: 100%;
	height: 70px;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	font: 900 2em/1.2em "source-han-sans-cjk-ja", sans-serif;
	color: #00a971;
	border-bottom: solid 5px #00a971;
    box-sizing: border-box;
}
#results .catgTitle::before {
	content: '';
	width: 60px;
	aspect-ratio: 4/3;
    display: inline-block;
	margin-right: 10px;
	background: url("../images/mark_cross.svg") no-repeat center center;
	background-size: contain;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
採用情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#recruit .bgImg {
	background: url("../images/recruit/img_bg.webp") no-repeat right top 20px;
	background-size: 65%;
}
#recruit dl.mainText {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    box-sizing: border-box;
}
#recruit dl.mainText dt {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font: 900 2.4em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#recruit dl.mainText dd {
	width: 100%;
    display: block;
    margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.8em;
	text-align: justify;
}
#recruit .mainRead {
	width: 100%;
    display: block;
	font-size: 1.6em;
	font-weight: bold;
    line-height: 1.8em;
	text-align: center;
	color: #00a971;
}

/*募集要項*/
#recruit .job table {
    width: 100%;
    display: table;
	margin: 0 auto 40px;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
	background: #fff;
}
#recruit .job table th,
#recruit .job table td {
    display: table-cell;
    padding: 20px 10px;
    font-size: 1.4em;
	line-height: 1.6em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#recruit .job table th {
    width: 150px;
	font-weight: bold;
    vertical-align: top;
    text-align: left;
	color: #00a971;
}
#recruit .btnBlock a,
#service .btnBlock a  {
	position: relative;
	width: 400px;
    height: 80px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
	padding-left: 30px;
    font-size: 1.6em;
	line-height: 1em;
    text-align: center;
	border: solid 1px #004e55;
    border-radius: 5px;
    background: #fff;
	box-sizing: border-box;
	box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
#service .materials .btnBlock a  {
	font-size: 2em;
	cursor: default;
	pointer-events: none;
}
#recruit .btnBlock a::before,
#service .btnBlock a::before {
	position: absolute;
	content: '';
    width: 80px;
    height: 40px;
	left: 0;
    display: block;
	border-right: solid 1px #000;
	filter: invert(22%) sepia(99%) saturate(582%) hue-rotate(141deg) brightness(88%) contrast(103%);
}
#recruit .btnBlock a::before {
	background: url("../images/icon_mail.svg") no-repeat center center;
    background-size: 24px 24px;
}
#service .materials .btnBlock a::before {
	background: url("../images/icon_tel.svg") no-repeat center center;
    background-size: 32px 32px;
}
#service .rental .btnBlock a::before {
	background: url("../images/laser-cleaner/icon_baggage.svg") no-repeat center center;
    background-size: 32px 32px;
}
#recruit .btnBlock a::after,
#service .btnBlock a::after {
	position: absolute;
	content: '';
    width: 12px;
    height: 12px;
	right: 26px;
    display: block;
	border-radius: 6px;
	background: url("../images/arrow_w.svg") no-repeat center center #004e55;
	background-size: 0px 0px;
	transition: all 200ms;
}
#recruit .btnBlock a:hover::after,
#service .btnBlock a:hover::after {
	position: absolute;
	content: '';
    width: 36px;
    height: 36px;
	right: 16px;
    display: block;
	border-radius: 18px;
	background: url("../images/arrow_w.svg") no-repeat center center #004e55;
    background-size: 14px 14px;
	transition: all 200ms;
}
#service .materials .btnBlock a::after,
#service .materials .btnBlock a:hover::after {
	display: none;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
企業情報
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#company dl.mainText {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: center;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin-bottom: 40px;
	text-align: center;
    box-sizing: border-box;
}
#company dl.mainText dt {
	width: 100%;
    display: block;
	margin-bottom: 40px;
	font: 900 2.4em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
}
#company dl.mainText dd {
	width: 100%;
    display: block;
    margin-bottom: 40px;
	font-size: 1.4em;
    line-height: 1.8em;
}

/*会社概要*/
#company .overview {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
}
#company .overview table {
    width: 100%;
    display: table;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
}
#company .overview table th,
#company .overview table td {
    display: table-cell;
    padding: 20px 10px;
    font-size: 1.4em;
	line-height: 1.6em;
    border-right: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}
#company .overview table th {
    width: 120px;
    vertical-align: top;
    text-align: left;
    background: #f9f9f9;
}
#company .overview table td ul {
    width: calc(100% - 1em);
	display: block;
	margin-left: auto;
}
#company .overview table td ul li {
    width: 100%;
	display: block;
	line-height: 1.4em;
	text-indent: -1em;
}
#company .overview table td ul li+li {
    margin-top: 5px;
}

/*工場所在地*/
#company .access {
	position: relative;
    width: 90%;
	display: flex;
		justify-content: space-between;
        align-content: flex-start;
        align-items: flex-start;
		flex-wrap: wrap;
}
#company .access .box {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
	box-sizing: border-box;
}
#company .access .box h4 {
	width: 100%;
    display: block;
    margin: 20px 0;
    font-size: 2em;
    line-height: 1.2em;
}
#company .access .box h4 span {
	font-size: 0.8em;
}
#company .access .box address {
	width: 100%;
    display: block;
    margin-bottom: 20px;
    font-size: 1.4em;
    line-height: 1.8em;
}
#company .access iframe {
	width: 100%;
    height: 400px;
	display: block;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ニュース
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#news dl.list {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	padding: 20px 0;
    border-bottom: solid 1px #ddd;
}
#news dl.list dt {
	position: relative;
	width: 100%;
	display: block;
	margin-bottom: 10px;
	font-size: 1.3em;
	line-height: 1.2em;
    color: #999;
	box-sizing: border-box;
}
#news dl.list dd {
	width: 100%;
	float: right;
	font-size: 1.4em;
	line-height: 1.6em;
}
#news dl.list dd a:hover {
	color: #00a971;
}
.wp-pagenavi {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	margin: 20px auto;
	text-align: center;
	font-size: 1.4em;
	line-height: 1em;
}
.wp-pagenavi a,
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	min-width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	text-decoration: none;
    border: none;
    background: #f5f5f5;
    box-sizing: border-box;
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi a.prevpostslink {
	border: none;
}
.wp-pagenavi a:hover {
	border-color: #00a971;
}
.wp-pagenavi a,
.wp-pagenavi span {
    border: none;
	box-sizing: border-box;
}
.wp-pagenavi a.page,
.wp-pagenavi span.pages {
    border: none;
}
.wp-pagenavi span.pages {
    margin: 0 10px;
}
.wp-pagenavi span.current {
	width: 40px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-weight: bold;
	color: #FFF;
	border: none;
	background: #00a971;
    box-sizing: border-box;
}
.wp-pagenavi span.extend {
	padding: 5px 10px;
    border: none;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	width: 60px;
    height: 40px;
    display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
    margin: 0 5px;
	font-size: 0.9em;
	color: #00a971;
	border: solid 1px #00a971;
	background: #fff;
    box-sizing: border-box;
}

/*-- News（詳細ページ） --*/
#news .date {
	width: auto;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
	margin-bottom: 20px;
	font-size: 1.4em;
	line-height: 1em;
	color: #999;
}
#news h3.articleTitle {
	width: 100%;
	display: block;
	margin: 0 auto;
	padding-bottom: 20px;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.2em;
	border-bottom: solid 1px #CCC;
}
#news .content {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	padding: 20px 0;
    font-size: 1.4em;
	line-height: 1.8em;
}
#news .content p {
	width: 100%;
    display: block;
    padding: 10px 0;
	font-size: 1em;
}
#news .content a {
	text-decoration: underline;
	color: #06C;
}
#news .content .aligncenter {
	display: block;
    margin: 10px auto;
}
.pageNavi {
	position: relative;
	width: 100%;
    min-height: 60px;
	display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
    margin: 0 auto;
	border-top: solid 1px #CCC;
}
.pageNavi .prev,
.pageNavi .next {
	width: 45%;
	display: block;
}
.pageNavi .prev a,
.pageNavi .next a {
	height: 60px;
    display: flex;
		align-content: center;
		align-items: center;
    font-size: 1em;
	line-height: 1.2em;
	text-decoration: none;
    box-sizing: border-box;
}
.pageNavi .prev a {
	justify-content: flex-start;
}
.pageNavi .prev a::before {
	content: '';
	width: 10px;
	height: 10px;
	margin-right: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	transform: rotate(180deg);
}
.pageNavi .next a {
	justify-content: flex-end;
}
.pageNavi .next a::after {
	content: '';
	width: 10px;
	height: 10px;
	margin-left: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
}
.pageNavi a.btnList {
	position: absolute;
    width: 10%;
    left: calc(50% - 5%);
	display: block;
}
.pageNavi a.btnList span {
	width: 90%;
	max-width: 30px;
	height: 1px;
	display: block;
	margin: 7px auto;
	background: #000;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
お問い合わせ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#form h3 {
	width: 100%;
    height: 50px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
    font-size: 1.8em;
	line-height: 1em;
    color: #00a971;
    border-bottom: solid 2px #00a971;
    box-sizing: border-box;
}
#form h3 span {
	width: 32px;
    height: 32px;
	display: inline-block;
    margin-right: 10px;
	filter: invert(47%) sepia(9%) saturate(6112%) hue-rotate(122deg) brightness(97%) contrast(103%);
}
#form h3 span.tel {
	background: url("../images/icon_tel.svg") no-repeat center center;
	background-size: contain;
}
#form h3 span.web {
	background: url("../images/icon_web.svg") no-repeat center center;
	background-size: contain;
}
#form .telBlock {
	width: 100%;
    display: flex;
		justify-content: center;
        align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
    margin: 40px auto;
}
#form .telBlock .tel {
	width: 100%;
    display: block;
	font: 300 2em/1.2em Arial, "sans-serif";
    text-align: center;
}
#form .telBlock .tel span {
	font-size: 1.6em;
	line-height: 1.2em;
}
#form .telBlock p {
	width: 100%;
	display: block;
	margin-top: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
    text-align: center;
}

/*フォーム内ボタン色*/
#form .btnSend input[type=submit],
#form .submitback input,
#form .btnSend span,
#form a.btnHome {
	background: #00a971 !important;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトポリシー／個人情報保護方針
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#policy .block {
	margin: 40px auto;
}
#policy .block .box {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: stretch;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#policy .block hr {
	width: 100%;
	height: 1px;
	border: none;
	background: #ddd;
}
#policy .block .date {
	width: auto;
	display: block;
    margin-left: auto;
	font-size: 1.2em;
	line-height: 1.6em;
	margin-bottom: 20px;
	text-align: right;
}
#policy .block .text {
	width: 100%;
	display: block;
	font-size: 1.4em;
	line-height: 1.6em;
	text-align: justify;
}
#policy .block .titleLarge {
	width: 100%;
	display: block;
	margin: 20px 0 10px;
    padding-bottom: 10px;
	font-size: 1.6em;
    font-weight: 700;
	line-height: 1em;
    border-bottom: solid 4px #0074be;
}
#policy .block .txBlue {
	width: 100%;
	display: block;
	margin: 20px 0;
	font-size: 1.4em;
    font-weight: 700;
	line-height: 1em;
    color: #0074be;
}
#policy .block .subject {
	width: 100%;
	display: block;
	margin-bottom: 15px;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1em;
}
#policy .block .text a {
	color: #06C;
	text-decoration: underline;
}
#policy .block dl {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 10px 0;
}
#policy .block dl dt {
	width: 25px;
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
}
#policy .block dl dd {
	width: calc(100% - 25px);
	display: inline-block;
	font-size: 1.4em;
	line-height: 1.6em;
}
#policy .block ul {
	width: calc(100% - 25px);
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 15px 0 0 auto;
}
#policy .block ul li {
	width: 100%;
	margin-bottom: 10px;
	font-size: 1.4em;
	line-height: 1.6em;
    box-sizing: border-box;
}
#policy .block ul.number li {
	padding-left: 1.5em;
    text-indent: -2em;
}
#policy .block ul.disc li {
	text-indent: inherit;
    list-style-position: outside;
	list-style-type: disc;
}
#policy .block ol {
	width: 80%;
	display: block;
	margin: 0 auto;
}
#policy .block ol li {
	width: 100%;
	margin: 30px 0;
	font-size: 1.4em;
	line-height: 1.6em;
	list-style: decimal outside;
}
#policy .block .contact {
	width: 100%;
	display: block;
	margin: 0 auto 20px;
	font-size: 1.6em;
	line-height: 1em;
	text-align: center;
}
#policy .block address {
	width: 100%;
    display: block;
	margin: 20px auto;
	font-size: 1.6em;
	line-height: 1.4em;
	text-align: center;
}
#policy .block address strong {
	width: 100%;
    display: block;
    margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 1.2em;
	text-align: center;
}
#policy .block .tel {
	width: 100%;
	display: block;
	margin-top: 20px;
	font-size: 2em;
	line-height: 1.4em;
	text-align: center;
}
#policy .block .tel span {
	font-size: 1.6em;
}
#policy .block .tel span.small {
	font-size: 0.6em;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
サイトマップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#sitemap .block {
	margin: 40px auto;
}
#sitemap ul.list {
	width: 100%;
	display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 auto;
}
#sitemap ul.list li {
	width: 100%;
	display: block;
    align-self: stretch;
    border-bottom: solid 1px #DDD;
}
#sitemap ul.list li:nth-last-of-type(-n+2) {
	border-bottom: none;
}
#sitemap ul.list li a,
#sitemap ul.list li p {
	width: 100%;
	display: block;
	padding: 30px 0;
	font-size: 1.4em;
	line-height: 1em;
}
#sitemap ul.list li p {
	padding: 30px 10px;
}
#sitemap ul.list li a::before {
	content: '';
	width: 10px;
	height: 10px;
	display: inline-block;
	margin-right: 5px;
	background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(47%) sepia(9%) saturate(6112%) hue-rotate(122deg) brightness(97%) contrast(103%);
}
#sitemap ul.list li a:hover {
    transition: all 200ms;
    opacity: 0.5;
}
#sitemap ul.list li.half {
	width: 49%;
}
#sitemap ul.listS {
	width: calc(100% - 20px);
	display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
		flex-wrap: wrap;
	margin: 0 0 10px 20px;
}
#sitemap ul.listS li {
	width: 100%;
    display: block;
	margin-bottom: 20px;
	border: none;
}
#sitemap ul.list li.half ul.listS li {
	width: 100%;
}
#sitemap ul.listS li a {
	width: 100%;
	display: block;
	padding: 5px 0 5px;
	font-size: 1.5em;
	line-height: 1.2em;
    box-sizing: border-box;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
【共通】サービスメニュー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.serviceMenu {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	background: url("../images/service_menu_bg.webp") no-repeat center center;
	background-size: cover;
	box-sizing: border-box;
}
.serviceMenu section {
	position: relative;
	width: 90%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
    padding: 60px 0 80px;
    box-sizing: border-box;
}
.serviceMenu .title_w {
	position: relative;
    width: 100%;
	height: 60px;
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin-bottom: 40px;
	padding-left: 80px;
    font-size: 1.4em;
	line-height: 1em;
	color: #fff;
	box-sizing: border-box;
}
.serviceMenu .title_w::before {
	position: absolute;
    content: '';
    width: 80px;
    height: 60px;
    left: -10px;
	display: block;
	background: url("../images/mark_cross_w.svg") no-repeat center center;
	background-size: contain;
}
.serviceMenu .title_w span {
	width: 100%;
	display: block;
    margin-bottom: 10px;
    font: 700 2em/1em arial-narrow, "sans-serif";
}
.serviceMenu ul {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
	margin: 0 auto;
	border-top: solid 1px rgba(191,221,173,0.5);
    box-sizing: border-box;
}
.serviceMenu ul li {
	width: 100%;
    display: block;
	border-bottom: solid 1px rgba(191,221,173,0.5);
}
.serviceMenu ul li a {
	position: relative;
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 20px 0;
    box-sizing: border-box;
	transition: all 200ms;
}
.serviceMenu ul li a img {
	position: relative;
	width: 20%;
	aspect-ratio: 39/34;
    display: block;
}
.serviceMenu ul li a div {
	width: calc(100% - 20%);
	top: 0;
	right: 0;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    padding-right: 50px;
	box-sizing: border-box;
}
.serviceMenu ul li a div .number {
	width: 120px;
	height: 120px;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
    font: 400 6em/1em arial-narrow, "sans-serif";
    color: #bfddad;
}
.serviceMenu ul li a div .number::before {
	content: 'SERVICES';
	width: 100%;
	display: block;
    font-size: 0.2em;
    line-height: 1.2em;
	text-align: center;
}
.serviceMenu ul li a h3 {
	width: calc(100% - 120px);
	display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
		flex-wrap: wrap;
	margin-top: 20px;
	font: 900 1.8em/1.2em "source-han-sans-cjk-ja", sans-serif;
	font-feature-settings: "palt";
	color: #bfddad;
	box-sizing: border-box;
}
.serviceMenu ul li a h3 p {
	width: 100%;
	display: block;
    margin-top: 10px;
	font-size: 0.7em;
	line-height: 1.2em;
	color: #fff;
}
.serviceMenu ul li a .arrow {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 0;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
	border-radius: 3px;
    background: #bfddad;
}
.serviceMenu ul li a .arrow::before {
	content: '';
	width: 12px;
	height: 12px;
	display: block;
    background: url("../images/arrow.svg") no-repeat center center;
	background-size: contain;
	filter: invert(21%) sepia(25%) saturate(3916%) hue-rotate(155deg) brightness(92%) contrast(101%);
}
.serviceMenu ul li a:hover img {
	opacity: 1;
	transition: all 200ms;
}
.serviceMenu ul li a:hover div h3,
.serviceMenu ul li a:hover div .number {
	color: #fff;
	transition: all 200ms;
}
.serviceMenu ul li a:hover .arrow {
	background: #fff;
	transition: all 200ms;
}


/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■
Footer
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
footer {
	position: relative;
    width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	padding: 40px 0;
    background: url("../images/footer_bg.webp") no-repeat right bottom #042d2d;
    background-size: contain;
    box-sizing: border-box;
}
footer #page-top{
	position: fixed;
	width: 60px;
	right: 20px;
	bottom: 0;
	z-index: 30000;
    border-radius: 30px;
	background: #00a971;
}
footer .inner {
	position: relative;
    width: 90%;
    max-width: 1400px;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
    margin: 0 auto;
}

/*お問い合わせ*/
.commonContact {
	width: 100%;
	display: flex;
		justify-content: space-between;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    margin: 20px 0;
}
.commonContact .boxTitle {
	position: relative;
	width: 100%;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.6em;
	text-align: center;
    color: #fff;
    box-sizing: border-box;
}
.commonContact .boxTitle span {
	width: 100%;
    display: block;
	margin-bottom: 10px;
	font: 400 4em/1em arial-narrow, "sans-serif";
	text-align: center;
}
.commonContact .box {
	width: 48%;
	display: flex;
		justify-content: flex-start;
        align-content: center;
        align-items: center;
		flex-wrap: wrap;
    box-sizing: border-box;
}
.commonContact .box h3 {
	width: 100%;
	display: block;
    margin-bottom: 10px;
	font-size: 1.6em;
	line-height: 1.2em;
	color: #fff;
}
.commonContact .box h3::before {
	content: '●';
	display: inline-block;
    margin-right: 5px;
	color: #00a971;
}
.commonContact .box a {
	position: relative;
	width: 100%;
    height: 80px;
	display: flex;
		justify-content: center;
        align-content: center;
        align-items: center;
	padding-left: 30px;
    font-size: 1.8em;
	line-height: 1em;
    text-align: center;
    border-radius: 3px;
    background: #fff;
	box-sizing: border-box;
}
.commonContact .tel a {
	font-size: 2em;
	cursor: default;
	pointer-events: none;
}
.commonContact .tel a::before,
.commonContact .web a::before {
	position: absolute;
	content: '';
    width: 80px;
    height: 40px;
	left: 0;
    display: block;
	border-right: solid 1px #000;
	filter: invert(22%) sepia(99%) saturate(582%) hue-rotate(141deg) brightness(88%) contrast(103%);
}
.commonContact .tel a::before {
	background: url("../images/icon_mail.svg") no-repeat center center;
    background-size: 24px 24px;
}
.commonContact .web a::before {
	background: url("../images/icon_tel.svg") no-repeat center center;
    background-size: 32px 32px;
}
.commonContact .tel a::after,
.commonContact .web a::after {
	position: absolute;
	content: '';
    width: 12px;
    height: 12px;
	right: 26px;
    display: block;
	border-radius: 6px;
	background: url("../images/arrow_w.svg") no-repeat center center #004e55;
	background-size: 0px 0px;
	transition: all 200ms;
}
.commonContact .tel a:hover::after,
.commonContact .web a:hover::after {
	position: absolute;
	content: '';
    width: 36px;
    height: 36px;
	right: 16px;
    display: block;
	border-radius: 18px;
	background: url("../images/arrow_w.svg") no-repeat center center #004e55;
    background-size: 14px 14px;
	transition: all 200ms;
}
.commonContact .tel a::after,
.commonContact .tel a:hover::after {
	display: none;
}
footer .inner hr {
	width: 100%;
    height: 10px;
    display: block;
    margin: 30px 0;
	border: none;
	background: #004e55;
}
footer .info {
	position: relative;
    width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin-bottom: 40px;
}
footer .info a.logo {
    width: 30%;
	display: block;
}
footer .info a.logo img {
    width: 100%;
	display: block;
}
footer .info address {
	width: 100%;
    display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: flex-start;
        flex-wrap: wrap;
    margin-top: 20px;
	color: #fff;
}
footer .info address p {
	width: auto;
    display: block;
	font-size: 1.4em;
    line-height: 1.8em;
}
footer .info address p a {
	text-decoration: none;
}
footer .info a.btnDetail {
	position: absolute;
	top: 0;
	right: 0;
}
footer .bottom {
	width: 100%;
    display: flex;
		justify-content: space-between;
		align-content: center;
		align-items: center;
        flex-wrap: wrap;
	margin-bottom: 40px;
	color: #fff;
}
footer .bottom ul {
	width: 100%;
	display: flex;
		justify-content: center;
		align-content: center;
		align-items: center;
		/*flex-wrap: wrap;*/
	margin-bottom: 20px;
}
footer .bottom ul li {
	display: block;
	padding-right: 20px;
	font-size: 1.2em;
	line-height: 1em;
	text-align: center;
}
footer .bottom ul li+li {
	padding-left: 20px;
	border-left: solid 1px rgba(255,255,255,0.5);
}
footer .bottom ul li a {
	color: #fff;
}
footer .bottom ul li a:hover {
	text-decoration: underline;
    color: #00a971;
}
footer .bottom .copyright {
	width: 100%;
    display: block;
	font: 300 1.2em/1em "futura-pt", Arial, "sans-serif";
	text-align: center;
}
footer img.copy {
	width: 100%;
    display: block;
}