@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

.grecaptcha-badge {
  display: none !important;
}

.fv {
  margin: 30px 15% 0 30%;
  position: relative;
}

.fv-txt {
  position: absolute;
  width: 10vw;
  top: 50%;
  left: -10vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.event {
  padding: 200px 0 140px;
  position: relative
}

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

.cmn-title-img {
  width: 200px;
  margin: 0 auto 10px;
}

.cmn-title h2 {
  font-weight: 700;
  font-size: 15px;
}

.cmn-title h2 span {
  display: block;
  font-weight: 700;
  font-size: 56px;
  line-height: 1;
  margin-bottom: 10px;
}

.event .title-parts {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 100%;
  top: -60px;
}

.event .title-parts img {
  width: 300px;
  display: block;
}

.abs-txt {
  position: absolute;
  top: 240px;
  left: 15px;
}

.abs-txt p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 110px;
  line-height: 1;
  font-weight: 700;
  color: #E1E8E8;
}

.event-list {
  margin-bottom: 60px;
  width: 133%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .event-list {
    width: 100%;
    left: 0;
    transform: none;
    padding: 0 16px;
    /* 必要に応じて余白追加 */
  }
}

.event-list ul {
  display: flex;
  justify-content: space-between;
  gap: 3px;
}

.event-list ul li {
  width: 31%;
}

.event-list-img {
  margin-bottom: 30px;
  position: relative;
  height: 200px;
}

.event-list-img img {
  position: absolute;
  width: 100%;
  object-fit: cover;
}

.event-list-img p {
  width: 75px;
  text-align: center;
  background: #EFA340;
  padding: 2.5px 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.event-list-txt h3 {
  font-size: 15px;
  margin-bottom: 5px;
  font-weight: 700;
  font-family: "Inter", sans-serif;
}

.event-list-txt p {
  font-size: 10px;
  font-family: "Inter", sans-serif;
}

.cmn-btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}

.cmn-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 17.5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 50px;
  height: 5px;
  background-image: url('../img/common/arrow_right.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: all .7s;
}

.cmn-btn:hover::before {
  right: 10px;
}

.cmn-btn a,
.cmn-btn input {
  max-width: 400px;
  width: 100%;
  background: #0172AC;
  padding: 25px 0;
  border-radius: 90px;
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-family: "Inter", sans-serif;
}

.cmn-btn a:hover {
  opacity: 1;
}

.left-bar-wrap {
  position: relative;
}

.left-bar {
  z-index: -1;
  position: absolute;
  width: 300px;
  background: #f5f5f5;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  height: 95%;
  left: 0;
  top: 100px;
}

.house {
  position: relative;
  padding: 140px 0;
}

/* .house::before {
	content: "";
	background: #C7B95C;
	width: 1300px;
	height: 500px;
	border-radius: 50%;
	position: absolute;
	right: -300px;
	bottom: 150px;
	z-index: -1;
} */
.house-flex {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.house-flex-right {
  width: 900px;
  position: relative;
  margin-right: -10%;
}

.house-flex-right img {
  transition: all .4s;
}

.hover-text {
  position: absolute;
  top: 14.5%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  text-align: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}

.hover-text.active {
  opacity: 1;
  pointer-events: auto;
}

.hover-text a {
  display: inline-block;
  margin: 0;
  color: #fff;
  font-size: 18px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 1);
  padding: 5px 15px;
}

.house-flex-left {
  width: calc(100% - 820px);
}

.house-flex-left h2 {
  font-size: 35px;
  margin-bottom: 60px;
  font-weight: 700;
}

.house-flex-left h2 span {
  font-size: 45px;
}

.house-flex-left h2 span.blue {
  color: #0172AC;
}

.house-flex-left p {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 2.6;
}

