@charset "UTF-8";
/*----------------------------------------------------
	☆common
----------------------------------------------------*/
.ttlStyle_01 {
  font-size: 4.4rem;
  line-height: 1.4;
  margin-bottom: 35px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .ttlStyle_01 {
      font-size: 3.0rem; } }
  .ttlStyle_01 span {
    font-size: 1.4rem;
    color: #b6b7b3;
    margin-top: 12px;
    display: block;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 768px) {
      .ttlStyle_01 span {
        font-size: 1.3rem; } }

#wrapper {
  padding-top: 100px; }
  @media screen and (max-width: 768px) {
    #wrapper {
      padding-top: 85px; } }

/*----------------------------------------------------
	☆mv
----------------------------------------------------*/
.mv {
  width: calc(100% - 120px);
  height: calc(100vh - 160px);
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mv {
      width: calc(100% - 40px);
      height: auto;
      border-radius: 15px; } }
  .mv .bgArea {
    background: url("/lib/cmn_img/mv.jpg") no-repeat center center/cover;
    width: 100%;
    height: calc(100vh - 160px); }
    @media screen and (max-width: 768px) {
      .mv .bgArea {
        height: auto;
        padding-top: 100%;
        background-image: url("/lib/cmn_img/mv_sp.jpg"); } }
  .mv .txWrap {
    width: 100%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    .mv .txWrap .main {
      font-size: 5.6rem;
      line-height: 1.5;
      padding-top: 90px;
      background: url("/lib/cmn_img/mv_icon01.png") no-repeat center top/63px 87px;
      color: #fff;
      padding-bottom: 75px; }
      @media screen and (max-width: 768px) {
        .mv .txWrap .main {
          font-size: 3.2rem;
          background-size: 50px 69px;
          padding-top: 80px;
          padding-bottom: 50px; } }
      .mv .txWrap .main span {
        font-size: 2.2rem;
        letter-spacing: 0.15em;
        display: block; }
        @media screen and (max-width: 768px) {
          .mv .txWrap .main span {
            font-size: 1.6rem;
            margin-top: 5px; } }

/*----------------------------------------------------
	☆sec01
----------------------------------------------------*/
.sec01 {
  padding: 140px 0 60px;
  background: url("/lib/cmn_img/sec01_bg.png") no-repeat right 8% bottom; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding-top: 70px;
      padding-bottom: 0;
      background-position: right -20px bottom 30px;
      background-size: 158px 228px; } }
  .sec01 .inr {
    font-size: 0; }
    .sec01 .inr .boxL {
      width: 500px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .sec01 .inr .boxL {
          width: 100% !important;
          text-align: center;
          margin-bottom: 20px; } }
      .sec01 .inr .boxL .secttl {
        padding-left: 85px;
        background: url("/lib/cmn_img/sec01_icon01.png") no-repeat top left/54px 89px;
        font-size: 4.0rem;
        line-height: 1.4; }
        @media screen and (max-width: 768px) {
          .sec01 .inr .boxL .secttl {
            padding: 64px 0 0 0;
            background-size: 34px 56px;
            font-size: 3.0rem;
            background-position: center top; } }
        .sec01 .inr .boxL .secttl span {
          display: block;
          font-size: 1.4rem;
          color: #b6b7b3;
          margin-top: 15px;
          letter-spacing: 0.08em; }
          @media screen and (max-width: 768px) {
            .sec01 .inr .boxL .secttl span {
              font-size: 1.3rem;
              margin-top: 13px; } }
    .sec01 .inr .boxR {
      width: calc(100% - 500px);
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .sec01 .inr .boxR {
          width: 100% !important; } }
      .sec01 .inr .boxR .tx {
        font-size: 2.0rem;
        line-height: 2.2; }
        @media screen and (max-width: 768px) {
          .sec01 .inr .boxR .tx {
            font-size: 1.5rem; } }

