/*!*********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./node_modules/import-glob-loader/index.js!./src/scss/about/index.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************/
.pageAbout .about__content ._txt, .pageAbout .concept ._txt, .pageAbout .theme__content ._txt, .pageAbout .company__content ._txt {
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
  color: #000;
}

.pageAbout__ttl h4 span.tip, .pageAbout .about__content ._txt .tip, .pageAbout .revichiker .category .list--tip, .pageAbout .concept ._txt span, .pageAbout .theme__content ._txt span {
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.pageAbout__ttl h4 span.tip::before, .pageAbout .about__content ._txt .tip::before, .pageAbout .revichiker .category .list--tip::before, .pageAbout .concept ._txt span::before, .pageAbout .theme__content ._txt span::before {
  content: attr(data-title);
  color: white;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 20px;
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background: #000;
  border-radius: 2px;
  position: absolute;
  top: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.pageAbout__ttl h4 span.tip::after, .pageAbout .about__content ._txt .tip::after, .pageAbout .revichiker .category .list--tip::after, .pageAbout .concept ._txt span::after, .pageAbout .theme__content ._txt span::after {
  content: "";
  display: block;
  width: 4px;
  height: 3px;
  background: black;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  top: -2px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s, top 0.3s;
  transition: opacity 0.3s, top 0.3s;
}
.pageAbout__ttl h4 span.tip:hover::before, .pageAbout .about__content ._txt .tip:hover::before, .pageAbout .revichiker .category .list--tip:hover::before, .pageAbout .concept ._txt span:hover::before, .pageAbout .theme__content ._txt span:hover::before {
  opacity: 1;
  top: -27px;
}
.pageAbout__ttl h4 span.tip:hover::after, .pageAbout .about__content ._txt .tip:hover::after, .pageAbout .revichiker .category .list--tip:hover::after, .pageAbout .concept ._txt span:hover::after, .pageAbout .theme__content ._txt span:hover::after {
  opacity: 1;
  top: -7px;
}

.pageAbout .about__content ._txt .title {
  color: #FF8A02;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  display: -webkit-box;
  display: flex;
  margin-bottom: 8px;
}
.pageAbout .about__content ._txt .title::before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
  width: 29px;
  height: 29px;
}

.pageAbout figure, .pageFaq figure, .pagePrivacy figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

.pageAbout .row, .pageFaq .row, .pagePrivacy .row {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

.pageAbout .page__ttl, .pageFaq .page__ttl, .pagePrivacy .page__ttl {
  background: #F5F5F5;
  text-align: center;
  padding: 70px 0;
  font-size: 34px;
  line-height: 1;
  font-weight: 700;
  color: #000;
}

.pagePrivacy__row {
  padding-top: 40px;
  padding-bottom: 80px;
}
.pagePrivacy__row article h3 {
  font-size: 24px;
  line-height: 1.41667;
  color: #000;
  font-weight: 700;
}
.pagePrivacy__row article .txt {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  margin-top: 38px;
}
.pagePrivacy__row article .wrapList {
  counter-reset: dl;
  margin-top: 38px;
}
.pagePrivacy__row article .wrapList dl {
  counter-increment: dl;
}
.pagePrivacy__row article .wrapList dl + dl {
  margin-top: 38px;
}
.pagePrivacy__row article .wrapList dl dt {
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 700;
  color: #000;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pagePrivacy__row article .wrapList dl dt::before {
  content: counter(dl) ".";
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 700;
  color: #000;
  display: inline-block;
  margin-right: 10px;
}
.pagePrivacy__row article .wrapList dl dd {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  margin-top: 8px;
}

.pageFaq .pageFaq__row {
  padding: 50px 0 80px;
}
.pageFaq .pageFaq__row article + article {
  margin-top: 50px;
}
.pageFaq .pageFaq__row article h3 {
  font-size: 24px;
  line-height: 1.875;
  font-weight: 700;
  color: #000;
  padding: 7.5px 35px 7.5px 20px;
  background: #FFC402;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  cursor: pointer;
}
.pageFaq .pageFaq__row article h3::before {
  position: absolute;
  content: "";
  width: 12.52px;
  height: 7.6px;
  background: url("../../images/arDown1.svg") 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageFaq .pageFaq__row article h3.active::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pageFaq .pageFaq__row article h3.active + .arContent {
  max-height: 100000px;
}
.pageFaq .pageFaq__row article .arContent {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageFaq .pageFaq__row article .arContent dl dt {
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  padding: 11px 35px 13px 32px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
.pageFaq .pageFaq__row article .arContent dl dt::before {
  position: absolute;
  content: "Q";
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #FFC402;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pageFaq .pageFaq__row article .arContent dl dt::after {
  position: absolute;
  content: "";
  width: 12.52px;
  height: 7.6px;
  background: url("../../images/arDown2.svg") 0 0 no-repeat;
  background-size: contain;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 18px;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageFaq .pageFaq__row article .arContent dl dt.active::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pageFaq .pageFaq__row article .arContent dl dt.active + dd {
  max-height: 1000px;
}
.pageFaq .pageFaq__row article .arContent dl dd {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pageFaq .pageFaq__row article .arContent dl dd ._txt {
  padding: 12px 35px 12px 47px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  background: #F5F5F5;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.pageFaq .pageFaq__row article .arContent dl dd ._txt::before {
  position: absolute;
  content: "A";
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  font-family: "Arial", sans-serif;
  color: #FF5002;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pageAbout__ttl {
  margin-bottom: 30px;
}
.pageAbout__ttl.center {
  text-align: center;
}
.pageAbout__ttl > span {
  font-size: 20px;
  line-height: 1.8;
  display: inline-block;
  color: #fff;
  background: #FF8A02;
  border-radius: 18px;
  padding: 0 24px;
  font-family: "Arial", sans-serif;
  font-weight: 700;
}
.pageAbout__ttl h2 {
  font-size: 34px;
  line-height: 45px;
  font-weight: bold;
  margin-top: 15px;
  color: #000;
}
.pageAbout__ttl h2 span {
  color: #FF8A02;
}
.pageAbout__ttl h3 {
  font-size: 34px;
  line-height: 45px;
  font-weight: bold;
  margin-top: 15px;
  color: #000;
}
.pageAbout__ttl h3 span {
  color: #FF8A02;
}
.pageAbout__ttl h4 {
  font-size: 28px;
  line-height: 42px;
  font-weight: 600;
}
.pageAbout__ttl h4 span {
  color: #FF8A02;
}
.pageAbout__ttl h4 span.tip {
  color: unset;
}

.pageAbout .mv figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
.pageAbout .mv figure img {
  width: 100%;
  height: auto;
}
.pageAbout .about {
  padding: 80px 0;
}
.pageAbout .about__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pageAbout .about__content {
  width: 529px;
}
.pageAbout .about__content ._txt .title--pin::before {
  background-image: url(../../images/icon_pin_main.svg);
}
.pageAbout .about__content ._txt .title--search::before {
  background-image: url(../../images/icon_search_main.svg);
}
.pageAbout .about figure {
  width: calc(100% - 582px);
  position: relative;
}
.pageAbout .about figure img {
  width: 100%;
  max-width: 372px;
  height: auto;
}

.about_w_m {
  width: 372px;
  z-index: 3;
  opacity: 1;
  position: relative;
}

.illust1-hover {
  /* top: 0px; */
  width: 372px;
  top: 0px;
  left: 0px;
  position: absolute;
  opacity: 0;
  z-index: 2;
}

.pageAbout .sky {
  background: url("../../images/about_sky_pc.jpg") 0 0 no-repeat #fff;
  padding: 53px 0;
}
.pageAbout .revichiker {
  background: url(../../images/bg01.png);
  padding: 63px 0 82px;
}
.pageAbout .revichiker--gray {
  background: #FAFAFA;
  padding: 80px 0 80px;
  margin: 80px auto 0;
}
.pageAbout .revichiker--gray-welcome {
  background: #FAFAFA;
  padding: 67px 0 80px;
}
.pageAbout .revichiker__grid {
  display: grid;
  gap: 56px;
}
.pageAbout .revichiker .min {
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
}
.pageAbout .revichiker .rank_order {
  max-width: 800px;
  margin: 36px auto 78px;
  display: -webkit-box;
  display: flex;
}
.pageAbout .revichiker .category {
  width: calc(100% - 110px);
  margin: 22px auto 48px;
  padding: 42px 0 48px;
  background: #F5F5F5;
  border-radius: 5px;
}
.pageAbout .revichiker .category .box {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  width: 580px;
  margin: 0 auto;
  gap: 29px 22px;
}
.pageAbout .revichiker .category .box--4 {
  width: 858px;
  display: grid;
  grid-template-columns: 222px 169px 140px 240px;
}
.pageAbout .revichiker .category .list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
}
.pageAbout .revichiker .category .list img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}
.pageAbout .concept {
  background: #fff;
  padding: 50px 0 60px;
}
.pageAbout .concept ._txt {
  text-align: center;
}
.pageAbout .concept img.content {
  max-width: 332px;
  margin: 31px auto 0;
  display: block;
}
.pageAbout .concept img.create {
  max-width: 824px;
  margin: 27px auto 0;
}
.pageAbout .theme {
  background: #fafafa;
  padding: 80px 0 80px;
}
.pageAbout .theme__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pageAbout .theme figure {
  width: 430px;
}
.pageAbout .theme figure img {
  width: 100%;
  height: auto;
}
.pageAbout .theme__content {
  width: 600px;
}
.pageAbout .member {
  background: #F5F5F5;
  padding: 80px 0 84px;
}
.pageAbout .member__list ul {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.pageAbout .member__list ul li {
  width: 239px;
  line-height: 0;
}
.pageAbout .company {
  padding: 80px 0;
}
.pageAbout .company__content h3 {
  text-align: center;
  font-size: 34px;
  line-height: 1.32353;
  font-weight: 700;
}
.pageAbout .company__content ._txt {
  margin-top: 40px;
  margin-bottom: 80px;
}
.pageAbout .company__content dl {
  display: -webkit-box;
  display: flex;
  padding: 25px 0;
  border-bottom: 1px solid #D3D3D3;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
}
.pageAbout .company__content dl:first-of-type {
  border-top: 1px solid #D3D3D3;
}
.pageAbout .company__content dl dt {
  width: 172px;
}
.pageAbout .company__content dl dd {
  width: calc(100% - 172px);
}
.pageAbout .company__content dl dd a[href^="tel:"] {
  pointer-events: none;
  color: #000;
  text-decoration: none;
}
.pc {
  display: block !important;
}

.sp {
  display: none !important;
}
.color {
  color: #FF8A02;
}

section figure {
  line-height: 0;
  margin: 0;
  padding: 0;
}
section figure img {
  width: 100%;
  height: auto;
  margin: 20px auto;
}

.illust-wrap {
  position: relative;
}

.illust2 {
  width: 416px;
  position: relative;
  opacity: 1;
  z-index: 3;
}

.illust2-hover {
  /* width: 416px; */
  position: absolute;
  top: 0px;
  opacity: 0;
  z-index: 2;
  left: 0%;
}

.illust3-wrap {
  height: 249px;
}

.illust3 {
  position: relative;
  top: 0;
  z-index: 3;
  opacity: 1;
}

.illust3-hover {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 2;
  opacity: 0;
  left: 0;
}
.about_w_m:hover, .illust2:hover, .illust3:hover {
  opacity: 0;
}

.about_w_m:hover + .illust1-hover, .illust2:hover + .illust2-hover, .illust3:hover + .illust3-hover {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .pageAbout figure, .pageFaq figure, .pagePrivacy figure {
    margin: 0;
    padding: 0;
    line-height: 0;
  }

  .pageAbout .row, .pageFaq .row, .pagePrivacy .row {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 5.33333vw;
  }

  .pageAbout .page__ttl, .pageFaq .page__ttl,.pagePrivacy .page__ttl {
    background: #F5F5F5;
    text-align: center;
    padding: 6.93333vw 0;
    font-size: 4.8vw;
    line-height: 1;
    font-weight: 700;
    color: #000;
  }
  .pagePrivacy .pagePrivacy__row {
    padding-top: 4.8vw;
    padding-bottom: 13.33333vw;
  }
  .pagePrivacy .pagePrivacy__row article h3 {
    font-size: 4.8vw;
    line-height: 1.41667;
    color: #000;
    font-weight: 700;
  }
  .pagePrivacy .pagePrivacy__row article .txt {
    font-size: 3.73333vw;
    line-height: 1.875;
    font-weight: 400;
    margin-top: 5.33333vw;
  }
  .pagePrivacy .pagePrivacy__row article .wrapList {
    counter-reset: dl;
    margin-top: 5.33333vw;
  }
  .pagePrivacy .pagePrivacy__row article .wrapList dl {
    counter-increment: dl;
  }
  .pagePrivacy .pagePrivacy__row article .wrapList dl + dl {
    margin-top: 5.33333vw;
  }
  .pagePrivacy .pagePrivacy__row article .wrapList dl dt {
    font-size: 4.26667vw;
    line-height: 1.55556;
    font-weight: 700;
    color: #000;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pagePrivacy .pagePrivacy__row article .wrapList dl dt::before {
    content: counter(dl) ".";
    font-size: 4.26667vw;
    line-height: 1.55556;
    font-weight: 700;
    color: #000;
    display: inline-block;
    margin-right: 1.33333vw;
  }
  .pagePrivacy .pagePrivacy__row article .wrapList dl dd {
    font-size: 3.73333vw;
    line-height: 1.875;
    font-weight: 400;
    margin-top: 2.13333vw;
  }

  .pageFaq .pageFaq__row {
    padding-top: 7.2vw;
    padding-bottom: 13.33333vw;
  }
  .pageFaq .pageFaq__row article + article {
    margin-top: 8vw;
  }
  .pageFaq .pageFaq__row article h3 {
    font-size: 4.26667vw;
    line-height: 1.625;
    font-weight: 700;
    color: #000;
    padding: 1.6vw 5.33333vw 1.6vw 2.13333vw;
    background: #FFC402;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    cursor: pointer;
  }
  .pageFaq .pageFaq__row article h3::before {
    position: absolute;
    content: "";
    width: 2.08267vw;
    height: 1.264vw;
    background: url("../../images/arDown1.svg") 0 0 no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.48vw;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageFaq .pageFaq__row article h3.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pageFaq .pageFaq__row article h3.active + .arContent {
    max-height: 100000px;
  }
  .pageFaq .pageFaq__row article .arContent {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageFaq .pageFaq__row article .arContent dl dt {
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    padding: 2.66667vw 5.33333vw 2.66667vw 6.4vw;
    font-size: 3.73333vw;
    line-height: 1.42857;
    font-weight: 400;
  }
  .pageFaq .pageFaq__row article .arContent dl dt::before {
    position: absolute;
    content: "Q";
    font-size: 4.8vw;
    line-height: 1.11111;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    color: #FFC402;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .pageFaq .pageFaq__row article .arContent dl dt::after {
    position: absolute;
    content: "";
    width: 2.08267vw;
    height: 1.264vw;
    background: url("../../images/arDown1.svg") 0 0 no-repeat;
    background-size: contain;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 2.48vw;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageFaq .pageFaq__row article .arContent dl dt.active::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .pageFaq .pageFaq__row article .arContent dl dt.active + dd {
    max-height: 1000px;
  }
  .pageFaq .pageFaq__row article .arContent dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .pageFaq .pageFaq__row article .arContent dl dd ._txt {
    padding: 2.66667vw 5.33333vw 2.66667vw 8.8vw;
    font-size: 3.73333vw;
    line-height: 1.42857;
    font-weight: 400;
    background: #F5F5F5;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .pageFaq .pageFaq__row article .arContent dl dd ._txt::before {
    position: absolute;
    content: "A";
    font-size: 4.8vw;
    line-height: 1.11111;
    font-weight: 700;
    font-family: "Arial", sans-serif;
    color: #FF5002;
    left: 2.66667vw;
    top: 4vw;
  }

  .pageAbout__ttl {
    margin-bottom: 4.2666666667vw;
  }
  .pageAbout__ttl.center {
    text-align: center;
  }
  .pageAbout__ttl > span {
    font-size: 15px;
    line-height: 1.5;
    display: inline-block;
    color: #fff;
    background: #FF8A02;
    border-radius: 4.8vw;
    padding: 0 5.06667vw;
    font-family: "Arial", sans-serif;
    font-weight: 700;
  }
  .pageAbout__ttl h2 {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 12px;
    color: #000;
  }
  .pageAbout__ttl h2 span,.pageAbout__ttl h3 span {
    color: #FF8A02;
  }

  .pageAbout .mv figure {
    line-height: 0;
    margin: 0;
    padding: 0;
  }
  .pageAbout .mv figure img {
    width: 100%;
    height: auto;
  }
  .pageAbout .about {
    padding: 2.9333333333vw 0 10.6666666667vw;
  }
  .pageAbout .about__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
  }
  .pageAbout .about__content {
    width: 100%;
  }
  .pageAbout .about__content ._txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }
  .pageAbout .about figure {
    width: 100%;
    text-align: center;
    margin-bottom: 10.6666666667vw;
  }
  .pageAbout .about figure img {
    width: auto;
    height: 80.5333333333vw;
    margin: 0 auto;
  }
  .pageAbout .sky {
    background: url("../../images/about_sky_sp.jpg") 0 0 no-repeat #fff;
    padding: 6.13333vw 0;
  }
  .pageAbout .concept {
    background: #fff;
    padding: 6.66667vw;
  }
  .pageAbout .concept ._txt {
    text-align: left;
    color: #000;
  }
  .pageAbout .concept ._txt span {
    text-decoration: underline;
  }
  .pageAbout .concept img {
    width: 100%;
    margin: 31px auto 20px;
  }
  .pageAbout .concept a {
    font: normal normal bold 15px/28px Hiragino Sans;
    color: white;
    width: 290px;
    max-width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #FF8A02;
    position: relative;
    display: -webkit-box !important;
    display: flex !important;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .pageAbout .concept a::before {
    content: "";
    display: block;
    width: 8px;
    height: 14px;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-image: url(../../images/icon_right_white.svg);
    background-size: cover;
  }
  .pageAbout .theme {
    background: #fafafa;
    padding: 0 0 10.6666666667vw;
  }
  .pageAbout .theme figure {
    width: 100%;
    text-align: center;
    margin-bottom: 4vw;
  }
  .pageAbout .theme figure img {
    width: 53.6vw;
    max-width: unset;
    height: auto;
  }
  .pageAbout .theme__content {
    width: 100%;
  }
  .pageAbout .theme__content ._txt {
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    color: #000;
  }
  .pageAbout .theme__content ._txt span {
    text-decoration: underline;
  }
  .pageAbout .member {
    background: #F5F5F5;
    padding: 13.33333vw 0 14.4vw;
  }
  .pageAbout .member__list ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .pageAbout .member__list ul li {
    width: 40.8vw;
    line-height: 0;
  }
  .pageAbout .member__list ul li:not(:nth-child(-n+2)) {
    margin-top: 8vw;
  }
  .pageAbout .member__list ul li img {
    width: 100%;
    height: auto;
  }
  .pageAbout .company {
    padding: 80px 0;
  }
  .pageAbout .company__content h3 {
    text-align: center;
    font-size: 5.33333vw;
    line-height: 1.5;
    font-weight: 700;
  }
  .pageAbout .company__content ._txt {
    margin-top: 5.33333vw;
    margin-bottom: 13.33333vw;
  }
  .pageAbout .company__content ._txt,.pageAbout .company__content dl {
    font-size: 4vw;
    line-height: 1.6;
    font-weight: 400;
    color: #000;
  }
  .pageAbout .company__content dl {
    display: -webkit-box;
    display: flex;
    padding: 4vw 0;
    border-bottom: 1px solid #D3D3D3;
  }
  .pageAbout .company__content dl:first-of-type {
    border-top: 1px solid #D3D3D3;
  }
  .pageAbout .company__content dl dt {
    width: 25.33333vw;
  }
  .pageAbout .company__content dl dd {
    width: calc(100% - 5.6547619048vw);
  }
  .pageAbout .company__content dl dd a {
    color: #000;
    text-decoration: none;
  }
}

@media (max-width: 1000px) {
  .pc {
    display: none !important;
  }
  .pageAbout .about__content ._txt, .pageAbout .concept ._txt, .pageAbout .theme__content ._txt, .pageAbout .company__content ._txt {
    font-size: 15px;
    line-height: 24px;
  }
  .pageAbout .about__content ._txt .title {
    font-size: 18px;
    line-height: 24px;
  }
  .pageAbout .about__content ._txt .title::before {
    margin-right: 6px;
    width: 24px;
    height: 24px;
  }
  .pageAbout__ttl h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .pageAbout__ttl h4 {
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .pageAbout .how-to {
    padding: 12.2666666667vw 0 10.6666666667vw;
  }
  .pageAbout .revichiker {
    padding: 24px 0 40px;
  }
  .pageAbout .revichiker--gray {
    margin: 56px auto 0;
  }
  .pageAbout .revichiker__grid {
    gap: 20px;
  }
  .pageAbout .revichiker .rank_order {
    margin: 16px auto 36px;
  }
  .pageAbout .revichiker .category {
    width: 100%;
    padding: 20px 15px;
    margin: 16px auto 24px;
  }
  .pageAbout .revichiker .category .box--4,.pageAbout .revichiker .category .box {
    width: 100%;
    display: grid;
    grid-template-columns: 100%;
  }
  .pageAbout .revichiker .category .box {
    grid-auto-rows: -webkit-max-content;
    grid-auto-rows: max-content;
    gap: 20px;
  }
  .pageAbout .revichiker .category .list img {
    margin: 0 13px 0 0;
    width: 24px;
    height: 24px;
  }
  .pageAbout .concept img.content {
    margin: 27px auto 20px;
  }
  .pageAbout .theme__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .illust1-hover {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .about_w_m {
    z-index: 4;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .about_w_m,.illust2,.illust2-hover {
    width: auto;
  }

  .illust2-hover {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}

@media only screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

@media (min-width: 1001px) {
  .sp {
    display: none !important;
  }
}

/*# sourceMappingURL=index.css.map*/