html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica,
    Arial, sans-serif;
  font-size: 1.6em;
  color: #333333;
}

button {
  cursor: pointer;
}

a {
  text-decoration: none;
  color: #333333;
}

img {
  margin: 0;
  padding: 0;
}

ul,
li {
  list-style: none;
}

.main {
  margin: auto;
  position: relative;
}

header {
  background-color: white;
  width: 100%;
  height: 60px;
  padding-top: 10px;
}

.nav_wrap {
  height: inherit;
}

.nav_wrap ul {
  display: flex;
  width: 60%;
  height: 60px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

.nav_wrap ul li {
  text-align: center;
}

.nav_wrap img {
  width: 80%;
  opacity: 0.7;
}

.nav_wrap ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.nav_wrap ul li a::after {
  position: absolute;
  bottom: -3px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform 0.3s;
}

.nav_wrap ul li a:hover::after {
  transform: scale(1, 1);
}

header {
  margin-top: 35%;
}

.main {
  margin: 0 auto;
}

.sp_tel_menu_wrap {
  display: none;
}

/* 下からスクロールすれば、付与されるクラス */
#fixed-header {
  position: fixed;
  top: -70px;
  width: 100%;
  height: 70px;
  font-size: 2em;
  text-align: center;
  color: #181717;
  background: #ffffff;
  box-sizing: border-box;
  transition: 0.5s;
  /* アニメーションタイミング */
}

#fixed-header.is-show {
  top: 0;
  z-index: 999999;
}

/* ここまで */

.top_wrap_black_bar {
  position: fixed;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 50px;
  background-color: #b7b7b7;
  color: #fff;
}

.top_bar_wrap {
  height: inherit;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin: 0 auto;
  padding-top: 3px;
}

.left_logo img {
  width: 80%;
}

.right_tel_insta_wrap {
  display: flex;
  align-items: center;
  text-align: center;
}

.tel_wrap img {
  width: 80%;
}

.insta_wrap img {
  width: 60%;
}

.right_tel_insta_wrap .insta_logo {
  margin-bottom: 5px;
  margin-left: 20px;
}

@media screen and (min-width: 1200px) {
  .top_bar_wrap {
    width: 90%;
  }

  .right_tel_insta_wrap .insta_logo {
    margin-left: 30px;
  }
}

#js-nav {
  display: flex;
  justify-content: center;
}

.contents_wrap {
  background-color: #fff;
  padding-bottom: 100px;
}

.fix_header_wrap {
  display: flex;
  width: 90%;
  margin: 0 auto;
  height: 70px;
  align-items: center;
}

.logo_left_wrap {
  width: 25%;
}

.menu_center_wrap {
  width: 50%;
}

.tel_right_wrap {
  width: 25%;
}

.fix_header_wrap ul {
  display: flex;
  justify-content: flex-end;
}

.fix_header_wrap .logo_left_wrap img {
  width: 200px;
  opacity: 0.8;
}

.fix_header_wrap ul img {
  width: 75%;
  opacity: 0.7;
}

.fix_header_wrap .tel_right_wrap img {
  width: 80%;
  opacity: 0.7;
}

.menu_center_wrap ul li {
  margin-right: 20px;
}

.menu_center_wrap ul li:last-child {
  margin-right: 10px;
}

.fix_header_wrap .tel_right_wrap {
  display: flex;
}

.news_wrap {
  width: 100%;
}

.news_img_wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 80px;
}

.news_img_wrap img {
  width: 300px;
}

.tmp_text {
  text-align: center;
  margin: 0 auto;
  padding: 100px 0;
}

.more_button_wrap {
  width: 100%;
  text-align: center;
}

.more_button {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #333;
  /* ボタンの文字色 */
  font-size: 1.6rem;
  /* ボタンの文字サイズ */
  border: 2px solid #777777;
  /* ボタンの外枠の色 */
  border-radius: 5px;
  /* ボタンの外枠を丸める */
  transition: background-color 0.3s, color 0.3s;
  /* ホバー時のアニメーション効果 */

  /* ボタンのホバー時のスタイル */
  &:hover {
    background-color: #eee;
    /* ボタンの背景色（ホバー時） */
    color: #555;
    /* ボタンの文字色（ホバー時） */
  }
}

