@charset "utf-8";
/*===========================================================================
all
==========================================================================*/
/*:::::::::::【背景】::::::::::*/
.back {
  position: relative;
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back {}
}
@media (max-width:900px) {
  .back {}
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【横幅】::::::::::*/
.width {
  max-width: 60%;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
@media (max-width:1500px) {
  .width {
    max-width: 65%;
  }
}
@media (max-width:1400px) {
  .width {
    max-width: 70%;
  }
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  .width {
    max-width: 80%;
  }
}
@media (max-width:900px) {
  .width {
    max-width: 90%;
  }
}
@media (max-width:600px) {}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*:::::::::::【コンテンツ】::::::::::*/
.contents {
  position: relative;
  margin: 50px auto;
}
@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) {}
/*========================================================================
オーバーレイ透過
========================================================================*/
.overlay::before {
  background-color: rgba(255, 255, 255, 0.8);
}
/*========================================================================
background画像
========================================================================*/
/*:::::【トップ】:::::*/
.back-top {
  display: flex;
  justify-content: space-between;
}
.back-top img {
  width: 30%;
}
@media (max-width:1500px) {}
@media (max-width:1400px) {}
@media (max-width:1280px) {}
@media (min-height:1366px) { /*ipad pro*/
  .back-top img {
    width: 40%;
  }
}
@media (max-width:900px) {
  .back-top img {
    width: 40%;
  }
}
@media (max-width:600px) {
  .back-top img {
    width: 50%;
  }
}
@media (max-width:450px) {}
@media (max-width: 400px) {}
/*========================================================================
会社概要
========================================================================*/
/*:::::【背景】:::::*/
.company-back {
  width: 100%;
  height: 100%;
}
.company-back::before, .company-back::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px; /* 画像の幅に合わせて調整 */
  height: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  pointer-events: none; /* コンテンツをクリック可能に */
  z-index: -1; /* 背景に回す */
}
.company-back::before {
  background-image: url("../image/company/lc-back.png");
  left: 5px;
}
.company-back::after {
  background-image: url("../image/company/rc-back.png");
  right: 5px;
}
/*========================================================================
お問い合わせ
========================================================================*/
/*:::::【背景】:::::*/
.form-back {
  width: 100%;
  height: 100%;
}
.form-back::before, .form-back::after {
  content: "";
  position: absolute;
  top: 0;
  width: 150px; /* 画像の幅に合わせて調整 */
  height: 100%;
  background-repeat: repeat-y;
  background-size: contain;
  pointer-events: none; /* コンテンツをクリック可能に */
  z-index: -1; /* 背景に回す */
}
.form-back::before {
  background-image: url("../image/company/lc-back.png");
  left: 5px;
}
.form-back::after {
  background-image: url("../image/company/rc-back.png");
  right: 5px;
}
/*:::::【フォーム】:::::*/
form {
  margin: 100px auto;
  background-color: #fff;
}
.input-container {
  margin: 20px 0;
}
label {
  font-family: ;
  font-weight: bold;
}
.color-red {
  position: relative;
  z-index: 1;
}
.form-input, textarea {
  width: 100% !important;
  height: 50px;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
  /*box-shadow: 0px 0px 0px 5px #fff;*/
  transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.2s ease;
  border: 1px solid #2c918c;
}
textarea {
  height: 150px !important;
}
/*:::::【相談対象者の年齢　ラジオボタン】:::::*/
.radio-age label {
  margin: 0 20px;
  font-weight: 500;
}
/*:::::【連絡希望時間帯　セレクトボックス】:::::*/
.styled-select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 0.6em 1.5em 0.6em 0.5em;
  cursor: pointer;
  line-height: 1.4;
  font-size: 0.95em;
  background-color: #fff;
  /*box-shadow: 0px 0px 0px 5px #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 #2c918c;
  color: inherit;
}
/*:::::【プライバシーポリシー】:::::*/
.privacy-area {
  max-height: 300px;
  overflow-y: auto;
  border: 1px solid #2c918c;
  padding: 10px;
  background-color: #fff;
  /*box-shadow: 0px 0px 0px 5px #fff;*/
}
.privacy-title {
  display: block;
  font-family: "Kiwi Maru";
  cursor: pointer;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 10px 0;
  transition: all .5s ease;
}
.privacy-area p {
  padding: 20px;
  border-bottom: 1px dashed #2c918c;
}
.privacy-area p:first-child {
  padding-top: 0;
}
.privacy-area p:last-child {
  border-bottom: none !important;
}
.privacy-area span {
  font-weight: bold;
}
/*プライバシーポリシーの電話番号*/
.pp-tel {
  display: block;
  margin-top: 20px;
  text-align: left;
  font-size: 18px;
}
/*:::::【同意ボタン】:::::*/
/*チェックボックスサイズ*/
.check-button {
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check-button input {
  transform: translateY(< !--< !---->-->1px);
  margin-right: 10px;
}
/*:::::【送信ボタン】:::::*/
.submit-btn {
  display: block;
  padding-bottom: 20px !important;
  text-align: center;
  /*margin: 20px;
  	border: 1px solid #00472a;
  margin-left: 20px !important;*/
}
button {
  background-color: #fff;
  color: #26918e;
  font-weight: bold;
  padding: 10px 30px;
  border: 1px solid #2c918c;
  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: #fff;
  transform: translateY(4px); /* 押し込むような動き */
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.6); /* 押したときは影をほぼなしに */
}
@media (max-width:1280px) {}
@media (max-width:1024px) {}
@media (min-height:1366px) { /*ipad pro*/
  /*:::::【フォーム】:::::*/
}
@media (max-width:900px) {
  /*--------------【メールフォーム】----------------*/
  .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 {
    margin: 50px auto;
    margin-bottom: 5%;    
	  padding-bottom: 5%;
    border: 1px solid;
    background-image: url("../image/color/green-3.png");
    background-repeat: repeat;
    background-size: contain;
  }
  .form-input, textarea {
    margin-top: 0;
  }
  /*:::::【お問い合わせ種類】:::::*/
  .styled-select {
    max-width: 100%;
  }
  /*:::::【送信ボタン】:::::*/
  .res-none {
    display: none !important;
  }
  .submit-btn {
    margin-top: 0;
    background-color: inherit !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    margin-left: 0 !important;
  }
}