@charset "UTF-8";
/*
Theme Name: new_theme
Description:name
Version: 1.0
*/
/*変数設定用*/
.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s; }

.title-wrap {
  padding: 30px 0; }
  .title-wrap .title {
    overflow: hidden;
    position: relative; }
    .title-wrap .title i {
      font-family: 'Zen Maru Gothic', sans-serif;
      position: relative;
      bottom: -200px;
      display: inline-block;
      font-size: 15rem;
      color: #999;
      font-weight: 400; }
      .title-wrap .title i.on {
        bottom: 0; }
      @media screen and (max-width: 767px) {
        .title-wrap .title i {
          font-size: 5rem; } }
    .title-wrap .title.color i {
      color: #009dc6; }
    @media screen and (max-width: 767px) {
      .title-wrap .title .two-line {
        display: block;
        line-height: 1;
        margin-top: -15px; } }
  .title-wrap .anim {
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s; }
  .title-wrap .sub-title {
    font-size: 3.6rem;
    letter-spacing: 0.05em;
    color: #999; }
    @media screen and (max-width: 767px) {
      .title-wrap .sub-title {
        font-size: 1.8rem; } }

.under {
  position: relative;
  overflow: hidden; }

.under img {
  display: block;
  transition-property: all;
  transition-duration: 1.2s;
  transition-timing-function: ease;
  transition-delay: 0s;
  position: relative;
  bottom: -100vh; }

.human.on .under img {
  bottom: 0; }

.human.on .balloon {
  opacity: 1 !important; }

#top .human#human01 .balloon {
  transition-delay: 0.6s; }

#top .human#human02 .under img {
  transition-delay: 0.2s; }

#top .human#human02 .balloon {
  transition-delay: 0.8s; }

#top .human#human03 .under img {
  transition-delay: 1.0s; }

#top .human#human03 .balloon {
  transition-delay: 1.6s; }

#top .human#human04 .under img {
  transition-delay: 0.5s; }

#top .human#human04 .balloon {
  transition-delay: 1.1s; }

/**/
#page_top a .txt {
  display: inline-block; }

#page_top a:hover .txt {
  animation: ueiku 1.0s infinite; }