.safe {
  max-width: 1400px;
  margin-left: auto;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: url(../img/top/bg_cont.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.safe-inner {
  padding: 70px 60px 30px;
  background: rgba(51, 51, 51, .8);
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

.safe-title {
  margin-bottom: 120px;
}

.safe-title h2 {
  font-size: 56px;
  color: #fff;
}

.safe-list ul {
  display: flex;
  justify-content: space-between;
}

.safe-list ul li {
  width: 24%;
}

.safe-list ul li:nth-child(3) {
  margin-top: -50px;
}

.safe-list ul li:nth-child(4) {
  margin-top: 50px;
}

.safe-list-txt {
  margin-bottom: 60px;
}

.safe-list-txt p {
  text-align: center;
  font-size: 28px;
  color: #fff;
}

.safe-txt {
  text-align: right;
}

.safe-txt p {
  font-size: 14px;
  color: #fff;
}

.lineup {
  padding: 160px 0 30%;
  position: relative
}

.lineup-inner {
  margin: 0 auto;
  width: calc(100% - 40px);
}

.lineup .title-parts {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 600px;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.lineup .title-parts img {
  width: 185px;
  height: auto;
  display: block;
  position: relative;
  top: -15px;
}

.lineup .title-parts img:nth-child(2) {
  width: 130px;
}

.lineup-list {
  position: relative;
  margin-top: 100px;
}

.lineup-list ul li {
  position: relative;
  margin-bottom: 180px;
}

.lineup-list ul li:last-child {
  margin-bottom: 0;
}

.cat-img {
  position: absolute;
}

.lineup-list ul li .cat-img {
  left: 60px;
  top: -97px;
  width: 190px;
  z-index: 1;
}

.lineup-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lineup-list ul li:nth-child(odd) .lineup-box {
  flex-direction: row-reverse;
}

.lineup-box-img {
  width: 60%;
  position: relative;
}

.lineup-box-img img {
  width: 100%;
  height: auto;
}

#policy05 .lineup-box-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-right-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.lineup-box-txt {
  width: 35%;
}

.lineup-list ul li:nth-child(3) {
  margin-left: auto;
}

.dog-foot {
  position: absolute;
  width: 350px;
  z-index: -1;
}

.dog-foot01 {
  top: -270px;
  right: 5%;
}

.dog-foot02 {
  top: -280px;
  left: 5%;
  z-index: -1;
}

.lineup-box-txt h3 {
  font-size: 32px;
  padding: 20px 10px;
  border: 1px solid #333;
  display: inline-block;
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
}

.lineup-box-txt h3 span {
  font-size: 28px;
  display: block;
  padding-top: 15px;
}

.lineup-box-txt p {
  font-size: 18px;
  line-height: 2.2;
}

.lineup-btn a {
  border-radius: 35px 35px 0 35px;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 3px 0;
  text-align: center;
  width: 100%;
  margin: 40px auto 0;
}

.lineup-btn a img {
  width: 20px;
  margin-right: 10px;
}

.lineup-btn a p {
  font-size: 18px;
  color: #fff;
  font-family: "Inter", sans-serif;
}

.works {
  background: #F0F0F0;
  padding: 110px 0;
  position: relative;
  margin-top: -50px;
}

.works .cat-img {
  position: absolute;
  right: 30px;
  top: -100px;
  width: 360px;
}

.works-list {
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}

.works-list ul li:nth-child(even) {
  margin-top: 60px;
}

.works-list ul li {
  margin-bottom: 10px;
}

.works-list ul li a {
  display: block;
  background: #fff;
  margin: 0 10px;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, .7);
}

.works-list-img {
  margin-bottom: 10px;
  position: relative;
}

.works-list-img p {
  width: auto;
  text-align: center;
  background: #EFA340;
  padding: 2.5px 5px 0;
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}

.works-list-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.works-list-txt {
  padding: 0 15px 10px;
}

.works-list-txt h3 {
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 2.5px;
  font-weight: 600;
}

.works-list-txt p {
  font-size: 14px;
  font-weight: 600;
}

.blog {
  position: relative;
  padding: 100px 0;
}

.blog-parts img:nth-child(1) {
  position: absolute;
  width: 190px;
  top: -17%;
  right: -12.5%;
  z-index: 2;
}

.blog-parts img:nth-child(2) {
  position: absolute;
  width: 90px;
  top: 42.5%;
  right: 24%;
  z-index: 1;
}

.blog-list {
  margin-bottom: 60px;
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  border-radius: 100%;
  margin-top: -30px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  background: none;
  border: none;
}

.slick-prev {
  background-image: url('../img/common/icon_arrow_left.svg');
  background-position: left 0px center;
  left: -30px;
  background-size: cover;
}

.slick-next {
  background-image: url('../img/common/icon_arrow_right.svg');
  background-position: right 0px center;
  right: -30px;
  background-size: cover;
}

.works-list .slick-prev {
  left: 20px;
}

.works-list .slick-next {
  right: 20px;
}

.blog-list ul li {
  z-index: 1;
}

.blog-list ul li a {
  margin: 0 20px;
  display: block;
}

.blog-list-img {
  margin-bottom: 30px;
  border-radius: 30px;
  width: 100%;
  height: 200px;
  position: relative;
}

.blog-list-img img {
  position: absolute;
  border-radius: 30px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.blog-list-txt h3 {
  font-size: 15px;
  padding-bottom: 5px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.blog-list-txt p {
  font-size: 10px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
}

.blog-more {
  margin-bottom: 140px;
}

.blog-more.staff-box {
  position: relative;
}

.blog-more-top {
  margin-top: 100px;
}

.blog-more-flex {
  padding: 100px 60px;
  background: #E1E8E8;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-more-flex-txt h3 {
  font-size: 32px;
  font-family: "Quicksand", serif;
  font-weight: 700;
  line-height: 1;
}

.blog-more-flex-txt h3 small {
  font-size: 15px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  padding-left: 5px;
}

.blog-more .cmn-btn {
  display: block;
  width: 400px;
}

.company-cont {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
}

.company-cont-left {
  width: 62.5%;
  margin-left: -25%;
}

.company-cont-right {
  width: 50%;
}

.company-cont-right p {
  font-size: 18px;
  line-height: 2.1;
}

.company-cont-right p.right {
  text-align: right;
  padding-top: 10px;
  font-weight: 600;
}

.company {
  padding: 140px 0;
  position: relative;
}

.company-table table {
  width: 100%;
}

.company-table tr th {
  border-bottom: 2px solid #fff;
  background: #0172AC;
  text-align: center;
  padding: 0px 5px;
  width: 30px;
  font-size: 24px;
  width: 30%;
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
}

.company-table tr td {
  background: #EEEEEE;
  border-bottom: 2px solid #fff;
  padding: 30px;
  font-size: 15px;
  font-weight: 600;
}

.company-table tr td a {
  text-decoration: underline;
}

.under-title-flex {
  position: relative;
}

.under-title-flex-txt {
  position: absolute;
  left: 120px;
  top: 20%;
  z-index: 2;
}

.under-title-flex-txt h1 {
  font-size: 42px;
  margin-top: 20px;
}

.yamanekohouse-wrapper .under-title-flex-txt h1,
.yamanekorenovation-wrapper .under-title-flex-txt h1 {
  line-height: 1.3;
  background: rgba(255, 255, 255, .7);
  padding: 2.5px 10px 1px;
  display: inline-block;
}

.under-title-flex-txt h1 small {
  background: rgba(255, 255, 255, .7);
  display: inline-block;
  margin-top: 5px;
  padding: 2.5px 10px 1px;
}

.under-title-flex-txt h1 span {
  font-size: 56px;
  font-weight: 700;
  display: inline-block;
  line-height: 1.3;
  background: rgba(255, 255, 255, .7);
  padding: 2.5px 10px 1px;
}

.under-title-flex-txt-p {
  top: 40%;
}

.under-title-flex-txt-p p {
  font-size: 30px;
  display: inline-block;
  line-height: 1.3;
  background: rgba(255, 255, 255, .7);
  padding: 2.5px 10px 1px;
}

.under-title-flex-txt-p p:nth-child(2) {
  margin-top: 10px;
  display: block;
}

.under-title-flex-img {
  max-width: 1000px;
  height: 450px;
  margin-left: auto;
  position: relative;
}

.under-title-flex-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.lineup-first {
  padding: 160px 0 200px;
  position: relative;
}

.lineup-first-img {
  position: absolute;
  right: 0;
  top: 110px;
  width: 450px;
}

.lineup-first-txt {
  margin-bottom: 180px;
}

.lineup-first-txt h2 {
  padding-bottom: 30px;
  font-size: 45px;
}

.lineup-first-txt h2 small {
  font-size: 35px;
}

.lineup-first-txt h2 span {
  color: #C7B95C;
}

.lineup-first-txt p {
  max-width: 700px;
  font-size: 18px;
}

.lineup-first-cont ol {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  align-items: flex-start;
}

.lineup-first-cont ol li {
  width: 31%;
  position: relative;
  background: #C7B95C;
  padding: 30px 17.5px;
  border-radius: 30px;
}

.lineup-first-cont ol li h3 {
  font-size: 24px;
  padding-bottom: 15px;
}

.lineup-first-cont ol li p {
  font-size: 18px;
}

.lineup-first-cont ol li img {
  position: absolute;
  width: 100px;
  right: 0;
}

.lineup-first-cont ol li:nth-child(1) img {
  top: -60px;
}

.lineup-first-cont ol li:nth-child(3) img {
  width: 105px;
  right: -20px;
  top: -40px;
}

.lineup-first-cont ol li:nth-child(2) img {
  bottom: -35px;
}

.yamaneko-house {
  padding: 85px 0;
  position: relative;
}

.yamaneko-renovation {
  padding: 120px 0;
  position: relative;
}

.itakura-house {
  padding: 85px 0;
  margin-bottom: 100px;
  position: relative;
}

.lineup-bg-title {
  text-align: center;
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 100%;
}

.lineup-bg-title p {
  font-size: 100px;
  color: #F5F5F5;
  font-weight: 700;
}

.lineup-abs-img {
  position: absolute;
  top: -20%;
  width: 400px;
  left: 0;
}

.lineup-flex-title-txt .lineup-cont-title {
  margin-bottom: 20px;
}

.lineup-flex-title-txt .lineup-cont-title p {
  font-weight: 700;
  padding-bottom: 10px;
  white-space: nowrap;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

.lineup-flex-title-txt .lineup-cont-title h2 {
  font-size: 32px;
  padding: 20px 10px;
  border: 1px solid #333;
  display: inline-block;
  line-height: 1;
  font-weight: 700;
}

.under-wrapper .left-bar {
  top: 10%;
  width: 400px;
  height: 100%;
}

.lineup-wrapper .left-bar {
  top: 1%;
  width: 82.65%;
}

.lineup-flex-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 230px;
}

.lineup-flex-title-img {
  max-width: 720px;
}

.lineup-flex-title-txt {
  margin-right: 40px;
  max-width: 380px;
}

.lineup-flex-title-txt h3 {
  font-size: 30px;
  padding-bottom: 45px;
  font-weight: 700;
}

.lineup-flex-title-txt p {
  font-size: 15px;
  line-height: 2.2;
}

.lineup-small-title {
  margin-bottom: 30px;
  text-align: center;
}

.lineup-small-title h3,
.lineup-small-title h2 {
  font-size: 48px;
  font-weight: 700;
}

.lineup-small-title h3 span,
.lineup-small-title h2 span {
  font-size: 18px;
  padding-bottom: 10px;
  display: block;
  font-weight: 700;
}

.lineup-swiper {
  margin-bottom: 60px;
}

.lineup-swiper .slick-slide {
  position: relative;
}

.lineup-swiper .slick-slide p {
  position: absolute;
  bottom: 15px;
  left: 10px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.lineup-txt-cont {
  margin-bottom: 60px;
}

.big-txt {
  text-align: center;
  margin-bottom: 50px;
}

.lineup-txt-cont .big-txt p {
  font-size: 36px;
  font-weight: 700;
}

.big-txt p span {
  color: #0172AC;
}

.lineup-txt-cont p {
  font-size: 18px;
}

.point-cont-wrap {
  padding: 100px 0 200px;
}

.point-cont-title {
  text-align: center;
  margin-bottom: 60px;
}

.point-cont-title h2 {
  font-size: 56px;
}

.point-cont-title h2 span {
  color: #0172AC;
}

.point-cont {
  background: #C7B95C;
  padding: 70px 40px 30px;
}

.point-cont-list {
  background: #EEEEEE;
  padding: 20px 40px;
}

.point-cont-list ol li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}

.point-cont-list-title {
  width: 33.5%;
}

.point-cont-list-title p {
  font-size: 28px;
}

.point-cont-list-txt {
  width: 65%;
}

.point-cont-list-txt p {
  font-size: 24px;
}

.lineup-wrapper .lineup-btn {
  max-width: 400px;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.wp-pagenavi span.current {
  background: #0172AC;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  color: #fff;
}

.wp-pagenavi span,
.wp-pagenavi a {
  margin: 0 10px;
  font-size: 20px;
  font-weight: 500;
}

.wp-pagenavi a.nextpostslink {
  margin: 0 0 0 30px;
}

.wp-pagenavi a.previouspostslink {
  margin: 0 30px 0 0;
}

.wp-pagenavi a.nextpostslink img,
.wp-pagenavi a.previouspostslink img {
  width: 40px;
  height: auto;
  vertical-align: baseline;
  margin-bottom: 3.5px;
}

.search-box-wrap {
  margin-block: 50px 100px;
}

.search-box-title {
  padding-left: 60px;
  margin-bottom: 10px;
}

.search-box-title h2 {
  font-size: 14px;
  font-weight: 700;
}

.search-box-title h2 span {
  font-size: 24px;
  padding-right: 10px;
}

.search-box {
  padding: 20px 60px;
  background: #333;
  display: flex;
  align-items: center;
}

.search-box p {
  font-size: 14px;
  margin-right: 20px;
  color: #fff;
  white-space: nowrap;
}

.search-window form {
  display: flex;
  border-radius: 30px;
  max-width: 300px;
  width: 100%;
}

.search-window form input {
  border-radius: 30px;
  border: none;
  width: 100%;
  padding: 5px;
}

.search-window form button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 30px;
  border: none;
  padding: 0 10px;
  width: 130px;
  margin-left: -30px;
  cursor: pointer;
}

.search-window form button img {
  width: 17.5px;
}

.search-window form button span {
  width: calc(100% - 20px);
  font-size: 14px;
  line-height: 1;
}

.blog-flex {
  display: flex;
  justify-content: space-between;
}

.blog-flex-tag {
  width: 400px;
  background: #F5F5F5;
  border-top-right-radius: 30px;
}

.blog-flex-tag-inner {
  padding: 60px;
}

.blog-flex-list {
  width: calc(100% - 420px);
  padding-right: 40px;
  position: relative;
}

.one .blog-flex-list {
  margin: 0 auto;
  padding-right: 0;
}

.blog-flex-tag-title {
  margin-bottom: 20px;
}

.blog-flex-tag-title h2 {
  font-size: 24px;
}

.tag-lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tag-lists li {
  width: 49%;
  margin-bottom: 10px;
}

.tag-lists li a {
  background: #fff;
  border-radius: 10px;
  padding: 2.5px 5px;
  text-align: center;
  display: block;
  font-size: 16px;
  box-shadow: 2px 2px 5px 1px rgba(51, 51, 51, .8);
}

.blog-flex-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.blog-flex-list ul li {
  width: 48.5%;
  margin-bottom: 50px;
}

.blog-flex-list ul li a {
  display: block;
  box-shadow: 2px 2px 5px 1px rgba(51, 51, 51, .8);
  background: #333;
}

.blog-content-img {
  position: relative;
}

.blog-content-img p {
  width: 75px;
  text-align: center;
  background: #EFA340;
  padding: 2.5px 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

.blog-content-img .new-icon {
  position: absolute;
  width: 90px;
  top: -30px;
  left: -30px;
  z-index: 1;
}

.blog-content-img .post-thumbnail {
  position: relative;
  height: 250px;
}

.works-wrapper .blog-content-img .post-thumbnail,
.style-wrapper .blog-content-img .post-thumbnail {
  height: auto;
  aspect-ratio: 4 / 5;
}

.blog-content-img .post-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content-title {
  padding: 15px;
  color: #fff;
}

.blog-flex-list ul.tag-list {
  margin-bottom: 0;
}

.blog-content-title h3 {
  font-size: 16 px;
  padding-bottom: 5px;
}

.blog-content-title p {
  font-size: 16px;
  padding-bottom: 10px;
}

.blog-flex-list .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: initial;
}

.blog-flex-list .tag-list li {
  background: #fff;
  border-radius: 10px;
  padding: 4.5px 7.5px 4px;
  text-align: center;
  display: block;
  font-size: 16px;
  margin-right: 7.5px;
  color: #333;
  margin-bottom: 5px;
  line-height: 1;
  width: auto;
}

.form-box-wrap {
  margin: 0px auto;
}

.form-box {
  background: #F0F0F0;
  padding: 100px 15px;
  margin-bottom: 80px;
}

.form-box table {
  max-width: 640px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.form-box h2 {
  max-width: 640px;
  font-size: 24px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.form-box table th,
.form-box table td {
  display: block;
  width: 100%;
}

.form-box table th {
  margin-bottom: 7.5px;
  font-size: 14px;
  font-weight: 700;
}

span.required-srt {
  background: #D9533B;
  border: 1px solid #D9533B;
  border-radius: 3px;
  padding: 2.5px 10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  margin-left: 15px;
  display: inline-block;
}

span.ninni-srt {
  border: 1px solid #333;
  border-radius: 3px;
  padding: 2.5px 10px;
  line-height: 1;
  color: #333;
  font-size: 12px;
  margin-left: 15px;
  display: inline-block;
}

.form-box table td {
  margin-bottom: 20px;
}

.form-box table td input[type="text"],
.form-box table td textarea,
.form-box table td input[type="email"],
.form-box table td select {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 5px;
  font-size: 16px;
  padding: 7.5px 15px;
  outline: 0;
}

.form-box .mwform-checkbox-field {
  display: block;
  margin-bottom: 10px;
}

.form-box .mwform-checkbox-field label {
  display: flex;
  align-items: center;
}

.mw_wp_form .horizontal-item+.horizontal-item {
  margin-left: 0 !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin-right: 15px !important;
}

.mwform-checkbox-field-text {
  font-size: 14px;
  font-weight: 700;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #D9D9D9;
  background: #fff;
  border-radius: 5px;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 1px;
  left: 6px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #0172AC;
  border-bottom: 2px solid #0172AC;
  content: '';
}

.cmn-btn .back-btn {
  margin-bottom: 30px;
  border: 1px solid #0172AC;
  background: #fff;
  color: #0172AC;
}

.complete-content {
  margin-bottom: 60px;
}

.complete-content h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 32px;
  color: #0172AC;
}

.complete-content p {
  font-size: 16px;
  padding-bottom: 20px;
}

.complete-content a {
  font-size: 16px;
  text-decoration: underline;
  color: #0172AC;
}

.lineup-title {
  padding: 40px 0;
}

.lineup-title h1 {
  font-size: 56px;
}

.lineup-title h1 span {
  font-size: 28px;
  display: block;
  padding-bottom: 10px;
}

.lineup-title .abs-txt {
  position: absolute;
  top: 60px;
  right: -90px;
  left: initial;
}

.lineup-title .abs-txt p {
  white-space: nowrap;
}

.yamanekohouse-wrapper .point {
  padding: 40px 0 100px;
}

.lineup-top-cont {
  margin-bottom: 180px;
  text-align: center;
}

.lineup-top-cont h2 {
  font-size: 36px;
  padding-bottom: 50px;
}

.lineup-top-cont h2 span {
  font-size: 45px;
  color: #0172AC;
}

.lineup-top-cont p {
  font-size: 18px;
  max-width: 500px;
  text-align: left;
  line-height: 2.2;
}

.point-flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
  padding-top: 160px;
}

.point-flex::before {
  content: "";
  background: #C7B95C;
  width: 1000px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -500px;
  top: -330px;
  z-index: -1;
}

.point-flex-right {
  width: calc(100% - 550px);
  padding-bottom: 100px;
}

.yamanekohouse-wrapper .point-flex-right {
  position: absolute;
  width: 400px;
  top: -380px;
  right: 0;
}

.yamanekorenovation-wrapper .point-flex-right {
  position: absolute;
  width: 300px;
  top: -410px;
  right: 5%;
}

.yamanekohouse-wrapper .point-flex-left {
  width: 100%;
  padding-bottom: 0;
}

.yamanekorenovation-wrapper .point-flex-left {
  width: 100%;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
}

.point-flex-left {
  width: 400px;
}

.point-flex-left ol li {
  margin-bottom: 120px;
}

.yamanekohouse-wrapper .point-flex-left ol li {
  margin-bottom: 90px;
  display: flex;
  position: relative;
  justify-content: space-between;
}

.yamanekorenovation-wrapper .point-flex-left ol {
  width: 42.5%;
}

.yamanekorenovation-wrapper .point-flex-left ol:last-child {
  margin-top: 145px;
}

.yamanekorenovation-wrapper .point-flex-left ol li {
  position: relative;
  margin-bottom: 120px;
}

.point-flex-left ol li:last-child {
  margin-bottom: 0;
}

.point-list-wrap h3 {
  font-size: 28px;
  color: #fff;
  z-index: 1;
  position: relative;
}

.point-list-num {
  position: absolute;
  width: 100px;
  left: -40px;
  top: -70px;
}

.point-list-left {
  width: 400px;
}

.point-list-img img {
  margin-bottom: 10px;
  text-align: center;
}

.point-list-img h3 {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}

.point-list-right {
  width: calc(100% - 440px);
}

.point-list-right p {
  font-size: 15px;
  line-height: 2.2;
}

.yamanekorenovation-wrapper .point-flex-left ol li .point-list-img {
  margin-bottom: 20px;
  border-radius: 20px;
}

.yamanekorenovation-wrapper .point-flex-left ol li .point-list-img img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.yamanekorenovation-wrapper .point-flex-left ol li .point-list-img h3 {
  font-size: 20px;
  text-align: left;
  white-space: inherit;
}

.yamanekorenovation-wrapper .point-flex-left ol li p {
  font-size: 18px;
  line-height: 1.7;
}

.policy {
  padding: 100px 0;
}

.lineup-flex-title-txt .lineup-cont-title h2 span {
  color: #0172AC;
}

.policy-nav {
  margin-bottom: 90px;
}

.policy-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 670px;
  margin: 0 auto;
}

.yamanekorenovation-wrapper .policy-nav ul {
  max-width: 700px;
}

.policy-nav ul li a {
  display: block;
  padding: 0 35px;
  font-size: 24px;
  margin-bottom: 20px;
  border-right: 1px solid #333;
  line-height: 1;
}

.yamanekorenovation-wrapper .policy-nav ul li a {
  padding: 0 30px;
}

.policy-nav ul li:last-child a,
.policy-nav ul li:nth-child(2) a,
.policy-nav ul li:nth-child(4) a {
  border-right: none;
}

.yamanekorenovation-wrapper .policy-nav ul li:nth-child(3) a {
  border-right: none;
}

.yamanekorenovation-wrapper .policy-nav ul li:nth-child(2) a,
.yamanekorenovation-wrapper .policy-nav ul li:nth-child(4) a {
  border-right: 1px solid #333;
}

.yamanekorenovation-wrapper .policy-cont#policy01 {
  margin-bottom: 240px;
}

.policy-cont {
  margin-bottom: 100px;
}

.policy-cont#policy01 .cmn-btn {
  margin-top: 40px;
}

.policy-title {
  padding-bottom: 15px;
  margin-bottom: 50px;
  border-bottom: 1px solid #333;
}

.policy-title h3 {
  font-size: 30px;
}

.policy-title h3 span {
  color: #0172AC;
}

#policy02 .policy-title h3 span {
  color: #C7B95C;
}

.policy-flex-cont {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.policy-flex-cont.reverse {
  flex-direction: row-reverse;
}

.policy-flex-cont-img {
  width: 400px;
}

.policy-flex-cont-txt {
  width: calc(100% - 460px);
  padding-top: 40px;
}

.policy-flex-cont-txt h4 {
  padding-bottom: 10px;
  font-size: 30px;
  white-space: nowrap;
}

.policy-flex-cont-txt p {
  font-size: 18px;
}

.policy-full-img {}

.policy-full-img img {
  margin-bottom: 20px;
}

.policy-full-img img p {
  font-size: 18px;
}

#policy05 {
  margin-block: 100px 0px;
  padding-bottom: 140px;
}

.yamanekohouse-wrapper #policy05 {
  padding-top: 0;
}

.policy-cont-txt {
  margin-bottom: 100px;
  text-align: center;
}

.policy-cont-txt p {
  font-size: 18px;
}

#policy05 .lineup-list ul li {
  max-width: 1250px;
  margin-bottom: 20px;
}

#policy05 .lineup-list ul li:nth-child(2),
#policy05 .lineup-list ul li:nth-child(4) {
  margin-left: auto;
}

#policy05 .lineup-list ul li:nth-child(3) {
  margin-left: 0;
}

#policy05 .lineup-list ul li .lineup-box {
  align-items: initial;
  flex-direction: initial;
}

#policy05 .lineup-box-txt {
  padding: 100px 40px 40px;
  width: 520px;
  background: #333;
  border-top-right-radius: 40px;
}

#policy05 .lineup-list ul li:nth-child(2) .lineup-box {
  flex-direction: initial;
}

#policy05 .lineup-box-txt h3,
#policy05 .lineup-box-txt p {
  color: #fff;
  line-height: 1.5;
}

#policy05 .lineup-box-txt p {
  line-height: 2.2;
}

#policy05 .lineup-box-img {
  width: calc(100% - 520px);
  height: 600px;
  border-top-right-radius: 0px;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}

.about-wrapper .point {
  padding: 140px 0 300px;
  position: relative;
}

.about-wrapper .point-flex {
  flex-direction: initial;
}

.about-wrapper .point::before {
  display: none;
}

.about-wrapper .abs-txt {
  top: 80px;
  right: -90px;
  left: initial;
}

.about-top-cont-txt h2 {
  padding-bottom: 50px;
  font-size: 35px;
  line-height: 2;
  font-weight: 700;
}

.about-top-cont-txt h2 span {
  font-size: 45px;
  font-weight: 700;
}

.about-top-cont-txt h2 span.blue {
  color: #0172AC;
}

