/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
indexのバナー用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.whatSKD {
	position: relative;
	max-width: 800px; /*width→max-widthへ変更*/
	height: 267px;
	margin: 30px auto;
	display: block;
	border-radius: 12px;
	overflow: hidden;
	cursor: pointer;
	transition: .4s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.whatSKD img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	transition: 0.1s ease-in;
}
.whatSKD:hover {
  -webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.whatSKD:hover img:nth-of-type(2) {
  opacity: 0;
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
module.css上書き
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

.m_sec_inner {
    margin-left: none;
    margin-right: none;
    max-width: none;
}

.m_pagetop {
    margin-top: 0;
}

.m_pagetop.m_pagetop__type2 {
	background-color:transparent;
}

@media screen and (max-width: 880px) {
	.m_sec.m_sec__greeting {
    margin-top: -50px;
    padding: 0;
}
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━
introduction
━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */

/* ★━━━━━━━━━━━━ コンテナ ━━━━━━━━━━━━★ */

img {
    max-width:100%;
}

.wSKD_inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
}
.container_column {
	/*縦並び中央揃え*/
	display: flex;
	flex-flow: column wrap;
	justify-content: center;
	align-content: center;
	/*border: solid 1px red;*/
  }
.container_row {
	/*横並び中央揃え*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	/*margin: 0 auto;*/
	/*order: solid 1px blue;*/
  }

.container_center {
	/*横並び左揃え縦中央揃え*/
	display: flex;
	justify-content: space-around;
	flex-flow: row wrap;
	align-items: center;
	align-content: center;
	/*border: solid 1px orange;*/
  }
  .container_left {
	/*横並び左揃え*/
	display: flex;
	flex-flow: row wrap;
	align-content: end;
	/*border: solid 1px rgb(150, 55, 145);*/
  }

  .container_stretch {
	display: flex;
	justify-content: space-between;
	flex-flow: row nowrap;
	align-items:flex-start;
	width: 100%;
	/*border: solid 1px yellow;*/
  }

@media (max-width: 880px) {
  .wSKD_inner {
    margin-top: 80px;
	}
}

/* ★━━━━━━━━━━━━ 背景色 ━━━━━━━━━━━━★ */

  .wSKD_bg_blue {
	background-color: #0062B2;
  }

/* ★━━━━━━━━━━━━ マージン ━━━━━━━━━━━━★ */
.ma1 {
    padding: 60px 0px 8px 0px;
}

.ma2 {
    padding: 8px 0px 12px 24px;
}

/* ★━━━━━━━━━━━━ テキストスタイル ━━━━━━━━━━━━★ */

.text_str {
	/*font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);*/
	font-size: 130%;
	font-weight: 700;
}
.text_thin {
	/*font-size: clamp(2.6rem, 2.455rem + 0.73vw, 3rem);*/
	font-size: 80%;
}
.wSKD_font_blue {
	color:#0062B2;
}
.wSKD_font_yellow {
	color:#F9E112;
}
.wSKD_font_white {
	color:white;
}

/* ★━━━━━━━━━━━━ 見出し ━━━━━━━━━━━━★ */

.wSKD_sub_jp {
	/*border: solid 1px green;*/
	font-size: clamp(3rem, 4vw, 4.2rem);
	margin: 0;
	line-height: 1.4;
	font-weight: 700;
	letter-spacing: 0.5rem;
}
.wSKD_cap {
	/*border: solid 1px green;*/
	font-size: 2.2rem;
	margin: 0 24px;
	line-height: 1.6;
}

/* ★━━━━━━━━━━━━ wSKD header ━━━━━━━━━━━━★ */

.wSKD_header {
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	align-items: center;
	border-radius: 8px;
	background-color: #459CE3;
	height: 240px;
	/*背景画像*/
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size:50%;
    background-image: url(../img/top/wSKD_header_img1.svg);
}
.wSKD_header> div>img {
	height: 240px;
	padding-right: 40px
	}
.wSKD_cap {
	/*border: solid 1px green;*/
	font-size: 2.2rem;
	margin: 0 24px;
	line-height: 1.6;
}

/* ★━━━━━━━━━━━━ 事業 ━━━━━━━━━━━━★ */
.wSKD_business_bg {
    background-attachment:fixed;
	background-repeat: no-repeat;
	background-position: left bottom;
    background-size: cover;
    background-image: url(../img/top/img_business.jpg);
}
.wSKD_business_img {
	position: relative;
	border: none;
	margin: 0px;
	max-width: 740px;
}
.wSKD_business_item1 {
	margin: 0px;
}
.wSKD_business_item2 {
	position: absolute;
	margin: 0px;
	top:0;
	left:0;
}
.wSKD_business_cap {
	font-size: clamp(1.8rem, 3vw, 2.6rem);
	margin: 0;
	line-height: 1.6;
	font-weight: normal;
}

@media screen and (max-width: 1100px) {
	.wSKD_business_cap {
		margin: 0 40px;
	  }
	.wSKD_business_cap br {
	  display: none;
	}
	.wSKD_business_img {
		width: 90%;
	}
  }

/* ★━━━━━━━━━━━━ お客様 ━━━━━━━━━━━━★ */
.wSKD_customer_bg {
    background-attachment:local;
	background-repeat: no-repeat;
	background-position: center bottom;
    background-size: contain;
    background-image: url(../img/top/img_factoryarea.png);
}

.wSKD_customer_item {
	position: relative;
	max-width: 180px;
	min-width: 100px;
	margin: 16px;
	/*border: solid 1px green;*/
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.wSKD_customer_item >img {
	border: none;
}
.wSKD_customer_type {
	display: flex;
	flex-flow: column nowrap;
	justify-content:flex-start;
	position: absolute;
	width: 50%;
	max-height: 50%;
	right:-16px;
	bottom:-16px;
	background: linear-gradient(rgba(69,156,227,0.6),rgba(0,98,179,1));
}
.wSKD_customer_type >img {
	width: 30%;
	margin: 16px auto;
}
.wSKD_customer_type >p {
	color: white;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1;
}
.container_right {
	/*横並び右揃え*/
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	/*border: solid 1px pink;*/
  }
.wSKD_customer_bottom {
 padding-bottom: 280px;
}

@media screen and (max-width: 800px) {
	.wSKD_customer_type {
		justify-content: center;
	}
	.container_right {
		justify-content: center;
	  }
	.wSKD_customer_bottom {
		padding-bottom: 200px;
	   }
  }

/* ★━━━━━━━━━━━━ 歴史 ━━━━━━━━━━━━★ */
.wSKD_history_bg {
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position:left top;
    background-size: cover;
    background-image: url(../img/top/img_history.jpg);
}

.wSKD_history_item > p {
	font-size: 2.2rem;
}

ul {
	padding: 0;
  }
  li {
	list-style-type: none;
  }
  dd {
	margin-left: 0;
  }

  .flow {
	padding-left: 120px;
	position: relative;
  }
  .flow::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #003366;
	margin-left: -8px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
  }
  .flow > li {
	position: relative;
  }
  .flow > li:not(:last-child) {
	margin-bottom: 8vh;
  }
  .flow > li .icon {
	font-size: 2rem;
	color: #fff;
	background: rgb(107,144,219);
	background: linear-gradient(to right, #0062B2 0%,#66d5e9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b90db', endColorstr='#66d5e9',GradientType=1 );
	padding: 4px 20px;
	display: block;
	position: absolute;
	top: 0;
	left: -120px;/*-150から調整*/
	z-index: 100;
  }
  .flow > li .icon::after {
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 10px;
	border-color: transparent transparent transparent #66d5e9;
	position: absolute;
	top: 50%;
	left: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
  }
  .flow > li dl {
	padding-left: 70px;
	position: relative;
  }
  .flow > li dl::before,
  .flow > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
  }
  .flow > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #F9E112;
	border-radius: 50%;
	left: -4px;
  }
  .flow > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
  }
  .flow > li dl dt {
	font-size: 2rem;
	font-weight: normal;
	color: rgb(255, 255, 255);
	margin-bottom: 1vh;
  }


