@charset "UTF-8";

/*
Theme Name: MIYAJIMA 宮島産業 2026
Description: MIYAJIMA Website Theme
Author: 宮島産業株式会社
Author URI:https://miyajimasangyo.com/
*/

body {
	line-height: 1.9;
	letter-spacing: 1px;
	font-size: 1.4rem;
	font-family: 'Lato',YakuHanJP,'Noto Sans Japanese','游ゴシック体',YuGothic,'游ゴシック','Yu Gothic','ヒラギノ角ゴ ProN','Hiragino kaku Gothic ProN','メイリオ',Meiryo,sans-serif;
	color: #333;
	word-break: break-all;
}
.telLink a, .telLink a:hover,
.contactus .telLink a, .contactus .telLink a:hover {
	color: #333;
}
header, #gNavi, .address, #ttlBox, #inDetail, #busiList, #groupList, #subNavi, .division, .txtBox, .shopName, .overview, #wrap .inner, .mobiusImgbox {
	display: -webkit-flex;
	display: flex;
}
header, #gNavi, .address, #ttlBox, #inDetail, #subNavi, .division, .txtBox, .shopName, .overview {
	-webkit-align-items: center;
	align-items: center;
}
header, #busiList, #groupList, .division, .overview, #wrap .inner {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.address, #ttlBox, #inDetail, #subNavi, .shopName, .mobiusImgbox {
	-webkit-justify-content: center;
	justify-content: center;
}
#groupList {
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
#food .division, .item:nth-child(odd) .division, .division.reverseBox, #underItem .item:nth-child(odd) .division {
	flex-direction: row-reverse;
}
#namacon .division {
	flex-direction: inherit;
}
#underItem .item:nth-child(even) .division {
	flex-direction: row;
}

/* =====================================================================
 * header/footer
 * =================================================================== */
header {
	padding: 50px 4.5vw;
	width: 100%;
}
#index header {
	position: absolute;
	top: 0;
	left: 0;
}
h1 a {
	display: block;
}
h1 a:hover img {
	opacity: 1;
}
#gNavi {
	position: relative;
}
.gnavilist__item:not(:last-child) {
	position: relative;
	margin-right: 3.8vw;
}
.gnavilist__item a {
	-webkit-transition: .3s;
	transition: .3s;
}
.gnavilist__item a span {
	position: relative;
	display: inline-block;
	font-size: 1.4rem;
	font-weight: bold;
	font-weight: 700;
}
#index .gnavilist__item a span {
	color: #fff;
}
.gnavilist__item a span::before, 
.gnavilist__item a span::after {
	position: absolute;
	bottom: -6px;
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #003f8c;
	transition: color .3s ease, background .3s ease, width .3s ease;
	-webkit-transition: color .3s ease, background .3s ease, width .3s ease;
	-moz-transition: color .3s ease, background .3s ease, width .3s ease;
}
.gnavilist__item a span::before {
	left: 50%;
}
.gnavilist__item a span::after {
	right: 50%;
}
.gnavilist__item a:hover span::before, 
.gnavilist__item a:hover span::after {
	width: 50%;
}
#gNavi #gnavTop a span {
	font-weight: 700;
}
#index #gnavTop a span::before, 
#company #gnavCompany a span::before,
#business #gnavBusiness a span::before,
#recruit #gnavRecruit a span::before,
#news #gnavNews a span::before, 
#contact #gnavContact a span::before, 
#privacy #gnavPrivacy a span::before {
	left: 0;
	width: 100%;
	background: #003f8c;
}
.subnavi {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 15px);
	-ms-transform: translate(-50%, 15px);
	transform: translate(-50%, 15px);
	padding-top: 25px;
	width: 190px;
	opacity: 0;
	transition: opacity .3s ease-in-out, transform .3s ease-in-out;
	z-index: 99;
}
.gnavilist__item:hover > .subnavi {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 99;
}
.subnavi__list {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border-radius: 12px;
	background: #004da0;
}
.subnavi__list__item {
	display: block;
	margin: 0;
	background: #004da0;
	text-align: center;
	line-height: 1;
}
.subnavi__list__item a {
	display: block;
	padding: 0 1em 1.75em;
	width: 100%;
	height: 100%;
	background: #004da0;
	font-size: 1.4rem;
	font-weight: 400;
}	
.subnavi__list__item a span {
	color: #fff!important;
}
.subnavi__list__item:first-child a {
	padding-top: 2.25em;
}
.subnavi__list__item:last-child a {
	padding-bottom: 2.45em;
}
.subnavi__list__item a span {
	padding-bottom: .5em;
	border-bottom: dashed 1px #f5f5f5;
}
.subnavi__list__item a span::before, 
.subnavi__list__item a span::after {
	content: none;
}
footer {
	padding: 40px;
}
.address dt {
	margin-right: 30px;
}
.address dd ul li {
	display: inline-block;
	vertical-align: middle;
}
.address dd ul li:last-child {
	position: relative;
	top: -1px; 
	margin-left: 1em;
	font-size: 1.6rem;
}
footer dd span:not(.telLink) {
	display: inline-block;
}
.copyright {
	font-size: 1.1rem;
}
.copyright span {
	display: inline-block;
}
#pagetop {
	position: fixed;
	display: none;
	bottom: 38px;
	right: 25px;
	width: 47px;
	height: 47px;
	border-radius: 50%;
	background: #003f8c;
	text-indent: 200%;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	z-index: 99;
}
#pagetop a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
#pagetop a::after {
	content: '';
	position: absolute;
	top: 20px;
	left: 18px;
	width: 10px;
	height: 10px;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* =====================================================================
 * contents
 * =================================================================== */
