@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: 'Aboreto', cursive;
  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-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-size: 1em;
  padding-bottom: 2em;
  padding-top: 4em;
  color: #000;
  font-weight: 500; }
  /* line 76, sass/lp/_text.scss */
  .topctt h2:first-child, .topctt h3:first-child {
    padding-top: 0; }
  /* line 79, sass/lp/_text.scss */
  .topctt h2.topttl, .topctt h3.topttl {
    font-size: 2.5em; }
  /* line 82, sass/lp/_text.scss */
  .topctt h2 span, .topctt h3 span {
    display: block;
    line-height: 1.5em; }
    /* line 85, sass/lp/_text.scss */
    .topctt h2 span.eg, .topctt h3 span.eg {
      font-family: 'Aboreto', cursive;
      font-style: normal;
      font-weight: 700;
      line-height: 1em !important; }
      /* line 89, sass/lp/_text.scss */
      .topctt h2 span.eg .npbr,
      .topctt h2 span.eg .tbbr,
      .topctt h2 span.eg .spbr, .topctt h3 span.eg .npbr,
      .topctt h3 span.eg .tbbr,
      .topctt h3 span.eg .spbr {
        display: inline; }
      @media screen and (max-width: 1050px) {
        /* line 94, sass/lp/_text.scss */
        .topctt h2 span.eg .npbr, .topctt h3 span.eg .npbr {
          display: block; } }
      @media screen and (max-width: 700px) {
        /* line 99, sass/lp/_text.scss */
        .topctt h2 span.eg .tbbr, .topctt h3 span.eg .tbbr {
          display: block; } }
      @media screen and (max-width: 480px) {
        /* line 104, sass/lp/_text.scss */
        .topctt h2 span.eg .spbr, .topctt h3 span.eg .spbr {
          display: block; } }
    /* line 110, sass/lp/_text.scss */
    .topctt h2 span.npbr, .topctt h2 span.tbbr, .topctt h2 span.spbr, .topctt h3 span.npbr, .topctt h3 span.tbbr, .topctt h3 span.spbr {
      display: inline; }
    @media screen and (max-width: 1050px) {
      /* line 115, sass/lp/_text.scss */
      .topctt h2 span.npbr, .topctt h3 span.npbr {
        display: block; } }
    @media screen and (max-width: 700px) {
      /* line 120, sass/lp/_text.scss */
      .topctt h2 span.tbbr, .topctt h3 span.tbbr {
        display: block; } }
    @media screen and (max-width: 480px) {
      /* line 125, sass/lp/_text.scss */
      .topctt h2 span.spbr, .topctt h3 span.spbr {
        display: block; } }
/* line 134, sass/lp/_text.scss */
.topctt .innerbox h2:first-child, .topctt .innerbox h3:first-child {
  padding-top: 0; }
