@charset "UTF-8";
@import url("global.css");
.block {
  position: relative;
  z-index: 0; }
  .block .image {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 45%; }
  .block .wrapper {
    display: flex;
    align-items: center; }
    .block .wrapper::after {
      content: "";
      width: 0;
      height: 560px; }
  .block .main {
    width: 50%;
    padding: 50px 0; }
  .block .catch {
    font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 40px;
    margin-right: -50px; }
  .block p:not([class]) {
    line-height: 2; }
  .block ul.point {
    margin: 40px 0; }
    .block ul.point li {
      line-height: 1.5;
      margin: 10px 0;
      padding-left: 18px;
      text-indent: -18px;
      font-weight: 700; }
      .block ul.point li::before {
        content: "";
        width: 8px;
        height: 8px;
        background-color: #C5A05A;
        border-radius: 50%;
        margin-right: 10px;
        vertical-align: 2px;
        display: inline-block;
        text-indent: 0; }
  .block:nth-of-type(1) {
    /*margin-bottom: -40px;*/ }
    .block:nth-of-type(1) .main {
      margin-bottom: 40px; }
    .block:nth-of-type(1) .image {
      right: 0; }
  .block:nth-of-type(2) {
    margin-top: -40px; }
    .block:nth-of-type(2) .wrapper {
      justify-content: flex-end; }
    .block:nth-of-type(2) .main {
      margin-top: 40px; }
    .block:nth-of-type(2) .image {
      left: 0; }

.btn_to_form {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  z-index: 1; }
  .btn_to_form a {
    display: block;
    border-radius: 10px;
    background-color: #fff;
    text-align: center;
    padding: 35px 0 30px; }
    .btn_to_form a .text {
      display: block;
      font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 20px;
      line-height: 1;
      margin-bottom: 15px; }
    .btn_to_form a .arrow {
      height: 48px;
      width: 48px;
      margin: 0 auto;
      border-radius: 100%;
      border: #575757 1px solid;
      font-size: 18px;
      overflow: hidden;
      display: flex;
      flex-flow: column;
      flex-shrink: 0;
      align-items: center;
      justify-content: center; }
      .btn_to_form a .arrow i {
        animation: scrollDown 1.5s ease infinite; }

@keyframes scrollDown {
  0% {
    transform: translateY(-15px);
    opacity: 0; }
  50% {
    transform: translateY(0px);
    opacity: 1; }
  100% {
    transform: translateY(15px);
    opacity: 0; } }
