@charset "UTF-8";
/**
 * 共通スタイル
 */
#advantageWrap {
  background-color: #fff;
  padding: 10px; }

.advantageBox {
  margin-bottom: 10px;
  background-color: #000;
  width: 100%;
  height: 300px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  .advantageBox:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 300px;
    background-image: url(img/bg1.jpg);
    background-position: 50% 50%;
    background-size: 100% auto;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 90%, 0% 100%);*/
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
  .advantageBox .numberBox {
    text-align: left;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2; }
    .advantageBox .numberBox p {
      font-family: "FOT-ロダン ProN B";
      letter-spacing: .1em;
      font-weight: normal;
      font-size: 11px;
      font-size: 1.1rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff; }
      @media screen and (min-width: 1200px) {
        .advantageBox .numberBox p {
          font-size: 11px;
          font-size: 1.1rem; } }
      .advantageBox .numberBox p span {
        font-size: 14px;
        font-size: 1.4rem; }
        @media screen and (min-width: 1200px) {
          .advantageBox .numberBox p span {
            font-size: 14px;
            font-size: 1.4rem; } }
    .advantageBox .numberBox p.number {
      margin-top: -10px;
      font-weight: normal;
      font-family: 'Open Sans Condensed', sans-serif;
      font-size: 50px;
      font-size: 5rem;
      letter-spacing: -0.03em; }
      @media screen and (min-width: 1200px) {
        .advantageBox .numberBox p.number {
          font-size: 50px;
          font-size: 5rem; } }
  .advantageBox h2 {
    font-family: "FOT-ロダン ProN B";
    letter-spacing: .1em;
    font-weight: normal;
    font-size: 45px;
    font-size: 4.5rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    padding-top: 100px;
    color: #fff;
    position: relative;
    z-index: 3;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (min-width: 1200px) {
      .advantageBox h2 {
        font-size: 45px;
        font-size: 4.5rem; } }
    .advantageBox h2 span {
      font-family: "FOT-ロダン ProN L";
      letter-spacing: .1em;
      font-weight: normal;
      margin: 0 5px; }
  .advantageBox h2.eng {
    font-size: 60px;
    font-size: 6rem;
    letter-spacing: 0.02em; }
    @media screen and (min-width: 1200px) {
      .advantageBox h2.eng {
        font-size: 60px;
        font-size: 6rem; } }
  .advantageBox .textBox {
    position: relative;
    z-index: 2;
    padding-top: 0px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .advantageBox .textBox p.lead {
      font-family: "FOT-ロダン ProN M";
      letter-spacing: .1em;
      font-weight: normal;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #fff;
      margin-top: 5px; }
      @media screen and (min-width: 1200px) {
        .advantageBox .textBox p.lead {
          font-size: 18px;
          font-size: 1.8rem; } }
    .advantageBox .textBox a.btn01 {
      margin-top: 30px;
      width: 200px; }

.advantageBox:hover:before {
  background-size: 105% auto;
  opacity: 0.3;
  filter: alpha(opacity=30); }
.advantageBox:hover h2 {
  padding-top: 50px; }
.advantageBox:hover h2.eng {
  padding-top: 37px; }
.advantageBox:hover .textBox {
  padding-top: 0px;
  opacity: 1;
  filter: alpha(opacity=100); }

.advantage2:before {
  background-image: url(img/bg2.jpg);
  /*-webkit-clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0% 100%);*/ }

.advantage3:before {
  background-image: url(img/bg3.jpg); }

.advantage4:before {
  background-image: url(img/bg4.jpg); }

.advantage5:before {
  background-image: url(img/bg5.jpg);
  /*-webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);*/ }
