@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: "cjk";
  src: local("cjk"), url("../font/NotoSansCJKjp-Bold.otf") format("opentype"); }
@font-face {
  font-family: "cjk";
  src: local("cjk"), url("../font/NotoSansCJKjp-Black.otf") format("opentype");
  font-weight: 700; }
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block; }

/* Hides from IE Mac */
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* ---------- 初期 ---------- */
body {
  letter-spacing: 0.01em;
  font-family: "cjk";
  -webkit-text-size-adjust: 100%; }

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none; }

a {
  text-decoration: none; }

strong {
  font-weight: bold; }

/* ---------- /共通部分 ---------- */
#jougetyuou {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto; }

#kadomaru {
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px; }

#resbtn {
  -webkit-appearance: none; }

.ancr {
  position: relative;
  transition: 0.5s; }

.anca {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
  cursor: pointer; }

.ancr:hover {
  opacity: 0.75;
  transition: 0.5s;
  cursor: pointer; }

/* ---------- /参考タグ部分 ---------- */
.wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.target {
  animation: floating-y 2.2s ease-in-out infinite alternate-reverse; }

@keyframes floating-y {
  0% {
    transform: translateY(-4%); }
  100% {
    transform: translateY(4%); } }
.target3 {
  animation: floating-y4 1.8s ease-in-out infinite alternate-reverse; }

@keyframes floating-y4 {
  0% {
    transform: translateY(-6%); }
  100% {
    transform: translateY(4%); } }
.target2 {
  animation: floating-y3 1.9s ease-in-out infinite alternate-reverse; }

@keyframes floating-y3 {
  0% {
    transform: translateY(3%); }
  100% {
    transform: translateY(-3%); } }
.target4 {
  animation: floating-y6 3.4s ease-in-out infinite alternate-reverse; }

@keyframes floating-y6 {
  0% {
    transform: translateY(1%); }
  100% {
    transform: translateY(-1%); } }
.target5 {
  animation: floating-y5 3.8s ease-in-out infinite alternate-reverse; }

@keyframes floating-y5 {
  0% {
    transform: translateY(-1%); }
  100% {
    transform: translateY(1%); } }
@keyframes floating-y2 {
  0% {
    opacity: 0;
    transform: translateY(8%); }
  75% {
    transform: translateY(-3%); }
  100% {
    transform: translateY(0%);
    opacity: 1; } }
.element {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  /* 下に100px */
  transition: 0.3s; }

/* 表示された後の状態 */
.element.show {
  opacity: 1;
  transform: translateY(0);
  transition: 1s; }

.element2 {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  /* 下に100px */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  animation: floating-y2 0.8s;
  animation-fill-mode: forwards; }

.element3 {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  /* 下に100px */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  animation: floating-y2 0.8s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards; }

.element4 {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  /* 下に100px */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  animation: floating-y2 0.8s;
  animation-delay: 0.6s;
  animation-fill-mode: forwards; }

