@charset "UTF-8";
/* $notoSans: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
/*=================================================================*/
/*	共通スタイル
/*=================================================================*/
.btn {
  margin: 20px auto;
}
.btn a {
  padding: 11px 0;
  width: 300px;
  background: #FF842C;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 1px #fff solid;
  position: relative;
}
.btn a::after {
  position: absolute;
  content: "";
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  width: 6px;
  height: 6px;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -3px;
  right: 30px;
  transition: 0.3s;
}
.btn a::before {
  position: absolute;
  content: "";
  background: url(../img/union/icon_mail.svg) no-repeat center;
  width: 24px;
  height: 19px;
  top: 50%;
  margin-top: -10px;
  left: 70px;
}
.btn a:hover::after {
  right: 26px;
}
.btn .navy {
  background: #004DB2;
}

p.Hook {
  font-family: "Shippori Mincho";
  font-weight: 500;
  font-size: 6.8rem;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

/* 下からfadeIn */
.fadeIn_up {
  opacity: 0;
  transform: translate(0, 5%);
  transition: 0.5s;
}

.fadeIn_up.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 左からfadeIn */
.fadeIn_left {
  opacity: 0;
  transform: translate(-5%, 0);
  transition: 0.7s;
}

.fadeIn_left.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/* 背景がじわっと出てくる */
/*=================================================================*/
/*	mv
/*=================================================================*/
.mainvisual {
  position: relative;
  overflow: hidden;
}
.mainvisual .slider div {
  width: 100%;
  height: 800px;
  object-fit: cover;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0.9);
  background-size: cover;
}
.mainvisual .slider div.main_img01 {
  background-image: url(../img/top/main_img01.jpg);
}
.mainvisual .slider div.main_img02 {
  background-image: url(../img/top/main_img02.jpg);
}
.mainvisual .slider div.main_img03 {
  background-image: url(../img/top/main_img03.jpg);
}
.mainvisual .slider div.main_img04 {
  background-image: url(../img/top/main_img04.jpg);
}
.mainvisual .slider div.main_img05 {
  background-image: url(../img/top/main_img05.jpg);
}
.mainvisual .slider div.main_img06 {
  background-image: url(../img/top/main_img06.jpg);
}
.mainvisual .catch_copy {
  position: absolute;
  text-align: center;
  top: 50%;
  margin-top: -278px;
  color: #fff;
  left: 50%;
  margin-left: -270px;
}
.mainvisual .catch_copy .ym_img {
  margin: 0 auto 10px;
}
.mainvisual .catch_copy p {
  color: #fff;
  line-height: 2;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
  letter-spacing: 1px;
}
.mainvisual .catch_copy .p_large {
  font-family: "Shippori Mincho";
  font-weight: 700;
  font-size: 6rem;
  margin-bottom: 18px;
  line-height: 1;
}
.mainvisual .catch_copy .logo_img {
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
  margin-bottom: 20px;
}
.mainvisual .catch_copy .top_btn a {
  padding: 16px 0;
  width: 400px;
  background: #FF842C;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 50px;
  display: inline-block;
  border: 2px #fff solid;
  position: relative;
}
.mainvisual .catch_copy .top_btn a::after {
  position: absolute;
  content: "";
  border-top: 2px #fff solid;
  border-left: 2px #fff solid;
  width: 8px;
  height: 8px;
  transform: rotate(135deg);
  top: 50%;
  margin-top: -4px;
  right: 30px;
  transition: 0.3s;
}
.mainvisual .catch_copy .top_btn a:hover {
  opacity: 1;
  background: #F36500;
}
.mainvisual .catch_copy .top_btn a:hover::after {
  right: 26px;
}

/*=================================================================*/
/*	section
/*=================================================================*/
section {
  padding: 100px 0;
}

h2 {
  font-size: 3.2rem;
  color: #004DB2;
}
h2 span {
  display: block;
  font-size: 1.6rem;
  color: #B8B8B8;
  font-weight: 500;
}

