@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Shippori+Antique&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");

.antique_text {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
}

.en {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.secTitle span::before {
  background: #E71713;
}

.secTitle02 span {
  color: #E71713;
}

body.b-body {
  max-width: none;
  min-width: auto;
}

/*イントロダクション*/

.b-body #sec_1 .antique_text {
  font-size: 18px;
}

.b-body #sec_1 .secTitle {
  letter-spacing: 5px;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_1 {
    padding: 26vw 0 10vw;
  }

  .b-body #sec_1 .contents_introduction .flex_row .textarea {
    padding: 45px 0 0;
  }

  .b-body #sec_1 .contents_introduction .flex_row .textarea:before {
    width: 30px;
    top: 18px;
  }

  .b-body #sec_1 .antique_text {
    font-size: 4.267vw;
  }

  .b-body #sec_1 .secTitle {
    line-height: 15.2vw;
  }

  .b-body #sec_1 .secTitle span {
    margin: 0.5em 0 0;
  }
}



/*チームワークで挑む*/

.b-body #sec_2 {
  background: #DCD9D4;
}

.b-body #sec_2_01 {
  padding: 80px 0 0;
}

.b-body #sec_2_01 .wide1200>.flex_row:first-of-type {
  justify-content: space-between;
  align-items: flex-start;
}

.b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea {
  max-width: 410px;
  width: 37%;
  margin-right: 7%;
}

.b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea .secTitle {
  margin: -20px 0 0.6em;
}

.b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea .antique_text {
  font-size: 16px;
  line-height: 1.6;
  max-width: 360px;
}

.b-body #sec_2_01 .wide1200>.flex_row:first-of-type>img {
  max-width: 696px;
  width: 58%;
}

.b-body #sec_2_01 .sub_secTitle.fnt24 {
  line-height: 1.6;
  margin-bottom: 23px;
}



@media only screen and (max-width: 768px) {
  .b-body #sec_2_01 {
    padding: 15vw 0 0;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea {
    max-width: 100%;
    width: 100%;
    margin: 0 0 4vw;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea .secTitle {
    letter-spacing: 3px;
    margin: 0 0 0.4em;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea .secTitle span {
    margin: 0;
  }

  .b-body #sec_2_01 .sub_secTitle.fnt24 {
    line-height: 1.45;
    margin-bottom: 18px;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea img {
    width: 100%;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type .textarea .antique_text {
    font-size: 3.733vw;
    max-width: none;
  }

  .b-body #sec_2_01 .wide1200>.flex_row:first-of-type>img {
    width: 100%;
    margin: 5vw auto;
  }
}

/* 建築士一覧 */

.b-body #sec_3 {
  background: #DCD9D4;
  color: #fff;
  background: linear-gradient(180deg, rgba(220, 217, 212, 1) 0%, rgba(26, 26, 26, 1) 10%, rgba(26, 26, 26, 1) 100%);
  overflow: hidden;
  position: relative;
}

.b-body #sec_3_01 {
  padding: 142px 0 80px;
}

.b-body #sec_3_01 .secTitle {
  margin: 0.5em 0 0.6em;
}

.b-body #sec_3_01 .sub_secTitle.fnt24 {
  margin: 0 0 2.75em;
}

.b-body #sec_3_01 .member_list {
  /*gap: 60px 5%;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;*/
  display: block;
  overflow: hidden;
  padding-top: 8em;
  margin-top: -8em;
}

.b-body #sec_3_01 .member_list li {
  width: 47%;
  display: flex;
  align-items: flex-start;
  float: right;
  margin-bottom: 3em;
  max-height: 400px;
  height: 50vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(2n+1) {
    margin-top: -8em;
    margin-left: 6%;
}


