/* common
---------------------------------------------------------------------------- */
.l-header-logo {
  display: none;
  opacity: 0;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  .l-header-logo {
    display: block;
    opacity: 1;
  }
}
/* p-mv
---------------------------------------------------------------------------- */
.p-mv {
  position: relative;
}

.p-mv-main {
  height: 48.9583333333vw;
  position: relative;
  background: url(../../images/top/bg_mv_pc.png) no-repeat center top/cover;
}
.p-mv-main .swiper {
  position: absolute;
  top: 4.6875vw;
  left: 0;
  right: 0;
  width: 100%;
  height: 32.0833333333vw;
}

.p-mv-bottom-inner {
  width: 100%;
  max-width: 86.1979166667vw;
  padding-top: 38.8020833333vw;
  margin-left: 6.25vw;
}

.p-mv-bottom-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 3.125vw;
}

.p-mv-bottom-wrap-logo img {
  width: 48.8rem;
}

.p-mv-bottom-wrap-images {
  flex: 1;
  display: flex;
  align-items: start;
  gap: 0 0.625vw;
}

.p-mv-bottom-wrap-img {
  height: 5.0520833333vw;
  position: relative;
}
.p-mv-bottom-wrap-img p {
  position: absolute;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.5208333333vw;
  white-space: nowrap;
}
.p-mv-bottom-wrap-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-mv-bottom-wrap-button {
  display: flex;
  flex-direction: column;
  gap: 0.7291666667vw;
  width: 20.8333333333vw;
}

.p-mv-bottom-wrap-btn {
  padding: 0.8333333333vw;
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-size: 1.1458333333vw;
  color: #fff;
  background-color: #3EBCFF;
  border: 0.15625vw solid currentColor;
  border-radius: 10vmax;
  display: grid;
  grid-template-columns: 1fr auto;
  place-items: center;
  box-shadow: 0 0 0.8333333333vw rgba(0, 0, 0, 0.16), inset 0 0 0.5208333333vw rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease;
}
.p-mv-bottom-wrap-btn._blue {
  background-color: #4261B7;
}
.p-mv-bottom-wrap-btn._blue .p-mv-bottom-wrap-btn-arrow::before {
  border-color: #4261B7;
}

.p-mv-bottom-wrap-btn-arrow {
  width: 1.5625vw;
  height: 1.5625vw;
  border-radius: 50%;
  background-color: currentColor;
  position: relative;
}

.p-mv-bottom-wrap-btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  width: 0.3645833333vw;
  aspect-ratio: 1;
  border-top: 0.1041666667vw solid #3EBCFF;
  border-right: 0.1041666667vw solid #3EBCFF;
  transform: translate(-50%, -50%) rotate(45deg);
  transition: border-color 0.3s ease;
}

@media (any-hover: hover) {
  .p-mv-bottom-wrap-btn:hover {
    color: #3EBCFF;
    background-color: #fff;
    box-shadow: 0 0 1.6rem rgba(0, 0, 0, 0), inset 0 0 1rem rgba(0, 0, 0, 0);
  }
  .p-mv-bottom-wrap-btn:hover._blue {
    color: #4261B7;
  }
  .p-mv-bottom-wrap-btn:hover .p-mv-bottom-wrap-btn-arrow::before {
    border-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-main {
    height: 168vw;
    background: url(./../../images/top/bg_mv_sp.png);
  }
  .p-mv-main .swiper {
    top: 18.6666666667vw;
    height: 80vw;
  }
  .p-mv-bottom-inner {
    max-width: initial;
    padding-top: 102.6666666667vw;
    margin: auto;
  }
  .p-mv-bottom-wrap {
    flex-direction: column;
    align-items: center;
    gap: 4vw;
  }
  .p-mv-bottom-wrap-logo {
    display: none;
  }
  .p-mv-bottom-wrap-images {
    justify-content: center;
    gap: 0 1.0666666667vw;
    padding: 0 3.7333333333vw;
    margin-bottom: 8vw;
  }
  .p-mv-bottom-wrap-img {
    height: 15.7333333333vw;
  }
  .p-mv-bottom-wrap-img p {
    font-size: 1.8666666667vw;
    margin-top: 1.3333333333vw;
  }
  .p-mv-bottom-wrap-button {
    width: 78.6666666667vw;
    gap: 2.6666666667vw;
  }
  .p-mv-bottom-wrap-btn {
    padding-block: 2.6666666667vw;
    padding-inline: 5.3333333333vw 2.6666666667vw;
    font-size: 4.8vw;
    line-height: 1.4444444444;
    border-width: 0.8vw;
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0.16), inset 0 0 2.6666666667vw rgba(0, 0, 0, 0.2);
  }
  .p-mv-bottom-wrap-btn-arrow {
    width: 6.4vw;
    height: 6.4vw;
  }
  .p-mv-bottom-wrap-btn-arrow::before {
    width: 1.6vw;
    border-top-width: 0.5333333333vw;
    border-right-width: 0.5333333333vw;
  }
}
@media screen and (max-width: 767px) and (any-hover: hover) {
  .p-mv-bottom-wrap-btn:hover {
    box-shadow: 0 0 4.2666666667vw rgba(0, 0, 0, 0), inset 0 0 2.6666666667vw rgba(0, 0, 0, 0);
  }
}
/* p-top
---------------------------------------------------------------------------- */
.p-top {
  padding-block: 10.5rem 9.8rem;
  background-color: #FFFAC6;
}

