@charset "utf-8";
/*------------------------------------------------
  トップページ
------------------------------------------------*/


.header {
  background:linear-gradient(to bottom, rgba(255,255,255,1), rgba(255,255,255,0));
  background-color: inherit;
  box-shadow: none;
}


/*========== メインビジュアル ==========*/

.main-visual {}

.main-visual-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-image: url(../../images/top/top_main_visual_background.jpg);
  background-position: center;
  background-size: cover;
}

.main-visual-title {
  color: #fff;
  width: 100%;
  font-size: 5vw;
  text-align: center;
  text-shadow:
    rgba(0, 34, 69, 1) 0 0 10px,
    rgba(0, 34, 69, 1) 0 0 40px,
    rgba(0, 34, 69, 1) 0 0 50px;
  line-height: 2.5;
}

@media print, screen and (min-width: 600px) {
  .main-visual-title {
    font-size: 3rem;
  }
  .main-visual-inner {
    height: 400px;
  }
}

@media print, screen and (min-width: 769px) {
  .main-visual {
    margin-top: -120px;
  }

  .main-visual-inner {
    height: 800px;
  }

  .main-visual-title {
    font-size: 5.4rem;
    line-height: 2;
    height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

/*========== コンテンツリンク ==========*/

.link {
  width: 100%;
  padding: 50px 0;
}

.link-inner {
  width: 100%;
}

.link-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.link-item {
  width: 50%;
  text-align: center;
}

.link-item-button {
  width: 140px;
  height: auto;
  display: block;
  margin: auto;
}

.link-item-button-icon {
  border-radius: 50%;
  border: 10px solid #5e93eb;
  width: 140px;
  height: 140px;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.link-item-button-icon > img {
  width: 100%;
}

.link-item-title {
  line-height: 2;
}

@media print, screen and (min-width: 667px) {

  .link-inner {
    width: 570px;
    margin: auto;
  }

  .link-list {}

  .link-item {
    width: 240px;
    height: auto;
  }

  .link-item-button {
    width: 240px;
    height: auto;
  }

  .link-item-button-icon {
    width: 240px;
    height: 240px;
    border: 20px solid #5e93eb;
    padding: 35px;
  }

}


@media print, screen and (min-width: 769px) {
  .link {
    padding: 80px 0;
  }
  .link-item-title {
    font-size: 1.9rem;
  }
}

/*========== 外部コンテンツ ==========*/

.outside {
  background-color: #5e93eb;
  padding: 25px;
}

.outside-inner {
  width: 100%;
}

.outside-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.outside-item {
  background-color: rgba(255,255,255,0.5);
  width: 100%;
}

.outside-item:not(:last-of-type) {
  margin-bottom: 15px;
}

.outside-item-button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 265px;
  background-position: center;
  background-size: cover;
  position: relative;
}

.outside-item-button.outside-item-button-lineup,
.outside-item-button.outside-item-button-freon {
	height: 218px;
}

/*-------ボタン背景写真-------*/
/*協栄清水商店*/
.outside-item-button-kyouei {
  background-image: url(../../images/top/outside_item_button_bg_img_kyouei.jpg);
}
/*動画*/
.outside-item-button-video {
  background-image: url(../../images/top/outside_item_button_bg_img_video.jpg);
}
/*機材のラインナップ*/
.outside-item-button-lineup {
  background-image: url(../../images/top/outside_item_bnr_lineup.png);
}
/*フロン回収事業*/
.outside-item-button-freon {
  background-image: url(../../images/top/outside_item_bnr_freon.png);
}

/*-------ラベル-------*/
.outside-item-button-label {
  padding: 10px;
  font-size: 1.5rem;
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 500;
  text-align: center;
  width: 100%;
  height: auto;
}

.outside-item-button-label > img {
  width: 100%;
  height: 100%;
}

/*協栄清水商店*/
.outside-item-button-kyouei .outside-item-button-label {
  padding: 10px;
}
/*動画*/
.outside-item-button-video .outside-item-button-label {
  padding: 25px 15px;
}
/*機材のラインナップ*/
.outside-item-button-lineup .outside-item-button-label {
  /*background:rgba(29, 94, 165, 0.84);*/
  width: 100%;
  padding: 25px;
}
/*フロン回収事業*/
.outside-item-button-freon .outside-item-button-label {
  /*background:rgba(29, 94, 165, 0.84);*/
  width: 100%;
  padding: 25px;
}

/*-------ラベル矢印-------*/
.outside-item-button::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 7.5px 7.5px 7.5px;
  border-color: rgba(94, 147, 235, 0) rgba(94, 147, 235, 1) rgba(94, 147, 235, 1) rgba(94, 147, 235, 0);
  position: absolute;
  bottom: 7.5px;
  right: 7.5px;
}

@media print, screen and (min-width: 600px) {
  .outside {
    padding: 70px 0;
  }
  .outside-item/*:not(:last-of-type)*/ {
    width: calc(50% - 7.5px);
    margin-bottom: 30px;
  }
  /*協栄清水商店*/
  .outside-item-button-kyouei .outside-item-button-label {}
  /*動画*/
  .outside-item-button-video .outside-item-button-label {}
  /*機材のラインナップ
  .outside-item-button-lineup .outside-item-button-label {
    background:linear-gradient(to right, rgba(29, 94, 165, 0.84) 90%, rgba(29, 94, 165, 0));
    padding: 15px 350px 15px 25px;
  }*/
  /*フロン回収事業
  .outside-item-button-freon .outside-item-button-label {
    background:linear-gradient(to right, rgba(29, 94, 165, 0.84) 90%, rgba(29, 94, 165, 0));
    padding: 15px 350px 15px 25px;
  }*/
}

@media print, screen and (min-width: 769px) {
  .outside {}
  .outside-inner {
    max-width: 1200px;
    margin: auto;
  }
  .outside-list {
    position: relative;
    justify-content: space-between;
  }
  /*リンク*/
  .outside-item {
    max-width: 585px;
  }
  .outside-item:not(:last-of-type) {
    margin-bottom: 30px;
  }
  /*リンクサイズ調整---ラインナップ
  .outside-item:nth-of-type(4) {
    max-width: 1200px;
  }*/
  .outside-item-button {
    height: 265px;
  }
  .outside-item-button.outside-item-button-lineup,
  .outside-item-button.outside-item-button-freon {
    height: 265px;
  }
  /*協栄清水商店*/
  .outside-item-button-kyouei .outside-item-button-label {
    max-width: 410px;
    max-height: 114px;
    padding: 0;
  }
  /*動画*/
  .outside-item-button-video .outside-item-button-label {
    max-width: 508px;
    max-height: 229px;
    padding: 0 0 0 24px;
    margin-right: auto;
  }
  /*機材のラインナップ*/
  .outside-item-button-lineup .outside-item-button-label {
    /*background:linear-gradient(to right, rgba(29, 94, 165, 0.8) 40%, rgba(29, 94, 165, 0.3) 60%);
    padding: 15px 675px 15px -50px;*/
    margin-top: 125px;
  }
  /*フロン回収事業*/
  .outside-item-button-freon .outside-item-button-label {
    /*background:linear-gradient(to right, rgba(29, 94, 165, 0.8) 40%, rgba(29, 94, 165, 0.3) 60%);
    padding: 15px 675px 15px -50px;*/
    margin-top: 125px;
  }
  /*-------ラベル矢印-------*/
  .outside-item-button::before {
    bottom: 15px;
    right: 12px;
    border-width: 15px;
  }
}

/*SNS*/

.sns-item {
  margin-top: 25px;
  width: 100%;
}
.sns-item-banner {
  display: block;
  width: 100%;
}
.sns-item-banner > img {
  width: 100%;
}
@media print, screen and (min-width: 600px) {
  .sns-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sns-item {
    /*margin-top: 25px;*/
    margin-top: 0;
    width: calc(100% / 3 - 7.5px);
  }
}

@media print, screen and (min-width: 769px) {
  .sns-item {
    /*margin-top: 25px;*/
    width: calc(100% / 3 - 15px);
  }
}


/*========== 新着情報 ==========*/

.news {
  padding: 70px 15px 35px;
}

.news-inner {
  width: 100%;
  max-width: 1200px;
  /* height: 250px;
  overflow-y: auto; */
}

.news-title {
  text-align: center;
  margin-bottom: 15px;
  font-size: 2rem;
}

.news-list {
  width: 100%;
}
.news-item {
  width: 100%;
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.news-date {
  color: #666;
  display: inline-block;
  /* width: 100%; */
  font-size: 1.3rem;
  /* margin-right: 15px; */
}
.news-type {
  color: rgba(255, 255, 255, 1);
  background-color:#5e93eb;
  padding: 4px 15px;
  line-height: 1;
  display: inline-block;
  border-radius: 2px;
  margin-right: 15px;
}
.news-content {
  margin-top: 15px;
  width: 100%;
  font-weight: 500;
}
.news-pic {
  width: 80%;
  margin: 15px auto;
}
.news-pic > img{
  width: 100%;
}

.news-link {
  text-align: right;
  margin-top: 15px;
}
.news-link a::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 7px solid #333;
}



@media print, screen and (min-width: 600px) {
  .news-item {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .news-date {
    /* width: 80px; */
    width: 120px;
    font-size: 1.4rem;
  }
  .news-type {
    width: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .news-content {
    width: calc(100% - 290px);
    font-size: 1.4rem;
    margin-top: 0;
  }
  .news-pic {
    width: 80%;
    margin: 15px 0;
  }
}

@media print, screen and (min-width: 769px) {

  .news-title {
    font-size: 2.4rem;
  }

  .news-inner {
    /* width: 800px; */
    /* height: 220px; */
    margin: auto;
    padding: 0;
  }
  .news-date {
    width: 145px;
    font-size: 1.6rem;
  }
  .news-content {
    width: calc(100% - 320px);
    font-size: 1.6rem;
  }
  .news-pic {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .news-pic > img {
    width: 300px;
    margin: auto;
  }
}
