@charset "UTF-8";
.m-sec-title01 {
  font-family: "Noto Serif JP", serif;
  font-size: 3.2rem;
  line-height: 1.5;
  margin-bottom: 4.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-sec-title01 {
    font-size: 5.8666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.m-sec-title01-pink {
  color: #C5786F;
}
.l-pagebody-head {
  margin: 0 0 4rem;
}
@media screen and (max-width: 767px) {
  .l-pagebody-head {
    margin-top: 0 0 10.6666666667vw;
  }
}
.l-pagebody-head .m-sec-title {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .l-pagebody-head .m-sec-title {
    margin-top: 10.6666666667vw;
  }
}

/* index
---------------------------------------------------------------------------- */
.sec-point {
  margin: 0 0 8rem;
}
@media screen and (max-width: 767px) {
  .sec-point {
    margin: 0;
  }
}
.sec-point .p-point-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .sec-point .p-point-wrap {
    display: block;
    padding: 10.6666666667vw 0 12vw;
  }
}
.sec-point .p-point-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-point .p-point-txt {
    padding-right: 0;
  }
}
.sec-point .p-point-txt p {
  font-size: 1.5rem;
  line-height: 2.3333333333;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-point .p-point-txt p {
    font-size: 3.4666666667vw;
    line-height: 1.9;
  }
}
.sec-point .p-point-img {
  width: 60rem;
}
@media screen and (max-width: 767px) {
  .sec-point .p-point-img {
    width: 100%;
    margin-top: 6.6666666667vw;
  }
}

.sec-opencampus01 {
  margin: 0 0 7rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 {
    margin: 0;
  }
}
.sec-opencampus01 .p-opencampus01-wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 8rem 0 8rem 5rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 .p-opencampus01-wrap {
    padding: 13.3333333333vw 0;
    display: block;
  }
}
.sec-opencampus01 .p-opencampus01-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 12rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 .p-opencampus01-txt {
    padding-left: 0;
  }
}
.sec-opencampus01 .p-opencampus01-txt .m-sec-title01 {
  margin-bottom: 6rem;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 .p-opencampus01-txt .m-sec-title01 {
    text-align: center;
    margin-bottom: 8vw;
  }
}
.sec-opencampus01 .p-opencampus01-txt p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 .p-opencampus01-txt p {
    font-size: 3.4666666667vw;
  }
}
.sec-opencampus01 .p-opencampus01-img {
  width: 34.7rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus01 .p-opencampus01-img {
    width: 79%;
    margin: 6.6666666667vw auto 0;
  }
}

.sec-opencampus02 {
  padding: 5rem 0 11.5rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 {
    padding: 16vw 0;
  }
  .sec-opencampus02 .m-sec-title01 {
    margin-bottom: 4vw;
  }
}
.sec-opencampus02 .p-opencampus02-lead {
  margin: 4rem 0 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-lead {
    font-size: 3.4666666667vw;
    margin: 0 0 5.3333333333vw;
  }
}
.sec-opencampus02 .p-opencampus02-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-list {
    -ms-grid-columns: 1fr 5.3333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 5.3333333333vw;
  }
}
.sec-opencampus02 .p-opencampus02-list-img {
  width: 100%;
  height: 20.5rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-list-img {
    height: 31.2vw;
  }
}
.sec-opencampus02 .p-opencampus02-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-opencampus02 .p-opencampus02-list-txt {
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-list-txt {
    padding: 2.6666666667vw 0 0;
  }
}
.sec-opencampus02 .p-opencampus02-list-txt .ttl {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-list-txt .ttl {
    font-size: 3.7333333333vw;
    margin-bottom: 1.3333333333vw;
  }
}
.sec-opencampus02 .p-opencampus02-list-txt .detail {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-opencampus02 .p-opencampus02-list-txt .detail {
    font-size: 3.4666666667vw;
  }
}

