.p-bg {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: #FFF9EB;
  box-shadow: 0 0 4px rgba(185, 141, 74, 0.4);
}
@media screen and (max-width: 767px) {
  .p-bg {
    width: 89.333333%;
  }
}
.p-bg--works {
  margin-top: 42px;
  padding: 34px 50px 32px;
}
@media screen and (max-width: 767px) {
  .p-bg--works {
    margin-top: 20px;
    padding: 22px 16px 20px;
  }
}
.p-bg--flow {
  margin-top: 72px;
  padding: 34px 50px 32px;
}
@media screen and (max-width: 767px) {
  .p-bg--flow {
    margin-top: 40px;
    padding: 22px 16px 20px;
  }
}

.p-works + .p-works {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .p-works + .p-works {
    margin-top: 33px;
  }
}
.p-works__ttl {
  color: #EB6120;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-works__ttl {
    font-size: 2.4rem;
  }
}
.p-works__box01 {
  margin-top: 28px;
  display: grid;
  grid-template-columns: 59.6% calc(40.4% - 20px);
  grid-template-rows: auto auto auto auto;
  align-items: start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-works__box01 {
    margin-top: 21px;
    display: block;
  }
}
.p-works__img {
  grid-column: 2/3;
  grid-row: 1/2;
}
.p-works__box02 {
  border-radius: 8px;
  padding: 17px 20px 20px;
  grid-column: 1/2;
  grid-row: 1/3;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-works__box02 {
    margin-top: 20px;
    padding: 17px 16px 20px;
  }
}
.p-works__txt01 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-works__list01 {
  margin-top: 13px;
}
.p-works__item01 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-works__item01 {
    display: inline;
  }
}
.p-works__box03 {
  grid-column: 2/3;
  grid-row: 2/3;
  text-align: center;
}
.p-works__color {
  margin-top: -3px;
  padding: 0 16px 2px;
  display: inline-block;
  position: relative;
  color: #EB6120;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-works__color {
    margin-top: 20px;
  }
}
.p-works__color::before, .p-works__color::after {
  content: "";
  width: 2px;
  height: 20px;
  border-radius: 9px;
  position: absolute;
  bottom: 0;
  background-color: #EB6120;
}
.p-works__color::before {
  left: 0;
  transform: rotate(-20deg);
}
.p-works__color::after {
  right: 0;
  transform: rotate(20deg);
}
.p-works__list02 {
  margin-top: 8px;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-works__list02 {
    margin-top: 12px;
  }
}
.p-works__item02 {
  display: inline;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
.p-works__bnr {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  grid-column: 1/3;
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-works__bnr {
    margin-top: 20px;
    display: block;
  }
}
.p-works__bnr-item {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-works__bnr-item {
    aspect-ratio: 303/170;
  }
}
@media screen and (max-width: 767px) {
  .p-works__bnr-item + .p-works__bnr-item {
    margin-top: 16px;
  }
}
.p-works__bnr-item iframe {
  width: 100%;
  height: 100%;
}
.p-works__nav {
  max-width: 790px;
  width: 100%;
  margin: 0 auto;
  grid-column: 1/3;
  display: flex;
  gap: 23px;
}
@media screen and (max-width: 767px) {
  .p-works__nav {
    margin-top: 20px;
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
.p-works__link {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-works__link {
    max-width: 248px;
    width: 100%;
  }
}
.p-works__link > a {
  height: 48px;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-works__link > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-works__link > a:hover {
    opacity: 0.7;
  }
}
.p-works__link--detail > a {
  color: #fff;
  background-color: #2376C9;
  box-shadow: 0 4px 0 #14539C;
}
.p-works__link--entry > a {
  color: #fff;
  background-color: #FF2121;
  box-shadow: 0 4px 0 #A71313;
}
.p-works__link--flow > a {
  border: 2px solid #EB6120;
  padding-right: 10px;
  color: #EB6120;
  background-color: #fff;
  box-shadow: 0 4px 0 #EB6120;
}
.p-works__link--arrow01 {
  width: 13px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%) rotate(45deg) skew(-5deg, -5deg);
}
.p-works__link--arrow01::before, .p-works__link--arrow01::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #fff;
}
.p-works__link--arrow01::before {
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
}
.p-works__link--arrow01::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
.p-works__link--arrow02 {
  width: 13px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 45%;
  right: 5%;
  transform: translateY(-50%) rotate(45deg) skew(5deg, 5deg);
}
.p-works__link--arrow02::before, .p-works__link--arrow02::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #EB6120;
}
.p-works__link--arrow02::before {
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}
.p-works__link--arrow02::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}

