@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body.is-fixed {
  overflow: hidden;
  height: 100%; }

.newheader {
  background: none;
  height: 5.2459016393vw;
  background: #fff; }
  .newheader.active {
    box-shadow: none; }
  .newheader .headerlogo {
    position: absolute;
    width: 15.737704918vw;
    left: 2.4590163934vw;
    top: 1.2295081967vw;
    z-index: 4; }
  .newheader .dammy_h {
    position: absolute;
    width: 17.6229508197vw;
    right: 27.868852459vw;
    top: 0.8196721311vw;
    z-index: 4; }
  .newheader .voicebtn {
    position: absolute;
    right: 46.7213114754vw;
    top: 1.6393442623vw;
    z-index: 4;
    font-size: 0.9016393443vw; }
  .newheader .mypagebtn {
    position: absolute;
    width: 13.5245901639vw;
    height: 5.2459016393vw;
    right: 12.7049180328vw;
    text-align: center;
    z-index: 4;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffff00;
    height: 100%;
    font-size: 1.2295081967vw;
    font-weight: bold;
    cursor: pointer;
    top: 0; }
  .newheader .mypagebtntoggle {
    display: none;
    position: absolute;
    top: 5.2459016393vw;
    right: 12.7049180328vw;
    width: 13.5245901639vw; }
    .newheader .mypagebtntoggle a {
      display: flex;
      justify-content: center;
      align-items: center;
      box-sizing: border-box;
      color: #fff;
      white-space: nowrap;
      font-weight: bold;
      text-align: center;
      height: 4.9180327869vw;
      font-size: 0.9836065574vw; }
      .newheader .mypagebtntoggle a.color-r5 {
        box-shadow: 0 0 0 4px #0002 inset; }
      .newheader .mypagebtntoggle a.color-r9 {
        box-shadow: 0 0 0 4px #0002 inset; }
      .newheader .mypagebtntoggle a.color-r10 {
        background: #fb8000;
        box-shadow: 0 0 0 4px #e96c00 inset; }
  .newheader .recruitbtn {
    position: absolute;
    width: 7.4590163934vw;
    height: 5.2459016393vw;
    right: 5.2459016393vw;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
    top: 0; }
    .newheader .recruitbtn a {
      display: flex;
      justify-content: center;
      align-items: center;
      background: #8cc816;
      color: #fff;
      height: 100%;
      font-size: 1.0655737705vw;
      font-weight: bold; }
  .newheader #search {
    position: absolute;
    width: 20.4918032787vw;
    right: 26.2295081967vw;
    top: 0.6557377049vw; }
    .newheader #search .gsib_b {
      height: 2.9508196721vw !important;
      width: 2.9508196721vw !important;
      padding: 0.3278688525vw 0.3278688525vw 0.3278688525vw 0; }
    .newheader #search .gsib_a {
      padding: 0.4098360656vw 0.8196721311vw 0.3278688525vw 4.5901639344vw !important;
      margin-top: 0.6557377049vw !important; }
  .newheader .togglemenu {
    display: block;
    position: fixed;
    right: 0vw;
    top: 0vw;
    background: #00a040;
    width: 5.2459016393vw;
    height: 5.2459016393vw;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 31; }
    .newheader .togglemenu span {
      position: absolute;
      background-color: #fff;
      width: 2.6229508197vw;
      height: 0.1639344262vw;
      left: 50%;
      margin-left: -1.3114754098vw;
      transition: all .4s ease-in-out; }
      .newheader .togglemenu span:nth-of-type(1) {
        top: 42%;
        margin-top: -0.5737704918vw; }
      .newheader .togglemenu span:nth-of-type(2) {
        top: 42%; }
      .newheader .togglemenu span:nth-of-type(3) {
        top: 42%;
        margin-top: 0.5737704918vw; }
    .newheader .togglemenu strong {
      position: absolute;
      text-align: center;
      font-family: "Poppins", sans-serif;
      font-weight: 500;
      font-size: 0.9016393443vw;
      bottom: 0.8196721311vw;
      text-align: center;
      color: #fff;
      width: 100%; }
    .newheader .togglemenu.open {
      background: #00a040; }
      .newheader .togglemenu.open span {
        background-color: #fff;
        z-index: 51; }
        .newheader .togglemenu.open span:nth-of-type(1) {
          transform: rotate(45deg);
          top: 42%;
          margin-top: 0vw; }
        .newheader .togglemenu.open span:nth-of-type(2) {
          display: none; }
        .newheader .togglemenu.open span:nth-of-type(3) {
          transform: rotate(-45deg);
          bottom: 42%;
          margin-top: 0vw; }
  .newheader .menuinner {
    display: none;
    position: fixed;
    top: 0;
    /* 追記：開始位置を固定 */
    left: 0;
    /* 追記：開始位置を固定 */
    background: #f1f5f7;
    width: 100%;
    height: 100vh;
    /* 追記：高さを画面いっぱいに固定。これでスクロールが効くようになります */
    z-index: 3;
    padding: 8.1967213115vw 2.0491803279vw 2.0491803279vw;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    .newheader .menuinner .inner {
      background: #fff;
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap;
      padding: 0 3.4426229508vw 2.4590163934vw;
      gap: 1.6393442623vw 1.8032786885vw;
      position: relative;
      max-width: 100%; }
      .newheader .menuinner .inner .ttl {
        width: 100%;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 2.7049180328vw;
        color: #00a040;
        position: relative;
        top: -1.9672131148vw;
        margin-bottom: -2.4590163934vw; }
      .newheader .menuinner .inner .boxs {
        width: 23.7704918033vw; }
        .newheader .menuinner .inner .boxs .lead {
          width: 100%;
          color: #00a040;
          font-weight: bold;
          border-bottom: 0.0819672131vw solid #00a040;
          padding-bottom: 0.4098360656vw;
          margin-bottom: 0.4098360656vw;
          font-size: 1.1475409836vw; }
        .newheader .menuinner .inner .boxs ul li a {
          color: #403f41;
          font-size: 0.9836065574vw;
          font-weight: 500;
          position: relative;
          padding-left: 0.8196721311vw; }
          .newheader .menuinner .inner .boxs ul li a:before {
            position: absolute;
            content: "-";
            left: 0;
            top: 0; }
        .newheader .menuinner .inner .boxs.wid_1 {
          width: 19.6721311475vw; }
        .newheader .menuinner .inner .boxs.wid_2 {
          width: 23.7704918033vw; }
        .newheader .menuinner .inner .boxs.wid_3 {
          width: 37.7049180328vw;
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap; }
          .newheader .menuinner .inner .boxs.wid_3 ul {
            width: 60%; }
            .newheader .menuinner .inner .boxs.wid_3 ul li:first-child {
              color: #00a040; }
            .newheader .menuinner .inner .boxs.wid_3 ul:last-child {
              width: 40%; }
      .newheader .menuinner .inner .fvbtns {
        position: absolute;
        width: 14.7540983607vw;
        right: 4.9180327869vw;
        bottom: 8.1967213115vw; }
      .newheader .menuinner .inner .rjs {
        position: absolute;
        width: 14.7540983607vw;
        right: 4.9180327869vw;
        bottom: 3.2786885246vw; }
        .newheader .menuinner .inner .rjs a {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #ffa01e;
          border-radius: 0.8196721311vw;
          color: #fff;
          height: 100%;
          font-size: 1.1475409836vw;
          font-weight: bold;
          padding: 0.1639344262vw 0 0.4098360656vw;
          position: relative;
          text-align: center;
          line-height: 1.4; }
          .newheader .menuinner .inner .rjs a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -0.3278688525vw;
            right: 0.4918032787vw;
            width: 0.4918032787vw;
            height: 0.4918032787vw;
            border-left: 0;
            border-bottom: 0;
            border-top: 0.1639344262vw;
            border-right: 0.1639344262vw;
            border-style: solid;
            border-color: #fff;
            transform: rotate(45deg); }

.newfooter {
  padding: 0;
  margin-top: 8.1967213115vw; }
  .newfooter--upper {
    position: relative; }
    .newfooter--upper h3 {
      position: absolute;
      width: 48.3606557377vw;
      top: 10.6557377049vw;
      left: 8.1967213115vw; }
  .newfooter--under {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 7.3770491803vw;
    margin-top: 1.9672131148vw; }
    .newfooter--under .left {
      width: 56.5573770492vw; }
      .newfooter--under .left .sns {
        display: flex;
        justify-content: space-around;
        align-items: center;
        align-content: center;
        padding: 2.4590163934vw 0; }
        .newfooter--under .left .sns li {
          font-weight: 700;
          font-size: 1.2295081967vw; }
          .newfooter--under .left .sns li a {
            display: flex;
            align-items: center; }
            .newfooter--under .left .sns li a span {
              width: 3.6885245902vw;
              margin-right: 0.6557377049vw; }
            .newfooter--under .left .sns li a strong {
              color: #02c755; }
              .newfooter--under .left .sns li a strong small {
                display: block;
                font-weight: normal;
                color: #000;
                font-size: 0.9836065574vw; }
      .newfooter--under .left .an_link {
        display: flex;
        border-top: 0.0819672131vw solid #00a040;
        padding: 2.4590163934vw 0; }
        .newfooter--under .left .an_link li {
          font-size: 1.1475409836vw;
          padding: 0 1.6393442623vw;
          border-left: 0.0819672131vw solid #000; }
      .newfooter--under .left .logo_f {
        width: 18.0327868852vw;
        margin-top: 1.6393442623vw;
        padding-bottom: 1.6393442623vw; }
    .newfooter--under .f_bannerarea {
      width: 23.7704918033vw; }
      .newfooter--under .f_bannerarea li {
        text-align: center;
        font-weight: 700;
        font-size: 1.3114754098vw;
        margin-top: 0.6557377049vw; }
        .newfooter--under .f_bannerarea li.cl_1 a {
          background: #00a040;
          color: #fff;
          padding: 1.2295081967vw 0;
          position: relative; }
          .newfooter--under .f_bannerarea li.cl_1 a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -0.3278688525vw;
            right: 1.2295081967vw;
            width: 0.8196721311vw;
            height: 0.8196721311vw;
            border-left: 0;
            border-bottom: 0;
            border-top: 0.1639344262vw;
            border-right: 0.1639344262vw;
            border-style: solid;
            border-color: #fff;
            transform: rotate(45deg); }
        .newfooter--under .f_bannerarea li.cl_2 a {
          border: 0.0819672131vw solid #00a040;
          background: #fff;
          color: #00a040;
          padding: 1.2295081967vw 0;
          position: relative; }
          .newfooter--under .f_bannerarea li.cl_2 a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -0.3278688525vw;
            right: 1.2295081967vw;
            width: 0.8196721311vw;
            height: 0.8196721311vw;
            border-left: 0;
            border-bottom: 0;
            border-top: 0.1639344262vw;
            border-right: 0.1639344262vw;
            border-style: solid;
            border-color: #00a040;
            transform: rotate(45deg); }
        .newfooter--under .f_bannerarea li.cl_3 a {
          background: #ffff00;
          box-sizing: border-box;
          color: #000;
          padding: 1.2295081967vw 0;
          position: relative; }
          .newfooter--under .f_bannerarea li.cl_3 a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -0.3278688525vw;
            right: 1.2295081967vw;
            width: 0.8196721311vw;
            height: 0.8196721311vw;
            border-left: 0;
            border-bottom: 0;
            border-top: 0.1639344262vw;
            border-right: 0.1639344262vw;
            border-style: solid;
            border-color: #000;
            transform: rotate(45deg); }
        .newfooter--under .f_bannerarea li.cl_4 {
          line-height: 1.4; }
          .newfooter--under .f_bannerarea li.cl_4 a {
            background: #ffa01e;
            box-sizing: border-box;
            color: #fff;
            padding: 0.4098360656vw 0;
            position: relative; }
            .newfooter--under .f_bannerarea li.cl_4 a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -0.3278688525vw;
              right: 1.2295081967vw;
              width: 0.8196721311vw;
              height: 0.8196721311vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.1639344262vw;
              border-right: 0.1639344262vw;
              border-style: solid;
              border-color: #fff;
              transform: rotate(45deg); }
        .newfooter--under .f_bannerarea li.cl_5 {
          line-height: 1.4; }
          .newfooter--under .f_bannerarea li.cl_5 a {
            background: #C5F2D0;
            box-sizing: border-box;
            color: #333;
            padding: 0.8196721311vw 0;
            position: relative; }
            .newfooter--under .f_bannerarea li.cl_5 a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -0.3278688525vw;
              right: 1.2295081967vw;
              width: 0.8196721311vw;
              height: 0.8196721311vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.1639344262vw;
              border-right: 0.1639344262vw;
              border-style: solid;
              border-color: #333;
              transform: rotate(45deg); }
  .newfooter .cp_address {
    margin-top: 2.2950819672vw;
    background: #00a040;
    text-align: center;
    color: #fff;
    font-size: 0.8196721311vw;
    padding: 2.0491803279vw 0; }

