@charset "utf-8";
/* CSS Document */

/*body{
  margin: 0;
}*/

header.l-header .l-header__inner{
  background: #fff;
  padding: 30px 0;
}


.wafer-processing .pc-only{
  display: none;
}
.wafer-processing .block-flex{
  display: flex;
}
.wafer-processing sup{
  vertical-align:super;
  font-size: 60%;
}
.wafer-processing .video-wrap{
  margin: 0 auto;
}
.wafer-processing .video{
  position: relative;
  width:100%; /* 横幅は100%にしておく(ここを変えたい場合は実装コード2の方法を確認してください) */
  height:0; /* 高さは0にしておく(padding-topで高さを指定するため) */
  padding-top: 56.25%; /* 高さを指定(16:9) */
}
.wafer-processing .video iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*.wafer-processing iframe.video{
  display: block;
  width: 100%;
  max-width: 670px;
  height: 100%;
  margin: 0 auto;
}*/

.wafer-processing .main-title-wrap{
  background: #fff;
  /*padding-bottom: 50px;*/
}
.wafer-processing .main-title-wrap .container-main-title{
  width: 100%;
  /*max-width: 1000px;*/
  height: 500px;
  background: url("../images/img-1.jpg") center no-repeat;
  background-size: cover;
  /*background-position: 50% 50%;*/
  /*margin: 0 auto;*/
}
.wafer-processing .main-title-wrap .txt-back-wrap-pc{
    display: none;
  }
.wafer-processing .main-title-wrap .block-txt-back{
  background: #048A55;
  width: 100%;
  /*max-width: 380px;*/
  height: auto;
  box-sizing: border-box;
  padding: 30px 20px;
}
.wafer-processing .main-title-wrap .block-txt-back .txt-1{
  font-size: 40px;/*74px*/
  line-height: 1em;/*74px*/
  /*font-size: 4.5vw;
  line-height: 1.5em;*/
  /*font-weight: bold;*/
  text-align: center;
  color: #fff;
  margin: 0;
  word-wrap: break-word;
}
.wafer-processing .main-title-wrap .block-txt-back .txt-1 sup.txt-1-b{
  font-size: 22px;
  /*font-size: 1vw;*/
}
.wafer-processing .main-title-wrap .block-txt-back .txt-2{
  font-size: 20px;
  line-height: 1.5em;
  /*font-size: 1vw;
  line-height: 1.5em;*/
  text-align: center;
  color: #fff;
  margin: 20px 0 0 0;
  padding-top: 10px;
  border-top: 1px #fff solid;
}

.wafer-processing .wrap-content{
  box-sizing: border-box;
  padding: 40px 15px;
}
.wafer-processing .wrap-content.wrap-bg-white{
  background: #fff;
}
.wafer-processing .wrap-content.wrap-bg-gray{
  background: #E8EEEC;
}
.wafer-processing .wrap-content.wrap-bg-green{
  background: #048A55;
}
.wafer-processing .wrap-content p.txt-heading{
  font-size: 200%;
  text-align: center;
  line-height: 1.2em;
  margin: 0 0 20px 0;
}
.wafer-processing .wrap-content.wrap-bg-white p.txt-heading,.wafer-processing .wrap-content.wrap-bg-gray p.txt-heading{
  color: #048A55;
}
.wafer-processing .wrap-content.wrap-bg-green p.txt-heading{
  color: #fff;
}
.wafer-processing .wrap-content p.txt-overview{
  display: block;
  max-width: 800px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 2em;
  /*box-sizing: border-box;
  padding: 0 10px;*/
}

.wafer-processing .wrap-content .wrap-point{
  max-width: 1170px;
  margin: 0 auto;
}
.wafer-processing .wrap-content .block-point{
  /*border: 1px solid #048A55;*/
  background: #fff;
  margin: 0 auto 20px auto;
  max-width: 830px;/*800px*/
  box-sizing: border-box;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
}
.wafer-processing .wrap-content .block-point:last-child{
  margin: 0 auto;
}
.wafer-processing .wrap-content .block-point p.txt-point-number{
  display: block;
  font-size: 25px;
  line-height: 1.5em;
  font-weight: bold;
  color: #048A55;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 20px 10px 0;
  border-right: 1px solid #048A55;
  margin-right: 20px;
}
.wafer-processing .wrap-content .block-point p.txt-point{
  font-size: 22px;
  line-height: 1.5em;
}

