			/* メインビジュアル */
			#mv {
				position: relative;
				
				overflow: hidden;
			}
			#mv::before {
					/*aspect-ratio: 1280/755;*/
				/*
				background-color: rgba(3, 58, 171, .3);
				clip-path: polygon(0 0, 62% 0, 34.5% 100%, 0 100%);
				content: "";
				display: block;
				height: calc(100dvh - var(--header-height));
				top: 0;
				width: 100%;
				*/
				background-color: rgba(3, 58, 171, .3);
				content: "";
				display: block;
				height: 200vw;/*calc(100dvh - var(--header-height));*/
				left: -170vw;
				position: absolute;
				top: -65vw;
				transform: rotateZ(var(--rotatez));
				width: 200vw;
			}
			#mv ul {
				margin: 0;
				position: absolute;
				top: 0;
				z-index: -1;
				width: 100%;
			}
			#mv, #mv li, #mv li picture, #mv li img, #mv li source {
				height: calc(100dvh - var(--header-height));
				width: 100%;
			}
			#mv li picture, #mv li img, #mv li source {
				object-fit: cover;
				object-position: 50% 50%;
			}
			
			/* メインビジュアル内テキスト */
			#cname {
				background-color: rgba(0, 0, 0, .0);
				color: #fff;
				display: flex;
				flex-direction: column;
				justify-content: center;
				height: calc(100dvh - var(--header-height));/*calc(100dvh - 113px);*/
				padding: 1rem;
				position: absolute;
				top: 0;
				width: 100%;
			}
			#cname .e-name {
				font-family: 'Helvetica Neue', Arial, sans-serif;
				font-size: 15vw;
				line-height: .85;
				margin-bottom: 2rem;
			}
			#cname .j-desc {
				font-size: 2.75vw;
				font-weight: normal;
			}
			
			/* 新着情報 */
			#news {
				background-color: #fff;
				position: relative;
			}
			#news::before {
					/*aspect-ratio:1280 / 352;*/
				/*
				background-color: #f5f2ec;
				clip-path: polygon(0 0, 34.5% 0, 21.5% 100%, 0% 100%);
				content: "";
				display: block;
				height: calc((100dvh - 89px) * 0.46490066225165563);
				position: absolute;
				width: 100%;
				top: 0;
				*/
					/*z-index: 1;*/
			}
			#news-bkg {
				background-color: #f5f2ec;
				content: "";
				display: block;
				height: 200vw;
				left: -170vw;
				position: absolute;
				transform: rotateZ(var(--rotatez));
				width: 200vw;
				top: -65vw;
			}
			#news dt, #news dd {
				font-size: .875rem;
			}
			#news dd {
				margin-bottom: .5rem;
			}
			
			/* 事業内容 */
			#business {
				background-color: #f5f2ec;
			}
			#business dl {
				/*display: flex;
				justify-content: space-between;*/
				margin-bottom: 1rem;
			}
			#business dt {
				/*flex-basis: 40%;*/
				margin-bottom: .5rem;
				position: relative;
			}
			#business dt picture {
				aspect-ratio: 4 / 3;
				height: 100%;
				object-fit: cover;
				object-position: 50% 50%;
				position: relative;
				width: 100%;
			}
			#business dt span {
				color: #fff;
				font-weight: bold;
				display: block;
				/*left: 40%;*/
				letter-spacing: .25rem;
				position: absolute;
				text-align: center;
				text-shadow: 0 0 5px rgba(0, 0, 0, .5), 0 0 10px rgba(0, 0, 0, .5), 0 0 15px rgba(0, 0, 0, .5);
				top: 45%;
				width: 100%;
			}
			#business dd {
				/*flex-basis: 55%;*/
				font-size: .875rem;
			}
			
			/* 選ばれる理由 */
			#choice {
				background: rgba(255, 255, 255, .75) url(../images/index/choice/bkg.png) 40% 0 no-repeat;
				background-blend-mode: screen;
				background-size: cover;
				/*display: flex;*/
				/*padding-top: 0;*/
			}
			#choice .j-ttl {
				font-size: 1.25rem;
			}
			#choice .left p br {
				display: none;
			}
			#choice .left div:last-child p {
				margin-bottom: 1.5rem;
			}
			#choice .left div:last-child p:last-child {
				margin-bottom: 0;
			}
			/*#choice .right img {
				background: url(../images/index/choice/photo.jpg) 100% 50% no-repeat;
				flex-basis: 50%;
				mask-image: url(../images/index/choice/mask-w.svg);
				mask-position: 0 50%;
				mask-repeat: no-repeat;
				mask-size: cover;
				mask-mode: alpha;
				-webkit-mask-image: url(../images/index/choice/mask-w.svg);
				-webkit-mask-position: 0 50%;
				-webkit-mask-repeat: no-repeat;
				-webkit-mask-size: contain;
				-webkit-mask-mode: alpha;
			}*/
			/*#choice .right img {
				clip-path: url(../images/index/choice/mask-w.svg);
			}*/
			/*#choice .right {
				background: url(../images/index/choice/photo.jpg) 100% 50% no-repeat;
				flex-basis: 50%;
				mask-image: url(../images/index/choice/mask-w.svg);
				mask-position: 0 50%;
				mask-repeat: no-repeat;
				mask-size: cover;
				mask-mode: alpha;
				-webkit-mask-image: url(../images/index/choice/mask-w.svg);
				-webkit-mask-position: 0 50%;
				-webkit-mask-repeat: no-repeat;
				-webkit-mask-size: contain;
				-webkit-mask-mode: alpha;
			}*/
			#choice .left > p {
				font-size: .875rem;
				line-height: 2;
				margin-bottom: 1rem;
				/*text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff;*/
			}
			#choice .left > p:first-child {
				text-shadow: none;
			}
			/*#choice .left p:last-child {
				margin-bottom: 0;
			}*/
			
			/* 実績 */
			#results {
				background: rgba(255, 255, 255, .75) url(../images/index/archivements/bkg.png) 15% 0 no-repeat;
				background-blend-mode: screen;
				position: relative;
				/*transform: translateY(-2rem);*/
				/*margin-top: -2.1rem;*/
				z-index: 1;
			}
			/*#results .wrapper > .title-area:first-child {
				margin: 0 -2rem;
			}*/
			/*#results .title-area p {
				color: #f5f2ec;
				font-size: 16vw;*//*10rem;*//*11.875rem;*//*10rem;*/
				/*font-weight: bold;
				line-height: .9;
				margin-bottom: 1rem;
				overflow: hidden;
				width: 100%;
			}*/
			#results .right p {
				font-size: .875rem;
				line-height: 2;
				text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
			}
			#results .right dl {
				font-size: .875rem;
				line-height: 2;
				text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
			}
			#results .right dd {
				margin-bottom: 1rem;
			}
			
			/* 会社案内 */
			#company {
				position: relative;
			}
			#company > picture {
				clip-path: polygon(26.640625% 0, 100% 0, 100% 100%, 0 100%);
				/*float: right;
				shape-outsize: polygon(26.640625% 0, 100% 0, 100% 100%, 0 100%);*/
				display: block;
				max-width: 770px;
				position: absolute;
				right: 0;
				width: 60.15625%;
				z-index: -1;
			}
			#outline {
				color: var(--text-color);
			}
			#outline dt {
				font-size: .875rem;
			}
			#outline dd {
				margin-bottom: 1rem;
			}
			
			/* GoogleMap埋め込み */
			.map {
				margin-bottom: 2rem;
			}
			.map iframe {
				aspect-ratio: 600 / 300;
				border: 0;
				height: auto;
				width: 100%;
			}
			#maps .map:last-child {
				margin-bottom: 0;
			}
			.map dl {
				color: var(--text-color);
			}
			.map dd {
				font-size: .875rem;
			}
			.map dd a {
				color: var(--text-color);
				text-decoration: underline;
			}
			
			/* 採用情報 */
			#recruit {
				overflow: hidden;
				position: relative;
			}
			#recruit::before {
				background: #f5f2ec;
				content: "";
				display: block;
				height: 400vw;/*150vw;*/
				position: absolute;
				transform: rotateZ(var(--rotatez));
				width: 400vw;/*150vw;*/
				top: -104vw;/*-39vw;*//*-62.5vw;*/
				left: -414vw;/*-125vw;*//*-110vw;*/
				z-index: -1;
			}
			#recruit dl {
				color: var(--text-color);
			}
			#recruit dd {
				font-size: .875rem;
				margin-bottom: 1rem;
			}
			#recruit dl dd:last-child {
				margin-bottom: 0;
			}
			
			@media screen and (min-width: 480px) {
				#news dl {
					display: flex;
					flex-wrap: wrap;
					margin-left: 10%;
				}
				#news dt {
					flex-basis: 15%;
				}
				#news dd {
					flex-basis: 85%;
				}
			}
			
			@media screen and (min-width: 720px) {
				/* 事業内容 */
				/*#business dl {
					margin-bottom: 0;
				}*/
				#business dl::after {
					clear: both;
					content: "";
					display: block;
					height: 0;
					width: 0;
				}
				#business dt {
					display: block;
					float: left;
					clip-path: var(--mask-polygon1);
					shape-outside: var(--mask-polygon1);
					margin-right: 1rem;
					position: relative;
					width: 50%;
				}
				#business dl:last-child dt {
					float: right;
					margin-left: 1rem;
					margin-right: 0;
				}
				#business dl:last-child dd {
					text-align: right;
				}
				
				/* 選ばれる理由 */
				#choice {
					/*background-blend-mode: normal;*/
					background-position: 105% 0;
					background-size: contain;
				}
				#choice .title-area {
					/*transform: translateY(-3.25rem);*/
					margin-top: -3.25rem;
				}
				#choice .title-area .j-ttl {
					 font-size: 1.875rem;
				}
				#choice .left .title-area p {
					color: #f5f2ec;
					font-size: 11.875rem;/*16vw;*//*10rem;*//*12vw;*//*11.875rem;*/
					font-weight: bold;
					line-height: .9;
				}
				#choice .left p br {
					display: initial;
				}
				
				/* 実績 */
				#results {
					background-color: transparent;
					background-blend-mode: normal;
					background-position: -5vw 0;
					margin-top: -1.4rem;
				}
				#results .wrapper > .title-area {
					margin: 0 -2rem 1rem -2rem;
				}
				#results .wrapper > .title-area .e-ttl {
					color: #f5f2ec;
					font-size: 11.875rem;
					overflow: hidden;
				}
				#results .title-area .j-ttl {
					font-size: 1.875rem;
					text-shadow: 0 0 5px #fff,0 0 10px #fff,0 0 15px #fff;
				}
				#results .title-area + div {
					display: flex;
					justify-content: flex-end;
				}
				#results .right {
					/*background-color: rgba(255, 255, 255, .75);
					box-shadow: 0 0 5px rgba(255, 255, 255, .75);*/
					flex-basis: 50%;
					padding: 2rem;
				}
				
				/* 会社案内 */
				#company .j-ttl {
					margin-bottom: 2rem;
				}
				#outline {
					display: flex;
					flex-wrap: wrap;
					line-height: 2;
					margin-bottom: 2rem;
				}
				#outline dt {
					flex-basis: 12.5%;
					font-size: 1rem;
					margin-bottom: .5rem;
				}
				#outline dd {
					flex-basis: 87.5%;
					margin-bottom: .5rem;
				}
			}
			
			@media screen and (min-width: 780px) {
				#results .right p {
					font-size: 1rem;
				}
				#maps {
					display: flex;
					justify-content: space-between;
					margin: 0 auto;
					/*max-width: 980px;*/
				}
				#maps .map {
					flex-basis: 48.5%;
					/*max-width: 430px;*/
				}
				.map dt {
					font-size: 1.25rem;
				}
				.map dd {
					font-size: 1rem;
				}
			}
			
			@media screen and (min-width: 980px) {
				/* メインビジュアル内テキスト */
				#cname {
					/*margin: 0 auto;*/
					left: calc((100% - 900px) / 2);
					max-width: 900px;
					width: initial;
				}
				#cname .e-name {
					font-size: 10rem;
				}
				#cname .j-desc {
					font-size: 1.8333333333333333rem;
				}
				
				/* 新着情報 */
				#news dl {
					margin-left: 15%;
				}
				#news dt {
					flex-basis: 12.5%;
				}
				#news dd {
					flex-basis: 87.5%;
				}
				
				/* 事業内容 */
				#business dl {
					margin-left: 5%;
					margin-bottom: 0;
					width: 75%;
				}
				#business dl:last-child {
					margin-left: 20%;
					transform: translateY(-7px);
				}
				#business dl:last-child dt {
					float: left;
					margin-left: 0;
					margin-right: 1rem;
				}
				#business dl:last-child dd {
					text-align: initial;
				}
				#choice {
					background-blend-mode: normal;
				}
				
				#recruit .wrapper {
					display: flex;
					justify-content: space-between;
				}
				#recruit .wrapper > div {
					flex-basis: 48.5%;
				}
			}
			
			@media screen and (min-width: 1280px) {
			}