.about-top-cont-txt p {
  font-size: 18px;
  line-height: 2.5;
  max-width: 585px;
}

.about-top-cont-img img {
  position: absolute;
  z-index: -1;
}

.about-top-cont-img img:nth-child(1) {
  width: 110px;
  bottom: 200px;
  right: 290px;
}

.about-top-cont-img img:nth-child(2) {
  width: 200px;
  right: 60px;
  bottom: 200px;
}

.about-top {
  padding: 100px 0;
}

.about-top ol li {
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 4px 34px 0 rgba(0, 0, 0, .25);
  margin-bottom: 120px;
}

.about-top ol li:last-child {
  margin-bottom: 0;
}

.about-top ol li:nth-child(2) {
  margin-left: auto;
  flex-direction: row-reverse;
}

.about-top-img {
  width: calc(100% - 480px);
}

.about-top-txt {
  background: #fff;
  width: 480px;
  padding: 140px 120px 40px 40px;
}

.about-top ol li:nth-child(2) .about-top-txt {
  padding: 140px 40px 40px 120px;
}

.about-wrapper .left-bar {
  top: 15.5%;
}

.about-top-num-wrap {
  margin-left: auto;
  max-width: 120px;
}

.about-top-txt-num {
  padding-bottom: 45px;
  margin-bottom: 50px;
  position: relative;
  text-align: center;
}

.about-top-txt-num::before {
  position: absolute;
  content: "";
  width: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  bottom: 0;
  border-radius: 5px;
  background: #333;
  height: 5px;
}

.about-top-txt-num p {
  font-size: 100px;
  line-height: 1;
}

.about-top-txt-txt {
  margin-left: -7.5px;
}

.about-top-txt-txt p {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  font-size: 48px;
  letter-spacing: .5rem;
  line-height: 1.5;
  font-weight: 500;
}

.about-top ol li:nth-child(2) .about-top-num-wrap {
  margin-left: 0;
  margin-right: auto;
}

.about-top ol li:nth-child(2) .about-top-txt-num p {
  color: #0172AC;
}

.about-top ol li:nth-child(2) .about-top-txt-num::before {
  background: #0172AC;
}

.about-top ol li:nth-child(3) .about-top-txt-num p {
  color: #C7B95C;
}

.about-top ol li:nth-child(3) .about-top-txt-num::before {
  background: #C7B95C;
}

.about-top ol li:nth-child(3) .about-top-txt-txt {
  margin-left: -47.5px;
}

.about-point {
  position: relative;
}

.about-point-title {
  text-align: center;
  margin-bottom: 50px;
}

.about-point-title p {
  font-size: 30px;
}

.about-point-title h2 {
  font-size: 35px;
}

.about-point-title h2 span {
  color: #0172AC;
  font-size: 45px;
}

.about-point-list {
  position: relative;
  display: flex;
  justify-content: space-between;
}

.about-point-list-img {
  position: absolute;
  bottom: 50px;
  width: 600px;
  right: 0;
}

.about-point-list ol {
  width: 47%;
}

.about-point-list ol:nth-child(2) {
  margin-top: 100px;
}

.about-point-list ol li {
  margin-bottom: 100px;
}

.about-point-list ol li:last-child {
  margin-bottom: 0;
}

.about-point-list-num {
  text-align: center;
  font-size: 48px;
}

.about-point-list-num span {
  font-size: 64px;
}

.about-point-list-box {
  background: #E1E8E8;
  border-radius: 10px;
  height: 275px;
  position: relative;
}

.about-point-list-box h3 {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
  font-size: 24px;
  position: absolute;
  width: 100%;
}

.about-policy {
  padding: 120px 0;
  background: #E1E8E8;
  position: relative;
}

.about-policy .about-point-title {
  margin-bottom: 80px;
}

.about-policy .lineup-small-title {
  margin-bottom: 60px;
}

.about-policy .lineup-small-title h3 {
  font-size: 24px;
}

.about-policy .lineup-small-title h3 span {
  font-size: 56px;
  font-weight: 700;
}

.about-policy .lineup-small-title h3 span small {
  color: #0172AC;
}

.about-policy .about-point-list-img {
  bottom: 125px;
  right: 0;
  z-index: 0;
}

.about-policy-cont {
  max-width: 670px;
  margin-inline: 120px auto;
  position: relative;
  z-index: 1;
}

.about-cont-policy-box {
  background: #fff;
  padding: 90px 120px;
  margin: 0 auto 100px;
  border-radius: 50%;
  position: relative;
}

.about-cont-policy-box p {
  font-size: 18px;
  padding-bottom: 30px;
  line-height: 2.4;
}

.about-cont-policy-box p:last-child {
  padding-bottom: 0;
}

.about-cont-policy-box img {
  position: absolute;
  width: 185px;
  top: 65px;
  right: -50px;
}

.about-cont-policy-box h2 {
  font-size: 40px;
  text-align: center;
  padding-bottom: 40px;
}

.about-cmn-btm {
  padding-top: 120px;
}

.about-cmn-btm .company-cont {
  margin-bottom: 160px;
}

.more-box-wrap .blog-more:nth-child(2) {
  margin-bottom: 20px;
}

.about-cmn-btm .blog-more-flex {
  position: relative;
  padding: 80px 50px;
}

.blog-more-flex img {
  position: absolute;
  width: 180px;
  left: -60px;
  top: 40px;
}

.staff-box .blog-more-flex img {
  width: 200px;
  left: 62%;
  top: 2px;
}

.about-wrapper .blog-more-flex-txt {
  width: calc(100% - 420px);
  text-align: center;
}

.about-wrapper .blog-more-flex-txt h3 {
  font-size: 60px;
}

.about-wrapper .blog-more-flex-txt h3 small {
  display: block;
  margin-top: 25px;
}

.more-box-wrap .blog-more:nth-child(2) .cmn-btn a {
  background: #C7B95C;
}

.about-wrapper .left-bar-wrap {
  padding-bottom: 140px;
}

.about-wrapper .blog-more:nth-child(1) {
  margin-bottom: 50px;
}

.about-wrapper .company .cmn-title {
  margin-bottom: 40px;
}

.post-cont-wrap {
  margin-bottom: 140px;
}

.blog-wrapper .post-cont-wrap {
  padding-top: 120px;
}

.abs-img {
  position: absolute;
}

.staff-wrapper.under-wrapper .left-bar {
  top: 7.5%;
  height: 91.5%;
}

.staff-wrapper .abs-img {
  width: 300px;
  height: 300px;
  bottom: -360px;
  left: -175px;
  z-index: 1;
}

.staff {
  padding: 60px 0 160px;
}

.staff-title {
  text-align: center;
  margin-bottom: 120px;
  max-width: 740px;
  margin-left: auto;
}

.staff-list ul li {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: 0 auto 160px;
  max-width: 900px;
}

.staff-list ul li:last-child {
  margin-bottom: 0;
}

.staff-list-img {
  width: 320px;
  position: relative;
}

.staff-list-txt {
  width: 300px;
  position: relative;
}

.staff-list-txt-img {
  position: absolute;
  width: 80px;
  bottom: 15px;
  right: -40px;
}

.staff-list-box-flex-huki {
  position: absolute;
  background: #333333;
  border-radius: 50%;
  padding: 30px 25px 30px 40px;
  max-width: 270px;
  width: 100%;
  top: -50px;
  min-height: 140px;
  right: -175px;
}

.staff-list ul li:nth-child(2) .staff-list-box-flex-huki {
  padding-top: 55px;
}

.staff-list-box-flex-huki p {
  font-size: 15px;
  color: #fff;
}

.staff-list-box-flex-huki::before {
  content: "";
  position: absolute;
  width: 35px;
  height: 3px;
  border-radius: 5px;
  left: 20px;
  bottom: 15px;
  background: #333;
  transform: rotate(-45deg);
}

.staff-list-txt-txt table {
  margin-bottom: 60px;
}

.staff-list-txt-txt table th {
  width: 25%;
  font-size: 18px;
  padding-bottom: 20px;
  white-space: nowrap;
}

.staff-list-txt-txt table td {
  width: 70%;
  font-size: 18px;
  padding-bottom: 20px;
}

.staff-list-txt-txt table tr:last-child td,
.staff-list-txt-txt table tr:last-child th {
  padding-bottom: 0;
}

.staff-list-txt-txt p {
  font-size: 28px;
  color: #0172AC;
  font-weight: 600;
}

.policy-wrap {
  padding: 150px 0 100px;
  position: relative;
}

.policy-wrapper .lineup-small-title h2 {
  font-size: 28px;
}

.policy-wrapper .lineup-small-title h2 span {
  font-size: 56px;
  font-weight: 700;
}

.policy-wrapper .lineup-small-title h2 span small {
  color: #0172AC;
}

.policy-wrap .policy-nav {
  margin-bottom: 60px;
}

.policy-wrap .about-cont-policy-box {
  background: #E1E8E8;
  margin-bottom: 0;
}

.policy-wrap .abs-img {
  width: 450px;
  bottom: 100px;
  right: 60px;
}

.policy-wrap .policy-nav ul li:nth-child(3) a {
  border-right: none;
}

.policy-wrap .policy-nav ul li:nth-child(4) a {
  border-right: 1px solid #333;
}

.policy-cont {
  margin-bottom: 100px;
  position: relative;
}

.policy-cont .inner {
  position: initial;
}

.policy-wrapper .policy-cont-txt {
  max-width: 440px;
  width: 100%;
  margin-left: auto;
  text-align: left;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}

.policy-wrapper .policy-cont-txt h3 {
  font-size: 30px;
  padding-bottom: 15px;
  text-align: center;
  white-space: nowrap;
}

.policy-wrapper .policy-cont05 .policy-cont-txt h3 {
  margin-left: -20spx;
}

.policy-wrapper .policy-cont-txt p {
  font-size: 18px;
  line-height: 2;
}

.policy-cont .policy-cont-txt span {
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  background: #333;
  border-radius: 50%;
  font-size: 30px;
  line-height: 59px;
  color: #fff;
  font-weight: 600;
}

.policy-cont .policy-cont-txt h3,
.policy-cont .policy-cont-txt p {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.policy-cont-reverse .policy-cont-txt {
  margin-left: 0;
  margin-right: auto;
}

.policy-cont-img {
  position: absolute;
  max-width: 750px;
  width: calc(100% - 450px);
  top: 0;
  left: 0;
}

.policy-cont-reverse .policy-cont-img {
  left: initial;
  right: 0;
}

#policy01 {
  margin-bottom: 140px;
}

.policy-design {
  background: #E1E8E8;
  padding: 80px 0;
  position: relative;
  margin-bottom: 180px;
}

.policy-wrapper .policy-design .lineup-small-title h2 span small {
  color: #C7B95C;
}

.policy-design .about-cont-policy-box {
  padding: 150px 120px;
  margin-bottom: 0;
}

.about-cont-policy-box h3 {
  font-size: 32px;
}

.policy-design .about-cont-policy-box img:last-child {
  width: 240px;
  bottom: 0;
  top: initial;
  right: -80px;
}

.policy-design .abs-img:nth-child(3) {
  width: 160px;
  right: 100px;
  top: 35%;
}

.policy-design .abs-img:nth-child(4) {
  width: 210px;
  right: 150px;
  bottom: 75px;
}

.policy-design#policy04 .abs-img:nth-child(1) {
  width: 150px;
  top: -95px;
  right: 150px;
}

.policy-design#policy04 .about-cont-policy-box img {
  width: 230px;
  top: 37.5%;
  right: -150px;
}

.policy-design#policy04 .about-policy-cont .abs-img {
  width: 200px;
  right: -75%;
  bottom: 25%;
}

.policy-cont05 .policy-cont-txt {
  padding-top: 0;
}

.policy-cont06 .policy-cont-txt {
  padding-top: 150px;
  margin-bottom: 240px;
}

.policy-cont07,
.policy-cont09 {
  margin-bottom: 150px;
}

.policy-cont08 {
  margin-bottom: 220px;
}

.policy-cont07 .policy-cont-img {
  width: calc(100% - 510px);
}

.policy-cont07 .policy-cont-txt {
  max-width: 470px;
  margin: 0px -60px 0 auto;
  padding-top: 0;
}

.sml-btn a {
  display: block;
  max-width: 400px;
  margin: 80px auto 0 0;
  background: #333333;
  border-radius: 50px;
  letter-spacing: .05rem;
  font-size: 18px;
  color: #ffff;
  text-align: center;
  padding: 15px 0;
}

.policy-cont09 .policy-cont-txt {
  padding: 0;
}

.policy-cont09 .policy-cont-img {
  padding-top: 60px;
}

.policy-cont08 .policy-cont-txt h3,
.policy-cont09 .policy-cont-txt h3 {
  white-space: nowrap;
}

#policy05.policy-design .about-cont-policy-box {
  padding: 150px 100px 150px 120px;
  margin-bottom: 200px;
}

#policy05.policy-design .abs-img {
  max-width: 700px;
  right: 0;
  top: 20%;
  width: 100%;
  z-index: 1;
}

.policy-txt {
  margin-right: -120px;
  padding-left: 120px;
}

.policy-txt p {
  font-size: 18px;
  line-height: 1.9;
}

.policy-wrapper .policy-design#policy04 .lineup-small-title h2 span small {
  color: #0172AC;
}

.works-wrapper .blog-flex-list {
  width: 100%;
  padding-right: 0;
}

.works-wrapper .search-box-wrap {
  margin-block: 50px 0px;
}

.works-wrapper .wp-pagenavi {
  margin-bottom: 0px;
}

.works-wrapper .left-bar-wrap {
  padding: 150px 0 100px;
}

.works-wrapper .left-bar {
  top: 0;
  border-radius: 0;
}

.search-window {
  width: 100%;
}

.works-wrapper .search-window form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0px;
  max-width: 915px;
  width: 100%;
}

.form-select-wrap {
  width: 25%;
  position: relative;
}

.form-select-wrap:before {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-bottom: solid 1px #333;
  border-right: solid 1px #333;
  transform: rotate(45deg);
  position: absolute;
  top: 46.5%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.form-select-cross {
  width: 5%;
}

.search-box .form-select-cross p {
  margin-right: 0;
  font-size: 32px;
  text-align: center;
}

.form-select-wrap select {
  max-width: 200px;
  width: 100%;
  padding: 12.5px 10px;
  background: #fff;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  outline: none;
}

.works-wrapper .search-window form button {
  margin-left: 10px;
  padding: 12.5px;
  background: #D9D9D9;
}

.works-wrapper .blog-content-title p,
.style-wrapper .blog-content-title p {
  font-size: 36px;
  font-weight: 300;
  line-height: 1;
}

.slick-track {
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.works-post-cont {
  padding: 100px 0;
}

.works-post-cont-img {
  position: relative;
}

.works-post-cont-img p {
  width: 75px;
  text-align: center;
  background: #EFA340;
  padding: 2.5px 0;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.works-post-cont-img img {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}

.works-post-cont-txt {
  padding: 0 40px;
}

.works-post-cont-txt span {
  font-size: 42px;
}

.post-cont-wrap .works-post-cont-txt p span,
.post-cont-wrap .works-post-cont-txt p,
.post-cont-wrap .works-post-cont-txt h2 {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 300;
}

.flow-title-cont {
  padding: 120px 0 160px;
  position: relative;
}

.flow-title-cont::before {
  content: "";
  background: #C7B95C;
  width: 1000px;
  height: 400px;
  border-radius: 50%;
  position: absolute;
  right: -250px;
  bottom: 0px;
  z-index: -1;
}

.flow-title-cont .inner {
  display: flex;
  justify-content: space-between;
}

.flow-title-cont-txt {
  width: 65%;
  padding-top: 30px;
  position: relative;
}

.flow-title-cont-txt p {
  font-size: 18px;
  line-height: 2.2;
}

.flow-title-cont-txt img {
  position: absolute;
  width: 145px;
  bottom: 0px;
  right: 100px;
}

.flow-title-cont-img {
  width: 40%;
}

.flow-list {
  padding: 140px 0;
}

.flow-list#policy02,
.flow-list#policy00 {
  padding-top: 0;
}

.flow-list#policy00 {
  padding-bottom: 200px;
  margin-top: -60px;
}

.flow-list#policy02 img,
.flow-list#policy00 img {
  margin-bottom: 60px;
}