.b-body #sec_3_01 .member_list li .img_area {
    overflow: hidden;
    width: 50%;
    position: relative;
    display: table;
    padding: 11% 10%;
}
.b-body #sec_3_01 .member_list li .img_area .img_area_inner {
    margin: 0 auto;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area::before {
    content: "";
    width: 4em;
    height: 4em;
    background: #ccc;
    position: absolute;
    right: 10%;
    border-radius: 100%;
    top: 6%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area::after {
    content: "";
    width: 2.5em;
    height: 1.75em;
    background: #e71713;
    position: absolute;
    right: 38%;
    top: 7%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area .img_area_inner::before {
    content: "";
    width: 4.5em;
    height: 3.5em;
    background: #e71713;
    position: absolute;
    left: -16%;
    bottom: -21%;
    z-index: 0;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area .img_area_inner::after {
    content: "";
    width: 2em;
    height: 2em;
    background: #ccc;
    position: absolute;
    left: -16%;
    border-radius: 100%;
    bottom: 20%;
}

.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area::before {
    content: "";
    width: 4em;
    height: 4em;
    background: #ccc;
    position: absolute;
    right: 10%;
    border-radius: 100%;
    bottom: 10%;
    z-index: 1;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area::after {
    content: "";
    width: 2.5em;
    height: 2.5em;
    background: #e71713;
    position: absolute;
    right: 31%;
    bottom: 13%;
    z-index: 0;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area .img_area_inner::before {
    content: "";
    width: 3.5em;
    height: 3.5em;
    background: #e71713;
    position: absolute;
    left: -16%;
    top: -21%;
    z-index: 0;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area .img_area_inner::after {
    content: "";
    width: 2em;
    height: 2em;
    background: #ccc;
    position: absolute;
    left: 7%;
    border-radius: 100%;
    top: -11%;
}

.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area::before {
    content: "";
    width: 4em;
    height: 4em;
    background: #ccc;
    position: absolute;
    left: 10%;
    border-radius: 100%;
    top: 7%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area::after {
    content: "";
    width: 1.5em;
    height: 1.25em;
    background: #e71713;
    position: absolute;
    right: 9%;
    top: 11%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area .img_area_inner::before {
    content: "";
    width: 4.25em;
    height: 3.5em;
    background: #e71713;
    position: absolute;
    left: -16%;
    bottom: -21%;
    z-index: 0;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area .img_area_inner::after {
    content: "";
    width: 2em;
    height: 2em;
    background: #ccc;
    position: absolute;
    right: 9%;
    border-radius: 100%;
    bottom: -13%;
}



.b-body #sec_3_01 .member_list li .img_area .img_area_inner .block_inner {
    overflow: hidden;
}
.b-body #sec_3_01 .member_list li .img_area .img_area_inner .block_inner img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  transition: 0.3s;
  scale: 1.1;
}
.b-body #sec_3_01 .member_list li:hover .img_area .img_area_inner .block_inner img {
  scale: 1;
}


.b-body #sec_3_01 .member_list li .textarea {
    width: 50%;
}

.b-body #sec_3_01 .member_list li h3 {
  font-size: 20px;
}

.b-body #sec_3_01 .member_list li p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.b-body #sec_3_01 .member_list li span {
  margin: 15px 0 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic Antique", serif;
}

.b-body #sec_3_01 .member_list li .Btn {
  border: 1px solid #FFF;
  color: #fff;
}

.b-body #sec_3_01 .member_list li:hover .Btn {
  background: #FFF;
  color: #1A1A1A;
}

.b-body #sec_3_01 .member_list li:hover .Btn:after {
  filter: grayscale(100%);
}

.b-body #sec_3_01 .member_list li .flex_row {
  margin-bottom: 20px;
  justify-content: space-between;
}

.b-body #sec_3_01 .member_list li .text_con {
    width: 100%;
    display: flex;
    align-items: baseline;
    gap: 0 1em;
}

.b-body #sec_3_01 .member_list li .text_con .member_ttl {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
  font-size: 34px;
}

.b-body #sec_3_01 .member_list li .text_con .member_tag {
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  color: #1A1A1A;
  background-color: #FFF;
  border-radius: 50px;
  display: inline-flex;
  width: 85px;
  height: 24px;
  align-items: center;
  justify-content: center;
}

.b-body #sec_3_01 .member_list li .img_con {
  width: 67%;
  display: flex;
  gap: 5%;
  justify-content: space-between;
}

.b-body #sec_3_01 .member_list li .img_con img {
  display: block;
  width: 30%;
  height: 100%;
  object-fit: cover;
}

.b-body #sec_3_01 .member_list li .member_txt {
  font-size: 16px;
  line-height: 1.6;
  transition: all 0.5s;
}

.b-body #sec_3_01 .member_list li .member_txt.dummy {
  display: none;
}

.b-body #sec_3_01 .member_list li:hover .member_txt.default {
  display: none;
}

.b-body #sec_3_01 .member_list li:hover .member_txt.dummy {
  display: block;
}

