@charset "UTF-8";
/* CSS Document */
/* 動きをずらす */
/* 文字サイズ */
/* line 2, sass/lp/_text.scss */
.txt_size5 {
  font-size: 5em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 480px) {
    /* line 2, sass/lp/_text.scss */
    .txt_size5 {
      font-size: 4em; } }

/* line 9, sass/lp/_text.scss */
.txt_size4 {
  font-size: 3em;
  line-height: 1.5em !important; }
  @media screen and (max-width: 480px) {
    /* line 9, sass/lp/_text.scss */
    .txt_size4 {
      font-size: 2em; } }

/* line 16, sass/lp/_text.scss */
.txt_size3 {
  font-size: 1.5em;
  line-height: 1.5em !important; }

/* line 20, sass/lp/_text.scss */
.txt_size2 {
  font-size: 1.25em;
  line-height: 1.5em !important; }

/* line 25, sass/lp/_text.scss */
.topctt p {
  padding-bottom: 1em; }
  /* line 27, sass/lp/_text.scss */
  .topctt p.txt_size5 {
    padding-bottom: 0.2em; }
  /* line 30, sass/lp/_text.scss */
  .topctt p.txt_size4 {
    padding-bottom: 0.75em; }
  /* line 33, sass/lp/_text.scss */
  .topctt p.txt_size3 {
    padding-bottom: 0.375em; }
  /* line 36, sass/lp/_text.scss */
  .topctt p.txt_size2 {
    padding-bottom: 0.3125em; }

/* 欧文フォント */
/* line 43, sass/lp/_text.scss */
.eg {
  font-family: semplicitapro,sans-serif;
  font-weight: 400;
  font-style: normal; }

/* 欧文+日本語混在フォント */
/* line 50, sass/lp/_text.scss */
.egjp {
  font-family: semplicitapro, 'Noto Sans Japanese', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif; }

/* 文字寄せ */
/* line 55, sass/lp/_text.scss */
.center {
  text-align: center; }

/* line 58, sass/lp/_text.scss */
.right {
  text-align: right; }

/* line 61, sass/lp/_text.scss */
.left {
  text-align: left; }

/* 見出し */
/* line 67, sass/lp/_text.scss */
.topctt h2, .topctt h3 {
  font-size: 1em;
  padding-bottom: 2em;
  padding-top: 4em; }
  /* line 71, sass/lp/_text.scss */
  .topctt h2:first-child, .topctt h3:first-child {
    padding-top: 0; }
  /* line 74, sass/lp/_text.scss */
  .topctt h2.topttl, .topctt h3.topttl {
    font-size: 2.5em; }
  /* line 77, sass/lp/_text.scss */
  .topctt h2 span, .topctt h3 span {
    display: block;
    line-height: 1.5em; }
/* line 84, sass/lp/_text.scss */
.topctt .innerbox h2:first-child, .topctt .innerbox h3:first-child {
  padding-top: 0; }

/* リストリセット */
/* line 3, sass/lp/_list.scss */
.topctt ul {
  list-style: none inside; }

