@charset "UTF-8";
/* CSS Document */
/*===================================================
	画面用CSS（PC/SMP）
===================================================*/
/*////////////////////////////////////////////////////////////
	TOP
///////////////////////////////////////////////////////////*/
.topMain .topKvContainer {
  overflow: hidden;
  position: relative;
  height: 700px;
}
.topMain .topKvContainer .topKv {
  position: relative;
  height: 700px;
}
.topMain .topKvContainer .topKv .kvBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMain .topKvContainer .topKv .kvBox > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topMain .topKvContainer .topKv .kvBox .kv01 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_kv_01.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .topKv .kvBox .kv02 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_kv_02.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .topKv .kvBox .kv03 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_kv_03.png) center no-repeat;
  background-size: cover;
}
.topMain .topKvContainer .titlePanel {
  position: absolute;
  top: 0;
  right: 0;
  width: 1140px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
.topMain .topKvContainer .titlePanel::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -22px;
  width: 800px;
  height: 800px;
  z-index: 1;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_kv_logo.png) no-repeat;
  background-size: 100% auto;
}
.topMain .topKvContainer .titlePanel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  opacity:0.7;
  clip-path: polygon(61% 0, 100% 0, 100% 100%, 0 100%);
}
.topMain .topKvContainer .titlePanel .titlePanelInner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  z-index: 1;
}
.topMain .topKvContainer .titlePanel .titleBox {
  position: relative;
  width: 90%;
  padding: 60px 20px 60px 160px;
  z-index: 2;
}
.topMain .topKvContainer .titlePanel .titleBox .title {
  margin: 0 0 20px;
  font-size: clamp(30px, 2vw, 40px);
}
.topMain .topKvContainer .titlePanel .titleBox .txt {
  max-width: 640px;
  font-size: 16px;
}
.topMain .sec01 {
  padding: 100px 0 240px;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec01_bg.png) no-repeat;
  background-size: cover;
}
.topMain .sec01 .secTtlBox {
  margin: 0 0 30px;
}
.topMain .sec01 .secTtlBox .sub {
  font-size: 20px;
}
.topMain .sec01 .secTtlBox .secTtl {
  font-size: 40px;
}
.topMain .sec01 .secBox {
  position: relative;
}
.topMain .sec01 .txt {
  margin: 0 0 30px;
}
.topMain .sec01 .more {
  max-width: 280px;
}
.topMain .sec01 .more a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #26518a;
  text-align: center;
  border-radius: 30px;
  background: #ffffff;
}
.topMain .sec01 .more a p {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec01_arrow.png) right center no-repeat;
  background-size: 15px auto;
}
@media (min-width: 1025px) {
  .topMain .sec01 .txt {
    width: 50%;
  }
  .topMain .sec01 .photo {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
  }
}
.topMain .sec02 {
  padding: 120px 0;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_bg.png) no-repeat;
  background-size: cover;
}
.topMain .sec02 .secTtlBox {
  margin: 0 0 30px;
  color: #26518a;
}
.topMain .sec02 .secTtlBox .sub {
  font-size: 20px;
}
.topMain .sec02 .secTtlBox .secTtl {
  font-size: 40px;
}
.topMain .sec02 .secBox01 {
  margin: 0 0 30px;
}
.topMain .sec02 .secBox01 .box {
  border: 1px solid #5fadab;
  background: #ffffff;
}
.topMain .sec02 .secBox01 .box a {
  display: block;
}
.topMain .sec02 .secBox01 .box .ttlHead {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 200px;
  padding: 40px 20px 10px;
}
.topMain .sec02 .secBox01 .box .ttlHead .ttl h3 {
  font-size: 28px;
}
.topMain .sec02 .secBox01 .box .cntBody {
  padding: 20px;
}
.topMain .sec02 .secBox01 .box01 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_arrow_01.png) right 3px bottom 3px no-repeat #ffffff;
  background-size: 15px auto;
}
.topMain .sec02 .secBox01 .box01 .ttlHead {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_bg_01.png) no-repeat;
  background-size: cover;
}
.topMain .sec02 .secBox01 .box02 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_arrow_02.png) right 3px bottom 3px no-repeat #ffffff;
  background-size: 15px auto;
}
.topMain .sec02 .secBox01 .box02 .ttlHead {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_bg_02.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  .topMain .sec02 .secBox01 {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec02 .secBox01 > * {
    width: 49%;
  }
}
.topMain .sec02 .secBox02 .box {
  border: 1px solid #5fadab;
  background: #ffffff;
}
.topMain .sec02 .secBox02 .box a {
  display: block;
  height: 100%;
}
.topMain .sec02 .secBox02 .box .inner {
  position: relative;
  height: 100%;
}
.topMain .sec02 .secBox02 .box .ttlHead {
  padding: 30px 20px 20px;
}
.topMain .sec02 .secBox02 .box .ttlHead .ttl h3 {
  font-size: 28px;
}
.topMain .sec02 .secBox02 .box .cntBody {
  padding: 0 20px 20px;
}
.topMain .sec02 .secBox02 .box03 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_arrow_03.png) right 3px bottom 3px no-repeat #ffffff;
  background-size: 15px auto;
}
.topMain .sec02 .secBox02 .box04 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_arrow_04.png) right 3px bottom 3px no-repeat #ffffff;
  background-size: 15px auto;
}
@media (min-width: 1025px) {
  .topMain .sec02 .secBox02 {
    display: flex;
    justify-content: space-between;
  }
  .topMain .sec02 .secBox02 > * {
    width: 49%;
  }
  .topMain .sec02 .secBox02 .box .inner {
    padding: 0 0 0 100px;
  }
  .topMain .sec02 .secBox02 .box03 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_bg_03.png) no-repeat;
    background-size: auto 100%;
  }
  .topMain .sec02 .secBox02 .box04 .inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100%;
    background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec02_box_bg_04.png) no-repeat;
    background-size: auto 100%;
  }
}
.topMain .sec03 {
  padding: 120px 0;
}
.topMain .sec03 .secPanel {
  position: relative;
}
.topMain .sec03 .secTtlBox {
  margin: 0 0 30px;
  color: #26518a;
}
.topMain .sec03 .secTtlBox .sub {
  font-size: 20px;
}
.topMain .sec03 .secTtlBox .secTtl {
  font-size: 40px;
}
.topMain .sec03 .secBox .right .webgene-blog .webgene-header {
  display: none;
}
.topMain .sec03 .secBox .right .webgene-blog .webgene-item a {
  display: block;
}
.topMain .sec03 .secBox .right .webgene-blog .webgene-item .title {
  margin: 10px 0 0;
}
@media (min-width: 1025px) {
  .topMain .sec03 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topMain .sec03 .secBox .left {
    width: 250px;
  }
  .topMain .sec03 .secBox .right {
    width: calc(100% - 320px);
  }
  .topMain .sec03 .secBox .right .webgene-blog {
    display: flex;
    gap: 0 40px;
  }
  .topMain .sec03 .secBox .right .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 20px);
  }
  .topMain .sec03 .secBox .right .webgene-blog .webgene-item .photo {
    position: relative;
    height: 250px;
  }
  .topMain .sec03 .secBox .right .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .topMain .sec03 .btnMore {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 200px;
  }
}
.topMain .sec04 {
  padding: 120px 0;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec04_bg.png) no-repeat;
  background-size: cover;
}
.topMain .sec04 .secTtlBox {
  margin: 0 0 30px;
}
.topMain .sec04 .secTtlBox .sub {
  font-size: 20px;
}
.topMain .sec04 .secTtlBox .secTtl {
  font-size: 40px;
}
.topMain .sec04 .list .ul {
  border-top: 1px solid #7dbbc8;
}
.topMain .sec04 .list .ul .li {
  border-bottom: 1px solid #7dbbc8;
}
.topMain .sec04 .list .ul .li a {
  display: block;
  padding: 25px 20px;
  font-size: 20px;
  color: #ffffff;
}
.topMain .sec04 .list .ul .li a p {
  padding: 0 60px 0 0;
  text-align: right;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/top_sec04_arrow.png) right center no-repeat;
  background-size: 25px auto;
}
@media (min-width: 1025px) {
  .topMain .sec04 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .topMain .sec04 .secBox .left {
    width: 55%;
  }
  .topMain .sec04 .secBox .right {
    width: 40%;
  }
}
.topMain .sec05 {
  padding: 100px 0;
}
.topMain .sec05 .secBox .left .logo {
  max-width: 400px;
  margin: 0 auto;
}
.topMain .sec05 .secBox .right .box {
  padding: 20px 40px;
  border: 2px solid #5fadab;
}
.topMain .sec05 .secBox .right .box .ttl {
  margin: 0 0 15px;
  padding: 0 0 15px;
  font-size: 28px;
  border-bottom: 1px solid #7dbbc8;
}
.topMain .sec05 .secBox .right .box .txt a {
  display: inline-block;
}
@media (min-width: 1025px) {
  .topMain .sec05 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .topMain .sec05 .secBox .left {
    width: 50%;
  }
  .topMain .sec05 .secBox .right {
    width: 45%;
  }
}