.greeting_wrap {
  margin-top: 70px;
  background-color: #efefef;
  width: 100%;
}

.greeting_contents {
  width: 80%;
  margin: 0 auto;
  padding: 20px 0px;
}

.greeting_contents .title_wrap {
  width: 60%;
  margin: 0 auto 20px;
}

.greeting_contents .img_text_box {
  width: 50%;
  margin: 0 auto;
}

.greeting_contents .img_text_box .text_wrap {
  font-size: 1.6rem;
  padding-right: 10px;
  padding-left: 10px;
  line-height: 1.8em;
}

.greeting_contents .owner_name_img {
  width: 50%;
  margin: 20px auto 0px;
  text-align: right;
  display: flex;

  img {
    width: 100%;
  }
}

.greeting_contents .owner_name_img .greeting_img {
  width: 50%;
  margin-right: 5%;
}

.greeting_contents .owner_name_img .owner_name {
  width: 30%;
}

.greeting_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.greeting_right {
  width: 50%;
  overflow: hidden;
  text-align: right;
}

.greeting_right img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.left_top_img img {
  padding-top: 20px;
  max-width: 60%;
}

.greeting_text {
  padding-right: 10px;
  font-size: 1.6rem;
  line-height: 1.8;
  margin: 1.2em 0;
}

.left_bottom_img {
  text-align: right;
  padding-right: 10px;
  padding-bottom: 30px;
}

.left_bottom_img img {
  max-width: 50%;
}

.company_info_wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}

.company_info_wrap img {
  max-width: 32.5%;
}

.company_img_wrap {
  text-align: center;
}

.company_text_wrap {
  width: 70%;
  margin: 0 auto;
}

.company_text_wrap p {
  padding-top: 20px;
  font-size: 1.8rem;
  line-height: 2;
  padding-bottom: 30px;
}

.google_map_wrap {
  margin: 0 auto;
  position: relative;
}

.google_map_wrap iframe {
  width: 100%;
  /* aspect-ratio: 16/9; */
  height: 300px;
}

.company_address_wrap {
  padding-bottom: 10px;
  display: flex;
  flex-flow: column;
  width: 350px;
  background-color: #ffffff;

  position: absolute;
  top: 10px;
  left: 10px;

  box-shadow: 0 0 5px rgba(128, 128, 128, 0.5);
  padding: 5px 10px;
}

.address_wrap {
  display: flex;
  align-items: flex-start;
  line-height: 2;
  font-size: 1.6rem;
}

.address_titile {
  width: 20%;
  margin-left: 5px;
}

.address_detrail {
  width: 80%;
}

.company_name {
  padding: 15px 0 20px;
  padding-left: 15px;
  font-size: 2rem;
}

.underline_text {
  border-bottom: 2px solid #777777;
  padding-bottom: 3px;
}

.showcase_wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}

.showcase_img_wrap {
  text-align: right;
}

.showcase_img_wrap img {
  max-width: 20.5%;
}

.showcase_contents_wrap {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  padding-top: 20px;
}

.showcase_left_wrap {
  width: 49.8%;
  height: 300px;
  background-color: #000000;
  position: relative;
}

.showcase_right_wrap {
  width: 49.8%;
  height: 300px;
  background-color: #000000;
  position: relative;
}

.showcase_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.4;
}

