.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 450px;
  padding-top: 295px;
  box-sizing: border-box;
  background: url(../../images/interview03/interview03_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/interview03/interview03_key.webp) right 40% top 10vw/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: 145px;
}
.sec01 .inner {
  padding: 0;
}
.sec01 .interview_box {
  margin-bottom: 105px;
}
.sec01 .interview_box .flexbox {
  justify-content: flex-end;
  position: relative;
}
.sec01 .interview_box .flexbox .textbox {
  width: 664px;
  height: 308px;
  position: absolute;
  bottom: 125px;
  right: 530px;
  padding: 70px 60px 55px;
  background-color: #b40e2a;
  z-index: 5;
}
.sec01 .interview_box .flexbox .textbox .comment_text {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}
.sec01 .interview_box .flexbox .textbox .name_text {
  color: #fff;
  padding-top: 70px;
  text-align: right;
}
.sec01 .flex_inner {
  padding: 0 80px;
  margin-bottom: 135px;
}
.sec01 .flex_inner .flexbox {
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec01 .flex_inner .flexbox:not(:last-of-type) {
  margin-bottom: 120px;
}
.sec01 .flex_inner .imagebox {
  width: 70%;
}
.sec01 .flex_inner .textbox {
  width: 100%;
}
.sec01 .flex_inner .textbox .box_title {
  font-size: 24px;
  text-align: left;
  color: #b40e2a;
  font-weight: bold;
  margin-bottom: 35px;
}
.sec01 .flex_inner .textbox .box_text .red {
  font-weight: 600;
  color: #b40e2a;
}
.sec01 .flex_inner .reverse {
  flex-direction: row-reverse;
}
.sec01 .flex_inner .reverse .textbox .box_title {
  text-align: right;
}
.sec01 .bottom_box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  -moz-column-gap: 60px;
       column-gap: 60px;
  padding-right: 60px;
}
.sec01 .bottom_box .imagebox {
  width: 100%;
}
.sec01 .bottom_box .textbox {
  width: 100%;
}
.sec01 .bottom_box .textbox .title_box {
  margin-bottom: 45px;
}
.sec01 .bottom_box .textbox .title_box .title_text {
  color: #fff;
  background-color: #b40e2a;
  padding: 0px 15px;
  display: inline-block;
  font-size: 24px;
}
.sec01 .bottom_box .textbox .title_box .title_text:first-of-type {
  margin-bottom: 10px;
}
.sec01 .bottom_box .textbox .box_text .red {
  font-weight: 600;
  color: #b40e2a;
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
  }
  .sec01 .interview_box {
    margin-bottom: 30vw;
  }
  .sec01 .interview_box .flexbox {
    justify-content: block;
    position: relative;
  }
  .sec01 .interview_box .flexbox .textbox {
    width: 80%;
    height: auto;
    position: absolute;
    bottom: -20vw;
    left: 0;
    padding: 3vw 5vw;
  }
  .sec01 .interview_box .flexbox .textbox .comment_text {
    font-size: 4.8vw;
    line-height: 1.5;
  }
  .sec01 .interview_box .flexbox .textbox .name_text {
    font-size: 4vw;
    padding-top: 3vw;
    text-align: right;
    line-height: 1.5;
  }
  .sec01 .flex_inner {
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .sec01 .flex_inner .flexbox {
    display: block;
  }
  .sec01 .flex_inner .flexbox:not(:last-of-type) {
    margin-bottom: 10vw;
  }
  .sec01 .flex_inner .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec01 .flex_inner .textbox {
    width: 100%;
    margin-bottom: 10vw;
  }
  .sec01 .flex_inner .textbox .box_title {
    font-size: 4.8vw;
    text-align: left;
    margin-bottom: 3vw;
  }
  .sec01 .flex_inner .reverse {
    flex-direction: row-reverse;
  }
  .sec01 .flex_inner .reverse .textbox .box_title {
    text-align: left;
  }
  .sec01 .bottom_box {
    display: block;
    padding-right: 0;
  }
  .sec01 .bottom_box .imagebox {
    width: 100%;
  }
  .sec01 .bottom_box .textbox {
    width: 100%;
    position: relative;
  }
  .sec01 .bottom_box .textbox .title_box {
    margin-bottom: 0;
    position: absolute;
    top: -39vw;
  }
  .sec01 .bottom_box .textbox .title_box .title_text {
    padding: 0px 2vw;
    font-size: 4.8vw;
  }
  .sec01 .bottom_box .textbox .title_box .title_text:first-of-type {
    margin-bottom: 2vw;
  }
  .sec01 .bottom_box .textbox .box_text {
    font-size: 4vw;
    padding: 0 5vw;
  }
}