/*----------------------------------------------------
	☆sec02
----------------------------------------------------*/
.sec02 {
  position: relative;
  padding: 80px 0 120px 0; }
  @media screen and (max-width: 768px) {
    .sec02 {
      padding: 70px 0; } }
  .sec02::before {
    content: "";
    position: absolute;
    top: 268px;
    left: 0;
    width: 100%;
    height: calc(100% - 268px);
    background: #f3f4f1;
    z-index: -1; }
    @media screen and (max-width: 768px) {
      .sec02::before {
        top: 240px;
        height: calc(100% - 240px); } }
  .sec02 .serviceList {
    text-align: center; }
    .sec02 .serviceList > li {
      border-radius: 30px;
      border: 2px solid #0fa36a;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        .sec02 .serviceList > li {
          border-radius: 15px; } }
      .sec02 .serviceList > li .thum {
        height: 140px;
        width: 100%;
        display: table;
        background: #e2efe9 url("/lib/cmn_img/sec02_ptn.png") repeat;
        text-align: center; }
        @media screen and (max-width: 768px) {
          .sec02 .serviceList > li .thum {
            height: 90px; } }
        .sec02 .serviceList > li .thum span {
          display: table-cell;
          vertical-align: middle; }
          @media screen and (max-width: 768px) {
            .sec02 .serviceList > li .thum span {
              transform: scale(0.7); } }
      .sec02 .serviceList > li .name {
        background: #fff;
        padding: 5px;
        text-align: center;
        font-size: 2.2rem; }
        @media screen and (max-width: 768px) {
          .sec02 .serviceList > li .name {
            font-size: 1.5rem; } }
  .sec02 .tx01 {
    margin-top: 20px;
    font-size: 1.8rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec02 .tx01 {
        text-align: left;
        font-size: 1.4rem; } }
  .sec02 .whiteBox {
    border-radius: 30px;
    background: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0;
    padding: 30px 40px; }
    @media screen and (max-width: 768px) {
      .sec02 .whiteBox {
        border-radius: 15px;
        padding: 25px 20px; } }
    .sec02 .whiteBox .infoList > li {
      padding-left: 24px;
      position: relative;
      margin-bottom: 20px; }
      @media screen and (max-width: 768px) {
        .sec02 .whiteBox .infoList > li {
          padding-left: 20px; } }
      .sec02 .whiteBox .infoList > li::before {
        content: "";
        position: absolute;
        width: 15px;
        height: 15px;
        background: #0fa36a;
        border-radius: 90px;
        top: 9px;
        left: 0; }
        @media screen and (max-width: 768px) {
          .sec02 .whiteBox .infoList > li::before {
            width: 11px;
            height: 11px;
            top: 11px; } }
      .sec02 .whiteBox .infoList > li.last {
        margin-bottom: 0; }
      .sec02 .whiteBox .infoList > li .ttl {
        font-size: 2.0rem;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .sec02 .whiteBox .infoList > li .ttl {
            font-size: 1.6rem; } }
      .sec02 .whiteBox .infoList > li .tx {
        margin-top: 5px;
        font-size: 1.6rem;
        line-height: 1.6; }
        @media screen and (max-width: 768px) {
          .sec02 .whiteBox .infoList > li .tx {
            font-size: 1.3rem; } }
        .sec02 .whiteBox .infoList > li .tx .sml {
          font-size: 1.3rem; }
          @media screen and (max-width: 768px) {
            .sec02 .whiteBox .infoList > li .tx .sml {
              font-size: 1.2rem;
              display: block; } }
  .sec02 .galleryBox {
    margin-top: 70px; }
    .sec02 .galleryBox .gaList .sliderImg {
      padding: 0 10px; }
    .sec02 .galleryBox .slick-prev {
      left: -15px;
      background: url("/lib/cmn_img/arw-l.png") no-repeat center center/cover;
      width: 65px;
      height: 65px; }
      @media screen and (max-width: 768px) {
        .sec02 .galleryBox .slick-prev {
          width: 45px;
          height: 45px; } }
    .sec02 .galleryBox .slick-next {
      right: -15px;
      background: url("/lib/cmn_img/arw-r.png") no-repeat center center/cover;
      width: 65px;
      height: 65px; }
      @media screen and (max-width: 768px) {
        .sec02 .galleryBox .slick-next {
          width: 45px;
          height: 45px; } }
    .sec02 .galleryBox .slick-dots li.slick-active {
      background: #0fa36a; }
  .sec02 .flowBox {
    border-radius: 30px;
    background: #fff;
    max-width: 1000px;
    width: 100%;
    margin: 120px auto 0;
    padding: 30px 40px 40px;
    position: relative; }
    @media screen and (max-width: 768px) {
      .sec02 .flowBox {
        border-radius: 15px;
        margin-top: 90px;
        padding: 25px 20px 20px; } }
    .sec02 .flowBox::before {
      content: "";
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -40px;
      width: 80px;
      height: 5px;
      background: #0fa36a; }
    .sec02 .flowBox .ttl {
      font-size: 2.8rem;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec02 .flowBox .ttl {
          font-size: 2.0rem; } }
    .sec02 .flowBox .tx {
      font-size: 1.8rem;
      text-align: center;
      line-height: 1.8;
      margin-top: 5px; }
      @media screen and (max-width: 768px) {
        .sec02 .flowBox .tx {
          font-size: 1.3rem;
          text-align: left; } }
      .sec02 .flowBox .tx span {
        display: block;
        font-size: 1.3rem; }
        @media screen and (max-width: 768px) {
          .sec02 .flowBox .tx span {
            font-size: 1.2rem; } }
      .sec02 .flowBox .tx a {
        font-size: 2.2rem; }

/*----------------------------------------------------
	☆sec03
----------------------------------------------------*/
.sec03 {
  padding-top: 100px;
  background: url("/lib/cmn_img/sec03_bg.png") no-repeat top 60px left 9%; }
  @media screen and (max-width: 768px) {
    .sec03 {
      padding-top: 70px;
      background-size: 136px 144px;
      background-position: top 15px left -20px; } }
  .sec03 .inr {
    font-size: 0; }
    .sec03 .inr .boxL {
      width: 280px;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .sec03 .inr .boxL {
          width: 100%; } }
      .sec03 .inr .boxL .ttl {
        text-align: left; }
        @media screen and (max-width: 768px) {
          .sec03 .inr .boxL .ttl {
            text-align: center; } }
    .sec03 .inr .boxR {
      width: calc(100% - 280px);
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .sec03 .inr .boxR {
          width: 100%; } }
      .sec03 .inr .boxR table tr th, .sec03 .inr .boxR table tr td {
        font-size: 1.8rem; }
        @media screen and (max-width: 768px) {
          .sec03 .inr .boxR table tr th, .sec03 .inr .boxR table tr td {
            font-size: 1.4rem;
            display: table-cell;
            padding: 20px 0 !important; } }
      .sec03 .inr .boxR table tr th {
        width: 20%; }
        @media screen and (max-width: 768px) {
          .sec03 .inr .boxR table tr th {
            width: 30% !important; } }
    .sec03 .inr .map {
      border-radius: 30px;
      overflow: hidden;
      margin-top: 80px; }
      @media screen and (max-width: 768px) {
        .sec03 .inr .map {
          margin-top: 50px; } }
