@charset "utf-8";

/* 個別設定
  ############################################################################################# */

#main {
	padding: 0;
}

.mainVisual-insight #header {
	background: transparent;
	transition: .5s;
}
.mainVisual-insight #header .siteTitle {
	background: url("../common/imgs/logo-02.png") 0 0 / contain no-repeat;
}
.mainVisual-insight #header .siteTitle img {
	visibility: hidden;
}
.mainVisual-insight #header a {
	color: #fff;
}
.mainVisual-insight #header a:hover,
.mainVisual-insight #header a.active {
	border-bottom-color: #eee;
}
.mainVisual-insight #header a.recruit {
	border-color: #fff;
	background-color: transparent;
	background-image: url("../common/imgs/ico-recruit.png"), url("../imgs/bg-recruit.png");
	background-position: 40px 50%, 0 0;
	background-size: 16px, 180px auto;
	background-repeat: no-repeat, repeat;
	margin-left: 30px;
}
@media only screen and (max-width:640px) {
	.mainVisual-insight #bt-gNav:checked ~ #header {
		background: rgba(0,0,0,.8);
	}

	.mainVisual-insight label[for="bt-gNav"]::before,
	.mainVisual-insight label[for="bt-gNav"]::after,
	.mainVisual-insight label[for="bt-gNav"] span {
		background: #fff;
	}
	.mainVisual-insight #gNav {
		background: rgba(0,0,0,.8);
	}
	.mainVisual-insight #header a.recruit {
		background-position: calc(50% - 3em) 50%, 0 0;
	}
}

/* ========================================================================== */

#mainVisual {
	position: relative;
}
#mainVisual::before {
	content: 'SCROLL DOWN';
	display: block;
	position: absolute;
	bottom: 132px;
	left: 50%;
	z-index: +1;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	transform: translateX(-50%);
}
#mainVisual::after {
	content: '';
	display: block;
	width: 2px;
	height: 100px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	background: rgba(255,255,255,.4);
}
#mainVisual .text {
	width: calc(355px / 2);
	position: absolute;
	top: calc(50% - 90px);
	left: 50%;
	transform: translate(-50%, -50%);
}
#player {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

@media only screen and (max-width:640px) {
	#mainVisual::before {
		bottom: 40px;
	}
	#mainVisual::after {
		height: 20px;
		bottom: 10px;
	}
	#mainVisual .text {
		width: auto;
		height: auto;
		max-height: calc(100vh - 300px);
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	#mainVisual .text img {
		max-height: calc(100vh - 300px);
	}
}

/* ========================================================================== */

#main section .wrap {
	position: relative;
}
#main .section01 .wrap::before,
#main .section02 .wrap::before,
#main .section03 .wrap::before {
	content: 'TSUNAGU CORPORATE SITE';
	display: block;
	position: absolute;
	left: -50px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HiraMinProN-W3", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: 12px;
	line-height: 1;
	transform: rotate(-90deg);
	transform-origin: left;
}
#main section .subTitle {
	position: absolute;
	right: -50px;
	font-size: 12px;
	line-height: 1;
	transform: rotate(90deg);
	transform-origin: right;
}
#main section .subTitle .en {
	display: inline-block;
	margin: 0 20px 0 0;
	border-right: 1px solid #ccc;
	padding: 0 20px 0 0;
}
#main section .subTitle .tate {
	display: inline-block;
	transform: rotate(-90deg);
}

#main .toDetail {
	display: block;
	width: 270px;
	max-width: 100%;
	padding: 23px 0;
	background: #000;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}

@media only screen and (max-width:640px) {
	#main .section01 .wrap::before,
	#main .section02 .wrap::before,
	#main .section03 .wrap::before {
		content: none;
	}
	#main section .subTitle {
		display: none;
	}
}

/* ========================================================================== */

.section01 .wrap::before {
	top: 415px;
}
.section01 .title01 {
	padding: 170px 0 0;
	text-align: center;
}
.section01 .subTitle {
	top: 435px;
}
.section01 p {
	max-width: 700px;
	margin: 15px auto 0;
	text-align: center;
}
.section01 .toDetail {
	margin: 55px auto 0;
}
.section01 .image {
	width: 100%;
	margin: 150px 0 0;
	overflow: hidden;
}
.section01 .image .inner {
	display: flex;
	width: calc(410px * 5 * 2);
	animation: slide 20s infinite linear;
}
.section01 .image .panel {
	width: 375px;
	margin: 0 35px 0 0;
}

@keyframes slide {
	0% { transform: translateX(0); }
	100% { transform: translateX(-50%); }
}

@media only screen and (max-width:640px) {
	.section01 .title01 {
		padding: 100px 0 0;
	}
	.section01 p {
		text-align: left;
	}
	.section01 .toDetail {
		margin: 50px auto 0;
	}
	.section01 .image {
		margin: 50px 0 0;
	}
	.section01 .image .inner {
		width: calc(200px * 5 * 2);
	}
	.section01 .image .panel {
		width: 190px;
		margin: 0 10px 0 0;
	}
}

/* ========================================================================== */

