@charset "utf-8";
/*
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
ファインレーベル株式会社　カスタム対応
	ver.2024.06.06.Custom-Finelabel
	ホーム　スタイルシート
────────────────────────────────────────
FileName:		/resources/css/index.css
Editor:			TRUSTEC
Description:	ホーム　スタイルシート。
────────────────────────────────────────
2024/06/06:		サンプル開発開始。
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
*/





/* ::::: [CUSTOM PROPERTIES] ::::: */
:root {

	/* Fonts
	--------- --------- --------- ------- */

	/**	フォントファミリー	*/
/*	--common-font-family: "'Noto Sans JP', sans-serif";*/
	--common-font-family: "source-han-sans-japanese", sans-serif;

	/**	フォントの重み: 標準	*/
	--common-font-weight: 400;
	/**	フォントの重み: 太字	*/
	--common-font-weight-bold: 700;
	/**	フォントの重み: 極太	*/
	--common-font-weight-black: 900;
}





/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */

/* Sticky Page Top
--------- --------- --------- ------- */
#sticky-page-top {
	border-bottom-color: transparent;
	position: fixed;
	width: 100vw;
}

#sticky-page-top .sticky-page-top-transition {
}



/* Page Header
--------- --------- --------- ------- */
#page-header {
/*	background-color: transparent;*/
}
/* Scrolled */
#page-header.scrolled {
	/*background-color: var(--header-background-color);*/
	transition: 0.4s;
}





/* ::::: [COMMON-HEADER: OVER WRITE] ::::: */
/* ::::: [IMAGE-STYLES] ::::: */

/* Picture
--------- --------- --------- ------- */
.common-picture {
}

/* Picture Portrait
--------- --------- --------- ------- */
.portrait {
}

/* Picture Landscape
--------- --------- --------- ------- */
.landscape {
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Picture
	--------- --------- --------- ------- */
	.common-picture {
	}

	/* Picture Portrait
	--------- --------- --------- ------- */
	.portrait {
	}

	/* Picture Landscape
	--------- --------- --------- ------- */
	.landscape {
	}

	img.common-picture.landscape,
	.common-picture.landscape img {
		aspect-ratio: 16 / 9;
	}
}



/* ::::: [COMMON-PARTS: OVER WRITE] ::::: */
/* :::::  [TEXT-STYLES: SIGNATURE] ::::: */

/* Setting
--------- --------- --------- ------- */
.signature {
	justify-content: flex-end;
}

/* @media
--------- --------- --------- ------- */
/*	DisplayWidth < SM	*/
@media (max-width: 767px) {

	/* Setting
	--------- --------- --------- ------- */
	.signature {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start
	}
}


.display-br-580{
	display: none;
}
@media (max-width: 580px) {
	.display-br-580{
		display: block;
	}
}





/* ::::: [TITLE] ::::: */
.section-title-col{
    justify-content: end;
    display: flex;
    align-items: flex-end;
	position: relative;
    z-index: 100;
}
.section-image-col{
    height: 400px;
    padding-left: 3rem;
    padding-right: 0;
}

.section-image{
    background-color: #333333;
    height: 400px;
    width: 100%;
}
.section-image source,
.section-image img{
    height: 400px;
    width: 100%;
    object-fit: cover;
}
.object-position-right source,
.object-position-right img{
    object-position: right;
}
.object-position-left source,
.object-position-left img{
    object-position: left;
}
.object-position-center source,
.object-position-center img{
    object-position: center;
}

