@charset "UTF-8";
/* --------------------------------------------

FileName    :    page.css

-------------------------------------------- */
#home #main .main_slid {
  padding: 20px 0px;
  max-width: 1210px;
  margin: 0 auto;
}
@media screen and (max-width: 950px) {
  #home #main .main_slid {
    padding: 40px 0px 20px;
  }
}
#home #main .main_slidImg {
  margin: 0 0 20px;
}
#home #main .main_slidImg .slick-list {
  overflow: inherit;
}
@media screen and (max-width: 950px) {
  #home #main .main_slidImg .slick-list {
    padding: 0px 5% !important;
  }
}
#home #main .main_slidImg img {
  width: 100%;
  height: auto;
}
#home #main .main_slidImg .slick-next {
  right: -5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_next.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #main .main_slidImg .slick-next {
    right: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #main .main_slidImg .slick-next:before {
  display: none;
}
#home #main .main_slidImg .slick-prev {
  left: -5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_prev.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #main .main_slidImg .slick-prev {
    left: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #main .main_slidImg .slick-prev:before {
  display: none;
}
#home #main .main_slidImg .dots__num {
  max-width: 1160px;
  width: 100%;
  display: block;
  margin: 20px auto 0;
  text-align: right;
  position: relative;
  font-family: heebo, sans-serif;
  font-weight: 700;
  font-size: 14px;
}
@media screen and (max-width: 950px) {
  #home #main .main_slidImg .dots__num {
    max-width: 160px;
    width: 90%;
  }
}
#home #main .main_slidImg .dots__num .now-count {
  position: absolute;
  right: 150px;
}
#home #main .main_slidImg .dots__num .lord_bar {
  max-width: 110px;
  width: 100%;
  height: 4px;
  position: absolute;
  right: 25px;
  top: -3px;
  bottom: 0;
  margin: auto;
  background: #BEBEBE;
  border-radius: 10px;
  overflow: hidden;
}
#home #main .main_slidImg .dots__num .lord_bar .lord {
  width: 0%;
  height: 4px;
  background: #1B68AA;
  position: absolute;
  left: 0;
  border-radius: 10px;
}
#home #main .main_slidImg .slick-dots {
  display: none !important;
  bottom: -34px;
  max-width: 1475px;
  width: 100%;
  text-align: right;
  margin: 0 auto;
  right: 0;
  left: 0;
}
#home #main .main_slidImg .slick-dots li {
  width: 15px;
  height: 15px;
}
#home #main .main_slidImg .slick-dots li button::before {
  content: "";
  width: 10px;
  height: 10px;
  opacity: 1;
  border: 2px solid #034693;
  color: unset;
  border-radius: 50px;
}
#home #main .main_slidImg .slick-dots li.slick-active button::before {
  border: 2px solid #034693;
  background: #034693;
}
#home #main .main_slidImg .slick-slide {
  margin: 0 25px;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 950px) {
  #home #main .main_slidImg .slick-slide {
    margin: 0 10px;
  }
}
#home .top_block {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 950px) {
  #home #top_event {
    padding: 40px 0;
  }
}
#home #top_event.bg_lightblue::after {
  height: calc(100% - 80px);
}
@media screen and (max-width: 950px) {
  #home #top_event.bg_lightblue::after {
    height: calc(100% - 40px);
  }
}
#home #top_event .contents_block_inner {
  max-width: 1530px;
  width: 96%;
  margin: 0 auto;
  padding: 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner {
    padding: 0 20px;
  }
}
#home #top_event .contents_block_inner p.text_center {
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner p.text_center {
    font-size: 3.3vw;
    letter-spacing: 0;
  }
}
#home #top_event .contents_block_inner p.text_center span {
  color: #2A60A1;
}
#home #top_event .contents_block_inner div {
  max-width: 1160px;
  width: 96%;
  background: #FFFFFF;
  margin: 0 auto 3em;
  text-align: center;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#home #top_event .contents_block_inner div p {
  text-align: center;
  margin: 0;
}
#home #top_event .contents_block_inner div p:first-of-type {
  font-size: 1.8rem;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner div p:first-of-type {
    font-size: 3.4vw;
    letter-spacing: 0;
  }
}
#home #top_event .contents_block_inner div > span {
  color: #2A60A1;
  font-weight: bold;
  margin: 0.5em auto 0;
  display: block;
  font-size: 3rem;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner div > span {
    font-size: 4.5vw;
  }
}
#home #top_event .contents_block_inner div > span > span {
  display: block;
  margin: 1em 0 0;
  color: #000;
  font-weight: 400;
  font-size: 1.6rem;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner div > span > span {
    font-size: 3.2vw;
  }
}
#home #top_event .contents_block_inner div > span.fnt_sm {
  font-size: 2rem;
}
@media screen and (max-width: 950px) {
  #home #top_event .contents_block_inner div > span.fnt_sm {
    font-size: 3.8vw;
  }
}
@media screen and (max-width: 950px) {
  #home #top_service {
    padding: 25px 0 80px;
  }
}
#home #top_service::before {
  content: "";
  width: 50%;
  max-width: 1000px;
  height: 44%;
  background: url(../img/top/top_service_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 20px;
}
@media screen and (max-width: 950px) {
  #home #top_service::before {
    width: 100%;
    left: 0;
  }
}
#home #top_service .ttl_style01 {
  color: #fff;
}
#home #top_service .ttl_style01 .en_fnt {
  color: #FAEE28;
}
#home #top_service .ttl_style01::after {
  content: "";
  width: 183px;
  height: 180px;
  background: url(../img/top/top_service_ttl_icon.png) no-repeat bottom center;
  background-size: contain;
  display: inline-block;
  position: absolute;
  bottom: -50px;
  right: calc((100% - 1060px) / 2);
}
@media screen and (max-width: 950px) {
  #home #top_service .ttl_style01::after {
    width: 27%;
    height: 28vw;
    bottom: -15px;
    right: 5px;
  }
}
#home #top_service .list_style01 {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#home #top_service .list_style01 li {
  max-width: 620px;
}
#home #top_refoam {
  padding: 160px 0 80px;
}
@media screen and (max-width: 950px) {
  #home #top_refoam {
    padding: 130px 0 80px;
  }
}
#home #top_refoam::before {
  content: "";
  width: 50%;
  max-width: 1000px;
  height: 13%;
  background: url(../img/top/top_reform_ttl.svg) no-repeat center bottom;
  position: absolute;
  bottom: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 950px) {
  #home #top_refoam::before {
    width: 90%;
  }
}
#home #top_refoam .contents_block_inner:first-of-type::before {
  content: "";
  width: 50%;
  max-width: 1000px;
  height: 13%;
  background: url(../img/top/top_reform_ttl.svg) no-repeat center top;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:first-of-type::before {
    width: 90%;
    top: -80px;
  }
}
#home #top_refoam .contents_block_inner:first-of-type .ttl_style01::before {
  content: "";
  width: 254px;
  height: 100px;
  background: url(../img/top/top_reform_ttl_icon.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: -120px;
  left: 50px;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:first-of-type .ttl_style01::before {
    left: 0;
  }
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:first-of-type .list_style01 {
    width: 93%;
  }
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li {
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:first-of-type .list_style01 li {
    margin: 0px 2vw 10px 0;
  }
  #home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(2n) {
    margin-right: 0;
  }
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li a {
  background: #fff;
  display: block;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li .text_area {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  height: 100px;
  /*line-height: 100px;*/
  display: table;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:first-of-type .list_style01 li .text_area {
    font-size: 2rem;
  }
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:first-of-type .list_style01 li .text_area {
    text-align: left;
    padding: 1em 0 1em 4em;
    font-size: 3.8vw;
    height: auto;
    line-height: 1.8;
  }
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li .text_area::before {
  content: "";
  width: 20%;
  height: 80%;
  background: #ccc;
  position: absolute;
  left: 0.5em;
  top: 0;
  bottom: 0;
  margin: auto;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li .text_area span {
  display: table-cell;
  vertical-align: middle;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:first-of-type .text_area::before {
  background: url(../img/top/top_reform_icon01.svg) no-repeat center;
  max-width: 173px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(2) .text_area::before {
  background: url(../img/top/top_reform_icon02.svg) no-repeat center;
  max-width: 84px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(3) .text_area::before {
  background: url(../img/top/top_reform_icon03.svg) no-repeat center;
  max-width: 98px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(4) .text_area::before {
  background: url(../img/top/top_reform_icon05.svg) no-repeat center;
  max-width: 162px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(5) .text_area::before {
  background: url(../img/top/top_reform_icon09.svg) no-repeat center;
  max-width: 97px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(6) .text_area::before {
  background: url(../img/top/top_reform_icon04.svg) no-repeat center;
  max-width: 172px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(7) .text_area::before {
  background: url(../img/top/top_reform_icon07.svg) no-repeat center;
  max-width: 149px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:nth-of-type(8) .text_area::before {
  background: url(../img/top/top_reform_icon08.svg) no-repeat center;
  max-width: 156px;
  max-height: 150px;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:hover a {
  background: #F4B400;
}
#home #top_refoam .contents_block_inner:first-of-type .list_style01 li:hover a .text_area::before {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01 {
  margin: 120px auto 50px;
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01 {
    margin: 140px auto 20px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01 {
    margin: 80px auto 20px;
  }
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01::before {
  content: "";
  width: 270px;
  height: 170px;
  background: url(../img/top/top_reform_ttl_icon02.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: -57px;
  right: calc((100% - 1190px) / 2);
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01::before {
    width: 24%;
    height: 20vw;
    right: 10%;
    bottom: auto;
    top: -120px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .ttl_style01::before {
    top: -60px;
  }
}
@media screen and (max-width: 950px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 {
    width: 93%;
  }
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area {
  padding: 10px 25px 25px;
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area {
    padding: 10px 5% 25px;
  }
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area h3 {
  font-size: 2.2rem;
  text-align: center;
  margin: 10px 0;
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area h3 {
    font-size: 3.8vw;
  }
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #FAEE28));
  background: linear-gradient(transparent 66%, #FAEE28 0%);
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area p {
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 550px) {
  #home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li .text_area p {
    font-size: 3.2vw;
  }
}
#home #top_refoam .contents_block_inner:nth-of-type(2) .list_style01 li:hover h3 span {
  background: none;
}
#home #top_outerwall {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall {
    padding: 50px 0;
  }
}
#home #top_outerwall::after {
  content: "";
  width: 75%;
  height: 100%;
  background: #1b68aa;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 35px 35px 0;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall::after {
    width: 90%;
  }
}
#home #top_outerwall::before {
  content: "";
  width: 70%;
  max-width: 1500px;
  height: 44%;
  background: url(../img/top/top_outerwall_ttl.svg) no-repeat center bottom;
  position: absolute;
  bottom: 0;
  left: 20px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall::before {
    width: 84%;
    left: 0;
  }
}
#home #top_outerwall .outerwall_txt {
  width: 45%;
  max-width: 500px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .outerwall_txt {
    width: 90%;
    max-width: 90%;
    margin-bottom: 4em;
  }
}
#home #top_outerwall .outerwall_txt .ttl_style01 {
  text-align: left;
  color: #fff;
  margin: 100px 0 30px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .outerwall_txt .ttl_style01 {
    margin: 0 0 30px;
  }
}
#home #top_outerwall .outerwall_txt .ttl_style01::after {
  content: "";
  width: 76px;
  height: 92px;
  background: url(../img/top/top_outerwall_ttl_icon.svg) no-repeat center top;
  position: absolute;
  top: -61px;
  right: 15px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .outerwall_txt .ttl_style01::after {
    top: -30px;
    right: 6px;
  }
}
#home #top_outerwall .outerwall_txt .ttl_style01 .en_fnt {
  color: #FAEE28;
}
#home #top_outerwall .outerwall_txt p {
  color: #fff;
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 1.57px;
}
#home #top_outerwall .outerwall_txt .btn01 {
  width: 100%;
}
#home #top_outerwall .contents_block_inner.inview.fadeIn_right {
  position: absolute;
  right: 0;
  width: 48.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 490px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right {
    position: relative;
    right: 0;
    width: 95%;
    margin: 0 0 0 5%;
    height: auto;
  }
}
#home #top_outerwall .contents_block_inner.inview.fadeIn_right li {
  border-radius: 10px;
  background: #fff;
  max-width: 302px;
  position: relative;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding-bottom: 42px;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li {
    width: calc(50% - 1vw);
    margin: 0px 2vw 10px 0;
    max-width: initial;
  }
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li:nth-of-type(2n) {
    margin: 0px 0 10px 0;
  }
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li img {
    width: 100%;
  }
}
#home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area {
  padding: 5px 0 5px 20px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area {
    padding: 5px 0;
  }
}
#home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area p {
  font-size: 1.8rem;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area p {
    text-align: center;
  }
}
@media screen and (max-width: 550px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area p {
    font-size: 3.2vw;
  }
}
#home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area p::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icon_check.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
  margin: 0 10px -4px 0;
}
@media screen and (max-width: 950px) {
  #home #top_outerwall .contents_block_inner.inview.fadeIn_right li .text_area p::before {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 950px) {
  #home #top_outerwall a.btn01 {
    margin: 20px 0;
  }
}
#home #top_real_estate {
  padding: 160px 0 80px;
}
#home #top_real_estate::before {
  content: "";
  width: 80%;
  max-width: 1500px;
  height: 30%;
  background: url(../img/top/top_realestate_ttl.svg) no-repeat center top;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
