
body {
  font-family: 'Noto Sans JP', sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  text-align: justify;
  font-feature-settings: "palt";
}
img {
  vertical-align: middle;
}
header {
  display: none;
}
.loop-bg {
  width: 100%;
  height: 100%;
  padding: 1rem 15% 20%;
  background-color: #ef7bc6;
  background-image: linear-gradient(90deg,  #ed6bb8 50%, transparent 50%);
  background-size: 10% 10%;
  animation: move-stripe1 20s infinite linear;
}
@keyframes move-stripe1 {
  0% {  background-position-x: 0;  }
  100% {  background-position-x: 100%;  }
}
.mainvisual {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background: url("../img/sp-main.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 54.5% 0;
  position: relative;
}
.top-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15%;
  width: 65%;
  margin: auto;
}
.yure {
  animation: move-v 1.5s infinite ease-in-out;
}
@keyframes move-v {
  0% {  transform: translate(0,0);  }
  50% {  transform: translate(0,-5px);  }
  100% {  transform: translate(0,0);  }
}
.section01 {
  width: 100%;
  background: #ffff81;
  padding: 1rem 1rem 0;
}
.works-image {
  background: url("../img/sp-img01.png");
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
  padding: 60% 0;
}
.section02 {
  width: 100%;
  background: #fff;
  padding: 2rem;
  text-align: center;
}
.bar01 {
  background: url("../img/ttl1.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 9.5% 0;
}
.section02 li {
  padding: 0.5rem 0;
}
.section02 img {
  width: 50%;
  border-radius: 10%;
}
.section02 span {
  color: #ea1f63;
}
.section02 p {
  display: none;
}
.section03 {
  width: 100%;
  padding: 2rem 1rem;
  background: #fccade;
}
.bar02 {
  width: 75%;
  height: 3rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  background: url("../img/ttl2.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.interview-box {
  width: 100%;
  background: #fff;
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 5%;
}
.interview-box p:first-child {
  text-align: center;
  font-size: 1.3rem;
}
.interview-box ul + p {
  display: flex;
  justify-content: center;
}
.interview-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0;
}
.interview-box li {
  width: 50%;
}
.interview-box li p {
  font-size: 1.3rem;
}
.interview-box li span {
  color: #ea1f63;
  font-weight: 600;
  font-size: 1.5rem;
}
.interview-box li:first-child {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 2.5;
}
.interview-box img {
  width: 100%;
  border-radius: 10%;
}
.section03 > ul li:first-child {
  text-align: left;
  font-size: 1.5rem;
}
.section03 > ul li {
  text-align: center;
}
.section03 > ul li a {
  display: block;
  padding: 1rem;
}
.section04 {
  width: 100%;
  text-align: center;
  padding:0 0 2rem;
  background: #fff;
}
.bar03 {
  width: 75%;
  margin: 0 auto;
  text-align: center;
  padding: 2rem 0;
}
.accordion ul {
	width: 100%;
	padding: 1rem;
}
.accordion li {
	position: relative;
	list-style: none;
  margin-bottom: 1rem;
  border: 2px solid #fccade;
  border-radius: 20px;
}
.accordion > ul > li > div {
	cursor: pointer;
	position: relative;
  color: #212121;
  padding: 1.25rem;
  text-align: left;
  margin-left: 0.5rem;
}
.accordion > ul > li:nth-child(1) > div {
  background: url("../img/ac-bg-1.svg") no-repeat left;
}
.accordion > ul > li:nth-child(2) > div {
  background: url("../img/ac-bg-2.svg") no-repeat left;
}
.accordion > ul > li:nth-child(3) > div {
  background: url("../img/ac-bg-3.svg") no-repeat left;
}
.accordion > ul > li:nth-child(4) > div {
  background: url("../img/ac-bg-4.svg") no-repeat left;
}
.accordion > ul > li:nth-child(5) > div {
  background: url("../img/ac-bg-5.svg") no-repeat left;
}
.accordion > ul > li:nth-child(6) > div {
  background: url("../img/ac-bg-6.svg") no-repeat left;
}
.accordion > ul > li > p {
	display: none;
	text-align: left;
	padding: 1rem;
	color: #212121;
}
.accordion > ul > li > p img {
  width: 100%;
  padding: 0 25%;
}
.accordion > ul > li > p span {
  font-size: 0.75rem;
}
.accordion_icon {
  position: absolute;
  right: 1rem;
  top: 0.75rem;
  transform: rotate(0deg);
  color: #fccade;
}
.accordion_icon.active {
	transform: rotate(180deg);
}
.section05 {
  width: 100%;
  padding: 2rem 0 0;
}
.bar04 {
  width: 100%;
  padding: 0 2rem;
  background: #fff;
}
.parallax {
  padding: 1rem 1rem 2rem;
}
.para-inner01,
.para-inner02 {
  background: rgba(255,255,129,0.4);
  border-radius: 20px;
  text-align: center;
  padding: 1rem 1rem 2rem;
  font-size: 0.75rem;
  position: relative;
}
.para-inner01 img,
.para-inner02 img {
  width: 50%;
  padding: 0.5rem;
  background: #fff;
}
.para-inner01 p,
.para-inner02 p {
  text-align: left;
  font-size: 1rem;
  padding: 1rem 0 0;
}
.para-inner01 span,
.para-inner02 span {
  color: #f06292;
}
.para-inner01 .para-font,
.para-inner02 .para-font {
  font-size: 1.3rem;
  color: #212121;
}
.para-inner01 .under-line,
.para-inner02 .under-line {
  color: #212121;
  border-bottom: 2px solid #ffff81;
}
.inner-btn img {
  background: transparent;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.5rem;
  margin: auto;
}
.section06 {
  width: 100%;
}
.qa-wrap {
  padding: 1rem;
}
.qa-wrap li {
  border: 2px solid #fccade;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.qa-wrap p {
  padding: 1rem;
}
.question,
.answer {
  padding: 0.5rem;
}
.question {
  background: #ffff81;
  display: flex;
  align-items: center;
}
.question img {
  height: 1.5rem;
}
.answer {
  color: #f44336;
}
.question span {
  background: url("../img/question.svg");
  background-position: left;
  background-repeat: no-repeat;
  padding: 1rem;
}
.answer span {
  background: url("../img/answer.svg");
  background-position: left;
  background-repeat: no-repeat;
  padding: 1rem;
}
.bar05 {
  width: 100%;
  padding: 2rem 2.5rem 0;
}
footer {
  width: 100%;
  background: #ffff81;
  padding: 1rem;
}
.foot-bar {
  padding: 2rem 2rem 3rem;
}
.foot-image {
  background: #fff;
  border-radius: 20px;
  padding: 5rem 1rem 1rem;
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.foot-image img {
  position: absolute;
  top: -2rem;
  left: 0;
  right: 0;
  margin: auto;
}
.foot-image span {
  color: #ea1f63;
}
.copyright {
  width: 100%;
  text-align: center;
  padding: 1rem 1rem 0;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
@media screen and (min-width: 769px) {
  header {
    display: block;
    width: 100%;
    height: 4rem;
    padding: 1rem;
    background: #fff;
  }
  #h-logo {
    width: 62.5%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  #h-logo h1 {
    width: 80%;
    font-size: 0.75rem;
  }
  #h-logo a {
    display: block;
    width: 20%;
  }
  #h-logo a img {
    width: 100%;
    height: 2rem;
  }
  .loop-bg {
    padding: 5% 18.75% 5%;
  }
  .mainvisual {
    background: url("../img/mainvisual-kuma.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 19.5% 0;
  }
  .top-btn {
    left: 10%;
    right: inherit;
    width: 100%;
    margin: inherit;
  }
  .section01 {
    padding: 5% 18.75% 0;
  }
  .works-image {
    background: url("../img/img01.png");
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat;
    padding: 17.5% 0;
  }
  .section02 {
    padding: 5% 18.75%;
  }
  .section02 p {
    display: block;
  }
  .section02 img {
    width: auto;
  }
  .bar01 {
    width: 50%;
    padding: 4.7% 0;
    margin: 0 auto;
  }
  .flex-wrapper {
    padding-top: 2rem
  }
  .flex-wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap:nowrap;
    justify-content: center;
    align-items: center;
  }
  .flex-wrapper li {
    width: auto;
    padding: 1rem;
    text-align: justify;
  }
  .flex-wrapper img {
    height: 300px;
  }
  .section03 {
    padding: 5% 18.75%;
  }
  .bar02 {
    width: 50%;
    height: auto;
    padding: 4.8% 0;
  }
  .interview-wrap {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .interview-box {
    width: 48%;
    padding: 2rem;
  }
  .section03 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 2.5rem 0 0;
  }
  .section03 > ul li a {
    display: block;
    padding: 0 1rem;
  }
  .section04 {
    padding: 2rem 0;
  }
  .section04 .swiper-slide img {
    width: 65%;
  }
  .bar-bg03 {
    background: #ffff81;
    border-radius: 20px;
  }
  .bar-bg03 img {
    width: 60%;
  }
  .bar04 {
    width: 100%;
    text-align: center;
  }
  .bar04 img {
    width: 50%;
  }
  .parallax {
    padding: 1rem 18.75%;
  }
  .para-inner01,
  .para-inner02 {
    text-align: left;
    padding: 7.5% 10% 15%;
    font-size: 1rem;
  }
  .para-inner01 p,
  .para-inner02 p {
    line-height: 2;
  }
  .para-inner01 {
    margin-bottom: 2rem;
  }
  .para-inner02 {
    margin: 2rem 0;
  }
  .para-inner01 ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .para-inner02 ul {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  .para-inner01 img,
  .para-inner02 img {
    width: 80%;
  }
  .para-inner01 li:nth-child(1),
  .para-inner02 li:nth-child(1) {
    width: 30%;
  }
  .para-inner01 li:nth-child(1) {
    text-align: left;
  }
  .para-inner02 li:nth-child(1) {
    text-align: right;
  }
  .para-inner01 li:nth-child(2),
  .para-inner02 li:nth-child(2) {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    line-height: 3;
  }
  .pc-inner-btn img {
    width: 20%;
    background: transparent;
    position: absolute;
    right: 1rem;
    bottom: 7.5%;
  }
  .bar05 {
    width: 100%;
    text-align: center;
  }
  .bar05 img {
    width: 30%;
  }
  .qa-wrap {
    width: 62.5%;
    margin: 0 auto;
  }
  .qa-wrap ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qa-wrap li {
    width: 49%;
  }
  .foot-bar {
    text-align: center;
  }
  .foot-bar img {
    width: 50%;
  }
  .foot-image-wrap {
    width: 75%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .foot-image {
    width: 30%;
    margin: 0.5rem;
    padding: 5rem 2rem 2rem;
  }
  .foot-image img {
    width: 80%;
  }
  .footer-kuma {
    text-align: center;
  }
  .footer-kuma img {
    width: 50%;
  }
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (min-width: 1200px) {

}
.loading {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.loading img {
  width: 20%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