.index-section-title {
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: fit-content;
    margin-top: 2rem;
	margin-bottom: 0;
	position: absolute;
    left: 25%;
    z-index: 100;
	opacity: 0;
}
.title-shortName,
.title-name{
    text-shadow: #333333 1px 0 16px;
}
.index-section-title .title-shortName{
    font-size: max(2.8rem, 3.8vw);
    letter-spacing: 0.2rem;
}
.index-section-title .title-name{
    font-size: max(1.5rem, 1.5vw);
    font-weight: 600;
}
@media (max-width: 1399px) {
	.index-section-title{
        margin-right: 0;
        width: 8em;
	}
}
@media (max-width: 991px) {
	.section-title-col{
		justify-content: flex-start;
		padding-left: 3rem;
		position: unset;
	}
	.index-section-title{
		margin-right: 0;
        width: fit-content;
		position: unset;
		left: unset;
	}
	.section-image-col{
		height: 350px;
		padding-left: 0;
		display: flex;
        justify-content: flex-end;
	}
	.section-image{
		height: 350px;
		width: 670px;
	}
	.section-image source,
	.section-image img{
		height: 350px;
		width: 670px;
	}
}
@media (max-width: 768px) {
	.section-title-col{
		padding-left: 1rem;
	}
	.section-image-col{
		height: 250px;
	}
	.section-image{
		width: 100%;
		height: 250px;
	}
	.section-image source,
	.section-image img{
		width: 100%;
		height: 250px;
	}
}

.title-center{
    align-items: center;
    margin: 0 auto !important;
    width: max-content !important;
	position: unset;
	left: unset;
}
@media (max-width: 991px) {
	.title-center{
		align-items: unset;
        margin-left: 3rem !important;
		width: fit-content !important;
	}
}
@media (max-width: 767px) {
	.title-center{
        margin-left: 1rem !important;
	}
}

.index-section-caption {
	font-size: 1.2rem;
	line-height: var(--common-line-height);
}






/* ::::: [INDEX-EYECATCH] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-slideshow {
}

#index-slideshow.background-slider {
    background-color: #333333;
    height: 100vh;
    width: 100%;
    top: 0;
    position: sticky;
    z-index: 1;
}
#index-slideshow.background-slider .index-slideshow-wrapper {
	height: 100%;
	width: 100%;
    display: flex;
    align-items: center;
}

/*	Centering Block	*/
#index-slideshow.background-slider .eyecatch-logo {
	width: fit-content;
	max-width: initial;
	margin: auto;
	z-index: 50;
}

/*	EyeCatch Title	*/
#index-slideshow.background-slider .eyecatch-title {
	font-size: 3vw;
	line-height: var(--common-line-height);
	letter-spacing: 0.1em;
	text-align: center;
}

/*	EyeCatch Picture	*/
#index-slideshow.background-slider .elecatch-picture {
}
#index-slideshow.background-slider .elecatch-picture img {
}

/*	EyeCatch Lead	*/
#index-slideshow.background-slider .eyecatch-lead {
}

/* @media
--------- --------- --------- ------- */
/*	画面が横向き（横長）	*/
@media (orientation: landscape){
	#index-slideshow.background-slider .background-slider {
	}
}
/*	画面が縦向き（縦長）	*/
@media (orientation: portrait){
	#index-slideshow.background-slider .background-slider {
	}
}

/*	DisplayWidth < XS	*/
@media (max-width: 575px) {
	#index-slideshow.background-slider .background-slider {
	}

	/*	Centering Block	*/
	#index-slideshow.background-slider .eyecatch-centering {
		width: 65%;
	}

	/*	EyeCatch Title	*/
	#index-slideshow.background-slider .eyecatch-title {
		font-size: 1.5rem;
		line-height: var(--common-line-height);
	}

	/*	EyeCatch Lead	*/
	#index-slideshow.background-slider .eyecatch-lead {
		font-size: 1rem;
		line-height: 1.7em;
	}
}


#index-business{
    padding-bottom: 5rem;
    padding-top: 8rem;
}
@media (max-width: 575px) {
	#index-business {
		padding-bottom: 3rem;
	}
}



