.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 295px;
  box-sizing: border-box;
  background: url(../../images/works/works_key.webp) center top/cover no-repeat;
  overflow: hidden;
  margin-bottom: 120px;
}
.main_image .inner {
  width: 1025px;
  max-width: 100%;
  padding: 0 20px 0 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 33px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
.main_image .subtext {
  color: #fff;
  font-size: 15px;
  text-align: left;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 80vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(../../images/works/works_key.webp) right 40% top/cover no-repeat;
    overflow: hidden;
    margin-bottom: 10vw;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    text-align: left;
    font-size: 5.8vw;
    padding-left: initial;
  }
}

.sec01 {
  margin-bottom: 160px;
}
.sec01 .inner {
  padding: 0 85px;
}
.sec01 .flexbox {
  -moz-column-gap: 45px;
       column-gap: 45px;
  margin-bottom: 45px;
  position: relative;
  align-items: flex-end;
}
.sec01 .flexbox::before {
  position: absolute;
  content: "WORKS";
  font-size: 140px;
  opacity: 10%;
  color: #600006;
  left: -50px;
  top: -70px;
}
.sec01 .flexbox .imagebox {
  width: 100%;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .box_title {
  margin-bottom: 65px;
}
.sec01 .flexbox .textbox .sec_title {
  font-size: 36px;
  color: #aa1e2b;
  font-weight: bold;
}
.sec01 .flexbox .textbox .sec_subtitle {
  font-size: 24px;
  font-weight: bold;
}
.sec01 .bottom_text {
  margin-bottom: 135px;
}
.sec01 .bottom_img {
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 20vw;
  }
  .sec01 .inner {
    padding: 0 5vw;
  }
  .sec01 .flexbox {
    display: block;
    margin-bottom: 3vw;
  }
  .sec01 .flexbox::before {
    font-size: 12vw;
    left: -3vw;
    top: -17vw;
  }
  .sec01 .flexbox .imagebox {
    margin-bottom: 3vw;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .box_title {
    margin-bottom: 3vw;
  }
  .sec01 .flexbox .textbox .sec_title {
    font-size: 5vw;
  }
  .sec01 .flexbox .textbox .sec_subtitle {
    font-size: 4.5vw;
    font-weight: bold;
  }
  .sec01 .bottom_text {
    margin-bottom: 10vw;
  }
  .sec01 .bottom_img {
    margin: 0 auto;
    text-align: center;
  }
}

.sec02 {
  margin-bottom: 170px;
}
.sec02 .inner {
  padding: 0;
}
.sec02 .work_box {
  position: relative;
}
.sec02 .work_box .flexbox {
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding-left: 80px;
  align-items: flex-start;
  margin-bottom: 70px;
}
.sec02 .work_box .flexbox .imagebox {
  width: 100%;
}
.sec02 .work_box .flexbox .textbox {
  width: 55%;
}
.sec02 .work_box .flexbox .textbox .header_box {
  padding-top: 75px;
  position: relative;
}
.sec02 .work_box .flexbox .textbox .header_box .box_subtitle {
  font-size: 28px;
  color: #006037;
}
.sec02 .work_box .flexbox .textbox .header_box .box_title {
  color: #006037;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec02 .work_box .bottom_text {
  position: absolute;
  background-color: #fff;
  padding: 35px 35px 0 0;
  bottom: 0;
  left: 80px;
  width: 487px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec02 .gridbox {
  padding: 0 55px;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 55px;
}
.sec02 .gridbox .flexbox {
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
}
.sec02 .gridbox .flexbox .imagebox {
  width: 66.2%;
}
.sec02 .gridbox .flexbox .textbox {
  width: 100%;
}
.sec02 .gridbox .flexbox .textbox .box_title {
  color: #006037;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .work_box {
    position: relative;
  }
  .sec02 .work_box .flexbox {
    display: block;
    padding-left: 0;
    align-items: flex-start;
    margin-bottom: 3vw;
  }
  .sec02 .work_box .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec02 .work_box .flexbox .textbox {
    width: 100%;
  }
  .sec02 .work_box .flexbox .textbox .header_box {
    padding-top: 0;
    position: relative;
  }
  .sec02 .work_box .flexbox .textbox .header_box .box_subtitle {
    font-size: 4.5vw;
    color: #006037;
  }
  .sec02 .work_box .flexbox .textbox .header_box .box_title {
    color: #006037;
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .sec02 .work_box .bottom_text {
    font-size: 4vw;
    position: static;
    background-color: initial;
    padding: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 10vw;
  }
  .sec02 .gridbox {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 7vw;
  }
  .sec02 .gridbox .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
  .sec02 .gridbox .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec02 .gridbox .flexbox .textbox {
    width: 100%;
  }
  .sec02 .gridbox .flexbox .textbox .box_title {
    color: #006037;
    font-size: 4.8vw;
    line-height: 1;
    margin-bottom: 3vw;
  }
}

.sec03 {
  margin-bottom: 140px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .work_box {
  position: relative;
}
.sec03 .work_box .flexbox {
  -moz-column-gap: 45px;
       column-gap: 45px;
  padding-right: 80px;
  align-items: flex-start;
  margin-bottom: 70px;
  flex-direction: row-reverse;
}
.sec03 .work_box .flexbox .imagebox {
  width: 100%;
}
.sec03 .work_box .flexbox .textbox {
  width: 55%;
}
.sec03 .work_box .flexbox .textbox .header_box {
  position: relative;
  text-align: right;
}
.sec03 .work_box .flexbox .textbox .header_box .box_subtitle {
  font-size: 28px;
  color: #0a649d;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}
.sec03 .work_box .flexbox .textbox .header_box .box_title {
  color: #0a649d;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec03 .work_box .bottom_text {
  position: absolute;
  background-color: #fff;
  padding: 35px 0 0 35px;
  bottom: 0;
  right: 60px;
  width: 487px;
  letter-spacing: 0.1em;
  line-height: 2;
}
.sec03 .gridbox {
  padding: 0 55px;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 55px;
}
.sec03 .gridbox .flexbox {
  -moz-column-gap: 10px;
       column-gap: 10px;
  align-items: flex-start;
}
.sec03 .gridbox .flexbox .imagebox {
  width: 66.2%;
}
.sec03 .gridbox .flexbox .textbox {
  width: 100%;
}
.sec03 .gridbox .flexbox .textbox .box_title {
  color: #0a649d;
  font-size: 21px;
  line-height: 1;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .work_box {
    position: relative;
  }
  .sec03 .work_box .flexbox {
    display: block;
    padding-right: 0;
    align-items: flex-start;
    margin-bottom: 3vw;
  }
  .sec03 .work_box .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec03 .work_box .flexbox .textbox {
    width: 100%;
  }
  .sec03 .work_box .flexbox .textbox .header_box {
    padding-top: 0;
    position: relative;
    text-align: left;
  }
  .sec03 .work_box .flexbox .textbox .header_box .box_subtitle {
    font-size: 4.5vw;
  }
  .sec03 .work_box .flexbox .textbox .header_box .box_title {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .sec03 .work_box .flexbox .textbox .header_box::before {
    position: absolute;
    content: "";
    width: 25vw;
    height: 25vw;
    left: -5vw;
    top: -4vw;
  }
  .sec03 .work_box .bottom_text {
    position: static;
    background-color: initial;
    padding: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 10vw;
    font-size: 4vw;
  }
  .sec03 .gridbox {
    padding: 0;
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 7vw;
  }
  .sec03 .gridbox .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-start;
  }
  .sec03 .gridbox .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec03 .gridbox .flexbox .textbox {
    width: 100%;
  }
  .sec03 .gridbox .flexbox .textbox .box_title {
    font-size: 4.8vw;
    line-height: 1;
    margin-bottom: 3vw;
  }
}

.sec04 {
  margin-bottom: 270px;
  position: relative;
}
.sec04 .inner {
  padding: 0;
}
.sec04 .top_box {
  width: 1070px;
  padding: 65px 45px;
  background-color: #aa1e2b;
  margin: 0 auto 70px;
}
.sec04 .top_box .top_title {
  color: #fff;
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 2;
  letter-spacing: 0.1em;
}
.sec04 .top_box .top_text {
  color: #fff;
}
.sec04 .middle_box {
  position: relative;
  margin: 0 auto 65px;
  width: 1280px;
}
.sec04 .middle_box::before {
  content: "";
  position: absolute;
  width: 531px;
  height: 432px;
  left: 0;
  bottom: 0;
  z-index: -3;
  background: url(../../images/works/sec04_left.webp) center/contain no-repeat;
}
.sec04 .middle_box::after {
  content: "";
  position: absolute;
  width: 612px;
  height: 333px;
  right: 0;
  bottom: -80px;
  z-index: -3;
  background: url(../../images/works/sec04_right.webp) center/contain no-repeat;
}
.sec04 .middle_box .imagebox {
  margin: 0 auto;
  text-align: center;
}
.sec04 .bottom_box {
  padding: 0 80px;
  width: 1120px;
  margin: 0 auto;
}
.sec04 .bottom_box .step_box .flexbox {
  -moz-column-gap: 50px;
       column-gap: 50px;
  margin-bottom: 125px;
}
.sec04 .bottom_box .step_box .flexbox .imagebox {
  width: 66.5%;
}
.sec04 .bottom_box .step_box .flexbox .textbox {
  width: 100%;
}
.sec04 .bottom_box .step_box .flexbox .textbox .step_header {
  display: flex;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.sec04 .bottom_box .step_box .flexbox .textbox .step_header .step_num {
  font-size: 17px;
  color: #aa1e2b;
}
.sec04 .bottom_box .step_box .flexbox .textbox .step_header .num {
  font-size: 37px;
  font-weight: bold;
  color: #aa1e2b;
  line-height: 1.3;
}
.sec04 .bottom_box .step_box .flexbox .textbox .step_title {
  font-size: 18px;
  color: #aa1e2b;
  font-weight: bold;
  margin-bottom: 15px;
}
.sec04 .bg {
  position: absolute;
  width: 100%;
  height: 3188px;
  background-color: #f6eae4;
  top: 170px;
  right: 50%;
  transform: translateX(50%);
  z-index: -4;
}
.sec04 .add_box .add_img {
  text-align: center;
  margin: 0 auto;
}
.sec04 .add_box .box_header {
  text-align: right;
  margin: 0 auto 60px;
  padding: 0 50px;
  width: 1180px;
}
.sec04 .add_box .box_header .box_subtitle {
  font-size: 24px;
  color: #aa1e2b;
}
.sec04 .add_box .box_header .box_title {
  font-size: 38px;
  color: #aa1e2b;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec04 .add_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 25px;
       column-gap: 25px;
  width: 1188px;
  margin: 0 auto 120px;
}
.sec04 .add_box .gridbox .box {
  width: 338px;
  height: 315px;
  padding: 35px 20px 20px;
  background-color: #911d22;
}
.sec04 .add_box .gridbox .box .grid_title {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
.sec04 .add_box .gridbox .box .grid_sub {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-feature-settings: "palt";
  line-height: 1.5;
}
.sec04 .add_box .gridbox .box .textbox {
  color: #fff;
}
.sec04 .add_box .gridbox .box:nth-of-type(2) {
  background-color: #bc3a3d;
}
.sec04 .add_box .gridbox .box.box:nth-of-type(3) {
  background-color: #ad3662;
}
.sec04 .add_box .white_floatbox {
  position: relative;
}
.sec04 .add_box .white_box {
  background-color: #fff;
  padding: 55px 65px;
  width: 986px;
  height: 288px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -10%);
}
.sec04 .add_box .white_box .box_title {
  font-size: 28px;
  font-weight: bold;
  color: #aa1e2b;
  margin-bottom: 20px;
}
.sec04 .add_box .white_box .float_img {
  position: absolute;
  bottom: 330px;
  right: -50px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .top_box {
    width: 100%;
    padding: 0;
    background-color: #aa1e2b;
    margin: 0 auto 70px;
  }
  .sec04 .top_box .top_title {
    padding: 5vw;
    font-size: 5vw;
    margin-bottom: 0;
  }
  .sec04 .top_box .top_text {
    padding: 0 5vw 5vw;
    color: #fff;
  }
  .sec04 .middle_box {
    position: relative;
    margin: 0 auto 10vw;
    width: 100%;
  }
  .sec04 .middle_box::before {
    content: "";
    position: absolute;
    width: 70vw;
    height: 57vw;
    left: 0;
    bottom: 151vw;
    z-index: -3;
    background: url(../../images/works/sec04_left.webp) center/contain no-repeat;
  }
  .sec04 .middle_box::after {
    content: "";
    position: absolute;
    width: 70vw;
    height: 39vw;
    right: 0;
    bottom: -13vw;
    z-index: -3;
    background: url(../../images/works/sec04_right.webp) center/contain no-repeat;
  }
  .sec04 .middle_box .step_box {
    padding: 10vw 5vw;
  }
  .sec04 .middle_box .step_box .box {
    position: relative;
    margin-bottom: 10vw;
  }
  .sec04 .middle_box .step_box .header_box {
    display: flex;
    -moz-column-gap: 2vw;
         column-gap: 2vw;
    align-items: center;
    position: absolute;
    top: -6vw;
    right: 5vw;
    z-index: 3;
  }
  .sec04 .middle_box .step_box .header_box .step {
    font-size: 4vw;
    color: #aa1e2b;
  }
  .sec04 .middle_box .step_box .header_box .num {
    font-weight: bold;
    line-height: 1;
    font-size: 8vw;
    color: #aa1e2b;
  }
  .sec04 .middle_box .textbox {
    background-color: #fff;
    padding: 5vw;
    color: #aa1e2b;
    border-bottom: 1vw solid #999999;
    position: relative;
  }
  .sec04 .middle_box .textbox::before {
    content: "";
    position: absolute;
    bottom: -1vw;
    width: 20%;
    height: 1vw;
    background: #aa1e2b;
    right: 0;
  }
  .sec04 .bottom_box {
    padding: 0;
    width: 100%;
    margin: 0 auto;
  }
  .sec04 .bottom_box .step_box {
    padding: 0 5vw;
  }
  .sec04 .bottom_box .step_box .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    margin-bottom: 10vw;
  }
  .sec04 .bottom_box .step_box .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec04 .bottom_box .step_box .flexbox .textbox {
    width: 100%;
  }
  .sec04 .bottom_box .step_box .flexbox .textbox .step_header {
    display: flex;
    align-items: center;
    -moz-column-gap: 1vw;
         column-gap: 1vw;
  }
  .sec04 .bottom_box .step_box .flexbox .textbox .step_header .step_num {
    font-size: 4.3vw;
    color: #aa1e2b;
  }
  .sec04 .bottom_box .step_box .flexbox .textbox .step_header .num {
    font-size: 8vw;
    font-weight: bold;
    color: #aa1e2b;
    line-height: 1.3;
  }
  .sec04 .bottom_box .step_box .flexbox .textbox .step_title {
    font-size: 4.3vw;
    margin-bottom: 3vw;
    line-height: 1.7;
  }
  .sec04 .bg {
    position: absolute;
    width: 100%;
    height: 1356vw;
    background-color: #f6eae4;
    bottom: -5vw;
    right: 50%;
    transform: translateX(50%);
    z-index: -4;
  }
  .sec04 .add_box .add_img {
    text-align: center;
    margin: 0 auto;
  }
  .sec04 .add_box .box_header {
    text-align: right;
    margin: 0 auto 5vw;
    padding: 0 5vw;
    width: 90%;
  }
  .sec04 .add_box .box_header .box_subtitle {
    font-size: 4.5vw;
    color: #aa1e2b;
  }
  .sec04 .add_box .box_header .box_title {
    font-size: 5vw;
    color: #aa1e2b;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  .sec04 .add_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 5vw;
    width: 90%;
    margin: 0 auto 10vw;
    padding: 0 5vw;
  }
  .sec04 .add_box .gridbox .box {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 5vw 3vw;
    background-color: #911d22;
  }
  .sec04 .add_box .gridbox .box .grid_title {
    color: #fff;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 3vw;
  }
  .sec04 .add_box .gridbox .box .grid_sub {
    text-align: center;
    color: #fff;
    font-size: 4.3vw;
    font-feature-settings: "palt";
    line-height: 1.5;
  }
  .sec04 .add_box .gridbox .box .textbox {
    color: #fff;
    font-size: 4vw;
  }
  .sec04 .add_box .gridbox .box:nth-of-type(2) {
    background-color: #bc3a3d;
  }
  .sec04 .add_box .gridbox .box.box:nth-of-type(3) {
    background-color: #ad3662;
  }
  .sec04 .add_box .white_floatbox {
    position: relative;
    margin-bottom: 130vw;
  }
  .sec04 .add_box .white_box {
    background-color: #fff;
    padding: 5vw 3vw;
    width: 80%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 10%);
  }
  .sec04 .add_box .white_box .box_title {
    font-size: 4.8vw;
    font-weight: bold;
    color: #aa1e2b;
    margin-bottom: 3vw;
  }
  .sec04 .add_box .white_box .float_img {
    position: absolute;
    bottom: -30vw;
    right: -7vw;
    width: 80%;
  }
}

.sec05 {
  margin-bottom: 100px;
}
.sec05 .entry_box {
  position: relative;
}
.sec05 .entry_box .flexbox {
  justify-content: flex-start;
}
.sec05 .entry_box .imagebox {
  position: absolute;
  right: -15px;
  top: -20px;
}
.sec05 .entry_box .entry_title {
  margin-bottom: 25px;
}
.sec05 .entry_box .entry_text {
  width: 960px;
  height: 249px;
  background-color: #b40e2a;
  border-left: 7px solid #600006;
  padding-left: 35px;
  padding-top: 35px;
}
.sec05 .entry_box .entry_text .box_title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 25px;
}
.sec05 .entry_box .entry_text .box_text {
  color: #fff;
  position: relative;
}
.sec05 .entry_box .entry_text .box_text::before {
  content: "";
  position: absolute;
  width: 104px;
  height: 55px;
  left: 300px;
  bottom: -80px;
  z-index: 20;
  background: url(../../images/common/entry_yajirushi.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 13.8vw;
    margin-top: 160vw;
  }
  .sec05 .entry_box {
    position: relative;
  }
  .sec05 .entry_box .flexbox {
    justify-content: flex-start;
  }
  .sec05 .entry_box .imagebox {
    position: static;
    margin-bottom: 0;
  }
  .sec05 .entry_box .entry_title {
    margin-bottom: 5vw;
    width: 40%;
  }
  .sec05 .entry_box .entry_text {
    width: auto;
    height: 50vw;
    background-color: #b40e2a;
    border-left: 2vw solid #600006;
    padding: 5vw 3vw;
  }
  .sec05 .entry_box .entry_text .box_title {
    color: #fff;
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .sec05 .entry_box .entry_text .box_text {
    color: #fff;
    position: relative;
    font-size: 4vw;
  }
  .sec05 .entry_box .entry_text .box_text::before {
    content: "";
    position: absolute;
    width: 27vw;
    height: 14vw;
    left: 50vw;
    bottom: -15vw;
    z-index: 20;
    background: url(../../images/common/entry_yajirushi.webp) center/contain no-repeat;
  }
}/*# sourceMappingURL=works.css.map */