@charset "utf-8";

/* ---------------------------------------------------
   File: index.css
   Version: 1.0.0
   Update: 2021-10-29
   Author: https://flowlab.co.jp

   (c)2007-2021 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */



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

   WIDE DESKTOP LAYOUT

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

/* ====================================================
		Main Visual
==================================================== */

#main .mainImg {
	padding-left: 200px;
	background-color: #bd0006;
	position: relative;
}
#main .mainImg::after {
	width: calc(100% - 300px);
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #bd0006;
	content: "";
}
#main .mainImg .slickBox {
	background-color: #fff;
	font-size: 0;
}

/* -------------------------------
		Photo
------------------------------- */
#main .mainImg .slickBox .slickUl li {
	height: 100vh;
	min-height: 780px;
	background: url("../img_index/main/01.jpg") no-repeat center center;
	background-size: cover;
}
#main .mainImg .slickBox .slickUl li.bg02 {
  background: url("../img_index/main/02.jpg") no-repeat center center;
	background-size: cover;
}
#main .mainImg .slickBox .slickUl li.bg03 {
  background: url("../img_index/main/03.jpg") no-repeat center center;
	background-size: cover;
}

/* -------------------------------
		Scroll Button
------------------------------- */
#main .mainImg .scrollBtn {
	position: absolute;
	bottom: 32px;
	right: 46px;
}
#main .mainImg .scrollBtn a {
	display: block;
}

@media all and (min-width: 897px) {
	#main .mainImg .scrollBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 447px) {
	#main .mainImg::before {
		width: 45px;
	}
}




/* ====================================================
		Company Policy
==================================================== */

#main .company {
	padding: 130px 0 230px;
	background-color: #f6f6f6;
}

/* -------------------------------
		Title
------------------------------- */
#main .company .comImgBox .title {
	margin-bottom: 40px;
	text-align: center;
}
#main .company .comImgBox .title .txt {
	display: block;
}
#main .company .comImgBox .title .txt span {
	padding: 11px 17px 13px;
	color: #fff;
	font-size: 2.6rem;
	display: inline-block;
	line-height: 1;
	background-color: #bd0007;
	letter-spacing: 0.1em;
}
#main .company .comImgBox .title .en {
	margin: 0 -20px;
	letter-spacing: 0.04em;
	font-size: 11.8rem;
	display: inline-block;
	position: relative;
	line-height: 1.33;
	letter-spacing: 0.04em;
}
#main .company .comImgBox .title .en::before,
#main .company .comImgBox .title .en::after {
	width: 31px;
	height: 110px;
	position: absolute;
	top: -1px;
	left: -33px;
	background: url(../img_index/frame_braces_left.png) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
#main .company .comImgBox .title .en::after {
	top: auto;
	bottom: -11px;
	left: auto;
	right: -31px;
	background-image: url(../img_index/frame_braces_right.png);
}
#main .company .comImgBox .title .en .col {
	color: #bd0007;
}

/* -------------------------------
		Button
------------------------------- */
#main .company .comBtnList {
	margin-top: 69px;
}
#main .company .comBtn {
	width: 100%;
	position: absolute;
	bottom: -42px;
	left: 0;
}





/* ====================================================
		Twin Tower Plant
==================================================== */

#main .tower {
	padding: 152px 0 117px;
	color: #fff;
	background: url(../img_index/bg_tower.jpg) no-repeat center center;
	background-size: cover;
}
#main .tower .flexBox {
	display: flex;
	justify-content: space-between;
}

/* -------------------------------
		Banner - Small
------------------------------- */
#main .tower .leftBox {
	flex: 1;
}
#main .tower .linkUl {
	margin-top: 43px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#main .tower .linkUl li {
	margin-top: 15px;
	width: 270px;
}
#main .tower .linkUl a {
	color: #fff;
	display: block;
	font-family: "Zen Old Mincho",sans-serif;
	position: relative;
}
#main .tower .linkUl a::after {
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(../img_common/icon_arrow_box_red.jpg) no-repeat left top;
	background-size: 100% 100%;
	content: "";
}
#main .tower .linkUl img {
	width: 100%;
}
#main .tower .linkUl .txt {
	width: 100%;
	font-size: 2.2rem;
	line-height: 1.4;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	text-align: center;
}