/* ::::: [INDEX-TOPICS] ::::: */
.link-to-facility{
    margin-right: 0;
    margin-left: auto;
    display: block;
    width: fit-content;
}
.link-to-facility:before{
	content: "―";
	margin-right: 0.5rem;
}
.technology-text-col{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.technology-text-col .technology-text-box{
    display: flex;
    flex-direction: column;
	width: 70%;
}
.technology-title{
	text-align: left;
}
.technology-image-col{
    height: 600px;
    padding-left: 0;
    padding-right: 0;
	display: flex;
}
.technology-image-col-justify-end{
	justify-content: flex-end !important;
}
.technology-image-col-align-end{
    align-items: flex-end !important;
}
.technology-image{
    background-color: #333333;
    height: 600px;
    width: 85%;
}
.technology-image source,
.technology-image img{
    height: 600px;
    width: 100%;
    object-fit: cover;
}
.technology-text-col{
	display: flex;
}

@media (max-width: 1399px) {
	.technology-image-col{
        object-fit: cover;
        aspect-ratio: 1 / 1;
		display: flex;
		height: fit-content;
        align-items: center;
	}
	.technology-image{
		width: 90%;
		height: fit-content;
        object-fit: cover;
        aspect-ratio: 1 / 1;
	}
	.technology-image source,
	.technology-image img{
		width: 100%;
		height: auto;
        object-fit: cover;
        aspect-ratio: 1 / 1;
	}
	.technology-text-col .technology-text-box{
		flex-direction: column;
		width: 90%;
	}
}

@media (max-width: 991px) {
	.technology-image-col{
        aspect-ratio: unset;
        margin: auto;
        justify-content: center;
	}
	.technology-image-col-justify-end{
		justify-content: center !important;
	}
	.technology-image-col-align-end{
		align-items: center !important;
	}
	.technology-image{
        max-height: 500px;
        aspect-ratio: unset;
	}
	.technology-image source,
	.technology-image img{
        max-height: 500px;
        aspect-ratio: unset;
	}
	.technology-text-col{
		display: flex;
		margin: auto;
		margin-top: 2rem;
		align-items: center;
	}
	.technology-text-col .technology-text-box{
		display: flex;
		flex-direction: column;
		width: 90%;
	}
}
@media (max-width: 768px) {
	.technology-image-col{
        aspect-ratio: unset;
        margin: auto;
        justify-content: center;
	}
	.technology-image{
        max-height: 500px;
        aspect-ratio: unset;
	}
	.technology-image source,
	.technology-image img{
        max-height: 500px;
        aspect-ratio: unset;
	}
	.technology-text-col{
		margin-bottom: 1rem;
	}
}



/* ::::: [INDEX-INFORMATION] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-information {
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
.index-information-wrapper {
}

/* 写真
--------- --------- --------- ------- */
.information-image{
    background-color: #333333;
    height: 100%;
    width: 100%;
    max-height: 600px;
}
.information-image source,
.information-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
	object-position: right;
}
.table-information-wrapper{
	margin: auto;
}
@media (max-width: 1199px) {
	.table-information-wrapper{
		margin-top: 2rem;
	}
}

.index-information-accessmap-wrapper{
	height: 40vh;
}

