@charset "UTF-8";
/* CSS Document */
/*
Theme Name: キャリアカレッジ
Author: 株式会社ジャンプス

*/
/* line 1, sass/_layout.scss */
* {
  margin: 0;
  padding: 0; }

/* line 5, sass/_layout.scss */
body, html {
  scroll-behavior: smooth; }

/* =======================================================================================================================
　　　　　　　　　全体
======================================================================================================================= */
/* line 12, sass/_layout.scss */
body {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal;
  font-size: 1vw;
  font-weight: 500;
  line-height: 2em;
  letter-spacing: 0;
  background: #fff;
  color: #000;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  @media screen and (max-width: 1350px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 1.5vw; } }
  @media screen and (max-width: 768px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 2.5vw; } }
  @media screen and (max-width: 480px) {
    /* line 12, sass/_layout.scss */
    body {
      font-size: 4vw; } }
  /* line 22, sass/_layout.scss */
  .wf-active body {
    opacity: 1;
    filter: alpha(opacity=100); }

/* =======================================================================================================================
　　　　　　　　　レイアウト
======================================================================================================================= */
/* line 30, sass/_layout.scss */
.sec {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 0; }

/* line 34, sass/_layout.scss */
.innerbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10em; }
  @media screen and (max-width: 1350px) {
    /* line 34, sass/_layout.scss */
    .innerbox {
      padding: 0 5em; } }
  @media screen and (max-width: 768px) {
    /* line 34, sass/_layout.scss */
    .innerbox {
      padding: 0 2.5em; } }
  @media screen and (max-width: 480px) {
    /* line 34, sass/_layout.scss */
    .innerbox {
      padding: 0 2em; } }

/* line 48, sass/_layout.scss */
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  padding: 0 2.5em;
  height: 5em;
  box-sizing: border-box;
  z-index: 999; }
  @media screen and (max-width: 1350px) {
    /* line 48, sass/_layout.scss */
    #header {
      height: 5em;
      padding: 0 1.5em; } }
  @media screen and (max-width: 768px) {
    /* line 48, sass/_layout.scss */
    #header {
      padding: 0 1em; } }

/* line 64, sass/_layout.scss */
.fix_btn {
  width: 10em;
  position: fixed;
  top: auto;
  left: auto;
  right: 1em;
  bottom: 1em;
  z-index: 999; }
  @media screen and (max-width: 1350px) {
    /* line 64, sass/_layout.scss */
    .fix_btn {
      width: 8em; } }
  @media screen and (max-width: 480px) {
    /* line 64, sass/_layout.scss */
    .fix_btn {
      left: 0.5em;
      right: auto;
      bottom: 0.5em;
      /* 新着表示時スマホ */
      /* 横長画面非表示 */ }
      /* line 78, sass/_layout.scss */
      #front-page .fix_btn.news_on {
        bottom: 6em;
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        /* line 81, sass/_layout.scss */
        #front-page .fix_btn.news_on.scroll {
          bottom: 0.5em; } }
  @media screen and (max-width: 480px) and (min-aspect-ratio: 10 / 11) {
    /* line 64, sass/_layout.scss */
    .fix_btn {
      display: none; } }

/* line 94, sass/_layout.scss */
#wrapper {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden; }

/* line 99, sass/_layout.scss */
#footer {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2.5em; }
  @media screen and (max-width: 1350px) {
    /* line 99, sass/_layout.scss */
    #footer {
      padding: 1.5em; } }
  @media screen and (max-width: 768px) {
    /* line 99, sass/_layout.scss */
    #footer {
      padding: 1.5em 1em; } }
  @media screen and (max-width: 480px) {
    /* line 99, sass/_layout.scss */
    #footer {
      padding: 2.5em 1em; } }

/* ================= 下層ページ共通固定スライダー ============================================================ */
/* line 114, sass/_layout.scss */
body {
  /* 記事ページ非表示 */ }
  /* line 115, sass/_layout.scss */
  body#front-page {
    /* 画像 */ }
    /* line 117, sass/_layout.scss */
    body#front-page .staffimg {
      position: absolute;
      top: 0;
      left: 5%;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media screen and (max-aspect-ratio: 1 / 1) {
        /* line 117, sass/_layout.scss */
        body#front-page .staffimg {
          top: 20vh;
          left: 0; } }
      @media screen and (max-aspect-ratio: 5 / 8) {
        /* line 117, sass/_layout.scss */
        body#front-page .staffimg {
          top: 30vh;
          top: calc(var(--vh, 1vh) * 30 ); } }
      @media screen and (max-aspect-ratio: 5 / 9) {
        /* line 117, sass/_layout.scss */
        body#front-page .staffimg {
          top: 40vh;
          top: calc(var(--vh, 1vh) * 40 ); } }
      @media screen and (max-aspect-ratio: 1 / 2) {
        /* line 117, sass/_layout.scss */
        body#front-page .staffimg {
          top: 50vh;
          top: calc(var(--vh, 1vh) * 50 ); } }
      /* line 136, sass/_layout.scss */
      body#front-page .staffimg img {
        object-fit: contain;
        object-position: 100% 100%;
        width: 100%;
        height: 100%;
        filter: brightness(0.9); }
        @media screen and (max-aspect-ratio: 1 / 1) {
          /* line 136, sass/_layout.scss */
          body#front-page .staffimg img {
            object-fit: cover;
            object-position: 60% 100%;
            width: 100%;
            height: 100%; } }
  /* line 145, sass/_layout.scss */
  body .mainbg_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100 );
    z-index: -5;
    background: #3cb371; }
    /* line 153, sass/_layout.scss */
    body .mainbg_box .sliderimg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      /* 横長・縦長画像切り替え ------------------------------------------- */
      /* -------------------------- Meta Slider ------------------------------------------- */
      /* スライダー画像フルスクリーン表示 */
      /* キャプション */ }
      @media screen and (max-aspect-ratio: 1 / 1) {
        /* line 158, sass/_layout.scss */
        body .mainbg_box .sliderimg.slider_pc {
          display: none; } }
      /* line 163, sass/_layout.scss */
      body .mainbg_box .sliderimg.slider_sp {
        display: none; }
        @media screen and (max-aspect-ratio: 1 / 1) {
          /* line 163, sass/_layout.scss */
          body .mainbg_box .sliderimg.slider_sp {
            display: block; } }
      /* line 171, sass/_layout.scss */
      body .mainbg_box .sliderimg .metaslider,
      body .mainbg_box .sliderimg #metaslider_container_1028,
      body .mainbg_box .sliderimg #metaslider_container_000,
      body .mainbg_box .sliderimg .slider-wrapper,
      body .mainbg_box .sliderimg .nivoSlider,
      body .mainbg_box .sliderimg .nivo-slice {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        height: auto !important;
        min-height: inherit !important;
        width: auto !important;
        min-width: inherit !important; }
      /* line 189, sass/_layout.scss */
      body .mainbg_box .sliderimg .metaslider .nivoSlider img,
      body .mainbg_box .sliderimg .metaslider .nivoSlider .nivo-slice img {
        object-fit: cover !important;
        object-position: 50% 70% !important;
        width: 100% !important;
        height: 100% !important; }
      /* line 197, sass/_layout.scss */
      body .mainbg_box .sliderimg .nivo-caption {
        font-size: 1em;
        text-align: right;
        bottom: 11em;
        background: transparent;
        padding-right: 1em; }
        @media screen and (max-width: 768px) {
          /* line 197, sass/_layout.scss */
          body .mainbg_box .sliderimg .nivo-caption {
            bottom: 9em; } }
        @media screen and (max-width: 480px) {
          /* line 197, sass/_layout.scss */
          body .mainbg_box .sliderimg .nivo-caption {
            bottom: 7em; } }
        /* line 209, sass/_layout.scss */
        body .mainbg_box .sliderimg .nivo-caption span {
          font-family: "Fredoka", sans-serif;
          font-optical-sizing: auto;
          font-style: normal;
          letter-spacing: 0.1em; }
  /* line 217, sass/_layout.scss */
  body:not(#front-page) .mainbg_box {
    /* 画像 */ }
    /* line 220, sass/_layout.scss */
    body:not(#front-page) .mainbg_box .staffimg {
      position: absolute;
      top: 3%;
      left: 5%;
      right: -3.8%;
      bottom: auto;
      height: 30em; }
      @media screen and (max-width: 1350px) {
        /* line 220, sass/_layout.scss */
        body:not(#front-page) .mainbg_box .staffimg {
          height: 20em;
          left: 0;
          right: -4%;
          top: 10%; } }
      @media screen and (max-width: 768px) {
        /* line 220, sass/_layout.scss */
        body:not(#front-page) .mainbg_box .staffimg {
          top: 0;
          left: auto;
          right: -5%;
          bottom: auto;
          width: 45%;
          height: 25em; } }
      @media screen and (max-width: 480px) {
        /* line 220, sass/_layout.scss */
        body:not(#front-page) .mainbg_box .staffimg {
          top: 0;
          left: auto;
          right: -8%;
          bottom: auto;
          width: 70%;
          height: 26.1em; } }
      /* line 245, sass/_layout.scss */
      body:not(#front-page) .mainbg_box .staffimg img {
        object-fit: contain;
        object-position: 100% 100%;
        width: 100%;
        height: 100%; }
@media screen and (max-aspect-ratio: 1 / 1) and (max-width: 768px) {
  /* line 250, sass/_layout.scss */
  body:not(#front-page) .mainbg_box .sliderimg {
    bottom: auto;
    height: 70vw; }
    /* line 255, sass/_layout.scss */
    body:not(#front-page) .mainbg_box .sliderimg .metaslider .nivoSlider img,
    body:not(#front-page) .mainbg_box .sliderimg .metaslider .nivoSlider .nivo-slice img {
      object-position: 50% 80% !important; } }
@media screen and (max-aspect-ratio: 1 / 1) and (max-width: 480px) {
  /* line 250, sass/_layout.scss */
  body:not(#front-page) .mainbg_box .sliderimg {
    height: 120vw; } }

  /* line 271, sass/_layout.scss */
  body#newspost .mainbg_box .staffimg {
    display: none; }

/* 欧文フォント */
/* line 2, sass/elements/_text.scss */
.eg {
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }

/* 日本語フォント */
/* line 7, sass/elements/_text.scss */
.jp {
  font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
  font-style: normal; }

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

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

/* パソコン改行 */
@media screen and (min-width: 1351px) {
  /* line 20, sass/elements/_text.scss */
  .pcbr {
    display: block; } }

/* ノートパソコン改行 */
/* line 27, sass/elements/_text.scss */
.npbr {
  display: none; }
  @media screen and (max-width: 1350px) {
    /* line 27, sass/elements/_text.scss */
    .npbr {
      display: block; } }

/* タブレット改行 */
/* line 35, sass/elements/_text.scss */
.tbbr {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 35, sass/elements/_text.scss */
    .tbbr {
      display: block; } }

/* スマホ改行 */
/* line 43, sass/elements/_text.scss */
.spbr {
  display: none; }
  @media screen and (max-width: 480px) {
    /* line 43, sass/elements/_text.scss */
    .spbr {
      display: block; } }

/* スマホ非表示 */
@media screen and (max-width: 480px) {
  /* line 51, sass/elements/_text.scss */
  .spnone {
    display: none; } }

/* 見出し */
/* line 58, sass/elements/_text.scss */
.sec_header {
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1.5em;
  z-index: 2; }
  @media screen and (max-width: 1350px) {
    /* line 58, sass/elements/_text.scss */
    .sec_header {
      padding-bottom: 2.5em; } }
  /* line 67, sass/elements/_text.scss */
  .sec_header .sec_ttl {
    font-size: 1em; }
    /* line 69, sass/elements/_text.scss */
    .sec_header .sec_ttl .eg,
    .sec_header .sec_ttl .jp {
      display: block; }
    /* line 73, sass/elements/_text.scss */
    .sec_header .sec_ttl .eg {
      font-size: 5.5em;
      font-weight: 500;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        /* line 73, sass/elements/_text.scss */
        .sec_header .sec_ttl .eg {
          font-size: 3.5em; } }
      @media screen and (max-width: 480px) {
        /* line 73, sass/elements/_text.scss */
        .sec_header .sec_ttl .eg {
          font-size: 1.8em; } }
    /* line 84, sass/elements/_text.scss */
    .sec_header .sec_ttl .jp {
      font-size: 1.5em;
      font-weight: 700;
      line-height: 1em;
      padding-top: 0.5em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 480px) {
        /* line 84, sass/elements/_text.scss */
        .sec_header .sec_ttl .jp {
          font-size: 1.1em;
          padding-top: 0.25em; } }

/* 英語コピー */
/* line 99, sass/elements/_text.scss */
.eg_txt {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Fredoka", sans-serif;
  font-optical-sizing: auto;
  font-style: normal; }
  /* line 102, sass/elements/_text.scss */
  .eg_txt .txt_l {
    font-size: 10em;
    font-weight: 600;
    line-height: 1em;
    margin-top: -0.25em; }
    @media screen and (max-width: 1350px) {
      /* line 102, sass/elements/_text.scss */
      .eg_txt .txt_l {
        font-size: 8.5em; } }
    @media screen and (max-width: 768px) {
      /* line 102, sass/elements/_text.scss */
      .eg_txt .txt_l {
        font-size: 7em; } }
    @media screen and (max-width: 480px) {
      /* line 102, sass/elements/_text.scss */
      .eg_txt .txt_l {
        font-size: 5.6em;
        line-height: 0.8em; } }
  /* line 118, sass/elements/_text.scss */
  .eg_txt .txt_m {
    font-size: 2.5em;
    font-weight: 700;
    line-height: 1em;
    padding-top: 0.2em; }
    @media screen and (max-width: 480px) {
      /* line 118, sass/elements/_text.scss */
      .eg_txt .txt_m {
        padding-top: 0.5em; } }
  /* line 127, sass/elements/_text.scss */
  .eg_txt .txt_s {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1em;
    padding-top: 0.7em; }

/* 日本語コピー */
/* line 136, sass/elements/_text.scss */
.jp_txt {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 0.5em; }
  /* line 139, sass/elements/_text.scss */
  .jp_txt .txt_l {
    font-size: 3.75em;
    font-weight: 900;
    line-height: 1.25em; }
    @media screen and (max-width: 768px) {
      /* line 139, sass/elements/_text.scss */
      .jp_txt .txt_l {
        font-size: 2.5em; } }
  /* line 147, sass/elements/_text.scss */
  .jp_txt .txt_m {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em;
    padding-top: 1.25em;
    padding-bottom: 0; }
    @media screen and (max-width: 768px) {
      /* line 147, sass/elements/_text.scss */
      .jp_txt .txt_m {
        font-size: 1.5em; } }
    /* line 156, sass/elements/_text.scss */
    .jp_txt .txt_m strong {
      font-weight: 700; }
  /* line 160, sass/elements/_text.scss */
  .jp_txt .txt_s {
    padding-top: 1em; }
    /* line 162, sass/elements/_text.scss */
    .jp_txt .txt_s span {
      display: block; }

/* 段落 */
/* line 169, sass/elements/_text.scss */
p {
  padding-bottom: 2em; }

/* 注釈 */
/* line 174, sass/elements/_text.scss */
.note {
  padding-left: 1em;
  text-indent: -1em;
  color: #3cb371;
  font-size: 0.85em;
  line-height: 1.25em; }
  /* line 180, sass/elements/_text.scss */
  .note::before {
    content: "※"; }

/* 赤 */
/* line 186, sass/elements/_text.scss */
.red {
  color: #ff7f50; }

/* 青 */
/* line 191, sass/elements/_text.scss */
.blue {
  color: #3cb371; }

/* 白 */
/* line 196, sass/elements/_text.scss */
.white {
  color: #fff; }

/* 黄色 */
/* line 201, sass/elements/_text.scss */
.yellow {
  color: #ffff00; }

/* 画像 */
/* line 2, sass/elements/_img.scss */
img {
  vertical-align: bottom; }
  /* line 4, sass/elements/_img.scss */
  img.img100 {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%; }

/* line 8, sass/elements/_img.scss */
.imgbox {
  line-height: 0; }

/* =======================================================================================================================
　　　　　　　　　アニメーション
======================================================================================================================= */
/* 左右に揺れるアニメーション */
@-webkit-keyframes ani_rl {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(5em, 0);
    transform: translate(5em, 0); } }
/* 上下に揺れるアニメーション */
@-webkit-keyframes ani_tb {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 0.5em);
    transform: translate(0, 0.5em); } }
/* 飛び出すアニメーション */
@-webkit-keyframes ani_jmp {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0.5, 0) translate(0, 100%);
    transform: scale(0.5, 0) translate(0, 100%); }
  20% {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1, 1) translate(0, -5em);
    transform: scale(1, 1) translate(0, -5em); }
  40% {
    -webkit-transform: scale(1, 0.5) translate(0, 0);
    transform: scale(1, 0.5) translate(0, 0); }
  60% {
    -webkit-transform: scale(1, 1) translate(0, -1.5em);
    transform: scale(1, 1) translate(0, -1.5em); }
  75% {
    -webkit-transform: scale(1, 0.75) translate(0, 0);
    transform: scale(1, 0.75) translate(0, 0); }
  90% {
    -webkit-transform: scale(1, 1) translate(0, -1em);
    transform: scale(1, 1) translate(0, -1em); }
  100% {
    -webkit-transform: scale(1, 1) translate(0, 0);
    transform: scale(1, 1) translate(0, 0); } }
/* 読み込み遅延 */
/* line 2, sass/elements/_lazyload.scss */
img {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  /* line 4, sass/elements/_lazyload.scss */
  img.lazyload {
    opacity: 0;
    filter: alpha(opacity=0); }
  /* line 7, sass/elements/_lazyload.scss */
  img.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }

/* 読み込み遅延 */
/* line 12, sass/elements/_lazyload.scss */
.lazyload0, .lazyload1, .lazyload2, .lazyload3, .lazyload4 {
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0); }
  /* line 15, sass/elements/_lazyload.scss */
  .lazyload0.lazyloaded, .lazyload1.lazyloaded, .lazyload2.lazyloaded, .lazyload3.lazyloaded, .lazyload4.lazyloaded {
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1;
    filter: alpha(opacity=100); }

/* line 20, sass/elements/_lazyload.scss */
.lazyload1 {
  -webkit-transform: translate(0, 2.5em);
  -moz-transform: translate(0, 2.5em);
  -ms-transform: translate(0, 2.5em);
  -o-transform: translate(0, 2.5em);
  transform: translate(0, 2.5em); }
  /* line 22, sass/elements/_lazyload.scss */
  .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 26, sass/elements/_lazyload.scss */
.lazyload2 {
  -webkit-transform: translate(-2.5em, 0);
  -moz-transform: translate(-2.5em, 0);
  -ms-transform: translate(-2.5em, 0);
  -o-transform: translate(-2.5em, 0);
  transform: translate(-2.5em, 0); }
  /* line 28, sass/elements/_lazyload.scss */
  .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 32, sass/elements/_lazyload.scss */
.lazyload3 {
  -webkit-transform: translate(2.5em, 0);
  -moz-transform: translate(2.5em, 0);
  -ms-transform: translate(2.5em, 0);
  -o-transform: translate(2.5em, 0);
  transform: translate(2.5em, 0); }
  /* line 34, sass/elements/_lazyload.scss */
  .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* line 38, sass/elements/_lazyload.scss */
.lazyload4 {
  -webkit-transform: translate(0, -2.5em);
  -moz-transform: translate(0, -2.5em);
  -ms-transform: translate(0, -2.5em);
  -o-transform: translate(0, -2.5em);
  transform: translate(0, -2.5em); }
  /* line 40, sass/elements/_lazyload.scss */
  .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

/* トップページ内コンテンツの場合 */
/* line 77, sass/elements/_lazyload.scss */
#front-page section .lazyload0.lazyloaded, #front-page section .lazyload1.lazyloaded, #front-page section .lazyload2.lazyloaded, #front-page section .lazyload3.lazyloaded, #front-page section .lazyload4.lazyloaded {
  opacity: 0;
  filter: alpha(opacity=0); }
/* line 82, sass/elements/_lazyload.scss */
#front-page section .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 2.5em);
  -moz-transform: translate(0, 2.5em);
  -ms-transform: translate(0, 2.5em);
  -o-transform: translate(0, 2.5em);
  transform: translate(0, 2.5em); }
/* line 87, sass/elements/_lazyload.scss */
#front-page section .lazyload2.lazyloaded {
  -webkit-transform: translate(-2.5em, 0);
  -moz-transform: translate(-2.5em, 0);
  -ms-transform: translate(-2.5em, 0);
  -o-transform: translate(-2.5em, 0);
  transform: translate(-2.5em, 0); }
/* line 92, sass/elements/_lazyload.scss */
#front-page section .lazyload3.lazyloaded {
  -webkit-transform: translate(2.5em, 0);
  -moz-transform: translate(2.5em, 0);
  -ms-transform: translate(2.5em, 0);
  -o-transform: translate(2.5em, 0);
  transform: translate(2.5em, 0); }
/* line 97, sass/elements/_lazyload.scss */
#front-page section .lazyload4.lazyloaded {
  -webkit-transform: translate(0, -2.5em);
  -moz-transform: translate(0, -2.5em);
  -ms-transform: translate(0, -2.5em);
  -o-transform: translate(0, -2.5em);
  transform: translate(0, -2.5em); }
/* line 47, sass/elements/_lazyload.scss */
#front-page section.on .lazyload0.lazyloaded, #front-page section.on .lazyload1.lazyloaded, #front-page section.on .lazyload2.lazyloaded, #front-page section.on .lazyload3.lazyloaded, #front-page section.on .lazyload4.lazyloaded {
  opacity: 1;
  filter: alpha(opacity=100); }
/* line 52, sass/elements/_lazyload.scss */
#front-page section.on .lazyload1.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 57, sass/elements/_lazyload.scss */
#front-page section.on .lazyload2.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 62, sass/elements/_lazyload.scss */
#front-page section.on .lazyload3.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
/* line 67, sass/elements/_lazyload.scss */
#front-page section.on .lazyload4.lazyloaded {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
@media screen and (min-width: 1921px) and (max-aspect-ratio: 100 / 53) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1920px) and (min-width: 1351px) and (max-aspect-ratio: 2 / 1) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 25 / 13) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 768px) and (min-width: 481px) and (max-aspect-ratio: 25 / 37) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

