/* ----------------------------------------------
 * * karakara page
 * *----------------------------------------------*/
.post-type-karakara {
  font-size: 1.6em;
  line-height: 2.125;
  letter-spacing: 0.16em;
}

.mainvisual {
  padding-bottom: 110px;
  text-align: center;
}
.mainvisual::before {
  content: "";
  display: block;
  height: 60px;
  margin-bottom: 82px;
  background: url(../img/stripe.webp) repeat-x center top;
  background-size: auto 60px;
}
.mainvisual h1 {
  margin-bottom: 60px;
}

.text p + p {
  margin-top: 2em;
}

.thought {
  background-color: #fff799;
  padding: 75px 0 120px;
}
.thought > .inner {
  display: flex;
  justify-content: center;
}
.thought .img {
  order: -1;
  margin-top: 70px;
  margin-right: 30px;
}
.thought .text {
  margin-top: 60px;
  margin-left: 18px;
}

.cure {
  padding: 58px 0 120px;
}
.cure > .inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}
.cure h2 {
  margin-top: 110px;
}
.cure .img {
  margin-left: 60px;
  margin-top: 110px;
  order: -1;
}
.cure .text p:last-child {
  margin-top: 4em;
}

.check {
  --innerW: 645px;
  background-color: #E0ECBA;
  padding-top: 172px;
  position: relative;
}
.check h2 {
  position: absolute;
  right: calc(50% - 20px);
  top: -60px;
  width: 455px;
  height: 217px;
  border-radius: 50%;
  background-color: #fffabe;
  display: flex;
  justify-content: center;
  align-items: center;
}
.check section {
  position: relative;
}
.check section .text {
  width: var(--innerW);
  margin: 0 auto;
  line-height: 2.5;
}
.check section .img {
  text-align: center;
}
.check .balance {
  background-image: linear-gradient(-2deg, white 0%, white 51.5%, rgba(255, 255, 255, 0) 51.5%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.check .balance .text {
  width: auto;
  margin: 38px 68px 0 0;
  line-height: 2.375;
  order: -1;
}
.check .balance .box01 {
  flex: 0 0 100%;
  margin-top: 50px;
  padding: 176px calc((100% - var(--innerW)) / 2) 120px;
  position: relative;
}
.check .balance .box01 p {
  display: inline-block;
  background-color: rgba(224, 236, 186, 0.5);
  padding: 1em;
  font-size: 1.3rem;
  line-height: 1.8164;
  letter-spacing: 0.1em;
}
.check .balance .img {
  position: absolute;
  right: calc((100% - var(--innerW)) / 2);
  bottom: 68px;
}
.check .support {
  background-color: #F9D2DC;
  background-image: linear-gradient(-2deg, white 0%, white 45.5%, rgba(255, 255, 255, 0) 45.5%, rgba(255, 255, 255, 0) 100%);
  padding: 115px 0 74px;
}
.check .support h3 {
  position: absolute;
  left: calc(50% + 118px);
  top: 186px;
}
.check .support .img {
  margin-top: 60px;
}
.check .care {
  background-color: #D3EDFB;
  background-image: linear-gradient(-2deg, white 0%, white 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  padding: 90px 0 48px;
}
.check .care h3 {
  position: absolute;
  left: calc(50% + 180px);
  top: 32px;
}
.check .care .img {
  margin-top: 50px;
}
.check .information {
  background-color: #FCE3CD;
  background-image: linear-gradient(-2deg, white 0%, white 35%, rgba(255, 255, 255, 0) 35%, rgba(255, 255, 255, 0) 100%);
  padding: 152px 0 100px;
}
.check .information h3 {
  position: absolute;
  left: calc(50% + 168px);
  top: 84px;
}
.check .information .img {
  margin-top: 80px;
}

.join {
  background-color: #D3EDFB;
}
.join .lead {
  background-color: #fff;
  padding: 0 calc((100% - var(--basew)) / 2 + 35px) 85px;
  text-align: right;
}
.joinBoxWrapper {
  background-image: url(../img/join-top.webp), url(../img/join-btm.webp);
  background-position: center top, center bottom;
  background-repeat: repeat-x;
  background-size: auto 30px;
  padding: 235px 0 145px;
  position: relative;
}
.joinBoxWrapper .img {
  position: absolute;
  left: calc((100% - var(--basew)) / 2 + 144px);
  bottom: 100%;
  translate: 0 36%;
}
.joinBox {
  width: var(--basew);
  margin: 0 auto;
  padding: 104px 0;
  background-color: #fff;
  border: 8px solid #9FD9F6;
  border-radius: 50px;
  text-align: center;
}
.joinBox h2 {
  margin-bottom: 90px;
}
.joinBox dt {
  margin-bottom: 18px;
}
.joinBox dt:nth-of-type(2) {
  margin-top: 55px;
}
.joinBox dt:nth-of-type(3) {
  margin-top: 70px;
}
.joinBox dd {
  width: 67.6525%;
  margin-left: auto;
  margin-right: 130px;
  text-align: left;
}
.joinBox dd:nth-of-type(2) {
  margin-right: auto;
  text-align: center;
}
.joinBox li {
  list-style: none;
  line-height: 1;
}
.joinBox li:nth-child(n+2) {
  margin-top: 10px;
}
.joinBox li span {
  display: none;
}

.bnrColumn {
  padding: 100px 0 70px;
  text-align: center;
}
.bnrColumn a {
  display: inline-block;
}
.bnrColumn a img {
  border-radius: 20px;
  box-shadow: 8px 8px 8px rgba(var(--black-rgb), 0.2);
}
@media (any-hover: hover) {
  .bnrColumn a:hover {
    opacity: 0.6;
  }
}
@media (any-hover: none) {
  .bnrColumn a:active {
    opacity: 0.6;
  }
}

@media screen and (max-width: 767px) {
  .post-type-karakara {
    font-size: 1.4rem;
    line-height: 2;
    color: var(--black02);
    letter-spacing: 0.06em;
  }
  .post-type-karakara h2 {
    text-align: center;
  }
  .mainvisual {
    padding-bottom: 16vw;
  }
  .mainvisual::before {
    background-image: url(../img/stripe-sp.webp);
    margin-bottom: 13.3333vw;
  }
  .mainvisual h1 {
    margin-bottom: 9.6vw;
  }
  .mainvisual .img {
    width: 94.6667%;
    margin: 0 auto;
  }
  .thought {
    padding: 12vw 0 15.466vw;
  }
  .thought > .inner {
    display: block;
  }
  .thought .img {
    width: 37.8667%;
    margin: 6.66vw auto 0;
  }
  .thought .text {
    width: var(--basew);
    margin: 5.33vw auto 0;
    text-align: justify;
  }
  .thought .text br {
    display: none;
  }
  .cure {
    padding: 12vw 0 48.533vw;
  }
  .cure > .inner {
    display: block;
  }
  .cure h2 {
    margin: 0;
  }
  .cure .img {
    width: 32%;
    margin: 4.266vw auto 0;
  }
  .cure .text {
    width: var(--basew);
    margin: 5.33vw auto 0;
    text-align: justify;
  }
  .cure .text br {
    display: none;
  }
  .check {
    --innerW: var(--basew);
    padding-top: 0;
  }
  .check h2 {
    width: 86.6667%;
    height: 41.3333vw;
    right: 50%;
    top: -28vw;
    translate: 50% 0;
    z-index: 1;
  }
  .check h2 img {
    width: 82.4615%;
  }
  .check section::before {
    content: "";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 5.3333vw;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  }
  .check section:nth-of-type(even)::before {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 0, 0 100%);
  }
  .check section .text {
    line-height: 2;
    text-align: justify;
  }
  .check section .text br {
    display: none;
  }
  .check .balance {
    display: block;
    background-image: linear-gradient(-3deg, white 0%, white 20%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 100%);
  }
  .check .balance h3 {
    margin-top: 14.6667vw;
    margin-bottom: 8vw;
    text-align: center;
  }
  .check .balance .text {
    width: var(--innerW);
    margin: 0 auto;
    line-height: 2;
  }
  .check .balance .box01 {
    margin-top: 9.6vw;
    padding: 0 0 10.66vw;
  }
  .check .balance .box01 p {
    display: block;
    width: var(--innerW);
    margin: 0 auto;
    background-color: #fff;
    text-align: center;
    line-height: 1.7143;
    font-size: 100%;
  }
  .check .balance .box01 p span {
    display: block;
  }
  .check .balance .box01 p span br {
    display: none;
  }
  .check .balance .img {
    position: static;
    width: 49.8667%;
    margin: 2.133vw auto 0;
  }
  .check .support {
    padding-top: 0;
    padding-bottom: 12vw;
    background-image: linear-gradient(3deg, white 0%, white 19%, rgba(255, 255, 255, 0) 19%, rgba(255, 255, 255, 0) 100%);
  }
  .check .support h3 {
    margin-top: 12.8vw;
    margin-bottom: 9.3333vw;
    position: static;
    text-align: center;
  }
  .check .support .img {
    width: 54.4%;
    margin: 9.066vw auto 0;
  }
  .check .care {
    padding-top: 0;
    padding-bottom: 10.6667vw;
    background-image: linear-gradient(-3deg, white 0%, white 16.5%, rgba(255, 255, 255, 0) 16.5%, rgba(255, 255, 255, 0) 100%);
  }
  .check .care h3 {
    margin-top: 9.6vw;
    margin-bottom: 7.4667vw;
    position: static;
    text-align: center;
  }
  .check .care .img {
    width: 48%;
    margin: 13.33vw auto 0;
  }
  .check .information {
    padding-top: 0;
    padding-bottom: 18.6667vw;
    background-image: linear-gradient(3deg, white 0%, white 30%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  }
  .check .information h3 {
    margin: 11.7333vw auto 6.66vw;
    position: static;
    text-align: center;
  }
  .check .information .img {
    width: 62.9333%;
    margin: 12vw auto 0;
  }
  .join .lead {
    padding: 0 8% 6.4vw;
  }
  .joinBoxWrapper {
    background-size: auto 18px;
    padding: 18.6667vw 0;
  }
  .joinBoxWrapper .img {
    width: 29.8667%;
    left: 6.4vw;
    bottom: calc(100% - 4vw);
    translate: 0 0;
  }
  .joinBox {
    width: 80%;
    border-width: 3px;
    border-radius: 20px;
    padding: 8vw 5%;
  }
  .joinBox h2 {
    margin-bottom: 7.4667vw;
  }
  .joinBox dt {
    margin-bottom: 2.1333vw;
  }
  .joinBox dt:nth-of-type(n+2) {
    margin-top: 7.4667vw;
  }
  .joinBox dt img {
    height: 32px;
  }
  .joinBox dd {
    width: auto;
    max-width: 275px;
    margin-right: auto;
  }
  .joinBox dd:nth-of-type(2) {
    text-align: left;
  }
  .joinBox li img {
    display: none;
  }
  .joinBox li span {
    display: block;
    text-indent: -1em;
    padding-left: 1em;
    line-height: 1.4286;
  }
  .joinBox li span::first-letter {
    font-feature-settings: normal;
    letter-spacing: 0;
  }
  .bnrColumn {
    padding: 22.4vw 0 32vw;
  }
  .bnrColumn a {
    width: 88%;
  }
  .bnrColumn a img {
    box-shadow: 4px 4px 5px rgba(var(--black-rgb), 0.2);
  }
}