@keyframes ueiku {
  0% {
    transform: scale(1); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }
.mv-area #top {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  border-bottom: 5px solid #009dc6;
  margin: 0 0 0;
  min-height: 650px;
  position: relative; }
  @media screen and (max-width: 500px) {
    .mv-area #top {
      height: 800px; } }
  @media screen and (max-width: 450px) {
    .mv-area #top {
      min-height: auto;
      height: 650px; } }
  .mv-area #top #top-inner {
    max-width: 1350px;
    margin: 0 auto;
    position: relative;
    height: 100%;
    font-size: 0;
    line-height: 0; }
  .mv-area #top .main-ttl {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 6.8rem;
    color: #333;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) skewY(-4deg);
    width: 100%;
    z-index: 95;
    font-weight: bold;
    width: fit-content; }
    @media screen and (max-width: 767px) {
      .mv-area #top .main-ttl {
        font-size: 3.5rem; } }
    @media screen and (max-width: 450px) {
      .mv-area #top .main-ttl {
        font-size: 2.8rem; } }
    .mv-area #top .main-ttl .f {
      letter-spacing: normal; }
    .mv-area #top .main-ttl .b {
      letter-spacing: 0.08em;
      margin: 0 0 0 5px; }
    .mv-area #top .main-ttl .k01 {
      letter-spacing: -0.1em;
      margin-left: -30px; }
    .mv-area #top .main-ttl .k02 {
      letter-spacing: -0.3em; }
    .mv-area #top .main-ttl .bg-blue {
      display: inline-block;
      color: #fff;
      background-color: rgba(88, 157, 195, 0.9);
      padding: 5px 10px 12px;
      margin: 0 10px 0 0;
      line-height: 1; }
    .mv-area #top .main-ttl .eng {
      display: block;
      font-size: 2.4rem;
      line-height: 1.6;
      letter-spacing: 0.05em;
      color: #000;
      margin: 5px 0 0; }
      @media screen and (max-width: 767px) {
        .mv-area #top .main-ttl .eng {
          font-size: 1rem;
          margin: 5px 0 0; } }
  .mv-area #top .border {
    width: 0;
    margin: 0;
    padding: 230px 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%) translateX(0);
    -webkit-transform: translateY(-50%) translateX(0);
    z-index: 0; }
    @media screen and (max-width: 767px) {
      .mv-area #top .border {
        padding: 190px 0; } }
    .mv-area #top .border::before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff687;
      transform: skewY(-4deg);
      z-index: -1; }
    .mv-area #top .border.anim.on {
      width: 100%; }
  .mv-area #top .human {
    position: absolute;
    z-index: 1; }
    .mv-area #top .human figure {
      position: relative;
      overflow: hidden; }
    .mv-area #top .human .balloon {
      position: absolute;
      transition-property: all;
      transition-duration: 1.2s;
      transition-timing-function: ease;
      transition-delay: 0s;
      opacity: 0; }
    .mv-area #top .human#human01 {
      width: 376px;
      top: 15%; }
      @media only screen and (min-width: 767px) and (max-width: 1000px) {
        .mv-area #top .human#human01 {
          width: 35vw;
          top: 150px;
          left: -70px; } }
      @media screen and (max-width: 767px) {
        .mv-area #top .human#human01 {
          width: 50vw;
          top: 150px;
          left: -70px; } }
      .mv-area #top .human#human01 .balloon01 {
        top: 5px;
        right: -65px;
        width: 170px; }
        @media screen and (max-width: 767px) {
          .mv-area #top .human#human01 .balloon01 {
            width: 20vw;
            top: 30px;
            right: -10%; } }
    .mv-area #top .human#human02 {
      top: 5%;
      right: 26%;
      width: 140px; }
      @media only screen and (min-width: 767px) and (max-width: 1000px) {
        .mv-area #top .human#human02 {
          top: 12%;
          right: 20%;
          width: 18vw; } }
      @media screen and (max-width: 767px) {
        .mv-area #top .human#human02 {
          top: 10%;
          right: 20%;
          width: 25vw; } }
      @media screen and (max-width: 450px) {
        .mv-area #top .human#human02 {
          top: 11%;
          right: 20%;
          width: 27vw; } }
      .mv-area #top .human#human02 .balloon02 {
        top: 10px;
        left: -170px;
        width: 170px; }
        @media screen and (max-width: 767px) {
          .mv-area #top .human#human02 .balloon02 {
            width: 20vw;
            top: 0px;
            left: -65%; } }
    .mv-area #top .human#human03 {
      right: 3%;
      width: 210px;
      top: 26%; }
      @media only screen and (min-width: 767px) and (max-width: 1000px) {
        .mv-area #top .human#human03 {
          top: 30%;
          right: -5%;
          width: 25vw; } }
      @media screen and (max-width: 767px) {
        .mv-area #top .human#human03 {
          width: 35vw;
          right: -50px;
          top: 35%; } }
      @media screen and (max-width: 450px) {
        .mv-area #top .human#human03 {
          width: 40vw;
          right: -45px;
          top: 35%; } }
      .mv-area #top .human#human03 .balloon03 {
        top: 270px;
        left: -120px;
        width: 136px; }
        @media only screen and (min-width: 767px) and (max-width: 1000px) {
          .mv-area #top .human#human03 .balloon03 {
            width: 19vw;
            top: 46%;
            left: -40%; } }
        @media screen and (max-width: 767px) {
          .mv-area #top .human#human03 .balloon03 {
            width: 19vw;
            top: 30%;
            left: -25%; } }
    .mv-area #top .human#human04 {
      right: 40%;
      bottom: 0;
      width: 330px; }
      @media screen and (max-width: 767px) {
        .mv-area #top .human#human04 {
          width: 50vw;
          right: 40%; } }
      @media screen and (max-width: 450px) {
        .mv-area #top .human#human04 {
          width: 60vw;
          left: 20%;
          right: auto; } }
      .mv-area #top .human#human04 .balloon04 {
        top: -6px;
        right: -35px;
        width: 150px; }
        @media screen and (max-width: 767px) {
          .mv-area #top .human#human04 .balloon04 {
            width: 20vw;
            top: 25px;
            right: -5%; } }