@media screen and (max-width: 480px) and (max-aspect-ratio: 35 / 68) {
  /* line 47, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload0.lazyloaded, #front-page section.onsp .lazyload1.lazyloaded, #front-page section.onsp .lazyload2.lazyloaded, #front-page section.onsp .lazyload3.lazyloaded, #front-page section.onsp .lazyload4.lazyloaded {
    opacity: 1;
    filter: alpha(opacity=100); }
  /* line 52, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload1.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 57, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload2.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 62, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload3.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  /* line 67, sass/elements/_lazyload.scss */
  #front-page section.onsp .lazyload4.lazyloaded {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }

/* リンク */
/* line 2, sass/elements/_link.scss */
a {
  color: #3cb371;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  /* line 5, sass/elements/_link.scss */
  #header a, .hm_menu_wrap a, #footer a, #front-page a {
    text-decoration: none; }
  /* line 11, sass/elements/_link.scss */
  a img {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  /* line 14, sass/elements/_link.scss */
  a:hover {
    color: #ff7f50; }
    /* line 16, sass/elements/_link.scss */
    a:hover img {
      opacity: 0.7;
      filter: alpha(opacity=70); }

/* ボタン */
/* line 52, sass/elements/_link.scss */
.btn {
  /* 白背景ボタン */
  /* 赤背景ボタン */ }
  /* line 53, sass/elements/_link.scss */
  .btn a {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5em;
    height: 3.75em;
    border-radius: 1.875em;
    padding-right: 1.875em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
    color: #fff;
    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;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (max-width: 1350px) {
      /* line 53, sass/elements/_link.scss */
      .btn a {
        font-size: 1.5vw; } }
    @media screen and (max-width: 768px) {
      /* line 53, sass/elements/_link.scss */
      .btn a {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 53, sass/elements/_link.scss */
      .btn a {
        font-size: 4vw; } }
    /* line 33, sass/mixin/_shadow.scss */
    .btn a:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0.2em, 0.2em);
      -moz-transform: translate(0.2em, 0.2em);
      -ms-transform: translate(0.2em, 0.2em);
      -o-transform: translate(0.2em, 0.2em);
      transform: translate(0.2em, 0.2em);
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 39, sass/elements/_link.scss */
    .btn a span {
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em; }
    /* line 43, sass/elements/_link.scss */
    .btn a:hover {
      background-position: right 0.8em top 50%; }
  /* line 59, sass/elements/_link.scss */
  .btn.btn_w a {
    background-color: #fff;
    background-image: url("/images/ya.svg");
    color: #000; }
  /* line 66, sass/elements/_link.scss */
  .btn.btn_r a {
    background-color: #ff7f50; }

/* -------------------------- 記事一覧 ------------------------------------------- */
/* line 4, sass/elements/_list.scss */
.post_list {
  list-style: none inside;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1351px) {
    /* line 4, sass/elements/_list.scss */
    .post_list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -1.3333333333%; }
      /* line 607, sass/_mixins.scss */
      .post_list li {
        width: 24%;
        margin-right: 1.3333333333%;
        margin-top: 1.3333333333%; }
        /* line 611, sass/_mixins.scss */
        .post_list li:nth-child(4n) {
          margin-right: 0; } }
@media screen and (max-width: 1350px) and (min-width: 769px) {
  /* line 4, sass/elements/_list.scss */
  .post_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4%; }
    /* line 581, sass/_mixins.scss */
    .post_list li {
      width: 48%;
      margin-right: 4%;
      margin-top: 4%; }
      /* line 585, sass/_mixins.scss */
      .post_list li:nth-child(2n) {
        margin-right: 0; } }

  @media screen and (max-width: 768px) {
    /* line 4, sass/elements/_list.scss */
    .post_list {
      margin-top: -2em; }
      /* line 618, sass/_mixins.scss */
      .post_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 4, sass/elements/_list.scss */
    .post_list {
      margin-top: -1em; }
      /* line 618, sass/_mixins.scss */
      .post_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 1em; } }
  /* line 26, sass/elements/_list.scss */
  .post_list li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 記事ボックス ------------------------------------------- */
    /* 出現動作 ------------------------------------------- */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate3d(1, -1, 0, 90deg);
    -moz-transform: rotate3d(1, -1, 0, 90deg);
    transform: rotate3d(1, -1, 0, 90deg);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    /* line 30, sass/elements/_list.scss */
    .post_list li a {
      /* 画像（追加） */
      text-decoration: none;
      display: block;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.875em;
      background: #fff;
      color: #000 !important;
      border-radius: 1em;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* 矢印 */
      /* 日付 */
      /* 記事タイトル */
      /* 記事抜粋文 */
      /* マウスオーバー時 */ }
      /* line 33, sass/elements/_list.scss */
      .post_list li a img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4/3;
        object-fit: cover; }
      /* line 33, sass/mixin/_shadow.scss */
      .post_list li a:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 50, sass/elements/_list.scss */
      .post_list li a::before {
        content: "";
        display: block;
        position: absolute;
        top: 1em;
        left: auto;
        right: 1em;
        bottom: auto;
        width: 1.4em;
        height: 1.4em;
        background: url("/images/ya.svg") no-repeat 0 0/contain;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-1em, 0);
        -moz-transform: translate(-1em, 0);
        -ms-transform: translate(-1em, 0);
        -o-transform: translate(-1em, 0);
        transform: translate(-1em, 0);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      /* line 62, sass/elements/_list.scss */
      .post_list li a .date {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Fredoka", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 1.5em;
        font-weight: 500;
        line-height: 1em;
        color: #ff7f50; }
      /* line 72, sass/elements/_list.scss */
      .post_list li a .post_ttl {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1em;
        font-weight: 700;
        line-height: 1.2em;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        /* Opera9,10対応 */
        margin-top: 0.5em; }
      /* line 82, sass/elements/_list.scss */
      .post_list li a .post_txt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.85em;
        font-weight: 400;
        line-height: 1.47em;
        margin-top: 0.5em;
        padding-bottom: 0; }
        /* line 90, sass/elements/_list.scss */
        .post_list li a .post_txt:not(.event_txt) {
          height: 3em;
          overflow: hidden;
          text-align: justify; }
          /* line 222, sass/_mixins.scss */
          .post_list li a .post_txt:not(.event_txt)::before, .post_list li a .post_txt:not(.event_txt)::after {
            position: absolute;
            background: #fff; }
          /* line 227, sass/_mixins.scss */
          .post_list li a .post_txt:not(.event_txt)::before {
            content: "…";
            bottom: 0;
            right: 0; }
          /* line 232, sass/_mixins.scss */
          .post_list li a .post_txt:not(.event_txt)::after {
            content: "";
            height: 100%;
            width: 100%; }
      /* line 98, sass/elements/_list.scss */
      .post_list li a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(6) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(7) {
      -webkit-transition-delay: 0.7s;
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(8) {
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(9) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(10) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(11) {
      -webkit-transition-delay: 1.1s;
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    /* line 112, sass/elements/_list.scss */
    .post_list li:nth-child(12) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    /* line 118, sass/elements/_list.scss */
    body:not(#front-page) .post_list li.lazyloaded {
      -webkit-transform: rotate3d(1, -1, 0, 0deg);
      -moz-transform: rotate3d(1, -1, 0, 0deg);
      transform: rotate3d(1, -1, 0, 0deg);
      opacity: 1;
      filter: alpha(opacity=100); }

/* -------------------------- 保育園・幼稚園一覧 ------------------------------------------- */
/* line 128, sass/elements/_list.scss */
.facility_list {
  list-style: none inside;
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (min-width: 1351px) {
    /* line 128, sass/elements/_list.scss */
    .facility_list {
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: -1.3333333333%; }
      /* line 607, sass/_mixins.scss */
      .facility_list li {
        width: 24%;
        margin-right: 1.3333333333%;
        margin-top: 1.3333333333%; }
        /* line 611, sass/_mixins.scss */
        .facility_list li:nth-child(4n) {
          margin-right: 0; } }
@media screen and (max-width: 1350px) and (min-width: 769px) {
  /* line 128, sass/elements/_list.scss */
  .facility_list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4%; }
    /* line 581, sass/_mixins.scss */
    .facility_list li {
      width: 48%;
      margin-right: 4%;
      margin-top: 4%; }
      /* line 585, sass/_mixins.scss */
      .facility_list li:nth-child(2n) {
        margin-right: 0; } }

  @media screen and (max-width: 768px) {
    /* line 128, sass/elements/_list.scss */
    .facility_list {
      margin-top: -2em; }
      /* line 618, sass/_mixins.scss */
      .facility_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 128, sass/elements/_list.scss */
    .facility_list {
      margin-top: -1em; }
      /* line 618, sass/_mixins.scss */
      .facility_list li {
        width: 100%;
        margin-right: 0;
        margin-top: 1em; } }
  /* line 150, sass/elements/_list.scss */
  .facility_list li {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 記事ボックス ------------------------------------------- */
    /* 出現動作 ------------------------------------------- */
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate3d(1, -1, 0, 90deg);
    -moz-transform: rotate3d(1, -1, 0, 90deg);
    transform: rotate3d(1, -1, 0, 90deg);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    /* line 154, sass/elements/_list.scss */
    .facility_list li a {
      border-radius: 1em;
      overflow: hidden;
      padding: 0 !important;
      /* 画像（追加） */
      text-decoration: none;
      display: block;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.875em;
      background: #fff;
      color: #000 !important;
      border-radius: 1em;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* 矢印 */
      /* テキストエリア */
      /* マウスオーバー時 */ }
      /* line 160, sass/elements/_list.scss */
      .facility_list li a img {
        width: 100%;
        height: 100%;
        aspect-ratio: 4/3;
        object-fit: cover; }
      /* line 33, sass/mixin/_shadow.scss */
      .facility_list li a:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 177, sass/elements/_list.scss */
      .facility_list li a::before {
        content: "";
        display: block;
        position: absolute;
        top: 1em;
        left: auto;
        right: 1em;
        bottom: auto;
        width: 1.4em;
        height: 1.4em;
        background: url("/images/ya.svg") no-repeat 0 0/contain;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: translate(-1em, 0);
        -moz-transform: translate(-1em, 0);
        -ms-transform: translate(-1em, 0);
        -o-transform: translate(-1em, 0);
        transform: translate(-1em, 0);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
      /* line 189, sass/elements/_list.scss */
      .facility_list li a .txtbox {
        padding: 1.5em;
        /* カテゴリー */
        /* 記事タイトル */
        /* 住所 */ }
        /* line 193, sass/elements/_list.scss */
        .facility_list li a .txtbox .cat {
          color: #666;
          font-size: 0.75em;
          padding-bottom: 0;
          line-height: 1.5em; }
        /* line 201, sass/elements/_list.scss */
        .facility_list li a .txtbox .post_ttl {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1em;
          font-weight: 700;
          line-height: 1.2em;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */
          margin-top: 0;
          padding-bottom: 0; }
        /* line 212, sass/elements/_list.scss */
        .facility_list li a .txtbox .address {
          font-size: 0.75em;
          padding-bottom: 0; }
      /* line 220, sass/elements/_list.scss */
      .facility_list li a:hover::before {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(1) {
      -webkit-transition-delay: 0.1s;
      -moz-transition-delay: 0.1s;
      -o-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(2) {
      -webkit-transition-delay: 0.2s;
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(3) {
      -webkit-transition-delay: 0.3s;
      -moz-transition-delay: 0.3s;
      -o-transition-delay: 0.3s;
      transition-delay: 0.3s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(4) {
      -webkit-transition-delay: 0.4s;
      -moz-transition-delay: 0.4s;
      -o-transition-delay: 0.4s;
      transition-delay: 0.4s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(5) {
      -webkit-transition-delay: 0.5s;
      -moz-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(6) {
      -webkit-transition-delay: 0.6s;
      -moz-transition-delay: 0.6s;
      -o-transition-delay: 0.6s;
      transition-delay: 0.6s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(7) {
      -webkit-transition-delay: 0.7s;
      -moz-transition-delay: 0.7s;
      -o-transition-delay: 0.7s;
      transition-delay: 0.7s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(8) {
      -webkit-transition-delay: 0.8s;
      -moz-transition-delay: 0.8s;
      -o-transition-delay: 0.8s;
      transition-delay: 0.8s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(9) {
      -webkit-transition-delay: 0.9s;
      -moz-transition-delay: 0.9s;
      -o-transition-delay: 0.9s;
      transition-delay: 0.9s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(10) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(11) {
      -webkit-transition-delay: 1.1s;
      -moz-transition-delay: 1.1s;
      -o-transition-delay: 1.1s;
      transition-delay: 1.1s; }
    /* line 234, sass/elements/_list.scss */
    .facility_list li:nth-child(12) {
      -webkit-transition-delay: 1.2s;
      -moz-transition-delay: 1.2s;
      -o-transition-delay: 1.2s;
      transition-delay: 1.2s; }
    /* line 240, sass/elements/_list.scss */
    body:not(#front-page) .facility_list li.lazyloaded {
      -webkit-transform: rotate3d(1, -1, 0, 0deg);
      -moz-transform: rotate3d(1, -1, 0, 0deg);
      transform: rotate3d(1, -1, 0, 0deg);
      opacity: 1;
      filter: alpha(opacity=100); }

/* 一覧の場所アイコン ------------------------------------------- */
/* line 251, sass/elements/_list.scss */
.volunteer_list .area-tag,
.facility_list .area-tag {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  /* Opera9,10対応 */
  font-size: 0.85em;
  font-weight: 400; }
  /* line 257, sass/elements/_list.scss */
  .volunteer_list .area-tag i,
  .facility_list .area-tag i {
    padding-right: 0.25em; }
  /* line 264, sass/elements/_list.scss */
  .volunteer_list .area-tag .area-list span:not(:last-child),
  .facility_list .area-tag .area-list span:not(:last-child) {
    padding-right: 0.1em; }

/* 検索 */
/* line 2, sass/elements/_form.scss */
.search-form {
  width: 100%;
  text-align: center; }
  /* line 5, sass/elements/_form.scss */
  .search-form label {
    width: 100%;
    margin: 0 auto;
    text-align: center; }

/* line 11, sass/elements/_form.scss */
input.search-field {
  width: 16em;
  line-height: 1em;
  padding: 1em;
  border: none;
  background: #3cb371; }

/* line 18, sass/elements/_form.scss */
.search-submit {
  width: 3em;
  height: 3em;
  box-sizing: border-box;
  border: none;
  background: #3cb371;
  padding: 1em;
  position: relative;
  top: 0.15em;
  cursor: pointer; }
  /* line 28, sass/elements/_form.scss */
  .search-submit .svg {
    width: 1em;
    height: 1em;
    fill: #fff; }

/* ================= フォーム ============================================================ */
/* ブラウザスタイル解除 */
/* line 42, sass/elements/_form.scss */
input:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

/* line 46, sass/elements/_form.scss */
input:-webkit-autofill-selected {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s; }

/* line 50, sass/elements/_form.scss */
input:-internal-autofill-selected {
  background-color: rgba(232, 240, 254, 0) !important; }

/* line 55, sass/elements/_form.scss */
.formbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* -------------------------- Contact Form 7 ------------------------------------------- */ }
  /* line 59, sass/elements/_form.scss */
  .formbox .wpcf7-form {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* フォームセット（共通） */
    /* ラベルで挟まれた項目 */
    /* fieldsetで挟まれた項目 */
    /* 郵便番号 */
    /* チェックボックス・ラジオボタン */
    /* セレクトメニュー */
    /* 承認確認 */
    /*送信ボタン*/
    /* エラーメッセージ */ }
    /* line 62, sass/elements/_form.scss */
    .formbox .wpcf7-form p {
      padding: 0 0 1em 0 !important;
      line-height: 1em !important; }
    /* line 68, sass/elements/_form.scss */
    .formbox .wpcf7-form .formctt {
      display: block;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0.5em 0;
      border-radius: 1em;
      overflow: hidden;
      background: #fff;
      color: #000;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      /* 項目名（共通） */
      /* フォーム内容（共通） */ }
      @media screen and (max-width: 480px) {
        /* line 68, sass/elements/_form.scss */
        .formbox .wpcf7-form .formctt {
          padding: 0 0.5em; } }
      /* line 82, sass/elements/_form.scss */
      .formbox .wpcf7-form .formctt .formname {
        display: block;
        width: 13em;
        padding: 0.5em 1em;
        line-height: 1.7em; }
        @media screen and (max-width: 480px) {
          /* line 82, sass/elements/_form.scss */
          .formbox .wpcf7-form .formctt .formname {
            width: 100%;
            padding: 1em 0.5em; } }
      /* line 94, sass/elements/_form.scss */
      .formbox .wpcf7-form .formctt .wpcf7-form-control-wrap {
        display: block;
        padding: 0.5em 1em; }
        @media screen and (min-width: 481px) {
          /* line 94, sass/elements/_form.scss */
          .formbox .wpcf7-form .formctt .wpcf7-form-control-wrap {
            border-left: #3cb371 dotted 2px; } }
        @media screen and (max-width: 480px) {
          /* line 94, sass/elements/_form.scss */
          .formbox .wpcf7-form .formctt .wpcf7-form-control-wrap {
            padding: 1em 0.5em;
            border-top: #3cb371 dotted 2px; } }
    /* line 109, sass/elements/_form.scss */
    .formbox .wpcf7-form label.formctt {
      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;
      /* 項目名 */
      /* フォーム内容 */ }
      /* line 114, sass/elements/_form.scss */
      .formbox .wpcf7-form label.formctt .formname {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        letter-spacing: 0;
        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: 480px) {
          /* line 114, sass/elements/_form.scss */
          .formbox .wpcf7-form label.formctt .formname {
            display: block;
            width: 100%; } }
      /* line 125, sass/elements/_form.scss */
      .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        @media screen and (max-width: 480px) {
          /* line 125, sass/elements/_form.scss */
          .formbox .wpcf7-form label.formctt .wpcf7-form-control-wrap {
            width: 100%;
            -webkit-box-flex: 0;
            -webkit-flex: none;
            -moz-box-flex: 0;
            -ms-flex: none;
            flex: none;
            display: block; } }
    /* line 139, sass/elements/_form.scss */
    .formbox .wpcf7-form fieldset.formctt {
      min-height: 5.2em;
      border: none;
      padding-left: 13em;
      margin-bottom: 1em;
      /* 項目名 */
      /* 段落 */
      /* 改行 */ }
      @media screen and (max-width: 480px) {
        /* line 139, sass/elements/_form.scss */
        .formbox .wpcf7-form fieldset.formctt {
          padding-left: 0.5em;
          padding-top: 3.7em; } }
      /* line 150, sass/elements/_form.scss */
      .formbox .wpcf7-form fieldset.formctt .formname {
        box-sizing: border-box;
        position: absolute;
        top: 0.5em;
        left: 0;
        right: auto;
        bottom: auto; }
        @media screen and (min-width: 481px) {
          /* line 150, sass/elements/_form.scss */
          .formbox .wpcf7-form fieldset.formctt .formname {
            min-height: 4.2em;
            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: 480px) {
          /* line 150, sass/elements/_form.scss */
          .formbox .wpcf7-form fieldset.formctt .formname {
            top: 0;
            left: 0.5em; } }
      /* line 164, sass/elements/_form.scss */
      .formbox .wpcf7-form fieldset.formctt p {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        min-height: 4.2em;
        line-height: 1.5em !important;
        padding: 0 !important;
        /* フォーム内容 */ }
        /* line 171, sass/elements/_form.scss */
        .formbox .wpcf7-form fieldset.formctt p .wpcf7-form-control-wrap {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.7em;
          min-height: 4.2em; }
          @media screen and (min-width: 481px) {
            /* line 171, sass/elements/_form.scss */
            .formbox .wpcf7-form fieldset.formctt p .wpcf7-form-control-wrap {
              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 182, sass/elements/_form.scss */
      .formbox .wpcf7-form fieldset.formctt br {
        display: none; }
    /* line 187, sass/elements/_form.scss */
    .formbox .wpcf7-form input[type="text"],
    .formbox .wpcf7-form input[type="email"],
    .formbox .wpcf7-form input[type="tel"],
    .formbox .wpcf7-form input[type="date"],
    .formbox .wpcf7-form select,
    .formbox .wpcf7-form textarea {
      font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-size: 1em;
      font-weight: 400;
      line-height: 1.7em;
      letter-spacing: 0;
      box-sizing: border-box;
      padding: 0.75em 1.5em;
      border-radius: 1.6em;
      border: none;
      background: #f5f5f5;
      /* エラーメッセージの余白 */ }
      /* line 205, sass/elements/_form.scss */
      .formbox .wpcf7-form input[type="text"] + .wpcf7-not-valid-tip,
      .formbox .wpcf7-form input[type="email"] + .wpcf7-not-valid-tip,
      .formbox .wpcf7-form input[type="tel"] + .wpcf7-not-valid-tip,
      .formbox .wpcf7-form input[type="date"] + .wpcf7-not-valid-tip,
      .formbox .wpcf7-form select + .wpcf7-not-valid-tip,
      .formbox .wpcf7-form textarea + .wpcf7-not-valid-tip {
        padding-top: 1em; }
    /* line 209, sass/elements/_form.scss */
    .formbox .wpcf7-form input[type="text"],
    .formbox .wpcf7-form input[type="email"],
    .formbox .wpcf7-form input[type="tel"],
    .formbox .wpcf7-form textarea {
      width: 100% !important; }
      /* line 214, sass/elements/_form.scss */
      .formbox .wpcf7-form input[type="text"]::placeholder,
      .formbox .wpcf7-form input[type="email"]::placeholder,
      .formbox .wpcf7-form input[type="tel"]::placeholder,
      .formbox .wpcf7-form textarea::placeholder {
        opacity: 0.5;
        filter: alpha(opacity=50); }
    /* line 221, sass/elements/_form.scss */
    .formbox .wpcf7-form .yubin input[type="text"] {
      width: 10em !important; }
    @media screen and (max-width: 768px) {
      /* line 227, sass/elements/_form.scss */
      .formbox .wpcf7-form .wpcf7-radio,
      .formbox .wpcf7-form .wpcf7-checkbox {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; } }
    /* line 233, sass/elements/_form.scss */
    .formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item,
    .formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item {
      margin-left: 0;
      margin-right: 1em; }
      /* line 236, sass/elements/_form.scss */
      .formbox .wpcf7-form .wpcf7-radio .wpcf7-list-item label,
      .formbox .wpcf7-form .wpcf7-checkbox .wpcf7-list-item label {
        cursor: pointer;
        font-weight: 400; }
    /* line 244, sass/elements/_form.scss */
    .formbox .wpcf7-form select {
      cursor: pointer; }
    /* line 249, sass/elements/_form.scss */
    .formbox .wpcf7-form .acceptance_box {
      padding-top: 1em; }
      /* line 252, sass/elements/_form.scss */
      .formbox .wpcf7-form .acceptance_box .wpcf7-acceptance label {
        letter-spacing: 0;
        cursor: pointer; }
    /* line 260, sass/elements/_form.scss */
    .formbox .wpcf7-form input[type="submit"] {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 12.5em;
      height: 3.75em;
      border-radius: 1.875em;
      padding-right: 1.875em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1vw;
      font-weight: 700;
      line-height: 1em;
      text-decoration: none;
      background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
      color: #fff;
      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;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border: none;
      cursor: pointer;
      letter-spacing: 1em;
      margin-top: 1em; }
      @media screen and (max-width: 1350px) {
        /* line 260, sass/elements/_form.scss */
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 1.5vw; } }
      @media screen and (max-width: 768px) {
        /* line 260, sass/elements/_form.scss */
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        /* line 260, sass/elements/_form.scss */
        .formbox .wpcf7-form input[type="submit"] {
          font-size: 4vw; } }
      /* line 33, sass/mixin/_shadow.scss */
      .formbox .wpcf7-form input[type="submit"]:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 39, sass/elements/_link.scss */
      .formbox .wpcf7-form input[type="submit"] span {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.2em; }
      /* line 43, sass/elements/_link.scss */
      .formbox .wpcf7-form input[type="submit"]:hover {
        background-position: right 0.8em top 50%; }
      /* line 266, sass/elements/_form.scss */
      .formbox .wpcf7-form input[type="submit"]:disabled {
        opacity: 0.3;
        filter: alpha(opacity=30);
        border: #000 dotted 0.15em;
        background-color: transparent;
        color: #000;
        cursor: not-allowed;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none; }
        /* line 22, sass/mixin/_shadow.scss */
        .formbox .wpcf7-form input[type="submit"]:disabled:hover {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none; }
        /* line 273, sass/elements/_form.scss */
        .formbox .wpcf7-form input[type="submit"]:disabled:hover {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          background-position: right 1em top 50%; }
    /* line 281, sass/elements/_form.scss */
    .formbox .wpcf7-form .wpcf7-not-valid-tip {
      display: inline-block;
      font-weight: 600;
      color: #ff7f50;
      letter-spacing: 0; }
      @media screen and (max-width: 480px) {
        /* line 281, sass/elements/_form.scss */
        .formbox .wpcf7-form .wpcf7-not-valid-tip {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          padding-top: 1em; } }
      /* line 291, sass/elements/_form.scss */
      .formbox .wpcf7-form .wpcf7-not-valid-tip::before {
        content: "\f06a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1; }
    /* line 296, sass/elements/_form.scss */
    .formbox .wpcf7-form .wpcf7-response-output {
      font-weight: 600;
      letter-spacing: 0;
      border: none !important;
      padding: 0;
      padding-left: 1em;
      text-indent: -1em;
      color: #3cb371; }
      /* line 304, sass/elements/_form.scss */
      .formbox .wpcf7-form .wpcf7-response-output::before {
        content: "\f06a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1; }

/* -------------------------- ログインフォーム ------------------------------------------- */
/* line 2, sass/elements/_login.scss */
.login_box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 40em;
  border-radius: 1em;
  padding: 5em;
  text-align: center;
  background: #fff;
  /* ------ TOPページ ----------------------------------- */
  /* フォームエリア ------------------------------------------- */
  /* 注意書き ------------------------------------------- */
  /* ログインボックスカラー */ }
  @media screen and (max-width: 480px) {
    /* line 2, sass/elements/_login.scss */
    .login_box {
      padding: 2.5em 1.5em; } }
  /* line 16, sass/elements/_login.scss */
  .login_box .swpm-login-widget-form {
    /* タイトル */
    /* 全て左寄せ */
    /* ボタン */ }
    /* line 19, sass/elements/_login.scss */
    .login_box .swpm-login-widget-form .swpm-username-label,
    .login_box .swpm-login-widget-form .swpm-password-label {
      font-size: 1.15em;
      text-align: left;
      padding-left: 0.5em;
      padding-bottom: 0.25em;
      color: #666; }
      @media screen and (max-width: 480px) {
        /* line 19, sass/elements/_login.scss */
        .login_box .swpm-login-widget-form .swpm-username-label,
        .login_box .swpm-login-widget-form .swpm-password-label {
          font-size: 1em; } }
    /* line 33, sass/elements/_login.scss */
    .login_box .swpm-login-widget-form .swpm-remember-me,
    .login_box .swpm-login-widget-form .swpm-login-submit,
    .login_box .swpm-login-widget-form .swpm-forgot-pass-link,
    .login_box .swpm-login-widget-form .swpm-join-us-link {
      text-align: left;
      padding-left: 0.5em; }
    /* line 42, sass/elements/_login.scss */
    .login_box .swpm-login-widget-form input[type="text"],
    .login_box .swpm-login-widget-form input[type="password"] {
      width: 100%;
      height: 5em;
      border-radius: 2.5em;
      padding-block: 0;
      padding-inline: 0;
      padding-left: 2em;
      border-width: 0;
      box-sizing: border-box;
      margin-bottom: 1.5em; }
      @media screen and (max-width: 768px) {
        /* line 42, sass/elements/_login.scss */
        .login_box .swpm-login-widget-form input[type="text"],
        .login_box .swpm-login-widget-form input[type="password"] {
          height: 4em; } }
    /* line 48, sass/elements/_login.scss */
    .login_box .swpm-login-widget-form .swpm-rember-label {
      font-size: 1.15em;
      color: #666; }
    /* line 54, sass/elements/_login.scss */
    .login_box .swpm-login-widget-form input[type="submit"] {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 12.5em;
      height: 3.75em;
      border-radius: 1.875em;
      padding-right: 1.875em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1vw;
      font-weight: 700;
      line-height: 1em;
      text-decoration: none;
      background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
      color: #fff;
      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;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-width: 0; }
      @media screen and (max-width: 1350px) {
        /* line 54, sass/elements/_login.scss */
        .login_box .swpm-login-widget-form input[type="submit"] {
          font-size: 1.5vw; } }
      @media screen and (max-width: 768px) {
        /* line 54, sass/elements/_login.scss */
        .login_box .swpm-login-widget-form input[type="submit"] {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        /* line 54, sass/elements/_login.scss */
        .login_box .swpm-login-widget-form input[type="submit"] {
          font-size: 4vw; } }
      /* line 33, sass/mixin/_shadow.scss */
      .login_box .swpm-login-widget-form input[type="submit"]:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 39, sass/elements/_link.scss */
      .login_box .swpm-login-widget-form input[type="submit"] span {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.2em; }
      /* line 43, sass/elements/_link.scss */
      .login_box .swpm-login-widget-form input[type="submit"]:hover {
        background-position: right 0.8em top 50%; }
  /* line 61, sass/elements/_login.scss */
  .login_box #loginform {
    display: inline-block;
    text-align: left;
    border-bottom: #3cb371 solid 0.1em;
    margin-bottom: 2em;
    /* ログイン状態保存 */
    /* ログインボタン */ }
    /* line 67, sass/elements/_login.scss */
    .login_box #loginform .login-username,
    .login_box #loginform .login-password {
      /* 項目名 */
      /* 入力欄 */ }
      /* line 71, sass/elements/_login.scss */
      .login_box #loginform .login-username label,
      .login_box #loginform .login-password label {
        display: inline-block;
        width: 6em; }
        @media screen and (max-width: 480px) {
          /* line 71, sass/elements/_login.scss */
          .login_box #loginform .login-username label,
          .login_box #loginform .login-password label {
            width: 100%;
            text-align: left;
            padding-left: 1em; } }
      /* line 83, sass/elements/_login.scss */
      .login_box #loginform .login-username input[type="text"],
      .login_box #loginform .login-username input[type="password"],
      .login_box #loginform .login-password input[type="text"],
      .login_box #loginform .login-password input[type="password"] {
        font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.7em;
        letter-spacing: 0;
        box-sizing: border-box;
        width: 15em;
        padding: 0.75em 1.5em;
        border-radius: 1.6em;
        border: none;
        background: #f5f5f5; }
        @media screen and (max-width: 480px) {
          /* line 83, sass/elements/_login.scss */
          .login_box #loginform .login-username input[type="text"],
          .login_box #loginform .login-username input[type="password"],
          .login_box #loginform .login-password input[type="text"],
          .login_box #loginform .login-password input[type="password"] {
            width: 100%; } }
    /* line 104, sass/elements/_login.scss */
    .login_box #loginform .login-remember {
      padding-top: 2em;
      padding-bottom: 1em;
      border-top: #3cb371 solid 0.1em;
      text-align: center; }
      /* line 110, sass/elements/_login.scss */
      .login_box #loginform .login-remember label {
        font-size: 0.9em;
        font-weight: 400;
        color: #666;
        cursor: pointer; }
    /* line 119, sass/elements/_login.scss */
    .login_box #loginform .login-submit {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
      padding-bottom: 2em; }
      /* line 124, sass/elements/_login.scss */
      .login_box #loginform .login-submit input[type="submit"] {
        border: none;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 12.5em;
        height: 3.75em;
        border-radius: 1.875em;
        padding-right: 1.875em;
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1vw;
        font-weight: 700;
        line-height: 1em;
        text-decoration: none;
        background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
        color: #fff;
        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;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        cursor: pointer; }
        @media screen and (max-width: 1350px) {
          /* line 124, sass/elements/_login.scss */
          .login_box #loginform .login-submit input[type="submit"] {
            font-size: 1.5vw; } }
        @media screen and (max-width: 768px) {
          /* line 124, sass/elements/_login.scss */
          .login_box #loginform .login-submit input[type="submit"] {
            font-size: 2.5vw; } }
        @media screen and (max-width: 480px) {
          /* line 124, sass/elements/_login.scss */
          .login_box #loginform .login-submit input[type="submit"] {
            font-size: 4vw; } }
        /* line 33, sass/mixin/_shadow.scss */
        .login_box #loginform .login-submit input[type="submit"]:hover {
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          -webkit-transform: translate(0.2em, 0.2em);
          -moz-transform: translate(0.2em, 0.2em);
          -ms-transform: translate(0.2em, 0.2em);
          -o-transform: translate(0.2em, 0.2em);
          transform: translate(0.2em, 0.2em);
          text-decoration: none;
          opacity: 1;
          filter: alpha(opacity=100); }
        /* line 39, sass/elements/_link.scss */
        .login_box #loginform .login-submit input[type="submit"] span {
          font-family: "Zen Maru Gothic", serif;
          font-weight: 700;
          font-style: normal;
          font-size: 1.2em; }
        /* line 43, sass/elements/_link.scss */
        .login_box #loginform .login-submit input[type="submit"]:hover {
          background-position: right 0.8em top 50%; }
        @media screen and (max-width: 480px) {
          /* line 124, sass/elements/_login.scss */
          .login_box #loginform .login-submit input[type="submit"] {
            width: 100%; } }
  /* line 137, sass/elements/_login.scss */
  .login_box .note {
    font-weight: 400;
    color: #666 !important;
    text-align: left;
    padding-bottom: 0; }
    /* line 143, sass/elements/_login.scss */
    .login_box .note a {
      color: #3cb371;
      text-decoration: underline !important; }
      /* line 147, sass/elements/_login.scss */
      .login_box .note a:hover {
        color: #ff7f50; }
  /* line 154, sass/elements/_login.scss */
  #top_login .login_box, .login_page .login_box {
    background: #f0e68c;
    /* 入力欄 */ }
    /* line 159, sass/elements/_login.scss */
    #top_login .login_box input[type="text"],
    #top_login .login_box input[type="password"], .login_page .login_box input[type="text"],
    .login_page .login_box input[type="password"] {
      background: #fff; }

/* ログインエラー ------------------------------------------- */
/* line 167, sass/elements/_login.scss */
.login_error {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  padding: 1.5em;
  background: rgba(0, 114, 167, 0.9);
  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;
  z-index: 999;
  overflow: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* 閉じるエリア */ }
  /* line 178, sass/elements/_login.scss */
  .login_error::-webkit-scrollbar {
    display: none; }
  @media screen and (max-width: 1350px) {
    /* line 167, sass/elements/_login.scss */
    .login_error {
      font-size: 0.8em; } }
  @media screen and (max-width: 768px) {
    /* line 167, sass/elements/_login.scss */
    .login_error {
      font-size: 0.9em; } }
  @media screen and (max-width: 480px) {
    /* line 167, sass/elements/_login.scss */
    .login_error {
      font-size: 1em; } }
  /* line 194, sass/elements/_login.scss */
  .login_error .txtbox {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 40em;
    background: #fff;
    border-radius: 1em;
    overflow: hidden;
    margin-top: 5em;
    z-index: 2;
    /* 見出し帯 */
    /* アイコンエリア */
    /* テキストエリア */
    /* 閉じるボタン */ }
    /* line 204, sass/elements/_login.scss */
    .login_error .txtbox h3 {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1.25em;
      font-weight: 700;
      line-height: 1em;
      background: #3cb371;
      color: #fff;
      padding: 1.5em;
      margin: 0;
      text-align: center; }
      @media screen and (max-width: 480px) {
        /* line 204, sass/elements/_login.scss */
        .login_error .txtbox h3 {
          font-size: 1.15em;
          padding: 1em; } }
    /* line 222, sass/elements/_login.scss */
    .login_error .txtbox .error_txt {
      padding: 2em;
      font-size: 1.15em;
      font-weight: 700;
      text-align: center;
      background: rgba(197, 229, 244, 0.6);
      color: #3cb371; }
      @media screen and (max-width: 480px) {
        /* line 222, sass/elements/_login.scss */
        .login_error .txtbox .error_txt {
          font-size: 1em;
          padding: 1.5em 0; } }
      /* line 235, sass/elements/_login.scss */
      .login_error .txtbox .error_txt i {
        display: block;
        font-size: 5em;
        padding-bottom: 0.1em;
        opacity: 0.4;
        filter: alpha(opacity=40); }
        @media screen and (max-width: 480px) {
          /* line 235, sass/elements/_login.scss */
          .login_error .txtbox .error_txt i {
            font-size: 4em; } }
    /* line 248, sass/elements/_login.scss */
    .login_error .txtbox .error_inner {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 2.5em 5em; }
      @media screen and (max-width: 480px) {
        /* line 248, sass/elements/_login.scss */
        .login_error .txtbox .error_inner {
          padding: 1.5em 1.2em; } }
      /* line 256, sass/elements/_login.scss */
      .login_error .txtbox .error_inner p {
        line-height: 1.5em; }
        @media screen and (max-width: 480px) {
          /* line 256, sass/elements/_login.scss */
          .login_error .txtbox .error_inner p {
            font-size: 0.9em; } }
      /* line 264, sass/elements/_login.scss */
      .login_error .txtbox .error_inner .btn {
        text-align: center;
        padding-bottom: 2em; }
        /* line 268, sass/elements/_login.scss */
        .login_error .txtbox .error_inner .btn a {
          text-decoration: none !important; }
      /* line 273, sass/elements/_login.scss */
      .login_error .txtbox .error_inner .note {
        font-weight: 400;
        padding-bottom: 0;
        color: #3cb371 !important; }
        /* line 278, sass/elements/_login.scss */
        .login_error .txtbox .error_inner .note a {
          color: #ff7f50 !important;
          text-decoration: underline !important; }
    /* line 286, sass/elements/_login.scss */
    .login_error .txtbox .close_btn {
      font-size: 2em;
      position: absolute;
      top: 0.65em;
      left: auto;
      right: 0.65em;
      bottom: auto;
      color: #fff; }
      @media screen and (max-width: 480px) {
        /* line 286, sass/elements/_login.scss */
        .login_error .txtbox .close_btn {
          top: 0.3em;
          right: 0.3em; } }
  /* line 299, sass/elements/_login.scss */
  .login_error .close_area {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: default; }

/* パスワードリセット */
/* line 315, sass/elements/_login.scss */
.reset .innerbox p.note {
  font-size: 1em;
  color: #000; }
/* line 321, sass/elements/_login.scss */
.reset .innerbox .swpm-pw-reset-widget-form {
  padding: 5em;
  background: #fff;
  border-radius: 1em; }
  @media screen and (max-width: 768px) {
    /* line 321, sass/elements/_login.scss */
    .reset .innerbox .swpm-pw-reset-widget-form {
      padding: 2.5em; } }
  @media screen and (max-width: 480px) {
    /* line 321, sass/elements/_login.scss */
    .reset .innerbox .swpm-pw-reset-widget-form {
      padding: 1.5em; } }
  /* line 335, sass/elements/_login.scss */
  .reset .innerbox .swpm-pw-reset-widget-form .swpm_label {
    font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.15em;
    padding-left: 0.5em; }
    @media screen and (max-width: 480px) {
      /* line 335, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form .swpm_label {
        font-size: 1em; } }
  /* line 347, sass/elements/_login.scss */
  .reset .innerbox .swpm-pw-reset-widget-form input#swpm_reset_email {
    width: 100%;
    height: 5em;
    border-radius: 2.5em;
    padding-block: 0;
    padding-inline: 0;
    padding-left: 2em;
    border-width: 0;
    box-sizing: border-box;
    margin-bottom: 1.5em;
    background: #f5f5f5; }
    @media screen and (max-width: 768px) {
      /* line 347, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form input#swpm_reset_email {
        height: 4em; } }
  /* line 353, sass/elements/_login.scss */
  .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5em;
    height: 3.75em;
    border-radius: 1.875em;
    padding-right: 1.875em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
    color: #fff;
    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;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 17.5em;
    border-width: 0; }
    @media screen and (max-width: 1350px) {
      /* line 353, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit {
        font-size: 1.5vw; } }
    @media screen and (max-width: 768px) {
      /* line 353, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 353, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit {
        font-size: 4vw; } }
    /* line 33, sass/mixin/_shadow.scss */
    .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0.2em, 0.2em);
      -moz-transform: translate(0.2em, 0.2em);
      -ms-transform: translate(0.2em, 0.2em);
      -o-transform: translate(0.2em, 0.2em);
      transform: translate(0.2em, 0.2em);
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 39, sass/elements/_link.scss */
    .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit span {
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em; }
    /* line 43, sass/elements/_link.scss */
    .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit:hover {
      background-position: right 0.8em top 50%; }
    @media screen and (max-width: 480px) {
      /* line 353, sass/elements/_login.scss */
      .reset .innerbox .swpm-pw-reset-widget-form input.swpm-pw-reset-submit {
        width: 100%; } }

/* ------ 会員登録、プロフィール編集画面 --------------------------------------- */
/* line 367, sass/elements/_login.scss */
.profile,
.registration {
  background: #f5f5f5; }
  /* line 372, sass/elements/_login.scss */
  .profile fieldset,
  .registration fieldset {
    margin: 0;
    padding: 0;
    border: none;
    padding: 5em;
    background: #fff;
    border-radius: 1em;
    margin-bottom: 5em; }
    @media screen and (max-width: 768px) {
      /* line 372, sass/elements/_login.scss */
      .profile fieldset,
      .registration fieldset {
        padding: 2em; } }
    @media screen and (max-width: 480px) {
      /* line 372, sass/elements/_login.scss */
      .profile fieldset,
      .registration fieldset {
        padding: 1.5em 0; } }
  /* line 394, sass/elements/_login.scss */
  .profile .swpm-required-asterisk,
  .registration .swpm-required-asterisk {
    color: #3cb371; }
  /* line 399, sass/elements/_login.scss */
  .profile .asterisk,
  .registration .asterisk {
    font-size: 1.2em;
    font-weight: bold; }
    /* line 402, sass/elements/_login.scss */
    .profile .asterisk span,
    .registration .asterisk span {
      margin: 0;
      padding: 0;
      color: #BC1212;
      vertical-align: baseline;
      font-weight: bold;
      font-size: 1.3em; }
  /* line 413, sass/elements/_login.scss */
  .profile .swpm-section,
  .registration .swpm-section {
    font-size: 1em; }
  /* line 418, sass/elements/_login.scss */
  .profile .swpm-item,
  .registration .swpm-item {
    margin-bottom: 3em; }
    /* line 423, sass/elements/_login.scss */
    .profile .swpm-item:first-child b,
    .registration .swpm-item:first-child b {
      width: 100%;
      height: 5em;
      border-radius: 2.5em;
      padding-block: 0;
      padding-inline: 0;
      padding-left: 2em;
      border-width: 0;
      box-sizing: border-box;
      margin-bottom: 1.5em;
      height: 3.5em;
      margin-bottom: 0.5em;
      background: #f0f9e8;
      border: none;
      box-shadow: none;
      display: block;
      line-height: 3.5em;
      cursor: not-allowed; }
      @media screen and (max-width: 768px) {
        /* line 423, sass/elements/_login.scss */
        .profile .swpm-item:first-child b,
        .registration .swpm-item:first-child b {
          height: 4em; } }
    /* line 434, sass/elements/_login.scss */
    .profile .swpm-item:first-child p,
    .registration .swpm-item:first-child p {
      padding-left: 1em;
      color: #3cb371; }
    /* line 442, sass/elements/_login.scss */
    .profile .swpm-item#item-swpm-40 > div,
    .registration .swpm-item#item-swpm-40 > div {
      padding-left: 1em; }
    /* line 448, sass/elements/_login.scss */
    .profile .swpm-item .swpm-desc,
    .registration .swpm-item .swpm-desc {
      font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 1.15em;
      padding-left: 0.5em; }
      @media screen and (max-width: 480px) {
        /* line 448, sass/elements/_login.scss */
        .profile .swpm-item .swpm-desc,
        .registration .swpm-item .swpm-desc {
          font-size: 1em; } }
      /* line 459, sass/elements/_login.scss */
      .profile .swpm-item .swpm-desc .swpm-required-asterisk,
      .registration .swpm-item .swpm-desc .swpm-required-asterisk {
        font-size: 1.5em; }
    /* line 465, sass/elements/_login.scss */
    .profile .swpm-item .swpm-text,
    .registration .swpm-item .swpm-text {
      margin: 0;
      width: 100%;
      height: 5em;
      border-radius: 2.5em;
      padding-block: 0;
      padding-inline: 0;
      padding-left: 2em;
      border-width: 0;
      box-sizing: border-box;
      margin-bottom: 1.5em;
      height: 3.5em;
      margin-bottom: 0.5em;
      background: #f5f5f5;
      border: none;
      box-shadow: none; }
      @media screen and (max-width: 768px) {
        /* line 465, sass/elements/_login.scss */
        .profile .swpm-item .swpm-text,
        .registration .swpm-item .swpm-text {
          height: 4em; } }
      /* line 476, sass/elements/_login.scss */
      .profile .swpm-item .swpm-text:focus,
      .registration .swpm-item .swpm-text:focus {
        border-color: none;
        box-shadow: none; }
    /* line 483, sass/elements/_login.scss */
    .profile .swpm-item label.swpm-form-builder-error,
    .registration .swpm-item label.swpm-form-builder-error {
      padding: 0;
      margin: 0;
      background-image: none;
      display: block;
      font-weight: 600;
      color: #3cb371 !important;
      letter-spacing: 0; }
      @media screen and (max-width: 480px) {
        /* line 483, sass/elements/_login.scss */
        .profile .swpm-item label.swpm-form-builder-error,
        .registration .swpm-item label.swpm-form-builder-error {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          padding-top: 1em; } }
      /* line 502, sass/elements/_login.scss */
      .profile .swpm-item label.swpm-form-builder-error::before,
      .registration .swpm-item label.swpm-form-builder-error::before {
        content: "\f06a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1; }
  /* line 512, sass/elements/_login.scss */
  .profile li#item-swpm-47 > div,
  .profile li#item-swpm-48 > div,
  .registration li#item-swpm-47 > div,
  .registration li#item-swpm-48 > div {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1em; }
    /* line 517, sass/elements/_login.scss */
    .profile li#item-swpm-47 > div .swpm-span,
    .profile li#item-swpm-48 > div .swpm-span,
    .registration li#item-swpm-47 > div .swpm-span,
    .registration li#item-swpm-48 > div .swpm-span {
      display: flex;
      align-items: center;
      width: auto;
      font-size: 1.15em;
      padding-left: 2em; }
      @media screen and (max-width: 480px) {
        /* line 517, sass/elements/_login.scss */
        .profile li#item-swpm-47 > div .swpm-span,
        .profile li#item-swpm-48 > div .swpm-span,
        .registration li#item-swpm-47 > div .swpm-span,
        .registration li#item-swpm-48 > div .swpm-span {
          padding-left: 1em; } }
      /* line 529, sass/elements/_login.scss */
      .profile li#item-swpm-47 > div .swpm-span input[type="radio"],
      .profile li#item-swpm-48 > div .swpm-span input[type="radio"],
      .registration li#item-swpm-47 > div .swpm-span input[type="radio"],
      .registration li#item-swpm-48 > div .swpm-span input[type="radio"] {
        margin: 0;
        accent-color: #ff007f;
        transform: scale(1.5); }
      /* line 535, sass/elements/_login.scss */
      .profile li#item-swpm-47 > div .swpm-span .swpm-choice,
      .profile li#item-swpm-48 > div .swpm-span .swpm-choice,
      .registration li#item-swpm-47 > div .swpm-span .swpm-choice,
      .registration li#item-swpm-48 > div .swpm-span .swpm-choice {
        padding: 0 0 0 0.5em;
        margin: 0; }
  /* line 544, sass/elements/_login.scss */
  .profile .swpm-warning,
  .registration .swpm-warning {
    background: transparent;
    border: none; }
    /* line 548, sass/elements/_login.scss */
    .profile .swpm-warning p,
    .registration .swpm-warning p {
      padding: 0;
      margin: 0;
      background-image: none;
      display: block;
      font-weight: 600;
      color: #3cb371;
      letter-spacing: 0; }
      @media screen and (max-width: 480px) {
        /* line 548, sass/elements/_login.scss */
        .profile .swpm-warning p,
        .registration .swpm-warning p {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          padding-top: 1em; } }
      /* line 567, sass/elements/_login.scss */
      .profile .swpm-warning p::before,
      .registration .swpm-warning p::before {
        content: "\f06a";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1; }
  /* line 576, sass/elements/_login.scss */
  .profile #item-swpm-32,
  .profile #item-swpm-40,
  .registration #item-swpm-32,
  .registration #item-swpm-40 {
    display: none; }
  /* line 582, sass/elements/_login.scss */
  .profile .swpm-submit,
  .registration .swpm-submit {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 12.5em;
    height: 3.75em;
    border-radius: 1.875em;
    padding-right: 1.875em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-size: 1vw;
    font-weight: 700;
    line-height: 1em;
    text-decoration: none;
    background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
    color: #fff;
    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;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-width: 0; }
    @media screen and (max-width: 1350px) {
      /* line 582, sass/elements/_login.scss */
      .profile .swpm-submit,
      .registration .swpm-submit {
        font-size: 1.5vw; } }
    @media screen and (max-width: 768px) {
      /* line 582, sass/elements/_login.scss */
      .profile .swpm-submit,
      .registration .swpm-submit {
        font-size: 2.5vw; } }
    @media screen and (max-width: 480px) {
      /* line 582, sass/elements/_login.scss */
      .profile .swpm-submit,
      .registration .swpm-submit {
        font-size: 4vw; } }
    /* line 33, sass/mixin/_shadow.scss */
    .profile .swpm-submit:hover,
    .registration .swpm-submit:hover {
      -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
      -webkit-transform: translate(0.2em, 0.2em);
      -moz-transform: translate(0.2em, 0.2em);
      -ms-transform: translate(0.2em, 0.2em);
      -o-transform: translate(0.2em, 0.2em);
      transform: translate(0.2em, 0.2em);
      text-decoration: none;
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 39, sass/elements/_link.scss */
    .profile .swpm-submit span,
    .registration .swpm-submit span {
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1.2em; }
    /* line 43, sass/elements/_link.scss */
    .profile .swpm-submit:hover,
    .registration .swpm-submit:hover {
      background-position: right 0.8em top 50%; }
  /* line 588, sass/elements/_login.scss */
  .profile label,
  .profile input,
  .registration label,
  .registration input {
    cursor: pointer; }

/* line 597, sass/elements/_login.scss */
.swpm-reset-pw-success-box {
  background: #fff;
  padding: 2em;
  border: none;
  border-radius: 1em;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 700; }

/* line 1, sass/elements/_volunteer.scss */
.volunteer_image_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em;
  list-style: none inside;
  margin-bottom: 5em; }
  @media screen and (max-width: 1350px) {
    /* line 1, sass/elements/_volunteer.scss */
    .volunteer_image_list {
      gap: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 1, sass/elements/_volunteer.scss */
    .volunteer_image_list {
      grid-template-columns: 1fr; } }
  /* line 16, sass/elements/_volunteer.scss */
  .volunteer_image_list li {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1em;
    overflow: hidden;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); }
    /* line 23, sass/elements/_volunteer.scss */
    .volunteer_image_list li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    /* line 29, sass/elements/_volunteer.scss */
    .volunteer_image_list li iframe {
      width: 100%;
      height: 100%; }

/* line 1, sass/elements/_facility.scss */
.facility_image_list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5em;
  list-style: none inside;
  margin-bottom: 5em; }
  @media screen and (max-width: 1350px) {
    /* line 1, sass/elements/_facility.scss */
    .facility_image_list {
      gap: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 1, sass/elements/_facility.scss */
    .facility_image_list {
      grid-template-columns: 1fr; } }
  /* line 16, sass/elements/_facility.scss */
  .facility_image_list li {
    width: 100%;
    aspect-ratio: 16 / 9;
    border-radius: 1em;
    overflow: hidden;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); }
    /* line 23, sass/elements/_facility.scss */
    .facility_image_list li img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    /* line 29, sass/elements/_facility.scss */
    .facility_image_list li iframe {
      width: 100%;
      height: 100%; }

/* line 36, sass/elements/_facility.scss */
.facility_map {
  border-radius: 1em;
  overflow: hidden;
  -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); }

/* ================= フォーム確認画面 ============================================================ */
/* line 2, sass/form/_confirmplus.scss */
.wpcf7cp-form-hide {
  display: none; }

/* line 5, sass/form/_confirmplus.scss */
.wpcf7-spinner {
  display: none; }

/* line 8, sass/form/_confirmplus.scss */
div#wpcf7cpcnf {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  background-color: #fff !important;
  color: #000;
  border-radius: 1em;
  /* 入力内容 */
  /* ボタン */ }
  /* line 16, sass/form/_confirmplus.scss */
  div#wpcf7cpcnf table {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 19, sass/form/_confirmplus.scss */
    div#wpcf7cpcnf table tr:last-child {
      display: none; }
    /* line 22, sass/form/_confirmplus.scss */
    div#wpcf7cpcnf table tr th,
    div#wpcf7cpcnf table tr td {
      border-bottom: #000 dashed 1px; }
      @media screen and (max-width: 480px) {
        /* line 22, sass/form/_confirmplus.scss */
        div#wpcf7cpcnf table tr th,
        div#wpcf7cpcnf table tr td {
          display: block; } }
      /* line 29, sass/form/_confirmplus.scss */
      .contactpage-ctt .sec div#wpcf7cpcnf table tr th p, .contactpage-ctt .sec
      div#wpcf7cpcnf table tr td p {
        padding-top: 1em;
        padding-bottom: 1em; }
    /* line 35, sass/form/_confirmplus.scss */
    div#wpcf7cpcnf table tr th {
      text-align: left;
      width: 13em;
      font-weight: normal !important; }
      @media screen and (max-width: 480px) {
        /* line 35, sass/form/_confirmplus.scss */
        div#wpcf7cpcnf table tr th {
          width: 100%;
          border-bottom: none; } }
      @media screen and (max-width: 480px) {
        /* line 45, sass/form/_confirmplus.scss */
        .contactpage-ctt .sec div#wpcf7cpcnf table tr th p {
          padding-bottom: 0; } }
      /* line 49, sass/form/_confirmplus.scss */
      div#wpcf7cpcnf table tr th p::after {
        content: "："; }
  /* line 58, sass/form/_confirmplus.scss */
  div#wpcf7cpcnf .wpcf7cp-btns {
    text-align: center; }
    /* line 60, sass/form/_confirmplus.scss */
    div#wpcf7cpcnf .wpcf7cp-btns button {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 12.5em;
      height: 3.75em;
      border-radius: 1.875em;
      padding-right: 1.875em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1vw;
      font-weight: 700;
      line-height: 1em;
      text-decoration: none;
      background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
      color: #fff;
      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;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border: none;
      cursor: pointer;
      /* 修正ボタン */ }
      @media screen and (max-width: 1350px) {
        /* line 60, sass/form/_confirmplus.scss */
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 1.5vw; } }
      @media screen and (max-width: 768px) {
        /* line 60, sass/form/_confirmplus.scss */
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        /* line 60, sass/form/_confirmplus.scss */
        div#wpcf7cpcnf .wpcf7cp-btns button {
          font-size: 4vw; } }
      /* line 33, sass/mixin/_shadow.scss */
      div#wpcf7cpcnf .wpcf7cp-btns button:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 39, sass/elements/_link.scss */
      div#wpcf7cpcnf .wpcf7cp-btns button span {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.2em; }
      /* line 43, sass/elements/_link.scss */
      div#wpcf7cpcnf .wpcf7cp-btns button:hover {
        background-position: right 0.8em top 50%; }
      /* line 66, sass/form/_confirmplus.scss */
      div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
        background-color: #666;
        color: #fff;
        letter-spacing: 1em;
        text-indent: 1em; }
        @media screen and (max-width: 480px) {
          /* line 66, sass/form/_confirmplus.scss */
          div#wpcf7cpcnf .wpcf7cp-btns button.wpcf7cp-cfm-edit-btn {
            margin-right: 0; } }

/* -------------------------- スタッフログイン（格納ナビ共通） ------------------------------------------- */
/* line 16, sass/_header.scss */
.login a {
  background: #f0e68c;
  color: #3cb371;
  padding-right: 0;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 700;
  font-style: normal; }
  @media screen and (max-width: 1350px) {
    /* line 16, sass/_header.scss */
    .login a {
      font-size: 1em; } }
  /* line 19, sass/_header.scss */
  .login a:hover {
    background: #ff7f50;
    color: #fff; }

/* =======================================================================================================================
　　　　　　　　　ヘッダー
======================================================================================================================= */
/* line 28, sass/_header.scss */
#header {
  background: transparent;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  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;
  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 35, sass/_header.scss */
  #header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 1em;
    right: 1em;
    bottom: 0;
    margin: auto;
    border-bottom-left-radius: 1.5em;
    border-bottom-right-radius: 1.5em;
    background: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (max-width: 1350px) {
      /* line 35, sass/_header.scss */
      #header::before {
        left: 0.5em;
        right: 0.5em; } }
    @media screen and (max-width: 768px) {
      /* line 35, sass/_header.scss */
      #header::before {
        height: 5.5em;
        left: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-transform: rotate(-35deg) translate(0, -100%);
        -moz-transform: rotate(-35deg) translate(0, -100%);
        -ms-transform: rotate(-35deg) translate(0, -100%);
        -o-transform: rotate(-35deg) translate(0, -100%);
        transform: rotate(-35deg) translate(0, -100%);
        -webkit-transform-origin: 0 100%;
        -moz-transform-origin: 0 100%;
        -ms-transform-origin: 0 100%;
        -o-transform-origin: 0 100%;
        transform-origin: 0 100%; } }
    @media screen and (max-width: 480px) {
      /* line 35, sass/_header.scss */
      #header::before {
        height: 5.5em; } }
  /* line 63, sass/_header.scss */
  #header h1.logo {
    font-size: 1em;
    line-height: 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 27em;
    /* トップページ遅延読込 */ }
    @media screen and (max-width: 1350px) {
      /* line 63, sass/_header.scss */
      #header h1.logo {
        width: 12.5em; } }
    @media screen and (max-width: 768px) {
      /* line 63, sass/_header.scss */
      #header h1.logo {
        width: 15em; } }
    @media screen and (max-width: 480px) {
      /* line 63, sass/_header.scss */
      #header h1.logo {
        width: 11em; } }
    /* line 86, sass/_header.scss */
    #header h1.logo.lazyloaded {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 90, sass/_header.scss */
    #header h1.logo a {
      color: #fff;
      /* サイト名テキスト */ }
      /* line 92, sass/_header.scss */
      #header h1.logo a img {
        -webkit-transition: 1s ease;
        -moz-transition: 1s ease;
        -ms-transition: 1s ease;
        -o-transition: 1s ease;
        transition: 1s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        width: 50%;
        height: auto;
        /* 黒文字 */
        /* 白文字 */ }
        @media screen and (max-width: 1350px) {
          /* line 92, sass/_header.scss */
          #header h1.logo a img {
            width: 100%;
            height: auto; } }
        /* line 100, sass/_header.scss */
        #header h1.logo a img.logo_bk {
          position: absolute;
          top: 0;
          left: 0;
          right: auto;
          bottom: auto;
          opacity: 0;
          filter: alpha(opacity=0); }
        /* line 106, sass/_header.scss */
        #header h1.logo a img.logo_wt {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      /* line 112, sass/_header.scss */
      #header h1.logo a .txtbox {
        display: block;
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 0.7em;
        font-weight: 700;
        line-height: 1.5em;
        text-align: left;
        padding-top: 0.5em;
        right: -0.35em;
        color: #fff;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        @media screen and (max-width: 1350px) {
          /* line 112, sass/_header.scss */
          #header h1.logo a .txtbox {
            font-size: 0.65em;
            letter-spacing: 0.32em;
            right: -0.32em; } }
        @media screen and (max-width: 480px) {
          /* line 112, sass/_header.scss */
          #header h1.logo a .txtbox {
            font-size: 0.6em;
            letter-spacing: 0.3em;
            right: -0.3em; } }
  /* line 138, sass/_header.scss */
  #header .gnav {
    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;
    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: 480px) {
      /* line 138, sass/_header.scss */
      #header .gnav {
        font-size: 0.8em; } }
    /* line 147, sass/_header.scss */
    #header .gnav.lazyloaded {
      -webkit-transition: 0.5s ease;
      -moz-transition: 0.5s ease;
      -ms-transition: 0.5s ease;
      -o-transition: 0.5s ease;
      transition: 0.5s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
    /* line 152, sass/_header.scss */
    #header .gnav ul {
      list-style: none inside;
      display: -ms-flexbox;
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      line-height: 1em; }
      @media screen and (max-width: 768px) {
        /* line 152, sass/_header.scss */
        #header .gnav ul {
          display: none; } }
      /* line 159, sass/_header.scss */
      #header .gnav ul li {
        padding-right: 2em; }
        @media screen and (max-width: 1350px) {
          /* line 159, sass/_header.scss */
          #header .gnav ul li {
            padding-right: 1em; } }
        /* line 164, sass/_header.scss */
        #header .gnav ul li a {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          color: #fff;
          font-weight: 500;
          line-height: 1.4em;
          overflow: hidden;
          /* 下線 */
          /* 英語非表示 */
          /* マウスオーバー ------------------------------------------- */ }
          /* line 173, sass/_header.scss */
          #header .gnav ul li a::after {
            content: "";
            display: block;
            position: absolute;
            top: auto;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            height: 0.2em;
            background: #3cb371;
            -webkit-transform: translate(-110%, 0);
            -moz-transform: translate(-110%, 0);
            -ms-transform: translate(-110%, 0);
            -o-transform: translate(-110%, 0);
            transform: translate(-110%, 0);
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -ms-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
          /* line 184, sass/_header.scss */
          #header .gnav ul li a .eg {
            display: none; }
          /* line 189, sass/_header.scss */
          #header .gnav ul li a:hover {
            /* 下線 */ }
            /* line 192, sass/_header.scss */
            #header .gnav ul li a:hover::after {
              -webkit-transform: translate(0, 0);
              -moz-transform: translate(0, 0);
              -ms-transform: translate(0, 0);
              -o-transform: translate(0, 0);
              transform: translate(0, 0); }
    @media screen and (max-width: 768px) {
      /* line 202, sass/_header.scss */
      #header .gnav .login {
        padding-right: 4.3em; } }
    @media screen and (max-width: 480px) {
      /* line 202, sass/_header.scss */
      #header .gnav .login {
        padding-right: 3.8em; } }
    @media screen and (max-width: 480px) {
      /* line 209, sass/_header.scss */
      #header .gnav .login a {
        font-size: 0.8em;
        width: 10em; } }
  /* line 222, sass/_header.scss */
  #header.scroll {
    /* -------------------------- ロゴマーク ------------------------------------------- */
    /* -------------------------- グローバルナビゲーション ------------------------------------------- */ }
    /* line 223, sass/_header.scss */
    #header.scroll::before {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
      @media screen and (max-width: 768px) {
        /* line 223, sass/_header.scss */
        #header.scroll::before {
          border-radius: 0 0 2em 2em;
          width: 100%; } }
    /* line 234, sass/_header.scss */
    #header.scroll h1.logo a {
      color: #000;
      /* サイト名テキスト */ }
      /* line 236, sass/_header.scss */
      #header.scroll h1.logo a img {
        /* 黒文字 */
        /* 白文字 */ }
        /* line 239, sass/_header.scss */
        #header.scroll h1.logo a img.logo_bk {
          opacity: 1;
          filter: alpha(opacity=100); }
        /* line 244, sass/_header.scss */
        #header.scroll h1.logo a img.logo_wt {
          opacity: 0;
          filter: alpha(opacity=0); }
      /* line 250, sass/_header.scss */
      #header.scroll h1.logo a .txtbox {
        color: #000; }
    /* line 257, sass/_header.scss */
    #header.scroll .gnav {
      /* メニュー ------------------------------------------- */ }
      /* line 262, sass/_header.scss */
      #header.scroll .gnav ul li a {
        color: #000; }
  /* line 274, sass/_header.scss */
  #front-page #header:not(.scroll) h1.logo,
  #front-page #header:not(.scroll) .gnav {
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s; }

