@charset "UTF-8";
#footer {
  margin-top: 0; }

.mv_area {
  width: 100%;
  background: url(../img/mv.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .mv_area {
      padding: 40px 0; } }
  .mv_area .inr {
    text-align: center; }
    .mv_area .inr h2 {
      font-size: 2.4em;
      font-family: "EB Garamond", serif;
      letter-spacing: .2em;
      color: #fff;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr h2 {
          font-size: 1.8em;
          line-height: 1.2; } }
      .mv_area .inr h2::before {
        content: '';
        display: inline-block;
        width: 50px;
        height: 1px;
        background-color: #fff;
        background-size: contain;
        vertical-align: middle;
        position: absolute;
        bottom: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); }
      .mv_area .inr h2 span {
        display: block;
        font-family: "Noto Sans", sans-serif;
        font-size: .4em;
        letter-spacing: .1em; }
        @media only screen and (max-width: 767px) {
          .mv_area .inr h2 span {
            margin-top: 10px;
            font-size: .5em; } }
    .mv_area .inr p {
      color: #fff;
      margin-top: 60px; }
      @media only screen and (max-width: 767px) {
        .mv_area .inr p {
          margin-top: 40px;
          font-size: .9em; } }

.sales_type {
  padding-top: 80px; }
  @media only screen and (max-width: 767px) {
    .sales_type {
      padding-top: 40px; } }
  .sales_type .inr h3 {
    font-size: 1.4em;
    font-family: "EB Garamond", serif;
    letter-spacing: .6em;
    text-align: center;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr h3 {
        font-size: 1.2em; } }
    .sales_type .inr h3::before {
      content: '';
      display: inline-block;
      width: 50px;
      height: 1px;
      background-color: #231815;
      background-size: contain;
      vertical-align: middle;
      position: absolute;
      bottom: -20px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%); }
      @media only screen and (max-width: 767px) {
        .sales_type .inr h3::before {
          bottom: -10px; } }
  .sales_type .inr dl {
    text-align: center;
    max-width: 780px;
    width: 95%;
    margin: 50px auto 0; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr dl {
        margin-top: 30px; } }
    .sales_type .inr dl dt {
      font-size: 1.1em;
      font-weight: bold;
      letter-spacing: .2em; }
      @media only screen and (max-width: 767px) {
        .sales_type .inr dl dt {
          font-size: 1em; } }
    .sales_type .inr dl dd {
      margin-top: 30px; }
      @media only screen and (max-width: 767px) {
        .sales_type .inr dl dd {
          font-size: .9em;
          margin-top: 20px; } }
  .sales_type .inr ul {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 767px) {
      .sales_type .inr ul {
        margin-top: 40px; } }
    .sales_type .inr ul li {
      position: relative;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      height: 440px; }
      @media only screen and (max-width: 1199px) {
        .sales_type .inr ul li {
          height: 320px; } }
      .sales_type .inr ul li.col_1 {
        width: calc(100% / 6); }
        @media only screen and (max-width: 767px) {
          .sales_type .inr ul li.col_1 {
            width: calc(100% / 2); } }
      .sales_type .inr ul li.col_2 {
        width: calc(100% / 3); }
        @media only screen and (max-width: 767px) {
          .sales_type .inr ul li.col_2 {
            width: calc(100% / 2); } }
      .sales_type .inr ul li.col_3 {
        width: calc(100% / 2); }
        @media only screen and (max-width: 767px) {
          .sales_type .inr ul li.col_3 {
            width: calc(100% / 1); } }
      .sales_type .inr ul li:nth-child(1) {
        background-image: url(../img/service01.jpg); }
      .sales_type .inr ul li:nth-child(2) {
        background-image: url(../img/service02.jpg); }
      .sales_type .inr ul li:nth-child(3) {
        background-image: url(../img/service03.jpg); }
      .sales_type .inr ul li:nth-child(4) {
        background-image: url(../img/service04.jpg); }
      .sales_type .inr ul li:nth-child(5) {
        background-image: url(../img/service05.jpg); }
      .sales_type .inr ul li:nth-child(6) {
        background-image: url(../img/service06.jpg); }
      .sales_type .inr ul li:nth-child(7) {
        background-image: url(../img/service07.jpg); }
      .sales_type .inr ul li:nth-child(8) {
        background-image: url(../img/service08.jpg); }
      .sales_type .inr ul li:nth-child(9) {
        background-image: url(../img/service09.jpg); }
      .sales_type .inr ul li:nth-child(10) {
        background-image: url(../img/service10.jpg); }
      .sales_type .inr ul li img {
        width: 100%; }
      .sales_type .inr ul li p {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
        font-weight: bold;
        font-size: .9em; }
        @media only screen and (max-width: 767px) {
          .sales_type .inr ul li p {
            font-size: .75em; } }
