@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 100%;
  line-height: 1.2;
  color: #000;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
  max-width: 100%;
}
.sp_width69{
  width: 69%;
}
.mgb30{
  margin-bottom: 30px;
}
.mgb50{
  margin-bottom: 50px;
}
.mt_60{
	margin-top:60px;
}

@media screen and (max-width: 760px) {
.sp_width69{
  width: auto;
}

}
/*/////////// 追加分 ////////////*/
.solution__detail article {
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.solution__detail article .pic {
  width: 40%;
}

.solution__detail article .pic img {
  width: 100%;
}

.solution__detail article .right {
  width: 57%;
}

.solution__detail .main {
  margin-bottom: 40px;
}

.solution__detail .main .arrow {
  padding: 15px 0px;
  text-align: center;
  font-size: 250%;
}

.solution__detail .main .issue {
  text-align: center;
  font-size: 144%;
  position: relative;
}

.solution__detail .main .issue span {
  display: inline-block;
  border-bottom: 2px solid #cd0202;
  padding-bottom: 5px;
}

.solution__detail .main .issue:before {
  content: "\f046";
  font-family: FontAwesome;
  color: #cd0202;
}

.solution__detail .main .solution {
  border: 2px solid #cd0202;
  background: #F7F9F9;
  padding: 20px;
  font-size: 164%;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  margin: 0px auto;
}

.solution__detail .main .solution span {
  color: #cd0202;
}

.solution__block__new .box {
  border: 1px solid #CCC;
  background: #F7F9F9;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
}

.solution__block__new .box:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 400%;
  color: #eee;
  transition: .5s all;
}

.solution__block__new .box:hover {
  background: #ebfdfd;
}

.solution__block__new .box:hover:after {
  right: 35px;
  color: #09013D;
}

.solution__block__new .box a {
  display: block;
}

.solution__block__new .box .pic {
  width: 30%;
}

.solution__block__new .box .pic img {
  width: 100%;
}

.solution__block__new .box .right {
  width: 67%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.solution__block__new .box .right .sub_ttl {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 164%;
  box-sizing: border-box;
  padding-right: 40px;
}

.temp .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.temp .box .pic {
  width: 40%;
}

.temp .box .pic img {
  width: 100%;
}

.temp .box .right {
  width: 57%;
}

.temp .box .right section {
  margin-bottom: 30px;
}
.temp .box .right section.mgb80 {
    margin-bottom: 80px;
}
.equipment {
    margin-bottom: 60px;
}
.equipment .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.equipment .box .pic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 4 / 3;
}

.equipment .box::before{
	content:"";
	display:block;
	width: calc(100% / 4 - 20px);
	order:2;
}
.equipment .box::after{
	content:"";
	display:block;
	width: calc(100% / 4 - 20px);
	order:3;
}
.equipment .box .equipment-item {
    width: calc(100% / 4 - 20px);
	display:flex;
	flex-direction:column;
	justify-content:center;
}

.equipment .box .equipment-item p {
    text-align: center;
    line-height: 1.6;
}
.equipment .box .equipment-item .pic {
	line-height:0;
	margin-bottom:15px;
}
.equipment .box .equipment-item .name {
    font-weight: bold;
	margin-bottom:5px;
}
.equipment .box .equipment-item .number{
	margin-bottom:5px;
}
.equipment .box .equipment-item .link a {
    margin-top: auto;
    width: 150px;
    max-width: 100%;
    font-size: 14px;
}

.equipment .box .right section {
  margin-bottom: 30px;
}
.equipment .box .right section.mgb80 {
    margin-bottom: 80px;
}

.tec__news .lead {
  text-align: center;
  margin-bottom: 10px;
  font-size: 124%;
}

.tec__news dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.tec__news dl span {
  display: inline-block;
  color: white;
  min-width: 100px;
  border-radius: 5px;
  font-size: 84%;
  padding: 3px 10px;
  text-align: center;
  margin-right: 10px;
  background: #09013D;
}

.tec__news dl dt {
  padding: 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px solid #CCC;
}

.tec__news dl dt:first-child {
  border-top: 1px solid #CCC;
}

.tec__news dl dd {
  color: #333333;
  width: 80%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 20px 0px;
}

.tec__news dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

.tec__news dl dd a {
  color: #333333;
  text-decoration: underline;
  position: relative;
}

.tec__news .pdf__btn {
  width: 50%;
  max-width: 240px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
  background: url("../img/pdf.png") no-repeat 95% 5px #09013D;
  transition: .5s all;
}

.tec__news .pdf__btn:hover {
  background: url("../img/pdf.png") no-repeat 90% 5px #09013D;
  opacity: 0.7;
}

.tec__news .pdf__sm_btn {
  width: 50%;
  max-width: 150px;
  display: inline-block;
  margin: 0px auto;
  color: #fff;
  padding: 8px 0px 8px 0px;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
  background: url("../img/pdf.png") no-repeat 95% 0px #09013D;
  transition: .5s all;
  vertical-align: top;
}

.tec__news .pdf__sm_btn:hover {
  background: url("../img/pdf.png") no-repeat 90% 0px #09013D;
  opacity: 0.7;
}

.tec__news .list__box {
  width: 100%;
  border: 1px solid #CCC;
  background: #F7F9F9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.tec__news .list__box section {
  margin-bottom: 30px;
}

.tec__news .list__box section:last-child {
  margin-bottom: 0px;
}

.tec__news .list__box section .sub_ttl {
  color: #09013D;
  font-size: 114%;
  margin-bottom: 10px;
}

.tec__news .new {
  width: 100%;
  border: 1px solid #CCC;
  background: #F7F9F9;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.tec__news .new ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tec__news .new ul li:first-child {
  width: 30%;
}