.worries-area {
  padding: 0 0 95px; }
  @media screen and (max-width: 767px) {
    .worries-area {
      padding: 0 0 45px; } }
  .worries-area .worries-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 70px auto 0; }
    @media screen and (max-width: 767px) {
      .worries-area .worries-flex {
        row-gap: 25px;
        margin: 0 auto 0; } }
  .worries-area .worries-wrap {
    width: 30.5%; }
    @media screen and (max-width: 767px) {
      .worries-area .worries-wrap {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center; } }
    .worries-area .worries-wrap:nth-of-type(3n-1) {
      margin: 50px 0 0; }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap:nth-of-type(3n-1) {
          margin: 0; } }
    .worries-area .worries-wrap .txt {
      font-size: 2rem;
      line-height: 1.5;
      letter-spacing: 0.05em;
      text-align: center;
      background-color: #eee;
      padding: 40px 0;
      width: 100%;
      border-radius: 10px;
      position: relative;
      margin: 0 0 50px;
      box-shadow: -3px 3px 0px 3px #ddd; }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap .txt {
          width: 70%;
          font-size: 1.2rem;
          padding: 23px 0;
          margin: 0;
          box-shadow: -3px 3px 0px 1px #ddd; } }
      .worries-area .worries-wrap .txt::before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 30px solid transparent;
        border-right: 30px solid #eee;
        border-bottom: 30px solid transparent;
        left: 46%;
        transform: translateX(-50%);
        bottom: -30px;
        z-index: 2; }
      .worries-area .worries-wrap .txt::after {
        content: "";
        display: block;
        width: 0;
        height: 0;
        position: absolute;
        border-top: 30px solid transparent;
        border-right: 30px solid #ddd;
        border-bottom: 30px solid transparent;
        left: 45%;
        transform: translateX(-50%);
        bottom: -36px;
        z-index: 1; }
    .worries-area .worries-wrap .img-wrap {
      max-width: 145px;
      width: 100%;
      margin: 0 50% 0 24%; }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap .img-wrap {
          max-width: initial;
          margin: 0;
          width: 21%; } }
    .worries-area .worries-wrap:nth-of-type(odd) {
      flex-direction: row-reverse; }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap:nth-of-type(odd) .txt::before {
          bottom: 25px;
          left: 0;
          transform: translateX(-50%) rotate(90deg);
          border-top: 20px solid transparent;
          border-right: 20px solid #eee;
          border-bottom: 20px solid transparent; } }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap:nth-of-type(odd) .txt::after {
          bottom: 27px;
          left: -4px;
          transform: translateX(-50%) rotate(90deg);
          border-top: 20px solid transparent;
          border-right: 20px solid #ddd;
          border-bottom: 20px solid transparent; } }
    .worries-area .worries-wrap:nth-of-type(even) .txt {
      box-shadow: 3px 3px 0px 1px #ddd; }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap:nth-of-type(even) .txt::before {
          bottom: 8px;
          left: initial;
          right: -20px;
          transform: translateX(-50%) rotate(-90deg);
          border-top: 20px solid transparent;
          border-right: 20px solid #eee;
          border-bottom: 20px solid transparent; } }
      @media screen and (max-width: 767px) {
        .worries-area .worries-wrap:nth-of-type(even) .txt::after {
          bottom: 6px;
          left: initial;
          right: -22px;
          transform: translateX(-50%) rotate(-90deg);
          border-top: 20px solid transparent;
          border-right: 20px solid #ddd;
          border-bottom: 20px solid transparent; } }

