.content {
  margin-top: 6.1%;
  padding: 5% 5% 12.2%;
  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: 1200px;
  padding: 10.6% 21.6% 0%;
  margin: 0 auto;
}

.content section h2 {
  text-align: center;
  font-weight: normal;
}

.content section h2 p:first-of-type {
  display: block;
  font-size: 2rem;
  letter-spacing: 0.35rem;
  padding-bottom: 7.3%;
}

.content section h2 p:nth-of-type(2) {
  border-bottom: solid 1px #9CB8DB;
  font-size: 5.5rem;
  line-height: 1;
  padding-bottom: 7.8%;
}

.content section h2 p:nth-of-type(2) span {
  display: inline-block;
  font-size: 4.2rem;
  font-style: normal;
  vertical-align: middle;
  padding: 0 3% 4.6%;
}

.content section h2 p:nth-of-type(3) {
  display: block;
  font-size: 1.69rem;
  letter-spacing: 0.3rem;
  line-height: 1.75;
  padding-top: 3.8%;
}

.content section h2 p:last-of-type {
  border-bottom: solid 1px #9CB8DB;
  font-size: 5rem;
  font-style: normal;
  line-height: 1;
  padding-bottom: 3.6%;
}

.content section h2 p:last-of-type span {
  display: inline-block;
  font-size: 1.5rem;
  font-style: italic;
  vertical-align: middle;
  padding-bottom: 3%;
}

.content div {
  padding: 14.4% 0 46.1%;
}

.content div p {
  font-size: 1.45rem;
  letter-spacing: 0.24rem;
  line-height: 2.2;
  padding-bottom: 8.2%;
}

.pager ul {
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  width: 90%;
  max-width: 1200px;
  padding: 4.4% 16.3%;
  font-size: 1.3rem;
  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: 90vw;
    padding: 9.5vw 19vw 0vw;
  }

  .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 23.5vw;
  }

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

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

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

  .content section {
    padding: 9.5vw 9.2vw 0vw;
  }

  .content section h2 p:first-of-type {
    font-size: 4.2vw;
    padding-bottom: 5.1vw;
  }

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

  .content section h2 p:nth-of-type(2) span {
    font-size: 7.3vw;
  }

  .content section h2 p:nth-of-type(3) {
    font-size: 3.8vw;
    line-height: 1.7;
    padding-top: 4.4vw;
  }

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

  .content section h2 p:last-of-type span {
    font-size: 3vw;
    padding-bottom: 2vw;
  }

  .content div {
    padding: 13.4vw 0.5vw 23.5vw;
  }

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

  .pager ul {
    padding: 4vw;
    font-size: 4vw;
    font-weight: bold;
  }
}

/* .content {
  padding: 5%;
  
  background: url(../images/background@2x.jpg) no-repeat;
  background-size:cover;
}

@media screen and (min-width:414px) { 
  .content {
    padding: 10% 15%;
  }
}



.content > section > h2 {
  display: none;
}

.content > section > p {
  display: none;
} */
/* .content {
  padding: 5%;
  
  background: url(../images/background@2x.jpg) no-repeat;
  background-size:cover;
}

@media screen and (min-width:414px) { 
  .content {
    padding: 10% 15%;
  }
}



.content > section > h2 {
  display: none;
}

.content > section > p {
  display: none;
} */