main {
	display: block;
	overflow: hidden;
	padding-bottom: 110px;
	background: #f5f5f5;
}
section {
	padding-top: 95px;
}
#index section {
	padding-top: 110px;
}
.container {
	margin: 0 auto;
	max-width: 1240px;
}
.inner {
	margin: 0 auto;
	max-width: 960px;
}
.innerS {
	margin: 0 auto;
	max-width: 780px;
}
#philosophy .innerS {
	max-width: 810px;
}
.innerBox {
	padding: 0 5vw;
}
h2, h3:not(.newsTtl) {
	margin-bottom: 1.6em;
	text-align: center;
	letter-spacing: .075em;
	font-family: 'Raleway', sans-serif;
	font-size: 3.4rem;
	font-style: italic;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
body:not(#index) h2 {
	margin: 0;
	letter-spacing: .1em;
	font-size: 3.1rem;
	color: #fff;
}
h3 {
	margin-bottom: 1.25em;
}
.txtJp, .ttlJp {
	display: block;
	margin-top: .65em;
	font-size: 1.5rem;
	font-style: normal;
	color: #333;
}
.ttlJp {
	margin-top: .15em;
	font-size: 1.4rem;
	color: #fff;
}
#ttlBox {
	padding: 52px;
	background: url(assets/images/headbg.jpg) top center no-repeat;
	background-size: cover;
}
/* index */
html, body {
	width: 100%;
	height: 100%;
}
.topimage {
	position: relative;
	width: 100%;
	height: 100%;
}
#inDetail {
	width: 100%;
	height: 100%;
	background: url(assets/images/index/topimage.jpg) center center no-repeat;
	background-size: cover;
}
#index .parenthesis p {
	width: 22.65vw;
}
#busiList li {
	max-width: 380px;
	width: 30.7%;
}
.busiDetail dt {
	margin: 1.25em 0 .5em;
	font-size: 2.0rem;
	font-weight: bold;
	color: #003f8c;
}
.detailtxt {
	margin-bottom: 2em;
}
#groupList {
	margin-bottom: -25px;
}
#groupList::after {
	content:"";
	display: block;
	max-width: 300px;
	width: 31.3%;
}
#groupList li {
	margin-bottom: 28px;
	max-width: 300px;
	width: 31.3%;
}
#groupList a {
	display: block;
}
#groupList dl dd {
	position: relative;
	margin-top: 1.0em;
	padding-left: 25px;
	line-height: 1.5;
	font-size: 1.4rem;
}
#groupList dl dd::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 15px;
	height: 1px;
	background: #003f8c;
}
#newsList {
	border-top: solid 1px #a6bbd5;
}
#newsList a {
	display: block;
	border-bottom: solid 1px #a6bbd5;
}
#newsList a:hover {
	color: #003f8c;
}
#newsList dl {
	display: table;
	padding: 25px 5px;
}
#newsList dt, #newsList dd {
	display: table-cell;
	vertical-align: middle;
}
#newsList dt {
	padding-right: 40px;
	width: 9em;
	color: #003f8c;
}
#contactBox {
	text-align: center;
	font-size: 1.4rem;
}
#contactBox p span {
	display: inline-block;
}
/* company */
#subNavi {
	position: relative;
	z-index: 2;
	margin: 75px 0 -30px;
	text-align: center;
}
#subNavi li {
	margin: 0 10px;
	width: 300px;
}
.message {
	line-height: 2;
}
figure {
	margin: 35px 0 50px;
}
figcaption {
	margin-top: 1.2em;
	font-size: 1.1rem;
}
.motto {
	overflow: hidden;
	padding-bottom: 40px;
	width: 100%;
	border-bottom: solid 1px #a6bbd5;
}
.mottoL {
	margin-bottom: 1.25em;
	line-height: 1.6;
	text-align: left;
	font-size: 1.9rem;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
.mottoL span {
	display: block;
}
.mottoR {
	text-align: right;
}
.mottoR span {
	display: block;
	margin-top: .25em;
	font-size: 1.6rem;
	font-weight: bold;
	font-weight: 500;
}
#philosophy .parenthesis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
}
#philosophy ol {
	padding: 0 40px;
}
#philosophy ol li {
	margin-left: 2.15em;
	text-indent: -2.15em;
	text-align: justify;
	font-size: 1.9rem;
}
#philosophy ol li:not(:first-child) {
	margin-top: 1em;
}
.guideline p {
	margin: 60px 0 25px;
	text-align: center;
	font-size: 1.9rem;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
.guideline dl {
	display: table;
	padding: 1.25em 5px;
	width: 100%;
	border-bottom: solid 1px #a6bbd5;
}
.guideline ul li:first-child dl {
	border-top: solid 1px #a6bbd5;
}
.guideline dl dt, .guideline dl dd {
	display: table-cell;
	vertical-align: middle;
	font-size: 1.4rem;
}
.guideline dl dt {
	width: 8em;
	color: #003f8c;
}
.summary table {
	width: 100%;
}
.summary tr {
	border-top: solid 1px #a6bbd5;
}
.summary tr:last-child {
	border-bottom: solid 1px #a6bbd5;
}
.summary th, .summary td {
	vertical-align: middle;
	padding: 1em 10px;
	text-align: left;
}
.summary th {
	width: 11em;
	color: #003f8c;
}
.summary dl {
	overflow: hidden;
}
.summary dl:not(:first-child), 
.summary p:not(:first-of-type) {
	margin-top: .4em;
}
.summary ul {
	text-align: left;
}
.summary ul li {
	position: relative;
	display: inline-block;
	margin-right: 1.1em;
	padding-left: .85em;
}
.summary ul li::before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-radius: 50%;
	background: #555;
}
caption {
	margin: -1.25em 0 .85em 0;
	text-align: left;
	line-height: 1.5;
	font-size: 1.8rem;
	font-variant: bold;
	font-weight: 500;
	color: #003f8c;
}
.cap-notes {
	font-size: 1.5rem;
}
.kinasa ul li {
	display: block;
	margin: 0;
	padding: 0;
}
.kinasa ul li span {
	display: inline-block;
}
.kinasa ul li::before {
	content: none;
}
.under {
	margin-top: 65px;
}
.under ul li {
	float: none;
}
/* business */
.division {
	margin-right: 11vw;
	height: 23.75vw;
}
#food .division {
	margin: 0 0 0 11vw;
}
.imgBox {
	width: 61.5%;
	height: 100%;
	background: url(assets/images/business/material_img.jpg) center center no-repeat;
	background-size: cover!important;
}
#food .imgBox {
	background: url(assets/images/business/food_img2020.jpg) center bottom no-repeat;
}
#management .imgBox {
	background: url(assets/images/business/kinasa_img.jpg) center center no-repeat;
}
.txtBox {
	padding: 5vw;
	width: 38.5%;
	height: 100%;
	background: #fff;
}
.explanation dt {
	text-align: left;
	line-height: 1.6;
	font-size: 1.8rem;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
.explanation dt span {
	display: inline-block;
}
.explanation dd:first-of-type {
	margin: 1.5em 0;
}
.authentication dd:first-of-type {
	margin-bottom: 1em!important;
}
.item, .outset, .shop {
	margin-top: 80px;
}
.item .division {
	margin: 0;
	height: 360px!important;
}
.item .imgBox {
	position: relative;
	max-width: 500px;
	width: 52.1%;
	background: url(assets/images/business/namacon2023.jpg) center center no-repeat;
}
#doboku .imgBox {
	background: url(assets/images/business/doboku.jpg) center center no-repeat;
}
#saisei .imgBox {
	background: url(assets/images/business/saisei.jpg) center center no-repeat;
}
#recycle .imgBox {
	background: url(assets/images/business/recycle2026.jpg) center top no-repeat;
}
#gold .imgBox {
	background: url(assets/images/business/gold.jpg) center center no-repeat;
}
#sdgs .imgBox {
	background: url(assets/images/business/sdgs.jpg) center center no-repeat;
}
#shobou .imgBox {
	background: url(assets/images/business/shobou.jpg) center center no-repeat;
}
#josetsu .imgBox {
	background: url(assets/images/business/josetsu2023.jpg) center center no-repeat;
}
#namaconcrete .imgBox {
	background: url(assets/images/business/hinshitsu.jpg) center center no-repeat;
}
#vehicle .imgBox {
	background: url(assets/images/business/vehicle.jpg) center center no-repeat;
}
#maintenance .imgBox {
	background: url(assets/images/business/maintenance.jpg) center center no-repeat;
}
#driver .imgBox {
	background: url(assets/images/business/driver.jpg) center center no-repeat;
}
#recycle .imgBox, #gold .imgBox, #sdgs .imgBox, #shobou .imgBox, #josetsu .imgBox {
	max-height: 680px;
}
#recycle .division, #gold .division, #sdgs .division, #shobou .division, #josetsu .division {
	margin: 0;
	height: 680px!important;
}
/* 画像（縮小）がぼやけるのを防ぐ */
/* Chromeのみに適用 */
_:lang(x)::-internal-media-controls-overlay-cast-button, .imgBox {
	image-rendering: -webkit-optimize-contrast;
}
/* Edgeのみ（Chromium） */
_:lang(x)::-ms-, .imgBox {
	image-rendering: -webkit-optimize-contrast;
}
.item .txtBox {
	padding: 0;
	max-width: 400px;
	width: 41.7%;
	background: none;
}
.item .explanation dt {
	position: relative;
	margin-bottom: 50px;
	font-size: 2.0rem;
}
.item .explanation dt:after {
	position: absolute;
	content: '';
	bottom: -25px;
	left: 0;
	width: 25px;
	height: 2px;
	background: #003f8c;
}
.outset, .topOpen {
	border-top: solid 1px #a6bbd5;
}
.topOpen {
	padding-top: 80px;
}
.other {
	border-bottom: solid 1px #a6bbd5;
}
.other dl {
	display: table;
	padding: 30px 0;
}
.other dl dt, .other dl dd {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.other dl dt {
	width: 14em;
	line-height: 1.6;
	font-size: 1.9rem;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
.other dl dd span {
	display: inline-block;
}
.imgNotes {
	position: absolute;
	top: 1.4em;
	left: 1.8em;
	font-size: 1.0rem;
	color: #fff;
}
#mobiusLoop {
	padding: 80px 0;
	border-top: solid 1px #a6bbd5;
	border-bottom: solid 1px #a6bbd5;
}
#mobiusLoop .explanation dd {
	margin-bottom: 0;
}
#mobiusLoop p + p {
	margin-top: 1.5em;
}
.mobiusImgbox, .mobiusMark {
	margin: 40px auto;
}
.mobiusImgbox figure {
	margin: 0;
}
.mobiusImgbox figure + figure {
	margin-left: 40px;
}
.mobiusImgbox figcaption {
	margin-top: 1em;
	text-align: center;
	font-size: 1.3rem;
}
.mobiusMark .mobiusImgbox {
	margin: 0 auto;
}
.imgCap {
	margin-top: 1em;
	text-align: center;
}
.juryosho {
	margin-bottom: 40px;
}
.fukidashiBox {
	position: relative;
}
.fukidashiImg {
	width: 58%;
}
.fukidashi {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 25px;
	width: 39%;
	border: solid 2px #003f8c;
	border-radius: 15px;
	background: #fff;
}
.fukidashi::before, .fukidashi::after {
	content: '';
	position: absolute;
	top: 77%;
	display: block;
	width: 0;
	height: 0;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
}
.fukidashi::before {
	left: -190px;
	border-right: 190px solid #003f8c;
}
.fukidashi::after {
	left: -170px;
	border-right: 190px solid #fff;
}
.equipList {
	margin-top: 1.2em;
}
.undermap {
	margin-top: 40px;
}
/* #akanedoki */
#itokacho {
	margin-top: 60px;
}
.shopName {
	overflow: hidden;
	width: 100%;
	height: 84px;
	background: #fff;
	text-align: center;
}
#subway .shopName {
	background: #008b3a;
}
#beardpapa .shopName {
	background: #fff000;
}
.overview {
	margin: 40px 0;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}