/* ================= 固定ボタン ============================================================ */
/* line 282, sass/_header.scss */
.fix_btn {
  -webkit-animation-name: ani_tb;
  -webkit-animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-name: ani_tb;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  animation-delay: 1.2s;
  /* -------------------------- トップページファーストビュー読込タイムラグ ------------------------------------------- */ }
  /* line 285, sass/_header.scss */
  .fix_btn a {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-filter: drop-shadow(0.7em 0.7em 1em rgba(0, 0, 0, 0.2));
    filter: drop-shadow(0.7em 0.7em 1em rgba(0, 0, 0, 0.2));
    /* -------------------------- マウスオーバー ------------------------------------------- */ }
    /* line 289, sass/_header.scss */
    .fix_btn a img {
      width: 100%;
      height: auto;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: 1s ease;
      -moz-transition: 1s ease;
      -ms-transition: 1s ease;
      -o-transition: 1s ease;
      transition: 1s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translate(0, 100%);
      -moz-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
      -o-transform: translate(0, 100%);
      transform: translate(0, 100%);
      -webkit-transform-origin: 50% 100%;
      -moz-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
      -o-transform-origin: 50% 100%;
      transform-origin: 50% 100%; }
      /* line 295, sass/_header.scss */
      .fix_btn a img.lazyloaded {
        -webkit-animation-name: ani_jmp;
        -webkit-animation-duration: 1.2s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: 1;
        animation-name: ani_jmp;
        animation-duration: 1.2s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0); }
    /* line 304, sass/_header.scss */
    .fix_btn a:hover {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      -webkit-filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0));
      filter: drop-shadow(0 0 1em rgba(0, 0, 0, 0)); }
      /* line 307, sass/_header.scss */
      .fix_btn a:hover img {
        opacity: 0;
        filter: alpha(opacity=0); }
        /* line 309, sass/_header.scss */
        .fix_btn a:hover img.lazyloaded {
          opacity: 1;
          filter: alpha(opacity=100); }
  /* line 320, sass/_header.scss */
  #front-page .fix_btn:not(.scroll) a img {
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
    /* line 322, sass/_header.scss */
    #front-page .fix_btn:not(.scroll) a img.lazyloaded {
      -webkit-animation-delay: 0.75s;
      -moz-animation-delay: 0.75s;
      -o-animation-delay: 0.75s;
      animation-delay: 0.75s; }

