.c-page-hdr {
  background-image: url("../img/ttl_bg.png");
}
@media screen and (max-width: 767px) {
  .c-page-hdr {
    background-image: url("../img/ttl_bg_sp.png");
  }
}

.p-flow {
  border-radius: 60px;
  background: #fff;
  margin-bottom: 240px;
  padding: 60px 70px 50px 70px;
}
@media screen and (max-width: 1120px) {
  .p-flow {
    margin-bottom: 21.4285714286vw;
    padding: 5.3571428571vw 6.25vw 4.4642857143vw 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow {
    margin-bottom: 26.6666666667vw;
    padding: 9.3333333333vw 6.6666666667vw;
    border-radius: 8vw;
  }
}
.p-flow__lead {
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 1120px) {
  .p-flow__lead {
    font-size: 1.6071428571vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__lead {
    font-size: 3.7333333333vw;
  }
}
.p-flow__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-flow__list {
    margin-top: 3.125em;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list {
    justify-content: center;
  }
}
.p-flow__list > li {
  position: relative;
  text-align: center;
  width: 14.2857142857%;
}
@media screen and (min-width: 768px) {
  .p-flow__list > li:after {
    position: absolute;
    top: 40%;
    right: -13%;
    content: "";
    display: block;
    background: url("../img/flow_arr.svg") 0 0/contain;
    width: 9px;
    height: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1120px) {
  .p-flow__list > li:after {
    width: 0.8035714286vw;
    height: 1.3392857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__list > li {
    margin: 9.3333333333vw 3.3333333333vw 0 3.3333333333vw;
    width: 32vw;
    font-size: 4.2666666667vw;
  }
  .p-flow__list > li:nth-child(even):after {
    position: absolute;
    bottom: -5.3333333333vw;
    right: 103%;
    content: "";
    display: block;
    background: url("../img/flow_arr_sp.svg") 0 0/contain;
    width: 4vw;
    height: 2.4vw;
  }
}
.p-flow__list > li:last-child:after {
  display: none;
}
.p-flow__list > li p {
  margin-top: 0.5em;
  font-weight: bold;
}

.p-works {
  padding-bottom: 40px;
}
@media screen and (max-width: 1120px) {
  .p-works {
    padding-bottom: 3.5714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-works {
    padding-top: 14.6666666667vw;
    padding-bottom: 5.3333333333vw;
  }
}
.p-works__wbtn {
  margin-top: 60px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-works__wbtn a {
    min-width: 430px;
  }
}
@media screen and (max-width: 767px) {
  .p-works__wbtn {
    margin-top: 6.6666666667vw;
  }
  .p-works__wbtn a {
    min-width: 76vw;
  }
}

.p-dev {
  margin-bottom: -6.25em;
  padding-bottom: 12.5em;
}
@media screen and (max-width: 767px) {
  .p-dev {
    margin-bottom: -13.3333333333vw;
    padding-bottom: 33.3333333333vw;
  }
}
.p-dev__row {
  margin-top: 3.75em;
}
.p-dev__row:first-child {
  margin-top: 0;
}
.p-dev__hdr a {
  display: block;
  position: relative;
  background: #102B54;
  padding: 0.8em 2em;
  color: #fff;
  border-radius: 100px;
  text-align: center;
  transition: background 0.2s;
}
@media screen and (min-width: 768px) {
  .p-dev__hdr a {
    pointer-events: none;
  }
}
.p-dev__hdr a .c-icon--togglew {
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-dev__hdr a {
    padding: 0.8em 2em;
  }
  .p-dev__hdr a .c-icon--togglew {
    right: 4vw;
  }
}
.p-dev__hdr a.is-hover:hover {
  background: #0069F0;
}
.p-dev__ttl {
  font-size: 2rem;
}
@media screen and (max-width: 1120px) {
  .p-dev__ttl {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-dev__ttl {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  .p-dev__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.p-dev__item {
  margin-top: 1.25em;
  border-radius: 40px;
  background: #fff;
  box-shadow: 0px 0px 20px rgba(39, 39, 39, 0.15);
}
@media screen and (min-width: 768px) {
  .p-dev__item {
    width: 49.1071428571%;
    padding: 2.8125em 2.5em;
  }
}
@media screen and (max-width: 767px) {
  .p-dev__item {
    padding: 4vw;
    margin-top: 2vw;
    border-radius: 5.3333333333vw;
  }
}
.p-dev__ittl {
  margin-bottom: 0.3em;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1120px) {
  .p-dev__ittl {
    font-size: 1.7857142857vw;
  }
}
@media screen and (max-width: 767px) {
  .p-dev__ittl {
    font-size: 4.2666666667vw;
  }
}
.p-dev__ilead {
  font-size: 1.5rem;
  margin-bottom: 2em;
}
@media screen and (max-width: 1120px) {
  .p-dev__ilead {
    font-size: 1.3392857143vw;
  }
}
@media screen and (max-width: 767px) {
  .p-dev__ilead {
    margin-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
}
.p-dev__iwtable {
  background: #EDF4FA;
  font-size: 1.2rem;
  padding: 0.8333333333em 1.6666666667em;
}
@media screen and (max-width: 1120px) {
  .p-dev__iwtable {
    font-size: 1.0714285714vw;
  }
}
@media screen and (max-width: 767px) {
  .p-dev__iwtable {
    font-size: 2.9333333333vw;
  }
}
.p-dev__iwtable table {
  width: 100%;
}
.p-dev__iwtable tr th,
.p-dev__iwtable tr td {
  padding: 0.6666666667em 0;
  border-bottom: 1px solid #B0BDD3;
  line-height: 1.5;
}
.p-dev__iwtable tr:last-child th,
.p-dev__iwtable tr:last-child td {
  border-bottom: 0;
}
.p-dev__iwtable th {
  text-align: left;
  font-weight: normal;
  width: 5.5em;
}
.p-dev__iwtable td {
  padding-left: 0.3em;
}

.p-staff {
  padding-top: 3.125em;
  padding-bottom: 1.875em;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding-top: 16vw;
  }
  .p-staff__wlist {
    margin-top: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .p-example__witems {
    overflow: auto;
    padding-bottom: 20px;
    margin-left: -8vw;
    margin-right: -8vw;
    padding-left: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__items {
    width: 252vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 4vw;
  }
}
.p-example__item {
  border-radius: 40px;
  background: #fff;
  padding: 2.5em;
}
@media screen and (max-width: 767px) {
  .p-example__item {
    border-radius: 8vw;
    padding: 5.3333333333vw;
    width: 80vw;
    box-shadow: 0px 0px 20px rgba(39, 39, 39, 0.15);
  }
}
@media screen and (min-width: 768px) {
  .p-example__item + .p-example__item {
    margin-top: 1.875em;
  }
}
@media screen and (min-width: 768px) {
  .p-example__row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .p-example__fig {
    width: 44.4444444444%;
  }
  .p-example__fig img {
    border-radius: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-example__fig {
    margin-bottom: 4vw;
  }
  .p-example__fig img {
    border-radius: 5.3333333333vw;
  }
}
.p-example__hdr {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .p-example__hdr {
    width: 48.8888888889%;
  }
}
.p-example__div {
  font-size: 1.8rem;
  margin-bottom: 0.8em;
}
@media screen and (max-width: 980px) {
  .p-example__div {
    font-size: 2.4489795918vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__div {
    font-size: 3.4666666667vw;
  }
}
.p-example__sttl {
  font-size: 2.2rem;
}
.p-example__sttl b {
  font-size: 3.2rem;
}
.p-example__sttl span {
  font-weight: normal;
}
@media screen and (max-width: 980px) {
  .p-example__sttl {
    font-size: 2.2448979592vw;
  }
  .p-example__sttl b {
    font-size: 3.2653061224vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__sttl {
    font-size: 4.2666666667vw;
  }
  .p-example__sttl b {
    font-size: 5.6vw;
  }
}
.p-example__date {
  font-size: 1.8rem;
  margin-top: 0.5em;
  color: #B4B4B4;
}
@media screen and (max-width: 980px) {
  .p-example__date {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__date {
    margin-top: 0.2em;
    font-size: 3.4666666667vw;
  }
}
.p-example__wtxt {
  margin-top: 1.875em;
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (max-width: 980px) {
  .p-example__wtxt {
    font-size: 1.8367346939vw;
  }
}
@media screen and (max-width: 767px) {
  .p-example__wtxt {
    margin-top: 0.5em;
    font-size: 3.7333333333vw;
  }
}

.en .c-ftlist-a__wtable table,
.en .c-ftlist-a__wtable tbody,
.en .c-ftlist-a__wtable tr,
.en .c-ftlist-a__wtable td {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .en .c-ftlist-a__txt > p {
    max-height: max-content !important;
    min-height: fit-content !important;
  }
}
.en .c-ftlist-a__wtxt > .c-ftlist-a__ttl {
  min-height: 3em !important;
}
.en .c-page-hdr > .c-page-hdr__ttl {
  max-width: 80%;
}
.en .p-dev__iwtable td,
.en .c-ftlist-a__wtable tr td {
  padding-left: 1em;
}
@media screen and (min-width: 768px) {
  .en .p-flow__list > li:after {
    top: 35%;
  }
}