.shop .txtBox {
	padding: 0;
	width:  -webkit-calc(100% - 430px);
	width: calc(100% - 430px);
	background: none;
}
.shop .explanation dd:first-of-type {
	margin: 1.5em 0 0;
}
.shop .explanation dd.shopDetail {
	position: relative;
	margin-bottom: 55px;
}
.shopDetail:after {
	content: '';
	position: absolute;
	bottom: -30px;
	left: 0;
	width: 25px;
	height: 2px;
	background: #003f8c;
}
.shopDetail p + p {
	margin-top: 1em;
}
.inquiry {
	display: block;
}
.contactus a {
	color: #003f8c;
}
.contactus a:hover {
	color: #4c78ae;
}
.gmap, .gmap2 {
	overflow: hidden;
	border: solid 1px #fff;
	width: 960px;
	height: 480px;
}
.gmap2 {
	margin-top: 30px;
}
.openlist__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;	
}
.openlist__date {
	width: 6.2em;
}
.openlist__time {
	width: calc(100% - 6.2em);
}
/* news */
#wrap {
	padding-top: 100px;
}
#wrap .inner {
	padding-bottom: 70px;
	border-bottom: solid 1px #a6bbd5;
}
#articleBox {
	max-width: 720px;
	width: 75%;
}
#sub {
	max-width: 190px;
	width: 19.8%;
}
#articleBox article {
	padding: 50px;
	background: #fff;
}
#articleBox article:not(:last-of-type) {
	margin-bottom: 55px;
}
.catTitle, .archiveTitle {
	padding: 20px;
	background: #e4ecf7;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 500;
	color: #003f8c;
}
.newsTtl {
	margin: 0;
	font-size: 2.0rem;
	font-weight: bold;
	font-weight: 500;
	color: #003f8c;
}
.entryDate {
	display: inline-block;
	margin-bottom: 20px;
	padding: .3em 1em .4em;
	background: #003f8c;
	letter-spacing: .125em;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-weight: 600;
	color: #fff;
}
.entryBody, .entryBody p + p {
	margin-top: 1.8em;
}
.entryBody p img {
	margin: .8em 0 1em;
}
.entryBody p:last-child img {
	margin-bottom: 0;
}
.entryBody p a {
	text-decoration: underline;
	color: #003f8c;
}
.entryBody p a:hover {
	text-decoration: none;
}
#sub dl:last-child {
	margin-top: 50px;
}
.menuTtl {
	margin-bottom: .2em;
	letter-spacing: .075em;
	font-family: 'Raleway', sans-serif;
	font-size: 1.7rem;
	font-weight: bold;
	font-weight: 600;
	font-style: italic;
	color: #003f8c;
}
.catMenu li a {
	display: block;
	padding: .85em 0;
	border-bottom: solid 1px #a6bbd5;
}
.selectMenu li {
	position: relative;
}
.selectMenu li select {
	outline: none;
	vertical-align: middle;
	padding: 10px 0;
	width: 100%;
	height: 46px;
	border: none;
	border-bottom: solid 1px #a6bbd5;
	border-radius: 0;
	background: none transparent;
	font-size: 1.3rem;
	color: #333;
	-moz-appearance: none;
	-webkit-appearance: none;
	-ms-appearance: none;
	cursor: pointer;
}
.selectMenu li::after {
	content: "";
	position: absolute;
	top: -3px;
	bottom: 0;
	right: 10px;
	margin: auto 0;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 8px solid #003f8c;
	border-bottom: 0;
	z-index: 1;
	pointer-events: none;
}
.pagenation {
	margin-top: 60px;
	letter-spacing: 0;
}
.pagenation a, .pagenation .current {
	display: inline-block;
	vertical-align: top;
	margin-right: 7px;
	padding: 7px 15px;
	border: 1px solid #b3b3b3;
	color: #888;
}
.pagenation a:hover, .pagenation .current {
	background-color: #b3b3b3;
	color: #fff;
}
/* contact */
#mailform {
	padding-top: 95px;
}
.mailtxt {
	text-align: center;
	font-size: 1.4rem;
}
.mailtxt span {
	display: inline-block;
}
.telbox {
	margin-top: 30px;
}
.box-border {
	padding: 1.5em 1em;
	border: solid 1px #a6bbd5;
}
.tellist {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	font-size: 2.0rem;
	font-weight: 700;
}
.tellist__item {
	margin: .25em 1em;
}
.number {
	font-size: 2.8rem;
}
.concretebox {
	margin-top: 50px;
	text-align: center;
}
.concretebox__ttl {
	margin-bottom: 1em;
	line-height: 1.4;
	font-weight: 700;
	font-size: 1.9rem;
	color: #003f8c;
}
.concrete {
	padding: 2em 1em;
	line-height: 1.5;
}
.concrete__ttl {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 1.7rem;
}
.concrete dd, .concrete .tellist {
	font-size: 1.6rem;
}
.concrete dd + dd {
	margin-top: .25em;
}
.concrete .tellist {
	font-weight: normal;
}
.concrete .number {
	font-size: 1.7rem;
}
.contact-link a {
	text-decoration: underline;
}
.contact-link a:hover {
	text-decoration: none;
}
/* policy */
#policy {
	padding-top: 95px;
}
.policyTtl {
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
	font-weight: 700;
	color: #003f8c;
}
.policyTxt {
	margin: .55em 0 2.5em;
	text-align: center;
}
.policyTxt span {
	display: inline-block;
}
.policyBody ol {
	padding: 35px 0;
	border-top: solid 1px #a6bbd5;
	border-bottom: solid 1px #a6bbd5;
}
.policyBody ol li {
	margin: 1.15em 0 0 20px;
	padding-right: .5em;
	list-style: decimal;
}
.policyBody ol li:first-child {
	margin-top: 0;
}
.subheading, .desk {
	display: block;
	font-size: 1.4rem;
	font-weight: bold;
	font-weight: 500;
}
.desk {
	margin-top: 1em;
}
/* 改行inline */
.newline {
	display: inline-block;
}
/* 鉤括弧 */
.parenthesis {
	position: relative;
	padding: 22px 0;
}
.parenthesis::before,
.parenthesis::after {
	position: absolute;
	content: '';
	width: 100px;
	height: 60px;
}
.parenthesis::before {
	top: 0;
	left: 0;
	border-top: solid 1px #fff;
	border-left: solid 1px #fff;
}
.parenthesis::after {
	bottom: 0;
	right: 0;
	border-bottom: solid 1px #fff;
	border-right: solid 1px #fff;
}
#ttlBox .parenthesis {
	width: 400px;
}
#index .parenthesis {
	padding: 55px 80px 50px;
}
#index .parenthesis::before,
#index .parenthesis::after {
	position: absolute;
	content: '';
	width: 140px;
	height: 80px;
}
#philosophy .parenthesis {
	padding: 40px 0;
}
#philosophy .parenthesis::before {
	top: 0;
	left: 0;
	border-top: solid 1px #003f8c;
	border-left: solid 1px #003f8c;
}
#philosophy .parenthesis::after {
	bottom: 0;
	right: 0;
	border-bottom: solid 1px #003f8c;
	border-right: solid 1px #003f8c;
}
/* 斜線背景 */
section, .lineBox, .lineBox2, .lineBox3, .lineBox4, .lineBox5, .lineBox6, .lineBox7, .lineBox8, .lineBox9, .lineBox10, .lineBox11, .lineBox12, .lineBox13, .lineBox14, .lineBox15 {
	position: relative;
	z-index: 1;
}
.lineBox::before, .lineBox2::before, .lineBox3::before, .lineBox4::before, .lineBox5::before, .lineBox6::before, .lineBox7::before, .lineBox8::before, .lineBox9::before, .lineBox10::before, .lineBox11::before, .lineBox12::before, .lineBox13::before, .lineBox13::after, .lineBox14::before, .lineBox15::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	background: #d9e2ee;
	width: 100%;
	height: 510px;
	-webkit-transform: translateY(300px) skew(0,-8deg);
	-moz-transform: translateY(300px) skew(0,-8deg);
	-ms-transform: translateY(300px) skew(0,-8deg);
	transform: translateY(300px) skew(0,-8deg);
	z-index: -1;
}
.lineBox2::before {
	-webkit-transform: translateY(170px) skew(0,8deg);
	-moz-transform: translateY(170px) skew(0,8deg);
	-ms-transform: translateY(170px) skew(0,8deg);
	transform: translateY(170px) skew(0,8deg);
}
.lineBox3::before {
	-webkit-transform: translateY(125px) skew(0,-8deg);
	-moz-transform: translateY(125px) skew(0,-8deg);
	-ms-transform: translateY(125px) skew(0,-8deg);
	transform: translateY(125px) skew(0,-8deg);
}
.lineBox4::before {
	-webkit-transform: translateY(335px) skew(0,8deg);
	-moz-transform: translateY(335px) skew(0,8deg);
	-ms-transform: translateY(335px) skew(0,8deg);
	transform: translateY(335px) skew(0,8deg);
}
.lineBox5::before {
	-webkit-transform: translateY(170px) skew(0,-8deg);
	-moz-transform: translateY(170px) skew(0,-8deg);
	-ms-transform: translateY(170px) skew(0,-8deg);
	transform: translateY(170px) skew(0,-8deg);
}
.lineBox6::before {
	-webkit-transform: translateY(120px) skew(0,8deg);
	-moz-transform: translateY(120px) skew(0,8deg);
	-ms-transform: translateY(120px) skew(0,8deg);
	transform: translateY(120px) skew(0,8deg);
}
.lineBox7::before {
	-webkit-transform: translateY(140px) skew(0,-8deg);
	-moz-transform: translateY(140px) skew(0,-8deg);
	-ms-transform: translateY(140px) skew(0,-8deg);
	transform: translateY(140px) skew(0,-8deg);
}
.lineBox8::before {
	-webkit-transform: translateY(140px) skew(0,8deg);
	-moz-transform: translateY(140px) skew(0,8deg);
	-ms-transform: translateY(140px) skew(0,8deg);
	transform: translateY(140px) skew(0,8deg);
}
.lineBox9::before {
	-webkit-transform: translateY(780px) skew(0,-8deg);
	-moz-transform: translateY(780px) skew(0,-8deg);
	-ms-transform: translateY(780px) skew(0,-8deg);
	transform: translateY(780px) skew(0,-8deg);
}
.lineBox10::before {
	-webkit-transform: translateY(595px) skew(0,8deg);
	-moz-transform: translateY(595px) skew(0,8deg);
	-ms-transform: translateY(595px) skew(0,8deg);
	transform: translateY(595px) skew(0,8deg);
}
.lineBox11::before {
	-webkit-transform: translateY(20px) skew(0,-8deg);
	-moz-transform: translateY(20px) skew(0,-8deg);
	-ms-transform: translateY(20px) skew(0,-8deg);
	transform: translateY(20px) skew(0,-8deg);
}
.lineBox12::before {
	-webkit-transform: translateY(840px) skew(0,8deg);
	-moz-transform: translateY(840px) skew(0,8deg);
	-ms-transform: translateY(840px) skew(0,8deg);
	transform: translateY(840px) skew(0,8deg);
}
.lineBox13::before {
	-webkit-transform: translateY(140px) skew(0,-8deg);
	-moz-transform: translateY(140px) skew(0,-8deg);
	-ms-transform: translateY(140px) skew(0,-8deg);
	transform: translateY(140px) skew(0,-8deg);
}
.lineBox13::after {
	-webkit-transform: translateY(1940px) skew(0,8deg);
	-moz-transform: translateY(1940px) skew(0,8deg);
	-ms-transform: translateY(1940px) skew(0,8deg);
	transform: translateY(1940px) skew(0,8deg);
	z-index: -1;
}
.lineBox14::before {
	-webkit-transform: translateY(3740px) skew(0,-8deg);
	-moz-transform: translateY(3740px) skew(0,-8deg);
	-ms-transform: translateY(3740px) skew(0,-8deg);
	transform: translateY(3740px) skew(0,-8deg);
}
.lineBox15::before {
	-webkit-transform: translateY(70px) skew(0,8deg);
	-moz-transform: translateY(70px) skew(0,8deg);
	-ms-transform: translateY(70px) skew(0,8deg);
	transform: translateY(70px) skew(0,8deg);
	top: 10px;
}
.hidden-element {
	display: none!important;
}
/* 404 */
#notFound {
	padding-top: 90px;
}
#notFound p {
	line-height: 2;
	text-align: center;
}
#notFound p:last-child {
	margin-top: 30px;
}
#notFound p span {
	display: inline-block;
}
#notFound a {
	text-decoration: underline;
}
#notFound a:hover {
	text-decoration: none;
}

