@charset "utf-8";
/* 共通 */
:root {
  --main-clr-wt: #ffffff;
  --main-clr-og: #fa7418;
  --main-clr-gr: #0a725f;
  --main-clr-bl: #23889f;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}
a:hover {
  opacity: .7;
}
.advertisementWrap,
.advertisementWrap *,
.advertisementWrap * ::before,
.advertisementWrap * ::after {
  box-sizing: border-box;
}
.sp-only {
  display: none;
}


/* 大枠 */
.advertisementWrap {
  border: none;
  border-radius: 10px;
  padding: 40px 40px 80px;
}
#advertisement_area{
  font-size: 18px;
  line-height: 1.8;
}
.advertisement_inner {
  margin-top: 40px;
}


/* 色 */
.clr-og {
  color: var(--main-clr-og);
}


/* 見出し */
.topImg {
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  width: auto;
}
.primary_heading {
  border: none;
  box-shadow: none;
  color: #fa7418;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin: 80px 0 40px;
  padding: 0;
  width: auto;
}
.primary_heading::before {
  content: "\f1b0";
  font-family: fontawesome;
  font-size: 24px;
  font-weight: normal;
  margin-right: 7px;
  position: relative;
  top: calc(.5em - 16px);
}

.point_heading {
  border: none;
  box-shadow: none;
  color: var(--main-clr-gr);
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin: 60px 0 30px;
  padding: 0;
  position: relative;
  width: auto;
}
.point_heading::before {
  background: var(--main-clr-gr);
  border-radius: 100vh;
  content: "";
  display: inline-block;
  height: 1em;
  margin: -.2em 12px 0 0;
  vertical-align: middle;
  width: 6px;
}
.primary_ttl {
  color: var(--main-clr-bl);
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
}


/* テキスト */
.txt + .txt {
  margin-top: 10px;
}
.txt-l {
  font-size: 24px;
}
.txt + .txt-l {
  margin-top: 70px;
}
.txt-m {
  font-size: 22px;
}
.txt-l + .txt-m {
  margin-top: 0;
}
.note_txt {
  font-size: 14px;
}