/* -------------------------------
		Banner - Large
------------------------------- */
#main .tower .rightBox {
	margin: 9px 0 0 145px;
	width: 400px;
}
#main .tower .linkUl02 {
	margin-top: 0;
	display: block;
}
#main .tower .linkUl02 a {
	box-shadow: 0 0 40px rgba(0,0,0,0.3);
}
#main .tower .linkUl02 li {
	margin: 0 0 63px;
	width: auto;
}
#main .tower .linkUl02 li:last-child {
	margin-bottom: 0;
}
#main .tower .linkUl02 .txt {
	font-size: 4.5rem;
	top: 35px;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
#main .tower .linkUl02 .textImg {
	margin-top: 7px;
	max-width: 314px;
}
#main .tower .linkUl02 .inner {
	font-size: 5.5rem;
	display: block;
	line-height: 1.16;
}
#main .tower .linkUl02 .inner small {
	margin-top: -8px;
	font-size: 3.4rem;
	display: inline-block;
	vertical-align: middle;
}
#main .tower .linkUl02 .line {
	margin-bottom: 3px;
	padding-bottom: 13px;
	display: inline-block;
	font-size: 3.9rem;
	border-bottom: 1px solid #fff;
}
#main .tower .linkUl02 .big {
	display: block;
	font-size: 8rem;
	line-height: 1;
}
#main .tower .linkUl02 .num02 .txt {
	top: 23px;
}

/* -------------------------------
		Button
------------------------------- */
#main .tower .comBtn {
	margin-top: 117px;
}
#main .tower .comBtn a {
	max-width: 420px;
	border: 1px solid #fff;
}


@media all and (min-width: 897px) {
	#main .tower .linkUl a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 447px) {
	#main .tower .linkUl02 .txt {
		font-size: 1.6rem;
	}
	#main .tower .linkUl02 .textImg {
		margin-top: 7px;
		max-width: 120px;
	}
	#main .tower .linkUl02 .line {
		font-size: 1.5rem;
	}
	#main .tower .linkUl02 .inner {
		font-size: 1.9rem;
	}
	#main .tower .linkUl02 .big {
		font-size: 3rem;
	}
	#main .tower .linkUl .txt {
		font-size: 1.3rem;
	}
}





/* ====================================================
		Banner - Direct Delivery
==================================================== */

#main .bnBox {
	margin: 0 auto;
	padding: 130px 0;
	max-width: 1100px;
}
#main .bnBox img {
	width: 100%;
}
#main .bnBox a {
	display: block;
}
@media all and (min-width: 897px) {
	#main .bnBox a:hover {
		opacity: 0.7;
	}
}





/* ====================================================
		Group
==================================================== */

#main .group {
	padding: 130px 0 140px;
	background: #f6f6f6;
}
#main .group .comImgBox {
	margin-bottom: 105px;
}

/* -------------------------------
		Tsuji Sangyo
------------------------------- */
#main .group .comImgBox .photo {
	margin: 102px 0 0 -70px;
	order: 3;
	height: 560px;
	background-image: url(../img_index/ph_group_tsuji-sangyo.jpg);
}
#main .group .comImgBox .textBox {
	padding: 230px 150px 0 10px;
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
#main .group .comImgBox .textBox .inner {
	padding-bottom: 225px;
	max-width: 400px;
}

/* -------------------------------
		Button
------------------------------- */
#main .group .comBtn {
	margin-top: 40px;
}

/* -------------------------------
		Photo
------------------------------- */
#main .group .borStyle {
	position: relative;
}
#main .group .borStyle::after {
	width: 40px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background-color: #bd0006;
	content: "";
}
#main .group .borStyleL::after {
	right: auto;
	left: 0;
}
#main .group .imgBox {
	margin-bottom: 102px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#main .group .imgBox .photo {
	width: 620px;
}
#main .group .imgBox02 {
	margin-bottom: 139px;
}
#main .group .imgBox02 .photo {
	order: 3;
}