/*=================================================================*/
/*	製品情報
/*=================================================================*/
.line_up {
  background: url(../img/top/back_line.png) no-repeat top 120px center, url(../img/top/back_line02.png) no-repeat bottom -20vw center, #004DB2;
  overflow: hidden;
  background-size: contain;
  position: relative;
  z-index: 10;
}
.line_up .info_img {
  position: absolute;
  bottom: 80px;
  right: 0;
  z-index: -1;
  margin-left: 20%;
}
.line_up .info_img img {
  border-radius: 20px 0 0 20px;
}
.line_up .inner .h2_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.line_up .inner .h2_wrap h2 {
  color: #fff;
}
.line_up .inner .h2_wrap h2 span {
  color: #fff;
}
.line_up .inner .h2_wrap .Hook {
  text-align: right;
}
.line_up .inner .item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
  text-align: center;
}
.line_up .inner .item_wrap .item_box {
  background: #fff;
  border-radius: 16px;
  padding: 30px 20px 20px;
  width: 36%;
}
.line_up .inner .item_wrap .item_box .item_name img {
  /* width: 60%;
  min-width: 160px; */
}
.line_up .inner .item_wrap .item_box figure {
  border-top: #ccc dashed 1.5px;
  margin: 10px auto;
}
.line_up .inner .item_wrap .item_box figure img {
  width: 300px;
}
.line_up .inner .item_wrap .item_box figure figcaption p:first-child {
  font-size: 2.4rem;
  color: #004DB2;
  font-weight: bold;
  border-bottom: 10px;
}
.line_up .inner .item_wrap .item_box .item_btn a {
  display: inline-block;
  color: #fff;
  background: #1688E5;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 20px 0;
  width: 100%;
  border-radius: 10px;
  position: relative;
}
.line_up .inner .item_wrap .item_box .item_btn a::after {
  position: absolute;
  content: "";
  background: url(../img/union/icon_arrow_right.svg) no-repeat center center;
  top: 50%;
  margin-top: -10px;
  right: 40px;
  width: 23px;
  height: 23px;
}
.line_up .inner .item_wrap .uresuji {
  position: relative;
}
.line_up .inner .item_wrap .uresuji::before {
  position: absolute;
  content: "売れ筋";
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #FF842C;
  width: 74px;
  height: 70px;
  padding-top: 30px;
  top: -20px;
  left: 20px;
  clip-path: polygon(0px 0px, 74px 0px, 74px 98px, 37px 80px, 0px 98px);
}
.line_up .inner .item_wrap .uresuji .item_name {
  margin-left: 50px;
}
.line_up .inner .item_wrap .ninki {
  position: relative;
}
.line_up .inner .item_wrap .ninki::before {
  position: absolute;
  content: "人気";
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #00B853;
  width: 74px;
  height: 70px;
  padding-top: 30px;
  top: -20px;
  left: 20px;
  clip-path: polygon(0px 0px, 74px 0px, 74px 98px, 37px 80px, 0px 98px);
}
.line_up .inner .item_wrap .ninki .item_name {
  margin-left: 50px;
}
.line_up .inner .item_wrap .new {
  position: relative;
}
.line_up .inner .item_wrap .new::before {
  position: absolute;
  content: "NEW";
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  background: #FF4649;
  width: 74px;
  height: 70px;
  padding-top: 30px;
  top: -20px;
  left: 20px;
  clip-path: polygon(0px 0px, 74px 0px, 74px 98px, 37px 80px, 0px 98px);
}
.line_up .inner .item_wrap .new .item_name {
  margin-left: 50px;
}
.line_up .inner .item_wrap .new.dev::before {
  content: "開発中";
}
.line_up .inner .info {
  padding: 100px 0;
}
.line_up .inner .info p {
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  margin-bottom: 50px;
  font-weight: 400;
}
.line_up .inner .info .Hook {
  margin-bottom: 40px;
}