.sec02 {
  margin-bottom: 120px;
}
.sec02 .inner {
  padding: 65px 200px;
  background-color: rgba(180, 14, 42, 0.07);
}
.sec02 .sp {
  display: none;
}
.sec02 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 980px;
  max-width: 980px;
  margin: 0 auto;
}
.sec02 .gridbox .sec_header {
  box-sizing: border-box;
  width: 30%;
  margin-bottom: 0;
  padding-right: 15px;
  align-items: flex-start;
}
.sec02 .gridbox .sec_header .header_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.sec02 .gridbox .sec_header .schedule_subtitle {
  color: #600006;
}
.sec02 .gridbox .sec_header .schedule_title {
  font-size: 24px;
  letter-spacing: 0.1em;
}
.sec02 .gridbox .box {
  width: 63%;
  min-width: 590px;
}
.sec02 .gridbox .box .box_title {
  color: #600006;
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.1em;
  background-color: #fff;
  margin-bottom: 3px;
  padding: 10px 0;
}
.sec02 .gridbox .box .box_title .big {
  font-size: 32px;
  padding-left: 5px;
  font-weight: bold;
}
.sec02 .gridbox .box .flexbox {
  background-color: #fff;
  padding: 0 0 30px 55px;
  justify-content: flex-start;
  text-align: left;
  -moz-column-gap: 70px;
       column-gap: 70px;
}
.sec02 .gridbox .box .flexbox .work_text {
  font-size: 18px;
}
.sec02 .gridbox .box .flexbox .time_text {
  width: 60px;
  position: relative;
  font-weight: bold;
  color: #600006;
  font-size: 17px;
}
.sec02 .gridbox .box .flexbox .time_text::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: -2em;
  bottom: 50%;
  transform: translateY(50%);
  background: url(../../images/common/maru.webp) center/contain no-repeat;
}
.sec02 .gridbox .box .flexbox .time_text::after {
  content: "";
  position: absolute;
  border-left: 1px solid #600006;
  right: -30px;
  top: 17px;
  z-index: 10;
  height: 59px;
}
.sec02 .gridbox .box .flexbox .last_text::after {
  display: none;
}
.sec02 .gridbox .box .flexbox:last-of-type {
  padding-bottom: 55px;
}
.sec02 .gridbox .box .flexbox:first-of-type {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.8vw;
  }
  .sec02 .inner {
    padding: 3vw 5vw;
  }
  .sec02 .sp {
    display: block;
  }
  .sec02 .sec_header {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-bottom: 0;
    overflow: hidden;
  }
  .sec02 .sec_header .schedule_title {
    font-size: 4.8vw;
    letter-spacing: 0.1em;
  }
  .sec02 .sec_header .schedule_subtitle {
    font-size: 4vw;
    color: #600006;
  }
  .sec02 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    display: block;
    justify-content: flex-start;
    align-items: center;
    width: initial;
    max-width: initial;
    margin: 0 auto;
  }
  .sec02 .gridbox .sec_header {
    display: none;
  }
  .sec02 .gridbox .box {
    width: 100%;
    min-width: initial;
  }
  .sec02 .gridbox .box .box_title {
    font-size: 4vw;
    margin-bottom: 1vw;
    padding: 2vw 0;
  }
  .sec02 .gridbox .box .box_title .big {
    font-size: 7vw;
    padding-left: 2vw;
    font-weight: bold;
  }
  .sec02 .gridbox .box .case {
    margin-bottom: 5vw;
  }
  .sec02 .gridbox .box .flexbox {
    background-color: #fff;
    padding: 0 0 3vw 5vw;
    justify-content: flex-start;
    text-align: left;
    -moz-column-gap: 70px;
         column-gap: 70px;
  }
  .sec02 .gridbox .box .flexbox .work_text {
    font-size: 4vw;
    max-width: 51.7vw;
  }
  .sec02 .gridbox .box .flexbox .time_text {
    width: 15vw;
    font-size: 4vw;
  }
  .sec02 .gridbox .box .flexbox .time_text::before {
    content: "";
    position: absolute;
    width: 3vw;
    height: 3vw;
    right: -7vw;
    bottom: 50%;
    transform: translateY(50%);
    background: url(../../images/common/maru.webp) center/contain no-repeat;
  }
  .sec02 .gridbox .box .flexbox .time_text::after {
    content: "";
    position: absolute;
    border-left: 1px solid #600006;
    right: -5.5vw;
    top: 5vw;
    z-index: 10;
    height: 17vw;
  }
  .sec02 .gridbox .box .flexbox .last_text::after {
    display: none;
  }
  .sec02 .gridbox .box .flexbox:last-of-type {
    padding-bottom: 5vw;
  }
  .sec02 .gridbox .box .flexbox:first-of-type {
    padding-top: 5vw;
  }
}

.sec03 {
  margin-bottom: 615px;
}
.sec03 .inner {
  padding: 0;
}
.sec03 .message_box {
  position: relative;
}
.sec03 .message_box .textbox {
  position: absolute;
  bottom: -510px;
  left: 70px;
  width: 965px;
  height: 639px;
  background-color: rgba(242, 242, 242, 0.9);
  padding: 65px 45px 81px;
}
.sec03 .message_box .textbox .message_header {
  margin-bottom: 35px;
}
.sec03 .message_box .textbox .message_header .message_title {
  font-size: 48px;
  color: #600006;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.sec03 .message_box .textbox .message_header .message_subtitle {
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.1em;
}
.sec03 .message_box .textbox .box_title {
  font-size: 24px;
  color: #600006;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0;
  }
  .sec03 .message_box {
    position: relative;
  }
  .sec03 .message_box .textbox {
    position: static;
    width: 100%;
    height: auto;
    padding: 5vw;
  }
  .sec03 .message_box .textbox .message_header {
    margin-bottom: 2vw;
  }
  .sec03 .message_box .textbox .message_header .message_title {
    font-size: 8vw;
  }
  .sec03 .message_box .textbox .message_header .message_subtitle {
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.1em;
  }
  .sec03 .message_box .textbox .box_title {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
}

