@charset "UTF-8";
/* ========================================
    foundation
======================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address,
cite, code, del, dfn, em, img, ins,
kbd, q, samp, small, strong, sub, sup,
var, b, i, dl, dt, dd, ol, ul, li, li > ul,
a, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, figcaption,
footer, header, hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: bottom;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

li {
  list-style-type: none;
}

.tabOnly {
  display: none !important;
}

.pcNone {
  display: block !important;
}

a {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

a:hover {
  opacity: 0.5;
}

html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  font-size: 62.5%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  background-color: #fff;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}

body.fixed {
  position: fixed;
}

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

p, h1, h2, h3, h4 {
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  line-height: 1.625;
}

/* ========================================
    layout
======================================== */
.l-spContent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 6rem;
  padding-right: 5rem;
}
.l-spContent_inner {
  width: 39rem;
  background-color: #fff;
  border: solid 1rem #fff;
  position: relative;
  z-index: 2;
}

.l-wrapper {
  overflow: hidden;
}

/* ========================================
    object / component
======================================== */
/* ========================================
    object / project
======================================== */
.cta_inner {
  position: relative;
  z-index: 1;
}
.cta h3 {
  line-height: 1;
}
.cta .btnBox {
  width: 100%;
  padding: 0 3rem;
  position: absolute;
  bottom: 4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.cta .btnBox a {
  display: block;
}
.cta .btnBox a:not(:last-child) {
  margin-bottom: 1rem;
}

.floating {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.floating a {
  display: block;
}

.p-footer_inner {
  padding: 4.8rem 2.9rem 9rem;
}
.p-footer .logo {
  width: 20.5rem;
  margin: 0 auto 5rem;
}
.p-footer_content {
  margin-bottom: 5rem;
  margin-right: -2.9rem;
}
.p-footer dl {
  display: grid;
  grid-template-columns: 10.3rem 1fr;
}
.p-footer dl dt,
.p-footer dl dd {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.8461538462;
  letter-spacing: -0.07em;
  color: #333333;
}
.p-footer .copyright {
  display: block;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #333333;
  text-align: center;
}

.p-header {
  width: 100%;
  height: 5.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 10;
}
.p-header .logo {
  width: 22.4rem;
  line-height: 1;
  display: grid;
  place-items: center;
}

/* ========================================
    object / page
======================================== */
.pcMv {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url(../img/mv_pc_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100vw;
  height: 100vh;
}
.pcMv .heading2 {
  width: 36.896vw;
  position: absolute;
  bottom: 13.031vw;
  left: 5.051vw;
  z-index: 2;
}
.pcMv .photo {
  width: 65.52vw;
  position: absolute;
  bottom: 0;
  left: 12.665vw;
  z-index: 1;
}
.pcMv .btnBox {
  display: grid;
  grid-template-columns: 17.057vw 17.057vw;
  gap: 0.659vw;
  position: absolute;
  left: 9.81vw;
  bottom: 8.638vw;
  z-index: 2;
}

.floatingCta {
  position: fixed;
  bottom: 0;
  right: 5rem;
  width: 39rem;
  z-index: 10;
}

.kv {
  position: relative;
  z-index: 1;
}
.kv .btnBox {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
  padding-inline: 2.2rem;
  position: absolute;
  bottom: 7rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.worries .content {
  padding-inline: 3rem;
  margin-top: -5.7rem;
}

.solution_inner {
  padding-top: 1.7rem;
}

.caseStudy {
  background-image: url(../img/case-study_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.caseStudy_inner {
  padding-inline: 2.9rem;
  padding-bottom: 4.2rem;
}
.caseStudy h2 {
  margin-top: -0.8rem;
  margin-right: -2rem;
}
.caseStudy_listItem {
  background-color: #fff;
  padding-inline: 1.4rem;
  padding-bottom: 2.4rem;
}
.caseStudy_listItem:not(:last-child) {
  margin-bottom: 5rem;
}
.caseStudy_listItem h3 {
  line-height: 1;
  margin-bottom: 0.3rem;
}
.caseStudy_listItem h3 img {
  margin-top: -1.4rem;
}

.message {
  background-color: #F6E8F9;
  padding-inline: 3rem;
  padding-bottom: 3.7rem;
}
.message h2 {
  margin-right: -3rem;
}
.message h2 img {
  margin-top: -3rem;
}
.message_content {
  background-color: #fff;
  padding-inline: 1.5rem;
  padding-bottom: 2rem;
}
.message_content h3 {
  margin-bottom: 1.8rem;
}
.message_content h3 img {
  margin-top: -1.6rem;
}
.message_content p {
  text-align: center;
}

.recommend {
  background-image: url(../img/recommend_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.recommend_inner {
  padding-inline: 3.4rem;
  padding-bottom: 7.5rem;
}
.recommend h2 {
  margin-left: -3.4rem;
}
.recommend h2 img {
  margin-top: -1.9rem;
}
.recommend_listItem {
  background-color: #fff;
  padding: 0.7rem 0.7rem 4.5rem;
}
.recommend_listItem:not(:last-child) {
  margin-bottom: 4rem;
}
.recommend_listItem.colorPink .listBox01 {
  background-color: rgba(220, 127, 147, 0.1);
}
.recommend_listItem.colorBlue .listBox01 {
  background-color: rgba(93, 115, 196, 0.1);
}
.recommend_listItem.colorGrean .listBox01 {
  background-color: rgba(65, 164, 48, 0.2);
}
.recommend_listItem.colorPurple .listBox01 {
  background-color: rgba(143, 66, 179, 0.2);
}
.recommend_listItem .listBox01 {
  padding: 3.3rem 1.5rem 2.6rem;
}
.recommend_listItem .listBox01 h4 {
  width: 20.8rem;
  margin: 0 auto 1rem;
}
.recommend_listItem .listBox01 li {
  line-height: 1.5333333333;
  list-style-type: disc;
  margin-left: 1.4rem;
}
.recommend_listItem .listBox02 {
  padding: 2.3rem 1.5rem 0;
}
.recommend_listItem .listBox02 h4 {
  width: 20.8rem;
  margin: 0 auto 1rem;
}
.recommend_listItem .listBox02 > ul {
  margin-bottom: 2.7rem;
}
.recommend_listItem .listBox02 li {
  line-height: 1.5333333333;
  list-style-type: disc;
  margin-left: 1.4rem;
}
.recommend_listItem .listBox02 .infoBox {
  background-color: rgba(194, 112, 215, 0.2);
  position: relative;
  z-index: 1;
  padding: 2rem 1.5rem;
  margin-bottom: 2.5rem;
}
.recommend_listItem .listBox02 .infoBox:not(:has(+ .bold)) {
  margin-bottom: 0;
}
.recommend_listItem .listBox02 .infoBox::after {
  content: "";
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.9rem;
  height: 2.2rem;
  position: absolute;
  bottom: -1.3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.recommend_listItem .listBox02 .infoBox.decoraNone::after {
  display: none;
}
.recommend_listItem .listBox02 .infoBox h4 {
  width: 100%;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -1.1rem;
  left: 0;
}
.recommend_listItem .listBox02 .infoBox p {
  text-align: center;
}
.recommend_listItem .listBox02 .infoBox li {
  margin-left: 1.4rem;
}
.recommend_listItem .listBox02 p.bold {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
}

.jobs {
  background-image: url(../img/jobs_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.jobs_inner {
  padding: 4.5rem 3rem;
}
.jobs h2 {
  padding-inline: 1rem;
  margin-bottom: 3.6rem;
}
.jobs_list {
  background-color: #fff;
}
.jobs_list:not(:last-child) {
  margin-bottom: 2.6rem;
}
.jobs h3 {
  line-height: 1;
}
.jobs .slick-list {
  margin: 0 auto;
  margin: 0 2.5rem !important;
  padding: 0 !important;
}
.jobs .slick-slide {
  width: 26rem;
  padding: 1.3rem 0;
}
.jobs .slick-prev,
.jobs .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 1.8rem;
  height: 18rem;
  padding: 0;
  cursor: pointer;
  background-color: #821B9C;
}
.jobs .slick-prev {
  -webkit-clip-path: initial;
  clip-path: initial;
  left: -0.6rem;
}
.jobs .slick-prev::before {
  content: "";
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 0.9rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}
.jobs .slick-next {
  -webkit-clip-path: initial;
  clip-path: initial;
  right: -0.6rem;
}
.jobs .slick-next::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.9rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}
.jobs .slick-arrow:before {
  content: "";
}

.success {
  position: relative;
  z-index: 2;
}
.success h2 {
  line-height: 1;
}
.success h2 img {
  margin-top: -2.7rem;
}
.success_content {
  background-image: url(../img/success_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-inline: 3rem;
  padding-top: 4.8rem;
  padding-bottom: 4.6rem;
  margin-top: -2.7rem;
}

.support01 {
  background-image: url(../img/support01_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.support01_inner {
  padding: 4rem 3rem 5rem;
}
.support01 h2 {
  line-height: 1;
  margin-bottom: 2.6rem;
}
.support01 h2 img {
  margin-right: -0.5rem;
}
.support01_content {
  background-color: #C270D7;
  padding: 2rem 1.5rem;
}
.support01_content .subTitle {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.55;
  color: #fff;
  margin-bottom: 2.8rem;
  text-align: center;
}
.support01_content li {
  background-color: #fff;
  padding: 2rem 1rem 1.5rem;
}
.support01_content li:not(:last-child) {
  margin-bottom: 2rem;
}
.support01_content .before {
  padding-bottom: 4.6rem;
  position: relative;
  z-index: 1;
}
.support01_content .before::after {
  content: "";
  background-image: url(../img/icon_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5rem;
  height: 1.7rem;
  position: absolute;
  bottom: 1.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.support01_content .before h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
  background-color: #E6E6E6;
  margin-bottom: 1.2rem;
}
.support01_content .before p {
  text-align: center;
  line-height: 1.4375;
}
.support01_content .after h3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.8rem;
  text-align: center;
  color: #fff;
  background-color: #C270D7;
  margin-bottom: 1.2rem;
}
.support01_content .after p {
  font-weight: bold;
  text-align: center;
  line-height: 1.4375;
  margin-bottom: 2rem;
}

.support02 {
  background-image: url(../img/support02_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.support02_inner {
  padding-inline: 3rem;
  padding-bottom: 6rem;
}
.support02 h2 {
  line-height: 1;
}
.support02 h2 img {
  margin-top: -1.8rem;
}

.reason {
  background-image: url(../img/reason_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.reason_inner {
  padding-inline: 3rem;
  padding-bottom: 6.8rem;
}
.reason h2 {
  line-height: 1;
  margin-right: -3rem;
}
.reason h2 img {
  margin-top: -3.5rem;
}
.reason_list li {
  background-color: #fff;
  padding: 6rem 1.8rem 1.5rem;
  position: relative;
  z-index: 1;
}
.reason_list li:nth-of-type(1) {
  border: solid 0.1rem #C270D7;
}
.reason_list li:nth-of-type(1) h3 strong {
  color: #C270D7;
}
.reason_list li:nth-of-type(2) {
  border: solid 0.1rem #D770B8;
}
.reason_list li:nth-of-type(2) h3 strong {
  color: #C270D7;
}
.reason_list li:nth-of-type(3) {
  border: solid 0.1rem #D77080;
}
.reason_list li:nth-of-type(3) h3 strong {
  color: #D77080;
}
.reason_list li:not(:last-child) {
  margin-bottom: 4.3rem;
}
.reason_list .number {
  line-height: 1;
  width: 6.6rem;
  position: absolute;
  top: -2.9rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.reason_list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 1.4rem;
}
.reason_list h3 strong {
  font-weight: bold;
}
.reason_list .read {
  margin-bottom: 2.8rem;
}

.point {
  background-image: url(../img/point_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 3.2rem 3rem 5rem;
}
.point_inner {
  background-color: #C270D7;
  padding: 0 2rem 3.7rem;
}
.point h2 {
  line-height: 1;
  margin-bottom: 2rem;
  margin-right: -3rem;
}
.point h2 img {
  margin-top: -3rem;
}
.point_list li {
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding: 7rem 3rem 2rem;
}
.point_list li:not(:last-child) {
  margin-bottom: 2rem;
}
.point_list .number {
  line-height: 1;
  width: 14.4rem;
  position: absolute;
  top: 1.8rem;
  left: -1.3rem;
  z-index: 2;
}
.point_list h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.5294117647;
  margin-bottom: 1.7rem;
  margin-inline: -3rem;
}
.point_list h3 strong {
  font-weight: bold;
  color: #C270D7;
}
.point_list img {
  margin-bottom: 1.4rem;
}
.point_list .read {
  text-align: center;
  margin-inline: -1.8rem;
}

.introduction {
  background-image: url(../img/introduction_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.introduction_inner {
  padding: 0 3rem 4rem;
}
.introduction h2 {
  line-height: 1;
}
.introduction h2 img {
  margin-top: -1.7rem;
}
.introduction .slick-list {
  margin: 0 auto;
  padding: 0 !important;
}
.introduction .slick-slide {
  width: 32rem;
  padding: 0;
}
.introduction .slick-prev,
.introduction .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  display: block;
  width: 1.8rem;
  height: 18rem;
  padding: 0;
  cursor: pointer;
  background-color: #000;
}
.introduction .slick-prev {
  -webkit-clip-path: initial;
  clip-path: initial;
  left: -2.3rem;
}
.introduction .slick-prev::before {
  content: "";
  -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%);
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
  width: 0.9rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}
.introduction .slick-next {
  -webkit-clip-path: initial;
  clip-path: initial;
  right: -2.3rem;
}
.introduction .slick-next::before {
  content: "";
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  width: 0.9rem;
  height: 1rem;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  opacity: 1;
}
.introduction .slick-arrow:before {
  content: "";
}

.step {
  background-image: url(../img/step_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.step_inner {
  padding: 4rem 3rem 4.6rem;
}
.step h2 {
  margin-left: -1.2rem;
  margin-right: 1rem;
}
.step_list li {
  height: 38.6rem;
  background-color: #fff;
  padding: 2.3rem 3.5rem 2.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.step_list li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.step_list .number {
  display: grid;
  place-items: center;
  height: 3.5rem;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  background-color: #C270D7;
  text-align: center;
  padding-inline: 2.2rem;
  margin-bottom: 2.3rem;
}
.step_list h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.375;
  margin-bottom: 2rem;
  text-align: center;
  white-space: nowrap;
}
.step_list h3 strong {
  font-weight: bold;
  color: #C270D7;
}
.step_list h3 small {
  display: block;
  font-size: 1.6rem;
  color: #C270D7;
  line-height: 1;
}
.step_list .illust {
  margin-bottom: 1.9rem;
}
.step_list .illust01 {
  width: 8rem;
}
.step_list .illust02 {
  width: 14rem;
}
.step_list .illust03 {
  width: 10rem;
}
.step_list .illust04 {
  width: 10.7rem;
}

.question {
  background-image: url(../img/faq_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.question_inner {
  padding: 5rem 3rem 4rem;
}
.question h2 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin-bottom: 3.6rem;
}
.question_list li:not(:last-child) {
  margin-bottom: 1.7rem;
}
.question .accordion_heading {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  padding: 1rem 2.5rem 1rem 0;
  position: relative;
  background-color: #D75184;
  cursor: pointer;
}
.question .accordion_heading::after {
  content: "＋";
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  right: 0.7rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.question .accordion_heading span {
  display: inline-block;
  padding-left: 5rem;
  position: relative;
  color: #fff;
  font-weight: 500;
}
.question .accordion_heading span::before {
  content: "Q";
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "游ゴシック", "Yu Gothic", "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 0;
  left: 1.8rem;
}
.question .accordion_heading.open::after {
  content: "ー";
}
.question .accordion_content {
  display: none;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1875;
  color: #333333;
  padding: 0.9rem 0.8rem 0 1.8rem;
}

/* ========================================
    object / utility
======================================== */

@media (min-width: 768px) and (max-width: 1023px){
  .tabOnly {
    display: block !important;
  }
}

@media screen and (min-width: 768px){
  .pcNone {
    display: none !important;
  }
  .floating {
    display: none;
  }
}

@media screen and (max-width: 1024px){
  body {
    font-size: 4.103vw;
  }
  .l-spContent {
    padding-top: 0;
    padding-right: 0;
  }
  .l-spContent_inner {
    width: 100%;
    border: none;
  }
  .cta .btnBox {
    padding: 0 7.692vw;
    bottom: 10.256vw;
  }
  .cta .btnBox a:not(:last-child) {
    margin-bottom: 2.564vw;
  }
  .p-footer_inner {
    padding: 12.308vw 0 23.077vw 7.436vw;
  }
  .p-footer .logo {
    width: 75.641vw;
    margin-bottom: 12.821vw;
  }
  .p-footer_content {
    margin-bottom: 12.821vw;
  }
  .p-footer dl {
    grid-template-columns: 26.41vw 1fr;
  }
  .p-footer dl dt,
  .p-footer dl dd {
    font-size: 3.333vw;
  }
  .p-footer .copyright {
    font-size: 3.077vw;
  }
  .p-header {
    position: fixed;
  }
  .pcMv {
    display: none;
  }
  .floatingCta {
    right: 0;
    width: 100%;
  }
  .recommend_listItem {
    padding: 1.795vw 1.795vw 11.538vw;
  }
  .recommend_listItem .listBox01 {
    padding: 8.462vw 3.846vw 6.667vw;
  }
  .recommend_listItem .listBox01 h4 {
    width: 53.333vw;
    margin: 0 auto 2.564vw;
  }
  .recommend_listItem .listBox01 li {
    margin-left: 3.59vw;
  }
  .recommend_listItem .listBox02 {
    padding: 5.897vw 3.846vw 0;
  }
  .recommend_listItem .listBox02 h4 {
    width: 53.333vw;
    margin: 0 auto 2.564vw;
  }
  .recommend_listItem .listBox02 > ul {
    margin-bottom: 6.923vw;
  }
  .recommend_listItem .listBox02 li {
    margin-left: 3.59vw;
  }
  .recommend_listItem .listBox02 .infoBox {
    padding: 5.128vw 3.846vw;
    margin-bottom: 6.41vw;
  }
  .recommend_listItem .listBox02 .infoBox::after {
    width: 4.872vw;
    height: 5.641vw;
    bottom: -3.333vw;
  }
  .recommend_listItem .listBox02 .infoBox h4 {
    font-size: 5.128vw;
    top: -2.821vw;
  }
  .recommend_listItem .listBox02 .infoBox li {
    margin-left: 3.59vw;
  }
  .recommend_listItem .listBox02 p.bold {
    font-size: 3.846vw;
  }
  .jobs .slick-list {
    margin: 0 7.692vw !important;
  }
  .jobs .slick-slide {
    width: 69.231vw;
    padding: 3.333vw 0;
  }
  .jobs .slick-prev,
  .jobs .slick-next {
    width: 4.615vw;
    height: 46.154vw;
  }
  .jobs .slick-prev {
    left: -1.538vw;
  }
  .jobs .slick-prev::before {
    width: 2.308vw;
    height: 2.564vw;
  }
  .jobs .slick-next {
    right: -1.538vw;
  }
  .jobs .slick-next::before {
    width: 2.308vw;
    height: 2.564vw;
  }
  .support01_content {
    padding: 5.128vw 3.846vw;
  }
  .support01_content .subTitle {
    font-size: 4.615vw;
    margin-bottom: 7.179vw;
  }
  .support01_content li {
    padding: 5.128vw 2.564vw 3.846vw;
  }
  .support01_content li:not(:last-child) {
    margin-bottom: 5.128vw;
  }
  .support01_content .before {
    padding-bottom: 11.795vw;
  }
  .support01_content .before::after {
    width: 3.846vw;
    height: 4.359vw;
    bottom: 3.59vw;
  }
  .support01_content .before h3 {
    font-size: 5.128vw;
    line-height: 7.179vw;
    margin-bottom: 3.077vw;
  }
  .support01_content .after h3 {
    font-size: 5.128vw;
    line-height: 7.179vw;
    margin-bottom: 3.077vw;
  }
  .support01_content .after p {
    margin-bottom: 5.128vw;
  }
  .reason_list li {
    padding: 15.385vw 4.615vw 3.846vw;
  }
  .reason_list li:not(:last-child) {
    margin-bottom: 11.026vw;
  }
  .reason_list .number {
    width: 16.923vw;
    top: -7.436vw;
  }
  .reason_list h3 {
    font-size: 6.154vw;
    margin-bottom: 3.59vw;
  }
  .reason_list .read {
    margin-bottom: 7.179vw;
  }
  .point_list li {
    padding: 17.949vw 7.692vw 5.128vw;
  }
  .point_list li:not(:last-child) {
    margin-bottom: 5.128vw;
  }
  .point_list .number {
    width: 36.923vw;
    top: 4.615vw;
    left: -3.333vw;
  }
  .point_list h3 {
    font-size: 3.846vw;
    margin-bottom: 4.359vw;
    margin-inline: -7.692vw;
  }
  .point_list img {
    margin-bottom: 3.59vw;
  }
  .point_list .read {
    margin-inline: -4.615vw;
  }
  .introduction_inner {
    padding: 0 7.692vw 10.256vw;
  }
  .introduction .slick-slide {
    width: 82.051vw;
  }
  .introduction .slick-prev,
  .introduction .slick-next {
    width: 4.615vw;
    height: 46.154vw;
  }
  .introduction .slick-prev {
    left: -5.897vw;
  }
  .introduction .slick-prev::before {
    width: 2.308vw;
    height: 2.564vw;
  }
  .introduction .slick-next {
    right: -5.897vw;
  }
  .introduction .slick-next::before {
    width: 2.308vw;
    height: 2.564vw;
  }
  .step_list li {
    height: 98.974vw;
    padding: 5.897vw 8.974vw 6.923vw;
  }
  .step_list li:not(:last-child) {
    margin-bottom: 6.41vw;
  }
  .step_list .number {
    height: 8.974vw;
    font-size: 3.59vw;
    padding-inline: 5.641vw;
    margin-bottom: 5.897vw;
  }
  .step_list h3 {
    font-size: 6.154vw;
    margin-bottom: 5.128vw;
  }
  .step_list h3 small {
    font-size: 4.103vw;
  }
  .step_list .illust {
    margin-bottom: 4.872vw;
  }
  .step_list .illust01 {
    width: 20.513vw;
  }
  .step_list .illust02 {
    width: 35.897vw;
  }
  .step_list .illust03 {
    width: 25.641vw;
  }
  .step_list .illust04 {
    width: 27.436vw;
  }
  .question h2 {
    font-size: 6.154vw;
    margin-bottom: 9.231vw;
  }
  .question_list li:not(:last-child) {
    margin-bottom: 4.359vw;
  }
  .question .accordion_heading {
    font-size: 4.103vw;
    padding: 2.564vw 6.41vw 2.564vw 0;
  }
  .question .accordion_heading::after {
    font-size: 4.615vw;
    right: 1.795vw;
  }
  .question .accordion_heading span {
    padding-left: 12.821vw;
  }
  .question .accordion_heading span::before {
    font-size: 6.154vw;
    left: 4.615vw;
  }
  .question .accordion_content {
    font-size: 4.103vw;
    padding: 2.308vw 2.051vw 0 4.615vw;
  }
}

@media screen and (max-width: 767px){
  .spNone {
    display: none !important;
  }
}