.c-page-header {
  /* 最終フォールバック（とても古い環境向け） */
  background: url("../img/perspective/bg_head_01.jpg") center/cover no-repeat;
  /* 古めのSafari向け */
  background: -webkit-image-set(
               url("../img/perspective/bg_head_01.webp") type("image/webp") 1x,
               url("../img/perspective/bg_head_01.jpg")  type("image/jpeg") 1x
             ) center/cover no-repeat;

  /* 標準（対応ブラウザはここを使う） */
  background: image-set(
               url("../img/perspective/bg_head_01.webp") type("image/webp") 1x,
               url("../img/perspective/bg_head_01.jpg")  type("image/jpeg") 1x
             ) center/cover no-repeat;
}

#perspective .c-credit{
  color: #000;
}

.explain {
  background: #F9F6ED;
  border-radius: 30px;
  padding: 84px 0 70px;
  margin-top: 82px;
}
@media screen and (max-width: 767px) {
  .explain {
    margin-top: 30px;
    padding: 20px 0 30px;
  }
}
.explain__hdline {
  font-size: 40px;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .explain__hdline {
    font-size: 20px;
    font-weight: 300;
    padding: 0 15px;
    text-align: left;
  }
}
.explain ul {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .explain ul {
    margin-top: 30px;
  }
}
.explain__list {
  border-top: 1px solid #8f8f8f;
}
.explain__list:last-child {
  border-bottom: 1px solid #8f8f8f;
}
.explain__list a {
  display: block;
  padding: 42px 0;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .explain__list a {
    display: block;
    padding: 20px 0;
    margin-left: 15px;
  }
}
.explain__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 57px;
}
.explain__item--title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.explain__item--title span {
  font-size: 24px;
}
.explain__item--name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px;
  gap: 33px;
}
.explain__item--name span {
  font-size: 16px;
  margin-left: 15px;
}
@media screen and (max-width: 767px) {
  .explain__item {
    gap: 20px;
    font-size: 13px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .explain__item--title span {
    font-size: 16px;
  }
  .explain__item--name {
    gap: 0px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 13px;
  }
  .explain__item--name span {
    font-size: 13px;
  }
}

.c-box__tex > span {
  padding-left: unset;
}

.box {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .box {
    margin-top: 30px;
  }
}
.box .c-head03 {
  gap: 8px;
  margin: 0 0 10px;
}
.box .c-head03 ::before {
  width: 50px;
}
.box._01 .box__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .box._01 .box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box._01 .box:nth-child(2n) .box__content {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .box._01 .box:nth-child(2n) .box__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.box__text01 + .box__text01{
  margin-top: 20px;
}
.box__text01 + img {
  margin-top: 55px;
}
.box__text01 span{
  font-weight: bold;
  display: block;
  margin: 0 0 5px;
}
.c-box{
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .box__text01 + img {
    margin-top: 20px;
  }
  .c-box{
    margin-top: 30px;
  }
}
.box__text02 {
  width: 60%;
}
.box__figure {
  width: 35%;
}


@media screen and (max-width: 767px) {
  .box__text02 {
    width: unset;
  }
  .box__figure {
    width: 60%;
    margin: 20px auto 0;
  }
}


/* 英字対応 */
.translatepress-en_US .c-head01{
  line-height: 1.2;
}

.translatepress-en_US .c-head01 span{
  margin-top: 11px;
}