/*******************************************************************/
/* 導入実績 */
/*******************************************************************/
.example {
  background: #f5f5f5;
  position: relative;
  z-index: 10;
}
.example::before {
  position: absolute;
  content: "";
  background: #eaeaea;
  width: 483px;
  height: 764px;
  clip-path: polygon(100% 0, 100% 100%, 0 0);
  z-index: -1;
  top: 0;
  right: 0;
}
.example .inner .h2_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.example .inner .h2_wrap .Hook {
  color: #333;
  text-shadow: none;
  text-align: right;
}
.example .inner .ex_wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.example .inner .ex_wrap .ex_box {
  background: #fff;
  border-radius: 20px;
  width: 47%;
  margin: 0 0 60px 20px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}
.example .inner .ex_wrap .ex_box figure img {
  border-radius: 20px 20px 0 0;
}
.example .inner .ex_wrap .ex_box figure figcaption {
  padding: 30px;
}
.example .inner .ex_wrap .ex_box figure figcaption p:first-child {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.example .inner .ex_wrap .ex_box figure figcaption .point {
  margin-bottom: 15px;
}
.example .inner .ex_wrap .ex_box figure figcaption .point dl {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.example .inner .ex_wrap .ex_box figure figcaption .point dl:last-child {
  margin: 0px;
}
.example .inner .ex_wrap .ex_box figure figcaption .point dl span {
  display: flex;
  background: #F0F0F0;
  border-radius: 50px;
  padding: 3px 15px;
}
.example .inner .ex_wrap .ex_box figure figcaption .point dl span dt {
  position: relative;
  padding-right: 15px;
}
.example .inner .ex_wrap .ex_box figure figcaption .point dl span dt::after {
  position: absolute;
  content: "";
  border-left: #bbb solid 1px;
  width: 1px;
  height: 17px;
  top: 5px;
  right: 7px;
}
.example .inner .ex_wrap .place {
  position: relative;
}
.example .inner .ex_wrap .place::before {
  position: absolute;
  content: "位置";
  background: url(../img/top/icon_place.svg) no-repeat center left 20px, #004DB2;
  background-size: 20px;
  padding: 14px 30px 14px 50px;
  color: #fff;
  font-size: 2.4rem;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  top: -20px;
  left: -20px;
}
.example .inner .ex_wrap .search {
  position: relative;
}
.example .inner .ex_wrap .search::before {
  position: absolute;
  content: "探索";
  background: url(../img/top/icon_compass.svg) no-repeat center left 20px, #00B853;
  background-size: 24px;
  padding: 14px 30px 14px 50px;
  color: #fff;
  font-size: 2.4rem;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
  top: -20px;
  left: -20px;
}
.example .inner .btn {
  text-align: center;
}
.example .inner .btn a::before {
  position: unset;
}

/*******************************************************************/
/* consult */
/*******************************************************************/
.consult {
  background: url(../img/top/engineer_img.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.consult::before {
  position: absolute;
  content: "";
  background: linear-gradient(90deg, #225aa3, #4780b9);
  width: 100%;
  height: 100%;
  top: 0;
  z-index: -1;
  mix-blend-mode: multiply;
  clip-path: polygon(0 0, 60% 0, 50% 100%, 0 100%);
}
.consult .inner p {
  margin-bottom: 50px;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 1.8;
}
.consult .inner p.Hook {
  margin-bottom: 40px;
  line-height: 1;
}
.consult .inner .btn a:last-child {
  margin-left: 30px;
}
.consult .inner .btn a:last-child::before {
  background: url(../img/top/icon_engineer.svg) no-repeat center center;
  left: 30px;
}

/*******************************************************************/
/* お問い合わせ */
/*******************************************************************/
.contact {
  padding-bottom: 20px;
}
.contact .inner .contact_ttl {
  margin-bottom: 60px;
  text-align: center;
}
.contact .inner .contact_ttl h2 {
  margin-bottom: 10px;
}
.contact .inner form {
  max-width: 800px;
  margin: 0 auto;
}
.contact .inner form .inputBox dl {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
  align-items: center;
}
.contact .inner form .inputBox dl dt {
  width: 22%;
  text-align: right;
}
.contact .inner form .inputBox dl .hissu::after {
  content: "必須";
  font-size: 1.4rem;
  background: #FB5356;
  padding: 2px 8px;
  color: #fff;
  margin-left: 10px;
  display: inline-block;
}
.contact .inner form .inputBox dl dd {
  width: 78%;
}
.contact .inner form .inputBox dl dd input[type=text] {
  padding: 7px;
  background: #f5f5f5;
  border: 1px solid #CCc;
  width: 100%;
  box-sizing: border-box;
}
.contact .inner form .inputBox dl dd input[type=radio] {
  appearance: auto;
  margin-right: 7px;
}
.contact .inner form .inputBox dl dd input[type=radio]:last-child {
  margin-left: 10px;
}
.contact .inner form .inputBox dl dd select {
  appearance: auto;
  background: #f5f5f5;
  border: #ccc solid 1px;
  padding: 7px;
  box-sizing: border-box;
  color: #333;
}
.contact .inner form .inputBox dl dd textarea {
  padding: 7px;
  box-sizing: border-box;
  background: #f5f5f5;
  border: #ccc 1px solid;
  width: 100%;
  height: 200px;
}
.contact .inner form .inputBox dl dd input::placeholder, .contact .inner form .inputBox dl dd textarea::placeholder {
  color: #a9a9a9;
}
.contact .inner form .inputBox dl .vertical-item {
  display: inline-block;
  margin-right: 20px;
}
.contact .inner form .inputBox p {
  text-align: center;
  margin-bottom: 50px;
}
.contact .inner form .inputBox p input[type=checkbox] {
  appearance: auto;
  margin-right: 7px;
}
.contact .inner form .inputBox .naiyou {
  align-items: unset;
  margin-bottom: 50px;
}
.contact .inner form .inputBox .naiyou dt {
  padding-top: 7px;
}
.contact .inner form .submit_btn {
  text-align: center;
}
.contact .inner form .submit_btn button {
  background: #FF842C;
  color: #fff;
  font-size: 2.2rem;
  padding: 7px 130px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.contact .inner form .submit_btn button::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 30px;
  transition: 0.3s;
}
.contact .inner form .submit_btn button:hover {
  opacity: 1;
  background: #F36500;
}
.contact .inner form .submit_btn button:hover::after {
  right: 27px;
}

.mw_wp_form .error {
  background-color: #ffd9d9;
  padding: 5px 10px;
  margin: 5px 0 0;
}

#mw_wp_form_mw-wp-form-801.mw_wp_form_complete {
  text-align: center;
}

/*******************************************************************/
/* PC */
/*******************************************************************/
@media screen and (max-width: 1000px) {
  /*<start>==========================================================*/
  p.Hook {
    font-size: 5rem;
  }
  /*<end>============================================================*/
}
/*******************************************************************/
/* SP */
/*******************************************************************/
@media screen and (max-width: 768px) {
  /*<start>==========================================================*/
  /* $notoSans: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  /*=================================================================*/
  /*	共通スタイル
  /*=================================================================*/
  .btn {
    margin: 20px auto;
  }
  .btn a {
    padding: 5px 0;
    width: 230px;
    color: #fff;
  }
  .btn a::after {
    right: 20px;
  }
  .btn a::before {
    background-size: 70%;
    top: 50%;
    margin-top: -9px;
    left: 40px;
  }
  .btn a:hover::after {
    right: 16px;
  }
  p.Hook {
    font-size: 3rem;
  }
  /*=================================================================*/
  /*	mv
  /*=================================================================*/
  .mainvisual .slider div {
    width: 100%;
    height: 600px;
    object-fit: cover;
  }
  .mainvisual .slider div.main_img01 {
    background-image: url(../img/top/main_spimg01.jpg);
  }
  .mainvisual .slider div.main_img02 {
    background-image: url(../img/top/main_spimg02.jpg);
  }
  .mainvisual .slider div.main_img03 {
    background-image: url(../img/top/main_spimg03.jpg);
  }
  .mainvisual .slider div.main_img04 {
    background-image: url(../img/top/main_spimg04.jpg);
  }
  .mainvisual .slider div.main_img05 {
    background-image: url(../img/top/main_spimg05.jpg);
  }
  .mainvisual .slider div.main_img06 {
    background-image: url(../img/top/main_spimg06.jpg);
  }
  .mainvisual .catch_copy {
    position: absolute;
    text-align: center;
    color: #fff;
    top: 50%;
    margin: -198px auto 0;
    left: 50%;
    margin-left: -168px;
  }
  .mainvisual .catch_copy .ym_img {
    width: 200px;
  }
  .mainvisual .catch_copy p {
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .mainvisual .catch_copy .p_large {
    font-size: 3rem;
    margin-bottom: 18px;
    line-height: 1;
  }
  .mainvisual .catch_copy .logo_img {
    width: 337px;
    min-width: 300px;
    margin-bottom: 20px;
  }
  .mainvisual .catch_copy .top_btn a {
    padding: 5px 0;
    width: 250px;
    font-size: 1.6rem;
  }
  .mainvisual .catch_copy .top_btn a::after {
    right: 20px;
  }
  .mainvisual .catch_copy .top_btn a:hover::after {
    right: 16px;
  }
  /*=================================================================*/
  /*	section
  /*=================================================================*/
  section {
    padding: 60px 0;
  }
  h2 {
    font-size: 2.4rem;
  }
  h2 span {
    font-size: 1.4rem;
  }
  /*=================================================================*/
  /*	製品情報
  /*=================================================================*/
  .line_up {
    background: url(../img/top/back_line.png) no-repeat top 30px center, url(../img/top/back_line02.png) no-repeat bottom -20vw center, #004DB2;
    background-size: contain;
  }
  .line_up .info_img {
    bottom: 30px;
    margin-left: 30%;
  }
  .line_up .info_img img {
    border-radius: 12px 0 0 12px;
    filter: brightness(0.6);
  }
  .line_up .inner .h2_wrap {
    display: block;
    margin-bottom: 60px;
  }
  .line_up .inner .Hook {
    text-align: right;
  }
  .line_up .inner .item_wrap {
    display: block;
  }
  .line_up .inner .item_wrap .item_box {
    border-radius: 12px;
    padding: 16px 10px;
    width: auto;
    margin-bottom: 20px;
  }
  .line_up .inner .item_wrap .item_box .item_name img {
    width: 60%;
    min-width: 160px;
  }
  .line_up .inner .item_wrap .item_box figure figcaption p:first-child {
    font-size: 2rem;
  }
  .line_up .inner .item_wrap .item_box .item_btn a {
    font-size: 1.6rem;
    padding: 10px 0;
    width: 100%;
    border-radius: 10px;
  }
  .line_up .inner .item_wrap .item_box .item_btn a::after {
    margin-top: -11px;
    background-size: 70%;
  }
  .line_up .inner .item_wrap .uresuji::before {
    font-size: 1.6rem;
    width: 60px;
    height: 50px;
    padding-top: 20px;
    top: -10px;
    clip-path: polygon(0px 0px, 60px 0px, 60px 70px, 30px 60px, 0px 70px);
  }
  .line_up .inner .item_wrap .uresuji .item_name {
    margin-left: 30px;
  }
  .line_up .inner .item_wrap .ninki::before {
    font-size: 1.6rem;
    width: 60px;
    height: 50px;
    padding-top: 20px;
    top: -10px;
    clip-path: polygon(0px 0px, 60px 0px, 60px 70px, 30px 60px, 0px 70px);
  }
  .line_up .inner .item_wrap .ninki .item_name {
    margin-left: 30px;
  }
  .line_up .inner .item_wrap .new::before {
    font-size: 1.6rem;
    width: 60px;
    height: 50px;
    padding-top: 20px;
    top: -10px;
    clip-path: polygon(0px 0px, 60px 0px, 60px 70px, 30px 60px, 0px 70px);
  }
  .line_up .inner .item_wrap .new .item_name {
    margin-left: 30px;
  }
  .line_up .inner .info {
    padding: 40px 0 0;
  }
  .line_up .inner .info p {
    margin-bottom: 20px;
  }
  .line_up .inner .info .Hook {
    margin-bottom: 30px;
    text-align: left;
  }
  /*******************************************************************/
  /* 導入実績 */
  /*******************************************************************/
  .example .inner .h2_wrap {
    display: block;
    margin-bottom: 60px;
  }
  .example .inner .ex_wrap {
    display: block;
  }
  .example .inner .ex_wrap .ex_box {
    border-radius: 12px;
    width: auto;
    margin: 0 0 30px 10px;
  }
  .example .inner .ex_wrap .ex_box figure img {
    border-radius: 12px 12px 0 0;
  }
  .example .inner .ex_wrap .ex_box figure figcaption {
    padding: 12px 16px 16px;
  }
  .example .inner .ex_wrap .ex_box figure figcaption p:first-child {
    font-size: 2rem;
    margin-bottom: 5px;
  }
  .example .inner .ex_wrap .ex_box figure figcaption .point {
    margin-bottom: 5px;
  }
  .example .inner .ex_wrap .place::before {
    background: url(../img/top/icon_place.svg) no-repeat center left 11px, #004DB2;
    background-size: 16px;
    padding: 8px 22px 8px 33px;
    font-size: 2rem;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    top: -10px;
    left: -10px;
  }
  .example .inner .ex_wrap .search::before {
    position: absolute;
    content: "探索";
    background: url(../img/top/icon_compass.svg) no-repeat center left 11px, #00B853;
    background-size: 18px;
    padding: 8px 22px 8px 33px;
    font-size: 2rem;
    clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
    top: -10px;
    left: -10px;
  }
  /*******************************************************************/
  /* consult */
  /*******************************************************************/
  .consult::before {
    clip-path: polygon(0 0, 90% 0, 60% 100%, 0 100%);
  }
  .consult .inner p {
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .consult .inner p.Hook {
    margin-bottom: 30px;
  }
  .consult .inner .btn a:first-child {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .consult .inner .btn a:last-child {
    margin-left: 0;
  }
  .consult .inner .btn a:last-child::before {
    background: url(../img/top/icon_engineer.svg) no-repeat center center;
    background-size: 70%;
    left: 7px;
  }
  /*******************************************************************/
  /* お問い合わせ */
  /*******************************************************************/
  .contact {
    padding-bottom: 20px;
  }
  .contact .inner .contact_ttl {
    margin-bottom: 40px;
  }
  .contact .inner .contact_ttl h2 {
    margin-bottom: 5px;
  }
  .contact .inner form .inputBox dl {
    display: block;
    margin-bottom: 20px;
  }
  .contact .inner form .inputBox dl dt {
    width: auto;
    text-align: left;
    margin-bottom: 5px;
  }
  .contact .inner form .inputBox dl .hissu::after {
    font-size: 1.2rem;
    padding: 0 4px;
    margin-left: 4px;
  }
  .contact .inner form .inputBox dl dd {
    width: auto;
  }
  .contact .inner form .inputBox dl dd.gray {
    background: #f5f5f5;
    border-radius: 12px;
    padding: 3px;
  }
  .contact .inner form .inputBox dl dd input[type=text] {
    padding: 5px;
  }
  .contact .inner form .inputBox dl dd input[type=radio] {
    appearance: auto;
    margin-right: 7px;
  }
  .contact .inner form .inputBox dl dd input[type=radio]:last-child {
    margin-left: 10px;
  }
  .contact .inner form .inputBox dl dd select {
    padding: 5px;
  }
  .contact .inner form .inputBox dl dd textarea {
    padding: 5px;
    height: 100px;
  }
  .contact .inner form .inputBox p {
    margin-bottom: 30px;
  }
  .contact .inner form .inputBox p input[type=checkbox] {
    appearance: auto;
  }
  .contact .inner form .inputBox .naiyou {
    margin-bottom: 20px;
  }
  .contact .inner form .inputBox .naiyou dt {
    padding-top: 0;
  }
  .contact .inner form .submit_btn button {
    font-size: 2rem;
    padding: 5px 0;
    width: 70%;
  }
  .contact .inner form .submit_btn button::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -4px;
  }
  /*<end>============================================================*/
}/*# sourceMappingURL=top.css.map */