@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap");
.end {
  font-family: 'Press Start 2P', cursive; }

/* ==========================================================================
	animations
========================================================================== */
@-webkit-keyframes parapara {
  0% {
    visibility: visible;
    z-index: 2; }
  50.5% {
    visibility: visible;
    z-index: 2; }
  51% {
    visibility: hidden;
    z-index: 0; }
  100% {
    visibility: hidden;
    z-index: 0; } }
@keyframes parapara {
  0% {
    visibility: visible;
    z-index: 2; }
  50.5% {
    visibility: visible;
    z-index: 2; }
  51% {
    visibility: hidden;
    z-index: 0; }
  100% {
    visibility: hidden;
    z-index: 0; } }
@keyframes hanten {
  50% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); } }
@-webkit-keyframes hanten {
  50% {
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1); } }
@keyframes ff {
  0% {
    -webkit-transform: translateY(100px) scale(0.3);
            transform: translateY(100px) scale(0.3);
    opacity: 0; }
  45% {
    -webkit-transform: translateY(60px) scale(0.3);
            transform: translateY(60px) scale(0.3);
    opacity: 0; }
  75% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 100; }
  76% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 90; }
  100% {
    -webkit-transform: translateY(0) scale(1.3);
            transform: translateY(0) scale(1.3);
    opacity: 0; } }
@-webkit-keyframes ff {
  0% {
    -webkit-transform: translateY(100px) scale(0.3);
            transform: translateY(100px) scale(0.3);
    opacity: 0; }
  40% {
    -webkit-transform: translateY(50px) scale(0.3);
            transform: translateY(50px) scale(0.3);
    opacity: 0; }
  85% {
    -webkit-transform: translateY(0) scale(1);
            transform: translateY(0) scale(1);
    opacity: 100; }
  100% {
    -webkit-transform: translateY(0) scale(1.1);
            transform: translateY(0) scale(1.1);
    opacity: 0; } }
/* ==========================================================================
	h_mv
========================================================================== */
#h_mv {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 635px; }
  #h_mv .tit_area .s_tit {
    color: #006e14; }
  #h_mv .tit_area .tit {
    width: 389px;
    margin: 0 auto 40px; }
  #h_mv .tit_area .inr {
    padding-bottom: 70px; }
  #h_mv .mv_illust {
    position: absolute;
    width: 245px;
    left: 14.285vw;
    bottom: -227px;
    z-index: 70; }
    #h_mv .mv_illust .hv_txt {
      width: 100px;
      height: 100px;
      top: -51px;
      right: 44px; }
      #h_mv .mv_illust .hv_txt:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        left: 35px; }

#h_mv.v2 {
  position: relative;
  height: 740px;
  margin-bottom: 0; }
  #h_mv.v2 .tit_area {
    /*
    padding-left: 5.28vw;
    padding-right: 5.714vw;
    */
    padding-left: 5vw;
    padding-right: 3.714vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    #h_mv.v2 .tit_area .inr {
      position: relative;
      z-index: 30;
      padding: 2vw 0; }
    #h_mv.v2 .tit_area .end {
      position: relative;
      display: block;
      font-size: 28px;
      font-size: clamp(28px, 2vw, 35.84px);
      font-weight: 700;
      color: #006e14;
      margin-bottom: 35px;
      text-align: left; }
    #h_mv.v2 .tit_area .tit {
      width: auto;
      font-size: 40px;
      font-size: clamp(40px, 2.8571428571vw, 51.2px);
      line-height: 1.275;
      margin-bottom: 15px;
      text-align: left; }
    #h_mv.v2 .tit_area .en_tit {
      display: block;
      font-size: 16px;
      font-size: clamp(16px, 1.1428571429vw, 20.48px);
      line-height: 1.275;
      font-weight: 700;
      margin-bottom: 35px; }
    #h_mv.v2 .tit_area .cate {
      background: #fff;
      border: 1px solid #006e14;
      color: #006e14;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      margin-bottom: 50px; }
      #h_mv.v2 .tit_area .cate:hover {
        background: #006e14;
        color: #fff;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    #h_mv.v2 .tit_area .new {
      display: block;
      position: absolute;
      right: -13px;
      top: 77px;
      width: 64px;
      z-index: 30; }
    #h_mv.v2 .tit_area .pan {
      text-align: left; }
  #h_mv.v2 .mv_illust {
    width: 132px;
    left: 8.928vw;
    bottom: -40px;
    z-index: 70; }
    #h_mv.v2 .mv_illust .hv_txt {
      width: 90px;
      height: 90px;
      top: -1px;
      right: -65px; }
      #h_mv.v2 .mv_illust .hv_txt:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        left: 29px; }
  #h_mv.v2 .image_area {
    right: -5.1%;
    width: 76.5%; }

@media screen and (max-width: 1100px) {
  #h_mv .mv_illust {
    left: calc(50% - 400px); } }
@media screen and (max-width: 800px) {
  #h_mv.v2 {
    margin-bottom: 0; }
    #h_mv.v2:before {
      height: calc(100% - 311px); }
    #h_mv.v2 .image_area {
      right: 0;
      width: 93.33%; }
    #h_mv.v2 .mv_illust {
      width: 90px;
      left: 0;
      bottom: -125px;
      z-index: 100;
      right: 0;
      margin: auto;
      -webkit-transform: translateX(-18px);
              transform: translateX(-18px); }
      #h_mv.v2 .mv_illust .hv_txt {
        width: 60px;
        height: 60px;
        top: 2px;
        right: -44px; }
        #h_mv.v2 .mv_illust .hv_txt:before {
          left: 21px; }

  #h_mv.v3 {
    height: 541px;
    margin-bottom: 0; }
    #h_mv.v3:before {
      display: none; }
    #h_mv.v3 .s_tit {
      font-size: 16px; }
    #h_mv.v3 .mv_illust {
      width: 144px;
      z-index: 60;
      left: calc(76.6vw - 220px);
      bottom: 30px; }
      #h_mv.v3 .mv_illust .hv_txt {
        width: 80px;
        height: 80px;
        top: -29px;
        right: -20px; }
        #h_mv.v3 .mv_illust .hv_txt:before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          left: 26px; }
    #h_mv.v3 .tit_area {
      padding-top: 47px;
      padding-bottom: 60px; }
      #h_mv.v3 .tit_area .tit {
        width: 237px;
        margin: 0 0 24px; }
      #h_mv.v3 .tit_area .inr {
        padding-bottom: 0; } }