.kvarea {
  width: 100%;
  background: #00a040;
  text-align: center;
  margin-top: 5.2459016393vw; }
  .kvarea .kv__lead {
    text-align: center;
    font-size: 1.4754098361vw;
    font-weight: bold;
    line-height: 1.4;
    color: #fff;
    padding: 3.2786885246vw 0 4.0983606557vw; }
    .kvarea .kv__lead strong {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 3.3606557377vw; }

.fav_linkbtn {
  width: 14.0983606557vw;
  position: fixed;
  right: 1.2295081967vw;
  top: 24%;
  z-index: 5; }

.fav_getbtn {
  width: 14.0983606557vw;
  position: fixed;
  right: 1.2295081967vw;
  margin-top: 3.2786885246vw;
  background: #fff;
  text-align: center;
  padding: 0.4918032787vw 0;
  color: #00a040;
  cursor: pointer;
  border: 1px solid #00a040;
  transition: all 0.3s;
  top: 25%;
  z-index: 5; }
  .fav_getbtn.active {
    background: #00a040;
    color: #fff; }

.fav_grid {
  width: 83.9344262295vw;
  margin: 4.9180327869vw auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2.4590163934vw;
  padding-bottom: 8.1967213115vw; }

.fav_card {
  width: 18.8524590164vw;
  position: relative;
  margin-top: 3.2786885246vw; }

.fav_title {
  color: #00a040 !important;
  font-size: 1.393442623vw;
  font-weight: bold;
  margin-top: 0.4098360656vw; }

.fav_remove_btn {
  position: absolute;
  left: 0;
  top: -2.4590163934vw;
  font-weight: 700;
  font-size: 1.9672131148vw;
  color: #00a040;
  background: none; }

.empty-state {
  width: 83.9344262295vw;
  margin: 4.9180327869vw auto 0;
  padding-bottom: 8.1967213115vw; }
  .empty-state .leads {
    color: #00a040 !important;
    font-size: 1.8032786885vw;
    font-weight: bold;
    padding-top: 3.2786885246vw;
    text-align: center; }

.gridundertxt {
  width: 83.9344262295vw;
  margin: 4.9180327869vw auto 0;
  text-align: right;
  color: #00a040 !important;
  font-size: 1.3114754098vw; }

@media screen and (max-width: 767px) {
  .newheader {
    background: none;
    height: 13.8666666667vw;
    background: #fff; }
    .newheader.active {
      background: #fff;
      box-shadow: none; }
    .newheader .headerlogo {
      position: absolute;
      width: 39.2vw;
      left: 4.8vw;
      top: 4.2666666667vw;
      z-index: 4; }
    .newheader .dammy_h {
      position: absolute;
      width: 32.5333333333vw;
      right: 16vw;
      top: 4vw;
      z-index: 4; }
    .newheader .voicebtn {
      position: absolute;
      width: 100%;
      width: 30.6666666667vw;
      right: 49.0666666667vw;
      top: 13.8666666667vw;
      display: block;
      text-align: center;
      z-index: 4;
      font-size: 2.4vw; }
      .newheader .voicebtn a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        color: #000;
        height: 8.8vw; }
    .newheader .mypagebtn {
      position: absolute;
      width: 30.6666666667vw;
      height: 8.8vw;
      right: 19.2vw;
      top: 13.8666666667vw;
      text-align: center;
      z-index: 4;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #ffff00;
      font-size: 2.9333333333vw;
      font-weight: bold; }
    .newheader .mypagebtntoggle {
      position: absolute;
      top: 22.6666666667vw;
      right: 19.2vw;
      width: 30.6666666667vw; }
      .newheader .mypagebtntoggle a {
        height: 10.1333333333vw;
        font-size: 2.9333333333vw; }
    .newheader .recruitbtn {
      position: absolute;
      width: 19.2vw;
      height: 8.8vw;
      right: 0vw;
      top: 13.8666666667vw;
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 4; }
      .newheader .recruitbtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #8cc816;
        color: #fff;
        height: 100%;
        font-size: 2.9333333333vw;
        font-weight: bold; }
    .newheader #search {
      position: absolute;
      width: 32vw;
      right: 17.3333333333vw;
      top: 1.3333333333vw; }
      .newheader #search form.gsc-search-box {
        max-width: 32vw;
        margin: 0; }
      .newheader #search .gsib_b {
        height: 7.4666666667vw !important;
        width: 10.6666666667vw !important;
        padding: 1.0666666667vw 1.0666666667vw 1.0666666667vw 0; }
      .newheader #search .gsib_a {
        padding: 1.3333333333vw 2.6666666667vw 1.0666666667vw 2.6666666667vw !important;
        margin-top: 2.1333333333vw !important; }
    .newheader .togglemenu {
      display: block;
      position: fixed;
      right: 0vw;
      top: 0vw;
      background: #00a040;
      width: 13.8666666667vw;
      height: 13.8666666667vw;
      box-sizing: border-box;
      cursor: pointer;
      z-index: 31; }
      .newheader .togglemenu span {
        position: absolute;
        background-color: #fff;
        width: 7.4666666667vw;
        height: 0.5333333333vw;
        left: 50%;
        margin-left: -3.7333333333vw;
        transition: all .4s ease-in-out; }
        .newheader .togglemenu span:nth-of-type(1) {
          top: 42%;
          margin-top: -1.8666666667vw; }
        .newheader .togglemenu span:nth-of-type(2) {
          top: 42%; }
        .newheader .togglemenu span:nth-of-type(3) {
          top: 42%;
          margin-top: 1.8666666667vw; }
      .newheader .togglemenu strong {
        position: absolute;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 500;
        font-size: 2.9333333333vw;
        bottom: 1.0666666667vw;
        text-align: center;
        color: #fff;
        width: 100%; }
      .newheader .togglemenu.open {
        background: #00a040; }
        .newheader .togglemenu.open span {
          background-color: #fff;
          z-index: 51; }
          .newheader .togglemenu.open span:nth-of-type(1) {
            transform: rotate(45deg);
            top: 42%;
            margin-top: 0vw; }
          .newheader .togglemenu.open span:nth-of-type(2) {
            display: none; }
          .newheader .togglemenu.open span:nth-of-type(3) {
            transform: rotate(-45deg);
            bottom: 42%;
            margin-top: 0vw; }
    .newheader .menuinner {
      display: none;
      position: fixed;
      background: #f1f5f7;
      width: 100%;
      height: 100vh;
      z-index: 3;
      padding: 32vw 3.3333333333vw 6.6666666667vw;
      overflow-y: auto;
      /* 縦方向にスクロール可能にする */
      -webkit-overflow-scrolling: touch;
      /* iOSでのスクロールを滑らかにする */ }
      .newheader .menuinner .inner {
        background: #fff;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 0 5.3333333333vw 8vw;
        gap: 5.3333333333vw 5.3333333333vw;
        position: relative; }
        .newheader .menuinner .inner .ttl {
          width: 100%;
          text-align: center;
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-size: 5.8666666667vw;
          color: #00a040;
          position: relative;
          top: -4.2666666667vw;
          margin-bottom: 8vw; }
        .newheader .menuinner .inner .boxs {
          width: 100%; }
          .newheader .menuinner .inner .boxs .lead {
            width: 100%;
            color: #00a040;
            font-weight: bold;
            border-bottom: 0.2666666667vw solid #00a040;
            padding-bottom: 1.3333333333vw;
            margin-bottom: 1.3333333333vw;
            font-size: 3.7333333333vw; }
          .newheader .menuinner .inner .boxs ul li a {
            color: #403f41;
            font-size: 3.2vw;
            font-weight: 500;
            position: relative;
            padding-left: 2.6666666667vw; }
            .newheader .menuinner .inner .boxs ul li a:before {
              position: absolute;
              content: "-";
              left: 0;
              top: 0; }
          .newheader .menuinner .inner .boxs.wid_1 {
            width: 100%;
            margin-right: 0vw; }
          .newheader .menuinner .inner .boxs.wid_2 {
            width: 100%; }
          .newheader .menuinner .inner .boxs.wid_3 {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap; }
            .newheader .menuinner .inner .boxs.wid_3 ul {
              width: 100%; }
              .newheader .menuinner .inner .boxs.wid_3 ul li:first-child {
                color: #00a040;
                font-size: 3.2vw; }
              .newheader .menuinner .inner .boxs.wid_3 ul:last-child {
                width: 100%; }
        .newheader .menuinner .inner .fvbtns {
          position: absolute;
          width: 36.8vw;
          right: auto;
          bottom: auto;
          top: 10.1333333333vw; }
        .newheader .menuinner .inner .rjs {
          position: absolute;
          width: 36.8vw;
          right: 8vw;
          bottom: auto;
          top: 8vw; }
          .newheader .menuinner .inner .rjs a {
            display: flex;
            justify-content: center;
            align-items: center;
            background: #ffa01e;
            border-radius: 2.6666666667vw;
            color: #fff;
            height: 100%;
            font-size: 2.9333333333vw;
            font-weight: bold;
            padding: 0.5333333333vw 0 1.3333333333vw;
            position: relative;
            text-align: center;
            line-height: 1.4; }
            .newheader .menuinner .inner .rjs a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -1.0666666667vw;
              right: 1.6vw;
              width: 1.6vw;
              height: 1.6vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.5333333333vw;
              border-right: 0.5333333333vw;
              border-style: solid;
              border-color: #fff;
              transform: rotate(45deg); }
    .newheader .middlebtn {
      display: none;
      width: 23.2786885246vw;
      position: absolute;
      font-size: 1.1475409836vw;
      font-weight: bold;
      top: 6.5573770492vw;
      right: 1.1475409836vw; }
      .newheader .middlebtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffa01e;
        border-radius: 1.6393442623vw;
        color: #fff;
        height: 100%;
        font-size: 1.1475409836vw;
        font-weight: bold;
        padding: 0.1639344262vw 0 0.4098360656vw;
        position: relative; }
        .newheader .middlebtn a:after {
          position: absolute;
          content: "";
          top: 50%;
          margin-top: -0.3278688525vw;
          right: 0.4918032787vw;
          width: 0.4918032787vw;
          height: 0.4918032787vw;
          border-left: 0;
          border-bottom: 0;
          border-top: 0.1639344262vw;
          border-right: 0.1639344262vw;
          border-style: solid;
          border-color: #fff;
          transform: rotate(45deg); }
    .newheader .fav_btn {
      display: none;
      right: 0vw;
      top: 94.9333333333vw;
      cursor: pointer;
      background: #fff;
      font-size: 2.6666666667vw;
      font-weight: bold;
      color: #00a040;
      padding: 0vw 0vw 0vw 1.3333333333vw; }
      .newheader .fav_btn strong {
        display: inline-block;
        width: 4.8vw;
        margin-left: 2.6666666667vw; }

  .newfooter {
    padding: 0;
    margin-top: 8.1967213115vw;
    padding-bottom: 8vw; }
    .newfooter--upper {
      position: relative; }
      .newfooter--upper figure {
        width: 140%; }
      .newfooter--upper h3 {
        position: absolute;
        width: 65.5555555556vw;
        top: 21.3333333333vw;
        left: 5.3333333333vw; }
    .newfooter--under {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      flex-direction: column-reverse;
      flex-wrap: wrap;
      padding: 0 0vw;
      margin-top: 6.4vw; }
      .newfooter--under .left {
        width: 93.3333333333vw;
        margin: 0 auto; }
        .newfooter--under .left .sns {
          display: flex;
          justify-content: space-around;
          align-items: center;
          align-content: center;
          padding: 4vw 0; }
          .newfooter--under .left .sns li {
            font-weight: 700;
            font-size: 3.2vw; }
            .newfooter--under .left .sns li a {
              display: flex;
              align-items: center; }
              .newfooter--under .left .sns li a span {
                width: 6.6666666667vw;
                margin-right: 1.0666666667vw; }
              .newfooter--under .left .sns li a strong {
                color: #02c755; }
                .newfooter--under .left .sns li a strong small {
                  display: block;
                  font-weight: normal;
                  color: #000;
                  font-size: 0.9836065574vw; }
        .newfooter--under .left .an_link {
          display: flex;
          border-top: 0.2666666667vw solid #00a040;
          padding: 4vw 0;
          flex-wrap: wrap; }
          .newfooter--under .left .an_link li {
            width: 50%;
            font-size: 2.9333333333vw;
            padding: 0 2.6666666667vw;
            border-left: 0.2666666667vw solid #000;
            margin-top: 1.3333333333vw; }
        .newfooter--under .left .logo_f {
          width: 58.6666666667vw;
          margin: 0 auto;
          margin-top: 5.3333333333vw;
          padding-bottom: 5.3333333333vw; }
      .newfooter--under .f_bannerarea {
        width: 93.3333333333vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2%; }
        .newfooter--under .f_bannerarea li {
          width: 49%;
          text-align: center;
          font-weight: 700;
          font-size: 2.9333333333vw;
          line-height: 1.2;
          margin-top: 1%; }
          .newfooter--under .f_bannerarea li.cl_1 a {
            background: #00a040;
            color: #fff;
            padding: 1.8666666667vw 0;
            position: relative; }
            .newfooter--under .f_bannerarea li.cl_1 a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -0.5333333333vw;
              right: 2vw;
              width: 1.3333333333vw;
              height: 1.3333333333vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.2666666667vw;
              border-right: 0.2666666667vw;
              border-style: solid;
              border-color: #fff;
              transform: rotate(45deg); }
          .newfooter--under .f_bannerarea li.cl_2 a {
            border: 0.0819672131vw solid #00a040;
            background: #fff;
            color: #00a040;
            padding: 1.8666666667vw 0;
            position: relative; }
            .newfooter--under .f_bannerarea li.cl_2 a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -0.5333333333vw;
              right: 2vw;
              width: 1.3333333333vw;
              height: 1.3333333333vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.2666666667vw;
              border-right: 0.2666666667vw;
              border-style: solid;
              border-color: #00a040;
              transform: rotate(45deg); }
          .newfooter--under .f_bannerarea li.cl_3 a {
            background: #ffff00;
            box-sizing: border-box;
            color: #000;
            padding: 1.8666666667vw 0;
            position: relative; }
            .newfooter--under .f_bannerarea li.cl_3 a:after {
              position: absolute;
              content: "";
              top: 50%;
              margin-top: -0.5333333333vw;
              right: 2vw;
              width: 1.3333333333vw;
              height: 1.3333333333vw;
              border-left: 0;
              border-bottom: 0;
              border-top: 0.2666666667vw;
              border-right: 0.2666666667vw;
              border-style: solid;
              border-color: #000;
              transform: rotate(45deg); }
          .newfooter--under .f_bannerarea li.cl_4 {
            width: 49%;
            line-height: 1.4; }
            .newfooter--under .f_bannerarea li.cl_4 a {
              background: #ffa01e;
              box-sizing: border-box;
              color: #fff;
              padding: 1.3333333333vw 0;
              position: relative;
              font-size: 2.6666666667vw; }
              .newfooter--under .f_bannerarea li.cl_4 a:after {
                position: absolute;
                content: "";
                top: 50%;
                margin-top: -0.5333333333vw;
                right: 2vw;
                width: 1.3333333333vw;
                height: 1.3333333333vw;
                border-left: 0;
                border-bottom: 0;
                border-top: 0.2666666667vw;
                border-right: 0.2666666667vw;
                border-style: solid;
                border-color: #fff;
                transform: rotate(45deg); }
          .newfooter--under .f_bannerarea li.cl_5 {
            width: 49%;
            line-height: 1.4; }
            .newfooter--under .f_bannerarea li.cl_5 br {
              display: none; }
            .newfooter--under .f_bannerarea li.cl_5 a {
              padding: 3.0666666667vw 0; }
              .newfooter--under .f_bannerarea li.cl_5 a:after {
                position: absolute;
                content: "";
                top: 50%;
                margin-top: -0.5333333333vw;
                right: 2vw;
                width: 1.3333333333vw;
                height: 1.3333333333vw;
                border-left: 0;
                border-bottom: 0;
                border-top: 0.2666666667vw;
                border-right: 0.2666666667vw;
                border-style: solid;
                transform: rotate(45deg); }
    .newfooter .cp_address {
      margin-top: 3.7333333333vw;
      background: #00a040;
      text-align: center;
      color: #fff;
      font-size: 2.4vw;
      padding: 5.3333333333vw 0; }

  .kvarea {
    width: 100%;
    background: #00a040;
    text-align: center;
    margin-top: 13.8666666667vw; }
    .kvarea .kv__lead {
      text-align: center;
      font-size: 4.8vw;
      font-weight: bold;
      line-height: 1.4;
      color: #fff;
      padding: 13.3333333333vw 0 13.3333333333vw; }
      .kvarea .kv__lead strong {
        display: block;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 8.5333333333vw; }

  .fav_linkbtn {
    width: 50vw;
    position: fixed;
    left: 0;
    right: auto;
    top: auto;
    bottom: 0vw;
    z-index: 5;
    background: #fff; }

  .fav_getbtn {
    width: 50vw;
    position: fixed;
    right: 0vw;
    margin-top: 0vw;
    text-align: center;
    padding: 1.44vw 0;
    cursor: pointer;
    transition: all 0.3s;
    top: auto;
    bottom: 0vw;
    z-index: 5;
    font-size: 3.4666666667vw; }
    .fav_getbtn.active {
      background: #00a040;
      color: #fff; }

  .fav_grid {
    width: 96vw;
    margin: 8vw auto 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    padding-bottom: 18.6666666667vw; }

  .fav_card {
    width: 45.3333333333vw;
    position: relative;
    margin-top: 8vw; }

  .fav_title {
    color: #00a040 !important;
    font-size: 3.7333333333vw;
    font-weight: bold;
    margin-top: 1.3333333333vw; }

  .fav_remove_btn {
    position: absolute;
    left: 0;
    top: -8vw;
    font-weight: 700;
    font-size: 5.3333333333vw;
    color: #00a040;
    background: none; }

  .empty-state {
    width: 96vw;
    margin: 10.6666666667vw auto 0;
    padding-bottom: 8.1967213115vw; }
    .empty-state .leads {
      color: #00a040 !important;
      font-size: 4.8vw;
      font-weight: bold;
      padding-top: 10.6666666667vw;
      text-align: center; }

  .gridundertxt {
    width: 96vw;
    margin: 8vw auto 0;
    text-align: right;
    color: #00a040 !important;
    font-size: 3.7333333333vw; } }
/* =========================================================
 * reset　　　    /*リセット
========================================================= */
blockquote, body, div, dl, dt, dd, fieldset, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, select, span, textarea, td, th, ul, figure, figcaption {
  margin: 0px;
  padding: 0px; }

fieldset, img {
  border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

ol {
  list-style-type: none; }

ul {
  list-style-type: none; }
  ul li {
    list-style-type: none; }
    ul li img {
      line-height: 0;
      font-size: 0;
      vertical-align: top; }

img {
  border: none;
  vertical-align: bottom; }

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

caption, th {
  text-align: left; }

iframe {
  border: none; }

a:focus {
  outline: none; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

/* IE */
* html ul li dl, * html ol li dl {
  display: inline; }
*:first-child + html ul li dl, *:first-child + html ol li dl {
  display: inline; }

/* =========================================================
 * default settings      　   /*デフォルトセッティング
========================================================= */
html {
  font-size: 62.5%;
  overflow: auto; }

* {
  	/*box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;*/
  word-break: break-all;
  /*CJK (中国語、台湾語、日本語、韓国語) 以外のテキストにおいて、単語中などでの文字の改行に関する禁則処理を解除し、どの文字の間でも改行するようにします。*/ }

body {
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  font: inherit;
  font-size: 1vw;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.4;
  color: #000;
  background: #fff; }

a {
  width: 100%;
  height: auto;
  display: block;
  text-decoration: none;
  color: #333;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out; }
  a:hover {
    opacity: 0.7;
    -webkit-opacity: .7;
    -moz-opacity: .7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)"; }

.soon {
  pointer-events: none;
  opacity: .5; }

.hide, .hidden {
  visibility: hidden; }

p {
  line-break: strict; }

img {
  max-width: 100%; }

main {
  display: block; }

.pc {
  display: block; }

.sp {
  display: none; }

@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    background: #fff;
    min-width: 100%; }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    transition: none; }
    a:hover {
      opacity: 1;
      -webkit-opacity: 1;
      -moz-opacity: 1;
      filter: alpha(opacity=100);
      /* IE lt 8 */
      -ms-filter: "alpha(opacity=100)";
      /* IE 8 */ }

  img {
    width: 100%; }

  .pc {
    display: none; }

  .sp {
    display: block; } }
/* =========================================================
 * font
========================================================= */
/*noto-sans*/
.font-noto {
  font-family: 'Noto Sans JP', sans-serif; }

.poppins {
  font-family: "Poppins", sans-serif;
  font-style: normal; }

/* =========================================================
 * clearfix　　   /*クリアフィックス
========================================================= */
.clearfix {
  zoom: 1; }
  .clearfix:before {
    content: "";
    display: table; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* =========================================================
 * fade Animation　　   /*フェード アニメーション
========================================================= */
.fade,
.fadein,
.fadein-top,
.fadein-left,
.fadein-right,
.opening {
  position: relative;
  opacity: 0;
  transition: opacity 0.875s ease-in-out , transform 0.875s ease-in-out; }

.fade {
  transform: translate(0, 0); }

.fadein {
  transform: translate(0, 50px); }

.fadein-top {
  transform: translate(0, -50px); }

.fadein-left {
  transform: translate(-50px, 0); }

.fadein-right {
  transform: translate(50px, 0); }

.fade.scrollin,
.fadein.scrollin,
.fadein-top.scrollin,
.fadein-left.scrollin,
.fadein-right.scrollin,
.opening.active {
  opacity: 1 !important;
  transform: translate(0, 0); }

/* =========================================================
 * scrollbar　　   /*フスクロールバー
========================================================= */
.kv--new {
  width: 100%;
  position: relative;
  height: 47.5409836066vw;
  overflow: hidden; }
  .kv--new .ami {
    position: absolute;
    background: rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
  .kv--new .kv__lead {
    position: absolute;
    width: 40.9836065574vw;
    left: 3.2786885246vw;
    bottom: 4.0983606557vw;
    z-index: 2; }
  .kv--new .pickuparea {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 26.2295081967vw;
    background: rgba(0, 0, 0, 0.4);
    padding: 0 2.2950819672vw; }
    .kv--new .pickuparea .middlebtn {
      width: 23.2786885246vw;
      position: absolute;
      font-size: 1.1475409836vw;
      font-weight: bold;
      top: 6.5573770492vw;
      right: 1.1475409836vw;
      z-index: 2; }
      .kv--new .pickuparea .middlebtn a {
        display: flex;
        justify-content: center;
        align-items: center;
        background: #ffa01e;
        border-radius: 1.6393442623vw;
        color: #fff;
        height: 100%;
        font-size: 1.1475409836vw;
        font-weight: bold;
        padding: 0.1639344262vw 0 0.4098360656vw;
        position: relative; }
        .kv--new .pickuparea .middlebtn a:after {
          position: absolute;
          content: "";
          top: 50%;
          margin-top: -0.3278688525vw;
          right: 0.4918032787vw;
          width: 0.4918032787vw;
          height: 0.4918032787vw;
          border-left: 0;
          border-bottom: 0;
          border-top: 0.1639344262vw;
          border-right: 0.1639344262vw;
          border-style: solid;
          border-color: #fff;
          transform: rotate(45deg); }
    .kv--new .pickuparea .fav_btn {
      position: absolute;
      right: 0;
      width: 9.8360655738vw;
      top: 10.6557377049vw;
      cursor: pointer;
      background: #fff;
      font-weight: bold;
      color: #00a040;
      z-index: 4; }
    .kv--new .pickuparea .ttls {
      position: relative;
      z-index: 2;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 1.9672131148vw;
      color: #fff;
      text-align: left;
      margin: 9.8360655738vw 0 0 0; }
    .kv--new .pickuparea .bannervert_area {
      position: relative;
      z-index: 2;
      width: 21.3114754098vw;
      height: 32.7868852459vw;
      margin: 0 auto; }
      .kv--new .pickuparea .bannervert_area .banner {
        margin-top: 1.2295081967vw; }
        .kv--new .pickuparea .bannervert_area .banner figcaption {
          color: #fff;
          font-weight: bold;
          font-size: 1.0655737705vw;
          margin-top: 0.6557377049vw; }
      .kv--new .pickuparea .bannervert_area .slick-list {
        height: 34.5901639344vw !important; }
      .kv--new .pickuparea .bannervert_area .slick-prev {
        display: none; }
      .kv--new .pickuparea .bannervert_area .slick-next {
        outline: none;
        position: absolute;
        width: 3.2786885246vw;
        height: 3.2786885246vw;
        background: url("../img/common/next.svg") no-repeat center center/cover;
        top: auto;
        bottom: 0.4098360656vw;
        left: 50%;
        border: none;
        margin-left: -2.4590163934vw; }

.newcont {
  margin-top: 8.1967213115vw; }
  .newcont .bannerarea {
    position: relative;
    margin-top: 3.6885245902vw; }
    .newcont .bannerarea:before {
      position: absolute;
      content: "";
      background: #00a040;
      width: 100%;
      height: calc(100% - 5.8vw);
      bottom: 0;
      z-index: -1; }
    .newcont .bannerarea .backimg {
      position: absolute;
      width: 100%;
      top: 0;
      left: 0; }
    .newcont .bannerarea .tabs {
      display: flex;
      justify-content: center;
      position: relative;
      z-index: 2; }
      .newcont .bannerarea .tabs li {
        text-align: center;
        font-size: 1.393442623vw;
        font-weight: bold;
        color: #00a040;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 16.5573770492vw;
        box-sizing: border-box;
        border: 0.0819672131vw solid #00a040;
        padding: 0.6557377049vw 0;
        cursor: pointer; }
        .newcont .bannerarea .tabs li.active {
          background: #00a040;
          color: #fff;
          transform: scale(1.1);
          position: relative; }
        .newcont .bannerarea .tabs li:first-child {
          position: relative; }
          .newcont .bannerarea .tabs li:first-child:before, .newcont .bannerarea .tabs li:first-child:after {
            position: absolute;
            content: "";
            height: 1.9672131148vw;
            width: 0.1639344262vw;
            top: 0.8196721311vw;
            background: #00a040; }
          .newcont .bannerarea .tabs li:first-child:before {
            left: 2.131147541vw;
            transform: rotate(-45deg); }
          .newcont .bannerarea .tabs li:first-child:after {
            right: 2.131147541vw;
            transform: rotate(45deg); }
          .newcont .bannerarea .tabs li:first-child.active:before, .newcont .bannerarea .tabs li:first-child.active:after {
            background: #fff; }
    .newcont .bannerarea .tabinner {
      display: none;
      padding: 4.0983606557vw;
      position: relative;
      z-index: 2; }
      .newcont .bannerarea .tabinner.show {
        display: block; }
      .newcont .bannerarea .tabinner--banner {
        width: 82.7868852459vw;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        gap: 2.4590163934vw; }
        .newcont .bannerarea .tabinner--banner .banner {
          width: 18.8524590164vw; }
          .newcont .bannerarea .tabinner--banner .banner figure {
            overflow: hidden; }
          .newcont .bannerarea .tabinner--banner .banner figcaption {
            color: #fff;
            font-size: 1.2295081967vw;
            font-weight: bold;
            line-height: 1.6;
            margin-top: 0.8196721311vw; }

.newcont_event {
  padding: 4.9180327869vw 0;
  /* スライダーが親要素を突き抜けて「見切れる」ようにする */
  /* Slickが計算する幅を優先させるため、余計なwidth指定を外す */
  /* ボタンの配置（一例） */ }
  .newcont_event h3.ttls {
    position: relative;
    z-index: 2;
    padding-bottom: 3.2786885246vw; }
  .newcont_event .event__txt {
    color: #009640;
    font-size: 1.393442623vw; }
  .newcont_event .inner__large {
    width: 100%;
    padding: 0; }
  .newcont_event .event__swiper-area {
    overflow: hidden;
    position: relative;
    padding: 0 0px;
    /* ボタン用の余白（JSのcenterPaddingと合わせると綺麗です） */ }
  .newcont_event .event__item {
    outline: none;
    margin: 0 10px;
    /* スライド間の隙間 */ }
  .newcont_event .event__item img {
    width: 100%;
    height: auto;
    display: block; }
  .newcont_event .slick-prev-custom, .newcont_event .slick-next-custom {
    position: absolute;
    top: 25%;
    /* 画像の中央付近に配置 */
    cursor: pointer;
    z-index: 10;
    width: 3.4426229508vw; }
  .newcont_event .slick-prev-custom {
    left: 2.4590163934vw; }
  .newcont_event .slick-next-custom {
    right: 2.4590163934vw; }

.emergency {
  margin-top: 0vw;
  padding-bottom: 4.9180327869vw; }
  .emergency .banner {
    width: 65.5737704918vw;
    margin: 0 auto; }
  .emergency .fixbanner {
    width: 16.393442623vw;
    position: fixed;
    bottom: 3.2786885246vw;
    left: 3.2786885246vw;
    z-index: 3; }

.newcont_news {
  background: #eff5f7;
  padding: 4.9180327869vw 9.8360655738vw 2.4590163934vw; }
  .newcont_news .inner {
    width: 79.5081967213vw; }
    .newcont_news .inner .news__date {
      font-size: 1.1475409836vw; }
    .newcont_news .inner .news__txt {
      font-size: 1.1475409836vw;
      padding: 0 0 0 4.9180327869vw;
      position: relative;
      top: 0; }
    .newcont_news .inner .newmark {
      position: absolute;
      left: 0;
      top: -0.1639344262vw;
      font-weight: 700;
      font-size: 1.3114754098vw;
      color: #009640 !important; }
  .newcont_news h3.ttls {
    margin-bottom: -2.4590163934vw;
    position: relative;
    z-index: 2; }

h3.ttls {
  text-align: center;
  font-size: 1.4754098361vw;
  font-weight: bold;
  line-height: 1.4;
  color: #00a040; }
  h3.ttls strong {
    display: block;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 3.3606557377vw; }

@media screen and (max-width: 767px) {
  .kv--new {
    margin-top: 13.8666666667vw;
    height: 141.3333333333vw; }
    .kv--new .kv__lead {
      position: absolute;
      width: 80vw;
      left: 50%;
      margin-left: -47.7333333333vw;
      bottom: auto;
      top: 58.6666666667vw; }
    .kv--new .kv__img img {
      object-fit: cover;
      width: 100%;
      height: 141.3333333333vw; }
    .kv--new .pickuparea {
      position: absolute;
      right: auto;
      top: auto;
      height: auto;
      width: 100%;
      background: rgba(0, 0, 0, 0.4);
      padding: 0 3.3333333333vw 2.6666666667vw;
      bottom: 0; }
      .kv--new .pickuparea .middlebtn {
        display: none;
        width: 23.2786885246vw;
        position: absolute;
        font-size: 1.1475409836vw;
        font-weight: bold;
        top: 6.5573770492vw;
        right: 1.1475409836vw;
        z-index: 2; }
        .kv--new .pickuparea .middlebtn a {
          display: flex;
          justify-content: center;
          align-items: center;
          background: #ffa01e;
          border-radius: 1.6393442623vw;
          color: #fff;
          height: 100%;
          font-size: 1.1475409836vw;
          font-weight: bold;
          padding: 0.1639344262vw 0 0.4098360656vw;
          position: relative; }
          .kv--new .pickuparea .middlebtn a:after {
            position: absolute;
            content: "";
            top: 50%;
            margin-top: -0.3278688525vw;
            right: 0.4918032787vw;
            width: 0.4918032787vw;
            height: 0.4918032787vw;
            border-left: 0;
            border-bottom: 0;
            border-top: 0.1639344262vw;
            border-right: 0.1639344262vw;
            border-style: solid;
            border-color: #fff;
            transform: rotate(45deg); }
      .kv--new .pickuparea .fav_btn {
        position: absolute;
        right: 0;
        width: 32vw;
        top: 1.3333333333vw;
        cursor: pointer;
        background: #fff;
        font-weight: bold;
        color: #00a040;
        z-index: 4; }
      .kv--new .pickuparea .ttls {
        position: relative;
        z-index: 2;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 4.8vw;
        color: #fff;
        text-align: left;
        margin: 0.5333333333vw 0 1.0666666667vw 0; }
      .kv--new .pickuparea .bannervert_area {
        position: relative;
        z-index: 2;
        width: 100vw;
        height: auto;
        margin: 0 auto; }
        .kv--new .pickuparea .bannervert_area .banner {
          margin-top: 1.2295081967vw;
          margin: 0 2.6666666667vw; }
          .kv--new .pickuparea .bannervert_area .banner figcaption {
            color: #fff;
            font-weight: bold;
            font-size: 2.4vw;
            margin-top: 1.0666666667vw; }
        .kv--new .pickuparea .bannervert_area .slick-list {
          height: auto !important; }
        .kv--new .pickuparea .bannervert_area .slick-next {
          outline: none;
          position: absolute;
          width: 5.3333333333vw;
          height: 5.3333333333vw;
          background: url("../img/common/next.svg") no-repeat center center/cover;
          top: auto;
          bottom: 40%;
          left: auto;
          right: 4.8vw;
          border: none;
          margin-left: 0vw;
          transform: rotate(-90deg); }

  .newcont {
    margin-top: 10.6666666667vw; }
    .newcont .bannerarea {
      position: relative;
      margin-top: 6.6666666667vw; }
      .newcont .bannerarea:before {
        position: absolute;
        content: "";
        background: #00a040;
        width: 350%;
        height: calc(100% - 20vw);
        bottom: 0;
        z-index: -1; }
      .newcont .bannerarea .backimg {
        position: absolute;
        width: 300%;
        top: 0;
        left: 0; }
      .newcont .bannerarea .tabs {
        display: flex;
        justify-content: center;
        position: relative;
        z-index: 2;
        flex-wrap: wrap; }
        .newcont .bannerarea .tabs li {
          width: 29.3333333333vw;
          text-align: center;
          font-size: 3.2vw;
          line-height: 1.4;
          font-weight: bold;
          color: #00a040;
          display: flex;
          justify-content: center;
          align-items: center;
          box-sizing: border-box;
          border: 0.2666666667vw solid #00a040;
          padding: 0.8vw 0;
          cursor: pointer; }
          .newcont .bannerarea .tabs li.active {
            background: #00a040;
            color: #fff;
            transform: scale(1.05); }
          .newcont .bannerarea .tabs li:first-child {
            position: relative; }
            .newcont .bannerarea .tabs li:first-child:before, .newcont .bannerarea .tabs li:first-child:after {
              position: absolute;
              content: "";
              height: 4vw;
              width: 0.2666666667vw;
              top: 1.3333333333vw;
              background: #00a040; }
            .newcont .bannerarea .tabs li:first-child:before {
              left: 1.8666666667vw;
              transform: rotate(-30deg); }
            .newcont .bannerarea .tabs li:first-child:after {
              right: 1.8666666667vw;
              transform: rotate(30deg); }
            .newcont .bannerarea .tabs li:first-child.active:before, .newcont .bannerarea .tabs li:first-child.active:after {
              background: #fff; }
          .newcont .bannerarea .tabs li:nth-child(4) {
            width: 44vw;
            padding: 2.1333333333vw 0; }
          .newcont .bannerarea .tabs li:nth-child(5) {
            width: 44vw;
            padding: 2.1333333333vw 0; }
      .newcont .bannerarea .tabinner {
        display: none;
        padding: 3.3333333333vw;
        position: relative;
        z-index: 2;
        padding-bottom: 2.6666666667vw; }
        .newcont .bannerarea .tabinner.show {
          display: block; }
        .newcont .bannerarea .tabinner--banner {
          width: 88vw;
          margin: 0 auto;
          display: flex;
          flex-wrap: wrap;
          gap: 2.6666666667vw; }
          .newcont .bannerarea .tabinner--banner .banner {
            width: 42.6666666667vw; }
            .newcont .bannerarea .tabinner--banner .banner figure {
              overflow: hidden; }
            .newcont .bannerarea .tabinner--banner .banner figcaption {
              color: #fff;
              font-size: 3.2vw;
              font-weight: bold;
              line-height: 1.6;
              margin-top: 1.3333333333vw; }

  .newcont_event {
    padding: 10.6666666667vw 0 0;
    /* スライダーが親要素を突き抜けて「見切れる」ようにする */
    /* Slickが計算する幅を優先させるため、余計なwidth指定を外す */
    /* ボタンの配置（一例） */ }
    .newcont_event h3.ttls {
      position: relative;
      z-index: 2;
      padding-bottom: 5.3333333333vw; }
    .newcont_event .event__txt {
      color: #009640;
      font-size: 3.2vw; }
    .newcont_event .inner__large {
      width: 100%;
      padding: 0; }
    .newcont_event .event__swiper-area {
      overflow: hidden;
      position: relative;
      padding: 0 0px;
      /* ボタン用の余白（JSのcenterPaddingと合わせると綺麗です） */ }
    .newcont_event .event__item {
      outline: none;
      margin: 0 10px;
      /* スライド間の隙間 */ }
    .newcont_event .event__item img {
      width: 100%;
      height: auto;
      display: block; }
    .newcont_event .slick-prev-custom, .newcont_event .slick-next-custom {
      position: absolute;
      top: 25%;
      /* 画像の中央付近に配置 */
      cursor: pointer;
      z-index: 10;
      width: 11.2vw; }
    .newcont_event .slick-prev-custom {
      left: 2.4590163934vw; }
    .newcont_event .slick-next-custom {
      right: 2.4590163934vw; }

  .emergency {
    margin-top: 0vw;
    padding-bottom: 8vw; }
    .emergency .banner {
      width: 96vw;
      margin: 0 auto; }
    .emergency .fixbanner {
      width: 32vw;
      position: fixed;
      bottom: 2.6666666667vw;
      left: 2.6666666667vw;
      z-index: 3; }

  .newcont_news {
    background: #eff5f7;
    padding: 4vw 0vw 1.3333333333vw; }
    .newcont_news .inner {
      width: 100%; }
      .newcont_news .inner .news__date {
        font-size: 3.4666666667vw; }
      .newcont_news .inner .news__txt {
        font-size: 3.2vw;
        padding: 0 0 0 0vw;
        position: relative;
        top: 0; }
      .newcont_news .inner .newmark {
        position: absolute;
        left: 21.3333333333vw;
        top: -5.3333333333vw;
        font-weight: 700;
        font-size: 3.2vw;
        color: #009640 !important; }
    .newcont_news h3.ttls {
      margin-bottom: -5.3333333333vw;
      position: relative;
      z-index: 2; }

  h3.ttls {
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.4;
    color: #00a040; }
    h3.ttls strong {
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      font-size: 8vw; } }