/* ★━━━━━━━━━━━━ 拠点 ━━━━━━━━━━━━★ */
.wSKD_location_bg {
    background-attachment:scroll;
	background-repeat: no-repeat;
	background-position: center;
    background-size: contain;
    background-image: url(../img/top/img_map.png);
    min-width: 360px;/*400px調整*/
	width: 100%;
}

.wSKD_location_item {
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 1.0);
	box-shadow: rgba(60, 64, 67, 0.5) 0px 1px 2px 0px, rgba(60, 64, 67, 0.3) 0px 2px 6px 2px;
	padding: 8px;
	width: 25%;
	min-width: 180px;
	margin: 4px;
}
.wSKD_location_item >h2 {
	font-size: clamp(1.8rem, 3vw, 2.2rem);
	line-height: 1.3;
	color:#0062B2;
	text-align: center;
}
.wSKD_location_item >h3 {
	font-size: 1.5rem;
	font-weight: normal;
	color:#0062B2;
	text-align: center;
	line-height: 1.5;
}
.wSKD_location_item >p {
	font-size: clamp(1.3rem, 2vw, 1.5rem);
	margin: 8px 8px 8px 0;
	line-height: 1.4;
}
.wSKD_location_item >img {
	border: none;
	display: block;
	margin: auto;
	width: 100%;
}

