.content {
  margin-top: 78px;
  padding: 110px 120px 155px;
  background: url(../images/background@2x.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #595757;
  font-family: "FOT-筑紫オールド明朝 Pro R", "TsukuOldMinPro-R", "游明朝", "Yu Mincho medium", "YuMincho medium", "Hiragino Mincho ProN", "HGS明朝E", serif;
  font-feature-settings: "palt";
}

.content section {
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 90%;
  max-width: 950px;
  padding: 117px 200px 0;
  margin: 0 auto;
}

.content section h2 {
  width: 38.4%;
  margin: auto;
}

.content section h3 {
  width: 76%;
  margin: auto;
  padding: 10% 0 9%;
}

.content section .sttl_p_01 {
  border-top:solid 1px #4c4a4a;
  border-bottom:solid 1px #4c4a4a;
  width: 100%;
  padding: 5% 0;
  margin: auto;
}

.content section .sttl_p_01 img {
  display: block;
  width: 48.6%;
  margin: auto;
}

.content section .sttl_p_02 {
  border-bottom:solid 1px #4c4a4a;
  width: 100%;
  padding: 3% 0;
  margin: auto;
}

.content section .sttl_p_02 img {
  display: block;
  width: 63%;
  margin: auto;
}

.content div {
  padding: 7.2% 0 0;
}

.content div figure {
  margin: 0 auto 7%;
}

.content div p {
  font-size: 1.313rem;
  font-weight: 500;
  letter-spacing: 0.12rem;
  line-height: 2;
  padding-bottom: 2.9%;
}

.content div p:last-of-type {
  padding-bottom: 9.9%;
}

.pager ul  {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 90%;
  max-width: 950px;
  padding: 50px 200px 117px;
  font-size: 1rem;
  margin: 0 auto;
}

.pager ul li {
  width: 49.8%;
}

.pager ul li:first-of-type::before {
  content: "<<";
}

.pager ul li:last-of-type {
  text-align: right;
}

.pager ul li:last-of-type::after {
  content: ">>";
}

@media screen and (max-width:1279px) {
  .content section {
    width: 90%;
    padding: 9.5% 19% 0;
  }

  .content section h2 p:first-of-type {
    font-size: 2.5vw;
    letter-spacing: 0.45vw;
    padding-bottom: 3.8vw;
  }

  .content section h2 p:nth-of-type(2) {
    font-size: 7vw;
    padding-bottom: 3.7vw;
  }

  .content section h2 p:nth-of-type(2) span {
    font-size: 5.3vw;
    padding: 0vw 1.3vw 2.6vw;
  }

  .content section h2 p:nth-of-type(3) {
    font-size: 2vw;
    letter-spacing: 0.48vw;
    line-height: 1.9;
    padding-top: 1.9vw;
  }

  .content section h2 p:last-of-type {
    font-size: 6.3vw;
    padding-bottom: 1.8vw;
  }

  .content section h2 p:last-of-type span {
    display: inline-block;
    font-size: 2vw;
    font-style: italic;
    vertical-align: middle;
    padding-bottom: 1.6vw;
  }

  .content div {
    padding:7.3vw 0.5vw 0;
  }

  .content div p {
    font-size: 1.8vw;
    letter-spacing: 0.3vw;
  }

  .pager ul {
    display: flex;
    justify-content: space-between;
    background-color: rgba(255, 255, 255, 0.9);
    width: 90%;
    padding: 4vw 14.7vw;
    font-size: 1.6vw;
  }
}

@media screen and (max-width:767px) {
  .content {
    margin-top: 16.1%;
    padding: 12% 0% 12.2%;
    background: url(../images/background_sp@2x.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
  }

  .content section {
    width: 92%;
    padding: 10.5vw 6.2vw 0vw;
  }

  .content section h3 {
    width: 64%;
    margin: auto;
    padding: 4% 0;
}

.content section .sttl_p_02 img {
  width: 85%;
}

  .content div {
    padding: 6.4vw 2.4vw 3.5vw;
  }

  .content div p {
    font-size: 3.8vw;
    letter-spacing: 0.3vw;
    line-height: 1.95;
    padding-bottom: 1.8%;
  }

  .content div p:last-of-type {
    padding-bottom: 15%;
}

  .pager ul {
    width: 92%;
    padding: 5vw 10vw 11vw;
    font-size: 3vw;
    font-weight: bold;
  }
}