.tec__news .new ul li:last-child {
  width: 68%;
}

.tec__news .new ul li:last-child .date {
  font-size: 84%;
  margin-bottom: 10px;
}

.tec__news .new ul li:last-child .sub_ttl {
  font-size: 124%;
  text-decoration: underline;
  margin-bottom: 15px;
}

.tec__detail .main__block ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tec__detail .main__block ul li .sub_ttl {
  font-size: 134%;
  margin-bottom: 20px;
}

.tec__detail .main__block ul li p {
  line-height: 1.7;
}

.tec__detail .main__block ul li img {
  width: 100%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tec__detail .link ul {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tec__detail .link ul li {
  width: 20%;
  background: #09013D;
  text-align: center;
  -webkit-transition: .5s all;
  transition: .5s all;
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 				&:after {
					content: "\f105";
					font-family: FontAwesome;
					position:absolute;
					top:30px;
					right:15px;
					color:#FFF;
				} */
}

.tec__detail .link ul li:hover {
  opacity: 0.8;
}

.tec__detail .link ul li:last-child {
  border-right: none;
}

.tec__detail .link ul li a {
  padding: 30px 0px;
  display: block;
  color: #FFF;
  font-size: 94%;
}

.tec__wrap{
	background: #09043c;
}

.tec__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
	padding:55px 0 45px 0;
}

.tec__block .left {
  width: 60%;
}

.tec__block .left .ttl{
	color: #fff;
	font-size: 1.2em;
	font-weight: normal;
	background:url("../img/top__tech10.png") no-repeat 0px 0px;
	padding-left: 100px;
	line-height: 3.6em;
}

.tec__block .left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tec__block .left ul li {
  width: 31%;
  margin-bottom: 27px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.tec__block .left ul li:hover {
  opacity: 0.7;
}

.tec__block .left ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.tec__block .left ul li p {
  text-align: center;
  font-size: 94%;
  padding-top: 10px;
	color: #fff;
}

.tec__block .left ul li img {
  width: 100%;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.tec__block .right {
  width: 39%;
}



.tec__block .right .btn__area div {
  width: 80%;
}

.tec__block .right .btn__area .btn {
  width: 100%;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 23px 0px;
  line-height: 1.0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  -webkit-transition: .5s all;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
	font-weight: bold;
}
/*.btn__area {
	margin-top:45px;
}*/

/*.tec__block .right .btn__area .btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 22px;
  -webkit-transition: .5s all;
  transition: .5s all;
}*/

.tec__block .right .btn__area .btn:hover:before {
  left: -20px;
}

.tec__block .right .btn__area .btn:hover {
  opacity: 0.75;
}

.tec__block .right ul li {
  position: relative;
  border: 1px solid #CCC;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 10px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.tec__block .right ul li:hover {
  opacity: 0.5;
}

.tec__block .right ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.tec__block .right ul li .date {
  margin-bottom: 15px;
  font-size: 94%;
}

.tec__block .right ul li .sub_ttl {
  font-size: 104%;
}

.tec__block .right ul li .cat {
  position: absolute;
  top: 0px;
  right: 0px;
  color: #FFF;
  padding: 5px 15px;
}


.img_w100 {
  width: 100%;
}

.clearfix, .wrapper, .main_wrapper {
  *zoom: 1;
}

.clearfix:after, .wrapper:after, .main_wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #333;
  border: 1px solid #CCC;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #CCC;
  border-color: #999;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #CCC;
  border-color: #CCC;
  font-weight: bold;
}

a {
  text-decoration: none;
  color: #000;
}

strong {
  font-weight: 700;
  font-size: 104%;
}

.fixed {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #FFF;
}

.pt_20 {
  padding-top: 20px;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}
.mb_60 {
  margin-bottom: 60px;
}

strong {
  font-weight: 700;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}
.align_left {
  text-align: left;
}
.align_right{
  text-align: right;
}

.fixd {
  position: fixed;
  z-index: 3;
  background: #FFF;
  width: 100%;
  left: 0px;
  top: 0px;
}

#map_canvas {
  width: 100%;
  height: 500px;
}
/*///加工技術////*/
.case__block .case_box-item .pic img {
    border: 1px solid #ccc;
    line-height: 0;
    aspect-ratio: 4 / 3;
    height: 100%;
	width:100%;
    object-fit: contain;
}

.link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

/*//課題解決///*/
.flex_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px 15px;
}
.flex_box .pic{
	width:38%;
}
.flex_box .text{
	width:calc(60% - 10px);
}
.flex_box .text .lead {
    font-size: 112%;
    line-height: 1.6;
}
.solution__detail .sub_ttl{
    font-size: 134%;
    margin-bottom: 20px;
}
.text_link {
    color: #09013d;
    text-decoration: underline;
	display:inline-block;
}
/*///技術コラム//*/
.coulmuns_box article:not(:last-child) {
    margin-bottom: 40px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
}
.coulmuns_box .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px 10px;
}
.coulmuns_box .box .pic {
    width: 30%;
}
.coulmuns_box .box .right {
    width: 68%;
}
.coulmuns_box .box .right .text_body p {
    line-height: 1.5;
}
.coulmun_single h2{
	font-size:168%;
	margin-bottom:15px;
}
.coulmun_single h3{
	font-size:148%;
	margin-bottom:15px;
}
.coulmun_single h4{
	font-size:125%;
	margin-bottom:15px;
}
.coulmun_single h5{
	font-size:112%;
	margin-bottom:15px;
}
.coulmun_single hr{
    height: 1px;
    width: 100%;
    background: #ccc;
    margin-bottom: 15px;
}
.coulmun_single p{
	line-height:1.4;
	margin-bottom:15px;
}
.coulmun_single ul,.coulmun_single ol{
	margin-bottom:15px;
}
.coulmun_single ul li:before {
    content: "・";
    display: inline-block;
    vertical-align: middle;
    line-height: 1.6;
}
.coulmun_single ol{
	counter-reset: number 0; 
}
.coulmun_single ol li{
	line-height: 1.6;
}
.coulmun_single ol li::before{
	counter-increment: number 1; 
	content: counter(number) ". ";
}