/* -------------------------------
		Text
------------------------------- */
#main .group .imgBox .textBox {
	margin-left: 80px;
	flex: 1;
}
#main .group .imgBox02 .textBox {
	margin: 0 80px 0 0;
}


@media all and (-ms-high-contrast:none){
	#main .tower .linkUl a {
		font-family: 'Noto Serif JP', serif;
	}
}





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

   TABLET - LARGE

============================================================================================================================================= */
@media screen and (min-width: 897px) and (max-width: 1299px) {
  
  /* ====================================================
      Company Policy
  ==================================================== */
  #main .company .comImgBox .textBox {
    padding: 93px 10px 0 15%;
  }
  #main .company .comImgBox .textBox .inner {
    max-width: 80%;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main .company .comImgBox .title .en {
    font-size: 8.8rem;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #main .company .comImgBox .photo {
    margin: 135px -10% 0 0;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #main .company .comBtnList {
    margin-top: 40px;
  }
  
  
  /* ====================================================
      Twin Tower Plant
  ==================================================== */
  #main .tower .flexBox {
    display: block;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main .tower .headLine02 {
    margin-bottom: 30px;
  }
  #main .tower .headLine02 .en {
    font-size: 10rem;
  }
  
  /* -------------------------------
      Banner - Small
  ------------------------------- */
  #main .tower .linkUl li {
    width: 49%;
  }
  
  /* -------------------------------
      Banner - Large
  ------------------------------- */
  #main .tower .rightBox {
    margin: 50px 0 0 0;
    width: 100%;
  }
  #main .tower .linkUl02 {
    display: flex;
    justify-content: space-between;
  }
  
  /* -------------------------------
      Button
  ------------------------------- */
  #main .tower .comBtn {
      margin-top: 30px;
  }
  
  
  /* ====================================================
      Banner - Direct Delivery
  ==================================================== */
  #main .bnBox {
    padding: 60px 0;
    max-width: 80%;
  }
  
  
  /* ====================================================
      Group
  ==================================================== */
  /* -------------------------------
      Tsuji Sangyo
  ------------------------------- */
  #main .group .comImgBox .textBox .inner {
    padding-bottom: 100px;
  }
  #main .group .comImgBox .photo {
    margin: 40px 0 0 -70px;
    height: 400px;
  }
  #main .group .comImgBox .textBox {
    padding: 80px 150px 0 8%;
    width: 60%;
  }
  
  /* -------------------------------
      Title
  ------------------------------- */
  #main .group .imgBox .headLine04 {
    margin-bottom: 20px;
    font-size: 3rem;
  }
  
  /* -------------------------------
      Photo
  ------------------------------- */
  #main .group .imgBox .photo {
    width: 50%;
  }
  
  /* -------------------------------
      Text
  ------------------------------- */
  #main .group .imgBox .textBox {
    margin-left: 40px;
  }
  #main .group .imgBox02 .textBox {
    margin: 0 40px 0 0;
  }
  
  
  
  
}





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

   MOBILE

