.clear {
  clear: both;
}
/*========= スクロールをすると下のエリアが上にかぶさるCSS ===============*/
#newip_cs_header {
  /*headerを全画面で見せる*/
  width: 100%;
  height: 100vh;
  position: relative;
}
.newip_cs_bg {
  background-color: rgba(0, 0, 0, 0.6);
  height: 180vh;
}
#newip_cs_header:before {
  /*header の疑似要素に背景画像を指定*/
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  /*背景画像設定*/
  background: url("https://rootco.itembox.design/item/fut/newip/ip16/cs/img01_cs.jpg?d=20240823133403") no-repeat center;
  background-size: cover;
  background-position: 80%;
}
#newip_cs_container {
  position: relative;
  z-index: 1;
  background: #fff;
  padding: 50px 0;
  text-align: center;
}
.newip_cs_sec {
  margin-top: 50px;
  margin-bottom: 80px;
}
.newip_cs h1 {
  font-size: 4rem;
  color: #fff;
  line-height: 4rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-weight: bold;
  position: fixed;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-shadow: 0 0 15px #666;
  white-space: nowrap;
}
.newip_cs h2 {
  font-size: 1rem;
  line-height: 1.5rem;
  color: #fff;
  position: fixed;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.newip_cs h3 {
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #fff;
  position: fixed;
  text-align: center;
  top: 58%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.newip_cs h3::after {
  content: '';
  position: absolute;
  bottom: -120px;
  left: 50%;
  transform: translate(-50%);
  width: 1px;
  height: 100px;
  background-color: #A99567;
}
.dt h4 {
  font-size: 1.3rem;
  font-weight: bold;
  white-space: nowrap;
  color: #bebebe;
}
.dt {
  padding: 10px 0px 10px 0px;
  margin-bottom: 10px;
}
.desc p {
  text-align: left;
}
.desc {
  margin: 10px 20px 10px 15px;
}
.newip_cs p {
  font-size: 0.8rem;
  line-height: 1.5rem;
  color: #999;
}
.newip_cs hr {
  border: 3px solid #A99567;
  width: 400px;
  margin: 80px auto;
}
.btn-newip_cs_b a {
  background-color: #A99567;
  border: 2px solid #A99567;
  color: #fff;
  display: block;
  font-size: 0.8rem;
  padding: 11px;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  width: 40%;
  margin: 30px auto;
  position: fixed;
  top: 75%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  white-space: nowrap;
}
.newip_cs_content img {
  width: 40%;
  margin: auto;
}
.newip_cs_content {
  width: 80%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, auto);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: auto;
}
/* フォーム */
.form_o {
  width: 40%;
  margin: auto;
}
div.form_o p {
  font-size: 0.9rem: line-height:2;
  font-weight: bold;
  margin-top: 10px;
  text-align: left;
}
div.form_o input, select, textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #f3f3f3 !important;
  border: 0px;
  border-radius: 5px;
  height: 35px;
  padding: 3px;
  margin-bottom: 5px;
}
/* ボタン */
.form_inquiry {
  font-size: 0.8rem;
  display: block;
  color: #fff;
  background: #000;
  width: 40%;
  padding: 15px 0;
  margin: 20px auto;
  text-align: center;
  margin-bottom: 100px;
}
/* FOR smartphone landscape
***********************/
@media screen and (max-width:680px) {
  h1.newip_cs_ {
    font-size: 2rem;
    padding-top: 1rem;
    padding-bottom: 2rem;
    font-weight: bold;
  }
  .header_padding {
    margin: auto;
    padding-top: 0px !important;
  }
  .newip_cs_content {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .desc {
    margin: 10px 20px 40px 15px;
  }
  .newip_cs_cont01 {
    order: 1;
  }
  .newip_cs_cont02 {
    order: 2;
  }
  .newip_cs_cont03 {
    order: 3;
  }
  .newip_cs_cont04 {
    order: 4;
  }
  .newip_cs_cont05 {
    order: 5;
  }
  .newip_cs_cont06 {
    order: 6;
  }
  .newip_cs_cont07 {
    order: 7;
  }
  .newip_cs_cont08 {
    order: 8;
  }
  .newip_cs_cont09 {
    order: 9;
  }
  .newip_cs h3 {
    top: 65%;
    transform: translateY(-35%) translateX(-50%);
  }
  .btn-newip_cs_b a {
    top: 80%;
    transform: translateY(-20%) translateX(-50%);
  }
  .form_o {
    width: 50%;
  }
}