/*///検索///*/
.search {
    text-align: center;
    padding: 40px 20px;
    background: #ccc;
}

.search input {
    width: 50%;
    padding: 10px;
    border: 0;
    background: #fff;
	outline:none;
}
.search button {
    vertical-align: middle;
    display: inline-block;
    background: #09013d;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
	cursor:pointer;
}
.search form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.search-results .results {
    font-size: 138%;
    margin-bottom: 20px;
}
.search-results .itemlist li{
	margin-bottom:10px;
}
.search-results .itemlist li a{
	display:inline-block;
	text-decoration:underline;
}
.search-results .none_txt {
    text-align: center;
    font-size: 138%;
    margin-bottom: 40px;
}
/*/////////// アニメーション ////////////*/
.wipe {
  position: relative;
}

.wipe:before {
 /*content:'';*/
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background: #eee;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86), -webkit-transform 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.wipe .active {
  -webkit-animation: fadeInUp .5s ease-out;
  animation: fadeInUp .5s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.active:before {
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
}

.t-delay-1:before {
  -webkit-transition-delay: 0.4s !important;
  transition-delay: 0.4s !important;
}

.t-delay-2:before {
  -webkit-transition-delay: 0.6s !important;
  transition-delay: 0.6s !important;
}

.t-delay-3:before {
  -webkit-transition-delay: 0.8s !important;
  transition-delay: 0.8s !important;
}

.t-delay-4:before {
  -webkit-transition-delay: 1s !important;
  transition-delay: 1s !important;
}

.t-delay-5:before {
  -webkit-transition-delay: 1.2s !important;
  transition-delay: 1.2s !important;
}

.t-delay-6:before {
  -webkit-transition-delay: 1.4s !important;
  transition-delay: 1.4s !important;
}

.t-delay-7:before {
  -webkit-transition-delay: 1.8s !important;
  transition-delay: 1.8s !important;
}

.common_btn {
  background: #09013D;
  width: 320px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px 15px 0px;
  line-height: 1.0;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  border-radius: 5px;
}

.common_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.common_btn:hover:before {
  left: -20px;
}

.common_btn:hover {
  opacity: 0.75;
}
.detail_btn{
    background: #09013D;
    width: 240px;
    display: block;
    margin: 20px auto 0px;
    color: #fff;
    padding: 10px 0px 10px 0px;
    line-height: 1.0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    border-radius: 5px;
}
.detail_btn:before {
  content: "";
  position: absolute;
  top: 22px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.detail_btn:hover:before {
  left: -20px;
}

.detail_btn:hover {
  opacity: 0.75;
}
.itemlist li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

.itemlist li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.itemlist li:last-child {
  margin-bottom: 0px;
}

.itemlist li span {
  display: inline-block;
  background: #333;
  color: #FFF;
  padding: 2px 10px;
}

.number_list {
  margin-bottom: 25px;
}

.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.main_headline {
  font-size: 114%;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}

header .tel {
  position: absolute;
  top: 0px;
  right: 0px;
}

header .tel ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  /*border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #F2A017;*/
  padding: 7px 10px;
  box-sizing: border-box;
  min-width: 540px;
	font-weight: bold;
	
}

header .tel ul .telicon {
  /*background: url("../img/tel.png") no-repeat 0px 0px;
  padding-left: 25px;*/
  font-size: 120%;
	font-family:Verdana, Geneva, "sans-serif";
	border-right: #959595 solid 1px;
	padding: 0 20px 0 0;
}

header .tel ul .faxicon {
  /*background: url("../img/fax.png") no-repeat 0px 0px;
  padding-left: 25px;*/
  font-size: 120%;
	font-family:Verdana, Geneva, "sans-serif";
	border-right: #959595 solid 1px;
	padding: 0 20px 0 20px;
}

header .tel ul .mailicon {
  /*background: url("../img/mail.png") no-repeat 0px 0px;
  padding-left: 30px;*/
  font-size: 115%;
	padding: 1px 0 0 20px;
}

header .tel ul .mailicon a{
	color: #F2A017;	
}

header .tel ul span{
	color: #F2A017;
}

header .tel ul li {
  position: relative;
}

header .tel ul li a {
  display: block;
  text-decoration: none;
}
header .tel ul.tel_top {
    justify-content: flex-end;
    gap: 10px;
}
header .tel ul.tel_top a{
	font-weight:normal;
	font-size: 84%;
}

header .tagline {
  width: 100%;
  padding: 12px 0px;
}

header .tagline .logo {
  width: 297px;
  float: left;
}
header .tagline .logo span {
	display:none;
}
header .nav {
  padding-bottom: 10px;
}

header .nav .pc_dropdown {
  width: 220px;
  display: none;
  height: auto;
  position: absolute;
  left: 0px;
  top: 22px;
  z-index: 100;
}

header .nav .pc_dropdown li {
  width: 220px;
  background-color: #09013D;
  margin: 0px;
  border-bottom: 1px solid #FFF;
  border-left: none;
  padding: 0px;
  position: relative;
}

header .nav .pc_dropdown li:after {
  content: '';
  display: none !important;
}

header .nav .pc_dropdown li:last-child {
  border-right: none;
}

header .nav .pc_dropdown li a {
  display: block;
  font-size: 100%;
  width: 100%;
  padding: 10px;
  color: #FFF;
  transition: .5s all;
}

header .nav .pc_dropdown li a:hover {
  opacity: 0.8;
}

header .nav .active:after {
  width: 100%;
}

header .nav ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

header .nav ul li {
  width: calc(100% / 8);
  font-size: 84%;
  text-align: center;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .nav ul li a {
  display: block;
  color: #000;
  text-decoration: none;
}

@keyframes vertical {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0px);
  }
}