/*-------------------------------------------------
 * linkBtn
-------------------------------------------------*/
.linkBtn a {
	position: relative;
	display: block;
	padding: 1.2em;
	width: 100%;
	text-align: center;
	line-height: 1;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
	font-style: italic;
	font-weight: bold;
	font-weight: 600;
	color: #003f8c;
}
.linkBtn a::before,
.linkBtn a::after {
	position: absolute;
	content: '';
	width: 100%;
	height: 15px;
}
.linkBtn a::before {
	top: 0;
	left: 0;
	border-top: solid 1px #003f8c;
	border-left: solid 1px #003f8c;
	border-right: solid 1px #003f8c;
}
.linkBtn a::after {
	bottom: 0;
	right: 0;
	border-bottom: solid 1px #003f8c;
	border-left: solid 1px #003f8c;
	border-right: solid 1px #003f8c;
}
.busiDetail .linkBtn a {
	width: 160px;
}
#newsBox .linkBtn a {
	margin: 50px auto 0;
	padding: 1.35em;
	width: 260px;
	font-size: 1.5rem;
}
#newsBox .linkBtn a::before,
#newsBox .linkBtn a::after {
	height: 19px;
}
#contactBox .linkBtn a {
	margin: 40px auto 0;
	padding: 1.3em;
	width: 420px;
	font-size: 1.8rem;
}
#contactBox .linkBtn a::before,
#contactBox .linkBtn a::after {
	height: 22px;
}
#subNavi .linkBtn a, #itokacho .linkBtn a {
	padding: 1.35em;
	font-size: 1.6rem;
	font-style: normal;
}
#itokacho .linkBtn a {
	margin-bottom: 40px;
	line-height: 1.5;
}
#subNavi .linkBtn a::before, #subNavi .linkBtn a::after,
#itokacho .linkBtn a::before, #itokacho .linkBtn a::after,
#subway .linkBtn a::before, #subway .linkBtn a::after {
	height: 20px;
}
#subNavi .linkBtn a, #subway .linkBtn a {
	padding: 1.35em;
	font-size: 1.6rem;
	font-style: normal;
}
#subway .linkBtn a {
	margin-bottom: 40px;
	line-height: 1.5;
}
.carrent a {
	background: #003f8c;
	color: #fff;
}
.explanation dd.linkBtn a {
	width: 200px;
	font-size: 1.5rem;
}
.explanation dd.linkBtn a::before,
.explanation dd.linkBtn a::after {
	height: 17px;
}
.carrent a:hover {
	opacity: 1!important;
}
.busicalendar__link a {
	display: block;
	margin: 65px auto 0;
	padding: 1em;
	width: 100%;
	border: solid 1px #003f8c;
	background: #003f8c;
	text-align: center;
	font-size: 1.9rem;
	font-style: normal;
	font-weight: bold;
	font-weight: 500;
	color: #003f8c;
	color: #fff;
}
.busicalendar__link a::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: .8em;
	width: 48px;
	height: 48px;
	background: url(assets/images/index/calendar.svg) no-repeat;
	background-size: contain!important;
}
.busicalendar__link a span {
	position: relative;
	top: .15em;
	padding-right: 3px;
}

