@charset "UTF-8";
/* CSS Document */
/* 基本レイアウト */
body {
  font-family: "游ゴシック体", Yu Gothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

#top {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

#top {
  width: 1280px;
  padding: 0;
  height: 720px;
  background-image: url(../images/top_backimage.jpg);
  background-repeat: no-repeat;
}

#top_bg {
  background: #afd6ef;
}

h1 {
  margin: 0 0 0 0;
  float: left;
}

h2 {
  color: #0075c2;
  display: inline-block;
  border-bottom: solid 3px #0075c2;
  margin: 70px 0 40px 150px;
  font-size: 24pt;
}

body {
  margin: 0;
}

#sjc_logo {
  margin: 20px 0 0 20px;
  width: 200px;
  height: auto;
}

nav {
  margin: 0;
}

ul {
  margin: 0 100px 0 0;
  list-style-type: none;
}

nav ul {
  overflow: hidden;
}

nav ul li {
  float: right;
  width: 160px;
  margin: 0 5px 0 5px;
}

#top_pic {
  width: 1280px;
  overflow: hidden;
}

#title {
  float: left;
  margin-top: 10px;
  margin-left: 157px;
  margin-right: auto;
}

#top_left {
  width: 658px;
}

#top_text {
  margin: -20px 0 0 160px;
  float: left;
}

#track_image {
  width: 500px;
  height: auto;
  float: left;
  margin: 60px 0 0 170px;
}

#main_image_text {
  float: left;
  margin: -40px 0 0 620px;
}

#main_image {
  overflow: hidden;
  margin: 30px 0 0 30px;
}

/* サブテキスト */
#sub_text_bg {
  background-color: #0075c2;
}

#sub_text {
  margin-left: auto;
  margin-right: auto;
  width: 1280px;
  height: 142px;
}

#tokyo_dec {
  margin: -30px 0 0 50px;
  float: left;
}

#tokkyo_text {
  margin: 40px 0 0 60px;
  overflow: hidden;
}

section {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

/* コンテンツ1_取り付け例 */
#sec1_pic {
  margin: 0;
  width: 100%;
  height: auto;
}

#sec1_pic img {
  width: 100%;
  height: auto;
}

.form_link {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

/* コンテンツ2_1ヶ月の稼働単価グラフ */
#sec2 {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
  overflow: hidden;
}

#sec2 h2 {
  margin: 50px 0 50px 430px;
  overflow: hidden;
}

#sec2 img {
  margin: 0 0 0 150px;
}

#sec2_bg {
  background-color: #efefef;
}

#sec_text {
  font-size: 80%;
  margin: 0 0 0 580px;
}

#sec2 .cantact_bunner {
  margin-left: 650px;
  margin-top: 10px;
}

/* コンテンツ3_特徴 */
#sec3 {
  width: 1080px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  overflow: hidden;
}

#sec3_bg {
  background-color: #efefef;
  padding-bottom: 50px;
}

#sec3 h2 {
  margin: 70px 0 30px 300px;
}

#sec3 h3 {
  position: relative;
  display: block;
  background-color: #0075c2;
  padding: 6px 20px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}

#sec3 li h3::before {
  position: absolute;
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background-color: #fff;
  border-radius: 50%;
  color: #e50013;
  border: #e50013 3px solid;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
}

#sec3 li:nth-child(1) h3::before {
  content: "1";
}

#sec3 li:nth-child(2) h3::before {
  content: "2";
}

#sec3 li:nth-child(3) h3::before {
  content: "3";
}

#sec3 li:nth-child(4) h3::before {
  content: "4";
}

#sec3 li:nth-child(5) h3::before {
  content: "5";
}

#sec3 ul {
  margin: 0;
}

#sec3 ul li {
  float: left;
  width: 529px;
  margin: 0 0 40px -40px;
}

#sec3 ul li:nth-child(odd) {
  margin-right: 60px;
}