.sec04 {
  margin-bottom: 210px;
}
.sec04 .inner {
  padding: 0;
}
.sec04 .other_box {
  background-color: rgba(180, 14, 42, 0.09);
  padding: 100px 105px 125px;
}
.sec04 .other_box .line_title {
  font-size: 24px;
  letter-spacing: 0.1em;
  border-left: 8px solid #b40e2a;
  padding-left: 1em;
  height: 50px;
  line-height: 50px;
  margin-bottom: 195px;
}
.sec04 .other_box .gridbox {
  grid-template-columns: repeat(3, 1fr);
  justify-items: center;
}
.sec04 .other_box .gridbox .box {
  width: 300px;
  position: relative;
}
.sec04 .other_box .gridbox .box .imagebox {
  position: absolute;
  width: 87%;
  top: -140px;
  right: 50%;
  transform: translateX(50%);
  z-index: 5;
}
.sec04 .other_box .gridbox .box .textbox {
  background-color: #fff;
  width: 300px;
  height: 255px;
  padding: 45px 20px 10px;
  position: relative;
  box-shadow: 0 0 10px gray;
}
.sec04 .other_box .gridbox .box .textbox::before {
  position: absolute;
  content: "";
  width: 46px;
  height: 49px;
  top: 0;
  left: 40px;
  z-index: 15;
  background: url(../../images/common/other_logo.webp) center/contain no-repeat;
}
.sec04 .other_box .gridbox .box .textbox .division {
  font-weight: 600;
}
.sec04 .other_box .gridbox .box .textbox .year_name {
  font-size: 15px;
  text-align: right;
}
.sec04 .other_box .gridbox .box .textbox .comment {
  font-size: 18px;
  font-weight: bold;
  color: #b40e2a;
  padding-bottom: 20px;
  line-height: 1.7;
  height: 92px;
}
.sec04 .other_box .gridbox .box .textbox .more_text {
  text-align: right;
  padding-right: 5em;
  position: relative;
}
.sec04 .other_box .gridbox .box .textbox .more_text::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  transform: translateY(50%);
  width: 75px;
  height: 6px;
  z-index: 10;
  background: url(../../images/common/other_yajirushi.webp) center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 13.8vw;
  }
  .sec04 .other_box {
    padding: 10vw 5vw;
  }
  .sec04 .other_box .line_title {
    font-size: 4.8vw;
    border-left: 2vw solid #b40e2a;
    padding-left: 1em;
    height: 10vw;
    line-height: 10vw;
    margin-bottom: 45vw;
  }
  .sec04 .other_box .gridbox {
    grid-template-columns: repeat(1, 1fr);
    justify-items: center;
    row-gap: 45vw;
  }
  .sec04 .other_box .gridbox .box {
    width: 100%;
    position: relative;
    margin-bottom: 50vw;
  }
  .sec04 .other_box .gridbox .box .imagebox {
    position: absolute;
    width: 87%;
    top: -36vw;
    right: 50%;
    transform: translateX(50%);
    z-index: 5;
  }
  .sec04 .other_box .gridbox .box .textbox {
    background-color: #fff;
    width: 100%;
    height: auto;
    padding: 17vw 5vw 3vw;
    position: relative;
  }
  .sec04 .other_box .gridbox .box .textbox::before {
    position: absolute;
    content: "";
    width: 14vw;
    height: 15vw;
    top: 0;
    left: 11vw;
    z-index: 15;
    background: url(../../images/common/other_logo.webp) center/contain no-repeat;
  }
  .sec04 .other_box .gridbox .box .textbox .division {
    font-weight: 600;
    font-size: 4vw;
  }
  .sec04 .other_box .gridbox .box .textbox .year_name {
    font-size: 4vw;
    text-align: right;
  }
  .sec04 .other_box .gridbox .box .textbox .comment {
    font-size: 4vw;
    font-weight: bold;
    color: #b40e2a;
    padding-bottom: 5vw;
    line-height: 1.7;
    height: auto;
  }
  .sec04 .other_box .gridbox .box .textbox .more_text {
    text-align: right;
    padding-right: 5em;
    position: relative;
  }
  .sec04 .other_box .gridbox .box .textbox .more_text::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 50%;
    transform: translateY(50%);
    width: 75px;
    height: 6px;
    z-index: 10;
    background: url(../../images/common/other_yajirushi.webp) center/contain no-repeat;
  }
  .sec04 .other_box .gridbox .box:last-of-type {
    margin-bottom: 5vw;
  }
  .sec04 .other_box .gridbox a {
    width: 100%;
  }
}

.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;
  }
  .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=interview03.css.map */