/*-------------------------------------------------
 * hover
-------------------------------------------------*/
.linkBtn a {
	transition: color .4s ease, background .4s ease;
	-webkit-transition: color .4s ease, background .4s ease;
	-moz-transition: color .4s ease, background .4s ease;
}
.linkBtn a:hover {
	background: #003f8c;
	color: #fff;
}
.busicalendar__link a {
	transition: opacity .5s ease;
	-webkit-transition: opacity .5s ease;
	-moz-transition: opacity .5s ease;
}
.busicalendar__link a:hover {
	opacity: .6;
}
@media screen and (min-width: 1366px) {
	.gnavilist__item .subnavi__list__item a span {
		transition: color .4s ease, opacity .4s ease;
		-webkit-transition: color .4s ease, opacity .4s ease;
	}
	.subnavi__list__item a span {
		transition: border-color .4s ease;
		-webkit-transition: border-color .4s ease;;
	}
	.subnavi__list__item a:hover span {
		color: #9ecbfc!important;
	}
	.subnavi__list__item a:hover span {
		border-color: #9ecbfc;
	}
}

/*-------------------------------------------------
 * loader
-------------------------------------------------*/
#loader {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-top: -25px;
	margin-left: -25px;
	text-align: center;
	z-index: 99999;
}
.double-bounce1, .double-bounce2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #003f8c;
	opacity: .5;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}