.img_text {
  width: 250px;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase_button_wrap {
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.showcase_button {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  color: #ffffff;
  /* ボタンの文字色 */
  font-size: 1.6rem;
  /* ボタンの文字サイズ */
  border: 2px solid #ffffff;
  /* ボタンの外枠の色 */
  border-radius: 5px;
  /* ボタンの外枠を丸める */
  transition: background-color 0.3s, color 0.3s;
  /* ホバー時のアニメーション効果 */

  /* ボタンのホバー時のスタイル */
  &:hover {
    background-color: #eee;
    /* ボタンの背景色（ホバー時） */
    color: #555;
    /* ボタンの文字色（ホバー時） */
  }
}

.form_wrap {
  width: 80%;
  margin: 0 auto;
  margin-top: 70px;
}

.form_title_wrap img {
  max-width: 27%;
}

.form_text_wrap {
  text-align: center;
}

.form_text {
  display: inline-block;
  text-align: left;
  line-height: 1.5;
}

.color_red {
  color: #d73a20;
}

.form-container {
  padding-top: 30px;
}

.form-group {
  padding-top: 20px;
  width: 75%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
}

.left_form {
  width: 25%;
}

.right_form {
  height: 2.4em;
  padding: 0 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.right_form:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.text_form {
  width: 70%;
  text-align: left;

  padding: 5px 16px;
  border-radius: 4px;
  border: none;
  box-shadow: 0 0 0 1px #ccc inset;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: none;
}

.text_form:focus {
  outline: 0;
  box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.form_width_1 {
  width: 30%;
}

.form_width_2 {
  width: 5%;
}

.form_width_3 {
  width: 70%;
}

.form_button_wrap {
  display: flex;
  width: 60%;
  margin: 0 auto;
  padding-top: 50px;
}

.form-button {
  padding-top: 30px;
  text-align: center;
  width: 100%;
}

.form-button button {
  background: #ffffff;
  display: inline-block;
  padding: 10px 60px;
  text-decoration: none;
  font-weight: normal;
  color: #333;
  /* ボタンの文字色 */
  font-size: 1.6rem;
  /* ボタンの文字サイズ */
  border: 2px solid #777777;
  /* ボタンの外枠の色 */
  border-radius: 5px;
  /* ボタンの外枠を丸める */
  transition: background-color 0.3s, color 0.3s;
  /* ホバー時のアニメーション効果 */

  /* ボタンのホバー時のスタイル */
  &:hover {
    background-color: #eee;
    /* ボタンの背景色（ホバー時） */
    color: #555;
    /* ボタンの文字色（ホバー時） */
  }
}

.font_weight {
  font-weight: 700;
}

.footer_wrap {
  width: 100%;
  height: 70px;
  background-color: #b7b7b7;
}

.footer_contents_wrap {
  width: 70%;
  height: inherit;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_left img {
  width: 70%;
}

.footer_menu ul {
  display: flex;
}

.footer_menu ul li {
  margin-right: 20px;
}

.footer_menu ul li:last-child {
  margin-right: 0;
}

.copy_right {
  width: 100%;
  height: 60px;
  background-color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.copy_right p {
  color: #ffffff;
}

#greeting {
  padding-bottom: 50px;
}

#company_info {
  padding-bottom: 50px;
}

#showcase {
  padding-bottom: 50px;
}

#contact {
  padding-bottom: 50px;
}

.key_visual_wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 50px;
}

.key_img_wrap {
  background-color: #000000;
  width: 100%;
  height: 200px;
  position: fixed;
  top: 50px;
  z-index: -2;
}

.key_img_wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: fixed;
  top: 50px;
  z-index: -1;
  opacity: 0.7;
}

.text_box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);

  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;

  z-index: -2;
}

.text_box hr {
  width: 250px;
}

.blank_tmp {
  width: 100%;
  height: 50px;
}

.tmp {
  margin-top: 1000px;
  width: 100%;
  height: 2000px;
  background-color: #777777;
}

.top_key_visual_wrap {
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}

.top_key_img_wrap img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
}

.key_logo_wrap {
  position: absolute;
  top: 16vw;
  left: 50%;
  transform: translate(-50%, -50%);
}

.key_logo_wrap img {
  width: 9vw;
}

.sp_greeting_wrap {
  display: none;
}

.sp_showcase_link_wrap {
  display: none;
}

.mobile-menu {
  display: none;
}

.for_br_text {
  display: none;
}

.thanks_parents {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.thanks_child {
  padding-top: 300px;
  padding-bottom: 350px;
  line-height: 1.8em;
}

.bg_white {
  background-color: #ffffff;
}

.sp_address {
  display: none;
}

.copy_right p {
  font-size: 1.2rem;
}

.top_key_img_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.top_key_img_wrap img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.top_key_img_wrap img.active {
  opacity: 1;
}

/* 追記 */
.renovation_contents {
  width: 100%;
  background-color: #ffffff;
}

.key_visual_wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  margin-top: 50px;
}