/* =======================================================================================================================
　　　　　　　　　スマートフォンナビゲーション
======================================================================================================================= */
/* ================= 格納ナビゲーション ============================================================ */
/* line 6, sass/_spnav.scss */
.hm_btn, .hm_menu_wrap {
  display: none; }
  @media screen and (max-width: 768px) {
    /* line 6, sass/_spnav.scss */
    .hm_btn, .hm_menu_wrap {
      display: block; } }

/* line 13, sass/_spnav.scss */
.hm_menu_check {
  /* チェックボックスを隠す */
  display: none; }

/* -------------------------- メニューボタン ------------------------------------------- */
/* line 18, sass/_spnav.scss */
.hm_btn {
  width: 1.2em;
  height: 1.2em;
  cursor: pointer;
  border: #f7f4e5 solid 1em;
  border-radius: 50%;
  position: fixed;
  top: 0.7em;
  left: auto;
  right: 0.5em;
  bottom: auto;
  background: #f7f4e5;
  cursor: pointer;
  z-index: 99999;
  /* トップページ遅延読込 */ }
  @media screen and (max-width: 480px) {
    /* line 18, sass/_spnav.scss */
    .hm_btn {
      -webkit-transform: scale(0.8, 0.8) translate(0, -2.5em);
      -moz-transform: scale(0.8, 0.8) translate(0, -2.5em);
      -ms-transform: scale(0.8, 0.8) translate(0, -2.5em);
      -o-transform: scale(0.8, 0.8) translate(0, -2.5em);
      transform: scale(0.8, 0.8) translate(0, -2.5em);
      position: fixed;
      top: 1em;
      left: auto;
      right: 0.5em;
      bottom: auto;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); } }
  /* line 33, sass/_spnav.scss */
  .hm_btn::before, .hm_btn::after {
    width: 1.33em;
    height: 0.13em;
    background: #3cb371;
    display: block;
    content: '';
    position: absolute;
    -webkit-transition: -webkit-background 0.2s linear, -webkit-box-shadow 0.2s linear, -webkit-transform 0.2s 0.2s;
    transition: background 0.2s linear, box-shadow 0.2s linear, transform 0.2s 0.2s; }
  /* line 44, sass/_spnav.scss */
  .hm_btn::before {
    -webkit-box-shadow: #3cb371 0 0.532em 0;
    box-shadow: #3cb371 0 0.532em 0; }
  /* line 48, sass/_spnav.scss */
  .hm_btn::after {
    bottom: 0; }
  /* line 53, sass/_spnav.scss */
  .hm_btn.lazyloaded {
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media screen and (max-width: 480px) {
      /* line 53, sass/_spnav.scss */
      .hm_btn.lazyloaded {
        -webkit-transform: scale(0.8, 0.8) translate(0, 0);
        -moz-transform: scale(0.8, 0.8) translate(0, 0);
        -ms-transform: scale(0.8, 0.8) translate(0, 0);
        -o-transform: scale(0.8, 0.8) translate(0, 0);
        transform: scale(0.8, 0.8) translate(0, 0); } }
    /* line 59, sass/_spnav.scss */
    #front-page .hm_btn.lazyloaded:not(.scroll) {
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s; }

/* 開閉時のアニメーション */
/* line 69, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::before {
  background: rgba(0, 0, 0, 0);
  -webkit-box-shadow: #3cb371 0 0.532em 0;
  box-shadow: #3cb371 0 0.532em 0;
  -webkit-transform: rotate(45deg) translate3d(0.375em, -0.125em, 0);
  -moz-transform: rotate(45deg) translate3d(0.375em, -0.125em, 0);
  transform: rotate(45deg) translate3d(0.375em, -0.125em, 0); }
/* line 77, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_btn::after {
  background: #3cb371;
  -webkit-transform: rotate(-45deg) translate3d(0.375em, -0.375em, 0);
  -moz-transform: rotate(-45deg) translate3d(0.375em, -0.375em, 0);
  transform: rotate(-45deg) translate3d(0.375em, -0.375em, 0); }

/* -------------------------- 格納領域 ------------------------------------------- */
/* line 87, sass/_spnav.scss */
.hm_menu_wrap {
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  box-sizing: border-box;
  overflow: hidden;
  visibility: hidden;
  z-index: 9999; }
  /* line 98, sass/_spnav.scss */
  .hm_menu_wrap .hm_inner {
    position: absolute;
    top: 0;
    left: 0;
    right: -19px;
    bottom: 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch; }
    /* line 102, sass/_spnav.scss */
    .hm_menu_wrap .hm_inner .menucontent {
      box-sizing: border-box;
      padding: 3em 1em;
      width: 100%;
      position: absolute;
      top: -100%;
      left: 0;
      right: 0;
      bottom: auto;
      margin: auto;
      -webkit-transition: top 1.0s;
      transition: top 1.0s;
      border: none;
      background: #ff7f50;
      border-bottom-left-radius: 1.5em;
      border-bottom-right-radius: 1.5em;
      overflow: hidden;
      /* 中身デザイン ------------------------------------------- */
      /* 画像 */
      /* グローバルナビゲーション */ }
      /* line 119, sass/_spnav.scss */
      .hm_menu_wrap .hm_inner .menucontent::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 65%;
        bottom: 0;
        margin: auto;
        background: url("/images/bg_menu.webp") no-repeat 50% 50%/cover;
        z-index: 0; }
        @media screen and (max-width: 768px) {
          /* line 119, sass/_spnav.scss */
          .hm_menu_wrap .hm_inner .menucontent::before {
            background: url("/images/bg_menu.webp") no-repeat 100% 100%/cover; } }
        @media screen and (max-width: 480px) {
          /* line 119, sass/_spnav.scss */
          .hm_menu_wrap .hm_inner .menucontent::before {
            top: auto;
            right: 0;
            height: 15em;
            background: url("/images/bg_menu.webp") no-repeat 50% 50%/cover; } }
      /* line 137, sass/_spnav.scss */
      .hm_menu_wrap .hm_inner .menucontent .gnav {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 calc( 1em + 19px ) 0 40%;
        z-index: 2;
        /* メニュー */
        /* スタッフログイン */ }
        @media screen and (max-width: 480px) {
          /* line 137, sass/_spnav.scss */
          .hm_menu_wrap .hm_inner .menucontent .gnav {
            padding-left: 1em;
            padding-bottom: 5em; } }
        /* line 147, sass/_spnav.scss */
        .hm_menu_wrap .hm_inner .menucontent .gnav ul {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          list-style: none inside; }
          /* line 150, sass/_spnav.scss */
          .hm_menu_wrap .hm_inner .menucontent .gnav ul li {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding-top: 1em; }
            /* line 153, sass/_spnav.scss */
            .hm_menu_wrap .hm_inner .menucontent .gnav ul li a {
              width: 100%;
              position: relative;
              -webkit-box-sizing: border-box;
              -moz-box-sizing: border-box;
              box-sizing: border-box;
              display: block;
              line-height: 2.5em;
              color: #fff;
              border-bottom: 0.1em dotted #fff;
              padding: 0.5em;
              background: url("/images/ya_w.svg") no-repeat right 0.5em top 50%/1.2em auto;
              font-size: 0.8em; }
              /* line 162, sass/_spnav.scss */
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .top_link,
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .eg {
                display: inline-block;
                font-size: 1.5em;
                font-weight: 700;
                padding-right: 0.15em;
                font-size: 2em; }
                /* line 170, sass/_spnav.scss */
                .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .top_link.rc_link::first-letter,
                .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .eg.rc_link::first-letter {
                  color: #ff7f50; }
              /* line 175, sass/_spnav.scss */
              .hm_menu_wrap .hm_inner .menucontent .gnav ul li a .top_link {
                font-family: "Fredoka", sans-serif;
                font-optical-sizing: auto;
                font-style: normal; }
        /* line 183, sass/_spnav.scss */
        .hm_menu_wrap .hm_inner .menucontent .gnav .login {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          padding-top: 2.5em;
          text-align: center; }

/* 開閉時のアニメーション */
/* line 195, sass/_spnav.scss */
.hm_menu_check:checked ~ .hm_menu_wrap {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible; }
  /* line 198, sass/_spnav.scss */
  .hm_menu_check:checked ~ .hm_menu_wrap .menucontent {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
    height: auto; }

/* =======================================================================================================================
　　　　　　　　　フッター
======================================================================================================================= */
/* line 4, sass/_footer.scss */
#footer {
  background: #3cb371;
  /* フッターメニュー */
  /* コピーライト */ }
  /* line 7, sass/_footer.scss */
  #footer a {
    color: #fff; }
  /* line 13, sass/_footer.scss */
  #footer .line_bn {
    width: 20%;
    margin: 0 auto 2.5em; }
    @media screen and (max-width: 1350px) {
      /* line 13, sass/_footer.scss */
      #footer .line_bn {
        width: 30%; } }
    @media screen and (max-width: 768px) {
      /* line 13, sass/_footer.scss */
      #footer .line_bn {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 13, sass/_footer.scss */
      #footer .line_bn {
        width: 100%; } }
    /* line 25, sass/_footer.scss */
    #footer .line_bn a {
      height: 100%;
      display: inline-block; }
      /* line 28, sass/_footer.scss */
      #footer .line_bn a img {
        width: 100%; }
  /* line 35, sass/_footer.scss */
  #footer .sponsor {
    margin-bottom: 0;
    padding-top: 0; }
    @media screen and (max-width: 1350px) {
      /* line 35, sass/_footer.scss */
      #footer .sponsor {
        padding-bottom: 2.5em; } }
    /* line 44, sass/_footer.scss */
    #footer .sponsor_footer ul {
      grid-template-columns: repeat(3, 1fr); }
      @media screen and (max-width: 768px) {
        /* line 44, sass/_footer.scss */
        #footer .sponsor_footer ul {
          grid-template-columns: repeat(2, 1fr); } }
      @media screen and (max-width: 480px) {
        /* line 44, sass/_footer.scss */
        #footer .sponsor_footer ul {
          grid-template-columns: repeat(2, 1fr); } }
    /* line 55, sass/_footer.scss */
    #footer .sponsor .innerbox {
      padding: 0 20em; }
      @media screen and (max-width: 1350px) {
        /* line 55, sass/_footer.scss */
        #footer .sponsor .innerbox {
          padding: 0 10em; } }
      @media screen and (max-width: 768px) {
        /* line 55, sass/_footer.scss */
        #footer .sponsor .innerbox {
          padding: 0 2.5em; } }
      @media screen and (max-width: 480px) {
        /* line 55, sass/_footer.scss */
        #footer .sponsor .innerbox {
          padding: 0; } }
  @media screen and (max-width: 768px) {
    /* line 73, sass/_footer.scss */
    #footer .fnav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; } }
  @media screen and (max-width: 480px) {
    /* line 73, sass/_footer.scss */
    #footer .fnav {
      border-bottom: #fff solid 0.1em;
      padding-bottom: 1em; } }
  /* line 83, sass/_footer.scss */
  #footer .fnav ul {
    font-size: 0.8em;
    font-weight: 400;
    line-height: 1em;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center; }
    /* line 92, sass/_footer.scss */
    #footer .fnav ul li {
      padding-right: 2em; }
      @media screen and (max-width: 480px) {
        /* line 92, sass/_footer.scss */
        #footer .fnav ul li {
          padding-left: 1em;
          padding-right: 1em;
          line-height: 3em; } }
      @media screen and (min-width: 481px) {
        /* line 102, sass/_footer.scss */
        #footer .fnav ul li:last-child {
          padding-right: 0; } }
      /* line 107, sass/_footer.scss */
      #footer .fnav ul li a {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        line-height: 1.3em;
        display: inline-block;
        overflow: hidden;
        /* 下線 */
        /* マウスオーバー ------------------------------------------- */ }
        /* line 114, sass/_footer.scss */
        #footer .fnav ul li a::after {
          content: "";
          display: block;
          position: absolute;
          top: auto;
          left: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          height: 0.15em;
          background: #fff;
          -webkit-transform: translate(-110%, 0);
          -moz-transform: translate(-110%, 0);
          -ms-transform: translate(-110%, 0);
          -o-transform: translate(-110%, 0);
          transform: translate(-110%, 0);
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        /* line 125, sass/_footer.scss */
        #footer .fnav ul li a:hover {
          /* 下線 */ }
          /* line 128, sass/_footer.scss */
          #footer .fnav ul li a:hover::after {
            -webkit-transform: translate(0, 0);
            -moz-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
            -o-transform: translate(0, 0);
            transform: translate(0, 0); }
  /* line 138, sass/_footer.scss */
  #footer .copyright {
    font-size: 0.7em;
    font-weight: 900;
    line-height: 1em;
    color: #fff;
    padding: 5em 0 0;
    text-align: center; }

