@charset "UTF-8";
@media (min-width: 768px) {
  .visible-sp {
    display: none !important; } }

.visible-md {
  display: none !important; }
  @media (min-width: 768px) {
    .visible-md {
      display: block !important; } }

.visible-lg {
  display: none !important; }
  @media (min-width: 1200px) {
    .visible-lg {
      display: block !important; } }

.container {
  min-width: 88%;
  width: calc(100% - 24px - 24px);
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      min-width: auto;
      max-width: 672px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1080px; } }

@keyframes loop {
  0% {
    transform: translateX(100%); }
  to {
    transform: translateX(-100%); } }

@keyframes loop2 {
  0% {
    transform: translateX(0); }
  to {
    transform: translateX(-200%); } }

@keyframes typinganime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes jump {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-10px); }
  50% {
    transform: translateY(0); }
  75% {
    transform: translateY(0); }
  100% {
    transform: translateY(0); } }

@keyframes link {
  0% {
    right: 16px; }
  100% {
    right: 0; } }

@keyframes overlay {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

*:focus {
  outline: none; }

html {
  scroll-behavior: auto; }

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer; }

body.no-scroll {
  overflow: hidden; }
  body.no-scroll .mv {
    overflow: initial; }

@media screen and (max-width: 767px) {
  .str-header-body--top {
    padding-right: 44px; } }

.str-pagetop {
  z-index: 7000; }

