@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Jost:wght@100..900&display=swap");
/* =============================================

基本設定

============================================= */
html {
  font-size: 0.625em;
}

body {
  font-family: "YakuHanJP", "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 400;
  color: #000;
  background: #fff;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  padding-top: 9.8rem;
}

img {
  width: 100%;
  max-width: none;
  height: auto;
}

.sp {
  display: none;
}

summary {
  list-style: none;
}

em {
  font-style: normal;
}

/* =============================================

ヘッダー

============================================= */
.header {
  width: 100%;
  position: fixed;
  background: #fff;
  padding: 3rem 4rem;
  top: 0;
  left: 0;
  z-index: 5;
}
.header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo a {
  display: block;
}
.header__logo img {
  width: 20rem;
}

/* =============================================

SNSナビ

============================================= */
.gnavi-list {
  display: flex;
  justify-content: space-between;
}
.gnavi-list__item {
  margin-left: 3rem;
  width: 3.8rem;
}
.gnavi-list__item:first-child {
  margin-left: 0;
}
.gnavi-list__item a {
  transition: color 0.5s;
}
.gnavi-list__item a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

/* =============================================

見出し

============================================= */
.title {
  text-align: center;
}
.title--align-left {
  text-align: left;
}
.title__ja {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-bottom: 3rem;
}
.title__txt {
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.06em;
  margin-bottom: 4rem;
}

/* =============================================

コンテンツ

============================================= */
.main {
  overflow: hidden;
}

