.sec03 {
  padding: 0 0 80px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 {
    padding: 0 0 50px;
  }
}
.sec03::before {
  content: "";
  background: url(../img/sec03_bk_02.png) no-repeat left center;
  background-size: 100%;
  width: 750px;
  height: 800px;
  position: absolute;
  left: 0;
  top: 230px;
}
@media screen and (max-width: 768px) {
  .sec03::before {
    padding: 0 0 60px;
  }
}
.sec03 .h2_box_bk {
  position: relative;
  width: 100%;
  margin: 0 0 120px;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_bk {
    margin: 0 0 20px;
  }
}
.sec03 .h2_box_bk::before {
  content: "";
  background: #880D1C;
  background-size: cover;
  width: 19%;
  height: 220px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_bk::before {
    width: 33%;
    height: 100px;
  }
}
.sec03 .h2_box_bk::after {
  content: "";
  background: #D3D9DE;
  background-size: cover;
  width: 81%;
  height: 220px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box_bk::after {
    width: 67%;
    height: 100px;
  }
}
.sec03 .h2_box {
  position: relative;
  height: 300px;
  width: 100%;
  min-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box {
    width: 100%;
    min-width: auto;
    height: 200px;
    min-width: inherit;
  }
}
.sec03 .h2_box::before {
  content: "";
  background: url(../img/sec03_bk.jpg) no-repeat;
  background-size: cover;
  width: calc(100% - 50px);
  height: 300px;
  position: absolute;
  left: 0;
  bottom: -40px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box::before {
    width: 94.7%;
    background: url(../img/sec03_bk_sp.jpg) no-repeat;
    background-size: cover;
    height: 140px;
    bottom: inherit;
    top: 30px;
  }
}
.sec03 .h2_box h2 {
  color: #B51D2F;
  text-align: right;
  font-family: "Marcellus", serif;
  font-size: 13rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 6.5px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: -80px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec03 .h2_box h2 {
    font-size: 5.4rem;
    letter-spacing: 2.7px;
    bottom: inherit;
    bottom: 10px;
    right: 0;
  }
}
.sec03 .contents {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents {
    padding: 0 0 0 4%;
  }
}
.sec03 .contents::before {
  content: "";
  background: #fff;
  width: 1000px;
  height: 100%;
  position: absolute;
  right: -990px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents::before {
    content: none;
  }
}
.sec03 .contents .sec03_conts {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px 10px 60px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts {
    padding: 8% 8% 14% 8%;
  }
}
.sec03 .contents .sec03_conts::before {
  content: "";
  background: url(../img/sec03_logo.jpg) no-repeat;
  background-size: cover;
  width: 491px;
  height: 389px;
  position: absolute;
  right: -300px;
  bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts::before {
    width: 272px;
    height: 216px;
    right: -40px;
    top: 21px;
    bottom: inherit;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top {
    flex-direction: column;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.6px;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub {
    margin: 0;
    font-size: 1.2rem;
    letter-spacing: 1.2px;
    position: relative;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub span {
  font-family: "Marcellus", serif;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.8px;
  position: relative;
  padding: 0 0 0 70px;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub span {
    font-size: 1.2rem;
    letter-spacing: 0.6px;
    padding: 0 0 0 40px;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub span::before {
  content: "";
  background: #C72236;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0%;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_sub span::before {
    width: 30px;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_tit {
  margin: 50px 0 0;
  color: #B51D2F;
  font-family: "Noto Serif JP", serif;
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 3.6px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_top_l .sec03_conts_tit {
    margin: 30px 0 0;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 2px;
    position: relative;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_img_box {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_img_box {
    display: none;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_top .sec03_conts_img_box .sec03_conts_img {
  width: 165px;
  height: 165px;
}
.sec03 .contents .sec03_conts .sec03_conts_bt {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt {
    display: flex;
    flex-direction: column-reverse;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img {
  width: 330px;
  height: 220px;
  position: absolute;
  bottom: 20px;
  left: -110px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img {
    position: relative;
    bottom: inherit;
    left: inherit;
    width: 250px;
    height: 160px;
    left: -8%;
    margin: 55px 0 0;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img::before {
  content: "";
  background: #880D1C;
  background-size: cover;
  width: 180px;
  height: 260px;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img::before {
    width: 130px;
    height: 190px;
    left: -12%;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img img {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_bt_img img {
    width: 250px;
    height: 160px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_txt_box {
  width: 610px;
  margin: 50px 140px 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_txt_box {
    width: 100%;
    margin: 30px auto 0;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_txt_box p {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 1.7px;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_txt_box p {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 1.4px;
  }
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_txt_box p + p {
  padding: 1em 0 0;
}
.sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 2px;
  padding: 30px 90px 0 0;
}
@media screen and (max-width: 768px) {
  .sec03 .contents .sec03_conts .sec03_conts_bt .sec03_conts_name {
    font-size: 1.6rem;
    letter-spacing: 1.6px;
    padding: 20px 0 0;
  }
}
/* Common classes */
.sec03 .contents {
  width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec03 .contents {
    width: 100%;
    padding: 0 4%;
  }
}