.p-top-read {
  text-align: center;
}

.p-top-read span {
  font-size: 2.2rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #4261B7;
}

.p-top-read em {
  padding-bottom: 0.2rem;
  border-bottom: 0.2rem solid #F6CA4A;
}

.p-top-read small {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 1.5rem;
  display: inline-block;
}

.p-top-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: 4rem;
}

@media screen and (max-width: 767px) {
  .p-top {
    padding-block: 8.5333333333vw;
  }
  .p-top-read {
    text-align: left;
  }
  .p-top-read span {
    font-size: 4.8vw;
    line-height: 2.2777777778;
  }
  .p-top-read em {
    padding-bottom: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
  .p-top-read small {
    font-size: 4.2666666667vw;
    line-height: 2.5625;
    margin-top: initial;
    display: inline;
  }
  .p-top-txt {
    font-size: 4.2666666667vw;
    line-height: 2.25;
    text-align: left;
    margin-top: 4vw;
  }
}
/* p-strength
---------------------------------------------------------------------------- */
.p-strength {
  padding-bottom: 10rem;
  position: relative;
}

.p-strength::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  z-index: -1;
  right: 0;
  width: 100%;
  height: 13.5rem;
  background-color: #FFFAC6;
}

.p-strength-block {
  width: 100%;
  max-width: 136rem;
  padding-inline: 2rem;
  margin-inline: auto;
}

.p-strength-inner {
  padding-top: 8rem;
  background-color: #fff;
}

.p-strength-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 6rem;
}

.p-strength-item {
  display: grid;
  grid-template-rows: subgrid;
  align-items: center;
  justify-items: center;
  grid-row: span 4;
  row-gap: 0;
}

.p-strength-item-num {
  font-family: "Montserrat", sans-serif;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #F6CA4A;
  margin-bottom: 2rem;
}

.p-strength-item-img._01 {
  width: 13.7rem;
  aspect-ratio: 137/72;
}

.p-strength-item-img._02 {
  width: 13.2rem;
  aspect-ratio: 132/75.5;
}

.p-strength-item-img._03 {
  width: 9.1rem;
  aspect-ratio: 91/61;
}

.p-strength-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-strength-item-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  text-align: center;
  margin-top: 1.7rem;
}

.p-strength-item-txt {
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 400;
  align-self: start;
  margin-top: 1.5rem;
}

.p-strength-button {
  width: 26.9rem;
  margin-inline: auto;
  margin-top: 5.7rem;
}

