@charset "utf-8";

/*common*/
.content_wrap {
  padding: 30px 0;
}
@media print, screen and (min-width:768px) {
  .content_wrap {
    padding: 60px 0;
  }
}
.title02 {
  margin-bottom: 15px !important;
  padding-bottom: 10px !important;
  font-weight: bold;
  font-size: 20px;
  color: #6d6d6d !important;
  line-height: 1.3;
  text-align: center !important;
}
.title02 img {
  width: auto;
  height: 40px;
  margin-right: 5px;
}
@media print, screen and (min-width:768px) {
    .title02 {
        margin-bottom: 30px !important;
        padding-bottom: 10px !important;
        font-size: 28px !important;
    }
    .title02 img {
        width: auto;
        height: 60px;
        margin-right: 10px;
    }
}
.title04 {
  margin-bottom: 20px !important;
  font-weight: bold;
  font-size: 22px !important;
  color: #000 !important;
  line-height: 1.3;
  text-align: center !important;
  border-top: 2px solid #009e52;
  border-bottom: 2px solid #009e52;
  padding: 0.5em 0;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .title04 {
    margin-bottom: 40px !important;
    font-size: 30px !important;
  }
}
.btn {
  min-width: auto;
  padding: 7px 30px;
}
.anchor_point {
	margin-top: -87px;
	padding-top: 87px;
}
@media print, screen and (min-width:768px) {
  .anchor_point {
    margin-top: -168px;
    padding-top: 168px;
  }
}
/*main_img*/
#odesign_fv_movie{
 position: relative;
 z-index: 10;
}
#main_img {
  width: 100%;
  background: url("../img/relocation1sttime_img/bg_main_img.jpg") center center no-repeat;
  background-size: cover;
  padding: 40px 0;
}
#main_img .catch {
  color: #FFFD27;
  font-size: clamp(20px, 3vw, 32px); 
  font-weight: bold;
  text-align: center;
  text-shadow: 0 0 3px #13350f, 0 0 10px #13350f;
}
#main_img .title {
  font-size: clamp(21px, 4.8vw, 62px);
  color: #009e52;
  text-align: center;
  line-height: 1.3;
  margin-top: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  text-shadow: 0 0 4px #fff, 0 0 12px #fff;
  margin-bottom: 13px;
}

#main_img ul {}
#main_img ul li {
  display: inline-block;
  padding-left: 0;
}
#main_img ul li:not(:last-child) {
  margin-bottom: 18px;
}
#main_img ul li a {
  display: block;
}
#main_img ul li a .caption {
  color: #fff;
  font-size: clamp(15px,1.5vw,18px);
  font-weight: bold;
  text-align: center;
  background: #ff8f22;
  border-radius: 6px;
  padding: 6px 5px;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
#main_img ul li a .caption:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 9px 0 9px;
  border-color: #ff8f22 transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#main_img ul li a:hover .caption {
  background: #009e52;
  top: -5px;
  transition: all 0.4s;
}
#main_img ul li a:hover .caption:before {
  border-color: #009e52 transparent transparent transparent;
  top: 100%;
}
#main_img ul li a .caption br {
    display: none;
  }
@media print, screen and (min-width:768px) {
 #odesign_fv_movie{
  height: 640px;
 }
  #main_img {
   background: none;
    padding: 60px 0;
  }
  #main_img .title {
    margin-bottom: 26px;
  }
  #main_img ul {
    display: flex;
    justify-content: space-between;
  }
  #main_img ul li {
    width: calc(100% / 3 - 10px);
  }
  #main_img ul li:not(:last-child) {
    margin-bottom: 0;
  }
  #main_img ul li a .caption {
    padding: 10px 10px;
  }
}
@media print, screen and (min-width:992px) {
  #main_img ul li {
    width: calc(100% / 3 - 20px);
  }
  #main_img ul li a .caption br {
    display: inline-block;
  }
}