.key_img_wrap {
  background-color: #000000;
  width: 100%;
  height: 200px;
  position: fixed;
  top: 50px;
  z-index: -2;
}

.key_img_wrap img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  position: fixed;
  top: 50px;
  z-index: -1;
  opacity: 0.7;
}

.text_box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 100px;
  left: 50%;
  transform: translate(-50%, 0);

  font-size: 2.5rem;
  color: #ffffff;
  text-align: center;

  z-index: -2;
}

.text_box hr {
  width: 250px;
}

@media screen and (min-width: 601px) {
  header {
    margin-top: 0;
  }
}

.breadcrumb {
  padding-top: 80px;
  width: 80%;
  margin: 0 auto;
}

.breadcrumb ul {
  display: flex;
  color: #999;
}

.breadcrumb li {
  position: relative;
  padding-right: 15px;
  padding-left: 10px;
}

.breadcrumb li:first-child {
  padding-left: 0;
}

.breadcrumb li::after {
  content: "/";
  position: absolute;
  right: 0;
}

.breadcrumb li:last-child::after {
  content: "";
}

.renovation_contents_wrap {
  width: 80%;
  margin: 0 auto;
  padding-top: 50px;
}

.renovation_titile_img img {
  width: 300px;
}

.newhouse_titile_img img {
  width: 600px;
}

.renovation_box_parents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.renovation_box_child {
  flex-basis: calc(33.3% - 20px);
  margin: 10px;
  padding-top: 20px;
  padding-bottom: 15px;
}

.renovation_box_child img {
  width: 100%;
}

.renovation_address {
  padding: 5px 0;
  line-height: 2;
  font-weight: 700;
  font-size: 1.4rem;
}

.renovation_date {
  font-size: 1.2rem;
  opacity: 0.5;
}

.pagination {
  display: flex;
  justify-content: center;
  padding-top: 80px;
  padding-bottom: 100px;
}

.pagination a {
  color: black;
  float: left;
  padding: 8px 10px;
  text-decoration: none;
  transition: background-color 0.3s;
  margin-right: 8px;
  border: 1px solid #000;
}

.pagination a:last-child {
  margin-right: 0;
}

.pagination a.active {
  background-color: #000;
  color: white;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}

.renovation_text {
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}

