@charset "UTF-8";
/*--ふくおかBizのページで使用されているメディアクエリのまとめです。scssで利用してください。cssでは使えません！！
@mixin pc_screen_under {
  @media screen and (max-width: 1230px){
    @content;
  }
}
@mixin pc_middle_under {
  @media screen and (max-width: 1200px){
    @content;
  }
}
@mixin pc_to_tablet {
  @media screen and (min-width: 768px) and (max-width: 1199px){
    @content;
  }
}
@mixin tablet_over {
  @media screen and (min-width: 768px){
    @content;
  }
}
@mixin tablet_under {
  @media screen and (max-width: 768px){
    @content;
  }
}
@mixin tablet_to_sp {
  @media screen and (min-width: 599px) and (max-width: 767px) {
    @content;
  }
}
@mixin sp_under {
  @media screen and (max-width: 599px){
    @content;
  }
}


呼び出し方（tablet_underのメディアクエリを呼び出す場合）
@include tablet_under(){
これだけ！この中にcssかいてください
}
-----------------------------------------------------*/
.pc_hide {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_hide {
    display: inline-block;
  }
}

.sp_hide {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp_hide {
    display: none;
  }
}

.home-building-guide_award2026 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px;
}
.home-building-guide_award2026 h2 {
  position: relative;
  border-bottom: 4px solid #000;
  font-size: 3rem;
  font-weight: 900;
  margin-top: 50px;
  padding: 0 15px;
}
.home-building-guide_award2026 h2.bk_brown {
  border-bottom: 4px solid #d3a003;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 h2 {
    font-size: 2rem;
  }
}
.home-building-guide_award2026 .box {
  margin-top: 50px;
}
.home-building-guide_award2026 .com1 .box p {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com1 .box p {
    font-size: 1em;
  }
}
.home-building-guide_award2026 .com1 .box img {
  width: 20%;
  margin-top: -8%;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com1 .box img {
    width: 25%;
    max-width: 120px;
    position: fixed;
    top: 80%;
    right: 10px;
    z-index: 999;
  }
}
.home-building-guide_award2026 .com2 .sono1, .home-building-guide_award2026 .com2 .sono2, .home-building-guide_award2026 .com2 .sono3 {
  position: relative;
  width: 95%;
  height: 92px;
  margin: 20px auto;
  background: url(../images/home-building-guide_award2026/home-building-guide_award2026_img_16.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com2 .sono1, .home-building-guide_award2026 .com2 .sono2, .home-building-guide_award2026 .com2 .sono3 {
    height: 60px;
    margin: 20px auto 10px;
  }
}
.home-building-guide_award2026 .com2 .sono1 img, .home-building-guide_award2026 .com2 .sono2 img, .home-building-guide_award2026 .com2 .sono3 img {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com2 .sono1 img, .home-building-guide_award2026 .com2 .sono2 img, .home-building-guide_award2026 .com2 .sono3 img {
    left: 80px;
    width: 20px;
  }
}
.home-building-guide_award2026 .com2 .sono1 p, .home-building-guide_award2026 .com2 .sono2 p, .home-building-guide_award2026 .com2 .sono3 p {
  position: absolute;
  top: 50%;
  left: 240px;
  transform: translate(0%, -50%);
  width: -moz-fit-content;
  width: fit-content;
  font-size: clamp(2.1rem, 1.5rem + 1.25vw, 3rem);
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com2 .sono1 p, .home-building-guide_award2026 .com2 .sono2 p, .home-building-guide_award2026 .com2 .sono3 p {
    left: 160px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com2 .sono1 p, .home-building-guide_award2026 .com2 .sono2 p, .home-building-guide_award2026 .com2 .sono3 p {
    display: none;
  }
}
.home-building-guide_award2026 .com2 > .pc_hide {
  display: none;
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com2 > .pc_hide {
    display: block;
    width: 95%;
    margin: 0px auto 30px;
    font-size: 2rem;
    font-weight: bold;
  }
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com3 {
    margin-bottom: 45%;
  }
}
.home-building-guide_award2026 .com3 .box {
  position: relative;
}
.home-building-guide_award2026 .com3 .box .item {
  position: relative;
  width: 70%;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com3 .box .item {
    width: 100%;
  }
}
.home-building-guide_award2026 .com3 .box .item .h3_box {
  display: flex;
  align-items: end;
  margin: 20px 0;
}
.home-building-guide_award2026 .com3 .box .item .h3_box .number {
  font-size: 8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com3 .box .item .h3_box .number {
    font-size: 6rem;
    line-height: 1.1;
  }
}
.home-building-guide_award2026 .com3 .box .item .h3_box h3 {
  font-size: clamp(2rem, 0.636rem + 3.64vw, 5rem);
  font-weight: bolder;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com3 .box .item .h3_box h3 {
    font-size: clamp(2rem, 0.636rem + 3.64vw, 5rem);
  }
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com3 .box .item .h3_box h3 {
    font-size: 2.2rem;
  }
}
.home-building-guide_award2026 .com3 .box .item .h3_box h3 span {
  display: block;
  font-size: 0.34em;
  padding-left: 2em;
}
.home-building-guide_award2026 .com3 .box .item .pvimg {
  position: absolute;
  top: 13%;
  right: 1%;
  width: 32%;
  max-width: 300px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com3 .box .item .pvimg {
    top: 10%;
  }
}
.home-building-guide_award2026 .com3 .box .item > p {
  padding: 10px;
  background: url(../images/home-building-guide_award2026/home-building-guide_award2026_img_6.png);
  background-size: cover;
}
.home-building-guide_award2026 .com3 .box > img {
  width: 30%;
  max-height: 310px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com3 .box > img {
    position: absolute;
    top: 4%;
    right: 4%;
    width: 20%;
    transform: translate(0, -50%);
  }
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com3 .box > img {
    position: absolute;
    top: 120%;
    right: 0;
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 {
    margin-top: 30px;
  }
}
.home-building-guide_award2026 .com4 > img {
  margin: 0 auto;
  margin-top: 50px;
}
.home-building-guide_award2026 .com4 .box {
  height: 84vw;
  max-height: 1069px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box {
    height: auto;
    max-height: none;
    margin-top: 20px;
  }
}
.home-building-guide_award2026 .com4 .box .item {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item {
    width: 100%;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li .h3_box {
  display: flex;
  align-items: end;
  margin: 20px 0;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li .h3_box {
    justify-content: center;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li .h3_box .number {
  font-size: 8rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li .h3_box .number {
    font-size: 6rem;
    line-height: 1.1;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li .h3_box h3 {
  font-size: clamp(3rem, 1.667rem + 2.78vw, 5rem);
  font-weight: bolder;
  white-space: pre;
}
@media screen and (max-width: 599px) {
  .home-building-guide_award2026 .com4 .box .item .item_li .h3_box h3 {
    font-size: 2.2rem;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li .h3_box h3 span {
  display: block;
  font-size: 0.34em;
  padding-left: 2em;
}
.home-building-guide_award2026 .com4 .box .item .item_li .h3_box img {
  width: 13%;
  max-width: 60px;
}
.home-building-guide_award2026 .com4 .box .item .item_li > p {
  margin-top: 10px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li > p {
    font-size: 1.5rem;
    text-align: center;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li .fc_gray {
  font-weight: bold;
  color: #989797;
}
.home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(1) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(1) {
    margin-top: 0;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(1) h3 {
  font-size: clamp(2rem, 0.667rem + 2.78vw, 4rem);
}
.home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(2) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(2) {
    margin-top: 0;
  }
}
.home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(3) {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com4 .box .item .item_li:nth-of-type(3) {
    margin-top: 0;
  }
}
.home-building-guide_award2026 .com4 .box > img {
  width: 30%;
  padding: 10px;
}
.home-building-guide_award2026 .com5 .box {
  align-items: center;
  background: url(../images/home-building-guide_award2026/home-building-guide_award2026_img_15.png);
  background-size: cover;
}
.home-building-guide_award2026 .com5 .box .item {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com5 .box .item {
    width: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.home-building-guide_award2026 .com5 .box .item p {
  font-size: clamp(1.8rem, 1rem + 1.67vw, 3rem);
  font-weight: bold;
  padding-left: 1.8rem;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com5 .box .item p {
    margin: 10px;
  }
}
.home-building-guide_award2026 .com5 .box .item p span {
  font-size: 0.6em;
  display: inline-block;
}
.home-building-guide_award2026 .com5 .box .item .fs_f {
  font-size: clamp(3rem, 0.467rem + 5.28vw, 6.8rem);
  line-height: 1;
}
.home-building-guide_award2026 .com5 .box .item .fs_d {
  font-size: clamp(1rem, 0.667rem + 0.69vw, 1.5rem);
}
.home-building-guide_award2026 .com5 .box img {
  width: 40%;
  padding: 10px;
}
.home-building-guide_award2026 .com6 .box {
  flex-direction: column;
  align-items: center;
  background: url(../images/home-building-guide_award2026/home-building-guide_award2026_img_15.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com6 .box {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
.home-building-guide_award2026 .com6 p {
  font-size: 3rem;
  font-weight: bold;
  padding-left: 1.8rem;
  margin: 20px;
}
@media screen and (max-width: 768px) {
  .home-building-guide_award2026 .com6 p {
    font-size: 4.4vw;
    margin: 10px;
  }
}
.home-building-guide_award2026 .com6 p span {
  font-size: 1.5em;
}

.kr_contact_con {
  padding: 9em 9em 0;
}
@media screen and (max-width: 599px) {
  .kr_contact_con {
    padding: 9em 0em 0;
  }
}
.kr_contact_con .kr_contact_ttl {
  margin-bottom: 1em;
  font-size: 28px;
  font-family: Verdana, "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.kr_contact_con .kr_contact_box label,
.kr_contact_con .kr_contact_box .wpcf7-form-control-wrap {
  display: block;
}
.kr_contact_con .kr_contact_box label input {
  width: 100%;
}
.kr_contact_con .kr_contact_box input[type=submit] {
  display: block;
  margin: 0 auto;
  background: #01bea2;
}/*# sourceMappingURL=home-building-guide_award2026.css.map */