.p-guide {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
}
.p-guide__title {
  margin-bottom: 118px;
}
@media screen and (max-width: 899px) {
  .p-guide__title {
    margin-bottom: 70px;
  }
}
.p-guide__title-bg {
  width: 73.7%;
}
@media screen and (max-width: 899px) {
  .p-guide__title-bg {
    width: 95.8%;
  }
}
.p-guide__title-text img {
  width: 270px;
}
@media screen and (max-width: 899px) {
  .p-guide__title-text img {
    width: 39%;
  }
}
.p-guide__contents {
  width: 78.4%;
  max-width: 1248px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 899px) {
  .p-guide__contents {
    width: 89%;
  }
}
.p-guide__list {
  display: block;
  position: relative;
}
.p-guide__list-item {
  display: block;
  position: relative;
}
.p-guide__list-item + .p-guide__list-item {
  margin-top: 3rem;
}
@media screen and (max-width: 899px) {
  .p-guide__list-item + .p-guide__list-item {
    margin-top: 1.2rem;
  }
}

.p-guide_content {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (max-width: 899px) {
  .p-guide_content::before {
    content: "";
    display: block;
    width: 16px;
    height: 1px;
    position: absolute;
    top: 6px;
    left: -2px;
    transform: rotate(-45deg);
    background-color: var(--color-white);
    z-index: 1;
    pointer-events: none;
  }
}
.p-guide_content__container {
  display: block;
  position: relative;
  background: url(../img/glid_bg.png) repeat left top/16px;
  -webkit-clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  clip-path: polygon(16px 0%, 100% 0, 100% 100%, 0 100%, 0% 16px);
  box-sizing: border-box;
  border: 1px solid var(--color-white);
}
@media screen and (max-width: 899px) {
  .p-guide_content__container {
    -webkit-clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
    clip-path: polygon(12px 0%, 100% 0, 100% 100%, 0 100%, 0% 12px);
  }
}
@media screen and (min-width: 900px) {
  .p-guide_content__container::before {
    content: "";
    display: block;
    width: 22px;
    height: 1px;
    position: absolute;
    top: 8px;
    left: -3px;
    transform: rotate(-45deg);
    background-color: var(--color-white);
    z-index: 1;
    pointer-events: none;
  }
}
.p-guide_content__line {
  width: calc(100% - 15px);
  height: 7px;
  position: absolute;
  top: -10px;
  right: 0;
}
@media screen and (max-width: 899px) {
  .p-guide_content__line {
    width: calc(100% - 12px);
    height: auto;
    padding-top: 3%;
    top: -5px;
  }
}
.p-guide_content__line::before {
  content: "";
  display: block;
  width: 260px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/line_right_pc.png) no-repeat right top/auto 100%;
}
@media screen and (max-width: 899px) {
  .p-guide_content__line::before {
    width: 100%;
    background: url(../img/news_base_deco_sp.png) no-repeat right top/100% auto;
  }
}
@media screen and (min-width: 900px) {
  .p-guide_content__line::after {
    content: "";
    display: block;
    width: calc(100% - 260px);
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 2px;
    background-color: #fff;
    opacity: 0.8;
  }
}
.p-guide_content__header {
  width: 100%;
  display: block;
  position: relative;
  padding: 3rem 4.5rem 2.6rem;
  cursor: pointer;
}
@media screen and (max-width: 899px) {
  .p-guide_content__header {
    padding: 2rem 2rem 1.1rem;
  }
}
.p-guide_content__header::after {
  content: "";
  width: 2rem;
  height: 2rem;
  display: block;
  position: absolute;
  top: 55%;
  right: 5rem;
  background: url("../img/arrow_w.png") no-repeat center/contain;
  transform: translate(0, -50%) rotate(90deg);
}
@media screen and (max-width: 899px) {
  .p-guide_content__header::after {
    width: 1.2rem;
    height: 1.2rem;
    right: 2rem;
  }
}
.is-drawer-open .p-guide_content__header::after {
  transform: translate(0, -50%) rotate(-90deg);
}
.p-guide_content__title {
  display: block;
  position: relative;
  padding-right: 5rem;
  font-size: 1.8rem;
  line-height: 1.6;
  font-family: var(--font-jp);
  color: var(--color-white);
  text-align: left;
  transform: translateX(0);
  transition: transform 0.6s var(--ease-main);
}
@media screen and (max-width: 899px) {
  .p-guide_content__title {
    padding-right: 3rem;
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .p-guide_content:hover .p-guide_content__title {
    opacity: 1;
    transform: translateX(10px);
  }
}
.p-guide_content__inner {
  width: 100%;
  display: none;
  position: relative;
  margin: 0 auto;
  padding: 0 4.5rem;
}
@media screen and (max-width: 899px) {
  .p-guide_content__inner {
    padding: 0 2rem;
  }
}
.p-guide_content__main {
  width: 100%;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 4.8rem 0 4.5rem;
}
@media screen and (max-width: 899px) {
  .p-guide_content__main {
    padding: 2.2rem 0 2.5rem;
  }
}
.p-guide_content__main::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-top: 1px solid var(--color-white);
}
.p-guide_content__text {
  display: block;
  position: relative;
  font-size: 1.6rem;
  letter-spacing: 0.05rem;
  line-height: 1.8;
}
@media screen and (max-width: 899px) {
  .p-guide_content__text {
    font-size: 1.3rem;
    line-height: 1.75;
  }
}
.p-guide_content__text a {
  color: var(--color-white);
  text-decoration: underline;
}
@media (hover: hover) {
  .p-guide_content__text a:hover {
    text-decoration: none;
  }
}
.p-guide_content__text .u-text-indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
.p-guide_content__text .u-text-indent:not(:last-child) {
  margin-bottom: 0.15em;
}
@media screen and (max-width: 899px) {
  .p-guide_content__text .u-text-indent:not(:last-child) {
    margin-bottom: 0.1em;
  }
}