/* =======================================================================================================================
　　　　　　　　　トップページメインカラム
======================================================================================================================= */
/* line 4, sass/_top.scss */
body#front-page {
  /* ================= メイン画像 ============================================================ */
  /* ================= 記事共通 ============================================================ */
  /* ================= お知らせ ============================================================ */
  /* ================= ボランティア情報 ============================================================ */
  /* ================= 保育園・幼稚園情報 ============================================================ */
  /* ================= スタッフ募集中 ============================================================ */ }
  /* line 7, sass/_top.scss */
  body#front-page #mainimg {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 7em;
    z-index: auto;
    min-height: 35vw;
    /* 出現アニメーション */
    /* -------------------------- 新着情報 ------------------------------------------- */ }
@media screen and (min-width: 1351px) and (max-aspect-ratio: 15 / 11) {
  /* line 7, sass/_top.scss */
  body#front-page #mainimg {
    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;
    padding-bottom: 10em; } }

    @media screen and (max-width: 1350px) {
      /* line 7, sass/_top.scss */
      body#front-page #mainimg {
        min-height: 46vw; } }
@media screen and (max-width: 1350px) and (min-width: 769px) and (max-aspect-ratio: 10 / 7) {
  /* line 7, sass/_top.scss */
  body#front-page #mainimg {
    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;
    padding-top: 3.5em;
    padding-bottom: 10em; } }

    @media screen and (max-width: 768px) {
      /* line 7, sass/_top.scss */
      body#front-page #mainimg {
        min-height: 60vw; } }
    @media screen and (max-width: 480px) {
      /* line 7, sass/_top.scss */
      body#front-page #mainimg {
        min-height: 80vw; } }
    /* line 45, sass/_top.scss */
    body#front-page #mainimg.lazyloaded::after {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
    /* line 51, sass/_top.scss */
    body#front-page #mainimg .innerbox {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      padding-right: 0;
      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-aspect-ratio: 1 / 1) {
        /* line 51, sass/_top.scss */
        body#front-page #mainimg .innerbox {
          bottom: 50vh;
          bottom: calc(var(--vh, 1vh) * 50); } }
      @media screen and (max-aspect-ratio: 1 / 2) {
        /* line 51, sass/_top.scss */
        body#front-page #mainimg .innerbox {
          bottom: 40vh;
          bottom: calc(var(--vh, 1vh) * 40); } }
      /* line 68, sass/_top.scss */
      body#front-page #mainimg .innerbox .main_copy {
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 5;
        /* キャッチコピー ------------------------------------------- */
        /* 大テキスト ------------------------------------------- */
        /* 小テキスト ------------------------------------------- */ }
        @media screen and (max-width: 1350px) {
          /* line 68, sass/_top.scss */
          body#front-page #mainimg .innerbox .main_copy {
            font-size: 0.8em; } }
@media screen and (max-width: 768px) and (min-width: 481px) {
  /* line 68, sass/_top.scss */
  body#front-page #mainimg .innerbox .main_copy {
    font-size: 1em; } }

        @media screen and (max-width: 480px) {
          /* line 68, sass/_top.scss */
          body#front-page #mainimg .innerbox .main_copy {
            font-size: 0.8em; } }
        /* line 87, sass/_top.scss */
        body#front-page #mainimg .innerbox .main_copy .tagline {
          margin-bottom: 1.5em;
          line-height: 1.8em;
          font-family: "Zen Maru Gothic", serif;
          font-weight: 700;
          font-style: normal; }
        /* line 94, sass/_top.scss */
        body#front-page #mainimg .innerbox .main_copy h2 {
          font-size: 3.75em;
          font-weight: 900;
          line-height: 1em;
          font-family: "Zen Maru Gothic", serif;
          font-weight: 700;
          font-style: normal; }
          @media screen and (max-width: 768px) {
            /* line 94, sass/_top.scss */
            body#front-page #mainimg .innerbox .main_copy h2 {
              font-size: 3.25em; } }
        /* line 106, sass/_top.scss */
        body#front-page #mainimg .innerbox .main_copy p {
          font-size: 1.25em;
          font-weight: 700;
          line-height: 2em;
          padding-top: 1.5em;
          padding-bottom: 0;
          color: #fff; }
          /* line 115, sass/_top.scss */
          body#front-page #mainimg .innerbox .main_copy p span strong {
            font-weight: 700; }
      /* line 123, sass/_top.scss */
      body#front-page #mainimg .innerbox .main_eg {
        position: absolute;
        top: 0.2em;
        left: -0.1em;
        right: auto;
        bottom: auto;
        box-sizing: border-box;
        font-family: "Fredoka", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 16em;
        line-height: 0.9em;
        opacity: 0.1;
        filter: alpha(opacity=10);
        color: #000;
        /* 小テキスト ------------------------------------------- */
        /* 大テキスト ------------------------------------------- */ }
        @media screen and (max-width: 768px) {
          /* line 123, sass/_top.scss */
          body#front-page #mainimg .innerbox .main_eg {
            font-size: 12em; } }
        @media screen and (max-width: 480px) {
          /* line 123, sass/_top.scss */
          body#front-page #mainimg .innerbox .main_eg {
            -webkit-writing-mode: vertical-rl;
            -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl; } }
        /* line 141, sass/_top.scss */
        body#front-page #mainimg .innerbox .main_eg .txt_s {
          display: inline-block; }
        /* line 146, sass/_top.scss */
        body#front-page #mainimg .innerbox .main_eg .txt_l {
          font-size: 1.25em;
          font-weight: 600;
          display: inline-block;
          margin-left: -0.025em; }
    /* line 156, sass/_top.scss */
    body#front-page #mainimg .news {
      position: absolute;
      top: auto;
      left: -0.2em;
      right: auto;
      bottom: 2.5em;
      width: 35.2em;
      z-index: 10;
      -webkit-transform: translate(-100%, 0);
      -moz-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
      -o-transform: translate(-100%, 0);
      transform: translate(-100%, 0);
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transition: 0.25s ease;
      -moz-transition: 0.25s ease;
      -ms-transition: 0.25s ease;
      -o-transition: 0.25s ease;
      transition: 0.25s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transition-delay: 1s;
      -moz-transition-delay: 1s;
      -o-transition-delay: 1s;
      transition-delay: 1s;
      /* 出現アニメーション */ }
      @media screen and (max-width: 768px) {
        /* line 156, sass/_top.scss */
        body#front-page #mainimg .news {
          width: 35em;
          font-size: 0.8em;
          bottom: 1em; } }
      @media screen and (max-width: 480px) {
        /* line 156, sass/_top.scss */
        body#front-page #mainimg .news {
          width: 28em; } }
      /* line 176, sass/_top.scss */
      body#front-page #mainimg .news.lazyloaded {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 181, sass/_top.scss */
      body#front-page #mainimg .news a {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        height: 5em;
        display: block;
        background: #fff url("/images/ya.svg") no-repeat right 1.25em top 50%/1.3em auto;
        border-top-right-radius: 1em;
        border-bottom-right-radius: 1em;
        -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        padding: 0 5em 0 1.45em;
        display: -ms-flexbox;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        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: #000;
        /* 見出し ------------------------------------------- */
        /* 記事 ------------------------------------------- */ }
        /* line 33, sass/mixin/_shadow.scss */
        body#front-page #mainimg .news a:hover {
          -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
          -webkit-transform: translate(0.2em, 0.2em);
          -moz-transform: translate(0.2em, 0.2em);
          -ms-transform: translate(0.2em, 0.2em);
          -o-transform: translate(0.2em, 0.2em);
          transform: translate(0.2em, 0.2em);
          text-decoration: none;
          opacity: 1;
          filter: alpha(opacity=100); }
        /* line 194, sass/_top.scss */
        body#front-page #mainimg .news a:hover {
          -webkit-transform: translate(0.2em, 0);
          -moz-transform: translate(0.2em, 0);
          -ms-transform: translate(0.2em, 0);
          -o-transform: translate(0.2em, 0);
          transform: translate(0.2em, 0);
          background-position: right 0.8em top 50%; }
        @media screen and (max-width: 768px) {
          /* line 181, sass/_top.scss */
          body#front-page #mainimg .news a {
            padding-right: 4em; } }
        /* line 204, sass/_top.scss */
        body#front-page #mainimg .news a h2 {
          width: auto;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-family: "Fredoka", sans-serif;
          font-optical-sizing: auto;
          font-style: normal;
          font-size: 1.5em;
          font-weight: 500;
          line-height: 1em;
          top: -0.1em;
          color: #3cb371;
          margin-right: 0.5em; }
        /* line 217, sass/_top.scss */
        body#front-page #mainimg .news a p {
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          line-height: 1em;
          padding-bottom: 0;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */
          /* 日付 */ }
          /* line 225, sass/_top.scss */
          body#front-page #mainimg .news a p .date {
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: "Fredoka", sans-serif;
            font-optical-sizing: auto;
            font-style: normal;
            font-size: 1.25em;
            font-weight: 500;
            padding-right: 0.8em; }
  /* line 238, sass/_top.scss */
  body#front-page #top_topics,
  body#front-page #top_event,
  body#front-page #top_info {
    /* ボタン */
    /* -------------------------- 記事一覧出現アニメーション ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      /* line 245, sass/_top.scss */
      body#front-page #top_topics .sec_header .btn a,
      body#front-page #top_event .sec_header .btn a,
      body#front-page #top_info .sec_header .btn a {
        width: 10em; } }
    /* line 257, sass/_top.scss */
    body#front-page #top_topics.on .post_list li.lazyloaded,
    body#front-page #top_event.on .post_list li.lazyloaded,
    body#front-page #top_info.on .post_list li.lazyloaded {
      -webkit-transform: rotate3d(1, -1, 0, 0deg);
      -moz-transform: rotate3d(1, -1, 0, 0deg);
      transform: rotate3d(1, -1, 0, 0deg);
      opacity: 1;
      filter: alpha(opacity=100); }
  /* line 267, sass/_top.scss */
  body#front-page #top_topics {
    background: #f7f4e5;
    color: #ff7f50;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate(-100%, -10vw);
    -moz-transform: translate(-100%, -10vw);
    -ms-transform: translate(-100%, -10vw);
    -o-transform: translate(-100%, -10vw);
    transform: translate(-100%, -10vw);
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: 0.25s;
    -moz-transition-delay: 0.25s;
    -o-transition-delay: 0.25s;
    transition-delay: 0.25s;
    background-color: #f0e68c;
    background-image: radial-gradient(circle, #ffd52b 5px, transparent 5px), radial-gradient(circle, #ffc75b 5px, transparent 5px), radial-gradient(circle, #ffc75b 5px, transparent 5px), radial-gradient(circle, #ffd52b 5px, transparent 5px);
    background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
    background-size: 60px 60px;
    /* 背景出現アニメーション */ }
    /* line 278, sass/_top.scss */
    body#front-page #top_topics.lazyloaded {
      opacity: 1;
      filter: alpha(opacity=100);
      -webkit-transform: translate(0, 0);
      -moz-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      transform: translate(0, 0); }
  /* line 287, sass/_top.scss */
  body#front-page #top_event {
    color: #3cb371;
    background-color: #f5f5f5;
    z-index: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    /* 読込アニメーション */
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: 1s ease;
    -moz-transition: 1s ease;
    -ms-transition: 1s ease;
    -o-transition: 1s ease;
    transition: 1s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-delay: 0.75s;
    -moz-transition-delay: 0.75s;
    -o-transition-delay: 0.75s;
    transition-delay: 0.75s; }
    @media screen and (max-width: 1350px) {
      /* line 287, sass/_top.scss */
      body#front-page #top_event {
        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: 768px) {
      /* line 287, sass/_top.scss */
      body#front-page #top_event {
        display: block;
        padding-bottom: 20em; } }
    @media screen and (max-width: 480px) {
      /* line 287, sass/_top.scss */
      body#front-page #top_event {
        padding-bottom: 12em; } }
    /* line 313, sass/_top.scss */
    body#front-page #top_event.lazyloaded {
      opacity: 1;
      filter: alpha(opacity=100); }
    /* line 317, sass/_top.scss */
    body#front-page #top_event .innerbox {
      z-index: 10; }
  /* line 323, sass/_top.scss */
  body#front-page #top_info {
    background: #f0f9e8;
    color: #fff;
    z-index: 5;
    background-image: repeating-linear-gradient(45deg, #6dc476, #6dc476 8px, #3cb371 8px, #3cb371 16px);
    /* ボタン */ }
    @media screen and (max-width: 768px) {
      /* line 334, sass/_top.scss */
      body#front-page #top_info .sec_header .btn a {
        width: 9em; } }
  /* line 344, sass/_top.scss */
  body#front-page #top_login {
    min-height: 100vh;
    padding-top: 15em;
    padding-bottom: 10em;
    color: #3cb371;
    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;
    overflow: hidden;
    background-image: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 8px, #fff 8px, #fff 16px);
    /* 黒背景 */
    /* -------------------------- 背景画像 ------------------------------------------- */
    /* 出現アニメーション ------------------------------------------- */ }
@media screen and (max-width: 1350px) and (min-width: 481px) {
  /* line 344, sass/_top.scss */
  body#front-page #top_login {
    padding-top: 20em; } }

    @media screen and (max-width: 480px) {
      /* line 344, sass/_top.scss */
      body#front-page #top_login {
        padding-bottom: 7em; } }
    /* line 364, sass/_top.scss */
    body#front-page #top_login::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      background: #fff;
      z-index: -2; }
    /* line 372, sass/_top.scss */
    body#front-page #top_login .innerbox {
      z-index: 5;
      /* 英語コピー ------------------------------------------- */
      /* 日本語コピー ------------------------------------------- */
      /* ボタン ------------------------------------------- */ }
      /* line 376, sass/_top.scss */
      body#front-page #top_login .innerbox .eg_txt {
        /* 中テキスト */ }
        @media screen and (max-width: 480px) {
          /* line 376, sass/_top.scss */
          body#front-page #top_login .innerbox .eg_txt {
            font-size: 0.8em;
            opacity: 0.7;
            filter: alpha(opacity=70); } }
        /* line 383, sass/_top.scss */
        body#front-page #top_login .innerbox .eg_txt .txt_m {
          -webkit-transition-delay: 0.25s;
          -moz-transition-delay: 0.25s;
          -o-transition-delay: 0.25s;
          transition-delay: 0.25s; }
      /* line 389, sass/_top.scss */
      body#front-page #top_login .innerbox .jp_txt {
        /* 中テキスト */
        /* 小テキスト */ }
        /* line 392, sass/_top.scss */
        body#front-page #top_login .innerbox .jp_txt .txt_m {
          -webkit-transition-delay: 0.5s;
          -moz-transition-delay: 0.5s;
          -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
          font-family: "Zen Maru Gothic", serif;
          font-weight: 700;
          font-style: normal; }
        /* line 398, sass/_top.scss */
        body#front-page #top_login .innerbox .jp_txt .txt_s {
          -webkit-transition-delay: 0.75s;
          -moz-transition-delay: 0.75s;
          -o-transition-delay: 0.75s;
          transition-delay: 0.75s; }
      /* line 404, sass/_top.scss */
      body#front-page #top_login .innerbox .btn {
        -webkit-transition-delay: 1s;
        -moz-transition-delay: 1s;
        -o-transition-delay: 1s;
        transition-delay: 1s; }
    /* line 410, sass/_top.scss */
    body#front-page #top_login .join_bg {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      z-index: -1;
      -webkit-transform: scale(2);
      -moz-transform: scale(2);
      -ms-transform: scale(2);
      -o-transform: scale(2);
      transform: scale(2);
      -webkit-transition: 10s ease;
      -moz-transition: 10s ease;
      -ms-transition: 10s ease;
      -o-transition: 10s ease;
      transition: 10s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
      /* line 417, sass/_top.scss */
      body#front-page #top_login .join_bg span {
        display: block;
        position: absolute;
        top: 0;
        left: -5em;
        right: 0;
        bottom: 0;
        margin: auto;
        -webkit-animation-name: ani_rl;
        -webkit-animation-duration: 20s;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-name: ani_rl;
        animation-duration: 20s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-in-out;
        animation-iteration-count: infinite; }
        /* line 423, sass/_top.scss */
        body#front-page #top_login .join_bg span img {
          object-fit: cover;
          object-position: 50% 50%;
          width: 100%;
          height: 100%;
          opacity: 0;
          filter: alpha(opacity=0);
          -webkit-transition: 5s ease;
          -moz-transition: 5s ease;
          -ms-transition: 5s ease;
          -o-transition: 5s ease;
          transition: 5s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
    /* line 433, sass/_top.scss */
    body#front-page #top_login.on .join_bg {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
      /* line 438, sass/_top.scss */
      body#front-page #top_login.on .join_bg span img.lazyloaded {
        opacity: 1;
        filter: alpha(opacity=100); }

/* line 449, sass/_top.scss */
#trp-floater-ls {
  display: none; }

/* =======================================================================================================================
　　　　　　　　　下層ページ（共通）
======================================================================================================================= */
/* line 4, sass/page/_pages.scss */
body {
  /* ================= ページヘッダー ============================================================ */ }
  /* line 7, sass/page/_pages.scss */
  body #page-header {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    padding: 5em 0;
    z-index: 1;
    /* キャッチコピー */
    /* 過去の参加人数 */
    /* 英語タイトル */
    /* 日本語タイトル */ }
    @media screen and (max-width: 480px) {
      /* line 7, sass/page/_pages.scss */
      body #page-header {
        padding: 5em 0 4.7em; } }
    /* line 17, sass/page/_pages.scss */
    body #page-header .innerbox {
      z-index: 10; }
    /* line 22, sass/page/_pages.scss */
    body #page-header .tagline {
      font-size: 1em;
      line-height: 1.8em;
      padding-top: 2em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 1350px) {
        /* line 22, sass/page/_pages.scss */
        body #page-header .tagline {
          font-size: 0.8em; } }
      @media screen and (max-width: 480px) {
        /* line 22, sass/page/_pages.scss */
        body #page-header .tagline {
          font-size: 0.8em;
          line-height: 1.5em;
          padding-bottom: 0.8em;
          padding-top: 1.3em; } }
    /* line 41, sass/page/_pages.scss */
    body #page-header .v_entrant {
      display: inline-block;
      background: #f0e68c;
      color: #3cb371;
      font-size: 0.8em;
      line-height: 1.5;
      border-radius: 5em;
      padding: 0 2em;
      margin-top: 2em; }
      /* line 52, sass/page/_pages.scss */
      body #page-header .v_entrant i {
        margin-right: 0.5em; }
      /* line 57, sass/page/_pages.scss */
      body #page-header .v_entrant .number {
        font-family: "Fredoka", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-weight: 500;
        font-size: 1.5em; }
      /* line 63, sass/page/_pages.scss */
      body #page-header .v_entrant + .eg_ttl {
        padding-top: 0; }
    /* line 70, sass/page/_pages.scss */
    body #page-header .eg_ttl {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Fredoka", sans-serif;
      font-optical-sizing: auto;
      font-style: normal;
      font-size: 6em;
      font-weight: 500;
      line-height: 1em;
      padding-top: 0.3em; }
      @media screen and (max-width: 1350px) {
        /* line 70, sass/page/_pages.scss */
        body #page-header .eg_ttl {
          font-size: 3.5em; } }
      @media screen and (max-width: 480px) {
        /* line 70, sass/page/_pages.scss */
        body #page-header .eg_ttl {
          font-size: 3em;
          padding-top: 0; }
          /* line 86, sass/page/_pages.scss */
          body #page-header .eg_ttl + .flexbox {
            padding-bottom: 1em; } }
    /* line 93, sass/page/_pages.scss */
    body #page-header .page_ttl {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 2.5em;
      line-height: 1.5em; }
      @media screen and (max-width: 1350px) {
        /* line 93, sass/page/_pages.scss */
        body #page-header .page_ttl {
          font-size: 1.8em; } }
      @media screen and (max-width: 480px) {
        /* line 93, sass/page/_pages.scss */
        body #page-header .page_ttl {
          font-size: 1.5em; } }

/* ================= Not Found ============================================================ */
/* line 111, sass/page/_pages.scss */
.not-found {
  background: #f7f4e5;
  z-index: 5; }

/* =======================================================================================================================
　　　　　　　　　フリーページ（カスタムフィールド）
======================================================================================================================= */
/* line 4, sass/page/free/_freebackground.scss */
.freepage-ctt {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 5; }

/* 最大幅800px */
/* line 21, sass/page/free/_freebackground.scss */
.max800px {
  max-width: 800px;
  margin: 0 auto; }