#no5_pic {
  margin: 0 0 0 100px;
}

#sec3 .cantact_bunner {
  margin-top: 0;
}

/* コンテンツ4_グラフ */
#sec4 {
  width: 1080px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding-bottom: 80px;
}

#sec4_bg {
  background-color: #efefef;
}

#sec4 h2 {
  margin: 0 0 30px 15px;
  font-size: 22pt;
}

#sec4 ul {
  width: 1080px;
}

#sec4 ul li {
  float: left;
  width: 530px;
  margin: 60px 0 0 -40px;
}

#sec4 ul li img {
  width: 100%;
  height: auto;
}

#sec4 ul li:nth-child(odd) {
  margin-right: 50px;
}

#sec4 ul li:nth-child(odd) h2 {
  margin: 0 0 30px 160px;
}

/* フッター */
#footer_bg {
  background-color: #0075c2;
  padding-top: 30px;
}

footer {
  color: #ffffff;
  width: 1080px;
  height: 260px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
}

footer ul li:nth-child(1) {
  width: 390px;
  margin: 22px 100px 0 15px;
  font-size: 110%;
}

footer #footer_sjc {
  display: inline-block;
  border-bottom: solid 2px #ffffff;
  margin-left: 15px;
}

footer img {
  margin: 0 0 0 0;
}

footer ul li {
  float: left;
}

address {
  font-style: normal;
}

footer #qr {
  width: 7%;
}

footer a:link {
  color: #ffffff;
}

footer a:visited {
  color: #d5d5d5;
}

/* お問い合わせフォーム　*/
.cp_iptxt {
  width: 70%;
  max-width: 570px;
  margin: auto;
}
.cp_iptxt .respondent {
  margin-bottom: 30px;
}
.cp_iptxt p {
  font-size: 18px;
  margin: 0;
  margin-bottom: 16px;
}
.cp_iptxt input:focus,
.cp_iptxt textarea:focus,
.cp_iptxt select:focus {
  outline: none;
}
.cp_iptxt input[type=text],
.cp_iptxt textarea {
  box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: 0.25px solid #000;
  font-size: 18px;
  margin-bottom: 16px;
}
.cp_iptxt ul {
  display: flex;
  list-style: none;
  width: fit-content;
  margin: auto;
  margin-bottom: 24px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cp_iptxt {
    width: 80%;
  }
  .cp_iptxt .respondent {
    margin-bottom: 50px;
  }
  .cp_iptxt input[type=text],
  .cp_iptxt textarea {
    padding: 10px;
    margin-bottom: 16px;
    font-size: 18px;
  }
  .cp_iptxt ul {
    display: block;
  }
}

/*確認画面へ進むボタン用*/
.mw_wp_form_input .btn input {
  background: url(../images/kakunin.png) no-repeat;
  width: 375px;
  height: 91px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .btn input {
    width: 240px;
    height: 63px;
  }
}

/*確認画面へ進むボタン用(ダウンロード）*/
.mw_wp_form_input .btn2 input {
  background: url(../images/dl_kakunin.png) no-repeat;
  width: 490px;
  height: 71px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_input .btn2 input {
    width: 240px;
    height: 63px;
  }
}

.mw_wp_form_confirm .btn input,
.mw_wp_form_confirm .btn2 input {
  /*送信ボタン用*/
  background: url(../images/sousin.png) no-repeat;
  width: 284px;
  height: 86px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .mw_wp_form_confirm .btn input,
  .mw_wp_form_confirm .btn2 input {
    width: 214px;
    height: 63px;
  }
}

#submitback input {
  /*戻るボタン用*/
  background: url(../images/modoru.png) no-repeat;
  width: 284px;
  height: 86px;
  background-position: center;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #submitback input {
    width: 214px;
    height: 63px;
  }
}

/*スーパージェットクリーンについて問い合わせるバナー*/
.cantact_bunner {
  margin-top: 10px;
  margin-left: 650px;
}

