/* setting.scss start*/
.ProductionArea-flex .ProductionArea-img img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*input, button, textarea, select {
margin: 0;
padding: 0;
background: none;
border: none;
border-radius: 0;
outline: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}*/
.boxwap {
  width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .boxwap {
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 768px) {
  .boxwap {
    width: 90%;
  }
}

.boxwap-long {
  width: 90%;
  margin: 0 auto;
}

.widthWrap {
  max-width: 1200px;
  margin: 0 auto;
}

.menuBack-ground-infomation .contactArea,
.ProductionArea-flex .ProductionArea-img_nomal,
.ProductionArea-flex .ProductionArea-text_title a,
.contact-Gray_link {
  transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
}

.menuBack-ground-infomation .contactArea:hover,
.ProductionArea-flex .ProductionArea-img_nomal:hover,
.ProductionArea-flex .ProductionArea-text_title a:hover,
.contact-Gray_link:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.ProductionArea-flex .ProductionArea-img {
  overflow: hidden;
}

.ProductionArea-flex .ProductionArea-img img {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.ProductionArea-flex .ProductionArea-img:hover img {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.renovation .mainImg img,
.renovation .mainImg-chach_img img,
.renovation .contentsCommon-iconFlex li img,
.banner-slide .slick-slide img,
.renovation .mainImg-underPage img,
.operation-flex-img img,
.operation-1culumn-img img,
.ProductionArea-flex .ProductionArea-img_nomal img {
  width: 100%;
  height: auto;
}

.pc {
  display: block !important;
}

@media screen and (max-width: 568px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 568px) {
  .sp {
    display: block !important;
  }
}

.ipad {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .ipad {
    display: block !important;
  }
}

.ipad_pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .ipad_pc {
    display: none !important;
  }
}

.ipadPro_sp {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .ipadPro_sp {
    display: block !important;
  }
}

.ipadPro_pc {
  display: block !important;
}

@media screen and (max-width: 1024px) {
  .ipadPro_pc {
    display: none !important;
  }
}

.pc_inline {
  display: inline-block !important;
}

@media screen and (max-width: 568px) {
  .pc_inline {
    display: none !important;
  }
}

.sp_inline {
  display: none !important;
}

@media screen and (max-width: 568px) {
  .sp_inline {
    display: inline-block !important;
  }
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

/* setting.scss end*/
.logowap {
  width: 130px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px;
  background-color: #fff;
  border-radius: 10px;
}

#index .newsticker .newsticker_flex .newsticker_listBtn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .boxwap {
  width: 90%;
}

@media screen and (max-width: 768px) {
  #index .newsticker .newsticker_flex .newsticker_innerBox .newsticker_list .article_link {
    font-size: 13px;
  }
}

@media screen and (max-width: 768px) {
  .hvr-sweep-to-right a .btnText {
    font-size: 22px;
  }
}

#index .s1_area .contentsCommon .contentsCommon_position {
  padding-bottom: 0%;
  margin-bottom: 0%;
}