.sec-special {
  padding: 8rem 0 9.5rem;
}
@media screen and (max-width: 767px) {
  .sec-special {
    padding: 13.3333333333vw 0;
  }
}
.sec-special .p-special-lead {
  margin: 5rem 0 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-special .p-special-lead {
    font-size: 4vw;
    text-align: left;
    margin-top: 8vw;
  }
}
.sec-special .p-special-bnr {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 940px;
  margin: 0 auto;
}
.sec-special .p-special-bnr li {
  height: 180px;
}
.sec-special .p-special-bnr li img {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .sec-special .p-special-bnr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .sec-special .p-special-bnr li {
    height: auto;
    width: 100%;
  }
  .sec-special .p-special-bnr li + li {
    margin-top: 5.3333333333vw;
  }
  .sec-special .p-special-bnr li img {
    height: auto;
  }
}

.sec-far {
  padding: 11.5rem 0 8rem;
}
@media screen and (max-width: 767px) {
  .sec-far {
    padding: 16vw 0;
  }
}
.sec-far .m-sec-title01 {
  margin-bottom: 2.8rem;
}
.sec-far .p-far-lead {
  margin: 0 0 5rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-far .p-far-lead {
    font-size: 3.4666666667vw;
    text-align: left;
    margin-bottom: 7.3333333333vw;
  }
}
/* qa
---------------------------------------------------------------------------- */
.sec-qa {
  padding: 8.5rem 0;
  margin-bottom: 8rem;
}
@media screen and (max-width: 767px) {
  .sec-qa {
    padding: 13.3333333333vw 0;
    margin-bottom: 0;
  }
}
.sec-qa .m-inner {
  max-width: 94rem;
}
.sec-qa .p-qa-question {
  background: #fff;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  position: relative;
  padding: 2rem 8rem 2rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question {
    font-size: 4.2666666667vw;
    padding: 4vw 13.3333333333vw 4vw 18.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-qa .p-qa-question i {
  display: inline-block;
  background: url("../../images/startup/icn_qa_q.svg") no-repeat left top/cover;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  position: absolute;
  left: 1.9rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question i {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 5.3333333333vw;
  }
}
.sec-qa .p-qa-question:before, .sec-qa .p-qa-question:after {
  content: "";
  height: 1px;
  width: 1.8rem;
  background: #1E1E1E;
  position: absolute;
  right: 2.2rem;
  top: 50%;
}
@media screen and (max-width: 767px) {
  .sec-qa .p-qa-question:before, .sec-qa .p-qa-question:after {
    width: 4.8vw;
    height: 0.2666666667vw;
  }
}
.sec-qa .p-qa-question:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sec-qa .p-qa-question.is-open:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.sec-qa .p-qa-answer {
  display: none;
  font-size: 1.5rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  padding: 1.5rem 8rem 2.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec-qa .p-qa-answer {
    font-size: 3.4666666667vw;
    padding: 1.3333333333vw 4vw 4vw 18.6666666667vw;
  }
}
.sec-qa .p-qa-answer i {
  display: inline-block;
  background: url("../../images/startup/icn_qa_a.svg") no-repeat left top/cover;
  width: 4rem;
  height: 4rem;
  vertical-align: middle;
  position: absolute;
  left: 2rem;
  top: calc(50% - 0.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec-qa .p-qa-answer i {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    left: 5.3333333333vw;
  }
}

.sec-interview {
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .sec-interview {
    padding: 13.3333333333vw 0;
  }
}
.sec-interview .p-interview-lead {
  margin: 5rem 0 0 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-interview .p-interview-lead {
    font-size: 3.4666666667vw;
    margin-top: 0;
    text-align: left;
  }
}
.sec-interview.m-interview .m-archive-index-list {
  margin: 2.5rem 0;
  padding: 0;
  border-bottom: none;
  row-gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list {
    row-gap: 2.6666666667vw;
    margin: 5.3333333333vw 0 0vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec-interview.m-interview .m-archive-index-list li a {
  height: 100%;
}
.sec-interview.m-interview .m-archive-index-list li .img {
  height: 20.4rem;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .img {
    height: 30.9333333333vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt {
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 2rem 1.8rem;
  position: relative;
  height: calc(100% - 20.4rem);
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt {
    height: calc(100% - 30.9333333333vw);
    padding: 5.3333333333vw 1.3333333333vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .profile {
  border-bottom: 1px solid #C5786F;
  padding: 0 0.8rem 1.8rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .profile {
    font-size: 3.2vw;
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .profile .office {
  line-height: 1.6;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .profile .office {
    margin-bottom: 1.6vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .profile .occupation {
  color: #C5786F;
  margin-bottom: 1.4rem;
  position: relative;
  padding-left: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .profile .occupation {
    font-size: 3.4666666667vw;
    margin-bottom: 3.2vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .profile .occupation:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #C5786F;
  border-radius: 30px;
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .profile .occupation:before {
    width: 5px;
    height: 5px;
    top: calc(50% - 2px);
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .profile .name {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .profile .name {
    font-size: 3.7333333333vw;
  }
}
.sec-interview.m-interview .m-archive-index-list li .txt .faculty {
  padding: 0 0.8rem;
}
.sec-interview.m-interview .m-archive-index-list li .txt .faculty p {
  color: #949494;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .sec-interview.m-interview .m-archive-index-list li .txt .faculty p {
    font-size: 3.2vw;
  }
}

.sec-opencampus03 {
  padding: 12rem 0;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 {
    padding: 13.3333333333vw 0;
  }
}
.sec-opencampus03 .p-opencampus03-lead {
  margin: 3rem 0 3rem 0;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-lead {
    font-size: 3.4666666667vw;
    -moz-text-align-last: left;
         text-align-last: left;
    margin: 4vw 0;
  }
}
.sec-opencampus03 .p-opencampus03-list {
  margin-bottom: 5rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list {
    padding: 0;
    display: block;
    margin-bottom: 4vw;
  }
}
.sec-opencampus03 .p-opencampus03-list-img {
  width: 100%;
  height: 28rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list-img {
    height: 65.6vw;
  }
}
.sec-opencampus03 .p-opencampus03-list-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-opencampus03 .p-opencampus03-list-txt {
  padding: 3rem 0 0;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list-txt {
    padding: 6.6666666667vw 0 5.3333333333vw;
  }
}
.sec-opencampus03 .p-opencampus03-list-txt .ttl {
  color: #C5786F;
  font-size: 1.8rem;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list-txt .ttl {
    font-size: 4.2666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.sec-opencampus03 .p-opencampus03-list-txt .ttl i {
  display: inline-block;
  width: 9.05rem;
  vertical-align: middle;
  margin-right: 1.8rem;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list-txt .ttl i {
    width: 21.3333333333vw;
    margin-right: 4vw;
    margin-top: -1.0666666667vw;
  }
}
.sec-opencampus03 .p-opencampus03-list-txt .detail {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .sec-opencampus03 .p-opencampus03-list-txt .detail {
    font-size: 3.4666666667vw;
  }
}
.sec-flow {
  background: #F6F4F2;
  padding: 8rem 0 12rem;
  /*仮*/
}
@media screen and (max-width: 767px) {
  .sec-flow {
    padding: 13.3333333333vw 0;
  }
}
.sec-flow img {
  margin-top: 1rem;
}

/* interview
---------------------------------------------------------------------------- */
.p-startup.m-interview .m-subtitle {
  color: #C5786F;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  clear: both;
  margin: 0 0 1.6rem;
  padding-left: 1.5rem;
  border-left: 4px solid #DFB1AA;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .m-subtitle {
    font-size: 4.2666666667vw;
    margin-top: 4vw;
  }
}
.p-startup.m-interview .sec-head {
  margin-top: 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head {
    margin-top: 6.6666666667vw;
  }
}
.p-startup.m-interview .sec-head .p-head-lead {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-lead {
    margin-bottom: 8vw;
  }
}
.p-startup.m-interview .sec-head .p-head-lead p {
  font-size: 1.5rem;
  line-height: 1.8666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-lead p {
    font-size: 3.4666666667vw;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3rem 1fr 3rem 1fr 3rem 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
  row-gap: 7.5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-anchor {
    -ms-grid-columns: 1fr 2rem 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    padding-bottom: 17.3333333333vw;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor li {
  background: #EEE2DC;
}
.p-startup.m-interview .sec-head .p-head-anchor li a {
  display: block;
}
.p-startup.m-interview .sec-head .p-head-anchor li a .txt,
.p-startup.m-interview .sec-head .p-head-anchor li a .info,
.p-startup.m-interview .sec-head .p-head-anchor li a .ttl {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .p-startup.m-interview .sec-head .p-head-anchor li a:hover .img img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
  }
  .p-startup.m-interview .sec-head .p-head-anchor li a:hover .txt,
.p-startup.m-interview .sec-head .p-head-anchor li a:hover .info,
.p-startup.m-interview .sec-head .p-head-anchor li a:hover .ttl {
    opacity: 0.7;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor li .img {
  width: 100%;
  height: 20.4rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-anchor li .img {
    height: 30.9333333333vw;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor li .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.p-startup.m-interview .sec-head .p-head-anchor li .txt {
  padding: 2rem 3rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-anchor li .txt {
    padding: 5.3333333333vw 2.6666666667vw 4vw;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor li .txt .name {
  color: #1E1E1E;
  font-size: 1.8rem;
  line-height: 1.5555555556;
  letter-spacing: 0.04em;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-anchor li .txt .name {
    font-size: 4vw;
  }
}
.p-startup.m-interview .sec-head .p-head-anchor li .txt .department {
  border-top: 1px solid #C5786F;
  margin-top: 1rem;
  padding: 1rem 0;
  color: #949494;
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-head .p-head-anchor li .txt .department {
    font-size: 3.2vw;
  }
}
.p-startup.m-interview .sec-voice {
  background: #F6F4F2;
  padding: 10rem 0;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice {
    padding: 18.6666666667vw 0;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit {
    display: block;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit + .p-voice-unit {
  margin-top: 6rem;
  padding-top: 5rem;
  border-top: 1px solid #D6D6D6;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit + .p-voice-unit {
    margin-top: 6.6666666667vw;
    padding-top: 8vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile {
  width: 41rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile {
    width: 100%;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .img {
  height: 37.9rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile .img {
    width: 61.3333333333vw;
    height: 60.2666666667vw;
    margin: 0 auto;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .txt {
  background: rgba(255, 255, 255, 0.9);
  margin: 0 auto;
  padding: 4.5rem 4rem 3rem;
  width: 92%;
  position: relative;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile .txt {
    width: 100%;
    padding: 6.6666666667vw 5.3333333333vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .department {
  color: #C5786F;
  font-size: 1.5rem;
  line-height: 1.4666666667;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .department {
    font-size: 3.7333333333vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .name {
  font-weight: 600;
  color: #C5786F;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .name {
    margin-bottom: 2.6666666667vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .name .big {
  font-size: 2.4rem;
  line-height: 2;
  margin-right: 0.5rem;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .name .big {
    font-size: 5.3333333333vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-profile .txt .former {
  font-size: 1.5rem;
  line-height: 1.4666666667;
}
.p-startup.m-interview .sec-voice .p-voice-unit-detail {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 9rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-detail {
    margin-left: 0;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-detail p {
  font-size: 1.5rem;
  line-height: 2;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-detail p {
    font-size: 3.7333333333vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-detail p + .m-subtitle {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-detail p + .m-subtitle {
    margin-top: 9.3333333333vw;
  }
}
.p-startup.m-interview .sec-voice .p-voice-unit-detail p + p {
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-startup.m-interview .sec-voice .p-voice-unit-detail p + p {
    margin-top: 2.6666666667vw;
  }
}

.p-flow {
  background: #fff;
  padding: 30px;
}

.p-flow + .p-flow {
  margin-top: 40px;
}

.p-flow-btn .m-button02 {
  width: 250px;
  border-bottom: 1px solid #C5786F;
  border-right: 1px solid #C5786F;
}
.p-flow-btn .m-button02 span {
  border: 1px solid #C5786F;
  background: #C5786F;
  color: #fff;
  width: 250px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-top: 13px;
}
.p-flow-btn .m-button02 small {
  font-size: 1.3rem;
}
.p-flow-btn .p-button02 {
  width: 250px;
  border-bottom: 1px solid #C5786F;
  border-right: 1px solid #C5786F;
  display: block;
  margin: 0 auto;
}
.p-flow-btn .p-button02 span {
  border: 1px solid #C5786F;
  background: #C5786F;
  color: #fff;
  width: 250px;
  font-size: 1.6rem;
  line-height: 1.3;
  padding-top: 13px;
  letter-spacing: 0.06em;
  font-weight: 500;
  display: inline-block;
  right: 0.5rem;
  bottom: 0.5rem;
  position: relative;
  text-align: center;
  height: 70px;
}
.p-flow-btn .p-button02 small {
  font-size: 1.3rem;
}

.p-flow-btn-pt .m-button02 span {
  padding-top: 23px;
}

.p-flow-btn-two .m-button02 span {
  height: 70px;
}

.p-flow-ttl {
  text-align: center;
  font-size: 2.2rem;
  color: #C5786F;
  margin-bottom: 30px;
}

.p-flow-arrow {
  position: relative;
}
.p-flow-arrow::after {
  position: absolute;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 20px 0 20px;
  border-color: #DFB1AA transparent transparent transparent;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.p-flow-arrow01::after {
  bottom: -25px;
}

.p-flow-arrow02::after,
.p-flow-arrow03::after {
  bottom: -75px;
}

.p-flow-area {
  background: #F6F4F2;
  width: 840px;
  margin: 40px auto 0;
}

.p-flow-inner {
  padding: 20px 15px 15px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 auto 0;
  width: 700px;
}

.p-flow-inner-item {
  width: 50%;
}

.p-flow-inner-item-txt {
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding: 5.3333333333vw;
  }
  .p-flow + .p-flow {
    margin-top: 24vw;
  }
  .p-flow-btn {
    width: 100%;
    margin: 0 auto;
  }
  .p-flow-btn .m-button02 {
    width: 100%;
    height: auto;
  }
  .p-flow-btn .m-button02 span {
    width: 100%;
    font-size: 4vw;
    padding-top: 3.4666666667vw;
  }
  .p-flow-btn .m-button02 small {
    font-size: 3.2vw;
  }
  .p-flow-btn .p-button02 {
    width: 100%;
    height: auto;
  }
  .p-flow-btn .p-button02 span {
    width: 100%;
    font-size: 4vw;
    padding-top: 3.4666666667vw;
    height: 18.6666666667vw;
  }
  .p-flow-btn .p-button02 small {
    font-size: 3.2vw;
  }
  .p-flow-arrow01 {
    width: 85%;
  }
  .p-flow-btn-pt .m-button02 span {
    padding-top: 6.1333333333vw;
  }
  .p-flow-btn-two .m-button02 span {
    height: 18.6666666667vw;
  }
  .p-flow-ttl {
    text-align: center;
    font-size: 5.8666666667vw;
    color: #C5786F;
    margin-bottom: 30px;
  }
  .p-flow-arrow {
    position: relative;
  }
  .p-flow-arrow::after {
    position: absolute;
    left: 50%;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.7333333333vw 5.3333333333vw 0 5.3333333333vw;
    border-color: #DFB1AA transparent transparent transparent;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .p-flow-arrow01::after {
    bottom: -6.6666666667vw;
  }
  .p-flow-arrow02::after {
    bottom: -61.3333333333vw;
  }
  .p-flow-arrow03::after {
    bottom: -20vw;
  }
  .p-flow-area {
    background: #F6F4F2;
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .p-flow-inner {
    padding: 5.3333333333vw 6.6666666667vw 4vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .p-flow-inner-item {
    width: 100%;
  }
  .p-flow-inner-item + .p-flow-inner-item {
    margin-top: 6.6666666667vw;
  }
  .p-flow-inner-item-txt {
    font-size: 3.0666666667vw;
    margin-bottom: 4vw;
  }
  .p-flow-inner-item-txt-ml {
    margin-left: -3vw;
    white-space: nowrap;
  }
}