.element5 {
  position: relative;
  opacity: 0;
  transform: translateY(100px);
  /* 下に100px */
  transition: transform 0.5s ease-out, opacity 0.5s ease-out;
  animation: floating-y2 0.8s;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

/* SP */
@media screen and (max-width: 990px) {
  #copy {
    background: #fff;
    font-size: 16rem;
    font-weight: 400;
    text-align: center;
    padding: 4em 0;
    position: relative;
    z-index: 5;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }

  .pconly {
    display: none !important; }

  html {
    font-size: calc(1vw * 100 / 750); }

  main {
    width: 100%;
    overflow: hidden; }

  #sp_head {
    padding: 34rem 0;
    position: relative;
    z-index: 3;
    background: #fff; }
    #sp_head a {
      display: block; }
    #sp_head img {
      width: 97rem;
      margin: 0 auto;
      display: block; }

  #mv {
    position: relative;
    z-index: 2; }
    #mv .mv_inner {
      background: #fff0e8;
      height: 1070rem; }
      #mv .mv_inner .mv_sub {
        text-align: center;
        position: absolute;
        left: 0;
        top: 54rem;
        width: 100%;
        z-index: 2; }
        #mv .mv_inner .mv_sub img {
          width: 452rem; }
      #mv .mv_inner .mv_ttl {
        text-align: center;
        position: absolute;
        left: 0;
        top: 144rem;
        width: 100%;
        z-index: 5; }
        #mv .mv_inner .mv_ttl img {
          width: 609rem; }
      #mv .mv_inner .mv_bg {
        text-align: center;
        position: absolute;
        left: 0;
        top: 182rem;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg img {
          width: 408rem; }
      #mv .mv_inner .mv_bg2 {
        text-align: center;
        position: absolute;
        left: 0;
        top: 182rem;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg2 img {
          width: 408rem; }
      #mv .mv_inner .mv_bg3 {
        text-align: center;
        position: absolute;
        left: 0;
        top: 182rem;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg3 img {
          width: 408rem; }
      #mv .mv_inner .mv_bg_txt {
        text-align: center;
        position: absolute;
        left: 0;
        top: 607rem;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg_txt img {
          width: 321rem; }
      #mv .mv_inner .mv_shape_01 {
        position: absolute;
        left: 30rem;
        top: 0;
        width: 100%;
        z-index: 1; }
        #mv .mv_inner .mv_shape_01 img {
          width: 560rem; }
      #mv .mv_inner .mv_shape_02 {
        position: absolute;
        right: 610rem;
        top: 289rem;
        width: 376rem;
        z-index: 1; }
        #mv .mv_inner .mv_shape_02 img {
          width: 100%; }
      #mv .mv_inner .mv_shape_03 {
        position: absolute;
        left: 591rem;
        top: -10rem;
        width: 289rem;
        z-index: 1; }
        #mv .mv_inner .mv_shape_03 img {
          width: 100%; }
    #mv .mv_under {
      height: 530rem;
      position: relative;
      z-index: 3; }
      #mv .mv_under .mv_under_bg {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: url("../img/mv_underv2.png") no-repeat center top;
        background-size: cover; }
      #mv .mv_under .mv_under_p_01 {
        position: absolute;
        left: 435rem;
        bottom: 424rem;
        width: 347rem;
        z-index: 1; }
        #mv .mv_under .mv_under_p_01 img {
          width: 100%; }
      #mv .mv_under .mv_under_p_02 {
        position: absolute;
        right: 553rem;
        bottom: 514rem;
        width: 345rem;
        z-index: 1; }
        #mv .mv_under .mv_under_p_02 img {
          width: 100%; }
      #mv .mv_under .mv_under_p_03 {
        position: absolute;
        left: 26rem;
        bottom: 433rem;
        width: 532rem;
        z-index: 3; }
        #mv .mv_under .mv_under_p_03 img {
          width: 100%; }
      #mv .mv_under .potato {
        position: absolute;
        left: 520rem;
        bottom: 124rem;
        width: 255rem;
        z-index: 4; }
        #mv .mv_under .potato img {
          width: 100%; }
      #mv .mv_under .mv_under_shape {
        position: absolute;
        left: 650rem;
        top: 0;
        width: 238rem;
        z-index: 3; }
        #mv .mv_under .mv_under_shape img {
          width: 100%; }

  #sec01 {
    position: relative;
    z-index: 5;
    margin-top: -87rem;
    height: 1492rem; }
    #sec01 .sec01_ttl {
      width: 609rem;
      margin: 0 auto 59rem;
      position: relative;
      z-index: 2; }
    #sec01 .sec01_sub {
      text-align: center;
      font-size: 38rem;
      line-height: 61rem;
      color: #007749;
      position: relative;
      font-weight: 700;
      margin-bottom: 21rem;
      z-index: 2; }
    #sec01 .sec01_txt {
      text-align: center;
      font-size: 26rem;
      line-height: 48rem;
      color: #007749;
      z-index: 2;
      position: relative; }
    #sec01 .sec01_shape_01 {
      width: 100%;
      position: absolute;
      top: -193rem;
      left: 0;
      z-index: 1; }
      #sec01 .sec01_shape_01 img {
        width: 100%; }
    #sec01 .sec01_shape_02 {
      width: 270rem;
      position: absolute;
      top: 1025rem;
      left: 586rem;
      z-index: 2; }
      #sec01 .sec01_shape_02 img {
        width: 100%; }
    #sec01 .sec01_shape_03 {
      width: 668rem;
      position: absolute;
      top: 973rem;
      right: 395rem;
      z-index: 2; }
      #sec01 .sec01_shape_03 img {
        width: 100%; }
    #sec01 .sec01_hum {
      width: 376rem;
      position: absolute;
      top: 963rem;
      left: 13rem;
      z-index: 3; }
      #sec01 .sec01_hum img {
        width: 100%; }

  #sec02 {
    position: relative;
    z-index: 6;
    margin-bottom: 140rem; }
    #sec02 .sec02_ttl {
      width: 390rem;
      margin: 0 auto 46rem; }
    #sec02 .sec02_txt {
      color: #007749;
      text-align: center;
      font-size: 25rem;
      line-height: 40rem;
      margin-bottom: 70rem; }
    #sec02 .sec02_list {
      box-sizing: border-box;
      padding-left: 54rem;
      position: relative;
      z-index: 2; }
      #sec02 .sec02_list .l01 {
        width: 666rem;
        margin-bottom: 19rem; }
      #sec02 .sec02_list .l02 {
        width: 642rem;
        margin-bottom: 27rem; }
      #sec02 .sec02_list .l03 {
        width: 666rem;
        margin-bottom: 33rem; }
      #sec02 .sec02_list .l04 {
        width: 657rem; }
    #sec02 .biko {
      margin-top: 34rem;
      color: #007749;
      font-size: 18rem;
      line-height: 28rem;
      box-sizing: border-box;
      margin-left: 54rem;
      width: 639rem;
      position: relative;
      z-index: 2; }
    #sec02 .sec02_shape {
      width: 351rem;
      position: absolute;
      z-index: 1;
      left: 555rem;
      top: 1265rem; }

  #sch {
    position: relative; }
    #sch .sch_ttl {
      width: 582rem;
      margin: 0 auto 50rem; }
    #sch .sch_txt {
      color: #007749;
      text-align: center;
      font-size: 25rem;
      line-height: 40rem;
      margin-bottom: 70rem; }
    #sch .sch_inner {
      width: 700rem;
      margin-left: 50rem;
      position: relative;
      z-index: 2;
      margin-bottom: 33rem;
      overflow-x: scroll; }
      #sch .sch_inner .sch_scr {
        padding-bottom: 62rem; }
        #sch .sch_inner .sch_scr img {
          width: 1044rem;
          display: block;
          max-width: 1000%; }
    #sch .simplebar-track {
      height: 18rem;
      background: #d9deea;
      border-radius: 100px 0 0 100px; }
    #sch .simplebar-scrollbar {
      background: #808fb8;
      border: none;
      border-radius: 100px;
      height: 18rem; }
    #sch .simplebar-scrollbar:before {
      background: #808fb8; }
    #sch .sch_shape {
      width: 504rem;
      position: absolute;
      bottom: 121rem;
      right: 564rem;
      z-index: 1; }
      #sch .sch_shape img {
        width: 100%;
        display: block; }
    #sch .sch_biko {
      margin-top: 34rem;
      color: #007749;
      font-size: 18rem;
      line-height: 28rem;
      box-sizing: border-box;
      margin-left: 54rem;
      margin-bottom: 54rem;
      width: 639rem;
      position: relative;
      z-index: 2; }
    #sch .sch_btn {
      z-index: 2;
      width: 642rem;
      margin: 0 auto;
      position: relative; }
      #sch .sch_btn a {
        display: block; }
      #sch .sch_btn span {
        width: 280rem;
        position: absolute;
        left: -25rem;
        bottom: -27rem; }

  #onair {
    padding-top: 145rem;
    padding-bottom: 153rem;
    text-align: center;
    position: relative; }
    #onair .onair_ttl {
      width: 616rem;
      margin: 0 auto 65rem; }
    #onair .onair_txt {
      color: #007749;
      text-align: center;
      font-size: 25rem;
      line-height: 40rem;
      margin-bottom: 10rem; }
    #onair .onair_ttl2 {
      color: #007749;
      text-align: center;
      font-size: 33rem;
      line-height: 40rem;
      margin-bottom: 70rem;
      position: relative;
      display: inline-block; }
      #onair .onair_ttl2 span {
        position: relative;
        z-index: 2; }
      #onair .onair_ttl2:before {
        content: '';
        display: block;
        height: 19rem;
        width: 100%;
        background: #ffff91;
        position: absolute;
        left: 0;
        bottom: -5rem;
        z-index: 1; }
    #onair .onair_btn_txt01 {
      font-size: 26rem;
      line-height: 42rem;
      color: #007749;
      background: url("../img/onair_ttl_bg_01.png") no-repeat center bottom;
      background-size: 672rem;
      margin-bottom: 24rem; }
    #onair .onair_btn_01 {
      width: 642rem;
      margin: 0 auto 60rem; }
      #onair .onair_btn_01 a {
        display: block; }
    #onair .onair_btn_txt02 {
      font-size: 26rem;
      line-height: 42rem;
      color: #007749;
      background: url("../img/onair_ttl_bg_02.png") no-repeat center bottom;
      background-size: 653rem;
      padding: 10rem 0;
      margin-bottom: 23rem; }
    #onair .onair_btn_02 {
      width: 642rem;
      margin: 0 auto;
      position: relative;
      z-index: 2; }
      #onair .onair_btn_02 a {
        display: block; }
    #onair .onair_shape {
      width: 640rem;
      position: absolute;
      left: 445rem;
      bottom: -270rem;
      z-index: 1; }
      #onair .onair_shape img {
        width: 100%; } }
