@charset "UTF-8";
/* section1 */
.hp_title {
  text-align: center;
  padding: 5rem 0;
}
.hp_title .txt_h1 {
  padding: 10px;
  font-size: 5vw;
}
.hp_title .txt_h2 {
  padding: 0 28px;
}

/* section3 */
.reason {
  background: linear-gradient(110deg, #ffa319 25%, #F19000 25%);
  padding: 50px 0;
}
.reason .reason_box {
  background-color: #FFF;
  margin: 30px 28px;
}
.reason .reason_box .reason_img img {
  width: 100%;
}
.reason .reason_box h2 {
  font-size: 1.3rem;
  text-align: center;
  padding: 40px 0;
}
.reason .reason_box h2 span {
  content: "∴";
  font-size: 1.5rem;
  font-weight: bold;
  color: #F19000;
}
.reason .reason_box .worries_txt {
  padding: 15px 5px;
}
.reason .reason_box .worries_txt span {
  font-size: 2rem;
  color: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #F19000));
  background: linear-gradient(transparent 50%, #F19000 50%);
}
.reason .reason_box .orange {
  color: #F19000;
  padding-bottom: 15px;
}
.reason .reason_box .cp_list {
  width: 70%;
  margin: 0 auto;
  border: dashed 2px #F19000; /*破線 太さ 色*/
  border-radius: 30px;
  background: #fffaf2; /*背景色*/
  padding: 0.5em 0.5em 0.5em 2em;
}
.reason .reason_box .cp_list ul {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  margin: 0 auto;
  list-style-type: none;
}
.reason .reason_box .cp_list ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  position: relative;
}
.reason .reason_box .cp_list ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 1em;
  left: -1em;
  width: 10px;
  height: 5px;
  border-left: 2px solid #F19000;
  border-bottom: 2px solid #F19000;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .reason .reason_box ul li span {
    font-size: medium;
    color: #F19000;
  }
}
.reason .reason_box .worry_txt {
  padding: 30px;
  line-height: 2;
}

/* service */
.service {
  background-color: #fff1dd;
  padding: 30px 0;
}

.service .service_btn, .service .buttn, .contact .service_btn, .contact .buttn {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  padding: 20px;
}
.service .service_btn a, .service .buttn a, .contact .service_btn a, .contact .buttn a {
  display: block;
  position: relative;
  overflow: hidden;
}
.service .service_btn a::before, .service .buttn a::before, .contact .service_btn a::before, .contact .buttn a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.service .service_btn a:hover::before, .service .buttn a:hover::before, .contact .service_btn a:hover::before, .contact .buttn a:hover::before {
  opacity: 1;
}
.service .service_btn img, .service .buttn img, .contact .service_btn img, .contact .buttn img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 180px;
}
.service .service_btn .service_txt, .service .service_btn .btn_txt, .service .buttn .service_txt, .service .buttn .btn_txt, .contact .service_btn .service_txt, .contact .service_btn .btn_txt, .contact .buttn .service_txt, .contact .buttn .btn_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  width: 80%;
  text-align: center;
  z-index: 1;
}

/* contact */
.contact .form_txt {
  text-align: center;
  padding: 0 30px 30px;
}
.contact .form_txt span {
  font-weight: bold;
}
.contact .contact-form {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 50px;
  border-radius: 8px;
}
.contact .contact-form h2 {
  text-align: center;
  margin-bottom: 24px;
}
.contact .contact-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.contact .contact-form .form-group {
  margin-bottom: 16px;
}
.contact .contact-form .form-group label {
  display: block;
  margin-bottom: 4px;
  font-weight: bold;
}
.contact .contact-form .form-group input,
.contact .contact-form .form-group select,
.contact .contact-form .form-group textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.contact .contact-form button {
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 8px 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.contact .contact-form button:hover {
  background-color: #0056b3;
}

/* Table */
.feetable {
  max-width: 600px;
  width: 90%;
  border-collapse: collapse;
  margin: 0 auto;
  background-color: #fff1dd;
}
.feetable td {
  white-space: nowrap;
}
.feetable th, .feetable td {
  padding: 8px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.feetable th {
  background-color: #F19000;
  color: white;
}
.feetable tr:hover {
  background-color: #ffd08b;
}

.feetable2 {
  max-width: 600px;
  margin: 30px auto;
  padding: 20px 0;
  width: 90%;
  background-color: #fff1dd;
  border-radius: 20px;
}
.feetable2 .fee2 {
  margin: 5px auto;
}
.feetable2 .fee2 .point {
  -webkit-text-decoration: underline wavy #F19000;
          text-decoration: underline wavy #F19000;
  text-underline-offset: 0.3em;
}
.feetable2 .fee2 th {
  white-space: nowrap;
}
.feetable2 .fee2 th, .feetable2 .fee2 td {
  padding: 8px;
  font-weight: normal;
  text-align: left;
}
.feetable2 .fee2 th span, .feetable2 .fee2 td span {
  font-size: 90%;
  color: #000000;
}

.box-notice {
  max-width: 550px;
  font-size: small;
  margin: 0 auto;
  position: relative;
  text-align: left;
  padding: 5% 10%;
}
.box-notice::before {
  content: "⚠️注意";
  position: absolute;
  background-color: white;
  color: #da4033;
  font-weight: bold;
  left: 10%;
  top: -8%;
  padding: 5px;
}

.tax_p {
  padding: 30px;
}

/* Case page*/
.section_case {
  max-width: 800px;
  padding: 0 5%;
  margin: 0 auto;
}
.section_case .case_content .page {
  display: none;
}
.section_case .case_content .page.active {
  display: block;
}
.section_case .pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}
.section_case .pagination button {
  padding: 10px 15px;
  border: none;
  border-radius: 4px;
  background-color: #F19000;
  color: white;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.section_case .pagination button:hover {
  background-color: #c07402;
}
.section_case .pagination button.active {
  background-color: #ffc46b;
}
.section_case .case {
  padding-bottom: 30px;
}
.section_case .case .case_contents {
  margin: 20px;
  padding-top: 20px;
}
.section_case .case .case_contents .before-after-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 20px 0;
}
.section_case .case .case_contents .before-after-container .image-wrapper {
  position: relative;
  width: 100%; /* 幅を100%に設定 */
}
.section_case .case .case_contents .before-after-container .before-image,
.section_case .case .case_contents .before-after-container .after-image {
  width: 100%;
  height: auto;
  display: block;
}
.section_case .case .case_contents .before-after-container .before-image2 {
  width: 80%;
  float: left;
}
.section_case .case .case_contents .before-after-container .image-label {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 5px 10px;
  font-size: 14px;
}
.section_case .case .case_contents .case_name {
  background-color: #F19000;
  padding: 10px;
}
.section_case .case .case_contents .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; /* flexアイテムを折り返す（複数行に配置する） */
}
.section_case .case .case_contents .container img {
  width: 100%;
  border-radius: 10px;
}
.section_case .case .case_contents .column {
  width: calc(50% - 20px); /* 列の幅を均等に分配し、マージンを考慮して計算 */
  padding: 10px;
}/*# sourceMappingURL=style-pr.css.map */