.flow-list ol li {
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}

.flow-list ol li:last-child {
  margin-bottom: 0;
}

.flow-list-txt {
  width: calc(100% - 400px);
  position: relative;
}

.flow-list-txt::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 5px;
  border-radius: 30px;
  left: 0;
  top: 0;
  background: #333;
}

.flow-list ol li:nth-child(2) .flow-list-txt::before,
.flow-list ol li:nth-child(5) .flow-list-txt::before {
  background: #0172AC;
}

.flow-list ol li:nth-child(3n) .flow-list-txt::before {
  background: #C7B95C;
}

.flow-list-txt-img {
  width: 350px;
}

.flow-list-txt-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-top: 30px;
}

.flow-list-txt-left {
  width: 80px;
  text-align: center;
}

.flow-list-txt-left p {
  font-size: 64px;
  line-height: 1;
  color: #333;
}

.flow-list ol li:nth-child(2) .flow-list-txt-left p,
.flow-list ol li:nth-child(5) .flow-list-txt-left p {
  color: #0172AC;
}

.flow-list ol li:nth-child(3n) .flow-list-txt-left p {
  color: #C7B95C;
}

.flow-list-txt-right {
  width: calc(100% - 110px);
}

.flow-list-txt-right h3 {
  font-size: 28px;
}

.flow-list-txt-txt {
  width: calc(100% - 105px);
  margin-left: auto;
}

.flow-list-txt-txt p {
  font-size: 18px;
  line-height: 2;
}

.flow-after-service {
  background: #E1E8E8;
}

.flow-after-service .inner {
  position: relative;
}

.flow-after-service .inner .abs-img {
  width: 140px;
  top: -200px;
  right: 0;
}

.event-wrapper .blog-flex-list {
  width: 100%;
  padding-right: 0;
  padding-top: 200px;
}

.blog-content-title p.days {
  font-size: 14px;
}

.event-wrapper .blog-content-img {
  border: 20px solid #fff;
}

.event-title h2 {
  text-decoration: underline;
}

.event-content {
  padding: 0 60px;
}

.event-form .abs-img01 {
  width: 180px;
  left: -20px;
  top: -10px;
}

.event-form .abs-img02 {
  width: 160px;
  right: -80px;
  top: 53%;
}

.event-wrapper .post-cont-wrap {
  margin-bottom: 0;
}

.event-form {
  margin-bottom: 150px;
}

.form-box table td.flex {
  display: flex;
  justify-content: initial;
}

.form-box table td.flex span {
  margin-right: 10px;
}

.form-box table td input[type="text"].hasDatepicker {
  max-width: 310px;
}

.form-box table td.time-flex input,
.form-box table td.time-flex select {
  width: 49%;
  margin: 0;
}

.form-box table td.time-flex select {
  padding-block: 15px;
}

.form-box table td.time-flex input:nth-child(1) {
  margin-right: 2%;
}

.form-box-inner {
  max-width: 600px;
  margin: 0 auto;
}

.style-cont {
  padding: 100px 0;
}

#style-cont01 {
  margin-top: 100px;
}

.style-cont-title {
  max-width: 1440px;
  margin: 0 auto 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.style-cont-title-img {
  width: 600px;
}

.style-cont-title-img img {
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.style-cont-title-txt {
  width: calc(100% - 660px);
}

.style-cont-title-txt h2 {
  font-size: 80px;
  font-weight: 700;
  padding-bottom: 30px;
}

.style-cont-title-txt h2 span {
  line-height: 1;
  font-size: 70px;
  padding-right: 5px;
}

.style-cont-title-txt-txt {
  margin-bottom: 30px;
}

.style-cont-title-txt-txt h3 {
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.style-cont-title-txt-txt p {
  font-size: 18px;
  line-height: 2.2;
  padding-bottom: 20px;
}

.style-cont-title-txt-box {
  display: inline-block;
  border: 3px solid #333;
  padding: 12.5px 25px;
}

.style-cont-title-txt-box p {
  font-size: 24px;
  line-height: 1.2;
}

.style-list ul li .style-list-flex {
  display: flex;
  justify-content: space-between;
}

.style-list ul li:nth-child(1) .style-list-flex,
.style-list ul li:nth-child(5) .style-list-flex {
  flex-direction: row-reverse;
}

.style-list .foot-img {
  position: relative;
  height: 160px;
}

.style-list .foot-img img {
  position: absolute;
  height: 200px;
  width: auto;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.style-list-flex-img {
  width: 480px;
  position: relative;
}

.style-list-flex-txt {
  width: 400px;
}

.style-list-flex-txt h3 {
  font-size: 24px;
  padding-bottom: 15px;
  font-weight: 600;
}

.style-list-flex-txt h3 span {
  font-size: 24px;
}

.style-list-flex-txt p {
  font-size: 18px;
  line-height: 2.2;
}

.style-list ul {
  position: relative;
}

.style-list ul li:nth-child(6).foot-img img {
  height: 150px;
  top: 0;
  left: 45%;
}

.style-list ul li:nth-child(1) .abs-img {
  width: 100px;
  left: 0;
  top: -70px;
  z-index: 1;
}

.style-list ul li:nth-child(3) .abs-img {
  width: 120px;
  left: 100px;
  top: -75px;
}

#style-cont02 .style-list ul li:nth-child(3) .abs-img {
  width: 120px;
  left: -20px;
  top: initial;
  bottom: -40px;
}

.style-list ul li:nth-child(5) .abs-img {
  width: 130px;
  bottom: -45px;
}

.style-list ul li:nth-child(7) .abs-img {
  width: 100px;
  right: -100px;
  bottom: 0px;
}

#style-cont02 .style-list ul li:nth-child(7) .abs-img {
  width: 120px;
  left: 100px;
  top: -75px;
  right: initial;
  bottom: initial;
}

.style-wrapper .works-cont {
  padding: 140px 0;
}

.style-wrapper .works-list ul li:nth-child(even) {
  margin-top: 0px;
}

.style-wrapper .blog-content-title {
  background: #333;
}

.style-wrapper .works-list ul li a {
  margin: 0 5px;
}

.style-wrapper .slick-list {
  padding: 0 !important;
}

.recruit-wrapper .inner {
  padding-bottom: 70px;
}

.recruit-txt {
  padding: 150px 0 60px;
}

.recruit-wrapper.under-wrapper .left-bar {
  top: 0;
  border-bottom-right-radius: 0;
}

.recruit-wrapper .under-title-flex-img .abs-img {
  width: 120px;
  bottom: -40px;
  left: -200px;
}

.recruit-wrapper .under-title-flex-img .abs-img img {
  position: relative;
  height: auto;
  object-fit: initial;
  top: initial;
  left: initial;
  transform: initial;
  -webkit-transform: initial;
  -ms-transform: initial;
}

.recruit-txt p {
  font-size: 18px;
  padding-bottom: 20px;
  line-height: 2.2;
}

.recruit-cont-title {
  margin-bottom: 50px;
  text-align: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

.recruit-cont-title h2 {
  font-size: 28px;
  line-height: 1;
}

.recruit-cont-box {
  background: #E1E8E8;
  border-radius: 10px;
  padding: 30px 60px 70px;
  position: relative;
}

.recruit-cont-box .abs-img {
  width: 120px;
  right: -30px;
  bottom: 27.5%;
}

.recruit-cont-box-title {
  margin-bottom: 40px;
}

.recruit-cont-box-title h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 600;
}

.recruit-cont-abs-txt {
  position: absolute;
  left: -55px;
  bottom: 100px;
}

.recruit-cont-abs-txt p {
  font-size: 110px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-weight: 700;
}

.recruit-cont-table {
  position: relative;
  z-index: 1;
  max-width: 600px;
  margin: 0 auto;
}

.recruit-cont-table table {
  margin-bottom: 70px;
}

.recruit-cont-table table tr th {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  width: 25%;
  font-size: 18px;
}

.recruit-cont-table table tr td {
  padding: 25px 0;
  border-bottom: 1px solid #fff;
  width: 75%;
  font-size: 18px;
  line-height: 2.1;
}

.recruit-cont-table table tr:last-child td,
.recruit-cont-table table tr:last-child th {
  border-bottom: none;
}

.recruit-form-wrapper {
  padding-top: 100px;
}

.slick-slide img {
  width: 100%;
}

.lineup-swiper .slick-slide img {
  max-height: 500px;
  width: 100%;
  object-fit: cover;
}

.itakura-swiper {
  z-index: -1;
  margin-block: -60px 120px;
}

.itakura-swiper li {
  margin: 0 40px;
}

.itakura-swiper li:nth-child(even) {
  margin-top: 60px;
}

.concept-list ol li {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.concept-list ol li:nth-child(2) {
  flex-direction: row-reverse;
}

.concept-list ol li:last-child {
  margin-bottom: 0;
}

.concept-list-img {
  width: 400px;
}

.concept-list-img img {
  margin-bottom: 20px;
  border-radius: 10px;
}

.concept-list-img h3 {
  font-size: 20px;
  font-weight: 700;
}

.concept-list-txt {
  width: calc(100% - 440px);
}

.concept-list-txt p {
  font-size: 18px;
  line-height: 2;
}

.concept-list-txt small {
  font-size: 12px;
  line-height: 1.5;
  padding-top: 10px;
  display: block;
}

.concept-list-txt p.num {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  padding-bottom: 30px;
}

.concept-list-txt p.num span {
  font-size: 40px;
  padding-left: 5px;
}

.itakura-flex-wrap {
  margin: 100px 0 240px;
  background-image: url(../img/itakura-house/concept_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 250px 0 120px;
}

.itakura-flex {
  display: flex;
  align-items: center;
  margin-bottom: 120px;
}

.itakura-flex-title {
  width: 44.5%;
}

.itakura-flex-title p {
  font-size: 28px;
  padding-bottom: 10px;
  color: #fff;
}

.itakura-flex-title h3 {
  font-size: 36px;
  color: #fff;
}

.itakura-flex-txt {
  width: 55%;
}

.itakura-flex-txt p {
  font-size: 18px;
  line-height: 2;
  color: #fff;
}

.itakura-flex-wrap .cmn-btn a {
  background: #fff;
  color: #333;
}

.itakura-flex-wrap .cmn-btn::before {
  background-image: url(../img/common/arrow_right_black.svg);
}

.siyou-list {
  max-width: 640px;
  margin: 0 auto;
}

.siyou-list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.siyou-list ul li {
  height: 200px;
  background: #333;
  border-radius: 30px;
  border-bottom-right-radius: 0;
  position: relative;
}

.siyou-list ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
  width: calc(100% - 40px);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.6;
  white-space: nowrap;
}

.siyou-caution {
  margin-top: 30px;
  text-align: right;
}

.siyou-caution p {
  font-size: 14px;
  white-space: nowrap;
}

.yamanekorenovation-wrapper .siyou-list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.yamanekorenovation-wrapper .siyou-list ul li {
  width: 31%;
}

.yamanekorenovation-wrapper .policy-cont#policy03 {
  margin-block: 100px 140px;
}

.yamanekorenovation-wrapper #policy05 {
  align-items: center;
}

.company-cont-right h2 {
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 600;
}

.policycont-wrapper .policy-cont-txt {
  padding-block: 100px 140px;
}

.lineup-wrapper .slick-slide {
  margin: 0 10px;
}

.lineup-wrapper .left-bar-wrap {
  margin-bottom: 200px;
}

.lineup-wrapper .left-bar-wrap:nth-child(5) {
  margin-bottom: 0;
}

.lineup-wrapper .left-bar-wrap:nth-child(4) .lineup-abs-img {
  top: -27%;
}

.lineup-wrapper .left-bar-wrap:nth-child(5) .lineup-abs-img {
  top: -18%;
}

.safety {
  padding: 100px 0;
}

.safety .inner {
  max-width: 1300px;
}

.cmn-txt {
  margin-bottom: 60px;
  text-align: center;
}

.cmn-txt p {
  font-size: 30px;
  font-weight: 700;
}

.safety-list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0px 20px;
  margin: 0 auto 30px;
  max-width: 860px;
}

.safety-list ul li {
  height: 200px;
  background: #333;
  border-radius: 30px;
  position: relative;
}

.safety-list ul li p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  font-size: 18px;
  width: calc(100% - 40px);
  color: #fff;
  text-align: center;
}

.caution-txt p {
  text-align: right;
  font-size: 14px;
}

#calenDiv table.calDay th {
  font-size: 10px !important;
  width: 27.5px !important;
  display: inline-block;
  margin: 0;
}

#calenDiv table.calDay td {
  padding: 3px 1px !important;
  font-size: 10px !important;
  margin-bottom: initial;
  width: 27.5px;
  display: inline-block;
}

#calenDiv table.calDay {
  max-width: 100%;
  width: 100%;
}

.lineup-top-img {
  max-width: 1200px;
  margin: 0 auto;
}

.itakurahouse-wrapper .concept {
  margin-bottom: 200px;
}

.itakurahouse-wrapper.under-wrapper .left-bar {
  height: 92.5%;
}

.itakurahouse-wrapper .works {
  margin-top: 0;
}

.map-img {
  margin-top: 40px;
}

.map-img h3 {
  text-align: center;
  font-size: 24px;
}

.map-img img {
  width: 100%;
  max-width: 800px;
  margin: 25px auto 0;
  display: block;
}

@media screen and (max-width: 1600px) {
  .dog-foot {
    width: 320px;
  }
}

@media screen and (max-width: 1500px) {
  .dog-foot {
    width: 290px;
  }
}

@media screen and (max-width: 1400px) {
  .dog-foot {
    width: 250px;
  }
}

