@charset "UTF-8";
/* CSS Document */
/*----------------------------------------
変数
----------------------------------------*/
@media screen and (min-width: 900px) {
  #pageTitle.hasImage {
    padding: 40px 0 0;
  }
}

/* 長谷川シャッターの強み
---------------------------------------------- */
@media screen and (min-width: 900px) {
  #ourStrengths .ourStrengthsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4%;
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .ourStrengthsContainer .areaText {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList {
  margin-top: 32px;
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem {
  border-bottom: 1px solid var(--colorBorder);
}
@media screen and (max-width: 899px) {
  #ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem {
    padding-bottom: 80px;
  }
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem:not(:first-child) {
  padding-top: 16px;
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .number {
  color: var(--colorMain);
  font-size: var(--size18px);
  font-family: var(--fontEn);
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .title {
  font-family: var(--fontJp);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 899px) {
  #ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .title {
    font-size: var(--size24px);
    line-height: 1.75;
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .title {
    font-size: var(--size24px);
    line-height: 1.3;
  }
}
#ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .text {
  font-family: var(--fontJp);
  line-height: 2.25;
  margin-top: 1em;
}
@media screen and (max-width: 899px) {
  #ourStrengths .ourStrengthsContainer .areaText .strengthsList .strengthsListItem .image {
    margin-top: 24px;
  }
}
@media screen and (max-width: 899px) {
  #ourStrengths .ourStrengthsContainer .areaImage {
    display: none;
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .ourStrengthsContainer .areaImage {
    width: 43%;
    max-width: 800px;
  }
}
#ourStrengths .ourStrengthsContainer .areaImage .strengthsImageContainer {
  position: relative;
  padding-top: 133.3333333333%;
}
#ourStrengths .ourStrengthsContainer .areaImage .strengthsImageContainer .strengthsImageBox {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
#ourStrengths .ourStrengthsContainer .areaImage .strengthsImageContainer .strengthsImageBox.show {
  opacity: 1;
}
@media screen and (min-width: 900px) {
  #ourStrengths .scrollContainer .areaScroll {
    padding-top: calc(var(--headerHightPC) + 114px);
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .scrollContainer .areaSticky {
    position: relative;
  }
}
@media screen and (min-width: 900px) {
  #ourStrengths .scrollContainer .areaSticky .positionSticky {
    position: sticky;
    top: 0;
    left: 0;
    padding-top: calc(var(--headerHightPC) + 114px);
  }
}

/* シャッター事業について
---------------------------------------------- */
@media screen and (max-width: 899px) {
  #business {
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  #business {
    margin-top: 168px;
  }
}
#business .businessContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 32px;
  gap: 80px;
}
#business .businessContainer .businessBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 899px) {
  #business .businessContainer .businessBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 24px;
  }
}
@media screen and (min-width: 900px) {
  #business .businessContainer .businessBox {
    gap: 4%;
  }
}
@media screen and (min-width: 1280px) {
  #business .businessContainer .businessBox {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media screen and (min-width: 900px) {
  #business .businessContainer .businessBox .areaImage {
    width: 60%;
    max-width: 800px;
  }
}
@media screen and (min-width: 900px) {
  #business .businessContainer .businessBox .areaText {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#business .businessContainer .businessBox .areaText .number {
  color: var(--colorMain);
  font-family: var(--fontEn);
  letter-spacing: 0em;
  font-size: var(--size18px);
}
#business .businessContainer .businessBox .areaText .titleEn {
  font-family: var(--fontEn);
}
@media screen and (max-width: 899px) {
  #business .businessContainer .businessBox .areaText .titleEn {
    font-size: var(--size48px);
  }
}
@media screen and (min-width: 900px) {
  #business .businessContainer .businessBox .areaText .titleEn {
    font-size: var(--size64px);
    font-size: clamp(2.375rem, -0.8815789474rem + 5.7894736842vw, 3.75rem);
  }
}
#business .businessContainer .businessBox .areaText .titleJp {
  font-family: var(--fontJp);
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-top: 0.5em;
}
@media screen and (max-width: 899px) {
  #business .businessContainer .businessBox .areaText .titleJp {
    font-size: var(--size20px);
  }
}
@media screen and (min-width: 900px) {
  #business .businessContainer .businessBox .areaText .titleJp {
    font-size: var(--size24px);
  }
}
#business .businessContainer .businessBox .areaText .text {
  font-family: var(--fontJp);
  letter-spacing: 0.02em;
  line-height: 2.25;
  margin-top: 1em;
}

