@charset "UTF-8";
html {
  /* zen-kaku-gothic-new-regular - latin */
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.5641025641vw;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

.inner {
  padding-right: 2rem;
  padding-left: 2rem;
}

.mv {
  padding-bottom: 104rem;
  background: url(../img/mv-bgPc.png), url(../img/SubtractSp.png), url(../img/Subtract1Sp.png), url(../img/Subtract2Sp.png), url(../img/spBg.png);
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat;
  background-position: 0 179rem, 100% 140rem, 0 115rem, 14% 159rem, 0 bottom;
  background-size: 17.6rem, 15.3rem, 27.1rem, 16rem, cover, cover;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 82%, 0 85%);
  clip-path: polygon(0 0, 100% 0, 100% 82%, 0 85%);
}
.mv .lead {
  margin-left: -0.6rem;
  font-size: 1.6rem;
  line-height: 2.4;
}
.mv .lead.strong {
  font-size: 34px;
  font-weight: bold;
  line-height: 1.7;
}
.mv img {
  width: 100%;
}
.mv .inner {
  padding: 0;
}
.mv p {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}
.mv .space1 {
  margin-bottom: 2em;
}

.seniorWrp {
  padding-bottom: 11rem;
}
.seniorWrp .slick-active {
  border-radius: 10px;
}
.seniorWrp .slick-active a {
  border-radius: 10px;
}
.seniorWrp .slick-list {
  margin: 0 -15px;
}
.seniorWrp .slick-slide {
  margin: 0 15px;
}
.seniorWrp .seniorMan img {
  border-radius: 10px;
}

.seniorMan {
  margin-left: 50px;
}

.InterviewTitle {
  margin-top: 10rem;
  font-family: "Alata", san-serif;
  font-size: 52px;
}

.InterviewJapan {
  font-size: 16px;
  font-weight: bold;
}

.wrpInterview {
  position: relative;
  margin-top: -43rem;
}
.wrpInterview .maru {
  position: absolute;
  top: -11rem;
  right: 0;
  width: 37rem;
}
.wrpInterview .InterviewJapan, .wrpInterview .InterviewTitle {
  position: relative;
  z-index: 2;
  margin-right: 2rem;
  color: #fff;
  text-align: right;
}
.wrpInterview .InterviewJapan {
  width: 9em;
  margin-left: auto;
  padding-left: 10px;
  background: url(../img/icn-w.png) no-repeat left center;
}
.wrpInterview .name {
  color: #262626;
  font-family: "Alata", san-serif;
  font-size: 32px;
  font-weight: bold;
}
.wrpInterview .english {
  font-size: 18px;
}
.wrpInterview .title {
  color: #c0c0c0;
  font-size: 16px;
  font-weight: normal;
}
.wrpInterview .seniorMan {
  display: block;
}
.wrpInterview .seniorMan img {
  max-width: 290px;
}
.wrpInterview .slick-prev, .wrpInterview .slick-next {
  top: auto;
  bottom: 0;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #33dae7;
}
.wrpInterview .slick-prev:before, .wrpInterview .slick-next:before {
  display: block;
  color: #000;
  text-align: center;
}
.wrpInterview .slick-prev {
  left: calc(50% - 40px);
}
.wrpInterview .slick-next {
  left: calc(50% + 40px);
}

@-webkit-keyframes slideFromRight {
  0% {
    transform: translateX(100%); /* 初期位置（右端） */
  }
  100% {
    transform: translateX(-100%); /* 最終位置（元の位置） */
  }
}

