body{
    background-color: #fff;
}

header .middleMenu.toTop:after{
    width: 100%;
    left: 0;
    max-width: 100%;
}

#Index .headerMargin{
    /*display: none;*/
}

#Index .fullSwitch{
    display: block;
    padding: 8px;
    cursor: pointer;
    background-color: #ccc;
    margin-left: 16px;
    font-size: 0.8vw;
}
#Index .fullSwitch:hover{
    background-color: #7086A5;
}

.overScreen > .inner{
    height: 100vh;
    max-height: 50vh;
    background-color: #fff;
    transition: 1s;
}
.overScreen{
    position: fixed;
    left: 0;
    right: 0;
    z-index: 998;
}
.overScreen1{
    top: 0;
}
.overScreen2{
    bottom: 0;
}

.overScreen > .inner.close{
    max-height: 0;
}

.floatLogo1{
    position: fixed;
    width: 100vw;
    height: 4vw;
    max-height: 0vw;
    background-image: url('../img/ts-common/tsLogo1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: calc(50% - 2vw);
    left: 0;
    z-index: 999;
    transition: 0.3s;
    overflow: hidden;
}
.floatLogo1.open{
    max-height: 14vw;
    transition: 0.5s;
}
.floatLogo1.close{
    max-height: 0;
    transition: 0.5s;
}

.floatLogo2{
    position: fixed;
    width: 100vw;
    height: 14vw;
    max-height: 0vw;
    background-image: url('../img/ts-common/tsLogo2.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    top: calc(50% - 7vw);
    left: 0;
    z-index: 999;
    transition: 0.3s;
    overflow: hidden;
}
.floatLogo2.open{
    max-height: 14vw;
    transition: 0.5s;
}
.floatLogo2.close{
    max-height: 0;
    transition: 0.5s;
}


/*  アイキャッチ --------------------------------------------------------------*/
.eyecatch{
    padding-bottom: 4vw;
    position: relative;
}

.eyecatch > .inner{
    width: 64vw;
    height: calc(48vw - 108px);
    background-color: #fff;
    margin: 0 auto;
    box-shadow: 0 0 10px 1px rgba(128,128,128,0.7);
}
.eyecatch.full > .inner{
    width: 100%;
    height: calc(100vh);
}

.slider01{
    display: none;
}
.slider01.open{
    display: block;
}

.slideItem{
    display: block;
    position: relative;
    width: 64vw;
    height: calc(48vw - 108px);
    background-size: cover;
    background-position-y: center;
}

.slideItem:after{
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.eyecatch.full .slideItem{
    width: 100%;
    height: calc(100vh);
}


.blogLink{
    position: absolute;
    display: block;
    top: 1vw;
    right: 1vw;
    width: 14vw;
    text-align: center;
    font-weight: bold;
    font-size: 1.6vw;
    z-index: 10;
    padding: 1vw;
    border-radius: 1vw;
    background-color: rgba(0,200,51,0.6);
    color: #fff;
    font-family: fot-tsukuardgothic-std, sans-serif !important;
}
.blogLink:hover{
    background-color: #0c3;
    color: rgba(255,255,255,0.9);
}

.eyecatch.full .blogLink{
    top: calc(108px + 2vw);
}

.eyecatchStrings{
    position: absolute;
    font-size: 2.6vw;
    font-weight: bold;
    color: #fff;
    text-shadow:
        1px 1px 2px #444,
        1px -1px 2px #444,
        -1px 1px 2px #444,
        -1px -1px 2px #444;
    z-index: 10;
}
.eyecatchStrings01{
    top: 8%;
    left: 8%;
    color: #fff;
    text-shadow:
        1px 1px 3px #17458F,
        1px -1px 3px #17458F,
        -1px 1px 3px #17458F,
        -1px -1px 3px #17458F;
}
.eyecatchStrings02{
    top: 20%;
    left: 0;
    right: 0;
    color: #fff;
    text-shadow:
        1px 1px 2px #090,
        1px -1px 2px #090,
        -1px 1px 2px #090,
        -1px -1px 2px #090;
    text-align: center;
}

.eyecatchBG{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/ts-index/eyecatchBG.jpg');
    -ms-filter: blur(6px);
    filter: blur(1px);
    background-size: cover;
    opacity: 0.01;
    background-position-y: bottom;
}
/*  youtube ----------------------*/
.clickForMovie{
    width: 48vw;
    font-weight: bold;
    color: #003A69;
    margin: 0.5vw auto;
    margin-bottom: 0;
}
.clickForMovie > p{
    display: inline-block;
    padding: 0.5vw 1vw;
    background-color: #fff;
    border: 1px solid #000;
}
.clickForMovieLine{
    width: 44vw;
    height: 1.5vw;
    margin: 0 auto;
    border-left: 1px solid #000;
}

.youtubeMovie{
    display: block;
    width: 48vw;
    height: 27vw;
    margin: 0 auto;
    border: none;
    box-shadow: 1px 1px 4px #ccc,
        -1px -1px 4px #ccc;
}

.aboutCaption{
    font-size: 1.5vw;
    color: #003A69;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0.5vw;
    border: 1px solid #003A69;
    border-bottom: 1px solid #003A69;
    text-align: center;
}

.aboutSeparator{
    margin-left: 1vw;
    height: 3vw;
    border-left: 1px solid #003A69;
}

.aboutContent{
    font-size: 1vw;
}

h1{
    vertical-align: bottom;
    position: relative;
}

.strShingroup{
    display: block;
    position: absolute;
    line-height: 1.2em;
    top: -0.1vw;
    left: 10vw;
}
.strShingroup > img{
    height: 1.3vw;
}
.spacer{
    display: inline-block;
    width: 6.4vw;
}

.recruitOffice{
	display: block;
	width: 600px;
	max-width: 96%;
	margin: 0 auto;
	margin-bottom: 32px;
	padding: 32px;
	background-color: #F7F7FF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border-radius: 16px;
	border: 1px solid #ddddee;
}
.recruitOffice:hover{
	background-color: #ccccdd;
	border-style: 3px double;
}

.supplierGrid{
    margin-top: 32px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
}

.resultGrid{
    margin-top: 32px;
    display: grid;
    grid-template-rows: repeat(3, 1fr);
    grid-template-columns: repeat(3, 1fr);
    grid-auto-flow: column;
}