.top__content__wrap {
  padding-top: 87px;
}

.main_visual {
  position: relative;
  max-width: 2000px;
  width: 100%;
  background-size: cover;
  box-sizing: border-box;
}

.main_visual .ttl__area {
  position: absolute;
  right: 0px;
  top: 270px;
}


  /* 		&:hover:before {
			left:-20px;
		}
		&:hover {
			background: $main_color;
		} */

.main_visual .main__ttl span {
  font-size: 70%;
}

.main_visual .main__ttl:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 10px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.main_visual .top__scroll {
  z-index: 1;
  width: 840px;
  height: 60px;
  box-sizing: border-box;
  background: #FFF;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-align: center;
}

.main_visual .top__scroll img {
  margin-top: 20px;
  animation: vertical 1s ease-in-out infinite alternate;
}

.main_visual .top__scroll p {
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
}

.main_slide {
  display: none;
}

.main_slide.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}


.slide_wrapper .main_slide {
  width: 100%;
  margin: 0px auto;
  position: relative;
  width: 100%;
}

.slide_wrapper .main_slide p {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
  text-shadow: 2px 1px 3px #000000;
  color: #FFF;
  font-size: 500%;
}

.slide {
  width: 100%;
  display: none;
}

.slide li {
  margin-right: 20px;
  position: relative;
}

.slide li .sub_ttl {
  background-color: #09013D;
  padding: 6px 15px;
  font-size: 94%;
  color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  text-align: center;
}

.slider.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.wrapper, .main_wrapper {
  width: 1100px;
  margin: 0px auto;
  position: relative;
}
.sub_wrap{
	width:960px;
	max-width:100%;
	margin:auto;
}
.content_block {
  padding: 25px 0px;
}

/*/////////// footer ////////////*/
footer .logo {
  text-align: center;
  margin-bottom: 20px;
}

footer .block {
  background-color: #09013D;
  padding: 15px 0px;
}

footer .block .pagetop {
  display: block;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #FFF;
  text-align: center;
  margin-bottom: 15px;
}

footer .copy {
  text-align: center;
  color: #FFF;
	font-size: 0.8em;
}

footer ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  margin: 20px 0px;
}

footer ul li {
  position: relative;
  font-size: 94%;
  text-align: center;
  padding: 0px 15px;
  color: #FFF;
}

footer ul li a {
  text-decoration: none;
  display: block;
  color: #FFF;
}

footer ul li:not(:last-child):after {
  content: "｜";
  position: absolute;
  right: -5px;
  top: 0px;
  color: #FFF;
}

.ttl {
  font-size: 160%;
  margin: 0px auto;
  text-align: center;
  position: relative;
  line-height: 1.6;
  color: #000;
  margin-bottom: 30px;
}

.top_ttl{
	font-weight: normal;
	font-size: 1.3em;
	line-height: 2.2;
	margin-top: 40px;
}

.top_ttl span{
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 1.5em;
	font-weight: bold;
	color: #595757;
	padding: 0 60px 10px 60px;
	border-bottom: #c4c5c6 solid 1.75px;
	margin-bottom: 10px;
}

h2.h_ttl {
    padding-top: 140px;
    margin-bottom: 50px;
    font-size: 200%;
}
.ttl span {
  /*color: #F2A017;*/
  /*font-size: 70%;
	font-weight: normal;*/
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 144%;
  padding-bottom: 20px;
}

.middle_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #09013D;
  z-index: 2;
}

.middle_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  z-index: 1;
}

.middle_ttl span {
  background-color: #09013D;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  margin-left: 20px;
  color: #FFF;
  font-size: 50% !important;
  font-weight: normal;
  border-radius: 10px;
  vertical-align: text-top;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.blog__block .box {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.blog__block .box .left {
  width: 73%;
}

.blog__block .box .left article {
  border: 1px solid #CCC;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.blog__block .box .left article .date {
  font-size: 84%;
  margin-bottom: 15px;
}

.blog__block .box .left article p {
  line-height: 1.8;
  margin-bottom: 10px;
}

.blog__block .box .right {
  width: 25%;
}

.blog__block .box .right .cat__box {
  margin-bottom: 25px;
}

.blog__block .box .right .cat__box .sub_ttl {
  border-bottom: 1px solid #CCC;
  padding-bottom: 8px;
  font-size: 114%;
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}

.blog__block .box .right .cat__box ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

.blog__block .box .right .cat__box ul li:before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  left: 0px;
  top: 0px;
}

.news__wrap{
	padding: 70px 0 60px 0;
}

.news__wrap{
	
}

.news__wrap h2{
	font-weight: normal;
	font-size: 1.3em;
	line-height: 2.2;
}

.news__wrap h2 span{
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 1.5em;
	font-weight: bold;
	color: #595757;
	padding: 0 60px 10px 60px;
	border-bottom: #c4c5c6 solid 1.75px;
	margin-bottom: 10px;
}


.news__block dl {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
 /* margin-bottom: 50px;*/
}

.news__block dl span {
  display: inline-block;
  color: white;
  min-width: 100px;
  border-radius: 5px;
  font-size: 84%;
  padding: 3px 10px;
  text-align: center;
  margin-right: 10px;
  background: #09013D;
}

.news__block dl dt {
  padding: 40px 20px;
  box-sizing: border-box;
  width: 30%;
/*border-bottom: 1px solid #CCC;*/
}

.news__block dl dt:first-child {
  border-top: 1px solid #CCC;
}

.news__block dl dd {
  color: #333333;
  width: 70%;
  box-sizing: border-box;
  /*border-bottom: 1px solid #CCC;*/
  padding: 40px 0px;
}

.news__block dl dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

.news__block dl dd a {
  color: #333333;
  text-decoration: none;
  position: relative;
}

.banner__block {
  background: url("../img/banner_bg.jpg") no-repeat 0px 0px;
  max-width: 2000px;
  width: 100%;
  height: 265px;
  background-size: cover;
  display: table;
}

.banner__block .bn_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.banner__block ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0px auto;
  width: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}