.solution-area .bg-light-blue {
  background-color: #e1ebf0;
  position: relative;
  padding: 90px 0 100px; }
  @media screen and (max-width: 767px) {
    .solution-area .bg-light-blue {
      overflow: hidden;
      padding: 90px 0 260px; } }
  .solution-area .bg-light-blue::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    border-top: 80px solid #f9f9f9;
    border-right: 250px solid transparent;
    border-left: 250px solid transparent;
    border-bottom: 30px solid transparent;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -1px;
    z-index: 2; }
    @media screen and (max-width: 767px) {
      .solution-area .bg-light-blue::before {
        border-top: 50px solid #f9f9f9;
        border-right: 130px solid transparent;
        border-left: 130px solid transparent; } }
  .solution-area .bg-light-blue .inner {
    position: relative; }
    .solution-area .bg-light-blue .inner .title-wrap {
      position: relative;
      z-index: 2;
      padding: 0 0 30px; }
      @media screen and (max-width: 767px) {
        .solution-area .bg-light-blue .inner .title-wrap {
          padding: 0 0 10px; } }
    .solution-area .bg-light-blue .inner .solution-list-wrap {
      width: 70%; }
      @media screen and (max-width: 767px) {
        .solution-area .bg-light-blue .inner .solution-list-wrap {
          width: 100%; } }
      .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list {
        display: flex;
        position: relative;
        padding: 40px 0 60px;
        border-bottom: 2px solid #999; }
        @media screen and (max-width: 767px) {
          .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list {
            padding: 35px 0 35px; } }
        .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dt {
          font-family: 'Zen Maru Gothic', sans-serif;
          font-style: italic;
          font-size: 8rem;
          color: #589dc3;
          letter-spacing: 0.1em;
          line-height: 1;
          position: absolute; }
          @media screen and (max-width: 767px) {
            .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dt {
              z-index: 0;
              font-size: 5rem;
              top: 5px;
              opacity: 0.4; } }
        .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd {
          padding: 2rem 0 0 13.8rem; }
          @media screen and (max-width: 767px) {
            .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd {
              padding: 0;
              position: relative;
              z-index: 1; } }
          .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl {
            font-size: 3.2rem;
            line-height: 1;
            letter-spacing: 0.05em;
            margin: 0 0 30px; }
            @media screen and (max-width: 767px) {
              .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl {
                font-size: 1.6rem;
                margin: 0 0 20px; } }
            .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl .big {
              font-size: 4rem;
              font-weight: bold;
              display: inline-block;
              position: relative;
              z-index: 2;
              margin: 0 0 0 5px; }
              @media screen and (max-width: 767px) {
                .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl .big {
                  font-size: 2rem; } }
              .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl .big::after {
                content: "";
                display: block;
                width: 100%;
                height: 24px;
                background-color: #fff68c;
                position: absolute;
                bottom: -0.9rem;
                z-index: -1; }
                @media screen and (max-width: 767px) {
                  .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-ttl .big::after {
                    height: 16px; } }
          .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-txt {
            font-size: 1.6rem;
            line-height: 1.875; }
            @media screen and (max-width: 767px) {
              .solution-area .bg-light-blue .inner .solution-list-wrap .solution-list dd .sol-txt {
                font-size: 1.2rem; } }
    .solution-area .bg-light-blue .inner .human-wrap {
      position: absolute;
      right: 0;
      top: 100px;
      z-index: 1; }
      @media screen and (max-width: 767px) {
        .solution-area .bg-light-blue .inner .human-wrap {
          right: initial;
          top: initial;
          left: 50%;
          transform: translateX(-50%);
          bottom: -600px; } }
      .solution-area .bg-light-blue .inner .human-wrap .human-img {
        max-width: 330px;
        width: 100%;
        position: relative; }
        @media screen and (max-width: 767px) {
          .solution-area .bg-light-blue .inner .human-wrap .human-img {
            max-width: 180px; } }
        .solution-area .bg-light-blue .inner .human-wrap .human-img::before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          background-image: url(./img/img_sol01.png);
          background-size: contain;
          background-repeat: no-repeat;
          width: 148px;
          height: 136px;
          position: absolute;
          left: -80px;
          top: 60px; }
          @media screen and (max-width: 767px) {
            .solution-area .bg-light-blue .inner .human-wrap .human-img::before {
              width: 78px;
              height: 66px;
              left: -40px;
              top: 30px; } }

