@import url("https://fonts.googleapis.com/css2?family=Radley:ital@0;1&display=swap");
.container-inner {
  background: none !important; }
  .container-inner .section-content {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 5rem;
    margin-bottom: 4rem;
    overflow: hidden; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-inner .section-content {
    flex-direction: column;
    padding: 2rem;
    margin-bottom: 2rem; } }

    .container-inner .section-content:before {
      content: "";
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      background-color: #fff; }
    .container-inner .section-content_bg {
      position: absolute;
      left: -10%;
      top: -10%;
      z-index: -1;
      opacity: 0.2;
      width: 120%;
      height: 120%;
      background-repeat: no-repeat;
      background-size: cover;
      -ms-filter: blur(1rem);
      filter: blur(1rem);
      display: none; }
    .container-inner .section-content_ttl {
      width: 100%;
      font-size: 1.5rem;
      line-height: 1.3;
      letter-spacing: .1rem;
      text-align: center;
      font-family: "Noto Serif JP", serif; }
      .container-inner .section-content_ttl span {
        font-size: 1.2rem; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-content_ttl {
          font-size: 1.2rem;
          padding-bottom: .2rem; }
          .container-inner .section-content_ttl span {
            font-size: .9rem;
            display: block; } }
    .container-inner .section-content_en {
      width: 100%;
      font-size: 5rem;
      line-height: 1;
      font-weight: 700;
      font-family: "Radley", serif;
      text-align: center;
      padding-bottom: 3rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-inner .section-content_en {
    font-size: 3.2rem;
    padding-bottom: 1.5rem; } }

    .container-inner .section-content_btn a {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      height: 4.5rem;
      max-width: 36rem;
      margin: 0 auto;
      font-weight: 700;
      border-radius: 5rem;
      background: #000;
      border: 1px solid #000;
      line-height: 1.2;
      font-size: 1.3rem;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-content_btn a {
          max-width: 24rem;
          height: 3.6rem;
          font-size: 1.3rem; } }
      .container-inner .section-content_btn a small {
        font-size: 1rem;
        font-weight: 400;
        letter-spacing: .1rem; }
      .container-inner .section-content_btn a.soon {
        pointer-events: none;
        opacity: 0.3; }
      .container-inner .section-content_btn a:hover {
        background: none;
        color: #000; }
    .container-inner .section-content_wrap {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        .container-inner .section-content_wrap {
          width: 100%; } }
      .container-inner .section-content_wrap p {
        font-size: 1.3rem;
        line-height: 2;
        padding-bottom: 1.5em;
        letter-spacing: .1rem; }
        @media only screen and (max-width: 767px) {
          .container-inner .section-content_wrap p {
            font-size: 1.1rem;
            padding-bottom: 1em; } }
        .container-inner .section-content_wrap p small {
          font-size: 1.2rem; }
          @media only screen and (max-width: 767px) {
            .container-inner .section-content_wrap p small {
              font-size: 1rem; } }
        .container-inner .section-content_wrap p strong {
          font-size: 2.4rem;
          display: inline-block;
          line-height: 1.3;
          font-family: "Noto Serif JP", serif;
          font-weight: 700; }
          @media only screen and (max-width: 767px) {
            .container-inner .section-content_wrap p strong {
              font-size: 1.6rem; } }
    .container-inner .section-content_fig {
      width: 45%;
      margin: 0 5% 0 0;
      text-align: center;
      position: relative;
      z-index: 1; }
      .container-inner .section-content_fig:after {
        content: "";
        width: 100%;
        height: 100%;
        z-index: 2;
        border: 1px solid #000;
        box-sizing: border-box;
        position: absolute;
        left: .5rem;
        top: .5rem; }
@media only screen and (max-width: 1024px) and (max-width: 767px) {
  .container-inner .section-content_fig {
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 0; } }

      .container-inner .section-content_fig img {
        width: 100%;
        max-width: 124rem; }
