/*!***************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./assets/scss/style-new.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
#mainArea {
  margin-bottom: 0;
  padding-bottom: 100px;
}

#headerArea header {
  margin-bottom: 0;
}

.l-main {
  position: relative;
  display: block;
  background-color: #f7f6f5;
  color: #414141;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, "MS PGothic", sans-serif;
  font-weight: 700;
}
.l-main * {
  line-height: 1.6;
}
.l-main h1,
.l-main h2,
.l-main h3,
.l-main h4,
.l-main h5,
.l-main h6 {
  font-weight: 700;
}

@media print, screen and (min-width: 768px) {
  .u-spOnly {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .u-pcOnly {
    display: none;
  }
}

.btn {
  display: inline-block;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
  font-weight: bold;
}
.btn > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.btn--small {
  width: 100%;
  max-width: 236px;
  height: 48px;
  border-radius: 100px;
  font-size: 14px;
}
.btn--medium {
  width: 100%;
  max-width: 298px;
  width: 100%;
  height: 72px;
  border-radius: 100px;
  font-size: 16px;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
}
.btn--medium * {
  line-height: 1.4;
}
.btn--medium .icon {
  display: block;
  width: 30px;
  margin-right: 10px;
}
.btn--medium .x {
  display: block;
}
.btn--normal {
  width: 100%;
  max-width: 294px;
  width: 100%;
  height: 67px;
  border-radius: 100px;
  font-size: 16px;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .btn--normal {
    height: 60px;
  }
}
.btn--large {
  width: 100%;
  max-width: 626px;
  height: 76px;
  border-radius: 100px;
  font-size: 18px;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .btn--large {
    height: 64px;
    font-size: 15px;
  }
}
@media screen and (max-width: 359px) {
  .btn--large {
    font-size: 13px;
  }
}
.btn--orange {
  border: none;
  background-color: #ffa41d;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--orange:hover {
    background-color: #fe8202;
    color: white;
  }
}
.btn--orange.disabled {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.btn--purple {
  border: none;
  background-color: #9c91c6;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--purple:hover {
    background-color: #706cb0;
    color: white;
  }
}
.btn--purple:disabled {
  background-color: #ccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.btn--blue {
  border: none;
  background-color: #7caad6;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--blue:hover {
    background-color: #5389c2;
    color: white;
  }
}
.btn--white {
  border: solid 3px #ffa41d;
  background-color: white;
  color: #ffa41d;
}
@media print, screen and (min-width: 768px) {
  .btn--white:hover {
    background-color: #ffa41d;
    color: white;
  }
}
.btn--white2 {
  border: solid 4px #706cb0;
  background-color: white;
  color: #706cb0;
}
@media print, screen and (min-width: 768px) {
  .btn--white2:hover {
    background-color: #706cb0;
    color: white;
  }
}
.btn--white2.is-selected {
  background-color: #706cb0;
  color: white;
}
.btn--white2:disabled {
  border-color: rgba(202, 199, 199, 0.3);
  background-color: #f7f6f5;
  color: #cac7c7;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
}
.btn--white3 {
  border: none;
  background-color: white;
  color: #ffa41d;
}
@media print, screen and (min-width: 768px) {
  .btn--white3:hover {
    background-color: #ffa41d;
    color: white;
  }
}
.btn--white3.is-active {
  background-color: #ffa41d;
  color: white;
}
.btn--gray {
  border: none;
  background-color: #f7f6f5;
  color: #fe8202;
}
@media print, screen and (min-width: 768px) {
  .btn--gray:hover {
    background-color: #e5ded9;
    color: #fe8202;
  }
}
.btn--gray.is-active {
  background-color: #ffa41d;
  color: white;
}
.btn--gray:disabled {
  background-color: #f7f6f5;
  color: #cac7c7;
  pointer-events: none;
}
.btn--green {
  border: none;
  background-color: #b0c33b;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--green:hover {
    background-color: #75b030;
    color: white;
  }
}
.btn--line {
  background-color: #5ac363;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--line:hover {
    background-color: #489c4f;
    color: white;
  }
}
.btn--facebook {
  background-color: #3578ea;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--facebook:hover {
    background-color: #2a60bb;
    color: white;
  }
}
.btn--x {
  background-color: #000000;
  color: white;
}
@media print, screen and (min-width: 768px) {
  .btn--x:hover {
    background-color: #101010;
    color: white;
  }
}
.btn:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.btn.is-selected, .btn.is-active {
  text-decoration: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.radio {
  display: block;
  width: 213px;
  height: 54px;
  border-radius: 76px;
  background-color: #f1edeb;
  text-align: center;
}
.radio input {
  display: none;
}
.radio .text {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  font-size: 18px;
  line-height: 54px;
}
.radio .text .circle {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: white;
  z-index: 0;
}
.radio .text::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ee7f00;
  z-index: 1;
  opacity: 0;
}
.radio .text::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 22px;
  height: 22px;
  border: solid 5px #ee7f00;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 1;
  opacity: 0;
}
.radio input:checked ~ .text::before, .radio input:checked ~ .text::after {
  opacity: 1;
}

.hero {
  position: relative;
  padding: 48px 30px 69px;
}
.hero--award {
  padding: 48px 30px 104px;
}
.hero--award .hero__bg {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero {
    padding: 16px 20px 38px;
  }
}
.hero[data-brand=true] {
  padding: 48px 30px 239px;
}
@media only screen and (max-width: 767px) {
  .hero[data-brand=true] {
    padding: 16px 20px 1px;
  }
}
.hero[data-brand=true] .hero__bg {
  height: 100%;
}
.hero__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 154px);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .hero__bg {
    background-image: url(../img/hero/bg_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  .hero__bg {
    height: calc(100% - 87px);
    background-image: url(../img/hero/bg_sp.png);
  }
}
.hero__wrap {
  position: relative;
  max-width: 1140px;
  margin: 0 auto;
  z-index: 1;
}
.hero__logo {
  position: relative;
  width: 299px;
  margin-bottom: 64px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .hero__logo {
    width: 156px;
    margin-bottom: -20px;
  }
}
.hero__contents {
  position: relative;
  margin-bottom: 62px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .hero__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 32px;
  }
}
.hero__contentsText {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .hero__contentsText {
    padding-left: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__contentsText {
    margin-top: -14px;
  }
}
.hero__copy {
  width: 555px;
  margin-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .hero__copy {
    width: 260px;
    margin: 0 auto 48px;
  }
}
.hero__contentsImg {
  background: url(../img/hero/bg-icons.svg) 0 0 no-repeat;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .hero__contentsImg {
    position: absolute;
    top: -174px;
    left: 140px;
    width: 1600px;
    padding: 32px 416px;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .hero__contentsImg {
    width: calc(100% + 20px);
    height: auto;
    padding: 27px 11px 27px 38px;
    background-size: auto 100%;
  }
}
.hero__contentsImg > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 720px;
}
@media only screen and (max-width: 767px) {
  .hero__contentsImg > ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
.hero__contentsImg > ul > li {
  border-radius: 50%;
  background-color: #f1edeb;
}
@media print, screen and (min-width: 768px) {
  .hero__contentsImg > ul > li {
    width: 212px;
    height: 212px;
    margin: 10px 13px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__contentsImg > ul > li {
    position: relative;
    width: calc((100% - 42px) / 3);
    margin: 6px 7px;
  }
  .hero__contentsImg > ul > li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.hero__contentsImg > ul > li figure {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .hero__contentsImg > ul > li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.hero__contentsImg > ul > li figure img {
  width: 100%;
}
.hero__btn {
  width: 436px;
}
@media only screen and (max-width: 767px) {
  .hero__btn {
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
  }
}
.hero__feature {
  position: relative;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .hero__feature {
    padding-left: 122px !important;
  }
  .hero__featureList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .hero__feature--award {
    padding-left: 0 !important;
    margin-top: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .hero__feature--award {
    margin-top: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .hero__feature {
    width: 80%;
    max-width: 483px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) and (min-width: 360px) {
  .hero__feature {
    width: 322px;
  }
}
@media screen and (max-width: 359px) {
  .hero__feature {
    width: 96%;
  }
}
.hero__featureItem:nth-of-type(1) {
  margin: 0 35px 0 0;
}
.hero__featureItem:nth-of-type(2) {
  margin: 62px 64px 0 0;
}
.hero__featureItem:nth-of-type(3) {
  margin: 24px 0 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .hero__featureItem:nth-of-type(1) {
    margin: 0 10px 0 0;
  }
  .hero__featureItem:nth-of-type(2) {
    margin: 62px 10px 0 0;
  }
  .hero__featureItem:nth-of-type(3) {
    margin: 24px 0 0 0;
  }
}

.link {
  padding: 104px 30px 0;
}
@media only screen and (max-width: 767px) {
  .link {
    padding: 64px 20px 0;
  }
}
.link[data-narrow=true] {
  padding: 0 30px 40px;
}
@media only screen and (max-width: 767px) {
  .link[data-narrow=true] {
    padding: 0 20px 40px;
  }
}
.link__heading {
  position: relative;
  width: 437px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .link__heading {
    width: 285px;
    margin-bottom: 32px;
  }
}
.link__heading::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 237px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .link__heading::before {
    top: -15px;
    left: 154px;
    width: 65px;
    height: 61px;
    background-size: contain;
  }
}
.link__heading img {
  position: relative;
  z-index: 1;
}
.link__list {
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .link__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.link__list[data-layout="1-2"] {
  max-width: 870px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width: 768px) {
  .link__list[data-layout="1-2"] .link__item {
    width: calc((100% - 24px) / 2);
  }
}
.link__item {
  position: relative;
}
.link__pic figure {
  width: 100%;
}
.link__pic figure img {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.link__pic figure img:hover {
  border: 2px solid #fcdebc;
}
.link__btn {
  margin-top: -38px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .link__btn a {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}

.linkArchive {
  padding: 36px 30px 0;
}
.linkArchive[data-narrow=true] {
  padding: 0 30px 40px;
}
@media only screen and (max-width: 767px) {
  .linkArchive[data-narrow=true] {
    padding: 0 20px 40px;
  }
}
.linkArchive__heading {
  color: #96b439;
  text-align: center;
  margin-bottom: 20px;
}
.linkArchive__list {
  max-width: 870px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 24px;
}
.linkArchive__item {
  width: calc((100% - 48px) / 3);
}
@media only screen and (max-width: 767px) {
  .linkArchive__item {
    width: calc((100% - 24px) / 2);
  }
}
.linkArchive__pic figure {
  width: 100%;
}
.linkArchive__pic figure img {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.linkArchive__pic figure img:hover {
  border: 2px solid #fcdebc;
}
.linkArchive__btn {
  margin-top: -38px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .linkArchive__btn a {
    font-size: clamp(12px, 1.2vw, 16px);
  }
}

.brand {
  padding: 28px 30px;
}
@media only screen and (max-width: 767px) {
  .brand {
    padding: 20px;
  }
}
.brand__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.brand__item {
  background: #fff;
  margin: 0 0 28px 0;
  padding: 50px 80px;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.brand__item[data-color="1"] {
  background: #f1edeb;
}
.brand__item[data-direction=reverse] {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 767px) {
  .brand__item[data-direction=reverse] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .brand__item {
    margin: 0 0 20px 0;
    padding: 20px;
    border-radius: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brand__text {
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
}
.brand__text h2 {
  font-size: 24px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .brand__text h2 {
    font-size: 18px;
  }
}
.brand__text h2.heading--blue {
  color: #5389c2;
}
.brand__text h2.heading--green {
  color: #96b439;
}
.brand__text h2.heading--orange {
  color: #ea650d;
}
.brand__text p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.brand__text p:not(:last-child) {
  margin-bottom: 16px;
}
@media only screen and (max-width: 767px) {
  .brand__text p {
    font-size: 14px;
  }
  .brand__text p:not(:last-child) {
    margin-bottom: 14px;
  }
}
.brand__pic {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
}
.brand__movie {
  width: 100%;
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  aspect-ratio: 16/9;
}
.brand__movie iframe {
  width: 100%;
  height: 100%;
}

.heroSignedup {
  position: relative;
  padding: 100px 30px 69px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup--award .heroSignedup__contentsImg::before {
    height: calc(100% - 64px);
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup--award .heroSignedup__contentsImg::before {
    height: calc(100% + 92px);
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup {
    background-image: url(../img/hero/bg_pc.png);
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup {
    padding: 44px 16px 60px;
    background-image: url(../img/hero/bg_sp.png);
    background-size: 100% 100%;
  }
}
.heroSignedup + .action {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup + .action {
    margin-top: -155px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup + .action {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup + .action--extended {
    margin-top: -172px;
  }
}
.heroSignedup__wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.heroSignedup__logo {
  position: relative;
  width: 299px;
  margin-bottom: 64px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .heroSignedup__logo {
    width: 156px;
    margin-bottom: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup__contents {
    margin-top: -194px;
    margin-bottom: -52px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heroSignedup__contentsText {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup__contentsText {
    margin-bottom: -84px;
    padding-left: 351px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contentsText {
    position: relative;
  }
}
.heroSignedup__copy {
  display: inline-block;
  vertical-align: top;
  width: 555px;
  max-width: 100%;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .heroSignedup__copy {
    width: 260px;
  }
}
.heroSignedup__contentsImg {
  position: relative;
  padding: 100px 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup__contentsImg {
    max-width: 1120px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contentsImg {
    width: 100%;
    padding: 0 8% 26px;
  }
}
.heroSignedup__contentsImg::before {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: calc(100% + 167px);
  background: url(../img/hero/bg-icon_signedup.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contentsImg::before {
    top: 14px;
    height: calc(100% + 112px);
  }
}
.heroSignedup__contentsImg > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup__contentsImg > ul {
    max-width: 700px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup__contentsImg > ul > li {
    width: 212px;
    height: 212px;
    margin: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contentsImg > ul > li {
    position: relative;
    width: calc((100% - 36px) / 3);
    margin: 6px;
  }
  .heroSignedup__contentsImg > ul > li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.heroSignedup__contentsImg > ul > li figure {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .heroSignedup__contentsImg > ul > li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.heroSignedup__contentsImg > ul > li figure img {
  width: 100%;
}
.heroSignedup[data-lp=radio] {
  background: none;
  position: relative;
  padding: 20px 30px 50px;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=radio]:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(/library/wife-succession/img/senryu/bg_pc.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=radio] {
    padding: 10px 0 0px;
  }
  .heroSignedup[data-lp=radio]:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    position: absolute;
    top: 0;
    left: 0;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(/library/wife-succession/img/senryu/bg_sp.png);
    background-size: 100% 100%;
  }
}
.heroSignedup[data-lp=radio] .heroSignedup__wrap {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=radio] .heroSignedup__wrap {
    height: auto;
  }
}
.heroSignedup[data-lp=radio] .heroSignedup__logo {
  position: relative;
  width: 299px;
  margin-bottom: -152px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=radio] .heroSignedup__logo {
    width: 182px;
    margin: 0 auto -46px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=radio] .heroSignedup__logo {
    width: 146px;
    margin: 0 auto -46px 20px;
  }
}
.heroSignedup[data-lp=radio] .heroSignedup__image {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=radio] .heroSignedup__image {
    display: block;
    width: calc(100% - 40px);
    max-width: 480px;
    margin: 0 auto;
  }
  .heroSignedup[data-lp=radio] .heroSignedup__image img {
    width: 100%;
    height: auto;
  }
}
.heroSignedup[data-lp=senryu] {
  position: relative;
  padding: 100px 30px 69px;
  z-index: 0;
}
.heroSignedup[data-lp=senryu]:before {
  width: 100%;
  height: calc(100% + 25px);
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-position: center top;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu]:before {
    background-image: url(/library/wife-succession/img/senryu/bg_pc.png);
    background-size: cover;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=senryu] {
    padding: 100px 15px 49px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] {
    padding: 44px 0 0px;
  }
  .heroSignedup[data-lp=senryu]:before {
    background-image: url(/library/wife-succession/img/senryu/bg_sp.png);
    background-size: 100% 100%;
  }
}
.heroSignedup[data-lp=senryu] + .action {
  position: relative;
  padding-bottom: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] + .action {
    margin-top: -155px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] + .action {
    margin-top: 44px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] + .action--extended {
    margin-top: -172px;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__wrap {
  max-width: 1140px;
  margin: 0 auto;
}
.heroSignedup[data-lp=senryu] .heroSignedup__logo {
  position: relative;
  width: 299px;
  margin-bottom: 64px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__logo {
    width: 196px;
    margin-bottom: 112px;
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__logo {
    width: 146px;
    margin-bottom: 14px;
    margin-left: 20px;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contents {
    margin-top: -194px;
    margin-bottom: -52px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsText {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsText {
    margin-bottom: -84px;
    padding-left: 351px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsText {
    position: relative;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__copy {
  width: auto;
  display: inline;
  vertical-align: top;
  max-width: 100%;
  line-height: 1;
  z-index: 1;
}
.heroSignedup[data-lp=senryu] .heroSignedup__copy .-subtit {
  display: block;
  margin: 0 auto 30px auto;
  max-width: 483px;
  position: relative;
  border-radius: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-subtit {
    margin: 0 auto 26px auto;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-subtit {
    margin-bottom: 10px;
    width: 255px;
    height: 10px;
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-subtit img {
    width: 255px;
    border-radius: 0;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit {
  position: relative;
  max-width: 685px;
  margin: 0 auto 30px auto;
  -webkit-transform: translate(-19px, 0px);
      -ms-transform: translate(-19px, 0px);
          transform: translate(-19px, 0px);
}
.heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit img {
  border-radius: 0;
}
.heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit:before {
  z-index: 0;
  position: absolute;
  top: -22px;
  right: -86px;
  width: 69px;
  height: 71px;
  background: url(/library/wife-succession/img/senryu/pic-4.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit {
    max-width: 600px;
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit:before {
    top: -14px;
    right: -72px;
    width: 60px;
    height: 62px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit {
    margin-bottom: 12px;
    width: 238px;
    height: 75px;
    -webkit-transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit img {
    width: 238px;
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__copy .-maintit:before {
    display: none;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg {
  position: relative;
  padding: 90px 0 88px 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg {
    max-width: 1060px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg {
    width: 100%;
    padding: 0 32px 26px;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/library/wife-succession/img/senryu/bg-icon_signedup.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg::before {
    top: -37px;
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% + 40px);
  }
}
@media only screen and (max-width: 414px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg::before {
    height: calc(100% + 40px);
  }
}
@media only screen and (max-width: 378px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg::before {
    height: calc(100% + 34px);
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul {
    max-width: 730px;
    margin: 0 auto 28px auto;
    -webkit-transform: translate(0, 35px);
        -ms-transform: translate(0, 35px);
            transform: translate(0, 35px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul {
    -webkit-transform: translate(0, 15px);
        -ms-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li {
    width: 212px;
    height: 212px;
    margin: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li {
    position: relative;
    width: calc((100% - 36px) / 3);
    margin: 5px;
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li figure {
  display: block;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li figure {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg > ul > li figure img {
  width: 100%;
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg p {
  z-index: 1;
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  font-size: 18px;
  color: #666;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg p {
    font-size: 15px;
    white-space: nowrap;
  }
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg p span {
    display: block;
    font-size: 12px;
    letter-spacing: -0.01em;
  }
}
.heroSignedup[data-lp=senryu] .heroSignedup__contentsImg .btn--large {
  z-index: 1;
  position: relative;
  margin: auto;
  max-width: 444px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .heroSignedup[data-lp=senryu] .heroSignedup__contentsImg .btn--large {
    width: 288px;
    font-size: 15px;
  }
}

.breadcrumb {
  background: #f7f6f5;
  padding: 5px 10px;
}
.breadcrumb[data-post-page=true] {
  background: none;
}
.breadcrumb__wrap {
  max-width: 1180px;
  margin: 0 auto;
  overflow: scroll;
}
.breadcrumb__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__wrap ul li:not(:last-of-type)::after {
  content: "";
  width: 6px;
  height: 8px;
  padding: 0 7px;
  display: block;
  background: url(../img/common/icon-breadcrumb.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}
.breadcrumb__wrap ul li a {
  font-size: 14px;
  font-weight: normal;
  color: #414141;
  display: block;
  white-space: nowrap;
}
.breadcrumb__wrap ul li a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .breadcrumb__wrap ul li a:hover {
    color: #fe8202;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb__wrap ul li a {
    font-size: 11px;
  }
}

.updates {
  padding: 104px 30px 0;
}
@media only screen and (max-width: 767px) {
  .updates {
    padding: 64px 20px 0;
  }
}
.updates__wrap {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
}
.updates__heading {
  position: relative;
  width: 182px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .updates__heading {
    width: 122px;
    margin-bottom: 32px;
  }
}
.updates__heading::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 60px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .updates__heading::before {
    top: -15px;
    left: 44px;
    width: 65px;
    height: 61px;
    background-size: contain;
  }
}
.updates__heading img {
  position: relative;
  z-index: 1;
}
.updates__item {
  border-bottom: solid 1px #f1edeb;
}
.updates__item > a {
  display: block;
  cursor: pointer;
}
.updates__item > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .updates__item > a:hover {
    background-color: #f1edeb;
  }
}
@media only screen and (max-width: 767px) {
  .updates__item > a .updates__text {
    text-decoration: underline;
  }
}
@media print, screen and (min-width: 768px) {
  .updates__itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 12px 16px 16px;
  }
}
@media only screen and (max-width: 767px) {
  .updates__itemWrap {
    padding: 12px 0 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .updates__info {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .updates__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .updates__info .updates__label {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .updates__contents {
    width: calc(100% - 172px);
  }
}
@media print, screen and (min-width: 768px) {
  .updates__contents .updates__label {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .updates__contents .updates__label {
    display: none;
  }
}
.updates__label {
  display: inline-block;
  height: 27px;
  padding: 0 12px;
  border-radius: 6px;
  background-color: white;
  color: #ffa41d;
  font-size: 11px;
  line-height: 27px;
}
.updates__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .updates__date {
    font-size: 14px;
  }
}
.updates__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .updates__text {
    font-size: 13px;
  }
}

.award {
  padding: 48px 30px;
  background-color: #fff;
}
.award--signedup {
  margin: 104px 0 0;
}
@media only screen and (max-width: 767px) {
  .award--signedup {
    margin: 36px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .award {
    padding: 20px;
  }
}
.award__wrap {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  .award__wrap {
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.award__img {
  width: 345px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.award__item {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.award__text p {
  font-size: 16px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .award__text p {
    font-size: 14px;
  }
}
.award__link {
  text-align: right;
}
.award__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.award__link a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.award__link a .text {
  display: block;
  color: #666666;
  font-size: 12px;
}
.award__link a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .award__link a:hover .text {
    color: #fe8202;
  }
}

.movieTop {
  padding: 104px 30px 15px;
}
@media only screen and (max-width: 767px) {
  .movieTop {
    padding: 64px 20px 10px;
  }
}
.movieTop__wrap {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
}
.movieTop__heading {
  position: relative;
  width: 479px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .movieTop__heading {
    width: 302px;
    margin-bottom: 32px;
  }
}
.movieTop__heading::before {
  content: "";
  position: absolute;
  top: -27px;
  left: 57px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .movieTop__heading::before {
    top: -15px;
    left: 37px;
    width: 65px;
    height: 61px;
    background-size: contain;
  }
}
.movieTop__heading img {
  position: relative;
  z-index: 1;
}
.movieTop__item {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.movieTop__item iframe {
  width: 100%;
  height: 100%;
}

.news {
  padding: 104px 30px 0;
}
@media only screen and (max-width: 767px) {
  .news {
    padding: 64px 20px 0;
  }
}
.news[data-index=true] {
  padding: 104px 30px;
}
@media only screen and (max-width: 767px) {
  .news[data-index=true] {
    padding: 64px 20px;
  }
}
.news[data-index=true] .news__item {
  display: none;
}
.news__wrap {
  max-width: 1118px;
  width: 100%;
  margin: 0 auto;
}
.news__heading {
  position: relative;
  width: 218px;
  margin: 0 auto 70px;
}
@media only screen and (max-width: 767px) {
  .news__heading {
    width: 122px;
    margin-bottom: 32px;
  }
}
.news__heading::before {
  content: "";
  position: absolute;
  top: -27px;
  right: 0;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .news__heading::before {
    top: -15px;
    right: 0;
    width: 65px;
    height: 61px;
    background-size: contain;
  }
}
.news__heading img {
  position: relative;
  z-index: 1;
}
.news__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 57.5px !important;
}
@media only screen and (max-width: 767px) {
  .news__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 352px;
    margin: 0 auto 16px !important;
  }
}
@media screen and (max-width: 375px) {
  .news__category {
    width: calc(100% + 16px);
    margin: 0 0 28px -8px !important;
  }
}
.news__category > li {
  width: 176px;
  margin: 0 8px 16px !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .news__category > li {
    width: calc((100% - 32px) / 2);
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .news__category > li:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}
.news__category .btn--small {
  max-width: 176px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .news__category .btn--small {
    max-width: 160px;
  }
}
.news__category .btn.is-active {
  position: relative;
  overflow: visible;
}
.news__category .btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffa41d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .news__category .btn.is-active::after {
    bottom: -11.5px;
    border-width: 12px 12px 0 12px;
  }
}
.news__item {
  border-bottom: solid 1px #f1edeb;
}
.news__item > a {
  display: block;
}
.news__item > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .news__item > a:hover {
    background-color: #f1edeb;
  }
}
.news__itemWrap {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}
@media print, screen and (min-width: 768px) {
  .news__itemWrap {
    padding: 12px 16px 16px;
    -ms-grid-columns: 220px 1fr;
    grid-template-columns: 220px 1fr;
    gap: 10px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .news__itemWrap {
    padding: 12px 0 16px;
    -ms-grid-columns: 160px 1fr;
    grid-template-columns: 160px 1fr;
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .news__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .news__head {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 2;
    grid-column: 2/2;
  }
}
@media print, screen and (min-width: 768px) {
  .news__body {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
}
@media only screen and (max-width: 767px) {
  .news__body {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
  }
}
.news__img {
  position: relative;
  aspect-ratio: 16/9;
}
@media print, screen and (min-width: 768px) {
  .news__img {
    width: 220px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }
}
@media only screen and (max-width: 767px) {
  .news__img {
    width: 160px;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column: 1;
    grid-column: 1/1;
  }
}
.news__img::after {
  content: "";
  display: block;
  padding-top: 53.68%;
}
@media only screen and (max-width: 767px) {
  .news__img::after {
    padding-top: 46.57%;
  }
}
.news__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .news__img figure {
    border-radius: 8px;
  }
}
.news__title {
  color: #fe8202;
  margin: 12px 0 0 0;
}
.news__date {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .news__date {
    font-size: 14px;
  }
}
.news__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .news__text {
    font-size: 13px;
  }
}
.news__link {
  margin: 20px 0 0 0;
  text-align: right;
}
.news__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__link a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.news__link a .text {
  display: block;
  color: #666666;
  font-size: 12px;
}
.news__link a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .news__link a:hover .text {
    color: #fe8202;
  }
}

.caseStudy {
  padding: 104px 30px 0;
}
@media only screen and (max-width: 767px) {
  .caseStudy {
    padding: 64px 20px 0;
  }
}
.caseStudy__slider {
  max-width: 1148px;
  margin: 0 auto;
}
.caseStudy__itemContent {
  height: 100%;
  padding: 57px 64px 45px;
  border-radius: 30px;
  background-color: white;
}
@media print, screen and (min-width: 768px) {
  .caseStudy__itemContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .caseStudy__itemContent {
    padding: 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .caseStudy__itemContent {
    padding: 22px 20px 0;
    border-radius: 8px;
  }
  .caseStudy__itemContent::after {
    content: "";
    display: block;
    width: 10px;
    height: 90px;
  }
}
.caseStudy__img {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .caseStudy__img {
    width: 40%;
    margin-right: 3.6%;
  }
}
@media only screen and (max-width: 767px) {
  .caseStudy__img {
    max-width: 295px;
    margin: 0 auto 22px;
  }
}
.caseStudy__img > img {
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .caseStudy__text {
    width: 56.4%;
  }
}
.caseStudy__text dt {
  margin-bottom: 9px;
  font-size: 25px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .caseStudy__text dt {
    font-size: 2vw;
    font-size: clamp(18px, 2vw, 25px);
  }
}
@media only screen and (max-width: 767px) {
  .caseStudy__text dt {
    margin-bottom: 25px;
    font-size: 21px;
    line-height: 1.6;
  }
}
.caseStudy__text dt small,
.caseStudy__text dt span {
  line-height: 1.5;
}
.caseStudy__text dt small {
  display: block;
  margin-bottom: 12px;
  font-size: 18px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .caseStudy__text dt small {
    font-size: 1.6vw;
    font-size: clamp(14px, 1.6vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .caseStudy__text dt small {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 1.4;
  }
}
.caseStudy__text dt .underline {
  padding-bottom: 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #fcdebc));
  background: -o-linear-gradient(transparent 40%, #fcdebc 40%);
  background: linear-gradient(transparent 40%, #fcdebc 40%);
}
.caseStudy__text dd .lead {
  margin-bottom: 16px;
  color: #75b030;
  font-size: 20px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .caseStudy__text dd .lead {
    font-size: 1.8vw;
    font-size: clamp(15px, 1.8vw, 20px);
  }
}
@media only screen and (max-width: 767px) {
  .caseStudy__text dd .lead {
    margin-bottom: 12px;
    font-size: 18px;
  }
}
.caseStudy__text dd .text {
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .caseStudy__text dd .text {
    line-height: 1.8;
  }
}
.caseStudy .slick-list {
  z-index: 0;
  overflow: visible;
}
.caseStudy .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #ffa41d;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.caseStudy .slick-arrow:hover {
  background-color: #fe8202;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.caseStudy .slick-arrow:focus {
  background-color: #ffa41d;
}
.caseStudy .slick-arrow:focus:hover {
  background-color: #fe8202;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.caseStudy .slick-arrow.slick-disabled {
  background-color: #cac7c7 !important;
  pointer-events: none;
}
.caseStudy .slick-arrow.slick-disabled::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-prev,
.caseStudy .slick-next {
    top: unset;
    bottom: 20px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.caseStudy .slick-prev {
  left: -28px;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-prev {
    left: 30px;
  }
}
.caseStudy .slick-prev::before {
  content: "";
  width: 15px;
  height: 19px;
  background: url(../img/caseStudy/icon-arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-prev::before {
    width: 10px;
    height: 12.6666666667px;
  }
}
.caseStudy .slick-next {
  right: -28px;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-next {
    right: 30px;
  }
}
.caseStudy .slick-next::before {
  content: "";
  width: 15px;
  height: 19px;
  background: url(../img/caseStudy/icon-arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-next::before {
    width: 10px;
    height: 12.6666666667px;
  }
}
.caseStudy .slick-dots {
  line-height: 1;
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-dots {
    bottom: 35px;
  }
}
.caseStudy .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6.5px;
  border-radius: 50%;
  background-color: #e5ded9;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4.5px;
    background-color: rgba(252, 222, 188, 0.5);
  }
}
.caseStudy .slick-dots li.slick-active {
  background-color: #fe8202;
  opacity: 1;
}
.caseStudy .slick-dots li button {
  visibility: hidden;
}
.caseStudy .slick-slide {
  margin: 0 14px;
}
@media only screen and (max-width: 767px) {
  .caseStudy .slick-slide {
    margin: 0 10px;
  }
}

.message {
  padding: 56px 30px 40px;
}
@media only screen and (max-width: 767px) {
  .message {
    padding: 56px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .message ~ .checker {
    padding-top: 40px;
  }
}
.message__wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .message__wrap {
    padding-bottom: 44px;
  }
}
.message__wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 28px 0 28px;
  border-color: #ee7f00 transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.message__heading {
  margin-bottom: 32px;
  color: #ea650d;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .message__heading {
    margin-bottom: 22px;
    font-size: 23px;
  }
}
.message__heading img {
  width: 100%;
  height: auto;
}
.message__text {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .message__text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.checker {
  position: relative;
  padding: 80px 30px 80px;
}
@media only screen and (max-width: 767px) {
  .checker {
    padding: 40px 20px 48px;
  }
}
.checker__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.checker__heading {
  margin-bottom: 66px;
  text-align: center;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .checker__heading {
    margin-bottom: 43px;
  }
}
.checker__heading .sup {
  display: block;
  margin-bottom: 24px;
  color: rgba(65, 65, 65, 0.7);
  font-size: 16px;
  letter-spacing: 1.5px;
}
@media only screen and (max-width: 767px) {
  .checker__heading .sup {
    font-size: 13px;
    margin-bottom: 16px;
  }
}
.checker__heading .main {
  position: relative;
  display: inline-block;
  width: 456px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .checker__heading .main {
    width: 248px;
  }
}
.checker__heading .main::before {
  content: "";
  position: absolute;
  top: -19px;
  left: -70px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .checker__heading .main::before {
    top: -10px;
    left: -31px;
    width: 51px;
    height: 47px;
    background-size: contain;
  }
}
.checker__heading .main img {
  position: relative;
  z-index: 1;
}
.checker__body {
  border-radius: 30px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .checker__body {
    border-radius: 8px;
  }
}
.checker__question {
  margin-bottom: 56px;
  color: #414141;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .checker__question {
    margin-bottom: 40px;
  }
}
.checker__question .number,
.checker__question .text {
  display: block;
}
.checker__question .number,
.checker__question .number span,
.checker__question .text,
.checker__question .text span {
  line-height: 1;
}
.checker__question .number {
  color: #706cb0;
  font-size: 38px;
  margin-bottom: 32px;
}
@media only screen and (max-width: 767px) {
  .checker__question .number {
    margin-bottom: 20px;
    font-size: 28px;
  }
}
.checker__question .text {
  font-size: 28px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .checker__question .text {
    font-size: 18px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 359px) {
  .checker__question .text {
    font-size: clamp(14px, 5vw, 18px);
  }
}
.checker__list {
  position: relative;
  padding: 64px 67.5px 40px !important;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .checker__list {
    padding: 44px 22.5px 28px !important;
  }
}
@media screen and (max-width: 359px) {
  .checker__list {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.checker__progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checker__progress dt {
  margin-top: 16px;
  font-size: 12px;
  letter-spacing: 1px;
}
.checker__progress dt,
.checker__progress dt * {
  line-height: 1;
}
.checker__progress dd div {
  width: 200px;
  height: 3px;
  background-color: #f7f6f5;
  overflow: hidden;
}
.checker__progress dd div span {
  display: block;
  height: 100%;
  background-color: #ea650d;
  border-radius: 3px 0 0 3px;
}
.checker__answerList {
  width: 100%;
  margin-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  .checker__answerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .checker__answerList {
    margin-bottom: 20px;
  }
}
.checker__answerList .btn--medium {
  margin: 0 12px;
  padding: 0 10px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .checker__answerList .btn--medium {
    display: block;
    margin: 0 auto 16px;
  }
  .checker__answerList .btn--medium:last-of-type {
    margin-bottom: 0;
  }
}
.checker__back {
  width: 128px;
  height: 42px;
  border: none;
  border-radius: 80px;
  background-color: #f1edeb;
  cursor: pointer;
}
@media print, screen and (min-width: 768px) {
  .checker__back {
    position: absolute;
    bottom: 35px;
    left: 64.5px;
  }
}
@media only screen and (max-width: 767px) {
  .checker__back {
    display: block;
    margin: 36px auto 28px;
  }
}
.checker__back > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checker__back .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.checker__back .text {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .checker__back .text {
    font-size: 13px;
  }
}
.checker__start {
  padding: 64px 56px 48px;
  border-radius: 30px;
  background-color: white;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .checker__start {
    padding: 44px 22px 48px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 359px) {
  .checker__start {
    padding-right: 15px;
    padding-left: 15px;
  }
}
.checker__start .checker__answerList {
  margin-bottom: 0;
}
.checker__startHeading {
  margin-bottom: 56px;
  color: #706cb0;
  font-size: 32px;
  text-align: center;
}
.checker__startHeading,
.checker__startHeading br {
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .checker__startHeading {
    margin-bottom: 32px;
    font-size: 28px;
  }
  .checker__startHeading,
.checker__startHeading br {
    line-height: 1.2;
  }
}
@media screen and (max-width: 359px) {
  .checker__startHeading {
    font-size: clamp(16px, 7vw, 28px);
  }
}
.checker__startQs {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .checker__startQs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checker__startQs {
    margin-bottom: 36px !important;
  }
}
.checker__startQsItem {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .checker__startQsItem {
    width: calc(50% - 28px);
  }
}
@media only screen and (max-width: 767px) {
  .checker__startQsItem:first-of-type {
    margin-bottom: 48px;
  }
}
.checker__startQsItem p {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .checker__startQsItem p {
    font-size: 18px;
    font-size: clamp(16px, 2.2vw, 22px);
  }
}
@media only screen and (max-width: 767px) {
  .checker__startQsItem p {
    margin-bottom: 28px;
    font-size: 18px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .checker__startBtn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
.checker__startBtn .radio {
  display: inline-block;
  width: calc(50% - 12px);
}
@media only screen and (max-width: 767px) {
  .checker__startBtn .radio {
    display: block;
    width: 213px;
    margin: 0 auto 16px;
  }
  .checker__startBtn .radio:last-of-type {
    margin-bottom: 0;
  }
}
.checker__resultWrap {
  padding: 56px 64px;
}
@media print, screen and (min-width: 768px) {
  .checker__resultWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .checker__resultWrap {
    padding: 44px 22.5px;
  }
}
.checker__resultImg {
  width: 185px;
}
@media only screen and (max-width: 767px) {
  .checker__resultImg {
    margin: 0 auto 24px;
  }
}
.checker__resultImg figure {
  display: block;
  width: 185px;
  height: 185px;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.checker__resultImg figure.level3 {
  background-image: url(../img/checker/pic-level3.svg);
}
.checker__resultImg figure.level2 {
  background-image: url(../img/checker/pic-level2.svg);
}
.checker__resultImg figure.level1 {
  background-image: url(../img/checker/pic-level1.svg);
}
.checker__resultImg figure.level0 {
  background-image: url(../img/checker/pic-level0.svg);
}
.checker__resultStar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 56px;
  margin: -20px auto 0;
  border-radius: 46px;
  border: solid 4px #f1edeb;
  background-color: white;
}
.checker__resultStar > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.checker__resultStar > ul > li {
  width: 25px;
  margin: 0 3.5px;
  opacity: 0.15;
}
.checker__resultStar > ul > li.is-active {
  opacity: 1;
}
.checker__resultStar > ul > li img {
  display: block;
  width: 100%;
  height: auto;
}
@media print, screen and (min-width: 768px) {
  .checker__resultText {
    width: calc(100% - 185px - 40px);
  }
}
.checker__resultText .lead {
  margin-bottom: 24px;
  color: #706cb0;
  font-size: 28px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .checker__resultText .lead {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.checker__resultText .text {
  margin-bottom: 44px;
  color: #666666;
  font-size: 15px;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .checker__resultText .text {
    margin-bottom: 28px;
  }
}
.checker__resultText .btn {
  width: 100%;
}
.checker__resultText .btn .btn {
  max-width: 100%;
}

.voice {
  padding: 80px 30px;
}
@media only screen and (max-width: 767px) {
  .voice {
    padding: 48px 20px 0 20px;
  }
}
.voice__main {
  max-width: 1180px;
  margin: 0 auto;
  padding-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .voice__main {
    padding-bottom: 12px;
  }
}
.voice__main:last-child {
  padding-bottom: 0;
}
.voice__heading {
  position: relative;
  width: 529px;
  margin: 0 auto 66px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice__heading {
    width: 100%;
    max-width: 210px;
    margin-bottom: 43px;
  }
}
.voice__heading::before {
  content: "";
  position: absolute;
  bottom: -34px;
  left: 100px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .voice__heading::before {
    bottom: -19px;
    left: 45px;
    width: 50px;
    height: 47px;
    background-size: contain;
  }
}
.voice__heading img {
  position: relative;
  z-index: 1;
}
.voice__lead {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .voice__lead {
    margin-bottom: 44px;
    padding: 0 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .voice__lead--narrow {
    margin-bottom: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__sect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .voice__sect {
    max-width: 483px;
    margin: 0 auto 32px !important;
  }
}
.voice__slider .slick-list {
  z-index: 0;
}
.voice__slider .slick-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background-color: #ffa41d;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
  z-index: 1;
}
.voice__slider .slick-arrow:hover {
  background-color: #fe8202;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
.voice__slider .slick-arrow:focus {
  background-color: #ffa41d;
}
.voice__slider .slick-arrow:focus:hover {
  background-color: #fe8202;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-arrow {
    width: 50px;
    height: 50px;
  }
}
.voice__slider .slick-arrow.slick-disabled {
  background-color: #cac7c7 !important;
  pointer-events: none;
}
.voice__slider .slick-arrow.slick-disabled::before {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-prev,
.voice__slider .slick-next {
    top: unset;
    bottom: 20px;
    -webkit-transform: translate(0);
        -ms-transform: translate(0);
            transform: translate(0);
  }
}
.voice__slider .slick-prev {
  left: -28px;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-prev {
    left: 30px;
  }
}
.voice__slider .slick-prev::before {
  content: "";
  width: 15px;
  height: 19px;
  background: url(../img/caseStudy/icon-arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-prev::before {
    width: 10px;
    height: 12.6666666667px;
  }
}
.voice__slider .slick-next {
  right: -28px;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-next {
    right: 30px;
  }
}
.voice__slider .slick-next::before {
  content: "";
  width: 15px;
  height: 19px;
  background: url(../img/caseStudy/icon-arrow.png) 0 0 no-repeat;
  background-size: 100% 100%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-next::before {
    width: 10px;
    height: 12.6666666667px;
  }
}
.voice__slider .slick-dots {
  line-height: 1;
  bottom: -50px;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-dots {
    bottom: 35px;
  }
}
.voice__slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6.5px;
  border-radius: 50%;
  background-color: #e5ded9;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 4.5px;
    background-color: rgba(252, 222, 188, 0.5);
  }
}
.voice__slider .slick-dots li.slick-active {
  background-color: #fe8202;
  opacity: 1;
}
.voice__slider .slick-dots li button {
  visibility: hidden;
}
.voice__slider .slick-slide {
  margin: 0 14px;
}
@media only screen and (max-width: 767px) {
  .voice__slider .slick-slide {
    margin: 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .voice__item {
    padding: 0 60px;
  }
}
.voice__itemContent::after {
  content: "";
  display: block;
  width: 10px;
}
@media only screen and (max-width: 767px) {
  .voice__itemContent::after {
    height: 50px;
  }
}
.voice__comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 768px) {
  .voice__comment {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 20px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .voice__comment {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 767px) {
  .voice__comment {
    margin-bottom: 20px;
  }
}
.voice__bubble {
  position: relative;
  width: 416px;
  padding: 30px 28px;
  border-radius: 16px;
  border: solid 4px #eeeeee;
  background-color: white;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .voice__bubble {
    padding: 1.8vw;
  }
}
@media only screen and (max-width: 767px) {
  .voice__bubble {
    padding: 15px 15px;
    border: solid 3px #eeeeee;
    border-radius: 8px;
  }
}
.voice__bubble p:first-child {
  margin-bottom: 10px;
}
.voice__bubble::after {
  content: "";
  position: absolute;
  top: 72px;
  bottom: unset;
  left: 100%;
  width: 30px;
  height: 44px;
  background: url(../img/faq/tip-trans_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .voice__bubble::after {
    top: 40px;
    right: -18px;
    width: 21px;
    height: 25px;
    background-image: url(../img/faq/tip-trans_sp.png);
  }
}
.voice__bubble > * {
  position: relative;
  z-index: 1;
}
.voice__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-left: 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .voice__icon {
    width: 80px;
    height: 80px;
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .voice__icon {
    width: 60px;
    height: 60px;
    margin-left: 24px;
  }
}
.voice__icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.voice__icon span img {
  width: 100%;
  height: auto;
}

.faq {
  padding: 80px 30px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 48px 20px;
  }
}
.faq__main {
  max-width: 1180px;
  margin: 0 auto;
}
.faq__main:last-child {
  padding-bottom: 0;
}
.faq__main[data-index=true] {
  padding-bottom: 0;
}
.faq__heading {
  position: relative;
  width: 388px;
  margin: 0 auto 66px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq__heading {
    width: 100%;
    max-width: 210px;
    margin-bottom: 43px;
  }
}
.faq__heading::before {
  content: "";
  position: absolute;
  bottom: -34px;
  right: 61px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .faq__heading::before {
    bottom: -19px;
    right: 33px;
    width: 50px;
    height: 47px;
    background-size: contain;
  }
}
.faq__heading img {
  position: relative;
  z-index: 1;
}
.faq__subheading {
  font-size: 24px;
  color: #414141;
  text-align: center;
  margin: 0 auto 36px;
}
@media only screen and (max-width: 767px) {
  .faq__subheading {
    font-size: 16px;
    margin: 0 auto 20px;
  }
}
.faq__lead {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq__lead {
    margin-bottom: 44px;
    padding: 0 10px;
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__lead--narrow {
    margin-bottom: 32px;
  }
}
.faq__message {
  max-width: 1164px;
  margin: 0 auto;
}
.faq__messageHeading {
  height: 268px;
  padding: 82px 20px 48px;
  background: url(../img/faq/bg-message_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .faq__messageHeading {
    height: 200px;
    padding: 60px 10px;
    background-image: url(../img/faq/bg-message_sp.png);
  }
}
.faq__messageHeading .text {
  display: block;
  width: 512px;
  margin: 0 auto 26px;
}
@media only screen and (max-width: 767px) {
  .faq__messageHeading .text {
    width: 256px;
    margin-bottom: 24px;
  }
}
.faq__messageHeading .sub {
  display: block;
  text-align: center;
  font-size: 19px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .faq__messageHeading .sub {
    font-size: 14px;
  }
}
.faq__messageBtn {
  margin-top: -36px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq__messageBtn {
    max-width: 294px;
    margin: -32px auto 0;
  }
}
.faq__messageClosing {
  margin-top: 36px;
  color: #666666;
}
.faq__messageClosing p {
  line-height: 1.8;
  font-size: 13px;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .faq__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print, screen and (min-width: 768px) {
  .faq__bodyRow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bodyRow {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 15px);
  }
}
.faq__bodyGrid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 768px) {
  .faq__bodyGrid > ul {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bodyGrid > ul {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(50% - 15px);
  }
}
.faq__bodyGrid > ul > .faq__answer {
  overflow: hidden;
}
.faq__bodyFull {
  width: 100%;
}
.faq__sect {
  margin-bottom: 60px !important;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__sect {
    width: 100%;
    max-width: 483px;
    margin: 0 auto 32px !important;
  }
}
.faq__question {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .faq__question {
    margin-bottom: 24px;
  }
}
.faq__question .faq__icon {
  margin-right: 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__question .faq__icon {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__question .faq__icon {
    margin-right: 24px;
  }
}
.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.faq__answer .faq__icon {
  margin-left: 40px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__answer .faq__icon {
    margin-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__answer .faq__icon {
    margin-left: 24px;
  }
}
.faq__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__icon {
    width: 60px;
    height: 60px;
  }
}
.faq__icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.faq__icon span img {
  width: 100%;
  height: auto;
}
.faq__bubble {
  position: relative;
  width: 399px;
  padding: 30px 35px;
  border-radius: 16px;
  background-color: #f1edeb;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble {
    padding: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble {
    padding: 25px 22px;
    border-radius: 8px;
  }
}
.faq__bubble::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -30px;
  width: 69.5px;
  height: 76.5px;
  background: url(../img/faq/tip-gray.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .faq__bubble::after {
    width: 36px;
    height: 39.5px;
    left: -17px;
  }
}
.faq__bubble > * {
  position: relative;
  z-index: 1;
}
.faq__bubble .new {
  color: #fff;
  background-color: #e53935;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(40%, -50%, 0);
          transform: translate3d(40%, -50%, 0);
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .new {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .new {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
.faq__bubble .topic {
  font-size: 18px;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .topic {
    font-size: 1.8vw;
    font-size: clamp(16px, 1.8vw, 18px);
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .topic {
    font-size: 12px;
  }
}
.faq__bubble .lead {
  margin-bottom: 20px;
  font-size: 22px;
  color: #75b030;
  line-height: 1.5;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .lead {
    font-size: 2vw;
    font-size: clamp(16px, 2vw, 22px);
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .lead {
    margin-bottom: 15px;
    font-size: 15px;
  }
}
.faq__bubble .lead--orange {
  color: #fe8202;
}
.faq__bubble .lead--blue {
  color: #5389c2;
}
.faq__bubble .sub {
  margin-bottom: 20px;
  font-size: 15px;
  color: #666666;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .sub {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .sub {
    font-size: 13px;
  }
}
.faq__bubble .detail {
  font-size: 15px;
  color: #666666;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .detail {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .detail {
    font-size: 13px;
  }
}
.faq__bubble .detail p {
  margin-bottom: 24px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .detail p {
    margin-bottom: 22.4px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .detail p {
    margin-bottom: 20.8px;
  }
}
.faq__bubble .detail p span {
  font-size: 13px;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble .detail p span {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble .detail p span {
    font-size: 11px;
  }
}
.faq__bubble .detail p:last-of-type {
  margin-bottom: 0;
}
.faq__bubble--orange {
  background-color: #fdeddb;
}
.faq__bubble--orange::after {
  background-image: url(../img/faq/tip-orange.png);
}
.faq__bubble--blue {
  background-color: #deeffa;
}
.faq__bubble--blue::after {
  background-image: url(../img/faq/tip-blue.png);
}
.faq__bubble--trans {
  padding: 40px 38px;
  border: solid 4px #eeeeee;
  background-color: white;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble--trans {
    padding: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble--trans {
    padding: 24px 20px;
    border: solid 3px #eeeeee;
  }
}
.faq__bubble--trans::after {
  top: 72px;
  bottom: unset;
  left: 100%;
  width: 30px;
  height: 44px;
  background: url(../img/faq/tip-trans_pc.png) 0 0 no-repeat;
  background-size: 100% 100%;
}
@media only screen and (max-width: 767px) {
  .faq__bubble--trans::after {
    top: 40px;
    right: -18px;
    width: 21px;
    height: 25px;
    background-image: url(../img/faq/tip-trans_sp.png);
  }
}
.faq__bubble--excerpt {
  max-height: 200px;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__bubble--excerpt {
    max-height: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__bubble--excerpt {
    max-height: 170px;
  }
}
.faq__bubble--large {
  width: 416px;
}
.faq__bubble--full {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.faq__more {
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(75%, white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), white 75%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), white 75%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.faq__more a {
  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: 120px 0 5px 0;
}
.faq__more a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.faq__more a .text {
  display: block;
  color: #666666;
  font-size: 12px;
}
.faq__more a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .faq__more a:hover .text {
    color: #fe8202;
  }
}
@media print, screen and (min-width: 768px) {
  .faq__link {
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__link {
    padding-bottom: 20px;
  }
}
.faq__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq__link a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.faq__link a .text {
  display: block;
  color: #666666;
  font-size: 12px;
}
.faq__link a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .faq__link a:hover .text {
    color: #fe8202;
  }
}
.faq__closing {
  width: 100%;
  max-width: 1164px;
  margin: 0 auto;
}
.faq__closingHeading {
  margin-bottom: 24px;
  color: #414141;
  font-size: 24px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq__closingHeading {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
.faq__closingItems {
  padding: 48px 20px 72px;
  border-radius: 40px;
  background: url(../img/faq/bg-closing-wrap_pc.png) center center no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .faq__closingItems {
    padding: 32px 20px 68px 10px;
    border-radius: 8px;
    background-image: url(../img/faq/bg-closing-wrap_sp.png);
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .faq__closingItems > div {
    width: 90%;
    max-width: 454px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 375px) and (min-width: 360px) {
  .faq__closingItems > div {
    width: 303px;
  }
}
@media screen and (max-width: 359px) {
  .faq__closingItems > div {
    width: 96%;
  }
}
.faq__closingItemsList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq__closingItemsList > li {
  position: relative;
  margin: 0 20px;
  text-align: center;
}
.faq__closingBtn {
  margin-top: -38px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .faq__closingBtn {
    margin-top: -32px;
    padding: 0 20px;
  }
}
.faq__closingBtn p {
  margin-top: 34px;
  color: #666666;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .faq__closingBtn p {
    margin-top: 28px;
    font-size: 13px;
  }
}
.faq__category {
  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;
  margin: 0 auto 28px !important;
}
@media only screen and (max-width: 767px) {
  .faq__category {
    max-width: 352px;
  }
}
@media screen and (max-width: 375px) {
  .faq__category {
    width: calc(100% + 16px);
    margin: 0 0 28px -8px !important;
  }
}
.faq__category > li {
  width: 176px;
  margin: 0 6px 16px;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .faq__category > li {
    width: calc((100% - 32px) / 2);
    max-width: 160px;
  }
  .faq__category > li:nth-child(odd) {
    margin: 0 0 16px 6px;
  }
  .faq__category > li:nth-child(even) {
    margin: 0 6px 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .faq__category > li:first-of-type {
    width: 100%;
    max-width: 100%;
    margin: 0 0 16px;
  }
}
.faq__category > li[data-new=true]:before {
  content: "New";
  display: block;
  color: #fff;
  background-color: #e53935;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(40%, -50%, 0);
          transform: translate3d(40%, -50%, 0);
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .faq__category > li[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .faq__category > li[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
.faq__category .btn--small {
  font-size: 11px;
}
@media only screen and (max-width: 767px) {
  .faq__category .btn--small {
    max-width: 160px;
  }
}
.faq__category .btn.is-active {
  position: relative;
  overflow: visible;
}
.faq__category .btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffa41d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .faq__category .btn.is-active::after {
    bottom: -11.5px;
    border-width: 12px 12px 0 12px;
  }
}
.faq__ac {
  max-width: 950px;
  width: 100%;
  margin: 0 auto;
}
.faq__ac .faq__bubble,
.faq__ac .faq__bubble--large {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
  padding: 17px 52px 16px 34px;
}
@media only screen and (max-width: 767px) {
  .faq__ac .faq__bubble,
.faq__ac .faq__bubble--large {
    padding: 16px 37px 16px 22px;
    border-radius: 8px;
  }
}
.faq__ac .faq__bubble--trans {
  padding: 40px 42px;
}
@media only screen and (max-width: 767px) {
  .faq__ac .faq__bubble--trans {
    padding: 24px 20px;
  }
}
.faq__ac .faq__question {
  margin-bottom: 0;
}
.faq__ac .faq__answer {
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .faq__ac .faq__answer {
    padding-top: 24px;
    padding-bottom: 8px;
  }
}
.faq__acItem {
  display: none;
  margin-bottom: 24px;
}
.faq__acHead {
  position: relative;
  padding-right: 29px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .faq__acHead {
    padding-right: 22px;
  }
}
.faq__acHead .faq__bubble::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -29px;
  width: 58px;
  height: 58px;
  margin-top: -29px;
  border-radius: 50%;
  background: #ffa41d url(../img/faq/arrow.png) center center no-repeat;
  background-size: 14px 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
}
@media only screen and (max-width: 767px) {
  .faq__acHead .faq__bubble::before {
    right: -22px;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    background-size: 10px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .faq__acHead:hover .faq__bubble::before {
    background-color: #fe8202;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.faq__acHead .faq__bubble::after {
  bottom: -20px;
}
@media only screen and (max-width: 767px) {
  .faq__acHead .faq__bubble::after {
    bottom: -7px;
  }
}
.faq__acHead.is-active .faq__bubble::before {
  background-color: #999;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.faq__acBody {
  display: none;
}
@media only screen and (max-width: 767px) {
  .faq--signedup {
    padding: 48px 20px 44px;
  }
}
.faq--signedup .faq__bubble .topic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 3em;
}
.faq--quiz {
  display: none;
  opacity: 0;
}
.faq--quiz.is-active {
  display: block;
}

.manual {
  padding: 12px 30px 80px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .manual {
    padding: 24px 20px 48px;
  }
}
.manual__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.manual__heading {
  position: relative;
  width: 406px;
  margin: 0 auto 32px;
}
@media only screen and (max-width: 767px) {
  .manual__heading {
    width: 218px;
    margin-bottom: 24px;
  }
}
.manual__heading::before {
  content: "";
  position: absolute;
  top: 20px;
  right: -52px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .manual__heading::before {
    top: 6px;
    right: -21px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.manual__heading img {
  position: relative;
  z-index: 1;
}
.manual__lead {
  margin-bottom: 44px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .manual__lead {
    margin-bottom: 24px;
  }
}
.manual__body {
  padding: 16px 28px 53px 20px;
  border-radius: 30px;
  background-color: #f1edeb;
}
@media only screen and (max-width: 767px) {
  .manual__body {
    position: relative;
    padding: 0 22px 58px;
    border-radius: 8px;
    background: none;
  }
  .manual__body::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 35px);
    border-radius: 8px;
    background-color: #f1edeb;
  }
}
@media print, screen and (min-width: 768px) {
  .manual__item1, .manual__item2 {
    width: 892px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .manual__item1, .manual__item2 {
    width: 100%;
  }
}
.manual__item1 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .manual__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-bottom: 26px;
    padding-right: 212px;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .manual__item1 {
    padding-right: 164px;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item1 {
    margin-bottom: 24px;
  }
}
.manual__item1Figure {
  display: block;
  width: 212px;
  height: 212px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .manual__item1Figure {
    position: absolute;
    top: 52px;
    right: 10px;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .manual__item1Figure {
    top: 0;
    right: -10px;
    width: 164px;
    height: 164px;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item1Figure {
    width: 150px;
    height: 150px;
    margin: 0 auto;
  }
}
.manual__item1Bubble {
  position: relative;
  width: 378px;
  padding: 20px 10px 20px;
  border-radius: 30px;
  background-color: white;
  color: #fe8202;
  text-align: center;
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .manual__item1Bubble {
    width: 42%;
    min-width: 290px;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item1Bubble {
    width: 100%;
    max-width: 290px;
    padding: 12px 10px 15px;
    margin: 0 auto 24px;
    border-radius: 20px;
  }
}
.manual__item1Bubble::before {
  content: "";
  position: absolute;
}
@media print, screen and (min-width: 768px) {
  .manual__item1Bubble::before {
    bottom: -24px;
    right: 24px;
    width: 38px;
    height: 36px;
    background: url(../img/manual/tip-1.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item1Bubble::before {
    bottom: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 13px 0 13px;
    border-color: white transparent transparent transparent;
  }
}
.manual__item1Bubble p {
  font-size: 20px;
  line-height: 1.5;
}
.manual__item2 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .manual__item2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: -56px;
  }
}
@media screen and (max-width: 960px) and (min-width: 768px) {
  .manual__item2 {
    margin-top: 0;
  }
}
.manual__item2Figure {
  display: block;
  width: 164px;
  height: 164px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .manual__item2Figure {
    margin: 0 18px 0 0;
    -webkit-transform: translateY(28px);
        -ms-transform: translateY(28px);
            transform: translateY(28px);
  }
}
@media only screen and (max-width: 767px) {
  .manual__item2Figure {
    width: 120px;
    height: 120px;
    margin-left: calc(50% - 120px);
  }
}
.manual__item2Bubble {
  position: relative;
  width: 437px;
  padding: 16px 40px;
  border-radius: 20px;
  background-color: #e5ded9;
  text-align: center;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .manual__item2Bubble {
    padding: 16px 20px 18px;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item2Bubble {
    width: 100%;
    max-width: 294px;
    margin: 0 auto 18px;
    padding: 13px 30px 20px;
    text-align: left;
  }
}
.manual__item2Bubble::before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .manual__item2Bubble::before {
    top: 60px;
    left: -16px;
    width: 31px;
    height: 24px;
    background: url(../img/manual/tip-2.png) 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media only screen and (max-width: 767px) {
  .manual__item2Bubble::before {
    bottom: -14px;
    left: 34px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 26px 22.5px 26px 0;
    border-color: transparent #e5ded9 transparent transparent;
  }
}
.manual__item2Bubble p {
  position: relative;
  font-size: 16px;
  line-height: 1.5;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .manual__item2Bubble p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media print, screen and (min-width: 768px) {
  .manual__item2Bubble p:first-of-type {
    margin-bottom: 4px;
  }
}
.manual__item2Bubble p small {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .manual__item2Bubble p small {
    display: block;
    margin-bottom: 12px;
    line-height: 1.6;
  }
}
.manual__manual {
  position: absolute;
  width: 129px;
}
@media print, screen and (min-width: 768px) {
  .manual__manual {
    top: -80px;
    left: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .manual__manual {
    top: -20px;
    width: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .manual__manual {
    width: 129px;
    bottom: -20px;
    left: calc(50% - 5px);
  }
}
.manual__manual img {
  width: 100%;
  height: auto;
}
.manual__closing {
  margin-top: 26px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .manual__closing {
    position: relative;
    margin-top: 40px;
  }
}
.manual__btn {
  margin-top: -38px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .manual__btn {
    position: relative;
    margin-top: -32px;
    padding: 0 20px;
  }
}

.column {
  padding: 104px 30px 80px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .column {
    padding: 64px 20px 48px;
  }
}
.column__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.column__heading {
  position: relative;
  line-height: 1;
  width: 656px;
  margin: 0 auto 96px;
}
@media only screen and (max-width: 767px) {
  .column__heading {
    width: 212px;
    margin-bottom: 32px;
  }
}
.column__heading::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 100px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .column__heading::before {
    top: -16px;
    left: 60px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.column__heading img {
  position: relative;
  z-index: 1;
}
.column__heading[data-category=story] {
  width: 376px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=story] {
    width: 227px;
  }
}
.column__heading[data-category=story]::before {
  top: -22px;
  left: 87px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=story]::before {
    top: -10px;
    left: 58px;
  }
}
.column__heading[data-category=expert] {
  width: 311px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=expert] {
    width: 187px;
  }
}
.column__heading[data-category=expert]::before {
  top: -22px;
  left: auto;
  right: 50px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=expert]::before {
    top: -10px;
    left: auto;
    right: 32px;
  }
}
.column__heading[data-category=info] {
  width: 296px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=info] {
    width: 178px;
  }
}
.column__heading[data-category=info]::before {
  top: -22px;
  left: 87px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=info]::before {
    top: -10px;
    left: 50px;
  }
}
.column__heading[data-category=movie] {
  width: 354px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=movie] {
    width: 213px;
  }
}
.column__heading[data-category=movie]::before {
  top: -22px;
  left: auto;
  right: 35px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=movie]::before {
    top: -10px;
    left: auto;
    right: 28px;
  }
}
.column__heading[data-category=voice] {
  width: 386px;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=voice] {
    width: 238px;
  }
}
.column__heading[data-category=voice]::before {
  top: -22px;
  left: 96px;
  right: auto;
}
@media only screen and (max-width: 767px) {
  .column__heading[data-category=voice]::before {
    top: -10px;
    left: 57px;
    right: auto;
  }
}
.column__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 57.5px !important;
}
@media only screen and (max-width: 767px) {
  .column__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 352px;
    margin: 0 auto 16px !important;
  }
}
@media screen and (max-width: 375px) {
  .column__category {
    width: calc(100% + 16px);
    margin: 0 0 28px -8px !important;
  }
}
.column__category > li {
  width: 176px;
  margin: 0 8px 16px !important;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .column__category > li {
    width: calc((100% - 32px) / 2);
    max-width: 160px;
  }
}
.column__category > li[data-new=true]:before {
  content: "New";
  display: block;
  color: #fff;
  background-color: #e53935;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(40%, -50%, 0);
          transform: translate3d(40%, -50%, 0);
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .column__category > li[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .column__category > li[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
.column__category .btn--small {
  max-width: 176px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .column__category .btn--small {
    max-width: 160px;
  }
}
.column__category .btn.is-active {
  position: relative;
  overflow: visible;
}
.column__category .btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffa41d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .column__category .btn.is-active::after {
    bottom: -11.5px;
    border-width: 12px 12px 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .column__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 300px;
  }
  .column__list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .column__list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.column__item {
  margin-bottom: 28px;
  border-radius: 20px;
  background-color: white;
  position: relative;
}
.column__item[data-new=true]:before {
  content: "New";
  display: block;
  color: #fff;
  background-color: #e53935;
  font-size: 11px;
  padding: 2px 7px;
  border-radius: 11px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-transform: translate3d(40%, -50%, 0);
          transform: translate3d(40%, -50%, 0);
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .column__item[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .column__item[data-new=true]:before {
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .column__item {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .column__item {
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .column__item:last-of-type {
    margin-bottom: 0;
  }
}
.column__item > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .column__item > a {
    border-radius: 8px;
  }
}
.column__item > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .column__item > a:hover {
    background-color: #f7f6f5;
  }
}
.column__img {
  position: relative;
}
.column__img::after {
  content: "";
  display: block;
  padding-top: 53.68%;
}
@media only screen and (max-width: 767px) {
  .column__img::after {
    padding-top: 46.57%;
  }
}
.column__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .column__img figure {
    border-radius: 8px 8px 0 0;
  }
}
.column__excerpt {
  padding: 28px 24px;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .column__excerpt {
    min-height: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .column__excerpt {
    font-size: 15px;
  }
}
.column__excerpt .blankbar {
  display: block;
  height: 15px;
  margin-bottom: 8px;
  background-color: #e5ded9;
}
.column__excerpt .blankbar:last-of-type {
  margin-bottom: 0;
}
.column__excerpt .blankbar--short {
  width: 206px;
}
.column__btn {
  margin-top: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .column__btn {
    max-width: 294px;
    margin: 44px auto 0;
  }
}
.column__btn p {
  margin-top: 36px;
  color: #666666;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .column__btn p {
    margin-top: 28px;
    font-size: 13px;
  }
}
.column__closing {
  position: relative;
  margin-top: 36px;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.column--signedup {
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .column--signedup {
    padding-bottom: 48px;
  }
}
@media print, screen and (min-width: 768px) {
  .column--signedup .column__heading {
    margin-bottom: 48px;
  }
}
.column--signedup .column__item {
  display: none;
}

.recommend {
  padding: 0 30px 80px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .recommend {
    padding: 0 20px 48px;
  }
}
.recommend__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.recommend__heading {
  position: relative;
  line-height: 1;
  width: 191px;
  margin: 0 auto 96px;
}
@media only screen and (max-width: 767px) {
  .recommend__heading {
    width: 138px;
    margin-bottom: 32px;
  }
}
.recommend__heading::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 100px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .recommend__heading::before {
    top: -16px;
    left: 60px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.recommend__heading img {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .recommend__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 300px;
  }
  .recommend__list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .recommend__list {
    max-width: 500px;
    margin: 0 auto;
  }
}
.recommend__item {
  margin-bottom: 28px;
  border-radius: 20px;
  background-color: white;
}
@media print, screen and (min-width: 768px) {
  .recommend__item {
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .recommend__item {
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .recommend__item:last-of-type {
    margin-bottom: 0;
  }
}
.recommend__item > a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .recommend__item > a {
    border-radius: 8px;
  }
}
.recommend__item > a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .recommend__item > a:hover {
    background-color: #f7f6f5;
  }
}
.recommend__img {
  position: relative;
}
.recommend__img::after {
  content: "";
  display: block;
  padding-top: 53.68%;
}
@media only screen and (max-width: 767px) {
  .recommend__img::after {
    padding-top: 46.57%;
  }
}
.recommend__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .recommend__img figure {
    border-radius: 8px 8px 0 0;
  }
}
.recommend__text {
  padding: 28px 24px 24px;
  line-height: 1.6;
}
@media print, screen and (min-width: 768px) {
  .recommend__text {
    min-height: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .recommend__text {
    padding: 16px 12px 12px;
  }
}
.recommend__title {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .recommend__title {
    font-size: 15px;
  }
}

.opinion {
  padding-right: 30px;
  padding-left: 30px;
}
.opinion__wrap {
  max-width: 900px;
  margin: 0 auto;
}

.story {
  padding: 0 30px 80px;
}
@media only screen and (max-width: 767px) {
  .story {
    padding: 48px 20px;
  }
}
.story__wrap {
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
}
.story__item {
  border-radius: 40px;
  background-color: white;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .story__item {
    border-radius: 8px;
  }
}
.story__itemWrap {
  width: 100%;
  border-radius: 40px;
  border: solid 18px white;
  background-color: #f7f6f5;
}
@media print, screen and (min-width: 768px) {
  .story__itemWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .story__itemWrap {
    border-radius: 8px;
    border-width: 14px;
  }
}
.story__copy {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .story__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 536px;
    margin: 56px 53px 56px 44px;
  }
}
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .story__copy {
    width: calc(100% - 310px - 10% - 20px - 30px - 28px);
    margin: 0 20px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .story__copy {
    width: 90%;
    max-width: 275px;
    margin: 63px auto 42px;
    padding-right: 15px;
  }
}
.story__pic {
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .story__pic {
    width: 13%;
    max-width: 126px;
    margin: 45px 28px 50px 0;
  }
}
@media screen and (max-width: 1224px) and (min-width: 768px) {
  .story__pic {
    width: 10%;
    margin: 40px 20px 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .story__pic {
    width: 126px;
    margin: 0 auto 30px;
  }
}
.story__contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .story__contents {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .story__contents {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 50px;
  }
}
.story__contents::before {
  content: "";
  position: absolute;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .story__contents::before {
    top: -22px;
    left: -100px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 265px 100px 265px 0;
    border-color: transparent white transparent transparent;
  }
}
@media only screen and (max-width: 767px) {
  .story__contents::before {
    top: -100px;
    left: 0;
    width: 150vw;
    height: 150px;
    -webkit-transform: skewY(-11deg);
        -ms-transform: skewY(-11deg);
            transform: skewY(-11deg);
    background-color: white;
  }
}
.story__contents > div {
  position: relative;
  z-index: 1;
}
.story__text {
  margin-bottom: 32px;
  color: #666666;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .story__text {
    max-width: 300px;
  }
}
.story__btn {
  text-align: center;
}

.quiz {
  padding: 56px 30px 80px;
}
@media only screen and (max-width: 767px) {
  .quiz {
    padding: 48px 20px 0;
  }
}
.quiz__wrap {
  max-width: 1164px;
  width: 100%;
  margin: 0 auto;
}
.quiz__heading {
  position: relative;
  width: 534px;
  margin: 0 auto 66px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quiz__heading {
    width: 100%;
    max-width: 288px;
    margin-bottom: 43px;
  }
}
.quiz__heading::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 124px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .quiz__heading::before {
    bottom: -10px;
    left: 63px;
    width: 50px;
    height: 47px;
    background-size: contain;
  }
}
.quiz__heading img {
  position: relative;
  z-index: 1;
}
.quiz__lead {
  width: 100%;
  max-width: 900px;
  margin: 0 auto 64px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quiz__lead {
    margin-bottom: 44px;
    padding: 0 10px;
    font-size: 13px;
  }
}
.quiz__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 767px) {
  .quiz__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.quiz__item {
  width: 48%;
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.quiz__item:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}
.quiz__item:not(:last-of-type) {
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .quiz__item {
    width: 100%;
  }
  .quiz__item:not(:last-of-type) {
    margin-bottom: 25px;
  }
}
.quiz__itemWrap {
  position: relative;
}
.quiz__itemWrap:hover {
  text-decoration: none;
}
.quiz__label {
  position: absolute;
  top: -10px;
  left: 10px;
}
.quiz__label span {
  font-size: 14px;
  color: #fff;
  background-color: #ffa41d;
  padding: 5px;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .quiz__label span {
    font-size: 12px;
  }
}
.quiz__text {
  padding: 20px 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz__text p {
  font-size: 18px;
}
.quiz__text span {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .quiz__text {
    padding: 15px 10px 10px;
  }
  .quiz__text p {
    font-size: 14px;
  }
}
.quiz__content {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px;
  -webkit-box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 12px 14px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .quiz__content {
    border-radius: 8px;
    padding: 40px 10px 10px;
  }
}
.quiz__question {
  margin: 0 0 56px 0;
}
@media only screen and (max-width: 767px) {
  .quiz__question {
    margin: 0 0 40px 0;
  }
}
.quiz__question h3 {
  font-size: 28px;
  color: #414141;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .quiz__question h3 {
    text-align: center;
    font-size: 18px;
  }
}
.quiz__answerList {
  width: 100%;
  margin-bottom: 46px;
}
@media print, screen and (min-width: 768px) {
  .quiz__answerList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .quiz__answerList {
    margin-bottom: 20px;
  }
}
.quiz__answerList button {
  margin: 0 12px;
  padding: 0 10px;
  cursor: pointer;
}
.quiz__answerList button.is-active {
  border: solid 3px #ffa41d;
  background-color: #fff;
  color: #ffa41d;
}
@media only screen and (max-width: 767px) {
  .quiz__answerList button {
    display: block;
    margin: 0 auto 16px;
  }
  .quiz__answerList button:last-of-type {
    margin-bottom: 0;
  }
}
.quiz__frame {
  background-color: #f7f6f5;
  padding: 30px;
  margin: 0 0 24px 0;
  display: none;
  opacity: 0;
}
.quiz__frame.is-active {
  display: block;
}
@media only screen and (max-width: 767px) {
  .quiz__frame {
    padding: 15px;
    margin: 0 0 20px 0;
  }
}
.quiz__frame span {
  font-size: 24px;
  text-align: center;
  display: block;
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 767px) {
  .quiz__frame span {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
}
.quiz__frame h4 {
  font-size: 32px;
  margin: 0 0 40px 0;
  text-align: center;
  color: #fe8202;
}
@media only screen and (max-width: 767px) {
  .quiz__frame h4 {
    font-size: 20px;
    margin: 0 0 15px 0;
  }
}
.quiz__frame p {
  font-size: 18px;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .quiz__frame p {
    font-size: 14px;
  }
}
.quiz__next {
  width: 128px;
  height: 42px;
  border: none;
  border-radius: 80px;
  background-color: #f1edeb;
  cursor: pointer;
  margin: 0 auto;
  display: none;
}
.quiz__next:hover {
  text-decoration: none;
}
.quiz__next.is-active {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .quiz__next {
    bottom: 35px;
    left: 64.5px;
  }
}
@media only screen and (max-width: 767px) {
  .quiz__next {
    margin: 36px auto 28px;
  }
}
.quiz__next > div {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quiz__next .icon {
  display: block;
  width: 16px;
  height: 16px;
  margin-left: 9px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quiz__next .text {
  font-size: 16px;
  font-weight: 700;
  color: #666666;
}
@media only screen and (max-width: 767px) {
  .quiz__next .text {
    font-size: 13px;
  }
}

.feedback {
  padding: 80px 30px 56px;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .feedback {
    padding: 44px 16px;
  }
}
.feedback__wrap {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .feedback__wrap {
    max-width: 290px;
  }
}
.feedback__heading {
  margin-bottom: 32px;
  color: #9c91c6;
  font-size: 32px;
  line-height: 1.3;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feedback__heading {
    margin-bottom: 40px;
    font-size: 20px;
  }
}
.feedback__item {
  margin-bottom: 40px;
}
.feedback__item:last-of-type {
  margin-bottom: 0;
}
.feedback__question {
  margin-bottom: 36px;
  font-size: 28px;
  line-height: 1.4;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feedback__question {
    margin-bottom: 24px;
    padding: 0 5px;
    font-size: 18px;
    line-height: 1.6;
  }
}
.feedback__btn {
  width: 432px;
  margin: 36px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .feedback__btn {
    width: 100%;
    margin: 64px auto 0;
  }
}
@media print, screen and (min-width: 768px) {
  .feedback__options {
    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;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
  }
}
.feedback__options .btn {
  margin: 0 12px 24px;
}
@media only screen and (max-width: 767px) {
  .feedback__options .btn {
    margin: 0 0 16px 0;
  }
  .feedback__options .btn:last-of-type {
    margin-bottom: 0;
  }
}

.inquiry {
  padding: 36px 30px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .inquiry {
    padding: 36px 20px;
  }
}
.inquiry__wrap {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
}
.inquiry__heading {
  margin-bottom: 16px;
  font-size: 12px;
  line-height: 1.4;
  color: #ee7f00;
}
.inquiry__notice {
  margin-bottom: 16px !important;
  font-weight: 400;
}
.inquiry__notice > li {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 1.4;
}
.inquiry__notice > li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.inquiry__link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inquiry__link a .icon {
  display: block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.inquiry__link a .text {
  display: block;
  color: #666666;
  font-size: 12px;
}
.inquiry__link a:hover {
  text-decoration: none;
}
@media print, screen and (min-width: 768px) {
  .inquiry__link a:hover .text {
    color: #fe8202;
  }
}

.banner {
  padding: 42px 30px 16px;
  border-top: solid 4px #f7f6f5;
  background-color: white;
}
@media only screen and (max-width: 767px) {
  .banner {
    padding: 24px 20px;
  }
}
.banner__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .banner__wrap {
    max-width: 500px;
  }
}
@media print, screen and (min-width: 768px) {
  .banner__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .banner__item {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .banner__item {
    margin-bottom: 16px;
  }
  .banner__item:last-of-type {
    margin-bottom: 0;
  }
}
.banner__item img {
  border: solid 2px #e5ded9;
}
@media print, screen and (min-width: 768px) {
  .banner__item img {
    border-radius: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .banner__item img {
    border-radius: 8px;
  }
}
.banner__item > a {
  display: block;
}
@media print, screen and (min-width: 768px) {
  .banner__item > a:hover img {
    border-color: #eac98e;
  }
}

.social {
  padding: 20px 30px 0;
  background-color: white;
}
.social__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
.social__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 15px;
}
.social__item {
  width: 35px;
  height: 35px;
  border-radius: 50vh;
  overflow: hidden;
}
.social .icon {
  width: 100%;
  height: 100%;
  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;
}
.social .icon--x {
  background: #000000;
}
.social .icon--x:hover {
  background-color: #101010;
}
.social .icon--youtube {
  background: #ff0000;
}
.social .icon--youtube:hover {
  background-color: #e10000;
}
.social .icon img {
  width: 20px;
  height: 20px;
}

.theme {
  padding: 0 0 80px;
}
@media only screen and (max-width: 767px) {
  .theme {
    padding: 26px 0;
  }
}
.theme__wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
.theme__heading {
  position: relative;
  font-size: 44px;
  line-height: 1;
  text-align: center;
  width: 700px;
  margin: 0 auto 54px;
}
@media only screen and (max-width: 767px) {
  .theme__heading {
    margin-bottom: 18px;
    font-size: 23px;
    width: 288px;
  }
}
.theme__heading img {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.theme__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}
.theme__text p {
  margin-bottom: 20px;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .theme__text {
    font-size: 14px;
    line-height: 1.6;
  }
  .theme__text p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: left;
  }
}
.theme__bnr {
  margin: 48px auto 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .theme__bnr {
    margin: 14px auto 24px;
  }
  .theme__bnr picture {
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .theme__bnr picture img {
    width: 100%;
  }
}
.theme__btn {
  width: 440px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 767px) {
  .theme__btn {
    width: 285px;
  }
}
.theme__note {
  font-weight: lighter;
}
@media only screen and (max-width: 767px) {
  .theme__note {
    margin-bottom: 0 !important;
    padding: 0 !important;
    text-align: center !important;
    font-size: 14px;
  }
}
.theme__imgtit {
  margin-top: 80px;
  font-size: 30px;
  -webkit-transform: translate(0, 10px);
      -ms-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
@media only screen and (max-width: 767px) {
  .theme__imgtit {
    font-size: 20px;
    margin-top: 35px;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .theme figure {
    padding: 0 20px;
  }
}
.theme[data-lp=senryu] {
  padding: 100px 0 80px;
}
@media only screen and (max-width: 767px) {
  .theme[data-lp=senryu] {
    padding: 70px 0 80px;
  }
}
.theme[data-lp=senryu] .theme__heading {
  font-size: 44px;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 700px;
  margin: 0 auto 66px auto;
}
@media only screen and (max-width: 767px) {
  .theme[data-lp=senryu] .theme__heading {
    margin-bottom: 26px;
    font-size: 23px;
    width: 148px;
  }
}
.theme[data-lp=senryu] .theme__heading::before {
  z-index: 0;
  position: absolute;
  top: -22px;
  left: 317px;
  width: 101px;
  height: 85px;
  background: url(/library/wife-succession/img/senryu/about-6.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .theme[data-lp=senryu] .theme__heading::before {
    top: -8px;
    left: 50px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.theme[data-lp=senryu] .theme__heading img {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
}

.podcast {
  padding: 80px 20px;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .podcast {
    padding: 48px 10px;
  }
}
.podcast__heading {
  position: relative;
  text-align: center;
  width: 700px;
  margin: 0 auto 45px;
}
@media only screen and (max-width: 767px) {
  .podcast__heading {
    margin-bottom: 24px;
    width: 288px;
  }
}
.podcast__heading img {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.podcast ul {
  width: calc(100% - 40px);
  max-width: 950px;
  margin: 0 auto;
  padding: 40px;
  border-radius: 20px;
  background: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .podcast ul {
    padding: 30px;
  }
}
.podcast ul::after {
  display: block;
  margin-top: 14px;
  font-size: 12px;
  text-align: right;
  content: "提供：株式会社ニッポン放送 ";
}
.podcast ul li {
  width: 100%;
}
.podcast ul li iframe {
  width: 100%;
}

.about {
  padding: 80px 30px 80px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .about {
    padding: 48px 20px 48px;
  }
}
.about__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.about__heading {
  font-size: 44px;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 382px;
  margin: 0 auto 66px auto;
}
@media only screen and (max-width: 767px) {
  .about__heading {
    margin-bottom: 43px;
    font-size: 23px;
    width: 191px;
  }
}
.about__heading img {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.about__lead {
  margin-bottom: 44px;
  color: #666666;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about__lead {
    margin-bottom: 24px;
  }
}
.about__body {
  padding: 80px 0px 70px 0px;
  border-radius: 30px;
  background-color: #f1edeb;
  position: relative;
}
.about__body .-img01,
.about__body .-img02,
.about__body .-img03,
.about__body .-img04,
.about__body .-img05 {
  position: absolute;
  display: block;
  height: auto;
}
.about__body .-img01 {
  top: -71px;
  right: 73px;
}
.about__body .-img02 {
  top: 443px;
  left: 45px;
}
.about__body .-img03 {
  top: 707px;
  right: 30px;
}
.about__body .-img04 {
  top: 136px;
  left: -58px;
}
.about__body .-img05 {
  top: 260px;
  right: -62px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .about__body .-img01 {
    width: 100px;
    height: 100px;
    top: -40px;
    right: -23px;
  }
  .about__body .-img02 {
    width: 100px;
    height: 100px;
    top: 400px;
    left: -25px;
  }
  .about__body .-img03 {
    width: 100px;
    height: 100px;
    top: 500px;
    right: -30px;
  }
  .about__body .-img04 {
    width: 75px;
    height: 64px;
    top: 150px;
    left: -40px;
  }
  .about__body .-img05 {
    width: 68px;
    height: 60px;
    top: 280px;
    right: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .about__body .-img01 {
    width: 87px;
    height: 87px;
    top: -40px;
    right: -23px;
  }
  .about__body .-img02 {
    width: 87px;
    height: 87px;
    top: 400px;
    left: -25px;
  }
  .about__body .-img03 {
    width: 87px;
    height: 87px;
    top: 550px;
    right: -30px;
  }
  .about__body .-img04 {
    width: 75px;
    height: 64px;
    top: 150px;
    left: -40px;
  }
  .about__body .-img05 {
    width: 68px;
    height: 60px;
    top: 280px;
    right: -30px;
  }
}
.about__body p {
  font-size: 16px;
  margin-bottom: 26px;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .about__body p {
    margin-bottom: 20px;
    text-align: left;
    font-size: 15px;
    padding: 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .about__body {
    position: relative;
    padding: 36px 15px 36px;
  }
}
@media print, screen and (min-width: 768px) {
  .about__item1, .about__item2 {
    width: 892px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .about__item1, .about__item2 {
    width: 100%;
  }
}
.about__item1 {
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about__item1 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .about__item1 {
    margin-bottom: 35px;
  }
}
.about__item1Movie {
  width: 100%;
  max-width: 560px;
  aspect-ratio: 16/9;
  margin: 0 auto;
}
.about__item1Movie iframe {
  width: 100%;
  height: 100%;
}
.about__btn {
  max-width: 432px;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .about__btn {
    position: relative;
  }
}
.about[data-lp=radio] {
  background: #fff;
}
.about[data-lp=radio] .about__body {
  background-color: #f7f6f5;
}

.register {
  padding: 0px 30px 40px;
}
@media only screen and (max-width: 767px) {
  .register {
    padding: 0px 20px 0;
  }
}
.register[data-lp=radio] {
  padding: 100px 30px 40px;
}
@media only screen and (max-width: 767px) {
  .register[data-lp=radio] {
    padding: 44px 20px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .register ~ .guidelines {
    padding-top: 40px;
  }
}
.register__wrap {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .register__wrap {
    padding-bottom: 44px;
  }
}
.register__btn {
  max-width: 432px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .register__btn {
    max-width: 285px;
  }
}
.register__heading {
  margin-bottom: 32px;
  color: #414141;
  font-size: 30px;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .register__heading {
    margin-bottom: 22px;
    font-size: 20px;
  }
}
.register__heading img {
  width: 100%;
  height: auto;
}
.register__text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}
.register__text p {
  color: #666;
}
@media only screen and (max-width: 767px) {
  .register__text {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
    padding: 0 20px;
  }
}

.postHero {
  padding: 48px 30px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-image: url(../img/post/bg-hero_pc.png);
}
@media only screen and (max-width: 767px) {
  .postHero {
    padding: 16px 20px 48px;
    background-image: url(../img/post/bg-hero_sp.png);
  }
}
.postHero__wrap {
  max-width: 1280px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .postHero__wrap {
    position: relative;
  }
}
.postHero__heading {
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .postHero__heading {
    position: absolute;
    top: 0;
    left: 5%;
    width: 299px;
  }
}
@media only screen and (max-width: 767px) {
  .postHero__heading {
    position: relative;
    width: 156px;
    margin-bottom: 10px;
  }
}
.postHero__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .postHero__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .postHero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 768px) {
  .postHero__text {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 49.29%;
    padding: 185px 0 0 5%;
  }
}
.postHero__textWrap {
  background-color: #fff;
  padding: 20px;
  border-radius: 8px;
}
@media print, screen and (min-width: 768px) {
  .postHero__textWrap {
    max-width: 516px;
  }
}
@media only screen and (max-width: 767px) {
  .postHero__textWrap {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .postHero__img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 46.32%;
  }
}
@media only screen and (max-width: 767px) {
  .postHero__img {
    margin-bottom: 28px;
  }
}
.postHero__img figure {
  width: 100%;
  display: block;
}
.postHero__img figure img {
  width: 100%;
  height: 548px;
  border-radius: 30px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media only screen and (max-width: 767px) {
  .postHero__img figure img {
    height: 216px;
  }
}
.postHero__img figure img[data-bg=contain] {
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767px) {
  .postHero__img figure img {
    border-radius: 8px;
  }
}
.postHero__img figure figcaption {
  display: block;
  margin-top: 14px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 767px) {
  .postHero__img figure figcaption {
    margin-top: 10px;
    font-size: 11px;
  }
}
.postHero__lead {
  margin-bottom: 12px;
  color: #ea650d;
  font-size: 32px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .postHero__lead {
    margin-bottom: 18px;
    font-size: 24px;
  }
}
.postHero__name {
  margin-bottom: 36px;
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .postHero__name {
    margin-bottom: 28px;
    font-size: 13px;
  }
}
.postHero__date time {
  font-size: 16px;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .postHero__date time {
    margin-bottom: 28px;
    font-size: 13px;
  }
}
.postHero__paragraph {
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .postHero__paragraph {
    font-size: 15px;
    line-height: 2;
  }
}
.postHero__paragraph p {
  line-height: 1.8;
}

.postBody {
  padding: 80px 30px 96px;
  background-color: #f7f6f5;
}
@media only screen and (max-width: 767px) {
  .postBody {
    padding: 48px 30px 56px;
  }
}
.postBody__wrap {
  max-width: 626px;
  margin: 0 auto;
}
.postBody__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 75px;
}
@media only screen and (max-width: 767px) {
  .postBody__grid {
    margin-bottom: 54px;
  }
}
.postBody__grid > div {
  width: 100%;
}
.postBody__grid > div:first-child {
  margin: 0 7.5px 0 0;
}
.postBody__grid > div:last-child {
  margin: 0 0 0 7.5px;
}
.postBody__frame {
  background-color: #fff;
  padding: 40px;
  border-radius: 30px;
}
.postBody__frame dl {
  margin-bottom: 28px;
}
.postBody__frame dl:last-of-type {
  margin-bottom: 0;
}
.postBody__frame dl dt {
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}
.postBody__frame dl dd {
  font-weight: normal;
  line-height: 1.5;
}
.postBody__btn {
  text-align: center;
  margin: 0 0 50px 0;
}
.postBody__btn:last-child {
  margin: 0;
}
.postBody:has(+ .postSenryu) {
  padding-top: 40px;
  padding-bottom: 0;
}
.postBody:has(+ .postLink) {
  padding-bottom: 0;
}
.postBody h1,
.postBody h2,
.postBody h3,
.postBody h4,
.postBody h5,
.postBody h6 {
  color: #414141;
  line-height: 1.5;
}
.postBody h1.heading,
.postBody h2.heading,
.postBody h3.heading,
.postBody h4.heading,
.postBody h5.heading,
.postBody h6.heading {
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .postBody h1.heading,
.postBody h2.heading,
.postBody h3.heading,
.postBody h4.heading,
.postBody h5.heading,
.postBody h6.heading {
    margin-bottom: 17px;
  }
}
.postBody h1.heading--orange,
.postBody h2.heading--orange,
.postBody h3.heading--orange,
.postBody h4.heading--orange,
.postBody h5.heading--orange,
.postBody h6.heading--orange {
  color: #fe8202;
}
.postBody h1.heading--orange--light,
.postBody h2.heading--orange--light,
.postBody h3.heading--orange--light,
.postBody h4.heading--orange--light,
.postBody h5.heading--orange--light,
.postBody h6.heading--orange--light {
  color: #ffa41d;
}
.postBody h1.heading--center,
.postBody h2.heading--center,
.postBody h3.heading--center,
.postBody h4.heading--center,
.postBody h5.heading--center,
.postBody h6.heading--center {
  text-align: center;
}
.postBody h3 {
  margin-bottom: 48px;
  font-size: 28px;
}
@media only screen and (max-width: 767px) {
  .postBody h3 {
    margin-bottom: 32px;
    font-size: 19px;
  }
}
.postBody h4 {
  margin-bottom: 28px;
  font-size: 24px;
}
@media only screen and (max-width: 767px) {
  .postBody h4 {
    margin-bottom: 21px;
    font-size: 18px;
  }
}
.postBody h5 {
  margin-bottom: 21px;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .postBody h5 {
    margin-bottom: 18px;
    font-size: 15px;
  }
}
.postBody h6 {
  margin-bottom: 17px;
  font-size: 15px;
}
@media only screen and (max-width: 767px) {
  .postBody h6 {
    margin-bottom: 14px;
    font-size: 13px;
  }
}
.postBody p {
  margin-bottom: 64px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .postBody p {
    margin-bottom: 48px;
    font-size: 15px;
  }
}
.postBody p a {
  color: #fe8202;
}
.postBody p span {
  margin-bottom: 0;
}
.postBody span {
  margin-bottom: 36px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 767px) {
  .postBody span {
    margin-bottom: 28px;
    font-size: 11px;
  }
}
.postBody ul,
.postBody ol {
  margin-bottom: 64px;
  background-color: #fff;
  padding: 20px 20px 20px 40px;
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .postBody ul,
.postBody ol {
    margin-bottom: 48px;
    padding: 15px 15px 15px 30px;
    border-radius: 8px;
  }
}
.postBody ul li,
.postBody ol li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  list-style-type: initial;
}
@media only screen and (max-width: 767px) {
  .postBody ul li,
.postBody ol li {
    font-size: 13px;
  }
}
.postBody ul li:last-child,
.postBody ol li:last-child {
  margin-bottom: 0;
}
.postBody ol li {
  list-style-type: decimal;
}
.postBody img {
  border-radius: 30px;
}
@media only screen and (max-width: 767px) {
  .postBody img {
    border-radius: 8px;
  }
}
.postBody figcaption {
  display: block;
  margin-top: 14px;
  line-height: 1.6;
  font-size: 13px;
  font-weight: 400;
  display: block;
}
@media only screen and (max-width: 767px) {
  .postBody figcaption {
    margin-top: 10px;
    font-size: 11px;
  }
}
.postBody .movie {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 64px;
}
.postBody .movie iframe {
  width: 100%;
  height: 100%;
}

.postSenryu {
  width: 100%;
  background-color: #fff;
}
.postSenryu__heading {
  max-width: 626px;
  margin: 0 auto;
  padding: 40px 0;
  font-size: 24px;
  text-align: center;
  line-height: 1.5;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .postSenryu__heading {
    font-size: 18px;
  }
}
.postSenryu__heading + .postSenryu__wrap {
  padding-top: 0;
}
.postSenryu__wrap {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 20px;
}
.postSenryu__wrap[data-width=narrow] {
  max-width: 626px;
}
.postSenryu__wrap p {
  margin-bottom: 64px;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap p {
    margin-bottom: 48px;
    font-size: 15px;
  }
}
.postSenryu__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 50px 30px;
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul {
    gap: 30px 10px;
  }
}
.postSenryu__wrap ul li {
  width: calc((100% - 60px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .postSenryu__wrap ul li {
    width: calc((100% - 60px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul li {
    width: calc((100% - 60px) / 2);
  }
}
.postSenryu__wrap ul li::before {
  content: "";
  position: absolute;
  z-index: 1;
}
.postSenryu__wrap ul li[data-bg="1"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-1.png) no-repeat;
  background-size: 106px 94px;
  width: 106px;
  height: 94px;
  top: 40%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg="2"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-2.png) no-repeat;
  background-size: 114px 98px;
  width: 114px;
  height: 98px;
  top: 70%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg="3"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-3.png) no-repeat;
  background-size: 96.5px 117px;
  width: 96.5px;
  height: 117px;
  top: 60%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg="4"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-4.png) no-repeat;
  background-size: 92px 101px;
  width: 92px;
  height: 101px;
  top: 70%;
  right: 20%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.postSenryu__wrap ul li[data-bg="5"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-5.png) no-repeat;
  background-size: 96.5px 117px;
  width: 96.5px;
  height: 117px;
  top: 50%;
  right: 20%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.postSenryu__wrap ul li[data-bg="6"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-6.png) no-repeat;
  background-size: 95.5px 117.5px;
  width: 95.5px;
  height: 117.5px;
  top: 70%;
  right: 20%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
.postSenryu__wrap ul li[data-bg="7"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-7.png) no-repeat;
  background-size: 106px 95.5px;
  width: 106px;
  height: 95.5px;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg="8"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-8.png) no-repeat;
  background-size: 114px 98px;
  width: 114px;
  height: 98px;
  top: 60%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg="9"]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-9.png) no-repeat;
  background-size: 103px 108px;
  width: 103px;
  height: 94px;
  top: 30%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.postSenryu__wrap ul li[data-bg=narrow-1]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-1.png) no-repeat;
  background-size: 106px 94px;
  width: 106px;
  height: 94px;
  top: 40%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul li[data-bg=narrow-1]::before {
    left: 30%;
  }
}
.postSenryu__wrap ul li[data-bg=narrow-2]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-2.png) no-repeat;
  background-size: 114px 98px;
  width: 114px;
  height: 98px;
  top: 70%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul li[data-bg=narrow-2]::before {
    left: 30%;
  }
}
.postSenryu__wrap ul li[data-bg=narrow-3]::before {
  background: url(/library/wife-succession/img/senryu/bg-support-3.png) no-repeat;
  background-size: 96.5px 117px;
  width: 96.5px;
  height: 117px;
  top: 60%;
  left: 10%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul li[data-bg=narrow-3]::before {
    left: 30%;
  }
}
.postSenryu__wrap ul li img {
  max-width: 140px;
  width: 100%;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .postSenryu__wrap ul li img {
    max-width: 90px;
  }
}

.postLink {
  padding: 50px 30px 0;
}
@media only screen and (max-width: 767px) {
  .postLink {
    padding: 40px 20px 0;
  }
}
.postLink[data-narrow=true] {
  padding: 0 30px 40px;
}
@media only screen and (max-width: 767px) {
  .postLink[data-narrow=true] {
    padding: 0 20px 40px;
  }
}
.postLink__heading {
  position: relative;
  width: 191px;
  margin: 0 auto 96px;
}
@media only screen and (max-width: 767px) {
  .postLink__heading {
    width: 138px;
    margin-bottom: 32px;
  }
}
.postLink__heading::before {
  content: "";
  position: absolute;
  top: -22px;
  left: 100px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .postLink__heading::before {
    top: -16px;
    left: 60px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.postLink__heading img {
  position: relative;
  z-index: 1;
}
.postLink__list {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media only screen and (max-width: 767px) {
  .postLink__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.postLink__item {
  position: relative;
  max-width: 600px;
}
.postLink__pic figure {
  width: 100%;
}
.postLink__pic figure img {
  width: 100%;
  border: 2px solid transparent;
  border-radius: 15px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.postLink__pic figure img:hover {
  border: 2px solid #fcdebc;
}
.postLink__btn {
  margin-top: -38px;
  text-align: center;
}
.postLink__text {
  margin-bottom: 30px;
}
.postLink__text p {
  line-height: 1.8;
  font-size: 18px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .postLink__text p {
    font-size: 15px;
  }
}

.postFaq {
  background-color: #fff;
  padding: 80px 30px;
}
@media only screen and (max-width: 767px) {
  .postFaq {
    padding: 48px 30px;
  }
}
.postFaq + .recommend {
  padding-top: 80px;
}
@media only screen and (max-width: 767px) {
  .postFaq + .recommend {
    padding-top: 48px;
  }
}
.postFaq .faq__wrap {
  max-width: 626px;
  margin: 0 auto;
}
.postFaq .faq__wrap__heading {
  position: relative;
  width: 106px;
  margin: 0 auto 66px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .postFaq .faq__wrap__heading {
    width: 100%;
    max-width: 210px;
    margin-bottom: 43px;
  }
}
.postFaq .faq__wrap__heading::before {
  content: "";
  position: absolute;
  bottom: -30px;
  right: 70px;
  width: 96px;
  height: 88px;
  background: url(../img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .postFaq .faq__wrap__heading::before {
    bottom: -19px;
    right: 33px;
    width: 50px;
    height: 47px;
    background-size: contain;
  }
}
.postFaq .faq__wrap__heading img {
  position: relative;
  z-index: 1;
}
.postFaq .faq__wrap .faq__list ul {
  margin-bottom: 64px;
}
@media only screen and (max-width: 767px) {
  .postFaq .faq__wrap .faq__list ul {
    margin-bottom: 48px;
  }
}

.postDialog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
}
@media only screen and (max-width: 767px) {
  .postDialog {
    margin-bottom: 36px;
  }
}
.postDialog__head {
  margin-right: 20px;
}
@media only screen and (max-width: 767px) {
  .postDialog__head {
    margin-right: 15px;
  }
}
.postDialog__body {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.postDialog__body > *:last-child {
  margin-bottom: 0;
}
.postDialog__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .postDialog__icon {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .postDialog__icon {
    width: 60px;
    height: 60px;
  }
}
.postDialog__icon span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
}
.postDialog__icon span img {
  width: 100%;
  height: auto;
}
.postDialog__name {
  margin-top: 7px;
}
.postDialog__name p {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}

.postCta {
  max-width: 626px;
  margin: 0 auto 48px auto;
  padding: 20px;
  background-color: #fff;
}
.postCta[data-border=true] {
  border: 3px solid #ffa41d;
}
@media only screen and (max-width: 767px) {
  .postCta {
    margin: 0 auto 36px auto;
  }
}
.postCta__wrap {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.postCta__btn {
  text-align: center;
  margin: 0 0 50px 0;
}
.postCta__btn:last-child {
  margin: 0;
}
.postCta__catch p,
.postCta__catch span {
  color: #ffa41d;
  text-align: center;
  font-weight: bold;
  margin: 0;
}
.postCta__catch span {
  font-size: 16px;
}
.postCta__catch p {
  font-size: 24px;
}
.postCta h5 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  color: #ffa41d;
  margin: 0;
}
.postCta hr {
  margin: 20px 0;
  border: 0.5px solid #ffa41d;
}
.postCta ul {
  margin: 0 0 0 20px;
}
.postCta ul li {
  font-size: 18px;
  list-style-type: disc;
}
@media only screen and (max-width: 767px) {
  .postCta ul li {
    font-size: 15px;
  }
}

.anchor {
  width: 100%;
  padding: 16px 30px;
  background-color: white;
  text-align: center;
  position: absolute;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 10px 50px 0px #0000000d;
          box-shadow: 0px 10px 50px 0px #0000000d;
}
.anchor__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 1280px;
  margin: 0 auto !important;
}
.anchor li {
  width: 236px;
  margin: 0 10px;
}
.anchor.is-fixed {
  position: fixed;
}

.menu {
  width: 100%;
  background: rgba(247, 246, 245, 0.9);
  position: absolute;
  top: 0;
  z-index: 100;
  -webkit-box-shadow: 0px 10px 50px 0px #0000000d;
          box-shadow: 0px 10px 50px 0px #0000000d;
}
.menu__trigger {
  background: #fff;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.menu__trigger i {
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
}
.menu__trigger i::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 3px solid #ffa41d;
  border-left: 3px solid #ffa41d;
  position: absolute;
  top: 4px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.menu__trigger.is-active i::before {
  top: 8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu__list {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s ease;
  -o-transition: max-height 0.5s ease;
  transition: max-height 0.5s ease;
}
.menu__list.is-active {
  max-height: 300px;
}
.menu__list li {
  text-align: center;
}
.menu__list li a {
  text-decoration: none;
  color: #fe8202;
}
.menu__list li a div {
  padding: 18px;
}
.menu.is-fixed {
  position: fixed;
}

.action {
  padding: 0 30px 80px;
}
.action--award {
  margin-top: -30px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .action--award {
    margin-top: 24px;
    padding: 0 16px 40px;
  }
}
@media only screen and (max-width: 767px) {
  .action {
    padding: 0 16px 40px;
  }
}
.action__wrap {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .action__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.action__item {
  display: inline-block;
  vertical-align: top;
}
@media print, screen and (min-width: 768px) {
  .action__item {
    width: 280px;
    max-width: calc((100% - 100px) / 3);
  }
}
@media only screen and (max-width: 767px) {
  .action__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .action__item:nth-of-type(1) {
    margin: 2px 57px 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .action__item:nth-of-type(1) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action__item:nth-of-type(1) {
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .action__item:nth-of-type(2) {
    margin: 68px 49px 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .action__item:nth-of-type(2) {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .action__item:nth-of-type(2) {
    margin-bottom: 11px;
  }
}
.action__item dt {
  display: inline-block;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .action__item dt {
    margin: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .action__item dd {
    margin-top: -44px;
  }
}
@media only screen and (max-width: 767px) {
  .action__item dd {
    width: 206px;
    margin-left: -18px;
  }
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__wrap {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item {
    width: 280px;
  }
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item:nth-of-type(1) {
    margin: 0 23px 0 0;
    padding-bottom: 130px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .action--extended .action__item:nth-of-type(1) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .action--extended .action__item:nth-of-type(1) {
    margin-bottom: 14px;
  }
}
.action--extended .action__item:nth-of-type(1) dt {
  max-width: 91.4285714286%;
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item:nth-of-type(2) {
    margin: 0 20px 0 0;
    padding-bottom: 65px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .action--extended .action__item:nth-of-type(2) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .action--extended .action__item:nth-of-type(2) {
    margin-bottom: 12px;
  }
}
.action--extended .action__item:nth-of-type(2) dt {
  max-width: 91.4285714286%;
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item:nth-of-type(3) {
    margin: 0 20px 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .action--extended .action__item:nth-of-type(3) {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .action--extended .action__item:nth-of-type(3) {
    margin-bottom: 12px;
  }
}
.action--extended .action__item:nth-of-type(3) dt {
  max-width: 98.5714285714%;
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item:nth-of-type(4) {
    padding-bottom: 65px;
  }
}
.action--extended .action__item:nth-of-type(4) dt {
  max-width: 92.8571428571%;
}
@media print, screen and (min-width: 768px) {
  .action--extended .action__item:nth-of-type(5) {
    padding-bottom: 130px;
  }
}
.action--extended .action__item:nth-of-type(5) dt {
  max-width: 92.8571428571%;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 34px 150px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(65, 65, 65, 0.4)), to(rgba(65, 65, 65, 0)));
  background: -o-linear-gradient(bottom, rgba(65, 65, 65, 0.4) 0%, rgba(65, 65, 65, 0) 100%);
  background: linear-gradient(360deg, rgba(65, 65, 65, 0.4) 0%, rgba(65, 65, 65, 0) 100%);
  text-align: center;
  z-index: 99;
}
@media only screen and (max-width: 767px) {
  .floating {
    padding: 40px 20px;
  }
}
.floating .btn--large {
  max-width: 404px;
}
@media only screen and (max-width: 767px) {
  .floating .btn--large {
    max-width: 314px;
  }
}
.floating[data-post-page=true] {
  background: none !important;
  bottom: 25px;
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .floating[data-post-page=true] {
    display: none !important;
  }
}
.floating__totop {
  position: absolute;
  right: 50px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background-color: white;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition-duration: 0.2s;
       -o-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
@media only screen and (max-width: 767px) {
  .floating__totop {
    display: none;
  }
}
.floating__totop .icon {
  width: 16px;
  height: 16px;
}
.floating__totop .icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #ffa41d;
}
.floating__totop:hover {
  background-color: #ffa41d;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.floating__totop:hover .icon svg {
  fill: white;
}

.totop.is-hidden {
  display: none !important;
}

.copyright i {
  font-style: normal;
}

.best .manga__wrap {
  max-width: 1050px;
}
.best.-pt0 {
  padding-top: 0;
}
.best .-mb0 {
  margin-bottom: 0 !important;
}
.best__wrap {
  background: #f7f6f5;
  padding: 25px 55px;
  margin-bottom: 30px;
}
.best__wrap h4 {
  color: #fff;
  background: #ffa41d;
  padding: 5px;
  font-size: 18px;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 30px;
}
.best__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.best__flex__pic {
  width: calc(100% - 340px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.best__flex__pic__main {
  width: 229px;
  position: relative;
}
.best__flex__pic__main:before {
  content: "";
  display: block;
  width: 108px;
  height: 91px;
  background: url(/library/wife-succession/img/senryu/bg-best.png) 0 0 no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: -17px;
  right: -25px;
}
.best__flex__pic__main img {
  position: relative;
  z-index: 1;
}
.best__flex__pic__comic {
  width: 337px;
}
.best__flex__pic__comic__pic {
  width: 100%;
}
.best__flex__txt {
  width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 8px 0;
}
.best__flex__txt strong {
  color: #79b236;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.best__flex__txt strong span {
  display: inline-block;
  color: #fff;
  background: #79b236;
  font-weight: 700;
  padding: 7px 16px;
  line-height: 1;
  margin-right: 24px;
  border-radius: 2px;
}
.best__flex__txt p {
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 1.8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.best__flex__txt p.-comic {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.best__flex__txt p.-smaller, .best__flex__txt p.u-pc {
  position: relative;
  font-size: 13px;
  line-height: 1.4;
}
.best__flex__txt p.-smaller a, .best__flex__txt p.u-pc a {
  color: #ffa41d;
  text-decoration: underline;
}
.best__flex .expand {
  pointer-events: auto;
  position: relative;
  display: block;
  border: 1px solid #c0c0c0;
}
.best__flex .expand.u-sp {
  display: none;
  border: solid 3px #ffa41d;
}
.best__flex .expand_area {
  display: block;
}
.best__flex .expand_area img {
  margin-bottom: 0 !important;
}
.best__flex .expand_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.5;
}
.best__flex .expand_txt {
  content: "";
  position: absolute;
  display: inline-block;
  width: 35px;
  height: 35px;
  right: 0;
  bottom: -1px;
  margin: auto;
  background: url(/library/wife-succession/img/senryu/ico_zoom.png) no-repeat;
  background-size: contain;
  z-index: 1;
  top: auto;
  left: auto;
}
@media only screen and (max-width: 767px) {
  .best.manga {
    padding-bottom: 0;
  }
  .best .manga__heading {
    width: 148px;
    margin-bottom: 15px;
  }
  .best .manga__heading img {
    width: 148px;
  }
  .best .theme__text p {
    margin-bottom: 30px;
    padding: 0 12px;
  }
  .best__wrap {
    background: #f7f6f5;
    padding: 27px 15px;
    border-radius: 7px;
    margin-bottom: 20px;
  }
  .best__wrap h4 {
    margin-bottom: 20px;
    padding: 3px;
    border-radius: 2px;
    font-size: 16px;
  }
  .best__flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .best__flex__pic {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .best__flex__pic__comic {
    width: 100%;
  }
  .best__flex__pic__comic__pic {
    margin-bottom: 10px;
  }
  .best__flex__pic__comic p.u-sp {
    font-size: 11px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
  }
  .best__flex__pic__main {
    width: 168px;
    margin-bottom: 36px;
  }
  .best__flex__pic__main:before {
    content: "";
    display: block;
    width: 77px;
    height: 65px;
    background: url(/library/wife-succession/img/senryu/bg-best.png) 0 0 no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -9px;
    right: -22px;
  }
  .best__flex__txt {
    width: 100%;
  }
  .best__flex__txt strong {
    margin-bottom: 14px;
  }
  .best__flex__txt strong span {
    padding: 7px 10px;
    font-size: 13px;
    line-height: 1;
    margin-right: 14px;
  }
  .best__flex__txt p {
    font-size: 14px;
  }
  .best__flex__txt p.-smaller {
    font-size: 11px;
    line-height: 1.8;
  }
  .best .expand {
    pointer-events: auto;
    position: relative;
    display: block;
    border: 1px solid #c0c0c0;
  }
  .best .expand.u-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
  }
  .best .expand.u-pc {
    display: none;
  }
}

.excellence.best {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .excellence.best {
    padding-top: 48px;
  }
}

.excellence.best {
  padding-top: 40px;
}
@media only screen and (max-width: 767px) {
  .excellence.best {
    padding-top: 48px;
  }
}

.support.manga--signedup {
  padding-top: 30px;
  padding-bottom: 0;
}
.support .manga__heading {
  width: 440px;
}
.support__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support__flex div {
  width: 160px;
  margin-bottom: 36px;
  position: relative;
}
.support__flex div img {
  position: relative;
  z-index: 1;
}
.support__flex div:before {
  content: "";
  display: block;
  position: absolute;
}
.support__flex.-manga04 {
  width: 900px;
  margin-top: 50px;
}
.support__flex.-manga04 div:nth-child(1):before {
  background: url(/library/wife-succession/img/senryu/bg-support-1.png) center bottom/contain no-repeat;
  width: 152px;
  height: 135px;
  bottom: 22px;
  left: -50px;
}
.support__flex.-manga04 div:nth-child(2):before {
  background: url(/library/wife-succession/img/senryu/bg-support-2.png) center bottom/contain no-repeat;
  width: 163px;
  height: 141px;
  top: 22px;
  left: -55px;
}
.support__flex.-manga04 div:nth-child(3):before {
  background: url(/library/wife-succession/img/senryu/bg-support-3.png) center bottom/contain no-repeat;
  width: 138px;
  height: 168px;
  top: 112px;
  left: -36px;
}
.support__flex.-manga04 div:nth-child(4):before {
  background: url(/library/wife-succession/img/senryu/bg-support-4.png) center bottom/contain no-repeat;
  width: 132px;
  height: 145px;
  top: 76px;
  left: -53px;
}
.support__flex.-manga03 {
  width: 704px;
}
.support__flex.-manga03 div {
  margin-right: 90px;
}
.support__flex.-manga03 div:nth-child(1):before {
  background: url(/library/wife-succession/img/senryu/bg-support-5.png) center bottom/contain no-repeat;
  width: 139px;
  height: 168px;
  top: 133px;
  right: -46px;
}
.support__flex.-manga03 div:nth-child(2):before {
  background: url(/library/wife-succession/img/senryu/bg-support-6.png) center bottom/contain no-repeat;
  width: 137px;
  height: 169px;
  top: 20px;
  right: -52px;
}
.support__flex.-manga03 div:nth-child(3) {
  margin-right: 0;
}
.support__flex.-manga03 div:nth-child(3):before {
  background: url(/library/wife-succession/img/senryu/bg-support-7.png) center bottom/contain no-repeat;
  width: 152px;
  height: 135px;
  top: 99px;
  right: -61px;
}
.support__flex.-manga03 div:nth-child(4):before {
  background: url(/library/wife-succession/img/senryu/bg-support-8.png) center bottom/contain no-repeat;
  width: 163px;
  height: 141px;
  top: 55px;
  left: -57px;
}
.support__flex.-manga03 div:nth-child(5):before {
  background: url(/library/wife-succession/img/senryu/bg-support-9.png) center bottom/contain no-repeat;
  width: 149px;
  height: 155px;
  top: 131px;
  left: -53px;
}
.support__flex.-manga03 div:nth-child(6) {
  margin-right: 0;
}
.support__flex.-manga03 div:nth-child(6):before {
  background: url(/library/wife-succession/img/senryu/bg-support-10.png) center bottom/contain no-repeat;
  width: 152px;
  height: 135px;
  top: 62px;
  left: -62px;
}
@media only screen and (max-width: 767px) {
  .support.manga--signedup {
    padding-top: 48px;
  }
  .support .manga__heading {
    width: 233px;
    margin-bottom: 20px;
  }
  .support .manga__heading img {
    width: 233px;
  }
  .support .theme__text p {
    padding: 0 12px;
  }
  .support__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .support__flex div {
    width: 112px;
    margin-bottom: 11px;
    position: relative;
  }
  .support__flex div img {
    position: relative;
    z-index: 1;
  }
  .support__flex div:before {
    content: "";
    display: block;
    position: absolute;
  }
  .support__flex.-manga04 {
    width: 275px;
    margin-top: 40px;
  }
  .support__flex.-manga04 div:nth-child(1):before {
    background: url(/library/wife-succession/img/senryu/bg-support-1.png) center bottom/contain no-repeat;
    width: 106px;
    height: 95px;
    top: 102px;
    left: -35px;
  }
  .support__flex.-manga04 div:nth-child(2):before {
    background: url(/library/wife-succession/img/senryu/bg-support-2.png) center bottom/contain no-repeat;
    width: 114px;
    height: 97px;
    top: 17px;
    left: -32px;
  }
  .support__flex.-manga04 div:nth-child(3):before {
    background: url(/library/wife-succession/img/senryu/bg-support-3.png) center bottom/contain no-repeat;
    width: 97px;
    height: 117px;
    top: 78px;
    left: -25px;
  }
  .support__flex.-manga04 div:nth-child(4):before {
    background: url(/library/wife-succession/img/senryu/bg-support-4.png) center bottom/contain no-repeat;
    width: 92px;
    height: 101px;
    top: 56px;
    left: -35px;
  }
  .support__flex.-manga03 {
    width: 275px;
    margin-bottom: 0;
  }
  .support__flex.-manga03 div {
    margin-right: 0;
  }
  .support__flex.-manga03 div:nth-child(1):before {
    background: url(/library/wife-succession/img/senryu/bg-support-5.png) center bottom/contain no-repeat;
    width: 92px;
    height: 111px;
    top: 90px;
    right: -25px;
  }
  .support__flex.-manga03 div:nth-child(2):before {
    background: url(/library/wife-succession/img/senryu/bg-support-6.png) center bottom/contain no-repeat;
    width: 95px;
    height: 117px;
    top: 17px;
    right: -37px;
  }
  .support__flex.-manga03 div:nth-child(3) {
    margin-right: 0;
  }
  .support__flex.-manga03 div:nth-child(3):before {
    background: url(/library/wife-succession/img/senryu/bg-support-7.png) center bottom/contain no-repeat;
    width: 106px;
    height: 89px;
    top: 110px;
    right: -45px;
  }
  .support__flex.-manga03 div:nth-child(4):before {
    background: url(/library/wife-succession/img/senryu/bg-support-8.png) center bottom/contain no-repeat;
    width: 114px;
    height: 97px;
    top: 20px;
    left: -40px;
  }
  .support__flex.-manga03 div:nth-child(5):before {
    background: url(/library/wife-succession/img/senryu/bg-support-9.png) center bottom/contain no-repeat;
    width: 103px;
    height: 106px;
    top: 87px;
    left: -40px;
  }
  .support__flex.-manga03 div:nth-child(6) {
    margin-right: 0;
  }
  .support__flex.-manga03 div:nth-child(6):before {
    background: url(/library/wife-succession/img/senryu/bg-support-10.png) center bottom/contain no-repeat;
    width: 106px;
    height: 89px;
    top: 50px;
    left: -45px;
  }
}

.honorable__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 95px;
  color: #666;
}
.honorable__flex div {
  width: calc((100% - 18px) / 3);
  margin-bottom: 9px;
  background: #f1edeb;
  padding: 15px;
  border-radius: 10px;
}
.honorable__flex div p {
  font-size: 16px;
}
.honorable__flex div span {
  font-weight: 400;
  font-size: 14px;
}
.honorable .comment__h3 {
  color: #79b236;
  margin-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
}
.honorable .comment__h3 span {
  display: inline-block;
  color: #fff;
  background: #79b236;
  font-weight: 700;
  padding: 7px 26px;
  line-height: 1;
  margin-right: 24px;
  border-radius: 2px;
}
.honorable .comment__txt {
  color: #666;
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}
.honorable .honorable__flex {
  margin: 50px 0 90px;
}
@media only screen and (max-width: 767px) {
  .honorable.manga {
    padding: 48px 34px 48px;
  }
  .honorable .manga__heading {
    width: 112px;
    margin-bottom: 15px;
  }
  .honorable .manga__heading img {
    width: 112px;
  }
  .honorable .theme__text p {
    padding: 0;
  }
  .honorable__flex {
    margin: 0 auto 65px auto !important;
    width: calc(100% - 30px);
  }
  .honorable__flex div {
    width: 100%;
    padding: 12px 10px;
    margin-bottom: 9px;
    border-radius: 5px;
  }
  .honorable__flex div p {
    font-size: 13px;
  }
  .honorable__flex div span {
    font-size: 11px;
  }
  .honorable .comment__h3 {
    margin-bottom: 10px;
  }
  .honorable .comment__h3 span {
    display: inline-block;
    margin-right: 13px;
    padding: 7px 26px;
    line-height: 1;
    border-radius: 2px;
    background: #79b236;
    color: #fff;
    font-weight: 700;
  }
  .honorable .comment__txt {
    font-size: 14px;
  }
}

.guidelines,
.terms {
  position: relative;
  padding: 80px 30px 80px;
}
@media only screen and (max-width: 767px) {
  .guidelines,
.terms {
    padding: 40px 0 20px 0;
  }
}
.guidelines .-orangelight,
.terms .-orangelight {
  color: #ffa41d;
  font-size: 18px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .guidelines .-orangelight,
.terms .-orangelight {
    font-size: 16px;
    margin-bottom: 14px;
  }
}
.guidelines__heading,
.terms__heading {
  position: relative;
  width: 837px;
  margin: 0 auto 66px auto;
  font-size: 44px;
  line-height: 1;
  text-align: center;
}
.guidelines__heading img,
.terms__heading img {
  position: relative;
  z-index: 1;
}
.guidelines__heading:before,
.terms__heading:before {
  z-index: 0;
  position: absolute;
  top: -22px;
  left: 244px;
  width: 101px;
  height: 85px;
  background: url(/library/wife-succession/img/senryu/about-6.png) 0 0 no-repeat;
  background-size: 100% 100%;
  content: "";
}
@media only screen and (max-width: 767px) {
  .guidelines__heading,
.terms__heading {
    width: 186px;
    margin: 0 auto 20px auto;
  }
  .guidelines__heading:before,
.terms__heading:before {
    z-index: 0;
    position: absolute;
    top: -14px;
    left: 70px;
    width: 54px;
    height: 45px;
    background: url(/library/wife-succession/img/senryu/about-6.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
  }
}
.guidelines .-flex,
.terms .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: 400;
  color: #666;
  font-size: 16px;
}
.guidelines .-flex + .-flex,
.terms .-flex + .-flex {
  border-top: 1px solid #e5ded9;
  padding-top: 22px;
}
.guidelines .-flex div,
.terms .-flex div {
  width: calc(100% - 155px);
}
.guidelines .-flex div span,
.terms .-flex div span {
  display: block;
  color: #79b236;
  font-weight: bold;
  margin-bottom: 5px;
}
.guidelines .-flex + div,
.terms .-flex + div {
  margin-top: 18px;
}
.guidelines .-flex img,
.terms .-flex img {
  border: 1px solid #c4c4c4;
  display: block;
}
.guidelines .-flex .-note,
.terms .-flex .-note {
  font-size: 0.8em;
}
.guidelines .-flex .-note a,
.terms .-flex .-note a {
  color: #ffa41d;
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  .guidelines .-flex,
.terms .-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .guidelines .-flex + div,
.terms .-flex + div {
    margin-top: 22px;
  }
  .guidelines .-flex div,
.terms .-flex div {
    width: 100%;
    font-size: 14px;
  }
  .guidelines .-flex div span,
.terms .-flex div span {
    margin-bottom: 0;
    font-size: 15px;
  }
  .guidelines .-flex figure,
.terms .-flex figure {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.terms {
  padding: 80px 30px 80px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .terms {
    padding: 48px 34px 48px;
  }
}
.terms__wrap {
  max-width: 1060px;
  margin: 0 auto;
}
.terms__heading {
  font-size: 44px;
  line-height: 1;
  text-align: center;
  position: relative;
  width: 198px;
  margin: 0 auto 66px auto;
}
@media only screen and (max-width: 767px) {
  .terms__heading {
    margin-bottom: 30px;
    font-size: 23px;
    width: 97px;
    height: 44px;
  }
  .terms__heading img {
    width: 97px;
  }
}
.terms__heading::before {
  content: "";
  position: absolute;
  top: -16px;
  left: -39px;
  width: 96px;
  height: 88px;
  background: url(/library/wife-succession/img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .terms__heading::before {
    top: -16px;
    left: -15px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.terms__heading img {
  height: auto;
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.terms__body {
  padding: 53px 57px;
  border-radius: 30px;
  background-color: #fff;
  border: 4px solid #f1edeb;
}
@media only screen and (max-width: 767px) {
  .terms__body {
    position: relative;
    padding: 25px 15px;
    border-radius: 15px;
    background: none;
    border: 2px solid #f1edeb;
  }
}
@media print, screen and (min-width: 768px) {
  .terms__item1, .terms__item2 {
    margin-right: auto;
    margin-left: auto;
    width: auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .terms__item1, .terms__item2 {
    width: 100%;
  }
}
.terms__item1 {
  position: relative;
  overflow-y: scroll;
  height: 270px;
  padding-right: 60px;
}
.terms__item1 ul {
  color: #666;
  margin-bottom: 30px;
  font-size: 16px;
  font-weight: normal;
}
.terms__item1 li {
  padding-left: 1.5rem;
  position: relative;
}
.terms__item1 li:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.terms__item1 span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.terms__item1 a {
  text-decoration: underline;
  color: #ffa41d;
}
@media print, screen and (min-width: 768px) {
  .terms__item1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (max-width: 767px) {
  .terms__item1 {
    height: 245px;
    padding-right: 0;
  }
  .terms__item1 span {
    font-size: 15px;
  }
  .terms__item1 ul {
    margin-bottom: 20px;
    font-size: 15px;
  }
}

.manga {
  padding: 80px 30px 80px;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .manga {
    padding: 48px 20px 48px;
  }
}
.manga .u-sp {
  display: none;
}
.manga__wrap {
  max-width: 950px;
  margin: 0 auto;
}
.manga__heading {
  position: relative;
  line-height: 1;
  width: 264px;
  margin: 0 auto 96px;
}
@media only screen and (max-width: 767px) {
  .manga__heading {
    width: 44px;
    height: auto;
    margin-bottom: 32px;
  }
  .manga__heading img {
    width: 44px;
  }
}
.manga__heading::before {
  content: "";
  position: absolute;
  top: -44px;
  left: -60px;
  width: 96px;
  height: 88px;
  background: url(/library/wife-succession/img/common/bg-heading.png) 0 0 no-repeat;
  background-size: 100% 100%;
  z-index: 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .manga__heading::before {
    top: -16px;
    left: -30px;
    width: 52px;
    height: 48px;
    background-size: contain;
  }
}
.manga__heading img {
  position: relative;
  z-index: 1;
  border-radius: 0;
}
.manga__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 57.5px !important;
}
@media only screen and (max-width: 767px) {
  .manga__category {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    max-width: 352px;
    margin: 0 auto 16px !important;
  }
}
@media screen and (max-width: 375px) {
  .manga__category {
    width: calc(100% + 16px);
    margin: 0 0 28px -8px !important;
  }
}
.manga__category > li {
  width: 176px;
  margin: 0 8px 16px !important;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .manga__category > li {
    width: calc((100% - 32px) / 2);
    max-width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .manga__category > li:first-of-type {
    width: 100%;
    max-width: 100%;
  }
}
.manga__category .btn--small {
  max-width: 176px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .manga__category .btn--small {
    max-width: 160px;
  }
}
.manga__category .btn.is-active {
  position: relative;
  overflow: visible;
}
.manga__category .btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -9.5px;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ffa41d transparent transparent transparent;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .manga__category .btn.is-active::after {
    bottom: -11.5px;
    border-width: 12px 12px 0 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .manga__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 300px;
  }
  .manga__list::after {
    content: "";
    display: block;
    width: 32%;
  }
}
@media only screen and (max-width: 767px) {
  .manga__list {
    max-width: 500px;
    margin: 0 auto 20px auto;
  }
}
.manga__item {
  margin-bottom: 28px;
  border-radius: 20px;
  background-color: white;
}
@media print, screen and (min-width: 768px) {
  .manga__item {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .manga__item {
    margin-bottom: 16px;
    border-radius: 8px;
  }
  .manga__item:last-of-type {
    margin-bottom: 0;
  }
}
.manga__item > div {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
}
@media only screen and (max-width: 767px) {
  .manga__item > div {
    border-radius: 8px;
  }
}
.manga__img {
  position: relative;
}
.manga__img::after {
  content: "";
  display: block;
  padding-top: 45.68%;
}
@media only screen and (max-width: 767px) {
  .manga__img::after {
    padding-top: 61.57%;
  }
}
.manga__img figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .manga__img figure {
    border-radius: 8px 8px 0 0;
  }
}
.manga__excerpt {
  padding: 28px 24px;
  font-size: 16px;
}
.manga__excerpt span {
  font-size: 18px;
  color: #ffa41d;
  display: block;
  margin-bottom: 8px;
}
@media print, screen and (min-width: 768px) {
  .manga__excerpt {
    min-height: 107px;
  }
}
@media only screen and (max-width: 767px) {
  .manga__excerpt {
    font-size: 15px;
  }
  .manga__excerpt span {
    margin-bottom: 4px;
    font-size: 15px;
  }
}
.manga__excerpt .blankbar {
  display: block;
  height: 15px;
  margin-bottom: 8px;
  background-color: #e5ded9;
}
.manga__excerpt .blankbar:last-of-type {
  margin-bottom: 0;
}
.manga__excerpt .blankbar--short {
  width: 206px;
}
.manga__btn {
  margin-top: 28px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .manga__btn {
    max-width: 294px;
    margin: 44px auto 0;
  }
}
.manga__btn p {
  margin-top: 36px;
  color: #666666;
  font-size: 19px;
}
@media only screen and (max-width: 767px) {
  .manga__btn p {
    margin-top: 28px;
    font-size: 13px;
  }
}
.manga__closing {
  position: relative;
  margin-top: 36px;
  color: #666666;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
}
.manga--signedup {
  padding-bottom: 52px;
}
@media only screen and (max-width: 767px) {
  .manga--signedup {
    padding-bottom: 48px;
  }
}
.manga--signedup .manga__heading {
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .manga--signedup .manga__heading {
    margin-bottom: 25px;
  }
}
.manga--signedup .manga__item {
  display: none;
}
.manga .-note {
  font-size: 14px;
  color: #666;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .manga .-note {
    font-size: 12px;
  }
}

.hero-bg-area {
  position: relative;
  background-image: url(../img/post/bg-fv.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media print, screen and (min-width: 768px) {
  .hero-bg-area {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-bg-area {
    padding-bottom: 30px;
  }
}

.article-fv {
  position: relative;
  margin: 50px 20px 0;
}
@media only screen and (max-width: 767px) {
  .article-fv {
    margin: 10px 20px 0;
  }
}
.article-fv__wrap {
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
  background: white;
  border-radius: 30px;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .article-fv__wrap {
    border-radius: 8px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-fv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .article-fv__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media print, screen and (min-width: 768px) {
  .article-fv__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 30px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .article-fv__text {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    padding: 25px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media only screen and (max-width: 767px) {
  .article-fv__text {
    padding: 15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.article-fv__title {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 600;
  color: #ea650d;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .article-fv__title {
    font-size: 20px;
    margin: 0 0 10px;
  }
}
.article-fv__description {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 300;
  color: #414141;
  margin: 0 0 15px;
}
@media only screen and (max-width: 767px) {
  .article-fv__description {
    font-size: 11px;
    margin: 0 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-fv__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .article-fv__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 15px;
    margin-top: 15px;
  }
}
.article-fv__logo {
  width: 150px;
  height: 76px;
}
@media only screen and (max-width: 767px) {
  .article-fv__logo {
    width: 80px;
    height: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
.article-fv__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.article-fv__date {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 600;
  color: #414141;
}
@media only screen and (max-width: 767px) {
  .article-fv__date {
    font-size: 12px;
    line-height: 1.3;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.article-fv__date p {
  margin: 0;
}
@media print, screen and (min-width: 768px) {
  .article-fv__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 500px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1100px) {
  .article-fv__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    max-width: 400px;
    border-radius: 0 30px 30px 0;
    overflow: hidden;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
  }
}
@media only screen and (max-width: 767px) {
  .article-fv__image {
    width: 100%;
    aspect-ratio: 503/324;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    border-radius: 0;
  }
}
@media print, screen and (min-width: 768px) {
  .article-fv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}
@media only screen and (max-width: 767px) {
  .article-fv__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
}

.article-cv {
  background: white;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  .article-cv {
    margin: 0;
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .article-cv {
    margin: 0;
    padding: 30px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .article-cv__wrap {
    max-width: 600px;
    margin: 0 auto;
  }
}
.article-cv__title {
  font-size: 26px;
  line-height: 1.5;
  font-weight: 700;
  color: #fe8202;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article-cv__title {
    font-size: 18px;
  }
}
.article-cv__description {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 600;
  color: #414141;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .article-cv__description {
    font-size: 13px;
  }
}

.floating-banner {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1000;
  -webkit-box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
          box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.15);
}
@media print, screen and (min-width: 768px) {
  .floating-banner {
    max-width: 800px;
  }
}
@media only screen and (max-width: 767px) {
  .floating-banner {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.floating-banner__link {
  display: block;
  text-decoration: none;
  position: relative;
  z-index: 1001;
}
.floating-banner__img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .floating-banner__img.u-pcOnly {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .floating-banner__img.u-spOnly {
    display: none !important;
  }
}

/*# sourceMappingURL=style-new.css.map*/