.banner__block ul li {
  width: 48%;
}

.banner__block ul li img {
  width: 100%;
  transition: .5s all;
}

.banner__block ul li img:hover {
  opacity: 0.75;
}

.top__blog ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top__blog ul li {
  width: 32%;
  border: 1px solid #CCC;
  padding: 10px;
  box-sizing: border-box;
}

.top__blog ul li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.top__blog ul li .sub_ttl {
  font-size: 124%;
  line-height: 1.7;
  margin-bottom: 10px;
}

.top__blog ul li .sub_ttl span {
  font-size: 74%;
  font-weight: normal;
}

.top__blog ul li p {
  line-height: 1.5;
}

.top__point {
  background: #F5F5F5;
  padding-bottom: 50px;
  margin-top: 100px;
  height: 540px;
  box-sizing: border-box;
}

.top__point ul {
  position: absolute;
  left: 0px;
  top: -60px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}

.top__point ul li {
  width: 32%;
}

.top__point ul li:hover img {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
}

.top__point ul li:hover .box .btn:before {
  left: -20px;
}

.top__point ul li:hover {
  background: #09013D;
}

.top__point ul li .img_wrap {
  overflow: hidden;
  width: 100%;
  height: 365px;
	position: relative;
}

.point_text{
	position: absolute;
	top: 50%;
  left: 5%;
  -ms-transform: translate(0%,-50%);
  -webkit-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  margin:0;
  padding:0;
	font-family: Verdana, Geneva, "sans-serif";
	font-size: 3.5em;
	font-weight: bold;
	opacity: 0.6;
	color: #fff;
}

.top__point ul li .img_wrap img {
  display: block;
  width: 100%;
  transition-duration: 0.3s;
}

.top__point ul li .img_wrap br{
	display: none;
}

.top__point ul li a {
  display: block;
  text-decoration: none;
  width: 100%;
  color: #000;
}

.top__point ul li .box {
  background: #FFF;
  padding: 25px 0 28px 0;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}

.top__point ul li .box .sub_ttl {
  font-size: 114%;
  line-height: 1.7;
  margin-bottom: 12px;
	color: #09043c;
	font-weight: bold;
}

.top__point ul li .box .sub_ttl span {
  color: #F2A017;
  font-size: 84%;
}

.top__point ul li .box .btn {
  background: #09013D;
  width: 140px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 11px 0px 11px 55px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
  position: relative;
  font-size: 104%;
  text-align: left;
}

.top__point ul li .box .btn span {
  font-size: 70%;
}

.top__point ul li .box .btn:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0px;
  height: 1px;
  background: #FFF;
  width: 32px;
  transition: .5s all;
}

.second_main_img {
  padding-top: 110px;
  width: 100%;
  max-width: 2000px;
  box-sizing: border-box;
  position: relative;
}

.second_main_img img {
  font-family: 'object-fit: cover;';
  object-fit: cover;
}

.second_main_img .outer {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #FFF;
  z-index: 3;
  width: 100%;
}

.second_main_img .outer h2 {
  font-size: 260%;
  text-align: center;
  position: relative;
  line-height: 1.3;
  color: #FFF;
  text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
}

.second_main_img .outer h2:after {
  content: "";
  position: absolute;
  text-align: center;
  display: block;
  width: 280px;
  height: 2px;
  background: #FFF;
  top: 55px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  margin: auto auto;
}

/*/////////// サイトマップ ////////////*/
.sitemap a {
  text-decoration: none;
  color: #000;
}

.sitemap a:hover {
  text-decoration: underline;
}

.sitemap ul {
  display: flex;
  flex-wrap: wrap;
}

.sitemap ul li {
  width: calc(100% / 3);
  font-size: 110%;
  margin-bottom: 10px;
}

.sitemap ul li span {
  color: #09013D;
}

.solution__block ul li {
  width: 100%;
  border: 1px solid #CCC;
  background: #F7F9F9;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 25px;
  position: relative;
  transition: .5s all;
}

.solution__block ul li a {
  display: block;
}

.solution__block ul li:hover {
  background: #ebfdfd;
}

.solution__block ul li:hover:after {
  right: 35px;
  color: #09013D;
}

.solution__block ul li:after {
  content: "\f101";
  font-family: FontAwesome;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  font-size: 400%;
  color: #eee;
  transition: .5s all;
}

.solution__block ul li .sub_ttl {
  color: #09013D;
  font-size: 134%;
  margin-bottom: 10px;
}

.solution__block ul li p {
  line-height: 1.8;
}

.flow__block .laser {
  background: #eee;
  padding: 25px;
  margin: 30px 0px;
}

