*,
html,
body {
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

a {
  color: #464e54;
  background-color: transparent;
  text-decoration: none;
}

b,
strong {
  font-weight: bolder;
}

img {
  border-style: none;
}

body {
  background: #fff;
  color: #333;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
}

h1, h2, h3 {
  font-weight: normal;
}

h1, h2, h3, p, a, ul, figure {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

address {
  font-style: normal;
}

small {
  font-size: 100%;
}

.only-pc {
  display: none;
}


/* Common style
========================================================================== */
.ik-nsk-inner,
.kanpai-sect-inner {
  margin-inline: auto;
}

.kanpai-footer .kanpai-sect-inner {
  display: flex;
}

.kanpai-footer-sns {
  display: flex;
}

.kanpai-footer-copy {
  border-top: 1px solid #ececec;
  font-size: 12px;
  text-align: center;
}

.ik-nsk-ttl img {
  width: 100%;
}

.ik-nsk-sect-ttl img {
  margin-inline: auto;
}

.ik-nsk-intro-cont {
  align-items: center;
  display: flex;
  flex-direction: column;
}

.ik-nsk-intro-text {
  font-weight: 600;
  text-align: center;
}

.ik-nsk-intro-sum {
  background: #fde8ea;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  margin-inline: auto;
}

.ik-nsk-intro-sum div {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.ik-nsk-intro-sum div span {
  background: linear-gradient(transparent 55%, #fcb6bd 55%);
}

.ik-nsk-lp-btn {
  margin-inline: auto;
  max-width: 650px;
  width: 100%;
}

.ik-nsk-lp-btn a {
  align-items: center;
  background-color: #e60012;
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/ikiiki-nyusankin/img/btn-arrow.png);
  background-position: 96% center;
  background-repeat: no-repeat;
  border-radius: 40px;
  box-shadow: 0 4px 6px rgba(87, 87, 87, .4);
  color: #fff;
  display: flex;
  font-weight: 600;
  justify-content: center;
}

.ik-nsk-strengths-text {
  font-weight: 600;
  position: relative;
  text-align: center;
  text-shadow: 2px 2px 2px #fff,
  -2px 2px 2px #fff,
  2px -2px 2px #fff,
  -2px -2px 2px #fff;
}

.ik-nsk-strengths-text::before {
  background: url(https://gigaplus.makeshop.jp/kajyusuna/ikiiki-nyusankin/img/strengths-deco01.png) no-repeat center center/contain;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.ik-nsk-strengths-list {
  display: flex;
}

.ik-nsk-strengths-list li {
  background: #fde8ea;
}

.ik-nsk-strengths-list-ttl img,
.ik-nsk-strengths-list li figure img {
  margin-inline: auto;
}

.ik-nsk-strengths-list-text {
  text-align: justify;
}

.ik-nsk-strengths-sum {
  background: #fbeca9;
  border-radius: 15px;
  position: relative;
}

.ik-nsk-strengths-sum::before,
.ik-nsk-strengths-sum::after {
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
}

.ik-nsk-strengths-sum::before {
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/ikiiki-nyusankin/img/about-deco01.png);
}

.ik-nsk-strengths-sum::after {
  background-image: url(https://gigaplus.makeshop.jp/kajyusuna/ikiiki-nyusankin/img/about-deco02.png);
}

.ik-nsk-strengths-sum-ttl {
  border-radius: 15px;
  color: #e60012;
  font-weight: 600;
  text-align: center;
}

.ik-nsk-strengths-sum-text {
  text-align: justify;
}

.ik-nsk-strengths-feat {
  display: flex;
  flex-direction: column;
}

.ik-nsk-strengths-feat-ttl {
  border-bottom: 2px solid #e60012;
  border-top: 2px solid #e60012;
  font-weight: 600;
  text-align: center;
}

.ik-nsk-story {
  background: #fde8ea;
  box-shadow: 0 0 0 100vmax #fde8ea;
  clip-path: inset(0 -100vmax);
}

.ik-nsk-story-ttl img {
  margin-inline: auto;
}

.ik-nsk-story-list {
  display: flex;
  flex-direction: column;
}

.ik-nsk-story-list li {
  background: #fff;
  border-radius: 15px;
}

.ik-nsk-story-list-ttl {
  font-weight: 600;
}

.ik-nsk-story-list li p span {
  display: block;
}

.ik-nsk-story-list li p span.ik-nsk-marker {
   background: linear-gradient(transparent 50%, #fcb6bd 50%);
   display: inline;
}

.ik-nsk-story-list-dev-top {
  display: flex;
}

.ik-nsk-story-list-dev-top p {
  background: linear-gradient(transparent 55%, #fcb6bd 55%);
  font-weight: 600;
}


/* SP style
========================================================================== */
@media screen and (width <= 768px) {
  .ik-nsk-inner,
  .kanpai-sect-inner {
		width: 92%;
	}

  .kanpai-footer .kanpai-sect-inner {
    flex-wrap: wrap;
    padding: 20px 0;
  }

  .kanpai-footer-logo {
    margin-right: 10px;
    width: 120px;
  }

  .kanpai-footer-address {
    font-size: 12px;
  }

 .kanpai-footer-sns {
    column-gap: 16px;
    margin-top: 16px;
    justify-content: center;
    width: 100%;
  }

  .kanpai-footer-copy {
    padding: 14px 0;
  }

  .ik-nsk-header {
    margin-bottom: 60px;
  }
  
  .ik-nsk-intro {
    margin-bottom: 60px;
  }

  .ik-nsk-sect-ttl {
    margin-bottom: 30px;
  }

  .ik-nsk-intro .ik-nsk-sect-ttl img {
    margin-inline: auto;
    width: 316px;
  }

  .ik-nsk-intro-cont {
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .ik-nsk-intro-text {
    font-size: 16px;
  }

  .ik-nsk-intro-sum {
    align-items: center;
    column-gap: 20px;
    margin-bottom: 40px;
    padding: 30px;
    width: 100%;
  }

  .ik-nsk-intro-sum div {
    flex: 1;
    font-size: 16px;
    font-weight: 600;
    row-gap: 20px;
  }

  .ik-nsk-intro-sum figure {
    width: 30%;
  }

  .ik-nsk-lp-btn {
    max-width: 500px;
  }

  .ik-nsk-lp-btn a {
    background-size: 13px 16px;
    background-position: 92% center;
    font-size: 18px;
    height: 76px;
    line-height: 1.4;
    text-align: center;
  }

  .ik-nsk-strengths .ik-nsk-sect-ttl img {
    margin-inline: auto;
    width: 220px;
  }

  .ik-nsk-strengths-text {
    font-size: 20px;
    margin-bottom: 40px;
  }

  .ik-nsk-strengths-text::before {
    height: 80px;
    width: 80px;
  }

  .ik-nsk-strengths-list {
    flex-direction: column;
    margin-bottom: 60px;
    row-gap: 30px;
  }

  .ik-nsk-strengths-list li {
    border: 3px solid #e60012;
    border-radius: 10px;
    padding: 30px 20px;
  }

  .ik-nsk-strengths-list li:first-of-type .ik-nsk-strengths-list-ttl img {
    margin-inline: auto;
    width: 174px;
  }

  .ik-nsk-strengths-list li:nth-of-type(2) .ik-nsk-strengths-list-ttl img {
    margin-inline: auto;
    width: 150px;
  }

  .ik-nsk-strengths-list li:last-of-type .ik-nsk-strengths-list-ttl img {
    margin-inline: auto;
    width: 158px;
  }

  .ik-nsk-strengths-list-ttl {
    margin-bottom: 30px;
  }

  .ik-nsk-strengths-list-text {
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 20px;
  }

  .ik-nsk-strengths-list-note {
    font-size: 10px;
    margin-top: 20px;
  }

  .ik-nsk-strengths-sum-ttl {
    border-radius: 15px;
    color: #e60012;
    font-weight: 600;
    text-align: center;
  }

  .ik-nsk-strengths-sum {
    margin-bottom: 40px;
    padding: 30px;
  }

  .ik-nsk-strengths-sum::before,
  .ik-nsk-strengths-sum::after {
    height: 30px;
    top: 20px;
    width: 30px;
  }

  .ik-nsk-strengths-sum::before {
    left: 15px;
  }

  .ik-nsk-strengths-sum::after {
    right: 15px;
  }

  .ik-nsk-strengths-sum-ttl {
    font-size: 20px;
    margin-bottom: 24px;
  }

  .ik-nsk-strengths-sum-text {
    font-size: 16px;
  }

  .ik-nsk-strengths-sum-text:first-of-type {
    margin-bottom: 20px;
  }

  .ik-nsk-strengths-sum-note {
    font-size: 10px;
    margin-top: 10px;
  }

  .ik-nsk-strengths-feat {
    row-gap: 30px;
    margin-bottom: 60px;
  }

  .ik-nsk-strengths-feat-ttl {
    font-size: 16px;
    margin-bottom: 12px;
    padding-block: 12px 10px;
  }

  .ik-nsk-strengths-feat figure {
    margin-bottom: 16px;
  }

  .ik-nsk-strengths-feat figure img {
    max-width: initial;
    width: 100%;
  }

  .ik-nsk-story {
    padding-block: 60px 80px;
  }

  .ik-nsk-story-ttl {
    margin-bottom: 30px;
  }

  .ik-nsk-story-ttl img {
    width: 170px;
  }

  .ik-nsk-story-list {
    margin-bottom: 40px;
    row-gap: 40px;
  }

  .ik-nsk-story-list li {
    padding: 30px 20px;
  }

  .ik-nsk-story-list-ttl {
    font-size: 20px;
    margin-bottom: 16px;
    text-align: center;
  }

  .ik-nsk-story-list div img {
    margin: 0 auto 20px ;
  }

  .ik-nsk-story-list p {
    font-size: 16px;
  }

  .ik-nsk-story-list li p span {
    margin-bottom: 16px;
  }

  .ik-nsk-story-list-dev-top {
    align-items: center;
    flex-direction: column;
    row-gap: 16px;
    margin-bottom: 20px;
  }

  .ik-nsk-story-list-dev-ttl img {
    width: 180px;
  }

  .ik-nsk-story-list .ik-nsk-story-list-dev div img {
    margin-bottom: 0;
  }

  .ik-nsk-story-list-dev-top p {
    font-size: 20px;
    display: inline-block;
    margin-top: 20px;
  }

  .ik-nsk-story-list-dev > p {
    font-size: 16px;
  }
}



/* PC style
========================================================================== */
@media screen and (width > 768px) {
  .only-sp {
    display: none;
  }

  .ik-nsk-inner,
  .kanpai-sect-inner {
		width: min(100% - 60px, 1000px);
	}

  .kanpai-footer {
    padding: 30px 0;
  }

  .kanpai-footer .kanpai-sect-inner {
    column-gap: 4%;
    padding-bottom: 30px;
  }

  .kanpai-footer-sns {
    column-gap: 30px;
  }

  .kanpai-footer-copy {
    padding-top: 26px;
  }

  .ik-nsk-header {
    margin-bottom: 120px;
  }

  .ik-nsk-intro {
    margin-bottom: 120px;
  }

  .ik-nsk-sect-ttl {
    margin-bottom: 60px;
  }

  .ik-nsk-intro-cont {
    margin-bottom: 60px;
    row-gap: 60px;
  }

  .ik-nsk-intro-text {
    font-size: 20px;
  }
  
  .ik-nsk-intro-sum {
    column-gap: 50px;
    margin-bottom: 80px;
    max-width: 510px;
    padding: 40px;
  }

  .ik-nsk-intro-sum div {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    row-gap: 20px;
  }

  .ik-nsk-lp-btn a {
    background-size: 15px 18px;
    font-size: 24px;
    height: 80px;
  }

  .ik-nsk-strengths-text {
    font-size: 24px;
    margin-bottom: 140px;
  }

  .ik-nsk-strengths-text::before {
    height: 100px;
    width: 100px;
  }

  .ik-nsk-strengths-list {
    justify-content: space-between;
    margin-bottom: 80px;
  }

  .ik-nsk-strengths-list li {
    border: 2px solid #e60012;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    padding: 60px 34px;
    position: relative;
    width: 30.5%;
  }

  .ik-nsk-strengths-list li::before {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    left: 80%;
    position: relative;
    top: -62px;
    width: 30px;
  }

  .ik-nsk-strengths-list li::after {
    background: #e60012;
    content: "";
    display: block;
    height: 90px;
    left: 80%;
    position: absolute;
    top: -85px;
    transform: rotate(30deg);
    width: 2px;
  }

  .ik-nsk-strengths-list-ttl {
    margin-bottom: 34px;
  }

  .ik-nsk-strengths-list-text {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
  }

  .ik-nsk-strengths-list-note {
    font-size: 12px;
    margin-top: 28px;
  }

  .ik-nsk-strengths-list li div {
    margin-top: auto;
  }

  .ik-nsk-strengths-list li:first-of-type .ik-nsk-strengths-list-note {
    padding-bottom: 1.5em;
  }

  .ik-nsk-strengths-list li:nth-of-type(3) div {
    padding-bottom: 4em;
  }

  .ik-nsk-strengths-sum {
    margin: 0 auto 80px;
    max-width: 800px;
    padding: 60px;
  }

  .ik-nsk-strengths-sum::before,
  .ik-nsk-strengths-sum::after {
    height: 69px;
    top: 25px;
    width: 70px;
  }

  .ik-nsk-strengths-sum::before {
    left: 25px;
  }

  .ik-nsk-strengths-sum::after {
    right: 25px;
  }

  .ik-nsk-strengths-sum-ttl {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .ik-nsk-strengths-sum-text {
    font-size: 18px;
  }
  
  .ik-nsk-strengths-sum-text:first-of-type {
    margin-bottom: 32px;
  }

  .ik-nsk-strengths-sum-note {
    font-size: 12px;
    margin-top: 16px;
  }

  .ik-nsk-strengths-feat {
    row-gap: 60px;
    max-width: 800px;
    margin: 0 auto 100px;
  }

  .ik-nsk-strengths-feat li {
    column-gap: 24px;
    display: flex;
  }

  .ik-nsk-strengths-feat li figure {
    min-width: 326px;
  }

  .ik-nsk-strengths-feat-ttl {
    font-size: 20px;
    margin-bottom: 24px;
    padding-block: 12px;
  }

  .ik-nsk-strengths-feat p {
    font-size: 18px;
    line-height: 1.6;
  }

  .ik-nsk-story {
    padding-block: 120px;
  }

  .ik-nsk-story-ttl {
    margin-bottom: 60px;
  }

  .ik-nsk-story-list {
    margin: 0 auto 80px;
    max-width: 800px;
    row-gap: 60px;
  }

  .ik-nsk-story-list li {
    padding: 60px 75px;
  }

  .ik-nsk-story-list-ttl {
    font-size: 24px;
    margin-bottom: 36px;
  }

  .ik-nsk-story-list p {
    font-size: 18px;
  }

  .ik-nsk-story-list li p span {
    margin-bottom: 24px;
  }

  .ik-nsk-story-list li:first-of-type img,
  .ik-nsk-story-list li:nth-of-type(2) img {
    box-sizing: content-box;
    float: right;
    padding: 0 0 16px 20px;
  }

  .ik-nsk-story-list img::after {
    content: "";
    clear: both;
  }

  .ik-nsk-story-list-dev-top {
    column-gap: 30px;
    margin-bottom: 20px;
  }

  .ik-nsk-story-list-dev-top p {
    font-size: 24px;
    margin-top: 32px;
  }

  .ik-nsk-story-list-dev > p {
    font-size: 18px;
    line-height: 1.6;
  }
}



/* Hover style
========================================================================== */
@media (any-hover:hover) {
	a:hover {
		cursor: pointer;
		opacity: .8;
	}
}