/* ==========================================================================
	illust_con
========================================================================== */
.illust_con {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #ddd282;
  position: relative;
  padding-bottom: 45px;
  z-index: 5; }
  .illust_con .l_area {
    position: relative;
    width: 76.6%;
    min-width: 870px;
    z-index: 10;
    padding: 130px 32px 30px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .illust_con .l_area:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 50px 50px 0;
      background: #008c29;
      border: 16px solid #7dbb01;
      border-left: none;
      width: 100%;
      height: calc(100% - 32px);
      z-index: 1;
      border-radius: 0 64px 64px 0; }
    .illust_con .l_area:after {
      content: "";
      display: block;
      position: absolute;
      top: 15px;
      right: 0;
      background: #825b01;
      width: 100%;
      height: calc(100% - 32px);
      z-index: -1;
      border-radius: 0 80px 80px 0;
      border: 16px solid #825b01;
      border-left: none; }
    .illust_con .l_area .illusts {
      position: relative;
      width: 329px;
      z-index: 10; }
    .illust_con .l_area .kigi {
      position: absolute;
      width: 393px;
      height: 130px;
      right: 0;
      top: 12px;
      z-index: 10; }
    .illust_con .l_area .mori {
      display: block;
      position: absolute;
      right: 383px;
      bottom: 32px;
      width: 829px;
      z-index: 5; }
    .illust_con .l_area .girl {
      display: block;
      position: absolute;
      right: 256px;
      bottom: 70px;
      width: 88px;
      height: 102px;
      z-index: 10; }
      .illust_con .l_area .girl .hv_txt {
        opacity: 100;
        -webkit-transform: scale(1);
        transform: scale(1);
        width: 115px;
        height: 115px;
        right: -75px;
        top: -105px; }
        .illust_con .l_area .girl .hv_txt:before {
          -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
          left: 45px; }
  .illust_con .r_area {
    position: relative;
    width: 19.28%;
    max-width: calc(100% - 920px);
    z-index: 10;
    border-radius: 50px 0 0 50px;
    border-right: none;
    padding: 110px 0 150px; }
    .illust_con .r_area:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      border-radius: 0 50px 50px 0;
      background: #008c29;
      border: 16px solid #7dbb01;
      border-right: none;
      width: 100%;
      height: calc(100% - 32px);
      z-index: 1;
      border-radius: 64px 0 0 64px; }
    .illust_con .r_area:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: -31px;
      background: #825b01;
      width: calc(100% + 31px);
      height: calc(100% - 17px);
      z-index: -1;
      border-radius: 80px 0 0 80px;
      border: 16px solid #825b01;
      border-right: none; }
    .illust_con .r_area .kigi {
      display: block;
      position: absolute;
      top: 78px;
      left: 50px;
      z-index: 20;
      width: 1045px; }
    .illust_con .r_area .airport {
      display: block;
      position: absolute;
      left: 35px;
      top: 165px;
      background: #60829d;
      width: 100%;
      height: 210px;
      z-index: 20; }
      .illust_con .r_area .airport .runway {
        display: block;
        position: absolute;
        left: 29px;
        top: 106px;
        width: 100%;
        height: 71px;
        background: #88aeb9;
        z-index: 1; }
        .illust_con .r_area .airport .runway:after {
          content: "";
          display: block;
          position: absolute;
          width: 100%;
          height: 5px;
          top: 0;
          bottom: 0;
          left: 21px;
          margin: auto;
          z-index: 5;
          background-image: linear-gradient(to right, #cfdee3 20px, transparent 20px);
          background-size: 40px 6px;
          background-repeat: repeat-x;
          /* 横向きにのみ繰り返す */ }
      .illust_con .r_area .airport .bild {
        display: block;
        position: absolute;
        top: -38px;
        left: 37px;
        width: 323px;
        z-index: 10; }
      .illust_con .r_area .airport .air {
        display: block;
        position: absolute;
        top: 89px;
        left: 75px;
        z-index: 50;
        width: 96px; }
    .illust_con .r_area .btm {
      display: block;
      position: absolute;
      width: 861px;
      left: 61px;
      bottom: 26px;
      z-index: 20; }
    .illust_con .r_area .girl {
      display: block;
      position: absolute;
      width: 63px;
      height: 100px;
      left: 45px;
      bottom: 71px;
      z-index: 20; }

.para img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: parapara 2s linear infinite 0s forwards;
  animation: parapara 2s linear infinite 0s forwards; }

.para img:nth-child(1) {
  z-index: 2;
  visibility: visible; }

.para img:nth-child(2) {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
  z-index: 0;
  visibility: hidden; }

@media screen and (max-width: 915px) {
  .illust_con .r_area {
    display: none; } }