.index-information-clients-wrapper{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.index-information-clients-title{
	border-bottom: solid 2px #dcc34ba1;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
	padding: 0 1rem;
}
.clients-contents{
	width: 90%;
    margin: auto;
	opacity: 0;
}
.clients-shortName{
	font-size: max(1.8rem, 2.1vw);
    font-weight: 400;
}
.clients-name{
	font-size: max(1rem, 1.3vw);
    font-weight: 400;
	color: #cccccc;
}
.clients-list{
	width: fit-content;
	padding: 0 1rem;
}
.clients-list li{
	padding: 0.25rem 0;
}
@media (max-width: 991px) {
	.collaborators{
		margin-top: 2rem;
	}
}
@media (max-width: 768px) {
	.index-information-clients-title,
	.clients-list{
		padding: 0;
	}
}






/* ::::: [INDEX-INFORMATION-COMPANY] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-information-company {
}

/* Office Wrapper
--------- --------- --------- ------- */
.index-information-office-wrapper {
	background-color: rgba(0, 0, 0, 0.05);
	padding: clamp(1rem, 1vw, 2rem);
}

/*	Company Office	*/
.company-office {
}

/* DL Office
--------- --------- --------- ------- */
.dl-office {
	margin: 0;
	padding: 0;
}

/*	Item	*/
.dl-office .dl-office-item {
	margin: 0;
	padding: 0;
}
.dl-office .dl-office-item + .dl-office-item {
	margin-top: 1em;
}
.dl-office-item {
}

/*	Item Title	*/
.dl-office-title {
	color: #404040;
	font-size: 1.2rem;
	font-weight: var(--common-font-weight-bold);
	line-height: var(--common-line-height);
	margin: 0;
}

/*	Item Data	*/
.dl-office-data {
	margin: 0;
}

/* Data Wrapper
--------- --------- --------- ------- */
.index-information-data-wrapper {
}

/* Table
--------- --------- --------- ------- */
.table-information {
	--table-background-color: #333333;
	--table-color: #ffffff;

	--table-caption-color: #ffffff;

	--table-th-width: 25%;
	--table-th-background-color: rgba(0, 0, 0, 0.05);
	--table-th-color: #ffffff;
	--table-th-background-color: #333333;
	--table-th-color: #ffffff;

	--table-td-width: 70%;

	background-color: var(--table-background-color);
	color: var(--table-color);

/*	font-size: smaller;*/
    width: 80%;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    table-layout: fixed;

	table-layout: fixed
}
@media (max-width: 1199px) {
	.table-information {
		--table-th-width: 30%;
		--table-td-width: 60%;
		max-width: unset;
		width: 100%;
	}
}
@media (max-width: 991px) {
	.table-information {
		width: 85%;
	}
}
@media (max-width: 576px) {
	.table-information {
		width: 100%;
	}
}

.table-information tr:not(:last-child){
	border-bottom: solid 1px #999999;
}

/*	Table Col Width	*/
.table-information .col-th {
	width: var(--table-th-width);
	min-width: 8em;
	min-width: 6em;
}
.table-information .col-td {
	width: var(--table-td-width);
	min-width: 24em;
}

/*	Table Caption	*/
.table-information .caption-top {
	color: var(--table-caption-color);
	font-weight: var(--table-caption-font-weight);
}
.table>:not(caption)>*>*{
    padding: 1rem .5rem;
}

/*	Table Headline	*/
.table-information th {
	background-color: var(--table-th-background-color);
	color: var(--table-th-color);
}
/*	Table Data	*/
.table-information td {
}

/*	Table Body	*/
.table-information tbody {
}

/* DL Staff
--------- --------- --------- ------- */
.dl-staff {
	margin: 0;
	padding: 0;
}

/*	Item	*/
.dl-staff .dl-staff-item {
	margin: 0;
	padding: 0;

	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 0 1em;
}
.dl-staff .dl-staff-item + .dl-staff-item {
/*	margin-top: 1em;*/
}
.dl-staff-item {
}

/*	Item Title	*/
.dl-staff-title {
	color: #ffffff;
	font-weight: var(--common-font-weight-bold);
	margin: 0;
	width: 8rem
}

/*	Item Data	*/
.dl-staff-data {
	margin: 0;
}

/* Access Map
--------- --------- --------- ------- */
#index-information-company .accessmap {
	min-height: 400px;
}






/* ::::: [INDEX-INFORMATION-FACILITY] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-information-facility {
}
.index-information-facility-wrapper {
}

/* Facility Table
--------- --------- --------- ------- */
#index-information-facility .facility-table {
}
.facility-table {
}

/*	Table Col Width	*/
#index-information-facility .facility-table .col-gage {
	width: 10em;
	min-width: 6em;
}
#index-information-facility .facility-table .col-type,
#index-information-facility .facility-table .col-maker,
#index-information-facility .facility-table .col-intarsiare {
	min-width: 12em;
}

#index-information-facility .facility-table .col-value,
#index-information-facility .facility-table .col-value-total {
	width: 10em;
	min-width: 6em;
}

