@charset "UTF-8";
/*----------------------------------------------------
	☆COMMON
----------------------------------------------------*/
.mainTtl {
  font-size: 7.6rem;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 45px; }
  @media screen and (max-width: 1200px) {
    .mainTtl {
      font-size: 6.0rem; } }
  @media screen and (max-width: 768px) {
    .mainTtl {
      font-size: 4.0rem;
      margin-bottom: 30px;
      text-align: center; } }
  .mainTtl span {
    display: block;
    font-size: 2.0rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.15em;
    margin-top: 10px; }
    @media screen and (max-width: 768px) {
      .mainTtl span {
        font-size: 1.6rem;
        width: 20px;
        margin: 0 auto 5px auto; } }
    .mainTtl span::before {
      content: "";
      position: absolute;
      left: -20px;
      top: 50%;
      width: 10px;
      height: 2px;
      background: #111; }

@media screen and (max-width: 768px) {
  section.top100 {
    margin-top: 80px !important; } }

/*----------------------------------------------------
	☆MV
----------------------------------------------------*/
.mv {
  width: 100%;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .mv {
      padding-top: 80px; } }
  .mv .mvSlider {
    margin-bottom: 0; }
    .mv .mvSlider li.slide {
      height: 100vh;
      width: 100%;
      position: relative; }
      @media screen and (max-width: 768px) {
        .mv .mvSlider li.slide {
          height: auto; } }
      .mv .mvSlider li.slide::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10%;
        width: 50%;
        height: 38%;
        background: #f3f1ea;
        z-index: -1;
        opacity: 0;
        transition: all .15s ease-in; }
        @media screen and (max-width: 768px) {
          .mv .mvSlider li.slide::before {
            content: none; } }
      .mv .mvSlider li.slide.active::before {
        opacity: 1; }
      @media screen and (max-width: 768px) {
        .mv .mvSlider li.slide {
          opacity: 1; } }
      .mv .mvSlider li.slide .txArea {
        color: #111;
        position: absolute;
        top: 50%;
        left: 6%;
        transform: translateY(-50%);
        z-index: 10;
        line-height: 1; }
        @media screen and (max-width: 768px) {
          .mv .mvSlider li.slide .txArea {
            width: 90%;
            height: auto;
            position: static;
            text-align: center;
            transform: translateY(0);
            text-align: center;
            margin: 30px auto 0 auto; } }
        .mv .mvSlider li.slide .txArea .mainTx {
          letter-spacing: 0.01em; }
          .mv .mvSlider li.slide .txArea .mainTx .tag {
            font-size: 6.5rem;
            padding-bottom: 29px;
            display: inline-block;
            vertical-align: bottom;
            margin-right: 5px; }
            @media screen and (max-width: 1200px) {
              .mv .mvSlider li.slide .txArea .mainTx .tag {
                font-size: 3.0rem;
                padding-bottom: 20px; } }
            @media screen and (max-width: 768px) {
              .mv .mvSlider li.slide .txArea .mainTx .tag {
                font-size: 2.2rem;
                padding-bottom: 10px; } }
          .mv .mvSlider li.slide .txArea .mainTx .mainEn {
            font-size: 13.2rem;
            padding-right: 120px;
			font-weight: 500;
            line-height: 1;
            background: url(/lib/cmn_img/top/mv_img01.png) no-repeat bottom 15px right/112px 80px;
            letter-spacing: -0.03em; }
            @media screen and (max-width: 1200px) {
              .mv .mvSlider li.slide .txArea .mainTx .mainEn {
                font-size: 8.0rem;
                background-position: bottom 10px right;
                background-size: 66px 40px;
                padding-right: 80px; } }
            @media screen and (max-width: 768px) {
              .mv .mvSlider li.slide .txArea .mainTx .mainEn {
                font-size: 4.4rem;
                padding-right: 45px;
                background-size: 40px 24px; } }
        .mv .mvSlider li.slide .txArea .jaTx {
          font-size: 2.2rem;
          letter-spacing: 0.2em;
          display: block;
          font-weight: bold;
          margin-left: 60px;
          margin-top: 25px;
          text-align: left; }
          @media screen and (max-width: 768px) {
            .mv .mvSlider li.slide .txArea .jaTx {
              font-size: 1.8rem;
              margin: 15px 0 0 0;
              text-align: center; } }
        .mv .mvSlider li.slide .txArea .btnStyle_02 {
          margin-top: 25px;
          margin-left: 60px;
          background-size: 66px 40px; }
          @media screen and (max-width: 768px) {
            .mv .mvSlider li.slide .txArea .btnStyle_02 {
              margin: 15px auto 0 auto; } }
          .mv .mvSlider li.slide .txArea .btnStyle_02 a {
            border-bottom: none;
            position: relative;
            min-width: 155px;
            opacity: 0;
            transition: all .15s ease-in; }
            .mv .mvSlider li.slide .txArea .btnStyle_02 a::before {
              content: "";
              position: absolute;
              left: 0;
              bottom: 0;
              width: 0;
              height: 1px;
              background: #111;
              transition: all .3s ease-in; }
            @media screen and (max-width: 768px) {
              .mv .mvSlider li.slide .txArea .btnStyle_02 a {
                margin: 0 auto;
                text-align: center; } }
            .mv .mvSlider li.slide .txArea .btnStyle_02 a.in {
              opacity: 1; }
              .mv .mvSlider li.slide .txArea .btnStyle_02 a.in::before {
                width: 100%; }
      .mv .mvSlider li.slide .imgArea {
        height: 100%;
        width: 90%;
        position: absolute;
        bottom: 0;
        top: 50px;
        right: -8%;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .mv .mvSlider li.slide .imgArea {
            position: static;
            margin: 0 auto;
            height: 320px; } }
        .mv .mvSlider li.slide .imgArea p {
          width: 100%;
          height: 100%; }
          .mv .mvSlider li.slide .imgArea p span {
            display: block;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            width: 100%;
            height: 100%;
            position: relative; }
            .mv .mvSlider li.slide .imgArea p span::before {
              content: "";
              position: absolute;
              left: 0;
              top: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 13vw 50vw 0 0;
              border-color: #ffffff transparent transparent transparent;
              z-index: 9; }
              @media screen and (max-width: 1200px) {
                .mv .mvSlider li.slide .imgArea p span::before {
                  border-width: 16vw 50vw 0 0; } }
            .mv .mvSlider li.slide .imgArea p span::after {
              content: "";
              position: absolute;
              right: 0;
              top: 0;
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 0 50vw 13vw 0;
              border-color: transparent #ffffff transparent transparent;
              z-index: 9; }
              @media screen and (max-width: 1200px) {
                .mv .mvSlider li.slide .imgArea p span::after {
                  border-width: 0 50vw 16vw 0; } }
    .mv .mvSlider .slick-dots {
      bottom: 35px;
      left: -35px;
      width: auto;
      transition: all .3s ease-in; }
      .mv .mvSlider .slick-dots.active {
        left: 35px; }
        @media screen and (max-width: 768px) {
          .mv .mvSlider .slick-dots.active {
            left: 40px; } }
      @media screen and (max-width: 768px) {
        .mv .mvSlider .slick-dots {
          top: 30%; } }
      .mv .mvSlider .slick-dots > li {
        width: 8px;
        height: 8px;
        display: block;
        margin: 15px 0;
        border-radius: 50px; }
        @media screen and (max-width: 768px) {
          .mv .mvSlider .slick-dots > li {
            width: 11px;
            height: 11px;
            margin: 20px 0; } }
        .mv .mvSlider .slick-dots > li.slick-active {
          background: #fff;
          border: 1px solid #111; }
  .mv .mvImgEf::before {
    transition: all .8s ease-in-out; }

/*----------------------------------------------------
	☆CT01
----------------------------------------------------*/
.section_01 {
  padding: 140px 0;
  background: url(/lib/cmn_img/top/ct01_img02.png) no-repeat right bottom -50px/306px 429px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .section_01 {
      padding: 0 0 80px 0;
      margin: 80px 0 0 0;
      background-size: 153px 215px;
      background-position: right bottom 20px; } }
  .section_01::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    background: #f3f1ea;
    z-index: -1; }
  .section_01 .imgArea {
    width: calc(100% - 470px);
    height: 760px;
    background: url(/lib/cmn_img/top/ct01_img01.jpg) no-repeat center center/cover; }
    @media screen and (max-width: 768px) {
      .section_01 .imgArea {
        width: 100%;
        height: auto;
        padding-top: 66.6%; } }
  @media screen and (max-width: 768px) {
    .section_01 .txArea {
      text-align: center;
      position: relative; } }
  .section_01 .txArea .mainTtl {
    position: absolute;
    width: 600px;
    height: auto;
    top: 300px;
    right: 0;
    transform: translateY(-50%);
    white-space: nowrap;
    font-size: 8.2rem;
    margin: 0;
    padding: 0;
    /*&.whiteTx{
    	right: 0;
    	z-index: 9;
    	@media screen and (max-width: $break-m) {
    		width: 100%;
    	}
    	p{
    		color:#fff;
    		overflow:hidden;
    		width: 130px;
    		@media screen and (max-width: $break-m) {
    			width: 100%;
    			height: 47px;
    		}
    	}
    }*/ }
    @media screen and (max-width: 768px) {
      .section_01 .txArea .mainTtl {
        font-size: 4.6rem;
        top: -48px;
        width: 100%;
        transform: translateY(0); } }
    @media screen and (max-width: 768px) {
      .section_01 .txArea .mainTtl span {
        /*color: #fff;*/ } }
    .section_01 .txArea .mainTtl span::before {
      /*background: #fff;*/ }
    .section_01 .txArea .mainTtl p {
      width: 100%; }
  .section_01 .txWrap {
    position: absolute;
    top: 400px;
    right: 0;
    width: 470px;
    height: auto;
    padding: 0 60px; }
    @media screen and (max-width: 768px) {
      .section_01 .txWrap {
        position: static;
        width: 100%;
        padding: 0;
        padding-top: 35px;
        width: calc(100% - 40px);
        margin: 0 auto; } }
    .section_01 .txWrap .ttl_01 {
      font-size: 2.8rem;
      line-height: 1.6;
      letter-spacing: 0.2em; }
      @media screen and (max-width: 768px) {
        .section_01 .txWrap .ttl_01 {
          font-size: 2.2rem; } }
      .section_01 .txWrap .ttl_01 > span {
        letter-spacing: 0.15em;
        margin-top: 10px;
        display: block;
        font-size: 1.2rem;
        color: #c4c0b1; }
        @media screen and (max-width: 768px) {
          .section_01 .txWrap .ttl_01 > span {
            font-size: 1.1rem; } }
    .section_01 .txWrap .tx_01 {
      font-size: 1.4rem;
      line-height: 2.2;
      margin-top: 25px; }
      @media screen and (max-width: 768px) {
        .section_01 .txWrap .tx_01 {
          font-size: 1.3rem;
          margin-top: 20x;
          text-align: left; } }
    .section_01 .txWrap .btnStyle_02.top20 {
      margin-top: 10px !important; }
    @media screen and (max-width: 768px) {
      .section_01 .txWrap .btnStyle_02 a {
        margin: 0 auto;
        text-align: center; } }

/*----------------------------------------------------
	☆CT02
----------------------------------------------------*/
.section_02 {
  position: relative; }
  .section_02::before {
    content: "";
    position: absolute;
    left: 0;
    top: -2%;
    width: 50%;
    height: 50%;
    background: #f3f1ea;
    z-index: -1; }
  .section_02 .boxStyle_clm3 > li.last {
    margin-right: 0; }
  .section_02 .boxStyle_clm3 > li .img {
    transition: all .15s ease-in;
    overflow: hidden; }
    .section_02 .boxStyle_clm3 > li .img span {
      width: 100%;
      padding-top: 100%;
      background: no-repeat center center / cover;
      display: block; }
      @media screen and (max-width: 768px) {
        .section_02 .boxStyle_clm3 > li .img span {
          padding-top: 55%; } }
  .section_02 .boxStyle_clm3 > li:nth-child(1) .img span {
    background-image: url(../lib/cmn_img/top/ct02_img01.jpg);}
  .section_02 .boxStyle_clm3 > li:nth-child(2) {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .section_02 .boxStyle_clm3 > li:nth-child(2) {
        margin-top: 0; } }
    .section_02 .boxStyle_clm3 > li:nth-child(2) .img span {
      background-image: url(/lib/cmn_img/top/ct02_img02.jpg); }
  .section_02 .boxStyle_clm3 > li:nth-child(3) {
    margin-top: 100px; }
    @media screen and (max-width: 768px) {
      .section_02 .boxStyle_clm3 > li:nth-child(3) {
        margin-top: 0; } }
    .section_02 .boxStyle_clm3 > li:nth-child(3) .img span {
    background-image: url(../lib/cmn_img/top/ct02_img03.jpg);
}
  .section_02 .boxStyle_clm3 > li .txBox {
    margin-top: 25px;
    font-size: 2.4rem;
    letter-spacing: 0.15em;
    line-height: 1.4; }
    @media screen and (max-width: 768px) {
      .section_02 .boxStyle_clm3 > li .txBox {
        margin-top: 20px;
        font-size: 1.8rem;
        text-align: center; } }
    .section_02 .boxStyle_clm3 > li .txBox .btnStyle_02 {
      margin-top: -5px; }
      @media screen and (max-width: 768px) {
        .section_02 .boxStyle_clm3 > li .txBox .btnStyle_02 a {
          margin: 0 auto;
          text-align: center; } }
  .section_02 .boxStyle_clm3 > li:hover .img {
    padding: 5px; }

/*----------------------------------------------------
	☆CT03
----------------------------------------------------*/
.section_03 .mainTtl {
  margin-bottom: 30px; }
.section_03 .pickupArea {
  width: 100%;
  font-size: 0;
  overflow: hidden;
  zoom: 1; }
  .section_03 .pickupArea .imgBox {
    width: 53%;
    margin-right: 7%;
    float: left; }
    @media screen and (max-width: 768px) {
      .section_03 .pickupArea .imgBox {
        width: 100%;
        margin: 25px 0 25px 0; } }
    .section_03 .pickupArea .imgBox p {
      width: 100%;
      padding-top: 77.2727%;
      background: url(/lib/cmn_img/top/ct03_img02.jpg) no-repeat center center/cover;
      position: relative;
      display: block; }
      .section_03 .pickupArea .imgBox p::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 150px;
        background: url(/lib/cmn_img/top/ct03_img01_white.png) no-repeat center top/cover; }
  .section_03 .pickupArea .txBox {
    width: 40%;
    float: right;
    display: table; }
    @media screen and (max-width: 768px) {
      .section_03 .pickupArea .txBox {
        width: 100%; } }
    .section_03 .pickupArea .txBox .txBoxIn {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
    .section_03 .pickupArea .txBox .copy {
      font-size: 2.8rem;
      line-height: 1.6; }
      @media screen and (max-width: 1200px) {
        .section_03 .pickupArea .txBox .copy {
          font-size: 1.8rem; } }
    .section_03 .pickupArea .txBox .tx {
      font-size: 1.4rem;
      margin-top: 15px; }
      @media screen and (max-width: 768px) {
        .section_03 .pickupArea .txBox .tx {
          font-size: 1.2rem; } }
    .section_03 .pickupArea .txBox .worksInfoList {
      margin-top: 35px; }
      @media screen and (max-width: 768px) {
        .section_03 .pickupArea .txBox .worksInfoList {
          margin-top: 15px; } }
  .section_03 .pickupArea .btnStyle_02 {
    margin-top: 20px; }
    @media screen and (max-width: 768px) {
      .section_03 .pickupArea .btnStyle_02 {
        margin-top: 15px; } }
  @media screen and (max-width: 768px) and (max-width: 768px) {
    .section_03 .pickupArea .btnStyle_02 a {
      margin: 0 auto; } }

.section_03 .btnStyle_02.top40 {
  margin-top: 15px !important; }

/*----------------------------------------------------
	☆CT04
----------------------------------------------------*/
.section_04{
	max-width: 1200px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.section_04 .mainTtl {
  margin-bottom: 10px; }
.section_04 .bnrArea {
  width: 100%;
  position: relative;
  padding: 70px 0;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .section_04 .bnrArea {
      padding: 20px 0; } }
  .section_04 .bnrArea::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 50%;
    height: auto;
    background: #f3f1ea;
    z-index: -1; }
  .section_04 .bnrArea .bnrList li {
    transition: all .15s ease-in; }
    @media screen and (max-width: 768px) {
      .section_04 .bnrArea .bnrList li {
        margin-bottom: 20px; } }
    .section_04 .bnrArea .bnrList li a {
      display: block; }
    .section_04 .bnrArea .bnrList li:hover {
      padding: 5px; }
.section_04 .bnrArea .bnrList li.linkNone:hover {
	padding: 0;
}

/*----------------------------------------------------
	☆CT05
----------------------------------------------------*/
.section_05 {
  font-size: 0;
  width: 100%;
  overflow: hidden;
  zoom: 1; }
  .section_05 .mainTtl {
    margin-bottom: 30px; }
  .section_05 .mapArea {
    width: calc(100% - 480px);
    display: inline-block;
    vertical-align: middle;
    float: left; }
    @media screen and (max-width: 768px) {
      .section_05 .mapArea {
        width: 100%;
        float: none;
        margin-top: 30px; } }
  .section_05 .txArea {
    width: 480px;
    float: right;
    padding: 0 80px;
    margin-top: 70px; }
    @media screen and (max-width: 768px) {
      .section_05 .txArea {
        width: 100%;
        padding: 0 20px 0 20px;
        float: none;
        margin-top: 0; } }
    .section_05 .txArea table {
      font-size: 1.4rem;
      text-align: left; }
      @media screen and (max-width: 768px) {
        .section_05 .txArea table {
          font-size: 1.2rem; } }
      .section_05 .txArea table tr th, .section_05 .txArea table tr td {
        vertical-align: top;
        padding: 8px 5px;
        line-height: 1.6;
        text-align: left; }