/* PC */
@media screen and (min-width: 991px) {
  #copy {
    font-size: 10px;
    font-weight: 400;
    text-align: center;
    padding: 2em 0;
    letter-spacing: 0.1em;
    font-family: 'Noto Sans JP', "メイリオ", Meiryo,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック","MS PGothic", sans-serif; }

  html {
    scroll-behavior: smooth; }

  .eff {
    opacity: 0;
    transform: scale(0.5);
    /* 初期のスケール */
    transition: transform 0.3s ease, opacity 0.3s ease; }

  /* うにょうにょと動くスタイル */
  .eff.active {
    opacity: 1;
    transform: scale(1);
    /* 最大スケール */ }

  #pcarea {
    display: flex;
    justify-content: flex-end; }
    #pcarea .pcarea_right {
      width: 826px;
      position: relative; }
      #pcarea .pcarea_right .pcarea_right_logo {
        position: fixed;
        height: 100vh;
        right: 0;
        top: 0;
        width: 226px;
        display: flex;
        justify-content: center;
        align-items: center; }
        #pcarea .pcarea_right .pcarea_right_logo a {
          display: block;
          position: absolute;
          top: 50%;
          width: 100px;
          left: 50%;
          height: 90px;
          transform: translateX(-50%) translateY(-50%);
          margin-top: -160px; }
        #pcarea .pcarea_right .pcarea_right_logo img {
          width: 99px;
          margin: 0 auto;
          display: block; }
    #pcarea .pcarea_left {
      position: fixed;
      left: 0;
      top: 0;
      height: 100vh;
      width: calc(100% - 826px);
      justify-content: center;
      align-items: center;
      display: flex;
      background: url("../img/pc_bg.png") no-repeat center;
      background-size: cover; }
      #pcarea .pcarea_left .pcarea_left_inner {
        width: 42.19%; }
        #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu {
          position: relative; }
          #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_icon1 {
            position: absolute;
            width: 39%;
            top: -14%;
            left: 94%; }
          #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_icon2 {
            position: absolute;
            width: 59%;
            bottom: -10%;
            right: 80%; }
          #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_img img {
            width: 100%;
            height: auto;
            display: block; }
          #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list {
            position: absolute;
            width: 56.6%;
            left: 21.7%;
            top: 53%;
            transform: translateY(-50%);
            border-top: solid 1px #ff7864; }
            #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li {
              border-bottom: solid 1px #ff7864; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li:before {
                content: '';
                display: block;
                padding-bottom: 13.9%; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li:after {
                content: '';
                display: block;
                padding-bottom: 13.9%; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li img {
                display: block; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li.l01 img {
                width: 62.5%; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li.l02 img {
                width: 62.5%; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li.l03 img {
                width: 88.8%; }
              #pcarea .pcarea_left .pcarea_left_inner .pcarea_left_menu .pcarea_left_menu_list li.l04 img {
                width: 94.2%; }

  body {
    background: #fff0e8; }

  .nav-item {
    /* 通常時の透明度 */
    opacity: 0.5;
    /* 透明度の変化を0.3秒かけて滑らかにする */
    transition: opacity 0.3s ease-in-out; }

  /* 画面内にあるセクションに対応するメニュー項目に付与されるクラス */
  .nav-item.is-active {
    opacity: 1; }

  main {
    width: 600px;
    overflow-x: hidden;
    background: #fff; }

  #sp_head {
    display: none; }

  #mv {
    position: relative;
    z-index: 2; }
    #mv .mv_inner {
      background: #fff0e8;
      height: 856px; }
      #mv .mv_inner .mv_sub {
        text-align: center;
        position: absolute;
        left: 0;
        top: 43.2px;
        width: 100%;
        z-index: 2; }
        #mv .mv_inner .mv_sub img {
          width: 361.6px; }
      #mv .mv_inner .mv_ttl {
        text-align: center;
        position: absolute;
        left: 0;
        top: 115px;
        width: 100%;
        z-index: 5; }
        #mv .mv_inner .mv_ttl img {
          width: 487px; }
      #mv .mv_inner .mv_bg {
        text-align: center;
        position: absolute;
        left: 0;
        top: 146px;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg img {
          width: 326px; }
      #mv .mv_inner .mv_bg2 {
        text-align: center;
        position: absolute;
        left: 0;
        top: 245px;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg2 img {
          width: 326px; }
      #mv .mv_inner .mv_bg3 {
        text-align: center;
        position: absolute;
        left: 0;
        top: 145px;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg3 img {
          width: 326px; }
      #mv .mv_inner .mv_bg_txt {
        text-align: center;
        position: absolute;
        left: 0;
        top: 485px;
        width: 100%;
        z-index: 3; }
        #mv .mv_inner .mv_bg_txt img {
          width: 256px; }
      #mv .mv_inner .mv_shape_01 {
        position: absolute;
        left: 24px;
        top: 0;
        width: 100%;
        z-index: 1; }
        #mv .mv_inner .mv_shape_01 img {
          width: 448px; }
      #mv .mv_inner .mv_shape_02 {
        position: absolute;
        right: 488px;
        top: 231px;
        width: 300px;
        z-index: 1; }
        #mv .mv_inner .mv_shape_02 img {
          width: 100%; }
      #mv .mv_inner .mv_shape_03 {
        position: absolute;
        left: 472px;
        top: -8px;
        width: 231px;
        z-index: 1; }
        #mv .mv_inner .mv_shape_03 img {
          width: 100%; }
    #mv .mv_under {
      height: 424px;
      position: relative;
      z-index: 3; }
      #mv .mv_under .mv_under_bg {
        height: 100%;
        width: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 3;
        background: url("../img/mv_underv2.png") no-repeat center top;
        background-size: cover; }
      #mv .mv_under .mv_under_p_01 {
        position: absolute;
        left: 349px;
        bottom: 341px;
        width: 276px;
        z-index: 1; }
        #mv .mv_under .mv_under_p_01 img {
          width: 100%; }
      #mv .mv_under .mv_under_p_02 {
        position: absolute;
        right: 441px;
        bottom: 406px;
        width: 276px;
        z-index: 1; }
        #mv .mv_under .mv_under_p_02 img {
          width: 100%; }
      #mv .mv_under .mv_under_p_03 {
        position: absolute;
        left: 22px;
        bottom: 346px;
        width: 424px;
        z-index: 3; }
        #mv .mv_under .mv_under_p_03 img {
          width: 100%; }
      #mv .mv_under .potato {
        position: absolute;
        left: 416px;
        bottom: 99px;
        width: 204px;
        z-index: 4; }
        #mv .mv_under .potato img {
          width: 100%; }
      #mv .mv_under .mv_under_shape {
        position: absolute;
        left: 520px;
        top: 0;
        width: 190px;
        z-index: 3; }
        #mv .mv_under .mv_under_shape img {
          width: 100%; }

  #sec01s {
    padding-top: 150px;
    margin-top: -150px; }

  #sec01 {
    position: relative;
    z-index: 5;
    margin-top: -69px;
    height: 1193px; }
    #sec01 .sec01_ttl {
      width: 487px;
      margin: 0 auto 47px;
      position: relative;
      z-index: 2; }
    #sec01 .sec01_sub {
      text-align: center;
      font-size: 30px;
      line-height: 48px;
      color: #007749;
      position: relative;
      font-weight: 700;
      margin-bottom: 16px;
      z-index: 2; }
    #sec01 .sec01_txt {
      text-align: center;
      font-size: 20px;
      line-height: 38px;
      color: #007749;
      z-index: 2;
      position: relative; }
    #sec01 .sec01_shape_01 {
      width: 100%;
      position: absolute;
      top: -154px;
      left: 0;
      z-index: 1; }
      #sec01 .sec01_shape_01 img {
        width: 100%; }
    #sec01 .sec01_shape_02 {
      width: 216px;
      position: absolute;
      top: 820px;
      left: 468px;
      z-index: 2; }
      #sec01 .sec01_shape_02 img {
        width: 100%; }
    #sec01 .sec01_shape_03 {
      width: 534px;
      position: absolute;
      top: 778px;
      right: 316px;
      z-index: 2; }
      #sec01 .sec01_shape_03 img {
        width: 100%; }
    #sec01 .sec01_hum {
      width: 300px;
      position: absolute;
      top: 770px;
      left: 10px;
      z-index: 3; }
      #sec01 .sec01_hum img {
        width: 100%; }

  #sec02 {
    position: relative;
    z-index: 6;
    margin-bottom: 112px;
    padding-top: 90px;
    margin-top: -90px; }
    #sec02 .sec02_ttl {
      width: 312px;
      margin: 0 auto 36px; }
    #sec02 .sec02_txt {
      color: #007749;
      text-align: center;
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 56px; }
    #sec02 .sec02_list {
      box-sizing: border-box;
      padding-left: 43px;
      position: relative;
      z-index: 2; }
      #sec02 .sec02_list .l01 {
        width: 532px;
        margin-bottom: 15px; }
      #sec02 .sec02_list .l02 {
        width: 513px;
        margin-bottom: 21px; }
      #sec02 .sec02_list .l03 {
        width: 532px;
        margin-bottom: 26px; }
      #sec02 .sec02_list .l04 {
        width: 525px; }
    #sec02 .biko {
      margin-top: 27px;
      color: #007749;
      font-size: 14px;
      line-height: 22px;
      box-sizing: border-box;
      margin-left: 43px;
      width: 511px;
      position: relative;
      z-index: 2; }
    #sec02 .sec02_shape {
      width: 280px;
      position: absolute;
      z-index: 1;
      left: 444px;
      top: 1012px; }

  #sch {
    padding-top: 90px;
    margin-top: -90px;
    position: relative; }
    #sch .sch_ttl {
      width: 465px;
      margin: 0 auto 40px; }
    #sch .sch_txt {
      color: #007749;
      text-align: center;
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 56px; }
    #sch .sch_inner {
      width: 560px;
      margin-left: 40px;
      margin-bottom: 26px;
      position: relative;
      z-index: 2;
      overflow-x: scroll;
      padding-bottom: 49px; }
      #sch .sch_inner .sch_scr {
        display: inline-block;
        white-space: nowrap; }
        #sch .sch_inner .sch_scr img {
          width: 835px;
          display: block;
          max-width: 1000%; }
    #sch .simplebar-track {
      height: 14px;
      background: #d9deea;
      border-radius: 100px 0 0 100px; }
    #sch .simplebar-scrollbar {
      background: #808fb8;
      border: none;
      border-radius: 100px;
      height: 14px; }
    #sch .simplebar-scrollbar:before {
      background: #808fb8; }
    #sch .sch_shape {
      width: 403px;
      position: absolute;
      bottom: 100px;
      right: 451px;
      z-index: 1; }
      #sch .sch_shape img {
        width: 100%;
        display: block; }
    #sch .sch_biko {
      margin-top: 27px;
      color: #007749;
      font-size: 14px;
      line-height: 22px;
      box-sizing: border-box;
      margin-left: 43px;
      margin-bottom: 43px;
      width: 511px;
      position: relative;
      z-index: 2; }
    #sch .sch_btn {
      z-index: 2;
      width: 513px;
      margin: 0 auto;
      position: relative; 
        height: 123px;
        display: flex;
        align-items: flex-end;
    }
    #sch .sch_btn .pconly {
        display: none;
    }
    #sch .sch_btn a {
        display: block;
    }
    #sch .sch_btn:hover {
        cursor: pointer;
    }
    #sch .sch_btn:hover .off {
        display: none;
    }
    #sch .sch_btn:hover .pconly {
        display: block;
    }
      #sch .sch_btn a {
        display: block; }
      #sch .sch_btn span {
        width: 224px;
        position: absolute;
        left: -20px;
        bottom: -21px; }

  #onair {
    margin-top: 20px;
    padding-top: 96px;
    padding-bottom: 122px;
    text-align: center;
    position: relative;
    overflow: hidden; }
    #onair .onair_ttl {
      width: 492px;
      margin: 0 auto 52px; }
    #onair .onair_txt {
      color: #007749;
      text-align: center;
      font-size: 20px;
      line-height: 32px;
      margin-bottom: 8px; }
    #onair .onair_ttl2 {
      color: #007749;
      text-align: center;
      font-size: 26px;
      line-height: 32px;
      margin-bottom: 56px;
      position: relative;
      display: inline-block; }
      #onair .onair_ttl2 span {
        position: relative;
        z-index: 2; }
      #onair .onair_ttl2:before {
        content: '';
        display: block;
        height: 15px;
        width: 100%;
        background: #ffff91;
        position: absolute;
        left: 0;
        bottom: -4px;
        z-index: 1; }
    #onair .onair_btn_txt01 {
      font-size: 20px;
      line-height: 33px;
      color: #007749;
      background: url("../img/onair_ttl_bg_01.png") no-repeat center bottom;
      background-size: 537px;
      margin-bottom: 19px; }
    #onair .onair_btn_01 {
      width: 513px;
      margin: 0 auto 48px;
      height: 123px;
      display: flex;
      align-items: flex-end; }
      #onair .onair_btn_01 a {
        display: block; }
      #onair .onair_btn_01 .pconly {
        display: none; }
      #onair .onair_btn_01:hover {
        transition: 0.3s; }
        #onair .onair_btn_01:hover .pconly {
          display: block; }
        #onair .onair_btn_01:hover .off {
          display: none; }
    #onair .onair_btn_txt02 {
      font-size: 20px;
      line-height: 33px;
      color: #007749;
      background: url("../img/onair_ttl_bg_02.png") no-repeat center bottom;
      background-size: 522px;
      padding: 8px 0;
      margin-bottom: 18px; }
    #onair .onair_btn_02 {
      width: 513px;
      margin: 0 auto;
      position: relative;
      z-index: 2;
      height: 123px;
      display: flex;
      align-items: flex-end; }
      #onair .onair_btn_02 a {
        display: block; }
      #onair .onair_btn_02 .pconly {
        display: none; }
      #onair .onair_btn_02:hover {
        transition: 0.3s; }
        #onair .onair_btn_02:hover .pconly {
          display: block; }
        #onair .onair_btn_02:hover .off {
          display: none; }
    #onair .onair_shape {
      width: 512px;
      position: absolute;
      left: 356px;
      bottom: -216px;
      z-index: 1; }
      #onair .onair_shape img {
        width: 100%; } }
