@charset "UTF-8";

/*　----------------------------------------　

一覧用MV

------------------------------------------*/
.page__mv {
  padding-left: 0;
  margin-bottom: 0;
}
.page__mv::before {
  display: none;
}


@media screen and (max-width: 767px) {
  .page__mv__main {
    height: auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .page__mv__main {
    height: 400px;
  }
  
  .page__mv__ttl-use_archive {
    margin: auto;
  }
  .page__mv__ttl-use_archive h1 {
    margin-bottom: 3rem;
  }
  .page__mv__ttl-use_archive .btn {
    font-size: 2.4rem;
    max-width: 375px;
  }
  .page__mv__ttl-use_archive .btn span .icon-arrow {
    font-size: 14px;
  }
}

@media screen and (min-width: 992px) {
  .page__mv__main {
    height: 600px;
    padding: 0 60px;
  }
}



/*　----------------------------------------　

一覧

------------------------------------------*/


.uselist-box{
  margin-bottom: 30px;
}

.uselist-box_img{
  margin-bottom: 20px;
}

.uselist-box_txt p{
  margin-bottom: 20px;
}


@media screen and (min-width: 768px) {
  .uselist-box{
  margin-bottom: 0;
  }
  .uselist-box {
    display: flex;
    display: -ms-flexbox;
  }

  .uselist-box_img{
    max-width: 270px;
     min-width: 270px;
  }

  .uselist-box_txt{
    padding-left: 30px;
  }

  .uselist-box_txt p{
    margin-bottom: 25px;
  }

  .uselist-box_txt .btn{
    padding-left: 30px;
    margin-left: 0;
    max-width: 320px;
  }

  .uselist-box_img{
    margin-bottom: 0;
  }
}




/*　----------------------------------------　

  詳細用MV

------------------------------------------*/

.single-use .page__mv__main {
  height: 500px;
}

@media screen and (max-width: 768px) {
  .single-use .page__mv__main {
    height: auto;
    padding: 0;
  }
}



/*　----------------------------------------　

  詳細用FLEX

------------------------------------------*/
.single-use-content .fx-row {
  margin-top: -20px;
    margin-left: -10px;
    margin-right: -10px;
}
.single-use-content [class*="fx-col"] {
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (min-width: 992px) {
  .single-use-content .fx-row {
    margin-top: -30px;
      margin-left: -15px;
      margin-right: -15px;
  }
  .single-use-content [class*="fx-col"] {
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
}


/*　----------------------------------------　

  詳細用タイトル帯

------------------------------------------*/
.use-single--title {
  background: url(../img/use/use_single-titlebg.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 2rem 1.5rem;
  text-align: center;
}
.use-single--title p {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}
.use-single--title h2 {
  font-size: 2.4rem;
    letter-spacing: 0px;
}

@media screen and (min-width: 992px) {
  .use-single--title p {
    font-size: 1.6rem;
  }
  .use-single--title {
    padding: 2.8rem 1.5rem;
  }
  .use-single--title h2 {
    font-size: 4.5rem;
    letter-spacing: 2.2px;
  }
}


/*　----------------------------------------　

  こんなお困りごとありませんか？

------------------------------------------*/
.use-trouble {
  background: url(../img/use/img_use-trouble-bg.jpg) ;
  border-top: 2px solid #1f518e;
  padding: 2rem;
  position: relative;
  margin-bottom: 6rem;
}
.use-trouble h3 {
  margin-bottom: 2rem;
  text-align: center;
}
.use-trouble__list__inner {
  background: #fff;
  padding: 2rem;
}
.use-trouble__list__ico {
  text-align: center;
  margin-bottom: 1.5rem;
}

.analysis_list__link {
  display: block;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  transition: .3s;
}

.analysis_list__link--img {
  overflow: hidden;
  position: relative;
  min-width: 9rem;
  width: 9rem;
  height: 9rem;
}
.analysis_list__link--img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s;
  top: 0;
  left: 0;
}
.analysis_list__link--ttl {
  color: #1f518e;
  position: relative;
  width: 100%;
  padding: 2rem;
}
.analysis_list__link--ttl h3 {
  font-size: 1.8rem;
}
.analysis_list__link--ttl .icon-arrow {
  position: absolute;
  right: 1.5rem;
  font-size: 10px;
  height: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
}

@media screen and (min-width: 992px) {
  .use-trouble {
    padding: 4rem;
  }
  .use-trouble h3 {
    margin-bottom: 3rem;
  }
  .use-trouble__list {
    margin-top: -30px;
      margin-left: -10px;
      margin-right: -10px;
  }
  .use-trouble__list [class*="fx-col"] {
    margin-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .analysis_list__link:hover {
    border: 1px solid #003c78;
  }
  .analysis-other-box__flex {
      display: -ms-flexbox;
      display: flex;
  }
  .analysis-other-box__flex--img {
      margin-bottom: 0;
  }
  .analysis_list__link--ttl h3 {
    font-size: 2rem;
  }
}



/*　----------------------------------------　

  私たちが解決します！

------------------------------------------*/
.use-resolution > h3 {
  background: #1f518e;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    padding: 1.5rem 2rem;
    margin-bottom: 2rem;
}

.strength_box {
  border: 5px solid #e9f0f9;
  padding: 2rem 1.5rem;
}
.strength_box:not(:last-child) {
  margin-bottom: 3rem;
}
.strength_box--ttl {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
}

.strength_box--ttl__num {
  min-width: 60px;
  min-height: 60px;
  max-height: 60px;
  background: #cd3f00;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: 11px 9px;
  position: relative;
}
.strength_box--ttl__num:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 60px 60px 0;
  border-color: transparent #df5213 transparent transparent;
  position: absolute;
  right: 0;
  top: 0;
}
.strength_box--ttl__num p {
  font-size: 1.2rem;
  line-height: 1.1;
  position: relative;
  font-weight: 100;
}
.strength_box--ttl__num span {
  font-size: 2.6rem;
  font-weight: 600;
  position: relative;
  bottom: 5px;
}
.strength_box--ttl__txt {
  padding-left: 20px;
}
.strength_box--ttl__txt h3 {
  font-size: 2rem;
  color: #1f518e;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 1.3;
  font-weight: bold;
}
.strength_box--flex__box {
  text-align: center;
}
.strength_box--flex__box:not(:last-child) {
  margin-bottom: 2rem;
}

.search-title {
  background: #1f518e;
  position: relative;
  font-size: 2.2rem;
  color: #fff;
  padding: 1.3rem 1.5rem 1.3rem 6.5rem;
  margin-bottom: 1.5rem;
  margin-top: 3rem;
}
.search-title:before {
  content: "";
  display: inline-block;
  background: #103d74;
  height: 100%;
  width: 5.5rem;
  position: absolute;
  left: 0;
  top: 0;
}
.search-title .icon-search {
  position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 2rem;
    left: 1.4rem;
    font-size: 2.4rem;
}
.link_in_page .btn_txt .icon-arrow {
  transform: rotate(0deg);
  height: 1rem;
  right: 0px;
}

@media screen and (min-width: 768px) {
  .use-resolution > h3 {
    font-size: 3rem;
    padding: 2.2rem 2rem;
  }
  .strength_box--flex {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 0;
  }
  .strength_box--flex__box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .strength_box--flex__box:not(:last-child) {
    margin-bottom: 0;
  }
  .strength_box--ttl {
    margin-bottom: 2rem;
  }

  .strength_box {
    padding: 4rem;
  }
  .strength_box:not(:last-child) {
    margin-bottom: 3rem;
  }
  .strength_box--ttl {
    margin-bottom: 3rem;
  }
  .strength_box--ttl__num {
    min-width: 90px;
    min-height: 90px;
    max-height: 90px;
    padding: 17px 11px;
  }
  .strength_box--ttl__num:before {
    border-width: 0 90px 90px 0;
    border-color: transparent #df5213 transparent transparent;
  }
  .strength_box--ttl__num p {
    font-size: 1.6rem;
  }
  .strength_box--ttl__num span {
    font-size: 4rem;
    bottom: 10px;
  }
  .strength_box--ttl__txt {
    padding-left: 2.5rem;
  }
  .strength_box--ttl__txt h3 {
    font-size: 2.6rem;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .search-title {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}


/*　----------------------------------------　

  導入事例

------------------------------------------*/

.product__list__inner--flex__info h3 {
  font-size: 1.6rem;
  color: #003c78;
  margin-bottom: 5px;
}
.product__list__inner--flex__info table th,
.product__list__inner--flex__info table td {
  vertical-align: top;
  font-size: 1.4rem;
}
.product__list__inner--flex__info table th {
  color: #959faa;
  font-size: 1.4rem;
  min-width: 8rem;
}
.product__list__inner--flex__img {
  overflow: hidden;
  height: 11rem;
  width: 100%;
  position: relative;
}
.product__list__inner--flex__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  transition: transform 0.3s;
  top: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .product__list__inner {
      padding: 2rem 0;
  }
  .product__list ul li {
      border-bottom: 1px solid #cdcdcd;
  }
  .product__list__inner--flex {
      display: -ms-flexbox;
      display: flex;
  }
  .product__list__inner--flex__img {
      min-width: 11rem;
      max-width: 11rem;
      margin-right: 2rem;
  }
}

@media screen and (min-width:768px) {
  .product__list ul {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: -4rem -5px 0;
  }
  .product__list ul li {
      -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
      max-width: 33.33333%;
      padding: 0 5px;
      margin-top: 4rem;
  }
  .product__list__inner--flex__img {
      height: 13rem;
      margin-bottom: 2rem;
  }
  .product__list__inner--flex__info h3 {
      margin-bottom: 1.5rem;
      font-size: 2rem;
  }
}

@media screen and (min-width:992px) {
  
  .product__list ul {
      margin: -4rem -1.5rem 0;
  }
  .product__list ul li {
      padding: 0 1.5rem;
  }
  .product__list__inner--flex__img {
      height: 17rem;
  }
  .product__list ul li a:hover .product__list__inner--flex__img img {
      transform: scale(1.1);
  }
}


/*　----------------------------------------　

  ノズルリスト

------------------------------------------*/
.use-selection img {
  margin-bottom: 2rem;
}
.use-selection h5 {
  color: #1f518e;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1.5rem;
}
.use-selection .btn {
  padding: 13px 15px;
  max-width: 37.5rem;
  margin-top: 2rem;
}