.ability-area {
  padding: 0 0 115px; }
  @media screen and (max-width: 767px) {
    .ability-area {
      padding: 0 0 55px; } }
  .ability-area .bg-blue {
    background-color: #589dc3;
    padding: 60px 50px;
    border-radius: 30px;
    margin: 20px 0 0; }
    @media screen and (max-width: 767px) {
      .ability-area .bg-blue {
        margin: 0 0 0;
        padding: 40px 20px; } }
  .ability-area .abi-wrapper .abi-card {
    background-color: #fff;
    padding: 55px 0 52px;
    text-align: center;
    border-radius: 30px; }
    @media screen and (max-width: 767px) {
      .ability-area .abi-wrapper .abi-card {
        padding: 35px 0 32px; } }
    .ability-area .abi-wrapper .abi-card .abi-ttl {
      font-size: 2.4rem;
      color: #666;
      font-weight: bold;
      margin: 0 0 23px; }
      @media screen and (max-width: 767px) {
        .ability-area .abi-wrapper .abi-card .abi-ttl {
          font-size: 2rem; } }
    .ability-area .abi-wrapper .abi-card .abi-img {
      margin: 0 0 20px; }
      .ability-area .abi-wrapper .abi-card .abi-img.img01 img {
        width: 140px; }
        @media screen and (max-width: 767px) {
          .ability-area .abi-wrapper .abi-card .abi-img.img01 img {
            width: 110px; } }
      .ability-area .abi-wrapper .abi-card .abi-img.img02 img {
        width: 95px; }
        @media screen and (max-width: 767px) {
          .ability-area .abi-wrapper .abi-card .abi-img.img02 img {
            width: 80px; } }
      .ability-area .abi-wrapper .abi-card .abi-img.img03 img {
        width: 73px; }
        @media screen and (max-width: 767px) {
          .ability-area .abi-wrapper .abi-card .abi-img.img03 img {
            width: 60px; } }
      .ability-area .abi-wrapper .abi-card .abi-img.img04 img {
        width: 75px; }
        @media screen and (max-width: 767px) {
          .ability-area .abi-wrapper .abi-card .abi-img.img04 img {
            width: 55px; } }
      .ability-area .abi-wrapper .abi-card .abi-img.img05 img {
        width: 80px; }
        @media screen and (max-width: 767px) {
          .ability-area .abi-wrapper .abi-card .abi-img.img05 img {
            width: 60px; } }
    .ability-area .abi-wrapper .abi-card .abi-des {
      font-size: 1.6rem;
      line-height: 1.5; }
      @media screen and (max-width: 767px) {
        .ability-area .abi-wrapper .abi-card .abi-des {
          font-size: 1.4rem; } }
  .ability-area .abi-wrapper .abi-two-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .ability-area .abi-wrapper .abi-two-wrap {
        grid-template-columns: 1fr;
        gap: 17px; } }
  .ability-area .abi-wrapper .abi-three-wrap {
    margin: 30px 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px; }
    @media screen and (max-width: 767px) {
      .ability-area .abi-wrapper .abi-three-wrap {
        grid-template-columns: 1fr;
        gap: 17px; } }