/* =============== 背景色 ========================================================= */
/* line 27, sass/page/free/_freebackground.scss */
.sec_bg1 {
  background: #f7f4e5; }

/* line 30, sass/page/free/_freebackground.scss */
.sec_bg2 {
  background: #fff; }
  /* line 14, sass/mixin/_background.scss */
  .sec_bg2::before {
    content: "";
    display: block;
    height: 10vw;
    position: absolute;
    top: -10vw;
    left: 0;
    right: 0;
    bottom: auto;
    margin: auto;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: cover; }

/* line 33, sass/page/free/_freebackground.scss */
.sec_bg3 {
  background-color: #f0e68c;
  background-image: radial-gradient(circle, #ffd52b 5px, transparent 5px), radial-gradient(circle, #ffc75b 5px, transparent 5px), radial-gradient(circle, #ffc75b 5px, transparent 5px), radial-gradient(circle, #ffd52b 5px, transparent 5px);
  background-position: 0 0, 30px 0, 15px 30px, 45px 30px;
  background-size: 60px 60px; }

/* line 36, sass/page/free/_freebackground.scss */
.sec_bg4 {
  background: #f7f4e5; }

/* 同じ背景色のセクションが続いたときに余白をなくす */
/* line 41, sass/page/free/_freebackground.scss */
.sec_bg1 + .sec_bg1, .sec_bg2 + .sec_bg2, .sec_bg3 + .sec_bg3 {
  padding-top: 0 !important; }

/* =============== テキスト ========================================================= */
/* ------------ 見出し -------------------------------- */
/* line 4, sass/page/free/_freetext.scss */
.parts-h3 {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1em;
  padding-bottom: 3em;
  color: #ff7f50;
  /* 大きな数字 */ }
  /* line 10, sass/page/free/_freetext.scss */
  .parts-h3 .jpttl {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 3.75em;
    line-height: 1.5em; }
    @media screen and (max-width: 768px) {
      /* line 10, sass/page/free/_freetext.scss */
      .parts-h3 .jpttl {
        font-size: 2.5em; } }
  /* line 20, sass/page/free/_freetext.scss */
  .parts-h3 .lnmb {
    display: block;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 5em;
    letter-spacing: 0;
    line-height: 1em; }
    @media screen and (max-width: 768px) {
      /* line 20, sass/page/free/_freetext.scss */
      .parts-h3 .lnmb {
        font-size: 5em; } }
    @media screen and (max-width: 480px) {
      /* line 20, sass/page/free/_freetext.scss */
      .parts-h3 .lnmb {
        font-size: 3.5em; } }
    /* line 32, sass/page/free/_freetext.scss */
    .parts-h3 .lnmb + .jpttl {
      padding-top: 0.5em;
      font-size: 2em; }
      @media screen and (max-width: 768px) {
        /* line 32, sass/page/free/_freetext.scss */
        .parts-h3 .lnmb + .jpttl {
          font-size: 1.3em; } }

/* line 42, sass/page/free/_freetext.scss */
.parts-h4 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1.5em;
  padding-top: 3em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    /* line 42, sass/page/free/_freetext.scss */
    .parts-h4 {
      font-size: 1.15em; } }

/* 左寄せ・幅指定中央配置テキスト */
/* line 56, sass/page/free/_freetext.scss */
.centerbox {
  max-width: 800px;
  margin: 0 auto; }

/* ------------ 段落 -------------------------------- */
/* line 63, sass/page/free/_freetext.scss */
.freepage-ctt a {
  text-decoration: underline; }
/* line 67, sass/page/free/_freetext.scss */
.freepage-ctt .sec p {
  padding-bottom: 2.5em;
  /* 余白小さめ */
  /* 強調 */
  /* 注釈 */ }
  /* line 70, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.btmmin {
    padding-bottom: 2em; }
  /* line 74, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.parts-copy {
    font-size: 1.8em;
    font-weight: 700;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 74, sass/page/free/_freetext.scss */
      .freepage-ctt .sec p.parts-copy {
        font-size: 1.6em; } }
  /* line 84, sass/page/free/_freetext.scss */
  .freepage-ctt .sec p.note {
    font-size: 0.9em;
    font-weight: 400;
    line-height: 1.7em;
    padding-bottom: 2.5em;
    padding-left: 1.2em;
    text-indent: -0.65em;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    color: #ff7f50; }
    /* line 95, sass/page/free/_freetext.scss */
    .freepage-ctt .sec p.note::before {
      display: inline-block;
      content: "※";
      padding-right: 0.2em; }
/* line 104, sass/page/free/_freetext.scss */
.freepage-ctt .sec .imgtxt_txtbox p:last-child {
  padding-bottom: 0; }
/* line 113, sass/page/free/_freetext.scss */
.freepage-ctt .sec.sec_bg2 p.note, .freepage-ctt .sec.sec_bg3 p.note {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70); }

/* やや小さめ強調 */
/* line 123, sass/page/free/_freetext.scss */
.strong {
  font-size: 1.2em;
  font-weight: 700;
  line-height: 2em; }

/* =============== ブロック ========================================================= */
/* line 4, sass/page/free/_freeblock.scss */
.freepage-ctt .sec {
  /* ------------ 背景色つきテキストボックス -------------------------------- */ }
  /* line 7, sass/page/free/_freeblock.scss */
  .freepage-ctt .sec .bbox {
    width: 100%;
    box-sizing: border-box;
    padding: 3.75em;
    background: #fff;
    color: #000;
    border-radius: 1em;
    -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); }
    @media screen and (max-width: 1350px) {
      /* line 7, sass/page/free/_freeblock.scss */
      .freepage-ctt .sec .bbox {
        padding: 2.5em; } }
    @media screen and (max-width: 768px) {
      /* line 7, sass/page/free/_freeblock.scss */
      .freepage-ctt .sec .bbox {
        padding: 2em; } }
    @media screen and (max-width: 480px) {
      /* line 7, sass/page/free/_freeblock.scss */
      .freepage-ctt .sec .bbox {
        padding: 1.5em; } }
    /* line 24, sass/page/free/_freeblock.scss */
    .freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
      font-family: Fredoka, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-weight: 700;
      font-size: 1.75em;
      line-height: 1.5em;
      padding-bottom: 1em; }
      @media screen and (max-width: 768px) {
        /* line 24, sass/page/free/_freeblock.scss */
        .freepage-ctt .sec .bbox h3, .freepage-ctt .sec .bbox h4 {
          font-size: 1.5em; } }
    /* line 34, sass/page/free/_freeblock.scss */
    .freepage-ctt .sec .bbox p {
      padding-bottom: 2em; }
      /* line 36, sass/page/free/_freeblock.scss */
      .freepage-ctt .sec .bbox p:last-child {
        padding-bottom: 0; }
  /* line 43, sass/page/free/_freeblock.scss */
  .freepage-ctt .sec.sec_bg2 .bbox {
    background: #3cb371;
    color: #fff; }

/* =============== 画像 ========================================================= */
/* 角丸 */
/* line 3, sass/page/free/_freeimage.scss */
.rd {
  border-radius: 2.5em;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  @media screen and (max-width: 1350px) {
    /* line 3, sass/page/free/_freeimage.scss */
    .rd {
      border-radius: 1.5em; } }
  @media screen and (max-width: 768px) {
    /* line 3, sass/page/free/_freeimage.scss */
    .rd {
      border-radius: 1em; } }

/* line 15, sass/page/free/_freeimage.scss */
span.rd {
  display: inline-block; }

/* line 19, sass/page/free/_freeimage.scss */
.parts-100img {
  width: 100%;
  position: relative;
  padding-bottom: 5em;
  text-align: center; }
  /* line 24, sass/page/free/_freeimage.scss */
  .parts-100img.center {
    text-align: center; }
  /* line 27, sass/page/free/_freeimage.scss */
  .parts-100img.left {
    text-align: left; }
  /* line 30, sass/page/free/_freeimage.scss */
  .parts-100img.right {
    text-align: right; }
  /* line 33, sass/page/free/_freeimage.scss */
  .parts-100img img {
    max-width: inherit;
    height: auto; }
  /* line 37, sass/page/free/_freeimage.scss */
  .parts-100img span {
    display: inline-block; }
    @media screen and (max-width: 768px) {
      /* line 37, sass/page/free/_freeimage.scss */
      .parts-100img span {
        width: 100% !important; } }

/* ------------ 画像＋テキスト -------------------------------- */
/* line 46, sass/page/free/_freeimage.scss */
.box_imglefttxt,
.box_imgrighttxt {
  width: 100%;
  position: relative;
  overflow: hidden;
  zoom: 1;
  padding-bottom: 5em; }
  /* line 53, sass/page/free/_freeimage.scss */
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    width: 40%;
    position: relative;
    padding-bottom: 1em;
    /* 画像 */ }
    @media screen and (max-width: 1350px) {
      /* line 53, sass/page/free/_freeimage.scss */
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 45%; } }
    @media screen and (max-width: 768px) {
      /* line 53, sass/page/free/_freeimage.scss */
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 50%; } }
    @media screen and (max-width: 480px) {
      /* line 53, sass/page/free/_freeimage.scss */
      .box_imglefttxt .imgtxt_imgbox,
      .box_imgrighttxt .imgtxt_imgbox {
        width: 100%;
        padding-bottom: 2.5em; } }
    /* line 68, sass/page/free/_freeimage.scss */
    .box_imglefttxt .imgtxt_imgbox img,
    .box_imgrighttxt .imgtxt_imgbox img {
      width: 100%;
      height: auto; }

/* 画像左 -------------------------------- */
/* line 76, sass/page/free/_freeimage.scss */
.box_imglefttxt .imgtxt_imgbox {
  float: left;
  padding-right: 3%; }

/* 画像右 -------------------------------- */
/* line 84, sass/page/free/_freeimage.scss */
.box_imgrighttxt .imgtxt_imgbox {
  float: right;
  padding-left: 3%; }

@media screen and (max-width: 480px) {
  /* line 92, sass/page/free/_freeimage.scss */
  .box_imglefttxt .imgtxt_imgbox,
  .box_imgrighttxt .imgtxt_imgbox {
    float: none;
    padding-right: 0;
    padding-left: 0; } }

/* テキスト -------------------------------- */
/* 見出し */
/* line 105, sass/page/free/_freeimage.scss */
.imgtxt_txtbox h4 {
  font-size: 1.75em;
  font-weight: 900;
  line-height: 1.5em;
  padding-bottom: 1em; }
  @media screen and (max-width: 768px) {
    /* line 105, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h4 {
      font-size: 1.6em; } }
  @media screen and (max-width: 480px) {
    /* line 105, sass/page/free/_freeimage.scss */
    .imgtxt_txtbox h4 {
      font-size: 1.5em;
      padding-bottom: 0.67em; } }

/* ------------ 2～4つ並び画像テキストボックス -------------------------------- */
/* テキスト */
/* line 122, sass/page/free/_freeimage.scss */
.imgbox_txtarea {
  display: block;
  width: 100%;
  z-index: 1;
  position: relative;
  box-sizing: border-box; }
  /* line 128, sass/page/free/_freeimage.scss */
  .imgbox_txtarea h4 {
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 0.5em; }
  /* line 134, sass/page/free/_freeimage.scss */
  .imgbox_txtarea p {
    padding-bottom: 0;
    line-height: 1.5em; }

/* 2つ並び画像テキストボックス -------------------------------- */
/* line 141, sass/page/free/_freeimage.scss */
.img2box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */ }
  /* line 145, sass/page/free/_freeimage.scss */
  .img2box ul {
    list-style: none inside;
    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: -2em; }
    @media screen and (max-width: 480px) {
      /* line 145, sass/page/free/_freeimage.scss */
      .img2box ul {
        margin-top: -3em; } }
    /* line 153, sass/page/free/_freeimage.scss */
    .img2box ul li {
      width: 47%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (max-width: 480px) {
        /* line 153, sass/page/free/_freeimage.scss */
        .img2box ul li {
          width: 100%;
          margin-top: 3em; } }
      /* line 162, sass/page/free/_freeimage.scss */
      .img2box ul li img {
        width: 100%;
        height: auto; }
  @media screen and (max-width: 480px) {
    /* line 169, sass/page/free/_freeimage.scss */
    .img2box.imghbox ul li {
      width: 47%; } }

/* 3つ並び画像テキストボックス -------------------------------- */
/* line 179, sass/page/free/_freeimage.scss */
.img3txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */ }
  /* line 183, sass/page/free/_freeimage.scss */
  .img3txtbox ul {
    list-style: none inside;
    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: -3em; }
    /* line 188, sass/page/free/_freeimage.scss */
    .img3txtbox ul li {
      width: 31%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 3.5%;
      margin-top: 3em;
      /* 画像 */ }
      @media screen and (min-width: 769px) {
        /* line 194, sass/page/free/_freeimage.scss */
        .img3txtbox ul li:nth-child(3n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        /* line 188, sass/page/free/_freeimage.scss */
        .img3txtbox ul li {
          width: 100%;
          margin-right: 0; } }
      /* line 203, sass/page/free/_freeimage.scss */
      .img3txtbox ul li img {
        width: 100%;
        height: auto; }
      /* line 206, sass/page/free/_freeimage.scss */
      .img3txtbox ul li span {
        margin-bottom: 0.5em; }
  @media screen and (max-width: 768px) {
    /* line 213, sass/page/free/_freeimage.scss */
    .img3txtbox.imghbox ul li {
      width: 31%;
      margin-right: 3.5%; }
      /* line 217, sass/page/free/_freeimage.scss */
      .img3txtbox.imghbox ul li:nth-child(3n) {
        margin-right: 0; } }

/* 4つ並び画像テキストボックス -------------------------------- */
/* line 228, sass/page/free/_freeimage.scss */
.img4txtbox {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 5em;
  /* リスト */ }
  /* line 232, sass/page/free/_freeimage.scss */
  .img4txtbox ul {
    list-style: none inside;
    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: -2em; }
    @media screen and (max-width: 1350px) {
      /* line 232, sass/page/free/_freeimage.scss */
      .img4txtbox ul {
        margin-top: -3em; } }
    /* line 240, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 23.5%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-right: 2%;
      margin-top: 2em;
      /* 画像 */ }
      @media screen and (min-width: 769px) {
        /* line 246, sass/page/free/_freeimage.scss */
        .img4txtbox ul li:nth-child(4n) {
          margin-right: 0; } }
      @media screen and (max-width: 768px) {
        /* line 240, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          margin-top: 3em; } }
  @media screen and (max-width: 768px) and (min-width: 481px) {
    /* line 240, sass/page/free/_freeimage.scss */
    .img4txtbox ul li {
      width: 49%; }
      /* line 254, sass/page/free/_freeimage.scss */
      .img4txtbox ul li:nth-child(2n) {
        margin-right: 0; } }

      @media screen and (max-width: 480px) {
        /* line 240, sass/page/free/_freeimage.scss */
        .img4txtbox ul li {
          width: 100%; } }
      /* line 263, sass/page/free/_freeimage.scss */
      .img4txtbox ul li img {
        width: 100%;
        height: auto; }
      /* line 266, sass/page/free/_freeimage.scss */
      .img4txtbox ul li span {
        margin-bottom: 1em; }
@media screen and (max-width: 1350px) and (min-width: 481px) {
  /* line 273, sass/page/free/_freeimage.scss */
  .img4txtbox.imghbox ul li {
    width: 23.5%; }
    /* line 277, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(2n) {
      margin-right: 2%; }
    /* line 280, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li:nth-child(4n) {
      margin-right: 0; } }

  @media screen and (max-width: 480px) {
    /* line 273, sass/page/free/_freeimage.scss */
    .img4txtbox.imghbox ul li {
      width: 23.5%; }
      /* line 287, sass/page/free/_freeimage.scss */
      .img4txtbox.imghbox ul li:nth-child(4n) {
        margin-right: 0; } }