@media screen and (max-width: 1300px) {
  .house-flex {
    max-width: 100%;
    width: calc(100% - 30px);
  }

  .house-flex-left h2 {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .house-flex-left h2 span {
    font-size: 36px;
  }

  .house-flex-right {
    width: 700px;
    margin-right: -2%;
  }

  .house-flex-left {
    width: calc(100% - 640px);
  }

  .safe-inner {
    padding: 60px 20px 30px;
  }

  .safe-list-txt p {
    font-size: 20px;
  }

  .lineup-box-txt {
    padding: 40px 20px 20px;
    width: calc(100% - 200px);
  }

  .top .lineup-box-txt {
    width: 40%;
  }

  .lineup-box-txt h3 {
    font-size: 36px;
    padding-bottom: 15px;
  }

  .lineup-box-txt p {
    font-size: 16px;
  }

  .works .cat-img {
    position: absolute;
    right: 20px;
    top: -80px;
    width: 300px;
  }

  .works-list ul li a {
    margin: 0 10px;
  }

  .lineup-flex-title {
    padding-left: 15px;
    width: 100%;
    justify-content: space-between;
  }

  .lineup-flex-title-img {
    max-width: 700px;
  }

  .lineup-flex-title-txt {
    margin-right: 0;
    width: calc(100% - 720px);
    max-width: 100%;
  }

  .lineup-first-img {
    right: -10px;
    width: 350px;
  }

  .lineup-first-txt h2 {
    padding-bottom: 25px;
    font-size: 48px;
  }

  .lineup-first-txt h2 small {
    font-size: 36px;
  }

  .lineup-flex-title-txt h3 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .lineup-flex-title-txt p {
    font-size: 16px;
  }

  .lineup-title .abs-txt {
    top: 20px;
    right: 0px;
  }

  .lineup-title .abs-txt p {
    font-size: 64px;
  }

  .policy-flex-cont-txt h4 {
    font-size: 28px;
    white-space: initial;
  }

  .policy-flex-cont-txt {
    width: calc(100% - 420px);
    padding-top: 5px;
  }

  #policy05 .lineup-box-txt {
    padding: 60px 20px 30px;
    width: 600px;
  }

  #policy05 .lineup-box-img {
    width: calc(100% - 600px);
    height: 400px;
  }

  .point-list-num {
    width: 60px;
    left: -15px;
    top: -40px;
  }

  .point-flex-left ol li {
    margin-bottom: 60px;
  }

  .point-flex-right {
    width: calc(100% - 460px);
  }

  .wrapper {
    padding-top: 70px;
  }

  .about-wrapper .abs-txt {
    top: 90px;
    right: -15px;
  }

  .about-wrapper .abs-txt p {
    font-size: 90px;
  }

  .about-top-img {
    width: calc(100% - 380px);
  }

  .about-top-txt {
    width: 380px;
    padding: 40px 60px 40px 40px;
  }

  .about-top ol li:nth-child(2) .about-top-txt {
    padding: 40px 40px 40px 60px;
  }

  .about-top ol li:nth-child(3) .about-top-num-wrap {
    max-width: 180px;
  }

  .about-top ol li:nth-child(3) .about-top-txt-txt {
    margin-left: -17.5px;
  }

  .about-point-list-img {
    width: 400px;
  }

  .hover-text {
    width: 100%;
  }

  .hover-text a {
    font-size: 14px;
    padding: 2.5px 10px 1px;
  }

  .about-policy-cont {
    max-width: 650px;
    margin-inline: 20px auto;
  }

  .staff-wrapper .abs-img {
    width: 200px;
    height: 200px;
    bottom: -30px;
    left: -60px;
  }

  .staff {
    padding: 30px 0;
  }

  .under-title-flex-txt-p {
    left: 0;
  }

  .policy-cont-img {
    max-width: 600px;
  }

  .policy-wrapper .policy-cont-txt {
    text-align: left;
  }

  .policy-cont08 .policy-cont-txt h3,
  .policy-cont09 .policy-cont-txt h3 {
    white-space: initial;
  }

  #policy05.policy-design .about-cont-policy-box {
    padding: 120px 80px 120px;
  }

  .policy-txt {
    margin-right: 0;
    padding-left: 0;
  }

  .policy-wrap .abs-img {
    width: 250px;
    bottom: 120px;
    right: 15px;
    z-index: 1;
  }

  .policy-cont .policy-cont-txt {
    padding-top: 0;
  }

  .policy-cont07 .policy-cont-txt {
    margin: 0px 0px 0 auto;
  }

  .about-cont-policy-box img {
    width: 150px;
    right: 0px;
  }

  .policy-design .about-cont-policy-box img:last-child {
    width: 180px;
    right: 60px;
  }

  .policy-design .abs-img:nth-child(3) {
    width: 100px;
    right: 10px;
    top: 30%;
  }

  .policy-design .abs-img:nth-child(4) {
    width: 140px;
    right: 0;
    bottom: 75px;
  }

  .policy-design#policy04 .about-cont-policy-box img {
    width: 170px;
    top: 54.5%;
    right: 0px;
  }

  .policy-design#policy04 .about-policy-cont .abs-img {
    width: 135px;
    right: -100px;
    bottom: 60%;
  }

  .sml-btn a {
    max-width: 360px;
    margin: 40px auto 0 0;
    font-size: 16px;
  }

  .policy-cont07,
  .policy-cont09 {
    margin-bottom: 90px;
  }

  .policy-cont08 {
    margin-bottom: 150px;
  }

  .policy-wrapper .policy-cont-txt h3 {
    font-size: 28px;
  }

  .policy-cont09 .policy-cont-img {
    padding-top: 0;
  }

  #policy05.policy-design .abs-img {
    z-index: initial;
    max-width: 500px;
    top: 31%;
  }

  .under-title-flex-txt {
    left: 60px;
  }

  .lineup-box-txt h3 {
    font-size: 24px;
  }

  .lineup-box-txt h3 span {
    font-size: 20px;
    padding-top: 5px;
  }

  .recruit-wrapper .under-title-flex-img .abs-img {
    width: 100px;
    left: -20px;
  }

  .recruit-wrapper.under-wrapper .left-bar {
    top: 40px;
  }

  .yamanekohouse-wrapper .point-flex-right,
  .yamanekorenovation-wrapper .point-flex-right {
    width: 260px;
    top: -320px;
    right: 10%;
  }

  .yamanekorenovation-wrapper .point-flex-left ol {
    width: 47.5%;
  }

  .itakura-swiper li {
    margin: 0 20px;
  }

  .search-box {
    padding: 20px;
  }

  .search-box p {
    font-size: 12px;
    margin-right: 5px;
  }

  .safety-list ul li {
    height: 200px;
  }

  .safety-list ul li p {
    font-size: 20px;
    width: calc(100% - 30px);
  }

  .cmn-txt {
    margin-bottom: 50px;
  }

  .cmn-txt p {
    font-size: 24px;
  }

  .company-cont-left {
    width: 48%;
    margin-left: -20px;
  }

  .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(4) .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(5) .lineup-abs-img {
    width: 300px;
    z-index: -1;
    top: -15%;
  }

  .lineup-flex-title-txt .lineup-cont-title p {
    white-space: initial;
  }

  .lineup-flex-title-txt .lineup-cont-title h2 {
    font-size: 24px;
    padding: 10px;
  }

  .dog-foot01 {
    top: -250px;
  }

  .dog-foot02 {
    top: -250px;
  }
}

@media screen and (max-width: 1024px) {
  .blog-more-flex {
    padding: 40px 15px;
  }

  .company-cont-right p {
    font-size: 16px;
  }

  .lineup-flex-title-img {
    max-width: 500px;
  }

  .lineup-flex-title-txt {
    margin-right: 0;
    width: calc(100% - 520px);
  }

  .search-box-wrap {
    margin-block: 20px 60px;
  }

  .search-box-title {
    padding-left: 20px;
    margin-bottom: 5px;
  }

  .search-box {
    padding: 15px;
  }

  .blog-flex-tag {
    width: 200px;
  }

  .blog-flex-list {
    width: calc(100% - 220px);
    padding-right: 20px;
  }

  .blog-flex-tag-inner {
    padding: 30px 10px;
  }

  .blog-flex-tag-title {
    margin-bottom: 15px;
  }

  .blog-flex-tag-title h2 {
    font-size: 16px;
  }

  .tag-lists li a {
    padding: 2.5px 5px;
    font-size: 12px;
  }

  .blog-flex-list ul li {
    width: 49%;
    margin-bottom: 40px;
  }

  .blog-content-title {
    padding: 20px 10px;
  }

  .blog-content-title h3 {
    font-size: 15px;
  }

  .blog-content-title p {
    font-size: 14px;
  }

  .blog-flex-list .tag-list li {
    border-radius: 5px;
    padding: 4.5px 5px;
    font-size: 12px;
    margin-right: 5px;
  }

  .blog-flex {
    display: block;
  }

  .house-flex-right {
    width: 500px;
  }

  .house-flex-left {
    width: calc(100% - 400px);
  }

  .hover-text {
    top: 10%;
  }

  .policy-wrapper .policy-cont-txt h3 {
    font-size: 24px;
  }

  .policy-wrap .policy-nav ul li a {
    padding: 0 30px;
    font-size: 20px;
  }

  .style-cont-title-img {
    width: 400px;
  }

  .style-cont-title-txt {
    width: calc(100% - 440px);
    padding-right: 15px;
  }

  .style-cont-title-txt h2 {
    font-size: 48px;
    padding-bottom: 15px;
  }

  .style-cont-title-txt h2 span {
    font-size: 50px;
    padding-right: 2.5px;
  }

  .style-cont-title-txt-txt {
    margin-bottom: 20px;
  }

  .style-cont-title-txt-txt h3 {
    font-size: 24px;
  }

  .style-list-flex-txt {
    width: calc(100% - 500px);
  }

  .style-list-flex-txt h3 {
    font-size: 24px;
    padding-bottom: 10px;
  }

  .style-list-flex-txt h3 span {
    font-size: 32px;
  }

  .style-list-flex-txt p {
    font-size: 16px;
  }

  .style-cont-title-txt-box {
    border: 2px solid #333;
    padding: 12.5px 20px;
  }

  .style-cont-title-txt-box p {
    font-size: 20px;
  }

  .style-list .foot-img img {
    height: 170px;
  }

  .staff-list ul li {
    margin: 0 auto 120px;
    max-width: 800px;
  }

  .itakura-swiper li {
    margin: 0 15px;
  }

  .itakura-flex-wrap {
    margin: 100px 0 20px;
    padding: 200px 0;
  }

  .lineup-bg-title p {
    font-size: 54px;
  }

  .lineup-bg-title {
    top: -2%;
  }

  .lineup-first {
    margin-bottom: 60px;
  }

  .staff-box .blog-more-flex img {
    top: -58%;
  }
}