/* リンク */
.link_block {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.oval_link {
  align-items: center;
  border-radius: 100vh;
  color: var(--main-clr-wt)!important;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  justify-content: center;
  line-height: 1;
  padding: 23px 0;
  text-decoration: none;
  width: 300px;
}
.oval_link + .oval_link{
  margin-left: 40px;
}
.oval_link-concept {
  background: var(--main-clr-bl);
}
.oval_link-document {
  background: #ff9933;
}
.oval_link-contact {
  background: #f68697;
}


/* リスト - 円 */
.circleList {
  display: flex;
  justify-content: center;
  margin: 60px 0 0;
}
.circleList_item {
  height: 270px;
  width: 270px;
}
.circleList_item-inner {
  align-items: center;
  border: 3px solid var(--main-clr-gr);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  width: 100%;
}
.circleList_item:nth-child(n + 2){
  margin-left: 30px;
}
.circleList_item img {
  width: 115px;
}
.circleList_item .primary_ttl {
  font-size: 28px;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}


/* リスト - 四角 */
.squareList {
  display: flex;
  gap: 20px;
  margin: 30px 0 0;
}
.squareList_item {
  border: 2px solid var(--main-clr-gr);
  border-radius: 15px;
  padding: 25px 20px;
  text-align: center;
  width: calc((100% - 40px) / 3);
}
.squareList_item .txt {
  margin: 20px 0 0;
  text-align: left;
}


/* 個別 - ネコジルシの取り組み */
.effortList_item {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.effortList_item img {
  width: 255px;
}
.effortList_detail {
  width: calc(100% - 285px);
}
.effortList_item:nth-child(n + 2) {
  margin-top: 15px;
  padding-top: 15px;
}
.effortList_item:nth-child(n + 2) .effortList_detail::before {
  background: var(--main-clr-bl);
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(100% - 285px);
}
.effortList_detail .txt {
  margin: 24px 0 0;
}


/* 個別 - ネコジルシのユーザー層について */
.squareList--user .squareList_item .img {
  margin: 20px 0 0;
}
.squareList--user .squareList_item .img img {
  width: 117px;
}


/* 個別 - パートナーシップ特典について */
.squareList--benefit .squareList_item .img img {
  width: 76px;
}
.squareList--benefit .squareList_item .primary_ttl {
  margin: 18px 0 0;
}
.squareList--benefit .squareList_item .txt {
  border-top: 2px dashed var(--main-clr-gr);
  padding-top: 20px;
}


/* 個別 - 主なコンテンツ */
.contsList {
  display: flex;
  flex-wrap: wrap;
}
.contsList_item {
  margin-right: 20px;
  width: calc((100% - 40px) / 3);
}
.contsList_item:nth-child(3n) {
  margin-right: 0;
}
.contsList_item:nth-child(n + 4) {
  margin-top: 20px;
}
.contsList_item a{
  align-items: center;
  display: flex;
  text-decoration: none;
}
.contsList_item .img{
  width: 90px;
  margin-right: 17px;
}
.contsList + .note_txt {
  text-align: right;
  margin: 20px 0 0;
}

@media screen and (max-width: 768px){
  /* 共通 */
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }


  /* 大枠 */
  .advertisementWrap {
    border-radius: 0;
    padding: 0;
  }
  #advertisement_area{
    font-size: 16px;
    line-height: 1.6;
  }
  .advertisement_inner {
    background: var(--main-clr-wt);
    margin: 0;
    padding: 20px 15px 70px;
  }


  /* 見出し */
  .topImg {
    padding: 0;
  }
  .topImg img {
    height: auto;
  }

  .primary_heading {
    background: no-repeat;
    font-size: 24px;
    margin: 50px 0 20px calc(1em + 2px);
    text-indent: calc(-1em - 2px);
  }
  .primary_heading::before {
    font-size: 20px;
    top: calc(.5em - 14px);
  }

  .point_heading {
    background: no-repeat;
    font-size: 23px;
    margin: 40px 0 20px !important;
  }
  .primary_ttl {
    border: none;
    font-size: 20px;
    margin: 0;
    padding: 0;
  }


  /* テキスト */
  .txt-l {
    font-size: 22px;
  }
  .txt-l span {
    display: block;
  }
  .txt + .txt-l {
    margin-top: 46px;
  }
  .txt-m {
    font-size: 20px;
  }
  .txt-l + .txt-m {
    margin-top: 10px;
  }
  .note_txt {
    font-size: 12px;
  }


  /* リンク */
  .link_block {
    display: block;
    margin-top: 40px;
  }
  .oval_link {
    font-size: 18px;
    margin: 0 auto;
    padding: 18px 0;
  }
  .oval_link + .oval_link{
    margin: 20px auto 0;
  }


  /* リスト - 円 */
  .circleList {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    margin-top: 40px;
  }
  .circleList_item {
    height: auto;
    width: auto;
  }
  .circleList_item:nth-child(1) {
    grid-area: 1 / 2 / 2 / 4;;
    width: 100%;
  }
  .circleList_item:nth-child(2) {
    grid-area: 2 / 1 / 3 / 3;
  }
  .circleList_item:nth-child(3) {
    grid-area: 2 / 3 / 3 / 5;
  }

  .circleList_item:nth-child(n + 2) {
    margin: -10px 0 0 0;
  }
  .circleList_item-inner {
    height: 160px;
    margin: 0 auto;
    width: 160px;
  }
  .circleList_item:nth-child(2) .circleList_item-inner {
    margin-right: 8px;
  }
  .circleList_item:nth-child(3) .circleList_item-inner {
    margin-left: 8px;
  }
  .circleList_item img {
    width: 80px;
  }
  .circleList_item .primary_ttl {
    font-size: 18px;
    line-height: 1.2;
    margin-top: 5px;
  }


  /* リスト - 四角 */
  .squareList {
    display: block;
    margin-top: 25px;
  }
  .squareList_item {
    padding: 20px 16px;
    position: relative;
    width: 100%;
  }
  .squareList_item:nth-child(n + 2) {
    margin-top: 15px;
  }
  .squareList_item .primary_ttl,
  .squareList_item .txt {
    margin-left: auto;
    width: calc(100% - 82px);
  }
  .squareList_item .primary_ttl {
    text-align: left;
  }
  .squareList_item .img{
    left: 16px;
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .squareList_item .txt {
    margin-top: 5px;
  }


  /* 個別 - ネコジルシの取り組み */
  .effortList_item {
    display: block;
  }
  .effortList_item .img{
    align-items: center;
    border-radius: 20px;
    display: flex;
    height: 50vw;
    justify-content: center;
    max-height: 200px;
    overflow: hidden;
  }
  .effortList_item img {
    max-width: 100%;
    width: auto;
  }

  .effortList_detail {
    width: 100%;
  }
  .effortList_detail {
    margin: 20px 0 0;
  }
  .effortList_item:nth-child(n + 2) {
    margin-top: 20px;
    padding-top: 0;
  }
  .effortList_item:nth-child(n + 2) .effortList_detail::before {
    display: none;
  }
  .effortList_detail .txt {
    margin-top: 5px;
  }


  /* 個別 - ネコジルシのユーザー層について */
  .squareList--user .squareList_item .img {
    margin-top: 0;
  }
  .squareList--user .squareList_item .img img {
    width: 66px;
  }


  /* 個別 - パートナーシップ特典について */
  .squareList--benefit .squareList_item .img img {
    width: 66px;
  }
  .squareList--benefit .squareList_item .primary_ttl {
    margin: 0 0 0 auto;
  }
  .squareList--benefit .squareList_item .txt {
    border-top: none;
    padding-top: 0;
  }


  /* 個別 - 主なコンテンツ */
  .contsList_item {
    width: calc(50% - 10px);
  }
  .contsList_item:nth-child(3n) {
    margin-right: 20px;
  }
  .contsList_item:nth-child(even) {
    margin-right: 0;
  }
  .contsList_item:nth-child(n + 3) {
    margin-top: 15px;
  }
  .contsList_item .img{
    width: 60px;
    margin-right: 10px;
  }
  .contsList_item .primary_ttl {
    font-size: 18px;
    width: calc(100% - 70px);
  }
  .contsList + .note_txt {
    margin-top: 10px;
  }

}