/*	Table Footer	*/
#index-information-facility .facility-table tfoot {
}
#index-information-facility .facility-table tfoot th,
#index-information-facility .facility-table tfoot td {
    color: currentColor;
}

/*	Table Cell Decoration	*/
.cell-value {
	text-align: center;
}
.cell-marge-total {
	text-align: center;
}
#index-information-facility .facility-table .cell-marge-total-all {
	text-align: center;
	font-weight: var(--common-font-weight-bold);
}

#index-information-facility-slider{
	padding: 0;
}
.index-quality-slider-list{
	width: 30vw;
	height: auto;
	list-style: none;
}
.index-quality-slider-list img{
	width: 90%;
	height: auto;
    object-fit: cover;
    object-position: center;
	display: block;
	margin: 0 auto;
}
@media (max-width: 1399px) {
	.index-quality-slider-list{
		width: 40vw;
	}
}
@media (max-width: 991px) {
	.index-quality-slider-list{
		width: 50vw;
	}
}
@media (max-width: 768px) {
	.index-quality-slider-list{
		width: 90vw;
	}
}

.slider{
	display: none;
	transition: all 0.5s;
}
.slider.slick-initialized{
	display: block; /*slick-initializedが付与されたら表示*/
	transition: all 0.5s;
}


#index-information-originality-slider{
	padding: 0;
}
.index-originality-slider-list{
	width: 30vw;
	height: auto;
}
.index-originality-slider-list a{
	color: #ffffff;
}
.index-originality-slider-list img{
	width: 90%;
	height: auto;
    object-fit: cover;
    object-position: center;
	display: block;
	margin: 0 auto;
}
.index-originality-slider-list-footer{
	width: 100%;
}
.equipment-name-used{
	font-size: max(1.3rem, 1.8vw);
	margin: auto;
	margin-top: 1rem;
	display: block;
    width: fit-content;
}
.equipment-name-used:after{
	content: "使用";
	font-size: max(1.1rem, 1.2vw);
	padding-left: 1rem;
}
@media (max-width: 1399px) {
	.index-originality-slider-list{
		width: 40vw;
	}
}
@media (max-width: 991px) {
	.index-originality-slider-list{
		width: 50vw;
	}
}
@media (max-width: 768px) {
	.index-originality-slider-list{
		width: 80vw;
	}
}

/* ::::: [INDEX-INFORMATION-INTARSIA] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-information-intarsia {

	/*background-color: rgba(255, 255, 0, 0.5);*/
}
.index-information-intarsia-wrapper {

	/*background-color: rgba(0, 0, 255, 0.3);*/
}



.tile-checker {
	background-color: rgba(0, 0, 0, 0.05);
}
.tile-checker-item {
}
.tile-checker-item img {
	width: 100%;
	padding: clamp(1rem, 1vw, 2rem);
	aspect-ratio: 4 / 3;
	object-fit: cover;
	object-position: center;
	display: block;
}

.centering-outer {
	width: 100%;
	height: 100%;

	display: block;
	position: relative;

	/*background-color: #000000;*/
}
.centering-inner {
	width: 100%;
	padding: clamp(1.5rem, 2vw, 4rem);

	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	/*background-color: #ffffff;*/
}

/* Media Query
--------- --------- --------- ------- */

/*	DisplayWidth < MD	*/
@media (max-width: 991px) {

	.tile-checker {
	}
	.tile-checker-item {
	}
	.tile-checker-item img {
		aspect-ratio: 2 / 1;
	}

	.centering-outer {
		width: auto;
		height: auto;

		position: initial;
	}
	.centering-inner {
		width: auto;
/*		padding: 0;*/
		padding-top: 0;
		padding-bottom: 0;

		position: initial;
		top: auto;
		left: auto;
		transform: translate(0, 0);
	}
}