#home #top_real_estate .ttl_style01::after {
  content: "";
  width: 236px;
  height: 132px;
  background: url(../img/top/top_realestate_ttl_icon.svg) no-repeat center top;
  position: absolute;
  top: -130px;
  left: calc((100% - 1180px) / 2);
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .ttl_style01::after {
    left: 0;
  }
}
#home #top_real_estate .icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1160px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .icon_list {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 80%;
    margin: 3em auto 1em;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#home #top_real_estate .icon_list li {
  width: 12.5%;
  text-align: center;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .icon_list li {
    width: calc(33.3333333333% - 1em);
    margin: 0 1em 3em 0;
  }
}
#home #top_real_estate .icon_list li span {
  margin: 20px 0 0;
  display: block;
  color: #1B68AA;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .icon_list li span {
    margin-top: 10px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_real_estate .icon_list li span {
    font-size: 3.2vw;
  }
}
#home #top_real_estate p {
  font-size: 1.8rem;
  margin: 0;
  letter-spacing: 1.57px;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate p {
    width: 80%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 550px) {
  #home #top_real_estate p {
    font-size: 3.2vw;
    letter-spacing: 0;
  }
}
#home #top_real_estate .btn_list {
  max-width: 1200px;
  margin: 40px auto 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .btn_list {
    margin: 20px auto 40px;
    width: 80%;
    display: block;
  }
}
#home #top_real_estate .btn_list a.btn01 {
  max-width: 390px;
  width: calc(33.3333333333% - 0.5vw);
  margin: 0;
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .btn_list a.btn01 {
    width: 100%;
    max-width: 100%;
    margin: 0 0 0.5em;
    padding: 0;
    height: 18vw;
    display: table;
  }
}
@media screen and (max-width: 950px) {
  #home #top_real_estate .btn_list a.btn01 span {
    display: table-cell;
    vertical-align: middle;
  }
}
#home #top_worries {
  padding: 40px 0 80px;
}
@media screen and (max-width: 950px) {
  #home #top_worries {
    padding: 20px 0 30px;
  }
}
#home #top_worries .ttl_style01 {
  color: #fff;
  margin: 0 auto 50px;
}
@media screen and (max-width: 950px) {
  #home #top_worries .ttl_style01 {
    margin: 0 auto 30px -15%;
  }
}
#home #top_worries .ttl_style01::before {
  content: "";
  width: 55px;
  height: 80px;
  background: url(../img/top/top_worries_ttl_icon.svg) no-repeat center;
  display: inline-block;
  margin: 0 10px -10px 0;
}
@media screen and (max-width: 950px) {
  #home #top_worries .ttl_style01::before {
    width: 10%;
    height: 12vw;
  }
}
#home #top_worries .ttl_style01::after {
  content: "";
  width: 159px;
  height: 216px;
  background: url(../img/top/top_worries_ttl_icon02.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  bottom: -80px;
  right: calc((100% - 1150px) / 2);
}
@media screen and (max-width: 950px) {
  #home #top_worries .ttl_style01::after {
    width: 24%;
    height: 26vw;
    bottom: -45px;
    right: -15px;
  }
}
#home #top_worries .list_style01 li .text_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 60px;
}
@media screen and (max-width: 950px) {
  #home #top_worries .list_style01 li .text_area {
    display: block;
    padding: 15px 3%;
  }
}
#home #top_worries .list_style01 li .text_area h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 950px) {
  #home #top_worries .list_style01 li .text_area h3 {
    margin: 0 0 0.5em;
  }
}
@media screen and (max-width: 550px) {
  #home #top_worries .list_style01 li .text_area h3 {
    font-size: 4.2vw;
  }
}
#home #top_worries .list_style01 li .text_area span {
  font-size: 1.8rem;
  color: #1B68AA;
  display: block;
}
@media screen and (max-width: 550px) {
  #home #top_worries .list_style01 li .text_area span {
    font-size: 3.6vw;
  }
}
#home #top_worries .list_style01 li .text_area .worries_list {
  max-width: 400px;
  width: 50%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 5px 12px;
  background: #FAEE28;
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  #home #top_worries .list_style01 li .text_area .worries_list {
    max-width: 80%;
    width: 80%;
  }
}
#home #top_worries .list_style01 li .text_area .worries_list p {
  color: #000;
  font-size: 1.4rem;
  padding: 3px 12px 0 1em;
  background: #FAEE28;
  border-radius: 50px;
  display: block;
  width: 100%;
  margin: 0;
  text-indent: -1em;
}
@media screen and (max-width: 950px) {
  #home #top_worries .list_style01 li .text_area .worries_list p {
    margin: 5px 5px 5px 0;
    padding: 1px 12px 0;
  }
}
@media screen and (max-width: 550px) {
  #home #top_worries .list_style01 li .text_area .worries_list p {
    font-size: 2.8vw;
  }
}
#home #top_worries .hover_yellow li:hover .text_area h3 span {
  color: #fff;
}
@media screen and (max-width: 950px) {
  #home #top_voice {
    padding: 40px 0 80px;
  }
}
#home #top_voice::after {
  content: "";
  width: calc(100% - 40px);
  height: 20%;
  background: url(../img/top/top_voice_ttl.svg) no-repeat center top;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