.flow__block .laser ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flow__block .laser ul li:last-child {
  width: auto;
}

.flow__block .laser ul li:first-child {
  width: 80%;
}

.flow__block .laser ul li:first-child p {
  line-height: 1.8;
  font-size: 104%;
}

.flow__block .icon {
  font-size: 450%;
  padding: 25px 0px;
  text-align: center;
  color: #09013D;
}

.flow__block article {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 25px;
  box-sizing: border-box;
}

.flow__block article .inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.flow__block article .inner ul li:first-child {
  width: 200px;
}

.flow__block article .inner ul li:last-child {
  width: 80%;
  padding-left: 30px;
}

.flow__block article .inner ul li:last-child p {
  line-height: 1.8;
  font-size: 104%;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy p {
  line-height: 1.5;
  margin-bottom: 30px;
}

.privacy .sub_ttl {
  font-weight: bold;
  font-size: 124%;
  margin-bottom: 20px;
}

.privacy .info_block {
  background: #f7f7f7;
  padding: 20px;
}

.privacy .info_block a {
  color: #333;
  text-decoration: none;
}

/*/////////// 会社概要 ////////////*/
.message ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.message ul .pic {
  width: 21%;
}

.message ul .pic img {
  width: 100%;
}

.message ul .txt {
  width: 74%;
}

.message ul .txt .sub_ttl {
  font-size: 124%;
  margin-bottom: 20px;
}

.message ul .txt .lead {
  line-height: 1.8;
  margin-bottom: 15px;
  margin-left: auto;
}

.message ul .txt .name {
  text-align: right;
  font-size: 144%;
}

.message ul .txt .name img {
  width: 100px;
}

.message ul .txt .name span {
  font-size: 60%;
}

.page__link .w30 li {
  width: calc(100% / 3);
}

.page__link .w50 li {
  width: 50%;
}

.page__link ul {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: nowrap;
}

.page__link ul li {
  background: #09013D;
  text-align: center;
  transition: .5s all;
  border-right: 1px solid #FFF;
  position: relative;
}

.page__link ul li:after {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 30px;
  right: 15px;
  color: #FFF;
}

.page__link ul li:hover {
  opacity: 0.8;
}

.page__link ul li:last-child {
  border-right: none;
}

.page__link ul li a {
  padding: 30px 0px;
  display: block;
  color: #FFF;
}


.page__link .cat__link .cat_box {
    display: flex;
	flex-wrap:wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.page__link .cat__link .cat_box .cat {
    font-size: 138%;
    width: 150px;
}
.page__link .cat__link .cat__item {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 15px;
	width:calc(100% - 150px - 10px);
}
.page__link .cat__link .cat__item a {
    padding: 10px 25px;
    display: block;
    color: #fff;
    background: #09013d;
    border-radius: 5px;
    box-shadow: 0 2px 3px 0 #cfcfcf;
}
.page__link .cat__link .cat__item a:hover {
    opacity: 0.8;
}

.detail_link{
	margin-top: auto;
}
.detail_link  .detail_link-btn{
	margin-bottom:10px;
}
.detail_link  .detail_link-btn a{
	margin-bottom:15px;
	background: #09013D;
	position:relative;
	display:block;
	padding:30px 0;
	color:#fff;
	text-align:center;
	line-height: 1.4;
}
.detail_link .detail_link-btn a:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 15px;
	color: #fff;
}
.detail_link .detail_link-box .detail_link-btn:hover{
	opacity: 0.8;
}




.work__block .detail .img {
  text-align: center;
  margin-bottom: 20px;
}

.work__block .detail .img img {
  max-width: 100%;
}

.work__block .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.work__block .list::after {
    content: "";
    display: block;
    width: 32%;
}
.work__block .list li {
  width: 24%;
  background: #eee;
  border: 1px solid #CCC;
  position: relative;
  margin-bottom: 25px;
}

.work__block .list li a {
  display: block;
  text-decoration: none;
  transition: .5s all;
}

.work__block .list li a:hover {
  opacity: 0.6;
}

.work__block .list li:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #09013D transparent;
}

.work__block .list li img {
  width: 100%;
}

.work__block .list li .inner {
  padding: 20px;
}

.work__block .list li .inner .sub_ttl {
  color: #09013D;
  text-align: center;
  font-size: 114%;
  font-weight: bold;
}

.access__block ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 30px;
}

.access__block ul li {
  width: 45%;
  height: 400px;
  display: table;
}

.access__block ul li iframe {
  height: 100%;
}

.access__block ul li .inner {
  display: table-cell;
  vertical-align: middle;
}

.access__block ul li .inner .sub_ttl {
  color: #09013D;
  font-size: 144%;
  margin-bottom: 15px;
}

.access__block ul li .inner .txt {
  line-height: 1.8;
  margin-bottom: 10px;
}

/*/////////// ここが違う！東栄超硬のものづくり ////////////*/
.create__introduction__block {
  margin-bottom: 50px;
}

.create__introduction__block .bg_color {
  background: #eee;
}

.create__introduction__block .bg1 {
  background: url(../img/create1.webp) no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
}

.create__introduction__block .bg2 {
  background: url(../img/create2.webp) no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
}

.create__introduction__block .bg3 {
  background: url(../img/create3.webp) no-repeat 50% 50%;
  background-size: cover;
  height: 100%;
}

.create__introduction__block .box {
  padding: 40px 0px;
  box-sizing: border-box;
  background: #eee;
  position: relative;
}

.create__introduction__block .box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #09013D transparent transparent transparent;
}

.create__introduction__block .create__introduction__content ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.create__introduction__block .create__introduction__content ul li {
  width: 50%;
  display: table;
  padding: 40px;
  box-sizing: border-box;
  min-height: 500px;
  height: 500px;
}