@media screen and (max-width: 800px) {
  .illust_con {
    padding-bottom: 30px; }
    .illust_con .l_area {
      position: relative;
      width: 71.3%;
      min-width: 10px;
      padding: 385px 0 23px 0; }
      .illust_con .l_area:before {
        border-radius: 0 30px 30px 0;
        background: #008c29;
        border: 9px solid #7dbb01;
        height: calc(100% - 16px); }
      .illust_con .l_area:after {
        top: 1px;
        height: calc(100% - 5px);
        border-radius: 0 30px 30px 0;
        border: 8px solid #825b01; }
      .illust_con .l_area .illusts {
        position: relative;
        width: 225px;
        -webkit-transform: translateX(12px);
                transform: translateX(12px); }
      .illust_con .l_area .mori {
        width: 382px;
        height: 226px;
        right: 211px;
        bottom: 16px; }
      .illust_con .l_area .girl {
        display: none; }
    .illust_con .r_area {
      display: block;
      width: 21.6%;
      max-width: 800px;
      border-radius: 30px 0 0 30px;
      padding: 0; }
      .illust_con .r_area:before {
        border: 9px solid #7dbb01;
        border-right: none;
        height: calc(100% - 16px);
        border-radius: 30px 0 0 30px; }
      .illust_con .r_area:after {
        left: -17px;
        width: calc(100% + 32px);
        height: calc(100% - 5px);
        border-radius: 30px 0 0 30px;
        border: 8px solid #825b01; }
      .illust_con .r_area .kigi {
        top: 93px;
        left: 23px;
        width: 275px; }
      .illust_con .r_area .house {
        display: block;
        width: 53px;
        position: absolute;
        left: 50px;
        top: 262px; }
      .illust_con .r_area .airport {
        left: 25px;
        top: 335px;
        height: 125px; }
        .illust_con .r_area .airport .runway {
          left: 16px;
          top: 63px;
          height: 41px; }
          .illust_con .r_area .airport .runway:after {
            height: 3px;
            left: 22px;
            background-image: linear-gradient(to right, #cfdee3 12px, transparent 12px);
            background-size: 24px 3px; }
        .illust_con .r_area .airport .bild {
          top: -12px;
          left: 24px;
          width: 127px; }
        .illust_con .r_area .airport .air {
          left: 30px;
          top: 55px;
          width: 54px; }
      .illust_con .r_area .btm {
        width: 656px;
        left: 30px;
        bottom: 22px; }
      .illust_con .r_area .girl {
        width: 37px;
        height: 57px;
        left: 29px;
        bottom: 58px;
        z-index: 20; } }
/* ==========================================================================
	archive_area
========================================================================== */
.archive_area {
  position: relative;
  width: 100%;
  z-index: 5;
  background: #ddd282;
  padding-bottom: 260px; }
  .archive_area .con_inr {
    width: 78.57%;
    max-width: 1508px; }
  .archive_area:before {
    content: "";
    display: block;
    position: absolute;
    width: 96.85%;
    height: calc(100% - 165px);
    top: 12px;
    right: 0;
    border-radius: 36px 0 0 36px;
    background: #008c29;
    border: 11px solid #7dbb01;
    border-right: none;
    z-index: 1; }
  .archive_area:after {
    content: "";
    display: block;
    position: absolute;
    top: 22px;
    right: 0;
    background: #825b01;
    width: calc(96.85% + 10px);
    height: calc(100% - 154px);
    z-index: -1;
    border-radius: 46px 0 0 46px;
    border: 11px solid #825b01;
    border-right: none; }
  .archive_area .l_kigi {
    display: block;
    position: absolute;
    top: 0;
    left: calc(3.15% + 16px);
    width: 26px;
    height: calc(100% - 165px);
    z-index: 10;
    background: url(../image/works/l_kigi.png) bottom center repeat-Y;
    background-size: 26px 36px; }
  .archive_area .hima_area {
    position: relative;
    width: 100%;
    height: 40px;
    z-index: 5;
    margin-bottom: 145px; }
    .archive_area .hima_area .l_hima {
      position: absolute;
      top: 0;
      right: 212px;
      width: 1500px; }
    .archive_area .hima_area .same {
      position: absolute;
      top: -25px;
      right: 138px;
      width: 46px;
      -webkit-animation: hanten 2s linear infinite 0s forwards;
      animation: hanten 2s linear infinite 0s forwards;
      -webkit-animation-timing-function: steps(1, start);
      animation-timing-function: steps(1, start); }
    .archive_area .hima_area .r_hima {
      position: absolute;
      top: 0;
      right: -42px;
      width: 151px; }
  .archive_area .tit_area {
    position: relative;
    margin: 0 auto 27px;
    text-align: center; }
    .archive_area .tit_area .tit_illust01 {
      display: block;
      position: absolute;
      width: 112px;
      height: 158px;
      bottom: -26px;
      right: 179px;
      z-index: 10; }
    .archive_area .tit_area .tit_illust02 {
      display: block;
      position: absolute;
      width: 75px;
      height: 88px;
      bottom: -26px;
      right: 95px;
      z-index: 10; }
      .archive_area .tit_area .tit_illust02 .hv_txt {
        display: block;
        color: #ffc300;
        font-size: 38px;
        padding-top: 31px;
        right: -88px;
        top: -104px;
        z-index: -1;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .archive_area .tit_area .tit_illust02 .hv_txt:before {
          -webkit-transform: scale(1, 1);
                  transform: scale(1, 1);
          left: 50px; }
        .archive_area .tit_area .tit_illust02 .hv_txt span {
          display: block;
          width: 49px;
          position: absolute;
          left: 0;
          right: 0;
          top: 81px;
          z-index: 5;
          margin: auto; }
          .archive_area .tit_area .tit_illust02 .hv_txt span img {
            -webkit-animation: none;
                    animation: none; }
  .archive_area .s_tit {
    position: relative;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
    z-index: 10; }
  .archive_area h2 {
    position: relative;
    font-size: 52px;
    font-weight: 700;
    color: var(--base-link-color);
    z-index: 10; }
    .archive_area h2:before {
      content: "Works";
      position: absolute;
      left: 0;
      right: 0;
      top: 7px;
      margin: auto;
      font-size: 52px;
      font-weight: 700;
      color: #005a14;
      z-index: -1; }
  .archive_area .link_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 30px;
    z-index: 10; }
    .archive_area .link_list a {
      display: block;
      width: 32.72%;
      margin-right: 0.92%;
      margin-bottom: 35px;
      text-align: center; }
      .archive_area .link_list a:nth-child(3n) {
        margin-right: 0; }
      .archive_area .link_list a .img_area {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 42px;
        height: 240px;
        height: clamp(130px, 17.14vw, 329px);
        margin-bottom: 25px;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .archive_area .link_list a .img_area img {
          border-radius: 42px; }
        .archive_area .link_list a .img_area:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          z-index: 10;
          width: 100%;
          height: 100%;
          opacity: 0;
          border-radius: 42px;
          background: #ffc300;
          mix-blend-mode: multiply;
          -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .archive_area .link_list a .img_area:after {
          content: "";
          display: block;
          position: absolute;
          top: 14px;
          right: 0;
          background: #006e15;
          width: 100%;
          height: 100%;
          z-index: -1;
          border-radius: 42px;
          -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a .tit {
        font-size: 20px;
        font-weight: 700;
        color: #fff;
        line-height: 1.389;
        margin-bottom: 5px;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a .cate {
        font-size: 11px;
        font-weight: 700;
        color: #fff;
        display: block;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a .ind {
        display: inline-block;
        padding: 4px 20px 6px;
        border-radius: 12px;
        background: #005a14;
        font-size: 11px;
        font-weight: 700;
        color: #7dbb00;
        margin-bottom: 8px;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a:hover .img_area {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a:hover .img_area:before {
        opacity: 100;
        -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a:hover .img_area:after {
        top: 9px;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a:hover p, .archive_area .link_list a:hover .cate {
        color: #ffc300;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .archive_area .link_list a:hover .ind {
        background: #ffc300;
        color: #005a14;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .archive_area .ff_area {
    display: block;
    position: absolute;
    width: 172px;
    height: calc(100% - 275px);
    overflow: hidden;
    top: 275px;
    left: 92.85%;
    z-index: 10; }
    .archive_area .ff_area .ff {
      display: block;
      position: absolute;
      z-index: 10;
      width: 159px;
      -webkit-transform: translateY(80px);
      transform: translateY(80px);
      opacity: 0;
      -webkit-animation: 4s ff ease-out infinite;
      animation: 4s ff ease-out infinite; }
    .archive_area .ff_area .ff01 {
      left: 26px;
      top: 0; }
    .archive_area .ff_area .ff02 {
      left: 0;
      top: 424px;
      -webkit-animation-delay: 1s;
              animation-delay: 1s; }
    .archive_area .ff_area .ff03 {
      left: 55px;
      top: 685px;
      -webkit-animation-delay: 2s;
              animation-delay: 2s; }
    .archive_area .ff_area .ff01-2 {
      top: 1080px; }
    .archive_area .ff_area .ff02-2 {
      top: 1504px; }
    .archive_area .ff_area .ff03-2 {
      top: 1765px; }
    .archive_area .ff_area .ff01-3 {
      top: 2160px; }
    .archive_area .ff_area .ff02-3 {
      top: 2584px; }
    .archive_area .ff_area .ff03-3 {
      top: 2845px; }
  .archive_area .b_kigi {
    display: block;
    position: absolute;
    bottom: 151px;
    left: calc(3.15% + 55px);
    width: 100%;
    height: 22px;
    z-index: 10;
    background: url(../image/works/b_kigi.png) top left repeat-X;
    background-size: 37px 22px; }

.cate_box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  padding: 30px clamp(40px, 3.92vw, 75px) 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50px;
  z-index: 10;
  margin-bottom: 5px; }
  .cate_box .t_area {
    width: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .cate_box .t_area p {
      font-size: 14px;
      margin-bottom: 10px;
      color: #005a14; }
    .cate_box .t_area span {
      font-size: 14px;
      color: #008c28;
      font-weight: 700; }
  .cate_box .list_area {
    position: relative;
    width: calc(100% - 180px); }
    .cate_box .list_area a {
      display: inline-block;
      padding: 7px 20px 9px;
      border-radius: 30px;
      background: #ddd282;
      color: #005a14;
      font-size: 14px;
      font-weight: 700;
      margin: 0 5px 6px 0;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .cate_box .list_area a:hover {
        background: #005a14;
        color: #ddd282;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .cate_box .list_area p {
      display: inline-block;
      padding: 7px 20px 9px;
      border-radius: 30px;
      background: #005a14;
      color: #ddd282;
      font-size: 14px;
      font-weight: 700;
      margin: 0 5px 6px 0;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .cate_box .illust {
    position: absolute;
    width: 115px;
    z-index: 10;
    right: -29px;
    top: -19px; }
    .cate_box .illust .hv_txt {
      width: 90px;
      height: 90px;
      right: 70px;
      top: -97px; }

@media screen and (max-width: 1070px) {
  .archive_area .tit_area .tit_illust01 {
    right: auto;
    left: calc(50% + 118px); }

  .archive_area .tit_area .tit_illust02 {
    right: auto;
    left: calc(50% + 241px); } }
@media screen and (max-width: 800px) {
  .archive_area {
    padding-bottom: 170px; }
    .archive_area .con_inr {
      width: 80%; }
    .archive_area:before {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: calc(100% - 96px);
      top: 4px;
      border-radius: 0;
      border: 8px solid #7dbb01;
      border-left: none;
      border-right: none;
      z-index: 1; }
    .archive_area:after {
      top: 12px;
      width: 100%;
      height: calc(100% - 96px);
      border-radius: 0;
      border: 8px solid #825b01;
      border-right: none;
      border-left: none; }
    .archive_area .l_kigi {
      top: 42px;
      left: -12px;
      width: 23px;
      height: calc(100% - 148px);
      z-index: 10;
      background-size: 23px 32px;
      background-position: top center; }
    .archive_area .hima_area {
      height: 26px;
      margin-bottom: 52px; }
      .archive_area .hima_area .l_hima {
        right: 147px;
        width: 909px; }
      .archive_area .hima_area .same {
        top: -20px;
        right: 101px;
        width: 30px; }
      .archive_area .hima_area .r_hima {
        right: -12px;
        width: 92px; }
    .archive_area .tit_area {
      margin: 0 auto 43px; }
      .archive_area .tit_area .tit_illust01 {
        width: 65px;
        height: 91px;
        bottom: -28px;
        left: calc(50% - 148px); }
      .archive_area .tit_area .tit_illust02 {
        width: 43px;
        height: 51px;
        bottom: -28px;
        left: calc(50% + 74px); }
        .archive_area .tit_area .tit_illust02 .hv_txt {
          font-size: 18px;
          padding-top: 22px;
          right: -48px;
          top: -50px;
          width: 70px;
          height: 70px; }
          .archive_area .tit_area .tit_illust02 .hv_txt:before {
            left: 25px; }
          .archive_area .tit_area .tit_illust02 .hv_txt span {
            width: 30px;
            top: 46px; }
    .archive_area .s_tit {
      font-size: 14px;
      margin-bottom: 8px; }
    .archive_area h2 {
      font-size: 24px; }
      .archive_area h2:before {
        top: 3px;
        font-size: 24px; }
    .archive_area .link_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 auto 30px;
      z-index: 10; }
      .archive_area .link_list a {
        width: 100%;
        margin-right: 0;
        margin-bottom: 35px; }
        .archive_area .link_list a .img_area {
          border-radius: 36px;
          height: 200px;
          height: clamp(180px, 53vw, 329px);
          margin-bottom: 25px; }
          .archive_area .link_list a .img_area img {
            border-radius: 36px; }
          .archive_area .link_list a .img_area:before {
            border-radius: 36px; }
          .archive_area .link_list a .img_area:after {
            border-radius: 36px; }
        .archive_area .link_list a .tit {
          font-size: 15px;
          line-height: 1.493;
          margin-bottom: 5px; }
        .archive_area .link_list a .cate {
          font-size: 10px; }
        .archive_area .link_list a .ind {
          padding: 4px 17px 6px;
          border-radius: 10px;
          font-size: 10px;
          margin-bottom: 7px; }
    .archive_area .ff_area {
      width: 110px;
      height: calc(100% - 1180px);
      top: 180px;
      left: 90.66%;
      z-index: 10; }
      .archive_area .ff_area .ff {
        width: 90px;
        -webkit-transform: translateY(40px);
        transform: translateY(40px); }
      .archive_area .ff_area .ff01 {
        left: 20px;
        top: 0; }
      .archive_area .ff_area .ff02 {
        top: 326px; }
      .archive_area .ff_area .ff03 {
        left: 20px;
        top: 525px; }
      .archive_area .ff_area .ff01-2 {
        top: 820px; }
      .archive_area .ff_area .ff02-2 {
        top: 1146px; }
      .archive_area .ff_area .ff03-2 {
        top: 1345px; }
      .archive_area .ff_area .ff01-3 {
        top: 1640px; }
      .archive_area .ff_area .ff02-3 {
        top: 1966px; }
      .archive_area .ff_area .ff03-3 {
        top: 2165px; }
    .archive_area .b_kigi {
      bottom: 106px;
      left: 23px;
      height: 20px;
      background-size: 34px 20px; }

  .cate_box {
    display: block;
    padding: 30px 6.13vw 20px;
    border-radius: 40px;
    margin-bottom: 5px; }
    .cate_box .t_area {
      width: 100%;
      display: block;
      margin-bottom: 17px; }
      .cate_box .t_area p {
        display: inline-block;
        font-size: 10px;
        margin-bottom: 0;
        margin-right: 8px; }
      .cate_box .t_area span {
        font-size: 10px;
        font-weight: 700; }
    .cate_box .list_area {
      width: 100%; }
      .cate_box .list_area a {
        padding: 6px 13px 8px;
        font-size: 11px;
        margin: 0 4px 5px 0; }
      .cate_box .list_area p {
        padding: 6px 13px 8px;
        font-size: 11px;
        margin: 0 4px 5px 0; }
    .cate_box .illust {
      width: 77px;
      right: -15px;
      top: -15px; }
      .cate_box .illust .hv_txt {
        width: 60px;
        height: 65px;
        right: 48px;
        top: -65px; } }
/* ==========================================================================
	kiji_area
========================================================================== */
.kiji_area {
  position: relative;
  z-index: 10;
  width: 100%;
  padding-top: 108px;
  padding-top: clamp(77.1428571429px, 7.7142857143vw, 148.1142857143px);
  padding-bottom: 95px; }
  .kiji_area .l_icon {
    display: block;
    position: absolute;
    width: 78px;
    height: calc(100% + 150px);
    left: -39px;
    bottom: 0;
    background: url(../image/works/kiji_area_l_icon.png) bottom center repeat-Y;
    background-size: 78px 113px;
    z-index: 5; }
  .kiji_area:before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 39px;
    height: calc(100% - 70px);
    background: #008c29;
    border-radius: 0 0 0 46px;
    border: 10px solid #7dbb00;
    border-top: none;
    border-right: none;
    z-index: 10; }
  .kiji_area:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0px;
    width: 55px;
    height: calc(100% - 53px);
    background: #825b00;
    border-radius: 0 0 0 46px;
    z-index: 9; }

@media screen and (max-width: 1222px) {
  .kiji_area .inr_1100 {
    padding-left: 3vw;
    padding-right: 3vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
@media screen and (max-width: 800px) {
  .kiji_area {
    padding-top: clamp(94.2857142857px, 27.5vw, 220px);
    padding-bottom: 125px; }
    .kiji_area .inr_1100 {
      width: calc(100% - 34px - 6.66vw);
      padding-left: 0;
      padding-right: 0; }
    .kiji_area .l_icon {
      width: 39px;
      left: -26px;
      height: calc(100% + 510px);
      background-image: url(../image/works/kiji_area_l_icon_sp.png);
      background-size: 39px 56px; }
    .kiji_area:before {
      width: 4px;
      height: calc(100% - 45px);
      border: 5px solid #7dbb00;
      border-top: none;
      border-right: none;
      z-index: 10; }
    .kiji_area:after {
      width: 16px;
      height: calc(100% - 33px); } }
/* ==========================================================================
	intro
========================================================================== */
.intro {
  position: relative;
  z-index: 5;
  /*
  &:before{
      content:"";
      display: block;
      position: relative;
      width: 7px;
      height: 8px;
      background:url(../image/works/intro_cate_icon.png);
      background-size:cover;
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      margin:auto;
  }
  */ }
  .intro h2 {
    text-align: center;
    font-size: 32px;
    font-size: clamp(32px, 2.2857142857vw, 40.96px);
    line-height: 1.32;
    font-weight: 700;
    color: #001e5a;
    margin-bottom: 45px;
    letter-spacing: 0.06em; }
  .intro .img_area {
    width: 500px;
    margin: 0 auto 55px; }
  .intro .c_txt {
    font-size: 16px;
    font-size: clamp(16px, 1.1428571429vw, 20.48px);
    line-height: 2.285;
    margin-bottom: 40px;
    font-weight: 500; }
  .intro .info_area {
    position: relative;
    margin-bottom: 50px; }
  .intro dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 22px 15px 11px;
    /*
    padding:24px 15px 16px;
    */
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #001f58; }
  .intro dt {
    width: 180px;
    font-size: 12px;
    font-size: clamp(12px, 0.8571428571vw, 15.36px);
    font-weight: 700;
    padding-top: 6px; }
  .intro dd {
    width: calc(100% - 180px); }
    .intro dd p {
      font-size: 16px;
      font-weight: 700;
      margin-bottom: 8px; }
  .intro .c_link {
    position: relative;
    display: inline-block;
    padding: 7px 24px 9px 40px;
    border-radius: 30px;
    background: #008c29;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    font-size: clamp(14px, 1vw, 17.92px);
    margin-right: 8px;
    margin-bottom: 8px;
    -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .c_link .icon {
      display: block;
      position: absolute;
      left: 22px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 7px;
      height: 8px;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .c_link .icon svg {
        width: 7px;
        height: 8px;
        position: absolute;
        left: 0;
        top: 0; }
      .intro .c_link .icon .cls-1 {
        fill: none;
        stroke: #fff;
        stroke-linecap: round;
        stroke-linejoin: round;
        -webkit-transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .c_link:hover {
      background: #ffc300;
      color: var(--base-text-color);
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .c_link:hover .icon .cls-1 {
        stroke: var(--base-text-color);
        -webkit-transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .intro .t_link {
    position: relative;
    display: inline-block;
    padding: 6px 15px 8px;
    border-radius: 30px;
    background: #e6e6e6;
    color: var(--base-text-color);
    font-weight: 700;
    font-size: 11px;
    font-size: clamp(11px, 0.7857142857vw, 14.08px);
    margin-right: 6px;
    margin-bottom: 7px;
    -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .t_link:hover {
      background: #ffc300;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .intro .web_link {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    height: 70px;
    border-radius: 35px;
    margin: 0 auto 35px;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .web_link:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 35px;
      z-index: -1;
      background: #008c29;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .web_link:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 14px;
      width: 100%;
      height: 100%;
      border-radius: 35px;
      z-index: -2;
      background: #001e5a;
      -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .web_link span {
      position: relative;
      display: inline-block;
      padding-right: 18px;
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      z-index: 5;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .web_link span:after {
        content: "";
        display: block;
        position: absolute;
        right: 0;
        top: 2px;
        width: 12px;
        height: 12px;
        background: url(../image/works/web_link_icon.png);
        background-size: cover;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        z-index: 10; }
    .intro .web_link:hover {
      -webkit-transform: translateY(5px);
              transform: translateY(5px);
      color: var(--base-text-color);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .web_link:hover:before {
        background: #ffc300;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .web_link:hover:after {
        top: 9px;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .intro .web_link:hover span {
        color: var(--base-text-color);
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .intro .web_link:hover span:after {
          background-image: url(../image/works/web_link_icon_af.png);
          -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .intro .url {
    text-align: center;
    margin: 0 auto 130px; }
    .intro .url a .rad {
      display: inline-block;
      padding: 4px 8px 6px;
      border: 1px solid var(--base-text-color);
      color: var(--base-text-color);
      border-radius: 20px;
      margin-right: 10px;
      font-weight: 700;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), border 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), border 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .url a .link {
      position: relative;
      font-size: 12px;
      font-weight: 700;
      color: var(--base-text-color);
      text-decoration: none;
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .url a:hover .rad {
      background: var(--base-link-color);
      border-color: var(--base-link-color);
      color: #fff;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), border 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), border 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .intro .url a:hover .link {
      text-decoration: underline;
      color: var(--base-link-color);
      -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-text-decoration 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .intro .icon {
    display: block;
    position: absolute;
    left: calc(50% + 137px);
    bottom: -130px;
    width: 64px;
    height: 99px;
    z-index: 5; }
    .intro .icon .hv_txt {
      width: 100px;
      height: 100px;
      right: -82px;
      top: -90px; }
      .intro .icon .hv_txt:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        left: 37px; }

@media screen and (max-width: 800px) {
  .intro h2 {
    font-size: 19px;
    font-size: clamp(19px, 5.0666666667vw, 24.32px);
    line-height: 1.83;
    margin-bottom: 30px; }
  .intro .img_area {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px; }
  .intro .c_txt {
    font-size: 12px;
    font-size: clamp(12px, 3.2vw, 15.36px);
    line-height: 2.16;
    margin-bottom: 30px; }
  .intro .info_area {
    margin-bottom: 26px; }
  .intro dl {
    padding: 22px 5px 17px; }
  .intro dt {
    width: 100%;
    margin-bottom: 14px;
    font-size: 10px; }
  .intro dd {
    width: 100%; }
    .intro dd p {
      font-size: 14px;
      margin-bottom: 5px; }
  .intro .c_link {
    padding: 7px 17px 9px 30px;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px; }
    .intro .c_link .icon {
      left: 17px;
      width: 6px;
      height: 7px; }
      .intro .c_link .icon svg {
        width: 6px;
        height: 7px; }
  .intro .t_link {
    padding: 4px 13px 6px;
    font-size: 10px;
    margin-right: 5px;
    margin-bottom: 5px; }
  .intro .web_link {
    width: 200px;
    height: 52px;
    margin: 0 auto 30px; }
    .intro .web_link:after {
      top: 8px; }
    .intro .web_link span {
      padding-right: 4px;
      font-size: 12px; }
      .intro .web_link span:after {
        top: 2px;
        width: 11px;
        height: 11px;
        right: -15px; }
    .intro .web_link:hover {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
      .intro .web_link:hover:after {
        top: 5px; }
  .intro .url {
    margin: 0 auto 150px; }
    .intro .url a .rad {
      padding: 4px 8px 6px;
      margin-right: 8px; }
    .intro .url a .link {
      font-size: 10px; }
  .intro .icon {
    left: calc(50% - 20px);
    bottom: -150px;
    width: 43px;
    height: 67px; }
    .intro .icon .hv_txt {
      width: 70px;
      height: 70px;
      right: -55px;
      top: -61px; }
      .intro .icon .hv_txt:before {
        left: 25px; } }
/* ==========================================================================
	c_img
========================================================================== */
.c_img {
  position: relative;
  width: 100%;
  max-height: 850px; }
  .c_img:before {
    content: "";
    display: block;
    padding-top: 44.58%; }

@media screen and (max-width: 800px) {
  .c_img:before {
    padding-top: 87.3%; } }
/* ==========================================================================
	click_area
========================================================================== */
.click_area {
  position: relative;
  border-top: 1px solid var(--base-text-color);
  margin-top: 140px;
  margin-bottom: 90px; }
  .click_area .click_con {
    position: relative;
    border-bottom: 1px solid var(--base-text-color); }
  .click_area .tit_area {
    position: relative;
    padding: 44px 0;
    cursor: pointer; }
    .click_area .tit_area .end {
      position: relative;
      display: inline-block;
      font-size: 30px;
      font-weight: 700;
      color: #008c28;
      vertical-align: middle;
      margin-right: 8px; }
    .click_area .tit_area span {
      display: inline-block;
      font-size: 12px;
      font-weight: 700; }
    .click_area .tit_area .icon {
      display: block;
      position: absolute;
      right: 8px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background: var(--base-text-color);
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .click_area .tit_area .icon:before {
        content: "";
        display: block;
        width: 7px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto; }
      .click_area .tit_area .icon:after {
        content: "";
        display: block;
        width: 7px;
        height: 1px;
        background: #fff;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .click_area .tit_area:hover .icon {
      -webkit-transform: scale(1.16);
              transform: scale(1.16);
      background: #008c28;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), background 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .click_area .tit_area.active .icon:after {
      -webkit-transform: rotate(0);
              transform: rotate(0);
      -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .click_area .oc_area {
    display: none;
    width: 81%;
    margin: 15px auto 0; }
    .click_area .oc_area .text_area {
      margin-bottom: 80px; }
      .click_area .oc_area .text_area:last-child {
        padding-bottom: 20px; }
      .click_area .oc_area .text_area h2 {
        padding: 0 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: left; }
      .click_area .oc_area .text_area h3 {
        padding: 0 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 18px;
        font-weight: 700;
        line-height: 1.5;
        margin-bottom: 25px;
        text-align: left; }
      .click_area .oc_area .text_area .oc_slide {
        width: 100%;
        margin-bottom: 65px; }
      .click_area .oc_area .text_area .wp-caption {
        max-width: 100% !Important; }
        .click_area .oc_area .text_area .wp-caption img {
          width: auto;
          max-width: 100%;
          height: auto; }
      .click_area .oc_area .text_area img {
        border-radius: 50px;
        width: auto;
        max-width: 100%;
        height: auto; }
      .click_area .oc_area .text_area img + img {
        margin-top: 25px; }
      .click_area .oc_area .text_area p {
        padding: 0 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px;
        font-weight: 700;
        line-height: 2.264;
        margin-bottom: 25px;
        font-weight: 600; }
        .click_area .oc_area .text_area p a {
          padding: 0;
          margin: 0; }
      .click_area .oc_area .text_area a {
        position: relative;
        display: inline-block;
        width: auto;
        padding: 0 45px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-size: 16px;
        font-weight: 700;
        line-height: 2.264;
        margin-bottom: 25px;
        color: #008c28;
        font-weight: 600;
        background: -webkit-gradient(linear, left top, left bottom, from(#008c28), to(#008c28)) 100% 100%/0 1px no-repeat;
        background: linear-gradient(#008c28, #008c28) 100% 100%/0 1px no-repeat;
        background-size: 100% 1px;
        background-position: 100% 100%;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .click_area .oc_area .text_area a:hover {
          background-size: 0 0;
          -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .click_area .oc_area .text_area ul {
        width: 100%;
        padding: 0 45px;
        margin: 0 auto 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .click_area .oc_area .text_area ul li {
          position: relative;
          font-size: 16px;
          font-weight: 700;
          line-height: 2.25;
          padding-left: 16px; }
          .click_area .oc_area .text_area ul li p {
            margin-bottom: 0; }
          .click_area .oc_area .text_area ul li:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            top: 16px;
            width: 5px;
            height: 5px;
            background: var(--base-link-color);
            z-index: 10;
            border-radius: 50%; }
      .click_area .oc_area .text_area .slick-dots {
        margin: 0; }
        .click_area .oc_area .text_area .slick-dots li {
          line-height: 1;
          padding-left: 0; }
          .click_area .oc_area .text_area .slick-dots li:before {
            display: none; }
      .click_area .oc_area .text_area ol {
        width: 100%;
        padding: 0 45px;
        margin: 0 auto 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        counter-reset: number;
        list-style-type: none !important; }
        .click_area .oc_area .text_area ol li {
          position: relative;
          font-size: 16px;
          font-weight: 700;
          line-height: 2.25;
          padding-left: 16px; }
          .click_area .oc_area .text_area ol li p {
            margin-bottom: 0; }
          .click_area .oc_area .text_area ol li:before {
            position: absolute;
            counter-increment: number;
            content: counter(number,decimal-leading-zero) ".";
            display: inline-block;
            font-size: 16px;
            line-height: 2.25;
            font-weight: 700;
            left: -1em; }
      .click_area .oc_area .text_area blockquote {
        width: 100%;
        padding: 50px 65px;
        margin: 0 auto 25px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        background: var(--base-link-color);
        border-radius: 50px; }
        .click_area .oc_area .text_area blockquote h2 {
          font-size: 18px; }
        .click_area .oc_area .text_area blockquote p {
          font-size: 14px;
          line-height: 2; }
        .click_area .oc_area .text_area blockquote a {
          font-size: 14px;
          line-height: 2;
          color: var(--base-text-color);
          text-align: underline; }
        .click_area .oc_area .text_area blockquote p:last-child {
          margin-bottom: 0; }
      .click_area .oc_area .text_area .youtube_area {
        position: relative;
        width: 100%;
        aspect-ratio: 16 / 9;
        border-radius: 50px;
        overflow: hidden;
        margin-bottom: 65px; }
        .click_area .oc_area .text_area .youtube_area iframe {
          width: 100%;
          height: 100%; }
    .click_area .oc_area .team_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 100px; }
      .click_area .oc_area .team_list li {
        width: 46.66%;
        border-bottom: 1px dashed #a0a7b1;
        padding: 20px 15px 29px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
      .click_area .oc_area .team_list span {
        display: block;
        font-weight: 700;
        font-size: 14px;
        color: #008c28;
        margin-bottom: 15px; }
      .click_area .oc_area .team_list p {
        font-weight: 700;
        font-size: 16px;
        padding: 0 1em;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
  .click_area .output .oc_area {
    display: block; }

@media screen and (max-width: 800px) {
  .click_area {
    margin-bottom: 70px;
    margin-top: 78px; }
    .click_area .tit_area {
      padding: 33px 6px; }
      .click_area .tit_area .end {
        font-size: 16px;
        margin-right: 8px; }
      .click_area .tit_area span {
        font-size: 10px; }
      .click_area .tit_area .icon {
        right: 4px;
        width: 21px;
        height: 21px; }
        .click_area .tit_area .icon:before {
          width: 6px; }
        .click_area .tit_area .icon:after {
          width: 6px; }
    .click_area .oc_area {
      width: 100%;
      margin-top: 8px; }
      .click_area .oc_area .text_area {
        margin-bottom: 45px; }
        .click_area .oc_area .text_area:last-child {
          padding-bottom: 20px; }
        .click_area .oc_area .text_area h2 {
          padding: 0 2.666vw;
          font-size: 14px;
          margin-bottom: 15px; }
        .click_area .oc_area .text_area .oc_slide {
          width: 100%;
          margin-bottom: 51px; }
        .click_area .oc_area .text_area img {
          border-radius: 25px; }
        .click_area .oc_area .text_area p {
          padding: 0 2.666vw;
          font-size: 12px;
          margin-bottom: 25px; }
        .click_area .oc_area .text_area a {
          padding: 0 2.666vw;
          font-size: 12px; }
        .click_area .oc_area .text_area .youtube_area {
          border-radius: 25px;
          margin-bottom: 25px; }
        .click_area .oc_area .text_area .slick-dots {
          bottom: -20px; }
      .click_area .oc_area .team_list {
        display: block;
        padding: 0 2.666vw 65px;
        -webkit-box-sizing: border-box;
                box-sizing: border-box; }
        .click_area .oc_area .team_list li {
          width: 100%;
          padding: 15px 8px; }
        .click_area .oc_area .team_list span {
          font-size: 10px;
          margin-bottom: 8px; }
        .click_area .oc_area .team_list p {
          font-size: 12px;
          padding: 0 13px; } }
/* ==========================================================================
	btm_area
========================================================================== */
.btm_area {
  position: relative;
  text-align: center; }
  .btm_area .img_area {
    width: 320px;
    margin: 0 auto 30px; }
  .btm_area h3 {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 17px; }
  .btm_area .en_txt {
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 20px; }
  .btm_area a {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 25px;
    font-size: 11px;
    font-weight: 700;
    color: var(--base-text-color);
    background: #fff;
    border: 1px solid #008e29;
    margin: 0 auto;
    -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
    transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .btm_area a:hover {
      background: #008e29;
      color: #fff;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }

@media screen and (max-width: 800px) {
  .btm_area .img_area {
    width: 90%;
    max-width: 320px;
    min-width: 210px;
    margin: 0 auto 20px; }
  .btm_area h3 {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 8px; }
  .btm_area .en_txt {
    font-size: 10px;
    margin-bottom: 18px; }
  .btm_area a {
    padding: 5px 14px;
    font-size: 10px; } }
/* ==========================================================================
	other_area
========================================================================== */
.other_area {
  position: relative;
  background: #008c29;
  border-top: 10px solid #7bbc00;
  border-bottom: 10px solid #7bbc00;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 75px;
  padding-bottom: 60px;
  margin-bottom: 10px; }
  .other_area:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 100%;
    height: 10px;
    background: #825b00;
    z-index: -1; }
  .other_area .hima_area {
    position: absolute;
    width: 100%;
    height: 40px;
    z-index: 5;
    top: -18px;
    left: 0; }
    .other_area .hima_area .l_hima {
      position: absolute;
      top: 0;
      right: 383px;
      width: 3000px; }
    .other_area .hima_area .same {
      position: absolute;
      top: -25px;
      right: 309px;
      width: 46px;
      -webkit-animation: hanten 2s linear infinite 0s forwards;
      animation: hanten 2s linear infinite 0s forwards;
      -webkit-animation-timing-function: steps(1, start);
      animation-timing-function: steps(1, start); }
    .other_area .hima_area .r_hima {
      position: absolute;
      top: 0;
      right: -1209px;
      width: 1500px; }
  .other_area h2 {
    font-size: 25px;
    font-weight: 700px;
    color: #ffc300;
    margin-bottom: 30px;
    text-align: center; }
  .other_area .other_slide {
    position: relative;
    z-index: 20;
    margin-bottom: 55px; }
    .other_area .other_slide a {
      display: block;
      width: 288px;
      text-align: center;
      margin: 0 10px; }
      .other_area .other_slide a .img_area {
        position: relative;
        display: block;
        background: #fff;
        border-radius: 50px;
        height: 192px;
        margin-bottom: 21px;
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .other_area .other_slide a .img_area img {
          border-radius: 50px; }
        .other_area .other_slide a .img_area:before {
          content: "";
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          margin: auto;
          z-index: 10;
          width: 100%;
          height: 100%;
          opacity: 0;
          border-radius: 50px;
          background: #ffc300;
          mix-blend-mode: multiply;
          -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
        .other_area .other_slide a .img_area:after {
          content: "";
          display: block;
          position: absolute;
          top: 12px;
          right: 0;
          background: #006e15;
          width: 100%;
          height: 100%;
          z-index: -1;
          border-radius: 50px;
          -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a .b_txt {
        font-size: 16px;
        font-weight: 700;
        color: #fff;
        line-height: 1.5;
        margin-bottom: 8px;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a .cate {
        font-size: 12px;
        font-weight: 700;
        color: #fff;
        display: block;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a .tag {
        display: inline-block;
        padding: 4px 20px 6px;
        border-radius: 12px;
        background: #005a10;
        font-size: 11px;
        font-weight: 700;
        color: #7dbb00;
        margin-bottom: 8px;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a:hover .img_area {
        -webkit-transform: translateY(5px);
                transform: translateY(5px);
        -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: transform 0.4s cubic-bezier(0.61, 1, 0.88, 1), -webkit-transform 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a:hover .img_area:before {
        opacity: 100;
        -webkit-transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: opacity 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a:hover .img_area:after {
        top: 7px;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a:hover p, .other_area .other_slide a:hover .cate {
        color: #ffc300;
        -webkit-transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide a:hover .tag {
        background: #ffc300;
        color: #006e14;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1), color 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .other_area .other_slide .slick-prev {
      left: calc(50% - 487px);
      top: 70px;
      -webkit-transform: translate(0);
              transform: translate(0); }
      .other_area .other_slide .slick-prev:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
    .other_area .other_slide .slick-next {
      right: calc(50% - 487px);
      top: 70px;
      -webkit-transform: translate(0);
              transform: translate(0); }
      .other_area .other_slide .slick-next:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1); }
  .other_area .ichiran_btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 228px;
    height: 43px;
    border-radius: 22px;
    font-size: 16px;
    font-weight: 700;
    padding-right: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    color: #005a14;
    z-index: 10; }
    .other_area .ichiran_btn:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      background: #fff;
      width: 100%;
      height: 100%;
      z-index: -1;
      border-radius: 22px;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .other_area .ichiran_btn:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 7px;
      background: #005919;
      width: 100%;
      height: 100%;
      z-index: -2;
      border-radius: 22px;
      -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .other_area .ichiran_btn .icon {
      display: block;
      position: absolute;
      right: 28px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 10px;
      height: 11px;
      -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
      z-index: 10; }
      .other_area .ichiran_btn .icon svg {
        width: 10px;
        height: 11px;
        position: absolute;
        left: 0;
        top: 0; }
      .other_area .ichiran_btn .icon .cls-1 {
        fill: none;
        stroke: #095a20;
        stroke-linecap: round;
        stroke-linejoin: round;
        -webkit-transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: stroke 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
    .other_area .ichiran_btn:hover {
      -webkit-transform: translateY(3px);
              transform: translateY(3px); }
      .other_area .ichiran_btn:hover:before {
        background: #ffc300;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .ichiran_btn:hover:after {
        top: 4px;
        -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
  .other_area .other_illust01 {
    display: block;
    position: absolute;
    width: 106px;
    height: 154px;
    bottom: 35px;
    left: calc(50% + 417px);
    z-index: 10; }
    .other_area .other_illust01 .hv_txt {
      color: #ffc300;
      width: 47px;
      height: 47px;
      top: 32px;
      right: 105px; }
      .other_area .other_illust01 .hv_txt:before {
        left: 22px;
        width: 11px;
        height: 11px; }
  .other_area .other_illust02 {
    display: block;
    position: absolute;
    width: 75px;
    height: 88px;
    bottom: 35px;
    right: calc(50% + 495px);
    z-index: 10; }
    .other_area .other_illust02 .hv_txt {
      width: 85px;
      height: 85px;
      top: -65px;
      right: -77px; }
      .other_area .other_illust02 .hv_txt:before {
        -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
        left: 30px; }

@media screen and (max-width: 1200px) {
  .other_area .other_illust02 {
    left: 15px;
    right: auto; }

  .other_area .other_illust01 {
    left: auto;
    right: 20px; } }
@media screen and (max-width: 980px) {
  .other_area .other_slide .slick-next {
    right: 15px; }

  .other_area .other_slide .slick-prev {
    left: 15px; } }
@media screen and (max-width: 800px) {
  .other_area {
    border-top: 7px solid #7bbc00;
    border-bottom: 7px solid #7bbc00;
    padding-top: 60px;
    padding-bottom: 55px;
    margin-bottom: 7px; }
    .other_area:before {
      bottom: -14px;
      height: 7px; }
    .other_area .hima_area {
      height: 25px;
      top: -12px; }
      .other_area .hima_area .l_hima {
        right: 113px;
        width: 1829px; }
      .other_area .hima_area .same {
        top: -17px;
        right: 67px;
        width: 29px; }
      .other_area .hima_area .r_hima {
        right: -860px;
        width: 915px; }
    .other_area h2 {
      font-size: 18px;
      margin-bottom: 22px; }
    .other_area .other_slide {
      margin-bottom: 40px; }
      .other_area .other_slide a {
        width: 245px;
        margin: 0 5px; }
        .other_area .other_slide a .img_area {
          border-radius: 40px;
          height: 164px;
          margin-bottom: 21px; }
          .other_area .other_slide a .img_area img {
            border-radius: 40px; }
          .other_area .other_slide a .img_area:before {
            border-radius: 40px; }
          .other_area .other_slide a .img_area:after {
            top: 10px;
            border-radius: 40px; }
        .other_area .other_slide a .b_txt {
          font-size: 12px;
          margin-bottom: 4px; }
        .other_area .other_slide a .cate {
          font-size: 10px; }
        .other_area .other_slide a .tag {
          padding: 4px 12px 6px;
          font-size: 10px;
          margin-bottom: 8px; }
        .other_area .other_slide a:hover .img_area {
          -webkit-transform: translateY(3px);
                  transform: translateY(3px); }
        .other_area .other_slide a:hover .img_area:after {
          top: 7px;
          -webkit-transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1);
          transition: top 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .other_slide .slick-prev {
        left: calc(50% - 148px);
        top: 70px;
        width: 40px;
        height: 40px; }
        .other_area .other_slide .slick-prev:before {
          width: 8px;
          height: 9px; }
      .other_area .other_slide .slick-next {
        right: calc(50% - 148px);
        top: 70px;
        width: 40px;
        height: 40px; }
        .other_area .other_slide .slick-next:before {
          width: 8px;
          height: 9px; }
    .other_area .ichiran_btn {
      width: 170px;
      height: 32px;
      font-size: 12px;
      padding-right: 5px; }
      .other_area .ichiran_btn:before {
        content: "";
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 100%;
        height: 100%;
        z-index: -1;
        border-radius: 22px;
        -webkit-transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1);
        transition: background 0.4s cubic-bezier(0.61, 1, 0.88, 1); }
      .other_area .ichiran_btn:after {
        top: 5px; }
      .other_area .ichiran_btn .icon {
        right: 20px;
        width: 7px;
        height: 8px; }
        .other_area .ichiran_btn .icon svg {
          width: 7px;
          height: 8px; }
      .other_area .ichiran_btn:hover {
        -webkit-transform: translateY(3px);
                transform: translateY(3px); }
        .other_area .ichiran_btn:hover:after {
          top: 2px; }
    .other_area .other_illust01 {
      width: 70px;
      height: 101px;
      bottom: 45px;
      left: calc(50% + 118px); }
      .other_area .other_illust01 .hv_txt {
        width: 35px;
        height: 35px;
        top: 20px;
        right: 67px; }
        .other_area .other_illust01 .hv_txt:before {
          height: 35px;
          top: 1px;
          right: 51px; }
    .other_area .other_illust02 {
      width: 50px;
      height: 60px;
      bottom: 45px;
      left: auto;
      right: calc(50% + 138px); }
      .other_area .other_illust02 .hv_txt {
        width: 60px;
        height: 60px;
        top: -45px;
        right: -53px; }
        .other_area .other_illust02 .hv_txt:before {
          left: 20px; } }
/* ==========================================================================
	foot_contact
========================================================================== */
.foot_contact:before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(70%, #ddd282));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, #ddd282 70%);
  height: 135px; }

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