/*////////////////////////////////////////////////////////////
	about
///////////////////////////////////////////////////////////*/
.aboutMain .topSection {
  padding: 100px 0;
}
.aboutMain .topSection .secBox .ttl {
  font-size: 34px;
  color: #26518a;
}
@media (min-width: 1025px) {
  .aboutMain .topSection .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutMain .topSection .secBox .ttl {
    width: 42%;
  }
  .aboutMain .topSection .secBox .txt {
    width: 50%;
  }
}
.aboutMain .sec01 .secContainer01 {
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/about_cnt_bg_01.png) no-repeat;
  background-size: cover;
}
.aboutMain .sec01 .secContainer01 .secTtlBox {
  margin: 0 0 30px;
}
.aboutMain .sec01 .secContainer01 .secTtlBox .sub {
  font-size: 20px;
}
.aboutMain .sec01 .secContainer01 .secTtlBox .secTtl {
  font-size: 40px;
}
.aboutMain .sec01 .secContainer01 .message {
  margin: 0 0 30px;
  font-size: 26px;
}
.aboutMain .sec01 .secContainer01 .secPanel {
  padding: 30px;
  border: 1px solid #97d3d1;
  background: rgba(0, 0, 0, 0.2);
}
.aboutMain .sec01 .secContainer01 .secPanel .pTtl {
  margin: 0 0 20px;
  font-size: 30px;
}
.aboutMain .sec01 .secContainer01 .secPanel .topTxt {
  margin: 0 0 20px;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox {
  max-width: 1060px;
  margin: 0 auto;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox {
  text-align: left;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox .box + .box {
  margin: 10px 0 0;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox .dl {
  display: flex;
  justify-content: space-between;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox .dl .dt {
  width: 40%;
  font-size: 22px;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox .dl .dd {
  width: 58%;
  line-height: 1.7;
}
.aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox .aside {
  font-size: 16px;
}
@media (min-width: 1025px) {
  .aboutMain .sec01 .secContainer01 .secPanel .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .aboutMain .sec01 .secContainer01 .secPanel .secBox .photo {
    width: 45%;
  }
  .aboutMain .sec01 .secContainer01 .secPanel .secBox .txtBox {
    width: 50%;
  }
}
.aboutMain .sec01 .secContainer02 {
  padding: 60px 0;
}
.aboutMain .sec01 .secContainer02 .messageBox {
  margin: 0 0 30px;
  font-size: 26px;
  text-align: center;
}
.aboutMain .sec01 .secContainer02 .messageBox .em {
  color: #db0000;
}
.aboutMain .sec01 .secContainer02 .listBox01 {
  margin: 0 0 60px;
}
.aboutMain .sec01 .secContainer02 .listBox01 .ol .li {
  display: flex;
  align-items: center;
  padding: 20px;
  border: 1px solid #5fadab;
}
.aboutMain .sec01 .secContainer02 .listBox01 .ol .li + .li {
  margin: 5px 0 0;
}
.aboutMain .sec01 .secContainer02 .listBox01 .ol .li .num {
  width: 120px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.aboutMain .sec01 .secContainer02 .listBox01 .ol .li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 120px);
  min-height: 75px;
  padding: 0 0 0 40px;
  border-left: 1px solid #5fadab;
}
.aboutMain .sec01 .secContainer02 .listBox02 {
  max-width: 1000px;
  margin: 0 auto;
}
.aboutMain .sec01 .secContainer02 .listBox02 .ul {
  display: flex;
  justify-content: space-between;
}
.aboutMain .sec01 .secContainer02 .listBox02 .ul .li {
  width: 48%;
}
.aboutMain .sec01 .secContainer02 .listBox02 .ul .li p {
  padding: 10px 20px;
}
.aboutMain .sec01 .secContainer03 {
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/about_cnt_bg_02.png) no-repeat;
  background-size: cover;
}
.aboutMain .sec01 .secContainer03 .topTxt {
  margin: 0 0 30px;
  font-size: 0;
  color: #b3e6ed;
}
.aboutMain .sec01 .secContainer03 .topTxt p {
  display: inline;
  font-size: 24px;
}
.aboutMain .sec01 .secContainer03 .topTxt .em {
  font-weight: bold;
  color: #ffffff;
}
.aboutMain .sec01 .secContainer03 .chartBox {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.aboutMain .sec01 .secContainer03 .chartBox p {
  padding: 10px 0 0;
  font-size: 14px;
}

/*////////////////////////////////////////////////////////////
	sales
///////////////////////////////////////////////////////////*/
.salesMain .topSection {
  padding: 100px 0;
}
.salesMain .topSection .secBox .ttl {
  font-size: 34px;
  color: #26518a;
}
@media (min-width: 1025px) {
  .salesMain .topSection .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .salesMain .topSection .secBox .ttl {
    width: 45%;
  }
  .salesMain .topSection .secBox .txt {
    width: 50%;
  }
}
.salesMain .sec01 .secContainer01 {
  padding: 60px 0;
  background: #f6f8fa;
}
.salesMain .sec01 .secContainer01 .messageBox {
  margin: 0 0 30px;
  font-size: 26px;
  text-align: center;
}
.salesMain .sec01 .secContainer01 .messageBox .em {
  color: #db0000;
}
.salesMain .sec01 .secContainer01 .listBox01 {
  margin: 0 0 60px;
}
.salesMain .sec01 .secContainer01 .listBox01 .ol .li {
  display: flex;
  align-items: center;
  padding: 20px 20px 20px 0;
  border: 1px solid #5fadab;
}
.salesMain .sec01 .secContainer01 .listBox01 .ol .li + .li {
  margin: 5px 0 0;
}
.salesMain .sec01 .secContainer01 .listBox01 .ol .li .num {
  width: 70px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.salesMain .sec01 .secContainer01 .listBox01 .ol .li .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: calc(100% - 70px);
  min-height: 75px;
  padding: 0 0 0 30px;
  border-left: 1px solid #5fadab;
}
.salesMain .sec01 .secContainer01 .listBox02 {
  max-width: 1000px;
  margin: 0 auto;
}
.salesMain .sec01 .secContainer01 .listBox02 .ul {
  display: flex;
  justify-content: space-between;
}
.salesMain .sec01 .secContainer01 .listBox02 .ul .li {
  width: 48%;
}
.salesMain .sec01 .secContainer01 .listBox02 .ul .li p {
  padding: 10px 20px;
  font-size: 16px;
}
@media (min-width: 1025px) {
  .salesMain .sec01 .secContainer01 .listPanel {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .salesMain .sec01 .secContainer01 .listPanel .listBox01 {
    width: 55%;
  }
  .salesMain .sec01 .secContainer01 .listPanel .listBox02 {
    width: 40%;
  }
}
.salesMain .sec01 .secContainer02 {
  padding: 60px 0;
  color: #ffffff;
  text-align: center;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/sales_sec01_cnt_bg.png) no-repeat;
  background-size: cover;
}
.salesMain .sec01 .secContainer02 .topTxt {
  margin: 0 0 30px;
  font-size: 0;
  color: #b3e6ed;
}
.salesMain .sec01 .secContainer02 .topTxt p {
  display: inline;
  font-size: 24px;
}
.salesMain .sec01 .secContainer02 .topTxt .em {
  font-weight: bold;
  color: #ffffff;
}
.salesMain .sec01 .secContainer02 .chartBox {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.salesMain .sec01 .secContainer02 .chartBox p {
  padding: 10px 0 0;
  font-size: 14px;
}
.salesMain .sec02 {
  padding: 120px 0;
  background: #f6f8fa;
}
.salesMain .productSection {
  margin: 0 0 100px;
}
.salesMain .productSection .secContainer {
  padding: 60px 0;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/sales_sec02_cnt_bg.png) no-repeat;
  background-size: cover;
}
.salesMain .productSection .secContainer + .secContainer {
  margin: 40px 0 0;
}
.salesMain .productSection .secPanel01 .productTitleBox {
  margin: 0 0 20px;
}
.salesMain .productSection .secPanel01 .productTitleBox .productTitle {
  margin: 0 0 5px;
  font-size: 30px;
}
.salesMain .productSection .secPanel01 .productTitleBox .sub {
  display: inline-block;
  padding: 0 15px;
  font-size: 14px;
  background: #1982a6;
}
.salesMain .productSection .secPanel02,
.salesMain .productSection .secPanel03 {
  margin: 40px 0 0;
}
.salesMain .productSection .secPanel02 .pTtl,
.salesMain .productSection .secPanel03 .pTtl {
  margin: 0 0 20px;
  padding: 10px;
  font-size: 24px;
  color: #c5e2e6;
  border-bottom: 1px solid #7dbbc8;
}
.salesMain .productSection .secPanel02 .topTxt,
.salesMain .productSection .secPanel03 .topTxt {
  margin: 0 0 20px;
}
.salesMain .productSection .secContainer01 .secPanel01 {
  position: relative;
}
.salesMain .productSection .secContainer01 .secPanel01 .photo {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 330px;
  width: 30%;
}
.salesMain .productSection .secContainer01 .secPanel02 {
  position: relative;
  padding: 0 0 60px;
}
.salesMain .productSection .secContainer01 .secPanel02 .photo {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 330px;
  width: 30%;
}
.salesMain .productSection .secContainer02 .secPanel01 .secBox {
  display: flex;
  justify-content: space-between;
}
.salesMain .productSection .secContainer02 .secPanel01 .txt {
  width: calc(100% - 700px);
}
.salesMain .productSection .secContainer02 .secPanel01 .listBox {
  width: 650px;
}
.salesMain .productSection .secContainer02 .secPanel01 .listBox .ul {
  display: flex;
  flex-wrap: wrap;
}
.salesMain .productSection .secContainer02 .secPanel01 .listBox .ul .li {
  width: 25%;
}
.salesMain .productSection .secContainer02 .secPanel01 .listBox .ul .li .photo {
  padding: 5px;
  background: #ffffff;
}
.salesMain .productSection .secContainer02 .secPanel01 .listBox .ul .li p {
  padding: 5px;
  font-size: 14px;
  text-align: center;
}
.salesMain .productSection .secContainer02 .secPanel02 .photoBox {
  max-width: 340px;
  display: inline-block;
  margin-right:15px;
}
.salesMain .productSection .secContainer02 .secPanel02 .photoBox p {
  padding: 10px;
  text-align: center;
}
.salesMain .productSection .secContainer03 .secPanel01 .secBox,
.salesMain .productSection .secContainer03 .secPanel02 .secBox {
  display: flex;
  justify-content: space-between;
}
.salesMain .productSection .secContainer03 .secPanel01 .secBox .txt,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .txt {
  width: calc(100% - 620px);
}
.salesMain .productSection .secContainer03 .secPanel01 .secBox .listBox,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .listBox {
  width: 600px;
}
.salesMain .productSection .secContainer03 .secPanel01 .secBox .listBox .ul .li p,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .listBox .ul .li p {
  padding: 10px;
}
@media (min-width: 1025px) {
  .salesMain .productSection .secContainer03 .secPanel01 .secBox .listBox .ul,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .listBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .salesMain .productSection .secContainer03 .secPanel01 .secBox .listBox .ul .li,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .listBox .ul .li {
    width: 48%;
  }
  .salesMain .productSection .secContainer03 .secPanel01 .secBox .listBox .ul .li p,
.salesMain .productSection .secContainer03 .secPanel02 .secBox .listBox .ul .li p {
    font-size: 14px;
  }
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox,
.salesMain .productSection .secContainer04 .secPanel02 .secBox {
  display: flex;
  justify-content: space-between;
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox .txt,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .txt {
  width: calc(100% - 620px);
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox .listBox,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .listBox {
  width: 600px;
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox .listBox .ul .li p,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .listBox .ul .li p {
  padding: 10px;
}
@media (min-width: 1025px) {
  .salesMain .productSection .secContainer04 .secPanel01 .secBox .listBox .ul,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .listBox .ul {
    display: flex;
    justify-content: space-between;
  }
  .salesMain .productSection .secContainer04 .secPanel01 .secBox .listBox .ul .li,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .listBox .ul .li {
    width: 48%;
  }
  .salesMain .productSection .secContainer04 .secPanel01 .secBox .listBox .ul .li p,
.salesMain .productSection .secContainer04 .secPanel02 .secBox .listBox .ul .li p {
    font-size: 14px;
  }
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox02,
.salesMain .productSection .secContainer04 .secPanel02 .secBox02 {
  display: flex;
  justify-content: space-between;
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox02 .txt,
.salesMain .productSection .secContainer04 .secPanel02 .secBox02 .txt {
  width: 45%;
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox02 .chartBox,
.salesMain .productSection .secContainer04 .secPanel02 .secBox02 .chartBox {
  width: 40%;
}
.salesMain .productSection .secContainer04 .secPanel01 .secBox02 .chartBox p,
.salesMain .productSection .secContainer04 .secPanel02 .secBox02 .chartBox p {
  padding: 10px;
}
.salesMain .asideList p {
  position: relative;
  padding: 0 0 0 1em;
}
.salesMain .asideList p::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
@media (min-width: 1025px) {
  .salesMain .detailTable01 {
    border: 1px solid #97d3d1;
    background: #418b94;
  }
  .salesMain .detailTable01 .dl {
    display: table;
    width: 100%;
  }
  .salesMain .detailTable01 .dl + .dl {
    border-top: 1px solid #97d3d1;
  }
  .salesMain .detailTable01 .dl .dt {
    display: table-cell;
    width: 30%;
    padding: 20px 10px;
    border-right: 1px solid #97d3d1;
  }
  .salesMain .detailTable01 .dl .dt p {
    max-width: 220px;
    margin: 0 auto;
  }
  .salesMain .detailTable01 .dl .dd {
    display: table-cell;
    padding: 20px 10px;
  }
  .salesMain .detailTable01 .dl .dd p {
    max-width: 680px;
    margin: 0 auto;
  }
  .salesMain .detailTablePanel {
    display: flex;
    justify-content: space-between;
  }
  .salesMain .detailTablePanel .detailTableBox {
    width: 49%;
  }
  .salesMain .detailTableHead {
    padding: 10px;
    text-align: center;
    border: 1px solid #97d3d1;
    border-bottom: none;
    background: #276976;
  }
  .salesMain .detailTable02 {
    border: 1px solid #97d3d1;
    background: #418b94;
  }
  .salesMain .detailTable02 .dl {
    display: table;
    width: 100%;
  }
  .salesMain .detailTable02 .dl + .dl {
    border-top: 1px solid #97d3d1;
  }
  .salesMain .detailTable02 .dl .dt {
    display: table-cell;
    width: 35%;
    padding: 20px 20px;
    border-right: 1px solid #97d3d1;
  }
  .salesMain .detailTable02 .dl .dd {
    display: table-cell;
    padding: 20px 20px;
  }
}
.salesMain .lineupSection {
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0;
}
.salesMain .lineupSection .secTtl {
  margin: 0 0 20px;
  font-size: 34px;
}
.salesMain .lineupSection .aside {
  margin: 10px 0 0;
  text-align: right;
}
@media (min-width: 1025px) {
  .salesMain .lineupTable {
    text-align: center;
    border: 1px solid #5fadab;
  }
  .salesMain .lineupTable .thead .tr {
    display: table;
    width: 100%;
  }
  .salesMain .lineupTable .thead .tr .th {
    display: table-cell;
    padding: 20px 15px;
    font-size: 20px;
    vertical-align: middle;
  }
  .salesMain .lineupTable .thead .tr .th:nth-child(1) {
    width: 20%;
    border-right: 1px solid #5fadab;
  }
  .salesMain .lineupTable .tbody {
    font-size: 16px;
  }
  .salesMain .lineupTable .tbody .tr {
    display: table;
    width: 100%;
    border-top: 1px solid #5fadab;
  }
  .salesMain .lineupTable .tbody .tr .th01,
.salesMain .lineupTable .tbody .tr .td01 {
    display: none;
  }
  .salesMain .lineupTable .tbody .tr .th02 {
    display: table-cell;
    width: 20%;
    padding: 20px 15px;
    vertical-align: middle;
    border-right: 1px solid #5fadab;
  }
  .salesMain .lineupTable .tbody .tr .td02 {
    display: table-cell;
  }
  .salesMain .lineupTable .tbody .tr .td02 .ul {
    display: table;
    width: 100%;
  }
  .salesMain .lineupTable .tbody .tr .td02 .ul .li {
    display: table-cell;
    width: 16.6666666667%;
    height: 88px;
    padding: 20px 15px;
    vertical-align: middle;
  }
  .salesMain .lineupTable .tbody .tr .td02 .ul .li + .li {
    border-left: 1px solid #5fadab;
  }
}

/*////////////////////////////////////////////////////////////
	retrofit
///////////////////////////////////////////////////////////*/
.retrofitMain .topSection {
  position: relative;
}
.retrofitMain .topSection:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 340px;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/retrofit_top_img.png) no-repeat;
  background-size: auto 100%;
}
.retrofitMain .topSection .secBox .ttl {
  margin: 0 0 20px;
  font-size: 30px;
  color: #26518a;
}
@media (min-width: 1025px) {
  .retrofitMain .topSection .secBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 340px;
  }
  .retrofitMain .topSection .secBox .txtBox {
    width: 50%;
    max-width: 760px;
  }
  .retrofitMain .topSection .secBox .txtBox .inner {
    padding: 80px 0;
  }
  .retrofitMain .topSection .secBox .photo {
    display: none;
  }
}
.retrofitMain .sec01 {
  padding: 80px 0 120px;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/retrofit_sec01_bg.png) no-repeat;
  background-size: cover;
}
.retrofitMain .sec01 .listBox .ul .li {
  padding: 20px 40px;
  border: 1px solid #97d3d1;
  background: rgba(0, 0, 0, 0.2);
}
.retrofitMain .sec01 .listBox .ul .dl {
  text-align: center;
}
.retrofitMain .sec01 .listBox .ul .dl .dt {
  max-width: 400px;
  margin: 0 auto 15px;
  padding: 0 0 10px;
  font-size: 24px;
  color: #c0d2ea;
  border-bottom: 1px solid #97d3d1;
}
.retrofitMain .sec01 .listBox .ul .dl .dd {
  color: #ffffff;
  line-height: 2;
}
@media (min-width: 1025px) {
  .retrofitMain .sec01 .listBox .ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -30px 0 0;
  }
  .retrofitMain .sec01 .listBox .ul .li {
    width: calc(50% - 20px);
    margin: 30px 0 0;
  }
  .retrofitMain .sec01 .listBox .ul .dl .dt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 85px;
  }
}
.retrofitMain .sec02 {
  padding: 120px 0;
}
.retrofitMain .sec02 .secContainer01 {
  margin: 0 0 100px;
}
.retrofitMain .sec02 .secContainer01 .ttl {
  margin: 0 0 20px;
  font-size: 24px;
}
.retrofitMain .sec02 .secContainer01 .secBox .txt02 {
  max-width: 380px;
}
.retrofitMain .sec02 .secContainer01 .secBox .txt02 .box {
  border: 1px solid #5fadab;
}
.retrofitMain .sec02 .secContainer01 .secBox .txt02 .box .inner {
  position: relative;
  top: -5px;
  left: -5px;
  padding: 30px 10px;
  border: 1px solid #5fadab;
  background: #ffffff;
}
.retrofitMain .sec02 .secContainer01 .secBox .txt02 .dl {
  display: flex;
  line-height: 2;
}
.retrofitMain .sec02 .secContainer01 .secBox .txt02 .dl .dt {
  font-weight: bold;
}
@media (min-width: 1025px) {
  .retrofitMain .sec02 .secContainer01 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .retrofitMain .sec02 .secContainer01 .secBox .txt01 {
    width: 55%;
  }
  .retrofitMain .sec02 .secContainer01 .secBox .txt02 {
    width: 35%;
  }
}
.retrofitMain .sec02 .secContainer02 {
  margin: 0 0 100px;
  padding: 30px 40px;
  border: 1px solid #5fadab;
}
.retrofitMain .sec02 .secContainer02 .pTtl {
  position: relative;
  margin: 0 0 30px;
}
.retrofitMain .sec02 .secContainer02 .pTtl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #5fadab;
}
.retrofitMain .sec02 .secContainer02 .pTtl > * {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 24px;
  background: #ffffff;
}
.retrofitMain .sec02 .secContainer02 .ttl {
  margin: 0 0 30px;
  font-size: 24px;
  color: #26518a;
  text-align: center;
}
.retrofitMain .sec02 .secContainer03 .pTtl {
  position: relative;
  margin: 0 0 30px;
}
.retrofitMain .sec02 .secContainer03 .pTtl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #5fadab;
}
.retrofitMain .sec02 .secContainer03 .pTtl > * {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 24px;
  background: #ffffff;
}
.retrofitMain .sec02 .secContainer03 .secBox + .secBox {
  margin: 60px 0 0;
}
.retrofitMain .sec02 .secContainer03 .secBox .txtBox .ttl {
  margin: 0 0 30px;
  font-size: 24px;
  color: #26518a;
}
@media (min-width: 1025px) {
  .retrofitMain .sec02 .secContainer03 .secBox {
    display: flex;
    justify-content: space-between;
  }
  .retrofitMain .sec02 .secContainer03 .secBox .photo {
    width: 45%;
  }
  .retrofitMain .sec02 .secContainer03 .secBox .txtBox {
    width: 50%;
  }
  .retrofitMain .sec02 .secContainer03 .secBox:nth-child(odd) {
    flex-direction: row-reverse;
  }
}

/*////////////////////////////////////////////////////////////
	service
///////////////////////////////////////////////////////////*/
.serviceMain .topSection {
  padding: 80px 0;
}
.serviceMain .topSection .secTtl {
  margin: 0 0 30px;
  font-size: 34px;
  color: #26518a;
  text-align: center;
}
.serviceMain .topSection .listBox {
  max-width: 740px;
  margin: 0 auto 60px;
  padding: 20px;
  border: 1px solid #5fadab;
}
.serviceMain .topSection .listBox .ul {
  max-width: 600px;
  margin: 0 auto;
}
.serviceMain .topSection .listBox .ul .li {
  line-height: 2;
}
.serviceMain .topSection .listBox .ul .li + .li {
  margin: 10px 0 0;
}
.serviceMain .topSection .listBox .ul .li p {
  position: relative;
  padding: 0 0 0 1em;
}
.serviceMain .topSection .listBox .ul .li p::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.serviceMain .topSection .messageBox {
  margin: 0 0 30px;
  text-align: center;
}
.serviceMain .topSection .messageBox .message {
  font-size: 0;
}
.serviceMain .topSection .messageBox .message p {
  display: inline;
  font-size: 26px;
  line-height: 2;
}
.serviceMain .topSection .messageBox .message .em {
  color: #d90000;
}
.serviceMain .sec01 {
  padding: 80px 0;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/service_sec01_bg.png) no-repeat;
  background-size: cover;
}
.serviceMain .sec01 .secBox {
  padding: 30px 40px;
  border: 1px solid #97d3d1;
  background: rgba(0, 0, 0, 0.2);
}
.serviceMain .sec01 .secBox + .secBox {
  margin: 20px 0 0;
}
.serviceMain .sec01 .secBox .ttlBox .ttl {
  font-size: 23px;
  color: #c0d2ea;
}
@media (min-width: 1025px) {
  .serviceMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .serviceMain .sec01 .secBox .ttlBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45%;
    min-height: 120px;
    padding: 30px 0;
    border-right: 1px solid #97d3d1;
  }
  .serviceMain .sec01 .secBox .txtBox {
    width: 50%;
  }
}
.serviceMain .sec02 {
  padding: 120px 0;
}
.serviceMain .sec02 .pageSecTtlBox .pageSecTtl > * {
  display: inline-block;
}
.serviceMain .sec02 .pageSecTtlBox .pageSecTtl .span {
  font-size: 19px;
}
.serviceMain .sec02 .priceBox {
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px;
  border: 1px solid #5fadab;
}
.serviceMain .sec02 .priceBox .inner {
  max-width: 840px;
  margin: 0 auto;
}
.serviceMain .sec02 .priceBox .dl {
  margin: 0 0 20px;
  font-size: 26px;
  text-align: center;
}
.serviceMain .sec02 .priceBox .dl .dt {
  display: inline-block;
}
.serviceMain .sec02 .priceBox .dl .dd {
  display: inline-block;
}
.serviceMain .sec02 .priceBox .dl .dd p {
  display: inline-block;
}
.serviceMain .sec02 .priceBox .dl .dd .em {
  font-size: 50px;
  font-weight: bold;
}

/*////////////////////////////////////////////////////////////
	company
///////////////////////////////////////////////////////////*/
.companyMain .sec01 {
  padding: 80px 0;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/company_sec01_bg.png) no-repeat;
  background-size: cover;
}
.companyMain .sec01 .topTtl {
  margin: 0 0 40px;
  font-size: 30px;
  text-align: center;
}
.companyMain .sec01 .secBox .photoBox .nameBox {
  margin: 15px 0 0;
  text-align: right;
}
.companyMain .sec01 .secBox .photoBox .nameBox p {
  display: inline-block;
}
.companyMain .sec01 .secBox .photoBox .nameBox .em {
  margin: 0 0 0 10px;
  font-size: 28px;
}
@media (min-width: 1025px) {
  .companyMain .sec01 .secBox {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .companyMain .sec01 .secBox .photoBox {
    width: 350px;
  }
  .companyMain .sec01 .secBox .txtBox {
    width: calc(100% - 400px);
  }
}
.companyMain .sec02 {
  padding: 120px 0;
}
.companyMain .sec02 .secBox {
  max-width: 900px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.companyMain .sec02 .secBox .logoBox .logo {
  max-width: 250px;
  margin: 0 auto;
}
.companyMain .sec02 .secBox .txtBox {
  text-align: center;
}
.companyMain .sec02 .secBox .txtBox .txt {
  display: inline-block;
  font-size: 30px;
  text-align: left;
}
@media (min-width: 1025px) {
  .companyMain .sec02 .secBox {
    display: flex;
    align-items: center;
  }
  .companyMain .sec02 .secBox .logoBox {
    width: 50%;
  }
  .companyMain .sec02 .secBox .txtBox {
    width: 45%;
  }
}
.companyMain .sec03 {
  padding: 80px 0 0;
  background: #f6f8fa;
}
.companyMain .sec03 .infoBox .dl {
  display: flex;
  justify-content: space-between;
  width: 100%;
  line-height: 2;
}
.companyMain .sec03 .infoBox .dl .dt {
  width: 200px;
  padding: 15px 20px;
  color: #26518a;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #5fadab;
}
.companyMain .sec03 .infoBox .dl .dd {
  width: calc(100% - 203px);
  padding: 15px 20px;
  vertical-align: middle;
  border-bottom: 1px solid #1b2a39;
}
.companyMain .sec03 .infoBox .dl .dd a {
  display: inline-block;
}
.companyMain .sec03 .photoContainer {
  padding: 80px 0 100px;
}
.companyMain .sec03 .photoContainer .ul {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 1025px) {
  .companyMain .sec03 .photoContainer .ul {
    display: flex;
    justify-content: space-between;
  }
  .companyMain .sec03 .photoContainer .ul .li {
    width: 48%;
  }
}

/*////////////////////////////////////////////////////////////
	flow
///////////////////////////////////////////////////////////*/
.flowMain .sec01 {
  padding: 80px 0 120px;
  background: #f6f8fa;
}
.flowMain .sec01 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.flowMain .sec01 .secPanel {
  position: relative;
  padding: 30px 50px;
  border: 1px solid #5fadab;
  background: #ffffff;
}
.flowMain .sec01 .secPanel .pHead .step {
  position: absolute;
  top: -30px;
  left: 0;
  width: 55px;
  padding: 5px;
  color: #ffffff;
  text-align: center;
  line-height: 1.2;
  background: #26518a;
}
.flowMain .sec01 .secPanel .pHead .step .em {
  font-size: 16px;
}
.flowMain .sec01 .secPanel .pHead .step .span {
  font-size: 22px;
}
.flowMain .sec01 .secPanel .pHead .ttl {
  padding: 5px 15px;
  font-size: 30px;
  border-bottom: 1px solid #5fadab;
}
.flowMain .sec01 .secPanel .pBody {
  padding: 20px 15px;
}
.flowMain .sec01 .secPanel .pBody .txtBox .ttl {
  margin: 0 0 15px;
  font-size: 27px;
  color: #26518a;
}
.flowMain .sec01 .secPanel .contactItem {
  max-width: 750px;
  margin: 15px 0 0;
  color: #ffffff;
  text-align: center;
}
.flowMain .sec01 .secPanel .contactItem .itemBox {
  padding: 20px 10px;
}
.flowMain .sec01 .secPanel .contactItem .itemBox .ttl {
  margin: 0 0 5px;
  font-size: 24px;
}
.flowMain .sec01 .secPanel .contactItem .itemBox .tel a {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/footer_tel.png) left center no-repeat;
  background-size: 20px auto;
}
.flowMain .sec01 .secPanel .contactItem .itemBox .btnContact {
  max-width: 260px;
  margin: 0 auto;
}
.flowMain .sec01 .secPanel .contactItem .itemBox .btnContact a {
  display: block;
  padding: 10px;
  text-align: center;
  border-radius: 30px;
  background: #ffffff;
}
.flowMain .sec01 .secPanel .contactItem .itemBox .btnContact a p {
  display: inline-block;
  padding: 0 0 0 25px;
  font-size: 18px;
  font-weight: bold;
  color: #26518a;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/footer_mail.png) left center no-repeat;
  background-size: 20px auto;
}
.flowMain .sec01 .secPanel .contactItem .itemBox01 {
  background: #26518a;
}
.flowMain .sec01 .secPanel .contactItem .itemBox02 {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/flow_sec01_mail_bg.png) no-repeat;
  background-size: cover;
}
@media (min-width: 1025px) {
  .flowMain .sec01 .secPanel .contactItem {
    display: flex;
    justify-content: space-between;
  }
  .flowMain .sec01 .secPanel .contactItem .itemBox {
    width: 48%;
  }
  .flowMain .sec01 .secPanel .contactItem .btnContact {
    position: relative;
    top: 10px;
  }
}
@media (min-width: 1025px) {
  .flowMain .sec01 .secPanel .secBox01 {
    display: flex;
    justify-content: space-between;
  }
  .flowMain .sec01 .secPanel .secBox01 .txtBox {
    width: calc(100% - 350px);
  }
  .flowMain .sec01 .secPanel .secBox01 .photo {
    width: 300px;
  }
  .flowMain .sec01 .secPanel .secBox02 {
    display: flex;
    justify-content: space-between;
  }
  .flowMain .sec01 .secPanel .secBox02 .txtBox {
    width: calc(100% - 420px);
  }
  .flowMain .sec01 .secPanel .secBox02 .pointBox {
    width: 380px;
  }
}
.flowMain .sec01 .secPanel .pointBox .box {
  padding: 15px 20px;
  color: #ffffff;
  background: #678590;
}
.flowMain .sec01 .secPanel .pointBox .ttl {
  position: relative;
  margin: 0 0 10px;
}
.flowMain .sec01 .secPanel .pointBox .ttl::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto 0;
  background: #ffffff;
}
.flowMain .sec01 .secPanel .pointBox .ttl > * {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 24px;
  background: #678590;
}
.flowMain .sec01 .secPanel .pointBox .txt {
  font-size: 16px;
}
.flowMain .sec01 .arrow {
  width: 50px;
  margin: -3px auto 30px;
}