/* 横並びテキスト+画像 */
/* line 3, sass/lp/_imgtxt.scss */
.topctt .imgtxt {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* overflow: hidden; */
  padding-top: 4em; }
  /* line 7, sass/lp/_imgtxt.scss */
  .topctt .imgtxt .txtbox {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media screen and (max-width: 700px) {
      /* line 7, sass/lp/_imgtxt.scss */
      .topctt .imgtxt .txtbox {
        padding-bottom: 2em; } }
    /* line 13, sass/lp/_imgtxt.scss */
    .topctt .imgtxt .txtbox p:last-child {
      padding-bottom: 0; }
      /* line 15, sass/lp/_imgtxt.scss */
      .topctt .imgtxt .txtbox p:last-child .spbr {
        display: none; }
      @media screen and (max-width: 1050px) {
        /* line 13, sass/lp/_imgtxt.scss */
        .topctt .imgtxt .txtbox p:last-child {
          line-height: 1.5em; } }
      @media screen and (max-width: 700px) {
        /* line 13, sass/lp/_imgtxt.scss */
        .topctt .imgtxt .txtbox p:last-child {
          line-height: 1.5em; }
          /* line 23, sass/lp/_imgtxt.scss */
          .topctt .imgtxt .txtbox p:last-child .spbr {
            display: block; } }
  /* line 30, sass/lp/_imgtxt.scss */
  .topctt .imgtxt .imgbox {
    position: relative; }
    /* line 32, sass/lp/_imgtxt.scss */
    .topctt .imgtxt .imgbox img {
      width: 100%;
      height: auto; }
  /* line 37, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float .imgbox {
    float: left;
    padding-right: 2em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 37, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.float .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em;
        padding-right: 0; } }
  /* line 47, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float .txtbox {
    width: 100% !important; }
  /* line 51, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float.rvbox .imgbox {
    float: right;
    padding-right: 0;
    padding-left: 2em; }
    @media screen and (max-width: 700px) {
      /* line 51, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.float.rvbox .imgbox {
        padding-left: 0; } }
  /* line 61, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.flex {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch; }
    /* line 63, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.flex.rvbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-direction: row-reverse;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
      flex-direction: row-reverse; }
    /* line 66, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.flex .txtbox {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center; }
      @media screen and (max-width: 700px) {
        /* line 66, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.flex .txtbox {
          width: 100% !important; } }
    @media screen and (max-width: 700px) {
      /* line 72, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.flex .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em; } }
  /* line 79, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.layered {
    display: block; }
    /* line 81, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered .txtbox {
      width: 80% !important;
      /* autoから変更 */
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      position: absolute;
      top: 0;
      left: 60%;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: 2; }
      @media screen and (max-width: 1050px) {
        /* line 81, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .txtbox {
          position: absolute;
          top: 0;
          left: 45%;
          right: 0;
          bottom: 0; } }
      @media screen and (max-width: 700px) {
        /* line 81, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .txtbox {
          width: 100% !important;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: 0;
          margin-top: -20%;
          left: 20%; } }
      @media screen and (max-width: 480px) {
        /* line 81, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .txtbox {
          width: 100% !important;
          margin-top: -10%;
          left: 0; } }
    /* line 103, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered .imgbox {
      width: 70% !important;
      padding-right: 30%; }
      @media screen and (max-width: 700px) {
        /* line 103, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .imgbox {
          width: 60% !important;
          padding-right: 40%; } }
      @media screen and (max-width: 480px) {
        /* line 103, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .imgbox {
          width: 100% !important;
          padding-left: 20%;
          padding-right: 0; } }
    /* line 117, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered.rvbox .txtbox {
      position: absolute;
      top: 0;
      left: 0;
      right: 60%;
      bottom: 0; }
      @media screen and (max-width: 1050px) {
        /* line 117, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .txtbox {
          position: absolute;
          top: 0;
          left: 0;
          right: 45%;
          bottom: 0; } }
      @media screen and (max-width: 700px) {
        /* line 117, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .txtbox {
          right: 0;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; } }
    /* line 127, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered.rvbox .imgbox {
      padding-left: 30%;
      padding-right: 0; }
      @media screen and (max-width: 700px) {
        /* line 127, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 40%;
          padding-right: 0; } }
      @media screen and (max-width: 480px) {
        /* line 127, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 0;
          padding-right: 0; } }

/* line 149, sass/lp/_imgtxt.scss */
.topctt .imgtxt .imgbox {
  position: relative; }
  /* line 151, sass/lp/_imgtxt.scss */
  .topctt .imgtxt .imgbox img {
    width: 100%;
    height: auto;
    padding-top: 1.5em; }
@media screen and (max-width: 480px) {
  /* line 159, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.layered .imgbox.pc {
    display: none; } }
@media screen and (min-width: 481px) {
  /* line 164, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.layered .imgbox.sp {
    display: none; } }
@media screen and (max-width: 480px) {
  /* line 164, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.layered .imgbox.sp {
    display: block; } }

/* Scss Document */
/* line 3, sass/lp/_topmenu.scss */
.topctt .topmenu {
  padding-top: 10em; }
  @media screen and (max-width: 480px) {
    /* line 3, sass/lp/_topmenu.scss */
    .topctt .topmenu {
      padding-top: 4em; } }
  /* line 8, sass/lp/_topmenu.scss */
  .topctt .topmenu:first-child {
    padding-top: 0; }
  /* line 11, sass/lp/_topmenu.scss */
  .topctt .topmenu ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2%; }
    @media screen and (max-width: 1050px) {
      /* line 11, sass/lp/_topmenu.scss */
      .topctt .topmenu ul {
        margin-top: -6%; } }
    @media screen and (max-width: 480px) {
      /* line 11, sass/lp/_topmenu.scss */
      .topctt .topmenu ul {
        margin-top: -3em; } }
    /* line 21, sass/lp/_topmenu.scss */
    .topctt .topmenu ul li {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      line-height: 1.5em;
      margin-top: 2%; }
      @media screen and (max-width: 1050px) {
        /* line 21, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li {
          margin-top: 6%; } }
      @media screen and (max-width: 480px) {
        /* line 21, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li {
          margin-top: 3em; } }
      /* line 31, sass/lp/_topmenu.scss */
      .topctt .topmenu ul li a {
        text-decoration: none;
        color: #000; }
      /* line 35, sass/lp/_topmenu.scss */
      .topctt .topmenu ul li .topmenuimg {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-bottom: 1em; }
        /* line 38, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li .topmenuimg img {
          width: 100%;
          height: auto; }
      /* line 42, sass/lp/_topmenu.scss */
      .topctt .topmenu ul li .topmenutxt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        /* line 44, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li .topmenutxt h2, .topctt .topmenu ul li .topmenutxt h3 {
          padding-bottom: 0.5em;
          line-height: 1.3em; }
    /* line 50, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type2 {
      margin-top: -10%; }
      @media screen and (max-width: 1050px) {
        /* line 50, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -6%; } }
      @media screen and (max-width: 480px) {
        /* line 50, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -3em; } }
      /* line 58, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2 li {
        width: 42%;
        position: relative;
        margin-top: 10%; }
        @media screen and (max-width: 1050px) {
          /* line 58, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            width: 47%; } }
        @media screen and (max-width: 1050px) {
          /* line 58, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 6%; } }
        @media screen and (max-width: 480px) {
          /* line 58, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 3em;
            width: 100%; } }
      /* line 75, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
        padding: 0em;
        padding-top: 20em; }
        @media screen and (max-width: 700px) {
          /* line 75, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
            padding: 0em;
            padding-top: 10em; } }
        @media screen and (max-width: 480px) {
          /* line 75, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
            padding: 0;
            padding-left: 0em; } }
      /* line 87, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
        padding: 0em;
        padding-top: 0;
        margin-top: -8em;
        right: -6em; }
        @media screen and (max-width: 1050px) {
          /* line 87, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            right: 0; } }
        @media screen and (max-width: 700px) {
          /* line 87, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            margin-top: -4em; } }
        @media screen and (max-width: 480px) {
          /* line 87, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            padding: 0;
            margin-top: 3em; } }
      @media screen and (max-width: 480px) {
        /* line 103, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2.broken li:nth-child(4) {
          padding-left: 0; } }
    /* line 112, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type3 li {
      width: 30%;
      position: relative; }
      @media screen and (max-width: 1050px) {
        /* line 112, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type3 li {
          width: 32%; } }
      @media screen and (max-width: 480px) {
        /* line 112, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type3 li {
          width: 100%; } }
    /* line 124, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type4 li {
      width: 23%;
      position: relative; }
      @media screen and (max-width: 1050px) {
        /* line 124, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 47%; } }
      @media screen and (max-width: 480px) {
        /* line 124, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 100%; } }
/* line 137, sass/lp/_topmenu.scss */
.topctt h2 + .topmenu {
  padding-top: 0; }
/* line 140, sass/lp/_topmenu.scss */
.topctt h3 + .topmenu {
  padding-top: 0; }
/* line 146, sass/lp/_topmenu.scss */
.topctt.top_bg2 .topmenu ul li {
  background: #fff;
  padding: 2em;
  border-radius: 1em;
  color: #000; }
@media screen and (max-width: 480px) {
  /* line 155, sass/lp/_topmenu.scss */
  .topctt .section_a_ttl {
    padding-top: 0.75em; } }

/* 流れ */
/* line 3, sass/lp/_flowbox.scss */
.topctt .flowbox {
  padding-top: 4em; }
  /* line 5, sass/lp/_flowbox.scss */
  .topctt .flowbox ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-top: -2%;
    counter-reset: flownumb; }
    @media screen and (max-width: 700px) {
      /* line 5, sass/lp/_flowbox.scss */
      .topctt .flowbox ul {
        margin-top: -3em; } }
    /* line 13, sass/lp/_flowbox.scss */
    .topctt .flowbox ul li {
      background: #8f857c;
      color: #fff;
      border-radius: 1em;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.5em;
      overflow: visible;
      margin-top: 2%; }
      @media screen and (max-width: 700px) {
        /* line 13, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li {
          margin-top: 3em; } }
      /* line 24, sass/lp/_flowbox.scss */
      .topctt .flowbox ul li .flowctt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        overflow: visible; }
        @media screen and (max-width: 700px) {
          /* line 24, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt {
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
            -ms-flex-pack: justify;
            -webkit-box-pack: justify;
            -webkit-justify-content: space-between;
            justify-content: space-between;
            -ms-flex-align: stretch;
            -webkit-box-align: stretch;
            -webkit-align-items: stretch;
            align-items: stretch; } }
        @media screen and (max-width: 480px) {
          /* line 24, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt {
            display: block; } }
        /* line 33, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .ttl_numb {
          width: 100%;
          position: absolute;
          top: -4em;
          left: -1em;
          right: auto;
          bottom: auto;
          z-index: 2;
          color: #453628;
          opacity: 0.85;
          filter: alpha(opacity=85); }
          /* line 39, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .ttl_numb.numboff {
            display: none; }
          @media screen and (max-width: 700px) {
            /* line 33, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .ttl_numb {
              position: absolute;
              top: 0;
              left: 50%;
              right: auto;
              bottom: auto; } }
          @media screen and (max-width: 480px) {
            /* line 33, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .ttl_numb {
              position: absolute;
              top: -4em;
              left: -1em;
              right: auto;
              bottom: auto; } }
          /* line 48, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .ttl_numb .numb {
            font-size: 6em;
            line-height: 1.2em; }
            /* line 51, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .ttl_numb .numb::before {
              counter-increment: flownumb;
              content: counter(flownumb,decimal-leading-zero); }
            @media screen and (max-width: 700px) {
              /* line 48, sass/lp/_flowbox.scss */
              .topctt .flowbox ul li .flowctt .ttl_numb .numb {
                font-size: 8em; } }
        /* line 60, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .imgbpx {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-bottom: 1em; }
          @media screen and (max-width: 700px) {
            /* line 60, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 48%; } }
          @media screen and (max-width: 480px) {
            /* line 60, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 40%;
              margin-left: 40%; } }
          /* line 70, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .imgbpx img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 700px) {
          /* line 74, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 48%;
            font-size: 1.5em;
            padding-top: 6em; } }
        @media screen and (max-width: 480px) {
          /* line 74, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 60%;
            padding-left: 40%;
            padding-top: 0; } }
        /* line 86, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox .flow_ttl .eg {
          font-weight: 700; }
        /* line 90, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox p {
          line-height: 1.5em; }
        @media screen and (max-width: 700px) {
          /* line 94, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .schedule_txtbox {
            padding: 0; } }
        @media screen and (max-width: 480px) {
          /* line 94, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .schedule_txtbox {
            width: 100%;
            padding-left: 0;
            padding-top: 0; } }
        @media screen and (max-width: 700px) {
          /* line 104, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .schedule_imgbpx {
            padding-bottom: 0; } }
        @media screen and (max-width: 480px) {
          /* line 104, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .schedule_imgbpx {
            width: 90%;
            margin: 0 auto; } }
      /* line 114, sass/lp/_flowbox.scss */
      .topctt .flowbox ul li::after {
        font-family: "Font Awesome 5 Free";
        content: "\f054";
        font-weight: 900;
        font-size: 1em;
        position: absolute;
        top: 0;
        left: auto;
        right: -1.35em;
        bottom: 0;
        margin: auto;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #8f857c; }
        @media screen and (max-width: 700px) {
          /* line 114, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li::after {
            position: absolute;
            top: auto;
            left: 0;
            right: auto;
            bottom: -1.35em;
            display: -ms-flexbox;
            display: -webkit-box;
            display: -webkit-flex;
            display: flex;
            -ms-flex-align: center;
            -webkit-box-align: center;
            -webkit-align-items: center;
            align-items: center;
            -ms-flex-pack: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
            width: 100%;
            content: "\f078";
            font-size: 2em; } }
      /* line 132, sass/lp/_flowbox.scss */
      .topctt .flowbox ul li:last-child::after {
        display: none;
        content: none; }
    /* line 139, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type2 li {
      width: 49%;
      margin-right: 2%; }
      /* line 142, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type2 li:nth-child(2n) {
        margin-right: 0; }
        /* line 144, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type2 li:nth-child(2n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        /* line 139, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type2 li {
          width: 100%;
          margin-right: 0; } }
    /* line 156, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type3 li {
      width: 32%;
      margin-right: 2%; }
      /* line 159, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type3 li:nth-child(3n) {
        margin-right: 0; }
        /* line 161, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type3 li:nth-child(3n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        /* line 156, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type3 li {
          width: 100%;
          margin-right: 0; } }
    /* line 173, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type4 li {
      width: 23.5%;
      margin-right: 2%; }
      /* line 176, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type4 li:nth-child(4n) {
        margin-right: 0; }
        /* line 178, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type4 li:nth-child(4n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        /* line 173, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type4 li {
          width: 100%;
          margin-right: 0; } }
    /* line 190, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type5 li {
      width: 18.4%;
      margin-right: 2%; }
      /* line 193, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type5 li:nth-child(5n) {
        margin-right: 0; }
        /* line 195, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type5 li:nth-child(5n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        /* line 190, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type5 li {
          width: 100%;
          margin-right: 0; } }
    /* line 207, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type6 li {
      width: 15%;
      margin-right: 2%; }
      /* line 210, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type6 li:nth-child(6n) {
        margin-right: 0; }
        /* line 212, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type6 li:nth-child(6n)::after {
          display: none;
          content: none; }
      @media screen and (max-width: 700px) {
        /* line 207, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type6 li {
          width: 100%;
          margin-right: 0; } }

/* Scss Document */
/* line 3, sass/lp/_bgtxtbox.scss */
.bgtxtbox.dark {
  color: #fff; }
/* line 6, sass/lp/_bgtxtbox.scss */
.bgtxtbox h2 {
  font-size: 1em;
  padding-bottom: 3em; }
  /* line 9, sass/lp/_bgtxtbox.scss */
  .bgtxtbox h2 span {
    display: block;
    line-height: 1.5em; }

/* 紹介セクション */
/* line 3, sass/lp/_topid.scss */
.topid .txtbox {
  width: 50%;
  padding: 2em;
  background: rgba(69, 54, 40, 0.85);
  color: #fff; }
  /* line 8, sass/lp/_topid.scss */
  .topid .txtbox.txtright {
    margin-left: 50%; }
  /* line 12, sass/lp/_topid.scss */
  .topid .txtbox h2 .eg {
    opacity: 0.7;
    filter: alpha(opacity=70); }
  /* line 16, sass/lp/_topid.scss */
  .topid .txtbox p {
    line-height: 1.85em; }
    /* line 18, sass/lp/_topid.scss */
    .topid .txtbox p.subinfo {
      line-height: 1.5em;
      color: #c5bab0;
      padding-bottom: 2em; }
    /* line 23, sass/lp/_topid.scss */
    .topid .txtbox p.txt_size4 {
      padding-bottom: 0.5em; }

/* トップページセクション */
/* line 3, sass/lp/_block.scss */
.topctt.topnop {
  padding-top: 0; }
  @media screen and (max-width: 480px) {
    /* line 3, sass/lp/_block.scss */
    .topctt.topnop {
      padding-top: 0; } }
/* line 9, sass/lp/_block.scss */
.topctt.bottomnop {
  padding-bottom: 0; }
/* line 12, sass/lp/_block.scss */
.topctt .topnop {
  padding-top: 0; }
/* line 15, sass/lp/_block.scss */
.topctt.top_bg1 {
  background: #fff;
  color: #000; }
/* line 19, sass/lp/_block.scss */
.topctt.top_bg2 {
  background: #c5bab0; }
/* line 22, sass/lp/_block.scss */
.topctt.top_bg3 {
  background: #675c53;
  color: #c5bab0; }

/* テキストブロック */
/* line 30, sass/lp/_block.scss */
.topctt .txt_block {
  padding-top: 4em; }
  /* line 32, sass/lp/_block.scss */
  .topctt .txt_block:first-child {
    padding-top: 0; }
/* line 36, sass/lp/_block.scss */
.topctt h2 + .txt_block,
.topctt h3 + .txt_block {
  padding-top: 0; }
/* line 41, sass/lp/_block.scss */
.topctt .innerbox .txt_block {
  padding-top: 4em; }
  /* line 43, sass/lp/_block.scss */
  .topctt .innerbox .txt_block:first-child {
    padding-top: 0; }
/* line 47, sass/lp/_block.scss */
.topctt .innerbox h2 + .txt_block,
.topctt .innerbox h3 + .txt_block {
  padding-top: 0; }

/*# sourceMappingURL=style_top.css.map */