============================================================================================================================================= */
@media screen and (max-width: 896px) {
  
  
  /* ====================================================
      Main Visual
  ==================================================== */
	#main .mainImg {
		padding-left: 0;
	}
	#main .mainImg::after {
		width: calc(100% - 73px);
		height: 20px;
	}
  
  /* -------------------------------
      Photo
  ------------------------------- */
	#main .mainImg .slickBox .slickUl li {
		min-height: 0;
		background-image: url(../img_index/main/01_sp.jpg);
	}
  #main .mainImg .slickBox .slickUl li.bg02 {
		min-height: 0;
		background-image: url(../img_index/main/02_sp.jpg);
	}
  #main .mainImg .slickBox .slickUl li.bg03 {
		min-height: 0;
		background-image: url(../img_index/main/03_sp.jpg);
	}
  
  /* -------------------------------
      Scroll Button
  ------------------------------- */
	#main .mainImg .scrollBtn {
		bottom: 16px;
		right: 31px;
		z-index: 10;
	}
	#main .mainImg .scrollBtn img {
		width: 10px;
	}
	#main .mainImg::before {
		width: 60px;
		height: calc(50% + 15px);
		position: absolute;
		bottom: 0;
		left: 0;
		background-color: #bd0006;
		content: "";
		z-index: 10;
	}

  
  
  
  /* ====================================================
      Company Policy
  ==================================================== */
	#main .company {
		padding: 80px 0 100px;
	}

  /* -------------------------------
      Title
  ------------------------------- */
	#main .company .comImgBox .title .txt span {
		font-size: 1.7rem;
	}
	#main .company .comImgBox .title .en {
		margin: 0;
		font-size: 5.5rem;
	}
	#main .company .comImgBox .title .en::before,
	#main .company .comImgBox .title .en::after {
		width: 16px;
		height: 48px;
	}
	#main .company .comImgBox .title .txt {
		margin-bottom: 5px;
	}
	#main .company .comImgBox .title {
		margin-bottom: 34px;
	}
  
  /* -------------------------------
      Button
  ------------------------------- */
	#main .company .comBtn {
		margin-top: 50px;
		position: relative;
		bottom: auto;
		left: auto;
	}
  
  
  
  
  /* ====================================================
      Twin Tower Plant
  ==================================================== */
	#main .tower {
		padding: 80px 0;
	}
	#main .tower .flexBox {
		display: block;
	}
  
  /* -------------------------------
      Banner - Small
  ------------------------------- */
	#main .tower .linkUl li {
		margin-top: 15px;
		width: calc(50% - 5px);
	}
	#main .tower .linkUl .txt {
		font-size: 1.8rem;
	}
	#main .tower .linkUl a::after {
		width: 26px;
		height: 26px;
	}

  /* -------------------------------
      Banner - Large
  ------------------------------- */
	#main .tower .rightBox {
		margin: 0;
		width: auto;
	}
	#main .tower .linkUl02 {
		margin-top: 0;
		display: flex;
	}
	#main .tower .linkUl02 li {
		margin: 15px 0 0 0;
	}
	#main .tower .linkUl02 .textImg {
		margin-top: 7px;
		max-width: 140px;
	}
	#main .tower .linkUl02 .txt {
		font-size: 2.2rem;
		top: 50% !important;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#main .tower .linkUl02 .line {
		margin-bottom: 3px;
		padding-bottom: 7px;
		font-size: 2rem;
	}
	#main .tower .linkUl02 .inner {
		font-size: 2.5rem;
	}
	#main .tower .linkUl02 .inner small {
		font-size: 1.6rem;
	}
	#main .tower .linkUl02 .big {
		font-size: 4.2rem;
	}
  
  /* -------------------------------
      Button
  ------------------------------- */
	#main .tower .comBtn {
		margin-top: 60px;
	}  
  
  
  
  
  /* ====================================================
      Banner - Direct Delivery
  ==================================================== */
	#main .bnBox {
		padding: 40px 20px;
	}

  
  
  
  /* ====================================================
      Group
  ==================================================== */
	#main .group {
		padding: 60px 0;
	}
  
  /* -------------------------------
      Tsuji Sangyo
  ------------------------------- */
	#main .group .comImgBox .photo {
		margin: 0;
		padding-bottom: 54.6%;
		height: auto;
	}
	#main .group .comImgBox .textBox {
		padding: 20px 20px 40px;
		width: auto;
		display: block;
	}
	#main .group .comImgBox .textBox .inner {
		padding-bottom: 0;
		max-width: inherit;
	}
  
  /* -------------------------------
      Photo
  ------------------------------- */
	#main .group .imgBox {
		display: block;
	}
	#main .group .imgBox .photo {
		margin-bottom: 15px;
		width: auto;
	}
	#main .group .imgBox .photo img {
		width: 100%;
	}
	#main .group .imgBox .textBox,
	#main .group .imgBox02 .textBox {
		margin: 0;
	}
	#main .group .comImgBox {
		margin-bottom: 60px;
	}
	#main .group .borStyle::after {
		width: 20px;
	}
  
  
  
  
}