/* ::::: [INDEX-INFORMATION-MANUFACTURING] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-information-manufacturing {
}
.index-information-manufacturing-wrapper {
}






/* ::::: [INDEX-RECRUIT] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-recruit {
	/*background-color: rgba(0, 0, 0, 0.1);*/
}
.index-recruit-wrapper {
}

/* Width
--------- --------- --------- ------- */
#index-recruit .w-max-1000 {
	/*background-color: rgba(0, 0, 0, 0.05);*/
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

/* Table
--------- --------- --------- ------- */
#index-recruit .index-recruit-table {
}
.index-recruit-table {
	background-color: var(--common-background-color);
	color: var(--common-color);
	margin-bottom: 0;
	/*border: solid 1px rgba(0, 0, 0, 0.3);*/

	border-collapse: separate;
	border-spacing: 0.5em;
}

/*	Table Col Width	*/
.index-recruit-table .col-th {
	width: 25%;
	min-width: 8em;
}
.index-recruit-table .col-td {
	width: 80%;
	min-width: 16em;
}

/*	Table Caption	*/
.caption-top {
	color: #404040;
	font-weight: var(--common-font-weight-bold);
}

/*	Table Headline	*/
.index-recruit-table th {
	background-color:  rgba(0, 0, 0, 0.1);
	color: #606060;
	text-align: center;
	vertical-align: top;
	padding: 1rem;
}
/*	Table Data	*/
.index-recruit-table td {
	vertical-align: top;
	padding: 1rem;
}














/* ::::: [LOADING ANIMATION] ::::: */

:root {
	--loader-background-color: #000000;
	--loader-color: #ffffff;
}

/* Setting
--------- --------- --------- ------- */
#index-loading {
	background-color: var(--loader-background-color);
	color: var(--loader-color);

	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;

	position: absolute;
	top: 0;
	left: 0;

	z-index: 99999;
	opacity: 0;
	animation-name: fadeIn-index-loading;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
}

/*	loader Animation	*/
@keyframes fadeIn-index-loading {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*	スピナー	*/
#index-loading .loader {
}

/*
 * Single Element CSS Spinners
 * https://projects.lukehaas.me/css-loaders/
 */
.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: var(--loader-color);
	font-size: 10px;
	margin: auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.loader:before,
.loader:after {
	content: "";
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}

/*	loader Animation	*/
@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

/* Loading背景画面設定　*/
#splash {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1050;
  background:#333;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}




/* ::::: [SECTION: INDEX-CONTACT] ::::: */
#index-contact{
    background-color: #3e3f40;
}
#index-contact .index-topics-wrapper{
    background-color: #333333;
}
#index-contact .section-title-col,
#index-contact .section-image-col {
    background: linear-gradient(0deg, #3e3f40 21%, #333333 21%);
}

@media (max-width: 1399px) {
	#index-contact .section-title-col,
	#index-contact .section-image-col {
		background: linear-gradient(0deg, #3e3f40 19%, #333333 19%);
	}
}
@media (max-width: 991px) {
	#index-contact .section-title-col{
		background: linear-gradient(0deg, #3e3f40 52%, #333333 52%);
	}
	#index-contact .section-image-col {
		background: #333333;
	}
}
.step-nav-item {
	counter-increment: step;
	font-size: 0.8em;
	text-align: center;
	flex: 1 1 auto;
	background-color: #999999;
	color: #ffffff;

/*	background-color: rgba(0, 0, 0, 0.1);	*/
}
.step-nav-item::before {
	content: counter(step);
	background-color: #a0a0a0;
	color: #ffffff;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.2em;
	text-align: center;

	width: 1.2em;
	height: 1.2em;
	margin: 0.5em auto 0.2em auto;
	box-sizing: content-box;
	border: solid 0.3em #dadada;
	border-radius: 100%;
	display: block;
}

.step-nav-item.active {
	background: none;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	background-color: #ffffff;
}
.step-nav-item.active::before {
	margin-top: auto;
	background-color: #dc234f;
	border-color: rgba(255, 255, 255, 0.7);
}

