@charset "UTF-8";
@import url("global.css");
#pagetitle_full {
  width: 100%;
  height: 670px; }
  #pagetitle_full #pagetitle {
    height: 670px;
    color: #fff;
    margin-bottom: 0; }
    #pagetitle_full #pagetitle .title .ja {
      color: #fff; }
    #pagetitle_full #pagetitle #breadcrumbs {
      bottom: 40px; }
      #pagetitle_full #pagetitle #breadcrumbs a, #pagetitle_full #pagetitle #breadcrumbs strong {
        color: #fff; }
  #pagetitle_full .topimage {
    width: 100%;
    height: 670px; }
    #pagetitle_full .topimage::after {
      content: "";
      width: 100%;
      height: 100%;
      background: rgba(34, 34, 34, 0.3);
      position: absolute;
      left: 0;
      top: 0; }

.marker {
  background: linear-gradient(transparent 60%, rgba(220, 162, 46, 0.3) 60%); }

.f_inner {
  display: flex;
  justify-content: space-between; }

.sec_intro {
  position: relative;
  padding-bottom: 100px;
  overflow: hidden; }
  .sec_intro::before {
    content: "";
    width: 50%;
    height: 100%;
    background: #F1F1F1;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1; }
  .sec_intro .sec_intro_block {
    width: 50%;
    box-sizing: border-box;
    position: relative; }
    .sec_intro .sec_intro_block .catch {
      margin-bottom: 40px;
      font-size: clamp(17px, 3.3vw, 28px);
      font-weight: 600; }
    .sec_intro .sec_intro_block ul li {
      line-height: 1.45;
      margin-bottom: 20px;
      position: relative;
      padding-left: 40px;
      font-weight: 600; }
      .sec_intro .sec_intro_block ul li::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0; }
    .sec_intro .sec_intro_block.block01 {
      padding: 80px 80px 80px 0; }
      .sec_intro .sec_intro_block.block01::after {
        content: "";
        width: 0;
        height: 0;
        border: 30px solid transparent;
        border-left: 40px solid #B4975A;
        position: absolute;
        top: 50%;
        right: -50px;
        transform: translateY(-50%); }
      .sec_intro .sec_intro_block.block01 .catch {
        color: #6B6B6B; }
      .sec_intro .sec_intro_block.block01 ul li {
        font-size: clamp(14px, 2.5vw, 20px); }
        .sec_intro .sec_intro_block.block01 ul li::before {
          width: 28px;
          height: 28px;
          background: url("../img/beginner/icon_comment.svg") no-repeat center center;
          background-size: contain;
          top: 3px; }
      .sec_intro .sec_intro_block.block01 .illust_user {
        width: 220px;
        position: absolute;
        right: 2vw;
        bottom: 0; }
    .sec_intro .sec_intro_block.block02 {
      padding: 80px 0 80px 80px; }
      .sec_intro .sec_intro_block.block02 ul li {
        font-size: clamp(15px, 2.6vw, 22px); }
        .sec_intro .sec_intro_block.block02 ul li::before {
          width: 24px;
          height: 24px;
          background: url("../img/beginner/icon_check.svg") no-repeat center center;
          background-size: contain;
          top: 6px; }
  .sec_intro .illust_sales {
    width: 280px;
    position: absolute;
    right: 6vw;
    bottom: 0; }
  .sec_intro .em_text {
    width: fit-content;
    margin-inline: auto;
    text-align: center;
    background: #fff;
    padding: 30px 40px;
    filter: drop-shadow(2px 2px 15px rgba(0, 0, 0, 0.3));
    color: #132240;
    font-size: clamp(15px, 2.4vw, 26px);
    font-weight: 600; }

.sec_stepnavi {
  background: rgba(210, 200, 185, 0.4);
  padding-block: 80px; }
  .sec_stepnavi .sec_title {
    text-align: center;
    color: #B4975A;
    margin-bottom: 70px;
    font-size: clamp(22px, 3.6vw, 34px);
    font-weight: 600;
    font-family: "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
  .sec_stepnavi ol {
    display: flex;
    align-items: stretch;
    justify-content: space-around; }
    .sec_stepnavi ol li {
      position: relative; }
      .sec_stepnavi ol li::before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: -50px;
        top: 100px;
        border: 10px solid transparent;
        border-left: 15px solid #132240; }
      .sec_stepnavi ol li:last-of-type::before {
        right: auto;
        top: auto;
        border: none;
        border-left: none; }
      .sec_stepnavi ol li a {
        height: 100%;
        box-sizing: border-box;
        border: 1px solid #132240;
        padding: 0 10px 30px;
        display: block;
        border-radius: 3px;
        background: #fff; }
      .sec_stepnavi ol li .inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .sec_stepnavi ol li .inner .num {
          margin-block: -20px 20px;
          line-height: 1.1;
          text-align: center;
          color: #fff;
          background: #132240;
          padding: 5px;
          border-radius: 3px;
          font-size: 15px;
          font-weight: 600;
          font-family: "Roboto", "Noto Sans JP", sans-serif; }
          .sec_stepnavi ol li .inner .num span {
            display: block;
            font-size: clamp(14px, 2.3vw, 20px); }
        .sec_stepnavi ol li .inner .text {
          -webkit-writing-mode: vertical-rl;
          -moz-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          white-space: nowrap;
          line-height: 1.4;
          letter-spacing: .1em;
          display: inline-block;
          color: #132240;
          font-size: clamp(14px, 2.3vw, 20px);
          font-weight: 600; }

.sec_step {
  padding-block: 80px;
  border-bottom: 1px solid #aeaeae; }
  .sec_step:last-of-type {
    border-bottom: none; }
  .sec_step .mb {
    margin-bottom: 40px; }
  .sec_step .inner {
    display: flex;
    justify-content: space-between; }
  .sec_step .head-area {
    width: 500px;
    padding-right: 80px;
    box-sizing: border-box; }
  .sec_step .headarea_inner {
    position: sticky;
    top: 120px; }
    .sec_step .headarea_inner .headarea_title {
      margin-bottom: 30px;
      color: #132240;
      font-size: clamp(22px, 3.6vw, 30px);
      font-weight: 600; }
      .sec_step .headarea_inner .headarea_title span {
        display: block;
        width: 100px;
        box-sizing: border-box;
        background: #132240;
        text-align: center;
        color: #fff;
        padding: 5px 10px;
        border-radius: 3px;
        line-height: 1.2;
        margin-right: 10px;
        font-size: clamp(16px, 2.6vw, 24px);
        font-weight: 600; }
  .sec_step .main-area {
    flex: 1; }
    .sec_step .main-area > figure {
      margin-top: 20px; }
    .sec_step .main-area > .f_inner figure {
      width: 35%; }
    .sec_step .main-area > .f_inner .text_area {
      flex: 1;
      padding-right: 50px; }
  .sec_step .mainarea_title {
    line-height: 1.45;
    margin-bottom: 20px;
    position: relative;
    padding-left: 30px;
    color: #132240;
    font-size: clamp(16px, 2.9vw, 24px);
    font-weight: 600; }
    .sec_step .mainarea_title::before {
      content: "";
      width: 10px;
      height: 10px;
      background: #132240;
      border-radius: 50%;
      position: absolute;
      left: 0;
      top: 12px; }
  .sec_step .mainarea_list {
    margin-top: 20px; }
    .sec_step .mainarea_list li {
      position: relative;
      line-height: 1.4;
      margin-bottom: 10px;
      padding-left: 15px; }
      .sec_step .mainarea_list li:last-of-type {
        margin-bottom: 0; }
      .sec_step .mainarea_list li::before {
        content: "";
        width: 5px;
        height: 5px;
        background: #132240;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 10px; }
  .sec_step .faq_block {
    background: #F1F1F1;
    border: #dcdcdc;
    padding: 20px;
    margin-block: 30px 40px; }
    .sec_step .faq_block .faqblock_title {
      background: #fff;
      padding: 12px 20px;
      margin-bottom: 20px;
      font-size: clamp(15px, 2.4vw, 18px);
      font-weight: 600; }
    .sec_step .faq_block dl {
      margin-bottom: 15px;
      padding: 0 10px 15px;
      border-bottom: 1px dotted #aeaeae; }
      .sec_step .faq_block dl:last-of-type {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .sec_step .faq_block dl dt {
        position: relative;
        padding-left: 25px;
        margin-bottom: 6px;
        color: #132240;
        font-size: 105%;
        font-weight: 600; }
        .sec_step .faq_block dl dt::before {
          content: "Q.";
          position: absolute;
          left: 0;
          top: 0;
          font-size: 18px;
          font-weight: 600;
          font-family: "Roboto", "Noto Sans JP", sans-serif; }
      .sec_step .faq_block dl dd {
        position: relative;
        padding-left: 25px; }
        .sec_step .faq_block dl dd::before {
          content: "A.";
          position: absolute;
          left: 0;
          top: 0;
          font-size: 18px;
          font-weight: 600;
          font-family: "Roboto", "Noto Sans JP", sans-serif; }
    .sec_step .faq_block .morebtn a {
      background: #fff; }
  .sec_step .bg_block {
    background: rgba(210, 200, 185, 0.5);
    padding: 40px;
    margin-block: 30px 40px; }
    .sec_step .bg_block .bgblock_title {
      width: fit-content;
      color: #B4975A;
      margin-bottom: 20px;
      border-bottom: 1px solid #B4975A;
      padding: 0 10px 3px;
      font-size: clamp(15px, 2.4vw, 18px);
      font-weight: 600; }
    .sec_step .bg_block dl {
      margin-top: 20px; }
      .sec_step .bg_block dl dt {
        font-size: 110%;
        font-weight: 600; }
    .sec_step .bg_block .morebtn a {
      background: #fff; }
    .sec_step .bg_block .f_inner figure {
      width: 30%;
      margin-top: 0; }
    .sec_step .bg_block .f_inner .text_area {
      flex: 1;
      padding-right: 30px; }
  .sec_step .morebtn {
    width: fit-content;
    min-width: 350px;
    margin: 20px 0 0 auto; }
    .sec_step .morebtn a {
      background: rgba(210, 200, 185, 0.4);
      display: block;
      padding: 8px 30px 8px 20px;
      position: relative;
      border-bottom: 1px solid #B4975A;
      letter-spacing: 0.05em;
      text-align: left;
      font-size: 90%; }
      .sec_step .morebtn a::after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        right: 10px;
        top: 50%;
        border: 4px solid transparent;
        border-left: 6px solid #B4975A;
        transform: translateY(-50%); }
  .sec_step .banner_area {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 20px; }
    .sec_step .banner_area .banner {
      width: 50%; }
      .sec_step .banner_area .banner a {
        display: flex;
        height: 125px;
        border-radius: 5px;
        overflow: hidden; }
        .sec_step .banner_area .banner a figure {
          width: 50%;
          height: 100%; }
        .sec_step .banner_area .banner a .text_area {
          width: 50%;
          padding: 15px;
          box-sizing: border-box;
          background: #132240;
          color: #fff;
          display: flex;
          align-items: center;
          position: relative; }
          .sec_step .banner_area .banner a .text_area p .sub {
            display: block;
            font-size: 85%; }
          .sec_step .banner_area .banner a .text_area::after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            right: 10px;
            bottom: 10px;
            border: 4px solid transparent;
            border-left: 6px solid #fff; }
        .sec_step .banner_area .banner a.outlink .text_area::after {
          content: "\f08e";
          width: 14px;
          height: 14px;
          line-height: 1;
          font-size: 14px;
          font-family: "Font Awesome 6 free", "Font Awesome 6 Brands";
          font-weight: 900;
          color: #fff;
          position: absolute;
          right: 12px;
          bottom: 12px;
          border: none; }

#sec_step06 .main-area .list_case {
  margin-block: 40px; }
  #sec_step06 .main-area .list_case li {
    margin-bottom: 30px; }
    #sec_step06 .main-area .list_case li figure {
      width: 30%; }
    #sec_step06 .main-area .list_case li .text_area {
      flex: 1;
      padding-left: 30px; }
      #sec_step06 .main-area .list_case li .text_area .num {
        color: #132240;
        line-height: 1.2;
        font-weight: 600;
        font-family: "Roboto", "Noto Sans JP", sans-serif; }
      #sec_step06 .main-area .list_case li .text_area .case_name {
        margin-bottom: 15px;
        font-size: clamp(14px, 2.5vw, 18px);
        font-weight: 600; }

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

 Responsive-Breakpoint ( 1600px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1600px) {
  .sec_intro .illust_sales {
    width: 250px;
    right: 2vw; }

  .sec_step .head-area {
    padding-right: 60px; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-1 ( 1300px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 1300px) {
  .sec_intro .sec_intro_block.block01 {
    padding: 80px 60px 80px 0; }
    .sec_intro .sec_intro_block.block01 .illust_user {
      width: 180px;
      right: 50%;
      margin-right: -90px; }
  .sec_intro .sec_intro_block.block02 {
    padding: 80px 0 80px 60px; }
  .sec_intro .illust_sales {
    width: 200px; }

  .sec_step .banner_area .banner a figure {
    width: 40%; }
  .sec_step .banner_area .banner a .text_area {
    width: 60%; }
    .sec_step .banner_area .banner a .text_area p .sub {
      font-size: 80%; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-2 ( 959px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 959px) {
  #pagetitle_full {
    height: 500px; }
    #pagetitle_full #pagetitle {
      height: 500px; }
    #pagetitle_full .topimage {
      height: 500px; }

  .sec_intro {
    padding-bottom: 130px; }
    .sec_intro::before {
      content: "";
      width: 0;
      height: 0;
      background: transparent; }
    .sec_intro .f_inner {
      display: block; }
    .sec_intro .sec_intro_block {
      width: 100%;
      padding-top: 50px !important; }
      .sec_intro .sec_intro_block.block01 {
        padding: 0 0 50px;
        position: relative; }
        .sec_intro .sec_intro_block.block01::before {
          content: "";
          width: calc(100% + 12vw);
          height: 100%;
          background: #F1F1F1;
          position: absolute;
          left: -6vw;
          top: 0;
          z-index: -1; }
        .sec_intro .sec_intro_block.block01::after {
          border: 30px solid transparent;
          border-left-color: transparent;
          border-top: 40px solid #B4975A;
          position: absolute;
          top: auto;
          bottom: -50px;
          right: auto;
          left: 50%;
          transform: translateX(-50%); }
        .sec_intro .sec_intro_block.block01 ul li::before {
          width: 22px;
          height: 22px; }
        .sec_intro .sec_intro_block.block01 .illust_user {
          width: 160px;
          right: 0;
          margin-right: 0; }
      .sec_intro .sec_intro_block.block02 {
        padding: 0 0 50px; }
        .sec_intro .sec_intro_block.block02 ul li::before {
          width: 20px;
          height: 20px;
          top: 4px; }
    .sec_intro .illust_sales {
      width: 180px; }

  .sec_stepnavi {
    padding-block: 60px; }
    .sec_stepnavi ol li::before {
      border: none;
      border-left: none; }
    .sec_stepnavi ol li a {
      padding: 0 5px 30px; }

  .sec_step {
    padding-block: 60px; }
    .sec_step .inner {
      display: block; }
    .sec_step .head-area {
      width: auto;
      padding-right: 0;
      margin-bottom: 40px; }
    .sec_step .headarea_inner {
      position: relative;
      top: auto; }
      .sec_step .headarea_inner .headarea_title {
        margin-bottom: 20px; }
    .sec_step .main-area > .f_inner figure {
      width: 35%; }
    .sec_step .main-area > .f_inner .text_area {
      padding-right: 30px; }
    .sec_step .main-area .mainarea_title {
      padding-left: 20px; }
    .sec_step .morebtn {
      min-width: initial;
      width: fit-content; } }
/* ------------------------------------------------------------------------------------------------------------------------

 Responsive-Breakpoint-3 ( 644px )
 
------------------------------------------------------------------------------------------------------------------------ */
@media only screen and (max-width: 644px) {
  #pagetitle_full {
    height: 300px; }
    #pagetitle_full #pagetitle {
      height: 300px; }
      #pagetitle_full #pagetitle #breadcrumbs {
        bottom: 10px; }
      #pagetitle_full #pagetitle p:not([class]) {
        font-size: 11px; }
        #pagetitle_full #pagetitle p:not([class]) br {
          display: none; }
    #pagetitle_full .topimage {
      height: 300px; }

  .f_inner {
    display: block; }

  .sec_intro {
    padding-bottom: 90px; }
    .sec_intro .sec_intro_block {
      padding-top: 30px !important; }
      .sec_intro .sec_intro_block .catch {
        margin-bottom: 20px; }
      .sec_intro .sec_intro_block ul li {
        padding-left: 25px; }
      .sec_intro .sec_intro_block.block01 {
        padding: 0 0 60px; }
        .sec_intro .sec_intro_block.block01::after {
          border-width: 20px;
          border-top-width: 30px;
          bottom: -35px; }
        .sec_intro .sec_intro_block.block01 ul li::before {
          width: 20px;
          height: 20px;
          top: 3px; }
        .sec_intro .sec_intro_block.block01 .illust_user {
          width: 100px;
          right: 0;
          margin-right: 0; }
      .sec_intro .sec_intro_block.block02 {
        padding: 0 0 30px; }
        .sec_intro .sec_intro_block.block02 ul li::before {
          width: 18px;
          height: 18px; }
    .sec_intro .illust_sales {
      width: 100px; }
    .sec_intro .em_text {
      padding: 10px 20px;
      text-align: left; }

  .sec_stepnavi {
    padding-block: 30px; }
    .sec_stepnavi .sec_title {
      margin-bottom: 20px; }
    .sec_stepnavi ol {
      display: block;
      width: 90%;
      margin-inline: auto; }
      .sec_stepnavi ol li {
        margin-bottom: 10px; }
        .sec_stepnavi ol li a {
          height: auto;
          padding: 5px 10px; }
        .sec_stepnavi ol li .inner {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: flex-start; }
          .sec_stepnavi ol li .inner .num {
            margin-block: 0;
            margin-inline: -20px 20px;
            font-size: 12px; }
          .sec_stepnavi ol li .inner .text {
            -webkit-writing-mode: horizontal-tb;
            -moz-writing-mode: horizontal-tb;
            -ms-writing-mode: tb-rl;
            writing-mode: horizontal-tb;
            white-space: normal;
            line-height: normal; }

  .sec_step {
    padding-block: 50px; }
    .sec_step .main-area > .f_inner figure {
      width: 100%;
      margin-block: 10px;
      aspect-ratio: 4 / 3; }
    .sec_step .main-area > .f_inner .text_area {
      padding-right: 0; }
    .sec_step .mainarea_title::before {
      top: 7px; }
    .sec_step .faq_block {
      padding: 10px; }
      .sec_step .faq_block dl {
        margin-bottom: 15px;
        padding: 0 10px 15px; }
        .sec_step .faq_block dl dt::before {
          font-size: 16px; }
        .sec_step .faq_block dl dd::before {
          font-size: 16px; }
    .sec_step .bg_block {
      padding: 20px; }
      .sec_step .bg_block .f_inner figure {
        width: 100%;
        margin-block: 10px;
        aspect-ratio: 4 / 3; }
      .sec_step .bg_block .f_inner .text_area {
        padding-right: 0; }
    .sec_step .banner_area {
      display: block;
      gap: 0; }
      .sec_step .banner_area .banner {
        width: 100%;
        margin-top: 15px; }
        .sec_step .banner_area .banner a {
          height: auto; }

  #sec_step06 .main-area .list_case li {
    margin-bottom: 20px;
    border: 1px solid #aeaeae;
    padding: 20px;
    border-radius: 10px;
    box-sizing: border-box; }
    #sec_step06 .main-area .list_case li figure {
      width: 100%;
      margin-bottom: 15px; }
    #sec_step06 .main-area .list_case li .text_area {
      padding-left: 0; } }
