@charset "UTF-8";

/* 共通部分 */
a:hover {
  cursor: pointer;
}

.mv.flow {
  width: 1200px;
  max-width: 1200px;
  margin: 100px auto 0 auto;
}

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

.flow .flow_title_img{
  display: block;
  width: 170px;
  height: 79px;
  margin: 0 auto 11px auto;
}

.flow .flow_top_title_box{
  width: 100%;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.flow .flow_text {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 35px;
  font-weight: bold;
  padding-top: 16px;
}

.flow .flow_subtitle {
  font-size: 30px;
  letter-spacing: 0.1em;
  line-height: 21px;
  font-weight: bold;
  padding: 14px 0 29px 0;
}

.flow .flow_top_content_box{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 35px;
}

.flow .step1_top .flow_top_content_box {
  padding-bottom: 20px;
}
.flow .flow_top_img{
  display: block;
  width: 520px;
  height: 463px;
}

.flow .flow_top_textbox{
  width: 520px;
  padding-left: 70px;
}

.flow .flow_top_text{
  width: 510px;
  font-size: 26px;
  letter-spacing: 0.1em;
  line-height: 50px;
  font-weight: 500;
  padding-bottom: 20px;
  white-space: nowrap;
}

.flow .flow_top_subtext{
  width: 470px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 37.5px;
}

.flow .flow_bottom{
  width: 100%;
  padding-top: 136px;
  padding-bottom: 105px;
  background-color: #E0E0E0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.flow .flow_bottom_item{
  display: flex;
}

.flow .flow_bottom_item:nth-of-type(2n) .flow_bottom_img{
  margin: -44px 0 0 -60px;
}

.flow .flow_bottom_img {
  display: block;
  width: 400px;
  height: 200px;
  margin: -44px -60px 0 0;
  position: relative;
  z-index: 1;
}

.flow .flow_bottom_content{
  background-color: #fff;
  width: 538px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow .flow_bottom_text{
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 40px;
  text-align: center;
  width: max-content;
}

.absolute{
  position: absolute;
}

.sankaku {
  width: max-content;
}

.sankaku .sankaku_img {
  display: block;
  width: 39px;
  height: 26px;
}

.sankaku.sankaku_box {
  margin: 60px auto 30px auto;
}

.switch_box {
  flex-direction: row-reverse;
}

.flow .sankaku_white {
  display: block;
  width: 40px;
  height: 22px;
  margin: 47px 0 42px 0;
}


.hover {
  transition: opacity 0.5s ease;
}

.hover:hover {
  opacity: 0.7;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
  .mv.flow {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .flowWrap {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
  }

  .flow .flow_top {
    width: 84%;
    margin: 0 auto;
  }

  .flow .step0_title .flow_title_img{
    display: block;
    width: 121px;
    height: 57px;
    margin: 0 auto;
  }

  .flow .flow_title_img {
    width: 70px;
    height: 33px;
    margin-bottom: 7px;
  }

  .flow .flow_text {
    font-size: 15px;
    line-height: 20px;
    padding-top: 19px;
    padding-bottom: 5px;
  }

  .flow .flow_subtitle {
    font-size: 22px;
    padding: 5px 0 19px 0;
  }

  .flow .flow_top_content_box{
    flex-direction: column;
    padding-top: 15px;
    padding-bottom: 47px;
  }

  .flow .step1_top .flow_top_content_box {
    padding-top: 30px;
    padding-bottom: 47px;
  }

  .flow .flow_top_img{
    display: block;
    width: 82%;
    height: auto;
  }

  .flow .flow_top_textbox{
    width: auto;
    padding-top: 30px;
    padding-left: 0;
  }

  .flow .flow_top_text{
    width: max-content;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    padding-bottom: 28px;
    white-space: nowrap;
    text-align: center;
    margin: 0 auto;
  }

  .flow .flow_top_subtext{
    width: 90%;
    margin: 0 auto;
    letter-spacing: 0;
    line-height: 32px;
  }

  .flow .flow_bottom{
    width: 100vw;
    padding-top: 44px;
    padding-bottom: 92px;
  }

  .flow .flow_bottom_item{
    align-items: center;
    flex-direction: column;
  }

  .flow .flow_bottom_item:nth-of-type(2n) .flow_bottom_img{
    margin: 0 0 -30px 0;
  }

  .flow .flow_bottom_img {
    width: 53%;
    height: auto;
    margin: 0 0 -10vw 0;
  }

  .flow .flow_bottom_content{
    width: 84%;
    height: auto;
  }

  .flow .flow_bottom_text{
    font-size: 16px;
    line-height: 30px;
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .sankaku.sankaku_box {
    position: relative;
    z-index: 10;
    margin: -40px auto 60px auto;
  }

  .sankaku.sp_margin_bottom {
    margin-bottom: 17px;
  }

  .sankaku.sankaku_box.sp_margin {
    margin-top: 30px;
  }

  .flow .sankaku_white {
    margin: 24px 0 17px 0;
  }
}

/* 共通部分 */

/* MV */
.mv.flow {
  padding-top: 88px;
}

.mv.flow .page_navi {
  margin-top: 440px;
}

.mv.flow .inner{
  height: max-content;
  background: url(../../img/kenchiku/flow/mv.svg)no-repeat center / contain;
}

.mv.flow .mv_textBox{
  width: max-content;
  padding-top: 0;
}

.mv.flow .mv_title {
  text-align: center;
}

.mv.flow .mv_text{
  text-align: center;
}

@media all and (min-width: 681px) {
  .mv.flow .mv_textBox {
    display: flex;
    align-items: center;
    gap: 0 66px;
  }
  .mv.flow .mv_text {
    text-align: justify;
    margin-top: 0;
  }
}

@media all and (max-width: 680px) {

  .mv.flow {
    padding-top: 43px;
  }

  .mv.flow .inner{
    height: auto;
    background: none;
  }

  .mv.flow .page_navi {
    margin-top: 0;
  }

  .mv.flow .mv_textBox{
    width: 100%;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .mv.flow .mv_text {
    margin-top: 20px;
    white-space: nowrap;
  }

  .mv.flow .mv_img{
    display: block;
    width: 84%;
    height: auto;
    margin: 30px auto 0 auto;
  }
}
/* MV */

/* STEP0 */
.step0{
  background-color: #E0E0E0;
  width: 100%;
  height: 1150px;
  position: relative;
  padding-bottom: 90px;
}

.step0 .step0_title{
  font-size: 30px;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-align: center;
  padding: 125px 0 16px 0;
}

.step0 .dot{
  position: relative;
}

.step0 .dot::after{
  content: "・";
  position: absolute;
  top: -70%;
  left: 50%;
  transform: translateX(-50%);
}

.step0 .step0_subtitle{
  font-size: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  padding-bottom: 25px;
}

.step0 .step0_img{
  display: block;
  position: relative;
  z-index: 1;
  width: 730px;
  height: 440px;
  margin: 0 auto;
}

.step0 .step0_popup{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}

.step0 .step0_popup_item{
  background-image: url(../../img/kenchiku/flow/step0_bk.svg);
  background-size: contain;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 300px;
  height: 134px;
}

.step0 .step0_popup_text{
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 34px;
  font-weight: bold;
  text-align: center;
  width: max-content;
  padding-top: 16px;
}

.step0 .step0_textbox01,.step0 .step0_textbox02{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  top: 715px;
}

.step0 .step0_textbox01{
  left: 170px;
}

.step0 .step0_textbox02{
  left: 470px;
}

.step0 .step0_textbox03_box{
  width: 388px;
  height: 388px;
  top: 610px;
  right: 60px;
  z-index: 0;
}

.step0 .step0_textbox03{
  background-image: url(../../img/kenchiku/flow/step0_bk01.svg);
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  position: relative;
}

.step0 .step0_textbox03_text,.step0 .step0_textbox03_subtext{
  width: 280px;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step0 .step0_textbox03_text{
  font-size: 26px;
  letter-spacing: 0.05em;
  font-weight: bold;
  top: 125px;
}

.step0 .step0_textbox03_subtext{
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  line-height: 34px;
  top: 165px;
}

.step0 .step0_textbox03_subtext.bottom{
  top: 245px;
}

.step0 .step0_textbox04 {
  bottom: 90px;
  left: 150px;
}

.step0 .step0_textbox04_text{
  display: block;
  width: 245px;
  height: 29px;
  margin: 0 0 -40px 30px;
}

.step0 .step0_textbox04_img{
  display: block;
  width: 520px;
  height: auto;
}

.step0 .sankaku {
  transform: rotate(45deg);
  bottom: 80px;
  right: 360px;
}

.flow .step0 .flow_top_content_box {
  padding-top: 130px;
}

@media all and (min-width: 681px) {
  .flow .flow_top_content_box.step0_content_box {
    padding-bottom: 108px;
  }

}

@media all and (max-width: 680px) {
  .step0{
    width: 100vw;
    height: auto;
    margin-top: 260px;
    padding-bottom: 74px;
  }

  .flow .flow_top_content_box.step0_content_box {
    padding-bottom: 30px;
  }

  .step0 .step0_title{
    font-size: 22px;
    list-style: 44px;
    padding: 102px 0 10px 0;
  }

  .step0 .dot{
    position: relative;
  }

  .step0 .step0_img_icon {
    display: block;
    width: 30%;
    height: auto;
    margin: 0 auto;
  }

  .step0 .step0_contents_box {
    background-color: #fff;
    width: 84%;
    margin: 0 auto 6px auto;
    padding: 14px 0 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .step0 .step0_contents_box.switch_box.scale_up {
    padding: 30px 0 30px 0;
  }

  .step0 .step0_contents_img {
    display: block;
    width: 48%;
    height: auto;
  }

  .step0 .scale_up .step0_contents_img {
    transform: scale(1.18);
  }

  .step0 .step0_contents_text {
    font-size: 14px;
    line-height: 21px;
    font-weight: bold;
    text-align: center;
    white-space: nowrap;
    width: 48%;
  }

  .step0 .step0_btn_link {
    display: block;
    width: 100%;
    position: relative;
  }

  .step0 .step0_btn_icon {
    width: 23px;
    height: 23px;
    top: 50%;
    right: -11.5px;
    transform: translateY(-50%);
  }
  .step0 .step0_btn_box {
    width: 84%;
    display: flex;
    align-items: center;
    flex-direction: column;
    margin: 40px auto 218px auto;
  }

  .step0 .step0_btn_text {
    display: block;
    width: 60%;
    height: auto;
    margin-bottom: 7px;
  }

  .step0 .step0_btn_img {
    display: block;
    width: 100%;
    height: auto;
  }

  .step0 .step0_next_box {
    width: 84%;
    margin: 0 auto;
    padding: 28px 0 39px 0;
    border-radius: 10px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }

  .step0 .step0_next_title {
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: max-content;
  }

  .step0 .step0_next_text {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0.05em;
    width: max-content;
    padding: 5px 0 22px 0;
  }

  .step0 .step0_next_subtext {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 32px;
    width: max-content;
    text-align: center;
  }

  .step0 .step0_next_img01 {
    width: 155px;
    height: auto;
    top: -150px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step0 .step0_next_img02 {
    width: 160px;
    height: auto;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step0 .step0_popup_item{
    background-repeat: no-repeat;
  }

  .step0 .step0_popup_item01,
  .step0 .step0_popup_item02,
  .step0 .step0_popup_item03{
    width: 226px;
    height: 104px;
  }

  .step0 .step0_popup_item01{
    top: -260px;
    left: 5vw;
  }

  .step0 .step0_popup_item02{
    top: -150px;
    right: 5vw;
  }

  .step0 .step0_popup_item03{
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
  }

  .step0 .step0_popup_text{
    font-size: 16px;
    line-height: 29px;
    padding-top: 11.5px;
  }

}

/* STEP0 */

/* STEP1 */
.step1{
  background-color: #C4BC9C;
  width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 55px 0 40px 0;
}

.step1 .step1_title{
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 41px;
  font-weight: bold;
  text-align: center;
  width: max-content;
  padding-bottom: 33px;
}

.step1 .step1_text{
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 33px;
  font-weight: 500;
  text-align: center;
  width: max-content;
  padding-bottom: 15px;
}

.step1 .step1_img{
  display: block;
  width: 950px;
  height: auto;
}

@media all and (min-width: 681px) {
  .step1_top .flow_title_img {
    width: 115px;
    height: 43px;
    margin-bottom: 26px;
  }

}

@media all and (max-width: 680px) {
  .step1{
    width: 84%;
    padding: 50px 0 57px 0;
  }

  .step1 .step1_title{
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 30px;
    padding-bottom: 19px;
  }

  .step1 .step1_text{
    font-size: 15px;
    letter-spacing: 0;
    line-height: 30px;
    padding-bottom: 28px;
  }

  .step1 .step1_img{
    width: 100%;
  }


}

/* STEP1 */

/* STEP2 */
@media all and (min-width: 681px) {
  .step2 .flow_title_img {
    width: 124px;
    height: 43px;
    margin-bottom: 26px;
  }
}
/* STEP2 */

/* STEP3 */
.step3 .flow_bottom {
  position: relative;
  padding-bottom: 200px;
}

.step3 .step3_icon {
  display: block;
  width: 327px;
  height: 284px;
  bottom: -160px;
  right: 250px;
}

.flow .sankaku.sankaku_box.top_margin {
  margin-top: 300px;
}

@media all and (min-width: 681px) {
  .step3 .flow_title_img {
    width: 123px;
    height: 43px;
    margin-bottom: 26px;
  }
}

@media all and (max-width: 680px) {
  .step3 .flow_bottom {
    padding-bottom: 92px;
  }

  .step3 .step3_icon {
    width: 196px;
    height: 168px;
    bottom: -100px;
    right: 10vw;
  }

  .flow .sankaku.sankaku_box.top_margin {
    margin-top: 145px;
    margin-bottom: 25px;
  }
}
/* STEP3 */

/* アフターサービス */
.after_service {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.after_service .after_service_title {
  font-size: 20px;
  letter-spacing: 0.1em;
  font-weight: bold;
  width: max-content;
  padding-bottom: 34px;
}

.after_service .after_service_content {
  width: 700px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: #C4BC9C;
}

.after_service .after_service_text {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 35px;
  text-align: center;
  width: max-content;
}

.after_service .after_service_icon01 {
  display: block;
  width: 114px;
  height: 154px;
  top: 50%;
  right: 65px;
  transform: translateY(-50%);
}

.after_service .after_service_icon02 {
  display: block;
  width: 44px;
  height: 8px;
  bottom: 15px;
  right: 10px;
}

@media all and (min-width: 681px) {

}

@media all and (max-width: 680px) {
  .after_service {
    padding-bottom: 60px;
  }

  .after_service .after_service_title {
    font-size: 18px;
    padding-bottom: 25.8px;
  }

  .after_service .after_service_content {
    width: 84vw;
    height: auto;
  }

  .after_service .after_service_text {
    font-size: 20px;
    letter-spacing: 0.1em;
    padding: 42.5px 25vw 47.5px 0;
  }

  .after_service .after_service_icon01 {
    top: 50%;
    right: 1vw;
    transform: translateY(-50%);
  }

  .after_service .after_service_icon02 {
    display: block;
    width: 44px;
    height: 8px;
    bottom: 20px;
    right: 50%;
    transform: translateX(50%);
  }
}
/* アフターサービス */


/* 250409 */

/* step_titBox1 */
.step_titBox1 {
  width: 950px;
  margin: 0 auto;
  display: flex;
}
.step_tit_in1 {
  width: 250px;
  height: 120px;
  background-color: #000;
  color: #fff;
}
.step_tit_in2 {
  width: calc(100% - 250px);
  height: 120px;
  background-color: #fff;
  border: 1px solid #000;
}
.step_tit_num {
  width: 100%;
  height: 100%;
  padding-top: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.025em;
  line-height: 1;
}
.step0Wrap .step_tit_num {
  gap: 0;
}
.step_tit_num .bold {
  font-size: 44px;
  position: relative;
  top: -5px;
}
.step_tit1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.step_tit1 .bold {
  font-size: 30px;
  display: block;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .step_titBox1 {
    width: 100%;
    padding: 0 30px;
    display: block;
  }
  .step_tit_in1 {
    width: 100%;
    height: 52px;
  }
  .step_tit_in2 {
    width: 100%;
    height: auto;
  }
  .step_tit_num {
    padding-top: 4px;
    font-size: 20px;
    gap: 0 5px;
  }
  .step0Wrap .step_tit_num {
    gap: 0;
  }
  .step_tit_num .bold {
    font-size: 34px;
    top: -2px;
  }
  .step_tit1 {
    width: 100%;
    height: auto;
    padding: 13px 0 14px;
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: 1.73;
  }
  .step_tit1 .bold {
    font-size: 20px;
    margin-top: 4px;
  }
}


/* step_introBox */
.step_introBox {
  width: 950px;
  margin: 45px auto 0;
  position: relative;
}
.step_intro_text {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.34;
}
.step_intro_illust {
  width: 345.78px;
  position: absolute;
  top: -28px;
  right: 18px;
}
@media all and (min-width: 681px) {
  .step1Wrap .step_intro_illust {
    width: 355.38px;
    top: 12px;
    right: 0;
  }
  .step2Wrap .step_intro_illust {
    width: 311.66px;
    top: -27px;
    right: 31px;
  }
  .step3Wrap .step_intro_illust {
    width: 363.6px;
    top: -32px;
    right: 20px;
  }
}
@media all and (max-width: 680px) {
  .step_introBox {
    width: 100%;
    margin-top: 22px;
    padding: 0 30px;
  }
  .step_intro_text {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 2;
  }
  .step_intro_illust {
    width: 269px;
    position: static;
    margin: 14px auto 0;
  }
  .step1Wrap .step_intro_illust {
    width: 266.62px;
  }
  .step2Wrap .step_intro_illust {
    width: 233.75px;
  }
  .step3Wrap .step_intro_illust {
    width: 272.7px;
  }
}


/* step_list1 */
.step_list1 {
  width: 950px;
  margin: 40px auto 0;
}
.step_list1 .li1 {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 40px;
}
.step_list1 .li1:nth-of-type(n + 2) {
  margin-top: 60px;
}
.step_list1_img {
  width: 470px;
}
.step_list1_img img {
  max-width: 470px;
}
.step_list1_num {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
}
.step_list1_num .bold {
  font-size: 30px;
}
.step_list1_tit1 {
  font-size: 18px;
  font-weight: 700;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 1.67;
  margin-top: 15px;
}
.step_list1_txt1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0.05em;
  line-height: 2.13;
  margin-top: 25px;
  white-space: nowrap;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .step_list1 {
    width: 100%;
    margin-top: 60px;
    padding: 0 30px;
  }
  .step_list1 .li1 {
    display: block;
  }
  .step_list1 .li1:nth-of-type(n + 2) {
    margin-top: 40px;
  }
  .step_list1_img {
    width: 100%;
  }
  .step_list1_img img {
    width: 100%;
  }
  .step_list1_textBox {
    margin-top: 16px;
  }
  .step_list1_clm {
    display: flex;
    align-items: center;
  }
  .step_list1_num {
    width: 88px;
    font-size: 16px;
  }
  .step_list1_num .bold {
    font-size: 26px;
  }
  .step_list1_tit1 {
    min-height: 50px;
    border-left: 1px solid #000;
    padding-left: 10PX;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.63;
    margin-top: 0;
  }
  .step_list1_txt1 {
    font-size: 15px;
    letter-spacing: 0;
    line-height: 1.87;
    margin-top: 12px;
    white-space: normal;
  }
}


/* step_line1 */
.step_line1 {
  width: 1px;
  height: 230px;
  margin: 40px auto;
  position: relative;
}
.step_line1.type2 {
  height: 350px;
}
.step_line1::before {
  content: "";
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
  transition: height 0.6s ease-out;
}
.step_line1.action::before {
  height: 100%;
}
.step_illust1 {
  width: 327.77px;
  position: absolute;
  z-index: 1;
  top: -75px;
  right: -518px;
}
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
  .step_line1 {
    height: 180px;
  }
  .step_line1.type2 {
    height: 280px;
  }
  .step_illust1 {
    width: 196.09px;
    top: 40px;
    right: -157px;
  }
}


/* teamWrap */
.team_tit1 {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.46;
}
.team_txt1 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.06;
  margin-top: 30px;
}
.team_illust1 {
  width: 616.79px;
}
@media all and (min-width: 681px) {
  .teamWrap {
    display: flex;
    flex-flow: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 0 26px;
  }
}
@media all and (max-width: 680px) {
  .team_tit1 {
    font-size: 18px;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.67;
  }
  .team_txt1 {
    font-size: 15px;
    text-align: center;
    letter-spacing: 0;
    line-height: 2;
    margin-top: 18px;
  }
  .team_illust1 {
    width: 351.65px;
    margin: 24px auto 0;
  }
}


/* bestWrap */
.bestWrap {
  width: 1200px;
  margin: 48px auto 175px;
  padding: 62px 0 101px;
  position: relative;
  background-color: #E0E0E0;
}
.best_txt1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.67;
}
.best_tit1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-top: 30px;
}
.best_tit1 .dot{
  position: relative;
}
.best_tit1 .dot::after{
  content: "・";
  position: absolute;
  top: -90%;
  left: 50%;
  transform: translateX(-50%);
}
.best_illust1 {
  width: 960px;
  margin: 35px auto 0;
}
@media all and (min-width: 681px) {
  .best_bnr1 {
    display: block;
    width: 521px;
    position: absolute;
    bottom: 52px;
    left: 174px;
  }
  a.best_bnr1:hover {
    opacity: .7;
  }
  .bestWrap .step_line1 {
    height: 232px;
    margin: 0;
    position: absolute;
    bottom: -146px;
    right: 284px;
  }
}
@media all and (max-width: 680px) {
  .bestWrap {
    width: 100%;
    margin: 50px 0 100px;
    padding: 36px 0 115px;
  }
  .best_txt1 {
    font-size: 18px;
    letter-spacing: 0;
  }
  .best_tit1 {
    font-size: 22px;
    margin-top: 20px;
  }
  .best_tit1 .dot::after{
    top: -80%;
  }
  .best_illust1 {
    width: 333.1px;
    margin-top: 26px;
  }
  .best_bnr1 {
    width: 321.81px;
    margin: 42px auto;
    display: block;
  }
  .step_illust2 {
    width: 315px;
    margin: 69px auto 0;
  }
  .bestWrap .step_line1 {
    height: 160px;
    margin: auto;
    position: absolute;
    bottom: -74px;
    right: 0;
    left: 0;
  }
}


/* コンテンツ */
@media all and (min-width: 681px) {
}
@media all and (max-width: 680px) {
}