.wSKD_location_item2 {
	padding: 12px 0;
	min-width: 30%;
}
.wSKD_location_item2 > img {
	display: block;
	width: 70%;
	min-width: 160px;
	margin: auto;
}

@media screen and (max-width: 800px) {
	.wSKD_location_item >img {
		display:none
	}

}

/* ★━━━━━━━━━━━━ 数字 ━━━━━━━━━━━━★ */

/* 数字のコンテナ */
.wSKD_num_continer {
	/*flexの設定*/
	display:block;
	flex-flow: column wrap;
	align-content: center;
	/*見た目*/
	border-radius: 8px;
	background-color: white;
	box-shadow: rgba(60, 64, 67, 0.5) 0px 1px 2px 0px, rgba(60, 64, 67, 0.3) 0px 2px 6px 2px;
	margin: 12px;
	padding: 12px;
	color:#0062B2;
}

/* 数字コンテナ */
/* 大 */
.wSKD_num_L {
	width: 46%;
	line-height: 1.4;
}
.wSKD_num_L >h2 {
	font-size: 3rem;
	text-align: center;
}
.wSKD_num_L >h4 {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
.wSKD_num_L >p {
	font-size: 1.8rem;
	margin: 12px;
}
/* 中 */
.wSKD_num_M {
	width: 30%;
	line-height: 1.4;
}
.wSKD_num_M >h2 {
	font-size: 2.2rem;
	text-align: center;
}
.wSKD_num_M >h4 {
	font-size: 1.8rem;
	font-weight: normal;
	text-align: center;
}
.wSKD_num_M >p {
	font-size: 1.6rem;
	margin: 12px;
}
/* 小 */
.wSKD_num_S {
	width: 30%;
	line-height: 1.4;
}
.wSKD_num_S >h2 {
	font-size: 2.2rem;
	text-align: center;
}
.wSKD_num_S >h4 {
	font-size: 1.6rem;
	font-weight: normal;
	text-align: center;
}
.wSKD_num_S >p {
	font-size: 1.6rem;
	margin: 12px;
	line-height: 1.4;
}

/* 数字とイメージのコンテナ*/
.wSKD_num_item {
	/*border: solid 1px green;*/
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.1;
}

/*大*/
.item_L >h3 {
	font-size: 16rem;
	margin: 12px;
}
.item_L > h3> span {
	font-size: 5rem;
}
.item_L >img {
	border: none;
	display: block;
	width: 100px;
}
/*中*/
.item_M >h3 {
	font-size: clamp(8rem, 5vw, 10rem);
	margin:12px;
}
.item_M > h3> span {
	font-size: clamp(3rem, 5vw, 4rem);
}
.item_M >img {
	border: none;
	display: block;
	margin: 12px;
	width: 40%;
}
/*小*/
.item_S >h3 {
	font-size: 5rem;
	margin: 8px;
}
.item_S > h3> span {
	font-size: 2rem;
}

@media (max-width: 880px) {
	.wSKD_num_L {
		width: 90%;
	}
	.wSKD_num_M {
		width: 90%;
	}
	.wSKD_num_S {
		padding: 12px;
		width: 43%;
	}
}

/* ★━━━━━━━━━━━━ wSKD footer ━━━━━━━━━━━━★ */

.wSKD_footer {

}
.wSKD_footer > div>img {
	/*height: 200px;*/
}


	/* ★━━━━━━━━━━━━ 効果 ━━━━━━━━━━━━★ */
.shadow {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
	/*box-shadow: 0 20px 15px -15px hsla(0, 0%, 17%, 0.5);*/
  }

  /*アニメーション*/
.animation_shaking {
	animation: shaking 2s linear infinite;
	scale: 1;
  }

  @keyframes shaking{
	  0%  {transform:rotate(0deg);}
	  25% {transform:rotate(-2deg);}
	  50% {transform:rotate(0deg);}
	  75% {transform:rotate(2deg);}
	  100% {transform:rotate(0deg);}
  }

  .animation_rotate :hover {
    transform: scale(0.98,0.98); /*拡大率 X方向、Y方向*/
    transition-duration: 0.4s; /*アニメーション時間*/
}

/* 追加微調整　html直打ちを移動 */
table th,
td {
  border: solid 1px #e6e6e6;
  padding: 10;
}
/*!--nav横幅調整--*/
.m_nav_txt a {
  width: 200px;
}