.main_image {
  position: relative;
  width: 1280px;
  min-width: 100%;
  height: 700px;
  padding-top: 230px;
  box-sizing: border-box;
  background: url(../../images/index/mainvisual.png) center top/cover no-repeat;
  overflow: hidden;
}
.main_image .inner {
  width: 1280px;
  max-width: 100%;
  padding: 0 30px 0 50px;
  margin: 0 auto;
  box-sizing: border-box;
}
.main_image .flexbox {
  justify-content: space-between;
}
.main_image .text {
  position: relative;
  z-index: 5;
  font-size: 40px;
  letter-spacing: 0.2em;
  text-align: left;
  color: #fff;
  font-weight: bold;
  margin-bottom: 14px;
}
.main_image .subtext {
  color: #fff;
  font-size: 20px;
  text-align: left;
  line-height: 1.7;
  padding-left: 30px;
}
.main_image .red_line {
  width: 467px;
  height: 67px;
  margin-top: 35px;
}
.main_image .red_line .line_text {
  background-color: #B40E2A;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  padding: 15px 17px 15px 60px;
}
@media screen and (max-width: 768px) {
  .main_image {
    position: relative;
    width: initial;
    height: 120vw;
    padding-top: 45.3vw;
    box-sizing: border-box;
    background: url(../../images/index/mainvisual.png) right 40% top/cover no-repeat;
    overflow: hidden;
  }
  .main_image .inner {
    padding: 0 2.7vw;
  }
  .main_image .text {
    position: relative;
    z-index: 5;
    font-size: 8vw;
    letter-spacing: 0.2em;
    text-align: left;
    color: #fff;
    font-weight: bold;
  }
  .main_image .subtext {
    color: #fff;
    font-size: 4vw;
    text-align: left;
    line-height: 1.7;
    padding-left: 5vw;
  }
  .main_image .red_line {
    width: 90%;
    height: 8vw;
    margin-top: 3vw;
  }
  .main_image .red_line .line_text {
    font-size: 4vw;
    padding: 2vw 7vw;
  }
}