@media screen and (max-width: 767px) {
  .p-strength {
    padding-bottom: 13.3333333333vw;
  }
  .p-strength::after {
    height: 33.3333333333vw;
  }
  .p-strength-block {
    max-width: initial;
    padding-inline: 5.3333333333vw;
  }
  .p-strength-inner {
    padding-block: 8vw 8.8vw;
  }
  .p-strength-items {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
  .p-strength-item {
    grid-template-rows: initial;
  }
  .p-strength-item-num {
    font-size: 5.8666666667vw;
    margin-bottom: 3.4666666667vw;
  }
  .p-strength-item-img._01 {
    width: 30.6666666667vw;
    aspect-ratio: 115/60;
  }
  .p-strength-item-img._02 {
    width: 24vw;
    aspect-ratio: 90/60;
  }
  .p-strength-item-img._03 {
    width: 24vw;
    aspect-ratio: 90/60;
  }
  .p-strength-item-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    margin-top: 4.8vw;
  }
  .p-strength-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    margin-top: 4.5333333333vw;
  }
  .p-strength-button {
    width: 71.7333333333vw;
    margin-top: 10.1333333333vw;
  }
}
/* p-map
---------------------------------------------------------------------------- */
.p-map {
  padding-inline: 2rem;
  padding-bottom: 10rem;
}

.p-map-container {
  width: 100%;
  max-width: 132rem;
  background-color: #F2F2F2;
  margin-inline: auto;
  padding-block: 8rem;
  padding-inline: 8rem;
}

.p-map-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.p-map-ttl-en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  background-color: #F6CA4A;
  padding-block: 0.6rem;
  padding-inline: 1.8rem;
}

.p-map-ttl-jp {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-map-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-top: 3.3rem;
}

.p-map-group {
  margin-top: 3rem;
}

.p-map-group-ttl {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background-color: #F6CA4A;
  padding-block: 0.8rem 1rem;
  padding-inline: 2rem;
  margin-top: 1rem;
}

.p-map-group-lists {
  padding-block: 2.8rem 2.6rem;
  padding-inline: 15rem;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.8rem 2rem;
  border: 0.2rem solid #F6CA4A;
}

.p-map-group-list {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  column-gap: 0.7rem;
}

.p-map-group-list::before {
  content: "";
  width: 1.7rem;
  aspect-ratio: 17/14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_check.svg);
}

.p-map-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}

.p-map-item {
  display: grid;
  grid-template-rows: subgrid;
  align-items: center;
  justify-items: center;
  grid-row: span 3;
  padding-block: 3.1rem 2.6rem;
  padding-inline: 4rem;
  background-color: #fff;
  border: 0.2rem solid #F6CA4A;
  row-gap: 0;
}

.p-map-item-img._01 {
  width: 5rem;
  aspect-ratio: 50/50;
}

.p-map-item-img._02 {
  width: 8.4rem;
  aspect-ratio: 84/40;
}

.p-map-item-img._03 {
  width: 6rem;
  aspect-ratio: 60/40;
}

.p-map-item-img._04 {
  width: 6rem;
  aspect-ratio: 60/50;
}

.p-map-item-img._05 {
  width: 5rem;
  aspect-ratio: 1/1;
}

.p-map-item-img._06 {
  width: 5.6rem;
  aspect-ratio: 56/40;
}

.p-map-item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.p-map-item-ttl {
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
  font-weight: 700;
  margin-top: 2.5rem;
}

.p-map-item-lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem 0;
  margin-top: 1.8rem;
  align-self: start;
}

.p-map-item-list {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.04em;
  font-weight: 400;
  width: 50%;
  padding-left: 2rem;
  position: relative;
}
.p-map-item-list._max {
  width: max-content;
}

.p-map-item-list::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.6rem;
  aspect-ratio: 16/14;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/common/icn_check.svg);
}

.p-map-read {
  text-align: center;
  margin-top: 4.8rem;
}

.p-map-read span {
  font-size: 2.4rem;
  line-height: 1.7916666667;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #4261B7;
  border-bottom: 0.2rem solid #F6CA4A;
}