.wafer-processing .wrap-content .block-case{
  background: #fff;
  max-width: 510px;
  box-sizing: border-box;
  padding: 20px;
  margin: 0 auto;
  border: 1px solid #048A55;
}
.wafer-processing .wrap-content .block-case:not(:last-child){
  margin: 0 auto 20px auto;
}
.wafer-processing .wrap-content .block-case img.img-case,.wafer-processing .wrap-content .block-case img.img-case-border{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.wafer-processing .wrap-content .block-case img.img-case-border{
  border: 1px solid #ccc;
}
.wafer-processing .wrap-content .block-case .txt-case-1{
  font-size: 25px;
  line-height: 1.5em;
  font-weight: bold;
  color: #048A55;
}
.wafer-processing .wrap-content .block-case .txt-case-2{
  font-size: 15px;
  line-height: 2em;
}

.wafer-processing .wrap-content .block-specification{
  max-width: 1170px;
  margin: 0 auto;
}
.wafer-processing .wrap-content .block-specification table thead{
  background: #E8EEEC;
}
.wafer-processing .wrap-content .block-specification table thead th,.wafer-processing .wrap-content .block-specification table td{
  border: 1px solid #048A55;
  box-sizing: border-box;
  padding: 5px 10px;
  font-size: 15px;
  line-height: 2em;
  vertical-align: middle;
}
.wafer-processing .wrap-content .block-specification table thead th,.wafer-processing .wrap-content .block-specification table td.cell-1{
  font-weight: bold;
  color: #048A55;
}
.wafer-processing .wrap-content .block-specification table td.cell-1{
  background: #E8EEEC;
}
.wafer-processing .wrap-content .block-specification p.txt-annotation{
  font-size: 15px;
  line-height: 2em;
}
.wafer-processing .wrap-content p.txt-annotation-2{
  display: block;
  max-width: 1170px;
  text-align: right;
  font-size: 15px;
  line-height: 2em;
  margin: 20px auto 0 auto;
}
.wafer-processing-table th sub, .wafer-processing-table td sub{
  display: inline-block;
  font-size: 0.5em;
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
}

@media screen and (min-width: 1024px){
  header.l-header .l-header__inner{
  padding: 50px 0;
}
  
  
  .wafer-processing .pc-only{
    display: block;
  }
  .wafer-processing .sp-only{
    display: none;
  }
  .wafer-processing .block-flex-pc{
    display: flex;
    align-items: center;
  }
  .wafer-processing .block-flex-pc-2{
    display: flex;
  }
  
  
  .wafer-processing .video-wrap{
    max-width: 670px;
  }
  .wafer-processing .main-title-wrap .txt-back-wrap-sp{
    display: none;
  }
  .wafer-processing .main-title-wrap .txt-back-wrap-pc{
    display: block;
    width: 100%;
    max-width: 1280px;
    height: 500px;
    position: relative;
    margin: 0 auto;
  }
  .wafer-processing .main-title-wrap .txt-back-wrap-pc .block-txt-back{
    position: absolute;
    top: 70%;
    left: 2%;
    transform: translateY(-50%) translateX(-2%);
    max-width: 500px;/*380px*/
  }
  .wafer-processing .main-title-wrap .block-txt-back .txt-1{
    font-size: 50px;
  }
  
  .wafer-processing .wrap-content p.txt-heading{
  font-size: 28px;
  line-height: 1.2em;
}
  
  .wafer-processing .wrap-content .wrap-case{
    max-width: 1170px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .wafer-processing .wrap-content .block-case{
    max-width: 376px;/*383px*/
    width: 100%;
    /*min-width: 33%;*/
    /*height: 464px;*/
    margin: 0;
    padding: 20px;
  }
  .wafer-processing .wrap-content .block-case.case-center{
    margin: 0 20px!important;
  }
  .wafer-processing .wrap-content .block-case:not(:last-child){
    margin: 0;
  }
  
}


/**GMT追記**/
.l-inner--s2{
	width: 1170px;
	padding:0;
}
.wafer-processing .l-inner{
	padding:0;
}
.c-heading-lv2--has-lead{
	font-size: 5rem;
}
.c-heading-lv3--no-line{
	font-size: 4rem;
}
.u-icon-blank2{
	width: 45px;
	margin-left: 0;	
	margin-bottom: 5px;
}
.wafer-processing hr{
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.hr1 {
  border-top: 1px solid #d9d9d9;
}
.u-inner-text{
	font-size: 15px;
  line-height: 2em;
}
.u-inner-text2{
	font-size: 1.7em;
}
@media screen and (max-width: 833px) {
.c-heading-lv2--has-lead {
	text-align: center;
	font-size: 2rem;
}
.c-heading-lv3--no-line{
	font-size: 1.8rem;
}
.u-inner-text2{
	line-height: 1.6em;
	font-size: 1.5em;
}
.u-inner-text{
	font-size: 14px;
	line-height: 2em;
}
.wafer-processing .l-inner2{
	padding: 0 5.3vw;
}
.wafer-processing .main-title-wrap .container-main-title{
  height: 200px;
}
.u-icon-blank2{
	width: 30px;
	margin-left: 0;	
}
}