@media screen and (max-width: 834px) {
  .fv {
    margin: 60px 0 0 15vw;
  }

  .fv-txt {
    width: 15vw;
    top: 30%;
    left: -11vw;
  }

  .event {
    padding: 80px 0;
  }

  .event .title-parts {
    top: -4vw;
  }

  .event .title-parts img {
    width: 30vw;
  }

  .cmn-title {
    margin-bottom: 60px;
  }

  .cmn-title-img {
    width: 110px;
  }

  .cmn-title h2 {
    font-size: 14px;
  }

  .cmn-title h2 span {
    font-size: 32px;
  }

  .event-list ul {
    flex-wrap: wrap;
  }

  .event-list ul li {
    width: 49%;
    margin-bottom: 30px;
  }

  .event-list-img {
    margin-bottom: 15px;
  }

  .event-list-txt h3 {
    font-size: 14px;
  }

  .cmn-btn {
    max-width: 300px;
  }

  .cmn-btn::before {
    width: 35px;
    height: 4px;
  }

  .cmn-btn a,
  .cmn-btn input {
    max-width: 300px;
    padding: 15px 0;
    font-size: 16px;
  }

  .house {
    padding: 80px 0;
  }

  .house-flex {
    display: block;
  }

  .house-flex-left {
    width: 100%;
  }

  .house-flex-right {
    width: 95%;
    max-width: 600px;
    margin: 20px -20px 0 auto;
  }

  .hover-text {
    top: 10%;
  }

  .house::before {
    width: 100%;
    height: 400px;
    right: 0;
    bottom: 15%;
  }

  .house-flex-left h2 {
    font-size: 30px;
    margin-bottom: 30px;
  }

  .house-flex-left p {
    font-size: 15px;
    padding-bottom: 20px;
  }

  .safe-inner {
    padding: 40px 15px 20px;
  }

  .safe-title {
    margin-bottom: 40px;
  }

  .safe-title h2 {
    font-size: 32px;
  }

  .safe-list ul {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }

  .safe-list ul li {
    width: 48%;
  }

  .safe-list-txt {
    margin-bottom: 20px;
  }

  .safe-list-txt p {
    font-size: 18px;
  }

  .safe-list ul li:nth-child(3) {
    margin-top: 0px;
  }

  .safe-txt p {
    font-size: 12px;
  }

  .left-bar {
    width: 100px;
    top: 50px;
  }

  .lineup {
    padding: 80px 0;
  }

  .lineup .title-parts {
    max-width: 300px;
    top: 115px;
  }

  .lineup .title-parts img {
    width: 115px;
    top: -10px;
    left: -35px;
  }

  .lineup .title-parts img:nth-child(2) {
    width: 60px;
  }

  .lineup-box {
    display: block;
  }

  .lineup-box-txt {
    padding: 20px 0px;
    width: 100%;
  }

  .top .lineup-box-txt {
    width: 100%;
  }

  .dog-foot {
    width: 240px;
  }

  .dog-foot01 {
    top: -120px;
    right: 0;
  }

  .dog-foot02 {
    top: -100px;
    left: 0;
  }

  .lineup-box-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .lineup-box-txt h3 {
    font-size: 24px;
    padding: 10px;
    margin-bottom: 20px;
  }

  .lineup-box-txt h3 span {
    font-size: 16px;
    padding-top: 0;
  }

  .lineup-box-txt p {
    font-size: 14px;
  }

  .lineup-btn a {
    max-width: 100%;
    font-size: 18px;
    margin: 30px auto 0;
  }

  .lineup-btn a p {
    font-size: 16px;
  }

  .lineup-list ul li {
    max-width: 100%;
    margin-bottom: 100px;
  }

  .lineup-list ul li .cat-img {
    left: 10px;
  }

  .works {
    padding: 80px 0;
    margin-top: 0px;
  }

  .works .cat-img {
    right: 15px;
    top: -65px;
    width: 180px;
  }

  .works-list-img {
    margin-bottom: 15px;
  }

  .works-list-img {
    margin-bottom: 15px;
  }

  .works-list {
    margin-bottom: 60px;
  }

  .blog {
    padding: 80px 0 60px;
  }

  .blog-list ul li a {
    margin: 0 10px;
  }

  .blog-list-img {
    margin-bottom: 25px;
  }

  .blog-parts img:nth-child(1) {
    width: 120px;
    top: -150px;
    right: 0;
  }

  .blog-parts img:nth-child(2) {
    width: 60px;
    top: -7.5%;
    right: 25%;
  }

  .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -20px;
  }

  .slick-prev {
    left: 10px;
  }

  .slick-next {
    right: 10px;
  }

  .blog .inner {
    width: 100%;
  }

  .blog-list {
    margin-bottom: 30px;
  }

  .blog-more.staff-box {
    margin-top: 60px;
  }

  .blog-more {
    margin-bottom: 60px;
  }

  .blog-more-top {
    margin-top: 60px;
  }

  .blog-more-flex {
    padding: 25px 15px;
    display: block;
    max-width: 500px;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .blog-more .cmn-btn {
    width: 240px;
    margin: 15px auto 0;
  }

  .blog-more-flex-txt {
    text-align: center;
  }

  .blog-more-flex-txt h3 {
    font-size: 22px;
  }

  .blog-more-flex-txt h3 small {
    font-size: 14px;
    padding-left: 0;
    padding-top: 10px;
    display: block;
  }

  .about-wrapper .blog-more-flex-txt h3 {
    font-size: 36px;
  }

  .company-cont {
    display: block;
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .company-cont-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 0 -20px;
  }

  .company-cont-right {
    width: 100%;
    margin-bottom: 30px;
  }

  .company-cont-right p {
    font-size: 14px;
  }

  .company {
    padding: 40px 0 60px;
  }

  .company-table tr th {
    display: block;
    padding: 12.5px 5px;
    font-size: 18px;
    width: 100%;
  }

  .company-table tr td {
    border-bottom: none;
    padding: 20px 15px;
    font-size: 14px;
    font-weight: 600;
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }

  .abs-txt {
    top: 175px;
    left: -15px;
  }

  .abs-txt p {
    font-size: 52px;
  }

  .safe-txt {
    text-align: left;
  }

  .under-title-flex-txt {
    left: 20px;
  }

  .under-title-flex-txt h1 {
    font-size: 18px;
  }

  .under-title-flex-txt h1 small {
    padding: 2.5px 7.5px 1px;
  }

  .under-title-flex-txt h1 span {
    font-size: 36px;
    padding: 2.5px 7.5px 1px;
  }

  .lineup-first {
    padding: 80px 0 20px;
  }

  .staff-wrapper .under-title-flex-txt {
    top: initial;
    bottom: 20px;
  }

  .under-title-flex-img {
    height: 300px;
  }

  .lineup-first-txt h2 {
    padding-bottom: 20px;
    font-size: 36px;
  }

  .lineup-first-txt h2 small {
    font-size: 24px;
  }

  .lineup-first-txt p {
    max-width: 100%;
    font-size: 14px;
  }

  .lineup-first-txt {
    margin-bottom: 0px;
  }

  .lineup-first-img {
    right: initial;
    top: initial;
    width: 100%;
    position: relative;
    max-width: 500px;
    margin: -40px auto 0;
  }

  .lineup-first-cont ol {
    display: block;
  }

  .lineup-first-cont ol li {
    width: 100%;
    margin: 0 auto 30px;
    padding: 20px 15px;
  }

  .lineup-first-cont ol li:nth-child(1),
  .lineup-first-cont ol li:nth-child(3) {
    margin-top: 0px;
  }

  .lineup-first-cont ol li h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .lineup-first-cont ol li img {
    width: 60px;
  }

  .lineup-first-cont ol li:nth-child(1) img {
    top: -35px;
  }

  .lineup-first-cont ol li:nth-child(3) img {
    width: 70px;
    right: -5px;
    top: -25px;
  }

  .lineup-first-cont ol li p {
    font-size: 14px;
  }

  .lineup-first-cont ol li:nth-child(2) img {
    top: -42.5px;
    bottom: 0;
  }

  .yamaneko-house,
  .yamaneko-renovation,
  .itakura-house {
    padding: 80px 0 60px;
  }

  .lineup-wrapper .left-bar-wrap:nth-child(3) {
    margin-top: 200px;
  }

  .lineup-wrapper .left-bar-wrap {
    margin-bottom: 200px;
  }

  .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(4) .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(5) .lineup-abs-img {
    width: 280px;
    top: -20%;
  }

  .lineup-flex-title-txt .lineup-cont-title {
    margin-bottom: 15px;
  }

  .lineup-flex-title-txt .lineup-cont-title p {
    font-size: 16px;
    padding-bottom: 10px;
  }

  .lineup-flex-title-txt .lineup-cont-title h2 {
    font-size: 20px;
  }

  .lineup-flex-title-txt p {
    font-size: 14px;
  }

  .lineup-flex-title-txt h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .lineup-flex-title {
    padding-left: 0;
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto;
  }

  .lineup-flex-title-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .lineup-flex-title-img {
    max-width: 300px;
    margin: 0 auto;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .lineup-flex-title-img img {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .under-wrapper .left-bar {
    top: 3.5%;
    width: 100px;
  }

  .lineup-small-title {
    margin-bottom: 20px;
  }

  .lineup-small-title h3 span,
  .lineup-small-title h2 span {
    font-size: 16px;
    padding-bottom: 0px;
  }

  .lineup-small-title h3,
  .lineup-small-title h2 {
    font-size: 32px;
  }

  .lineup-wrapper .slick-next {
    right: -10px;
  }

  .lineup-wrapper .slick-prev {
    left: -10px;
  }

  .lineup-swiper .slick-slide p {
    bottom: 10px;
    font-size: 18px;
  }

  .lineup-swiper {
    margin-bottom: 50px;
  }

  .big-txt {
    text-align: center;
    margin-bottom: 30px;
  }

  .lineup-txt-cont .big-txt p {
    font-size: 20px;
  }

  .lineup-txt-cont {
    margin-bottom: 40px;
  }

  .lineup-txt-cont p {
    font-size: 14px;
  }

  .point-cont-title {
    margin-bottom: 40px;
  }

  .point-cont-title h2 {
    font-size: 32px;
  }

  .point-cont {
    padding: 40px 10px 20px;
  }

  .point-cont-list {
    padding: 15px 10px;
  }

  .point-cont-list ol li {
    display: block;
    padding: 10px 0;
    margin-bottom: 5px;
  }

  .point-cont-list ol li:last-child {
    margin-bottom: 0;
  }

  .point-cont-list-title,
  .point-cont-list-txt {
    width: 100%;
  }

  .point-cont-list-txt p {
    font-size: 16px;
  }

  .point-cont-list-title p {
    font-size: 20px;
    font-weight: 700;
  }

  .point-cont-wrap {
    padding: 60px 0 80px;
  }

  .under-wrapper {
    padding-top: 75px;
  }

  .blog-flex-list {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .blog-flex-tag {
    width: 100%;
    border-radius: 0;
    margin-bottom: 40px;
  }

  .wp-pagenavi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .search-box-wrap {
    margin-block: 15px 40px;
  }

  .blog-content-img .new-icon {
    width: 60px;
    top: -30px;
    left: -10px;
  }

  .blog-flex-tag-inner {
    padding: 20px 10px;
  }

  .blog-flex-list ul {
    margin-bottom: 20px;
  }

  .wp-pagenavi span.current {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .wp-pagenavi span,
  .wp-pagenavi a {
    margin: 0 7.5px;
    font-size: 14px;
  }

  .wp-pagenavi a.nextpostslink {
    margin: 0 0 0 20px;
  }

  .wp-pagenavi a.previouspostslink {
    margin: 0 20px 0 0;
  }

  .wp-pagenavi a.nextpostslink img,
  .wp-pagenavi a.previouspostslink img {
    width: 30px;
  }

  .search-box p {
    font-size: 13px;
    margin-right: 10px;
  }

  .form-box-wrap {
    margin: 80px auto;
  }

  .form-box {
    padding: 40px 10px;
    margin-bottom: 50px;
  }

  .complete-content {
    margin-bottom: 20px;
  }

  .complete-content h2 {
    padding-bottom: 20px;
    font-size: 20px;
  }

  .complete-content p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .form-box table td {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .lineup-title h1 {
    font-size: 32px;
  }

  .lineup-title h1 span {
    font-size: 16px;
    padding-bottom: 0px;
  }

  .lineup-title .abs-txt {
    top: 0px;
    right: -15px;
  }

  .lineup-title .abs-txt p {
    font-size: 42px;
  }

  .yamanekohouse-wrapper .point {
    padding: 20px 0 0;
  }

  .lineup-top-cont {
    margin-bottom: 40px;
  }

  .point-flex {
    display: block;
  }

  .lineup-top-cont h2 span {
    font-size: 35px;
  }

  .lineup-top-cont h2 {
    font-size: 24px;
    padding-bottom: 30px;
  }

  .lineup-top-cont p {
    font-size: 14px;
    text-align: left;
  }

  .point-flex::before {
    width: 100%;
    height: 280px;
    top: 180px;
    right: initial;
    bottom: initial;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .point-flex-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .yamanekohouse-wrapper .point-flex-right,
  .yamanekorenovation-wrapper .point-flex-right {
    width: initial;
    top: initial;
    right: initial;
    position: relative;
    max-width: 300px;
  }

  .itakurahouse-wrapper .point-flex-right {
    max-width: 400px;
  }

  .point-flex-left {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .yamanekohouse-wrapper .point-flex-left ol li,
  .yamanekorenovation-wrapper .point-flex-left ol li {
    margin-bottom: 60px;
    display: block;
  }

  .point-list-left {
    width: 100%;
    margin-bottom: 15px;
  }

  .point-list-right {
    width: 100%;
  }

  .point-list-img h3 {
    font-size: 16px;
    white-space: initial;
  }

  .point-list-num {
    width: 50px;
    top: -45px;
  }

  .point-list-right p {
    font-size: 14px;
  }

  .policy {
    padding: 60px 0;
  }

  .policy-nav {
    margin: 0 auto 50px;
    max-width: 500px;
  }

  .policy-nav ul li {
    width: 50%;
  }

  .policy-nav ul li:nth-child(even) a,
  .yamanekorenovation-wrapper .policy-nav ul li:nth-child(2) a,
  .yamanekorenovation-wrapper .policy-nav ul li:nth-child(4) a {
    border-right: none;
  }

  .policy-nav ul li a {
    text-align: center;
    padding: 0 15px;
    font-size: 18px;
  }

  .policy-title {
    padding-bottom: 10px;
    max-width: 500px;
    margin: 0 auto 40px;
  }

  .policy-title h3 {
    font-size: 24px;
  }

  .policy-flex-cont {
    display: block;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .policy-flex-cont-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .policy-flex-cont-txt {
    width: 100%;
    padding-top: 5px;
  }

  .policy-flex-cont-txt h4 {
    font-size: 20px;
  }

  .policy-flex-cont-txt p {
    font-size: 14px;
  }

  .policy-cont {
    margin-bottom: 50px;
  }

  .policy-full-img {
    max-width: 500px;
    margin: 0 auto;
  }

  #policy05 {
    margin-block: 0px;
    padding-bottom: 80px;
  }

  .yamanekohouse-wrapper #policy05 {
    padding-top: 60px;
  }

  .policy-cont#policy06 {
    margin-bottom: 0;
  }

  .policy-wrapper .policy-cont-txt p {
    font-size: 14px;
  }

  #policy05 .inner {
    width: 100%;
  }

  .policy-wrapper .policy-cont-txt {
    margin-bottom: 60px;
  }

  #policy05 .lineup-box-img {
    width: 100%;
    height: 200px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 0;
    margin-bottom: 0;
  }

  #policy05 .lineup-box-txt {
    padding: 15px 15px 25px;
    width: 100%;
    border-top-right-radius: 0;
    border-bottom-left-radius: 40px;
  }

  #policy05 .lineup-box-txt h3 {
    font-size: 24px;
    padding-bottom: 5px;
  }

  .about-wrapper .point {
    padding: 60px 0;
  }

  .about-wrapper .abs-txt {
    top: 60px;
    right: -20px;
  }

  .about-wrapper .abs-txt p {
    font-size: 48px;
  }

  .about-top-cont-txt h2 {
    padding-bottom: 25px;
    font-size: 32px;
    line-height: 1.4;
  }

  .about-top-cont-txt p {
    font-size: 14px;
    line-height: 2;
    padding-bottom: 25px;
    width: 90%;
  }

  .about-top-cont-img img:nth-child(1) {
    width: 60px;
    right: 160px;
    bottom: -10px;
  }

  .about-top-cont-img img:nth-child(2) {
    width: 110px;
    right: 30px;
    bottom: -10px;
  }

  .about-top ol li {
    max-width: 100%;
    width: calc(100% - 30px);
    display: block;
    margin: 0 auto 60px;
  }

  .about-top-img {
    width: 100%;
    height: 300px;
    position: relative;
  }

  .about-top-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .about-top-txt {
    width: 100%;
    padding: 30px 20px;
  }

  .about-top-num-wrap {
    margin: 0 auto;
    max-width: 100%;
    display: flex;
    align-items: center;
  }

  .about-top-txt-num {
    padding-bottom: 0;
    margin-bottom: 0;
    margin-right: 22.5px;
    padding-right: 15px;
  }

  .about-top-txt-num p {
    font-size: 42px;
  }

  .about-top-txt-num::before {
    width: 2px;
    height: 30px;
    top: 50%;
    left: initial;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .about-top-txt-txt {
    margin-left: 0;
  }

  .about-top-txt-txt p {
    writing-mode: initial;
    -ms-writing-mode: initial;
    font-size: 24px;
    line-height: 1.4;
  }

  .about-top ol li:nth-child(2) .about-top-txt {
    padding: 30px 20px;
  }

  .about-top ol li:nth-child(2) .about-top-num-wrap {
    margin-right: 0;
    justify-content: end;
  }

  .about-top ol li:nth-child(3) .about-top-num-wrap {
    max-width: 100%;
  }

  .about-top ol li:nth-child(3) .about-top-txt-txt {
    margin-left: 0;
  }

  .about-top {
    padding: 100px 0 80px;
  }

  .about-point-title {
    margin-bottom:
      30px;
  }

  .about-point-title p {
    font-size: 20px;
  }

  .about-point-title h2 {
    font-size: 24px;
  }

  .about-point-title h2 span {
    font-size: 32px;
  }

  .siyou-caution p {
    white-space: initial;
  }

  .about-point-list ol {
    width: 100%;
  }

  .about-point-list-num {
    font-size: 20px;
  }

  .about-point-list-num span {
    font-size: 36px;
  }

  .about-point-list-box h3 {
    font-size: 18px;
  }

  .about-point-list ol li {
    margin-bottom: 20px;
  }

  .about-point-list {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .about-point-list-box {
    border: 2px solid #333;
    height: 150px;
  }

  .about-point-list-img {
    width: 300px;
    bottom: -170px;
    z-index: -1;
  }

  .about-cmn-btm {
    padding-top: 100px;
  }

  .about-wrapper .company-cont {
    margin-bottom: 80px;
    width: 100%;
  }

  .about-wrapper .blog-more-flex {
    padding: 25px 15px;
    width: 100%;
  }

  .more-box-wrap .blog-more:nth-child(1) {
    margin-bottom: 30px;
  }

  .about-wrapper .blog-more-flex-txt {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-wrapper .blog-more-flex-txt h3 small {
    margin-top: 0;
  }

  .staff-box .blog-more-flex img {
    top: -40%;
    width: 150px;
    left: 60%;
  }

  .about-policy {
    padding: 80px 0 160px;
  }

  .about-policy .about-point-title {
    margin-bottom: 50px;
  }

  .blog-more-flex img {
    width: 100px;
    left: 0px;
    top: initial;
    bottom: -90px;
    z-index: 1;
  }

  .post-cont-wrap {
    margin-bottom: 80px;
  }

  .about-policy .lineup-small-title {
    margin-bottom: 30px;
  }

  .about-policy .lineup-small-title h3 {
    font-size: 16px;
  }

  .about-policy .lineup-small-title h3 span {
    font-size: 36px;
  }

  .about-policy-cont {
    max-width: 100%;
    margin-inline: auto;
    width: calc(100% - 30px);
  }

  .about-cont-policy-box {
    padding: 90px 50px;
    margin: 0 auto 60px;
  }

  .about-policy .about-point-list-img {
    bottom: -50px;
    width: 240px;
  }

  .about-wrapper .left-bar-wrap {
    padding-bottom: 80px;
  }

  .about-cont-policy-box p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .staff-wrapper .abs-img {
    width: 100px;
    height: 100px;
    bottom: -20px;
    left: initial;
    right: 0px;
  }

  .staff {
    padding: 60px 0 40px;
  }

  .staff-list-txt-txt table th {
    width: 20%;
    font-size: 16px;
    padding-bottom: 15px;
  }

  .staff-list-txt-txt table td {
    width: 70%;
    font-size: 16px;
    padding-bottom: 15px;
  }

  .staff-list-box-flex-huki p {
    font-size: 12px;
  }

  .staff-list-box-flex-huki {
    padding: 20px 30px;
    max-width: 200px;
    top: -35px;
    right: -100px;
    min-height: auto;
  }

  .staff-list-box-flex-huki::before {
    width: 20px;
    height: 2px;
    left: 10px;
    bottom: 25px;
  }

  .staff-list ul li:nth-child(2) .staff-list-box-flex-huki {
    padding-block: 40px;
  }

  .staff-title {
    text-align: center;
    margin: 0 auto 60px;
    max-width: 500px;
  }

  .staff-list ul li {
    margin: 0 auto 80px;
    max-width: 500px;
    display: block;
  }

  .staff-list-img {
    width: 250px;
    position: relative;
    margin: 0 auto 20px;
  }

  .staff-list-txt {
    width: 100%;
  }

  .staff-list-txt-txt table {
    margin-bottom: 30px;
  }

  .staff-list-txt-img {
    width: 70px;
    bottom: 15px;
    right: 0px;
  }

  .staff-list-txt-img img {
    margin: 0px !important;
  }

  .staff-list-txt-txt p {
    font-size: 24px;
  }

  .under-title-flex-txt-p {
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }

  .under-title-flex-txt-p p {
    font-size: 24px;
  }

  .under-title-flex-txt-p p:nth-child(3) {
    display: block;
    margin-block: 5px;
  }

  .policy-wrapper .lineup-small-title h2 {
    font-size: 16px;
  }

  .policy-wrapper .lineup-small-title h2 span {
    font-size: 32px;
  }

  .policy-wrap .lineup-small-title {
    margin-bottom: 40px;
  }

  .policy-wrap .policy-nav ul li a {
    padding: 0px 10px;
    font-size: 16px;
  }

  .yamanekohouse-wrapper .policy-nav ul li:nth-child(3) a,
  .yamanekorenovation-wrapper .policy-nav ul li:nth-child(3) a,
  .policy-wrap .policy-nav ul li:nth-child(3) a {
    border-right: 1px solid #333;
  }

  .policy-wrap .policy-nav ul li:nth-child(4) a {
    border-right: none;
  }

  .policy-wrap .policy-nav {
    margin-bottom: 30px;
  }

  .policy-wrap .abs-img {
    width: 180px;
    bottom: 30px;
    right: 10px;
  }

  .policy-wrap.policy {
    padding: 60px 0 140px;
  }

  .policy-cont-img {
    position: relative;
    max-width: 500px;
    left: -20px;
    width: 100%;
    margin-bottom: 20px;
    margin-right: auto;
  }

  .policy-cont .policy-cont-txt {
    max-width: 100%;
    padding-bottom: 30px;
  }

  #policy01 {
    margin-bottom: 60px;
  }

  .policy-wrapper .policy-cont-txt h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .policy-wrapper .policy-cont05 .policy-cont-txt h3 {
    margin-left: 0;
  }

  .policy-cont .policy-cont-txt span {
    width: 45px;
    height: 45px;
    margin: 0 auto 10px;
    font-size: 20px;
    line-height: 44px;
  }

  .policy-cont-reverse .policy-cont-img {
    right: -20px;
    margin-left: auto;
    margin-right: 0;
  }

  .policy-design {
    padding: 60px 0;
    margin-bottom: 80px;
  }

  .policy-design .about-cont-policy-box {
    padding: 90px 30px;
  }

  .about-cont-policy-box h3 {
    font-size: 20px;
    text-align: center;
  }

  .about-cont-policy-box img {
    left: -5px;
    top: 20px;
  }

  .policy-design .about-cont-policy-box img:last-child {
    width: 120px;
    right: initial;
    left: 0;
  }

  .policy-design .abs-img:nth-child(3) {
    width: 80px;
    right: 2.5px;
    top: 40%;
    z-index: 1;
  }

  .policy-design .abs-img:nth-child(4) {
    width: 100px;
    right: 0;
    bottom: 0px;
    z-index: 1;
  }

  .policy-design#policy04 .abs-img:nth-child(1) {
    width: 100px;
    top: -60px;
    right: 15px;
  }

  .policy-design#policy04 .about-cont-policy-box img {
    width: 140px;
    top: initial;
    right: initial;
    left: 0;
    bottom: -55px;
  }

  .policy-design#policy04 .about-policy-cont .abs-img {
    width: 100px;
    right: -10px;
  }

  .policy-cont06 .policy-cont-txt {
    margin-bottom: 60px;
  }

  .sml-btn a {
    max-width: 300px;
    margin: 25px auto 0 0;
    font-size: 14px;
    padding: 10px 0;
  }

  .policy-cont07 .policy-cont-img {
    width: 100%;
  }

  .policy-cont07,
  .policy-cont08,
  .policy-cont09 {
    margin-bottom: 80px;
  }

  #policy05.policy-design .about-cont-policy-box {
    padding: 90px 20px;
    margin-bottom: 40px;
  }

  #policy05.policy-design .abs-img {
    max-width: 140px;
    top: 33%;
    z-index: 1;
  }

  .policy-txt p {
    font-size: 14px;
    line-height: 1.8;
  }

  .policy-wrapper #policy05 {
    margin-bottom: 0;
  }

  .siyou-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }

  .siyou-list ul li {
    height: 200px;
  }

  .siyou-list ul li p {
    font-size: 16px;
    width: calc(100% - 30px);
  }

  .works-wrapper .left-bar-wrap {
    padding: 80px 0;
  }

  .works-wrapper.under-wrapper .left-bar {
    top: 0;
  }

  .works-wrapper .blog-content-title p,
  .style-wrapper .blog-content-title p {
    font-size: 24px;
  }

  .works-wrapper .search-box {
    display: block;
    padding: 15px;
  }

  .works-wrapper .search-window form {
    max-width: 100%;
    display: block;
    max-width: 300px;
    margin: 0 auto;
  }

  .form-select-wrap {
    width: 100%;
  }

  .form-select-wrap select {
    max-width: 300px;
    padding: 5px 7.5px;
    margin-top: 0px;
    display: block;
  }

  .form-select-cross {
    width: 100%;
    text-align: center;
  }

  .search-box .form-select-cross p {
    font-size: 24px;
    line-height: 1;
  }

  .works-wrapper .search-window form button {
    padding: 5px 7.5px;
    width: 150px;
    margin: 10px auto 0;
  }

  .works-post-cont {
    padding: 60px 0;
  }

  .works-post-cont-img img {
    margin: 0 auto 20px;
  }

  .works-post-cont-txt {
    padding: 0;
  }

  .works-post-cont-txt span {
    font-size: 24px;
  }

  .post-cont-wrap .works-post-cont-txt p span,
  .post-cont-wrap .works-post-cont-txt p,
  .post-cont-wrap .works-post-cont-txt h2 {
    font-size: 16px;
  }

  .flow-title-cont {
    padding: 80px 0;
  }

  .flow-title-cont .inner {
    display: block;
  }

  .flow-title-cont-txt {
    width: 100%;
    padding-top: 0px;
    margin-bottom: 30px;
  }

  .flow-title-cont-img {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }

  .flow-title-cont-txt img {
    width: 120px;
    bottom: -265px;
    right: 0;
  }

  .flow-title-cont::before {
    width: 100%;
    height: 200px;
    right: 0;
  }

  .flow-list {
    padding: 90px 0;
  }

  .flow-list#policy00 {
    padding-bottom: 120px;
    margin-top: 80px;
  }

  .flow-list ol li {
    margin-bottom: 50px;
    display: block;
  }

  .flow-list-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .flow-list-txt-img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .flow-list-txt-flex {
    margin-bottom: 15px;
    padding-top: 20px;
  }

  .flow-list-txt::before {
    width: 60px;
    height: 3px;
  }

  .flow-list-txt-txt {
    width: 100%;
  }

  .flow-list-txt-txt p {
    font-size: 14px;
    line-height: 1.8;
  }

  .flow-list-txt-left {
    width: 60px;
  }

  .flow-list-txt-left p {
    font-size: 48px;
  }

  .flow-list-txt-right {
    width: calc(100% - 80px);
  }

  .flow-list-txt-right h3 {
    font-size: 20px;
  }

  .flow-after-service .inner .abs-img {
    width: 110px;
    top: -110px;
  }

  .policy-cont-txt {
    margin-bottom: 60px;
  }

  .event-wrapper .blog-content-img {
    border: 10px solid #fff;
  }

  .event-wrapper .blog-flex-list {
    padding-top: 100px;
  }

  .event-list-img {
    height: 115px;
  }

  .event-content {
    padding: 0;
  }

  .event-form .abs-img01 {
    width: 120px;
    left: -15px;
    top: -15px;
  }

  .event-form .abs-img02 {
    width: 100px;
    right: -20px;
    top: initial;
    bottom: 75px;
  }

  .form-box table td.flex {
    display: block;
  }

  .form-box table td.flex span {
    margin-right: 0;
  }

  .event-form {
    margin-bottom: 60px;
  }

  .blog-wrapper .post-cont-wrap {
    padding-top: 60px;
  }

  .policy-full-img img {
    margin-bottom: 15px;
  }

  .policy-full-img img p {
    font-size: 16px;
  }

  #style-cont01 {
    margin-top: 20px;
  }

  .style-cont {
    padding: 60px 0;
  }

  .style-cont-title-txt-txt {
    margin-bottom: 10px;
  }

  .style-cont-title {
    max-width: 100%;
    margin: 0 auto 80px;
    display: block;
  }

  .style-cont-title-img {
    width: calc(100% - 20px);
    height: 250px;
    position: relative;
    margin-bottom: 20px;
  }

  .style-cont-title-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
  }

  .style-cont-title-txt {
    width: calc(100% - 30px);
    padding-right: 0;
    margin: 0 auto;
  }

  .style-cont-title-txt h2 {
    font-size: 32px;
    padding-bottom: 10px;
  }

  .style-cont-title-txt h2 span {
    font-size: 34px;
  }

  .style-cont-title-txt-txt h3 {
    font-size: 20px;
  }

  .style-cont-title-txt-txt p {
    font-size: 14px;
    line-height: 1.7;
  }

  .style-cont-title-txt-box {
    border: 1px solid #333;
    padding: 10px 15px;
  }

  .style-cont-title-txt-box p {
    font-size: 16px;
  }

  .style-list ul {
    max-width: 500px;
    margin: 0 auto;
  }

  .style-list ul li .style-list-flex {
    display: block;
  }

  .style-list-flex-img {
    width: 100%;
    margin: 0 auto 20px;
  }

  .style-list-flex-txt {
    width: 100%;
  }

  .style-list-flex-txt h3 {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .style-list-flex-txt p {
    font-size: 14px;
  }

  .style-list-flex-txt h3 span {
    font-size: 24px;
  }

  .style-list .foot-img {
    position: relative;
    height: 150px;
  }

  .style-list .foot-img img {
    top: 7.5%;
    height: 120px;
  }

  .style-list ul li:nth-child(6).foot-img img {
    height: 100px;
    top: 15%;
  }

  .style-list ul li:nth-child(3) .abs-img {
    width: 90px;
    top: -60px;
  }

  .style-list ul li:nth-child(5) .abs-img {
    width: 80px;
    bottom: -5px;
  }

  .style-list ul li:nth-child(7) .abs-img {
    width: 65px;
    right: 0;
    bottom: -110px;
  }

  .style-list ul li:nth-child(1) .abs-img {
    width: 80px;
    top: -35px;
  }

  #style-cont02 .style-list ul li:nth-child(3) .abs-img {
    width: 90px;
    left: -15px;
    bottom: 0;
  }

  #style-cont02 .style-list ul li:nth-child(7) .abs-img {
    width: 90px;
    top: -60px;
  }

  .style-wrapper .works-cont {
    padding: 60px 0;
  }

  .recruit-wrapper .under-title-flex-img .abs-img {
    width: 75px;
    bottom: -55px;
    left: -5px;
  }

  .recruit-txt {
    padding: 80px 0 50px;
  }

  .recruit-txt p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .recruit-cont-title {
    margin-bottom: 30px;
    padding-bottom: 15px;
  }

  .recruit-cont-title h2 {
    font-size: 20px;
  }

  .recruit-cont-box {
    padding: 25px 20px 60px;
  }

  .recruit-cont-box-title {
    margin-bottom: 10px;
  }

  .recruit-cont-box-title h3 {
    font-size: 20px;
  }

  .recruit-cont-table {
    max-width: 100%;
  }

  .recruit-cont-abs-txt {
    left: -30px;
    bottom: 140px;
  }

  .recruit-cont-abs-txt p {
    font-size: 64px;
  }

  .recruit-cont-box .abs-img {
    width: 65px;
    right: -10px;
    bottom: -60px;
  }

  .recruit-cont-table table {
    margin-bottom: 40px;
  }

  .recruit-cont-table table tr th {
    padding: 15px 0;
    font-size: 14px;
    width: 32.5%;
  }

  .recruit-cont-table table tr td {
    padding: 15px 0;
    font-size: 14px;
    width: 67.5%;
  }

  .yamanekohouse-wrapper .under-title-flex-txt h1,
  .yamanekorenovation-wrapper .under-title-flex-txt h1 {
    font-size: 32px;
    margin-top: 10px;
  }

  .yamanekohouse-wrapper .point-flex {
    padding-top: 0;
  }

  .yamanekorenovation-wrapper .point-flex {
    padding-top: 0;
  }

  .yamanekorenovation-wrapper .point-flex-left {
    display: block;
  }

  .yamanekorenovation-wrapper .point-flex-left ol {
    width: 100%;
  }

  .yamanekorenovation-wrapper .point-flex-left ol:last-child {
    margin-top: 0;
  }

  .yamanekorenovation-wrapper .point-flex-left ol li .point-list-img img {
    margin-bottom: 15px;
  }

  .yamanekorenovation-wrapper .point-flex-left ol li .point-list-img {
    margin-bottom: 10px;
  }

  .yamanekorenovation-wrapper .point-flex-left ol li .point-list-img h3 {
    font-size: 18px;
  }

  .yamanekorenovation-wrapper .point-flex-left ol li p {
    font-size: 14px;
  }

  .yamanekorenovation-wrapper .policy-cont#policy03 {
    margin-bottom: 0px;
  }

  .yamanekorenovation-wrapper #policy05 {
    margin-bottom: 30px;
    padding: 10px 0 60px;
  }

  .yamanekohouse-wrapper .lineup,
  .yamanekorenovation-wrapper .lineup {
    padding: 40px 0 80px;
  }

  .policy-cont-txt p {
    font-size: 14px;
  }

  .lineup-swiper .slick-slide img {
    max-height: 400px;
  }

  .itakura-swiper {
    margin-block: -20px 60px;
  }

  .itakura-swiper li {
    margin: 0px 10px;
  }

  .concept-list ol li {
    margin: 0 auto 40px;
    display: block;
    max-width: 500px;
  }

  .concept-list-img {
    width: 100%;
    margin-bottom: 5px;
  }

  .concept-list-img img {
    margin-bottom: 10px
  }

  .concept-list-img h3 {
    font-size: 18px;
  }

  .concept-list-txt {
    width: 100%;
  }

  .concept-list-txt p.num {
    font-size: 20px;
    padding-block: 20px 15px;
  }

  .concept-list-txt p.num span {
    font-size: 32px;
  }

  .concept-list-txt p {
    font-size: 14px;
  }

  .concept-list-txt small {
    font-size: 10px;
  }

  .itakura-flex-wrap {
    margin: 60px 0 100px;
    padding: 80px 0;
    background-position: center right;
  }

  .itakura-flex {
    display: block;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .itakura-flex-title {
    width: 100%;
    margin-bottom: 20px;
  }

  .itakura-flex-title p {
    font-size: 20px;
    padding-bottom: 5px;
  }

  .itakura-flex-title h3 {
    font-size: 24px;
    line-height: 1.4;
  }

  .itakura-flex-txt {
    width: 100%;
  }

  .itakura-flex-txt p {
    font-size: 14px;
  }

  .itakura-swiper li:nth-child(even) {
    margin-top: 40px;
  }

  .yamanekorenovation-wrapper .siyou-list ul {
    display: grid;
    justify-content: center;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 15px;
  }

  .yamanekorenovation-wrapper .siyou-list ul li {
    width: 100%;
  }

  .yamanekorenovation-wrapper #policy01,
  .yamanekorenovation-wrapper .policy-cont#policy01 {
    margin-bottom: 0px;
  }

  .yamanekorenovation-wrapper .policy-cont#policy03 {
    margin-block: 10px 80px;
  }

  .yamanekorenovation-wrapper #policy05 {
    margin-block: 60px 80px;
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .yamanekorenovation-wrapper .blog-more-flex {
    max-width: 100%;
    width: 100%;
  }

  .yamanekorenovation-wrapper .works {
    margin-block: 0px 80px;
  }

  .company-cont-right h2 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .about-cont-policy-box h2 {
    font-size: 24px;
    padding-bottom: 20px;
  }

  .safety {
    padding: 60px 0 10px;
  }

  .cmn-txt {
    margin-bottom: 40px;
  }

  .safety-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 500px;
    margin: 0 auto 30px;
  }

  .caution-txt {
    max-width: 500px;
    margin: 0 auto;
  }

  .caution-txt p {
    font-size: 10px;
  }

  .footer-top-flex img {
    width: 200px;
    margin: 0 auto 20px;
    display: block;
  }

  .footer-top-flex-left-txt {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }

  .insta-cont {
    max-width: 500px;
    margin: 0 auto;
    padding-top: 60px;
  }

  .under-wrapper.lineup-wrapper .left-bar {
    top: 1%;
    width: 90%;
  }

  .lineup-bg-title p {
    font-size: 24px;
  }

  .lineup-bg-title {
    top: -6.5vw;
  }

  .lineup-bg-title p {
    font-size: 7vw;
  }

  .yamaneko-renovation .lineup-abs-img {
    top: 0;
  }

  .itakura-house {
    margin-bottom: 40px;
  }

  #policy05 .lineup-box-img img {
    border-bottom-left-radius: 0;
  }

  .itakurahouse-wrapper .concept {
    margin-bottom: 80px;
  }

  .works-list-txt h3 {
    font-size: 14px;
  }

  .works-list-txt p {
    font-size: 12px;
  }

  .staff-wrapper.under-wrapper .left-bar {
    top: 4.5%;
    height: 95.5%;
  }

  .map-img h3 {
    font-size: 20px;
  }

  .map-img img {
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 500px) {
  .fv {
    margin: 40px 0 0 15vw;
  }

  .safe-title h2 {
    font-size: 24px;
  }

  .safe-list-txt p {
    font-size: 16px;
  }

  .blog-parts img:nth-child(2) {
    width: 70px;
    top: -13.5%;
    right: initial;
    left: 0;
  }

  .under-title-flex-txt {
    left: 15px;
  }

  .under-title-flex-txt h1 {
    font-size: 16px;
  }

  .under-title-flex-txt h1 span {
    font-size: 32px;
  }

  .lineup-first-txt h2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .lineup-first-img {
    margin: 0px auto 40px;
  }

  .lineup-flex-title-txt p {
    font-size: 14px;
  }

  .blog-flex-list ul {
    display: block;
  }

  .blog-flex-list ul li {
    width: 100%;
  }

  .event-list {
    margin-bottom: 20px;
  }

  .point-flex::before {
    width: calc(100% + 50px);
    height: 200px;
  }

  .policy-nav ul li a {
    text-align: center;
    padding: 0px 5px;
    font-size: 15px;
    margin-bottom: 15px;
  }

  .policy-title {
    padding-bottom: 5px;
    margin: 0 auto 30px;
  }

  .about-top-cont-img img:nth-child(2) {
    right: 0px;
  }

  .about-top-img {
    height: 200px;
  }

  .about-top-txt {
    padding: 20px 15px;
  }

  .about-top-txt-num {
    margin-right: 17.5px;
    padding-right: 12.5px;
  }

  .about-top-txt-num p {
    font-size: 24px;
  }

  .about-top-txt-num::before {
    height: 20px;
  }

  .about-top-txt-txt p {
    font-size: 16px;
  }

  .about-point-list ol li {
    margin-bottom: 10px;
  }

  .about-point-list-box {
    height: 120px;
  }

  .about-point-list-box h3 {
    font-size: 16px;
  }

  .about-point-list-img {
    width: 260px;
    bottom: -150px;
  }

  .hover-text {
    top: 5%;
  }

  .hover-text a {
    font-size: 12px;
    padding: 1.5px 10px;
  }

  .about-top-cont-txt h2 {
    font-size: 24px;
  }

  .about-top-cont-txt h2 span {
    font-size: 36px;
  }

  .about-policy .about-point-title {
    margin-bottom: 40px;
  }

  .about-cont-policy-box p {
    font-size: 14px;
    padding-bottom: 15px;
  }

  .about-cont-policy-box {
    padding: 80px 40px;
    margin: 0 auto 40px;
  }

  .staff-list-box-flex {
    padding: 40px 10px 20px;
  }

  .under-title-flex-img {
    height: 240px;
  }

  .staff-list-box-flex {
    display: block;
  }

  .staff-list-box-flex-img {
    margin-bottom: 15px;
    width: 75px;
  }

  .staff-list-txt-txt {
    width: 100%;
  }

  .staff-list-box-flex-huki {
    padding: 20px 27.5px;
    max-width: 220px;
  }

  .staff-list-box-flex-huki p {
    font-size: 12px;
  }

  .staff-list ul li {
    margin-bottom: 90px;
  }

  .staff-list-box-flex-huki {
    top: -60px;
    right: -60px;
  }

  .staff-list-box-flex-huki::before {
    bottom: -3%;
    left: 40%;
  }

  .under-title-flex-txt-p {
    left: 10px;
  }

  .policy.policy-wrap .inner {
    width: calc(100% - 20px);
  }

  .policy-wrap .policy-nav ul li a {
    font-size: 13px;
  }

  .policy-wrap .abs-img {
    width: 160px;
  }

  .policy-cont07,
  .policy-cont08,
  .policy-cont09 {
    margin-bottom: 60px;
  }

  .flow-title-cont-txt p {
    font-size: 14px;
  }

  .flow-title-cont-img {
    max-width: 240px;
  }

  .flow-title-cont::before {
    height: 180px;
    bottom: 40px;
  }

  .flow-title-cont-txt img {
    width: 95px;
    bottom: -315px;
    right: -15px;
  }

  .flow-list {
    padding: 60px 0;
  }

  .blog-content-img .post-thumbnail {
    position: relative;
    height: 200px;
  }

  .blog-content-title p.days {
    font-size: 12px;
  }

  .form-box {
    padding: 30px 10px 20px;
    margin-bottom: 30px;
  }

  .form-box h2 {
    max-width: 100%;
    width: 100%;
    font-size: 20px;
    padding-bottom: 0px;
  }

  .policy-full-img img {
    margin-bottom: 10px;
  }

  .policy-full-img img p {
    font-size: 14px;
  }

  .style-list ul li:nth-child(3) .abs-img {
    width: 70px;
    top: -45px;
    left: 60px;
  }

  #style-cont02 .style-list ul li:nth-child(7) .abs-img {
    width: 70px;
    top: -45px;
    left: 60px;
  }

  .yamanekohouse-wrapper .under-title-flex-txt h1,
  .yamanekorenovation-wrapper .under-title-flex-txt h1 {
    font-size: 20px;
    margin-top: 7.5px;
  }

  .yamanekohouse-wrapper .under-title-flex-txt p,
  .yamanekorenovation-wrapper .under-title-flex-txt p {
    font-size: 16px;
  }

  .yamanekohouse-wrapper .point-flex-left ol li:last-child,
  .yamanekorenovation-wrapper .point-flex-left ol li:last-child {
    margin-bottom: 0;
  }

  .yamanekorenovation-wrapper .policy-nav ul li a {
    padding: 0px 10px;
  }

  .lineup-swiper .slick-slide img {
    max-height: 180px;
  }

  .form-box table td.time-flex input {
    width: 100%;
  }

  .form-box table td.time-flex input:nth-child(1) {
    margin-right: 0%;
    margin-bottom: 5px;
  }

  .itakurahouse-wrapper .point-flex::before {
    top: 140px;
  }

  .siyou-list ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px 10px;
  }

  .siyou-list ul li {
    height: 150px;
  }

  .siyou-list ul li p {
    font-size: 14px;
  }

  .siyou-caution {
    margin-top: 20px;
  }

  .siyou-caution p {
    font-size: 10px;
  }

  .cmn-txt p {
    font-size: 20px;
  }

  .safety-list ul {
    gap: 10px;
  }

  .safety-list ul li p {
    font-size: 18px;
    width: 100%;
  }

  .safety-list ul li {
    height: 135px;
  }

  .caution-txt p .sp {
    display: none;
  }

  .footer-top-flex img {
    width: 150px;
  }

  .lineup-bg-title {
    top: -4.5vw;
  }

  .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(4) .lineup-abs-img,
  .lineup-wrapper .left-bar-wrap:nth-child(5) .lineup-abs-img {
    top: -17%;
  }

  .staff-list-txt-txt p {
    font-size: 20px;
  }

  .staff-list-txt-txt table {
    margin-bottom: 20px;
  }

  .staff-box .blog-more-flex img {
    left: 50%;
  }
}