.detail_parents {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.detail_child {
  flex-basis: calc(50% - 20px);
  margin: 10px;

  padding-top: 20px;
  padding-bottom: 15px;
}

.detail_child img {
  width: 100%;
}

.return_button_wrap {
  padding-top: 80px;
  text-align: center;
  padding-bottom: 100px;
}

.detail_return_button {
  background: #ffffff;
  display: inline-block;
  padding: 10px 60px;
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  border: 2px solid #777777;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;

  &:hover {
    background-color: #eee;
    color: #555;
  }
}

.for_br_text {
  display: none;
}

.renovation_box_parents {
  padding-bottom: 150px;
}

/* 追記 */
@media screen and (min-width: 1500px) {
  .header_index {
    margin-top: 80vh;
  }

  .key_logo_wrap {
    top: 35rem;
  }
}

@media screen and (max-width: 1499px) {
  .header_index {
    margin-top: 45%;
  }

  .key_logo_wrap {
    top: 20vw;
  }
}

@media screen and (min-width: 1400px) {
  .link_fade_in_out {
    pointer-events: none;
  }
}

@media screen and (max-width: 1200px) {
  .left_bottom_img {
    padding-bottom: 15px;
  }

  .left_bottom_img img {
    max-width: 45%;
  }

  .newhouse_titile_img img {
    width: 500px;
  }

  .renovation_titile_img img {
    width: 250px;
  }
}

@media screen and (max-width: 1000px) {
  .fix_header_wrap {
    width: 98%;
  }

  .fix_header_wrap .logo_left_wrap img {
    width: 170px;
    opacity: 0.8;
  }

  .fix_header_wrap ul img {
    width: 65%;
    opacity: 0.7;
  }

  .fix_header_wrap .tel_right_wrap img {
    width: 80%;
    opacity: 0.7;
  }

  .menu_center_wrap ul li {
    margin-right: 0;
  }

  .menu_center_wrap ul li:last-child {
    margin-right: 0;
  }

  .news_img_wrap {
    width: 90%;
  }

  .greeting_contents {
    width: 90%;
  }

  .greeting_text {
    font-size: 1.6rem;
  }

  .company_text_wrap p {
    font-size: 1.6rem;
  }

  .company_info_wrap {
    width: 90%;
  }

  .showcase_wrap {
    width: 90%;
  }

  .form_wrap {
    width: 90%;
  }

  .form-group {
    width: 85%;
  }

  .footer_contents_wrap {
    width: 90%;
  }

  .breadcrumb {
    width: 90%;
  }

  .renovation_contents_wrap {
    width: 90%;
  }

  .footer_menu {
    display: none;
  }

  .greeting_contents {
    width: 96%;
  }

  .form-group {
    width: 90%;
  }
}

@media screen and (max-width: 900px) {
  .company_address_wrap {
    display: none;
  }

  .sp_address {
    display: block;
  }

  .sp_company_address_wrap {
    width: 70%;
    margin: 0 auto;
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 700px) {
  .key_logo_wrap {
    top: 25vw;
  }

  header {
    display: none;
  }

  .container {
    margin-top: 40%;
  }

  .nav_wrap ul {
    width: 80%;
  }

  .news_img_wrap {
    padding-top: 20px;
    width: 90%;
  }

  .news_img_wrap img {
    width: 60%;
  }

  .top_wrap_black_bar {
    z-index: 9999;
  }

  .top_bar_wrap {
    width: 90%;
  }

  .left_logo img {
    width: 85%;
  }

  .right_tel_insta_wrap {
    display: none;
  }

  .sp_tel_menu_wrap {
    display: flex;
    width: 20%;
    justify-content: space-between;
  }

  .greeting_contents {
    margin: 0;
    padding: 0;
  }

  .greeting_contents .title_wrap {
    width: auto;
    margin: 0;
  }

  .greeting_contents .img_text_box {
    width: auto;
    margin: 0;
  }

  .greeting_contents .owner_name_img {
    width: auto;
    margin: 0;
  }

  .greeting_wrap {
    display: block;
    background-color: #efefef;
    width: 100%;
  }

  .title_wrap img {
    width: 50%;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 10px;
  }

  .img_text_box img {
    width: 50%;
    float: left;
    margin-right: 10px;
  }

  .greeting_wrap .text_wrap {
    font-size: 1.6rem;
    padding-right: 10px;
    padding-left: 10px;
    line-height: 1.8em;
  }

  .owner_name_img {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: right;
    margin-right: 15px;
    display: flex;
  }

  .owner_name_img img {
    width: 100%;
  }

  .owner_name_img .greeting_img {
    width: 50%;
    margin-right: 5%;
  }

  .greeting_contents .owner_name_img .owner_name {
    width: 45%;
  }

  .company_info_wrap img {
    max-width: 55%;
  }

  .company_info_wrap {
    margin-top: 0;
    width: 100%;
  }

  .company_text_wrap {
    width: 94%;
  }

  .company_address_wrap {
    position: static;
    box-shadow: none;
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .address_wrap {
    line-height: 1.8;
  }

  .company_text_wrap p {
    line-height: 1.8em;
  }

  .showcase_wrap {
    width: 100%;
    margin-top: 0;
  }

  .showcase_contents_wrap {
    height: 150px;
  }

  .img_text {
    top: 25%;
    width: 80%;
    font-weight: 700;
  }

  .showcase_img_wrap img {
    max-width: 35%;
    margin-right: 10px;
  }

  .showcase_img {
    height: auto;
  }

  .showcase_button_wrap {
    display: none;
  }

  .sp_showcase_link_wrap {
    display: flex;
  }

  .sp_showcase_button_wrap {
    width: 50%;
    text-align: center;
    margin-top: 15px;
  }

  .sp_showcase_button {
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    color: #333;
    /* ボタンの文字色 */
    border: 2px solid #777777;
    /* ボタンの外枠の色 */
    border-radius: 5px;
    /* ボタンの外枠を丸める */
    transition: background-color 0.3s, color 0.3s;
    /* ホバー時のアニメーション効果 */

    /* ボタンのホバー時のスタイル */
    &:hover {
      background-color: #eee;
      /* ボタンの背景色（ホバー時） */
      color: #555;
      /* ボタンの文字色（ホバー時） */
    }
  }

  .form_wrap {
    width: 100%;
    margin-top: 0;
  }

  .form_title_wrap {
    margin-left: 10px;
  }

  .form_title_wrap img {
    max-width: 64%;
  }

  .form_text_wrap {
    width: 70%;
    margin: 0 auto;
  }

  .form-group {
    flex-direction: column;
  }

  .form_width_1 {
    width: 60%;
  }

  .form_width_2 {
    width: 20%;
  }

  .form_width_3 {
    width: 85%;
  }

  .text_form {
    width: 90%;
    margin-top: 5px;
  }

  .left_form {
    width: auto;
  }

  .right_form {
    margin-top: 5px;
  }

  .footer_menu {
    display: none;
  }

  .copy_right p {
    font-size: 1.2rem;
  }

  .menu-icon {
    cursor: pointer;
  }

  .mobile-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background-color: #333;
    justify-content: center;
    align-items: center;
    z-index: 1;
    color: #ffffff;
    right: -100%;
    transform: translateX(100%);
    transition: transform 0.5s ease;
  }

  .mobile-menu.show {
    transform: translateX(0);
  }

  .mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
  }

  .mobile-menu li {
    padding: 15px;
    width: 100%;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: bold;

    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
  }

  .menu_icon_wrap {
    display: flex;
    justify-content: flex-end;
  }

  .menu_icon_wrap .menu_icon_wrap_child {
    margin-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 35%;
    display: flex;
    justify-content: flex-end;
  }

  .menu_icon_wrap .menu_icon_wrap_child:last-child {
    margin-right: 20px;
  }

  .container {
    margin-top: 0;
  }

  .breadcrumb {
    padding-top: 40px;
  }

  .breadcrumb ul {
    flex-wrap: wrap;
    line-height: 1.8;
  }

  .renovation_box_parents {
    flex-direction: column;
  }

  .renovation_box_child {
    width: 80%;
    margin: 0 auto;
  }

  .renovation_text {
    padding-top: 10px;
    padding-bottom: 0px;
  }

  .copy_right p {
    text-align: center;
  }

  .for_br_text {
    display: inline;
  }

  .contents_wrap {
    margin-top: 60%;
  }

  .key_logo_wrap img {
    width: 13vw;
  }

  .renovation_titile_img img {
    width: 45%;
  }

  .newhouse_titile_img img {
    width: 90%;
  }

  .form_title_wrap img {
    width: 45%;
  }

  .form_button_wrap {
    width: 80%;
  }

  .sp_company_address_wrap {
    width: 80%;
  }
}

@media screen and (max-width: 500px) {
  .contents_wrap {
    margin-top: 70%;
  }

  .form_button_wrap {
    width: 90%;
  }

  .sp_company_address_wrap {
    width: 94%;
  }
}

@media screen and (max-width: 500px) {
  .breadcrumb {
    padding-top: 20px;
    width: none;
    padding-left: 10px;
  }
}

/* 追記 */
.news_wrap .news_img_wrap {
  margin-bottom: 50px;
}

.news_wrap .swiper {
  width: 80%;
  margin-bottom: 50px;
}

.news_wrap .insta_list .swiper-slide {
  background-color: #f7f7f7;
}

.news_wrap .insta_list .swiper-slide .image {
  width: 100%;
  height: 300px;
  position: relative;
}

.news_wrap .insta_list .swiper-slide .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  left: 0;
}

.news_wrap .insta_list .swiper-slide .detail {
  padding: 15px;
}

.news_wrap .insta_list .swiper-slide .detail .date,
.news_wrap .insta_list .swiper-slide .detail .more {
  font-size: 14px;
}

.news_wrap .insta_list .swiper-slide .detail .text {
  font-size: 16px;
  margin: 15px 0px;
}

.news_wrap .insta_list .swiper-slide .detail .more {
  text-align: right;
}

.news_wrap .swiper [class^="swiper-button-"] {
  color: #fff;
}

.confirm_bottom_margin {
  padding-bottom: 70px;
}
