@charset "UTF-8";
@import url(https://pro.fontawesome.com/releases/v5.10.0/css/all.css);
/*-------------------------------
	Font Awesome
-------------------------------*/
/*-------------------------------
	メインビジュアル
-------------------------------*/
.mainvisual {
  width: 100%;
  height: calc(100vh - 10rem);
  position: relative;
  overflow: hidden;
}
.mainvisual__inner {
  width: 100%;
  height: calc(100vh - 10rem);
  letter-spacing: 0.5em;
  font-size: 2.4rem;
  z-index: 6000;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mainvisual__title {
  line-height: 1;
  text-shadow: 0.2rem 0.2rem 0 #000;
  position: relative;
}
.mainvisual__title::before, .mainvisual__title::after {
  width: 11rem;
  height: 0.1rem;
  top: 50%;
  -webkit-box-shadow: 0.2rem 0.2rem 0 #000;
          box-shadow: 0.2rem 0.2rem 0 #000;
  position: absolute;
  background: #fff;
  display: block;
  content: "";
}
.mainvisual__title::before {
  left: -14rem;
}
.mainvisual__title::after {
  right: -14rem;
}
.mainvisual__background {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-image: url("../../../../assets/images/index/bg_mainvisual@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/*-------------------------------
	お知らせ
-------------------------------*/
.news {
  padding-bottom: 14rem;
}
.news__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news .section__title {
  width: 20rem;
  margin-bottom: 0;
}
.news-list {
  width: calc(100% - 20rem - 20rem);
}
.news-list__item {
  width: 100%;
}
.news-list__item:not(:last-child) {
  margin-bottom: 2rem;
}
.news-list__item a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.news-list__time {
  width: 10rem;
  font-size: 1.4rem;
}
.news-list__title {
  width: calc(100% - 10rem);
}
.news .link-button {
  width: 20rem;
  margin-top: 0;
}
.news .link-button a {
  height: 5rem;
}

/*-------------------------------
	商品ラインナップ
-------------------------------*/
.products {
  padding-top: 0;
  padding-bottom: 0;
}
.products .section__title {
  margin-bottom: 5rem;
}
.products-new {
  position: relative;
}
.products-new::before {
  width: 100%;
  height: calc(100% / 2);
  left: 0;
  bottom: 0;
  z-index: -1;
  position: absolute;
  background: #f5f5f5;
  display: block;
  content: "";
}
.products-new__inner {
  width: 100%;
  max-width: 80rem;
  height: 25rem;
  margin-left: auto;
  margin-right: auto;
}
.products-new a {
  width: 100%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("../../../../assets/images/index/bg-new-products@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.products-new__title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
  position: relative;
}
.products-new__title::before {
  width: 2.7rem;
  height: 0.5rem;
  margin-left: 1.5rem;
  right: -3.7rem;
  top: 1rem;
  position: absolute;
  background-image: url("../../../../assets/images/common/icon-arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.products-new__title::after {
  font-size: 1.8rem;
  margin-top: 1.5rem;
  line-height: 1;
  color: #fff;
  display: block;
  content: attr(data-en);
}

/*-------------------------------
	検索
-------------------------------*/
.search {
  padding-top: 5rem;
  padding-bottom: 18rem;
  position: relative;
  background: #f5f5f5;
}
.search::before {
  width: 93.6rem;
  height: 101.2rem;
  right: 6rem;
  bottom: 0;
  position: absolute;
  background-image: url("../../../../assets/images/index/bg-search@2x.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.search-form {
  width: 100%;
  max-width: 80rem;
  padding: 5rem;
  margin-bottom: 10rem;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
.search-form__title {
  font-size: 1.8rem;
}
.search-form form {
  width: calc(100% - 27rem);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-form form input[type=text] {
  width: calc(100% - 5rem);
  height: 5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  background: #f5f5f5;
}
.search-form form input[type=submit] {
  width: 5rem;
  height: 5rem;
  color: transparent;
  background: #000;
  background-image: url("../../../../assets/images/products/icon-search.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 2rem;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
}
.search-form form input[type=submit]:hover {
  opacity: 0.6;
}
.search-select {
  margin-bottom: 4.5rem;
}
.search-select .section__sub-title-1 {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.search-select .section__sub-title-1 span {
  background: #f5f5f5;
}
.search-select__item-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-select__item-wrap::before, .search-select__item-wrap::after {
  width: calc((100% - 10rem) / 4);
  height: 0;
  display: block;
  content: "";
}
.search-select__item-wrap::before {
  -webkit-box-ordinal-group: 100;
      -ms-flex-order: 99;
          order: 99;
}
.search-select__item {
  width: calc((100% - 10rem) / 4);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  margin-bottom: 4.5rem;
}
.search-select__item:hover {
  opacity: 0.6;
}
.search-select__item img {
  width: 100%;
}
.search-select__body {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search-select__image {
  margin-bottom: 2.5rem;
  display: block;
  position: relative;
}
.search-select__text {
  width: auto;
  line-height: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.search-select__text::after {
  width: 2.7rem;
  height: 0.5rem;
  margin-left: 1rem;
  background-image: url("../../../../assets/images/common/icon-arrow_black.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  display: block;
  content: "";
}
.search-select-big {
  margin-bottom: 0;
}
.search-select-big .search-select__item-wrap::before, .search-select-big .search-select__item-wrap::after {
  width: calc((100% - 5rem) / 2);
}
.search-select-big .search-select__item--big {
  width: calc((100% - 5rem) / 2);
}
.search-select-big .search-select__item--big:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.search-select-big .search-select__body a {
  position: relative;
}
.search-select-big .search-select__image {
  margin-bottom: 0;
  position: relative;
}
.search-select-big .search-select__image::after {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+72,000000+100&0+72,0.65+100 */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 72%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00000000", endColorstr="#a6000000",GradientType=0 );
  /* IE6-9 */
  display: block;
  content: "";
}
.search-select-big .search-select__text {
  width: 100%;
  border-left: 0.1rem solid;
  padding-left: 2rem;
  padding-bottom: 2.5rem;
  font-size: 1.8rem;
  left: 2.5rem;
  bottom: 2rem;
  position: absolute;
  color: #fff;
}
.search-select-big .search-select__text::before {
  font-size: 1.4rem;
  line-height: 1;
  opacity: 0.5;
  left: 2rem;
  bottom: 0;
  position: absolute;
  display: block;
  content: attr(data-en);
}
.search-select-big .search-select__text::after {
  background-image: url("../../../../assets/images/common/icon-arrow_white.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

/*-------------------------------
	会社概要
-------------------------------*/
.company {
  padding-top: 0;
  padding-bottom: 0;
  left: 0;
  top: -8rem;
  position: relative;
}
.company__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__content {
  width: calc(100% / 2);
  padding-right: 1rem;
}
.company__text {
  line-height: 2;
}
.company .link-button {
  margin-left: 0;
  margin-top: 3rem;
}
.company__image-wrap {
  width: calc(100% / 2);
}
.company__image-top {
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid;
}
.company__image-top img {
  width: 100%;
}
.company__image-bottom {
  width: 100%;
  padding-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.company__image-bottom .company__image {
  width: calc(100% / 2);
}
.company__image-bottom .company__image img {
  width: calc(100% - 1rem);
}
.company__image-bottom .company__image:nth-of-type(1) {
  border-right: 0.1rem solid;
}
.company__image-bottom .company__image:nth-of-type(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

/*-------------------------------
	サポート
-------------------------------*/
.support {
  padding-top: 0;
}
.support__inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.support__item {
  width: calc((100% - 5rem) / 2);
  height: 35rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.support__item--guide {
  background-image: url("../../../../assets/images/index/img-support_1@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.support__item--repair {
  background-image: url("../../../../assets/images/index/img-support_2@2x.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.support__item .support__title {
  font-size: 2.4rem;
  line-height: 1;
  color: #fff;
}
.support__item .link-button {
  width: 20rem;
  margin-top: 2rem;
}
.support__item .link-button a {
  height: 5rem;
  border: 0.1rem solid #fff;
  color: #fff;
  background: none;
}

/*-------------------------------
	カタログ
-------------------------------*/
.catalog {
  padding-top: 0;
}
.catalog__inner {
  padding: 5rem;
  border: 0.1rem solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.catalog__image {
  width: 35rem;
}
.catalog__image img {
  width: 100%;
}
.catalog__contents {
  width: calc(100% - 35rem);
  padding-left: 5rem;
}
.catalog__band {
  width: calc(100% - 5rem);
  padding: 2rem 2.5rem;
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1;
  background: #ef594c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #fff;
}
.catalog__band::after {
  font-size: 1.2rem;
  margin-left: 2rem;
  line-height: 1;
  color: #fff;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  content: attr(data-en);
}
.catalog__body {
  margin-bottom: 3rem;
}
.catalog__text {
  font-size: 1.5rem;
  line-height: 2;
}
.catalog .link-button {
  width: 35rem;
  max-width: 100%;
  margin-left: 0;
}

@media screen and (max-width:1440px) {
  /*-------------------------------
      検索
  -------------------------------*/
  .search::before {
    width: 50%;
    height: 100%;
    right: 0;
    background-position: bottom right;
  }
}
@media screen and (max-width: 1280px) {
  /*-------------------------------
  カタログ
     -------------------------------*/
  .catalog__image {
    width: 20rem;
  }
  .catalog__contents {
    width: calc(100% - 20rem);
    padding-left: 5rem;
  }

  /*-------------------------------
      お知らせ
  -------------------------------*/
  .news .section__title {
    width: 15rem;
  }
  .news-list {
    width: calc(100% - 15rem - 20rem);
  }
}
@media screen and (max-width: 768px) {
  /*-------------------------------
      メインビジュアル
  -------------------------------*/
  .mainvisual {
    margin-top: 10rem;
    height: 65rem;
  }
  .mainvisual__inner {
    width: 100%;
    height: 65rem;
    font-size: 3.2rem;
  }
  .mainvisual__title {
    text-align: center;
    line-height: 1.8;
  }
  .mainvisual__title::before, .mainvisual__title::after {
    width: 6rem;
    height: 0.2rem;
  }
  .mainvisual__title::before {
    left: -8rem;
  }
  .mainvisual__title::after {
    right: -8rem;
  }
  .mainvisual__background {
    background-image: url("../../../../assets/images/index/bg_mainvisual_sp@2x.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }

  .main {
    padding-top: 4rem;
  }

  /*-------------------------------
      お知らせ
  -------------------------------*/
  .news .section__title {
    width: 100%;
    margin-bottom: 4rem;
  }
  .news .section__title::before {
    font-size: 6.4rem;
  }
  .news-list {
    width: 100%;
    margin-bottom: 5rem;
  }
  .news-list__time {
    width: 17.5rem;
    font-size: 2.4rem;
  }
  .news-list__title {
    width: calc(100% - 17.5rem);
  }
  .news .link-button {
    width: 100%;
    margin-top: 0;
  }
  .news .link-button a {
    height: 11rem;
  }

  /*-------------------------------
      商品ラインナップ
  -------------------------------*/
  .products {
    padding-top: 0;
    padding-bottom: 0;
  }
  .products .section__title {
    margin-bottom: 5rem;
  }
  .products-new__inner {
    height: 28rem;
  }
  .products-new__title {
    font-size: 3.6rem;
  }
  .products-new__title::before {
    width: 3.5rem;
    height: 1rem;
    right: -5rem;
    top: calc(50% - 0.5rem);
  }
  .products-new__title::after {
    font-size: 2.4rem;
    margin-top: 2rem;
  }

  /*-------------------------------
      検索
  -------------------------------*/
  .search {
    padding-top: 6rem;
    padding-bottom: 30rem;
  }
  .search::before {
    width: 70%;
    height: 100%;
    right: 0;
  }
  .search-form {
    padding: 4.5rem 6rem 6rem;
    margin-bottom: 6rem;
    display: block;
  }
  .search-form__title {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .search-form form {
    width: 100%;
  }
  .search-form form input[type=text] {
    width: calc(100% - 7rem);
    height: 7rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .search-form form input[type=submit] {
    width: 7rem;
    height: 7rem;
    background-size: 3rem;
  }
  .search-select {
    margin-bottom: 4.5rem;
  }
  .search-select .section__sub-title-1 {
    font-size: 3.6rem;
    margin-bottom: 6rem;
  }
  .search-select__item-wrap::before, .search-select__item-wrap::after {
    display: none;
  }
  .search-select__item {
    width: 100%;
    margin-bottom: 3rem;
    font-size: 2.4rem;
  }
  .search-select__body a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-select__image {
    width: 12rem;
    height: 12rem;
    margin-right: 3rem;
    margin-bottom: 0;
  }
  .search-select__image img {
    height: 100%;
  }
  .search-select__text {
    width: calc(100% - 15rem);
  }
  .search-select__text::after {
    width: 3.5rem;
    height: 1rem;
    margin-left: 2rem;
  }
  .search-select-big {
    margin-bottom: 0;
  }
  .search-select-big .search-select__item-wrap::before, .search-select-big .search-select__item-wrap::after {
    width: calc((100% - (1.5rem * 2)) / 2);
  }
  .search-select-big .search-select__item--big {
    width: calc((100% - (1.5rem * 2)) / 2);
  }
  .search-select-big .search-select__item--big .search-select__body {
    display: block;
  }
  .search-select-big .search-select__item--big .search-select__body a {
    display: block;
  }
  .search-select-big .search-select__item--big .search-select__image {
    width: 100%;
    height: 28rem;
    margin-bottom: 3rem;
  }
  .search-select-big .search-select__item--big .search-select__image::after {
    display: none;
  }
  .search-select-big .search-select__item--big .search-select__text {
    font-size: 2.8rem;
    padding-bottom: 4rem;
    line-height: 1;
    border-left: 0.2rem solid;
    position: static;
    color: #000;
  }
  .search-select-big .search-select__item--big .search-select__text::before {
    font-size: 2rem;
  }
  .search-select-big .search-select__item--big .search-select__text::after {
    background-image: url("../../../../assets/images/common/icon-arrow_black.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
  }
  .search-select-big .search-select__item--big:nth-of-type(3) .search-select__text {
    height: 10.8rem;
    padding-bottom: 3rem;
    line-height: 1.5;
    left: 0;
    top: 0;
    position: relative;
  }
  .search-select-big .search-select__item--big:nth-of-type(3) .search-select__text::after {
    margin-left: 0;
    left: 4.5em;
    top: 2em;
    position: absolute;
  }
  .search-select-big .search-select__item--big:nth-of-type(4) .search-select__text {
    height: 10.8rem;
    left: 0;
    top: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-select-big .search-select__item--big:nth-of-type(4) .search-select__text::before {
    top: 4rem;
  }
  .search-select-big .search-select__item--big:nth-of-type(4) .search-select__text::after {
    margin-top: 1rem;
  }

  /*-------------------------------
      会社概要
  -------------------------------*/
  .company {
    top: -15rem;
    margin-bottom: -1rem;
  }
  .company__inner {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
  }
  .company__content {
    width: 100%;
    padding-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .company .section__title {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 4.5rem;
  }
  .company .section__title::before {
    font-size: 6.4rem;
  }
  .company__body {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .company .link-button {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
    margin-top: 4rem;
  }
  .company__image-wrap {
    width: 100%;
  }
  .company__image-top {
    padding-bottom: 1.5rem;
    border-bottom: 0.2rem solid;
  }
  .company__image-top img {
    width: 100%;
  }
  .company__image-bottom {
    padding-top: 1.5rem;
    margin-bottom: 8.5rem;
  }
  .company__image-bottom .company__image img {
    width: calc(100% - 1.5rem);
  }
  .company__image-bottom .company__image:nth-of-type(1) {
    border-right: 0.2rem solid;
  }

  /*-------------------------------
      サポート
  -------------------------------*/
  .support {
    padding-bottom: 0;
  }
  .support .section__title {
    margin-bottom: 6rem;
  }
  .support .section__title::before {
    font-size: 6.4rem;
  }
  .support__item {
    width: 100%;
    height: 36rem;
  }
  .support__item:not(:last-child) {
    margin-bottom: 6rem;
  }
  .support__item .support__title {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
  .support__item .link-button {
    width: 26rem;
    margin-top: 0;
  }
  .support__item .link-button a {
    height: 7rem;
    font-size: 2.4rem;
  }

  /*-------------------------------
      カタログ
  -------------------------------*/
  .catalog {
    padding-top: 15rem;
    padding-bottom: 15rem;
  }
  .catalog .section__title {
    margin-bottom: 6rem;
  }
  .catalog .section__title::before {
    font-size: 6.4rem;
  }
  .catalog__inner {
    padding: 6rem;
    border: 0.2rem solid;
    display: block;
  }
  .catalog__image {
    width: 100%;
    margin-bottom: 5rem;
  }
  .catalog__contents {
    width: 100%;
    padding-left: 0;
  }
  .catalog__band {
    width: 100%;
    font-size: 2.8rem;
    margin-bottom: 4rem;
    padding: 2.5rem;
  }
  .catalog__band::after {
    width: 100%;
    font-size: 2rem;
    margin-top: 2rem;
    margin-left: 0;
  }
  .catalog__body {
    margin-bottom: 4rem;
  }
  .catalog__text {
    font-size: 2.8rem;
  }
  .catalog .link-button {
    width: 100%;
  }
  .catalog .link-button a {
    letter-spacing: -0.35rem;
  }
}
/*# sourceMappingURL=style.css.map */