/* add251205 */
.new-under-title {
  margin-block: 100px 60px;
  text-align: center;
}

.new-under-title h1 {
  font-size: 42px;
  font-weight: 700;
  padding-bottom: 40px;
}

.contact-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

.contact-flex-txt {
  width: 65%;
}

.contact-flex-txt h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 30px;
}

.contact-flex-txt p {
  font-size: 16px;
}

.contact-flex-right {
  width: 32.5%;
}

.contact-txt {
  margin-bottom: 100px;
  position: relative;
}

.contact-txt h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 40px;
}

.contact-txt ul li {
  margin-bottom: 30px;
}

.contact-txt ul li:last-child {
  margin-bottom: 0;
}

.contact-txt ul li h3 {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 5px;
}

.contact-txt ul li p {
  font-size: 16px;
}

.contact-txt img {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 0;
}

.contact-img img {
  margin-bottom: 60px;
  width: 100%;
}

.contact-img p {
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 30px;
  text-align: center;
}

.contact-under-img {
  width: 300px;
  margin: 40px auto 0px;
}

.form-title {
  text-align: center;
  margin-bottom: 20px;
}

.form-title h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 15px;
}

.form-title p {
  font-size: 16px;
}

.contact-form-wrap .contact-flex-right {
  width: 17.5%;
}