.create__introduction__block .create__introduction__content ul li .inner {
  display: table-cell;
  vertical-align: middle;
}

.create__introduction__block .create__introduction__content ul li .inner .sub_ttl {
  font-size: 160%;
  margin-bottom: 15px;
  color: #09013D;
}

.create__introduction__block .create__introduction__content ul li .inner p {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 110%;
}
section.equipment__block ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.equipment__block {
  padding-bottom: 20px;
}

.equipment__block {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.equipment__block li:first-child {
  width: 40%;
}

.equipment__block li:first-child img {
  max-width: 100%;
  margin-bottom: 20px;
}

.equipment__block li:last-child {
  width: 57%;
}

.equipment__block table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  box-sizing: border-box;
}

.equipment__block table tr {
  width: 100%;
}

.equipment__block table th, .equipment__block table td {
    box-sizing: border-box;
    padding: 25px 25px 20px;
    font-size: 16px;
    border-bottom: 1px solid #CCC;
    font-weight: normal;
}

.equipment__block table th {
  text-align: left;
}

.equipment__block table td {
  text-align: right;
}

.material__block ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.material__block ul li {
  width: 30%;
	display:flex;
	flex-direction:column;
}

.material__block ul li img {
  width: 100%;
  vertical-align: top;
}

.material__block ul li:nth-child(odd) .inner{
  background: #09013D;
  color: #FFF;
}

.material__block ul li:nth-child(even) .inner {
  background: #F5F5F5;
}

.material__block ul li .inner {
  padding: 20px;
margin-bottom:30px;
}

.material__block ul li .inner .sub_ttl {
  font-size: 114%;
  margin-bottom: 15px;
}

.material__block ul li .inner p {
  line-height: 1.8;
}

.create__block .note {
  font-size: 104%;
  line-height: 1.8;
  padding: 40px 0px 0px;
}

.create__block .left__pic {
  background: #F5F5F5;
  margin-bottom: 25px;
}

.create__block .left__pic ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.create__block .left__pic ul .pic {
  width: 30%;
  max-width: 300px;
}

.create__block .left__pic ul .box {
  width: 70%;
}

.create__block .left__pic ul .box .outer {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
}

.create__block .left__pic ul .box .outer .sub_ttl {
  font-size: 124%;
  margin-bottom: 15px;
}

.create__block .left__pic ul .box .outer p {
  line-height: 1.5;
}

.map {
  width: 100%;
  height: 450px;
  margin-bottom: 40px;
}

.company_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.company_tbl tr {
  width: 100%;
}

.company_tbl th, .company_tbl td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.company_tbl tbody {
  text-align: left;
}

.company_tbl tbody th {
  background: #F5F5F5;
  color: #000;
  text-align: left;
  width: 20%;
}

.company_tbl tbody td {
  background: white;
}

.company_tbl tbody td p {
  margin-bottom: 15px;
}

ul.contact_item_list,.contact_item_box{
  background: #f5f5f5;
  padding: 20px;
  margin-bottom: 30px;
}

ul.contact_item_list li {
  padding-left: 12px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

ul.contact_item_list li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

ul.contact_item_list li:last-child {
  margin-bottom: 0px;
}

.contact_item_box p{
	line-height:1.8;
	margin-bottom:20px;
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 0 5px;
}
.contact_item_box span{
	display:inline-block;
	font-family: Verdana,Geneva,"sans-serif";
	font-size: 160%;
	font-weight: 600;
	color:#f2a017;
}
.contact_item_box span::before{
	content:"";
	display:inline-block;
	margin-right:5px;
	width:28px;
	height:30px;
	vertical-align:text-bottom;
	filter: invert(82%) sepia(24%) saturate(6281%) hue-rotate(348deg) brightness(97%) contrast(96%);
}
.contact_item_box .tel::before{
	background:url(../img/tel_icon.svg) no-repeat center / contain;
}
.contact_item_box .fax::before{
	background:url(../img/fax_icon.svg) no-repeat center / contain;
}
.contact_item_box .email::before{
	background:url(../img/mail_icon.svg) no-repeat center / contain;
}

.faq {
    margin-bottom: 60px;
}
.faq .q_ttl {
    background: #09013d;
    padding: 15px 15px 15px 50px;
    font-weight: 700;
    color: #fff;
    position: relative;
}
.faq .q_ttl:before {
    content: "Q.";
    font-family: Verdana,Geneva,"sans-serif";
    font-size: 138%;
    font-weight: 600;
    position: absolute;
    left: 15px;
    top: 10px;
}
.a_text {
    position: relative;
    padding: 40px 15px 40px 50px;
}
.faq .a_text::before{
	content:"A.";
	font-family: Verdana,Geneva,"sans-serif";
	font-size: 138%;
	font-weight: 600;
	position: absolute;
    left: 15px;
    top: 35px;
}


.alert {
  margin-bottom: 30px;
}

.alert li {
  padding-left: 18px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
  line-height: 1.5;
  font-weight: bold;
}

.alert li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
  color: #FF0000;
}

.alert li:last-child {
  margin-bottom: 0px;
}

.contact {
  margin-bottom: 30px;
  box-sizing: border-box;
  color: #525252;
}

.contact .laed {
  margin-bottom: 20px;
  padding: 10px;
  box-sizing: border-box;
  background: #FFF;
  line-height: 1.5;
  font-size: 94%;
}

.contact .laed a {
  font-size: 114%;
  text-decoration: underline;
  color: #000;
}

.contact .sub_ttl {
  font-size: 120%;
  margin-bottom: 20px;
}