/*////////////////////////////////////////////////////////////
	contact
///////////////////////////////////////////////////////////*/
.contactMain .sec01 {
  padding: 80px 0;
  background: #f6f8fa;
}
.contactMain .sec01 .topTxt {
  margin: 0 0 60px;
  text-align: center;
}
.contactMain .sec02 {
  padding: 80px 0;
}
.contactMain .sec02 .telBox {
  max-width: 700px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
  border: 1px solid #5fadab;
}
.contactMain .sec02 .telBox .tel {
  margin: 0 0 20px;
}
.contactMain .sec02 .telBox .tel a {
  position: relative;
  display: inline-block;
  margin: 0 0 20px;
  padding: 0 0 10px;
  font-size: 20px;
  font-weight: bold;
}
.contactMain .sec02 .telBox .tel a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 1px;
  margin: 0 auto;
  background: #5fadab;
}
.contactMain .sec02 .telBox .tel a p {
  display: inline-block;
}
.contactMain .sec02 .telBox .tel a .em {
  font-size: 34px;
}
.contactMain .sec02 .telBox .tel .info {
  display: inline-block;
  text-align: left;
  line-height: 1.7;
}
.contactMain .sec02 .telBox .aside {
  display: inline-block;
  text-align: left;
}

/*////////////////////////////////////////////////////////////
	form
///////////////////////////////////////////////////////////*/
.formMain {
  /* 入力項目
  --------------------------------------*/
  /*テキストボックス・メール・電話*/
  /*テキストエリア*/
}
.formMain .contactForm input[type=text],
.formMain .contactForm input[type=email],
.formMain .contactForm input[type=tel] {
  width: 100%;
  height: 50px;
  padding-left: 20px;
  font-size: 16px;
  border: 1px solid #5fadab;
  background: #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm textarea {
  width: 100%;
  height: 200px;
  padding: 20px;
  font-size: 16px;
  border: 1px solid #5fadab;
  background: #ffffff;
  resize: none;
}
.formMain .contactForm input[type=text]:focus,
.formMain .contactForm input[type=email]:focus,
.formMain .contactForm input[type=tel]:focus,
.formMain .contactForm textarea:focus {
  outline: 0;
  border: 2px solid #90cefd;
}
.formMain .btnSubmitBox {
  max-width: 220px;
  margin: 40px auto 0;
}
.formMain .contactForm button[type=submit] {
  overflow: hidden;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 10px;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 30px;
  border: 1px solid #1982a6;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat #1982a6;
  background-size: 18px auto;
  transition: 0.6s;
}
.formMain .contactForm button[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.formMain .contactForm .form {
  padding: 0 0 60px;
}
.formMain .contactForm .form .checkList .ul {
  padding: 12px 0 0;
}
.formMain .contactForm .form .checkList .ul + .ul {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList .ul .li + .li {
  margin: 10px 0 0;
}
.formMain .contactForm .form .checkList01 .ul .li {
  display: inline-block;
}
.formMain .contactForm .form .checkList01 .ul .li + .li {
  margin: 0 0 0 10px;
}
.formMain .contactForm .form .checkList01 .checkItem {
  display: inline-block;
  padding: 0 5px 0 0;
}
.formMain .contactForm .form .checkList01 .checkItem + input {
  display: inline-block;
  width: 150px;
}
.formMain .contactForm .form .checkList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .checkItem + .checkItem {
  margin-top: 10px;
}
.formMain .contactForm .form .checkItem > label {
  position: relative;
  display: block;
}
.formMain .contactForm .form .checkItem input {
  position: absolute;
  opacity: 0;
}
.formMain .contactForm .form .checkItem span {
  display: block;
  padding-left: 25px;
  position: relative;
}
.formMain .contactForm .form .checkItem span::before {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #5fadab;
  background: #ffffff;
}
.formMain .contactForm .form .checkItem input:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #5fadab;
  border-right: 3px solid #5fadab;
}
.formMain .contactForm .form .checkItem.agreeCheck > label {
  display: inline-block;
}
.formMain .contactForm .form .radioList01 .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .form .radioList01 .otherTxt {
  display: inline-block;
}
.formMain .contactForm .form .radioBox {
  padding: 10px 0;
}
.formMain .contactForm .form .radioBox .radio {
  position: relative;
  display: inline-block;
}
.formMain .contactForm .form .radioBox input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.formMain .contactForm .form .radioBox label {
  position: relative;
  padding: 5px 0 5px 35px;
}
.formMain .contactForm .form .radioBox label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 25px;
  height: 25px;
  margin: auto 0;
  border-radius: 50%;
  border: 1px solid #090908;
  background: #ffffff;
  box-sizing: border-box;
}
.formMain .contactForm .form .radioBox input[type=radio]:checked + label:before {
  border: 8px solid #ee7800;
}
.formMain .contactForm .form .postalBox {
  margin: 0 0 5px;
}
.formMain .contactForm .form .postalBox input {
  width: 90px;
}
.formMain .contactForm .form .postalBox input + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .form .postalBox .postalTxt {
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
}
.formMain .contactForm .form .postalBox + input + input {
  margin: 5px 0;
}
.formMain .contactForm .form .selectBox {
  display: inline-block;
  width: 200px;
}
.formMain .contactForm .form .selectBox select {
  display: block;
  width: 100%;
  padding: 11px 20px;
  font-size: 16px;
  color: #000000;
  line-height: 1.5em;
  border-radius: 0;
  border: 1px solid #deebe4;
  border-radius: 15px;
  background: #f7f7f7;
  background-size: 10px auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .form .selectBox + .span {
  display: inline-block;
  margin: 0 5px;
}
.formMain .contactForm .formBox + .formBox {
  margin-top: 60px;
}
.formMain .contactForm .formBox > .dl {
  position: relative;
  display: flex;
  width: 100%;
}
.formMain .contactForm .formBox > .dl.line > .dt {
  vertical-align: top;
}
.formMain .contactForm .formBox > .dl > .dt {
  overflow: hidden;
  width: 280px;
  margin: 0 2px 0 0;
  padding: 20px 10px;
  border-bottom: 1px solid #5fadab;
}
.formMain .contactForm .formBox > .dl > .dt .span {
  display: inline-block;
  min-width: 165px;
  margin-right: 10px;
  padding: 0 0 0 5px;
  color: #26518a;
  vertical-align: middle;
}
.formMain .contactForm .formBox > .dl > .dt .em {
  display: inline-block;
  padding: 0 7px;
  font-size: 14px;
  color: #ffffff;
  vertical-align: middle;
  border-radius: 20px;
  background: #1982a6;
}
.formMain .contactForm .formBox > .dl > .dt .small {
  font-size: 12px;
}
.formMain .contactForm .formBox > .dl > .dt .aside {
  margin-top: 10px;
}
.formMain .contactForm .formBox > .dl > .dt .aside p {
  font-size: 14px;
  padding-left: 1em;
  text-indent: -1em;
}
@media (min-width: 1025px) {
  .formMain .contactForm .formBox > .dl > .dt .span {
    float: left;
  }
  .formMain .contactForm .formBox > .dl > .dt .em {
    float: right;
  }
}
.formMain .contactForm .formBox > .dl > .dd {
  position: relative;
  width: calc(100% - 282px);
  padding: 10px 20px;
  border-bottom: 1px solid #1b2a39;
}
.formMain .contactForm .formBox .datePanel {
  display: flex;
  justify-content: space-between;
  font-size: 15px;
}
.formMain .contactForm .formBox .datePanel + .datePanel {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .datePanel > * {
  display: flex;
  align-items: center;
}
.formMain .contactForm .formBox .datePanel input {
  width: 70px;
  border-radius: 15px;
}
.formMain .contactForm .formBox .datePanel .selectBox {
  width: 70px;
}
.formMain .contactForm .formBox .datePanel .dateTtl {
  margin: 0 10px 0 0;
}
.formMain .contactForm .formBox .datePanel .dateTxt {
  margin: 0 5px;
}
.formMain .contactForm .formBox .addressBox .dl,
.formMain .contactForm .formBox .dateBox .dl {
  display: table;
  width: 100%;
}
.formMain .contactForm .formBox .addressBox .dl + .dl,
.formMain .contactForm .formBox .dateBox .dl + .dl {
  margin-top: 10px;
}
.formMain .contactForm .formBox .addressBox .dl .dt,
.formMain .contactForm .formBox .dateBox .dl .dt {
  display: table-cell;
  width: 60px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .addressBox .dl .dd,
.formMain .contactForm .formBox .dateBox .dl .dd {
  display: table-cell;
  vertical-align: middle;
}
.formMain .contactForm .formBox .ageInput input {
  display: inline-block;
  width: 120px;
  margin: 0 5px 0 0;
}
.formMain .contactForm .formBox .ageInput > p {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox {
  margin: 0 0 20px;
}
.formMain .contactForm .formBox .meetingBox .radioList {
  display: inline-block;
}
.formMain .contactForm .formBox .meetingBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .dateBox + .dateBox {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox + .txt {
  margin: 10px 0 0;
}
.formMain .contactForm .formBox .dateBox input[type=text] {
  width: 90px;
}
.formMain .contactForm .formBox .dateBox .em {
  display: inline-block;
}
.formMain .contactForm .formBox .dateBox .span {
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}
.formMain .contactForm .formBox .dateBox .radioList {
  display: inline-block;
  margin: 0 0 0 40px;
}
.formMain .contactForm .formBox .dateBox .radioList .list {
  display: inline-block;
  margin: 0 20px 0 0;
}
.formMain .contactForm .formBox .caution {
  margin-top: 10px;
  color: #d20000;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox {
  padding: 10px 10px 40px;
  font-size: 0;
  font-weight: 400;
  text-align: left;
  line-height: 2;
}
.formMain .contactForm .formBox .telBox > * {
  display: inline-block;
  font-size: 14px;
}
.formMain .contactForm .formBox .telTxt {
  padding: 10px 10px 0;
}
.formMain .contactForm .formBox .privacy {
  padding: 10px;
}
.formMain .contactForm .formBox .privacy > p {
  margin: 0 0 20px;
  text-align: left;
}
.formMain .contactForm .formBox .privacy .agreeBox {
  overflow: scroll;
  height: 500px;
  padding: 20px;
  text-align: left;
  border: 1px solid #d9e0e6;
  background: #d9e0e6;
}
.formMain .contactForm .formBox .privacy .agreeBox .box + .box {
  margin: 30px 0 0;
}
.formMain .contactForm .formBox .privacy .agreeBox .box .link a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy .agreeBox p {
  line-height: 2;
}
.formMain .contactForm .formBox .privacy .agreeBox .tel p,
.formMain .contactForm .formBox .privacy .agreeBox .tel a {
  display: inline-block;
}
.formMain .contactForm .formBox .privacy + .checkItem {
  margin: 40px 0;
  text-align: center;
}
.formMain .contactForm .fileUploadBox .ttl {
  margin: 0 0 10px;
  line-height: 2;
}
.formMain .contactForm .fileUploadBox .fileArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.formMain .contactForm .fileUploadBox .fileArea + .fileArea {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile {
  position: relative;
  width: 28%;
  font-size: 16px;
  color: #b4d2be;
  text-align: center;
  border: 1px solid #41ab6d;
  background: #ffffff;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.formMain .contactForm .fileUploadBox .fileArea .inputFile p {
  padding: 12px 10px;
}
.formMain .contactForm .fileUploadBox .fileArea > p,
.formMain .contactForm .fileUploadBox .fileArea .fileTxt {
  width: 70%;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt p {
  display: inline-block;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .fileName {
  margin: 0 10px 0 0;
}
.formMain .contactForm .fileUploadBox .fileArea .fileTxt .attention {
  font-size: 13px;
  color: #54765f;
}
.formMain .contactForm .fileUploadBox .txt {
  line-height: 2;
}
.formMain .contactForm .aside {
  margin: 10px 0 0;
}
.formMain .contactForm .fileUploadTitleBox {
  margin: 60px 0 30px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle {
  position: relative;
  max-width: 440px;
  margin: 0 0 20px;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #000000;
}
.formMain .contactForm .fileUploadTitleBox .fileUploadTitle p {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
  font-size: 30px;
  font-weight: bold;
  background: #ffffff;
}

/*////////////////////////////////////////////////////////////
	complete
///////////////////////////////////////////////////////////*/
.complete {
  padding: 60px 0 100px;
}
.complete .txt {
  margin: 0 0 40px;
  text-align: center;
  line-height: 3;
}
.complete .btnMore {
  margin: 0 auto;
}

/*////////////////////////////////////////////////////////////
  blog
///////////////////////////////////////////////////////////*/
.blogMain .blogSection {
  padding: 80px 0 120px;
}
.blogMain .catePanel {
  padding: 40px 0 80px;
}
.blogMain .catePanel .webgene-blog .webgene-header {
  display: none;
}
.blogMain .catePanel .webgene-blog .webgene-item {
  display: inline-block;
  width: 180px;
  margin: 0 20px 0 0;
}
.blogMain .catePanel .webgene-blog .webgene-item a {
  display: block;
  padding: 7px 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/btn_more_arrow.png) right 10px center no-repeat #1982a6;
  background-size: 15px auto;
}
.blogMain .blogPanel--list .webgene-blog .webgene-header {
  display: none;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item a {
  display: block;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .photo {
  margin: 0 0 20px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .title {
  min-height: 30px;
  margin: 0 0 10px;
}
.blogMain .blogPanel--list .webgene-blog .webgene-item .more p {
  display: block;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/blog_list_arrow.png) right 5px center no-repeat;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--list .webgene-blog {
    display: flex;
    flex-wrap: wrap;
    margin: -50px 0 0 -40px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item {
    width: calc(33.3333333333% - 40px);
    margin: 50px 0 0 40px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item .photo {
    position: relative;
    height: 240px;
  }
  .blogMain .blogPanel--list .webgene-blog .webgene-item .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.blogMain .blogPanel--list .webgene-pagination {
  overflow: hidden;
  width: 100%;
  margin: 100px auto 0;
  font-size: 14px;
}
.blogMain .blogPanel--list .webgene-pagination ul {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}
.blogMain .blogPanel--list .webgene-pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.blogMain .blogPanel--list .webgene-pagination ul li a {
  display: block;
  width: 45px;
  color: #ffffff;
  line-height: 45px;
  text-align: center;
  background: #cdcdcd;
}
.blogMain .blogPanel--list .webgene-pagination ul .prev {
  margin: 0 2px 0 0;
}
.blogMain .blogPanel--list .webgene-pagination ul .next {
  position: relative;
  margin: 0 0 0 2px;
}
.blogMain .blogPanel--list .webgene-pagination ul .selected a {
  background: #1982a6;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--list .webgene-pagination ul .prev {
    float: left;
  }
  .blogMain .blogPanel--list .webgene-pagination ul .next {
    float: right;
  }
}
.blogMain .blogPanel--detail {
  max-width: 1100px;
  margin: 0 auto;
}
.blogMain .blogPanel--detail .webgene-blog .webgene-header {
  display: none;
}
.blogMain .blogPanel--detail .webgene-blog .info {
  margin: 0 0 15px;
}
.blogMain .blogPanel--detail .webgene-blog .info .cate {
  display: inline-block;
  min-width: 100px;
  margin: 0 10px 0 0;
  padding: 0 10px;
  color: #ffffff;
  text-align: center;
  background: #171a1c;
}
.blogMain .blogPanel--detail .webgene-blog .info .time {
  display: inline-block;
  vertical-align: middle;
}
.blogMain .blogPanel--detail .webgene-blog .ttlBox {
  margin: 0 0 30px;
  padding: 0 0 10px;
  font-size: 30px;
  border-bottom: 1px solid #090908;
}
.blogMain .blogPanel--detail .webgene-blog .slickSlide {
  margin: 0 0 40px;
}
.blogMain .blogPanel--detail .webgene-blog .slick-list {
  margin: 0 0 10px;
}
.blogMain .blogPanel--detail .webgene-blog .thumb-item {
  margin: 0 0 10px;
}
@media (min-width: 1025px) {
  .blogMain .blogPanel--detail .webgene-blog .thumb-item img {
    display: block;
    max-height: 600px;
    object-fit: cover;
  }
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slider .li > div {
  overflow: hidden;
  position: relative;
  padding: 0 0 65%;
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slider .li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogMain .blogPanel--detail .webgene-blog .slideNav .slick-slide {
  margin: 0 5px;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .photo {
  margin-bottom: 40px;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .photo img {
  width: auto;
  max-width: 100%;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt {
  line-height: 2;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt p + p {
  margin: 30px 0 0;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .postTxt img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .pdfArea {
  margin: 40px 0 0;
}
.blogMain .blogPanel--detail .webgene-blog .postBox .pdfArea a {
  color: #2151a3;
}
.blogMain .blogPanel--detail .webgene-blog .videoBox {
  margin: 40px 0 0;
}
.blogMain .blogPanel--detail .btnBackBox {
  margin: 80px 0 0;
  text-align: center;
}
.blogMain .blogPanel--detail .btnContact {
  max-width: 280px;
  margin: 0 auto;
}
.blogMain .blogPanel--detail .btnContact a {
  display: block;
  padding: 10px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background: #1982a6;
}
.blogMain .blogPanel--detail .btnContact a p {
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/btn_more_arrow.png) right center no-repeat;
  background-size: 15px auto;
}
.blogMain .blogPanel--detail .btnBack {
  max-width: 260px;
  margin: 100px auto 0;
}
.blogMain .blogPanel--detail .btnBack a {
  display: block;
  padding: 10px;
  color: #26518a;
  text-align: center;
  border-radius: 30px;
  border: 1px solid #5fadab;
  background: url(https://advanced-sputter-tech.com/system_panel/uploads/images/btn_back_arrow.png) left 15px center no-repeat #f6f8fa;
  background-size: 15px auto;
}
.blogMain .blogPanel--detail .webgene-item-aroundPageLink {
  display: inline-block;
}
.blogMain .blogPanel--detail .webgene-item-aroundPageLink a {
  display: block;
  width: 40px;
  color: #ffffff;
  line-height: 44px;
  border-radius: 20px;
  background: #d10b14;
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .companyMain .sec01{
  padding:80px 0 220px;}
}