/* =============================================

フッター

============================================= */
.footer {
  background: linear-gradient(90deg, #0ba90c, #0b934d);
}
.footer__inner {
  color: #fff;
  width: 100rem;
  padding: 5rem 0;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer__logo {
  width: 19rem;
  margin-bottom: 1.5rem;
}
.footer__address {
  font-size: 1.2rem;
  line-height: 1.6666666667;
}

.copyright {
  font-family: "Jost", sans-serif;
  font-size: 1.2rem;
  text-align: right;
  color: #fff;
  width: 100%;
  margin-top: -1.2em;
  pointer-events: none;
}

.material-symbols-outlined {
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 24;
}

@media only screen and (min-width: 0px) and (max-width: 1260px) {
  html {
    font-size: 0.7936507937vw;
  }
}
@media only screen and (min-width: 0px) and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
  body {
    padding-top: 12rem;
  }
  body.is-scroll-stop {
    overflow: hidden;
  }
  body.lowerpage {
    padding-top: 14rem;
  }
  body.is-scroll-stop {
    overflow: hidden;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  /* =============================================

  ヘッダー

  ============================================= */
  .header {
    padding: 3rem;
  }
  .header__logo {
    line-height: 1;
  }
  .header__logo img {
    width: 26rem;
  }
  /* =============================================

  グロナビ

  ============================================= */
  .gnavi-list__item {
    margin-left: 3rem;
    width: 6rem;
  }
  /* =============================================

  見出し

  ============================================= */
  .title__ja {
    font-size: 5rem;
    margin-bottom: 4rem;
  }
  .title__txt {
    font-size: 2.6rem;
    margin-bottom: 7rem;
  }
  /* =============================================

  フッター

  ============================================= */
  .footer__inner {
    width: 65rem;
    padding: 5rem 0;
    display: block;
  }
  .footer__logo {
    width: 28rem;
    margin-bottom: 1.5rem;
  }
  .footer__address {
    font-size: 2.4rem;
    margin-bottom: 6rem;
  }
  .copyright {
    font-size: 2rem;
    text-align: left;
    margin-top: 0;
  }
}
/* =============================================

メインビジュアル

============================================= */
.mainvisual {
  height: 53.2857142857vw;
  position: relative;
}
.mainvisual__inner {
  height: 100%;
}
.mainvisual__img {
  width: 100%;
  position: absolute;
  top: 0rem;
  left: 0;
  pointer-events: none;
}

/* =============================================

イントロ

============================================= */
.intro {
  background: url("../img/index/bg-intro.webp") no-repeat center center/100% auto;
}
.intro__txt {
  font-size: 1.8rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  padding: 4rem 0;
}

/* =============================================

事業内容

============================================= */
.products-index {
  padding: 10rem 0 3rem;
}
.products-index-list {
  font-size: 1.6rem;
  width: 100rem;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.products-index-list__item {
  width: 30rem;
  margin-bottom: 5rem;
  margin-right: 5rem;
  line-height: 1.7;
}
.products-index-list__item:nth-of-type(3n) {
  margin-right: 0rem;
}
.products-index-list__item span {
  display: block;
  background: url(../img/index/arrow.svg) no-repeat;
  background-size: 2.4rem 2.4rem;
  background-position: left -0.5rem top 0.3rem;
  padding-left: 1.8rem;
}
.products-index-list__item a {
  transition: 0.5s;
}
.products-index-list__item a:hover {
  opacity: 0.8;
  transition: 0.5s;
}
.products-index-list__item img {
  margin-bottom: 1.5rem;
}

.products-index.other {
  border-top: 1px dotted #000;
  width: 100rem;
  margin: 0 auto 0rem;
  padding-top: 6rem;
}

/* =============================================

お問い合わせ

============================================= */
.contact {
  width: 100rem;
  margin: 0 auto;
  border: 1px solid #bbb;
  margin-bottom: 8rem;
  padding: 4rem;
  box-sizing: border-box;
}
.contact p {
  line-height: 1.7;
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 2rem;
}
.contact ul {
  display: flex;
  justify-content: space-between;
}
.contact ul li {
  width: 48%;
}
.contact ul li a {
  font-size: 2.4rem;
  color: #fff;
  text-align: center;
  display: block;
  background: #0ba90c;
  padding: 2rem 1rem;
  border-radius: 5rem;
  transition: 0.4s;
}
.contact ul li a:hover {
  opacity: 0.7;
  transition: 0.4s;
}

/* =============================================

リンク

============================================= */
.links-index-list {
  width: 100rem;
  margin: 0 auto 10rem;
  display: flex;
  justify-content: space-between;
}
.links-index-list__item {
  width: 48rem;
  position: relative;
  overflow: hidden;
}
.links-index-list__item__txt {
  color: #fff;
  display: block;
  position: absolute;
  left: 3rem;
  top: 3rem;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.4;
}
.links-index-list__item__txt em {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.links-index-list__item img {
  scale: 1;
  transition: 0.5s;
}
.links-index-list__item img:hover {
  scale: 1.1;
  transition: 0.5s;
}

@media only screen and (min-width: 0px) and (max-width: 750px) {
  /* =============================================

  メインビジュアル

  ============================================= */
  .mainvisual {
    height: 75.6rem;
  }
  /* =============================================

  イントロ

  ============================================= */
  .intro {
    background-size: cover;
  }
  .intro__txt {
    font-size: 2.6rem;
    padding: 4rem;
  }
  /* =============================================

  事業内容

  ============================================= */
  .products-index-list {
    font-size: 2.4rem;
    width: 65rem;
  }
  .products-index-list__item {
    width: 30rem;
  }
  .products-index-list__item:nth-of-type(3n) {
    margin-right: 5rem;
  }
  .products-index-list__item:nth-of-type(2n) {
    margin-right: 0rem;
  }
  .products-index-list__item span {
    background-size: 3.8rem 3.8rem;
    background-position: left -0.5rem top 0.3rem;
    padding-left: 2.8rem;
  }
  .products-index-list__item a:hover {
    opacity: 1;
  }
  .products-index.other {
    width: 65rem;
  }
  /* =============================================

  お問い合わせ

  ============================================= */
  .contact {
    width: 65rem;
    margin-bottom: 8rem;
    padding: 4rem 4rem 2rem;
  }
  .contact p {
    line-height: 1.7;
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 3rem;
  }
  .contact ul {
    display: block;
  }
  .contact ul li {
    width: 100%;
  }
  .contact ul li a {
    font-size: 3.8rem;
    padding: 3rem 1rem;
    border-radius: 10rem;
    margin-bottom: 3rem;
  }
  .contact ul li a:hover {
    opacity: 1;
  }
  /* =============================================

  リンク

  ============================================= */
  .links-index-list {
    width: 65rem;
    display: block;
  }
  .links-index-list__item {
    width: 100%;
    margin-bottom: 4rem;
  }
  .links-index-list__item__txt {
    left: 4rem;
    top: 4rem;
    font-size: 4rem;
  }
  .links-index-list__item__txt em {
    font-size: 2rem;
  }
  .links-index-list__item img:hover {
    scale: 1;
  }
}
@media only screen and (min-width: 751px) {
  .mb0pc {
    margin-bottom: 0rem;
  }
  .mb5pc {
    margin-bottom: 0.5rem;
  }
  .mb10pc {
    margin-bottom: 1rem;
  }
  .mb15pc {
    margin-bottom: 1.5rem;
  }
  .mb20pc {
    margin-bottom: 2rem;
  }
  .mb25pc {
    margin-bottom: 2.5rem;
  }
  .mb30pc {
    margin-bottom: 3rem;
  }
  .mb35pc {
    margin-bottom: 3.5rem;
  }
  .mb40pc {
    margin-bottom: 4rem;
  }
  .mb45pc {
    margin-bottom: 4.5rem;
  }
  .mb50pc {
    margin-bottom: 5rem;
  }
  .mb55pc {
    margin-bottom: 5.5rem;
  }
  .mb60pc {
    margin-bottom: 6rem;
  }
  .mb65pc {
    margin-bottom: 6.5rem;
  }
  .mb70pc {
    margin-bottom: 7rem;
  }
  .mb75pc {
    margin-bottom: 7.5rem;
  }
  .mb80pc {
    margin-bottom: 8rem;
  }
  .mb85pc {
    margin-bottom: 8.5rem;
  }
  .mb90pc {
    margin-bottom: 9rem;
  }
  .mb95pc {
    margin-bottom: 9.5rem;
  }
  .mb100pc {
    margin-bottom: 10rem;
  }
  .mb105pc {
    margin-bottom: 10.5rem;
  }
  .mb110pc {
    margin-bottom: 11rem;
  }
  .mb115pc {
    margin-bottom: 11.5rem;
  }
  .mb120pc {
    margin-bottom: 12rem;
  }
  .mb125pc {
    margin-bottom: 12.5rem;
  }
  .mb130pc {
    margin-bottom: 13rem;
  }
  .mb135pc {
    margin-bottom: 13.5rem;
  }
  .mb140pc {
    margin-bottom: 14rem;
  }
  .mb145pc {
    margin-bottom: 14.5rem;
  }
  .mb150pc {
    margin-bottom: 15rem;
  }
  .mb155pc {
    margin-bottom: 15.5rem;
  }
  .mb160pc {
    margin-bottom: 16rem;
  }
  .mb165pc {
    margin-bottom: 16.5rem;
  }
  .mb170pc {
    margin-bottom: 17rem;
  }
  .mb175pc {
    margin-bottom: 17.5rem;
  }
  .mb180pc {
    margin-bottom: 18rem;
  }
  .mb185pc {
    margin-bottom: 18.5rem;
  }
  .mb190pc {
    margin-bottom: 19rem;
  }
  .mb195pc {
    margin-bottom: 19.5rem;
  }
  .mb200pc {
    margin-bottom: 20rem;
  }
}
@media only screen and (max-width: 750px) {
  .mb0sp {
    margin-bottom: 0rem;
  }
  .mb5sp {
    margin-bottom: 0.5rem;
  }
  .mb10sp {
    margin-bottom: 1rem;
  }
  .mb15sp {
    margin-bottom: 1.5rem;
  }
  .mb20sp {
    margin-bottom: 2rem;
  }
  .mb25sp {
    margin-bottom: 2.5rem;
  }
  .mb30sp {
    margin-bottom: 3rem;
  }
  .mb35sp {
    margin-bottom: 3.5rem;
  }
  .mb40sp {
    margin-bottom: 4rem;
  }
  .mb45sp {
    margin-bottom: 4.5rem;
  }
  .mb50sp {
    margin-bottom: 5rem;
  }
  .mb55sp {
    margin-bottom: 5.5rem;
  }
  .mb60sp {
    margin-bottom: 6rem;
  }
  .mb65sp {
    margin-bottom: 6.5rem;
  }
  .mb70sp {
    margin-bottom: 7rem;
  }
  .mb75sp {
    margin-bottom: 7.5rem;
  }
  .mb80sp {
    margin-bottom: 8rem;
  }
  .mb85sp {
    margin-bottom: 8.5rem;
  }
  .mb90sp {
    margin-bottom: 9rem;
  }
  .mb95sp {
    margin-bottom: 9.5rem;
  }
  .mb100sp {
    margin-bottom: 10rem;
  }
  .mb105sp {
    margin-bottom: 10.5rem;
  }
  .mb110sp {
    margin-bottom: 11rem;
  }
  .mb115sp {
    margin-bottom: 11.5rem;
  }
  .mb120sp {
    margin-bottom: 12rem;
  }
  .mb125sp {
    margin-bottom: 12.5rem;
  }
  .mb130sp {
    margin-bottom: 13rem;
  }
  .mb135sp {
    margin-bottom: 13.5rem;
  }
  .mb140sp {
    margin-bottom: 14rem;
  }
  .mb145sp {
    margin-bottom: 14.5rem;
  }
  .mb150sp {
    margin-bottom: 15rem;
  }
  .mb155sp {
    margin-bottom: 15.5rem;
  }
  .mb160sp {
    margin-bottom: 16rem;
  }
  .mb165sp {
    margin-bottom: 16.5rem;
  }
  .mb170sp {
    margin-bottom: 17rem;
  }
  .mb175sp {
    margin-bottom: 17.5rem;
  }
  .mb180sp {
    margin-bottom: 18rem;
  }
  .mb185sp {
    margin-bottom: 18.5rem;
  }
  .mb190sp {
    margin-bottom: 19rem;
  }
  .mb195sp {
    margin-bottom: 19.5rem;
  }
  .mb200sp {
    margin-bottom: 20rem;
  }
}/*# sourceMappingURL=style.css.map */