.sec01 {
  margin-bottom: 250px;
  margin-top: 180px;
}
.sec01 .sec_header {
  margin-bottom: 80px;
  position: relative;
}
.sec01 .sec_header::before {
  content: "MESSAGE";
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 158px;
  opacity: 10%;
  letter-spacing: 0.15em;
  color: #600006;
}
.sec01 .sec_header .sec_title::before {
  display: none;
}
.sec01 .sec_body {
  margin-bottom: 155px;
}
.sec01 .flexbox {
  margin-bottom: 33px;
  align-items: flex-end;
  -moz-column-gap: 35px;
       column-gap: 35px;
}
.sec01 .flexbox .imagebox {
  width: 79%;
  position: relative;
}
.sec01 .flexbox .imagebox .red_line {
  position: absolute;
  color: #fff;
  font-size: 24px;
  background-color: #B40E2A;
  top: 70px;
  right: -240px;
  text-align: left;
  padding: 0 20px;
}
.sec01 .flexbox .imagebox .red_line .big {
  font-size: 40px;
}
.sec01 .flexbox .imagebox .red_line2 {
  position: absolute;
  font-size: 24px;
  color: #fff;
  background-color: #B40E2A;
  top: 180px;
  right: -319px;
  padding: 0 20px;
}
.sec01 .flexbox .imagebox .red_line2 .big {
  font-size: 40px;
}
.sec01 .flexbox .textbox {
  width: 100%;
}
.sec01 .flexbox .textbox .name_text {
  text-align: right;
  font-weight: bold;
}
.sec01 .flexbox .textbox .name {
  font-weight: bold;
  text-align: right;
  font-size: 24px;
}
.sec01 .animation01 {
  margin: 0 0 50px;
  position: relative;
  z-index: 0;
}
.sec01 .animation01 .scroll-container {
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.sec01 .animation01 .scroll-content {
  display: flex;
  animation: scroll 75s linear infinite;
}
.sec01 .animation01 .item {
  flex: 0 0 auto;
  width: 1724px;
  height: 332px;
  margin: 0 0px;
  padding-right: 60px;
  text-align: center;
  line-height: 332px;
  font-size: 24px;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media screen and (max-width: 768px) {
  .sec01 {
    margin-bottom: 13.8vw;
    margin-top: 0;
  }
  .sec01 .sec_header {
    margin-bottom: 5vw;
  }
  .sec01 .sec_header::before {
    font-size: 14vw;
    bottom: 10vw;
  }
  .sec01 .sec_body {
    margin-bottom: 23.8vw;
  }
  .sec01 .flexbox {
    display: block;
    margin-bottom: 0;
  }
  .sec01 .flexbox .imagebox {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .sec01 .flexbox .imagebox .red_line {
    position: absolute;
    font-size: 4vw;
    top: 45vw;
    right: -10vw;
    text-align: left;
    padding: 0 5vw;
  }
  .sec01 .flexbox .imagebox .red_line .big {
    font-size: 4.8vw;
  }
  .sec01 .flexbox .imagebox .red_line2 {
    position: absolute;
    font-size: 4vw;
    top: 56vw;
    right: -10vw;
    padding: 0 5vw;
  }
  .sec01 .flexbox .imagebox .red_line2 .big {
    font-size: 4.8vw;
  }
  .sec01 .flexbox .textbox {
    width: 100%;
  }
  .sec01 .flexbox .textbox .name_text {
    text-align: right;
    font-size: 4vw;
    margin: 3vw 0 2vw;
  }
  .sec01 .flexbox .textbox .name {
    text-align: right;
    font-size: 4.5vw;
    line-height: 1.3;
  }
  .sec01 .animation01 {
    margin: initial;
    margin-top: -10vw;
  }
  .sec01 .animation01 .item {
    flex: 0 0 auto;
    width: 276.8vw;
    height: 54.4vw;
    margin: 0 0px;
    text-align: center;
    line-height: 45.4vw;
    padding-right: 3vw;
  }
}

.sec02 {
  margin-bottom: 250px;
}
.sec02 .sec_header {
  align-items: flex-start;
  margin-bottom: 25px;
  position: relative;
}
.sec02 .sec_header::before {
  content: "ABOUT";
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 158px;
  opacity: 10%;
  letter-spacing: 0.15em;
  color: #600006;
}
.sec02 .flexbox {
  -moz-column-gap: 55px;
       column-gap: 55px;
  align-items: flex-start;
}
.sec02 .flexbox .textbox {
  width: 100%;
}
.sec02 .flexbox .textbox .box_title {
  font-size: 34px;
  color: #600006;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 50px;
}
.sec02 .flexbox .textbox .box_text {
  margin-bottom: 35px;
}
.sec02 .flexbox .textbox .btn_box {
  display: flex;
  justify-content: flex-end;
}
.sec02 .flexbox .imagebox {
  width: 63.4%;
}
@media screen and (max-width: 768px) {
  .sec02 {
    margin-bottom: 13.7vw;
  }
  .sec02 .inner {
    padding: 0 5vw;
  }
  .sec02 .sec_header {
    align-items: flex-start;
    margin-bottom: 3vw;
  }
  .sec02 .sec_header::before {
    font-size: 14vw;
    bottom: 10vw;
  }
  .sec02 .flexbox {
    display: block;
  }
  .sec02 .flexbox .textbox {
    width: 100%;
  }
  .sec02 .flexbox .textbox .box_title {
    font-size: 5vw;
    font-feature-settings: "palt";
    color: #600006;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 5vw;
  }
  .sec02 .flexbox .textbox .box_text {
    margin-bottom: 3vw;
    font-size: 4vw;
  }
  .sec02 .flexbox .textbox .btn_box {
    display: flex;
    justify-content: flex-end;
  }
  .sec02 .flexbox .imagebox {
    width: 70%;
    margin: 0 auto 5vw;
  }
}

.sec03 {
  margin-bottom: 100px;
}
.sec03 .sec_header {
  align-items: flex-start;
  margin-bottom: 35px;
  position: relative;
}
.sec03 .sec_header::before {
  content: "WORKS";
  position: absolute;
  bottom: -40px;
  right: 0;
  font-size: 158px;
  opacity: 10%;
  letter-spacing: 0.15em;
  color: #600006;
}
.sec03 .flexbox {
  align-items: flex-start;
  -moz-column-gap: 90px;
       column-gap: 90px;
}
.sec03 .flexbox .imagebox {
  width: 45.1%;
}
.sec03 .flexbox .textbox {
  width: 100%;
}
.sec03 .flexbox .textbox .box_text {
  margin-bottom: 70px;
}
.sec03 .flexbox .textbox .btn_box {
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .sec03 {
    margin-bottom: 13.8vw;
  }
  .sec03 .inner {
    padding: 0 5vw;
  }
  .sec03 .sec_header {
    align-items: flex-start;
    margin-bottom: 0;
    padding: 22.5vw 0 0;
  }
  .sec03 .sec_header::before {
    font-size: 14vw;
    bottom: 2vw;
  }
  .sec03 .flexbox {
    display: block;
  }
  .sec03 .flexbox .imagebox {
    width: 49%;
    display: flex;
    padding-top: 10vw;
    margin-bottom: 0;
  }
  .sec03 .flexbox .textbox {
    width: 100%;
  }
  .sec03 .flexbox .textbox .box_text {
    margin-bottom: 5vw;
  }
  .sec03 .flexbox .textbox .btn_box {
    justify-content: flex-end;
  }
}

.sec04 {
  margin-bottom: 365px;
  position: relative;
}
.sec04 .inner {
  padding: 85px 0 0 0;
  background-color: rgba(217, 217, 217, 0.19);
}
.sec04 .sec_header {
  padding: 0 50px;
}
.sec04 .sec_header .sec_title {
  color: #600006;
  font-size: 36px;
  border-bottom: 1px solid #600006;
  padding-bottom: 30px;
  margin-bottom: 60px;
  text-align: center;
  font-weight: bold;
}
.sec04 .gridbox {
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 60px;
       column-gap: 60px;
  row-gap: 60px;
  align-items: flex-start;
  margin-bottom: 80px;
  padding: 0 50px 478px;
}
.sec04 .gridbox .flexbox {
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.sec04 .gridbox .flexbox .imagebox {
  width: 78.4%;
}
.sec04 .gridbox .flexbox .textbox {
  width: 100%;
}
.sec04 .gridbox .flexbox .textbox .box_title {
  font-size: 22px;
  font-weight: bold;
  color: #600006;
}
.sec04 .bottom_box {
  padding: 0 50px;
  position: absolute;
  bottom: -100px;
  right: 50%;
  transform: translateX(50%);
}
.sec04 .bottom_box .line_box {
  position: absolute;
  top: 20px;
  right: 40px;
  text-align: right;
}
.sec04 .bottom_box .line_box .red_line {
  display: inline-block;
  background-color: #B40E2A;
  color: #fff;
  margin-bottom: 15px;
  font-size: 24px;
  padding-left: 20px;
  font-weight: bold;
}
.sec04 .bottom_box .line_box .red_line:last-of-type {
  margin-bottom: 0;
}
.sec04 .bottom_box .imagebox {
  width: 1160px;
}
@media screen and (max-width: 768px) {
  .sec04 {
    margin-bottom: 23.8vw;
  }
  .sec04 .inner {
    padding: 10vw 5vw;
  }
  .sec04 .sec_header {
    padding: 0;
  }
  .sec04 .sec_header .sec_title {
    font-size: 6vw;
    padding-bottom: 3vw;
    margin-bottom: 6vw;
  }
  .sec04 .gridbox {
    grid-template-columns: repeat(1, 1fr);
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 10vw;
    align-items: flex-start;
    margin-bottom: 13.8vw;
    padding: 0 0 20vw 0;
  }
  .sec04 .gridbox .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
    display: block;
  }
  .sec04 .gridbox .flexbox .imagebox {
    width: 80%;
    margin: 0 auto 3vw;
  }
  .sec04 .gridbox .flexbox .textbox {
    width: 100%;
  }
  .sec04 .gridbox .flexbox .textbox .box_title {
    font-size: 5vw;
  }
  .sec04 .bottom_box {
    padding: 0 5vw 20vw;
    right: 0;
    bottom: -33vw;
    transform: initial;
  }
  .sec04 .bottom_box .imagebox {
    width: 100%;
  }
  .sec04 .bottom_box .line_box {
    position: absolute;
    top: 35vw;
    right: 0;
    text-align: right;
  }
  .sec04 .bottom_box .line_box .red_line {
    display: inline-block;
    background-color: #B40E2A;
    color: #fff;
    margin-bottom: 1vw;
    font-size: 4vw;
    padding-left: 5vw;
    font-weight: bold;
  }
  .sec04 .bottom_box .line_box .red_line:last-of-type {
    margin-bottom: 0;
  }
}

.sec05 {
  margin-bottom: 270px;
}
.sec05 .sec_header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: relative;
}
.sec05 .sec_header::before {
  content: "INTERVIEW";
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 158px;
  opacity: 10%;
  letter-spacing: 0.15em;
  color: #600006;
}
.sec05 .sec_header .sec_title {
  font-size: 24px;
  margin-bottom: 30px;
}
.sec05 .sec_header .sec_title::before {
  display: none;
}
.sec05 .sec_header .sec_subtitle {
  font-size: 68px;
  position: relative;
}
.sec05 .inner {
  padding: 0 50px;
}
.sec05 .textbox {
  text-align: left;
  margin: 0 0 65px;
}
.sec05 .interview_box {
  margin-bottom: 100px;
}
.sec05 .interview_box .imagebox {
  width: 100%;
  text-align: center;
}
.sec05 .interview_box .imagebox .float_box {
  position: absolute;
  width: 431px;
  height: 240px;
  background-color: #B40E2A;
  z-index: 5;
  padding: 25px;
  text-align: left;
}
.sec05 .interview_box .imagebox .float_box .division {
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
}
.sec05 .interview_box .imagebox .float_box .name_year {
  color: #fff;
  font-size: 21px;
  text-align: right;
  line-height: 1.5;
}
.sec05 .interview_box .imagebox .float_box .comment {
  color: #fff;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 30px;
}
.sec05 .interview_box .imagebox .float_box .more {
  color: #fff;
  text-align: right;
  font-size: 18px;
  position: relative;
  padding-right: 40px;
}
.sec05 .interview_box .imagebox .float_box .more::before {
  content: "";
  position: absolute;
  width: 153px;
  height: 14px;
  bottom: 0;
  right: 0;
  background: url(../../images/common/button_yajirushi.png) center/contain no-repeat;
}
.sec05 .interview_box .imagebox .float01, .sec05 .interview_box .imagebox .float03 {
  top: 50px;
  right: 40px;
}
.sec05 .interview_box .imagebox .float02, .sec05 .interview_box .imagebox .float04 {
  top: 50px;
  left: 40px;
}
.sec05 .interview_box .imagebox .float03 .comment {
  height: 140px;
  padding-top: 0;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec05 {
    margin-bottom: 53.8vw;
    padding-top: 0;
  }
  .sec05 .inner {
    padding: 0 5vw;
  }
  .sec05 .sec_header {
    margin-bottom: 0;
    flex-direction: column-reverse;
  }
  .sec05 .sec_header::before {
    font-size: 13vw;
    bottom: 15vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    right: 5vw;
  }
  .sec05 .sec_header .sec_title {
    font-size: 6vw;
    margin-bottom: 3vw;
  }
  .sec05 .sec_header .sec_subtitle {
    font-size: 4vw;
  }
  .sec05 .sec_header .sec_subtitle::before {
    width: 30vw;
    height: 30vw;
    right: 20vw;
  }
  .sec05 .textbox {
    text-align: center;
    margin: 0 0 10vw;
  }
  .sec05 .interview_box {
    margin-bottom: 45vw;
  }
  .sec05 .interview_box .imagebox {
    width: 100%;
    text-align: center;
  }
  .sec05 .interview_box .imagebox .float_box {
    position: absolute;
    width: 80%;
    height: auto;
    padding: 3vw;
  }
  .sec05 .interview_box .imagebox .float_box .division {
    font-size: 4vw;
    line-height: 1;
  }
  .sec05 .interview_box .imagebox .float_box .name_year {
    color: #fff;
    font-size: 4vw;
    text-align: right;
    line-height: 1;
  }
  .sec05 .interview_box .imagebox .float_box .comment {
    color: #fff;
    font-weight: bold;
    font-size: 5vw;
    line-height: 1.5;
    padding-top: 2vw;
    padding-bottom: 0;
  }
  .sec05 .interview_box .imagebox .float_box .more {
    color: #fff;
    text-align: right;
    font-size: 4vw;
    position: relative;
    padding-right: 10vw;
  }
  .sec05 .interview_box .imagebox .float_box .more::before {
    content: "";
    position: absolute;
    width: 40vw;
    height: 4vw;
    bottom: 0;
    right: 0;
    background: url(../../images/common/button_yajirushi.png) center/contain no-repeat;
  }
  .sec05 .interview_box .imagebox .float01, .sec05 .interview_box .imagebox .float03 {
    top: 40vw;
    right: 50%;
    transform: translateX(50%);
  }
  .sec05 .interview_box .imagebox .float02, .sec05 .interview_box .imagebox .float04 {
    top: 40vw;
    left: -50%;
    transform: translateX(65%);
  }
  .sec05 .interview_box .imagebox .float03 .comment {
    height: auto;
    padding-top: 2vw;
    padding-bottom: 0;
  }
}

.sec06 {
  margin-bottom: 380px;
}
.sec06 .inner {
  padding: 0;
}
.sec06 .sec_header {
  position: relative;
}
.sec06 .sec_header .flexbox {
  -moz-column-gap: 35px;
       column-gap: 35px;
  align-items: flex-end;
  margin-bottom: 130px;
}
.sec06 .sec_header .flexbox .imagebox {
  width: 45%;
}
.sec06 .sec_header .flexbox .header_box .sec_subtitle {
  font-size: 18px;
  color: #600006;
}
.sec06 .sec_header .flexbox .header_box .sec_title {
  font-size: 44px;
  color: #B40E2A;
  font-weight: bold;
  position: relative;
}
.sec06 .title_bg {
  position: absolute;
  width: 100%;
  top: 20px;
  right: 50%;
  transform: translateX(50%);
  z-index: -5;
}
.sec06 .flexbox {
  -moz-column-gap: 75px;
       column-gap: 75px;
  padding-left: 35px;
  margin-bottom: 90px;
}
.sec06 .flexbox .textbox {
  width: 100%;
}
.sec06 .flexbox .textbox .flex_title {
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 50px;
  position: relative;
}
.sec06 .flexbox .textbox .flex_title .num {
  position: absolute;
  color: #B40E2A;
  left: -10px;
  bottom: 30px;
}
.sec06 .flexbox .textbox .flex_title .box_title {
  font-size: 36px;
  color: #B40E2A;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.sec06 .flexbox .textbox .flex_title .box_title .big {
  font-size: 41px;
  color: #B40E2A;
  font-weight: bold;
}
.sec06 .flexbox .imagebox {
  width: 100%;
}
.sec06 .reverse {
  padding-left: 0;
  padding-right: 35px;
}
.sec06 .bottom_box {
  margin: 10px 80px 0;
  padding: 70px 80px 280px;
  background-color: #B40E2A;
}
.sec06 .bottom_box .box_title {
  color: #fff;
  font-size: 36px;
  text-align: center;
  margin-bottom: 45px;
}
.sec06 .bottom_box .box_text {
  color: #fff;
}
.sec06 .bottom_box .imagebox {
  position: absolute;
  width: 1040px;
  bottom: -170px;
  right: 50%;
  transform: translateX(50%);
}
@media screen and (max-width: 768px) {
  .sec06 {
    margin-bottom: 1vw;
  }
  .sec06 .inner {
    padding: 0;
  }
  .sec06 .sec_header {
    position: relative;
  }
  .sec06 .sec_header .flexbox {
    padding: 0 5vw;
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    align-items: flex-end;
    margin-bottom: 10vw;
  }
  .sec06 .sec_header .flexbox .header_box .sec_subtitle {
    font-size: 4vw;
    color: #600006;
  }
  .sec06 .sec_header .flexbox .header_box .sec_title {
    font-size: 6vw;
    color: #B40E2A;
    font-weight: bold;
  }
  .sec06 .sec_header .flexbox .header_box .sec_title::before {
    width: 30vw;
    height: 30vw;
    left: -10vw;
  }
  .sec06 .sec_header .flexbox .imagebox {
    width: 100%;
  }
  .sec06 .title_bg {
    display: none;
    position: absolute;
    width: 100%;
    top: 20px;
    right: 50%;
    transform: translateX(50%);
    z-index: -5;
  }
  .sec06 .flexbox {
    display: block;
    -moz-column-gap: 0;
         column-gap: 0;
    padding: 0 5vw;
    margin-bottom: 10vw;
  }
  .sec06 .flexbox .textbox {
    width: 100%;
  }
  .sec06 .flexbox .textbox .flex_title {
    margin: 10vw 0;
    padding-left: 20vw;
  }
  .sec06 .flexbox .textbox .flex_title .num {
    width: 30%;
    left: 0;
    bottom: 8vw;
  }
  .sec06 .flexbox .textbox .flex_title .box_title {
    font-size: 4.8vw;
    color: #B40E2A;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
  }
  .sec06 .flexbox .textbox .flex_title .box_title .big {
    font-size: 4.8vw;
    color: #B40E2A;
    font-weight: bold;
  }
  .sec06 .flexbox .imagebox {
    width: 100%;
    margin-bottom: 3vw;
  }
  .sec06 .reverse {
    padding: 0 5vw;
  }
  .sec06 .bottom_box {
    margin: 5vw 0;
    padding: 10vw 5vw 5vw;
    background-color: #B40E2A;
  }
  .sec06 .bottom_box .box_title {
    color: #fff;
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 5vw;
  }
  .sec06 .bottom_box .box_text {
    color: #fff;
  }
  .sec06 .bottom_box .imagebox {
    margin-top: 3vw;
    position: static;
    width: 100%;
    transform: initial;
  }
}

.sec07 {
  margin-bottom: 150px;
}
.sec07 .sec_header {
  text-align: center;
  margin-bottom: 80px;
}
.sec07 .sec_header::before {
  content: "INFORMATION";
  position: absolute;
  top: -140px;
  right: 115px;
  font-size: 118px;
  opacity: 10%;
  letter-spacing: 0.15em;
  color: #600006;
}
.sec07 .sec_header .sec_title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.2em;
}
.sec07 .top_box {
  margin-bottom: 90px;
}
.sec07 .top_box .flexbox {
  -moz-column-gap: 60px;
       column-gap: 60px;
}
.sec07 .top_box .flexbox .job_button {
  border: 1px solid #600006;
  padding: 35px 75px;
  font-size: 20px;
  color: #600006;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.sec07 .top_box .flexbox .job_button:hover {
  cursor: pointer;
}
.sec07 .bottom_box .dlist .row {
  display: flex;
  margin-bottom: 20px;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.sec07 .bottom_box .dlist .row .term {
  width: 247px;
  height: 97px;
  background-color: rgba(180, 14, 42, 0.1);
  font-weight: bold;
  color: #600006;
  font-size: 21px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.1em;
}
.sec07 .bottom_box .dlist .row .desc {
  display: flex;
  align-items: center;
  letter-spacing: 0.1em;
  font-size: 18px;
  line-height: 1.7;
  font-feature-settings: "palt";
  width: 70%;
}
.sec07 .top_box .flexbox .tab-item.active {
  background-color: #B40E2A;
  color: #fff;
  font-weight: bold;
  border: 0px solid;
}
.sec07 .tab-panel {
  display: none;
}
.sec07 .tab-panel.active {
  display: block;
  padding: 3%;
}
@media screen and (max-width: 768px) {
  .sec07 {
    margin-bottom: 13.8vw;
  }
  .sec07 .sec_header {
    text-align: center;
    margin-bottom: 5vw;
  }
  .sec07 .sec_header::before {
    font-size: 12vw;
    top: -20vw;
    right: 3.5vw;
    letter-spacing: 0.1em;
    font-feature-settings: "palt";
  }
  .sec07 .sec_header .sec_title {
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.2em;
  }
  .sec07 .top_box {
    margin-bottom: 10vw;
  }
  .sec07 .top_box .flexbox {
    -moz-column-gap: 3vw;
         column-gap: 3vw;
  }
  .sec07 .top_box .flexbox .job_button {
    padding: 5vw 10vw;
    font-size: 4vw;
  }
  .sec07 .bottom_box .dlist .row {
    display: block;
    margin-bottom: 5vw;
  }
  .sec07 .bottom_box .dlist .row .term {
    width: 100%;
    height: auto;
    background-color: rgba(180, 14, 42, 0.1);
    font-weight: bold;
    color: #600006;
    font-size: 4.5vw;
    padding: 4vw 0;
  }
  .sec07 .bottom_box .dlist .row .desc {
    display: block;
    align-items: center;
    letter-spacing: 0.1em;
    font-size: 4vw;
    padding: 5.5vw 3vw;
    width: 100%;
  }
}

.sec08 {
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .sec08 {
    margin-bottom: 13.7vw;
  }
}/*# sourceMappingURL=style.css.map */