@charset "UTF-8";
body {
  margin: 0;
}

.igrow-h2 {
  margin: 0;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
}
.igrow-h2_en {
  display: block;
  margin-bottom: 8px;
  color: #BF0000;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.75;
}
.igrow-h2-sup {
  font-size: 20px;
}
.igrow-h3 {
  margin: 48px 0 0;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
}
.igrow-txt_link {
  color: #0556b3;
}
.igrow-head {
  display: flex;
  padding: 48px 16px;
}
.igrow-foot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 32px;
  margin: 0 auto 16px;
  background-color: #f7f7f7;
  padding: 48px;
  width: calc(100% - 32px);
  max-width: 960px;
}
.igrow-foot_ttl {
  width: 100%;
  text-align: center;
}
.igrow-foot_h2 {
  display: inline-block;
  border-bottom: 1px solid #000;
  color: #1E1E1E;
  font-weight: 600;
  font-size: 20px;
  line-height: 125%;
}
.igrow-foot-ul_notice {
  margin: 0 auto 64px;
  width: calc(100% - 32px);
  max-width: 960px;
}
.igrow-foot-li_notice {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 14px;
}
.igrow-foot-li_notice::before {
  content: "※";
  padding-right: 0.2em;
}
.igrow-function {
  background-color: #f7f7f7;
}
.igrow-logo {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.igrow-logo_txt {
  margin: 0;
  font-weight: 300;
  line-height: 150%;
  text-align: center;
}
.igrow-dwl_wrap {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  list-style: none;
}
.igrow-dwl_link {
  display: block;
}
.igrow-dwl_btn {
  display: block;
  vertical-align: bottom;
}
.igrow-ul {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
.igrow-li {
  box-sizing: border-box;
  border-radius: 4px;
  background-color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 175%;
  text-align: center;
}
.igrow-img {
  display: block;
}
.igrow-btn {
  display: block;
  margin: 48px auto 0;
  border-radius: 4px;
  background-color: #1E1E1E;
  padding: 16px 24px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  text-decoration: none;
}
.igrow-acd {
  display: block;
  border-bottom: 1px solid #EBEBEB;
  padding: 24px 0;
  width: 100%;
}
.igrow-acd_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin: 48px auto 0;
  border-top: 1px solid #EBEBEB;
  border-radius: 4px;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.igrow-acd_ttl {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: inherit;
  padding: 0 72px 0 0;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
}
.igrow-acd_cnt {
  visibility: visible;
  opacity: 1;
  transition: padding 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
  padding-top: 24px;
  padding-right: 72px;
  height: auto;
  overflow: hidden;
  font-weight: 300;
  font-size: 16px;
}
.igrow-acd_cnt[aria-hidden=true] {
  visibility: hidden !important;
  opacity: 0 !important;
  transition: padding 0.25s, height 0.25s, opacity 0.25s, visibility 0.25s;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 0 !important;
}
.igrow-acd_icon {
  position: absolute;
  top: 4px;
  right: 18px;
  transition: 0.25s;
}
[aria-expanded=true] .igrow-acd_icon {
  top: 0;
  transform: rotate(180deg);
  transition: 0.25s;
}
.igrow-function-ul {
  margin: 16px auto 48px;
  width: calc(100% - 32px);
  text-align: center;
}
.igrow-function-ul_notice {
  display: inline-block;
}
.igrow-function-li_notice {
  padding-left: 1.2em;
  text-indent: -1.2em;
  font-size: 14px;
  text-align: left;
}
.igrow-function-li_notice::before {
  content: "※";
  padding-right: 0.2em;
}

@media screen and (min-width: 768px) {
  .igrow-txt_link:hover {
    color: #04438b;
    text-decoration: underline;
  }
  .igrow-head {
    flex-wrap: nowrap;
    justify-content: center;
    gap: 32px;
  }
  .igrow-logo {
    margin: 0 auto 48px;
  }
  .igrow-logo_txt {
    font-size: 20px;
  }
  .igrow-dwl_wrap {
    margin-top: 48px;
  }
  .igrow-dwl_img {
    display: block;
    margin: 0 auto 16px;
  }
  .igrow-function, .igrow-faq {
    padding: 48px 24px;
  }
  .igrow-ul {
    justify-content: center;
  }
  .igrow-ul_wrap {
    margin-top: 24px;
  }
  .igrow-li {
    padding: 24px;
    max-width: 276px;
  }
  .igrow-img {
    margin: 0 auto 16px;
    width: 160px;
    height: auto;
  }
  .igrow-acd_wrap {
    width: 624px;
  }
  .igrow-btn {
    transition: 0.3s;
  }
  .igrow-btn:hover {
    opacity: 0.3;
    transition: 0.3s;
  }
  .igrow_ttl {
    transition: 0.3s;
  }
  .igrow_ttl:hover {
    opacity: 0.3;
    transition: 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .igrow-faq {
    padding: 48px 16px;
  }
  .igrow-function {
    padding: 48px 0px;
  }
  .igrow-head {
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px;
  }
  .igrow-thum {
    order: 1;
    width: 290px;
    height: auto;
  }
  .igrow-logo {
    margin: 0 auto 24px;
  }
  .igrow-logo_wrap {
    order: 2;
    width: 100%;
  }
  .igrow-logo_txt {
    font-size: 14px;
  }
  .igrow-dwl_wrap {
    margin: 24px auto 0;
  }
  .igrow-dwl_img {
    display: none;
  }
  .igrow-ul {
    padding: 0 32px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .igrow-ul_wrap {
    margin-top: 32px;
    overflow-x: auto;
  }
  .igrow-li {
    padding: 24px 16px;
    width: calc(100vw - 64px - 32px);
  }
  .igrow-img {
    margin: 0 auto 24px;
    width: 160px;
    height: auto;
  }
}