/* ページタイトル */
.page_title {
  color: #000000;
  font-size: 3.6rem;
  background-image: url('/wp-content/themes/toritsubame/img/title_background.jpg');
  background-size: auto;
  display: inline-block;
  margin-top: 26.3rem;
  padding: 1.9rem 2.9rem 2rem 10.2rem;
}

/* 私たちの想い(上段) */
.concept_first {
  position: relative;
  width: 100%;
  height: 51.5rem;
  margin-bottom: 30rem;
  overflow-x: clip;
}

.wrapper {
  display: flex;
  width: 100%;
  height: 36.9rem;
  margin-top: 17.3rem;
  padding: 0 10rem;
  gap: 9.5rem;
  overflow: hidden;
}

.wrapper .craftsman_image {
  width: 56rem;
  height: 37.3rem;
}

.wrapper .pc {
  display: block;
}

.wrapper .sp {
  display: none;
}

.wrapper .text_wrapper {
  display: flex;
  width: 58.5rem;
  height: 37rem;
  align-items: center;
}

.text_wrapper .common_text {
  color: #000000;
  font-size: 2.4rem;
}

.image_box {
  position: absolute;
  top: -7.5rem;
  left: 57.3rem;
  width: 86.7rem;
  height: 52rem;
  overflow: hidden;
  z-index: -1;
}

.image_box .background_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.image_mouseover {
  overflow: hidden;
  width: 56rem;
  height: 100%;
}

.image_mouseover img {
  display: block;
  transform: scale(1);
  transition-duration: 0.6s;
}

.image_mouseover img:hover {
  transform: scale(1.05);
  transition-duration: 0.6s;
}

.mark_image {
  position: absolute;
  width: 29rem;
  height: auto;
  bottom: 0;
  left: 0;
}

.philosophy_left_brush {
  top: 19rem;
  right: -14rem;
  transform: rotate(-34deg);
}

/* 私たちの想い(下段) */
.concept_last {
  position: relative;
  margin-bottom: 40rem;
  overflow-x: clip;
}

.concept_last .image_box {
  position: absolute;
  top: -7rem;
  left: 0rem;
  width: 86.9rem;
  height: 52rem;
  overflow: hidden;
  z-index: -1;
}

.concept_last .image_box .background_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left top;
}

.concept_last .wrapper {
  display: flex;
  width: 100%;
  height: 38.9rem;
  margin-top: 17.4rem;
  padding: 0.9rem 0rem 0rem 9.9rem;
  gap: 9.5rem;
  overflow: hidden;
}

.philosophy_right_brush {
  top: 8rem;
  left: 11rem;
  transform: rotate(51deg);
}


@media screen and (max-width: 690.99px) {

  /* ページタイトル */
  .page_title {
    font-size: 2.4rem;
    margin-top: 14.1rem;
    padding: 1rem 1.7rem 1rem 3rem;
  }

  /* 私たちの想い(上段) */
  .concept_first {
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
  }

  .concept_first .wrapper {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    margin-bottom: 26.1rem;
    padding: 8rem 6rem 0 3rem;
  }

  .wrapper .craftsman_image {
    width: 28.5rem;
    height: 18.3rem;
  }

  .wrapper .pc {
    display: none;
  }

  .wrapper .sp {
    display: block;
  }

  .wrapper .text_wrapper {
    width: 25.5rem;
    height: 16rem;
    margin-top: 3rem;
    margin-left: 6rem;
  }

  .text_wrapper .common_text {
    font-size: 1.6rem;
    margin-top: 0.2rem;
    line-height: 2.3rem;
  }

  .image_box {
    top: 5rem;
    left: 6rem;
    width: 31.5rem;
    height: 48.4rem;
  }

  .image_box .background_img {
    height: 49rem;
  }

  .image_mouseover {
    width: 100%;
  }

  .mark_image {
    width: 13.5rem;
  }

  .philosophy_left_brush {
    top: 13rem;
    right: -36rem;
    transform: rotate(-17deg);
  }

  /* 私たちの想い(下段) */
  .concept_last {
    margin-bottom: 12.6rem;
  }

  .concept_last .wrapper {
    flex-direction: column-reverse;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    padding-left: 6rem;
    gap: 0;
  }

  .concept_last .text_wrapper {
    margin-left: -3rem;
  }

  .concept_last .common_text {
    font-size: 1.6rem;
    margin-top: -0.1rem;
    line-height: 2.3rem;
  }

  .concept_last .image_box {
    top: -3rem;
    left: 0rem;
    width: 31.5rem;
    height: 48rem;
  }

  .image_box_last .background_img {
    height: 100%;
  }

  .philosophy_right_brush {
    top: -10rem;
    left: -32rem;
  }

}