/* ::::::	[SECTION : FORM]	::::::: */
#form {
}
.form-wrapper {
	max-width: 800px;
	padding: 1.5em;
}

.form-wrapper.border {
}

.form-wrapper .table{
	border: none;
}
.form-wrapper .table tr,
.form-wrapper .table th,
.form-wrapper .table td {
	color: #ffffff !important;
    font-weight: 600;
}
.form-wrapper .table tr{
	border-bottom: solid 1px #999999;
}
.form-wrapper .table tr:last-child {
	border-color: #333333;
}

/* Button
--------- --------- --------- ------- */
#form .more {
	width: auto;
	min-width: 10em;
}

.btn-form,
.btn-form-outline {
	text-align: center;
	width: auto;
	min-width: 10em;
	box-sizing: border-box;
	padding: 0.7em 0;
	transition: 0.4s;
}

.btn-form {
	color: #ffffff;
	font-weight: bold;
	border: solid 1px #ffffff;
}
.btn-form:hover,
.btn-form:active,
.btn-form:focus  {
	color: #ffffff;
	background-color: #3e3f40;
	border-color: #ffffff;
}
.btn-form.reset,
.btn-form.return,
.btn-form.prevew,
.btn-form.send {
}

.btn-form-outline {
	color: #ffffff;
	border-color: #ffffff;
	font-weight: bold;
}
.btn-form-outline.reset,
.btn-form-outline.return,
.btn-form-outline.prevew,
.btn-form-outline.send {
}
.btn-form-outline:hover,
.btn-form-outline:active,
.btn-form-outline:focus  {
	color: #DCC34B;
	border-color: #DCC34B;
}


/* Parts Label
--------- --------- --------- ------- */
.form-label.required::after,
.form-check-label.required::after {
	content: "必須";
	background-color: #dc3545;
	color: #ffffff;
	font-size: 70%;
	line-height: 1.5em;
	margin-left: 0.5em;
	padding: 2px 0.5em;
	border-radius: 5px;
	display: inline-block;
}

/* Parts Input Control
--------- --------- --------- ------- */
.form-select,
.form-control {
	background-color: rgba(255, 255, 255, 1);
	border-color: rgba(192, 192, 192, 0.8);
	transition: 0.4s;
}
.form-select:hover,
.form-select:focus,
.form-select:active,
.form-control:hover,
.form-control:focus,
.form-control:active {
	border-color: #DCC34B;
    box-shadow: 0 0 0 .1rem #DCC34B;
}
.form-select:active,
.form-select:focus,
.form-control:active,
.form-control:focus {
	background-color: #FFFEFC;
}
.form-control:focus {
	box-shadow: 0 0 0 0.1rem #DCC34B;
}

.form-check,
.form-check-input,
.form-check-label {
}
.form-check:active,
.form-check:focus,
.form-check:active,
.form-check:focus,
.form-check-input:active,
.form-check-input:focus,
.form-check-input:active,
.form-check-input:focus,
.form-check-label:active,
.form-check-label:focus,
.form-check-label:active,
.form-check-label:focus  {
    box-shadow: 0 0 0 .1rem #DCC34B;
	border-color: #DCC34B;
}



/* Parts Error
--------- --------- --------- ------- */
.error {
	border: solid 1px #dc234f;
	border-radius: 5px;
}
.error .form-label,
.error .form-check-label {
	color: #606060;
	color: inherit;
}

.error-message {
	color: #dc234f;
	margin-top: 0.3em;
	margin-bottom: 0;
    font-size: 0.9rem;
}






/* ::::: [SECTION: INDEX-PRIVACY] ::::: */
#index-privacy {
    background-color: #3e3f40;
    padding-bottom: 8rem;
    padding-top: 5rem;
    margin-top: 0;
}








/* ::::: [SECTION: MAIN] ::::: */

/* Setting
--------- --------- --------- ------- */
#index-main-contents{
    z-index: 10;
    top: 0;
    position: sticky;
}
main{
	background-color: #333333;
    z-index: 10;
}

footer{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
}