/* シャッター施工事例
---------------------------------------------- */
@media screen and (max-width: 899px) {
  #works {
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  #works {
    margin-top: 160px;
  }
}
#works .worksContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 899px) {
  #works .worksContainer {
    gap: 40px 24px;
    margin-top: 40px;
  }
}
@media screen and (min-width: 900px) {
  #works .worksContainer {
    gap: 80px 3%;
    margin-top: 112px;
  }
}
@media screen and (max-width: 899px) {
  #works .worksContainer .worksBox {
    width: calc((100% - 24px) / 2);
  }
}
@media screen and (min-width: 900px) {
  #works .worksContainer .worksBox {
    width: 31.3333333333%;
  }
}
#works .worksContainer .worksBox .datetime {
  display: block;
  color: var(--colorMain);
  font-family: var(--fontJp);
  margin-top: 0.8em;
}
@media screen and (max-width: 899px) {
  #works .worksContainer .worksBox .datetime {
    font-size: var(--size18px);
  }
}
@media screen and (min-width: 900px) {
  #works .worksContainer .worksBox .datetime {
    font-size: var(--size20px);
  }
}
#works .worksContainer .worksBox .name {
  font-family: var(--fontJp);
  margin-top: 0.25em;
}
@media screen and (min-width: 900px) {
  #works .worksContainer .worksBox .name {
    font-size: var(--size18px);
  }
}
@media screen and (min-width: 900px) {
  #works .worksContainer .worksBox:nth-child(3n+2) {
    margin-top: -80px;
  }
}
@media screen and (min-width: 900px) {
  #works .worksContainer .worksBox:nth-child(3n) {
    margin-top: -160px;
  }
}