/* =============== リスト ========================================================= */
/* ノーマルリストマークつき -------------------------------- */
/* line 4, sass/page/free/_freelist.scss */
.no_list {
  width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  position: relative;
  padding: 3.75em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  /* 見出し */
  /* リスト */ }
  /* line 15, sass/page/free/_freelist.scss */
  .sec_bg2 .no_list {
    background: #3cb371;
    color: #fff; }
    /* line 18, sass/page/free/_freelist.scss */
    .sec_bg2 .no_list a {
      color: #fff; }
  @media screen and (max-width: 1350px) {
    /* line 4, sass/page/free/_freelist.scss */
    .no_list {
      padding: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 4, sass/page/free/_freelist.scss */
    .no_list {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 4, sass/page/free/_freelist.scss */
    .no_list {
      padding: 1.5em; } }
  /* line 33, sass/page/free/_freelist.scss */
  .no_list h3, .no_list h4 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 33, sass/page/free/_freelist.scss */
      .no_list h3, .no_list h4 {
        font-size: 1.3em; } }
  /* line 43, sass/page/free/_freelist.scss */
  .no_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.5em; }
    /* line 46, sass/page/free/_freelist.scss */
    .no_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em; }
      /* line 51, sass/page/free/_freelist.scss */
      .no_list ul li:last-child {
        padding-bottom: 0; }

/* チェックボックスマークつき -------------------------------- */
/* line 59, sass/page/free/_freelist.scss */
.check_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 3.75em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  /* 見出し */
  /* リスト */ }
  /* line 68, sass/page/free/_freelist.scss */
  .sec_bg2 .check_list {
    background: #3cb371;
    color: #fff; }
    /* line 71, sass/page/free/_freelist.scss */
    .sec_bg2 .check_list a {
      color: #fff; }
  @media screen and (max-width: 1350px) {
    /* line 59, sass/page/free/_freelist.scss */
    .check_list {
      padding: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 59, sass/page/free/_freelist.scss */
    .check_list {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 59, sass/page/free/_freelist.scss */
    .check_list {
      padding: 1.5em; } }
  /* line 85, sass/page/free/_freelist.scss */
  .check_list h3, .check_list h4 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 85, sass/page/free/_freelist.scss */
      .check_list h3, .check_list h4 {
        font-size: 1.3em; } }
  /* line 95, sass/page/free/_freelist.scss */
  .check_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 98, sass/page/free/_freelist.scss */
    .check_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-bottom: 1.5em;
      text-indent: -1.2em;
      padding-left: 1.2em; }
      /* line 105, sass/page/free/_freelist.scss */
      .check_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        font-family: "Font Awesome 5 Free";
        content: "\f14a";
        font-weight: 900;
        color: #3cb371; }
        /* line 113, sass/page/free/_freelist.scss */
        .sec_bg2 .check_list ul li::before {
          color: #fff; }
      /* line 117, sass/page/free/_freelist.scss */
      .check_list ul li:last-child {
        padding-bottom: 0; }

/* 番号つき -------------------------------- */
/* line 125, sass/page/free/_freelist.scss */
.order_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 3.75em;
  background: #fff;
  color: #000;
  border-radius: 1em;
  -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  /* 見出し */
  /* リスト */ }
  /* line 134, sass/page/free/_freelist.scss */
  .sec_bg2 .order_list {
    background: #3cb371;
    color: #fff; }
    /* line 137, sass/page/free/_freelist.scss */
    .sec_bg2 .order_list a {
      color: #fff; }
  @media screen and (max-width: 1350px) {
    /* line 125, sass/page/free/_freelist.scss */
    .order_list {
      padding: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 125, sass/page/free/_freelist.scss */
    .order_list {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 125, sass/page/free/_freelist.scss */
    .order_list {
      padding: 1.5em; } }
  /* line 151, sass/page/free/_freelist.scss */
  .order_list h3, .order_list h4 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 151, sass/page/free/_freelist.scss */
      .order_list h3, .order_list h4 {
        font-size: 1.3em; } }
  /* line 161, sass/page/free/_freelist.scss */
  .order_list ol {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    counter-reset: number; }
    /* line 165, sass/page/free/_freelist.scss */
    .order_list ol li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 1em;
      line-height: 1.7em;
      padding-left: 2em;
      padding-bottom: 1em;
      /*&:nth-child(n+10){
      	text-indent: -1.5em;
      	padding-left: 1.5em;
      }*/ }
      /* line 171, sass/page/free/_freelist.scss */
      .order_list ol li::before {
        position: relative;
        top: 0.13em;
        display: inline-block;
        width: 1.3em;
        margin-left: -1.3em;
        counter-increment: number;
        content: counter(number,decimal-leading-zero);
        font-family: "Fredoka", sans-serif;
        font-optical-sizing: auto;
        font-style: normal;
        font-size: 2em;
        font-weight: 600;
        color: #3cb371; }
        /* line 183, sass/page/free/_freelist.scss */
        .sec_bg2 .order_list ol li::before {
          color: #fff;
          opacity: 0.8;
          filter: alpha(opacity=80); }
      /* line 192, sass/page/free/_freelist.scss */
      .order_list ol li:last-child {
        padding-bottom: 0; }

/* 表型 -------------------------------- */
/* line 200, sass/page/free/_freelist.scss */
.table_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */ }
  /* line 206, sass/page/free/_freelist.scss */
  .table_list h3, .table_list h4 {
    display: inline-block;
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 206, sass/page/free/_freelist.scss */
      .table_list h3, .table_list h4 {
        font-size: 1.3em; } }
  /* line 217, sass/page/free/_freelist.scss */
  .table_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left; }
    /* line 221, sass/page/free/_freelist.scss */
    .table_list ul li {
      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;
      padding: 0.5em;
      border-radius: 1em;
      background: #fff;
      color: #000;
      margin-bottom: 0.5em;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1); }
      /* line 230, sass/page/free/_freelist.scss */
      .sec_bg2 .table_list ul li {
        background: #3cb371;
        color: #fff; }
        /* line 233, sass/page/free/_freelist.scss */
        .sec_bg2 .table_list ul li a {
          color: #fff; }
      /* line 237, sass/page/free/_freelist.scss */
      .table_list ul li:last-child {
        margin-bottom: 0; }
      /* line 240, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th,
      .table_list ul li .tablelist_td {
        padding: 1.5em;
        font-size: 1em;
        line-height: 1.5em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
        @media screen and (max-width: 768px) {
          /* line 240, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th,
          .table_list ul li .tablelist_td {
            display: block;
            padding: 1em; } }
      /* line 251, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_th {
        width: 30%;
        font-weight: 700;
        border-right: #3cb371 dotted 2px; }
        @media screen and (max-width: 768px) {
          /* line 251, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_th {
            width: 100%;
            border-right: none;
            border-bottom: #3cb371 dotted 0.1em; } }
        /* line 260, sass/page/free/_freelist.scss */
        .sec_bg2 .table_list ul li .tablelist_th {
          border-color: #fff; }
      /* line 264, sass/page/free/_freelist.scss */
      .table_list ul li .tablelist_td {
        width: 70%;
        font-weight: 500; }
        @media screen and (max-width: 768px) {
          /* line 264, sass/page/free/_freelist.scss */
          .table_list ul li .tablelist_td {
            width: 100%; } }
      /* line 271, sass/page/free/_freelist.scss */
      .table_list ul li:last-child {
        border-bottom: none; }

/* 注釈マークつき -------------------------------- */
/* line 279, sass/page/free/_freelist.scss */
.note_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  padding: 3.75em;
  background: #fff;
  color: #ff7f50;
  border-radius: 1em;
  -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
  /* 見出し */
  /* リスト */ }
  /* line 288, sass/page/free/_freelist.scss */
  .sec_bg2 .note_list {
    background: #f5f5f5; }
    /* line 290, sass/page/free/_freelist.scss */
    .sec_bg2 .note_list a {
      color: #3cb371; }
  @media screen and (max-width: 1350px) {
    /* line 279, sass/page/free/_freelist.scss */
    .note_list {
      padding: 2.5em; } }
  @media screen and (max-width: 768px) {
    /* line 279, sass/page/free/_freelist.scss */
    .note_list {
      padding: 2em; } }
  @media screen and (max-width: 480px) {
    /* line 279, sass/page/free/_freelist.scss */
    .note_list {
      padding: 1.5em; } }
  /* line 304, sass/page/free/_freelist.scss */
  .note_list h3, .note_list h4 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 304, sass/page/free/_freelist.scss */
      .note_list h3, .note_list h4 {
        font-size: 1.3em; } }
  /* line 314, sass/page/free/_freelist.scss */
  .note_list ul {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    /* line 317, sass/page/free/_freelist.scss */
    .note_list ul li {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 0.9em;
      font-weight: 500;
      line-height: 1.7em;
      text-indent: -1.2em;
      padding-left: 1.2em;
      padding-bottom: 1.5em; }
      /* line 325, sass/page/free/_freelist.scss */
      .note_list ul li::before {
        display: inline-block;
        padding-left: 1em;
        padding-right: 0.2em;
        content: "※"; }
      /* line 331, sass/page/free/_freelist.scss */
      .note_list ul li:last-child {
        padding-bottom: 0; }

/* リンク色 -------------------------------- */
/* line 341, sass/page/free/_freelist.scss */
.sec_bg2 .note_list a {
  color: #3cb371; }
  /* line 343, sass/page/free/_freelist.scss */
  .sec_bg2 .note_list a:hover {
    color: #ff7f50; }

/* タイムライン -------------------------------- */
/* line 351, sass/page/free/_freelist.scss */
.time_list {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 2.5em;
  /* 見出し */
  /* リスト */ }
  /* line 357, sass/page/free/_freelist.scss */
  .time_list h3, .time_list h4 {
    font-weight: 700;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-bottom: 1em; }
    @media screen and (max-width: 768px) {
      /* line 357, sass/page/free/_freelist.scss */
      .time_list h3, .time_list h4 {
        font-size: 1.3em; } }
  /* line 367, sass/page/free/_freelist.scss */
  .time_list ul {
    list-style: none inside;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: left;
    /* 最後の点線 */ }
    /* line 371, sass/page/free/_freelist.scss */
    .time_list ul li {
      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;
      /* 縦線 */ }
      /* line 374, sass/page/free/_freelist.scss */
      .time_list ul li::before, .time_list ul li::after {
        content: "";
        display: block; }
      /* line 380, sass/page/free/_freelist.scss */
      .time_list ul li::before {
        position: absolute;
        top: 0;
        left: 10em;
        right: auto;
        bottom: 0;
        width: 1px;
        margin: auto;
        border-right: #3cb371 solid 0.25em;
        opacity: 0.5;
        filter: alpha(opacity=50); }
      /* line 388, sass/page/free/_freelist.scss */
      .time_list ul li:first-child::before {
        top: 2em; }
      /* line 393, sass/page/free/_freelist.scss */
      .time_list ul li:last-child::before {
        height: 2em;
        bottom: auto; }
      /* line 398, sass/page/free/_freelist.scss */
      .time_list ul li .time_time,
      .time_list ul li .time_ctt {
        padding: 1.5em;
        font-size: 1em;
        line-height: 1.5em;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box; }
      /* line 405, sass/page/free/_freelist.scss */
      .time_list ul li .time_time {
        font-family: Fredoka, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
        font-style: normal;
        padding-left: 0;
        width: 10em;
        font-weight: 900;
        text-align: right;
        color: #3cb371; }
      /* line 413, sass/page/free/_freelist.scss */
      .time_list ul li .time_ctt {
        padding-right: 0;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -moz-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        font-weight: 500;
        /* 丸 */ }
        /* line 417, sass/page/free/_freelist.scss */
        .time_list ul li .time_ctt strong {
          font-family: Fredoka, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
          font-style: normal; }
        /* line 422, sass/page/free/_freelist.scss */
        .time_list ul li .time_ctt::before {
          content: "";
          display: block;
          width: 0.75em;
          height: 0.75em;
          border-radius: 50%;
          background: #3cb371;
          position: absolute;
          top: 1.9em;
          left: -0.2em;
          right: auto;
          bottom: auto;
          z-index: 2; }
    /* line 439, sass/page/free/_freelist.scss */
    .time_list ul.on li:last-child::after {
      content: "";
      display: block;
      width: 1px;
      position: absolute;
      top: 2em;
      left: 10em;
      right: auto;
      bottom: 0;
      margin: auto;
      border-right: #3cb371 dotted 0.25em;
      opacity: 0.5;
      filter: alpha(opacity=50); }

/* =======================================================================================================================
　　　　　　　　　Q&A
======================================================================================================================= */
/* line 4, sass/page/free/_faq.scss */
.faq-ctt {
  margin-bottom: 2.5em;
  /* -------------------------- Q&Aリスト ------------------------------------------- */
  /* -------------------------- リンクボタン ------------------------------------------- */ }
  /* line 7, sass/page/free/_faq.scss */
  .faq-ctt ul.qa_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside; }
    /* line 10, sass/page/free/_faq.scss */
    .faq-ctt ul.qa_list li.qa_set {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      background: #fff;
      color: #000;
      margin-bottom: 1em;
      border-radius: 0.5em;
      overflow: hidden;
      /* テキスト ------------------------------------------- */
      /* 開閉動作 ------------------------------------------- */ }
      /* line 17, sass/page/free/_faq.scss */
      .sec_bg1 .faq-ctt ul.qa_list li.qa_set {
        background: #f0e68c; }
      /* line 20, sass/page/free/_faq.scss */
      .faq-ctt ul.qa_list li.qa_set input[type="radio"] {
        display: none; }
      /* line 23, sass/page/free/_faq.scss */
      .faq-ctt ul.qa_list li.qa_set label {
        cursor: pointer;
        display: block; }
      /* line 28, sass/page/free/_faq.scss */
      .faq-ctt ul.qa_list li.qa_set .qa_txt {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        /* Q */
        /* A */ }
        /* line 31, sass/page/free/_faq.scss */
        .faq-ctt ul.qa_list li.qa_set .qa_txt .question {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          font-size: 1em;
          /* 開く用ラベル */
          /* 閉じる用ラベル */ }
          /* line 36, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_txt .question .qa_open_label {
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
            font-style: normal;
            font-size: 1.1em;
            font-weight: 400;
            line-height: 1.5em;
            background: #fff;
            padding: 1.2em;
            padding-right: 3.75em;
            -webkit-transition: 1s ease;
            -moz-transition: 1s ease;
            -ms-transition: 1s ease;
            -o-transition: 1s ease;
            transition: 1s ease;
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            z-index: 1; }
            /* line 47, sass/page/free/_faq.scss */
            .sec_bg1 .faq-ctt ul.qa_list li.qa_set .qa_txt .question .qa_open_label {
              background: #f0e68c; }
            /* line 50, sass/page/free/_faq.scss */
            .faq-ctt ul.qa_list li.qa_set .qa_txt .question .qa_open_label::after {
              font-family: "Fredoka", sans-serif;
              font-optical-sizing: auto;
              font-style: normal;
              font-size: 2em;
              font-weight: 400;
              text-indent: 0;
              line-height: 1em;
              content: "+";
              box-sizing: border-box;
              width: 1em;
              height: 1em;
              padding-bottom: 0.4em;
              border-radius: 50%;
              border: #3cb371 solid 0.05em;
              color: #3cb371;
              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;
              position: absolute;
              top: auto;
              left: auto;
              right: 0.45em;
              bottom: 0.45em;
              -webkit-transition: 1s ease;
              -moz-transition: 1s ease;
              -ms-transition: 1s ease;
              -o-transition: 1s ease;
              transition: 1s ease;
              -webkit-backface-visibility: hidden;
              backface-visibility: hidden;
              opacity: 0.5;
              filter: alpha(opacity=50); }
          /* line 72, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_txt .question .qa_close_label {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            margin: auto;
            z-index: 0; }
        /* line 79, sass/page/free/_faq.scss */
        .faq-ctt ul.qa_list li.qa_set .qa_txt p.answer {
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          height: auto;
          max-height: 0;
          overflow: hidden;
          padding: 0;
          -webkit-transition: 1s ease;
          -moz-transition: 1s ease;
          -ms-transition: 1s ease;
          -o-transition: 1s ease;
          transition: 1s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
          /* line 86, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_txt p.answer span {
            display: block;
            width: 100%;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            padding: 1.5em;
            line-height: 1.5em; }
      /* line 95, sass/page/free/_faq.scss */
      .faq-ctt ul.qa_list li.qa_set .qa_open {
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        z-index: 10;
        opacity: 0;
        filter: alpha(opacity=0); }
        /* line 100, sass/page/free/_faq.scss */
        .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt {
          /* Q */
          /* A */ }
          /* line 103, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt .question .qa_open_label {
            font-weight: 700;
            background: #3cb371;
            color: #fff; }
            /* line 107, sass/page/free/_faq.scss */
            .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt .question .qa_open_label::after {
              content: "-";
              color: #fff;
              border-color: #fff;
              padding-bottom: 0.3em; }
          /* line 114, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt .question .qa_close_label {
            z-index: 2; }
          /* line 119, sass/page/free/_faq.scss */
          .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt p.answer {
            max-height: 200em; }
            @media screen and (max-width: 768px) {
              /* line 119, sass/page/free/_faq.scss */
              .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt p.answer {
                max-height: 300em; } }
            @media screen and (max-width: 480px) {
              /* line 119, sass/page/free/_faq.scss */
              .faq-ctt ul.qa_list li.qa_set .qa_open:checked ~ .qa_txt p.answer {
                max-height: 400em; } }
  /* line 135, sass/page/free/_faq.scss */
  .faq-ctt .btn {
    padding-top: 2em; }

/* =============== Youtube動画 ========================================================= */
/* line 3, sass/page/free/_freeyoutube.scss */
.videobox .imgtxt_imgbox {
  width: 60%; }

/* line 7, sass/page/free/_freeyoutube.scss */
.youtube_box {
  width: 100%; }
  /* line 9, sass/page/free/_freeyoutube.scss */
  .youtube_box span {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
    /* line 14, sass/page/free/_freeyoutube.scss */
    .youtube_box span iframe {
      position: absolute;
      top: 0;
      right: 0;
      width: 100% !important;
      height: 100% !important; }

/* line 25, sass/page/free/_freeyoutube.scss */
.img2box .youtube_box,
.img3txtbox .youtube_box {
  margin-bottom: 1em; }

/* =============== 余白ゼロ ========================================================= */
/* line 14, sass/page/free/_freenospace.scss */
.freepage-ctt .sec .innerbox p:last-child,
.freepage-ctt .sec .innerbox p.parts-copy:last-child,
.freepage-ctt .sec .innerbox p.note:last-child,
.freepage-ctt .sec .innerbox .parts-100img:last-child,
.freepage-ctt .sec .innerbox .box_imglefttxt:last-child,
.freepage-ctt .sec .innerbox .box_imgrighttxt:last-child,
.freepage-ctt .sec .innerbox .img2box:last-child,
.freepage-ctt .sec .innerbox .img3txtbox:last-child,
.freepage-ctt .sec .innerbox .img4txtbox:last-child {
  padding-bottom: 0; }
/* line 25, sass/page/free/_freenospace.scss */
.freepage-ctt .sec .innerbox .bbox:last-child,
.freepage-ctt .sec .innerbox .no_list:last-child,
.freepage-ctt .sec .innerbox .check_list:last-child,
.freepage-ctt .sec .innerbox .order_list:last-child,
.freepage-ctt .sec .innerbox .table_list:last-child,
.freepage-ctt .sec .innerbox .note_list:last-child,
.freepage-ctt .sec .innerbox .faq-ctt:last-child {
  margin-bottom: 0; }

/* line 37, sass/page/free/_freenospace.scss */
.img2box img:last-child,
.img3txtbox img:last-child,
.img4txtbox img:last-child {
  margin-bottom: 0; }
/* line 43, sass/page/free/_freenospace.scss */
.img2box a img:last-child,
.img3txtbox a img:last-child,
.img4txtbox a img:last-child {
  margin-bottom: 1em; }
/* line 48, sass/page/free/_freenospace.scss */
.img2box a:last-child img,
.img3txtbox a:last-child img,
.img4txtbox a:last-child img {
  margin-bottom: 0; }
  /* line 50, sass/page/free/_freenospace.scss */
  .img2box a:last-child img:last-child,
  .img3txtbox a:last-child img:last-child,
  .img4txtbox a:last-child img:last-child {
    margin-bottom: 0; }

/* line 60, sass/page/free/_freenospace.scss */
li .youtube_box:last-child {
  margin-bottom: 0; }

/* line 66, sass/page/free/_freenospace.scss */
.imgtxt_imgbox .youtube_box {
  margin-bottom: 0; }

/* =======================================================================================================================
　　　　　　　　　お問い合わせ
======================================================================================================================= */
/* line 4, sass/page/_contact.scss */
.contactpage-ctt {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /* 見出し */
  /* 段落 */
  /* =============== 電話 ========================================================= */
  /* =============== WEB ========================================================= */ }
  /* line 8, sass/page/_contact.scss */
  .contactpage-ctt .parts-h3 {
    text-align: left;
    padding-bottom: 1.5em; }
  /* line 14, sass/page/_contact.scss */
  .contactpage-ctt p {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 16, sass/page/_contact.scss */
    .contactpage-ctt p.contact_info {
      font-size: 1.1em; }
  /* line 23, sass/page/_contact.scss */
  .contactpage-ctt .contact_tel p.contacttel_tel {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 3em;
    font-weight: 600;
    line-height: 1em;
    padding-bottom: 0.1em;
    color: #3cb371; }
    @media screen and (max-width: 480px) {
      /* line 23, sass/page/_contact.scss */
      .contactpage-ctt .contact_tel p.contacttel_tel {
        font-size: 2em; } }
    /* line 34, sass/page/_contact.scss */
    .contactpage-ctt .contact_tel p.contacttel_tel img {
      height: 1em;
      width: auto;
      margin-right: 0.25em; }
    /* line 39, sass/page/_contact.scss */
    .contactpage-ctt .contact_tel p.contacttel_tel .egfont {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      display: inline-block;
      font-size: 1.5em;
      top: 0.05em; }
  /* line 46, sass/page/_contact.scss */
  .contactpage-ctt .contact_tel p.contacttel_time {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1.3em;
    padding-bottom: 0;
    color: #666; }
    @media screen and (max-width: 480px) {
      /* line 46, sass/page/_contact.scss */
      .contactpage-ctt .contact_tel p.contacttel_time {
        font-size: 1em; } }

/* line 1, sass/page/_sponsor.scss */
.sponsor {
  margin-bottom: 5em; }
  /* line 5, sass/page/_sponsor.scss */
  .sponsor h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1em; }
    @media screen and (max-width: 1350px) {
      /* line 5, sass/page/_sponsor.scss */
      .sponsor h2 {
        font-size: 1.8em; } }
  /* line 19, sass/page/_sponsor.scss */
  .sponsor ul {
    display: grid;
    list-style: none;
    gap: 2em; }
  /* line 26, sass/page/_sponsor.scss */
  .sponsor li {
    width: 100%;
    height: 100%;
    aspect-ratio: 40 / 15;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 1em 1.5em;
    border-radius: 1em;
    overflow: hidden;
    box-sizing: border-box; }
    /* line 38, sass/page/_sponsor.scss */
    .sponsor li .no_partner {
      font-size: 0.8em;
      line-height: 1.5em; }
  /* line 45, sass/page/_sponsor.scss */
  .sponsor a {
    display: block;
    width: 100%; }
  /* line 51, sass/page/_sponsor.scss */
  .sponsor img {
    width: 100%;
    height: 100%;
    object-fit: contain; }
  /* line 59, sass/page/_sponsor.scss */
  .sponsor_rank-a ul {
    grid-template-columns: repeat(3, 1fr); }
    @media screen and (max-width: 768px) {
      /* line 59, sass/page/_sponsor.scss */
      .sponsor_rank-a ul {
        grid-template-columns: repeat(2, 1fr); } }
    @media screen and (max-width: 480px) {
      /* line 59, sass/page/_sponsor.scss */
      .sponsor_rank-a ul {
        grid-template-columns: none; } }
  /* line 72, sass/page/_sponsor.scss */
  .sponsor_rank-b ul {
    grid-template-columns: repeat(4, 1fr); }
    @media screen and (max-width: 768px) {
      /* line 72, sass/page/_sponsor.scss */
      .sponsor_rank-b ul {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 480px) {
      /* line 72, sass/page/_sponsor.scss */
      .sponsor_rank-b ul {
        grid-template-columns: repeat(2, 1fr); } }
  /* line 85, sass/page/_sponsor.scss */
  .sponsor_rank-c ul {
    grid-template-columns: repeat(5, 1fr); }
    @media screen and (max-width: 768px) {
      /* line 85, sass/page/_sponsor.scss */
      .sponsor_rank-c ul {
        grid-template-columns: repeat(3, 1fr); } }
    @media screen and (max-width: 480px) {
      /* line 85, sass/page/_sponsor.scss */
      .sponsor_rank-c ul {
        grid-template-columns: repeat(2, 1fr); } }

/* ===========================================================================================================
　　　　　　　　　新着記事
=========================================================================================================== */
/* ================= ページヘッダー（共通） ============================================================ */
/* line 7, sass/post/_archives.scss */
#page-header .innerbox {
  /* -------------------------- 英語タイトル月別アーカイブ時 ------------------------------------------- */
  /* -------------------------- 見出し・月セレクト横並び ------------------------------------------- */
  /* -------------------------- 一覧ボタン ------------------------------------------- */ }
  /* line 12, sass/post/_archives.scss */
  #page-header .innerbox .eg_ttl .year {
    padding-left: 0.5em;
    font-size: 0.5em;
    opacity: 0.5;
    filter: alpha(opacity=50); }
    @media screen and (max-width: 1350px) {
      /* line 12, sass/post/_archives.scss */
      #page-header .innerbox .eg_ttl .year {
        font-size: 0.4em; } }
  /* line 20, sass/post/_archives.scss */
  #page-header .innerbox .eg_ttl .month,
  #page-header .innerbox .eg_ttl .md {
    padding-left: 0.1em;
    font-size: 0.75em;
    opacity: 0.7;
    filter: alpha(opacity=70); }
    @media screen and (max-width: 1350px) {
      /* line 20, sass/post/_archives.scss */
      #page-header .innerbox .eg_ttl .month,
      #page-header .innerbox .eg_ttl .md {
        font-size: 0.6em; } }
  /* line 32, sass/post/_archives.scss */
  #page-header .innerbox .flexbox {
    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;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    /* 見出し */
    /* 月セレクト ------------------------------------------- */ }
    /* line 38, sass/post/_archives.scss */
    #page-header .innerbox .flexbox .page_ttl {
      width: auto;
      /* カテゴリ名 */ }
      /* line 42, sass/post/_archives.scss */
      #page-header .innerbox .flexbox .page_ttl .cate_ttl {
        font-size: 0.6em;
        font-weight: 700; }
        /* line 45, sass/post/_archives.scss */
        #page-header .innerbox .flexbox .page_ttl .cate_ttl::before {
          content: "-";
          padding-left: 0.2em; }
        @media screen and (max-width: 768px) {
          /* line 42, sass/post/_archives.scss */
          #page-header .innerbox .flexbox .page_ttl .cate_ttl {
            display: block; } }
    /* line 56, sass/post/_archives.scss */
    #page-header .innerbox .flexbox select {
      display: block;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font-family: source-han-sans-japanese, '游ゴシック', 'Yu Gothic', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo UI', 'メイリオ', Meiryo, sans-serif;
      font-style: normal;
      font-size: 1.2em;
      font-weight: 700;
      line-height: 1.2em;
      height: 2.2em;
      border: none;
      border-bottom: #fff solid 0.15em;
      background-color: transparent;
      color: #fff;
      margin-left: 1em;
      top: -0.5em;
      padding: 0.25em;
      cursor: pointer; }
      /* line 72, sass/post/_archives.scss */
      #page-header .innerbox .flexbox select option {
        color: #000; }
      @media screen and (max-width: 768px) {
        /* line 56, sass/post/_archives.scss */
        #page-header .innerbox .flexbox select {
          top: -0.25em; } }
  @media screen and (min-width: 481px) {
    /* line 83, sass/post/_archives.scss */
    #page-header .innerbox .btn {
      position: absolute;
      top: 2.5em;
      left: auto;
      right: 10em;
      bottom: auto; } }
  @media screen and (max-width: 1350px) {
    /* line 83, sass/post/_archives.scss */
    #page-header .innerbox .btn {
      right: 5em; } }
  @media screen and (max-width: 768px) {
    /* line 83, sass/post/_archives.scss */
    #page-header .innerbox .btn {
      right: 2.5em; } }
  @media screen and (max-width: 480px) {
    /* line 83, sass/post/_archives.scss */
    #page-header .innerbox .btn {
      padding-top: 0; } }

/* ================= アーカイブ ============================================================ */
/* line 102, sass/post/_archives.scss */
#post_archive {
  z-index: 5;
  background: #f0e68c;
  background-color: #f7f4e5; }

/* ページナビゲーション（共通） */
/* line 110, sass/post/_archives.scss */
.pager {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2.5em; }
  @media screen and (max-width: 768px) {
    /* line 110, sass/post/_archives.scss */
    .pager {
      padding-top: 3em; } }
  /* line 118, sass/post/_archives.scss */
  .pager a {
    text-decoration: none;
    color: #008000; }
    /* line 121, sass/post/_archives.scss */
    .pager a:hover {
      color: #ff7f50; }
  /* line 125, sass/post/_archives.scss */
  .pager p {
    padding-bottom: 0;
    padding-left: 0.5em;
    padding-right: 0.5em; }
  /* line 130, sass/post/_archives.scss */
  .pager .no-link {
    color: #008000;
    opacity: 0.5;
    filter: alpha(opacity=50); }
  /* line 134, sass/post/_archives.scss */
  .pager .first,
  .pager .last {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  /* line 139, sass/post/_archives.scss */
  .pager .prev,
  .pager .next {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
  /* line 144, sass/post/_archives.scss */
  .pager .nth-box {
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-size: 1.2em; }
    /* line 147, sass/post/_archives.scss */
    .pager .nth-box .current {
      font-size: 1.2em;
      display: inline-block;
      color: #008000;
      opacity: 0.5;
      filter: alpha(opacity=50);
      padding: 0 0.5em; }
    /* line 154, sass/post/_archives.scss */
    .pager .nth-box .tenten {
      color: #008000;
      opacity: 0.5;
      filter: alpha(opacity=50); }
    /* line 158, sass/post/_archives.scss */
    .pager .nth-box a {
      display: inline-block;
      padding: 0 0.5em;
      color: #008000; }
      /* line 162, sass/post/_archives.scss */
      .pager .nth-box a:hover {
        color: #ff7f50; }
  /* line 167, sass/post/_archives.scss */
  .pager + .area_cate {
    margin-top: 1.5em; }

/* ================= 投稿ページ（共通） ============================================================ */
/* line 3, sass/post/_single.scss */
#newspost {
  /* 日付 */
  /* -------------------------- 記事タイトル ------------------------------------------- */
  /* -------------------------- ナビゲーション ------------------------------------------- */ }
  /* line 7, sass/post/_single.scss */
  #newspost .eg_ttl .date {
    font-size: 0.6em; }
    @media screen and (max-width: 480px) {
      /* line 7, sass/post/_single.scss */
      #newspost .eg_ttl .date {
        font-size: 1em; } }
  /* line 16, sass/post/_single.scss */
  #newspost .entry_ttl {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 1.5em;
    font-weight: 600;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal; }
    @media screen and (max-width: 1350px) {
      /* line 16, sass/post/_single.scss */
      #newspost .entry_ttl {
        font-size: 1.8em; } }
    @media screen and (max-width: 768px) {
      /* line 16, sass/post/_single.scss */
      #newspost .entry_ttl {
        width: 100%;
        font-size: 1.3em; } }
    @media screen and (max-width: 480px) {
      /* line 16, sass/post/_single.scss */
      #newspost .entry_ttl {
        font-size: 1.4em;
        padding-bottom: 1em; } }
  /* line 35, sass/post/_single.scss */
  #newspost .nav_sec {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7em 0;
    background-image: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 8px, #fff 8px, #fff 16px); }
    @media screen and (max-width: 480px) {
      /* line 35, sass/post/_single.scss */
      #newspost .nav_sec {
        padding: 2.5em 0; } }
    /* line 43, sass/post/_single.scss */
    #newspost .nav_sec .innerbox ul.post_nav {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      list-style: none inside;
      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 47, sass/post/_single.scss */
      #newspost .nav_sec .innerbox ul.post_nav li {
        line-height: 1em;
        max-width: 45%;
        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;
        color: #000;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -ms-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden; }
        /* line 54, sass/post/_single.scss */
        #newspost .nav_sec .innerbox ul.post_nav li:hover {
          color: #3cb371; }
        /* line 57, sass/post/_single.scss */
        #newspost .nav_sec .innerbox ul.post_nav li a {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -moz-box-flex: 1;
          -ms-flex: 1;
          flex: 1;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: inline-block;
          width: 100%;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          -o-text-overflow: ellipsis;
          /* Opera9,10対応 */
          color: #000;
          text-decoration: none; }
          @media screen and (max-width: 480px) {
            /* line 57, sass/post/_single.scss */
            #newspost .nav_sec .innerbox ul.post_nav li a {
              font-size: 0.8em; } }
          /* line 67, sass/post/_single.scss */
          #newspost .nav_sec .innerbox ul.post_nav li a:hover {
            color: #3cb371; }
        /* line 72, sass/post/_single.scss */
        #newspost .nav_sec .innerbox ul.post_nav li.prev:hover {
          -webkit-transform: translate(-0.2em, 0);
          -moz-transform: translate(-0.2em, 0);
          -ms-transform: translate(-0.2em, 0);
          -o-transform: translate(-0.2em, 0);
          transform: translate(-0.2em, 0); }
        /* line 75, sass/post/_single.scss */
        #newspost .nav_sec .innerbox ul.post_nav li.prev a {
          padding-left: 0.25em; }
        /* line 79, sass/post/_single.scss */
        #newspost .nav_sec .innerbox ul.post_nav li.next {
          -webkit-box-pack: end;
          -webkit-justify-content: flex-end;
          -moz-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end; }
          /* line 81, sass/post/_single.scss */
          #newspost .nav_sec .innerbox ul.post_nav li.next:hover {
            -webkit-transform: translate(0.2em, 0);
            -moz-transform: translate(0.2em, 0);
            -ms-transform: translate(0.2em, 0);
            -o-transform: translate(0.2em, 0);
            transform: translate(0.2em, 0); }
          /* line 84, sass/post/_single.scss */
          #newspost .nav_sec .innerbox ul.post_nav li.next a {
            padding-right: 0.25em; }