main {
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  letter-spacing: 0.05em; }
  main a {
    display: inline-block;
    color: #cc0066;
    text-decoration: underline;
    cursor: pointer; }
    @media (min-width: 768px) {
      main a:hover {
        opacity: 0.7;
        text-decoration: none; } }
    main a:visited {
      color: #cc0066; }
  @media (min-width: 768px) {
    main button:hover {
      opacity: 0.7;
      text-decoration: none; } }
  main img {
    display: inline-block;
    max-width: 100%; }
  main .btn {
    position: relative;
    display: block;
    transition-duration: 0.4s;
    width: 240px;
    max-width: 90%;
    padding: 6px;
    margin: 0 auto;
    background-color: #cc0066;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    z-index: 2; }
    @media (min-width: 768px) {
      main .btn {
        border: 1px solid #cc0066; } }
    @media (min-width: 768px) {
      main .btn::after {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%) scale(0.1);
        transition: opacity 0.5s, transform 0s;
        transition-delay: 0s, 0.4s;
        width: 100%;
        height: 0;
        padding-top: 100%;
        margin: auto;
        background: #ffffff;
        border-radius: 50%;
        pointer-events: none;
        opacity: 0;
        z-index: -1;
        content: ""; } }
    main .btn:visited {
      color: #ffffff; }
    @media (min-width: 768px) {
      main .btn:hover {
        background-color: #ffffff;
        color: #cc0066; }
        main .btn:hover::after {
          opacity: 1;
          transform: translateY(-50%) scale(1.1);
          transition-delay: 0s;
          transition: opacity 0.8s, transform 0.6s ease-in-out; } }

.risk-link {
  padding: 8px;
  border-bottom: 1px solid #333333;
  font-size: 11px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center; }
  @media (min-width: 768px) {
    .risk-link {
      padding-top: 16px;
      padding-bottom: 12px;
      font-size: 14px; } }

.emaxis-header {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  background-color: #faf4ea;
  z-index: 6000;
  overflow: hidden; }
  @media (min-width: 768px) {
    .emaxis-header {
      padding: 22px 32px; } }
  .emaxis-header.is-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 8000; }
    .emaxis-header.is-fixed .emaxis-header__container {
      padding-bottom: 0;
      border-bottom: none; }
  .emaxis-header.is-active {
    overflow: auto;
    z-index: 8000; }
  .emaxis-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
    border-bottom: 1px solid #333333; }

.nav {
  position: fixed;
  right: 0;
  width: 77%;
  transform: translateX(100%);
  background-color: #faf4ea;
  transition: transform ease 0.4s;
  z-index: 9000;
  overflow: auto; }
  @media (min-width: 768px) {
    .nav {
      width: 90%;
      max-width: 300px; } }
  .nav.is-active {
    top: 0;
    height: 100%;
    transform: translateX(0); }
  .nav__container {
    padding: 100px 30px 96px; }
    @media (min-width: 768px) {
      .nav__container {
        padding-top: 92px; } }
  .nav__ttl {
    position: relative;
    padding: 40px 0;
    margin: 0 0 40px;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333; }
    .nav__ttl::before {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 256px;
      height: 256px;
      background-image: url(../img/ac-nav-bg@2x.png);
      background-repeat: no-repeat;
      background-position: center;
      background-size: 100% 100%;
      content: "";
      z-index: -1; }
    .nav__ttl p {
      line-height: 1;
      font-weight: bold;
      color: #cc0066;
      text-align: center; }
      .nav__ttl p:nth-of-type(1) {
        margin: 0 0 8px;
        font-size: 20px;
        font-weight: 600;
        letter-spacing: 0.15em;
        font-family: 'Montserrat', sans-serif; }
      .nav__ttl p:nth-of-type(2) {
        margin: 0 0 6px;
        font-size: 32px;
        letter-spacing: 0.1em; }
      .nav__ttl p:nth-of-type(3) {
        font-size: 14px;
        letter-spacing: 0.06em; }
  .nav__list {
    margin: 0 0 64px; }
  .nav__item {
    border-top: 1px solid #E8E3D9; }
    .nav__item:nth-child(1) {
      border-top: none; }
      .nav__item:nth-child(1) a {
        padding: 18px 0 18px 20px; }
    .nav__item:not(:last-of-type) a {
      margin: 0; }
    .nav__item a {
      position: relative;
      display: block;
      padding: 12px 0 12px 20px;
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      color: #333333;
      text-decoration: none; }
      .nav__item a span {
        font-weight: normal;
        display: block;
        font-size: 12px; }
      .nav__item a:visited {
        color: #333333; }
      .nav__item a::before {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        width: 6px;
        height: 10px;
        background-image: url(../img/ac-arrow@2x.png);
        background-repeat: no-repeat;
        background-size: 100% 100%;
        content: ""; }
  .nav-btn {
    position: relative;
    width: 24px;
    height: 12px;
    margin-right: 8px;
    cursor: pointer;
    z-index: 10000; }
    .nav-btn span {
      display: inline-block;
      transition: all 0.4s;
      position: absolute;
      left: 0;
      height: 2px;
      background-color: #333333; }
      .nav-btn span:nth-child(1) {
        top: 0;
        width: 100%; }
      .nav-btn span:nth-child(2) {
        bottom: 0;
        width: 100%; }
    .nav-btn.is-active {
      width: 24px;
      height: 24px; }
      .nav-btn.is-active span:nth-child(1) {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(-45deg); }
      .nav-btn.is-active span:nth-child(2) {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%) rotate(45deg); }
  .nav-overlay {
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 8000;
    background-color: rgba(0, 0, 0, 0.75);
    opacity: 0;
    transition: opacity 0.5s;
    content: ""; }
    .nav-overlay.is-active {
      visibility: visible;
      opacity: 1; }
  .nav .btn {
    padding-top: 16px;
    padding-bottom: 16px; }

.mv {
  position: relative;
  padding: 0 0 2.4px;
  border-bottom: 1px solid #333333;
  background-color: #faf4ea;
  overflow: hidden; }
  .mv .emaxis-header {
    position: absolute;
    top: 0;
    left: 0; }
    .mv .emaxis-header__container {
      padding-bottom: 0;
      border-bottom: none; }
  .mv__container {
    position: relative;
    margin: 0 0 -20px;
    z-index: 7000; }
    @media (min-width: 1200px) {
      .mv__container {
        position: relative;
        top: -57px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        max-width: 1018px;
        margin: 0 auto -137px; } }
  .mv__txt {
    padding: 0 4px;
    margin: 0 0 42px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    line-height: 25px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .mv__txt {
        font-size: 18px;
        line-height: 34px; } }
    @media (min-width: 1200px) {
      .mv__txt {
        width: calc(100% - 600px);
        padding: 0;
        margin: 0;
        font-size: 24px;
        line-height: 44px;
        text-align: left; } }
  .mv__wrap {
    position: relative;
    width: 100%;
    max-width: 386px;
    padding: 0 0 60px;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .mv__wrap {
        max-width: 600px; } }
    @media (min-width: 1200px) {
      .mv__wrap {
        width: 600px;
        padding: 0;
        max-width: 100%;
        margin: 0; } }
  @media (min-width: 768px) {
    .mv .people-sp {
      display: block !important; } }
  @media (min-width: 1200px) {
    .mv .people-sp {
      display: none !important; } }
  .mv__people {
    position: absolute; }
    .mv__people--1 {
      top: 0;
      left: 3%;
      transform: translateY(-20%); }
      @media (min-width: 1200px) {
        .mv__people--1 {
          left: 0;
          transform: translateY(0); } }
      @media (min-width: 1366px) {
        .mv__people--1 {
          top: 9%;
          left: -11%; } }
    .mv__people--2 {
      top: 0;
      right: 2%;
      transform: translateY(-15%); }
      @media (min-width: 1200px) {
        .mv__people--2 {
          right: -8%;
          transform: translateY(15%); } }
      @media (min-width: 1366px) {
        .mv__people--2 {
          top: 13%;
          right: -13%;
          transform: translateY(0); } }
    .mv__people--3 {
      bottom: 28%;
      right: 3%; }
      @media (min-width: 1200px) {
        .mv__people--3 {
          right: auto;
          left: 0;
          bottom: 6%; } }
      @media (min-width: 1366px) {
        .mv__people--3 {
          left: -6%; } }
    .mv__people--4 {
      bottom: 0;
      left: 3%; }
  .mv__ekuma {
    position: absolute;
    bottom: 4%;
    right: 20%;
    animation: jump ease 1.6s infinite; }
    @media (min-width: 768px) {
      .mv__ekuma {
        right: 13%; } }
    @media (min-width: 1200px) {
      .mv__ekuma {
        right: 0;
        bottom: 11%; } }
    @media (min-width: 1366px) {
      .mv__ekuma {
        right: -9%; } }
  .mv__loop {
    overflow: hidden; }
    .mv__loop .inner {
      display: flex;
      width: 100vw; }
      .mv__loop .inner .txt {
        flex: 0 0 auto;
        padding: 0 10px;
        font-size: 48px;
        font-weight: 400;
        line-height: 58px;
        letter-spacing: 0.1em;
        color: #e8e3d9;
        white-space: nowrap;
        font-family: 'Montserrat', sans-serif; }
        @media (min-width: 768px) {
          .mv__loop .inner .txt {
            padding: 0 16px;
            font-size: 72px;
            line-height: 88px; } }
        .mv__loop .inner .txt:nth-child(odd) {
          animation: loop 30s -15s linear infinite; }
        .mv__loop .inner .txt:nth-child(even) {
          animation: loop2 30s linear infinite; }

.typing {
  position: absolute;
  top: 39%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%; }
  @media (min-width: 768px) {
    .typing {
      top: 41%; } }
  @media (min-width: 1200px) {
    .typing {
      top: 45%; } }
  .typing__inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto; }
    .typing__inner--1 {
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .typing__inner--1 {
          margin: 0 0 26px; } }
  .typing__item {
    display: none; }
    .typing__item--o {
      width: 33px;
      height: 32px;
      margin-right: 17px; }
      @media (min-width: 768px) {
        .typing__item--o {
          width: 52px;
          height: 49px;
          margin-right: 27px; } }
    .typing__item--ru {
      width: 33px;
      height: 32px;
      margin-right: 15px; }
      @media (min-width: 768px) {
        .typing__item--ru {
          width: 51px;
          height: 49px;
          margin-right: 23px; } }
    .typing__item--ka {
      width: 32px;
      height: 33px;
      margin-right: 22px; }
      @media (min-width: 768px) {
        .typing__item--ka {
          width: 50px;
          height: 51px;
          margin-right: 33px; } }
    .typing__item--n {
      width: 32px;
      height: 26px; }
      @media (min-width: 768px) {
        .typing__item--n {
          width: 50px;
          height: 39px; } }
    .typing__item--hi {
      width: 36px;
      height: 32px;
      margin-right: 17px; }
      @media (min-width: 768px) {
        .typing__item--hi {
          width: 56px;
          height: 49px;
          margin-right: 27px; } }
    .typing__item--ro {
      width: 31px;
      height: 34px;
      margin-right: 21px; }
      @media (min-width: 768px) {
        .typing__item--ro {
          width: 48px;
          height: 53px;
          margin-right: 32px; } }
    .typing__item--ba {
      width: 42px;
      height: 34px; }
      @media (min-width: 768px) {
        .typing__item--ba {
          width: 64px;
          height: 53px; } }

.info {
  position: relative;
  padding: 40px 0 40px;
  margin: 0 0 54px;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .info {
      padding: 56px 0 86px;
      margin-bottom: 72px; } }
  @media (min-width: 1200px) {
    .info {
      padding-top: 56px;
      padding-bottom: 96px;
      margin-bottom: 94px; } }
  .info::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) rotate(30deg) skewY(30deg);
    display: block;
    width: 72px;
    height: 72px;
    background-color: #faf4ea;
    border-radius: 12px;
    z-index: -1;
    content: ""; }
  .info__desc {
    padding: 0;
    margin: 0 0 32px;
    padding: 0 40px; }
    .info__desc .info__txt {
      margin: 32px 0 0; }
      @media (min-width: 768px) {
        .info__desc .info__txt {
          margin-top: 40px; } }
    @media (min-width: 520px) {
      .info__desc {
        margin: 0 auto;
        padding: 0 40px 48px; } }
    @media (min-width: 768px) {
      .info__desc {
        max-width: 880px;
        margin: 0 auto;
        padding: 0 20px 48px; } }
  .info__btn {
    max-width: 312px;
    width: 100%;
    margin: 0 auto 40px; }
    @media (min-width: 768px) {
      .info__btn {
        max-width: 400px;
        margin: 0 auto 56px; } }
    .info__btn a {
      display: block;
      background: #CC0066;
      color: #ffffff !important;
      border-radius: 6px;
      text-align: center;
      text-decoration: none;
      padding: 12px 10px;
      font-size: 16px;
      font-weight: bold;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMS40MTMiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDExLjQxMyA4Ij48ZGVmcz48c3R5bGU+LmF7ZmlsbDojZmZmO30uYntmaWxsOnJnYmEoMCwwLDAsMCk7fS5je2ZpbGw6bm9uZTt9PC9zdHlsZT48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTMxNi4yOTQgLTQ4OSkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNMS4zLDAsMCwxLjE5MSwzLjQ5Myw1LDAsOC44MDksMS4zLDEwLDUuODg1LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjcgNDkwKSByb3RhdGUoOTApIi8+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xLjMzMS0uNzA2LDYuNTY0LDUsMS4zMywxMC43MDYtLjcwNyw4LjgzOSwyLjgxNCw1LS43MDcsMS4xNlpNNS4yMDcsNSwxLjI2OS43MDZsLS41NjMuNTE2TDQuMTcxLDUsLjcwNiw4Ljc3OGwuNTYzLjUxNloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNyA0OTApIHJvdGF0ZSg5MCkiLz48cmVjdCBjbGFzcz0iYyIgd2lkdGg9IjEwIiBoZWlnaHQ9IjgiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNyA0ODkpIi8+PC9nPjwvc3ZnPg==");
      background-repeat: no-repeat;
      background-position: 94% center; }
      @media (min-width: 768px) {
        .info__btn a {
          font-size: 18px; } }
  .info__txt {
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .info__txt {
        font-size: 18px;
        line-height: 38px;
        text-align: center;
        letter-spacing: 0; } }
    .info__txt--small {
      font-size: 14px;
      letter-spacing: 0; }
      @media (min-width: 768px) {
        .info__txt--small {
          font-size: 16px;
          text-align: center; } }
  .info__sns {
    padding: 24px 16px;
    margin: 0 40px 64px;
    background: #FFFBF5;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .info__sns {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        padding-left: 32px;
        padding-right: 32px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 112px;
        max-width: 672px;
        margin: 0 auto 96px; } }
    @media (min-width: 1200px) {
      .info__sns {
        align-items: center;
        max-width: 840px;
        margin-bottom: 112px; } }
    .info__sns .info__txt {
      letter-spacing: 0;
      font-size: 14px; }
      @media (min-width: 768px) {
        .info__sns .info__txt {
          max-width: 450px;
          line-height: 36px;
          font-size: 16px;
          width: 100%;
          text-align: left; } }
      @media (min-width: 1200px) {
        .info__sns .info__txt {
          max-width: 80%; } }
    .info__sns__list {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 20px 0 0; }
      @media (min-width: 768px) {
        .info__sns__list {
          justify-content: flex-end;
          margin: 0; } }
      @media (min-width: 1200px) {
        .info__sns__list {
          justify-content: center; } }
    .info__sns__item {
      margin: 0 5px 0; }
      .info__sns__item:first-of-type {
        margin-left: 0; }
      .info__sns__item:last-of-type {
        margin-right: 0; }

.beginner {
  position: relative;
  padding: 0px; }
  @media (min-width: 768px) {
    .beginner {
      padding: 0 40px; } }
  .beginner__ttl {
    width: 100%;
    left: 0;
    position: absolute;
    top: -25px;
    width: 100%;
    z-index: 1; }
    @media (min-width: 520px) {
      .beginner__ttl {
        top: -30px; } }
    .beginner__ttl-inner {
      display: block;
      margin: 0 auto;
      width: 302px;
      position: relative;
      border-radius: 8px;
      text-align: center; }
      @media (min-width: 768px) {
        .beginner__ttl-inner {
          width: 354px; } }
      .beginner__ttl-inner span {
        position: relative;
        z-index: 2;
        display: block;
        color: #ffffff;
        background: #EA596B;
        width: 302px;
        padding: 12px 10px;
        border-radius: 8px;
        border: 1px solid #333333;
        font-size: 18px;
        font-weight: bold; }
        @media (min-width: 768px) {
          .beginner__ttl-inner span {
            font-size: 22px;
            width: 354px;
            height: 62px;
            padding: 18px 0; } }
      .beginner__ttl-inner:after {
        content: "";
        z-index: 1;
        top: 3px;
        right: -3px;
        position: absolute;
        width: 302px;
        height: 50px;
        border-radius: 10px;
        background: #333; }
        @media (min-width: 768px) {
          .beginner__ttl-inner:after {
            width: 354px;
            height: 62px; } }
    .beginner__ttl::after {
      content: "";
      width: 10px;
      height: 10px;
      background: #333333;
      position: absolute;
      z-index: -1;
      bottom: -8px;
      left: calc(50% - 5px);
      transform: rotate(45deg); }
  .beginner__inner {
    text-align: center;
    border-top: 1px solid #333333;
    border-bottom: 1px solid #333333;
    padding: 48px 20px 32px;
    background: #F8D9DD;
    margin: 0 auto; }
    @media (min-width: 520px) {
      .beginner__inner {
        max-width: 672px; } }
    @media (min-width: 768px) {
      .beginner__inner {
        max-width: 860px;
        margin: 0 auto;
        padding-top: 50px;
        padding-bottom: 32px;
        border: 1px solid #333333;
        border-radius: 10px; } }
  .beginner__block {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    max-width: 342px; }
    @media (min-width: 768px) {
      .beginner__block {
        max-width: 548px; } }
    @media (min-width: 1200px) {
      .beginner__block {
        max-width: 548px; } }
  .beginner__item {
    width: 100%;
    padding: 16px;
    background: #ffffff;
    color: #333;
    border: 1px solid #333333;
    border-radius: 10px;
    text-decoration: none;
    font-size: 16px; }
    @media (min-width: 520px) {
      .beginner__item {
        max-width: 360px;
        margin: 0 auto; } }
    @media (min-width: 768px) {
      .beginner__item {
        max-width: 548px;
        margin: 0 auto; } }
    .beginner__item:hover {
      opacity: 0.4; }
      .beginner__item:hover .item-list__item-img {
        overflow: hidden;
        margin: 0 auto;
        border: 1px solid #333333;
        border-radius: 6px; }
        .beginner__item:hover .item-list__item-img img {
          transform: scale(1.1, 1.1);
          transition: 0.3s all ease-out; }
    .beginner__item:visited {
      color: #333; }
  .beginner__box {
    align-items: center;
    padding: 0;
    display: flex;
    justify-content: space-between; }
  .beginner__left {
    width: calc(97% - 120px);
    text-align: center; }
    @media (min-width: 768px) {
      .beginner__left {
        width: calc(97% - 280px); } }
  .beginner__right {
    text-align: center; }
  .beginner__text p {
    font-size: 16px;
    font-weight: bold;
    line-height: 28px; }
    @media (min-width: 768px) {
      .beginner__text p {
        font-size: 20px; } }
  .beginner__cat {
    line-height: 1;
    margin-top: 13px;
    text-align: left; }
    @media (min-width: 768px) {
      .beginner__cat {
        margin-top: 16px; } }
    .beginner__cat p {
      height: 18px;
      line-height: 18px;
      padding: 0 10px;
      display: inline-block;
      border-radius: 50px;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      background: #EA596B; }
      @media (min-width: 768px) {
        .beginner__cat p {
          padding: 0 20px;
          font-size: 12px;
          height: 20px;
          line-height: 20px; } }

.item-list {
  padding: 48px 24px 0;
  margin: 0 0 64px; }
  @media (min-width: 768px) {
    .item-list {
      padding: 96px 0 0;
      margin-bottom: 80px; } }
  @media (min-width: 1200px) {
    .item-list {
      margin-bottom: 114px; } }
  .item-list__ttl {
    position: relative;
    margin: 0 auto;
    border-radius: 10px;
    width: 302px; }
    @media (min-width: 768px) {
      .item-list__ttl {
        width: 354px; } }
    .item-list__ttl::before {
      background: #333;
      width: 10px;
      height: 10px;
      content: "";
      position: absolute;
      bottom: -8px;
      left: calc(50% - 5px);
      transform: rotate(45deg); }
      @media (min-width: 768px) {
        .item-list__ttl::before {
          bottom: -8px; } }
    .item-list__ttl:after {
      content: "";
      z-index: 1;
      top: 3px;
      right: -3px;
      position: absolute;
      width: 302px;
      height: 50px;
      border-radius: 10px;
      background: #333; }
      @media (min-width: 768px) {
        .item-list__ttl:after {
          width: 354px;
          height: 62px; } }
    .item-list__ttl-inner {
      z-index: 2;
      position: relative;
      margin: 0 auto;
      position: relative;
      font-weight: bold;
      font-size: 18px;
      border-radius: 10px;
      color: #333;
      padding: 12px 0;
      border: 1px solid #333333;
      background: #F9C06F;
      text-align: center; }
      @media (min-width: 768px) {
        .item-list__ttl-inner {
          font-size: 22px;
          padding: 18px 0; } }
  .item-list__ttl2 {
    max-width: 1204px;
    margin: 30px auto -8px;
    width: 100%;
    position: relative;
    padding: 10px 0 10px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #333;
    text-align: left; }
    @media (min-width: 768px) {
      .item-list__ttl2 {
        margin-top: 46px;
        margin-bottom: -10px; } }
    .item-list__ttl2-box {
      margin: 0; }
      @media (min-width: 520px) {
        .item-list__ttl2-box {
          max-width: 640px;
          margin: 0 auto; } }
      @media (min-width: 1200px) {
        .item-list__ttl2-box {
          max-width: inherit; } }
  .item-list__text {
    width: 100%;
    margin: 28px 0 0;
    font-size: 14px; }
    @media (min-width: 768px) {
      .item-list__text {
        margin: 30px 0 0;
        font-size: 16px; } }
    .item-list__text p {
      text-align: center; }
  .item-list__list {
    padding-top: 40px;
    margin-bottom: 32px; }
    @media (min-width: 520px) {
      .item-list__list {
        display: flex;
        align-items: stretch;
        margin-bottom: 96px;
        padding-top: 38px;
        max-width: 600px;
        margin: 0 auto;
        justify-content: space-between;
        flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .item-list__list {
        padding-top: 40px;
        max-width: 1272px;
        justify-content: left; } }
  .item-list__more {
    text-align: center;
    padding: 0 0 40px;
    width: 90px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuODrOOCpOODpOODvF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGw6IzMzMzMzMzt9Cjwvc3R5bGU+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiwwQzcuMiwwLDAsNy4yLDAsMTZzNy4yLDE2LDE2LDE2czE2LTcuMiwxNi0xNlMyNC44LDAsMTYsMHogTTE2LDE5bC00LTMuN2wxLTFsMywyLjhsMy0yLjhsMSwxTDE2LDE5eiIvPgo8L3N2Zz4K");
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: center bottom; }
    .item-list__more.is-hidden {
      display: none; }
    .item-list__more:hover {
      cursor: pointer; }
    @media (min-width: 768px) {
      .item-list__more {
        width: 120px;
        white-space: nowrap;
        padding: 10px 40px 10px 0;
        background-position: right center; } }
    @media (min-width: 520px) {
      .item-list__more {
        margin-top: 30px; } }
  .item-list__item {
    width: 100%;
    padding: 15px;
    border: 1px solid #333;
    border-radius: 10px;
    background-color: #ffffff;
    text-decoration: none;
    margin-bottom: 16px; }
    @media (min-width: 520px) {
      .item-list__item {
        width: 48%;
        padding: 42px 16px 24px;
        margin-bottom: 22px; } }
    @media (min-width: 1200px) {
      .item-list__item {
        width: 288px;
        padding: 42px 16px 24px;
        margin-bottom: 24px;
        margin-left: 24px; } }
    .item-list__item.is-hidden {
      display: none !important; }
    .item-list__item-wrap {
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin: 0; }
      @media (min-width: 520px) {
        .item-list__item-wrap {
          padding-top: 0;
          display: block; } }
      .item-list__item-wrap.is-new::before {
        content: "";
        background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI4LjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuOCsOODq+ODvOODl184MDkwMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IgoJIHk9IjBweCIgdmlld0JveD0iMCAwIDYwIDI0IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2MCAyNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMzMzMzM7fQo8L3N0eWxlPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTAsMEM0LjUsMCwwLDQuNSwwLDEwdjE0aDUwYzUuNSwwLDEwLTQuNSwxMC0xMFYwSDEweiBNMjQuNCwxNkgyM2wtMy41LTQuMlYxNkgxOFY5aDEuM2wzLjUsNC4yVjloMS42VjE2egoJIE0zMS43LDE2aC01LjRWOWg1LjN2MS4zaC0zLjd2MS41aDMuMnYxLjNoLTMuMnYxLjZoMy44VjE2eiBNNDEuNSwxNmgtMS43bC0xLjUtNC43TDM2LjYsMTZoLTEuN2wtMi4zLTdoMS43bDEuNiw0LjlMMzcuNSw5SDM5CglsMS42LDVsMS42LTVoMS41TDQxLjUsMTZ6Ii8+Cjwvc3ZnPgo=");
        width: 60px;
        height: 24px;
        position: absolute;
        top: -16px;
        left: -16px;
        color: #ffffff;
        font-size: 10px; }
        @media (min-width: 520px) {
          .item-list__item-wrap.is-new::before {
            top: -43px; } }
        @media (min-width: 768px) {
          .item-list__item-wrap.is-new::before {
            top: -43px; } }
    .item-list__item-txt {
      width: calc(97% - 120px);
      padding: 0 20px 0 0;
      margin-bottom: 0;
      overflow: hidden; }
      @media (min-width: 520px) {
        .item-list__item-txt {
          width: inherit;
          padding: 0; } }
      @media (min-width: 1200px) {
        .item-list__item-txt {
          padding: 0;
          width: 100%; } }
    .item-list__item-ttl {
      padding-top: 20px;
      margin-bottom: 10px;
      font-size: 16px;
      font-weight: bold;
      line-height: 22px;
      text-decoration: none;
      color: #333333;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 4;
      overflow: hidden; }
      @media (min-width: 768px) {
        .item-list__item-ttl {
          font-size: 16px;
          line-height: 24px;
          margin-bottom: 16px; } }
      @media (min-width: 520px) {
        .item-list__item-ttl {
          margin-bottom: 0px;
          padding-top: 15px;
          line-height: 24px; } }
    .item-list__item-txt {
      font-size: 14px;
      letter-spacing: 0.03em;
      order: 1; }
    .item-list__item-cat {
      display: inline-block;
      height: 18px;
      line-height: 18px;
      text-align: center;
      border-radius: 50px;
      font-size: 10px;
      padding: 0 10px;
      color: #ffffff;
      background: #EA596B; }
    .item-list__item-img {
      max-width: 120px;
      width: 100%;
      border: 1px solid #BAB5AB;
      border-radius: 6px; }
      @media (min-width: 520px) {
        .item-list__item-img {
          max-width: 280px;
          width: 100%; } }
    .item-list__item a {
      text-decoration: none; }
      .item-list__item a:hover {
        opacity: 0.4; }
        .item-list__item a:hover .item-list__item-img {
          overflow: hidden;
          margin: 0 auto;
          border: 1px solid #333333;
          border-radius: 6px; }
          .item-list__item a:hover .item-list__item-img img {
            transform: scale(1.1, 1.1);
            transition: 0.3s all ease-out; }
    .item-list__item--comingsoon {
      position: relative;
      padding: 58px 24px;
      background-color: #e8e3d9;
      text-align: center; }
      @media (min-width: 768px) {
        .item-list__item--comingsoon {
          padding-top: 94px;
          padding-bottom: 94px; } }
      @media (min-width: 1200px) {
        .item-list__item--comingsoon__wrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translateX(-50%) translateY(-50%); } }
      .item-list__item--comingsoon img {
        margin: 0 0 20px; }
      .item-list__item--comingsoon .txt {
        color: #cc0066;
        font-size: 16px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif; }
    .item-list__item-img {
      order: 2; }
  .item-list__btn-box {
    margin: 30px auto 0;
    width: 100%; }
    @media (min-width: 520px) {
      .item-list__btn-box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 594px;
        margin: 48px auto 0; } }
    @media (min-width: 1200px) {
      .item-list__btn-box {
        margin: 48px auto 0;
        justify-content: center;
        max-width: inherit; } }
    .item-list__btn-box .is-active {
      pointer-events: none; }
      .item-list__btn-box .is-active button {
        color: #FFFFFF;
        background: #E8E3D9;
        border: none; }
    .item-list__btn-box .is-visible {
      display: block; }
  .item-list__cat {
    display: none; }
    .item-list__cat.is-visible {
      display: block; }
  .item-list__btn {
    width: 100%; }
    @media (min-width: 520px) {
      .item-list__btn {
        width: 48%;
        margin: 0 0 18px; } }
    @media (min-width: 1200px) {
      .item-list__btn {
        margin: 0 10px 18px;
        max-width: 288px;
        width: 100%; } }
    .item-list__btn-mangaButton button {
      font-weight: bold;
      width: 100%;
      border: 1px solid #333333;
      padding: 10px;
      color: #ffffff;
      border-radius: 6px;
      background: #EA596B;
      font-size: 16px; }
      @media (min-width: 768px) {
        .item-list__btn-mangaButton button {
          font-size: 18px; } }
      .item-list__btn-mangaButton button span {
        font-weight: normal;
        font-size: 12px;
        margin-right: 10px; }
        @media (min-width: 520px) {
          .item-list__btn-mangaButton button span {
            font-size: 14px;
            display: block;
            margin-bottom: 5px; } }
    .item-list__btn-talkButton {
      margin-top: 8px; }
      @media (min-width: 520px) {
        .item-list__btn-talkButton {
          margin-top: 0; } }
      .item-list__btn-talkButton button {
        font-weight: bold;
        width: 100%;
        border: 1px solid #333333;
        padding: 10px;
        color: #ffffff;
        border-radius: 6px;
        background: #AC8EC0;
        font-size: 16px; }
        @media (min-width: 768px) {
          .item-list__btn-talkButton button {
            font-size: 18px; } }
        .item-list__btn-talkButton button span {
          font-weight: normal;
          font-size: 12px;
          margin-right: 10px; }
          @media (min-width: 520px) {
            .item-list__btn-talkButton button span {
              font-size: 14px;
              display: block;
              margin-bottom: 5px; } }
    .item-list__btn-researchButton {
      margin-top: 8px; }
      @media (min-width: 520px) {
        .item-list__btn-researchButton {
          margin-top: 0; } }
      .item-list__btn-researchButton button {
        font-weight: bold;
        width: 100%;
        border: 1px solid #333333;
        padding: 10px;
        color: #ffffff;
        border-radius: 6px;
        background: #7895CC;
        font-size: 16px; }
        @media (min-width: 768px) {
          .item-list__btn-researchButton button {
            font-size: 18px; } }
        .item-list__btn-researchButton button span {
          font-weight: normal;
          font-size: 12px;
          margin-right: 10px; }
          @media (min-width: 520px) {
            .item-list__btn-researchButton button span {
              font-size: 14px;
              display: block;
              margin-bottom: 5px; } }
    .item-list__btn-allButton {
      display: none;
      margin-top: 8px; }
      @media (min-width: 520px) {
        .item-list__btn-allButton {
          margin-top: 0; } }
      .item-list__btn-allButton button {
        font-weight: bold;
        width: 100%;
        border: 1px solid #333333;
        padding: 10px;
        color: #333333;
        border-radius: 5px;
        background: #E8E3D9;
        font-size: 16px; }
        @media (min-width: 520px) {
          .item-list__btn-allButton button {
            height: 60px; } }
        @media (min-width: 768px) {
          .item-list__btn-allButton button {
            font-size: 18px;
            height: 64px; } }
        .item-list__btn-allButton button span {
          font-weight: normal;
          font-size: 12px; }
          @media (min-width: 768px) {
            .item-list__btn-allButton button span {
              font-size: 14px;
              display: block;
              margin-bottom: 5px; } }

.bnrs {
  margin: 0 auto;
  padding: 0 24px;
  width: 100%; }
  .bnrs ul {
    max-width: 672px;
    width: 100%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .bnrs ul {
        display: flex;
        justify-content: space-between;
        max-width: 708px; } }
  .bnrs li {
    display: block;
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .bnrs li {
        width: 342px;
        margin-bottom: 0; } }
    .bnrs li:last-child {
      margin-bottom: 0; }
    .bnrs li a {
      vertical-align: bottom; }
      .bnrs li a img {
        display: block;
        width: 100%;
        margin: 0 auto; }

.contents-list__ttl {
  margin-top: -20px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px; }
  @media (min-width: 520px) {
    .contents-list__ttl {
      font-size: 16px; } }

.contents-list__inner {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin: 0 auto;
  padding-bottom: 20px;
  margin-bottom: 48px; }
  @media (min-width: 1200px) {
    .contents-list__inner {
      max-width: 640px;
      margin-bottom: 72px; } }

@media (min-width: 520px) {
  .contents-list__list {
    padding: 0 30px; } }

.contents-list__list ul li {
  margin-top: 20px; }
  .contents-list__list ul li a {
    font-weight: bold;
    font-size: 14px; }

.contents-list__text {
  margin-top: 12px; }
  .contents-list__text p {
    font-size: 12px; }
    @media (min-width: 520px) {
      .contents-list__text p {
        font-size: 14px; } }

.introduction {
  padding: 0 0 36px; }
  @media (min-width: 768px) {
    .introduction {
      padding-bottom: 64px; } }
  @media (min-width: 1200px) {
    .introduction {
      padding-bottom: 88px; } }
  .introduction__container {
    width: 100%;
    max-width: none; }
  .introduction__txt {
    margin: 0 0 24px;
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .introduction__txt {
        margin-bottom: 48px;
        font-size: 24px; } }
    @media (min-width: 1200px) {
      .introduction__txt {
        margin-bottom: 40px; } }
  .introduction__wrap {
    width: 88%;
    min-width: 88%;
    max-width: 100%;
    padding: 24px 16px 32px;
    margin-left: auto;
    margin-right: auto;
    background-color: #cc0066;
    border-radius: 10px;
    transition: width 1s ease; }
    @media (min-width: 768px) {
      .introduction__wrap {
        padding-top: 54px;
        padding-bottom: 54px; } }
    .introduction__wrap .txt {
      margin: 0 0 24px;
      font-size: 14px;
      font-weight: bold;
      line-height: 22px;
      text-align: center;
      color: #ffffff; }
      @media (min-width: 768px) {
        .introduction__wrap .txt {
          margin-bottom: 16px;
          font-size: 20px;
          line-height: 32px; } }
      @media (min-width: 1200px) {
        .introduction__wrap .txt {
          margin-bottom: 40px; } }
  .introduction__btn {
    padding: 12px 4px !important;
    background-color: #ffffff !important;
    color: #cc0066 !important; }
    @media (min-width: 768px) {
      .introduction__btn {
        width: 400px !important; } }

.links {
  padding: 0 0 48px; }
  @media (min-width: 768px) {
    .links {
      padding-bottom: 88px; } }
  .links__list {
    padding: 0 16px; }
    @media (min-width: 768px) {
      .links__list {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 0;
        padding-right: 0; } }
  @media (min-width: 768px) {
    .links__item {
      width: 32%; } }
  .links__item a {
    position: relative;
    display: block;
    padding: 16px 24px 16px 0;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    text-decoration: none; }
    .links__item a::after {
      position: absolute;
      right: 16px;
      top: 50%;
      transform: translateY(-50%);
      display: block;
      width: 8px;
      height: 16px;
      background-size: 100% 100%;
      background-image: url(../img/ac-link-arrow@2x.png);
      background-repeat: no-repeat;
      transition: right 0.2s ease-out;
      content: ""; }
    @media (min-width: 768px) {
      .links__item a:hover {
        opacity: 1; } }
    @media (min-width: 768px) {
      .links__item a:hover::after {
        right: 0; } }

.risk {
  padding: 32px 0 70px;
  background-color: #f8f7f4;
  border-top: 1px solid #333333;
  font-size: 14px;
  letter-spacing: 0; }
  @media (min-width: 768px) {
    .risk {
      padding-top: 56px;
      padding-bottom: 72px; } }
  .risk .link--emaxisslim {
    margin: 0 0 32px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .risk .link--emaxisslim {
        font-size: 16px; } }
  .risk .txt {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .risk .txt {
        margin-bottom: 40px; } }
  .risk .hp {
    margin: 0 0 16px; }
    @media (min-width: 768px) {
      .risk .hp {
        margin-bottom: 22px; } }
  .risk .tel {
    margin: 0 0 32px; }
    @media (min-width: 768px) {
      .risk .tel {
        margin-bottom: 40px; } }
  .risk .date {
    font-size: 14px;
    text-align: right; }
  .risk__contact .txt {
    margin: 0 0 24px; }

/* article */
.article {
  padding: 32px 0 48px;
  margin: 0;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .article {
      margin: 0; } }
  @media (min-width: 768px) {
    .article__container {
      max-width: 860px; } }
  .article__tag {
    padding: 5px 10px;
    margin-bottom: 16px;
    border-radius: 50px;
    display: inline-block;
    color: #ffffff;
    line-height: 1;
    font-weight: normal;
    font-size: 12px;
    background: #EA596B; }
    .article__tag--talk {
      padding: 5px 10px;
      margin-bottom: 16px;
      border-radius: 50px;
      display: inline-block;
      color: #ffffff;
      line-height: 1;
      font-weight: normal;
      font-size: 12px;
      background: #ac8ec0; }
    .article__tag--lab {
      padding: 5px 10px;
      margin-bottom: 16px;
      border-radius: 50px;
      display: inline-block;
      color: #ffffff;
      line-height: 1;
      font-weight: normal;
      font-size: 12px;
      background: #7895cc; }
  .article__ttl {
    margin: 0 0 24px;
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .article__ttl {
        margin: 0 0 32px;
        font-size: 32px;
        line-height: 46px; } }
  .article__txt {
    margin: 0 0 40px;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .article__txt {
        margin: 0 0 56px;
        font-size: 16px;
        line-height: 32px; } }
    .article__txt.small {
      margin: 0 0 40px;
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.03em; }
  .article .icon-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    .article .icon-wrap:not(:last-of-type) {
      margin: 0 0 24px; }
    .article .icon-wrap .txts {
      width: calc(100% - 48px);
      padding: 0 0 0 16px; }
    .article .icon-wrap .name {
      margin: 0 0 8px;
      font-size: 14px;
      font-weight: bold;
      line-height: 18px; }
    .article .icon-wrap .desc {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.05em; }
      @media (min-width: 768px) {
        .article .icon-wrap .desc {
          font-size: 14px;
          letter-spacing: 0; } }
  .article .characters {
    margin: 0 0 48px; }
    @media (min-width: 768px) {
      .article .characters {
        margin: 0 0 76px; } }
    .article .characters__inner {
      padding: 16px 24px 24px;
      margin: 0 0 16px;
      background-color: #ffffff;
      border-radius: 10px; }
      @media (min-width: 768px) {
        .article .characters__inner {
          padding: 24px 40px 32px; } }
    @media (min-width: 768px) {
      .article .characters__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap; } }
    @media (min-width: 768px) {
      .article .characters__list .icon-wrap {
        width: 48%; } }
    .article .characters__ttl {
      padding: 0 0 16px;
      margin: 0 0 24px;
      border-bottom: 1px solid #e8e3d9;
      font-size: 14px;
      line-height: 1;
      font-weight: bold;
      text-align: center; }
      @media (min-width: 768px) {
        .article .characters__ttl {
          padding-bottom: 24px;
          font-size: 16px; } }
  .article .detail {
    padding: 0 5%;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .article .detail {
        padding: 0; } }
    .article .detail p:not(:last-child),
    .article .detail h2:not(:last-child),
    .article .detail h3:not(:last-child),
    .article .detail h4:not(:last-child),
    .article .detail .comic:not(:last-child) {
      margin-bottom: 32px; }
      @media (min-width: 768px) {
        .article .detail p:not(:last-child),
        .article .detail h2:not(:last-child),
        .article .detail h3:not(:last-child),
        .article .detail h4:not(:last-child),
        .article .detail .comic:not(:last-child) {
          margin-bottom: 56px; } }
    @media (min-width: 768px) {
      .article .detail p {
        font-size: 16px;
        line-height: 32px; } }
    .article .detail strong {
      color: #cc0066;
      font-weight: bold; }
    .article .detail h2 {
      padding: 16px 0;
      margin-top: 56px;
      border-top: 1px solid #333333;
      border-bottom: 1px solid #333333;
      font-size: 22px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: 0.03em; }
    .article .detail h3 {
      padding: 0 0 10px;
      margin-top: 56px;
      border-bottom: 1px solid #333333;
      font-size: 16px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) {
        .article .detail h3 {
          font-size: 20px; } }
    .article .detail .icon-wrap {
      margin-bottom: 16px;
      align-items: center; }
      @media (min-width: 768px) {
        .article .detail .icon-wrap .name {
          font-size: 16px; } }
    .article .detail .comic {
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 768px) {
        .article .detail .comic {
          max-width: 684px;
          margin-left: auto;
          margin-right: auto; } }
      .article .detail .comic img {
        width: 100%; }
    .article .detail__risk {
      padding: 40px 0 0;
      border-top: 1px solid #e8e3d9; }
  .article .small {
    display: inline-block;
    font-size: 12px !important;
    line-height: 20px !important;
    letter-spacing: 0.03em !important; }
  .article .center {
    text-align: center; }
  .article .right {
    display: block;
    text-align: right !important; }
  .article .bold {
    font-weight: bold !important; }
  .article .interview003__h3__block {
    margin-bottom: 32px !important; }
    @media (min-width: 768px) {
      .article .interview003__h3__block {
        margin-bottom: 56px !important; } }
  .article .interview003__msg {
    position: relative;
    margin-bottom: 40px;
    background-color: #ff712e; }
    @media (min-width: 768px) {
      .article .interview003__msg {
        width: 100%;
        margin-bottom: 56px; } }
    .article .interview003__msg__inner {
      position: relative;
      padding: 15px 12px 7px; }
      @media (min-width: 768px) {
        .article .interview003__msg__inner {
          max-width: 920px;
          padding: 20px 0 16px;
          margin: 0 auto; } }
    .article .interview003__msg__txt__main {
      margin-bottom: 16px;
      font-size: 24px;
      font-weight: bold;
      line-height: 36px;
      color: #ffffff; }
      @media (min-width: 768px) {
        .article .interview003__msg__txt__main {
          width: 90%;
          margin-left: auto;
          margin-right: auto;
          font-size: clamp(32px, 3vw, 40px);
          line-height: 1.4;
          text-align: center; } }
      .article .interview003__msg__txt__main > span {
        color: #ffe367; }
        .article .interview003__msg__txt__main > span span {
          font-size: 30px;
          color: #ffe367; }
          @media (min-width: 768px) {
            .article .interview003__msg__txt__main > span span {
              font-size: 51px; } }
      .article .interview003__msg__txt__main > sup {
        top: -0.5em;
        font-size: 12px;
        line-height: 1;
        vertical-align: middle; }
        @media (min-width: 768px) {
          .article .interview003__msg__txt__main > sup {
            font-size: 14px;
            vertical-align: super; } }
    .article .interview003__msg__txt__sub {
      font-size: 12px;
      line-height: 17px;
      color: #ffffff; }
    .article .interview003__msg__kuma {
      position: absolute;
      top: -20px;
      right: 12px; }
      @media (min-width: 768px) {
        .article .interview003__msg__kuma {
          right: 0; } }
      @media (min-width: 768px) {
        .article .interview003__msg__kuma img {
          width: 120px; } }
  .article .interview003__program {
    padding: 16px 12px 26px;
    background-color: rgba(230, 140, 131, 0.3); }
    @media (min-width: 768px) {
      .article .interview003__program {
        width: 100%;
        padding-top: 36px;
        padding-bottom: 28px;
        margin-bottom: 56px; } }
    .article .interview003__program__container {
      padding-top: 58px;
      margin-top: -58px; }
      @media (min-width: 768px) {
        .article .interview003__program__container {
          padding-top: 76px;
          margin-top: -76px; } }
    .article .interview003__program__ttl {
      margin-bottom: 18px;
      text-align: center;
      font-size: 22px;
      font-weight: bold;
      line-height: 1.2;
      color: #e66563; }
    .article .interview003__program__list {
      display: flex;
      flex-direction: column;
      gap: 16px; }
      @media (min-width: 768px) {
        .article .interview003__program__list {
          max-width: 920px;
          flex-direction: row;
          justify-content: space-between;
          align-items: center;
          gap: 0;
          margin: 0 auto; } }
    @media (min-width: 768px) {
      .article .interview003__program__item {
        width: 49%; } }
    .article .interview003__program__item a {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-wrap: wrap;
      min-height: calc((2em * 1.4) + 12px);
      padding: 6px;
      background-color: #e66563;
      font-size: 15px;
      font-weight: bold;
      line-height: 1.4;
      text-align: center;
      color: #ffffff;
      text-decoration: none; }
      @media (min-width: 768px) {
        .article .interview003__program__item a {
          font-size: 20px; } }
      .article .interview003__program__item a:visited {
        color: #ffffff; }
      @media (hover: hover) {
        .article .interview003__program__item a:hover {
          color: #ffffff; } }
      .article .interview003__program__item a span {
        font-size: 80%; }
  .article .interview003__sns {
    position: relative;
    padding: 28px 16px 16px;
    margin-top: 72px;
    border-radius: 8px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .article .interview003__sns {
        padding: 64px 32px; } }
    .article .interview003__sns__kuma {
      position: absolute;
      top: 4px;
      left: 50%;
      transform: translateX(-50%) translateY(-100%); }
    .article .interview003__sns__head {
      position: relative;
      padding: 16px 0;
      margin-bottom: 28px;
      border-radius: 8px;
      background-color: #faedf0; }
      @media (min-width: 768px) {
        .article .interview003__sns__head {
          max-width: 680px;
          margin-left: auto;
          margin-right: auto; } }
      .article .interview003__sns__head::after {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 10px solid transparent;
        border-top: 14px solid #faedf0;
        content: ""; }
      .article .interview003__sns__head__follow {
        width: fit-content;
        margin: 0 auto; }
      .article .interview003__sns__head__txt {
        font-size: 14px;
        line-height: 2;
        text-align: center; }
    .article .interview003__sns__list {
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap; }
      @media (min-width: 768px) {
        .article .interview003__sns__list {
          max-width: 680px;
          margin-left: auto;
          margin-right: auto; } }
    .article .interview003__sns__item {
      width: 50%; }
      .article .interview003__sns__item a {
        width: 100%; }
        .article .interview003__sns__item a img {
          width: 100%; }

.contents {
  background: #FFFBF5;
  padding: 32px 0 22px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-bottom: 32px; }
  @media (min-width: 768px) {
    .contents {
      padding: 64px 0 48px;
      margin-bottom: 64px; } }
  @media (min-width: 1200px) {
    .contents .container {
      width: 100%;
      max-width: 100%; } }
  .contents__ttl {
    margin: 0 0 14px;
    font-size: 20px;
    font-weight: bold;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    font-family: 'Montserrat', sans-serif; }
    @media (min-width: 768px) {
      .contents__ttl {
        margin: 0 0 24px;
        font-size: 32px;
        font-weight: bold; } }
  .contents__text {
    text-align: center;
    font-size: 14px; }
    @media (min-width: 768px) {
      .contents__text {
        font-size: 16px; } }
  .contents__list {
    padding: 32px 0 0; }
    @media (min-width: 520px) {
      .contents__list {
        padding: 48px 0 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .contents__list {
        justify-content: center; } }
    .contents__list #contents__item__1 {
      border-radius: 6px;
      background: #EA596B; }
    .contents__list #contents__item__2 {
      border-radius: 6px;
      background: #AC8EC0; }
    .contents__list #contents__item__3 {
      border-radius: 6px;
      background: #7895CC; }
    .contents__list #contents__item__4 {
      border-radius: 6px;
      background: #E8E3D9; }
      .contents__list #contents__item__4 a {
        color: #333333;
        height: 48px;
        display: flex;
        justify-content: center;
        align-items: center; }
        @media (min-width: 520px) {
          .contents__list #contents__item__4 a {
            height: 70px; } }
  .contents__item {
    margin-bottom: 10px; }
    @media (min-width: 520px) {
      .contents__item {
        margin-bottom: 18px;
        width: calc((100% - 24px) / 2); } }
    @media (min-width: 1200px) {
      .contents__item {
        width: 258px;
        margin: 0 8px; } }
    .contents__item a {
      text-align: center;
      position: relative;
      display: block;
      padding: 11px;
      border-bottom: 1px solid #e8e3d9;
      color: #ffffff;
      text-decoration: none;
      font-size: 16px;
      font-weight: bold;
      border-radius: 6px;
      border: 1px solid #333333; }
      @media (min-width: 520px) {
        .contents__item a {
          font-size: 18px;
          padding: 10px; } }
      .contents__item a span {
        font-size: 12px;
        font-weight: normal;
        margin-right: 10px; }
        @media (min-width: 520px) {
          .contents__item a span {
            display: block;
            font-size: 14px; } }
      @media (min-width: 768px) {
        .contents__item a {
          padding-right: 0;
          padding-left: 0; } }
      .contents__item a:visited {
        color: #333333; }

[data-category="オルカントーク"] .item-list__item-cat {
  background: #ac8ec0; }

[data-category="オルカン研究所"] .item-list__item-cat {
  background: #7895cc; }

.str-pagetop {
  margin-top: 0; }

.figure {
  background-color: #faf4ea; }
  .figure__mv {
    text-align: center;
    max-width: 390px;
    padding: 70px 0 56px;
    margin: 0 auto 8px;
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/figure/ac-bg@2x.png); }
    @media (min-width: 768px) {
      .figure__mv {
        max-width: 768px;
        padding: 106px 0 102px;
        margin-bottom: 0;
        background-image: url(../img/figure/ac-bg-md@2x.png); } }
    @media (min-width: 1200px) {
      .figure__mv {
        max-width: 1080px;
        background-image: url(../img/figure/ac-bg-lg@2x.png); } }
    .figure__mv h1 {
      margin: 0 0 32px;
      font-size: 40px;
      font-weight: bold;
      line-height: 52px;
      text-align: center;
      letter-spacing: 0.05em;
      color: #cc0066; }
      @media (min-width: 768px) {
        .figure__mv h1 {
          font-size: 64px;
          line-height: 80px;
          letter-spacing: 0.05em; } }
    .figure__mv p {
      font-size: 12px;
      line-height: 20px;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) {
        .figure__mv p {
          text-align: center; } }
  @media (min-width: 1200px) {
    .figure__list {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap; } }
  .figure__item {
    padding: 32px 16px 16px;
    margin: 0 0 24px;
    background-color: #ffffff;
    border: 1px solid #333333;
    border-radius: 10px; }
    @media (min-width: 768px) {
      .figure__item {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 40px; } }
    .figure__item h2 {
      position: relative;
      padding: 0 8px 46px;
      margin: 0 0 24px;
      font-size: 24px;
      font-weight: bold;
      letter-spacing: 0.05em;
      line-height: 32px;
      text-align: center; }
      @media (min-width: 768px) {
        .figure__item h2 {
          padding-left: 0;
          padding-right: 0;
          margin-bottom: 46px;
          font-size: 28px;
          line-height: 36px; } }
      .figure__item h2::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 294px;
        max-width: 100%;
        height: 14px;
        background-size: 100% 100%;
        background-image: url(../img/figure/ac-line@2x.png);
        content: ""; }
    .figure__item .img {
      padding: 0 8px;
      margin: 0 auto 32px;
      text-align: center; }
      @media (min-width: 1200px) {
        .figure__item .img {
          margin-bottom: 0; } }
    .figure__item .txt {
      padding-left: 8px;
      padding-right: 8px; }
      @media (min-width: 768px) {
        .figure__item .txt {
          padding-left: 0;
          padding-right: 0; } }
    .figure__item .box {
      padding: 24px 16px;
      margin: 24px 0 0;
      background-color: #faf4ea;
      border-radius: 10px; }
      @media (min-width: 768px) {
        .figure__item .box {
          margin-top: 32px; } }
      .figure__item .box p {
        font-size: 14px;
        font-weight: bold;
        line-height: 24px;
        letter-spacing: 0.03em;
        text-align: center; }
        @media (min-width: 768px) {
          .figure__item .box p {
            font-size: 18px;
            line-height: 26px; } }
  .figure .txt {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .figure .txt {
        margin-bottom: 24px;
        font-size: 16px;
        line-height: 32px; } }
    .figure .txt strong {
      font-weight: bold;
      color: #cc0066; }
    .figure .txt--small {
      font-size: 12px;
      line-height: 20px; }
  @media (min-width: 1200px) {
    .figure .flex-wrap {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 1200px) {
    .figure .flex-wrap .img {
      width: 46%; } }
  @media (min-width: 1200px) {
    .figure .flex-wrap .txt-wrap {
      width: 54%; } }
  .figure #fund-of-the-year .wrap h2 {
    padding-left: 0;
    padding-right: 0; }
    .figure #fund-of-the-year .wrap h2 .small {
      font-size: 14px;
      line-height: 32px;
      letter-spacing: 0.05em; }
      @media (min-width: 768px) {
        .figure #fund-of-the-year .wrap h2 .small {
          font-size: 16px; } }
    .figure #fund-of-the-year .wrap h2 .en {
      font-size: 22px; }
      @media (min-width: 768px) {
        .figure #fund-of-the-year .wrap h2 .en {
          font-size: 32px; } }
    @media (min-width: 768px) {
      .figure #fund-of-the-year .wrap h2::after {
        width: 100%;
        background-image: url(../img/figure/ac-line-md@2x.png);
        content: ""; } }
  .figure #fund-of-the-year .wrap .flex-wrap .txt--small {
    margin-bottom: 0; }
  .figure #fund-of-the-year .wrap .box {
    margin-bottom: 16px; }
    @media (min-width: 768px) {
      .figure #fund-of-the-year .wrap .box {
        margin-top: 40px; } }
  @media (min-width: 768px) {
    .figure #fund-of-the-year .wrap .img img {
      width: 400px; } }
  .figure #fund-of-the-year .wrap > .txt--small {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
  @media (min-width: 1200px) {
    .figure #sales {
      width: 49%; } }
  @media (min-width: 768px) {
    .figure #sales h2 {
      margin-bottom: 32px;
      line-height: calc(36px * 2); } }
  @media (min-width: 768px) {
    .figure #sales h2::after {
      width: 100%;
      background-image: url(../img/figure/ac-line-short-md@2x.png); } }
  @media (min-width: 768px) {
    .figure #sales .wrap .img {
      width: 294px;
      margin-bottom: 40px; } }
  .figure #sales .wrap .box {
    padding-left: 8px;
    padding-right: 8px; }
    @media (min-width: 768px) {
      .figure #sales .wrap .box {
        padding-left: 16px;
        padding-right: 16px; } }
  @media (min-width: 1200px) {
    .figure #cover {
      width: 49%; } }
  @media (min-width: 768px) {
    .figure #cover h2 {
      margin-bottom: 55px; } }
  @media (min-width: 768px) {
    .figure #cover h2::after {
      width: 100%;
      background-image: url(../img/figure/ac-line-short-md@2x.png); } }
  @media (min-width: 768px) {
    .figure #cover .wrap .img {
      width: 294px;
      margin-bottom: 62px; } }
  @media (min-width: 768px) {
    .figure #cover .wrap .box {
      margin-top: 40px; } }
  @media (min-width: 768px) {
    .figure #asset .wrap h2::after {
      width: 100%;
      background-image: url(../img/figure/ac-line-md@2x.png); } }
  @media (min-width: 768px) {
    .figure #asset .wrap .img {
      padding-left: 22px; } }
  @media (min-width: 768px) {
    .figure #asset .wrap .img img {
      width: 380px; } }
  @media (min-width: 768px) {
    .figure #asset .wrap .flex-wrap:nth-of-type(1) {
      margin-bottom: 40px; } }
  @media (min-width: 768px) {
    .figure #asset .wrap .flex-wrap:nth-of-type(2) {
      align-items: stretch;
      margin-bottom: 16px; } }
  .figure #asset .wrap .box {
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (min-width: 1200px) {
      .figure #asset .wrap .box {
        width: 49%;
        margin: 0; } }
    .figure #asset .wrap .box p:nth-of-type(1) {
      padding: 0 0 16px;
      margin: 0 0 16px;
      border-bottom: 1px solid #333333;
      font-size: 18px; }
    .figure #asset .wrap .box p:nth-of-type(2) {
      font-weight: normal;
      text-align: left; }
      @media (min-width: 768px) {
        .figure #asset .wrap .box p:nth-of-type(2) {
          font-size: 16px;
          line-height: 32px; } }
  .figure #asset .wrap .demerit {
    margin: 16px 0;
    background-color: #eaf4fa; }
    @media (min-width: 768px) {
      .figure #asset .wrap .demerit {
        margin-top: 24px; } }
    @media (min-width: 1200px) {
      .figure #asset .wrap .demerit {
        margin: 0; } }
  .figure #asset .wrap > .txt--small {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .figure #asset .wrap > .txt--small {
        text-align: center; } }
  .figure #trust .wrap h2 {
    line-height: 24px; }
    @media (min-width: 768px) {
      .figure #trust .wrap h2 {
        line-height: 32px; } }
    .figure #trust .wrap h2 span {
      font-size: 14px; }
      @media (min-width: 768px) {
        .figure #trust .wrap h2 span {
          font-size: 16px; } }
    @media (min-width: 768px) {
      .figure #trust .wrap h2::after {
        width: 100%;
        background-image: url(../img/figure/ac-line-md@2x.png); } }
  .figure #trust .wrap .txt--border {
    padding: 0 0 8px;
    margin: 0 8px 16px;
    border-bottom: 1px dashed #bab5ab;
    font-weight: bold; }
    @media (min-width: 768px) {
      .figure #trust .wrap .txt--border {
        margin-left: 0;
        margin-right: 0; } }
  @media (min-width: 768px) {
    .figure #trust .wrap .img {
      padding-left: 22px; } }
  .figure #trust .wrap .img img {
    margin-bottom: 24px; }
    @media (min-width: 768px) {
      .figure #trust .wrap .img img {
        width: 380px; } }
  .figure #trust .wrap .img p {
    padding-left: 0;
    padding-right: 0;
    text-align: left; }
    @media (min-width: 768px) {
      .figure #trust .wrap .img p {
        max-width: 380px;
        margin-left: auto;
        margin-right: auto; } }
    @media (min-width: 1200px) {
      .figure #trust .wrap .img p {
        margin-left: 0; } }
  .figure__questionnaire {
    margin-bottom: 32px; }
    @media (min-width: 768px) {
      .figure__questionnaire {
        padding-bottom: 96px;
        margin-top: 96px;
        margin-bottom: 64px; } }
    .figure__questionnaire .wrap {
      position: relative;
      padding: 24px 16px 16px;
      margin: 0 0 56px;
      border-radius: 10px 10px 0 0;
      background-color: #ffffff; }
      @media (min-width: 768px) {
        .figure__questionnaire .wrap {
          padding-left: 40px;
          padding-right: 40px;
          padding-bottom: 40px;
          margin-bottom: 88px; } }
      .figure__questionnaire .wrap::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%) translateY(100%);
        display: block;
        background-color: #ffffff;
        clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
        width: 100%;
        height: 32px;
        content: ""; }
      .figure__questionnaire .wrap .txt--small:last-of-type {
        margin-top: 16px; }
    .figure__questionnaire h2 {
      margin: 0 0 24px;
      font-size: 22px;
      font-weight: bold;
      line-height: 36px;
      letter-spacing: 0.03em;
      color: #cc0066;
      text-align: center; }
      @media (min-width: 768px) {
        .figure__questionnaire h2 {
          font-size: 28px; } }
    .figure__questionnaire h3 {
      padding: 8px 0;
      margin: 0 0 24px;
      border-top: 1px solid #bab5ab;
      border-bottom: 1px solid #bab5ab;
      font-size: 18px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.03em;
      text-align: center; }
      @media (min-width: 768px) {
        .figure__questionnaire h3 {
          padding-top: 16px;
          padding-bottom: 16px;
          margin-bottom: 32px;
          font-size: 22px; } }
    @media (min-width: 768px) {
      .figure__questionnaire .graph-wrap {
        display: flex;
        justify-content: center;
        align-items: stretch;
        flex-wrap: wrap; } }
    @media (min-width: 1200px) {
      .figure__questionnaire .graph-wrap {
        justify-content: space-between; } }
    .figure__questionnaire .graph {
      max-width: 310px;
      padding: 0 0 40px;
      margin: 0 auto; }
      @media (min-width: 768px) {
        .figure__questionnaire .graph {
          max-width: 100%;
          width: 50%;
          padding-bottom: 0;
          margin-left: 0;
          margin-right: 0; } }
      @media (min-width: 1200px) {
        .figure__questionnaire .graph {
          max-width: calc(100% / 3); } }
      .figure__questionnaire .graph:nth-of-type(1) {
        margin-bottom: 40px;
        border-bottom: 1px solid #333333; }
        @media (min-width: 768px) {
          .figure__questionnaire .graph:nth-of-type(1) {
            padding-right: 26px;
            margin-bottom: 0;
            border-right: 1px solid #333333;
            border-bottom: none; } }
      .figure__questionnaire .graph:nth-of-type(2) {
        margin-bottom: 40px;
        border-bottom: 1px solid #333333; }
        @media (min-width: 768px) {
          .figure__questionnaire .graph:nth-of-type(2) {
            padding-left: 26px;
            margin-bottom: 0;
            border-bottom: none; } }
        @media (min-width: 1200px) {
          .figure__questionnaire .graph:nth-of-type(2) {
            padding-right: 26px;
            border-right: 1px solid #333333; } }
      .figure__questionnaire .graph:nth-of-type(3) {
        margin-bottom: 40px; }
        @media (min-width: 768px) {
          .figure__questionnaire .graph:nth-of-type(3) {
            margin-top: 56px;
            margin-bottom: 0; } }
        @media (min-width: 1200px) {
          .figure__questionnaire .graph:nth-of-type(3) {
            padding-left: 26px;
            margin-top: 0; } }
      .figure__questionnaire .graph h4 {
        font-size: 22px;
        margin: 0 0 32px;
        font-weight: bold;
        line-height: 36px;
        letter-spacing: 0.03em;
        color: #cc0066;
        text-align: center; }
      .figure__questionnaire .graph .img {
        margin-bottom: 32px; }
      .figure__questionnaire .graph .txt {
        position: relative;
        padding: 8px;
        margin-bottom: 0;
        border-radius: 8px;
        background-color: #ffffff;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.03em;
        text-align: center; }
        @media (min-width: 768px) {
          .figure__questionnaire .graph .txt {
            padding: 16px;
            font-size: 16px;
            line-height: 28px;
            text-align: left; } }
        @media (min-width: 1200px) {
          .figure__questionnaire .graph .txt {
            height: calc(28px * 3 + 32px); } }
        .figure__questionnaire .graph .txt:before {
          position: absolute;
          top: -28px;
          left: 50%;
          transform: translateX(-50%);
          border: 12px solid transparent;
          border-bottom: 18px solid #ffffff;
          content: ""; }
      @media (min-width: 768px) {
        .figure__questionnaire .graph--1 h4, .figure__questionnaire .graph--2 h4 {
          margin-bottom: 38px; } }
      @media (min-width: 768px) {
        .figure__questionnaire .graph--1 .img, .figure__questionnaire .graph--2 .img {
          margin-bottom: 76px; } }
      @media (min-width: 768px) {
        .figure__questionnaire .graph--1 h4 {
          line-height: 72px; } }

@media (min-width: 768px) {
  .page-ac-lp .emaxis-header {
    padding-bottom: 0;
    margin-bottom: -28px; } }

.page-ac-lp .emaxis-header__container {
  border-bottom: none; }
  @media (min-width: 768px) {
    .page-ac-lp .emaxis-header__container {
      padding-bottom: 0; } }

.page-ac-lp .emaxis-header:not(.is-fixed) {
  background-color: inherit; }
  .page-ac-lp .emaxis-header:not(.is-fixed) .nav-btn:not(.is-active) span {
    background-color: #ffffff; }

@media (min-width: 1200px) {
  .lp .container {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto; } }

.lp .btn--question {
  position: absolute;
  display: block; }

.lp .txt--small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.03em; }

.page-ac-lp .lp .txt--small {
  font-size: 16px;
}

.lp .txt .bold {
  font-weight: bold; }

.lp__bg--1 {
  position: relative;
  padding: 0 0 88px;
  background: transparent linear-gradient(180deg, #cc0066 0%, #ffc400 100%) 0% 0% no-repeat padding-box; }
  @media (min-width: 768px) {
    .lp__bg--1 {
      padding-bottom: 106px;
      background: transparent linear-gradient(180deg, #cc0066 0%, #ffc400 100%) 0% 0% no-repeat padding-box; } }
  .lp__bg--1:before {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 100%;
    height: 100%;
    background-size: contain;
    background-image: url(../img/lp/ac-bg@2x.png);
    background-position: top center;
    background-repeat: no-repeat;
    content: ""; }
    @media (min-width: 768px) {
      .lp__bg--1:before {
        top: 0;
        width: 768px;
        height: 764px;
        background-image: url(../img/lp/ac-bg-md@2x.png); } }
    @media (min-width: 1200px) {
      .lp__bg--1:before {
        width: 940px;
        height: 748px;
        background-image: url(../img/lp/ac-bg-lg@2x.png); } }
  .lp__bg--1 .inner {
    position: relative;
    z-index: 2; }

.lp__bg--2 {
  padding: 0 0 40px;
  background: transparent linear-gradient(180deg, #cc0066 0%, #ffc400 100%) 0% 0% no-repeat padding-box; }
  @media (min-width: 768px) {
    .lp__bg--2 {
      padding-bottom: 80px; } }

.lp__mv {
  margin: 0 0 26px; }
  .lp__mv .balloon {
    position: relative;
    width: fit-content;
    padding: 8px;
    margin: 0 auto 16px;
    background-color: #ffc400;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__mv .balloon {
        margin-bottom: 24px; } }
    .lp__mv .balloon::after {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 8px solid transparent;
      border-top: 10px solid #ffc400;
      content: ""; }
  .lp__mv h1 {
    margin: 0 0 24px; }
    .lp__mv h1 span {
      display: inline-block;
      width: 100%;
      line-height: 1;
      color: #ffffff;
      text-align: center;
      text-shadow: 0 0 6px rgba(0, 0, 0, 0.25); }
      .lp__mv h1 span:nth-of-type(1) {
        margin: 0 0 12px;
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 0.15em;
        line-height: 25px;
        font-family: 'Montserrat', sans-serif; }
        @media (min-width: 768px) {
          .lp__mv h1 span:nth-of-type(1) {
            margin-bottom: 17px;
            font-size: 34px;
            line-height: 36px; } }
      .lp__mv h1 span:nth-of-type(2) {
        margin: 0 0 4px;
        font-size: 56px;
        font-weight: bold;
        letter-spacing: 0.1em; }
        @media (min-width: 768px) {
          .lp__mv h1 span:nth-of-type(2) {
            margin-bottom: 16px;
            font-size: 82px; } }
      .lp__mv h1 span:nth-of-type(3) {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 0.06em; }
        @media (min-width: 768px) {
          .lp__mv h1 span:nth-of-type(3) {
            font-size: 22px; } }
  .lp__mv .txt {
    color: #ffffff; }
    @media (min-width: 768px) {
      .lp__mv .txt {
        text-align: center; } }
    .lp__mv .txt a {
      color: #ffffff; }
      .lp__mv .txt a:visited {
        color: #ffffff; }
    .lp__mv .txt:last-child {
      margin: 16px 0 0;
      text-align: right; }
      @media (min-width: 768px) {
        .lp__mv .txt:last-child {
          text-align: center; } }

.lp__no1 .box {
  max-width: 342px;
  padding: 16px;
  margin: 0 auto;
  border: 1px solid #333333;
  border-radius: 10px;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .lp__no1 .box {
      max-width: 480px; } }
  .lp__no1 .box__inner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 20px; }
    @media (min-width: 768px) {
      .lp__no1 .box__inner {
        align-items: flex-start;
        margin-bottom: 0; } }

.lp__no1 .img {
  margin: 0 auto; }
  .lp__no1 .img.emblem {
    width: 83px; }
    @media (min-width: 768px) {
      .lp__no1 .img.emblem {
        width: 125px; } }
  .lp__no1 .img.no1 {
    position: relative;
    width: fit-content; }
    .lp__no1 .img.no1 .btn--question {
      top: 50%;
      right: -13px;
      transform: translateX(100%) translateY(-50%); }

.lp__no1 .wrap {
  width: calc(100% - 83px); }
  @media (min-width: 768px) {
    .lp__no1 .wrap {
      width: calc(100% - 125px); } }
  .lp__no1 .wrap .ttl {
    margin: 0 0 18px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__no1 .wrap .ttl {
        margin-bottom: 11px;
        font-size: 14px; } }
    .lp__no1 .wrap .ttl span {
      display: inline-block;
      margin: 6px 0 0;
      font-size: 14px; }
      @media (min-width: 768px) {
        .lp__no1 .wrap .ttl span {
          margin-top: 4px;
          font-size: 20px;
          line-height: 1; } }

@media (min-width: 768px) {
  .lp__no1 .txt--small {
    text-align: right; } }

.lp__purchase .btn--purchase {
  position: relative;
  display: block;
  width: 100%;
  padding: 16px;
  margin: 0 auto;
  background-color: #333333;
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #ffffff; }
  @media (min-width: 768px) {
    .lp__purchase .btn--purchase {
      max-width: 560px; } }
  .lp__purchase .btn--purchase .icon {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%); }
    .lp__purchase .btn--purchase .icon--close {
      display: none; }
  .lp__purchase .btn--purchase.is-active .icon--close {
    display: block; }
  .lp__purchase .btn--purchase.is-active .icon--open {
    display: none; }

.lp__purchase .account {
  display: block;
  width: 100%;
  margin: 16px 0 0;
  text-align: center; }
  .lp__purchase .account span {
    position: relative;
    padding: 8px 34px 8px 0;
    border-bottom: 1px solid #333333;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.03em;
    line-height: 1; }
    .lp__purchase .account span .btn--question {
      top: 50%;
      right: 0;
      transform: translateY(-50%); }

.lp__simulation {
  position: relative;
  padding: 88px 0 40px;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .lp__simulation {
      padding-top: 106px;
      padding-bottom: 96px; } }
  .lp__simulation .box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 96%;
    max-width: 374px;
    padding: 16px 24px;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .lp__simulation .box {
        max-width: 840px;
        padding-top: 24px;
        padding-bottom: 24px; } }
    .lp__simulation .box span {
      position: relative;
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.03em;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__simulation .box span {
          width: 100%;
          font-size: 20px;
          line-height: 32px; } }
      .lp__simulation .box span .btn--question {
        top: 50%;
        right: -18px;
        transform: translateX(100%) translateY(-50%); }
        @media (min-width: 768px) {
          .lp__simulation .box span .btn--question {
            right: 24px; } }
  .lp__simulation h2 {
    position: relative;
    padding: 0 0 38px;
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #cc0066; }
    @media (min-width: 768px) {
      .lp__simulation h2 {
        padding-bottom: 42px;
        font-size: 28px;
        line-height: 42px; } }
    .lp__simulation h2::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 310px;
      max-width: 100%;
      height: 14px;
      background-size: 100% 100%;
      background-image: url(../img/lp/ac-line@2x.png);
      content: ""; }
      @media (min-width: 768px) {
        .lp__simulation h2::after {
          width: 400px;
          height: 18px;
          background-image: url(../img/lp/ac-line-md@2x.png); } }
  .lp__simulation .img {
    margin: 0 auto 24px;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__simulation .img {
        margin-bottom: 16px; } }
  .lp__simulation .txt--small {
    width: 90%;
    margin: 0 auto; }
    @media (min-width: 768px) {
      .lp__simulation .txt--small {
        text-align: center; } }

.lp__toushin {
  padding: 0 0 100px;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .lp__toushin {
      padding-bottom: 146px; } }
  .lp__toushin h2 {
    position: relative;
    margin: 0 0 24px;
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #cc0066; }
    @media (min-width: 768px) {
      .lp__toushin h2 {
        margin-bottom: 40px;
        font-size: 28px;
        line-height: 42px; } }
    .lp__toushin h2 span {
      font-size: 16px; }
      @media (min-width: 768px) {
        .lp__toushin h2 span {
          font-size: 18px; } }
    .lp__toushin h2 .btn--question {
      bottom: 6px;
      display: inline-block;
      width: 20px;
      height: 20px; }
      @media (min-width: 1200px) {
        .lp__toushin h2 .btn--question {
          bottom: 10px; } }
  .lp__toushin h3 {
    margin: 0 0 32px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #cc0066; }
    @media (min-width: 768px) {
      .lp__toushin h3 {
        margin-bottom: 40px;
        font-size: 24px;
        line-height: 34px; } }
  .lp__toushin .box {
    position: relative;
    padding: 24px 16px 16px;
    margin: 0 0 48px;
    border: 1px solid #333333;
    border-radius: 10px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .lp__toushin .box {
        margin-bottom: 67px;
        padding: 32px 24px; } }
    @media (min-width: 1200px) {
      .lp__toushin .box {
        max-width: 718px;
        padding: 32px;
        margin-left: auto;
        margin-right: auto; } }
    .lp__toushin .box::after {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 20px solid transparent;
      border-top: 20px solid #333333;
      content: ""; }
    .lp__toushin .box ul li {
      position: relative;
      padding: 0 0 16px 26px;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) {
        .lp__toushin .box ul li {
          padding-bottom: 24px;
          font-size: 18px; } }
      .lp__toushin .box ul li::before {
        position: absolute;
        left: 0;
        top: 3px;
        display: block;
        width: 18px;
        height: 18px;
        background-size: 100% 100%;
        background-image: url(../img/lp/ac-check@2x.png);
        content: ""; }
      @media (min-width: 768px) {
        .lp__toushin .box ul li:last-of-type {
          padding-bottom: 16px; } }
  .lp__toushin .comment .list {
    padding: 0 0 32px; }
    @media (min-width: 768px) {
      .lp__toushin .comment .list {
        padding-bottom: 36px;
        max-width: 532px;
        margin: 0 auto; } }
    @media (min-width: 1200px) {
      .lp__toushin .comment .list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        max-width: 832px;
        padding-bottom: 52px; } }
    .lp__toushin .comment .list__inner {
      display: flex;
      align-items: flex-start;
      flex-wrap: wrap; }
      @media (min-width: 1200px) {
        .lp__toushin .comment .list__inner {
          width: calc((100% - 8px) / 2); } }
      .lp__toushin .comment .list__inner--1 {
        justify-content: flex-start; }
        @media (min-width: 1200px) {
          .lp__toushin .comment .list__inner--1 {
            justify-content: space-between; } }
        .lp__toushin .comment .list__inner--1 .item {
          margin-bottom: 24px; }
          @media (min-width: 768px) {
            .lp__toushin .comment .list__inner--1 .item {
              margin-bottom: 28px; } }
          @media (min-width: 1200px) {
            .lp__toushin .comment .list__inner--1 .item {
              margin-bottom: 0; } }
          .lp__toushin .comment .list__inner--1 .item:first-of-type {
            margin-right: 8px; }
            @media (min-width: 1200px) {
              .lp__toushin .comment .list__inner--1 .item:first-of-type {
                margin-top: 16px;
                margin-right: 0; } }
      .lp__toushin .comment .list__inner--2 {
        justify-content: flex-end; }
        @media (min-width: 1200px) {
          .lp__toushin .comment .list__inner--2 {
            justify-content: space-between; } }
        .lp__toushin .comment .list__inner--2 .item:first-of-type {
          margin-right: 8px; }
          @media (min-width: 1200px) {
            .lp__toushin .comment .list__inner--2 .item:first-of-type {
              margin-top: 16px;
              margin-right: 0; } }
          .lp__toushin .comment .list__inner--2 .item:first-of-type p {
            line-height: 40px; }
            @media (min-width: 768px) {
              .lp__toushin .comment .list__inner--2 .item:first-of-type p {
                line-height: 48px; } }
  .lp__toushin .comment .item {
    position: relative;
    width: 160px;
    padding: 16px 10px;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.05em;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__toushin .comment .item {
        width: 202px;
        font-size: 18px;
        line-height: 24px; } }
    @media (min-width: 1200px) {
      .lp__toushin .comment .item {
        width: calc((100% - 8px) / 2); } }
    .lp__toushin .comment .item::after {
      position: absolute;
      top: 100%;
      left: 50%;
      transform: translateX(-50%);
      border: 8px solid transparent;
      border-top: 10px solid #333333;
      content: ""; }
  .lp__toushin .img {
    margin: 0 0 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__toushin .img {
        margin-bottom: 32px; } }

.lp__emaxisslim {
  position: relative;
  padding: 60px 0 40px; }
  @media (min-width: 768px) {
    .lp__emaxisslim {
      padding-top: 90px;
      padding-bottom: 64px; } }
  .lp__emaxisslim .box {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 96%;
    padding: 10px 0;
    background-color: #ffc400;
    border-radius: 8px;
    border: 1px solid #333333; }
    @media (min-width: 768px) {
      .lp__emaxisslim .box {
        padding: 24px 0; } }
    @media (min-width: 1200px) {
      .lp__emaxisslim .box {
        max-width: 840px; } }
    .lp__emaxisslim .box .balloon {
      position: relative;
      width: 52px;
      height: 52px;
      background-color: #ffffff;
      border-radius: 50%;
      font-size: 12px;
      font-weight: bold;
      line-height: 52px;
      text-align: center; }
      .lp__emaxisslim .box .balloon::after {
        position: absolute;
        top: 50%;
        left: 100%;
        transform: translateX(-2px) translateY(-50%);
        border: 8px solid transparent;
        border-left: 10px solid #ffffff;
        content: ""; }
    .lp__emaxisslim .box h3 {
      padding: 0 0 0 20px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.03em;
      line-height: 24px; }
      @media (min-width: 768px) {
        .lp__emaxisslim .box h3 {
          padding-left: 18px;
          font-size: 20px; } }
  .lp__emaxisslim .ttl {
    margin: 0 0 40px;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__emaxisslim .ttl {
        margin-bottom: 56px; } }
    .lp__emaxisslim .ttl p {
      margin: 0 0 32px;
      font-size: 16px;
      font-weight: bold;
      letter-spacing: 0.03em;
      line-height: 24px;
      color: #ffffff;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__emaxisslim .ttl p {
          margin-bottom: 48px;
          font-size: 18px; } }
    .lp__emaxisslim .ttl h2 {
      margin: 0 0 32px; }
          .lp__emaxisslim .ttl a {
      font-size: 11px;
      line-height: 18px;
      color: #ffffff; }
      @media (min-width: 768px) {
        .lp__emaxisslim .ttl h2 {
          margin-bottom: 40px; }
       }
       .lp__emaxisslim .ttl a {
      font-size: 16px; }
      .lp__emaxisslim .ttl a:visited {
        color: #ffffff; }
  .lp__emaxisslim .list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto 24px; }
    @media (min-width: 768px) {
      .lp__emaxisslim .list {
        max-width: 840px; } }
  .lp__emaxisslim .item {
    width: 49%;
    padding: 16px;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .lp__emaxisslim .item {
        padding: 32px; } }
    .lp__emaxisslim .item__ttl {
      margin: 0 auto 8px;
      font-size: 16px;
      font-weight: bold;
      line-height: 20px;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__emaxisslim .item__ttl {
          font-size: 22px; } }
    @media (min-width: 1200px) {
      .lp__emaxisslim .item__number {
        text-align: center; } }
    .lp__emaxisslim .item__number p {
      font-size: 12px;
      line-height: 20px;
      text-align: center; }
    .lp__emaxisslim .item__number span {
      color: #cc0066; }
    .lp__emaxisslim .item__txt {
      padding: 16px 8px 0;
      border-top: 1px solid #bab5ab;
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) {
        .lp__emaxisslim .item__txt {
          padding-left: 0;
          padding-right: 0;
          font-size: 16px;
          line-height: 26px; } }
      .lp__emaxisslim .item__txt .bold {
        font-weight: bold;
        color: #cc0066; }
    .lp__emaxisslim .item .txt--small {
      color: #333333; }
      @media (min-width: 768px) {
        .lp__emaxisslim .item .txt--small {
          margin-top: 16px; } }
    .lp__emaxisslim .item:nth-of-type(1) .item__number {
      line-height: 118px;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__emaxisslim .item:nth-of-type(1) .item__number {
          padding-top: 26px;
          padding-bottom: 26px;
          line-height: 1; } }
      .lp__emaxisslim .item:nth-of-type(1) .item__number span {
        font-weight: bold; }
        .lp__emaxisslim .item:nth-of-type(1) .item__number span:nth-of-type(1) {
          font-size: 64px;
          font-weight: 700;
          line-height: 1;
          font-family: 'Montserrat', sans-serif; }
          @media (min-width: 768px) {
            .lp__emaxisslim .item:nth-of-type(1) .item__number span:nth-of-type(1) {
              font-size: 80px;
              line-height: 96px; } }
        .lp__emaxisslim .item:nth-of-type(1) .item__number span:nth-of-type(2) {
          font-size: 24px;
          line-height: 1; }
          @media (min-width: 768px) {
            .lp__emaxisslim .item:nth-of-type(1) .item__number span:nth-of-type(2) {
              font-size: 24px; } }
    .lp__emaxisslim .item:nth-of-type(2) .item__ttl {
      position: relative;
      width: fit-content;
      padding-right: 24px; }
      .lp__emaxisslim .item:nth-of-type(2) .item__ttl .btn--question {
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 16px;
        height: 16px; }
    .lp__emaxisslim .item:nth-of-type(2) .item__number {
      width: calc(100% + 4px);
      margin-left: -4px;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__emaxisslim .item:nth-of-type(2) .item__number {
          width: 100%;
          margin-left: 0;
          text-align: right; } }
      .lp__emaxisslim .item:nth-of-type(2) .item__number p:nth-of-type(1) {
        margin: 0 0 16px; }
        @media (min-width: 768px) {
          .lp__emaxisslim .item:nth-of-type(2) .item__number p:nth-of-type(1) {
            margin-bottom: 24px; } }
      .lp__emaxisslim .item:nth-of-type(2) .item__number p:nth-of-type(2) {
        margin: 10px 0 16px; }
        @media (min-width: 768px) {
          .lp__emaxisslim .item:nth-of-type(2) .item__number p:nth-of-type(2) {
            margin-top: 24px; } }
  .lp__emaxisslim .txt--small {
    color: #ffffff; }
  .lp__emaxisslim .txt--small a {
    color: #ffffff; }
.lp__interview {
  overflow: hidden; }
  .lp__interview h2 {
    position: relative;
    padding: 0 0 30px;
    margin: 0 0 16px;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #ffffff; }
    @media (min-width: 768px) {
      .lp__interview h2 {
        padding-bottom: 42px;
        margin-bottom: 24px;
        font-size: 28px;
        line-height: 42px; } }
    .lp__interview h2::after {
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      display: block;
      width: 310px;
      max-width: 100%;
      height: 14px;
      background-size: 100% 100%;
      background-image: url(../img/lp/ac-line-white@2x.png);
      content: ""; }
      @media (min-width: 768px) {
        .lp__interview h2::after {
          width: 400px;
          height: 18px;
          background-image: url(../img/lp/ac-line-white-md@2x.png); } }
  .lp__interview .item {
    position: relative;
    height: 100%;
    padding: 16px 16px 96px;
    border: 1px solid #333333;
    border-radius: 6px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .lp__interview .item {
        padding: 24px 24px 114px; } }
    .lp__interview .item h3 {
      margin: 0 0 16px;
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      letter-spacing: 0.03em;
      color: #cc0066; }
      @media (min-width: 768px) {
        .lp__interview .item h3 {
          font-size: 18px;
          line-height: 26px; } }
    .lp__interview .item .txt {
      font-size: 14px;
      line-height: 24px;
      letter-spacing: 0.03em; }
      @media (min-width: 768px) {
        .lp__interview .item .txt {
          font-size: 16px;
          line-height: 28px; } }
    .lp__interview .item .profile {
      position: absolute;
      bottom: 16px;
      right: 16px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      background-color: #ffffff; }
      @media (min-width: 768px) {
        .lp__interview .item .profile {
          bottom: 24px;
          right: 24px; } }
      .lp__interview .item .profile .txt {
        width: calc(100% - 48px);
        padding-right: 16px;
        margin: 0;
        font-size: 12px;
        line-height: 18px;
        text-align: right; }
        @media (min-width: 768px) {
          .lp__interview .item .profile .txt {
            width: calc(100% - 56px);
            font-size: 14px;
            line-height: 22px; } }
      .lp__interview .item .profile .img {
        width: 48px; }
        @media (min-width: 768px) {
          .lp__interview .item .profile .img {
            width: 56px; } }
  .lp__interview .txt--small {
    margin: 0 0 40px; }
    @media (min-width: 768px) {
      .lp__interview .txt--small {
        margin-bottom: 48px; } }

.lp .swiper {
  overflow: visible; }
  .lp .swiper-wrapper {
    margin: 0 0 24px; }
    @media (min-width: 768px) {
      .lp .swiper-wrapper {
        justify-content: space-between; } }
  .lp .swiper-slide {
    width: 288px;
    height: auto; }
    @media (min-width: 768px) {
      .lp .swiper-slide {
        width: 49%;
        margin-right: 0 !important; } }
    @media (min-width: 1200px) {
      .lp .swiper-slide {
        width: 408px; } }

.lp__nisa {
  padding: 48px 0 24px;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .lp__nisa {
      padding-bottom: 48px; } }
  .lp__nisa .container {
    text-align: center; }
  .lp__nisa .ttl {
    padding: 0 16px; }
    .lp__nisa .ttl p {
      position: relative;
      margin: 0 0 16px;
      font-size: 14px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.03em;
      text-align: center; }
      @media (min-width: 768px) {
        .lp__nisa .ttl p {
          margin-bottom: 24px;
          font-size: 16px; } }
      .lp__nisa .ttl p::before, .lp__nisa .ttl p::after {
        position: relative;
        bottom: -2px;
        display: inline-block;
        width: 6px;
        height: 14px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        content: ""; }
      .lp__nisa .ttl p::before {
        margin-right: 4px;
        background-image: url(../img/lp/ac-backslash@2x.png); }
      .lp__nisa .ttl p::after {
        margin-left: 4px;
        background-image: url(../img/lp/ac-slash@2x.png); }
    .lp__nisa .ttl h2 {
      position: relative;
      padding: 0 0 30px;
      margin: 0 0 24px;
      font-size: 22px;
      font-weight: bold;
      line-height: 32px;
      letter-spacing: 0.03em;
      text-align: center;
      color: #cc0066; }
      @media (min-width: 768px) {
        .lp__nisa .ttl h2 {
          padding-bottom: 42px;
          font-size: 28px; } }
      .lp__nisa .ttl h2::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        display: block;
        width: 310px;
        max-width: 100%;
        height: 14px;
        background-size: 100% 100%;
        background-image: url(../img/lp/ac-line@2x.png);
        content: ""; }
        @media (min-width: 768px) {
          .lp__nisa .ttl h2::after {
            width: 400px;
            height: 18px;
            background-image: url(../img/lp/ac-line-md@2x.png); } }
  .lp__nisa .txt {
    padding: 0 16px;
    margin: 0 0 24px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.03em; }
    @media (min-width: 768px) {
      .lp__nisa .txt {
        padding: 0;
        font-size: 16px;
        line-height: 28px;
        text-align: center; } }
  .lp__nisa .bnr {
    display: inline-block;
    text-align: center; }

.lp__links {
  padding: 0 0 40px;
  background-color: #faf4ea; }
  @media (min-width: 768px) {
    .lp__links {
      padding-bottom: 96px; } }
  @media (min-width: 1200px) {
    .lp__links .container {
      max-width: 700px; } }
  .lp__links .box {
    padding: 24px 16px;
    border: 1px solid #333333;
    border-radius: 8px;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .lp__links .box {
        padding: 32px 18px; } }
    @media (min-width: 1200px) {
      .lp__links .box {
        padding-left: 32px;
        padding-right: 32px; } }
  .lp__links .txt {
    margin: 0 0 24px;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.05em;
    text-align: center; }
    @media (min-width: 768px) {
      .lp__links .txt {
        margin-bottom: 32px;
        font-size: 18px;
        line-height: 30px; } }
  @media (min-width: 768px) {
    .lp__links .list {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .lp__links .item {
    text-align: center; }
    @media (min-width: 768px) {
      .lp__links .item {
        width: 49%; } }
    .lp__links .item:not(:last-of-type) {
      margin: 0 0 16px; }
      @media (min-width: 768px) {
        .lp__links .item:not(:last-of-type) {
          margin-bottom: 0; } }

.modal-item {
  display: none; }

.modal-2__list {
  margin-bottom: 24px; }
  .modal-2__list .item {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media (min-width: 768px) {
      .modal-2__list .item {
        padding-left: 70px;
        padding-right: 70px; } }
    .modal-2__list .item:not(:last-of-type) {
      padding-bottom: 16px;
      margin-bottom: 28px;
      border-bottom: 1px solid #bab5ab; }
      .modal-2__list .item:not(:last-of-type)::after {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        border: 8px solid transparent;
        border-top: 10px solid #bab5ab;
        content: ""; }
    .modal-2__list .item .inner {
      width: 74%; }
      @media (min-width: 768px) {
        .modal-2__list .item .inner {
          width: calc(100% - 68px); } }
    .modal-2__list .item .ttl {
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin-bottom: 14px; }
      .modal-2__list .item .ttl__txt {
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.03em; }
    .modal-2__list .item .step {
      padding-right: 10px;
      margin-right: 10px;
      border-right: 1px solid #bab5ab;
      font-size: 12px;
      font-weight: 600;
      line-height: 1;
      letter-spacing: 0.15em;
      color: #cc0066;
      font-family: 'Montserrat', sans-serif; }
      .modal-2__list .item .step span {
        margin-left: 6px;
        font-size: 24px;
        vertical-align: middle; }
    .modal-2__list .item .img {
      width: 26%;
      text-align: center; }
      @media (min-width: 768px) {
        .modal-2__list .item .img {
          width: 68px; } }
    .modal-2__list .item p {
      line-height: 22px; }

@media (min-width: 768px) {
  .modal-4__inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

@media (min-width: 768px) {
  .modal-4__inner > p {
    width: 50%;
    padding-top: 24px; } }

@media (min-width: 768px) {
  .modal-4__inner .wrap {
    width: 45%; } }

.modal-4__img {
  margin: 24px 0; }

.modaal-inner-wrapper {
  padding-top: 32px !important;
  padding-bottom: 0 !important; }

.modaal-container {
  background: inherit !important; }
  @media (min-width: 768px) {
    .modaal-container {
      max-width: 714px !important; } }

.modaal-content-container {
  max-height: calc(100vh - 32px - 32px) !important;
  padding: 24px !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: auto; }
  @media (min-width: 768px) {
    .modaal-content-container {
      padding: 32px !important; } }
  .modaal-content-container p {
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0.03em; }
    .modaal-content-container p:not(:last-of-type) {
      margin: 0 0 16px; }
  .modaal-content-container .txt--small {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.03em; }
  .page-ac-lp .modaal-content-container .txt--small {
    font-size: 14px;}
  .modaal-content-container .txt--bold {
    font-weight: bold; }
  .modaal-content-container .ttl {
    font-size: 22px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0.03em; }

.modaal-close {
  position: absolute !important;
  top: -8px !important;
  right: 0 !important;
  transform: translateY(-100%) !important;
  width: 24px !important;
  height: 24px !important;
  background: #d5d5d5 !important; }
  .modaal-close:before, .modaal-close:after {
    top: 6px !important;
    left: 11px !important;
    width: 2px !important;
    height: 12px !important;
    background: #333333 !important; }

.modaal-overlay {
  z-index: 8000 !important; }

.acc-contents {
  display: none;
  height: 0;
  padding: 0 24px;
  margin: 2px auto 0;
  border-radius: 4px;
  background-color: #ffffff;
  opacity: 0;
  transition: height 0.4s, padding 0.4s, opacity 0.4s; }
  @media (min-width: 768px) {
    .acc-contents {
      max-width: 560px; } }
  .acc-contents.is-active {
    display: block;
    height: auto;
    padding-top: 24px;
    padding-bottom: 24px;
    opacity: 1; }
  @media (min-width: 768px) {
    .acc-contents .list {
      display: flex;
      justify-content: space-between;
      align-items: stretch;
      flex-wrap: wrap; } }
  @media (min-width: 768px) {
    .acc-contents .item {
      width: calc((100% - 32px) / 3) !important; } }
  .acc-contents .btn {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 16px;
    z-index: 1; }
    @media (min-width: 768px) {
      .acc-contents .btn:nth-of-type(4), .acc-contents .btn:nth-of-type(5) {
        margin-bottom: 0; } }
  .acc-contents .etc {
    position: relative;
    display: block;
    padding: 0 24px 16px 0;
    margin: 24px 0 0;
    border-bottom: 1px solid #333333;
    font-weight: bold;
    line-height: 1;
    color: #333333;
    text-decoration: none; }
    @media (min-width: 768px) {
      .acc-contents .etc {
        margin-top: 0;
        line-height: 20px; } }
    .acc-contents .etc::after {
      position: absolute;
      top: 0;
      right: 16px;
      display: block;
      width: 8px;
      height: 16px;
      background-size: 100% 100%;
      background-image: url(../img/ac-link-arrow@2x.png);
      background-repeat: no-repeat;
      transition: right 0.2s ease-out;
      content: ""; }
      @media (min-width: 768px) {
        .acc-contents .etc::after {
          top: 10px;
          right: 8px; } }
    .acc-contents .etc:hover {
      color: #333333; }
      @media (min-width: 768px) {
        .acc-contents .etc:hover {
          opacity: 1; } }
      @media (min-width: 768px) {
        .acc-contents .etc:hover::after {
          right: 0; } }
    .acc-contents .etc:visited {
      color: #333333; }

.page-ac-interview .interview__mv {
  margin: 0 0 40px; }
  .page-ac-interview .interview__mv img {
    width: 100%;
    max-width: 684px;
    display: block;
    margin-left: auto;
    margin-right: auto; }

.page-ac-interview .characters {
  margin: 40px 0 0; }
  .page-ac-interview .characters .link {
    margin: 40px 0 0;
    text-align: center; }

.page-ac-interview .article .icon-wrap .txts {
  width: 100%;
  padding-left: 0; }

.page-ac-top .container {
  min-width: 100%;
  width: inherit;
  margin: 0 auto; }

.page-ac-top .risk .container, .page-ac-top .links .container {
  min-width: 88%;
  width: calc(100% - 24px - 24px);
  margin: 0 auto; }
  @media (min-width: 768px) {
    .page-ac-top .risk .container, .page-ac-top .links .container {
      min-width: auto;
      max-width: 672px; } }
  @media (min-width: 1200px) {
    .page-ac-top .risk .container, .page-ac-top .links .container {
      max-width: 1080px; } }

.article-navigation {
  padding: 48px 40px 0; }
  .article-navigation__inner {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    justify-content: space-between;
    display: flex; }
    .article-navigation__inner .nav-button {
      width: 84px;
      padding: 7px 20px;
      background-repeat: no-repeat;
      background-color: #ffffff;
      color: #333333;
      font-size: 14px;
      text-decoration: none;
      border-radius: 4px;
      text-align: center; }
    .article-navigation__inner #prev-article.nav-button {
      padding: 10px 10px 10px 20px;
      background-position: 14% center;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzMzMzt9LmJ7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg0OTYgLTMxNykgcm90YXRlKDkwKSI+PHBhdGggY2xhc3M9ImEiIGQ9Ik0xLjMsMCwwLDEuMTkxLDMuNDkzLDUsMCw4LjgwOSwxLjMsMTAsNS44ODUsNVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMyNyA0OTApIHJvdGF0ZSg5MCkiLz48cmVjdCBjbGFzcz0iYiIgd2lkdGg9IjEwIiBoZWlnaHQ9IjYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxNyA0OTApIi8+PC9nPjwvc3ZnPg=="); }
      .article-navigation__inner #prev-article.nav-button.button-disabled {
        pointer-events: none;
        opacity: 0.6;
        color: #ffffff;
        background-color: #E8E3D9;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljg4NiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDUuODg2IDEwIj48cGF0aCBkPSJNMS4zLDEwLDAsOC44MDksMy40OTMsNSwwLDEuMTkxLDEuMywwLDUuODg2LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1Ljg4NiAxMCkgcm90YXRlKDE4MCkiIGZpbGw9IiNmZmYiLz48L3N2Zz4="); }
    .article-navigation__inner #next-article.nav-button {
      padding: 10px 20px 10px 10px;
      background-position: 86% center;
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiB2aWV3Qm94PSIwIDAgNiAxMCI+PGRlZnM+PHN0eWxlPi5he2ZpbGw6IzMzMzt9LmJ7ZmlsbDpub25lO308L3N0eWxlPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNDkwIDMyNykgcm90YXRlKC05MCkiPjxwYXRoIGNsYXNzPSJhIiBkPSJNMS4zLDAsMCwxLjE5MSwzLjQ5Myw1LDAsOC44MDksMS4zLDEwLDUuODg1LDVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMjcgNDkwKSByb3RhdGUoOTApIi8+PHJlY3QgY2xhc3M9ImIiIHdpZHRoPSIxMCIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMTcgNDkwKSIvPjwvZz48L3N2Zz4="); }
      .article-navigation__inner #next-article.nav-button.button-disabled {
        pointer-events: none;
        opacity: 0.6;
        color: #ffffff;
        background-color: #E8E3D9;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1Ljg4NiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDUuODg2IDEwIj48cGF0aCBkPSJNMS4zLDEwLDAsOC44MDksMy40OTMsNSwwLDEuMTkxLDEuMywwLDUuODg2LDVaIiBmaWxsPSIjZmZmIi8+PC9zdmc+"); }


        /* 20250905_add */
        .item-list__item-img{
          overflow: hidden;
        }
        .contents__item a:visited{
          color: #ffffff;
        }
        .contents__item__4 a:visited{
          color: #333333;
        }

/* 調整クラス */
.txt-sp12-pc14 {
  font-size: 12px !important;
}

.txt-sp13-pc14 {
  font-size: 13px !important;
}

.txt-sp12-pc13 {
  font-size: 12px !important;
}

.txt-12 {
  font-size: 12px !important;
}

.txt-14 {
  font-size: 14px !important;
}
.uniq-txt {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
}
.uniq-txt-2 {
  font-size: 12px !important;
  line-height: 20px !important;
}
@media (min-width: 768px) {
  .txt-sp12-pc14 {
    font-size: 14px !important;
  }
  .txt-sp13-pc14 {
    font-size: 14px !important;
  }
  .txt-sp12-pc13 {
    font-size: 13px !important;
  }
  .uniq-h3 {
    font-size: 22px !important;
  }
  .uniq-txt {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 32px;
  }
}