@media screen and (max-width: 767px) {
  #index .newsticker .newsticker_flex .newsticker_innerBox .ticker .newsticker_list {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  #index .newsticker .newsticker_flex .newsticker_innerBox {
    padding: 10px 5% 0;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.renovation .mainImg {
  width: 90%;
  margin: 150px auto 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg {
    width: 100%;
    margin: 75px auto 0;
  }
}

.renovation .mainImg .slick-list {
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg .slick-list {
    padding-bottom: 30px;
  }
}

.renovation .mainImg-telArea {
  width: 621px;
  height: 69.5px;
  z-index: 2;
  background-image: url("../images/renovation/top/tel_back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  position: absolute;
  top: -1px;
  left: -1px;
  text-align: right;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px;
  padding-top: 2px;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-telArea {
    width: calc(90% - 150px);
    position: relative;
    background-image: unset;
    padding-top: 0;
    padding-right: 5%;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .renovation .mainImg-telArea {
    width: 90%;
    margin: 0 auto;
    padding-right: 0;
    height: auto;
    margin-bottom: 10px;
  }
}

.renovation .mainImg-telArea_text {
  background-color: #f7f7f7;
  padding: 14px 32px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.05em;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-telArea_text {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 568px) {
  .renovation .mainImg-telArea_text {
    font-size: 3.2vw;
    padding: 14px 0;
  }
}

.renovation .mainImg-chach {
  font-family: "Cormorant", serif;
  font-size: 7vw;
  position: absolute;
  z-index: 2;
  font-weight: 500;
  line-height: 1;
  width: 50%;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  top: 12vw;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-chach {
    font-size: 11vw;
    width: 50%;
    padding-left: 0;
    top: auto;
    bottom: 15%;
  }
}

.renovation .mainImg-chach .one {
  font-size: 3.3em;
  line-height: 0;
}

.renovation .mainImg-chach .ahead {
  letter-spacing: -0.03em;
}

.renovation .mainImg-chach .with {
  letter-spacing: 0.17em;
}

.renovation .mainImg-chach_img {
  width: 14vw;
  margin: 0 auto;
  position: absolute;
  left: 4vw;
  right: 0;
  bottom: 3vw;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-chach_img {
    left: 0;
    width: 18vw;
  }
}

.renovation .mainImg-chach_text {
  font-size: 0.24em;
  text-align: center;
  margin-top: 5vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 1024px) {
  .renovation .mainImg-chach_text {
    font-size: 0.3em;
  }
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-slick_wrap {
    position: relative;
    width: 120%;
    left: -10%;
  }
}

.renovation .mainImg-slick_imgBox {
  position: relative;
  z-index: 1;
}

.renovation .mainImg-slick_imgBox::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -30px;
  right: 0;
  width: 55%;
  z-index: 2;
  bottom: -50px;
  height: calc(100% + 50px);
  opacity: 0;
  -webkit-transition: 0.2s 0s ease-in-out;
  transition: 0.2s 0s ease-in-out;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-slick_imgBox::after {
    width: 70%;
  }
}

.renovation .mainImg-slick_imgBox:nth-of-type(1)::after {
  background-image: url("../images/renovation/top/mv1_cat.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.renovation .mainImg-slick_imgBox:nth-of-type(2)::after {
  background-image: url("../images/renovation/top/mv2_cat.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.renovation .mainImg-slick_imgBox:nth-of-type(3)::after {
  background-image: url("../images/renovation/top/mv3_cat.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
}

.renovation .mainImg-slick_imgBox.slick-active::after {
  opacity: 1;
  -webkit-transition: 0.5s 0.5s ease-in-out;
  transition: 0.5s 0.5s ease-in-out;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-slick_imgBox img {
    height: 80vw;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.renovation .contentsCommon {
  padding-top: 60px;
  border-top: 3px solid #333333;
  line-height: 1.8;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon {
    padding-top: 10%;
  }
}

.renovation .contentsCommon .textArea {
  padding-left: 50px;
  border-left: 1px solid #333333;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .renovation .contentsCommon .textArea {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon .textArea {
    padding-left: 0;
    border-left: 1px solid transparent;
  }
}

.renovation .contentsCommon .nekonote_btnWap {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 1024px) {
  .renovation .contentsCommon .nekonote_btnWap {
    position: relative;
  }
}

.renovation .contentsCommon .nekonote_btnWap-2culumn {
  position: absolute;
  bottom: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media screen and (max-width: 1024px) {
  .renovation .contentsCommon .nekonote_btnWap-2culumn {
    position: relative;
    display: block;
  }
}

.renovation .contentsCommon .nekonote_btnWap-2culumn .nekonote_btnWap {
  position: relative;
}

.renovation .contentsCommon .nekonote_btnWap-2culumn .nekonote_btnWap:first-of-type {
  margin-right: 70px;
}

@media screen and (max-width: 1024px) {
  .renovation .contentsCommon .nekonote_btnWap-2culumn .nekonote_btnWap:first-of-type {
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.renovation .contentsCommon-title {
  font-size: 27px;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.07em;
}

@media screen and (max-width: 568px) {
  .renovation .contentsCommon-title {
    font-size: 22px;
  }
}

.renovation .contentsCommon-title .subTitle {
  font-size: 0.8em;
}

.renovation .contentsCommon-description {
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.renovation .contentsCommon-description .red {
  color: #ff3300;
}

.renovation .contentsCommon-iconFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.renovation .contentsCommon-iconFlex li {
  width: 95px;
  margin-right: 20px;
}

@media screen and (max-width: 900px) {
  .renovation .contentsCommon-iconFlex li {
    width: 22%;
    margin-right: 4%;
  }
  .renovation .contentsCommon-iconFlex li:last-of-type {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon-iconFlex li {
    width: 95px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 568px) {
  .renovation .contentsCommon-iconFlex li {
    width: 22%;
    margin-right: 4%;
  }
  .renovation .contentsCommon-iconFlex li:last-of-type {
    margin-right: 0;
  }
}

.renovation .contentsCommon .nekonote_btnWap {
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon .nekonote_btnWap {
    margin: 0 auto;
    left: 0;
  }
}

.renovation .contentsCommon_position {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.renovation .contentsCommon-imgwrap {
  width: 32%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 2% 0;
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon-imgwrap {
    width: 100%;
  }
}

.renovation .contentsCommon .img1-title {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon .img1-title {
    width: 70%;
  }
}

@media screen and (max-width: 568px) {
  .renovation .contentsCommon .img1-title {
    width: 100%;
  }
}

.renovation .contentsCommon .img1-title_sub {
  font-size: 13px;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .renovation .contentsCommon .img1-category ul {
    line-height: 1.4;
  }
}

.renovation .contentsCommon .img1-category li {
  display: inline-block;
  font-size: 16px;
}

.renovation .contentsCommon .img1-category li::after {
  content: "/";
  display: inline-block;
  padding: 0 6px;
}

.renovation .contentsCommon .img1-category li:last-of-type::after {
  display: none;
}

.renovation .blog-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.renovation .blog-top_wrap {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap {
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #333333;
  }
}

.renovation .blog-top_wrap:nth-of-type(odd) {
  padding-right: 20%;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(odd) {
    padding-right: 0;
  }
}

.renovation .blog-top_wrap:nth-of-type(odd) .blog-top-border {
  border-right: 1px solid #333333;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(odd) .blog-top-border {
    border-right: 1px solid transparent;
  }
}

.renovation .blog-top_wrap:nth-of-type(even) {
  padding-left: 20%;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(even) {
    padding-left: 0;
  }
}

.renovation .blog-top_wrap:nth-of-type(even) .blog-top-border {
  border-left: 1px solid #333333;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(even) .blog-top-border {
    border-left: 1px solid transparent;
  }
}

.renovation .blog-top_wrap:nth-of-type(1),
.renovation .blog-top_wrap:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 50%;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(1),
  .renovation .blog-top_wrap:nth-of-type(2) {
    position: relative;
    width: 100%;
    height: auto;
  }
}

.renovation .blog-top_wrap:nth-of-type(1) .blog-top_thumbnail,
.renovation .blog-top_wrap:nth-of-type(2) .blog-top_thumbnail {
  padding-top: calc(100% * 0.66);
}

.renovation .blog-top_wrap:nth-of-type(1) .blog-top_title,
.renovation .blog-top_wrap:nth-of-type(2) .blog-top_title {
  font-size: 20px;
  height: 65px;
}

.renovation .blog-top_wrap:nth-of-type(1) .blog-top_term_list a,
.renovation .blog-top_wrap:nth-of-type(2) .blog-top_term_list a {
  font-size: 15px;
}

.renovation .blog-top_wrap:nth-of-type(1) {
  padding-right: 0;
}

.renovation .blog-top_wrap:nth-of-type(1) .blog-top-border {
  border-right: 1px solid transparent;
}

.renovation .blog-top_wrap:nth-of-type(2) {
  top: auto;
  bottom: 0;
  padding-left: 0;
  padding-top: 2%;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(2) {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

.renovation .blog-top_wrap:nth-of-type(2) .blog-top-border {
  border-left: 1px solid transparent;
}

.renovation .blog-top_wrap:nth-of-type(2) .blog-top_titleWrap {
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(2) .blog-top_titleWrap {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(2) .blog-top_title {
    font-size: 16px;
    height: 50px;
  }
  .renovation .blog-top_wrap:nth-of-type(2) .blog-top_term_list a {
    font-size: 13px;
  }
}

.renovation .blog-top_wrap:nth-of-type(7) .blog-top-border,
.renovation .blog-top_wrap:nth-of-type(8) .blog-top-border {
  padding-bottom: 0;
}

.renovation .blog-top_wrap:nth-of-type(7) .blog-top_titleWrap,
.renovation .blog-top_wrap:nth-of-type(8) .blog-top_titleWrap {
  margin-bottom: 0;
  border-bottom: 1px solid transparent;
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(7) .blog-top_titleWrap,
  .renovation .blog-top_wrap:nth-of-type(8) .blog-top_titleWrap {
    padding-bottom: 0;
    border-bottom: 1px solid transparent;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_wrap:nth-of-type(n + 2) .blog-top-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .renovation .blog-top_wrap:nth-of-type(n + 2) .blog-top-border .blog-top_thumbnail {
    width: 150px;
    height: 100px;
    padding-top: 0;
    margin-right: 20px;
  }
  .renovation .blog-top_wrap:nth-of-type(n + 2) .blog-top-border .blog-top_thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .renovation .blog-top_wrap:nth-of-type(n + 2) .blog-top-border .blog-top-borderWrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.renovation .blog-top-border {
  height: 100%;
  padding: 0 25px 0;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top-border {
    padding: 0;
  }
}

.renovation .blog-top-border:hover .blog-top_thumbnail {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.renovation .blog-top-border:hover .blog-top_titleWrap {
  text-decoration: underline;
}

.renovation .blog-top_thumbnail {
  height: 0;
  position: relative;
  overflow: hidden;
  background-color: #eee;
  z-index: 1;
  display: block;
  padding-top: calc(100% * 0.56);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_thumbnail {
    padding-top: calc(100% * 0.66);
  }
}

.renovation .blog-top_thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.renovation .blog-top_term_list {
  margin-top: 5%;
  margin-bottom: 1%;
}

.renovation .blog-top_term_list a {
  color: #595352;
  font-family: "Noto Serif JP", serif;
  padding-bottom: 2px;
  border-bottom: 1px solid #595352;
  font-size: 13px;
  margin-right: 10px;
  margin-bottom: 2%;
  display: inline-block;
}

.renovation .blog-top_term_list a:last-of-type {
  margin-right: 0;
}

.renovation .blog-top_term_list a:hover {
  border-bottom: 1px solid transparent;
}

.renovation .blog-top_title {
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 16px;
  height: 50px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.renovation .blog-top_titleWrap {
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .renovation .blog-top_titleWrap {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 1px solid transparent;
  }
}

.renovation .s4_area {
  background-color: #fdd901;
}

.renovation .s4_area > .boxwap {
  padding-top: 6%;
}

@media screen and (max-width: 768px) {
  .renovation .s4_area > .boxwap {
    padding-top: 10%;
  }
}

.renovation .s4_area #s4_area_title {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fdd901),
    color-stop(50%, #69d3d7),
    color-stop(73%, #69d3d7),
    color-stop(73%, #fdd901),
    to(#fdd901)
  );
  background: linear-gradient(#fdd901 50%, #69d3d7 50%, #69d3d7 73%, #fdd901 73%, #fdd901 100%);
  z-index: 2;
}

.renovation .about-contents {
  width: 45%;
  margin-left: auto;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .renovation .about-contents {
    width: 100%;
    z-index: 2;
    position: relative;
  }
}

.renovation .about-cat {
  position: absolute;
  top: -30px;
  left: 0;
  width: 50%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .renovation .about-cat {
    width: 80%;
    height: auto;
    right: 0;
    margin: 0 auto;
    position: static;
  }
}

.renovation .about-cat img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .renovation .about-cat img {
    width: 100%;
  }
}

.renovation .about-chach {
  font-size: 30px;
  font-weight: 500;
  line-height: 1.5;
  padding: 30px 0;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin-bottom: 40px;
}

.renovation .about-subChach {
  font-size: 17px;
  line-height: 2;
  font-weight: 500;
}

#s4_area_chach {
  position: relative;
}

.banner-slide {
  padding: 40px 0;
  background-color: #282828;
}

@media screen and (max-width: 768px) {
  .banner-slide {
    padding: 30px 0;
  }
}

.banner-slide > .boxwap {
  width: calc(90% + 30px);
}

@media screen and (max-width: 768px) {
  .banner-slide > .boxwap {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .banner-slide > .boxwap {
    width: 115%;
    position: relative;
    left: -15%;
  }
}

.banner-slide .slick-slide img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.banner-slide-wrap a {
  padding: 0 15px;
  display: block;
}

@media screen and (min-width: 1025px) {
  .banner-slide-wrap a {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
  }
  .banner-slide-wrap a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
  }
}

.banner-slide .slick-prev {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.85 257.57'%3E%3Cpath fill='%23fff' d='M225.92 257.57a31.59 31.59 0 0 1-22.37-9.27L9.27 54.02A31.64 31.64 0 0 1 54 9.27l171.9 171.91L397.83 9.27a31.64 31.64 0 0 1 44.74 44.75L248.29 248.31a31.56 31.56 0 0 1-22.37 9.26Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.banner-slide .slick-prev:hover {
  background: unset;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.85 257.57'%3E%3Cpath fill='%23fff' d='M225.92 257.57a31.59 31.59 0 0 1-22.37-9.27L9.27 54.02A31.64 31.64 0 0 1 54 9.27l171.9 171.91L397.83 9.27a31.64 31.64 0 0 1 44.74 44.75L248.29 248.31a31.56 31.56 0 0 1-22.37 9.26Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-slide .slick-next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.85 257.57'%3E%3Cpath fill='%23fff' d='M225.92 257.57a31.59 31.59 0 0 1-22.37-9.27L9.27 54.02A31.64 31.64 0 0 1 54 9.27l171.9 171.91L397.83 9.27a31.64 31.64 0 0 1 44.74 44.75L248.29 248.31a31.56 31.56 0 0 1-22.37 9.26Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

.banner-slide .slick-next:hover {
  background: unset;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451.85 257.57'%3E%3Cpath fill='%23fff' d='M225.92 257.57a31.59 31.59 0 0 1-22.37-9.27L9.27 54.02A31.64 31.64 0 0 1 54 9.27l171.9 171.91L397.83 9.27a31.64 31.64 0 0 1 44.74 44.75L248.29 248.31a31.56 31.56 0 0 1-22.37 9.26Z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.banner-slide .slick-prev,
.banner-slide .slick-next {
  width: 25px;
  height: 25px;
  opacity: 0.5;
}

.banner-slide .slick-prev::before,
.banner-slide .slick-next::before {
  content: "";
}

#index .s1_area .pageLink .nekonote_btnWap .hvr-sweep-to-right a .btnText {
  padding: 0;
}

.newsticker_list .article_link {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

#index .s1_area .pageLink {
  width: 99%;
  max-width: 100%;
}

#index .s1_area .pageLink .nekonote_btnWap {
  width: 23%;
}

#index .s1_area .pageLink .nekonote_btnWap .btnText {
  top: 44%;
  font-size: 18px;
  line-height: 1.6;
  top: 44%;
}

@media screen and (max-width: 1200px) {
  #index .s1_area .pageLink .nekonote_btnWap .btnText {
    font-size: 15px;
  }
}

#index .s1_area .pageLink .nekonote_btnWap .btnText .btnText_small {
  font-size: 0.85em;
}

@media screen and (max-width: 768px) {
  #index .s1_area .contentsCommon {
    margin-bottom: 10%;
  }
}

#index .s1_area .contentsCommon .textArea {
  width: 66%;
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  #index .s1_area .contentsCommon .textArea {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}

#index .s1_area .contentsCommon.mainteArea .img1,
#index .s1_area .contentsCommon.ecArea .img1,
#index .s1_area .contentsCommon.otherArea .img1 {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  #index .s1_area .contentsCommon.mainteArea .img1,
  #index .s1_area .contentsCommon.ecArea .img1,
  #index .s1_area .contentsCommon.otherArea .img1 {
    margin-bottom: 6%;
  }
}

#index .s1_area .contentsCommon.mainteArea .img1 img,
#index .s1_area .contentsCommon.ecArea .img1 img,
#index .s1_area .contentsCommon.otherArea .img1 img {
  width: 100%;
  height: auto;
}

#index .s1_area .contentsCommon.mainteArea .img2,
#index .s1_area .contentsCommon.ecArea .img2,
#index .s1_area .contentsCommon.otherArea .img2 {
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  z-index: -1;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  #index .s1_area .contentsCommon.mainteArea .img2,
  #index .s1_area .contentsCommon.ecArea .img2,
  #index .s1_area .contentsCommon.otherArea .img2 {
    display: block;
    width: 60%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 568px) {
  #index .s1_area .contentsCommon.mainteArea .img2,
  #index .s1_area .contentsCommon.ecArea .img2,
  #index .s1_area .contentsCommon.otherArea .img2 {
    width: 100%;
  }
}

#index .commonSection.s4_area {
  margin-top: 0;
  padding-top: 0;
  overflow: hidden;
}

#index .commonSection.s4_area .nekonote_btnWap {
  margin: 50px 0 0;
}

@media screen and (max-width: 768px) {
  #index .commonSection.s4_area .nekonote_btnWap {
    margin: 50px auto 0;
  }
}

#index .s3_area {
  background-color: #fff;
  padding: 5% 0 8%;
  padding-top: 6%;
}

#index .s3_area .titleArea {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #fff),
    color-stop(50%, #69d3d7),
    color-stop(73%, #69d3d7),
    color-stop(73%, #fff),
    to(#fff)
  );
  background: linear-gradient(#fff 50%, #69d3d7 50%, #69d3d7 73%, #fff 73%, #fff 100%);
}

.commonSection .titleArea .subChachArea {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.renovation.menuBack-ground {
  width: 100vw;
  height: 100vh;
  top: -100vh;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: fixed;
  left: 0;
}

.renovation.menuBack-ground.active {
  background-color: #fde452;
  min-height: unset;
  max-height: unset;
  top: 0;
  z-index: 100;
}

.renovation.menuBack-ground.active .closeBtn {
  opacity: 1;
}

.renovation.menuBack-ground.active .menuBack-ground-flex {
  opacity: 1;
}

.renovation.menuBack-ground .closeBtn {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 80px;
  height: 80px;
  padding: 0;
  position: absolute;
  top: 3%;
  right: 8%;
  z-index: 101;
  opacity: 0;
  -webkit-transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 0.3s;
  transition: opacity 0.3s cubic-bezier(0.28, 0.11, 0.32, 1) 0.3s;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .renovation.menuBack-ground .closeBtn {
    width: 50px;
    height: 50px;
    top: 1%;
    right: 8%;
  }
}

.renovation.menuBack-ground .closeBtn span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.renovation.menuBack-ground .closeBtn span::before,
.renovation.menuBack-ground .closeBtn span::after {
  content: "";
  display: block;
  background-color: #000;
  width: 138%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
}

.renovation.menuBack-ground .closeBtn span::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.renovation.menuBack-ground .closeBtn span::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.menuBack-ground-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.menuBack-ground-imgBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 1024px) {
  .menuBack-ground-imgBox {
    display: none;
  }
}

.menuBack-ground-imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
}

.menuBack-ground-menuBox {
  width: 83%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
  overflow-y: auto;
  overflow-x: hidden;
}

@media screen and (max-width: 1024px) {
  .menuBack-ground-menuBox {
    width: 100%;
  }
}

.menuBack-ground-menuTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  border-bottom: 1px solid #333333;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab {
    padding-top: 80px;
    border-bottom: none;
    margin-bottom: 30px;
  }
}

.menuBack-ground-menuTab .menuTab_list {
  width: 260px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid #333333;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_list {
    width: 30%;
  }
}

@media screen and (max-width: 568px) {
  .menuBack-ground-menuTab .menuTab_list {
    width: 40%;
  }
}

.menuBack-ground-menuTab .menuTab_list li {
  margin-top: 24px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.4;
}

@media screen and (max-width: 568px) {
  .menuBack-ground-menuTab .menuTab_list li {
    margin-top: 20px;
    font-size: 15px;
  }
}

.menuBack-ground-menuTab .menuTab_list li:hover {
  color: #69d3d7;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_list li:hover {
    color: #000;
  }
}

.menuBack-ground-menuTab .menuTab_list li.tab {
  cursor: pointer;
}

.menuBack-ground-menuTab .menuTab_list li.is-active {
  font-weight: 600;
  position: relative;
}

.menuBack-ground-menuTab .menuTab_list li.is-active::before {
  content: "";
  display: block;
  background-image: url("../images/front-page/cat_hand.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -27px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-25deg);
  transform: translateY(-50%) rotate(-25deg);
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_list li.is-active::before {
    left: -10px;
    z-index: -1;
  }
}

.menuBack-ground-menuTab .menuTab_panel {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 50px;
  padding-top: 24px;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_panel {
    padding-left: 0;
  }
}

.menuBack-ground-menuTab .menuTab_panel .panel {
  display: none;
}

.menuBack-ground-menuTab .menuTab_panel .panel.is-show {
  display: block;
}

.menuBack-ground-menuTab .menuTab_panel .panel_title {
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #333333;
  letter-spacing: 0.07em;
  font-weight: 400;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_panel .panel_title {
    padding-left: 5%;
  }
}

@media screen and (max-width: 568px) {
  .menuBack-ground-menuTab .menuTab_panel .panel_title {
    font-size: 20px;
  }
}

.menuBack-ground-menuTab .menuTab_panel .panel_title a:hover {
  color: #69d3d7;
}

.menuBack-ground-menuTab .menuTab_panel .panel_List {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_panel .panel_List {
    padding-left: 5%;
  }
}

.menuBack-ground-menuTab .menuTab_panel .panel_List li {
  width: 48%;
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-menuTab .menuTab_panel .panel_List li {
    width: 100%;
  }
}

@media screen and (max-width: 568px) {
  .menuBack-ground-menuTab .menuTab_panel .panel_List li {
    margin-bottom: 18px;
    font-size: 14px;
  }
}

.menuBack-ground-menuTab .menuTab_panel .panel_List li a:hover {
  color: #69d3d7;
}

.menuBack-ground-infomation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-infomation {
    margin-top: 0;
    padding: 40px 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 112%;
    margin-left: -6%;
    background-image: url("../images/renovation/common/sp/header_openImg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.menuBack-ground-infomation .telArea {
  font-size: 30px;
  letter-spacing: 0.05em;
  text-align: left;
  margin-right: 40px;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-infomation .telArea {
    width: 100%;
    color: #fff;
    margin-bottom: 30px;
    text-align: center;
    margin-right: 0;
  }
}

.menuBack-ground-infomation .telArea .small {
  font-size: 0.47em;
  letter-spacing: 0;
  line-height: 1.8;
  display: block;
  margin-top: 10px;
}

.menuBack-ground-infomation .contactArea {
  display: block;
  background-color: #333;
  padding: 20px 0;
  width: 350px;
  color: #fde452;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .menuBack-ground-infomation .contactArea {
    width: 100%;
    background-color: #fff;
    color: #333;
    font-size: 18px;
  }
}

.nemuClickArea {
  position: relative;
}

@media screen and (max-width: 768px) {
  .nemuClickArea {
    margin-top: 10px;
  }
}

.nemuClickArea.fixed_menu {
  position: fixed;
  right: 5%;
  top: 5%;
  z-index: 100;
}

.nemuClickArea::before {
  content: "";
  display: block;
  position: absolute;
  width: 70px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 38.4' fill='%23000000'%3E%3Cdefs%3E%3Cstyle%3E.d%7Bfill:%23303030;%7D%3C/style%3E%3C/defs%3E%3Cg id='a'/%3E%3Cg id='b'%3E%3Cg id='c'%3E%3Cg%3E%3Cpath class='d' d='M0,38.4C.83,25.66,2.95,12.6,5.04,0,13.26,9.44,21.74,19.21,29,29.4,20.58,21.68,12.52,12.91,4.88,4.39l2.6-.74C5.44,15.18,3.16,27.14,0,38.4H0Z'/%3E%3Cpath class='d' d='M120,38.4c-3.15-11.25-5.44-23.22-7.48-34.75l2.6,.74c-7.64,8.53-15.7,17.28-24.12,25.01C98.25,19.22,106.75,9.43,114.96,0c2.08,12.61,4.2,25.65,5.04,38.4h0Z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  top: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .nemuClickArea::before {
    width: 50px;
  }
}

body.active {
  overflow: hidden;
}

.renovation .mainImg-underPage {
  margin: -70px auto 0;
  position: relative;
  z-index: -1;
  width: 90%;
}

.renovation .mainImg-underPage_title {
  padding: 100px 0 60px;
  text-align: center;
  border-radius: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-underPage_title {
    border-radius: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    left: -6%;
    width: 112%;
  }
}

.renovation .mainImg-underPage_title.nekonotedesign {
  background-image: url("../images/renovation/underpage/mv-back-nekonotedesign.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.nekonoteplus {
  background-image: url("../images/renovation/underpage/mv-back-nekonoteplus.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.nekonotestore {
  background-image: url("../images/renovation/underpage/mv-back-nekonotestore.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.mikeneko {
  background-image: url("../images/renovation/underpage/mv-back-mikeneko.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.nekonotecompany {
  background-image: url("../images/renovation/underpage/mv-back-nekonotecompany.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.nekonoteWorks {
  background-image: url("../images/renovation/underpage/mv-back-works.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title.nekonoteTopics {
  background-image: url("../images/renovation/underpage/mv-back-topics.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.renovation .mainImg-underPage_title .mainImg-underPage_img img {
  height: 44px;
  width: auto;
}

@media screen and (max-width: 768px) {
  .renovation .mainImg-underPage_title .mainImg-underPage_img img {
    height: 5vw;
  }
}

@media screen and (max-width: 568px) {
  .renovation .mainImg-underPage_title .mainImg-underPage_img img {
    height: 8vw;
  }
}

.renovation .mainImg-underPage_title .mainImg-underPage_img .chach {
  color: #fff;
  font-size: 11px;
  margin-top: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.new_company h3 {
  font-family: "Noto Serif JP", serif;
}

.blockStyle {
  margin-top: 100px;
}

.blockStyle-title {
  margin-bottom: 50px;
  font-size: 32px;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .blockStyle-title {
    font-size: 26px;
  }
}

@media screen and (max-width: 568px) {
  .blockStyle-title {
    font-size: 6vw;
  }
}

.blockStyle-none {
  margin-top: 0;
}

.blockStyle-none .faq-List li:first-of-type .faq-List_question {
  border-top: none;
}

.blockStyle-none .operation-pro {
  padding-top: 10px;
}

@media screen and (max-width: 768px) {
  .blockStyle-none .operation-pro-flex {
    padding: 0 40px;
  }
}

.newbox-flex {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.newbox-title {
  width: 48%;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .newbox-title {
    width: 100%;
    margin-bottom: 30px;
  }
}

.newbox-text {
  width: 48%;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .newbox-text {
    width: 100%;
  }
}

.newbox-text p {
  margin-bottom: 16px;
}

.newbox-text p:last-of-type {
  margin-bottom: 0;
}

.page-title {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 80px;
}

.page-title.culumnRule {
  margin-bottom: 40px;
}

.page-title.culumnRule .blockStyle-title {
  margin-bottom: 30px;
}

.page-title_title {
  font-size: 45px;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 15px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .page-title_title {
    font-size: 40px;
  }
}

@media screen and (max-width: 568px) {
  .page-title_title {
    font-size: 7vw;
  }
}

.page-title_english {
  font-size: 16px;
  letter-spacing: 0.07em;
}

.page-title_infoText {
  font-size: 15px;
  line-height: 1.8;
}

.page-title_infoText.listStyle {
  margin-top: 30px;
}

.flow-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flow-flex-Box {
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 40px;
}

@media screen and (max-width: 768px) {
  .flow-flex-Box {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}

.flow-flex-Box.right {
  border-left: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .flow-flex-Box.right {
    border-left: none;
  }
}

.flow-flex-title {
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  font-size: 22px;
  padding: 15px 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.5;
}

.flow-contents {
  margin-top: 40px;
}

.flow-contents-img {
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: calc(100% * 0.56);
}

.flow-contents img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.flow-contents-title {
  font-size: 18px;
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 400;
}

.flow-contents-text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1.8;
}

.flow-contents-text p {
  margin-bottom: 16px;
}

.flow-contents-text p:last-of-type {
  margin-bottom: 0;
}

.operation-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.operation-flex:nth-of-type(even) .operation-flex-img {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

@media screen and (max-width: 768px) {
  .operation-flex:nth-of-type(even) .operation-flex-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

.operation-flex:nth-of-type(even) .operation-flex-textBox {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

@media screen and (max-width: 768px) {
  .operation-flex:nth-of-type(even) .operation-flex-textBox {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

.operation-flex-img {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .operation-flex-img {
    width: 100%;
    margin-bottom: 30px;
  }
}

.operation-flex-textBox {
  width: 48%;
}

@media screen and (max-width: 768px) {
  .operation-flex-textBox {
    width: 100%;
  }
}

.operation-flex-title {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
  margin-bottom: 40px;
}

.operation-flex-info {
  font-size: 16px;
  line-height: 1.8;
}

.operation-flex-info p {
  margin-bottom: 16px;
}

.operation-flex-info p:last-of-type {
  margin-bottom: 0;
}

.operation-pro {
  background-color: #f7f7f7;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .operation-pro {
    padding: 0;
  }
}

.operation-pro-labeltitle {
  background-color: #69d3d7;
  padding: 12px 30px;
  color: #fff;
  font-size: 19px;
  letter-spacing: 0.07em;
  display: inline-block;
  position: absolute;
  top: -20px;
  font-weight: 400;
  left: 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .operation-pro-labeltitle {
    position: static;
    display: block;
  }
}

.operation-pro-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .operation-pro-flex {
    padding: 40px;
    padding-bottom: 0;
  }
}

.operation-pro-flex .flexBox {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .operation-pro-flex .flexBox {
    width: 100%;
    margin-bottom: 40px;
  }
}

.operation-pro-flex .flexBox-img {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  overflow: hidden;
  background-color: #fff;
  margin-right: 20px;
}

.operation-pro-flex .flexBox-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.operation-pro-flex .flexBox-textBox {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.operation-pro-flex .flexBox-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.operation-pro-flex .flexBox-info {
  font-size: 13px;
  line-height: 1.5;
}

.operation-pro-flex .flexBox-info p {
  margin-bottom: 10px;
}

.operation-pro-flex .flexBox-info p:last-of-type {
  margin-bottom: 0;
}

.operation-1culumn-img {
  width: 70%;
  margin: 0 auto 30px;
}

.operation-1culumn-chach {
  font-size: 22px;
  text-align: center;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 30px;
}

.operation-1culumn-text {
  font-size: 16px;
  line-height: 1.8;
}

.operation-1culumn-text p {
  margin-bottom: 16px;
}

.operation-1culumn-text p:last-of-type {
  margin-bottom: 0;
}

.plan-Box {
  background-color: #f7f7f7;
  padding: 40px;
  margin-bottom: 30px;
}

.plan-Box-titleArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #333333;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.plan-Box-title {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .plan-Box-title {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

.plan-Box-price {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.5;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .plan-Box-price {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    text-align: left;
  }
}

.plan-Box-infoText {
  font-size: 16px;
  line-height: 1.8;
}

.plan-Box-infoText p {
  margin-bottom: 16px;
}

.plan-Box-infoText p:last-of-type {
  margin-bottom: 0;
}

.faq-List {
  border-bottom: 1px solid #333333;
}

.faq-List_question {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 20px 30px;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.5;
}

.faq-List_answer {
  border-top: 1px solid #333333;
  border-left: 1px solid #333333;
  border-right: 1px solid #333333;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.8;
}

.faq-List_answer p {
  margin-bottom: 16px;
}

.faq-List_answer p:last-of-type {
  margin-bottom: 0;
}

.conditions-subChach {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}

.conditions-infoArea {
  line-height: 1.8;
  font-size: 16px;
  margin-bottom: 40px;
}

.conditions-infoArea span {
  font-size: 19px;
  line-height: 1.5;
}

.conditions-infoArea p {
  margin-bottom: 20px;
}

.conditions-infoArea p:last-of-type {
  margin-bottom: 0;
}

.conditions-nameArea {
  text-align: right;
  font-size: 16px;
  line-height: 1.8;
}

.blockLink_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blockLink_flex li {
  width: calc(25% - 55px);
  margin-right: 55px;
}

@media screen and (max-width: 1200px) {
  .blockLink_flex li {
    width: calc(50% - 55px);
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .blockLink_flex li {
    width: calc(85% - 55px);
    margin: 0 auto 40px;
  }
}

.blockLink_flex li .hvr-sweep-to-right a .btnText {
  width: calc(100% - 55px);
  padding-left: 0px;
  font-size: 16px;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}

.feature1-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.feature1-flex li {
  width: 31.5%;
  margin-right: 2.5%;
}

@media screen and (max-width: 768px) {
  .feature1-flex li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.feature1-flex li:nth-of-type(3n) {
  margin-right: 0;
}

.feature1-flex-img {
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: calc(100% * 0.56);
}

.feature1-flex img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature1-flex-title {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.feature1-text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

.feature1-text p {
  margin-bottom: 20px;
}

.feature1-text p:last-of-type {
  margin-bottom: 0;
}

.feature1-linkBox {
  margin: 40px auto 0;
  width: 300px;
}

@media screen and (max-width: 1200px) {
  .feature1-linkBox {
    width: calc(50% - 55px);
  }
}

@media screen and (max-width: 768px) {
  .feature1-linkBox {
    width: calc(85% - 55px);
  }
}

.feature1-linkBox .hvr-sweep-to-right a .btnText {
  color: #fff;
}

.feature1-linkBox.onlyBtn {
  margin: 20px auto 0;
}

.feature2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .feature2-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.feature2-flex li {
  width: 17.2%;
  margin-right: 3.5%;
}

@media screen and (max-width: 768px) {
  .feature2-flex li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.feature2-flex li:nth-of-type(5n) {
  margin-right: 0;
}

.feature2-flex-img {
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: 100%;
  border-radius: 9999px;
}

.feature2-flex img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.feature2-flex-title {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
}

.blockStyle_company.blockStyle-none .blockStyle_company-table {
  border-top: 1px solid #333333;
}

.blockStyle_company-table {
  width: 100%;
}

.blockStyle_company-table tr {
  border-bottom: 1px solid #333333;
}

.blockStyle_company-table tr:last-of-type {
  border-bottom: none;
}

.blockStyle_company-table tr th {
  padding: 20px;
  font-size: 16px;
  width: 18%;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .blockStyle_company-table tr th {
    padding: 20px 0 0;
    display: block;
    width: 100%;
    font-weight: 600;
  }
}

.blockStyle_company-table tr td {
  padding: 20px;
  font-size: 16px;
  width: 82%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .blockStyle_company-table tr td {
    display: block;
    width: 100%;
    padding: 20px 0;
  }
}

.blockStyle_company-table tr td p {
  margin-bottom: 20px;
}

.blockStyle_company-table tr td p:last-of-type {
  margin-bottom: 0;
}

.blockStyle_company a {
  color: #3075bb;
  text-decoration: underline;
}

.blockStyle_company a:hover {
  text-decoration: none;
}

.information-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.information_box {
  width: 48%;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .information_box {
    width: 100%;
  }
}

.information_box-img {
  height: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  padding-top: calc(100% * 0.56);
}

.information_box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.information_box-title {
  margin-top: 30px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: 500;
}

.information_box-text {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 30px;
}

.information_box-text p {
  margin-bottom: 20px;
}

.information_box-text p:last-of-type {
  margin-bottom: 0;
}

.btnarea {
  margin: 50px 0;
}

.btnarea_text {
  text-align: center;
  font-size: 18px;
  line-height: 1.8;
}

.underPage-post .contents {
  font-size: 16px;
  margin-bottom: 100px;
}

.underPage-post .contents p {
  line-height: 1.8;
}

.underPage-post .contents .wp-block-embed iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
}

@media screen and (max-width: 768px) {
  .underPage-common {
    margin-top: 80px;
  }
}

@media screen and (max-width: 768px) {
  .renovation.underPage-common .mainImg-telArea {
    width: 100%;
  }
}

.page-postList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .page-postList {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.page-postList li {
  width: 32.6%;
  margin-right: 1%;
  margin-bottom: 1%;
}

@media screen and (max-width: 1024px) {
  .page-postList li {
    width: 49.5%;
    margin-right: 0;
  }
}

@media screen and (max-width: 568px) {
  .page-postList li {
    width: 100%;
    margin-bottom: 15px;
  }
}

.page-postList li:nth-of-type(3n) {
  margin-right: 0;
}

.page-postList li a {
  background-color: #f7f7f7;
  display: block;
  padding: 40px 0;
  border: 1px solid #999;
  text-align: center;
  font-size: 17px;
  color: #333 !important;
  text-decoration: none !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

@media screen and (max-width: 568px) {
  .page-postList li a {
    padding: 20px 0;
  }
}

.page-postList li a:hover {
  color: #fff !important;
  background-color: #69d3d7;
}

.ProductionArea {
  background-color: #f7f7f7;
  padding: 100px 0 60px;
}

@media screen and (max-width: 768px) {
  .ProductionArea {
    padding: 100px 8% 60px;
  }
}

.ProductionArea.white {
  background-color: #fff;
  padding: 0;
}

@media screen and (max-width: 568px) {
  .ProductionArea.white .ProductionArea-flex li {
    width: 48%;
  }
}

.ProductionArea.white .ProductionArea-flex .ProductionArea-img {
  padding-top: 56.25%;
}

.ProductionArea.white .ProductionArea-flex .ProductionArea-img img {
  width: 100%;
  height: 100%;
}

.ProductionArea-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .ProductionArea-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.ProductionArea-flex.other-margin li {
  margin-bottom: 40px;
}

.ProductionArea-flex.service li {
  width: 22.5%;
  margin-right: 3%;
}

@media screen and (max-width: 768px) {
  .ProductionArea-flex.service li {
    width: 48%;
    margin-right: 0;
  }
}

@media screen and (max-width: 568px) {
  .ProductionArea-flex.service li {
    width: 100%;
  }
}

.ProductionArea-flex li {
  width: 23.5%;
  margin-right: 2%;
}

.ProductionArea-flex li:nth-of-type(4n) {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .ProductionArea-flex li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 568px) {
  .ProductionArea-flex li {
    width: 100%;
  }
}

.ProductionArea-flex .ProductionArea-img {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 100%;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.ProductionArea-flex .ProductionArea-img img {
  width: auto;
  height: 80%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.ProductionArea-flex .ProductionArea-img:hover img {
  -webkit-transform: translateY(-50%) scale(1.15);
  transform: translateY(-50%) scale(1.15);
}

.ProductionArea-flex .ProductionArea-img_nomal {
  display: block;
  -webkit-box-shadow: 0 0 8px #e7e7e7;
  box-shadow: 0 0 8px #e7e7e7;
  margin-bottom: 20px;
}

.ProductionArea-flex .ProductionArea-text {
  margin-top: 20px;
}

.ProductionArea-flex .ProductionArea-text .category-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ProductionArea-flex .ProductionArea-text .category-flex a {
  text-decoration: underline;
  color: #595352;
  font-family: "Cormorant", serif;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 8px;
}

.ProductionArea-flex .ProductionArea-text_title {
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ProductionArea-flex .ProductionArea-text_sub {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.6;
}

.contact-Gray {
  background-color: #f7f7f7;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .contact-Gray {
    padding: 50px 5%;
  }
}

.contact-Gray.blockIn .contact-Gray_link span {
  margin-top: 0;
  font-size: 16px;
  line-height: 1.5;
}

.contact-Gray.blockIn .contact-Gray_text .infoText {
  font-size: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .contact-Gray_wrap {
    width: 100%;
  }
}

.contact-Gray_text {
  width: 48%;
}

@media screen and (max-width: 1200px) {
  .contact-Gray_text {
    width: 55%;
  }
}

@media screen and (max-width: 1024px) {
  .contact-Gray_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.contact-Gray_text .infoText {
  font-size: 15px;
  color: #333333;
  line-height: 1.6;
  margin-bottom: 20px;
}

.contact-Gray_text .telFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-Gray_text .telFlex .tel {
  font-size: 46px;
  letter-spacing: 0.08em;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .contact-Gray_text .telFlex .tel {
    width: 100%;
    margin-bottom: 15px;
  }
}

.contact-Gray_text .telFlex .line {
  display: block;
  width: 1px;
  height: 40px;
  background-color: #333333;
}

@media screen and (max-width: 1024px) {
  .contact-Gray_text .telFlex .line {
    display: none;
  }
}

.contact-Gray_text .telFlex .smallText {
  font-size: 15px;
  letter-spacing: 0.07em;
  line-height: 1.5;
}

@media screen and (max-width: 1024px) {
  .contact-Gray_text .telFlex .smallText .sp_line::before {
    content: "/";
    display: inline-block;
    margin: 0 5px;
  }
}

.contact-Gray_link {
  width: 46%;
  display: block;
  background-color: #282828;
  color: #fff !important;
  text-decoration: none !important;
  text-align: center;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 1200px) {
  .contact-Gray_link {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .contact-Gray_link {
    width: 100%;
  }
}

.contact-Gray_link span {
  font-size: 12px;
  display: block;
  margin-top: 10px;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 1200px) {
  .footerSecondArea .boxwap .amaguriImg {
    top: -3%;
  }
}

@media screen and (max-width: 1200px) {
  .nekonote .cvArea .cvArea_infoBox .telArea {
    margin-right: 30px;
  }
}

@media screen and (max-width: 768px) {
  .nekonote .cvArea .cvArea_infoBox .telArea {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .nekonote .cvArea .cvArea_infoBox .telArea .tel {
    font-size: 26px;
  }
}

@media screen and (max-width: 768px) {
  .nekonote .cvArea .cvArea_infoBox .telArea .tel {
    font-size: 10vw;
  }
}

@media screen and (max-width: 1200px) {
  .nekonote .cvArea .cvArea_infoBox .telArea .infoP {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  .nekonote .cvArea .cvArea_infoBox .telArea .infoP {
    font-size: 3.7vw;
  }
}

.nekonote .cvArea .cvArea_infoBox .nekonote_btnWap .hvr-sweep-to-right {
  height: 75px;
}

.nekonote .cvArea .cvArea_infoBox .nekonote_btnWap a {
  height: 66px;
}

.nekonote .cvArea .cvArea_infoBox .nekonote_btnWap a .btnText_02 {
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .nekonote .cvArea .cvArea_infoBox .nekonote_btnWap a .btnText_02 {
    margin: 0 auto;
  }
}

.nekonote .cvArea .cvArea_infoBox .nekonote_btnWap a.orange {
  height: auto;
}

@media screen and (max-width: 1024px) {
  .works .worksCollum.workslist .rightBox {
    margin-top: 10%;
  }
}

.featuredArticles.works .related_Area .related_Area_ul li .related-thumb img {
  height: 260px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .featuredArticles.works .related_Area .related_Area_ul li .related-thumb img {
    height: 20vw;
  }
}

@media screen and (max-width: 768px) {
  .featuredArticles.works .related_Area .related_Area_ul li .related-thumb img {
    height: 20vw;
  }
}

@media screen and (max-width: 1024px) {
  .archiveSidebar .archiveSidebar_ul li .titleArea {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.archiveSidebar .archiveSidebar_ul li .titleArea .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .archiveSidebar .archiveSidebar_ul li .thumbnail {
    width: 100px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .archiveSidebar .archiveSidebar_ul li .thumbnail img {
    height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}
/*# sourceMappingURL=renovation.css.map */