.contact .require {
  display: inline-block;
  background: #09013D;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table caption {
  background: #FFF;
  box-sizing: border-box;
  padding: 10px;
  font-size: 100%;
  text-align: left;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
  vertical-align: middle;
}

.contact form table th span {
  margin-left: 10px;
}

.contact form table td div {
  margin-bottom: 10px;
}

.contact form table td textarea {
  width: 90%;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
  font-size: 84%;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 100%;
}

.contact form table .small_txt {
  width: 75%;
}

.contact form table .tiny_txt {
  width: 25%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 30px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  font-size: 84%;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 50px;
  background: #09013D;
  color: #FFF;
  font-size: 84%;
  margin-bottom: 25px;
}

.scroll {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  margin-bottom: 25px;
}

.scroll table {
  width: 100%;
  border-spacing: 0px;
  margin: 0px;
  border-collapse: collapse;
}

.scroll table th, .scroll table td {
  border: 1px solid #CCC;
}

.scroll table th {
  padding: 15px;
  text-align: left;
  background: #F5F5F5;
  vertical-align: top;
}

.scroll table td {
  background: #FFF;
  padding: 15px;
  vertical-align: middle;
  line-height: 1.8;
}

.scroll table td p {
  padding-top: 5px;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.iziModal {
    max-width: 100vh !important;
    width: 95%;
}
.modal_inner {
    padding: 20px 40px;
    position: relative;
}
.modal_inner .close {
    position: absolute;
    right: 0;
    top: 0px;
    background: #000;
    padding: 5px 8px;
	cursor:pointer;
}
.modal_inner .close a{
	display:inline-block;
	color:#fff;
	font-size:18px;
}

@media screen and (max-width: 1100px) {
  .wrapper, .main_wrapper {
    width: 100%;
    padding: 0px 15px;
    box-sizing: border-box;
  }
  /*/////////// ここが違う！東栄超硬のものづくり ////////////*/
  .create__introduction__block .bg_color {
    background: #eee;
  }
  .create__introduction__block .bg1 {
    background: url(../img/create1.jpg) no-repeat 50% 50%;
  }
  .create__introduction__block .box {
    padding: 40px 0px;
    box-sizing: border-box;
    background: #eee;
    position: relative;
  }
  .create__introduction__block .box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #09013D transparent transparent transparent;
  }
  .create__introduction__block .box img {
    max-height: 280px;
  }
  .create__introduction__block .create__introduction__content ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .create__introduction__block .create__introduction__content ul li {
    width: 50%;
    display: table;
    height: 350px;
    padding: 40px;
    box-sizing: border-box;
  }
  .create__introduction__block .create__introduction__content ul li .inner {
    display: table-cell;
    vertical-align: middle;
  }
  .create__introduction__block .create__introduction__content ul li .inner .sub_ttl {
    font-size: 160%;
    margin-bottom: 15px;
    color: #09013D;
  }
  .create__introduction__block .create__introduction__content ul li .inner p {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 110%;
  }
  header .tel {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  header .tel ul {
    min-width: 480px;
  }
  /*header .tel ul .telicon {
    font-size: 124%;
  }
  header .tel ul .mailicon {
    font-size: 104%;
  }
  header .tel ul .faxicon {
    font-size: 124%;
    color: #FFF;
  }*/
  header .tagline {
    width: 100%;
  }
  header .tagline .logo {
    width: 25%;
  }
  .top__point {
    background: #F5F5F5;
    padding-bottom: 50px;
    margin-top: 80px;
    height: 350px;
    box-sizing: border-box;
  }
  .top__point ul {
    position: absolute;
    left: 0px;
    top: -60px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .top__point ul li {
    width: 32%;
  }
	
	.point_text{
		font-size: 2.5em;
	}
	
  .top__point ul li:hover img {
    transform: scale(1.1);
    /*画像の拡大率*/
    transition-duration: 0.3s;
  }
  .top__point ul li:hover .box .btn:before {
    left: -20px;
  }
  .top__point ul li:hover {
    background: #09013D;
  }
  .top__point ul li .img_wrap {
    overflow: hidden;
    width: 100%;
    height: 250px;
  }
  .top__point ul li .img_wrap img {
    display: block;
    width: 100%;
    transition-duration: 0.3s;
  }
  .top__point ul li a {
    display: block;
    text-decoration: none;
    width: 100%;
    color: #000;
  }
  .top__point ul li .box {
    background: #FFF;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
  }
  .top__point ul li .box .sub_ttl {
    font-size: 110%;
    line-height: 1.7;
    margin-bottom: 15px;
  }
  .top__point ul li .box .sub_ttl span {
    color: #F2A017;
    font-size: 84%;
  }
  .top__point ul li .box .btn {
    background: #09013D;
    width: 140px;
    display: block;
    margin: 0px auto;
    color: #fff;
    padding: 8px 0px 8px 55px;
    line-height: 1.0;
    box-sizing: border-box;
    text-decoration: none;
    transition: .5s all;
    position: relative;
    font-size: 104%;
    text-align: left;
  }
  .top__point ul li .box .btn span {
    font-size: 70%;
  }
  .top__point ul li .box .btn:before {
    content: "";
    position: absolute;
    top: 15px;
    left: 0px;
    height: 1px;
    background: #FFF;
    width: 32px;
    transition: .5s all;
  }
  .ttl {
    font-size: 124%;
  }
	
}
@media screen and (min-width: 480px) { img.banabtn {
		/*height:100px;*/
	}}


.glossary .work__block .list li .inner{
	padding:0px;
}
.glossary .page__link ul li:after{
	color:#000 !important;
}
.glossary .company_tbl tbody td p{
	line-height:2.0 !important;
}