/* =======================================================================================================================
　　　　　　　　　アルバイト情報一覧
======================================================================================================================= */
/* ================= カテゴリ一覧（情報ボックス共通） ============================================================ */
/* line 6, sass/post/_event.scss */
.cate_box {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 2em;
  border-radius: 1em;
  background: #fff;
  color: #000;
  /* 見出し */
  /* -------------------------- カテゴリリスト ------------------------------------------- */ }
  /* line 14, sass/post/_event.scss */
  .cate_box .cr_ttl {
    font-size: 1.25em;
    font-weight: 700;
    line-height: 1em;
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal; }
  /* line 20, sass/post/_event.scss */
  .cate_box .ct_ttl {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal; }
  /* line 25, sass/post/_event.scss */
  .cate_box .cate_list {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none inside;
    padding-top: 1em; }
    /* line 29, sass/post/_event.scss */
    .cate_box .cate_list li {
      display: inline-block;
      padding-right: 1em; }
      /* line 32, sass/post/_event.scss */
      .cate_box .cate_list li:last-child {
        padding-right: 0; }
      /* line 35, sass/post/_event.scss */
      .cate_box .cate_list li a {
        text-decoration: none;
        color: #000;
        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 39, sass/post/_event.scss */
        .cate_box .cate_list li a::before {
          content: "";
          display: inline-block;
          width: 1.2em;
          height: 1.2em;
          background: url("/images/ya.svg") no-repeat 50% 50%/contain;
          -webkit-transition: 0.3s ease;
          -moz-transition: 0.3s ease;
          -ms-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          margin-right: 0.1em; }
        /* line 48, sass/post/_event.scss */
        .cate_box .cate_list li a:hover {
          color: #000; }
          /* line 50, sass/post/_event.scss */
          .cate_box .cate_list li a:hover::before {
            -webkit-transform: translate(0.2em, 0);
            -moz-transform: translate(0.2em, 0);
            -ms-transform: translate(0.2em, 0);
            -o-transform: translate(0.2em, 0);
            transform: translate(0.2em, 0); }

/* ================= カテゴリ一覧（イベント） ============================================================ */
/* line 61, sass/post/_event.scss */
.event_cate:first-child {
  padding-bottom: 5em; }
/* line 64, sass/post/_event.scss */
.event_cate:last-child {
  padding-top: 5em; }
/* line 68, sass/post/_event.scss */
.event_cate .area_list + .type_list {
  margin-top: 1em; }

/* ================= 昇順降順切り替え ============================================================ */
/* line 75, sass/post/_event.scss */
.order-switcher {
  width: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  padding-bottom: 2.5em;
  text-align: right;
  margin-top: 1em; }
  /* line 81, sass/post/_event.scss */
  .order-switcher a {
    text-decoration: none;
    color: #000; }
    /* line 84, sass/post/_event.scss */
    .order-switcher a:hover {
      color: #3cb371;
      text-decoration: underline; }

/* ================= ボランティア一覧 ============================================================ */
/* line 92, sass/post/_event.scss */
.volunteer_list {
  margin-top: -3em;
  color: #000; }
  @media screen and (max-width: 480px) {
    /* line 92, sass/post/_event.scss */
    .volunteer_list {
      margin-top: -2em; } }
  /* line 98, sass/post/_event.scss */
  .volunteer_list li {
    margin-top: 3em;
    /* -------------------------- エリア ------------------------------------------- */
    /* -------------------------- ジャンル ------------------------------------------- */
    /* -------------------------- ジャンル別色設定 ------------------------------------------- */ }
    @media screen and (max-width: 480px) {
      /* line 98, sass/post/_event.scss */
      .volunteer_list li {
        margin-top: 2em; } }
    /* line 105, sass/post/_event.scss */
    .volunteer_list li .area {
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      text-align: left;
      font-size: 0.9em;
      font-weight: 400;
      line-height: 1.5em;
      padding-right: 1.1em;
      padding-bottom: 0.25em;
      /* マップアイコン */
      /* ジャンル別色設定 ------------------------------------------- */
      /* 野球 */
      /* サッカー */
      /* 空港 */
      /* コンサート */
      /* その他 */ }
      /* line 115, sass/post/_event.scss */
      .volunteer_list li .area i {
        background: #3cb371;
        color: #fff;
        padding-right: 0.2em; }
      /* line 124, sass/post/_event.scss */
      .volunteer_list li .area:has(+ .type .baseball) {
        color: #000; }
      /* line 129, sass/post/_event.scss */
      .volunteer_list li .area:has(+ .type .soccer) {
        color: #3cb371;
        /* ロアッソ熊本 */
        /* アビスパ福岡 */
        /* サガン鳥栖 */
        /* V・ファーレン長崎 */ }
        /* line 133, sass/post/_event.scss */
        .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) {
          color: #B61A14; }
          /* line 137, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type:has(.soccer)::before {
            color: #B61A14; }
          /* line 142, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type span.soccer {
            background: #B61A14; }
          /* line 146, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a {
            /* 見出し */ }
            /* line 149, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a .post_ttl {
              background: #B61A14; }
            /* line 153, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a .evinfo_box {
              /* 日付 */
              /* 時給 */ }
              /* line 158, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a .evinfo_box .event_date span i {
                background: #B61A14; }
              /* line 166, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a .evinfo_box .event_wage::after,
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-28) + .type + a .evinfo_box .event_wage .eg {
                color: #B61A14; }
        /* line 177, sass/post/_event.scss */
        .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) {
          color: #00205B; }
          /* line 181, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type:has(.soccer)::before {
            color: #01A4BB; }
          /* line 186, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type span.soccer {
            background: #01A4BB; }
          /* line 190, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a {
            /* 見出し */ }
            /* line 193, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a .post_ttl {
              background: #00205B; }
            /* line 197, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a .evinfo_box {
              /* 日付 */
              /* 時給 */ }
              /* line 202, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a .evinfo_box .event_date span i {
                background: #00205B; }
              /* line 210, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a .evinfo_box .event_wage::after,
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-24) + .type + a .evinfo_box .event_wage .eg {
                color: #01A4BB; }
        /* line 221, sass/post/_event.scss */
        .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) {
          color: #E95499; }
          /* line 225, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type:has(.soccer)::before {
            color: #E95499; }
          /* line 230, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type span.soccer {
            background: #E95499; }
          /* line 234, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a {
            /* 見出し */ }
            /* line 237, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a .post_ttl {
              background: #E95499; }
            /* line 241, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a .evinfo_box {
              /* 日付 */
              /* 時給 */ }
              /* line 246, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a .evinfo_box .event_date span i {
                background: #00A0D2; }
              /* line 254, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a .evinfo_box .event_wage::after,
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-29) + .type + a .evinfo_box .event_wage .eg {
                color: #E95499; }
        /* line 265, sass/post/_event.scss */
        .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) {
          color: #005BAC; }
          /* line 269, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type:has(.soccer)::before {
            color: #F39800; }
          /* line 274, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type span.soccer {
            background: #F39800; }
          /* line 278, sass/post/_event.scss */
          .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a {
            /* 見出し */ }
            /* line 281, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a .post_ttl {
              background: #F39800;
              color: #005BAC; }
            /* line 286, sass/post/_event.scss */
            .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a .evinfo_box {
              /* 日付 */
              /* 時給 */ }
              /* line 291, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a .evinfo_box .event_date span i {
                background: #005BAC; }
              /* line 299, sass/post/_event.scss */
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a .evinfo_box .event_wage::after,
              .volunteer_list li .area:has(+ .type .soccer):has(.event-area-30) + .type + a .evinfo_box .event_wage .eg {
                color: #005BAC; }
      /* line 311, sass/post/_event.scss */
      .volunteer_list li .area:has(+ .type .airport) {
        color: #fff8dc; }
      /* line 316, sass/post/_event.scss */
      .volunteer_list li .area:has(+ .type .concert) {
        color: #000; }
      /* line 321, sass/post/_event.scss */
      .volunteer_list li .area:has(+ .type .other) {
        color: #008000; }
    /* line 327, sass/post/_event.scss */
    .volunteer_list li .type {
      display: block;
      position: absolute;
      top: 1em;
      left: -0.5em;
      right: auto;
      bottom: auto;
      border-radius: 50%;
      background: #000;
      width: 4em;
      height: 4em;
      box-sizing: border-box;
      padding-top: 0.9em;
      z-index: 2;
      pointer-events: none;
      text-align: center;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      /* アイコン ------------------------------------------- */
      /* 野球 */
      /* サッカー */
      /* 空港 */
      /* コンサート */
      /* イベント他 */
      /* 枠線 ------------------------------------------- */
      /* テキスト ------------------------------------------- */
      /* マウスオーバー ------------------------------------------- */ }
      @media screen and (max-width: 480px) {
        /* line 327, sass/post/_event.scss */
        .volunteer_list li .type {
          font-size: 1.1em; } }
      /* line 343, sass/post/_event.scss */
      .volunteer_list li .type::before, .volunteer_list li .type::after {
        content: "";
        display: block; }
      /* line 350, sass/post/_event.scss */
      .volunteer_list li .type::before {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: 1;
        font-size: 1.4em;
        line-height: 1em;
        color: #fff; }
      /* line 360, sass/post/_event.scss */
      .volunteer_list li .type:has(.baseball)::before {
        content: "\f432";
        color: #FCC700; }
      /* line 368, sass/post/_event.scss */
      .volunteer_list li .type:has(.soccer)::before {
        content: "\f1e3";
        color: #fff8dc; }
      /* line 376, sass/post/_event.scss */
      .volunteer_list li .type:has(.airport)::before {
        content: "\f072";
        color: #f0e68c; }
      /* line 384, sass/post/_event.scss */
      .volunteer_list li .type:has(.concert)::before {
        content: "\f001";
        color: #fff; }
      /* line 392, sass/post/_event.scss */
      .volunteer_list li .type:has(.other)::before {
        content: "\f024";
        color: #008000; }
      /* line 399, sass/post/_event.scss */
      .volunteer_list li .type::after {
        position: absolute;
        top: 0.2em;
        left: 0.2em;
        right: 0.2em;
        bottom: 0.2em;
        margin: auto;
        border-radius: 50%;
        border: #fff solid 0.15em;
        box-sizing: border-box; }
      /* line 408, sass/post/_event.scss */
      .volunteer_list li .type span {
        display: inline-block;
        position: absolute;
        top: auto;
        left: 1em;
        right: 1em;
        bottom: 1.2em;
        margin: auto;
        font-size: 0.5em;
        line-height: 1em;
        padding: 0.25em 0;
        border-radius: 0.75em;
        text-align: center;
        z-index: 5;
        /* 野球 */
        /* サッカー */
        /* 空港 */
        /* コンサート */
        /* イベント他 */ }
        /* line 420, sass/post/_event.scss */
        .volunteer_list li .type span.baseball {
          background: #FCC700;
          color: #000; }
        /* line 426, sass/post/_event.scss */
        .volunteer_list li .type span.soccer {
          background: #fff8dc;
          color: #fff; }
        /* line 432, sass/post/_event.scss */
        .volunteer_list li .type span.airport {
          background: #f0e68c; }
        /* line 437, sass/post/_event.scss */
        .volunteer_list li .type span.concert {
          background: #fff; }
        /* line 442, sass/post/_event.scss */
        .volunteer_list li .type span.other {
          background: #008000; }
      /* line 448, sass/post/_event.scss */
      .volunteer_list li .type:has(+ a:hover) {
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em); }
    /* line 453, sass/post/_event.scss */
    .volunteer_list li a {
      padding: 0;
      overflow: hidden;
      z-index: 1;
      /* -------------------------- 見出し ------------------------------------------- */
      /* -------------------------- 日付・時給 ------------------------------------------- */
      /* -------------------------- テキスト ------------------------------------------- */ }
      /* line 459, sass/post/_event.scss */
      .volunteer_list li a .post_ttl {
        width: 100%;
        position: relative;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-image: repeating-linear-gradient(45deg, #6dc476, #6dc476 8px, #3cb371 8px, #3cb371 16px);
        color: #fff;
        padding: 1em;
        margin-top: 0;
        white-space: normal;
        height: auto; }
        @media screen and (max-width: 480px) {
          /* line 459, sass/post/_event.scss */
          .volunteer_list li a .post_ttl {
            padding-left: 4.5em; } }
      /* line 473, sass/post/_event.scss */
      .volunteer_list li a .evinfo_box {
        padding: 1em;
        padding-bottom: 0.5em;
        /* 日付 ------------------------------------------- */
        /* 時給 ------------------------------------------- */ }
        /* line 478, sass/post/_event.scss */
        .volunteer_list li a .evinfo_box .event_date {
          font-size: 0.9em;
          width: 100%;
          position: relative;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          line-height: 1.3em;
          /* 共通 */
          /* 全件列挙 */
          /* 期間表示 */ }
          /* line 484, sass/post/_event.scss */
          .volunteer_list li a .evinfo_box .event_date span {
            display: inline-block;
            padding-bottom: 0.5em; }
            /* line 487, sass/post/_event.scss */
            .volunteer_list li a .evinfo_box .event_date span i {
              font-style: normal;
              display: inline-block;
              padding: 0.5em 1em;
              border-radius: 2em; }
          /* line 497, sass/post/_event.scss */
          .volunteer_list li a .evinfo_box .event_date.all span {
            padding-right: 0.2em; }
            /* line 499, sass/post/_event.scss */
            .volunteer_list li a .evinfo_box .event_date.all span:last-child {
              padding-right: 0; }
          /* line 507, sass/post/_event.scss */
          .volunteer_list li a .evinfo_box .event_date.period span {
            display: none; }
            /* line 509, sass/post/_event.scss */
            .volunteer_list li a .evinfo_box .event_date.period span:first-child, .volunteer_list li a .evinfo_box .event_date.period span:last-child {
              display: inline-block; }
            /* line 514, sass/post/_event.scss */
            .volunteer_list li a .evinfo_box .event_date.period span + span::before {
              content: "～";
              padding-right: 0.2em; }
        /* line 524, sass/post/_event.scss */
        .volunteer_list li a .evinfo_box .event_wage {
          padding-bottom: 0;
          line-height: 2em;
          font-size: 0.9em; }
          /* line 533, sass/post/_event.scss */
          .volunteer_list li a .evinfo_box .event_wage .eg {
            display: inline-block;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 2.5em;
            font-weight: 500;
            bottom: -0.05em; }
      /* line 544, sass/post/_event.scss */
      .volunteer_list li a .event_txt {
        padding: 1.2em;
        margin-top: 0;
        position: relative; }
        /* line 548, sass/post/_event.scss */
        .volunteer_list li a .event_txt::before {
          content: "　";
          border-top: 2px dotted #3cb371;
          width: 100%;
          display: block; }
    /* line 558, sass/post/_event.scss */
    .volunteer_list li .type {
      /* 野球 ------------------------------------------- */
      /* サッカー ------------------------------------------- */
      /* 空港 ------------------------------------------- */
      /* コンサート ------------------------------------------- */
      /* イベント他 ------------------------------------------- */ }
      /* line 562, sass/post/_event.scss */
      .volunteer_list li .type:has(.baseball) + a {
        /* 見出し */ }
        /* line 565, sass/post/_event.scss */
        .volunteer_list li .type:has(.baseball) + a .post_ttl {
          background: #FCC700;
          color: #000; }
        /* line 570, sass/post/_event.scss */
        .volunteer_list li .type:has(.baseball) + a .evinfo_box {
          /* 日付 */
          /* 時給 */ }
          /* line 575, sass/post/_event.scss */
          .volunteer_list li .type:has(.baseball) + a .evinfo_box .event_date span i {
            background: #000;
            color: #FCC700; }
          /* line 584, sass/post/_event.scss */
          .volunteer_list li .type:has(.baseball) + a .evinfo_box .event_wage::after,
          .volunteer_list li .type:has(.baseball) + a .evinfo_box .event_wage .eg {
            color: #000; }
      /* line 595, sass/post/_event.scss */
      .volunteer_list li .type:has(.soccer) + a {
        /* 見出し */ }
        /* line 598, sass/post/_event.scss */
        .volunteer_list li .type:has(.soccer) + a .post_ttl {
          background: #3cb371; }
        /* line 602, sass/post/_event.scss */
        .volunteer_list li .type:has(.soccer) + a .evinfo_box {
          /* 日付 */
          /* 時給 */ }
          /* line 607, sass/post/_event.scss */
          .volunteer_list li .type:has(.soccer) + a .evinfo_box .event_date span i {
            background: #3cb371;
            color: #fff; }
          /* line 616, sass/post/_event.scss */
          .volunteer_list li .type:has(.soccer) + a .evinfo_box .event_wage::after,
          .volunteer_list li .type:has(.soccer) + a .evinfo_box .event_wage .eg {
            color: #3cb371; }
      /* line 627, sass/post/_event.scss */
      .volunteer_list li .type:has(.airport) + a {
        /* 見出し */ }
        /* line 630, sass/post/_event.scss */
        .volunteer_list li .type:has(.airport) + a .post_ttl {
          background: #f7f4e5;
          color: #000; }
        /* line 635, sass/post/_event.scss */
        .volunteer_list li .type:has(.airport) + a .evinfo_box {
          /* 日付 */
          /* 時給 */ }
          /* line 640, sass/post/_event.scss */
          .volunteer_list li .type:has(.airport) + a .evinfo_box .event_date span i {
            background: #f0e68c; }
          /* line 648, sass/post/_event.scss */
          .volunteer_list li .type:has(.airport) + a .evinfo_box .event_wage::after,
          .volunteer_list li .type:has(.airport) + a .evinfo_box .event_wage .eg {
            color: #fff8dc; }
      /* line 659, sass/post/_event.scss */
      .volunteer_list li .type:has(.concert) + a {
        /* 見出し */ }
        /* line 662, sass/post/_event.scss */
        .volunteer_list li .type:has(.concert) + a .post_ttl {
          background: #f0f9e8;
          color: #fff; }
        /* line 667, sass/post/_event.scss */
        .volunteer_list li .type:has(.concert) + a .evinfo_box {
          /* 日付 */ }
          /* line 672, sass/post/_event.scss */
          .volunteer_list li .type:has(.concert) + a .evinfo_box .event_date span i {
            background: #ffff00; }
      /* line 683, sass/post/_event.scss */
      .volunteer_list li .type:has(.other) + a {
        /* 見出し */ }
        /* line 686, sass/post/_event.scss */
        .volunteer_list li .type:has(.other) + a .post_ttl {
          background: #008000; }
        /* line 690, sass/post/_event.scss */
        .volunteer_list li .type:has(.other) + a .evinfo_box {
          /* 日付 */
          /* 時給 */ }
          /* line 695, sass/post/_event.scss */
          .volunteer_list li .type:has(.other) + a .evinfo_box .event_date span i {
            background: #008000;
            color: #fff; }
          /* line 704, sass/post/_event.scss */
          .volunteer_list li .type:has(.other) + a .evinfo_box .event_wage::after,
          .volunteer_list li .type:has(.other) + a .evinfo_box .event_wage .eg {
            color: #008000; }

/* =======================================================================================================================
　　　　　　　　　アルバイト情報ページ
======================================================================================================================= */
/* ================= 情報表示エリア ============================================================ */
/* line 721, sass/post/_event.scss */
#event_info {
  background: #f0e68c;
  background-color: #f7f4e5;
  z-index: 5;
  /* -------------------------- 日時 ------------------------------------------- */
  /* -------------------------- 会場 ------------------------------------------- */ }
  /* line 726, sass/post/_event.scss */
  #event_info:has(+ .freepage-ctt .sec) {
    padding-bottom: 15em; }
    @media screen and (max-width: 768px) {
      /* line 726, sass/post/_event.scss */
      #event_info:has(+ .freepage-ctt .sec) {
        padding-bottom: 10em; } }
    @media screen and (max-width: 480px) {
      /* line 726, sass/post/_event.scss */
      #event_info:has(+ .freepage-ctt .sec) {
        padding-bottom: 7.5em; } }
  /* line 737, sass/post/_event.scss */
  #event_info .event_date {
    display: block;
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /* 日付 ------------------------------------------- */
    /* 時間 ------------------------------------------- */ }
    /* line 740, sass/post/_event.scss */
    #event_info .event_date + .event_date {
      padding-top: 0.5em; }
    /* line 745, sass/post/_event.scss */
    #event_info .event_date .date {
      font-weight: 700; }
    /* line 750, sass/post/_event.scss */
    #event_info .event_date .time {
      display: inline-block; }
      /* line 752, sass/post/_event.scss */
      #event_info .event_date .time .timeset {
        display: inline-block; }
        /* line 755, sass/post/_event.scss */
        #event_info .event_date .time .timeset:has(+ .timeset)::after {
          content: "、"; }
  /* line 764, sass/post/_event.scss */
  #event_info .event_venue {
    display: block;
    /* 会場名 ------------------------------------------- */
    /* 住所 ------------------------------------------- */
    /* Googleマップ ------------------------------------------- */ }
    /* line 766, sass/post/_event.scss */
    #event_info .event_venue + .event_venue {
      padding-top: 1em; }
    /* line 771, sass/post/_event.scss */
    #event_info .event_venue .venue_name {
      display: inline-block; }
      /* line 773, sass/post/_event.scss */
      #event_info .event_venue .venue_name::before {
        content: "●"; }
    /* line 779, sass/post/_event.scss */
    #event_info .event_venue .address {
      display: inline-block;
      font-size: 0.8em;
      font-weight: 400;
      line-height: 1.3em;
      color: #666;
      padding-top: 0.5em; }
    /* line 789, sass/post/_event.scss */
    #event_info .event_venue .access_map {
      display: block;
      width: 100%;
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 0.5em; }
      /* line 793, sass/post/_event.scss */
      #event_info .event_venue .access_map iframe {
        width: 100%;
        height: 15em; }
        @media screen and (max-width: 1350px) {
          /* line 793, sass/post/_event.scss */
          #event_info .event_venue .access_map iframe {
            height: 12em; } }
        @media screen and (max-width: 768px) {
          /* line 793, sass/post/_event.scss */
          #event_info .event_venue .access_map iframe {
            height: 10em; } }
        @media screen and (max-width: 480px) {
          /* line 793, sass/post/_event.scss */
          #event_info .event_venue .access_map iframe {
            height: 8em; } }
      /* line 806, sass/post/_event.scss */
      #event_info .event_venue .access_map .acf-map {
        width: 100%;
        height: 15em; }
        @media screen and (max-width: 1350px) {
          /* line 806, sass/post/_event.scss */
          #event_info .event_venue .access_map .acf-map {
            height: 12em; } }
        @media screen and (max-width: 768px) {
          /* line 806, sass/post/_event.scss */
          #event_info .event_venue .access_map .acf-map {
            height: 10em; } }
        @media screen and (max-width: 480px) {
          /* line 806, sass/post/_event.scss */
          #event_info .event_venue .access_map .acf-map {
            height: 8em; } }
        /* line 818, sass/post/_event.scss */
        #event_info .event_venue .access_map .acf-map img {
          max-width: inherit !important; }

/* ================= エントリーボタンエリア ============================================================ */
/* line 827, sass/post/_event.scss */
#event_entrybtn {
  background-image: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 8px, #fff 8px, #fff 16px); }
  /* line 829, sass/post/_event.scss */
  #event_entrybtn .btn {
    width: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    /* line 831, sass/post/_event.scss */
    #event_entrybtn .btn a {
      width: auto;
      padding-left: 3em;
      padding-right: 5em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal; }
      @media screen and (max-width: 480px) {
        /* line 831, sass/post/_event.scss */
        #event_entrybtn .btn a {
          width: 100%;
          padding-left: 1.3em;
          padding-right: 3.3em; } }

/* ================= レビューエリア ============================================================ */
/* line 846, sass/post/_event.scss */
#review_box {
  background: #fff;
  background-image: repeating-linear-gradient(45deg, #f9f9f9, #f9f9f9 8px, #fff 8px, #fff 16px); }
  /* line 849, sass/post/_event.scss */
  #review_box h2 {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    color: #3cb371; }
  /* line 853, sass/post/_event.scss */
  #review_box .result {
    margin-bottom: 2em; }
    /* line 855, sass/post/_event.scss */
    #review_box .result .glsr-no-margins {
      padding-bottom: 0; }
    /* line 858, sass/post/_event.scss */
    #review_box .result .glsr-input,
    #review_box .result .glsr-textarea {
      border: none;
      border-radius: 1em;
      padding: 1em !important;
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      background: #fff;
      margin-bottom: 1em; }
    /* line 868, sass/post/_event.scss */
    #review_box .result .wp-block-button button {
      position: relative;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      width: 12.5em;
      height: 3.75em;
      border-radius: 1.875em;
      padding-right: 1.875em;
      font-family: "Zen Maru Gothic", serif;
      font-weight: 700;
      font-style: normal;
      font-size: 1vw;
      font-weight: 700;
      line-height: 1em;
      text-decoration: none;
      background: #3cb371 url("/images/ya_w.svg") no-repeat right 1em top 50%/1.2em auto;
      color: #fff;
      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;
      display: -webkit-inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      box-shadow: 0.7em 0.7em 1em 0 rgba(0, 0, 0, 0.1);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -ms-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border: none;
      margin-top: 2em; }
      @media screen and (max-width: 1350px) {
        /* line 868, sass/post/_event.scss */
        #review_box .result .wp-block-button button {
          font-size: 1.5vw; } }
      @media screen and (max-width: 768px) {
        /* line 868, sass/post/_event.scss */
        #review_box .result .wp-block-button button {
          font-size: 2.5vw; } }
      @media screen and (max-width: 480px) {
        /* line 868, sass/post/_event.scss */
        #review_box .result .wp-block-button button {
          font-size: 4vw; } }
      /* line 33, sass/mixin/_shadow.scss */
      #review_box .result .wp-block-button button:hover {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transform: translate(0.2em, 0.2em);
        -moz-transform: translate(0.2em, 0.2em);
        -ms-transform: translate(0.2em, 0.2em);
        -o-transform: translate(0.2em, 0.2em);
        transform: translate(0.2em, 0.2em);
        text-decoration: none;
        opacity: 1;
        filter: alpha(opacity=100); }
      /* line 39, sass/elements/_link.scss */
      #review_box .result .wp-block-button button span {
        font-family: "Zen Maru Gothic", serif;
        font-weight: 700;
        font-style: normal;
        font-size: 1.2em; }
      /* line 43, sass/elements/_link.scss */
      #review_box .result .wp-block-button button:hover {
        background-position: right 0.8em top 50%; }

/* line 876, sass/post/_event.scss */
#footer-school {
  background-color: #f7f4e5; }
  /* line 878, sass/post/_event.scss */
  #footer-school .pf_ttl {
    font-family: "Zen Maru Gothic", serif;
    font-weight: 700;
    font-style: normal;
    margin-bottom: 0.5em; }

/* =======================================================================================================================
　　　　　　　　　情報ボックス一覧
======================================================================================================================= */
/* ================= カテゴリ一覧 ============================================================ */
/* line 8, sass/post/_information.scss */
#footer-info:first-child {
  padding-top: 0; }
/* line 11, sass/post/_information.scss */
#footer-info:last-child {
  padding-bottom: 0; }
/* line 14, sass/post/_information.scss */
#footer-info .info_cate {
  background: #3cb371;
  color: #fff;
  /* -------------------------- カテゴリリスト ------------------------------------------- */ }
  /* line 21, sass/post/_information.scss */
  #footer-info .info_cate .cate_list li a {
    color: #fff; }
    /* line 23, sass/post/_information.scss */
    #footer-info .info_cate .cate_list li a::before {
      background-image: url("/images/ya_w.svg"); }
    /* line 26, sass/post/_information.scss */
    #footer-info .info_cate .cate_list li a:hover {
      color: #fff; }

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