@media screen and (max-width: 767px) {
  .p-map {
    padding-inline: 5.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .p-map-container {
    max-width: initial;
    padding-block: 8vw 6.1333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-map-ttl {
    gap: 4.2666666667vw;
  }
  .p-map-ttl-en {
    font-size: 3.7333333333vw;
    padding-block: 1.6vw;
    padding-inline: 3.7333333333vw;
  }
  .p-map-ttl-jp {
    font-size: 5.3333333333vw;
  }
  .p-map-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 5.8666666667vw;
  }
  .p-map-group {
    margin-top: 4.8vw;
  }
  .p-map-group-ttl {
    font-size: 4.8vw;
    padding-block: 1.0666666667vw 1.6vw;
    padding-inline: 5.3333333333vw;
    margin-top: 2.6666666667vw;
  }
  .p-map-group-lists {
    padding-block: 5.0666666667vw 4.2666666667vw;
    padding-inline: 4.2666666667vw;
    justify-content: initial;
    gap: 2.9333333333vw 5.3333333333vw;
    border-width: 0.5333333333vw;
  }
  .p-map-group-list {
    font-size: 4.2666666667vw;
    column-gap: 1.8666666667vw;
  }
  .p-map-group-list._mr {
    margin-right: 6.6666666667vw;
  }
  .p-map-group-list::before {
    width: 4.5333333333vw;
  }
  .p-map-items {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
  .p-map-item {
    grid-template-rows: initial;
    padding-block: 6.9333333333vw;
    padding-inline: 4.2666666667vw;
    border-width: 0.5333333333vw;
  }
  .p-map-item-img._01 {
    width: 13.3333333333vw;
  }
  .p-map-item-img._02 {
    width: 22.4vw;
  }
  .p-map-item-img._03 {
    width: 16vw;
  }
  .p-map-item-img._04 {
    width: 13.3333333333vw;
  }
  .p-map-item-img._05 {
    width: 13.3333333333vw;
  }
  .p-map-item-img._06 {
    width: 14.9333333333vw;
  }
  .p-map-item-ttl {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    margin-top: 6.1333333333vw;
  }
  .p-map-item-lists {
    gap: 2.6666666667vw 0;
    margin-top: 4.8vw;
  }
  .p-map-item-list {
    font-size: 4.2666666667vw;
    padding-left: 5.3333333333vw;
  }
  .p-map-item-list._maxsp {
    width: max-content;
  }
  .p-map-item-list::before {
    width: 4.2666666667vw;
  }
  .p-map-read {
    margin-top: 6.4vw;
  }
  .p-map-read span {
    font-size: 4.8vw;
    line-height: 2.2777777778;
    letter-spacing: normal;
    border-bottom-width: 0.5333333333vw;
  }
}
/* p-service
---------------------------------------------------------------------------- */
.p-service {
  padding-block: 10rem;
  background-color: #FEFCE6;
}

.p-service-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .p-service {
    padding-block: 13.3333333333vw;
  }
  .p-service-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 7.4666666667vw;
  }
}
/* p-cases
---------------------------------------------------------------------------- */
.p-cases {
  padding-block: 10rem;
}

.p-cases-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-top: 4.8rem;
}

.p-cases-groups {
  display: flex;
  gap: 0 4rem;
  margin-top: 7.3rem;
}

.p-cases-group {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.p-cases-group-ttl {
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  padding-block: 1.2rem 1.3rem;
  padding-inline: 10rem 2rem;
  background-color: #EDBB2B;
  position: relative;
  border-radius: 1rem 0 0 0;
}

.p-cases-group-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 8.3rem;
  aspect-ratio: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./../../images/top/icm_cases.svg);
}

.p-cases-group-items {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding-block: 3rem 2.8rem;
  padding-inline: 3rem;
  background-color: #F5F5F5;
}

.p-cases-group-item {
  display: flex;
  align-items: flex-start;
  gap: 0 1.5rem;
}

.p-cases-group-item:not(:last-child) {
  padding-bottom: 1.3rem;
  border-bottom: 0.2rem dashed #D5D5D5;
}

.p-cases-group-item-ttl {
  width: 10rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EDBB2B;
}

.p-cases-group-item-ttl span {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #fff;
  padding-block: 0 0.2rem;
}

.p-cases-group-item-txt {
  flex: 1;
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}

.p-cases-group-item-txt em {
  font-weight: 700;
  border-bottom: 0.2rem solid #F6CA4A;
}