@keyframes slideFromRight {
  0% {
    transform: translateX(100%); /* 初期位置（右端） */
  }
  100% {
    transform: translateX(-100%); /* 最終位置（元の位置） */
  }
}
.aboutWrp {
  overflow: hidden;
  padding-bottom: 4rem;
  background: #f8f8f8;
}
.aboutWrp .inner {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 12rem;
  background: url(../img/aboutPhotoPc.jpg), url(../img/bgAboutEnSp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 17rem, right 0;
  background-size: 100%, 65%;
}
.aboutWrp img {
  height: 8.5rem;
  margin-bottom: 60px;
  -webkit-animation: slideFromRight 20s infinite linear;
          animation: slideFromRight 20s infinite linear; /* アニメーションを適用 */
}
.aboutWrp h2 {
  position: absolute;
  padding-left: 2rem;
  font-family: "alata", sans-serif;
  font-size: 50px;
  font-weight: 400; /* IE */
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* Safari, iOS */
}
.aboutWrp .tate {
  margin-top: 4rem;
  padding-top: 0.5em;
  background: url(../img/icn-pink.png) no-repeat center top;
  color: #262626;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3em; /* IE */
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl; /* Safari, iOS */
  text-orientation: upright;
}
.aboutWrp h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
.aboutWrp .setumei {
  margin-top: 1rem;
  color: #262626;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
.aboutWrp .setumei .word {
  display: inline-block;
}
.aboutWrp .box {
  margin-top: 36rem;
  background: #f8f8f8;
}
.aboutWrp a {
  display: block;
  height: 10.6rem;
  padding-top: 3rem;
  padding-right: 3rem;
  padding-left: 3rem;
  border-top: 1px solid #c0c0c0;
  background: url(../img/arrowBrueSp.png) no-repeat 95% center;
  background-size: 60px;
}
.aboutWrp a + a + a {
  border-bottom: 1px solid #c0c0c0;
}

.contentWrp {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
  border-radius: 10px;
  background: #f8f8f8;
}
.contentWrp .inner {
  margin-top: -14.5rem;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10rem;
  padding-bottom: 13rem;
  border-radius: 40px;
  background: url(../img/bgContntsp.jpg) no-repeat center top;
  background-size: 100%;
}
.contentWrp img {
  margin-bottom: 1.5rem;
}
.contentWrp .topMovie {
  width: 29rem;
}
.contentWrp .topMovie img {
  width: 100%;
}
.contentWrp p {
  width: 11em;
  margin-bottom: 2.5rem;
  margin-left: auto;
  padding-left: 1em;
  background: url(../img/icn-pink.png) no-repeat left center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
}
.contentWrp h2 {
  position: relative;
  left: -1.3rem;
  margin-top: -10rem;
  margin-bottom: 3rem;
  font-family: "alata", sans-serif;
  font-size: 7.9rem;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
.contentWrp .panf img, .contentWrp .insta img {
  display: block;
  width: 29rem;
  margin-right: auto;
  margin-left: auto;
}

.faqWrraper {
  position: relative;
  z-index: 1;
  margin-top: -4.5rem;
  padding-bottom: 8rem;
  background: url(../img/bg.png), #bffaff;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 74%, 0 100%);
}
.faqWrraper .inner {
  padding-top: 6rem;
  padding-right: 2rem;
  padding-left: 2rem;
}
.faqWrraper h2 {
  color: #242424;
  font-size: 52px;
  font-weight: normal;
  text-align: center;
}
.faqWrraper .japan {
  width: 7em;
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5em;
  padding-left: 1em;
  background: url(../img/icn-pink.png) no-repeat left center;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.faqWrraper a {
  display: block;
  position: relative;
  width: 12em;
  margin-top: 3rem;
  margin-right: auto;
  margin-left: auto;
  margin-left: auto;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  letter-spacing: 1px;
}
.faqWrraper a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
  margin: auto;
  background: url(../img/icn-arrowBrackSp.png) no-repeat right center;
  background-size: 5rem;
}
.faqWrraper .a {
  display: none;
  width: 100%;
  height: 0;
}
.faqWrraper .opened .a {
  display: block;
  height: auto;
  transition: 0.3s;
}

.faqWrp {
  margin-top: 5rem;
  padding-top: 4rem;
  padding-right: 2rem;
  padding-bottom: 4rem;
  padding-left: 2rem;
  border-radius: 3rem;
  background: #fff;
}
.faqWrp .q {
  display: block;
  float: left;
  width: 27px;
  height: 27px;
  margin-right: 10px;
  border-radius: 14px;
  background: #33dae7;
  color: #fff;
  font-family: "alata", sans-serif;
  font-size: 14px;
  text-align: center;
  line-height: 27px;
}
.faqWrp .q + div {
  position: relative;
}
.faqWrp .q + div:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: #999 1px solid;
  border-right: #999 1px solid;
  transition: 0.3s;
  transform: rotate(45deg);
}
.faqWrp .q + .opened:after {
  transition: 0.3s;
  transform: rotate(-45deg);
}
.faqWrp .QAset + .QAset {
  margin-top: 1.5rem;
  padding-top: 2rem;
  border-top: 1px solid #c0c0c0;
}
.faqWrp .question {
  width: calc(100% - 1.7rem);
  margin-bottom: 10px;
  margin-left: 1.7rem;
  padding-right: 1.7rem;
  font-size: 14px;
  font-weight: bold;
}
.faqWrp .a {
  width: 100%;
  font-size: 14px;
  line-height: 1.8;
}

.joinsWrp {
  position: relative;
  z-index: 3;
  margin-top: -7.4rem;
  padding-top: 3rem;
  background: url(../img/mv-bgSp.png), url(../img/joinusSp.png);
  background-repeat: no-repeat, no-repeat;
  background-position: 0 2rem, 0 0;
  background-size: 17.6rem, 100%;
}
.joinsWrp h2 {
  font-size: 7.9rem;
  transform: rotate(-10deg);
}
.joinsWrp p {
  margin-top: -1.5rem;
  padding-left: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  transform: rotate(-10deg);
}
.joinsWrp ul {
  list-style-type: none;
}
.joinsWrp ul li {
  display: inline-block;
  width: 49%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 60px;
  letter-spacing: 0.1em;
}
.joinsWrp ul li + li {
  border-left: 2px solid #fff;
}
.joinsWrp ul.naname {
  height: 10rem;
  margin-top: 24rem;
  background: url(../img/bgJoinusSp.png);
  line-height: 10rem;
  transform: skewY(-10deg);
}
.joinsWrp a {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  vertical-align: middle;
}
.joinsWrp a:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 6rem;
  height: 6rem;
  margin-left: 0.5rem;
  background: url(../img/icn-arrowWhiteSp.png) no-repeat 90% center;
  background-size: 100%;
  vertical-align: middle;
  transform: skewY(10deg);
}

.naname, .lead {
  font-style: italic;
  transform: rotate(-10deg);
}

footer {
  margin-top: -5rem;
}

.pc-only {
  display: none !important;
}
/*# sourceMappingURL=index.css.map */