/*intro*/
#intro .row > div:first-child {
  margin-bottom: 40px;
  position: relative;
}
#intro .row > div:first-child:before {
  content: "\f103";
  font-family: fontawesome;
  color: #e00000;
  font-size: 30px;
  position: absolute;
  top: calc(100% - 5px);
  left: 50%;
  -ms-transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  transform: translateY(0) translateX(-50%);
}
#intro .row > div .caption {
  color: #fff;
  font-size: clamp(16px,2.1vw,24px);
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  margin-bottom: 10px;
}
#intro .row > div:first-child .caption {
  background: #7b7b7b;
}
#intro .row > div:last-child .caption {
  background: rgb(255, 153, 0);
}
@media print, screen and (min-width:768px) {
  #intro .row > div:first-child:before {
    content: "\f101";
    font-size: 40px;
    top: 50%;
    left: calc(100% - 10px);
    -ms-transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    transform: translateY(-50%) translateX(0);
  }
}
@media print, screen and (min-width:992px) {
  #intro .row > div:first-child {
    padding-right: 40px;
  }
  #intro .row > div:last-child {
    padding-left: 40px;
  }
  #intro .row > div:first-child:before {
    left: calc(100% - 12px);
  }
}

/*wooden_furniture*/
#coordination {
    background: #fff;
}
#coordination .fig {
    position: relative;
}
#coordination .fig ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0!important;
    padding: 0!important;
}
#coordination .fig ul li {
    position: absolute;
    display: inline-block;
    width: 20%;
    margin: 0!important;
    padding: 0!important;
}
#coordination .fig ul li a {
    display: block;
}
#coordination .fig ul li a img {
    width: 100%;
    height: auto;
}
#coordination .fig ul li:first-child {
    top: -4%;
    left: 13.15%;
}
#coordination .fig ul li:nth-child(2) {
    top: 0;
    left: 59.47%;
}
#coordination .fig ul li:nth-child(3) {
    top: 15.55%;
    right: 0;
}
#coordination .fig ul li:nth-child(4) {
    top: 29%;
    left: 0;
}
#coordination .fig ul li:nth-child(5) {
    left: 14.00%;
    bottom: 6%;
}
#coordination .fig ul li:nth-child(6) {
    left: 38.59%;
    bottom: 0%;
}
#coordination .fig ul li:nth-child(7) {
    bottom: 6.66%;
    right: 8.77%;
}
@media print, screen and (min-width:576px) {
#coordination .fig ul li {
    width: 17.54%;
}
#coordination .fig ul li:first-child {
    top: 1.55%;
    left: 13.15%;
}
#coordination .fig ul li:nth-child(2) {
    top: 1.11%;
    left: 59.47%;
}
#coordination .fig ul li:nth-child(3) {
    top: 15.55%;
    right: 0.87%;
}
#coordination .fig ul li:nth-child(4) {
    top: 31.55%;
    left: 0.87%;
}
#coordination .fig ul li:nth-child(5) {
    left: 14.00%;
    bottom: 9.12%;
}
#coordination .fig ul li:nth-child(6) {
    left: 38.59%;
    bottom: 1.11%;
}
#coordination .fig ul li:nth-child(7) {
    bottom: 6.66%;
    right: 8.77%;
}
}

#reason.content_bg02 {
    background: #f3f3f3;
}
#reason .reason_area {
  margin-bottom: 20px;
}
#reason .reason_area ul li {
    margin: 0 !important;
    padding: 0 !important;
}
#reason .reason_area ul li > div {
    padding: 15px 0;
}
#reason .reason_area ul li > div h4 {
    color: #333 !important;
    font-size: 21px;
    font-weight: bold;
    text-align: left;
    line-height: 1.3;
    margin-bottom: 15px;
}
@media print, screen and (min-width: 576px) {
    #reason .reason_area ul li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #reason .reason_area ul li:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
    #reason .reason_area ul li div {
        width: 48%;
    }
    #reason .reason_area ul li figure {
        width: 50%;
    }
}
@media print, screen and (min-width: 768px) {
  #reason .reason_area {
    margin-bottom: 40px;
  }
  #reason .reason_area ul li > div {
    padding: 30px 0;
  }
  #reason .reason_area ul li > div h4 {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 992px) {
    #reason .reason_area ul li > div h4 {
      /*font-size: 30px;*/
    }
    #reason .reason_area ul li > div h4 span {
      display: inline-block;
    }
}

/*compartment*/
#compartment {}
.content_list {
  margin-bottom: 15px;
}
@media print, screen and (min-width:768px) {
  .content_list {
    margin-bottom: 20px;
  }
}
