@charset "UTF-8";
.secTtl {
  font-family: 'Noto Serif JP', serif;
  line-height: 1.8;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 60px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .secTtl {
      font-size: 1.4rem; } }
  .secTtl::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -25px;
    width: 66px;
    height: 1px;
    background: #ddd; }
  .secTtl::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -33px;
    bottom: -23px;
    width: 66px;
    height: 2px;
    background: #ddd; }
  .secTtl span {
    font-size: 5.0rem;
    display: block;
    font-weight: 200;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .secTtl span {
        font-size: 3.8rem; } }

.nmlTx {
  font-size: 1.4rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .nmlTx {
      font-size: 1.3rem; } }

.readTx01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 2.4rem;
  letter-spacing: 0.25em;
  text-align: center;
  line-height: 1.8; }
  @media screen and (max-width: 768px) {
    .readTx01 {
      font-size: 2.0rem; } }
  .readTx01 span.pink {
    color: #ea6e68; }
  .readTx01 span.en_go {
    display: block;
    font-size: 1.3rem;
    color: #999;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 768px) {
      .readTx01 span.en_go {
        font-size: 1.2rem; } }

.colorWh {
  color: #fff; }

.bdBox {
  background-color: #fff;
  position: relative; }
  .bdBox::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #ddd; }
  .bdBox .bdBoxIn {
    position: relative;
    z-index: 1; }

.start {
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9999999; }
  .start p {
    position: fixed;
    left: 50%;
    top: 47%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 99999999;
    width: 167px; }

/*----------------------------------------------------
☆cvBox
----------------------------------------------------*/
.cvBox {
  width: 100%;
  background: no-repeat center center / cover;
  padding: 60px 45px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .cvBox {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .cvBox.area01 {
    background-image: url("../lib/cmn_img/cv01_bg.jpg"); }
  .cvBox.area02 {
    background-image: url("../lib/cmn_img/cv02_bg.jpg"); }
  .cvBox.area03 {
    background-image: url("../lib/cmn_img/cv03_bg.jpg"); }

.btn {
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative; }
  .btn::before {
    content: "";
    position: absolute;
    background: url("../lib/cmn_img/cv_img01.png") no-repeat center center/cover;
    width: 135px;
    height: 37px;
    top: -20px;
    left: -20px;
    z-index: 1; }
    @media screen and (max-width: 768px) {
      .btn::before {
        width: 90px;
        height: 25px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .btn::before {
      top: -10px; } }

  .btn > a {
    display: block;
    background-color: #ea6e68;
    text-align: center;
    padding: 40px 10px;
    color: #fff;
    font-size: 1.8rem;
    position: relative; }
    @media screen and (max-width: 768px) {
      .btn > a {
        font-size: 1.4rem;
        padding-top: 15px;
        padding-bottom: 17px; } }
    .btn > a::before {
      content: "";
      position: absolute;
      top: 50%;
      margin-top: -4px;
      right: 20px;
      background: url("../lib/cmn_img/arw_wh.png") no-repeat center center/cover;
      width: 15px;
      height: 7px;
      transition: all .3s ease-in-out; }
    .btn > a:hover {
      background-color: #d64841; }
      .btn > a:hover::before {
        right: 15px; }

/*----------------------------------------------------
☆mv
----------------------------------------------------*/
.mv {
  position: relative; }
  .mv .logo {
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 40px; }
    @media screen and (max-width: 768px) {
      .mv .logo {
        top: 15px;
        left: 15px; } }
    .mv .logo img {
      width: 261px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 768px) {
        .mv .logo img {
          width: 210px; } }
    .mv .logo span {
      display: none; }
  .mv .img {
    width: 100%;
    height: 100vh;
    background: url("../lib/cmn_img/mv.jpg") no-repeat center center/cover; }
    @media screen and (max-width: 1200px) {
      .mv .img {
        background-position: left center; } }
    @media screen and (max-width: 768px) {
      .mv .img {
        background-image: url("../lib/cmn_img/mv_sp.jpg");
        height: auto;
        padding-top: 100%; } }
  .mv .txBox {
    position: absolute;
    top: 53%;
    left: 8%;
    transform: translateY(-50%);
    max-width: 380px;
    width: calc(100% - 40px);
    height: auto;
    background: #fff;
    padding: 4px; }
    @media screen and (max-width: 768px) {
      .mv .txBox {
        left: 20px;
        width: calc(100% - 40px);
        bottom: -390px;
        top: auto;
        transform: translateY(0); } }
    .mv .txBox .txBoxIn {
      padding: 40px 30px 30px;
      background-color: #fff;
      border: 1px solid #ddd;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .mv .txBox .txBoxIn {
          padding: 40px 20px 30px; } }
      .mv .txBox .txBoxIn .tx01 {
        font-size: 5.4rem;
        line-height: 1.1;
        font-weight: 200;
        letter-spacing: 0.04em;
        position: relative; }
        .mv .txBox .txBoxIn .tx01::before {
          content: "";
          position: absolute;
          background: url("../lib/cmn_img/mv_img01.png") no-repeat center center/cover;
          width: 85px;
          height: 35px;
          bottom: 0px;
          right: -10px;
          z-index: 0; }
          @media screen and (max-width: 768px) {
            .mv .txBox .txBoxIn .tx01::before {
              right: 8px; } }
        @media screen and (max-width: 768px) {
          .mv .txBox .txBoxIn .tx01 {
            font-size: 4.8rem; } }
        .mv .txBox .txBoxIn .tx01 span {
          letter-spacing: 0.27em;
          margin-left: 10px;
          font-weight: 200;
          display: inline-block; }
      .mv .txBox .txBoxIn .tx02 {
        line-height: 1.5;
        font-size: 3.4rem;
        font-weight: 200;
        letter-spacing: 0.06em; }
      .mv .txBox .txBoxIn .tx03 {
        line-height: 1;
        font-size: 1.2rem;
        width: 100%;
        display: inline-block;
        text-align: center;
        letter-spacing: 0.2em;
        padding: 18px 0;
        border-top: 2px solid #ddd;
        border-bottom: 2px solid #ddd;
        margin-top: 20px;
        position: relative; }
        .mv .txBox .txBoxIn .tx03::before {
          content: "";
          position: absolute;
          top: 2px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #ddd; }
        .mv .txBox .txBoxIn .tx03::after {
          content: "";
          position: absolute;
          bottom: 2px;
          left: 0;
          width: 100%;
          height: 1px;
          background-color: #ddd; }
      .mv .txBox .txBoxIn .tx04 {
        margin-top: 25px;
        font-size: 2.7rem;
        line-height: 1.5;
        font-weight: 200; }
        @media screen and (max-width: 768px) {
          .mv .txBox .txBoxIn .tx04 {
            font-size: 2.3rem; } }
        .mv .txBox .txBoxIn .tx04 span {
          display: block;
          font-size: 1.4rem;
          letter-spacing: 0.3em; }
      .mv .txBox .txBoxIn .tx05 {
        font-size: 1.1rem;
        letter-spacing: 0.2em;
        margin-top: 15px; }

/*----------------------------------------------------
☆sec01
----------------------------------------------------*/
.sec01 {
  background: url("../lib/cmn_img/sec01_bg.jpg") no-repeat center center/cover; }
  @media screen and (max-width: 768px) {
    .sec01 {
      padding-top: 450px; } }
  .sec01 .bnrList > li {
    margin-bottom: 40px; }
     .sec01 .bnr_btn img{box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.3);transition : 0.2s;}
     .sec01 .bnr_btn img:hover{box-shadow: none;transform: translate3d(0, 3px, 0);}
    @media screen and (max-width: 768px) {
      .sec01 .bnrList > li {
        margin-bottom: 30px; } }
    .sec01 .bnrList > li.first a:hover {
      opacity: 0.7; }
    .sec01 .bnrList > li.last {
      margin-bottom: 0; }

/*----------------------------------------------------
☆sec02
----------------------------------------------------*/
.sec02 {
  position: relative; }
  .sec02::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #f5f3f3;
    width: 35%;
    height: 2200px; }
    @media screen and (max-width: 768px) {
      .sec02::before {
        content: none; } }
  @media screen and (max-width: 768px) {
    .sec02 .inrL {
      width: 100%; } }
  .sec02 .intr .logo {
    width: 304px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .sec02 .intr .logo {
        width: 232px; } }
  .sec02 .reasonBox {
    margin-top: 60px; }
    .sec02 .reasonBox .reasonList {
      position: relative; }
      @media screen and (max-width: 768px) {
        .sec02 .reasonBox .reasonList::before {
          content: "";
          position: absolute;
          left: 0;
          bottom: -80px;
          background: #f5f3f3;
          width: 50%;
          height: calc(100% + 47px); } }
      .sec02 .reasonBox .reasonList > li {
        margin-bottom: 100px; }
        @media screen and (max-width: 768px) {
          .sec02 .reasonBox .reasonList > li {
            margin-bottom: 60px; } }
        .sec02 .reasonBox .reasonList > li.last {
          margin-bottom: 60px; }
          @media screen and (max-width: 768px) {
            .sec02 .reasonBox .reasonList > li.last {
              margin-bottom: 0; } }
        @media screen and (max-width: 768px) {
          .sec02 .reasonBox .reasonList > li .readTx01 {
            font-size: 1.8rem; } }
        .sec02 .reasonBox .reasonList > li .boxWrap {
          position: relative;
          margin-top: 30px;
          overflow: hidden;
          zoom: 1;
          padding-bottom: 70px; }
          .sec02 .reasonBox .reasonList > li .boxWrap .imgBox {
            width: 52%;
            padding-top: 40%;
            background: no-repeat center center / cover;
            display: inline-block; }
            @media screen and (max-width: 768px) {
              .sec02 .reasonBox .reasonList > li .boxWrap .imgBox {
                width: 80%;
                padding-top: 80%;
                position: relative;
                z-index: 0; } }
          .sec02 .reasonBox .reasonList > li .boxWrap .txBox {
            position: absolute;
            right: 0;
            top: 60px;
            width: 52%;
            padding-top: 40%;
            border: 1px solid #ccc; }
            @media screen and (max-width: 768px) {
              .sec02 .reasonBox .reasonList > li .boxWrap .txBox {
                position: relative;
                z-index: 1;
                margin-top: -100px;
                width: 82%;
                float: right;
                margin-right: 20px;
                padding-top: 0;
                height: auto; } }
            .sec02 .reasonBox .reasonList > li .boxWrap .txBox .num {
              position: absolute;
              top: -15px;
              right: 20px;
              z-index: 1; }
            .sec02 .reasonBox .reasonList > li .boxWrap .txBox .tate {
              position: absolute;
              top: 40px;
              right: 30px;
              font-size: 1.2rem;
              color: #999;
              writing-mode: vertical-rl;
              letter-spacing: 0.1em; }
              @media screen and (max-width: 768px) {
                .sec02 .reasonBox .reasonList > li .boxWrap .txBox .tate {
                  right: 5px;
                  font-size: 1.1rem;
                  color: #aaa;
                  top: 20px; } }
            .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in {
              position: absolute;
              top: 50%;
              left: 0%;
              transform: translateY(-50%);
              text-align: left;
              padding: 30px 50px 30px 15%; }
              @media screen and (max-width: 768px) {
                .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in {
                  position: static;
                  transform: translateY(0);
                  padding: 50px 20px 30px 18px; } }
              .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .ttl01 {
                font-size: 2.2rem;
                letter-spacing: 0.2em;
                font-family: 'Noto Serif JP', serif; }
                .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .ttl01 span {
                  color: #ea6e68; }
                @media screen and (max-width: 768px) {
                  .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .ttl01 {
                    font-size: 1.6rem;
                    letter-spacing: 0.12em; } }
              .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .ttl02 {
                font-size: 1.6rem;
                letter-spacing: 0.08em;
                padding-top: 20px;
                margin-top: 20px;
                background: url("../lib/cmn_img/sec02_icon01.png") no-repeat left top/11px 10px; }
                @media screen and (max-width: 768px) {
                  .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .ttl02 {
                    font-size: 1.4rem; } }
              .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .tx {
                font-size: 1.4rem;
                margin-top: 20px; }
                @media screen and (max-width: 768px) {
                  .sec02 .reasonBox .reasonList > li .boxWrap .txBox .in .tx {
                    font-size: 1.3rem; } }
        .sec02 .reasonBox .reasonList > li:nth-child(1) .boxWrap .imgBox {
          background-image: url("../lib/cmn_img/sec02_img01.jpg"); }
        .sec02 .reasonBox .reasonList > li:nth-child(1) .boxWrap .txBox .num {
          width: 58px;
          height: 31px; }
        .sec02 .reasonBox .reasonList > li:nth-child(2) {
          text-align: right; }
          .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .imgBox {
            background-image: url("../lib/cmn_img/sec02_img02.jpg"); }
          .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .txBox {
            left: 0;
            right: auto; }
            @media screen and (max-width: 768px) {
              .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .txBox {
                float: left;
                margin-right: auto;
                margin-left: 20px; } }
            .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .txBox .num {
              width: 53px;
              height: 31px; }
            .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .txBox .in {
              padding: 30px 15% 30px 50px; }
              @media screen and (max-width: 768px) {
                .sec02 .reasonBox .reasonList > li:nth-child(2) .boxWrap .txBox .in {
                  padding: 50px 20px 30px 18px; } }
        .sec02 .reasonBox .reasonList > li:nth-child(3) .boxWrap .imgBox {
          background-image: url("../lib/cmn_img/sec02_img03.jpg"); }
        .sec02 .reasonBox .reasonList > li:nth-child(3) .boxWrap .txBox .num {
          width: 44px;
          height: 26px; }

/*----------------------------------------------------
☆sec03
----------------------------------------------------*/
.sec03 {
  background: url("../lib/cmn_img/sec03_bg.jpg") no-repeat center center/cover; }
  .sec03 .planList {
    margin-top: 40px; }
    .sec03 .planList > li {
      padding: 50px;
      width: 48%;
      margin-right: 4%;
      margin-bottom: 4%;
      display: inline-block;
      vertical-align: top; }
      @media screen and (max-width: 768px) {
        .sec03 .planList > li {
          width: 100%;
          margin: 0 0 30px; } }
      .sec03 .planList > li:nth-child(2n) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .sec03 .planList > li {
          padding: 35px 17px; } }
      .sec03 .planList > li .readTx01 {
        line-height: 1.3; }
        @media screen and (max-width: 768px) {
          .sec03 .planList > li .readTx01 {
            font-size: 1.9rem;
            line-height: 1.2;
            letter-spacing: 0.12em; } }
        .sec03 .planList > li .readTx01 span {
          margin-top: 10px; }
      .sec03 .planList > li .img {
        margin-top: 25px; }
      .sec03 .planList > li .thumList {
        font-size: 0;
        margin-top: 15px; }
        .sec03 .planList > li .thumList > li {
          width: 50%;
          display: inline-block;
          vertical-align: middle;
          font-size: 1.6rem;
          line-height: 1.7;
          text-align: center; }
          @media screen and (max-width: 768px) {
            .sec03 .planList > li .thumList > li span {
              font-size: 1.1rem;
              letter-spacing: -1px; } }
          @media screen and (max-width: 768px) {
            .sec03 .planList > li .thumList > li {
              font-size: 1.4rem; } }
          .sec03 .planList > li .thumList > li:nth-child(1) {
            position: relative; }
            .sec03 .planList > li .thumList > li:nth-child(1)::before {
              content: "";
              position: absolute;
              background: url("../lib/cmn_img/sec03_item01.png") no-repeat center center/cover;
              width: 24px;
              height: 24px;
              top: 50%;
              margin-top: -12px;
              right: -12px; }
      .sec03 .planList > li .thumTx {
        font-size: 1.6rem;
        line-height: 1.7;
        text-align: center;
        margin-top: 15px; }
        @media screen and (max-width: 768px) {
          .sec03 .planList > li .thumTx {
            font-size: 1.4rem; } }
        .sec03 .planList > li .thumTx span {
          background: linear-gradient(transparent 60%, #ffe1e0 60%); }
      .sec03 .planList > li .info {
        margin-top: 25px;
        padding-top: 20px;
        border-top: 1px solid #ddd;
        font-size: 1.4rem; }
        @media screen and (max-width: 768px) {
          .sec03 .planList > li .info {
            font-size: 1.2rem; } }
      @media screen and (max-width: 374px) {
        .sec03 .planList > li.sp_icon .thumList > li:nth-child(1)::before {
          top: 0; } }
  .sec03 .and {
    width: 80px;
    display: block;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      .sec03 .and {
        width: 63px; } }
  .sec03 .itemList {
    margin-top: 50px;
    font-size: 0; }
    @media screen and (max-width: 768px) {
      .sec03 .itemList {
        margin-top: 35px; } }
    .sec03 .itemList > li {
      width: 18.4%;
      display: inline-block;
      vertical-align: top;
      margin-right: 2%;
      padding: 25px 10px;
      text-align: center;
      /*&:nth-child(1){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon01.png");
      		background-size: 33px 27px;
      	}
      }
      &:nth-child(2){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon02.png");
      		background-size: 46px 39px;
      	}
      }
      &:nth-child(3){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon03.png");
      		background-size: 30px 36px;
      	}
      }
      &:nth-child(3){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon04.png");
      		background-size: 35px 27px;
      	}
      }
      &:nth-child(4){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon05.png");
      		background-size: 28px 38px;
      	}
      }
      &:nth-child(5){
      	p{
      		background-image: url("../lib/cmn_img/sec03_icon06.png");
      		background-size: 36px 29px;
      	}
      }*/ }
      @media screen and (max-width: 768px) {
        .sec03 .itemList > li {
          width: 49%;
          padding: 20px 5px;
          margin-bottom: 2%; } }
      .sec03 .itemList > li:nth-child(5) {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .sec03 .itemList > li:nth-child(2n) {
          margin-right: 0; } }
      .sec03 .itemList > li p {
        font-size: 1.4rem;
        padding-top: 10px;
        line-height: 1.6;
        background: no-repeat center top; }
        @media screen and (max-width: 768px) {
          .sec03 .itemList > li p {
            font-size: 1.3rem; } }
  .sec03 .priceBox {
    max-width: 500px;
    width: 100%;
    margin: 40px auto 0 auto; }
    .sec03 .priceBox .ttl {
      background-color: #ea6e68;
      font-size: 1.8rem;
      color: #fff;
      letter-spacing: 0.1em;
      text-align: center;
      line-height: 1;
      padding: 10px 5px; }
      @media screen and (max-width: 768px) {
        .sec03 .priceBox .ttl {
          font-size: 1.7rem;
          letter-spacing: 0.06em; } }
    .sec03 .priceBox .whiteBox {
      background-color: #fff;
      padding: 30px;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec03 .priceBox .whiteBox {
          padding: 20px 12px; } }
      .sec03 .priceBox .whiteBox .price span.bd {
        font-size: 1.4rem;
        line-height: 1;
        padding: 5px 8px;
        border: 1px solid #ddd;
        margin-right: 10px; }
        @media screen and (max-width: 768px) {
          .sec03 .priceBox .whiteBox .price span.bd {
            font-size: 1.3rem;
            padding: 3px 5px;
            margin-right: 6px; } }
      .sec03 .priceBox .whiteBox .price span.en {
        font-size: 5.0rem;
        font-weight: 200;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .sec03 .priceBox .whiteBox .price span.en {
            font-size: 3.5rem; } }
      .sec03 .priceBox .whiteBox .cauTx {
        font-size: 1.3rem;
        color: #999;
        margin-top: 15px; }

/*----------------------------------------------------
☆sec04
----------------------------------------------------*/
.sec04 {
  max-width: 1440px;
  width: calc(100% - 40px);
  margin: 80px auto 0 auto;
  background: url("../lib/cmn_img/sec04_img01.jpg") no-repeat center top/cover;
  text-align: center;
  padding: 80px 0;
  position: relative; }
  @media screen and (max-width: 768px) {
    .sec04 {
      padding: 45px 0; } }
  .sec04::before {
    content: "";
    position: absolute;
    top: 4px;
    right: 4px;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    border: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    .sec04 {
      margin-top: 60px; } }
  .sec04 .tx01 {
    font-size: 4.2rem;
    color: #fff;
    letter-spacing: 0.15em;
    font-weight: 200; }
    @media screen and (max-width: 768px) {
      .sec04 .tx01 {
        font-size: 3.2rem; } }
  .sec04 .tx02 {
    font-size: 1.6rem;
    color: #fff;
    letter-spacing: 0.08em; }
    @media screen and (max-width: 768px) {
      .sec04 .tx02 {
        font-size: 1.3rem; } }

/*----------------------------------------------------
☆sec05
----------------------------------------------------*/
.sec05 .gaList {
  font-size: 0;
  width: 100%; }
  .sec05 .gaList > li {
    width: 15%;
    margin-right: 2%;
    margin-bottom: 2%;
    display: inline-block;
    vertical-align: top; }
    @media screen and (max-width: 768px) {
      .sec05 .gaList > li {
        width: 32%; } }
    .sec05 .gaList > li:nth-child(6n) {
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .sec05 .gaList > li:nth-child(6n) {
          margin-right: 2%; } }
    @media screen and (max-width: 768px) {
      .sec05 .gaList > li:nth-child(3n) {
        margin-right: 0; } }
    .sec05 .gaList > li a {
      background: no-repeat center center / cover;
      width: 100%;
      padding-top: 100%;
      display: block; }
    .sec05 .gaList > li:nth-child(9) a {
      background-position: center right; }
    .sec05 .gaList > li:nth-child(12) a {
      background-position: center top; }
    .sec05 .gaList > li:nth-child(17) a {
      background-position: center left; }

/*----------------------------------------------------
☆sec06
----------------------------------------------------*/
.sec06 {
  background: url("../lib/cmn_img/sec06_bg.jpg") no-repeat center center/cover; }
  .sec06 .sec06Ttl {
    text-align: center; }
    .sec06 .sec06Ttl span {
      font-size: 4.0rem;
      color: #fff;
      position: relative;
      line-height: 1;
      font-weight: 200;
      letter-spacing: 0.06em; }
      .sec06 .sec06Ttl span::before {
        content: "";
        position: absolute;
        left: -40px;
        top: 45%;
        background: url("../lib/cmn_img/sec06_item01.png") no-repeat center center/cover;
        width: 22px;
        height: 3px; }
      .sec06 .sec06Ttl span::after {
        content: "";
        position: absolute;
        right: -40px;
        top: 45%;
        background: url("../lib/cmn_img/sec06_item02.png") no-repeat center center/cover;
        width: 22px;
        height: 3px; }
      @media screen and (max-width: 768px) {
        .sec06 .sec06Ttl span {
          font-size: 3.6rem; } }
  .sec06 .pointList {
    max-width: 600px;
    margin: 30px auto 0 auto;
    width: 100%;
    font-size: 0; }
    .sec06 .pointList > li {
      width: 32%;
      padding-top: 32%;
      display: inline-block;
      vertical-align: top;
      border-radius: 900px;
      background-color: #fff;
      position: relative;
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        .sec06 .pointList > li {
          margin-right: 1%;
          width: 32.666%;
          padding-top: 32.666%; } }
      .sec06 .pointList > li.last {
        margin-right: 0; }
      .sec06 .pointList > li .in {
        position: absolute;
        top: 3px;
        left: 3px;
        width: 100%;
        font-size: 1.8rem;
        line-height: 1.9;
        background-color: #fff;
        border: 1px solid #ddd;
        width: calc(100% - 6px);
        height: calc(100% - 6px);
        border-radius: 900px;
        display: table; }
        @media screen and (max-width: 768px) {
          .sec06 .pointList > li .in {
            font-size: 1.4rem; } }
        @media screen and (max-width: 374px) {
          .sec06 .pointList > li .in {
            font-size: 1.3rem;
            letter-spacing: -1px; } }
        .sec06 .pointList > li .in p {
          display: table-cell;
          vertical-align: middle;
          text-align: center;
          line-height: 1.6; }
          .sec06 .pointList > li .in p span {
            color: #ea6e68; }
  .sec06 .info {
    font-size: 1.6rem;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sec06 .info {
        font-size: 1.4rem; } }

/*----------------------------------------------------
☆sec07
----------------------------------------------------*/
.sec07 {
  padding-left: 20px;
  padding-right: 20px;
  background: url("../lib/cmn_img/sec07_bg.jpg") no-repeat center center/cover; }
  .sec07 .whiteBox {
    max-width: 900px;
    width: 100%;
    margin: 0 auto; }
    .sec07 .whiteBox .bdBoxIn {
      padding: 50px; }
      @media screen and (max-width: 768px) {
        .sec07 .whiteBox .bdBoxIn {
          padding: 30px 20px; } }
      .sec07 .whiteBox .bdBoxIn .readTx01 {
        position: relative;
        margin-bottom: 40px; }
        @media screen and (max-width: 768px) {
          .sec07 .whiteBox .bdBoxIn .readTx01 {
            font-size: 1.8rem; } }
        .sec07 .whiteBox .bdBoxIn .readTx01::before {
          content: "";
          position: absolute;
          left: 50%;
          bottom: -20px;
          background: #ddd;
          width: 40px;
          height: 1px;
          margin-left: -20px; }
      .sec07 .whiteBox .bdBoxIn .pointList {
        margin-top: 15px; }
        .sec07 .whiteBox .bdBoxIn .pointList > li {
          display: inline-block;
          vertical-align: middle;
          margin-right: 35px;
          padding-left: 23px;
          background: url("../lib/cmn_img/sec07_icon01.png") no-repeat center left/17px 17px;
          font-size: 1.6rem; }
          @media screen and (max-width: 768px) {
            .sec07 .whiteBox .bdBoxIn .pointList > li {
              font-size: 1.4rem; } }
          @media screen and (max-width: 768px) {
            .sec07 .whiteBox .bdBoxIn .pointList > li.last {
              margin-right: 0; } }
      .sec07 .whiteBox .bdBoxIn .grayBox {
        background-color: #eee;
        width: 100%;
        padding: 17px;
        margin-top: 20px; }
        @media screen and (max-width: 768px) {
          .sec07 .whiteBox .bdBoxIn .grayBox {
            padding: 10px; } }

/*----------------------------------------------------
☆sec08
----------------------------------------------------*/
.sec08 .wrap {
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1; }
  .sec08 .wrap .imgBox {
    background: url("../lib/cmn_img/sec08_img01.jpg") no-repeat center center/cover;
    position: relative;
    float: right;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .sec08 .wrap .imgBox {
        width: 100%;
        padding-top: 66.666%; } }
    .sec08 .wrap .imgBox::before {
      content: "";
      position: absolute;
      top: 25px;
      right: 25px;
      background: url("../lib/cmn_img/sec08_icon01.png") no-repeat center center/cover;
      width: 80px;
      height: 80px;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        .sec08 .wrap .imgBox::before {
          top: 10px;
          right: 10px; } }
  .sec08 .wrap .txBox {
    padding: 60px 50px;
    float: left;
    position: relative;
    border: 1px solid #ddd;
    width: 50%; }
    @media screen and (max-width: 768px) {
      .sec08 .wrap .txBox {
        padding: 30px 17px;
        text-align: center;
        width: 100%; } }
    .sec08 .wrap .txBox::before {
      content: "";
      position: absolute;
      top: 25px;
      left: -20px;
      background: url("../lib/cmn_img/sec08_img01.png") no-repeat center center/cover;
      width: 83px;
      height: 27px; }
      @media screen and (max-width: 768px) {
        .sec08 .wrap .txBox::before {
          top: 15px; } }
    @media screen and (max-width: 768px) {
      .sec08 .wrap .txBox .readTx01 {
        font-size: 1.8rem; } }

/*----------------------------------------------------
☆sec09
----------------------------------------------------*/
.sec09 .wrap {
  margin-top: 50px;
  font-size: 0; }
  .sec09 .wrap .imgBox {
    width: 343px;
    margin-right: 60px;
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .sec09 .wrap .imgBox {
        width: 100%;
        margin: 0 0 30px;
        text-align: center; } }
  .sec09 .wrap .txBox {
    width: calc(100% - 403px);
    display: inline-block;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .sec09 .wrap .txBox {
        width: 100%;
        text-align: center; } }
    .sec09 .wrap .txBox .name {
      font-size: 1.3rem;
      line-height: 1.6; }
      .sec09 .wrap .txBox .name span {
        display: block; }
        .sec09 .wrap .txBox .name span.tx01 {
          font-size: 3.0rem; }
        .sec09 .wrap .txBox .name span.tx02 {
          font-size: 1.1rem;
          color: #999;
          letter-spacing: 0.08em;
          line-height: 1; }
    .sec09 .wrap .txBox .map a {
      display: block;
      background: #222;
      width: 170px;
      padding: 10px 10px 12px;
      font-size: 1.4rem;
      color: #fff;
      text-align: center; }
      @media screen and (max-width: 768px) {
        .sec09 .wrap .txBox .map a {
          margin: 0 auto; } }
    .sec09 .wrap .txBox .tel a {
      font-size: 3.0rem; }
      .sec09 .wrap .txBox .tel a span {
        padding-left: 25px;
        background: url("../lib/cmn_img/sec09_icon01.png") no-repeat center left/18px 23px;
        line-height: 1; }
    .sec09 .wrap .txBox .tel_02 {
      line-height: 1.5;
      margin-bottom: 5px; }
    .sec09 .wrap .txBox .cauTx01 {
      display: inline-block;
      font-size: 1.2rem;
      line-height: 1;
      padding: 5px 13px;
      line-height: 1.6;
      border: 1px solid #ddd; }
      @media screen and (max-width: 768px) {
        .sec09 .wrap .txBox .cauTx01 {
          padding: 5px 7px;
          font-size: 1.1rem; } }
    .sec09 .wrap .txBox .cauTx02 {
      font-size: 1.2rem;
      color: #999;
      margin-top: 5px; }