.cantact_bunner:hover {
  opacity: 0.6;
}

.to_top {
  width: 50px;
  position: fixed;
  bottom: 50px;
  right: 50px;
}
.to_top img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .to_top {
    width: 42px;
    position: fixed;
    bottom: 25px;
    right: 25px;
  }
}

.privacy_link {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #000;
}
@media screen and (max-width: 767px) {
  .privacy_link {
    font-size: 16px;
  }
}

.news_bg {
  width: 100%;
  background-color: #ebf6ff;
}

.news .news_inner {
  padding: 40px 0;
  width: 90%;
  max-width: 796px;
  display: flex;
  gap: 20px;
}
.news .news_inner .news_ttl {
  width: 136px;
  height: auto;
}
.news .news_inner .news_ttl img {
  width: 100%;
  height: auto;
}
.news .news_inner .news_text {
  width: calc(100% - 156px);
  padding: 14px 20px;
  border-radius: 12px;
  background-color: #fff;
}
.news .news_inner .news_text p {
  margin: 0;
}
.news .news_inner .news_text p span {
  color: #c5000c;
}
.news .news_inner .news_text a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #c5000c;
}

.download_a {
  width: 60%;
  height: auto;
  margin: auto;
}
.download_a img {
  width: 100%;
  height: auto;
}

.sjc_icon {
  width: 100%;
  height: auto;
}
.sjc_icon img {
  width: 100%;
  height: auto;
}

.qanda h2,
.voices h2,
#sec5 h2,
#sec6 h2 {
  color: #000;
  display: block;
  border-bottom: none;
  margin: auto;
  font-size: 30px;
  text-align: center;
}

.qanda {
  width: 90%;
  max-width: 890px;
  margin: auto;
  padding: 50px 0;
}
.qanda .qanda_ttl {
  width: 50%;
  max-width: 458px;
  margin: auto;
  margin-bottom: 10px;
}
.qanda .qanda_ttl img {
  width: 100%;
  height: auto;
}
.qanda h2 {
  margin-bottom: 50px;
}
.qanda .qanda_box {
  padding: 40px 40px 40px 90px;
  margin-bottom: 30px;
  border-radius: 15px;
  background-color: #ebf6ff;
  font-size: 18px;
}
.qanda .qanda_box .qanda_q {
  position: relative;
  margin-bottom: 70px;
}
.qanda .qanda_box .qanda_q::before {
  position: absolute;
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../images/Qicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -10px;
  left: -50px;
}
.qanda .qanda_box .qanda_a {
  position: relative;
}
.qanda .qanda_box .qanda_a::before {
  position: absolute;
  display: block;
  content: "";
  width: 46px;
  height: 46px;
  background-image: url(../images/Aicon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: -10px;
  left: -50px;
}

.voices_bg {
  background-color: #efefef;
}

.voices {
  width: 90%;
  max-width: 890px;
  margin: auto;
  padding: 50px 0;
}
.voices .voices_ttl {
  width: 50%;
  max-width: 458px;
  margin: auto;
  margin-bottom: 10px;
}
.voices .voices_ttl img {
  width: 100%;
  height: auto;
}
.voices h2 {
  margin-bottom: 50px;
}
.voices .voices_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.voices .voices_box .voices_img {
  width: 18%;
  height: auto;
}
.voices .voices_box .voices_img img {
  width: 100%;
  height: auto;
}
.voices .voices_box .voices_content {
  width: 74%;
}
.voices .voices_box .voices_content .voices_name {
  font-size: 18px;
  margin-bottom: 30px;
}
.voices .voices_box .voices_content .voices_text {
  font-size: 16px;
}

#fmeijin {
  width: 90%;
  max-width: 660px;
  margin: auto;
  padding-bottom: 100px;
}
#fmeijin img,
#fmeijin video {
  width: 100%;
}
#fmeijin .fmeijin h2 {
  color: #0075c2;
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  display: block;
  border-bottom: #0075c2 solid 1px;
  margin: 40px 0 12px;
}
#fmeijin .fmeijin p {
  font-size: 24px;
  color: #c30d23;
  font-weight: 900;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 0;
}
#fmeijin .fmeijin_features {
  display: flex;
  justify-content: space-between;
  margin-bottom: 70px;
}
#fmeijin .fmeijin_features .fmeijin_circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background-color: #00b3c6;
  color: #fff;
}
#fmeijin .fmeijin_features .fmeijin_circle p {
  font-size: 26px;
  font-weight: 900;
  text-align: center;
}
#fmeijin .fmeijin_explanation {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 40px;
}
#fmeijin .fmeijin_explanation p {
  font-size: 18px;
}
#fmeijin .fmeijin_explanation .fmeijin_explanation_img {
  width: 51%;
  height: auto;
}
#fmeijin .fmeijin_explanation .fmeijin_explanation_textarea {
  width: 40%;
}
#fmeijin .fmeijin_explanation .fmeijin_explanation_textarea2 {
  padding: 30px 20px;
}
#fmeijin .fmeijin_chart {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
#fmeijin .fmeijin_3img {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
#fmeijin .fmeijin_3img .fmeijin_3img_item {
  width: 30%;
  height: auto;
}