.works-area {
  padding: 0 0 220px; }
  @media screen and (max-width: 767px) {
    .works-area {
      padding: 0 0 150px; } }
  .works-area .works-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 25px;
    row-gap: 30px; }
    @media screen and (min-width: 768px) {
      .works-area .works-wrap {
        margin: 30px 0 0; } }
    @media screen and (max-width: 767px) {
      .works-area .works-wrap {
        grid-template-columns: 1fr; } }
    .works-area .works-wrap .works-card {
      padding: 20px;
      background-color: #fff;
      box-shadow: inset;
      border-radius: 10px;
      box-shadow: 0px 0px 17px 0px #f0f0f0; }
    .works-area .works-wrap .works-ttl {
      font-size: 2rem;
      text-align: center;
      padding: 14px 0;
      border-radius: 10px;
      color: #fff;
      margin: 0 0 23px; }
      @media screen and (max-width: 767px) {
        .works-area .works-wrap .works-ttl {
          font-size: 1.6rem;
          padding: 8px 0;
          margin: 0 0 15px; } }
      .works-area .works-wrap .works-ttl.red {
        background-color: #e4b2b2; }
      .works-area .works-wrap .works-ttl.blue {
        background-color: #96cada; }
      .works-area .works-wrap .works-ttl.green {
        background-color: #84ad88; }
      .works-area .works-wrap .works-ttl.orange {
        background-color: #ebc692; }
      .works-area .works-wrap .works-ttl.light-green {
        background-color: #93cdae; }
      .works-area .works-wrap .works-ttl.purple {
        background-color: #d3b2d8; }
    .works-area .works-wrap .des-flex {
      display: flex;
      align-items: center;
      column-gap: 28px;
      margin: 0 0 23px; }
      @media screen and (max-width: 767px) {
        .works-area .works-wrap .des-flex {
          column-gap: 20px; } }
      .works-area .works-wrap .des-flex .works-img {
        max-width: 66px;
        margin: 0 0 0 13px; }
        @media screen and (max-width: 767px) {
          .works-area .works-wrap .des-flex .works-img {
            max-width: 49px; } }
        .works-area .works-wrap .des-flex .works-img.cosme {
          max-width: 37px; }
      .works-area .works-wrap .des-flex .works-sub-ttl {
        font-size: 2rem;
        line-height: 1.6;
        color: #666; }
        @media screen and (max-width: 767px) {
          .works-area .works-wrap .des-flex .works-sub-ttl {
            font-size: 1.6rem; } }
    .works-area .works-wrap .cate-flex {
      display: flex;
      gap: 10px;
      margin: 0 0 15px; }
      @media screen and (max-width: 767px) {
        .works-area .works-wrap .cate-flex {
          margin: 0 0 15px;
          flex-wrap: wrap; } }
      .works-area .works-wrap .cate-flex .cate-wrap {
        font-size: 1.2rem;
        border: 1px solid #999;
        padding: 3px 5px;
        border-radius: 13.5px;
        padding: 4px 12px; }
        @media screen and (max-width: 767px) {
          .works-area .works-wrap .cate-flex .cate-wrap {
            font-size: 1.05rem; } }
    .works-area .works-wrap .works-des {
      font-size: 1.4rem;
      line-height: 1.7;
      color: #000; }
      @media screen and (max-width: 767px) {
        .works-area .works-wrap .works-des {
          font-size: 1.2rem; } }

.slick-arrow {
  top: 112.5%;
  width: 30px;
  height: 50px; }
  .slick-arrow.slick-prev {
    left: 0; }
    .slick-arrow.slick-prev::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background-image: url(./img/prev-arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 30px;
      height: 50px;
      font-size: initial;
      opacity: 1;
      color: initial;
      font-family: initial; }
  .slick-arrow.slick-next {
    right: 0; }
    .slick-arrow.slick-next::before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      background-image: url(./img/next-arrow.png);
      background-size: contain;
      background-repeat: no-repeat;
      width: 30px;
      height: 50px;
      font-size: initial;
      opacity: 1;
      color: initial;
      font-family: initial; }

.slick-dots {
  bottom: -45px; }
  .slick-dots li button:before {
    font-size: 3.6rem; }

.work-flow-area .bg-dot {
  background-color: #fff;
  background-image: radial-gradient(#ccc 2px, #fff 1px);
  background-size: 38px 38px;
  padding: 0 0 150px; }
  @media screen and (max-width: 767px) {
    .work-flow-area .bg-dot {
      padding: 0 0 100px;
      background-image: radial-gradient(#ccc 1px, #fff 1px); } }
.work-flow-area .inner {
  position: relative; }
.work-flow-area .human-wrap {
  position: absolute;
  top: -210px;
  right: 0; }
  @media screen and (max-width: 767px) {
    .work-flow-area .human-wrap {
      top: -100px;
      right: 13px; } }
  .work-flow-area .human-wrap .human-img {
    max-width: 203px; }
    @media screen and (max-width: 767px) {
      .work-flow-area .human-wrap .human-img {
        max-width: 93px; } }
.work-flow-area .title-wrap .title {
  margin: -150px 0 0; }
  @media screen and (max-width: 767px) {
    .work-flow-area .title-wrap .title {
      margin: -105px 0 0; } }
.work-flow-area .wf-wrap {
  max-width: 1200px;
  margin: 70px auto 0; }
  @media screen and (max-width: 767px) {
    .work-flow-area .wf-wrap {
      margin: 30px auto 0; } }
  .work-flow-area .wf-wrap .wf-card-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 27px; }
    @media screen and (max-width: 767px) {
      .work-flow-area .wf-wrap .wf-card-flex {
        flex-wrap: wrap;
        row-gap: 35px; } }
  .work-flow-area .wf-wrap .wf-card {
    width: calc(100% / 4 - 81px / 4);
    padding: 75px 20px 22px;
    border: 2px solid #999;
    border-radius: 10px;
    background-color: #fff;
    position: relative; }
    @media screen and (max-width: 767px) {
      .work-flow-area .wf-wrap .wf-card {
        width: 100%;
        padding: 45px 20px 22px; } }
    .work-flow-area .wf-wrap .wf-card .wf-number {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -18px;
      z-index: 2; }
      .work-flow-area .wf-wrap .wf-card .wf-number span {
        display: inline-block;
        position: relative;
        color: #fff;
        font-family: 'Zen Maru Gothic', sans-serif;
        font-size: 2.2rem; }
        @media screen and (max-width: 767px) {
          .work-flow-area .wf-wrap .wf-card .wf-number span {
            font-size: 2rem; } }
        .work-flow-area .wf-wrap .wf-card .wf-number span::before {
          content: "";
          width: 56px;
          height: 56px;
          display: block;
          position: absolute;
          background-color: #589dc3;
          border-radius: 50%;
          z-index: -1;
          left: 50%;
          top: 50%;
          transform: translate(-50%, -47%); }
          @media screen and (max-width: 767px) {
            .work-flow-area .wf-wrap .wf-card .wf-number span::before {
              width: 45px;
              height: 45px; } }
    .work-flow-area .wf-wrap .wf-card .wf-ttl {
      font-size: 2rem;
      color: #000;
      line-height: 1.2;
      text-align: center;
      font-weight: bold;
      position: relative; }
      .work-flow-area .wf-wrap .wf-card .wf-ttl::after {
        content: "";
        position: absolute;
        height: 4px;
        width: 56px;
        background-color: #589dc3;
        border-radius: 2px;
        left: 50%;
        transform: translateX(-50%);
        bottom: -20px; }
      .work-flow-area .wf-wrap .wf-card .wf-ttl.line2 {
        margin-top: -23px; }
        @media screen and (max-width: 767px) {
          .work-flow-area .wf-wrap .wf-card .wf-ttl.line2 {
            margin-top: 0; } }
    .work-flow-area .wf-wrap .wf-card .wf-des {
      font-size: 1.4rem;
      line-height: 1.7;
      margin: 40px 0 0; }

.contact-area .inner {
  position: relative; }
  @media screen and (max-width: 767px) {
    .contact-area .inner {
      padding-left: 2%;
      padding-right: 2%; } }
  .contact-area .inner .human-wrap {
    position: absolute;
    max-width: 400px;
    width: 100%;
    bottom: 0;
    left: -100px; }
    @media screen and (max-width: 767px) {
      .contact-area .inner .human-wrap {
        max-width: 170px;
        width: 100%;
        bottom: initial;
        left: -10px;
        top: 40px; } }
.contact-area .bg-yellow {
  background-color: #fff68c;
  padding: 95px 0 65px;
  border-radius: 30px; }
  @media screen and (max-width: 767px) {
    .contact-area .bg-yellow {
      padding: 45px 0 45px; } }
.contact-area .bg-inner {
  max-width: 90%;
  margin: 0 auto; }
.contact-area .cotact-catch {
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -30px; }
  @media screen and (max-width: 767px) {
    .contact-area .cotact-catch {
      width: 100%;
      top: -20px; } }
  .contact-area .cotact-catch span {
    display: inline-block;
    color: #fff;
    font-size: 2.2rem;
    font-weight: bold;
    background-color: #ff9c00;
    padding: 16px 30px;
    position: relative;
    border-radius: 10px;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 767px) {
      .contact-area .cotact-catch span {
        font-size: 1.6rem;
        padding: 10px 30px; } }
    .contact-area .cotact-catch span::before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      position: absolute;
      border-top: 20px solid #ff9c00;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent;
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -19px;
      z-index: 2; }
      @media screen and (max-width: 767px) {
        .contact-area .cotact-catch span::before {
          border-top: 15px solid #ff9c00;
          border-right: 15px solid transparent;
          border-left: 15px solid transparent;
          bottom: -14px; } }
.contact-area .contact-ttl {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .contact-area .contact-ttl {
      font-size: 2.15rem;
      text-align: left;
      padding: 0 0 0 25%; } }
  @media screen and (max-width: 767px) {
    .contact-area .contact-ttl span {
      text-align: left;
      display: inline-block;
      filter: drop-shadow(-3px 4px 4px #fff68c); } }
.contact-area .tel {
  text-align: center;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .contact-area .tel {
      text-align: center; } }
  @media screen and (max-width: 450px) {
    .contact-area .tel {
      text-align: right; } }
  .contact-area .tel a {
    font-family: 'Khula', sans-serif;
    font-size: 7.0rem;
    color: #ff9c00;
    letter-spacing: 0.05em;
    line-height: 1;
    padding: 30px 0 5px;
    display: inline-block; }
    @media screen and (min-width: 768px) {
      .contact-area .tel a {
        pointer-events: none; } }
    @media screen and (max-width: 767px) {
      .contact-area .tel a {
        font-size: 3.0rem;
        font-weight: bold;
        padding: 20px 0 15px;
        filter: drop-shadow(-3px 4px 4px #fff68c); } }
    @media screen and (min-width: 768px) {
      .contact-area .tel a i {
        font-size: 6.0rem; } }
.contact-area .btn-flex {
  max-width: 900px;
  width: 100%;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 767px) and (max-width: 1200px) {
    .contact-area .btn-flex {
      display: block; } }
  @media screen and (max-width: 767px) {
    .contact-area .btn-flex {
      flex-wrap: wrap;
      row-gap: 15px;
      margin: 10px auto 0;
      justify-content: center; } }
  .contact-area .btn-flex .btn-wrap {
    box-shadow: 5px 8px 0px 0px #348b5c;
    border-radius: 100px; }
    @media only screen and (min-width: 767px) and (max-width: 1200px) {
      .contact-area .btn-flex .btn-wrap {
        width: 435px;
        margin: 0 auto 35px; } }
    @media screen and (max-width: 767px) {
      .contact-area .btn-flex .btn-wrap {
        text-align: center; } }
    .contact-area .btn-flex .btn-wrap.mail {
      box-shadow: 5px 8px 0px 0px #2d6c8e; }
    .contact-area .btn-flex .btn-wrap .btn {
      transition-property: all;
      transition-duration: 0.3s;
      transition-timing-function: ease;
      transition-delay: 0s;
      display: inline-block;
      text-align: center;
      width: 435px;
      padding: 30px 0;
      color: #fff;
      font-size: 2.4rem;
      position: relative;
      top: 0;
      left: 0;
      border-radius: 100px;
      font-weight: bold;
      opacity: 1 !important; }
      @media screen and (max-width: 767px) {
        .contact-area .btn-flex .btn-wrap .btn {
          width: 315px;
          font-size: 1.7rem;
          padding: 20px 0; } }
      @media screen and (min-width: 768px) {
        .contact-area .btn-flex .btn-wrap .btn:hover {
          top: 8px;
          left: 5px; } }
      .contact-area .btn-flex .btn-wrap .btn::before {
        content: "";
        display: block;
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        left: 40px;
        top: 50%;
        transform: translateY(-50%); }
        @media screen and (max-width: 767px) {
          .contact-area .btn-flex .btn-wrap .btn::before {
            left: 30px; } }
      .contact-area .btn-flex .btn-wrap .btn.paper {
        background-color: #65bc8d;
        /*
        box-shadow: 0px 7px 0px 0px #348b5c;
        */ }
        @media screen and (max-width: 767px) {
          .contact-area .btn-flex .btn-wrap .btn.paper {
            /*
            box-shadow: 0px 4px 0px 0px #348b5c;
            */ } }
        .contact-area .btn-flex .btn-wrap .btn.paper::before {
          background-image: url(./img/icon_paper.png);
          width: 28px;
          height: 32px; }
          @media screen and (max-width: 767px) {
            .contact-area .btn-flex .btn-wrap .btn.paper::before {
              width: 22px;
              height: 25px; } }
      .contact-area .btn-flex .btn-wrap .btn.mail {
        background-color: #589dc3;
        /*
        box-shadow: 0px 7px 0px 0px #2d6c8e;
        */ }
        @media screen and (max-width: 767px) {
          .contact-area .btn-flex .btn-wrap .btn.mail {
            /*
            box-shadow: 0px 4px 0px 0px #2d6c8e;
            */ } }
        .contact-area .btn-flex .btn-wrap .btn.mail::before {
          background-image: url(./img/icon_mail.png);
          width: 32px;
          height: 26px; }
          @media screen and (max-width: 767px) {
            .contact-area .btn-flex .btn-wrap .btn.mail::before {
              width: 25px;
              height: 20px; } }
      .contact-area .btn-flex .btn-wrap .btn::after {
        content: "";
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        border-top: 4px solid #fff;
        border-right: 4px solid #fff;
        transform: rotate(45deg) translateY(-50%);
        right: 20px;
        top: 50%;
        right: 50px; }
        @media screen and (max-width: 767px) {
          .contact-area .btn-flex .btn-wrap .btn::after {
            width: 9px;
            height: 9px;
            border-top: 3px solid #fff;
            border-right: 3px solid #fff;
            right: 40px; } }
.contact-area.contact02 {
  margin: -55px 0 0; }
  @media screen and (max-width: 767px) {
    .contact-area.contact02 .inner .human-wrap {
      max-width: 140px; } }

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