@charset "UTF-8";
@import url(base.css);
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,500,600&subset=japanese");
span.half {
  margin-left: -.5em; }

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.menu-trigger {
  position: fixed;
  z-index: 1000;
  top: 34px;
  right: 86px;
  width: 40px;
  height: 28px; }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 1px; }
    .menu-trigger span:nth-of-type(1) {
      top: 0; }
    .menu-trigger span:nth-of-type(2) {
      top: 14px; }
    .menu-trigger span:nth-of-type(3) {
      bottom: 0; }

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(13px) rotate(-45deg);
  transform: translateY(13px) rotate(-45deg); }

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-13px) rotate(45deg);
  transform: translateY(-13px) rotate(45deg); }

@keyframes anime-main-visual {
  0% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.main-visual {
  width: 100%;
  height: calc(100vh - 30px);
  position: relative;
  display: flex; }
  .main-visual .main-slider {
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .main-visual .visual {
    z-index: -10;
    width: 100vw;
    height: 100%;
    animation: anime-main-visual 15s ease infinite alternate; }
    .main-visual .visual .slick-list,
    .main-visual .visual .slick-draggable,
    .main-visual .visual .slick-track {
      height: 100%; }
    .main-visual .visual li {
      height: 100%;
      width: 100%;
      background-position: center center;
      background-size: cover; }
  .main-visual .top-box {
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 265px;
    height: 246px;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .2px;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 22px 4px 26px 0; }
    .main-visual .top-box img {
      width: 200px;
      height: auto; }
    .main-visual .top-box .catch {
      font-family: "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, sans-serif;
      line-height: 23px; }
  .main-visual .right-box {
    background: #fff;
    position: absolute;
    top: calc(50vh -  190px);
    right: 0;
    z-index: 10;
    width: 244px;
    height: 412px;
    font-size: 24px;
    letter-spacing: 6px;
    line-height: 46px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Noto Serif JP', serif;
    padding-top: 14px;
    font-weight: 300; }
  .main-visual .left-box {
    background: #fff;
    width: 90px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    direction: rtl;
    display: flex; }
    .main-visual .left-box span {
      display: none;
      line-height: 90px;
      transform: rotate(180deg);
      letter-spacing: 2.5px;
      color: #66932e;
      font-size: 16px;
      font-family: "Roboto", sans-serif;
      font-weight: 300; }

.mail-button {
  z-index: 1000;
  position: relative;
  margin-top: -110px; }

.mail-button a {
  position: absolute;
  right: 6%;
  width: 90px;
  height: 90px;
  display: block;
  background: #7cab60;
  border-radius: 50%;
  text-align: center;
  padding-top: 26px; }
  .mail-button a:hover {
    background: #74bf92; }

.top-news {
  position: relative;
  width: 70%;
  margin: 81px auto 160px auto;
  position: relative; }
  .top-news-title {
    position: absolute;
    background: #7cab60;
    width: fit-content;
    display: block;
    color: red;
    top: -17px;
    left: 10px;
    padding: 5px 10px;
    z-index: 999;
    color: white;
    font-weight: bold;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.3); }
    .top-news-title:before {
      content: "";
      position: absolute;
      border: 5px solid transparent;
      border-top: 5px solid #7cab60;
      top: 100%;
      left: 15%; }
  .top-news .top-news-inner {
    align-items: center;
    background: #fff;
    padding: 20px 30px; }
    .top-news .top-news-inner .top-news-item {
      display: flex;
      padding: 10px; }
      .top-news .top-news-inner .top-news-item .date {
        color: #66932e;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        letter-spacing: .3px;
        margin-right: 28px; }
      .top-news .top-news-inner .top-news-item .link-news {
        width: 100%;
        letter-spacing: .03em;
        color: #333;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        padding-right: 5em;
        font-size: 16px;
        display: block; }
        .top-news .top-news-inner .top-news-item .link-news:hover {
          color: #74bf92; }
    .top-news .top-news-inner .link-newslist {
      min-width: 4.5em;
      letter-spacing: .3px;
      color: #66932e; }
      .top-news .top-news-inner .link-newslist .fa-angle-right {
        margin-right: .4em;
        font-size: 18px;
        text-align: -2px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .top-news .top-news-inner .link-newslist:hover {
        color: #74bf92; }
    .top-news .top-news-inner .image-text {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative; }
      .top-news .top-news-inner .image-text .body {
        padding-left: 26px;
        flex: 1 0 0%;
        overflow: hidden; }
      .top-news .top-news-inner .image-text .link-news-image {
        display: block;
        width: 180px;
        height: 120px; }
        .top-news .top-news-inner .image-text .link-news-image img {
          object-fit: cover;
          object-position: center center;
          width: 100%;
          height: 100%; }
      .top-news .top-news-inner .image-text .date {
        height: initial;
        line-height: initial;
        margin-bottom: 12px; }
      .top-news .top-news-inner .image-text .link-newslist {
        display: block;
        text-align: right;
        position: absolute;
        bottom: 0;
        right: 0; }

.area-ttl {
  font-size: 20px;
  letter-spacing: 3px;
  padding-bottom: 20px;
  border-bottom: #f5911e 1px solid;
  display: inline-block;
  margin-bottom: 32px; }

.company {
  position: relative;
  min-height: 674px;
  height: 39vw;
  margin-bottom: 148px; }
  .company .company-txtbox, .company .catch, .company .bg, .company .company-img, .company .deco1, .company .deco2, .company .deco3, .company .deco4, .company .deco6, .company .deco7 {
    position: absolute; }
  .company .company-img {
    background: url("../img/index/company1.jpg") no-repeat top left;
    background-size: cover;
    width: 53.5vw;
    height: 39vw;
    min-height: 500px; }
  .company .catch {
    top: 94px;
    left: 61.6%;
    color: #66932e;
    font-size: 30px;
    line-height: 51px;
    letter-spacing: 8px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 500; }
  .company .company-txtbox {
    top: 372px;
    left: 61.2%;
    width: 342px; }
    .company .company-txtbox .company-txt {
      line-height: 29px;
      letter-spacing: .5px;
      margin-bottom: 22px; }
    .company .company-txtbox .link-company a {
      display: inline-block;
      margin-left: 192px;
      color: #66932e;
      font-size: 12px;
      width: 150px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      border: #66932e 1px solid;
      letter-spacing: .3px; }
      .company .company-txtbox .link-company a .fa-angle-right {
        margin: 0 .4em 0 -1px;
        font-size: 15px;
        text-align: -2px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .company .company-txtbox .link-company a:hover {
        background: #66932e;
        color: #fff; }
  .company .deco1 {
    top: 320px;
    right: 5%; }
  .company .deco2 {
    top: 1400px;
    right: 10%;
    z-index: -1; }
  .company .deco3 {
    top: 1500px;
    right: 20%;
    z-index: -1; }
  .company .deco4 {
    top: 1900px;
    left: 8%;
    z-index: -100; }
  .company .deco6 {
    top: 46vw;
    left: 1%;
    z-index: 100; }
  .company .deco7 {
    top: 56vw;
    left: 10%;
    z-index: 100; }
  .company .leaf-wrapper {
    z-index: -100; }

.blog {
  text-align: center;
  margin-bottom: 155px; }
  .blog .area-ttl {
    margin-bottom: 52px;
    border-bottom: none;
    position: relative; }
    .blog .area-ttl:before {
      position: absolute;
      content: "";
      top: 48px;
      left: calc(50% - 42.5px);
      border-bottom: #f5911e 1px solid;
      width: 85px; }
  .blog .blog-list {
    width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    .blog .blog-list li {
      margin: 0 47px 0 0;
      transition: .4s ease; }
      .blog .blog-list li:hover {
        opacity: .5 !important;
        margin-top: -5px; }
      .blog .blog-list li .list-img {
        width: 335px;
        height: 229px;
        position: relative;
        overflow: hidden;
        background: #eee; }
        .blog .blog-list li .list-img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          height: 100%;
          width: auto; }
      .blog .blog-list li:nth-child(3n) {
        margin-right: 0; }
      .blog .blog-list li .list-info {
        background: #fff;
        margin: -42px 16px 0;
        padding: 21px 21px 20px;
        position: relative;
        color: #333;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
        height: 112px; }
        .blog .blog-list li .list-info .blog-ttl {
          font-size: 16px;
          font-weight: 600;
          margin: auto 0;
          display: block;
          text-align: left;
          position: absolute;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 262px;
          line-height: 25px;
          overflow: hidden;
          height: 50px; }

.img-area {
  position: relative;
  height: 740px;
  margin-bottom: 153px; }
  .img-area .img1 {
    position: absolute;
    top: 0;
    left: 15%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .img-area .img2 {
    position: absolute;
    top: 389px;
    left: 60%;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2); }
  .img-area .bg {
    position: absolute;
    top: 222px;
    left: 0;
    width: 100%;
    height: auto;
    z-index: -100; }

.works {
  text-align: center;
  margin-bottom: 140px; }
  .works .area-ttl {
    margin: 0 auto 44px; }
  .works .works-list {
    margin: 0 auto;
    width: 1040px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap; }
    .works .works-list li a {
      direction: initial;
      width: 500px;
      height: 300px;
      margin-bottom: 40px;
      display: block;
      box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }
      .works .works-list li a:hover {
        opacity: .5; }
      .works .works-list li a .works-left {
        width: 410px;
        height: 300px;
        background-size: cover !important;
        background-position: center !important;
        float: left; }
      .works .works-list li a .works-right {
        background: #fff;
        position: relative;
        width: 90px;
        height: 300px;
        display: flex;
        justify-content: center; }
        .works .works-list li a .works-right .works-num {
          color: #66932e;
          line-height: 38px;
          font-family: "Roboto", sans-serif;
          position: relative;
          margin: 15px 2px 0 0; }
          .works .works-list li a .works-right .works-num:before {
            content: "";
            position: absolute;
            top: 37px;
            left: calc(50% - 25px);
            width: 50px;
            border-top: #66932e 1px solid; }
        .works .works-list li a .works-right .works-read {
          position: absolute;
          top: 20px;
          left: 38%;
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          color: #333;
          letter-spacing: 1.1px;
          max-width: 2.5em;
          max-height: 19em;
          line-height: 17px;
          width: 28px;
          height: 100%;
          text-align: left;
          word-break: break-all;
          margin-left: -3px;
          display: flex;
          align-items: center; }
  .works .link-works {
    text-align: right;
    letter-spacing: .3px;
    width: 1040px;
    margin: -5px auto 0; }
    .works .link-works a {
      color: #333;
      font-size: 12px; }
      .works .link-works a .fa-angle-right {
        margin-left: .2em;
        font-size: 18px;
        text-align: -3px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }

.link-works, .link-info {
  text-align: right;
  letter-spacing: .3px;
  width: 1040px;
  margin: -5px auto 0; }
  .link-works a, .link-info a {
    color: #333;
    font-size: 12px; }
    .link-works a .fa-angle-right, .link-info a .fa-angle-right {
      margin-left: .2em;
      font-size: 18px;
      text-align: -3px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .link-works a:hover, .link-info a:hover {
      color: #74bf92; }

.info {
  position: relative;
  height: 37vw;
  margin-bottom: 145px; }
  .info .area-ttl {
    border-bottom: none;
    position: relative; }
    .info .area-ttl:before {
      position: absolute;
      content: "";
      top: 48px;
      left: 0;
      border-bottom: #f5911e 1px solid;
      width: 85px; }
  .info .bg {
    position: absolute;
    top: -25px;
    left: 0;
    z-index: -10;
    width: 68vw;
    height: 37vw;
    background: url("../img/index/info-bg.png") no-repeat;
    background-size: cover; }
  .info .info-slider {
    position: absolute;
    top: -25px;
    left: 50%;
    z-index: 100;
    width: 43vw;
    height: 29.4vw; }
    .info .info-slider li {
      background-size: cover !important; }
    .info .info-slider .slick-track {
      height: 29.4vw; }
    .info .info-slider .slick-prev {
      padding: 0 70px 0 10px;
      color: #666;
      font-size: 18px;
      cursor: pointer;
      background: #fff;
      z-index: 120;
      height: 60px;
      top: calc(29.4vw - 30px);
      left: 0;
      vertical-align: 4px; }
      .info .info-slider .slick-prev .fa-angle-left {
        vertical-align: 26px; }
    .info .info-slider .slick-next {
      padding: 0 10px 0 65px;
      color: #666;
      font-size: 18px;
      cursor: pointer;
      background: #fff;
      z-index: 120;
      height: 60px;
      top: calc(29.4vw - 30px);
      left: 165px;
      vertical-align: 4px; }
      .info .info-slider .slick-next .fa-angle-right {
        right: 10px;
        position: relative; }
      .info .info-slider .slick-next:before {
        display: none; }
  .info .slide-nav {
    position: absolute;
    background: #fff;
    top: calc(29.4vw - 85px);
    left: calc(50% + 77px);
    width: 90px;
    height: 60px;
    z-index: 110;
    line-height: 60px;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    display: flex;
    justify-content: space-between; }
    .info .slide-nav .here {
      color: #66932e; }
    .info .slide-nav .slash {
      margin: 0 22px; }
  .info .info-txtbox {
    position: absolute;
    top: 0;
    left: 10%; }
    .info .info-txtbox .catch {
      font-size: 24px;
      font-family: 'Noto Serif JP', serif;
      margin: 10vw 0 21px;
      letter-spacing: 5px; }
    .info .info-txtbox .info-txt {
      line-height: 29px;
      width: 385px;
      letter-spacing: .3px;
      margin-bottom: 16px; }
    .info .info-txtbox .link-info {
      text-align: left; }
  .info .deco5 {
    position: absolute;
    top: 498px;
    right: 20%; }

.news {
  text-align: center;
  margin-bottom: 134px; }
  .news .news-list {
    text-align: left;
    width: 1100px;
    margin: 41px auto;
    display: flex;
    justify-content: space-between; }
    .news .news-list li a {
      width: 310px;
      display: block;
      color: #333; }
      .news .news-list li a:hover {
        opacity: .5; }
      .news .news-list li a .tag {
        color: #66932e;
        letter-spacing: .3px;
        border: #66932e 1px solid;
        min-width: 80px;
        height: 22px;
        padding: 4px 3px 2px;
        margin-right: 8px;
        display: inline-block;
        text-align: center;
        white-space: nowrap; }
      .news .news-list li a .date {
        color: #808080;
        font-family: "Roboto", sans-serif;
        line-height: 22px;
        display: inline-block; }
      .news .news-list li a .news-txt {
        margin: 25px 0 47px;
        border-top: #979797 1px solid;
        padding-top: 19px;
        line-height: 27px;
        letter-spacing: .3px;
        height: 48px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; }

.bottom-line {
  width: 100%;
  height: auto;
  margin-bottom: 42px; }

.highlight {
  background: rgba(169, 207, 173, 0.1);
  padding: 97px 0 50px;
  text-align: center;
  margin-bottom: 100px; }
  .highlight .area-ttl {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 2px;
    margin-bottom: 52px;
    border-bottom: none;
    position: relative; }
    .highlight .area-ttl:before {
      position: absolute;
      content: "";
      top: 48px;
      left: calc(50% - 42.5px);
      border-bottom: #f5911e 1px solid;
      width: 85px; }
  .highlight-list {
    width: 1100px;
    margin: 0 auto;
    text-align: left; }
  .highlight-list li {
    display: flex;
    margin-bottom: 95px; }
    .highlight-list li img {
      width: 463px;
      height: 220px;
      margin-right: 58px; }
    .highlight-list li .txtbox {
      width: 425px;
      margin-top: 16px; }
      .highlight-list li .txtbox .num {
        font-size: 24px;
        font-family: "Roboto", sans-serif;
        color: #66932e;
        position: relative;
        margin-bottom: 33px; }
        .highlight-list li .txtbox .num:after {
          content: "";
          position: absolute;
          left: 0;
          bottom: -19px;
          border-bottom: #66932e 2px solid;
          width: 78px; }
      .highlight-list li .txtbox .catch {
        font-family: 'Noto Serif JP', serif;
        font-size: 24px;
        line-height: 45px;
        letter-spacing: 4x;
        font-weight: 200;
        margin: 0 0 14px 5px; }
        .highlight-list li .txtbox .catch span {
          margin: 0 -.5em 0 -.2em; }
      .highlight-list li .txtbox .highlight-txt {
        font-size: 14px;
        line-height: 29px;
        margin-left: 5px;
        letter-spacing: .4px;
        text-align: justify; }
    .highlight-list li:nth-child(even) {
      justify-content: flex-end; }
    .highlight-list li:nth-child(even) img {
      margin: 0 0 0 52px; }
    .highlight-list li:last-child {
      margin-bottom: 0; }

@media screen and (max-width: 768px) {
  .content-wrapper {
    padding-top: 0; }

  .main-visual {
    width: 100%;
    height: calc(100vh - 56px); }
    .main-visual .main-slider {
      width: 100%;
      height: 100%; }
    .main-visual .visual {
      width: 100vw;
      height: 100%; }
      .main-visual .visual li {
        height: 100%;
        width: 100%; }
        .main-visual .visual li:nth-child(1) {
          background-image: url("../img/index/main-visual1-xs.jpg") !important; }
        .main-visual .visual li:nth-child(2) {
          background-image: url("../img/index/main-visual2-xs.jpg") !important; }
        .main-visual .visual li:nth-child(3) {
          background-image: url("../img/index/main-visual3-xs.jpg") !important; }
        .main-visual .visual li:nth-child(4) {
          background-image: url("../img/index/main-visual4-xs.jpg") !important; }
    .main-visual .top-box {
      width: 40vw;
      height: 40vw;
      font-size: 12px;
      padding: 22px 4px 26px; }
      .main-visual .top-box .catch {
        margin-top: 6px;
        line-height: 18px; }
      .main-visual .top-box img {
        width: 32vw;
        height: auto; }
    .main-visual .right-box {
      top: calc(50vh - 175px);
      background: rgba(0, 0, 0, 0.3);
      color: #fff;
      width: 25vw;
      height: 350px;
      font-size: 20px;
      font-weight: 300;
      letter-spacing: 6px;
      line-height: 30px;
      padding-top: 10px; }
    .main-visual .left-box {
      width: 60px; }
      .main-visual .left-box span {
        line-height: 60px;
        font-size: 16px; }

  .mail-button a {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 6%;
    width: 90px;
    height: 90px;
    background: #7cab60;
    border-radius: 50%;
    text-align: center;
    padding-top: 26px;
    z-index: 1000; }
    .mail-button a:hover {
      background: #74bf92; }

  .top-news {
    position: relative;
    width: 100%;
    margin: 120px 0 50px;
    position: relative; }
    .top-news-title {
      position: absolute;
      top: -30px; }
    .top-news .top-news-inner {
      background: #fff;
      width: 100%;
      height: auto;
      line-height: 22px;
      padding: 1px 20px 0 20px;
      display: block; }
      .top-news .top-news-inner .top-news-item {
        display: block;
        padding: 5px 10px; }
        .top-news .top-news-inner .top-news-item .link-news {
          padding-right: 0; }
      .top-news .top-news-inner .link-newslist {
        display: none; }
      .top-news .top-news-inner .image-text .body {
        padding-bottom: 24px; }
      .top-news .top-news-inner .image-text .date {
        font-size: 12px;
        margin-bottom: 6px;
        margin-right: 15px; }
      .top-news .top-news-inner .image-text .link-news-image {
        width: 120px;
        height: 80px; }
      .top-news .top-news-inner .image-text .link-news {
        max-width: 100%;
        display: block;
        padding-right: 0 !important;
        text-overflow: initial;
        white-space: initial;
        overflow: hidden;
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; }
      .top-news .top-news-inner .image-text .link-newslist {
        text-align: right; }
        .top-news .top-news-inner .image-text .link-newslist .fa-angle-right {
          vertical-align: -2px; }

  .area-ttl {
    font-size: 17px;
    padding-bottom: 20px;
    margin: 0 auto 20px; }

  .company {
    position: relative;
    height: auto;
    margin-bottom: 65px;
    text-align: center; }
    .company .company-img {
      position: relative;
      top: 0;
      left: 0;
      margin-bottom: 20px;
      width: 100%;
      height: auto; }
    .company .catch {
      position: relative;
      top: 0;
      left: 0;
      width: 90%;
      margin: 0 auto 25px;
      display: block;
      font-size: 18px;
      letter-spacing: 2px;
      line-height: 30px; }
      .company .catch.visible-pc {
        display: none; }
    .company .company-txtbox {
      text-align: center;
      position: relative;
      width: 100%;
      padding: 0 15px;
      top: 0;
      left: 0;
      margin-bottom: 40px; }
      .company .company-txtbox .company-txt {
        text-align: left;
        line-height: 26px;
        margin-bottom: 20px; }
      .company .company-txtbox .link-company a {
        display: block;
        margin: 0 auto; }
    .company .deco1 {
      display: none; }
    .company .deco2 {
      display: none; }
    .company .deco3 {
      display: none; }
    .company .deco4 {
      display: none; }

  .blog {
    text-align: center;
    margin-bottom: 60px; }
    .blog .area-ttl {
      margin-bottom: 30px;
      border-bottom: #f5911e 1px solid; }
      .blog .area-ttl:before {
        display: none; }
    .blog .blog-list {
      width: 100%;
      padding: 0 10px; }
      .blog .blog-list li {
        margin: 0 auto 40px;
        width: 100%; }
        .blog .blog-list li:nth-child(3n) {
          margin-right: auto; }
        .blog .blog-list li .list-img {
          width: 100%;
          height: 0;
          padding-bottom: 70%; }
        .blog .blog-list li .list-info {
          height: auto; }
          .blog .blog-list li .list-info .blog-ttl {
            height: auto;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            width: 100%;
            position: static;
            transform: initial; }

  .img-area {
    display: none; }

  .works {
    text-align: center;
    margin-bottom: 60px; }
    .works .area-ttl {
      margin: 0 auto 44px; }
    .works .works-list {
      margin: 0 auto;
      width: 100%;
      list-style: none;
      display: flex;
      justify-content: space-between;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      direction: rtl; }
      .works .works-list li a {
        direction: initial;
        width: 100%;
        height: 300px;
        margin: 0 15px 40px 15px;
        display: block;
        box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2); }
        .works .works-list li a .works-left {
          width: calc(100vw - 120px); }
        .works .works-list li a .works-right {
          background: #fff;
          position: relative;
          width: 60px;
          height: 300px;
          display: inline-block; }
          .works .works-list li a .works-right .works-num {
            color: #66932e;
            line-height: 38px;
            font-family: "Roboto", sans-serif;
            position: relative;
            margin: 15px 2px 0 0; }
            .works .works-list li a .works-right .works-num:before {
              content: "";
              position: absolute;
              top: 50%;
              left: calc(50% - 25px);
              width: 50px;
              border-top: #66932e 1px solid; }
          .works .works-list li a .works-right .works-read {
            margin-left: -7px; }
    .works .link-works {
      width: 100%;
      margin: -5px 0 0 0; }
      .works .link-works a {
        color: #333;
        font-size: 12px;
        margin-right: 15px; }

  .link-works, .link-info {
    text-align: right;
    width: 100%; }

  .info {
    text-align: center;
    height: auto;
    margin-bottom: 50px; }
    .info .area-ttl {
      border-bottom: #f5911e 1px solid; }
      .info .area-ttl:before {
        display: none; }
    .info .bg {
      display: none; }
    .info .info-slider {
      position: relative;
      top: 0;
      left: 0;
      z-index: 100;
      width: 100%;
      height: calc(100vw * .68);
      padding: 0 15px; }
      .info .info-slider li {
        width: 100%;
        background-size: cover; }
      .info .info-slider .slick-track {
        height: calc(100vw * .68); }
      .info .info-slider .slick-prev {
        padding: 0 33.3% 0 0;
        top: calc(calc(100vw * .68) + 30px);
        left: 15%;
        vertical-align: 4px; }
      .info .info-slider .slick-next {
        padding: 0 0 0 33.3%;
        top: calc(calc(100vw * .68) + 30px);
        left: 50%;
        vertical-align: 4px; }
        .info .info-slider .slick-next:before {
          display: none; }
    .info .slide-nav {
      position: relative;
      top: 0;
      left: 0;
      width: 33.3%;
      margin: 0 auto; }
      .info .slide-nav .num {
        margin: 0 auto; }
    .info .info-txtbox {
      text-align: center;
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      padding: 0 15px;
      margin-bottom: 30px; }
      .info .info-txtbox .catch {
        text-align: left;
        font-size: 18px;
        margin: 0 0 21px; }
      .info .info-txtbox .info-txt {
        text-align: left;
        line-height: 28px;
        margin-bottom: 16px;
        width: 100%; }
      .info .info-txtbox .link-info {
        text-align: right; }
    .info .deco5 {
      display: none; }

  .news {
    margin-bottom: 60px; }
    .news .news-list {
      text-align: left;
      width: 100%;
      margin: 20px auto;
      display: block;
      justify-content: space-between; }
      .news .news-list li {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 30px; }
        .news .news-list li a {
          width: 100%;
          display: flex;
          flex-wrap: wrap;
          border-bottom: #ccc dotted 1px;
          padding-bottom: 25px; }
          .news .news-list li a .tag {
            padding: 4px 6px;
            margin: 0; }
          .news .news-list li a .date {
            line-height: 22px;
            display: inline-block;
            margin: 0 0 0 auto; }
          .news .news-list li a .news-txt {
            width: 100%;
            height: 29px;
            padding-top: 0;
            border-top: none;
            font-size: 14px;
            margin: 8px 0 0 0; }

  .bottom-line {
    width: 100%;
    height: auto;
    margin-bottom: 42px; }

  .bnr {
    padding-top: 0; }

  .highlight {
    padding: 40px 0 40px; }
    .highlight .area-ttl {
      margin-bottom: 30px;
      font-size: 18px; }
    .highlight-list {
      width: 100%;
      margin: 0 auto;
      padding: 0 15px; }
      .highlight-list li {
        display: block;
        margin-bottom: 40px; }
        .highlight-list li img {
          width: 100%;
          height: auto;
          margin: 0 0 15px 0; }
        .highlight-list li .txtbox {
          width: 100%;
          margin-top: 16px; }
          .highlight-list li .txtbox .num {
            font-size: 25px;
            margin-bottom: 25px;
            text-align: center; }
            .highlight-list li .txtbox .num:after {
              bottom: -10px;
              left: calc(50% - 39px);
              width: 78px; }
          .highlight-list li .txtbox .catch {
            font-size: 18px;
            line-height: 34px;
            letter-spacing: 2px;
            margin: 0 0 12px 0;
            text-align: center; }
          .highlight-list li .txtbox .highlight-txt {
            font-size: 14px;
            line-height: 26px;
            margin-left: 0;
            letter-spacing: .4px;
            text-align: center; }
        .highlight-list li:nth-child(even) {
          justify-content: flex-start; }
        .highlight-list li:nth-child(even) img {
          margin: 0 0 15px 0; } }
@media screen and (width: 768px) {
  .main-visual .top-box .catch {
    font-size: 18px;
    line-height: 28px; }

  .works {
    margin-bottom: 70px; }
    .works .area-ttl {
      margin-bottom: 25px; }
    .works .works-list li {
      width: 100%; }
      .works .works-list li a {
        margin: 0 auto 40px;
        width: calc(100vw - 30px); }
        .works .works-list li a .works-right .works-num {
          line-height: 38px;
          margin: 15px 2px 0 0; }
          .works .works-list li a .works-right .works-num:before {
            top: 50%;
            left: calc(50% - 25px); }
        .works .works-list li a .works-right .works-read {
          bottom: 25px;
          font-size: 14px; }

  .news .news-list {
    display: flex; }
    .news .news-list li {
      width: 215px; }
      .news .news-list li a {
        width: 215px;
        border-bottom: none;
        display: block; }
        .news .news-list li a .date {
          margin: 5px 0 0 0;
          display: block; }
        .news .news-list li a .news-txt {
          margin-top: 0; }
      .news .news-list li:last-child {
        margin-right: 30px; } }

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