#sec5 {
  padding: 50px 0;
  background-color: #ebf6ff;
  border-radius: 15px;
  margin-bottom: 50px;
}
#sec5 h2 {
  text-align: center;
}
#sec5 h2 span {
  font-size: 17px;
}
#sec5 .contact_ttl {
  width: 50%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 50px;
}
#sec5 .contact_ttl img {
  width: 100%;
  height: auto;
}

.header2 {
  width: 100%;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
  border-bottom: #231815 0.5px solid;
  margin-bottom: 30px;
}
.header2 .header2_1 {
  width: 17%;
}
.header2 .header2_2 {
  width: 33%;
}
.header2 a .header2_logo {
  width: 100%;
  height: auto;
}
.header2 a .header2_logo img {
  width: 100%;
  height: auto;
}

#sec6 {
  padding: 50px 0;
  background-color: #fff;
  border-radius: 15px;
  margin-bottom: 50px;
}
#sec6 h2 {
  text-align: center;
}
#sec6 h2 span {
  font-size: 17px;
}
#sec6 .contact_ttl {
  width: 50%;
  max-width: 350px;
  margin: auto;
  margin-bottom: 50px;
}
#sec6 .contact_ttl img {
  width: 100%;
  height: auto;
}

.header_dl {
  position: absolute;
  width: 310px;
  background-color: #fff;
  border-radius: 10px;
  padding: 45px 30px 30px;
  border: #000 1px solid;
  bottom: 60px;
  right: 90px;
}
.header_dl a {
  text-decoration: none;
  color: #000;
}
.header_dl p {
  font-size: 13px;
  font-weight: 900;
}
.header_dl .header_dl_p {
  color: #c30d23;
}
.header_dl .header_dl_pa {
  position: relative;
  width: fit-content;
}
.header_dl .header_dl_pa::after {
  position: absolute;
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background-image: url(../images/download_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  right: -23px;
  top: 4px;
}
.header_dl .header_dl_img {
  position: absolute;
  width: 86%;
  height: auto;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.header_dl .header_dl_img img {
  width: 100%;
  height: auto;
}

.dlcompleted_link {
  display: block;
  margin-bottom: 40px;
}

.dlcompleted_link2 {
  display: block;
  margin-bottom: 5px;
}

.dlcompleted_img {
  width: 100%;
  height: auto;
}
.dlcompleted_img img {
  width: 100%;
  height: auto;
}

.dlcompleted_img1 {
  margin-bottom: 40px;
}

.dlcompleted_img2 {
  margin-bottom: 5px;
}