@media screen and (max-width: 767px) {
  .p-cases {
    padding-block: 13.3333333333vw;
  }
  .p-cases-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
    text-align: left;
    margin-top: 7.4666666667vw;
  }
  .p-cases-groups {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 12.5333333333vw;
  }
  .p-cases-group-ttl {
    font-size: 4.8vw;
    line-height: 1.3333333333;
    padding-block: 2.9333333333vw 3.2vw;
    padding-inline: 18.6666666667vw 5.3333333333vw;
    border-radius: 2.6666666667vw 0 0 0;
  }
  .p-cases-group-ttl::before {
    bottom: 5.3333333333vw;
    width: 18.6666666667vw;
  }
  .p-cases-group-items {
    gap: 4vw;
    padding-block: 8vw 7.4666666667vw;
    padding-inline: 5.3333333333vw;
  }
  .p-cases-group-item {
    flex-direction: column;
    gap: 2.1333333333vw;
  }
  .p-cases-group-item:not(:last-child) {
    padding-bottom: 3.6vw;
    border-bottom-width: 0.5333333333vw;
  }
  .p-cases-group-item-ttl {
    width: 26.6666666667vw;
  }
  .p-cases-group-item-ttl span {
    font-size: 4.2666666667vw;
    padding-block: 0 0.5333333333vw;
  }
  .p-cases-group-item-txt {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  .p-cases-group-item-txt em {
    border-bottom-width: 0.5333333333vw;
  }
}
/* p-flow
---------------------------------------------------------------------------- */
.p-flow {
  padding-inline: 2rem;
  position: relative;
}

.p-flow::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 21rem;
  background-color: #FEFCE6;
}

.p-flow-container {
  width: 100%;
  max-width: 132rem;
  margin-inline: auto;
  padding-block: 8rem;
  padding-inline: 10.5rem;
  background-color: #FFFAC6;
}

.p-flow-items {
  display: flex;
  flex-direction: column;
  margin-top: 4.8rem;
}

.p-flow-item {
  display: flex;
  align-items: center;
  gap: 0 3rem;
  padding-block: 2.75rem;
  border-bottom: 0.2rem solid #F6CA4A;
  position: relative;
}

.p-flow-item:first-child {
  border-top: 0.2rem solid #F6CA4A;
}

.p-flow-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 2.5rem;
  height: 1.4rem;
  background-color: #F6CA4A;
  clip-path: polygon(50% 1.4rem, 0% 0%, 2.5rem 0%);
}

.p-flow-item-box {
  width: 13rem;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 0 2rem;
}

.p-flow-item-box-num {
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-weight: 700;
  color: #EDBB2B;
}

.p-flow-item-box-img {
  display: grid;
  place-items: center;
}

.p-flow-item-box-img._01 img {
  width: 5.4rem;
  height: 4.25rem;
}

.p-flow-item-box-img._02 img {
  width: 6.4rem;
  height: 5.1rem;
}

.p-flow-item-box-img._03 img {
  width: 5.4rem;
  height: 5.95rem;
}

.p-flow-item-box-img._04 img {
  width: 6.2rem;
  height: 5.45rem;
}

.p-flow-item-wrap {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.p-flow-item-wrap-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
}