.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes sk-bounce {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}
@keyframes sk-bounce {
	0%, 100% { 
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% { 
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}
#fade {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	background: #fff;
	top: 0;
	left: 0;
	z-index: 10000;
}

/*-------------------------------------------------
 * mediaqueries
-------------------------------------------------*/
@media screen and (max-width: 1440px) {
	/* index */
	#index .parenthesis p {
		width: 27vw;
	}
	/* business */
	.division {
		height: 450px;
	}
}
@media screen and (max-width: 1279px) {
	header {
		padding: 30px 5vw;
	}
	h1 {
		width: 22vw;
	}
	#toggle {
		display:-webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		position: absolute;
		top: 30px;
		right: 5vw;
		text-align: center;
		color: #fff;
		z-index: 99999;
	}
	.trigger,
	.trigger span {
		display: inline-block;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.trigger {
		position: relative;
		width: 32px;
		height: 22px;
		cursor: pointer;
	}
	.trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		background: #fff;
	}
	.trigger span:nth-of-type(1) {
		top: 0;
	}
	.trigger span:nth-of-type(2) {
		top: 10px;
	}
	.trigger span:nth-of-type(2)::after {
		position: absolute;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 2px;
		background: #fff;
		-webkit-transition: all .4s;
		transition: all .4s;
	}
	.trigger span:nth-of-type(3) {
		bottom: 0;
	}
	body:not(#index) .trigger span,
	body:not(#index) .trigger span:nth-of-type(2)::after {
		background: #003f8c;
	}
	.trigger.active span {
		background: #003f8c;
	}
	.trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.trigger.active span:nth-of-type(2) {
		left: 50%;
		-webkit-animation: active-menu-bar02 .8s forwards;
		animation: active-menu-bar02 .8s forwards;
		opacity: 0;
	}
	@-webkit-keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	@keyframes active-menu-bar02 {
		100% {
			height: 0;
		}
	}
	.trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}
	.hide {
		overflow: hidden;
		visibility: hidden;
		opacity: 0;
	}
	.animation {
		-webkit-transition-property: opacity, visibility;
		transition-property: opacity, visibility;
		-webkit-transition-duration: .3s;
		transition-duration: .3s;
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
	}
	.no-scroll {
		overflow: hidden;
		position: fixed;
	}
	#headWrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		height: 104px;
		background: #fff;
		z-index: 9999;
	}
	#naviBox {
		position: fixed;
		display: none;
		top: 0;
		left: 0;
		margin: 0;
		width: 100%;
		height: 100%;
		-webkit-overflow-scrolling: touch;
		overflow: auto;
		background: #fff;
		z-index: 999;
	}
	nav {
		display: flex;
		align-items: center;
		margin: 0 auto;
		width: 100%;
	}
	#gNavi {
		display: block;
		margin: 0;
		padding: 100px 10vw;
		width: 100%;
		max-height: 100%;
	}
	#gnavTop {
		border-top: solid 1px #ccc;
	}
	.gnavilist__item, .gnavilist__item:not(:last-child) {
		margin-right: 0;
		width: 100%;
		border-bottom: solid 1px #ccc;
		text-align: left;
	}
	.gnavilist__item a {
		display: block;
	}
	.gnavilist__item a span, #index .gnavilist__item a span {
		color: #003f8c;
	}
	.gnavilist__item a span {
		display: block;
		padding: 12px 0;
		width: 100%;
	}
	.gnavilist__item a span::before,
	.gnavilist__item a span::after {
		display: none;
	}
	.subnavi {
		visibility: visible;
		position: static;
		-webkit-transform: none;
		transform: none;
		padding: 0;
		width: auto;
		opacity: 1;
		transition: none;
	}
	.hide .subnavi {
		visibility: hidden;
	}
	.gnavilist__item:hover > .subnavi {
		-webkit-transform: none;
		transform: none;
	}
	.subnavi__list {
		display: flex;
		align-items: center;
		flex-flow: row wrap;
		border-radius: 0;
		border-top: dashed 1px #ccc;
		background: none;
	}
	.subnavi__list__item {
		background: none;
		width: auto;
		text-align: left;
	}
	.subnavi__list__item:not(:last-child) {
		margin-right: 3.5em;
	}
	.subnavi__list__item a, .subnavi__list__item:first-child a, .subnavi__list__item:last-child a {
		padding: 18px 0;
		background: none;
	}
	.subnavi__list__item a span {
		margin: 0;
		padding: 0;
		border: none;
		color: #333!important;
	}
	footer {
		padding: 40px 5vw 30px;
	}
	#index section {
		padding-top: 95px;
	}
	/* business */
	.gmap, .gmap2 {
		width: auto;
		height: auto;
	}
	.mapBox {
		overflow: hidden;
		position: relative;
		padding-bottom: 50%;
		height: 0;
	}
	.mapBox iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	/* 鉤括弧 */
	#index .parenthesis {
		padding: 4.3vw 6.2vw 3.9vw;
	}
	#index .parenthesis::before,
	#index .parenthesis::after {
		width: 10.9vw;
		height: 6.2vw;
	}
	#index .parenthesis p {
		width: 31.4vw;
	}
	/* linkBtn */
	a img:hover {
		opacity: 1;
	}
	.linkBtn a:hover {
		background: none;
		color: #003f8c;
	}
}
@media screen and (max-width: 959px) {
	.address {
		display: block;
		text-align: center;
	}
	.address dt {
		margin-right: 0;
	}
	.address dd {
		margin-top: .8em;
	}
	.address dd ul li, .address dd ul li:last-child {
		margin: 0 .5em;
	}
	.copyright {
		margin-top: 1.3em;
	}
	#pagetop {
		display: inherit;
		position: static;
		margin: .7em auto 0;
		width: 40px;
		height: 40px;
	}
	#pagetop a::after {
		top: 17px;
		left: 15px;
	}
	main {
		padding-bottom: 75px;
	}
	section, #index section {
		padding-top: 75px;
	}
	#index section:first-child, #material, #wrap, #mailform, #policy, #notFound {
		padding-top: 70px;
	}
	#ttlBox {
		padding: 45px 52px;
	}
	/* index */
	#busiList {
		display: block;
	}
	#busiList li {
		display:-webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-webkit-align-items: center;
		align-items: center;
		max-width: none;
		width: 100%;
	}
	#busiList li:not(:first-child) {
		margin-top: 60px;
	}
	#busiList li p {
		width: 44%;
	}
	.busiDetail {
		margin-top: -.8em;
		width: 51%;
	}
	.busiDetail dt {
		margin-top: 0;
	}
	.detailtxt {
		margin-bottom: 1.5em;
	}
	#groupList {
		max-width: 630px;
	}
	#groupList li, #groupList::after {
		width: 47.7%;
	}
	/* company */
	.mottoL {
		margin-top: 0;
	}
	/* business */
	.division {
		display: block;
		margin: 0 auto;
		padding: 0 5vw;
		max-width: 800px;
		height: auto;
	}
	#food .division {
		margin: 0 auto;
	}
	#recycle .division, #gold .division, #sdgs .division, #shobou .division, #josetsu .division {
		margin: 0 auto;
		height: auto!important;
		text-align: center;
	}
	.imgBox, .txtBox {
		width: 100%;
	}
	.imgBox {
		height: 40vw;
	}
	.txtBox {
		padding: 35px 40px 40px;
	}
	.explanation {
		width: 100%;
	}
	.explanation dt {
		text-align: center;
	}
	.item .division {
		margin: 0 auto;
		padding: 0;
		max-width: 500px;
		height: auto!important;
	}
	.item .imgBox, .item .txtBox {
		max-width: 500px;
		width: 100%;
	}
	.item .imgBox {
		height: 360px;
	}
	.item, .outset, .shop {
		margin-top: 60px;
	}
	.topOpen {
		padding-top: 60px;
	}
	#mobiusLoop {
		padding: 55px 0 60px;
	}
	#recycle .imgBox, #gold .imgBox, #sdgs .imgBox, #shobou .imgBox, #josetsu .imgBox {
		height: 123vw;
	}
	.item .explanation dt {
		margin: 25px 0 55px;
	}
	.item .explanation dt:after {
		right: 0;
		margin: 0 auto;
	}
	.item .explanation dd:first-of-type {
		margin: 0;
	}
	#gold .explanation dd, #sdgs .explanation dd, #shobou .explanation dd, #josetsu .explanation dd {
		text-align: justify;
	}
	.other dl, .other dl dt, .other dl dd {
		display: block;
		width: 100%;
	}
	.other dl {
		margin: 0 auto;
		max-width: 500px;
	}
	.other dl dt {
		margin-bottom: .65em;
		padding: 0;
		text-align: center;
	}
	#mobiusLoop .explanation dt {
		margin-top: 0;
	}
	.mobiusImgbox figure + figure {
		margin-left: 4vw;
	}
	.fukidashi {
		padding: 2.5vw;
	}
	.fukidashi::before, .fukidashi::after {
		top: inherit;
		bottom: 20px;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
	}
	.fukidashi::before {
		left: -18vw;
		border-right: 18vw solid #003f8c;
	}
	.fukidashi::after {
		left: -15.5vw;
		border-right: 18vw solid #fff;
	}
	/* #akanedoki */
	.overview {
		display: block;
	}
	.shopImg {
		text-align: center;
	}
	.shop .txtBox {
		margin: 25px auto 0;
		max-width: 500px;
		width: 100%;
	}
	.mapBox {
		padding-bottom: 73%;
	}
	/* news */
	#wrap .inner {
		display: block;
		max-width: 720px;
	}
	#articleBox, #sub {
		margin: 0 auto;
		width: 100%;
	}
	#sub {
		display:-webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		margin-top: 60px;
		max-width: 720px;
	}
	#sub dl {
		width: 47%;
	}
	#sub dl:last-child {
		margin-top: 0;
	}
	/* 鉤括弧 */
	#index .parenthesis {
		padding: 5.16vw 7.44vw 4.68vw;
	}
	#index .parenthesis::before,
	#index .parenthesis::after {
		width: 13.08vw;
		height: 7.44vw;
	}
	#index .parenthesis p {
		width: 37.68vw;
	}
	/* linkBtn */
	#subNavi .linkBtn a、#itokacho .linkBtn a {
		padding: 1.35em 0;
	}
	.explanation dd.linkBtn a {
		margin: 0 auto;
	}
	.busicalendar__link a {
		margin-top: 55px;
		padding: .85em 0;
	}
}
@media screen and (max-width: 599px) {
	#loader {
		width: 40px;
		height: 40px;
		margin-top: -20px;
		margin-left: -20px;
	}
	header {
		padding: 25px 5vw;
	}
	#toggle {
		top: 25px;
	}
	.trigger {
		position: relative;
		width: 24px;
		height: 18px;
	}
	.trigger span:nth-of-type(2) {
		top: 8px;
	}
	.trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(8px) rotate(-45deg);
		transform: translateY(8px) rotate(-45deg);
	}
	.trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-8px) rotate(45deg);
		transform: translateY(-8px) rotate(45deg);
	}
	#gNavi {
		padding: 58px 5vw;
	}
	.gnavilist__item a span {
		padding: 8px 0;
	}
	.subnavi__list {
		padding: 10px 0;
	}
	.subnavi__list__item:not(:last-child) {
		margin-right: 2.25em;
	}
	.subnavi__list__item a, .subnavi__list__item:first-child a, .subnavi__list__item:last-child a {
		padding: 0;
	}
	body:not(#index) h1 {
		width: 140px;
	}
	main {
		padding-bottom: 70px;
	}
	section, #index section {
		padding-top: 70px;
	}
	#index section:first-child, #material, #wrap, #mailform, #policy, #notFound {
		padding-top: 60px;
	}
	h2, h3:not(.newsTtl) {
		margin-bottom: 1.2em;
		font-size: 2.9rem;
	}
	body:not(#index) h2 {
		font-size: 2.6rem;
	}
	.txtJp {
		margin-top: .4em;
	}
	#ttlBox {
		padding: 30px 52px;
	}
	/* index */
	#busiList li {
		display: block;
		margin: 0 auto;
		max-width: 380px;
	}
	#busiList li p, .busiDetail {
		width: 100%;
	}
	.busiDetail {
		margin-top: 0;
	}
	.busiDetail dt {
		margin: .85em 0 .35em;
		text-align: center;
	}
	/* company */
	#subNavi {
		display: block;
		margin: 65px 0 -30px;
	}
	#subNavi li {
		margin: 0 auto;
	}
	#subNavi li:not(:first-child) {
		margin-top: 10px;
	}
	figure {
		margin: 20px 0 30px;
	}
	.mottoL {
		margin-bottom: .9em;
	}
	#philosophy ol li {
		font-size: 1.7rem;
	}
	.guideline p {
		margin: 45px 0 20px;
	}
	.summary th {
		width: 8.8em;
	}
	caption {
		margin: 0 0 .7em 0;
	}
	/* business */
	.imgBox {
		height: 50vw;
	}
	.item .division, .item .imgBox, .item .txtBox {
		max-width: none;
	}
	.item .imgBox {
		height: 65vw;
	}
	.item, .outset, .shop {
		margin-top: 45px;
	}
	.topOpen {
		padding-top: 45px;
	}
	#mobiusLoop {
		padding: 40px 0 45px;
	}
	#recycle .imgBox, #gold .imgBox, #sdgs .imgBox, #shobou .imgBox {
		max-height: 100%;
	}
	.mapBox {
		padding-bottom: 95%;
	}
	#waterImg.mobiusImgbox {
		display: block;
	}
	#waterImg.mobiusImgbox figure + figure {
		margin: 15px 0 0 0;
	}
	.fukidashiBox {
		position: static;
	}
	#mobiusLoop .fukidashiBox p + p {
		margin-top: 12px;
	}
	.fukidashiImg {
		width: 100%;
	}
	.fukidashi {
		position: relative;
		margin: 0 auto;
		padding: 3.2vw;
		max-width: 300px;
		width: 57%;
	}
	.fukidashi::before, .fukidashi::after {
		left: inherit;
		right: 8.5vw;
		bottom: inherit;
		border-top: none;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}
	.fukidashi::before {
		top: -26px;
		border-bottom: 25px solid #003f8c;
	}
	.fukidashi::after {
		top: -22px;
		border-bottom: 25px solid #fff;
	}
	/* #akanedoki */
	#itokacho {
		margin-top: 45px;
	}
	/* news */
	#articleBox article {
		padding: 8vw 7vw;
	}
	#articleBox article:not(:last-of-type) {
		margin-bottom: 40px;
	}
	/* contact */
	.mailtxt {
		text-align: justify;
	}
	.mailtxt span {
		display: inline;
	}
	.telbox {
		margin-top: 20px;
	}
	.box-border {
		padding: .75em;
	}
	.tellist {
		font-size: 1.7rem;
	}
	.number {
		font-size: 2.4rem;
	}
	.concretebox {
		margin-top: 30px;
	}
	.concretebox__ttl {
		margin-bottom: .7em;
		font-size: 1.8rem;
	}
	.concrete {
		padding: 1.5em 1em 1.75em;
	}
	.concrete__ttl {
		font-size: 1.6rem;
	}
	.concrete dd, .concrete .tellist {
		font-size: 1.5rem;
	}
	.concrete .number {
		font-size: 1.6rem;
	}
	/* 404 */
	#notFound p:last-child {
		margin-top: 20px;
	}
	/* 鉤括弧 */
	.parenthesis {
		padding: 15px 0;
	}
	.parenthesis::before, .parenthesis::after {
		width: 85px;
		height: 51px;
	}
	#ttlBox .parenthesis {
		width: 350px;
	}
	#index .parenthesis {
		padding: 6.2vw 8.9vw 5.6vw;
	}
	#index .parenthesis::before,
	#index .parenthesis::after {
		width: 15.7vw;
		height: 8.9vw;
	}
	#index .parenthesis p {
		width: 45.2vw;
	}
	/* linkBtn */
	.busiDetail .linkBtn a {
		width: 100%;
	}
	#newsBox .linkBtn a {
		margin: 35px auto 0;
	}
	#contactBox .linkBtn a {
		margin: 25px auto 0;
	}
	#subNavi .linkBtn a, #itokacho .linkBtn a {
		font-size: 1.5rem;
	}
	#itokacho .linkBtn a {
		margin-bottom: 30px;
	}
	.busicalendar__link a {
		margin-top: 32px;
		font-size: 1.7rem;
	}
	.busicalendar__link a::before {
		margin-right: .55em;
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 479px) {
	header {
		padding: 20px 5vw;
	}
	#toggle {
		top: 20px;
	}
	h1 {
		max-width: 120px;
		width: 28vw;
	}
	body:not(#index) h1 {
		width: 114px;
	}
	footer {
		padding: 35px 5vw 25px;
		line-height: 1.7;
		font-size: 1.2rem;
	}
	.address dt {
		margin: 0 auto;
		width: 120px;
	}
	.address dd ul li:last-child span {
		display: inline-block;
	}
	main {
		padding-bottom: 55px;
	}
	section, #index section {
		padding-top: 55px;
	}
	#index section:first-child, #material, #wrap, #mailform, #policy {
		padding-top: 35px;
	}
	h2, h3:not(.newsTtl) {
		margin-bottom: .9em;
		font-size: 2.5rem;
	}
	body:not(#index) h2 {
		font-size: 2.0rem;
	}
	.txtJp {
		margin-top: .2em;
		font-size: 1.4rem;
	}
	.ttlJp {
		font-size: 1.3rem;
	}
	#ttlBox {
		padding: 20px 10vw;
	}
	/* index */
	.busiDetail dt {
		font-size: 1.8rem;
	}
	#groupList::after {
		content: none;
	}
	#groupList li {
		margin: 0 auto 20px;
		width: 100%;
	}
	#newsList dl {
		padding: 1.25em 5px;
	}
	#newsList dt, #newsList dd {
		display: block;
		width: 100%;
	}
	#newsList dd {
		margin-top: .25em;
	}
	/* company */
	#subNavi {
		margin: 40px 0 -20px;
	}
	#subNavi li {
		width: 100%;
	}
	.motto {
		padding-bottom: 25px;
	}
	.mottoL {
		font-size: 1.8rem;
	}
	figure {
		margin: 20px 0;
	}
	#philosophy ol {
		padding: 0 5.5vw;
	}
	#philosophy ol li {
		line-height: 1.7;
	}
	#philosophy ol li br {
		display: none;
	}
	.guideline p {
		margin: 20px 0 10px;
	}
	.guideline dl dt, .guideline dl dd {
		display: block;
		width: 100%;
		line-height: 1.7;
	}
	.guideline dl dd {
		margin-top: .25em;
	}
	.summary th, .summary td {
		display: block;
		width: 100%;
	}
	.summary th {
		padding: 1em 5px 0;
	}
	.summary td {
		padding: .2em 5px 1em;
	}
	caption {
		font-size: 1.7rem;
	}
	.cap-notes {
		font-size: 1.4rem;
	}
	.under {
		margin-top: 45px;
	}
	/* business */
	.imgBox {
		height: 60vw;
	}
	.txtBox {
		padding: 6.5vw 6.5vw 7vw;
	}
	.explanation dt, .item .explanation dt, .other dl dt {
		font-size: 1.7rem;
	}
	.explanation dd:first-of-type {
		margin: 1em 0 1.5em;
	}
	.item .explanation dt {
		margin: 30px 0 40px;
	}
	.item .explanation dt:after {
		bottom: -19px;
	}
	.other dl {
		padding: 25px 0;
	}
	.imgNotes {
		top: 1.0em;
		left: 1.5em;
	}
	.shopName, .shopName img {
		height: 65px;
	}
	.overview {
		margin: 20px 0 25px;
	}
	.shop .txtBox {
		margin: 20px auto 0;
	}
	.shop .explanation dd:first-of-type {
		margin: 1em 0 0;	
	}
	.shop .explanation dd.shopDetail {
		margin-bottom: 40px;
	}
	.shopDetail:after {
		bottom: -19px;
	}
	.gmap2 {
		margin-top: 20px;
	}
	#mobiusLoop p + p {
		margin-top: 1em;
	}
	.mobiusImgbox, .mobiusMark {
		margin: 30px auto;
	}
	.juryosho {
		margin-bottom: 30px;
	}
	.fukidashi {
		width: 72%;
	}
	.fukidashi::before, .fukidashi::after {
		right: 15vw;
	}
	.undermap {
		margin-top: 25px;
	}
	/* news */
	#wrap .inner {
		padding-bottom: 10px;
		border-bottom: none;
	}
	#articleBox article {
		padding: 8.5vw 5vw 8vw;
	}
	#articleBox article:not(:last-of-type) {
		margin-bottom: 35px;
	}
	.catTitle, .archiveTitle {
		padding: 10px;
		font-size: 1.5rem;
	}
	.newsTtl {
		font-size: 1.7rem;
	}
	.entryDate {
		margin-bottom: 15px;
		padding: .2em 1em .25em;
	}
	.entryBody p img {
		margin: .4em 0 .6em;
	}
	#sub {
		display: block;
		margin-top: 45px;
	}
	#sub dl {
		width: 100%;
	}
	#sub dl:last-child {
		margin-top: 30px;
	}
	.pagenation {
		margin-top: 35px;
	}
	/* contact */
	.telbox {
		margin-top: 15px;
	}
	.box-border {
		padding: .65em 1em;
	}
	.tellist {
		font-size: 1.4rem;
	}
	.number {
		font-size: 1.9rem;
	}
	.concretebox {
		margin-top: 25px;
	}
	.concretebox__ttl {
		font-size: 1.6rem;
	}
	.concrete {
		padding: 1.1em 1em 1.25em;
	}
	.concrete__ttl {
		font-size: 1.5rem;
	}
	/* policy */
	.policyTtl {
		font-size: 1.8rem;
	}
	.policyTxt {
		margin: .55em 0 2em;
		text-align: justify;
	}
	.policyTxt span {
		display: inline;
	}
	.policyBody ol {
		padding: 2em 0;
	}
	/* 404 */
	#notFound {
		padding-top: 45px;
	}
	/* 鉤括弧 */
	.parenthesis {
		padding: 7px 0;
	}
	.parenthesis::before, .parenthesis::after {
		width: 64px;
		height: 38px;
	}
	#ttlBox .parenthesis {
		max-width: 300px;
		width: 100%;
	}
	#philosophy .parenthesis {
		padding: 30px 0;
	}
	/* linkBtn */
	#newsBox .linkBtn a {
		margin: 30px auto 0;
		padding: 1.2em;
		width: 100%;
		font-size: 1.3rem;
	}
	#newsBox .linkBtn a::before,
	#newsBox .linkBtn a::after {
		height: 15px;
	}
	#contactBox .linkBtn a {
		margin: 20px auto 0;
		width: 100%;
		font-size: 1.5rem;
	}
	#contactBox .linkBtn a::before,
	#contactBox .linkBtn a::after {
		height: 19px;
	}
	#subNavi .linkBtn a {
		padding: 1.2em;
		font-size: 1.4rem;
	}
	#itokacho .linkBtn a {
		padding: 1.2em 1em;
	}
	#subNavi .linkBtn a::before,
	#subNavi .linkBtn a::after {
		height: 15px;
	}
	.explanation dd.linkBtn a {
		width: 100%;
		font-size: 1.3rem;
	}
	.explanation dd.linkBtn a::before,
	.explanation dd.linkBtn a::after {
		height: 15px;
	}
}