/* シャッター安全ニュース
---------------------------------------------- */
#news {
  overflow-x: hidden;
}
@media screen and (max-width: 899px) {
  #news {
    margin-top: 80px;
  }
}
@media screen and (min-width: 900px) {
  #news {
    margin-top: 160px;
  }
}
@media screen and (max-width: 899px) {
  #news .newsContainer {
    display: grid;
    grid-template-areas: "title" "news" "link";
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer {
    display: grid;
    grid-template-areas: "title news" "link news";
    grid-template-columns: 360px auto;
    grid-template-rows: 180px 1fr;
  }
}
#news .newsContainer .areaTitle {
  grid-area: title;
}
#news .newsContainer .areaLink {
  grid-area: link;
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaLink {
    margin: 40px auto 0;
  }
}
#news .newsContainer .areaNews {
  grid-area: news;
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaNews {
    margin-inline: calc(50% - 50vw);
    margin-top: 32px;
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews {
    max-width: 960px;
  }
}
#news .newsContainer .areaNews .newsText {
  font-family: var(--fontJp);
  letter-spacing: 0.02em;
  line-height: 2.25;
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaNews .newsText {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#news .newsContainer .areaNews .newsList {
  margin-top: 32px;
}
#news .newsContainer .areaNews .newsList .newsListItem:first-of-type {
  border-top: 1px solid var(--colorBorder);
}
#news .newsContainer .areaNews .newsList .newsListItem a {
  position: relative;
  border-bottom: 1px solid var(--colorBorder);
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaNews .newsList .newsListItem a {
    padding: 20px 32px 20px 16px;
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews .newsList .newsListItem a {
    padding: 24px 24px 24px 8px;
    -webkit-transition-property: background-color;
    transition-property: background-color;
    -webkit-transition-duration: 0.2s;
            transition-duration: 0.2s;
  }
}
@media screen and (min-width: 1280px) {
  #news .newsContainer .areaNews .newsList .newsListItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 32px;
    padding: 24px 24px 24px 8px;
  }
}
#news .newsContainer .areaNews .newsList .newsListItem a::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-mask-image: url("../assets/images/common/iconArrow.svg");
          mask-image: url("../assets/images/common/iconArrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: var(--colorSub);
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaNews .newsList .newsListItem a::before {
    right: 16px;
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews .newsList .newsListItem a::before {
    right: 8px;
  }
}
#news .newsContainer .areaNews .newsList .newsListItem a .newsHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
#news .newsContainer .areaNews .newsList .newsListItem a .newsHeader .newsDate {
  color: var(--colorMain);
  font-family: var(--fontEn);
  font-size: var(--size20px);
}
#news .newsContainer .areaNews .newsList .newsListItem a .newsHeader .newsCategory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: var(--fontJp);
  border: 1px solid black;
}
@media screen and (max-width: 899px) {
  #news .newsContainer .areaNews .newsList .newsListItem a .newsHeader .newsCategory {
    width: 180px;
    font-size: 0.875rem;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews .newsList .newsListItem a .newsHeader .newsCategory {
    width: 200px;
    padding: 0 0.5em;
  }
}
#news .newsContainer .areaNews .newsList .newsListItem a .newsTitle {
  font-family: var(--fontJp);
  margin-top: 8px;
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews .newsList .newsListItem a .newsTitle {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: var(--size18px);
  }
}
@media screen and (min-width: 1280px) {
  #news .newsContainer .areaNews .newsList .newsListItem a .newsTitle {
    margin-top: unset;
  }
}
@media screen and (min-width: 900px) {
  #news .newsContainer .areaNews .newsList .newsListItem a:hover {
    background-color: #F5F0E1;
  }
}

/* 向上関係のお困りごとについても～
---------------------------------------------- */
@media screen and (max-width: 899px) {
  #closing {
    margin-top: 104px;
  }
}
@media screen and (min-width: 900px) {
  #closing {
    margin-top: 160px;
  }
}
#closing .closingContainer {
  display: grid;
}
@media screen and (max-width: 899px) {
  #closing .closingContainer {
    grid-template-areas: "title" "txt" "img" "link";
    gap: 32px;
  }
}
@media screen and (min-width: 900px) {
  #closing .closingContainer {
    grid-template-areas: "title" "txt" "img" "link";
    gap: 32px;
  }
}
@media screen and (min-width: 1280px) {
  #closing .closingContainer {
    grid-template-areas: "title txt" "link txt" "img img";
    grid-template-columns: 560px auto;
    grid-template-rows: 120px auto auto;
    row-gap: 40px;
  }
}
#closing .closingContainer .closingTitle {
  grid-area: title;
  font-family: var(--fontJp);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
@media screen and (max-width: 899px) {
  #closing .closingContainer .closingTitle {
    font-size: var(--size24px);
  }
}
@media screen and (min-width: 900px) {
  #closing .closingContainer .closingTitle {
    font-size: var(--size32px);
  }
}
#closing .closingContainer .closingTitle strong {
  color: var(--colorMain);
}
#closing .closingContainer .closingText {
  grid-area: txt;
  font-family: var(--fontJp);
  letter-spacing: 0.02em;
  line-height: 2.25;
}
@media screen and (min-width: 1280px) {
  #closing .closingContainer .closingText {
    max-width: 740px;
    margin-left: auto;
  }
}
#closing .closingContainer .closingLink {
  grid-area: link;
  margin: 0 auto;
}
@media screen and (min-width: 1280px) {
  #closing .closingContainer .closingLink {
    margin: unset;
  }
}
#closing .closingContainer .closingImage {
  grid-area: img;
}/*# sourceMappingURL=service.css.map */