@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.8em;
  line-height: 1.5em !important; }

/* line 20, sass/lp/_text.scss */
.txt_size2 {
  font-size: 1.5em;
  line-height: 1.75em !important; }
  @media screen and (max-width: 480px) {
    /* line 20, sass/lp/_text.scss */
    .txt_size2 {
      font-size: 1.25em;
      line-height: 1.5em !important; } }

/* line 29, sass/lp/_text.scss */
.topctt p {
  padding-bottom: 1em; }
  /* line 31, sass/lp/_text.scss */
  .topctt p.txt_size5 {
    padding-bottom: 0.2em; }
  /* line 34, sass/lp/_text.scss */
  .topctt p.txt_size4 {
    padding-bottom: 0.75em; }
  /* line 37, sass/lp/_text.scss */
  .topctt p.txt_size3 {
    padding-bottom: 0.375em; }
  /* line 40, sass/lp/_text.scss */
  .topctt p.txt_size2 {
    padding-bottom: 0.3125em; }

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

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

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

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

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

/* 見出し */
/* line 69, sass/lp/_text.scss */
.topctt h2, .topctt h3 {
  font-size: 1em;
  padding-bottom: 2em;
  padding-top: 4em;
  color: #e83d18; }
  /* line 74, sass/lp/_text.scss */
  .topctt h2:first-child, .topctt h3:first-child {
    padding-top: 0; }
  /* line 77, sass/lp/_text.scss */
  .topctt h2.topttl, .topctt h3.topttl {
    font-size: 2.5em; }
  /* line 80, sass/lp/_text.scss */
  .topctt h2 span, .topctt h3 span {
    font-family: korolev, 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-weight: 900;
    display: block;
    line-height: 1.5em; }
/* line 88, sass/lp/_text.scss */
.topctt .innerbox h2:first-child, .topctt .innerbox h3:first-child {
  padding-top: 0; }
/* line 94, sass/lp/_text.scss */
.topctt.top_bg3 h2, .topctt.top_bg3 h3 {
  color: #fff; }

/* 強調 */
/* line 101, sass/lp/_text.scss */
.strong {
  font-size: 1em;
  display: inline-block;
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(0%, #fed08d)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 70%, #fed08d 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 70%, #fed08d 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 70%, #fed08d 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #fed08d 0%) repeat scroll 0 0;
  line-height: 1.3em; }

/* PC大きめサイズ */
@media screen and (min-width: 1050px) {
  /* line 109, sass/lp/_text.scss */
  .pclarge {
    font-size: 1.5em;
    line-height: 1.75em; } }

/* リストリセット */
/* 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 12, sass/lp/_imgtxt.scss */
    .topctt .imgtxt .txtbox p {
      line-height: 1.75em; }
      /* line 14, sass/lp/_imgtxt.scss */
      .topctt .imgtxt .txtbox p:last-child {
        padding-bottom: 0; }
  /* line 19, sass/lp/_imgtxt.scss */
  .topctt .imgtxt .imgbox {
    position: relative; }
    /* line 21, sass/lp/_imgtxt.scss */
    .topctt .imgtxt .imgbox img {
      width: 100%;
      height: auto; }
  /* line 26, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float .imgbox {
    float: left;
    padding-right: 2em;
    padding-bottom: 1em; }
    @media screen and (max-width: 700px) {
      /* line 26, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.float .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em;
        padding-right: 0; } }
  /* line 36, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float .txtbox {
    width: 100% !important; }
  /* line 40, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.float.rvbox .imgbox {
    float: right;
    padding-right: 0;
    padding-left: 2em; }
    @media screen and (max-width: 700px) {
      /* line 40, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.float.rvbox .imgbox {
        padding-left: 0; } }
  /* line 50, 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 52, 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 55, 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 55, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.flex .txtbox {
          width: 100% !important; } }
    @media screen and (max-width: 700px) {
      /* line 61, sass/lp/_imgtxt.scss */
      .topctt .imgtxt.flex .imgbox {
        width: 100% !important;
        padding-bottom: 1.5em; } }
  /* line 68, sass/lp/_imgtxt.scss */
  .topctt .imgtxt.layered {
    display: block; }
    /* line 70, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered .txtbox {
      width: auto !important;
      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: 1051px) {
        /* line 70, 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 70, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .txtbox {
          width: 80% !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 70, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .txtbox {
          width: 100% !important;
          margin-top: -10%;
          left: 0; } }
    /* line 92, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered .imgbox {
      width: 70% !important;
      padding-right: 30%; }
      @media screen and (max-width: 700px) {
        /* line 92, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .imgbox {
          width: 60% !important;
          padding-right: 40%; } }
      @media screen and (max-width: 480px) {
        /* line 92, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered .imgbox {
          width: 80% !important;
          padding-left: 20%;
          padding-right: 0; } }
    /* line 106, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered.rvbox .txtbox {
      position: absolute;
      top: 0;
      left: 0;
      right: 60%;
      bottom: 0; }
      @media screen and (max-width: 1051px) {
        /* line 106, 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 106, 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 116, sass/lp/_imgtxt.scss */
    .topctt .imgtxt.layered.rvbox .imgbox {
      padding-left: 30%;
      padding-right: 0; }
      @media screen and (max-width: 700px) {
        /* line 116, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 40%;
          padding-right: 0; } }
      @media screen and (max-width: 480px) {
        /* line 116, sass/lp/_imgtxt.scss */
        .topctt .imgtxt.layered.rvbox .imgbox {
          padding-left: 20%;
          padding-right: 0; } }

/* Scss Document */
/* line 3, sass/lp/_topmenu.scss */
.topctt .topmenu {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 4em; }
  /* line 6, sass/lp/_topmenu.scss */
  .topctt .topmenu:first-child {
    padding-top: 0; }
  /* line 9, 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: -2% auto 0 auto; }
    @media screen and (max-width: 1051px) {
      /* line 9, sass/lp/_topmenu.scss */
      .topctt .topmenu ul {
        margin-top: -6%; } }
    @media screen and (max-width: 700px) {
      /* line 9, sass/lp/_topmenu.scss */
      .topctt .topmenu ul {
        width: 100% !important; } }
    @media screen and (max-width: 480px) {
      /* line 9, sass/lp/_topmenu.scss */
      .topctt .topmenu ul {
        margin-top: -3em; } }
    /* line 22, 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: 1051px) {
        /* line 22, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li {
          margin-top: 6%; } }
      @media screen and (max-width: 480px) {
        /* line 22, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li {
          margin-top: 3em; } }
      /* line 32, sass/lp/_topmenu.scss */
      .topctt .topmenu ul li a {
        text-decoration: none;
        color: #000; }
      /* line 36, 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; }
        /* line 38, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li .topmenuimg img {
          width: 100%;
          height: auto; }
        /* line 41, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li .topmenuimg + .topmenutxt {
          padding-top: 1em; }
      /* line 45, 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 47, 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 53, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type2 {
      margin-top: -10%; }
      @media screen and (max-width: 1051px) {
        /* line 53, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -6%; } }
      @media screen and (max-width: 480px) {
        /* line 53, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -3em; } }
      /* line 61, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2 li {
        width: 47%;
        position: relative;
        margin-top: 10%; }
        @media screen and (max-width: 1051px) {
          /* line 61, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            width: 47%; } }
        @media screen and (max-width: 1051px) {
          /* line 61, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 6%; } }
        @media screen and (max-width: 480px) {
          /* line 61, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 3em;
            width: 100%; } }
      /* line 78, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
        padding: 4em;
        padding-top: 20em; }
        @media screen and (max-width: 700px) {
          /* line 78, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
            padding: 2em;
            padding-top: 10em; } }
        @media screen and (max-width: 480px) {
          /* line 78, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
            padding: 0;
            padding-left: 2em; } }
      /* line 90, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
        padding: 2em;
        padding-top: 0;
        margin-top: -8em;
        right: -6em; }
        @media screen and (max-width: 1051px) {
          /* line 90, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            right: 0; } }
        @media screen and (max-width: 700px) {
          /* line 90, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            margin-top: -4em; } }
        @media screen and (max-width: 480px) {
          /* line 90, 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 106, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2.broken li:nth-child(4) {
          padding-left: 3em; } }
    /* line 115, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type3 li {
      width: 30%;
      position: relative; }
      @media screen and (max-width: 1051px) {
        /* line 115, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type3 li {
          width: 32%; } }
      @media screen and (max-width: 480px) {
        /* line 115, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type3 li {
          width: 100%; } }
    /* line 127, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type4 li {
      width: 23%;
      position: relative; }
      @media screen and (max-width: 1051px) {
        /* line 127, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 47%; } }
      @media screen and (max-width: 480px) {
        /* line 127, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 100%; } }
    /* line 139, sass/lp/_topmenu.scss */
    .topctt .topmenu ul li.li_nomargin {
      margin-top: 0; }
/* line 148, sass/lp/_topmenu.scss */
.topctt.top_bg3 .topmenu ul li {
  background: #e4e4e4;
  border-radius: 1em;
  padding: 2em;
  color: #000;
  -webkit-box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0.278em 0.278em 1.1em 0 rgba(0, 0, 0, 0.2); }
  /* line 154, sass/lp/_topmenu.scss */
  .topctt.top_bg3 .topmenu ul li h3 {
    color: #e83d18; }
    /* line 156, sass/lp/_topmenu.scss */
    .topctt.top_bg3 .topmenu ul li h3 span {
      font-weight: 700; }

/* 流れ */
/* 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: #fad9d8;
      color: #000;
      border-radius: 1em;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.5em;
      padding-top: 3em;
      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 25, 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 25, 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 25, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt {
            display: block; } }
        /* line 34, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .ttl_numb {
          width: 100%;
          position: absolute;
          top: -6em;
          left: 0;
          right: auto;
          bottom: auto;
          z-index: 2;
          color: #e83d18;
          text-align: left;
          opacity: 0.85;
          filter: alpha(opacity=85); }
          /* line 41, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .ttl_numb.numboff {
            display: none; }
          @media screen and (max-width: 700px) {
            /* line 34, 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 34, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .ttl_numb {
              position: absolute;
              top: 0.5em;
              left: 0;
              right: auto;
              bottom: auto; } }
          /* line 50, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .ttl_numb .numb {
            font-size: 6em;
            line-height: 1.2em; }
            /* line 53, 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 50, sass/lp/_flowbox.scss */
              .topctt .flowbox ul li .flowctt .ttl_numb .numb {
                font-size: 8em; } }
        /* line 62, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .imgbpx {
          width: 50%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          margin: auto;
          padding-bottom: 1em; }
          @media screen and (max-width: 700px) {
            /* line 62, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 48%; } }
          @media screen and (max-width: 480px) {
            /* line 62, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .imgbpx {
              width: 40%;
              margin-left: 50%; } }
          /* line 74, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .imgbpx img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 700px) {
          /* line 78, 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 78, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 100%;
            padding-left: 0;
            padding-top: 0; } }
        /* line 90, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox .flow_ttl .eg {
          font-weight: 700; }
        /* line 94, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox p {
          line-height: 1.5em; }
      /* line 99, 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: #06b7f8; }
        @media screen and (max-width: 700px) {
          /* line 99, 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 117, sass/lp/_flowbox.scss */
      .topctt .flowbox ul li:last-child::after {
        display: none;
        content: none; }
    /* line 124, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type2 li {
      width: 49%;
      margin-right: 2%; }
      /* line 127, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type2 li:nth-child(2n) {
        margin-right: 0; }
        /* line 129, 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 124, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type2 li {
          width: 100%;
          margin-right: 0; } }
    /* line 141, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type3 li {
      width: 32%;
      margin-right: 2%; }
      /* line 144, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type3 li:nth-child(3n) {
        margin-right: 0; }
        /* line 146, 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 141, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type3 li {
          width: 100%;
          margin-right: 0; } }
    /* line 158, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type4 li {
      width: 23.5%;
      margin-right: 2%; }
      /* line 161, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type4 li:nth-child(4n) {
        margin-right: 0; }
        /* line 163, 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 158, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type4 li {
          width: 100%;
          margin-right: 0; } }
    /* line 175, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type5 li {
      width: 18.4%;
      margin-right: 2%; }
      /* line 178, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type5 li:nth-child(5n) {
        margin-right: 0; }
        /* line 180, 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 175, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type5 li {
          width: 100%;
          margin-right: 0; } }
    /* line 192, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type6 li {
      width: 15%;
      margin-right: 2%; }
      /* line 195, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type6 li:nth-child(6n) {
        margin-right: 0; }
        /* line 197, 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 192, 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: #13bf88;
      padding-bottom: 2em; }
    /* line 23, sass/lp/_topid.scss */
    .topid .txtbox p.txt_size4 {
      padding-bottom: 0.5em; }

/* トップページセクション */
/* line 2, sass/lp/_block.scss */
.topctt {
  text-align: center;
  margin: 0 auto; }
  /* line 5, sass/lp/_block.scss */
  .topctt.topnop {
    padding-top: 0; }
  /* line 8, sass/lp/_block.scss */
  .topctt.bottomnop {
    padding-bottom: 0; }
  /* line 11, sass/lp/_block.scss */
  .topctt .topnop {
    padding-top: 0; }
  /* line 14, sass/lp/_block.scss */
  .topctt.top_bg1 {
    background: #fff;
    color: #000; }
  /* line 18, sass/lp/_block.scss */
  .topctt.top_bg2 {
    background: #e4e4e4;
    color: #000; }
  /* line 22, sass/lp/_block.scss */
  .topctt.top_bg3 {
    background: #e83d18;
    color: #fff; }

/* テキストブロック */
/* 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; }

/* 画像ブロック */
@media screen and (max-width: 700px) {
  /* line 58, sass/lp/_block.scss */
  .topctt .img_block img {
    width: 100% !important; } }

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