@media only screen and (max-width: 768px) {
  .b-body #sec_3 {
    background: #DCD9D4;
    color: #fff;
    background: linear-gradient(180deg, rgba(220, 217, 212, 1) 0%, rgba(26, 26, 26, 1) 3%, rgba(26, 26, 26, 1) 100%);
  }

  .b-body #sec_3_01 {
    padding: 40px 0 80px;
  }

  .b-body #sec_3_01 .secTitle {
    margin: 0.5em 0 0.3em;
  }

  .b-body #sec_3_01 .secTitle span {
    margin: 0.3em 0 0;
  }

  .b-body #sec_3_01 .sub_secTitle.fnt24 {
    font-size: 5.405vw;
    margin: 0 0 1.4em;
  }

.b-body #sec_3_01 .member_list {
    padding-top: 3em;
    margin-top: 0;
    /*gap: 45px 0;*/
  }
    .b-body #sec_3_01 .member_list li {
        width: 100%;
        display: block;
        height: auto;
        max-height: max-content;
    }
.b-body #sec_3_01 .member_list li:nth-of-type(2n+1) {
    margin-top: 0;
    margin-left: 0;
}

  .b-body #sec_3_01 .member_list li .img_area {
        height: auto;
        max-height: none;
        margin: 0 0 20px;
        width: 100%;
        display: block;
        padding: 15vw 10vw;
  }
  .b-body #sec_3_01 .member_list li .img_area .img_area_inner {
    margin: 0 auto;
    height: auto;
    display: block;
    max-width: 360px;
    width: 100%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area::before {
    width: 6em;
    height: 6em;
    right: 0;
    top: 0;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area::after {
    right: 30%;
    top: 0%;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area .img_area_inner::before {
    width: 7.5em;
    height: 5.5em;
    left: -10vw;
    bottom: -11vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n+1) .img_area .img_area_inner::after {
    width: 2.5em;
    height: 2.5em;
    left: -6vw;
    bottom: 13vw;
}

.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area::before {
    width: 6em;
    height: 6em;
    right: 0;
    bottom: 3vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area::after {
    width: 3.5em;
    height: 3.5em;
    right: 21vw;
    bottom: 5vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area .img_area_inner::before {
    width: 6.5em;
    height: 6.5em;
    left: -10vw;
    top: -13vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n + 2) .img_area .img_area_inner::after {
    width: 3em;
    height: 3em;
    left: 8.5vw;
    top: -6vw;
}

.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area::before {
    width: 6em;
    height: 6em;
    left: 0;
    top: 3vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area::after {
    width: 2em;
    height: 1.75em;
    right: 0;
    top: 5vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area .img_area_inner::before {
    width: 6.25em;
    height: 5.5em;
    left: -10vw;
    bottom: -12vw;
}
.b-body #sec_3_01 .member_list li:nth-of-type(3n) .img_area .img_area_inner::after {
    width: 3em;
    height: 3em;
    right: 7vw;
    bottom: -7vw;
}


.b-body #sec_3_01 .member_list li .textarea {
    width: 100%;
}
  .b-body #sec_3_01 .member_list li .flex_row {
    margin-bottom: 15px;
  }

  .b-body #sec_3_01 .member_list li .text_con .member_ttl {
    font-size: 8.533vw;
  }

  .b-body #sec_3_01 .member_list li .text_con .member_tag {
    font-size: 2.667vw;
    width: 19.2vw;
    height: 5.707vw;
  }

  .b-body #sec_3_01 .member_list li .text_con {
    /*width: 33%;*/
    margin-right: 0;
  }

  .b-body #sec_3_01 .member_list li .img_con {
    width: 67%;
  }

  .b-body #sec_3_01 .member_list li .member_txt {
    font-size: 3.733vw;

  }
  .b-body #sec_3_01 .member_list li:hover .member_txt.default {
    display: block;

  }
  .b-body #sec_3_01 .member_list li .member_txt.dummy {
    display: block;
    margin: 1em 0;
  }


  
}

.b-body #sec_3_02 {
  background: #1A1A1A;
}
.b-body #sec_3_02 .name-container {
  margin: -2em 0 -1em;
}

.b-body #sec_3_02 .flex_row {
  background: #3B3B41;
  border-radius: 30px;
  padding: 70px;
  margin-bottom: 10px;
}