/* line 140, sass/lp/_text.scss */
.topctt.top_bg3 h2, .topctt.top_bg3 h3 {
  color: #fff; }

/* 強調 */
/* line 147, 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%, #ffdb00)) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(transparent 70%, #ffdb00 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -moz-linear-gradient(transparent 70%, #ffdb00 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(transparent 70%, #ffdb00 0%) repeat scroll 0 0;
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 70%, #ffdb00 0%) repeat scroll 0 0;
  line-height: 1.3em; }

/* 大きめサイズ */
/* line 155, sass/lp/_text.scss */
.large {
  font-size: 1.5em;
  line-height: 1.5em; }

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

/* 改行 */
/* line 170, sass/lp/_text.scss */
span.br {
  display: block; }
  @media screen and (max-width: 1050px) {
    /* line 170, sass/lp/_text.scss */
    span.br {
      display: inline; } }
/* line 176, sass/lp/_text.scss */
span.npbr {
  display: inline; }
  @media screen and (max-width: 1050px) {
    /* line 176, sass/lp/_text.scss */
    span.npbr {
      display: block; } }
/* line 182, sass/lp/_text.scss */
span.tbbr {
  display: inline; }
  @media screen and (max-width: 700px) {
    /* line 182, sass/lp/_text.scss */
    span.tbbr {
      display: block; } }
/* line 188, sass/lp/_text.scss */
span.spbr {
  display: inline; }
  @media screen and (max-width: 480px) {
    /* line 188, sass/lp/_text.scss */
    span.spbr {
      display: block; } }

/* テキスト横幅調整 */
/* line 197, sass/lp/_text.scss */
.w_50 {
  width: 50%;
  margin: 0 auto;
  display: block; }
  @media screen and (max-width: 700px) {
    /* line 197, sass/lp/_text.scss */
    .w_50 {
      width: 80%; } }
  @media screen and (max-width: 480px) {
    /* line 197, sass/lp/_text.scss */
    .w_50 {
      width: 100%; } }

/* フォント色 */
/* line 210, sass/lp/_text.scss */
.color {
  color: #20bae5; }

/* line 213, sass/lp/_text.scss */
.fa-solid.fa-circle-check.color {
  color: #ffdb00;
  margin-right: 0.5em; }

/* 小さめサイズ */
/* line 219, sass/lp/_text.scss */
.small {
  font-size: 0.7em;
  display: inline; }

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

/* =============================== イベント一覧 ========================================================== */
/* line 9, sass/lp/_list.scss */
.top_event {
  text-align: left;
  /* -------------------------- 一覧エリア ------------------------------------------- */ }
  /* line 13, sass/lp/_list.scss */
  .top_event ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    /* line 16, sass/lp/_list.scss */
    .top_event ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-bottom: 2.08em;
      background: #fff; }
      /* line 20, sass/lp/_list.scss */
      .top_event ul li a {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        color: #000;
        /* マウスオーバー ------------------------------------------- */ }
        /* line 25, sass/lp/_list.scss */
        .top_event ul li a figure {
          width: 100%;
          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 28, sass/lp/_list.scss */
          .top_event ul li a figure span {
            width: 31.9%;
            /* 画像 ------------------------------------------- */ }
            @media screen and (max-width: 700px) {
              /* line 28, sass/lp/_list.scss */
              .top_event ul li a figure span {
                width: 100%; } }
            /* line 36, sass/lp/_list.scss */
            .top_event ul li a figure span img.img_max100 {
              object-position: 50% 50%;
              font-family: 'object-fit: cover; object-position: 0 50%;'; }
          /* line 42, sass/lp/_list.scss */
          .top_event ul li a figure figcaption {
            width: 68.1%;
            box-sizing: border-box;
            padding: 4.167em;
            /* テキスト ------------------------------------------- */
            /* 見出し */
            /* 強調 */
            /* 段落 */ }
            @media screen and (max-width: 700px) {
              /* line 42, sass/lp/_list.scss */
              .top_event ul li a figure figcaption {
                width: 100%;
                padding: 2em; } }
            /* line 54, sass/lp/_list.scss */
            .top_event ul li a figure figcaption h3 {
              font-size: 1.5em;
              font-weight: 700;
              line-height: 1.5em;
              padding-bottom: 1em; }
            /* line 62, sass/lp/_list.scss */
            .top_event ul li a figure figcaption strong {
              font-weight: 700;
              display: block; }
            /* line 68, sass/lp/_list.scss */
            .top_event ul li a figure figcaption p:last-child {
              padding-bottom: 0; }
        /* line 75, sass/lp/_list.scss */
        .top_event ul li a:hover {
          text-decoration: none;
          background: #20bae5;
          color: #fff; }
          /* line 80, sass/lp/_list.scss */
          .top_event ul li a:hover figure figcaption {
            /* 見出し */ }
            /* line 82, sass/lp/_list.scss */
            .top_event ul li a:hover figure figcaption h3 {
              color: #fff; }

/* =============================== 活動報告 =================================================================== */
/* -------------------------- 記事エリア ------------------------------------------- */
/* line 97, sass/lp/_list.scss */
.newsbox {
  width: 100%;
  position: relative; }

/* グリッド ------------------------------------------- */
/* line 103, sass/lp/_list.scss */
.newsbox ul {
  text-align: left;
  list-style: none inside;
  width: 100%;
  position: relative;
  margin-bottom: 2.08em;
  display: grid;
  grid-template-rows: 23em 23em;
  grid-template-columns: 1fr 27.66% 17% 17%;
  -ms-grid-rows: 23em 23em;
  -ms-grid-columns: 1fr 27.66% 17% 17%; }

/* line 115, sass/lp/_list.scss */
.newsbox li {
  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;
  overflow: hidden; }

/* 各アイテム */
/* line 131, sass/lp/_list.scss */
.newsbox li:nth-child(1) {
  grid-row: 1 / 3;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row-span: 2;
  padding-right: 2.08em; }

/* line 139, sass/lp/_list.scss */
.newsbox li:nth-child(2) {
  grid-row: 1 / 3;
  grid-column: 2 / 3;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row-span: 2;
  padding-right: 2.08em; }

/* line 147, sass/lp/_list.scss */
.newsbox li:nth-child(3) {
  grid-row: 1 / 2;
  grid-column: 3 / 5;
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  -ms-grid-column-span: 2;
  padding-bottom: 1.04em; }

/* line 155, sass/lp/_list.scss */
.newsbox li:nth-child(4) {
  grid-row: 2 / 3;
  grid-column: 3 / 4;
  -ms-grid-row: 2;
  -ms-grid-column: 3;
  padding-top: 1.04em;
  padding-right: 1.04em; }

/* line 163, sass/lp/_list.scss */
.newsbox li:nth-child(5) {
  grid-row: 2 / 3;
  grid-column: 4 / 5;
  -ms-grid-row: 2;
  -ms-grid-column: 4;
  padding-top: 1.04em;
  padding-left: 1.04em; }

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  /* line 173, sass/lp/_list.scss */
  .newsbox ul {
    grid-template-rows: 46em 23em 23em;
    grid-template-columns: 50% 12.5% 12.5% 12.5% 12.5%;
    -ms-grid-rows: 46em 23em 23em;
    -ms-grid-columns: 50% 12.5% 12.5% 12.5% 12.5%; }

  /* 各アイテム */
  /* line 181, sass/lp/_list.scss */
  .newsbox li:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 1em;
    padding-bottom: 1em; }

  /* line 190, sass/lp/_list.scss */
  .newsbox li:nth-child(2) {
    grid-row: 1 / 2;
    grid-column: 3 / 6;
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 3;
    padding-right: 0;
    padding-bottom: 1em; }

  /* line 199, sass/lp/_list.scss */
  .newsbox li:nth-child(3) {
    grid-row: 2 / 3;
    grid-column: 1 / 6;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 4;
    padding-bottom: 1em; }

  /* line 207, sass/lp/_list.scss */
  .newsbox li:nth-child(4) {
    grid-row: 3 / 4;
    grid-column: 1 / 2;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    padding-top: 0;
    padding-right: 0.5em; }

  /* line 215, sass/lp/_list.scss */
  .newsbox li:nth-child(5) {
    grid-row: 3 / 4;
    grid-column: 2 / 6;
    -ms-grid-row: 3;
    -ms-grid-column: 2;
    -ms-grid-column-span: 4;
    padding-top: 0;
    padding-left: 0.5em; } }
@media screen and (max-width: 480px) {
  /* line 227, sass/lp/_list.scss */
  .newsbox ul {
    grid-template-rows: 46em 30em 23em 23em;
    grid-template-columns: 50% 50%;
    -ms-grid-rows: 46em 30em 23em 23em;
    -ms-grid-columns: 50% 50%; }

  /* 各アイテム */
  /* line 235, sass/lp/_list.scss */
  .newsbox li:nth-child(1) {
    grid-row: 1 / 2;
    grid-column: 1 / 3;
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 0;
    padding-bottom: 1em; }

  /* line 244, sass/lp/_list.scss */
  .newsbox li:nth-child(2) {
    grid-row: 2 / 3;
    grid-column: 1 / 3;
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    padding-right: 0; }

  /* line 252, sass/lp/_list.scss */
  .newsbox li:nth-child(3) {
    grid-row: 3 / 4;
    grid-column: 1 / 3;
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2; }

  /* line 259, sass/lp/_list.scss */
  .newsbox li:nth-child(4) {
    grid-row: 4 / 5;
    grid-column: 1 / 2;
    -ms-grid-row: 4;
    -ms-grid-column: 1; }

  /* line 265, sass/lp/_list.scss */
  .newsbox li:nth-child(5) {
    grid-row: 4 / 5;
    grid-column: 2 / 3;
    -ms-grid-row: 4;
    -ms-grid-column: 2; } }
/* リンク ------------------------------------------- */
/* line 275, sass/lp/_list.scss */
.newsbox a {
  width: 100%;
  position: relative;
  background: #20bae5;
  color: #fff;
  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; }

/* line 291, sass/lp/_list.scss */
.newsbox a:hover {
  text-decoration: none; }

/* アイテム内レイアウト ------------------------------------------- */
/* line 296, sass/lp/_list.scss */
.newsbox figure {
  width: 100%;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

/* 文字 */
/* line 308, sass/lp/_list.scss */
.newsbox figcaption {
  display: block;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding: 1em;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  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; }

/* line 327, sass/lp/_list.scss */
.newsbox figcaption div {
  width: 100%;
  position: relative; }

/* 2番目の記事 */
/* line 333, sass/lp/_list.scss */
.newsbox li:nth-child(2) figure {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -ms-flex-line-pack: justify;
  -webkit-align-content: space-between;
  align-content: space-between; }

@media screen and (max-width: 480px) {
  /* line 345, sass/lp/_list.scss */
  .newsbox li:nth-child(2) figure {
    -ms-flex-direction: column;
    -webkit-box-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column; } }
/* 3番目の記事 */
/* line 355, sass/lp/_list.scss */
.newsbox li:nth-child(3) figure {
  -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 365, sass/lp/_list.scss */
.newsbox li:nth-child(3) figcaption {
  width: 50%; }

/* line 368, sass/lp/_list.scss */
.newsbox li:nth-child(3) .newsimg {
  width: 50%; }

/* サムネイル画像 ------------------------------------------- */
/* line 374, sass/lp/_list.scss */
.newsbox figure {
  width: 100%;
  position: relative;
  overflow: hidden; }

/* line 379, sass/lp/_list.scss */
.newsimg {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2; }

/* line 385, sass/lp/_list.scss */
.newsimg::before {
  display: block;
  content: ""; }

/* line 389, sass/lp/_list.scss */
.newsimginner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto; }

/* 各画像縦横比 */
/* line 399, sass/lp/_list.scss */
.newsbox li:nth-child(1) .newsimg::before {
  padding-top: 100%; }

/* line 402, sass/lp/_list.scss */
.newsbox li:nth-child(2) .newsimg::before {
  padding-top: 133.33%; }

/* line 405, sass/lp/_list.scss */
.newsbox li:nth-child(4) .newsimg::before {
  padding-top: 100%; }

/* line 408, sass/lp/_list.scss */
.newsbox li:nth-child(5) .newsimg::before {
  padding-top: 100%; }

@media screen and (max-width: 750px), screen and (max-height: 450px) {
  /* line 413, sass/lp/_list.scss */
  .newsbox li:nth-child(4) .newsimg::before {
    padding-top: 50%; }

  /* line 416, sass/lp/_list.scss */
  .newsbox li:nth-child(5) .newsimg::before {
    padding-top: 50%; } }
@media screen and (max-width: 480px) {
  /* line 422, sass/lp/_list.scss */
  .newsbox li:nth-child(1) .newsimg::before {
    padding-top: 100%; }

  /* line 425, sass/lp/_list.scss */
  .newsbox li:nth-child(2) .newsimg::before {
    padding-top: 60%; }

  /* line 428, sass/lp/_list.scss */
  .newsbox li:nth-child(4) .newsimg::before {
    padding-top: 100%; }

  /* line 431, sass/lp/_list.scss */
  .newsbox li:nth-child(5) .newsimg::before {
    padding-top: 100%; } }
/* 日付 ------------------------------------------- */
/* line 437, sass/lp/_list.scss */
.newsbox a .date {
  width: 100%;
  display: block;
  font-size: 2em;
  font-weight: 200;
  line-height: 1em;
  color: #fff;
  padding-bottom: 0.2em; }

/* line 446, sass/lp/_list.scss */
.newsbox a .date .year {
  display: inline-block;
  padding-right: 0.5em;
  font-size: 0.625em; }

/* タイトル ------------------------------------------- */
/* line 453, sass/lp/_list.scss */
.newsttl {
  width: 100%;
  display: block;
  line-height: 2em;
  overflow: hidden; }

/* .newsttl::before{
	content: "…";
	display: block;
	width: 1em;
	height: 1em;
	line-height: 1em;
	position: absolute;
	right: 0;
	bottom: 0;
	background: $mc;
	padding: 0 0.5em 0.25em 0.1em;
} */
/* line 471, sass/lp/_list.scss */
.newsttl::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 2em;
  line-height: 2em;
  background: #20bae5; }

/* line 480, sass/lp/_list.scss */
.newsbox li:nth-child(1) .newsttl {
  max-height: 3.5em;
  overflow: hidden;
  text-align: justify; }
  /* line 329, sass/_mixins.scss */
  .newsbox li:nth-child(1) .newsttl::before, .newsbox li:nth-child(1) .newsttl::after {
    position: absolute;
    background: #20bae5; }
  /* line 334, sass/_mixins.scss */
  .newsbox li:nth-child(1) .newsttl::before {
    content: "…";
    bottom: 0;
    right: 0; }
  /* line 339, sass/_mixins.scss */
  .newsbox li:nth-child(1) .newsttl::after {
    content: "";
    height: 100%;
    width: 100%; }

/* line 484, sass/lp/_list.scss */
.newsbox li:nth-child(2) .newsttl {
  max-height: 8.5em;
  overflow: hidden;
  text-align: justify; }
  /* line 329, sass/_mixins.scss */
  .newsbox li:nth-child(2) .newsttl::before, .newsbox li:nth-child(2) .newsttl::after {
    position: absolute;
    background: #20bae5; }
  /* line 334, sass/_mixins.scss */
  .newsbox li:nth-child(2) .newsttl::before {
    content: "…";
    bottom: 0;
    right: 0; }
  /* line 339, sass/_mixins.scss */
  .newsbox li:nth-child(2) .newsttl::after {
    content: "";
    height: 100%;
    width: 100%; }

/* line 488, sass/lp/_list.scss */
.newsbox li:nth-child(3) .newsttl {
  max-height: 18.5em;
  overflow: hidden;
  text-align: justify; }
  /* line 329, sass/_mixins.scss */
  .newsbox li:nth-child(3) .newsttl::before, .newsbox li:nth-child(3) .newsttl::after {
    position: absolute;
    background: #20bae5; }
  /* line 334, sass/_mixins.scss */
  .newsbox li:nth-child(3) .newsttl::before {
    content: "…";
    bottom: 0;
    right: 0; }
  /* line 339, sass/_mixins.scss */
  .newsbox li:nth-child(3) .newsttl::after {
    content: "";
    height: 100%;
    width: 100%; }

/* line 493, sass/lp/_list.scss */
.newsbox li:nth-child(4) .newsttl, .newsbox li:nth-child(5) .newsttl {
  width: 13em;
  height: 1.5em;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */ }

/* line 498, sass/lp/_list.scss */
.newsbox li:nth-child(n + 6) {
  display: none; }

/* 横並びテキスト+画像 */
/* 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: 1050px) {
        /* 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: 1050px) {
        /* 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: 1050px) {
      /* 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: 1050px) {
        /* 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 50, sass/lp/_topmenu.scss */
          .topctt .topmenu ul li .topmenutxt h2 span, .topctt .topmenu ul li .topmenutxt h3 span {
            font-family: 'Noto Sans JP', '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-weight: 700;
            color: #000; }
        /* line 56, sass/lp/_topmenu.scss */
        .topctt .topmenu ul li .topmenutxt p {
          line-height: 1.7em; }
    /* line 61, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type2 {
      margin-top: -10%; }
      @media screen and (max-width: 1050px) {
        /* line 61, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -6%; } }
      @media screen and (max-width: 480px) {
        /* line 61, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2 {
          margin-top: -3em; } }
      /* line 69, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type2 li {
        width: 47%;
        position: relative;
        margin-top: 10%; }
        @media screen and (max-width: 1050px) {
          /* line 69, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            width: 47%; } }
        @media screen and (max-width: 1050px) {
          /* line 69, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 6%; } }
        @media screen and (max-width: 480px) {
          /* line 69, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2 li {
            margin-top: 3em;
            width: 100%; } }
      /* line 86, 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 86, 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 86, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(2) {
            padding: 0;
            padding-left: 2em; } }
      /* line 98, 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: 1050px) {
          /* line 98, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            right: 0; } }
        @media screen and (max-width: 700px) {
          /* line 98, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type2.broken li:nth-child(3) {
            margin-top: -4em; } }
        @media screen and (max-width: 480px) {
          /* line 98, 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 114, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type2.broken li:nth-child(4) {
          padding-left: 3em; } }
    /* line 122, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type3 {
      justify-content: flex-start; }
      /* line 124, sass/lp/_topmenu.scss */
      .topctt .topmenu ul.menu_type3 li {
        width: 30%;
        position: relative;
        margin-right: 5%; }
        /* line 128, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type3 li:nth-child(3n) {
          margin-right: 0%; }
        @media screen and (max-width: 480px) {
          /* line 124, sass/lp/_topmenu.scss */
          .topctt .topmenu ul.menu_type3 li {
            width: 100%; } }
    /* line 137, sass/lp/_topmenu.scss */
    .topctt .topmenu ul.menu_type4 li {
      width: 23%;
      position: relative; }
      @media screen and (max-width: 1050px) {
        /* line 137, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 47%; } }
      @media screen and (max-width: 480px) {
        /* line 137, sass/lp/_topmenu.scss */
        .topctt .topmenu ul.menu_type4 li {
          width: 100%; } }
    /* line 149, sass/lp/_topmenu.scss */
    .topctt .topmenu ul li.li_nomargin {
      margin-top: 0; }
/* line 158, sass/lp/_topmenu.scss */
.topctt.top_bg3 .topmenu ul li {
  background: #eff4f4;
  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 165, sass/lp/_topmenu.scss */
  .topctt.top_bg3 .topmenu ul li h2 span, .topctt.top_bg3 .topmenu ul li h3 span {
    color: #fff; }

/* 流れ */
/* 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: #ffe544;
      color: #fff;
      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: -4em;
          left: 0;
          right: auto;
          bottom: auto;
          z-index: 2;
          color: #20bae5;
          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: 0;
              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: 4em;
            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: 5em; } }
        /* line 62, 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;
          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: 100%;
              margin-left: 0;
              padding-bottom: 0; } }
          /* line 75, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .imgbpx img {
            width: 100%;
            height: auto; }
        @media screen and (max-width: 700px) {
          /* line 79, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 48%;
            font-size: 1.5em;
            padding-top: 0; } }
        @media screen and (max-width: 480px) {
          /* line 79, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox {
            width: 100%;
            padding-left: 0;
            padding-top: 0; } }
        /* line 91, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox .flow_ttl .eg {
          font-weight: 700; }
        /* line 95, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox p {
          line-height: 1.5em;
          color: #646464; }
          @media screen and (max-width: 480px) {
            /* line 95, sass/lp/_flowbox.scss */
            .topctt .flowbox ul li .flowctt .txtbox p {
              line-height: 1.8em; } }
        /* line 102, sass/lp/_flowbox.scss */
        .topctt .flowbox ul li .flowctt .txtbox h4 {
          color: #20bae5;
          line-height: 2em;
          margin-bottom: 0.3em; }
          /* line 106, sass/lp/_flowbox.scss */
          .topctt .flowbox ul li .flowctt .txtbox h4 span {
            line-height: 0 !important; }
      /* line 112, 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: #20bae5; }
        @media screen and (max-width: 700px) {
          /* line 112, 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 130, sass/lp/_flowbox.scss */
      .topctt .flowbox ul li:last-child::after {
        display: none;
        content: none; }
    /* line 137, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type2 li {
      width: 49%;
      margin-right: 2%; }
      /* line 140, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type2 li:nth-child(2n) {
        margin-right: 0; }
        /* line 142, 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 137, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type2 li {
          width: 100%;
          margin-right: 0; } }
    /* line 154, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type3 li {
      width: 32%;
      margin-right: 2%; }
      /* line 157, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type3 li:nth-child(3n) {
        margin-right: 0; }
        /* line 159, 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 154, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type3 li {
          width: 100%;
          margin-right: 0; } }
    /* line 171, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type4 li {
      width: 23.5%;
      margin-right: 2%; }
      /* line 174, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type4 li:nth-child(4n) {
        margin-right: 0; }
        /* line 176, 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 171, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type4 li {
          width: 100%;
          margin-right: 0; } }
    /* line 188, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type5 li {
      width: 18.4%;
      margin-right: 2%; }
      /* line 191, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type5 li:nth-child(5n) {
        margin-right: 0; }
        /* line 193, 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 188, sass/lp/_flowbox.scss */
        .topctt .flowbox ul.flow_type5 li {
          width: 100%;
          margin-right: 0; } }
    /* line 205, sass/lp/_flowbox.scss */
    .topctt .flowbox ul.flow_type6 li {
      width: 15%;
      margin-right: 2%; }
      /* line 208, sass/lp/_flowbox.scss */
      .topctt .flowbox ul.flow_type6 li:nth-child(6n) {
        margin-right: 0; }
        /* line 210, 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 205, 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: #20bae5;
      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: #eff4f4;
    color: #000;
    margin-top: -1px; }
  /* line 23, sass/lp/_block.scss */
  .topctt.top_bg3 {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #20bae5), to(#1d91cc));
    background: -webkit-linear-gradient(top, #20bae5 0, #1d91cc 100%);
    background: -moz-linear-gradient(top, #20bae5 0, #1d91cc 100%);
    background: -o-linear-gradient(top, #20bae5 0, #1d91cc 100%);
    background: linear-gradient(180deg, #20bae5 0, #1d91cc 100%);
    color: #fff; }

/* テキストブロック */
/* line 31, sass/lp/_block.scss */
.topctt .txt_block {
  padding-top: 4em; }
  /* line 33, sass/lp/_block.scss */
  .topctt .txt_block:first-child {
    padding-top: 0; }
/* line 37, sass/lp/_block.scss */
.topctt h2 + .txt_block,
.topctt h3 + .txt_block {
  padding-top: 0; }
/* line 42, sass/lp/_block.scss */
.topctt .innerbox .txt_block {
  padding-top: 4em; }
  /* line 44, sass/lp/_block.scss */
  .topctt .innerbox .txt_block:first-child {
    padding-top: 0; }
/* line 48, sass/lp/_block.scss */
.topctt .innerbox h2 + .txt_block,
.topctt .innerbox h3 + .txt_block {
  padding-top: 0; }

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

/* トップページセクション個別 */
/* line 67, sass/lp/_block.scss */
#passion {
  background: url("../../../images/bg_txt1.svg") no-repeat 0 0/90% auto, -webkit-gradient(linear, left top, left bottom, color-stop(0, #20bae5), to(#ffdb00));
  background: url("../../../images/bg_txt1.svg") no-repeat 0 0/90% auto, -webkit-linear-gradient(top, #20bae5 0, #ffdb00 100%);
  background: url("../../../images/bg_txt1.svg") no-repeat 0 0/90% auto, -moz-linear-gradient(top, #20bae5 0, #ffdb00 100%);
  background: url("../../../images/bg_txt1.svg") no-repeat 0 0/90% auto, -o-linear-gradient(top, #20bae5 0, #ffdb00 100%);
  background: url("../../../images/bg_txt1.svg") no-repeat 0 0/90% auto, linear-gradient(180deg, #20bae5 0, #ffdb00 100%); }

/* Scss Document */
/* =============================== グーグルカレンダー ========================================================== */
/* line 3, sass/lp/_cal.scss */
.cal_box {
  margin: 0 auto;
  width: 50%;
  position: relative; }
  /* line 694, sass/_mixins.scss */
  .cal_box::before {
    content: "";
    display: block;
    padding-top: 75%; }
  @media screen and (max-width: 700px) {
    /* line 3, sass/lp/_cal.scss */
    .cal_box {
      width: 100%; } }
  /* line 11, sass/lp/_cal.scss */
  .cal_box iframe {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto; }

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