.contact-form-wrap .contact-flex-txt {
  width: 80%;
}

.contact-big-txt h2 {
  font-size: 32px;
}

.contact-big-txt ul {
  margin-bottom: 40px;
}

.contact-big-txt ul li {
  margin-bottom: 0;
}

.contact-form-wrap .form-title p {
  text-align: left;
  padding-bottom: 30px;
}

.contact-form-wrap .form-title p:last-child {
  padding-bottom: 0;
}

.contact-big-txt p {
  font-size: 16px;
}

@media screen and (max-width: 834px) {
  .new-under-title {
    margin-block: 60px;
  }

  .new-under-title h1 {
    font-size: 32px;
    padding-bottom: 20px;
  }

  .contact-flex {
    display: block;
    max-width: 500px;
    margin: 0 auto 60px;
  }

  .contact-flex-txt {
    width: 100%;
    margin-bottom: 20px;
  }

  .contact-flex-txt h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }

  .contact-flex-txt p {
    font-size: 14px;
  }

  .contact-flex-right {
    width: 100%;
  }

  .contact-flex-right img {
    display: block;
    width: 100%;
  }

  .contact-txt h2 {
    font-size: 20px;
    padding-bottom: 30px;
  }

  .contact-txt ul li {
    margin-bottom: 20px;
  }

  .contact-txt ul li h3 {
    font-size: 18px;
  }

  .contact-txt ul li p {
    font-size: 14px;
  }

  .contact-txt img {
    position: relative;
    width: 150px;
    right: initial;
    bottom: initial;
    margin: 10px auto;
    display: block;
  }

  .contact-txt {
    margin-bottom: 60px;
  }

  .contact-img img {
    margin-bottom: 30px;
    width: 100%;
  }

  .contact-img p {
    font-size: 16px;
    padding-bottom: 20px;
  }

  .contact-under-img {
    width: 240px;
    margin: 0px auto;
  }

  .form-title h2 {
    font-size: 20px;
  }

  .form-title p {
    font-size: 14px;
  }

  .form-box-wrap {
    margin: 0px auto;
  }

  .contact-form-wrap .contact-flex-txt {
    width: 100%;
  }

  .contact-form-wrap .contact-flex-right {
    width: 40%;
    margin: 0 auto;
  }

  .contact-big-txt ul li {
    margin-bottom: 0;
  }

  .contact-big-txt p {
    font-size: 14px;
  }

  .contact-big-txt ul {
    margin-bottom: 20px;
  }

  .contact-form-wrap .contact-txt img {
    width: 130px;
    margin: 30px auto 0;
  }

  .contact-form-wrap .form-title p {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 500px) {}
