@charset "utf-8";
/*================================================================
【all】
=================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  padding: 100px 0;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {
  .back {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width:1500px) {
  .width {
    max-width: 80%;
    margin: 0 auto;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .width {
    max-width: 75%;
  }
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
}
@media (max-width:900px) {}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【backイメージ】::::::::::*/
.green-back {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 1000px;
  height: 100%;
  background-image: url("../image/common/green-back.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
}
.green-back img {
  width: 100px;
  position: absolute;
  bottom: 20%;
  left: 20%;
  transform: translateX(-20%);
}
.blue-back {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 1000px;
  height: 100%;
  background-image: url("../image/common/blue-back.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scaleX(-1); /* ← 左右反転！ */
}
.blue-back img {
  width: 100px;
  position: absolute;
  bottom: 20%;
  right: 70%;
  transform: translateX(-70%);
  transform: scaleX(-1); /* ← 左右反転！ */
}
@media (max-width:1500px) {
  .green-back, .blue-back {
    width: 700px;
  }
}
@media (max-width:1400px) {}
@media (max-width:1280px) {
  .green-back, .blue-back {
    width: 450px;
  }
}
@media (min-height:1366px) { /*ipad pro*/
  .green-back, .blue-back {
    width: 400px;
  }
}
@media (max-width:900px) {}
@media (max-width:450px) {
  .green-back, .blue-back {
    width: 200px;
    background-repeat: repeat-y;
    background-size: contain;
  }
  .green-back img, .blue-back img {
    display: none;
  }
}
@media (max-width: 400px) {}
/*================================================================
会社概要
=================================================================*/
/*:::::::::::【全体背景】::::::::::*/
.company-back {
  position: relative;
}
/*:::::::::::【コンテンツ】::::::::::*/
.company-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.company-contents iframe {
  width: 100%;
  height: 300px;
  display: block;
  margin-top: 20px;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .company-width {
    margin: 0;
    margin-left: auto !important;
  }
  .company-contents {
    align-items: flex-end;
    margin-right: 50px;
  }
}
@media (max-width:900px) {}
@media (max-width:450px) {
  .company-contents iframe {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .company-contents iframe {
    height: 150px;
  }
}
/*================================================================
採用情報
=================================================================*/
/*:::::::::::【全体背景】::::::::::*/
.recruit-back {
  position: relative;
}
/*:::::::::::【コンテンツ】::::::::::*/
.recruit-contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.oubo {
  line-height: 2;
}
.oubo li {
  transition: all 0.3s ease;
}
.oubo li:hover {
  font-weight: bold;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .recruit-width {
    margin: 0;
    margin-right: auto !important;
  }
  .recruit-contents {
    align-items: flex-start;
    margin-left: 50px;
  }
}
@media (max-width:900px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*================================================================
お問い合わせ
=================================================================*/
.contact-width {
  max-width: 60%;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .contact-width {
    max-width: 70%;
  }
}
@media (max-width:900px) {
  .contact-width {
    max-width: 80%;
  }
}
@media (max-width:450px) {
  .contact-width {
    max-width: 90%;
  }
}
@media (max-width: 400px) {}
/*:::::【工事のお問い合わせのみの電話番号】:::::*/
.contact-contents dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2;
}
/*:::::【矢印】:::::*/
dd .arrow {
  text-align: center;
  margin-bottom: 0.3em; /* お好みで上下の余白 */
  font-size: 1.5em; /* サイズ調整も可能 */
  color: #333; /* 色も任意で調整 */
  margin: 30px 0;
}
dd .arrow span {
  margin: 0 10px;
}
/*:::::【電話番号】:::::*/
.contact-contents dd a {
  display: block;
  width: 350px;
  color: #515151;
  background-color: #ffeb3b;
  padding: 10px 0;
  border-radius: 10px;
  font-size: 1.5rem;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: bold;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.3);
}
.contact-contents dd a span {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 900;
  font-size: 1.7rem;
  margin-left: 10px;
}
/*:::::【フォーム】:::::*/
form {
  width: 100%;
  margin: 70px auto;
  padding: 70px 50px;
  border: 1px solid #0A5F99;
  background-color: #FFFFFF;
}
.input-container {
  margin: 20px 0;
}
label {
  font-family: ;
  font-weight: bold;
}
.form-label {
  color: #64bef0;
  color: #1abc9c;
}
.color-red {
  position: relative;
  z-index: 1;
  color: #FF0004;
}
.form-input, textarea {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #3f98c9;
}
textarea {
  height: 150px !important;
}
/*:::::【お問い合わせ種類】:::::*/
.styled-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 300px;
  margin: 1em 0;
  padding: 0.6em 1.5em 0.6em 0.5em;
  cursor: pointer;
  line-height: 1.4;
  font-size: 0.95em;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(45deg, transparent 50%, rgba(0, 0, 0, 0.4) 50%), linear-gradient(135deg, rgba(0, 0, 0, 0.4) 50%, transparent 50%);
  background-size: 5px 5px, 5px 5px;
  background-position: calc(100% - 15px) 50%, calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #3f98c9;
}
@media (max-width:450px) {
  .styled-select {
    max-width: 100%;
  }
}
@media (max-width: 400px) {}
/*:::::【工事依頼項目】:::::*/
/*.check-container input {
  margin-left: 20px;
  margin-bottom: 20px;
}*/
.check-container input:first-of-type {
  margin-top: 20px;
}
input[type="checkbox"] { /*チェックボックスの間に余白*/
  margin-right: 0.5em;
}
.check-container div {
  border: 1px solid #3f98c9;
  margin-top: 10px;
  max-width: 300px;
  padding: 20px;
}
@media (max-width:450px) {
  .check-container div {
    max-width: 100%;
  }
}
@media (max-width: 400px) {}
/*:::::【プライバシーポリシー】:::::*/
.privacy-area {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #3f98c9;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 0px 5px #fff;
  margin-top: 100px;
  color: #000;
}
.privacy-title {
  font-family: "Kiwi Maru";
  cursor: pointer;
  font-size: 1rem;
  font-weight: bold;
  padding: 2% 3%;
  transition: all .5s ease;
  text-align: center;
}
.privacy-area li {
  padding: 20px;
  border-bottom: 1px dashed #191D6A;
}
.first-border {
  border-top: 1px dashed #191D6A;
}
.last-border {
  border-bottom: none !important;
}
.privacy-area span {
  font-weight: bold;
}
/*プライバシーポリシーの電話番号*/
.pp-tel {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
}
/*:::::【同意ボタン】:::::*/
/*チェックボックスサイズ*/
.checkbox {
  width: 12px;
  height: 12px;
  transform: scale(1.5); /* サイズを1.5倍に拡大 */
  /*margin-right: 5px;*/ /* チェックボックスとテキストの間に余白を追加 */
}
.check-button {
  margin-top: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-button label {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*:::::【送信ボタン】:::::*/
.submit-button {
  display: block;
  margin-top: 50px;
  text-align: center;
}
button {
  background-color: #ffeb3b;
  color: #515151;
  font-weight: bold;
  padding: 10px 30px;
  /*  border: 1px solid #3f98c9;*/
  border-radius: 5px; /* 角を少し丸く */
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 1px rgba(0, 0, 0, 0.4); /* 通常時のはっきりした影 */
}
button:hover {
  background-color: #e0ca2d;
  transform: translateY(4px); /* 押し込むような動き */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); /* 押したときは影をほぼなしに */
}
@media (max-width:900px) {
  /*--------------【メールフォーム】----------------*/
  form {
    margin-top: 50px;
    padding: 50px;
  }
  .contact-form-table tr {
    display: flex;
    flex-direction: column;
  }
  .contact-form-table th {
    width: auto;
    text-align: left;
    background-color: inherit;
    padding-bottom: 0;
    border-bottom: none;
  }
  .contact-form-table td {
    width: 100%;
    padding: 10px 20px;
    border-bottom: none;
  }
  @media (max-width:600px) {
    /*--------------【メールフォーム】----------------*/
    form {
      padding: 30px 20px 50px 20px;
    }
    .privacy-area {
      margin-top: 50px;
    }
  }
}