@media screen and (max-width: 950px) {
  #home #top_voice::after {
    width: calc(100% - 10px);
  }
}
#home #top_voice::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #EAF7FD;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
#home #top_voice .ttl_block {
  text-align: center;
}
#home #top_voice .ttl_block .ttl_style02.hkds_blue {
  display: inline-block;
  padding: 0 45px 50px;
  background: url(../img/common/ttl_hukidasi_blue.svg) no-repeat center bottom;
  background-size: contain;
}
@media screen and (max-width: 950px) {
  #home #top_voice .ttl_block .ttl_style02.hkds_blue {
    padding: 0 0 50px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_voice .ttl_block .ttl_style02.hkds_blue {
    font-size: 4.2vw;
  }
}
#home #top_voice .ttl_block .ttl_style02.hkds_blue > span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #FAEE28));
  background: linear-gradient(transparent 66%, #FAEE28 0%);
}
#home #top_voice .voice_kutikomi {
  max-width: 1160px;
  margin: 2em auto 5em;
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi {
    display: block;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner {
  max-width: 400px;
  width: 38%;
  text-align: center;
  border: 6px solid #1B68AA;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 0 3em;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner h3 {
  padding: 4px 0 10px;
  background: #1B68AA;
  color: #fff;
  font-size: 20px;
}
@media screen and (max-width: 550px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner h3 {
    font-size: 3.6vw;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner h3::before {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../img/common/icon_kutikomi_pin.svg) no-repeat center;
  display: inline-block;
  margin: 0 0.25em -4px 0;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl {
  font-size: 18px;
  width: 90%;
  margin: 20px auto;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl {
    width: 45%;
    margin: 20px 0;
    display: inline-block;
  }
}
@media screen and (max-width: 550px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl {
    font-size: 3.4vw;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl dt {
  background: #ECECEC;
  padding: 5px 0 8px;
  line-height: 1;
  font-weight: 600;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl dd {
  color: #E60012;
  margin: 10px 0 0;
  font-weight: 600;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:first-of-type {
    margin-right: 4%;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:first-of-type dd {
  font-size: 72px;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:first-of-type dd {
    font-size: 60px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:first-of-type dd {
    font-size: 7.2vw;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:first-of-type dd img {
  width: 58%;
  margin: 13px 20px 0 0;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd {
  font-size: 60px;
  line-height: 1;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd {
    font-size: 50px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd {
    font-size: 7.2vw;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd span {
  font-size: 26px;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd span {
    font-size: 20px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd span {
    font-size: 4.6vw;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner dl:last-of-type dd::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background: url(../img/common/icon_kutikomi.svg) no-repeat center;
  display: inline-block;
  margin: 0 0.25em 5px 0;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 {
  max-width: 730px;
  width: 60%;
  max-height: 330px;
  height: 60vw;
  border-radius: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
  padding: 30px;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_kutikomi .voice_kutikomi_inner02 {
    max-width: 100%;
    width: 100%;
    height: 400px;
    max-height: 100%;
  }
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div .star_block {
  font-size: 1.8em;
  width: 6em;
  display: inline-block;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div .star_block .star_block_front {
  height: 1.6em;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div ul li {
  margin: 0 0 1.5em;
  width: 96%;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #DADADA;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div ul li span {
  font-size: 1.4em;
  color: #999;
  margin-right: 1em;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div ul li p {
  margin: 0.5em 0 0;
}
#home #top_voice .voice_kutikomi .voice_kutikomi_inner02 > div ul li:last-of-type {
  margin: 0;
  padding-bottom: 0;
  border-bottom: none;
}
#home #top_voice .voice_kutikomi .star_block {
  position: relative;
  width: 5em;
  height: 1em;
  font-size: 0.6em;
  margin-right: 0.5em;
}
#home #top_voice .voice_kutikomi .star_block .star_block_front {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #f8b904;
  height: 1em;
}
#home #top_voice .voice_kutikomi .star_block .star_block_back {
  color: #c9c9c9;
}
#home #top_voice p.kutikomi_note {
  max-width: 1160px;
  margin: -2em auto 3em;
  width: 96%;
  padding-left: 1em;
  text-indent: -1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
#home #top_voice .voice_block {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: calc(100% - 40px);
  position: relative;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_block {
    display: block;
    width: 90%;
  }
}
#home #top_voice .voice_block::before {
  content: "";
  width: 31%;
  height: 100%;
  background: #1b68aa;
  border-radius: 0 10px 10px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_block::before {
    display: none;
  }
}
#home #top_voice .voice_block .ttl_style01 {
  width: 28%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_block .ttl_style01 {
    display: block;
    width: 100%;
    text-align: left;
    padding: 2em 0 1em;
  }
}
#home #top_voice .voice_block .ttl_style01 .en_fnt {
  color: #FAEE28;
}
#home #top_voice .voice_block .voice_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 1300px;
  width: 68%;
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_block .voice_list {
    width: 107%;
    display: block;
  }
}
#home #top_voice .voice_block .voice_list li {
  max-width: 302px;
  width: calc(25% - 0.5vw);
  margin-right: 1vw;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 950px) {
  #home #top_voice .voice_block .voice_list li {
    width: calc(50% - 2vw);
    display: inline-block;
    margin-bottom: 1em;
  }
}
#home #top_voice .voice_block .voice_list li .voice_img_block {
  position: relative;
  max-height: 225px;
  overflow: hidden;
}
#home #top_voice .voice_block .voice_list li .voice_img_block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #top_voice .voice_block .voice_list li .voice_img_block span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  color: #fff;
  background: #1B68AA;
  font-size: 1.4rem;
  border-radius: 0 10px 0 0;
}
#home #top_voice .voice_block .voice_list li .voice_img_block + span {
  padding: 10px 0;
  text-align: center;
  font-size: 1.6rem;
  display: block;
}
#home #top_voice .voice_block .voice_list li:nth-of-type(4) {
  margin-right: 0;
}
#home #top_voice .contents_block_inner:nth-of-type(2) {
  position: relative;
}
#home #top_voice .contents_block_inner:nth-of-type(2)::before {
  content: "";
  max-width: 344px;
  height: 219px;
  width: 35vw;
  background: url(../img/top/top_voice_icon.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  left: calc((100% - 1450px) / 2);
  bottom: -22%;
  z-index: 1;
}
@media screen and (max-width: 1070px) {
  #home #top_voice .contents_block_inner:nth-of-type(2)::before {
    left: 0;
    height: 30vw;
    bottom: -161px;
    max-width: 386px;
    width: 53vw;
  }
}
@media screen and (max-width: 950px) {
  #home #top_voice .contents_block_inner:nth-of-type(2)::after {
    content: "";
    width: 90%;
    height: 70%;
    background: #1b68aa;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0 35px 35px 0;
  }
}
#home #top_voice .contents_block_inner:nth-of-type(2) a.btn01 {
  margin: 80px auto 0;
}
@media screen and (max-width: 950px) {
  #home #top_voice .contents_block_inner:nth-of-type(2) a.btn01 {
    margin: 40px auto 0;
  }
}
#home #top_casestudy::before {
  content: "";
  width: 65%;
  height: 20%;
  background: url(../img/top/top_casestudy_ttl.svg) no-repeat center top;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 1070px) {
  #home #top_casestudy::before {
    width: 90%;
  }
}
#home #top_casestudy .contents_block_inner:first-of-type {
  max-width: 1160px;
  margin: 0 auto;
}
#home #top_casestudy .contents_block_inner:first-of-type .ttl_style01 {
  margin: 80px auto 50px;
}
@media screen and (max-width: 1070px) {
  #home #top_casestudy .contents_block_inner:first-of-type .ttl_style01 {
    margin: 10% auto 20px;
  }
}
#home #top_casestudy .contents_block_inner:first-of-type .ttl_style01::before {
  content: "";
  width: 214px;
  height: 144px;
  background: url(../img/top/top_casestudy_ttl_icon.svg) no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: calc((100% - 1000px) / 2);
  bottom: -54px;
  z-index: 1;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .contents_block_inner:first-of-type .ttl_style01::before {
    width: 30%;
    height: 15vw;
    right: 5%;
    bottom: -22px;
  }
}
#home #top_casestudy .contents_block_inner:first-of-type img {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
#home #top_casestudy .tabs {
  width: 100%;
  margin: 100px auto 0;
}
#home #top_casestudy .tabs .tab_item {
  background: #DCDCDC;
  font-size: 2rem;
  text-align: center;
  color: #333333;
  display: block;
  float: left;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin: 0 5px;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 1.57px;
  padding: 4px 20px 2px;
  border-radius: 50px;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .tabs .tab_item {
    margin: 5px;
    padding: 1px 20px 2px;
  }
}
@media screen and (max-width: 550px) {
  #home #top_casestudy .tabs .tab_item {
    font-size: 3.4vw;
  }
}
#home #top_casestudy .tabs .tab_item:hover {
  opacity: 0.75;
}
#home #top_casestudy .tabs .tab_item[for=all] {
  margin-left: calc((100% - 1160px) / 2);
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .tabs .tab_item[for=all] {
    margin-left: 12%;
  }
}
@media screen and (max-width: 550px) {
  #home #top_casestudy .tabs .tab_item[for=ldk] {
    margin-left: 12%;
  }
}
#home #top_casestudy .tabs input:checked + label.tab_item {
  background: #1B68AA;
  color: #fff;
  position: relative;
}
#home #top_casestudy .tabs input[name=tab_item] {
  display: none;
}
#home #top_casestudy .tabs .tab_content {
  display: none;
  padding: 40px 0;
  clear: both;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .tabs .tab_content {
    padding: 10px 0;
  }
}
#home #top_casestudy .tabs #all:checked ~ #all_content,
#home #top_casestudy .tabs #exterior:checked ~ #exterior_content,
#home #top_casestudy .tabs #bathroom:checked ~ #bathroom_content,
#home #top_casestudy .tabs #ldk:checked ~ #ldk_content,
#home #top_casestudy .tabs #fudosan:checked ~ #fudosan_content,
#home #top_casestudy .tabs #rinobe:checked ~ #rinobe_content {
  display: block;
}
#home #top_casestudy .tabs .tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}
#home #top_casestudy .work_execution_list,
#home #top_casestudy .work_execution_list02,
#home #top_casestudy .work_execution_list03,
#home #top_casestudy .work_execution_list04,
#home #top_casestudy .work_execution_list05,
#home #top_casestudy .work_execution_list06 {
  position: relative;
  margin: 0;
  width: 100%;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list .slick-track,
  #home #top_casestudy .work_execution_list02 .slick-track,
  #home #top_casestudy .work_execution_list03 .slick-track,
  #home #top_casestudy .work_execution_list04 .slick-track,
  #home #top_casestudy .work_execution_list05 .slick-track,
  #home #top_casestudy .work_execution_list06 .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  #home #top_casestudy .work_execution_list .slick-track,
  #home #top_casestudy .work_execution_list02 .slick-track,
  #home #top_casestudy .work_execution_list03 .slick-track,
  #home #top_casestudy .work_execution_list04 .slick-track,
  #home #top_casestudy .work_execution_list05 .slick-track,
  #home #top_casestudy .work_execution_list06 .slick-track {
    width: auto !important;
  }
}
#home #top_casestudy .work_execution_list .slick-list,
#home #top_casestudy .work_execution_list02 .slick-list,
#home #top_casestudy .work_execution_list03 .slick-list,
#home #top_casestudy .work_execution_list04 .slick-list,
#home #top_casestudy .work_execution_list05 .slick-list,
#home #top_casestudy .work_execution_list06 .slick-list {
  padding: 10px !important;
}
#home #top_casestudy .work_execution_list .slick-next,
#home #top_casestudy .work_execution_list02 .slick-next,
#home #top_casestudy .work_execution_list03 .slick-next,
#home #top_casestudy .work_execution_list04 .slick-next,
#home #top_casestudy .work_execution_list05 .slick-next,
#home #top_casestudy .work_execution_list06 .slick-next {
  right: 5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_next.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list .slick-next,
  #home #top_casestudy .work_execution_list02 .slick-next,
  #home #top_casestudy .work_execution_list03 .slick-next,
  #home #top_casestudy .work_execution_list04 .slick-next,
  #home #top_casestudy .work_execution_list05 .slick-next,
  #home #top_casestudy .work_execution_list06 .slick-next {
    right: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #top_casestudy .work_execution_list .slick-next:before,