.p-flow-item-wrap-txt {
  font-size: 1.6rem;
  line-height: 1.75;
  letter-spacing: 0.04em;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-flow {
    padding-inline: 5.3333333333vw;
  }
  .p-flow::after {
    height: 66.6666666667vw;
  }
  .p-flow-container {
    max-width: initial;
    padding-block: 8vw;
    padding-inline: 5.3333333333vw;
  }
  .p-flow-items {
    gap: 2.6666666667vw;
    margin-top: 8vw;
  }
  .p-flow-item {
    display: grid;
    grid-template-areas: "box ttl" "txt txt";
    grid-template-columns: auto 1fr;
    gap: 4vw;
    padding-block: 4.8vw;
    border-bottom-width: 0.5333333333vw;
  }
  .p-flow-item:first-child {
    border-top-width: 0.5333333333vw;
  }
  .p-flow-item:not(:last-child)::after {
    width: 6.6666666667vw;
    height: 3.7333333333vw;
    clip-path: polygon(50% 3.7333333333vw, 0% 0%, 6.6666666667vw 0%);
  }
  .p-flow-item-box {
    width: 21.8666666667vw;
    gap: 0 4vw;
    grid-area: box;
  }
  .p-flow-item-box-num {
    font-size: 4.8vw;
  }
  .p-flow-item-box-img._01 img {
    width: 8vw;
    height: 6.4vw;
  }
  .p-flow-item-box-img._02 img {
    width: 10.6666666667vw;
    height: 8.888vw;
  }
  .p-flow-item-box-img._03 img {
    width: 8vw;
    height: 8.96vw;
  }
  .p-flow-item-box-img._04 img {
    width: 10.1333333333vw;
    height: 8.7333333333vw;
  }
  .p-flow-item-wrap {
    display: contents;
  }
  .p-flow-item-wrap-ttl {
    font-size: 5.3333333333vw;
    line-height: 1.6;
    grid-area: ttl;
  }
  .p-flow-item-wrap-txt {
    font-size: 4.2666666667vw;
    grid-area: txt;
  }
}
/* p-download
---------------------------------------------------------------------------- */
.p-download {
  padding-block: 10rem;
  background-color: #FEFCE6;
}

.p-download-txt {
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.04em;
  font-weight: 400;
  text-align: center;
  margin-top: 4.8rem;
}

.p-download-items {
  margin-top: 4.7rem;
}

@media screen and (max-width: 767px) {
  .p-download {
    padding-block: 13.3333333333vw;
  }
  .p-download-txt {
    font-size: 4.8vw;
    line-height: 1.7777777778;
    text-align: left;
    margin-top: 7.2vw;
  }
  .p-download-items {
    margin-top: 7.2vw;
  }
}
/* p-journal
---------------------------------------------------------------------------- */
.p-journal {
  padding-block: 10rem;
}

.p-journal-items {
  margin-top: 4.8rem;
}

.p-journal-button {
  width: 26.9rem;
  margin-inline: auto;
  margin-top: 5.8rem;
}

@media screen and (max-width: 767px) {
  .p-journal {
    padding-block: 13.3333333333vw;
  }
  .p-journal-items {
    margin-top: 7.4666666667vw;
  }
  .p-journal-button {
    width: 71.7333333333vw;
    margin-top: 7.4666666667vw;
  }
}
/* p-faq
---------------------------------------------------------------------------- */
.p-faq {
  margin-bottom: 10rem;
}

.p-faq-container {
  width: 100%;
  max-width: 132rem;
  margin-inline: auto;
  padding-block: 8rem;
  padding-inline: 5rem;
  background-color: #F2F2F2;
}

.p-faq-tab-buttons {
  margin-top: 4.8rem;
}

.p-faq-items {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  margin-top: 4.8rem;
}

.p-faq-item-ttl {
  font-size: 2.4rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
  font-weight: 700;
  padding-left: 2.4rem;
  position: relative;
}

.p-faq-item-ttl::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 1rem;
  aspect-ratio: 1;
  background-color: #EDBB2B;
  border-radius: 50%;
}

.p-faq-item-accordion {
  margin-top: 2.8rem;
}

.p-faq-button {
  width: 26.9rem;
  margin-inline: auto;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .p-faq {
    margin-bottom: initial;
  }
  .p-faq-container {
    max-width: initial;
    padding-block: 13.3333333333vw;
    padding-inline: 5.3333333333vw;
  }
  .p-faq-tab-buttons {
    margin-top: 8vw;
  }
  .p-faq-items {
    gap: 4.8vw;
    margin-top: 4.8vw;
  }
  .p-faq-item-ttl {
    font-size: 4.8vw;
    line-height: 1.6111111111;
    padding-left: 5.3333333333vw;
  }
  .p-faq-item-ttl::before {
    top: 2.6666666667vw;
    width: 2.6666666667vw;
  }
  .p-faq-item-accordion {
    margin-top: 5.3333333333vw;
  }
  .p-faq-button {
    width: 71.7333333333vw;
    margin-top: 8vw;
  }
}
