@charset "UTF-8";
/* CSS Document */
#main-img {
  position: relative;
  background-image: url("../img/top-main.jpg");
  background-position: center;
  background-size: cover;
  height: 700px; }
  @media screen and (max-width: 1199px) {
    #main-img {
      height: 650px; } }
  @media screen and (max-width: 991px) {
    #main-img {
      height: 600px; } }
  @media screen and (max-width: 767px) {
    #main-img {
      height: 500px; } }
  @media screen and (max-width: 575px) {
    #main-img {
      height: 450px; } }
  #main-img .container img {
    position: absolute;
    width: 250px;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      #main-img .container img {
        top: 26%;
        width: 225px; } }
  #main-img .container div {
    position: absolute;
    color: #fff;
    text-align: center;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }
    @media screen and (max-width: 767px) {
      #main-img .container div {
        display: block;
        width: 100%; } }
    #main-img .container div p {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.7; }
      @media screen and (max-width: 767px) {
        #main-img .container div p {
          font-size: 27px;
          font-size: 2.7rem; } }
      @media screen and (max-width: 575px) {
        #main-img .container div p {
          font-size: 24px;
          font-size: 2.4rem; } }
    #main-img .container div h3 {
      font-size: 18px;
      font-size: 1.8rem;
      font-weight: bold;
      letter-spacing: 0.3em; }
      #main-img .container div h3 span {
        font-size: 75%; }

#explanation {
  padding: 3rem;
  text-align: center; }
  @media screen and (max-width: 575px) {
    #explanation {
      text-align: justify; } }
  #explanation h4 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 3rem;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      #explanation h4 {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #explanation h4 {
        font-size: 24px;
        font-size: 2.4rem; } }
    #explanation h4 span {
      color: #4e629e; }

#repair {
  padding: 4rem;
  text-align: center;
  background-color: #dfe9f6; }
  @media screen and (max-width: 575px) {
    #repair {
      text-align: justify; } }
  #repair h4 {
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.7; }
    @media screen and (max-width: 767px) {
      #repair h4 {
        font-size: 25px;
        font-size: 2.5rem; } }
    @media screen and (max-width: 575px) {
      #repair h4 {
        font-size: 24px;
        font-size: 2.4rem; } }
    #repair h4 span {
      color: #4e629e; }
  #repair p {
    padding-bottom: 3rem; }
    @media screen and (max-width: 991px) {
      #repair p {
        padding-bottom: 0; } }
    @media screen and (max-width: 575px) {
      #repair p {
        padding-bottom: 1rem; } }
  #repair img {
    height: 340px; }
    @media screen and (max-width: 575px) {
      #repair img {
        height: auto; } }
  #repair .repair-img {
    display: flex;
    justify-content: center;
    align-items: center; }

#inside .inside-contents {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-wrap: wrap; }
  #inside .inside-contents > div {
    width: 50%; }
    @media screen and (max-width: 767px) {
      #inside .inside-contents > div {
        width: 100%; } }
    #inside .inside-contents > div h2 {
      font-size: 30px;
      font-size: 3rem;
      font-weight: bold;
      line-height: 1.2;
      margin-bottom: 6rem;
      color: #333; }
      @media screen and (max-width: 1199px) {
        #inside .inside-contents > div h2 {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 991px) {
        #inside .inside-contents > div h2 {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 575px) {
        #inside .inside-contents > div h2 {
          margin-bottom: 3rem;
          font-size: 25px;
          font-size: 2.5rem; } }
      #inside .inside-contents > div h2 span {
        font-size: 18px;
        font-size: 1.8rem;
        color: #333; }
        @media screen and (max-width: 575px) {
          #inside .inside-contents > div h2 span {
            font-size: 16px;
            font-size: 1.6rem; } }
    #inside .inside-contents > div p {
      margin-bottom: 7rem; }
      @media screen and (max-width: 1399px) {
        #inside .inside-contents > div p {
          margin-bottom: 6rem; } }
      @media screen and (max-width: 1199px) {
        #inside .inside-contents > div p {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 991px) {
        #inside .inside-contents > div p {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 575px) {
        #inside .inside-contents > div p {
          margin-bottom: 3rem; } }
    #inside .inside-contents > div div {
      display: inline-block;
      border: solid 1px #4e629e;
      padding: 1rem 3em;
      color: #fff;
      background-color: #4e629e;
      transition: 0.3s; }
      #inside .inside-contents > div div:after {
        content: "＞";
        margin-left: 1em; }
  #inside .inside-contents .products a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 9rem 0;
    color: rgba(51, 51, 51, 0.8); }
    @media screen and (max-width: 1399px) {
      #inside .inside-contents .products a {
        padding: 8rem 0; } }
    @media screen and (max-width: 1199px) {
      #inside .inside-contents .products a {
        padding: 6.5rem 0; } }
    @media screen and (max-width: 991px) {
      #inside .inside-contents .products a {
        padding: 5rem 0; } }
    @media screen and (max-width: 575px) {
      #inside .inside-contents .products a {
        padding: 4rem 0; } }
    #inside .inside-contents .products a::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/top-products.jpg") no-repeat;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      transition: all .5s ease-out; }
    #inside .inside-contents .products a:hover:after {
      opacity: 0.8;
      transform: scale(1.1); }
    #inside .inside-contents .products a:hover div {
      color: #4e629e;
      background-color: #fff; }
  #inside .inside-contents .service a {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    padding: 9rem 0;
    color: rgba(51, 51, 51, 0.8); }
    @media screen and (max-width: 1399px) {
      #inside .inside-contents .service a {
        padding: 8rem 0; } }
    @media screen and (max-width: 1199px) {
      #inside .inside-contents .service a {
        padding: 6.5rem 0; } }
    @media screen and (max-width: 991px) {
      #inside .inside-contents .service a {
        padding: 5rem 0; } }
    @media screen and (max-width: 575px) {
      #inside .inside-contents .service a {
        padding: 4rem 0; } }
    #inside .inside-contents .service a::after {
      position: absolute;
      content: '';
      width: 100%;
      height: 100%;
      background: url("../img/top-service.jpg") no-repeat;
      background-size: cover;
      background-position: center center;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      z-index: -1;
      transition: all .5s ease-out; }
    #inside .inside-contents .service a:hover:after {
      opacity: 0.8;
      transform: scale(1.1); }
    #inside .inside-contents .service a:hover div {
      color: #4e629e;
      background-color: #fff; }