#home #top_casestudy .work_execution_list02 .slick-next:before,
#home #top_casestudy .work_execution_list03 .slick-next:before,
#home #top_casestudy .work_execution_list04 .slick-next:before,
#home #top_casestudy .work_execution_list05 .slick-next:before,
#home #top_casestudy .work_execution_list06 .slick-next:before {
  display: none;
}
#home #top_casestudy .work_execution_list .slick-prev,
#home #top_casestudy .work_execution_list02 .slick-prev,
#home #top_casestudy .work_execution_list03 .slick-prev,
#home #top_casestudy .work_execution_list04 .slick-prev,
#home #top_casestudy .work_execution_list05 .slick-prev,
#home #top_casestudy .work_execution_list06 .slick-prev {
  left: 5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_prev.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list .slick-prev,
  #home #top_casestudy .work_execution_list02 .slick-prev,
  #home #top_casestudy .work_execution_list03 .slick-prev,
  #home #top_casestudy .work_execution_list04 .slick-prev,
  #home #top_casestudy .work_execution_list05 .slick-prev,
  #home #top_casestudy .work_execution_list06 .slick-prev {
    left: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #top_casestudy .work_execution_list .slick-prev:before,
#home #top_casestudy .work_execution_list02 .slick-prev:before,
#home #top_casestudy .work_execution_list03 .slick-prev:before,
#home #top_casestudy .work_execution_list04 .slick-prev:before,
#home #top_casestudy .work_execution_list05 .slick-prev:before,
#home #top_casestudy .work_execution_list06 .slick-prev:before {
  display: none;
}
#home #top_casestudy .work_execution_list li,
#home #top_casestudy .work_execution_list02 li,
#home #top_casestudy .work_execution_list03 li,
#home #top_casestudy .work_execution_list04 li,
#home #top_casestudy .work_execution_list05 li,
#home #top_casestudy .work_execution_list06 li {
  /*margin: 0 10px;
  border-radius: 10px;*/
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list li,
  #home #top_casestudy .work_execution_list02 li,
  #home #top_casestudy .work_execution_list03 li,
  #home #top_casestudy .work_execution_list04 li,
  #home #top_casestudy .work_execution_list05 li,
  #home #top_casestudy .work_execution_list06 li {
    width: calc(50% - 1vw) !important;
    max-width: 300px;
  }
}
@media screen and (min-width: 769px) {
  #home #top_casestudy .work_execution_list li,
  #home #top_casestudy .work_execution_list02 li,
  #home #top_casestudy .work_execution_list03 li,
  #home #top_casestudy .work_execution_list04 li,
  #home #top_casestudy .work_execution_list05 li,
  #home #top_casestudy .work_execution_list06 li {
    width: calc(25% - 0.5vw) !important;
    max-width: 456px;
  }
}
#home #top_casestudy .work_execution_list li .img_area,
#home #top_casestudy .work_execution_list02 li .img_area,
#home #top_casestudy .work_execution_list03 li .img_area,
#home #top_casestudy .work_execution_list04 li .img_area,
#home #top_casestudy .work_execution_list05 li .img_area,
#home #top_casestudy .work_execution_list06 li .img_area {
  position: relative;
  max-height: 280px;
  height: 17vw;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list li .img_area,
  #home #top_casestudy .work_execution_list02 li .img_area,
  #home #top_casestudy .work_execution_list03 li .img_area,
  #home #top_casestudy .work_execution_list04 li .img_area,
  #home #top_casestudy .work_execution_list05 li .img_area,
  #home #top_casestudy .work_execution_list06 li .img_area {
    height: 33vw;
  }
}
#home #top_casestudy .work_execution_list li .img_area img,
#home #top_casestudy .work_execution_list02 li .img_area img,
#home #top_casestudy .work_execution_list03 li .img_area img,
#home #top_casestudy .work_execution_list04 li .img_area img,
#home #top_casestudy .work_execution_list05 li .img_area img,
#home #top_casestudy .work_execution_list06 li .img_area img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#home #top_casestudy .work_execution_list li .img_area > span,
#home #top_casestudy .work_execution_list02 li .img_area > span,
#home #top_casestudy .work_execution_list03 li .img_area > span,
#home #top_casestudy .work_execution_list04 li .img_area > span,
#home #top_casestudy .work_execution_list05 li .img_area > span,
#home #top_casestudy .work_execution_list06 li .img_area > span {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 5px 20px;
  color: #fff;
  background: #1B68AA;
  font-size: 1.4rem;
  border-radius: 0 10px 0 0;
}
#home #top_casestudy .work_execution_list li .img_area > span span,
#home #top_casestudy .work_execution_list02 li .img_area > span span,
#home #top_casestudy .work_execution_list03 li .img_area > span span,
#home #top_casestudy .work_execution_list04 li .img_area > span span,
#home #top_casestudy .work_execution_list05 li .img_area > span span,
#home #top_casestudy .work_execution_list06 li .img_area > span span {
  padding: 0 5px;
}
#home #top_casestudy .work_execution_list li a,
#home #top_casestudy .work_execution_list02 li a,
#home #top_casestudy .work_execution_list03 li a,
#home #top_casestudy .work_execution_list04 li a,
#home #top_casestudy .work_execution_list05 li a,
#home #top_casestudy .work_execution_list06 li a {
  margin: 0 10px;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
}
#home #top_casestudy .work_execution_list li a > span,
#home #top_casestudy .work_execution_list02 li a > span,
#home #top_casestudy .work_execution_list03 li a > span,
#home #top_casestudy .work_execution_list04 li a > span,
#home #top_casestudy .work_execution_list05 li a > span,
#home #top_casestudy .work_execution_list06 li a > span {
  padding: 10px 0;
  display: block;
  text-align: center;
  font-size: 1.8rem;
  background: #fff;
}
#home #top_casestudy .work_execution_list li:hover,
#home #top_casestudy .work_execution_list02 li:hover,
#home #top_casestudy .work_execution_list03 li:hover,
#home #top_casestudy .work_execution_list04 li:hover,
#home #top_casestudy .work_execution_list05 li:hover,
#home #top_casestudy .work_execution_list06 li:hover {
  background: none;
}
#home #top_casestudy .work_execution_list li:hover .img_area span,
#home #top_casestudy .work_execution_list02 li:hover .img_area span,
#home #top_casestudy .work_execution_list03 li:hover .img_area span,
#home #top_casestudy .work_execution_list04 li:hover .img_area span,
#home #top_casestudy .work_execution_list05 li:hover .img_area span,
#home #top_casestudy .work_execution_list06 li:hover .img_area span {
  background: #F4B400;
}
#home #top_casestudy .work_execution_list li:hover a > span,
#home #top_casestudy .work_execution_list02 li:hover a > span,
#home #top_casestudy .work_execution_list03 li:hover a > span,
#home #top_casestudy .work_execution_list04 li:hover a > span,
#home #top_casestudy .work_execution_list05 li:hover a > span,
#home #top_casestudy .work_execution_list06 li:hover a > span {
  color: #fff;
  background: #F4B400;
}
@media screen and (max-width: 950px) {
  #home #top_casestudy .work_execution_list02 .slick-track,
  #home #top_casestudy .work_execution_list03 .slick-track,
  #home #top_casestudy .work_execution_list04 .slick-track,
  #home #top_casestudy .work_execution_list05 .slick-track,
  #home #top_casestudy .work_execution_list06 .slick-track {
    width: auto !important;
  }
}
@media screen and (min-width: 769px) {
  #home #top_casestudy .work_execution_list02 .slick-track,
  #home #top_casestudy .work_execution_list03 .slick-track,
  #home #top_casestudy .work_execution_list04 .slick-track,
  #home #top_casestudy .work_execution_list05 .slick-track,
  #home #top_casestudy .work_execution_list06 .slick-track {
    width: auto !important;
  }
}
#home #top_casestudy .slick-dots {
  display: none !important;
}
@media screen and (max-width: 950px) {
  #home #top_campaign {
    padding: 30px 0 40px;
  }
}
#home #top_campaign .ttl_style01 {
  color: #fff;
}
@media screen and (max-width: 950px) {
  #home #top_campaign .ttl_style01 {
    margin-left: -15%;
  }
}
#home #top_campaign .ttl_style01::before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/top/top_campaign_icon02.svg) no-repeat center top;
  background-size: contain;
  display: inline-block;
  margin: 0px -11px 17px 0;
}
@media screen and (max-width: 950px) {
  #home #top_campaign .ttl_style01::before {
    width: 7%;
    height: 7vw;
    margin: 0px 0px 17px 0;
  }
}
#home #top_campaign .ttl_style01::after {
  content: "";
  width: 161px;
  height: 176px;
  background: url(../img/top/top_campaign_icon.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: calc((100% - 1100px) / 2);
  bottom: -50px;
}
@media screen and (max-width: 950px) {
  #home #top_campaign .ttl_style01::after {
    width: 24%;
    height: 26vw;
    right: 0;
    bottom: -32px;
  }
}
#home #top_campaign .campaign_list {
  max-width: 1160px;
  margin: 0 auto;
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  position: relative;
}
#home #top_campaign .campaign_list li {
  margin: 0 0 15px;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
  width: 49%;
  max-width: 572px;
}
@media screen and (max-width: 950px) {
  #home #top_campaign .campaign_list li {
    margin: 0 auto 15px;
    width: 100%;
  }
}
#home #top_showroom {
  position: relative;
  padding: 250px 0;
}
@media screen and (max-width: 950px) {
  #home #top_showroom {
    padding: 100px 0 150px;
  }
}
#home #top_showroom::after {
  content: "";
  width: 75%;
  height: calc(100% - 160px);
  background: #EAF7FD;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  z-index: -1;
  border-radius: 0 20px 20px 0;
  margin: auto;
}
@media screen and (max-width: 950px) {
  #home #top_showroom::after {
    width: 90%;
    left: 5px;
    top: 40px;
    bottom: auto;
  }
}
#home #top_showroom::before {
  content: "";
  width: 70%;
  max-width: 1500px;
  height: 44%;
  background: url(../img/top/top_showroom_ttl.svg) no-repeat center top;
  position: absolute;
  top: 80px;
  left: 20px;
}
@media screen and (max-width: 950px) {
  #home #top_showroom::before {
    width: 83%;
    top: 40px;
  }
}
#home #top_showroom .showroom_txt {
  width: 45%;
  max-width: 500px;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .showroom_txt {
    width: 100%;
    max-width: 100%;
  }
}
#home #top_showroom .showroom_txt .ttl_style01 {
  text-align: left;
}
#home #top_showroom .showroom_txt .ttl_style01::after {
  content: "";
  width: 458px;
  height: 275px;
  background: url(../img/top/top_showroom_ttl_icon.png) no-repeat center top;
  background-size: contain;
  position: absolute;
  right: calc((100% - 312px) / 2);
  bottom: -302px;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .showroom_txt .ttl_style01::after {
    display: none;
  }
}
#home #top_showroom .fadeIn_right {
  position: absolute;
  right: 20px;
  width: 48.5%;
  top: 0;
  bottom: 0;
  margin: auto;
  min-height: 370px;
  max-height: 370px;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right {
    position: relative;
    right: auto;
    width: 90%;
    left: 0;
    min-height: auto;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
#home #top_showroom .fadeIn_right ul.showroom_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right ul.showroom_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#home #top_showroom .fadeIn_right ul.showroom_list li {
  border-radius: 10px;
  max-width: 460px;
  width: 48%;
  display: inline-block;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right ul.showroom_list li {
    max-width: 100%;
    width: 100%;
    margin-bottom: 1em;
  }
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_img_block {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 6px -2px rgba(0, 0, 0, 0.3);
  position: relative;
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_img_block img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right ul.showroom_list li .showroom_img_block img {
    width: 100%;
  }
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_text_area {
  text-align: center;
  margin: 10px 0 0;
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_text_area h3 {
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 550px) {
  #home #top_showroom .fadeIn_right ul.showroom_list li .showroom_text_area h3 {
    font-size: 4.2vw;
    margin-bottom: 0.85em;
  }
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_text_area h3 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), color-stop(0%, #FAEE28));
  background: linear-gradient(transparent 66%, #FAEE28 0%);
}
#home #top_showroom .fadeIn_right ul.showroom_list li .showroom_text_area p {
  text-align: center;
}
#home #top_showroom .fadeIn_right ul.showroom_list li:hover .showroom_img_block {
  position: relative;
  overflow: hidden;
}
#home #top_showroom .fadeIn_right ul.showroom_list li:hover .showroom_img_block::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 236, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
#home #top_showroom .fadeIn_right ul.showroom_list li:hover .showroom_img_block img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right ul.showroom_list li:first-of-type {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right ul.showroom_list li:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right {
    position: relative;
  }
}
@media screen and (max-width: 950px) {
  #home #top_showroom .fadeIn_right::after {
    content: "";
    width: 61%;
    height: 32vw;
    background: url(../img/top/top_showroom_ttl_icon.png) no-repeat center top;
    background-size: contain;
    position: absolute;
    right: auto;
    left: 0;
    bottom: -140px;
  }
}
#home #top_useful {
  padding: 0;
  overflow: hidden;
}
#home #top_useful.bg_lightblue::after {
  height: 100%;
}
#home #top_useful .ttl_style01 {
  margin-left: calc((100% - 1160px) / 2);
  text-align: left;
  margin-top: 80px;
}
@media screen and (max-width: 950px) {
  #home #top_useful .ttl_style01 {
    margin-left: auto;
    text-align: center;
    margin-top: 30px;
  }
}
#home #top_useful .ttl_style01::after {
  content: "";
  width: 70px;
  height: 80px;
  background: url(../img/top/top_useful_ttl_icon.svg) no-repeat center top;
  background-size: contain;
  display: inline-block;
  margin: -41px 0 0 20px;
}
@media screen and (max-width: 950px) {
  #home #top_useful .ttl_style01::after {
    display: none;
  }
}
#home #top_useful .useful_list {
  position: relative;
  margin: 0;
  width: 100%;
}
#home #top_useful .useful_list .slick-next {
  right: 5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_next.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #top_useful .useful_list .slick-next {
    right: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #top_useful .useful_list .slick-next:before {
  display: none;
}
#home #top_useful .useful_list .slick-prev {
  left: 5vw;
  z-index: 100;
  width: 50px;
  height: 50px;
  background: url("../img/common/icon_prev.svg") no-repeat center top;
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 950px) {
  #home #top_useful .useful_list .slick-prev {
    left: 5px;
    width: 10vw;
    height: 10vw;
  }
}
#home #top_useful .useful_list .slick-prev:before {
  display: none;
}
#home #top_useful .useful_list .slick-list {
  padding: 10px !important;
}
#home #top_useful .useful_list li {
  margin: 0 10px;
  max-width: 376px !important;
  background: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  #home #top_useful .useful_list li {
    max-width: initial !important;
  }
}
#home #top_useful .useful_list li .img_area {
  position: relative;
}
#home #top_useful .useful_list li a > .txt_area {
  padding: 10px 20px;
  display: block;
  text-align: center;
  font-size: 1.6rem;
  background: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #top_useful .useful_list li a > .txt_area span {
  font-size: 80%;
  margin: 5px 0;
  text-align: left;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #top_useful .useful_list li a > .txt_area p {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#home #top_useful .useful_list li:hover {
  background: #F4B400;
}
#home #top_useful .useful_list li:hover a > .txt_area {
  color: #fff;
  background: #F4B400;
}
#home #top_useful .useful_list li:hover a > .txt_area span,
#home #top_useful .useful_list li:hover a > .txt_area p {
  color: #fff;
}
#home #top_useful .slick-dots {
  display: none !important;
}
#home #news_block .contents_block_inner {
  max-width: 1160px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner {
    display: block;
  }
}
#home #news_block .contents_block_inner .news_txt {
  max-width: 260px;
  width: 23%;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_txt {
    max-width: 100%;
    width: 100%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#home #news_block .contents_block_inner .news_txt .ttl_style01 {
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_txt .ttl_style01 {
    margin-left: 0;
  }
}
#home #news_block .contents_block_inner .news_txt a.btn01 {
  width: 180px;
  height: 46px;
  line-height: 42px;
  padding: 0;
  margin: 0;
}
#home #news_block .contents_block_inner .news_list {
  max-width: 900px;
  width: 75%;
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 3px 6px 2px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_list {
    width: 100%;
    padding: 5px 30px;
  }
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
  padding: 20px 0;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_list dl.news_dl_list {
    display: block;
  }
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list dt {
  width: 35%;
  font-size: 1.4rem;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_list dl.news_dl_list dt {
    width: 100%;
  }
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list dt span {
  margin: 0 10px;
  background: #E2E2E2;
  padding: 3px 20px;
  border-radius: 50px;
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list dd {
  width: 62%;
  font-size: 1.6rem;
}
@media screen and (max-width: 950px) {
  #home #news_block .contents_block_inner .news_list dl.news_dl_list dd {
    width: 100%;
    margin: 0.5em 0 0;
  }
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list dd a:hover {
  color: #1B68AA;
  text-decoration: underline;
}
#home #news_block .contents_block_inner .news_list dl.news_dl_list:last-of-type {
  border: none;
}
#home .kutikomi_grw {
  max-width: 1400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px auto;
}
@media screen and (max-width: 950px) {
  #home .kutikomi_grw {
    display: block;
  }
}
#home .kutikomi_grw .kutikomi_grw_first, #home .kutikomi_grw .kutikomi_grw_last {
  max-width: 680px !important;
  width: 46% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 950px) {
  #home .kutikomi_grw .kutikomi_grw_first, #home .kutikomi_grw .kutikomi_grw_last {
    width: 90% !important;
    margin: 0 auto 5em !important;
  }
}
#home .kutikomi_grw .kutikomi_grw_first .wp-google-place .wp-google-right, #home .kutikomi_grw .kutikomi_grw_last .wp-google-place .wp-google-right {
  width: 100% !important;
  display: block !important;
  overflow: hidden !important;
}
#home .kutikomi_grw .kutikomi_grw_first .wp-google-place .wp-google-right .wp-google-name, #home .kutikomi_grw .kutikomi_grw_last .wp-google-place .wp-google-right .wp-google-name {
  width: 100% !important;
}
#home .kutikomi_grw .kutikomi_grw_first .wp-google-place .wp-google-right .wp-google-name + div, #home .kutikomi_grw .kutikomi_grw_last .wp-google-place .wp-google-right .wp-google-name + div {
  width: 15em !important;
}
#home .kutikomi_grw .wp-google-powered {
  width: 50% !important;
  float: left !important;
  font-size: 22px !important;
  margin: 0.5em 0 !important;
  font-weight: bold !important;
}
#home .kutikomi_grw .wp-google-powered span {
  font-size: 70% !important;
}
#home .kutikomi_grw .wp-google-powered:last-of-type {
  /* display: none !important; */
  float: right !important;
  text-align: right !important;
  width: 100% !important;
}
#home .kutikomi_grw .wp-gr .grw-header {
  border-bottom: 1px solid #ccc !important;
  display: block;
  padding: 10px 0 5px !important;
  margin-bottom: 20px !important;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16 {
  height: 400px;
  overflow: hidden !important;
  overflow-y: scroll !important;
  background: #fff !important;
  padding: 20px !important;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16::-webkit-scrollbar {
  width: 10px;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16::-webkit-scrollbar-thumb {
  background-color: #1b68aa;
  border-radius: 10px;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16 .wp-google-review {
  border-bottom: 1px solid #ccc !important;
  padding: 0 0 10px !important;
}
#home .kutikomi_grw .wp-gr .rpi-flx.rpi-col16 .wp-google-review span.wp-google-text {
  display: block;
  margin: 0.5em 0 0 !important;
}
#home .kutikomi_grw .wp-gr .wp-google-url {
  background: #1b68aa !important;
  color: #fff !important;
  padding: 10px !important;
  width: 80% !important;
  margin: 1em auto !important;
  position: relative !important;
  text-indent: -99999px !important;
}
#home .kutikomi_grw .wp-gr .wp-google-url::before {
  content: "もっと見る";
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 1em;
  bottom: 0;
  margin: auto;
  z-index: 3;
  text-indent: 0 !important;
  line-height: 1;
}
#home .kutikomi_grw .wp-gr .wp-google-url::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid;
  border-right: 1px solid;
  position: absolute;
  right: 2em;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@-webkit-keyframes fade {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

@keyframes fade {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}