.online {
  border: #e7e7e7 2px solid;
  border-radius: 10px;
  margin: 120px 0 100px;
  padding: 1px 60px 50px;
  text-align: center; }
  .online .h {
    text-align: center;
    line-height: 1;
    margin: -23px 0 25px; }
    .online .h span {
      display: inline-block;
      background-color: #fff;
      padding: 0 20px;
      font-size: 38px;
      font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .online .catch {
    font-size: 18px;
    font-weight: 700; }
    .online .catch span {
      padding-top: 5px;
      display: block;
      font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500;
      font-size: 28px; }
  .online .title {
    background-color: #f3f3f3;
    border-radius: 3px;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    margin: 40px 0 20px; }
  .online .zoom .sub {
    font-size: 18px; }
  .online .zoom .link {
    margin: 20px 0; }
  .online .zoom a {
    text-decoration: underline;
    padding: 0 2px; }
  .online .zoom .text {
    display: inline-block;
    text-align: left;
    font-size: 14px; }
  .online .flow ol {
    display: flex;
    margin: 30px -40px 45px; }
    .online .flow ol li {
      width: 33.3333333333%;
      flex-shrink: 0;
      box-sizing: border-box;
      padding: 0 40px;
      position: relative; }
      .online .flow ol li .step {
        font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
        font-size: 38px;
        margin-bottom: 10px;
        line-height: 55px; }
        .online .flow ol li .step span {
          display: inline-block;
          width: 60px;
          height: 60px;
          color: #fff;
          font-size: 44px;
          border-radius: 50%;
          background-color: #2d2d2d;
          margin-left: 10px;
          letter-spacing: 0; }
      .online .flow ol li dt {
        font-weight: 700;
        margin-bottom: 15px; }
      .online .flow ol li dd {
        text-align: justify;
        font-size: 14px;
        line-height: 1.5; }
      .online .flow ol li::before {
        content: "\f054";
        font-size: 32px;
        font-weight: 900;
        font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
        color: #8f8f8f;
        position: absolute;
        width: 32px;
        height: 32px;
        top: 20px;
        right: -16px; }
      .online .flow ol li:last-of-type::before {
        display: none; }
  .online .smartphone {
    background-color: #f3f3f3;
    border-radius: 5px;
    padding: 40px; }
    .online .smartphone dt {
      font-weight: 700;
      margin-bottom: 10px; }
    .online .smartphone ul.button {
      margin-top: 20px;
      display: flex;
      justify-content: center; }
      .online .smartphone ul.button li {
        max-width: 440px;
        width: 50%;
        margin: 0 20px; }
        .online .smartphone ul.button li a {
          display: block;
          background-color: #2d2d2d;
          color: #fff;
          padding: 20px 0;
          border-radius: 5px;
          line-height: 1.4; }
          .online .smartphone ul.button li a span {
            display: block;
            font-weight: 700;
            font-size: 18px; }
            .online .smartphone ul.button li a span::before, .online .smartphone ul.button li a span::after {
              content: "";
              display: inline-block;
              margin: 0 10px;
              height: 1px;
              width: 20px;
              background-color: #fff;
              vertical-align: 5px;
              opacity: .5; }
  .online ul.notice {
    margin-top: 20px;
    display: inline-block;
    text-align: left; }
    .online ul.notice li {
      line-height: 1.5;
      margin: 5px 0;
      font-size: 14px;
      padding-left: 16px;
      text-indent: -16px; }
      .online ul.notice li::before {
        content: "※";
        display: inline-block;
        margin-right: 2px;
        text-indent: 0; }

.sectitle {
  text-align: center;
  margin-bottom: 40px;
  line-height: 1.6; }
  .sectitle span {
    display: block; }
    .sectitle span.jp {
      font-size: 28px;
      font-family: 'Zen Old Mincho', "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 500; }
    .sectitle span.en {
      font-family: "EB Garamond", "Zen Old Mincho", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      color: #8f8f8f; }

.tel_block {
  margin: 80px 0; }

/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 (1300px)

------------------------------------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 960px )

------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  .block .wrapper::after {
    height: 400px; }
  .block .catch {
    font-size: 20px;
    margin-right: 0; }
  .block p:not([class]) {
    line-height: inherit; }
    .block p:not([class]) br {
      display: none; }
  .block ul.point {
    margin: 30px 0; }
  .block:nth-of-type(1) {
    margin-bottom: 40px; }
    .block:nth-of-type(1) .main {
      margin-bottom: 0; }
  .block:nth-of-type(2) {
    margin-top: 0; }
    .block:nth-of-type(2) .main {
      margin-top: 0; }

  .online {
    margin: 80px 0;
    padding: 1px 30px 40px; }
    .online .h {
      margin: -18px 0 25px; }
      .online .h span {
        font-size: 32px; }
    .online .catch {
      font-size: 16px; }
      .online .catch span {
        font-size: 26px; }
    .online .flow ol {
      margin: 30px -20px 45px; }
      .online .flow ol li {
        padding: 0 20px; }
        .online .flow ol li .step {
          text-align: center;
          font-size: 32px; }
          .online .flow ol li .step span {
            display: block;
            margin: -10px auto 0; }
        .online .flow ol li dd {
          letter-spacing: 0; }
        .online .flow ol li::before {
          top: 50px; }
    .online .smartphone {
      padding: 30px 10px; }
      .online .smartphone ul.button li {
        margin: 0 10px; }
    .online ul.notice li {
      font-size: 13px;
      padding-left: 15px;
      text-indent: -15px; }

  .tel_block {
    margin: 60px 0; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  .block .image {
    position: static;
    width: auto;
    margin: 0 5vw !important;
    aspect-ratio: 3 / 2; }
  .block .wrapper {
    display: block; }
    .block .wrapper::after {
      display: none; }
  .block .main {
    width: auto;
    padding: 0;
    margin-bottom: 30px !important; }
  .block .catch {
    font-size: 17px;
    margin-bottom: 20px; }
  .block ul.point {
    margin: 0 0 20px;
    display: inline-block;
    text-align: left; }
    .block ul.point li {
      margin: 5px 0; }
      .block ul.point li::before {
        vertical-align: 1px; }
  .block:nth-of-type(2) .main {
    text-align: center; }
    .block:nth-of-type(2) .main p {
      text-align: left; }

  .btn_to_form a {
    padding: 30px 0; }
    .btn_to_form a .text {
      font-size: 18px;
      margin-bottom: 10px; }

  .online {
    margin: 60px 0;
    padding: 1px 5vw 30px; }
    .online .h {
      margin: -15px 0 15px; }
      .online .h span {
        padding: 0 20px;
        font-size: 26px; }
    .online .catch {
      font-size: 14px; }
      .online .catch span {
        padding-top: 0;
        font-size: 20px; }
    .online .title {
      font-size: 16px;
      padding: 10px;
      margin: 30px -10px 20px; }
    .online .zoom .sub {
      font-size: inherit; }
    .online .zoom .link {
      margin: 20px auto;
      width: 100px; }
    .online .zoom .text {
      font-size: 13px; }
    .online .flow ol {
      display: block;
      margin: 20px 0 30px; }
      .online .flow ol li {
        width: auto;
        padding: 0 0 40px; }
        .online .flow ol li .step {
          font-size: 28px;
          line-height: 40px;
          margin-bottom: 5px; }
          .online .flow ol li .step span {
            display: inline-block;
            margin: 0 0 0 10px;
            width: 48px;
            height: 48px;
            line-height: 46px;
            font-size: 36px; }
        .online .flow ol li dt {
          margin-bottom: 5px; }
        .online .flow ol li dd {
          font-size: 13px; }
        .online .flow ol li::before {
          font-size: 26px;
          width: 26px;
          height: 26px;
          top: auto;
          bottom: 5px;
          right: 50%;
          margin-right: -13px;
          transform: rotate(90deg); }
        .online .flow ol li:last-of-type {
          padding-bottom: 0; }
    .online .smartphone {
      padding: 20px 10px; }
      .online .smartphone ul.button {
        margin-top: 0;
        display: block; }
        .online .smartphone ul.button li {
          width: auto;
          margin: 12px 0 0; }
          .online .smartphone ul.button li a {
            padding: 15px 0; }
            .online .smartphone ul.button li a span {
              font-size: 16px; }
    .online ul.notice {
      margin-top: 10px; }

  .sectitle {
    margin-bottom: 20px; }
    .sectitle span.jp {
      font-size: 21px; }

  .tel_block {
    margin: 0; } }