#advantage {
  padding: 8rem 0; }
  #advantage h4 {
    position: relative;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.08em;
    margin-bottom: 8rem; }
    @media screen and (max-width: 575px) {
      #advantage h4 {
        font-size: 24px;
        font-size: 2.4rem; } }
    #advantage h4 span {
      color: #4e629e; }
    #advantage h4 .expansion {
      font-size: 150%; }
    #advantage h4:after {
      content: "";
      position: absolute;
      top: 6rem;
      width: 40px;
      margin: auto;
      right: 0;
      left: 0;
      height: 0;
      border-top: 15px solid #4e629e;
      border-right: 20px solid transparent;
      border-left: 20px solid transparent; }
  @media screen and (max-width: 767px) {
    #advantage .row > div {
      margin-bottom: 5rem; } }
  #advantage .advantage-box {
    border: solid 1px #4e629e;
    padding-top: 8rem;
    position: relative;
    height: 100%; }
    @media screen and (max-width: 991px) {
      #advantage .advantage-box {
        padding-top: 7rem; } }
    @media screen and (max-width: 767px) {
      #advantage .advantage-box {
        padding-top: 3rem; } }
    @media screen and (max-width: 575px) {
      #advantage .advantage-box {
        padding-top: 4rem; } }
    #advantage .advantage-box img {
      width: 90px;
      position: absolute;
      top: -2.5rem;
      left: 1.5rem; }
      @media screen and (max-width: 991px) {
        #advantage .advantage-box img {
          top: -2.75rem;
          width: 80px; } }
      @media screen and (max-width: 767px) {
        #advantage .advantage-box img {
          width: 70px; } }
      @media screen and (max-width: 575px) {
        #advantage .advantage-box img {
          top: -2.5rem;
          width: 65px; } }
    #advantage .advantage-box dl {
      letter-spacing: 0.05em;
      margin-bottom: 6rem; }
      @media screen and (max-width: 1199px) {
        #advantage .advantage-box dl {
          margin-bottom: 5rem; } }
      @media screen and (max-width: 991px) {
        #advantage .advantage-box dl {
          margin-bottom: 4rem; } }
      @media screen and (max-width: 767px) {
        #advantage .advantage-box dl {
          margin-bottom: 3.5rem; } }
      #advantage .advantage-box dl dt {
        font-size: 25px;
        font-size: 2.5rem;
        text-align: center;
        line-height: 1.4;
        margin-bottom: 2rem;
        padding: 0 3rem; }
        @media screen and (max-width: 1199px) {
          #advantage .advantage-box dl dt {
            font-size: 24px;
            font-size: 2.4rem;
            padding: 0 2rem; } }
        @media screen and (max-width: 991px) {
          #advantage .advantage-box dl dt {
            font-size: 20px;
            font-size: 2rem;
            padding: 0 1rem; } }
        @media screen and (max-width: 767px) {
          #advantage .advantage-box dl dt {
            font-size: 22px;
            font-size: 2.2rem; } }
      #advantage .advantage-box dl dd {
        text-align: justify;
        font-feature-settings: "palt";
        padding: 0 3.3rem; }
        @media screen and (max-width: 991px) {
          #advantage .advantage-box dl dd {
            padding: 0 2rem; } }
        @media screen and (max-width: 767px) {
          #advantage .advantage-box dl dd {
            padding: 0 3rem; } }