.section02 {
	margin: 140px 0 0;
}
.section02 .wrap {
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}
.section02 .wrap::before {
	top: 350px;
}
.section02 .text {
	box-sizing: border-box;
	width: 440px;
	padding: 130px 25px 0 0;
}
.section02 .subTitle {
	top: 340px;
}
.section02 p {
	margin: 10px 0 0;
}
.section02 .toDetail {
	margin: 45px 0 0;
}
.section02 .image {
	box-sizing: border-box;
	width: 550px;
	padding: 75px 0 55px 110px;
	background: url("../imgs/bg-02.jpg") 0 0 / auto 100% no-repeat;
}

@media only screen and (max-width:640px) {
	.section02 {
		margin: 100px 0 0;
	}
	.section02 .wrap {
		display: block;
	}
	.section02 .text {
		width: auto;
		padding: 0;
	}
	.section02 .toDetail {
		margin: 50px auto 0;
	}
	.section02 .image {
		width: auto;
		margin: 50px 0 0;
		padding: 0;
		background: none;
	}
}

/* ========================================================================== */

.section03 {
	margin: 140px 0 0;
}
.section03 .wrap {
	display: flex;
	justify-content: space-between;
}
.section03 .wrap::before {
	top: 325px;
}
.section03 .text {
	box-sizing: border-box;
	width: 440px;
	padding: 110px 0 0 75px;
}
.section03 .subTitle {
	top: 300px;
	color: #fff;
	z-index: +1;
}
.section03 .subTitle .en {
	border-right-color: #fff;
}
.section03 p {
	margin: 10px 0 0;
}
.section03 .toDetail {
	margin: 45px 0 0;
}
.section03 .image {
	width: 670px;
	transform: translateX(110px);
}

@media only screen and (max-width:640px) {
	.section03 {
		margin: 100px 0 0;
	}
	.section03 .wrap {
		display: block;
	}
	.section03 .text {
		width: auto;
		padding: 0;
	}
	.section03 .toDetail {
		margin: 50px auto 0;
	}
	.section03 .image {
		width: auto;
		margin: 50px 0 0;
		transform: none;
	}
}

/* ========================================================================== */

.section04 {
	margin: 140px 0 0;
}
.section05 {
	margin: 70px 0 0;
}
.section07 {
	margin: 70px 0 0;
}

.section07 .wrap,
.section04 .wrap,
.section05 .wrap {
	display: flex;
}
.section07 .title03,
.section04 .title03,
.section05 .title03 {
	box-sizing: border-box;
	width: 390px;
	padding: 0 0 0 65px;
}
.section07 ul,
.section04 ul,
.section05 ul {
	display: flex;
	width: calc(100% - 390px);
	flex-wrap: wrap;
	justify-content: space-between;
}
.section04 li:nth-child(1) {
	width: 220px;
}
.section04 li:nth-child(2) {
	width: 265px;
}
.section04 li:nth-child(3) {
	width: 109px;
}
.section04 li:nth-child(4) {
	width: 267px;
}
.section04 li:nth-child(5) {
	width: 180px;
}
.section04 li:nth-child(6) {
	width: 190px;
}
.section04 li:nth-child(n+4) {
	margin: 10px 0 0;
}
.section05 li:nth-child(1) {
	width: 114px;
}
.section07 li:nth-child(1) {
	/* width: 114px; */
}

@media only screen and (max-width:640px) {
	.section04 {
		margin: 100px 0 0;
	}
	.section05 {
		margin: 50px 0 0;
	}
	.section07 {
		margin: 50px 0 0;
	}
	.section07 .wrap,
	.section04 .wrap,
	.section05 .wrap {
		display: block;
	}
	.section07 .title03,
	.section04 .title03,
	.section05 .title03 {
		width: auto;
		padding: 0;
	}
	.section07 ul,
	.section04 ul,
	.section05 ul {
		display: block;
		width: auto;
		text-align: center;
	}
	.section07 li,
	.section04 li,
	.section05 li {
		margin: 20px auto 0 !important;
	}
}

/* ========================================================================== */

.section06 {
	box-sizing: border-box;
	height: 405px;
	margin: 130px 0 0;
	padding: 110px 0 0;
	background: url("../common/imgs/bg-map.jpg") 50% 0 / auto 100% no-repeat;
	color: #fff;
	text-align: center;
}
.section06 .toDetail {
	margin: 30px auto 0;
}
@media only screen and (max-width:640px) {
	.section06 {
		height: auto;
		margin: 100px 0 0;
		padding: 50px 0;
	}
	.section06 .toDetail {
		margin: 30px auto 0;
	}
}

/* ========================================================================== */

/* INFO CSS */
dl.info{
    margin:35px 5px;
    /* margin:35px 2021-06-24*/
    padding:0;
    line-height:1.8;
    width:100%;
}
dl.info dt{
		width:6em;
    float:left;
    margin:0;
    padding:0 0 0 5px;
}
dl.info dd{
    position:relative;
    margin:0 0 10px;
    padding:0 5px 10px 13em;
		font-size: 16px;
    border-bottom:1px dotted #ccc;
}
dl.info dd span.info{
    display:block;
    position:absolute;
    top:0;
    left:7em;
    width:4.5em;
    margin:0;
    padding:0;
    text-align:center;
    background-color:#eee;
    border-radius:2px;
}

/* ========================================================================== */

#footer {
	border-top: none;
}

@media only screen and (max-width:640px) {
}