.p-flow__top {
  color: #EB6120;
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
.p-flow__nav {
  margin-top: 28px;
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .p-flow__nav {
    flex-direction: column;
    gap: 16px;
  }
}
.p-flow__link > a {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #EB6120;
  font-size: 2rem;
  font-weight: 700;
}
@media print, screen and (min-width: 768px) {
  .p-flow__link > a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-flow__link > a:hover {
    opacity: 0.7;
  }
}
.p-flow__link--bg {
  width: 32px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  background-color: #EB6120;
}
.p-flow__link--arrow {
  width: 11px;
  aspect-ratio: 1/1;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .p-flow__link--arrow {
    top: 50%;
    left: 45%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.p-flow__link--arrow::before, .p-flow__link--arrow::after {
  content: "";
  border-radius: 9px;
  position: absolute;
  background-color: #fff;
}
.p-flow__link--arrow::before {
  height: 3px;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__link--arrow::before {
    height: 2px;
  }
}
.p-flow__link--arrow::after {
  width: 3px;
  top: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-flow__link--arrow::after {
    width: 2px;
  }
}
.p-flow__block {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-flow__block {
    margin-top: 20px;
    display: block;
  }
}
.p-flow__block + .p-flow__block {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  .p-flow__block + .p-flow__block {
    margin-top: 32px;
  }
}
.p-flow__left {
  width: 38%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-flow__left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .p-flow__img {
    z-index: 1;
    margin: 0 14px;
    padding: 18px;
    position: relative;
  }
  .p-flow__img::before {
    z-index: -1;
    content: "";
    width: 90px;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0;
    left: 0;
    background: radial-gradient(#DEAF92 50%, transparent 50%) repeat top left/6px 6px;
  }
}
.p-flow__job {
  margin-top: 17px;
  color: #EB6120;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-flow__job {
    margin-top: 0;
    font-size: 2.4rem;
  }
}
.p-flow__year {
  color: #EB6120;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-flow__year {
    margin-top: 8px;
  }
}
.p-flow__ttl {
  margin-top: 16px;
  padding-bottom: 12px;
  position: relative;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
}
.p-flow__ttl::after {
  content: "";
  width: 150px;
  height: 2px;
  border-radius: 9px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #AE4210;
}
@media screen and (max-width: 767px) {
  .p-flow__ttl::after {
    max-width: 100%;
    width: 200px;
  }
}
.p-flow__txt {
  margin-top: 4px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-flow__txt {
    margin-top: 11px;
    font-size: 1.4rem;
    line-height: 1.7142857143;
  }
}
.p-flow__box {
  margin-top: 22px;
  display: flex;
  gap: 21px;
}
@media screen and (max-width: 767px) {
  .p-flow__box {
    margin-top: 15px;
    gap: 19px;
  }
}
.p-flow__state {
  flex: 1;
  position: relative;
}
.p-flow__state-txt {
  width: 100%;
  padding: 8px 0 9px;
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background-color: #AE4210;
}
@media screen and (max-width: 767px) {
  .p-flow__state-txt {
    padding: 7px 0 8px;
  }
}
.p-flow__right {
  border-radius: 8px;
  padding: 20px;
  flex: 1;
  background-color: #FFEBBB;
}
@media screen and (max-width: 767px) {
  .p-flow__right {
    margin-top: 16px;
    padding: 20px 16px;
  }
}
.p-flow__item {
  display: flex;
  gap: 17px;
}
.p-flow__item + .p-flow__item {
  margin-top: 20px;
}
.p-flow__item-time {
  width: 48px;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  color: #AE4210;
  font-size: 1.8rem;
  font-weight: 700;
  font-family: "din-2014", "DIN 2014", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-flow__item-time {
    width: auto;
    margin-top: 0;
    margin-right: 16px;
    display: inline;
    color: #fff;
  }
}
.p-flow__item-box {
  flex: 1;
}
.p-flow__item-ttl {
  border-radius: 8px 8px 0 0;
  padding: 4px 16px;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  font-weight: 700;
  background-color: #AE4210;
}
@media screen and (max-width: 767px) {
  .p-flow__item-ttl {
    font-size: 1.6rem;
  }
}
.p-flow__item-txt {
  border-radius: 0 0 8px 8px;
  padding: 14px 16px 18px;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-flow__item-txt {
    padding: 4px 16px 12px;
  }
}

/*# sourceMappingURL=works.css.map */