.b-body #sec_3_02 .flex_row .textarea .secTitle02 {
  font-size: 22px;
  margin: -0.3em 0 1em;
  letter-spacing: 1px;
  line-height: 1.6;
}

.b-body #sec_3_02 .flex_row .textarea .secTitle02 span {
  font-size: 63%;
  letter-spacing: 1px;
}

.b-body #sec_3_02 .flex_row .textarea .antique_text {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.6;
}

.b-body #sec_3_02 .flex_row .img_con {
  position: relative;
}

.b-body #sec_3_02 .flex_row .img_con img {
  width: 100%;
  height: auto;
  /* object-fit: cover; */
}

.b-body #sec_3_02 .flex_row .img_con .graf {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 188px;
  height: 188px;
  text-align: center;
  background: url(../img/graf_bg.svg) no-repeat center/contain;
}

.b-body #sec_3_02 .flex_row .img_con .graf .graf_txt {
  line-height: 1.15;
  letter-spacing: 2px;
  font-size: 12px;
  line-height: 1.15;
  letter-spacing: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 18%;
}

.b-body #sec_3_02 .flex_row .img_con .graf span.en {
  display: block;
  font-size: 18px;
}

.b-body #sec_3_02 .flex_row .img_con .graf span.en.num {
  font-size: 34px;
  line-height: 36px;
}

.b-body #sec_3_02 .flex_row .img_con .graf span.en.num .font_big {
  font-size: 51px;
  line-height: 36px;
}

.b-body #sec_3_02 .flex_row .img_con .graf span.en.num .font_mini {
  font-size: 21px;

}

.b-body #sec_3_02 .flex_row .img_con .graf .asterisk {
  position: absolute;
  font-size: 10px;
  top: 37%;
  right: 10%;
}

.b-body #sec_3_02 a.Btn {
  margin: 130px auto 0;
  position: relative;
  z-index: 1;
  padding: 1.75em 3em;
}

.b-body #sec_3_02 a.Btn:hover:after {
  filter: grayscale(100%);
}

.b-body #sec_3 .text_anime {
  top: auto;
  bottom: -25px;
  line-height: 1;
  color: #3B3B41;
  /* z-index: -1; */
}

@media only screen and (min-width: 1200px) {
  .b-body #sec_3_02 .flex_row {
    align-items: flex-start;
  }
}

@media only screen and (min-width: 769px) {
  .b-body #sec_3_02 .flex_row .textarea {
    max-width: 400px;
    width: 38%;
    margin-right: 12.5%;
  }



  .b-body #sec_3_02 .flex_row .img_con {
    max-width: 509px;
    width: 48%;
  }

}

@media only screen and (max-width: 1199px) {
  .b-body #sec_3_02 .flex_row .img_con img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {

  .b-body #sec_3_02 .name-container {
    margin: -5vw 0 -2vw;
}

  .b-body #sec_3_02 .flex_row {
    display: block;
    padding: 35px 25px;
  }

  .b-body #sec_3_02 .flex_row .textarea .secTitle02 {
    font-size: 5.067vw;
  }

  .b-body #sec_3_02 .flex_row .textarea .antique_text {
    font-size: 4.267vw;
    margin-bottom: 30px;
  }

  .b-body #sec_3_02 .note li {
    font-size: 2.667vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf {
    position: absolute;
    right: 2.88vw;
    bottom: 2.88vw;
    width: 32.267vw;
    height: 32.267vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf .graf_txt {
    font-size: 2.091vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf span.en {
    font-size: 3.093vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf span.en.num {
    font-size: 5.867vw;
    line-height: 6.486vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf span.en.num .font_big {
    font-size: 8.8vw;
    line-height: 6.486vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf span.en.num .font_mini {
    font-size: 3.733vw;
  }

  .b-body #sec_3_02 .flex_row .img_con .graf .asterisk {
    font-size: 2.703vw;
    top: 33%;
    right: 8%;
  }

  .b-body #sec_3_02 a.Btn {
    width: 100%;
    text-align: right;
    display: inline-flex;
    justify-content: center;
    margin: 80px auto 0;
  }

  .b-body #sec_3_02 a.Btn:after {
    transform: translateY(150%) rotate(-45deg);
  }

  .b-body #sec_3 .text_anime {
    font-size: 34.667vw;
    bottom: 10px;
    left: -150%;
  }


}