@charset "UTF-8";
@media screen and (max-width: 750px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  .u-sp {
    display: inline-block;
  }
}

/* FontFamily */
body {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media screen and (max-width: 942px) {
  html {
    font-size: 1.69851vw;
  }
}

@media screen and (max-width: 750px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 425px) {
  html {
    font-size: 4.26667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 750px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* ホバー */
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

a:hover {
  opacity: 0.7;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.appp {
  margin: 1px;
}

.buy-btn__main {
  display: inline-block;
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
  background-color: #771b1b;
  margin-left: 10px;
  margin-left: 0.625rem;
  position: relative;
  -webkit-box-shadow: -0.625rem 0.625rem 0 #222a35;
          box-shadow: -0.625rem 0.625rem 0 #222a35;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 750px) {
  .buy-btn__main {
    max-width: 38.125rem;
    width: 100%;
    -webkit-box-shadow: -1.125rem 1.125rem #222a35;
            box-shadow: -1.125rem 1.125rem #222a35;
  }
}

@media screen and (max-width: 600px) {
  .buy-btn__main {
    max-width: 22.875rem;
    width: 100%;
    -webkit-box-shadow: -0.875rem 0.875rem #222a35;
            box-shadow: -0.875rem 0.875rem #222a35;
  }
}

@media screen and (max-width: 600px) {
  .buy-btn__main {
    -webkit-box-shadow: -0.875rem 0.875rem #222a35;
            box-shadow: -0.875rem 0.875rem #222a35;
  }
}

.buy-btn__main:hover {
  -webkit-transform: translate3d(-0.625rem, 0.625rem, 0);
          transform: translate3d(-0.625rem, 0.625rem, 0);
  -webkit-box-shadow: 0 0 0 #222a35;
          box-shadow: 0 0 0 #222a35;
}

.buy-btn__main:hover .buy-btn__arrow {
  margin-left: 64px;
  margin-left: 4rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 750px) {
  .buy-btn__main:hover {
    -webkit-transform: translate3d(-1.125rem, 1.125rem, 0);
            transform: translate3d(-1.125rem, 1.125rem, 0);
  }
  .buy-btn__main:hover .buy-btn__arrow {
    margin-left: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .buy-btn__main:hover {
    -webkit-transform: translate3d(-0.875rem, 0.875rem, 0);
            transform: translate3d(-0.875rem, 0.875rem, 0);
  }
  .buy-btn__main:hover .buy-btn__arrow {
    margin-left: 2.3125rem;
    margin-right: 1.875rem;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.buy-btn__main--txt {
  color: #fff;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 25px;
  padding-bottom: 1.5625rem;
  padding-left: 70px;
  padding-left: 4.375rem;
}

@media screen and (max-width: 750px) {
  .buy-btn__main--txt {
    font-size: 2.25rem;
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
    padding-left: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .buy-btn__main--txt {
    font-size: 1.625rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    padding-left: 2.5rem;
  }
}

@media screen and (max-width: 425px) {
  .buy-btn__main--txt {
    font-size: 1.5rem;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    padding-left: 2.375rem;
  }
}

.buy-btn__arrow {
  width: 40px;
  width: 2.5rem;
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 54px;
  margin-left: 3.375rem;
  margin-right: 30px;
  margin-right: 1.875rem;
  -webkit-transition: .3s;
  transition: .3s;
}

@media screen and (max-width: 750px) {
  .buy-btn__arrow {
    width: 4.5rem;
    margin-left: 0rem;
    margin-right: 2.8125rem;
  }
}

@media screen and (max-width: 600px) {
  .buy-btn__arrow {
    width: 3.5625rem;
    margin-left: 1.875rem;
    margin-right: 2.5rem;
  }
}

@media screen and (max-width: 425px) {
  .buy-btn__arrow {
    width: 2.8125rem;
    margin-left: 1.875rem;
    margin-right: 2.5rem;
  }
}

footer {
  background-color: #222a35;
}

.footer__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 85px;
  padding-bottom: 5.3125rem;
}

@media screen and (max-width: 750px) {
  .footer__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 6.25rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (max-width: 600px) {
  .footer__contents {
    padding-top: 5rem;
    padding-bottom: 5.625rem;
  }
}

@media screen and (max-width: 425px) {
  .footer__contents {
    padding-top: 3.75rem;
    padding-bottom: 6.25rem;
  }
}

.footer__logo {
  max-width: 240px;
  max-width: 14.5rem;
  width: 100%;
  margin-right: 40px;
  margin-right: 2.5rem;
}

@media screen and (max-width: 750px) {
  .footer__logo {
    max-width: 34.375rem;
    margin-right: 0;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .footer__logo {
    max-width: 27.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .footer__logo {
    max-width: 14.625rem;
    margin-bottom: 1.5rem;
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  right: 1.875rem;
  bottom: 30px;
  bottom: 1.875rem;
  z-index: 1000;
}

@media screen and (max-width: 750px) {
  .pagetop {
    position: fixed;
    right: 1.875rem;
    bottom: 1.875rem;
    z-index: 1000;
  }
}

.pagetop img {
  width: 46px;
  width: 2.875rem;
  height: 46px;
  height: 2.875rem;
}

.pagetop:hover {
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.pagetop:hover {
  opacity: .7;
}

.inner {
  max-width: 992px;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 750px) {
  .inner {
    max-width: 1022px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 600px) {
  .inner {
    max-width: 1002px;
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media screen and (max-width: 425px) {
  .inner {
    max-width: 972px;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.official-btn__main {
  display: block;
  width: 240px;
  width: 15rem;
  height: 50px;
  height: 3.125rem;
  background-color: white;
}

@media screen and (max-width: 750px) {
  .official-btn__main {
    max-width: 30rem;
    width: 100%;
    height: 100px;
  }
}

@media screen and (max-width: 600px) {
  .official-btn__main {
    max-width: 24.0625rem;
    height: auto;
  }
}

@media screen and (max-width: 425px) {
  .official-btn__main {
    max-width: 17.5rem;
    height: auto;
  }
}

.official-btn__main--txt {
  color: #c00000;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 19px;
  padding-bottom: 1.1875rem;
  padding-left: 42px;
  padding-left: 2.625rem;
}

@media screen and (max-width: 750px) {
  .official-btn__main--txt {
    font-size: 1.75rem;
    padding-top: 1.875rem;
    padding-bottom: 2.375rem;
    padding-left: 5.25rem;
  }
}

@media screen and (max-width: 600px) {
  .official-btn__main--txt {
    font-size: 1.375rem;
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
    padding-left: 3.75rem;
  }
}

@media screen and (max-width: 425px) {
  .official-btn__main--txt {
    font-size: 1.125rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 2.1875rem;
  }
}

.official-btn__arrow {
  position: relative;
  display: inline-block;
  padding: 4px 20px 0 40px;
  padding: 0.25rem 1.25rem 0 2.5rem;
  color: #c00000;
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .official-btn__arrow {
    padding: 0.75rem 3.75rem 0 5rem;
  }
}

@media screen and (max-width: 600px) {
  .official-btn__arrow {
    padding: 0.5625rem 3rem 0 3.4375rem;
  }
}

@media screen and (max-width: 425px) {
  .official-btn__arrow {
    padding: 0.5rem 2.25rem 0 2.1875rem;
  }
}

.official-btn__arrow::before {
  position: absolute;
  content: "";
  width: 8px;
  width: 0.5rem;
  height: 8px;
  height: 0.5rem;
  border-top: 2px solid #c00000;
  border-top: 0.125rem solid #c00000;
  border-right: 2px solid #c00000;
  border-right: 0.125rem solid #c00000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 750px) {
  .official-btn__arrow::before {
    width: 1rem;
    height: 1rem;
  }
}

@media screen and (max-width: 600px) {
  .official-btn__arrow::before {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .official-btn__arrow::before {
    width: 0.625rem;
    height: 0.625rem;
  }
}

h2 {
  position: relative;
  display: inline-block;
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  h2 {
    font-size: 3.375rem;
    line-height: 5.375rem;
  }
}

@media screen and (max-width: 600px) {
  h2 {
    font-size: 2.375rem;
    line-height: 4.25rem;
  }
}

@media screen and (max-width: 425px) {
  h2 {
    font-size: 2rem;
    line-height: 3.25rem;
  }
}

h2:before, h2:after {
  content: '';
  position: absolute;
  width: 26px;
  width: 1.625rem;
  height: 2px;
  height: 0.125rem;
  background-color: white;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 750px) {
  h2:before, h2:after {
    width: 3.25rem;
  }
}

@media screen and (max-width: 600px) {
  h2:before, h2:after {
    width: 2.375rem;
  }
}

@media screen and (max-width: 425px) {
  h2:before, h2:after {
    width: 2rem;
  }
}

h2:before {
  left: -25px;
  left: -1.5625rem;
  top: 10px;
  top: 0.625rem;
}

@media screen and (max-width: 750px) {
  h2:before {
    left: -3.75rem;
    top: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  h2:before {
    left: -2.625rem;
    top: 1rem;
  }
}

@media screen and (max-width: 425px) {
  h2:before {
    left: -2rem;
    top: 0.625rem;
  }
}

h2:after {
  right: -30px;
  right: -1.875rem;
  bottom: 5px;
  bottom: 0.3125rem;
}

@media screen and (max-width: 750px) {
  h2:after {
    right: -3.75rem;
    bottom: 0.9375rem;
  }
}

@media screen and (max-width: 600px) {
  h2:after {
    right: -2.625rem;
    bottom: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  h2:after {
    right: -2rem;
    bottom: 0.625rem;
  }
}

.appp {
  margin: 1px;
}

.author {
  background-color: #222a35;
  text-align: center;
}

.author__inner {
  padding-left: 55px;
  padding-left: 3.4375rem;
  padding-right: 55px;
  padding-right: 3.4375rem;
}

@media screen and (max-width: 600px) {
  .author__inner {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media screen and (max-width: 425px) {
  .author__inner {
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.author__ttl {
  padding-top: 42px;
  padding-top: 2.625rem;
}

@media screen and (max-width: 750px) {
  .author__ttl {
    padding-top: 5.125rem;
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 600px) {
  .author__ttl {
    padding-top: 4.0625rem;
    padding-bottom: 2.125rem;
  }
}

@media screen and (max-width: 425px) {
  .author__ttl {
    padding-top: 3.125rem;
    padding-bottom: 1.625rem;
  }
}

.author__ttl h2 {
  letter-spacing: -0.05em;
}

.author__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 38px;
  padding-top: 2.375rem;
  padding-bottom: 65px;
  padding-bottom: 4.0625rem;
}

@media screen and (max-width: 750px) {
  .author__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 8.75rem;
  }
}

@media screen and (max-width: 600px) {
  .author__content {
    padding-bottom: 7.1875rem;
  }
}

@media screen and (max-width: 425px) {
  .author__content {
    padding-bottom: 5rem;
  }
}

.author__image {
  min-width: 300px;
  min-width: 18.75rem;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .author__image {
    max-width: 32.1875rem;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2.625rem;
  }
}

@media screen and (max-width: 600px) {
  .author__image {
    max-width: 25.9375rem;
    margin-bottom: 2.125rem;
  }
}

@media screen and (max-width: 425px) {
  .author__image {
    max-width: 20rem;
    margin-bottom: 1.75rem;
  }
}

.author__image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.author__text {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: left;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-left: 35px;
  margin-left: 2.1875rem;
}

@media screen and (max-width: 750px) {
  .author__text {
    text-align: center;
    margin-left: 0;
  }
}

.author__name {
  font-size: 18px;
  font-size: 1.125rem;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #c00000)) 0 2.375rem;
  background: linear-gradient(transparent 85%, #c00000 85%) 0 2.375rem;
  display: inline-block;
  margin-bottom: 7px;
  margin-bottom: 0.4375rem;
}

@media screen and (max-width: 750px) {
  .author__name {
    font-size: 1.5rem;
    line-height: 3.5rem;
    margin-bottom: 1.5rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #c00000)) 0 3.75rem;
    background: linear-gradient(transparent 85%, #c00000 85%) 0 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  .author__name {
    font-size: 1.125rem;
    line-height: 2.75rem;
    margin-bottom: 1.1875rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(85%, #c00000)) 0 3rem;
    background: linear-gradient(transparent 85%, #c00000 85%) 0 3rem;
  }
}

.author__strong {
  font-size: 28px;
  font-size: 1.75rem;
}

@media screen and (max-width: 750px) {
  .author__strong {
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .author__strong {
    font-size: 2.5rem;
  }
}

.author__underline {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #c00000)) 0 2.8125rem;
  background: linear-gradient(transparent 70%, #c00000 70%) 0 2.8125rem;
}

@media screen and (max-width: 600px) {
  .author__underline {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #c00000)) 0 2.1875rem;
    background: linear-gradient(transparent 70%, #c00000 70%) 0 2.1875rem;
  }
}

.author__profile {
  font-size: 16px;
  font-size: 1rem;
  line-height: 26px;
  line-height: 1.625rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  text-align: justify;
}

.author__profile--main {
  margin-bottom: 13px;
  margin-bottom: 0.8125rem;
}

@media screen and (max-width: 750px) {
  .author__profile--main {
    text-align: center;
    font-size: 1.625rem;
    line-height: 2.5625rem;
    margin-bottom: 3.125rem;
  }
}

@media screen and (max-width: 600px) {
  .author__profile--main {
    font-size: 1.125rem;
    line-height: 2rem;
    margin-bottom: 2.5rem;
  }
}

.author__profile--sub {
  margin-bottom: 6px;
  margin-bottom: 0.375rem;
}

.author__profile--sub a {
  text-decoration: underline;
}

.author__profile--sub a:hover {
  text-decoration: none;
}

@media screen and (max-width: 750px) {
  .author__profile--sub {
    font-size: 1.875rem;
    line-height: 3.25rem;
  }
}

@media screen and (max-width: 600px) {
  .author__profile--sub {
    font-size: 1.25rem;
    line-height: 2.1875rem;
  }
}

@media screen and (max-width: 425px) {
  .author__profile--sub {
    font-size: 1.125rem;
    line-height: 1.875rem;
  }
}

.buy {
  text-align: center;
}

.buy__inner {
  padding-left: 65px;
  padding-left: 4.0625rem;
  padding-right: 65px;
  padding-right: 4.0625rem;
}

@media screen and (max-width: 750px) {
  .buy__inner {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.buy__ttl {
  padding-top: 42px;
  padding-top: 2.625rem;
  margin-bottom: 36px;
  margin-bottom: 2.25rem;
}

@media screen and (max-width: 750px) {
  .buy__ttl {
    padding-top: 5.125rem;
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__ttl {
    padding-top: 4.125rem;
    padding-bottom: 2.125rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__ttl {
    padding-top: 3.125rem;
    padding-bottom: 1.625rem;
  }
}

.buy__ttl h2 {
  color: #222a35;
}

.buy__ttl h2:before,
.buy__ttl h2:after {
  background-color: #222a35;
}

.buy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 83px;
  margin-bottom: 5.1875rem;
}

@media screen and (max-width: 750px) {
  .buy__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 7.5rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__content {
    margin-bottom: 5.5rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__content {
    margin-bottom: 4.125rem;
  }
}

.buy__book-image {
  max-width: 360px;
  max-width: 22.5rem;
  width: 100%;
  height: auto;
  margin-left: 4px;
  margin-left: 0.25rem;
  margin-right: 47px;
  margin-right: 2.9375rem;
}

@media screen and (max-width: 750px) {
  .buy__book-image {
    max-width: 32.8125rem;
    margin: 0 auto;
  }
}

@media screen and (max-width: 600px) {
  .buy__book-image {
    max-width: 26.25rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__book-image {
    max-width: 20rem;
  }
}

.buy__text {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: left;
  margin-top: 38px;
  margin-top: 2.375rem;
}

@media screen and (max-width: 750px) {
  .buy__text {
    font-size: 1.875rem;
    margin-top: 3.25rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__text {
    font-size: 1.5rem;
    margin-top: 2.625rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__text {
    font-size: 1.25rem;
    margin-top: 1.875rem;
    margin-bottom: 1.5rem;
  }
}

.buy__title {
  margin-bottom: 22px;
  margin-bottom: 1.375rem;
}

@media screen and (max-width: 750px) {
  .buy__title {
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__title {
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__title {
    margin-bottom: 1.5rem;
  }
}

.buy__main-title {
  font-weight: bold;
  font-size: 28px;
  font-size: 1.75rem;
  margin-bottom: 5px;
  margin-bottom: 0.3125rem;
}

@media screen and (max-width: 750px) {
  .buy__main-title {
    font-size: 2.875rem;
    line-height: 3.75rem;
    margin-bottom: 0.3125rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__main-title {
    font-size: 2.125rem;
    line-height: 2.875rem;
    margin-bottom: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__main-title {
    font-size: 1.75rem;
    line-height: 2.25rem;
    margin-bottom: 0.1875rem;
  }
}

.buy__author {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 750px) {
  .buy__author {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__author {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__author {
    font-size: 1rem;
  }
}

.buy__index {
  font-size: 16px;
  font-size: 1rem;
  line-height: 25px;
  line-height: 1.5625rem;
  letter-spacing: 0.004em;
  margin-bottom: 26px;
  margin-bottom: 1.625rem;
}

@media screen and (max-width: 750px) {
  .buy__index {
    font-size: 1.875rem;
    line-height: 3rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__index {
    font-size: 1.25rem;
    line-height: 2.125rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 425px) {
  .buy__index {
    font-size: 1.0625rem;
    line-height: 1.75rem;
    margin-bottom: 1.5rem;
  }
}

.buy__btn {
  margin: 0 auto 22px;
  margin: 0 auto 1.375rem;
}

@media screen and (max-width: 750px) {
  .buy__btn {
    margin-bottom: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .buy__btn {
    margin-bottom: 2.375rem;
    text-align: center;
  }
}

@media screen and (max-width: 425px) {
  .buy__btn {
    margin-bottom: 1.875rem;
  }
}

@media screen and (max-width: 750px) {
  .seminar-link,
  .contact-link {
    text-align: center;
  }
}

.seminar-link__a,
.contact-link__a {
  display: inline-block;
}

.seminar-link__content,
.contact-link__content {
  font-size: 13px;
  font-size: 0.8125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.004em;
}

@media screen and (max-width: 750px) {
  .seminar-link__content,
  .contact-link__content {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .seminar-link__content,
  .contact-link__content {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 425px) {
  .seminar-link__content,
  .contact-link__content {
    font-size: 1.125rem;
  }
}

.seminar-link {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.seminar-link__btn,
.contact-link__btn {
  width: 20px;
  width: 1.25rem;
  height: auto;
  margin-left: 8px;
  margin-left: 0.5rem;
}

@media screen and (max-width: 750px) {
  .seminar-link__btn,
  .contact-link__btn {
    width: 1.6875rem;
  }
}

@media screen and (max-width: 600px) {
  .seminar-link__btn,
  .contact-link__btn {
    width: 1.25rem;
  }
}

@media screen and (max-width: 425px) {
  .seminar-link__btn,
  .contact-link__btn {
    width: 1.125rem;
  }
}

.foryou {
  background-color: #222a35;
  text-align: center;
}

.foryou__ttl {
  padding-top: 36px;
  padding-top: 2.25rem;
  padding-bottom: 18px;
  padding-bottom: 1.125rem;
}

@media screen and (max-width: 750px) {
  .foryou__ttl {
    padding-top: 5rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 425px) {
  .foryou__ttl {
    padding-top: 2.5rem;
    padding-bottom: 2.25rem;
  }
}

.foryou__ttl h2 {
  letter-spacing: -0.03em;
}

@media screen and (max-width: 750px) {
  .foryou__ttl h2 {
    letter-spacing: 0.03em;
  }
}

.foryou_small {
  font-size: 12px;
  font-size: 0.75rem;
  letter-spacing: -0.2em;
  vertical-align: middle;
}

@media screen and (max-width: 750px) {
  .foryou_small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  .foryou_small {
    font-size: 1rem;
  }
}

.foryou__text {
  color: white;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 64px;
  line-height: 4rem;
  letter-spacing: -0.035em;
  padding-bottom: 26px;
  padding-bottom: 1.625rem;
}

@media screen and (max-width: 750px) {
  .foryou__text {
    font-size: 2.25rem;
    line-height: 3.75rem;
    letter-spacing: 0.03em;
    padding-bottom: 4.0625rem;
  }
}

@media screen and (max-width: 600px) {
  .foryou__text {
    font-size: 1.75rem;
    line-height: 3rem;
    padding-bottom: 3.25rem;
  }
}

@media screen and (max-width: 425px) {
  .foryou__text {
    font-size: 1.375rem;
    line-height: 2.25rem;
    padding-bottom: 2.375rem;
  }
}

.foryou__strong {
  font-size: 38px;
  font-size: 2.375rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #c00000));
  background: linear-gradient(transparent 80%, #c00000 80%);
}

@media screen and (max-width: 750px) {
  .foryou__strong {
    font-size: 4.25rem;
    line-height: 6.25rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #c00000));
    background: linear-gradient(transparent 80%, #c00000 80%);
  }
}

@media screen and (max-width: 600px) {
  .foryou__strong {
    font-size: 2.625rem;
    line-height: 4.375rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #c00000));
    background: linear-gradient(transparent 80%, #c00000 80%);
  }
}

@media screen and (max-width: 425px) {
  .foryou__strong {
    font-size: 2.25rem;
    line-height: 3.375rem;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #c00000));
    background: linear-gradient(transparent 80%, #c00000 80%);
  }
}

.foryou__middle {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .foryou__middle {
    font-size: 2.125rem;
  }
}

@media screen and (max-width: 600px) {
  .foryou__middle {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .foryou__middle {
    font-size: 1.375rem;
  }
}

.foryou__image img {
  max-width: 300px;
  max-width: 18.75rem;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media screen and (max-width: 750px) {
  .foryou__image img {
    max-width: 32.8125rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 600px) {
  .foryou__image img {
    max-width: 26.25rem;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 425px) {
  .foryou__image img {
    max-width: 17.5rem;
    padding-bottom: 5.625rem;
  }
}

.fv {
  height: 600px;
  height: 37.5rem;
  background-image: url(./../images/pc/1stview_bg_pc.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #222a35;
}

@media screen and (max-width: 750px) {
  .fv {
    height: 102.1875rem;
    background-image: url(./../images/pc/1stview_bg_sp.png);
  }
}

@media screen and (max-width: 600px) {
  .fv {
    height: 81.25rem;
  }
}

@media screen and (max-width: 425px) {
  .fv {
    height: 65.625rem;
  }
}

.fv__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 750px) {
  .fv__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 750px) {
  .fv__left {
    display: contents;
  }
}

@media screen and (max-width: 750px) {
  .fv__catch,
  .fv__title,
  .fv__right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

.fv__catch {
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 33px;
  padding-bottom: 2.0625rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  color: black;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .fv__catch {
    padding-top: 5.3125rem;
    padding-bottom: 2.625rem;
    font-size: 1.8125rem;
    line-height: 2.8125rem;
  }
}

@media screen and (max-width: 600px) {
  .fv__catch {
    padding-top: 4.25rem;
    padding-bottom: 2.125rem;
    font-size: 1.375rem;
    line-height: 2.25rem;
  }
}

@media screen and (max-width: 425px) {
  .fv__catch {
    padding-top: 2.8125rem;
    padding-bottom: 1.5625rem;
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}

.fv__catch--top,
.fv__catch--bottom {
  display: inline-block;
  background-color: white;
  font-weight: 700;
}

.fv__catch--top {
  margin-bottom: 9px;
  margin-bottom: 0.5625rem;
  padding: 8px 13px 8px 14px;
  padding: 0.5rem 0.8125rem 0.5rem 0.875rem;
  letter-spacing: 0.04em;
}

.fv__catch--top-small {
  font-size: 18px;
  font-size: 1.125rem;
}

@media screen and (max-width: 750px) {
  .fv__catch--top-small {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .fv__catch--top-small {
    font-size: 1rem;
  }
}

.fv__catch--bottom {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 5px 9px 4px 10px;
  padding: 0.3125rem 0.5625rem 0.25rem 0.625rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .fv__catch--bottom {
    font-size: 2.375rem;
    line-height: 4.0625rem;
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 600px) {
  .fv__catch--bottom {
    font-size: 1.625rem;
    letter-spacing: 0em;
    line-height: 3.25rem;
  }
}

@media screen and (max-width: 425px) {
  .fv__catch--bottom {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0.25rem 0.5625rem 0.25rem 0.4375rem;
  }
}

.fv__catch--bottom-small {
  font-size: 24px;
  font-size: 1.5rem;
}

@media screen and (max-width: 750px) {
  .fv__catch--bottom-small {
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .fv__catch--bottom-small {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 425px) {
  .fv__catch--bottom-small {
    font-size: 1.5rem;
  }
}

.fv__title h1 {
  font-family: "Noto Serif JP", serif;
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 600;
  text-shadow: 0 0 25px rgba(0, 0, 0, .8);
  text-shadow: 0 0 1.5625rem rgba(0, 0, 0, .8);
  line-height: 35px;
  line-height: 2.1875rem;
}

@media screen and (max-width: 750px) {
  .fv__title h1 {
    font-size: 1.8125rem;
    line-height: 2.75rem;
  }
}

@media screen and (max-width: 600px) {
  .fv__title h1 {
    font-size: 1.4375rem;
    line-height: 2.1875rem;
  }
}

.fv__title--strong {
  font-size: 51px;
  font-size: 3.1875rem;
  font-weight: 700;
  line-height: 57px;
  line-height: 3.5625rem;
  letter-spacing: 0.019em;
}

@media screen and (max-width: 750px) {
  .fv__title--strong {
    font-size: 4.1875rem;
    line-height: 4.5625rem;
    letter-spacing: 0.012em;
  }
}

@media screen and (max-width: 600px) {
  .fv__title--strong {
    font-size: 2.625rem;
    line-height: 3.625rem;
    letter-spacing: 0;
  }
}

.fv__btn {
  margin-top: 16px;
  margin-top: 1rem;
}

@media screen and (max-width: 750px) {
  .fv__btn {
    margin: 0 auto;
  }
}

.fv__right {
  max-width: 400px;
  max-width: 25rem;
  width: 100%;
  margin-top: 60px;
  margin-top: 3.75rem;
  margin-left: 25px;
  margin-left: 1.5625rem;
}

@media screen and (max-width: 750px) {
  .fv__right {
    max-width: 32.8125rem;
    margin: 2.8125rem auto 4.375rem;
  }
}

@media screen and (max-width: 600px) {
  .fv__right {
    max-width: 26.25rem;
    margin: 2.25rem auto 3.5rem;
  }
}

@media screen and (max-width: 425px) {
  .fv__right {
    max-width: 17.5rem;
    width: 100%;
    margin: 1.875rem auto 2.5rem;
  }
}

.issue {
  text-align: center;
}

.issue__ttl {
  padding-top: 43px;
  padding-top: 2.6875rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .issue__ttl {
    padding-top: 4.875rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .issue__ttl {
    padding-top: 3.9375rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__ttl {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem;
  }
}

.issue__ttl h2 {
  letter-spacing: -0.06em;
  padding-right: 8px;
  padding-right: 0.5rem;
  color: #222a35;
}

@media screen and (max-width: 750px) {
  .issue__ttl h2 {
    letter-spacing: 0.04em;
    padding-right: 0;
  }
}

.issue__ttl h2:before,
.issue__ttl h2:after {
  background-color: #222a35;
}

.issue__items {
  margin: 0 auto;
  margin-left: 75px;
  margin-left: 4.6875rem;
  margin-bottom: 48px;
  margin-bottom: 3rem;
}

@media screen and (max-width: 750px) {
  .issue__items {
    margin-left: 0px;
    margin-bottom: 3.625rem;
  }
}

@media screen and (max-width: 600px) {
  .issue__items {
    margin-bottom: 2.875rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__items {
    margin-bottom: 2.125rem;
  }
}

.issue__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 38px;
  padding-bottom: 2.375rem;
}

@media screen and (max-width: 750px) {
  .issue__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4.75rem;
  }
}

@media screen and (max-width: 600px) {
  .issue__item {
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__item {
    padding-bottom: 3rem;
  }
}

.issue__item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 115px;
  width: 7.1875rem;
  margin-right: 23px;
  margin-right: 1.4375rem;
}

@media screen and (max-width: 750px) {
  .issue__item img {
    width: 10.9375rem;
    margin-right: 0px;
  }
}

@media screen and (max-width: 600px) {
  .issue__item img {
    width: 8.75rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__item img {
    width: 6.875rem;
  }
}

.issue__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 4px;
  margin-top: 0.25rem;
}

@media screen and (max-width: 750px) {
  .issue__text {
    text-align: left;
    text-align: justify;
    margin-top: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .issue__text {
    margin-top: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__text {
    margin-top: 1.25rem;
  }
}

.issue__text img {
  width: 20px;
  width: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
  margin-left: 0.625rem;
  margin-right: 6px;
  margin-right: 0.375rem;
}

@media screen and (max-width: 750px) {
  .issue__text img {
    width: 1.875rem;
    margin-top: 0.8125rem;
    margin-left: 0.3125rem;
    margin-right: 0.3125rem;
  }
}

@media screen and (max-width: 600px) {
  .issue__text img {
    width: 1.5rem;
    margin-top: 0.625rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__text img {
    width: 1.125rem;
    margin-top: 0.5rem;
    margin-left: 0.1875rem;
    margin-right: 0.1875rem;
  }
}

.issue__text p {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
}

@media screen and (max-width: 750px) {
  .issue__text p {
    font-size: 2.375rem;
    line-height: 4.5rem;
    letter-spacing: -0.04em;
  }
}

@media screen and (max-width: 600px) {
  .issue__text p {
    font-size: 1.25rem;
    line-height: 2.8125rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__text p {
    font-size: 1.125rem;
    line-height: 2.5rem;
  }
}

.issue__strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  color: #771b1b;
}

@media screen and (max-width: 750px) {
  .issue__strong {
    font-size: 3.3125rem;
    letter-spacing: -0.072em;
  }
}

@media screen and (max-width: 600px) {
  .issue__strong {
    font-size: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .issue__strong {
    font-size: 1.5rem;
  }
}

.recommend {
  background-color: #222a35;
  text-align: center;
}

.recommend__ttl {
  padding-top: 60px;
  padding-top: 3.75rem;
}

@media screen and (max-width: 750px) {
  .recommend__ttl {
    padding-top: 6.25rem;
    padding-bottom: 1.25rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__ttl {
    padding-top: 5rem;
    padding-bottom: 1rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__ttl {
    padding-top: 3.75rem;
    padding-bottom: 0.75rem;
  }
}

.recommend__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.recommend__item {
  max-width: 470px;
  max-width: 29.375rem;
  width: 100%;
  height: 398px;
  height: 24.875rem;
  position: relative;
}

@media screen and (max-width: 750px) {
  .recommend__item {
    max-width: 39.375rem;
    height: auto;
  }
}

@media screen and (max-width: 600px) {
  .recommend__item {
    max-width: 31.25rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__item {
    max-width: 22.5rem;
  }
}

.recommend__item::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  /*線の上下位置*/
  display: inline-block;
  width: 370px;
  width: 23.125rem;
  /*線の長さ*/
  height: 1px;
  height: 0.0625rem;
  /*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /*位置調整*/
  background-color: white;
  /*線の色*/
}

@media screen and (max-width: 600px) {
  .recommend__item::before {
    width: 18.4375rem;
    /*線の長さ*/
  }
}

@media screen and (max-width: 425px) {
  .recommend__item::before {
    width: 15rem;
    /*線の長さ*/
  }
}

.recommend__item:nth-child(n + 5)::before {
  width: 0px;
  /*線の長さ*/
  height: 0px;
  /*線の太さ*/
}

@media screen and (max-width: 750px) {
  .recommend__item:nth-child(n + 5)::before {
    width: 23.125rem;
    /*線の長さ*/
    height: 0.0625rem;
    /*線の太さ*/
  }
}

@media screen and (max-width: 600px) {
  .recommend__item:nth-child(n + 5)::before {
    width: 18.4375rem;
    /*線の長さ*/
  }
}

@media screen and (max-width: 425px) {
  .recommend__item:nth-child(n + 5)::before {
    width: 15rem;
    /*線の長さ*/
  }
}

@media screen and (max-width: 750px) {
  .recommend__item:nth-child(6)::before {
    width: 0px;
    /*線の長さ*/
    height: 0px;
    /*線の太さ*/
  }
}

.recommend__item:nth-child(odd)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  /*線の上下位置*/
  display: inline-block;
  width: 1px;
  width: 0.0625rem;
  /*線の太さ*/
  height: 300px;
  height: 18.75rem;
  /*線の長さ*/
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  /*位置調整*/
  background-color: white;
  /*線の色*/
}

@media screen and (max-width: 750px) {
  .recommend__item:nth-child(odd)::after {
    width: 0px;
    /*線の太さ*/
    height: 0px;
    /*線の長さ*/
  }
}

.recommend__item--text {
  color: white;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.7em;
  letter-spacing: 0.035em;
  padding-top: 25px;
  padding-top: 1.5625rem;
  padding-left: 42px;
  padding-left: 2.625rem;
  text-align: left;
}

@media screen and (max-width: 750px) {
  .recommend__item--text {
    font-size: 1.75rem;
    line-height: 3.75rem;
    padding-top: 2.625rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__item--text {
    font-size: 1.375rem;
    line-height: 3rem;
    padding-top: 2rem;
    padding-left: 1.5rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__item--text {
    font-size: 1.25rem;
    line-height: 2.625rem;
    padding-top: 1.75rem;
    padding-left: 1.125rem;
  }
}

.recommend__strong {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #c00000));
  background: linear-gradient(transparent 80%, #c00000 0%);
}

@media screen and (max-width: 750px) {
  .recommend__strong {
    font-size: 2.9375rem;
    line-height: 4.5rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__strong {
    font-size: 2rem;
    line-height: 3.5rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__strong {
    font-size: 1.75rem;
    line-height: 3.125rem;
  }
}

.recommend__item--image {
  margin: 0 auto;
}

.recommend__image1 {
  max-width: 345px;
  max-width: 21.5625rem;
  width: 100%;
  padding-top: 24px;
  padding-top: 1.5rem;
}

@media screen and (max-width: 750px) {
  .recommend__image1 {
    max-width: 32.8125rem;
    padding-top: 1.5rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image1 {
    max-width: 26.25rem;
    padding-top: 1.25rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image1 {
    max-width: 21.875rem;
    padding-top: 1rem;
    padding-bottom: 2.25rem;
  }
}

.recommend__image2 {
  max-width: 335px;
  max-width: 20.9375rem;
  width: 100%;
  padding-top: 70px;
  padding-top: 4.375rem;
}

@media screen and (max-width: 750px) {
  .recommend__image2 {
    max-width: 32.8125rem;
    padding-top: 5.5rem;
    padding-bottom: 8.125rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image2 {
    max-width: 26.25rem;
    padding-top: 4.375rem;
    padding-bottom: 6.5625rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image2 {
    max-width: 21.875rem;
    padding-top: 3.25rem;
    padding-bottom: 4.6875rem;
  }
}

.recommend__image3 {
  max-width: 334px;
  max-width: 20.875rem;
  width: 100%;
  padding-top: 58px;
  padding-top: 3.625rem;
}

@media screen and (max-width: 750px) {
  .recommend__image3 {
    max-width: 32.8125rem;
    padding-top: 5.875rem;
    padding-bottom: 7.625rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image3 {
    max-width: 21.875rem;
    padding-top: 4.6875rem;
    padding-bottom: 6.125rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image3 {
    max-width: 21.875rem;
    padding-top: 3.375rem;
    padding-bottom: 4.6875rem;
  }
}

.recommend__image4 {
  max-width: 245px;
  max-width: 15.3125rem;
  width: 100%;
  padding-top: 53px;
  padding-top: 3.3125rem;
}

@media screen and (max-width: 750px) {
  .recommend__image4 {
    max-width: 32.8125rem;
    padding-top: 1.375rem;
    padding-bottom: 3.25rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image4 {
    max-width: 26.25rem;
    padding-top: 1.125rem;
    padding-bottom: 2.625rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image4 {
    max-width: 21.875rem;
    padding-top: 0.875rem;
    padding-bottom: 2.125rem;
  }
}

.recommend__image5 {
  max-width: 340px;
  max-width: 21.25rem;
  width: 100%;
  padding-top: 46px;
  padding-top: 2.875rem;
}

@media screen and (max-width: 750px) {
  .recommend__image5 {
    max-width: 32.8125rem;
    padding-top: 4.6875rem;
    padding-bottom: 6.375rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image5 {
    max-width: 26.25rem;
    padding-top: 4.25rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image5 {
    max-width: 21.875rem;
    padding-top: 2.8125rem;
    padding-bottom: 3.75rem;
  }
}

.recommend__image6 {
  max-width: 135px;
  max-width: 8.4375rem;
  width: 100%;
  padding-top: 45px;
  padding-top: 2.8125rem;
}

@media screen and (max-width: 750px) {
  .recommend__image6 {
    max-width: 19.5rem;
    padding-top: 2.1875rem;
    padding-bottom: 11.5625rem;
  }
}

@media screen and (max-width: 600px) {
  .recommend__image6 {
    max-width: 15.625rem;
    padding-top: 1.75rem;
    padding-bottom: 8.4375rem;
  }
}

@media screen and (max-width: 425px) {
  .recommend__image6 {
    max-width: 11.25rem;
    padding-top: 1.25rem;
    padding-bottom: 5.9375rem;
  }
}

.voice {
  text-align: center;
}

.voice__ttl {
  padding-top: 42px;
  padding-top: 2.625rem;
  padding-bottom: 40px;
  padding-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .voice__ttl {
    padding-top: 4.875rem;
    padding-bottom: 5rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__ttl {
    padding-top: 3.9375rem;
    padding-bottom: 4rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__ttl {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.voice__ttl h2 {
  color: #222a35;
  letter-spacing: 0;
}

.voice__ttl h2:before,
.voice__ttl h2:after {
  background-color: #222a35;
}

.voice__item {
  background-color: #222a35;
  max-width: 880px;
  max-width: 55rem;
  width: 100%;
  text-align: left;
  margin: 0 auto 50px;
  margin: 0 auto 3.125rem;
}

@media screen and (max-width: 750px) {
  .voice__item {
    margin-bottom: 6.25rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__item {
    margin-bottom: 5rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__item {
    margin-bottom: 3.75rem;
  }
}

.voice__item--inner {
  padding-top: 30px;
  padding-top: 1.875rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}

@media screen and (max-width: 750px) {
  .voice__item--inner {
    padding-top: 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__item--inner {
    padding-top: 3rem;
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__item--inner {
    padding-top: 2.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.voice__title {
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 750px) {
  .voice__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 0.375rem;
    text-align: left;
  }
}

@media screen and (max-width: 600px) {
  .voice__title {
    padding-bottom: 0.3125rem;
  }
}

.voice__title img {
  width: 100px;
  margin-right: 18px;
  margin-right: 1.125rem;
}

@media screen and (max-width: 750px) {
  .voice__title img {
    width: 9.375rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__title img {
    width: 7.5rem;
    margin-bottom: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__title img {
    width: 5.625rem;
    margin-bottom: 1.25rem;
  }
}

.voice__title p {
  color: white;
  font-size: 22px;
  font-size: 1.375rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 750px) {
  .voice__title p {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__title p {
    font-size: 1.75rem;
    margin-bottom: 1.625rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__title p {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
}

.voice__text {
  color: white;
  font-size: 16px;
  font-size: 1rem;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  padding-top: 4px;
  padding-top: 0.25rem;
  line-height: 30px;
  line-height: 1.875rem;
  letter-spacing: 0;
  text-align: justify;
}

@media screen and (max-width: 750px) {
  .voice__text {
    font-size: 1.875rem;
    line-height: 3.1875rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__text {
    font-size: 1.25rem;
    line-height: 2.1875rem;
    margin-bottom: 2.5rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__text {
    font-size: 1.125rem;
    line-height: 1.875rem;
    margin-bottom: 1.875rem;
  }
}

.voice__signature {
  font-family: "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 32px;
  line-height: 2rem;
  text-align: right;
  padding-top: 15px;
  padding-top: 0.9375rem;
  padding-bottom: 35px;
  padding-bottom: 2.1875rem;
  letter-spacing: 0.05em;
}

@media screen and (max-width: 750px) {
  .voice__signature {
    font-size: 1.75rem;
    line-height: 2.8125rem;
    padding-top: 2.375rem;
    padding-bottom: 3.75rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__signature {
    font-size: 1.25rem;
    line-height: 2.25rem;
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__signature {
    font-size: 1.125rem;
    line-height: 1.625rem;
    padding-top: 1.125rem;
    padding-bottom: 2.25rem;
  }
}

.voice__item--last {
  margin-bottom: 40px;
  margin-bottom: 2.5rem;
}

@media screen and (max-width: 750px) {
  .voice__item--last {
    margin-bottom: 7.5rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__item--last {
    margin-bottom: 6rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__item--last {
    margin-bottom: 4.5rem;
  }
}

.voice__btn {
  margin-bottom: 90px;
  margin-bottom: 5.625rem;
  margin-left: 32px;
  margin-left: 2rem;
}

@media screen and (max-width: 750px) {
  .voice__btn {
    margin: 0 auto;
    margin-bottom: 11.125rem;
  }
}

@media screen and (max-width: 600px) {
  .voice__btn {
    margin-bottom: 8.25rem;
  }
}

@media screen and (max-width: 425px) {
  .voice__btn {
    margin-bottom: 5.9375rem;
  }
}

.test {
  padding: 10px;
  margin: 0 auto;
  color: #f00;
  background-color: #fff;
}

body {
  font-size: 60px;
  font-size: 3.75rem;
}
