/*import*/
.sub-cmn__wrap {
  margin: 0 auto;
  padding: 0 clamp(1.5625rem, 3.125vw, 2.5rem);
  width: 100%;
  max-width: 60.375rem;
}
.sub-cmn__wrap.--large {
  max-width: 70.375rem;
}
.sub-cmn__ttl {
  display: flex;
  margin-top: 6.875rem;
  padding-top: 8.125rem;
  width: 100%;
  height: 23.4375rem;
  background: #000;
}
@media screen and (max-width: 1024px) {
  .sub-cmn__ttl {
    margin-top: 3.125rem;
    padding-block: 3.75rem;
    height: auto;
  }
}
.sub-cmn__ttl.--about {
  background: url(../img/about/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--works {
  background: url(../img/works/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--interview {
  background: url(../img/interview/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--career {
  background: url(../img/career/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--data {
  background: url(../img/data/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--recruit {
  background: url(../img/recruit/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--sp01 {
  background: url(../img/sp1/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--sp02 {
  background: url(../img/sp2/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl.--sp03 {
  background: url(../img/sp3/head_ttl_bg.png) no-repeat center center/cover;
}
.sub-cmn__ttl-inr {
  margin: 0 auto;
  padding: 0 clamp(1.5625rem, 3.125vw, 2.5rem);
  width: 100%;
  max-width: 70.375rem;
  color: #fff;
}
.sub-cmn__ttl-txt-en {
  margin-bottom: 0.5rem;
  font-size: 1.625rem;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .sub-cmn__ttl-txt-en {
    font-size: 1.25rem;
  }
}
.sub-cmn__ttl-txt-jp {
  margin-bottom: 1.75rem;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .sub-cmn__ttl-txt-jp {
    margin-bottom: 0.875rem;
    font-size: 0.875rem;
  }
}
.sub-cmn__ttl-txt-catch {
  font-size: 1.875rem;
  min-height: 3.5em;
}
@media screen and (max-width: 640px) {
  .sub-cmn__ttl-txt-catch {
    font-size: 1.25rem;
  }
}
.sub-cmn__btn {
  margin-right: 1.9375rem;
  text-align: center;
}
.sub-cmn__btn-link {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 13.5rem;
  height: 3.25rem;
  border-radius: 1.625rem;
  background: #9d8266;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 3.25rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sub-cmn__btn-link {
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
.sub-cmn__btn-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% + 9.6875rem);
  transform: translate(-50%, -50%);
  width: 2.1875rem;
  aspect-ratio: 1/1;
  border: 1px solid #000;
  border-radius: 50%;
}
.sub-cmn__btn-arrow {
  position: absolute;
  top: 50%;
  left: 95%;
  transform: translateY(-50%);
}
.sub-cmn__btn-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 90%;
  width: 3.875rem;
  height: 1px;
  background: #000;
  transition: 0.4s;
}
.sub-cmn__btn-arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.1875rem);
  left: calc(90% + 3.375rem);
  width: 8px;
  height: 1px;
  background: #000;
  transform: rotate(35deg);
  transition: 0.4s;
}

.pg-cmn__ttl {
  margin-bottom: 5.625rem;
}
@media screen and (max-width: 640px) {
  .pg-cmn__ttl {
    margin-bottom: 2.5rem;
  }
}
.pg-cmn__ttl-en {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pg-cmn__ttl-en {
    font-size: 1.25rem;
  }
}
.pg-cmn__ttl-jp {
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-cmn__ttl-jp {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.pg-about__head {
  position: relative;
  margin-bottom: 3.25rem;
  z-index: 2;
}
.pg-about__head.--vision::before {
  content: "LIFE-TECH";
  position: absolute;
  top: -2.5rem;
  right: min(-6.25vw, -5rem);
  transform: rotate(90deg);
  width: 6.125rem;
  font-family: "Fjalla One", system-ui;
  font-size: 4.875rem;
  letter-spacing: 0.08em;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  opacity: 0.3;
}
@media screen and (max-width: 1240px) {
  .pg-about__head.--vision::before {
    right: -1.875rem;
  }
}
@media screen and (max-width: 1024px) {
  .pg-about__head.--vision::before {
    right: 0;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__head.--vision::before {
    top: 0;
    right: -1.25rem;
    font-size: 3.4125rem;
  }
}
.pg-about__head-ruby {
  font-family: "Fjalla One", system-ui;
  font-size: 2.5rem;
  letter-spacing: 0.08em;
  line-height: 1.6;
  color: #9d8266;
}
@media screen and (max-width: 640px) {
  .pg-about__head-ruby {
    font-size: 1.875rem;
  }
}
.pg-about__head-ruby.--small {
  font-family: "Fjalla One", system-ui;
  font-size: 1.25rem;
  letter-spacing: 0.08em;
  color: #9d8266;
}
.pg-about__head-ttl {
  margin-top: 1.875rem;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pg-about__head-ttl {
    font-size: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__head-ttl {
    font-size: 0.875rem;
  }
}
.pg-about__head.--center {
  text-align: center;
}
.pg-about__head.--white .pg-about__head-ruby {
  color: #fff;
}
.pg-about__vision {
  position: relative;
  padding-top: 6.25rem;
  padding-bottom: min(7.8125vw, 6.25rem);
}
@media screen and (max-width: 1024px) {
  .pg-about__vision {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__vision {
    padding-top: 3.125rem;
    background: #000;
  }
}
.pg-about__vision::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 121.375rem;
  background: url(../img/about/bg-vision.jpg) no-repeat center center/cover;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .pg-about__vision::before {
    height: 125rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__vision::before {
    height: 153.125rem;
  }
}
.pg-about__vision-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 640px) {
  .pg-about__vision-wrap {
    flex-direction: column;
  }
}
.pg-about__vision-info {
  width: min(42.34375vw, 33.875rem);
}
@media screen and (max-width: 640px) {
  .pg-about__vision-info {
    width: 100%;
  }
}
.pg-about__vision-info-ttl {
  margin-bottom: 2.1875rem;
  font-size: 1.625rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .pg-about__vision-info-ttl {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__vision-info-ttl {
    font-size: 1.1375rem;
  }
}
.pg-about__vision-info-ttl.--en {
  font-family: "Fjalla One", system-ui;
  font-size: 2.25rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 1024px) {
  .pg-about__vision-info-ttl.--en {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__vision-info-ttl.--en {
    font-size: 1.575rem;
  }
}
.pg-about__vision-info-txt {
  letter-spacing: 0.12em;
  color: #fff;
}
.pg-about__vision-info-ph {
  padding-top: 1.875rem;
  width: calc(100% - min(42.34375vw, 33.875rem));
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .pg-about__vision-info-ph {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__vision-info-ph {
    padding-top: 1.875rem;
    width: 100%;
  }
}
.pg-about__message {
  padding-top: 8vw;
  padding-bottom: 18vw;
}
@media screen and (max-width: 1500px) {
  .pg-about__message {
    padding-bottom: 22vw;
  }
}

@media screen and (max-width: 640px) {
  .pg-about__message {
    padding-block: 3.125rem;
  }
}

.pg-about__message-wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-top: min(5.78125vw, 4.625rem);
}
@media screen and (max-width: 1024px) {
  .pg-about__message-wrap {
    flex-direction: column-reverse;
  }
}
.pg-about__message-info {
  padding-top: min(5.859375vw, 4.6875rem);
}
.pg-about__message-info-txt {
  margin-bottom: 3.125rem;
  width: min(42.1875vw, 33.75rem);
  letter-spacing: 0.12em;
}
@media screen and (max-width: 1024px) {
  .pg-about__message-info-txt {
    width: 100%;
  }
}
.pg-about__message-info-comment {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  .pg-about__message-info-comment {
    flex-direction: column;
  }
}
.pg-about__message-info-position {
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.875;
}
@media screen and (max-width: 640px) {
  .pg-about__message-info-position {
    margin-bottom: 0.9375rem;
  }
}
.pg-about__message-info-ph {
  width: calc(100% - min(42.1875vw, 33.75rem) - min(3.359375vw, 2.6875rem));
}
@media screen and (max-width: 1024px) {
  .pg-about__message-info-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-about__outline {
  position: relative;
  /* padding-top: 15.625rem;
  padding-top: max(20rem,12vw); */
  padding-top: 0;
  color: #fff;
  background: #9d8266;
}
@media screen and (max-width: 640px) {
  .pg-about__outline {
    padding-top: 3.125rem;
    padding-bottom: 1.875rem;
  }
}
.pg-about__outline::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100%;
  height: 22vw;
  transform: translateX(-50%);
  background: url(../img/about/bg-outline.png) no-repeat top center/cover;
  /* height: 0;
  width: 0; */
  pointer-events: none;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .pg-about__outline::before {
    top: -6.25rem;
    height: 70rem;
  }
}
.pg-about__outline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100%;
  height: 22vw;
  transform: translateX(-50%);
  background: url(../img/about/bg-outline02.png) no-repeat bottom center/cover;
  pointer-events: none;
  z-index: 1;
  
}
@media screen and (min-width: 1440px) {
  .pg-about__outline::after {
    bottom: max(-21.875vw, -26.25rem);
  }
}
@media screen and (min-width: 1920px) {
  .pg-about__outline::before {
    height: 22vw;
  }
}

@media screen and (max-width: 640px) {
  .pg-about__outline::after {
    top: -6.25rem;
    height: 70rem;
  }
}
.pg-about__outline-wrap {
  position: relative;
  z-index: 2;
}
.pg-about__outline-item {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-about__outline-item {
    gap: 1.875rem;
  }
}
.pg-about__outline-item-ttl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-block: 1.375rem;
  width: 10.625rem;
  border-bottom: 1px solid #fff;
  font-size: 1rem;
  letter-spacing: 0.12em;
  line-height: 1.875;
  text-align: left;
}
@media screen and (max-width: 640px) {
  .pg-about__outline-item-ttl {
    width: 5.625rem;
  }
}
.pg-about__outline-item-cnt {
  padding-block: 1.375rem;
  width: calc(100% - 10.625rem - 3.125rem);
  border-bottom: 1px solid #fff;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 640px) {
  .pg-about__outline-item-cnt {
    width: calc(100% - 5.625rem - 1.875rem);
  }
}
.pg-about__group {
  position: relative;
  padding-top: max(19.5rem,15vw);
  padding-bottom: 8.125rem;
  background: #000;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-about__group {
    padding-top: 9.375rem;
    padding-bottom: 3.125rem;
  }
}
.pg-about__group-top {
  position: relative;
  margin-bottom: 2.5rem;
}
.pg-about__group-top::before {
  content: "FUKUSHIMA HOLDINGS";
  position: absolute;
  top: -9.25rem;
  right: min(3.90625vw, 3.125rem);
  transform: rotate(90deg);
  width: 6.125rem;
  font-family: "Fjalla One", system-ui;
  font-size: 4.875rem;
  letter-spacing: 0.08em;
  line-height: 1.25;
  text-align: left;
  color: #fff;
  opacity: 0.3;
}
@media screen and (max-width: 1024px) {
  .pg-about__group-top::before {
    top: -6.25rem;
    font-size: 3.9rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-about__group-top::before {
    top: -5rem;
    right: 1.5625rem;
    font-size: 3.4125rem;
  }
}
.pg-about__group-top-name {
  margin-bottom: 1.375rem;
  font-size: 1.25rem;
  letter-spacing: 0.12em;
}
.pg-about__group-company {
  display: flex;
  justify-content: center;
  gap: min(8.75vw, 7rem);
}
@media screen and (max-width: 1024px) {
  .pg-about__group-company {
    gap: min(2.6041666667vw, 7rem);
  }
}
@media screen and (max-width: 640px) {
  .pg-about__group-company {
    flex-direction: column;
  }
}
.pg-about__group-company-item-name {
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  letter-spacing: 0.12em;
}
.pg-about__group-company-item-txt {
  margin-bottom: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  line-height: 1.785;
}
.pg-works__head {
  padding-block: 8.125rem 6.25rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-works__head {
    padding-block: 3.125rem;
  }
}
#cat01.pg-works__course-item,
#cat02.pg-works__course-item,
#cat03.pg-works__course-item {
  padding-top: 111px;
}
@media screen and (max-width: 640px) {
  #cat01.pg-works__course-item,
  #cat02.pg-works__course-item,
  #cat03.pg-works__course-item {
    padding-top: 2rem;
  }
}
.pg-works__head .sub-cmn__wrap {
  position: relative;
}
.pg-works__head .sub-cmn__wrap::before {
  content: "THREE TEAM";
  position: absolute;
  left: 0;
  bottom: -5rem;
  font-size: 4.875rem;
  font-family: "Fjalla One", system-ui;
  color: rgba(255, 255, 255, 0.3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .pg-works__head .sub-cmn__wrap::before {
    font-size: 2.375rem;
    bottom: -2.5rem;
  }
}
.pg-works__head-info-ruby {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-works__head-info-ruby {
    margin-bottom: 0.875rem;
    font-size: 1.375rem;
  }
}
.pg-works__head-info-ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-works__head-info-ttl {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.pg-works__head-info-txt {
  margin-bottom: 5.25rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-works__head-info-txt {
    margin-bottom: 2.5rem;
    font-size: 0.8125rem;
  }
}
.pg-works__head-info-ph {
  text-align: center;
}
.pg-works__course {
  padding-block: 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course {
    padding-block: 3.125rem;
  }
}
.pg-works__course-list {
  margin-top: 4rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-list {
    margin-top: 3.125rem;
  }
}
.pg-works__course-item + .pg-works__course-item::before {
  display: block;
  content: "";
  position: relative;
  width: 100%;
  height: 246px;
  background: url(../img/works/course_line_img.png) center center/cover;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item + .pg-works__course-item::before {
    height: 123px;
  }
}
.pg-works__course-item-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0 3.4375rem;
  margin-bottom: 4.375rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-head {
    flex-direction: column;
    margin-bottom: 1.875rem;
    font-size: 1.875rem;
  }
}
.pg-works__course-item-head-cate {
  margin-bottom: 2.8125rem;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-head-cate {
    margin-bottom: 0.875rem;
    text-align: center;
    font-size: 1.25rem;
  }
}
.pg-works__course-item-head-name {
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-head-name {
    font-size: 1.25rem;
  }
}
.pg-works__course-item-head-line {
  width: 1px;
  height: 3.125rem;
  background: #000;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-head-line {
    margin-block: 0.625rem 0.9375rem;
    width: 50px;
    height: 2px;
  }
}
.pg-works__course-item-head-txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-head-txt {
    font-size: 0.875rem;
  }
}
.pg-works__course-item-wrap {
  display: flex;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-wrap {
    flex-direction: column-reverse;
    gap: 1.5625rem;
  }
}
.pg-works__course-item-wrap:nth-of-type(3) {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-wrap + .pg-works__course-item-wrap {
    margin-top: 1.25rem;
  }
}
.pg-works__course-item-wrap img {
  margin: 0 auto;
  display: block;
}
.pg-works__course-item-info-st {
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
}
.pg-works__course-item-large {
  width: 57%;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-large {
    width: 100%;
  }
}
.pg-works__course-item-large .pg-works__course-item-info-st {
  padding-top: 3.125rem;
}
@media screen and (max-width: 1024px) {
  .pg-works__course-item-large .pg-works__course-item-info-st {
    padding-top: 0;
  }
}
.pg-works__course-item-small {
  flex: 1;
}
.pg-works__course-item .--od01 {
  order: 1;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item .--od01 {
    order: initial;
  }
}
.pg-works__course-item .--od01 .pg-works__course-item-info-st {
  padding-right: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item .--od01 .pg-works__course-item-info-st {
    padding: 0;
  }
}
.pg-works__course-item .--od02 {
  order: 2;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item .--od02 {
    order: initial;
  }
}
.pg-works__course-item .--od02 .pg-works__course-item-info-st {
  padding-left: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item .--od02 .pg-works__course-item-info-st {
    padding: 0;
  }
}
.pg-works__course-item-job {
  margin-block: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-job {
    margin-block: 1.875rem;
  }
}
.pg-works__course-item-job-item {
  display: flex;
  align-items: center;
  gap: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-job-item {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.pg-works__course-item-job-item + .pg-works__course-item-job-item {
  margin-top: 2.5rem;
}
.pg-works__course-item-job-ph {
  width: 32.4%;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-job-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-works__course-item-job-info {
  flex: 1;
  padding-left: 1.875rem;
  border-left: 3px solid #000;
  min-height: 10.625rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-job-info {
    padding: 0;
    width: 100%;
    border-left: none;
  }
}
.pg-works__course-item-job-info-name {
  margin-bottom: 0.9375rem;
  font-size: 1.25rem;
}
@media screen and (max-width: 640px) {
  .pg-works__course-item-job-info-name {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
}
.pg-works__course-item-job-info-st {
  font-size: 0.875rem;
}
.pg-career__head-info-ruby {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-career__head-info-ruby {
    margin-bottom: 0.875rem;
    text-align: center;
    font-size: 1.875rem;
  }
}
.pg-career__head-info-ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-career__head-info-ttl {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
  }
}
.pg-career__head-info-txt {
  margin-bottom: 4.375rem;
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-career__head-info-txt {
    margin-bottom: 1.875rem;
  }
}
.pg-career__head-info-ph {
  width: 100%;
  overflow: auto;
}
@media screen and (max-width: 640px) {
  .pg-career__head-info-ph img {
    width: 767px;
    max-width: initial;
  }
}
.pg-career__about {
  padding-block: 8.125rem 9.375rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-career__about {
    padding-block: 3.125rem;
  }
}
.pg-career__root {
  padding-block: 0 9.375rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-career__root {
    padding-block: 0 3.125rem;
  }
}
.pg-career__evaluation {
  padding-block: 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-career__evaluation {
    padding-block: 3.125rem;
  }
}
.pg-career__evaluation-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3.4375rem 5rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-career__evaluation-item {
    flex-direction: column;
    padding: 1.5625rem;
  }
}
.pg-career__evaluation-item + .pg-career__evaluation-item {
  margin-top: 1.5625rem;
}
.pg-career__evaluation-item-ttl {
  padding-right: 2.5rem;
  font-size: 1.25rem;
  min-width: 10.9375rem;
}
@media screen and (max-width: 640px) {
  .pg-career__evaluation-item-ttl {
    padding-right: 0;
    padding-bottom: 0.9375rem;
    margin-bottom: 0.9375rem;
    border-bottom: 1px solid #fff;
    font-size: 1.125rem;
    width: 100%;
  }
}
.pg-career__evaluation-item-icon {
  margin-right: 2.5rem;
}
@media screen and (max-width: 640px) {
  .pg-career__evaluation-item-icon {
    display: none;
  }
}
.pg-career__evaluation-item-info {
  flex: 1;
}
.pg-career__evaluation-item-info-st {
  font-size: 0.875rem;
}
.pg-career__evaluation-item-info-img {
  margin-top: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-career__evaluation-item-info-img {
    margin-top: 1.25rem;
  }
}
.pg-interview__menu {
  overflow: hidden;
}
.pg-interview__menu .sub-cmn__wrap {
  position: relative;
  padding-block: 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__menu .sub-cmn__wrap {
    padding-block: 3.125rem;
  }
}
.pg-interview__menu .sub-cmn__wrap::before {
  content: "FUKUSHIMA\aHEROES INTERVIEW";
  position: absolute;
  left: -3.125rem;
  bottom: 0;
  font-size: 4.875rem;
  font-family: "Fjalla One", system-ui;
  color: rgba(157, 130, 102, 0.3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: pre;
}
@media screen and (max-width: 1240px) {
  .pg-interview__menu .sub-cmn__wrap::before {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-interview__menu .sub-cmn__wrap::before {
    font-size: 2.375rem;
    bottom: -2.5rem;
  }
}
.pg-interview__menu .top-interview-slide {
  margin-block: 0;
  padding-block: 0;
}
.pg-interview__staff {
  padding-block: 3.4375rem 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff {
    padding-block: 1.25rem 3.125rem;
  }
}
.pg-interview__staff-item {
  padding-left: clamp(3.125rem, 6.25vw, 5rem);
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-item {
    padding-left: 0;
  }
}
.pg-interview__staff-item {
  padding-top: 6.875rem;
  margin-top: 6.875rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-item  {
    padding-top: 3.125rem;
    margin-top: 3.125rem;
  }
}
.pg-interview__staff-item:nth-of-type(even) .pg-interview__staff-head {
  flex-direction: row-reverse;
  align-items: flex-end;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-item:nth-of-type(even) .pg-interview__staff-head {
    flex-direction: column;
    margin-bottom: 0rem;
  }
}
.pg-interview__staff-head {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-head {
    flex-direction: column;
  }
}
.pg-interview__staff-head-ph {
  position: relative;
  width: 41%;
  height: 25.8125rem;
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-head-ph {
    margin-bottom: 3.125rem;
    text-align: center;
    width: 100%;
    height: auto;
  }
}
.pg-interview__staff-head-ph img {
  position: absolute;
  bottom: 0;
  max-width: 469px;
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-head-ph img {
    position: relative;
    max-width: 100%;
  }
}
.pg-interview__staff-head-ph.--left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1.0rem;
  /*width: 100vw;*/
  height: 16.5rem;
  background: url(../img/interview/staff_head_icon01.png) no-repeat left bottom;
  box-sizing: border-box;
  width: 1000px;
}
@media screen and (max-width: 1240px) {
  .pg-interview__staff-head-ph.--left::before {
    display: none;
  }
}
.pg-interview__staff-head-ph.--left img {
  right: 0;
  filter: drop-shadow(-2.1875rem 2.5rem 0 #9d8266);
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-ph.--left img {
    filter: drop-shadow(-0.9375rem 1.25rem 0 #9d8266);
  }
}
.pg-interview__staff-head-ph.--right::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10.125rem;
  width: 100vw;
  height: 16.5rem;
  background: url(../img/interview/staff_head_icon02.png) no-repeat right bottom;
}
@media screen and (max-width: 1240px) {
  .pg-interview__staff-head-ph.--right::before {
    display: none;
  }
}
.pg-interview__staff-head-ph.--right img {
  left: 0;
  filter: drop-shadow(2.1875rem 2.5rem 0 #9d8266);
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-ph.--right img {
    filter: drop-shadow(0.9375rem 1.25rem 0 #9d8266);
  }
}
.pg-interview__staff-head-info {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .pg-interview__staff-head-info {
    text-align: center;
    width: 100%;
  }
}
.pg-interview__staff-head-info-num {
  margin-bottom: 1.875rem;
  font-size: 1.5625rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-info-num {
    margin-bottom: 0.9375rem;
    font-size: 1.25rem;
  }
}
.pg-interview__staff-head-info-num span {
  font-size: 4.375rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-info-num span {
    font-size: 1.875rem;
  }
}
.pg-interview__staff-head-info-name {
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-info-name {
    font-size: 1rem;
  }
}
.pg-interview__staff-head-info-career {
  margin-bottom: 0.9375rem;
  font-size: 1rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-info-career {
    margin-bottom: 0.625rem;
    font-size: 0.8125rem;
  }
}
.pg-interview__staff-head-info-label {
  display: inline-flex;
  padding: 0 0.3125rem;
  background: #000;
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-head-info-label {
    font-size: 0.75rem;
  }
}
.pg-interview__staff-wrap {
  display: flex;
  gap: 4.375rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-wrap {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.pg-interview__staff-wrap + .pg-interview__staff-wrap {
  flex-direction: row-reverse;
  margin-top: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-wrap + .pg-interview__staff-wrap {
    flex-direction: column;
    margin-top: 1.875rem;
  }
}
.pg-interview__staff-wrap + .pg-interview__staff-wrap .pg-interview__staff-info {
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-wrap + .pg-interview__staff-wrap .pg-interview__staff-info {
    margin-top: 1.875rem;
  }
}
.pg-interview__staff-info {
  flex: 1;
  margin-top: 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-info {
    margin-top: 1.875rem;
  }
}
.pg-interview__staff-info-ttl {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  color: #9d8266;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-info-ttl {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
}
.pg-interview__staff-info-ttl::before {
  content: "Q.";
  margin-right: 0.5em;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
.pg-interview__staff-info-st {
  font-size: 0.875rem;
}
.pg-interview__staff-info-st + .pg-interview__staff-info-st {
  margin-top: 1em;
}
.pg-interview__staff-info-st + .pg-interview__staff-info-ttl {
  margin-top: 3.125rem;
}
.pg-interview__staff-ph {
  width: 43%;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-interview__staff-comment {
  margin-block: 3.75rem 2.5rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-comment {
    margin-block: 1.875rem 1.25rem;
  }
}
.pg-interview__staff-comment-ttl {
  margin-bottom: 1.875rem;
  font-size: 1.125rem;
  color: #9d8266;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-comment-ttl {
    margin-bottom: 0.9375rem;
    font-size: 1rem;
  }
}
.pg-interview__staff-comment-ttl::before {
  content: "Q.";
  margin-right: 0.5em;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
.pg-interview__staff-comment-st {
  padding: 1.875rem 3.125rem;
  background: rgba(157, 130, 102, 0.1);
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-interview__staff-comment-st {
    padding: 1rem 1.5rem;
  }
}
.pg-data__about {
  padding-block: 9.375rem 0;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__about {
    padding-block: 3.125rem 0;
  }
}
.pg-data__about-ttl {
  margin-bottom: 2.25rem;
  font-size: 1.625rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px) {
  .pg-data__about-ttl {
    font-size: 1.25rem;
  }
}
.pg-data__about-ttl span {
  margin: 0 0.1em;
  font-size: 4.375rem;
  font-family: "Fjalla One", system-ui;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 640px) {
  .pg-data__about-ttl span {
    font-size: 1.875rem;
  }
}
.pg-data__about-txt {
  flex: 1;
  font-size: 0.875rem;
  letter-spacing: 0.08em;
}
.pg-data__about-head {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-head {
    margin-bottom: 1.875rem;
  }
}
.pg-data__about-head-ttl {
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pg-data__about-head-ttl {
    font-size: 1.375rem;
  }
}
.pg-data__about-history {
  padding-bottom: 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-history {
    padding-bottom: 3.125rem;
  }
}
.pg-data__about-history-wrap {
  display: flex;
  align-items: center;
  gap: 4.5rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-history-wrap {
    flex-direction: column;
    gap: 1.875rem;
  }
}
.pg-data__about-history-item {
  max-width: 21.875rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-history-item.--line {
    width: 100%;
  }
}
.pg-data__about-history-item.--line::before {
  display: block;
  content: "";
  width: 36px;
  height: 94px;
  background: url(../img/data/about_line_img.png);
}
@media screen and (max-width: 640px) {
  .pg-data__about-history-item.--line::before {
    width: 100%;
    height: 1px;
    background: #fff;
  }
}
.pg-data__about-performance {
  padding-block: 0 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-performance {
    padding-block: 0 3.125rem;
  }
}
.pg-data__about-performance-wrap {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-performance-wrap {
    flex-direction: column;
    gap: 0.625rem;
  }
}
.pg-data__about-performance-wrap + .pg-data__about-performance-info {
  margin-top: 5.5rem;
  max-width: 25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-performance-wrap + .pg-data__about-performance-info {
    margin-top: 2.5rem;
  }
}
.pg-data__about-performance-info {
  flex: 1;
}
.pg-data__about-performance-ph {
  margin-right: -5rem;
  width: 43%;
}
@media screen and (max-width: 640px) {
  .pg-data__about-performance-ph {
    margin-right: 0;
    width: 100%;
    text-align: center;
  }
}
.pg-data__about-performance-wrap + .pg-data__about-performance-info + .pg-data__about-performance-ph {
  text-align: right;
  max-width: 100%;
  width: 100%;
}
.pg-data__about-performance-wrap + .pg-data__about-performance-info + .pg-data__about-performance-ph img {
  margin-top: -5rem;
  margin-right: -5rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-performance-wrap + .pg-data__about-performance-info + .pg-data__about-performance-ph img {
    margin-top: 0;
    margin-right: 0;
  }
}
.pg-data__about-person {
  padding-block: 0 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-person {
    padding-block: 0 3.125rem;
  }
}
.pg-data__about-person-wrap {
  display: flex;
  align-items: center;
  gap: 1.875rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-wrap {
    flex-direction: column;
    gap: 0.9375rem;
  }
}
.pg-data__about-person-wrap + .pg-data__about-person-wrap {
  justify-content: space-between;
  gap: 4.375rem;
  margin-top: 5.5rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-wrap + .pg-data__about-person-wrap {
    gap: 1.875rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-wrap + .pg-data__about-person-wrap {
    margin-top: 2.5rem;
  }
}
.pg-data__about-person-info {
  flex: 1;
}
.pg-data__about-person-ph {
  margin-right: -5rem;
  width: 43%;
}
@media screen and (max-width: 1024px) {
  .pg-data__about-person-ph {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-ph {
    margin: 0 auto;
    width: 70%;
    text-align: center;
  }
}
.pg-data__about-person-wrap + .pg-data__about-person-info + .pg-data__about-person-ph {
  text-align: right;
  max-width: 100%;
  width: 100%;
}
.pg-data__about-person-wrap + .pg-data__about-person-info + .pg-data__about-person-ph img {
  margin-top: -5rem;
  margin-right: -5rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-wrap + .pg-data__about-person-info + .pg-data__about-person-ph img {
    margin-top: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .pg-data__about-person-item .pg-data__about-ttl {
    text-align: center;
  }
}
.pg-data__about-person-item + .pg-data__about-person-item .pg-data__about-ttl {
  text-align: center;
}
.pg-data__about-recruit {
  padding-block: 0 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-recruit {
    padding-block: 0 3.125rem;
  }
}
.pg-data__about-recruit-wrap {
  display: flex;
  gap: 1.875rem;
}
@media screen and (max-width: 1024px) {
  .pg-data__about-recruit-wrap {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .pg-data__about-recruit-wrap {
    gap: 1.25rem;
  }
}
.pg-data__about-recruit-info {
  flex: 1;
}
.pg-data__about-recruit-ph {
  position: relative;
  margin-right: -1.25rem;
  width: 35%;
  aspect-ratio: 312/486;
}
@media screen and (max-width: 1024px) {
  .pg-data__about-recruit-ph {
    width: 100%;
    text-align: center;
    aspect-ratio: initial;
  }
}
.pg-data__about-recruit-ph img {
  position: absolute;
  top: -3.125rem;
  right: 0;
  width: 198%;
  max-width: initial;
}
@media screen and (max-width: 1024px) {
  .pg-data__about-recruit-ph img {
    position: relative;
    top: 0;
    width: 100%;
  }
}
.pg-data__about-recruit-wrap + .pg-data__about-recruit-info + .pg-data__about-recruit-ph {
  text-align: right;
  max-width: 100%;
  width: 100%;
}
.pg-data__about-recruit-wrap + .pg-data__about-recruit-info + .pg-data__about-recruit-ph img {
  margin-top: -5rem;
  margin-right: -5rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-recruit-wrap + .pg-data__about-recruit-info + .pg-data__about-recruit-ph img {
    margin-top: 0;
    margin-right: 0;
  }
}
.pg-data__about-work-wrap {
  display: flex;
  gap: 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__about-work-wrap {
    flex-direction: column;
    gap: 0;
  }
}
.pg-data__about-work-info {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .pg-data__about-work-ph {
    margin-top: 3.125rem;
  }
}
.pg-data__space {
  padding-block: 18.75rem 17.5rem;
  background: #9d8266;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__space {
    padding-block: 9.375rem;
  }
}
.pg-data__space::before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background: #000;
  height: 251.1473670975px;
  width: 200%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 640px) {
  .pg-data__space::before {
    height: 103.9230484541px;
  }
}
.pg-data__space::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background: #000;
  height: 251.1473670975px;
  width: 100%;
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
@media screen and (max-width: 640px) {
  .pg-data__space::after {
    height: 103.9230484541px;
  }
}
.pg-data__space-head {
  display: flex;
  flex-wrap: wrap;
  gap: 0 4.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-head {
    flex-direction: column;
    gap: 0.9375rem;
    margin-bottom: 1.875rem;
  }
}
.pg-data__space-head-ruby {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 2.5rem;
  color: #fff;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__space-head-ruby {
    margin-bottom: 0;
    font-size: 1.375rem;
  }
}
.pg-data__space-head-ttl {
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-head-ttl {
    font-size: 1.25rem;
  }
}
.pg-data__space-head-txt {
  flex: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-head-txt {
    font-size: 0.8125rem;
  }
}
.pg-data__space-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-wrap {
    gap: 1.5rem;
  }
}
.pg-data__space-item {
  padding: 1.375rem;
  width: calc((100% - 6rem) / 3);
  background: #000;
}
@media screen and (max-width: 640px) {
  .pg-data__space-item {
    width: 100%;
  }
}
.pg-data__space-item-ph {
  margin-bottom: 0.9375rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-item-ph img {
    width: 100%;
  }
}
.pg-data__space-item-info-ttl {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 640px) {
  .pg-data__space-item-info-ttl {
    font-size: 1rem;
  }
}
.pg-data__space-item-info-ttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -1.25rem;
  width: 80%;
  height: 0.125rem;
  background: #9d8266;
}
.pg-data__space-item-info-txt {
  font-size: 0.875rem;
}
.pg-data__culture {
  padding-block: 0 7.5rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__culture {
    padding-block: 0 3.125rem;
  }
}
.pg-data__culture-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.pg-data__culture-head-ruby {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-head-ruby {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.pg-data__culture-head-ttl {
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-head-ttl {
    font-size: 1rem;
  }
}
.pg-data__culture-head-ttl span {
  margin: 0 0.25em;
  font-size: 4.875rem;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-head-ttl span {
    font-size: 2.125rem;
  }
}
.pg-data__culture-head-txt {
  flex: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-head-txt {
    font-size: 0.8125rem;
  }
}
.pg-data__culture-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-wrap {
    gap: 1.5rem;
  }
}
.pg-data__culture-item {
  padding: 1.75rem;
  width: calc((100% - 1.75rem) / 2);
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-item {
    width: 100%;
  }
}
.pg-data__culture-item-ph {
  margin-bottom: 1.25rem;
}
.pg-data__culture-item-info-ttl {
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  margin-bottom: 0.9375rem;
  font-size: 1.125rem;
}
.pg-data__culture-item-info-ttl span {
  display: block;
  font-size: 1.875rem;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pg-data__culture-item-info-ttl span {
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
  }
}
.pg-data__culture-item-info-txt {
  font-size: 0.875rem;
}
.pg-data__club {
  padding-block: 0 9.375rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__club {
    padding-block: 0 3.125rem;
  }
}
.pg-data__club-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 4.375rem;
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.pg-data__club-head-ruby {
  margin-bottom: 1rem;
  width: 100%;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__club-head-ruby {
    margin-bottom: 0;
    font-size: 1.25rem;
  }
}
.pg-data__club-head-ttl {
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-head-ttl {
    font-size: 1rem;
  }
}
.pg-data__club-head-ttl span {
  margin: 0 0.25em;
  font-size: 4.875rem;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__club-head-ttl span {
    font-size: 2.125rem;
  }
}
.pg-data__club-head-txt {
  flex: 1;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-head-txt {
    font-size: 0.8125rem;
  }
}
.pg-data__club-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-wrap {
    gap: 1.5rem;
  }
}
.pg-data__club-item {
  padding: 1.75rem;
  width: calc((100% - 1.75rem) / 2);
  border: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .pg-data__club-item {
    width: 100%;
  }
}
.pg-data__club-item-head {
  display: flex;
  align-items: flex-start;
  gap: 0.9375rem;
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-item-head {
    flex-direction: column;
  }
}
.pg-data__club-item-head-ttl {
  flex: 1;
  padding-bottom: 0.9375rem;
  border-bottom: 1px solid #fff;
  font-size: 1.125rem;
}
.pg-data__club-item-head-ttl span {
  display: block;
  margin-bottom: 1.25rem;
  font-size: 1.875rem;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-data__club-item-head-ttl span {
    margin-bottom: 0.875rem;
    font-size: 1.25rem;
  }
}
.pg-data__club-item-head-ph {
  width: 13.4375rem;
}
@media screen and (max-width: 640px) {
  .pg-data__club-item-head-ph {
    width: 100%;
  }
}
.pg-data__club-item-head-ph img {
  width: 100%;
}
.pg-data__club-item-info-st {
  font-size: 0.875rem;
}
.pg-recruit__head {
  padding-block: 8.125rem 6.25rem;
  background: #000;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-recruit__head {
    padding-block: 3.125rem;
  }
}
.pg-recruit__head .sub-cmn__wrap {
  position: relative;
}
.pg-recruit__head .sub-cmn__wrap::before {
  content: "RECRUIT";
  position: absolute;
  left: 0;
  bottom: -5rem;
  font-size: 4.875rem;
  font-family: "Fjalla One", system-ui;
  color: rgba(255, 255, 255, 0.3);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 640px) {
  .pg-recruit__head .sub-cmn__wrap::before {
    font-size: 2.375rem;
    bottom: -2.5rem;
  }
}
.pg-recruit__head-info-ruby {
  margin-bottom: 1.75rem;
  text-align: center;
  font-size: 2.5rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-recruit__head-info-ruby {
    margin-bottom: 0.875rem;
    font-size: 1.375rem;
  }
}
.pg-recruit__head-info-ttl {
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__head-info-ttl {
    margin-bottom: 1.25rem;
    font-size: 1rem;
  }
}
.pg-recruit__head-info-txt {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__head-info-txt {
    font-size: 0.8125rem;
    text-align: left;
  }
}
.pg-recruit__menu {
  padding-block: 9.375rem 5rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__menu {
    padding-block: 3.125rem;
  }
}
.pg-recruit__menu-wrap {
  display: flex;
  gap: 2.8125rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__menu-wrap {
    flex-direction: column;
    gap: 1.5625rem;
  }
}
.pg-recruit__menu-item {
  width: calc(100% - 1.875rem);
  height: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__menu-item {
    width: 100%;
    height: 3.125rem;
  }
}
.pg-recruit__menu-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.9375rem;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 62.5rem;
}
.pg-recruit__menu-item a::after {
  content: "";
  position: relative;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon-arrow_b.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
.pg-recruit__menu-item-st {
  margin: 0 auto;
  padding-left: 0.9375rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .pg-recruit__menu-item-st {
    font-size: 0.875rem;
  }
}
.pg-recruit__outline {
  margin: 0 auto;
  padding-block: 6.875rem 7.5rem;
  max-width: 1046px;
  border-top: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline {
    padding-block: 3.125rem;
  }
}
.pg-recruit__outline-ttl {
  margin-bottom: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-ttl {
    margin-bottom: 1.25rem;
  }
}
.pg-recruit__outline-ttl-en {
  margin-bottom: 1.375rem;
  font-size: 2.5rem;
  font-family: "Fjalla One", system-ui;
  line-height: 1;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-ttl-en {
    margin-bottom: 0.625rem;
    font-size: 1.25rem;
  }
}
.pg-recruit__outline-ttl-jp {
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-ttl-jp {
    margin-bottom: 0.875rem;
    font-size: 1.125rem;
  }
}
.pg-recruit__outline-tab {
  display: flex;
  gap: 2.8125rem;
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-tab {
    flex-direction: column;
    gap: 1.5625rem;
    margin-bottom: 3.125rem;
  }
}
.pg-recruit__outline-tab-item {
  width: calc(100% - 1.875rem);
  height: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-tab-item {
    width: 100%;
    height: 3.125rem;
  }
}
.pg-recruit__outline-tab-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.9375rem;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 62.5rem;
  cursor: pointer;
}
.pg-recruit__outline-tab-item-btn::after {
  content: "";
  position: relative;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon-arrow_b.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
.pg-recruit__outline-tab-item-btn.--is-active {
  background: #000;
  color: #fff;
}
.pg-recruit__outline-tab-item-btn.--is-active::after {
  content: "";
  position: relative;
  width: 1.875rem;
  aspect-ratio: 1/1;
  background: url(../img/cmn/icon-arrow_w.svg) no-repeat center center/contain;
  transform: rotate(90deg);
}
.pg-recruit__outline-tab-item-st {
  margin: 0 auto;
  padding-left: 0.9375rem;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-tab-item-st {
    font-size: 0.875rem;
  }
}
.pg-recruit__outline-wrap {
  margin-bottom: 3.125rem;
}
.pg-recruit__outline-item {
  display: flex;
  gap: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-item {
    gap: 1.25rem;
  }
}
.pg-recruit__outline-item + .pg-recruit__outline-item {
  margin-top: 1.625rem;
}
.pg-recruit__outline-item-ttl {
  padding-bottom: 1.25rem;
  width: 10.625rem;
  font-size: 1rem;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-item-ttl {
    width: 6.875rem;
    font-size: 0.875rem;
  }
}
.pg-recruit__outline-item-cnt {
  flex: 1;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #000;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-recruit__outline-item-cnt {
    font-size: 0.8125rem;
  }
}
.pg-recruit__outline-item:last-of-type .pg-recruit__outline-item-ttl,
.pg-recruit__outline-item:last-of-type .pg-recruit__outline-item-cnt {
  border-width: 0;
}
.pg-sp__head {
  padding-block: 6.875rem 6.25rem;
  background: #000;
}
@media screen and (max-width: 640px) {
  .pg-sp__head {
    padding-block: 3.125rem;
  }
}
.pg-sp__head-wrap {
  display: flex;
  justify-content: space-between;
  gap: 3.75rem;
}
@media screen and (max-width: 640px) {
  .pg-sp__head-wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-sp__head-info {
  flex: 1;
  color: #fff;
}
.pg-sp__head-info-ttl {
  margin-bottom: 2.75rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp__head-info-ttl {
    margin-bottom: 1.375rem;
    font-size: 1.125rem;
  }
}
.pg-sp__head-info-txt {
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp__head-info-txt {
    font-size: 0.8125rem;
  }
}
.pg-sp1__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.8125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-sp1__vision {
  padding-block: 9.375rem 6.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__vision {
    padding-block: 3.125rem;
  }
}
.pg-sp1__vision-info {
  flex: 1;
}
.pg-sp1__vision-ttl {
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__vision-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp1__vision-txt {
  font-size: 0.875rem;
}
.pg-sp1__vision-txt + .pg-sp1__vision-txt {
  margin-top: 1em;
}
.pg-sp1__vision-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp1__vision-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-sp1__success {
  padding-block: 0 6.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__success {
    padding-block: 0 3.125rem;
  }
}
.pg-sp1__success-info {
  flex: 1;
}
.pg-sp1__success-ttl {
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__success-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp1__success-txt {
  font-size: 0.875rem;
}
.pg-sp1__success-txt + .pg-sp1__success-txt {
  margin-top: 1em;
}
.pg-sp1__success-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp1__success-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-sp1__idea {
  padding-block: 0 6.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea {
    padding-block: 0 3.125rem;
  }
}
.pg-sp1__idea-info {
  order: 2;
  flex: 1;
  margin-top: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea-info {
    margin-top: 0;
    margin-bottom: 3.125rem;
  }
}
.pg-sp1__idea-ttl {
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp1__idea-txt {
  font-size: 0.875rem;
}
.pg-sp1__idea-txt + .pg-sp1__idea-txt {
  margin-top: 2em;
}
.pg-sp1__idea-txt:last-of-type {
  margin-bottom: 6.25rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea-txt:last-of-type {
    margin-bottom: 3.125rem;
  }
}
.pg-sp1__idea-ph {
  order: 1;
  width: 39.2%;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea-ph {
    order: 3;
    width: 100%;
    text-align: center;
  }
}
.pg-sp1__idea-btn {
  width: 100%;
  max-width: 34.5rem;
  height: 2.75rem;
}
.pg-sp1__idea-btn-link {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 6.25rem;
  border: 1px solid #000;
  font-weight: 500;
  font-size: 0.875rem;
  letter-spacing: 0.12em;
  line-height: 2.75rem;
  text-align: center;
  transition: 0.4s;
}
@media screen and (max-width: 640px) {
  .pg-sp1__idea-btn-link {
    padding: 0.3125rem 3.125rem;
    line-height: 1.5;
  }
}
.pg-sp1__idea-btn-link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  width: 16px;
  height: 1px;
  background: #000;
  transition: 0.4s;
}
.pg-sp1__idea-btn-link::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  width: 8px;
  height: 1px;
  background: #000;
  transform: rotate(35deg) translateY(-50%);
  transition: 0.4s;
}
@media screen and (min-width: 1025px) {
  .pg-sp1__idea-btn-link:hover {
    background: #000;
    color: #fff;
  }
  .pg-sp1__idea-btn-link:hover::before,
  .pg-sp1__idea-btn-link:hover::after {
    background: #fff;
  }
}
.pg-sp1__about {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__about {
    padding-block: 0 3.125rem;
  }
}
.pg-sp1__about-info {
  flex: 1;
}
.pg-sp1__about-ttl {
  text-align: center;
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__about-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp1__about-txt {
  text-align: center;
  font-size: 0.875rem;
}
.pg-sp1__about-txt + .pg-sp1__about-txt {
  margin-top: 1em;
}
.pg-sp1__about-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp1__about-ph {
    width: 100%;
  }
}
.pg-sp1__message {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message {
    padding-block: 0 3.125rem;
  }
}
.pg-sp1__message-ttl {
  text-align: center;
  margin-bottom: 4.375rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp1__message-txt {
  text-align: center;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-txt {
    /* text-align: left; */
  }
}
.pg-sp1__message-txt + .pg-sp1__message-txt {
  margin-top: 1em;
}
.pg-sp1__message-bnr {
  margin-block: 3.75rem 4.6875rem;
  padding: 2.5rem;
  background: #000;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-bnr {
    margin-block: 1.875rem 2.1875rem;
    padding: 1.25rem;
  }
}
.pg-sp1__message-ruby {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-ruby {
    margin-bottom: 0.625rem;
    text-align: center;
    font-size: 1rem;
  }
}
.pg-sp1__message-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin: 0 auto 1.875rem;
  padding-bottom: 1.25rem;
  max-width: 50.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-ttl {
    gap: 0.625rem;
    margin: 0 auto 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
.pg-sp1__message-ttl-jp {
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-ttl-jp {
    flex: 1;
    font-size: 0.8rem;
  }
}
.pg-sp1__message-catch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.0625rem;
  margin: 0 auto;
  max-width: 50.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-catch {
    flex-direction: column;
  }
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-catch-icon img {
    display: block;
  }
}
.pg-sp1__message-catch-txt {
  font-size: 0.875rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp1__message-catch-txt {
    white-space: initial;
    font-size: 0.8125rem;
    width: 100%;
    /* margin: 0 auto; */
  }
}
.pg-sp1__brand {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp1__brand {
    padding-block: 0 3.125rem;
  }
}
.pg-sp2__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.8125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-sp2__about {
  padding-block: 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__about {
    padding-block: 3.125rem;
  }
}
.pg-sp2__about .pg-sp2__wrap {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__about .pg-sp2__wrap {
    margin-bottom: 1.25rem;
  }
}
.pg-sp2__about-info {
  flex: 1;
}
.pg-sp2__about-ttl {
  position: relative;
  margin-bottom: 3.125rem;
  min-height: 1.75em;
  font-size: 1.625rem;
}
@media screen and (max-width: 1024px) {
  .pg-sp2__about-ttl {
    min-height: initial;
  }
}
@media screen and (max-width: 640px) {
  .pg-sp2__about-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp2__about-ttl span {
  position: absolute;
  left: 0;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  .pg-sp2__about-ttl span {
    position: relative;
    white-space: initial;
  }
}
.pg-sp2__about-txt {
  font-size: 0.875rem;
}
.pg-sp2__about-txt + .pg-sp2__about-txt {
  margin-top: 1em;
}
.pg-sp2__about-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp2__about-ph {
    text-align: center;
    width: 100%;
  }
}
.pg-sp2__answer {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__answer {
    padding-block: 0 3.125rem;
  }
}
.pg-sp2__answer-info {
  flex: 1;
}
.pg-sp2__answer-ttl {
  margin-bottom: 3.75rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__answer-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp2__answer-txt {
  margin-bottom: 6.875rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__answer-txt {
    margin-bottom: 3.125rem;
  }
}
.pg-sp2__answer-txt + .pg-sp2__answer-txt {
  margin-top: 1em;
}
.pg-sp2__answer-data {
  display: flex;
  justify-content: space-between;
  gap: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__answer-data {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
.pg-sp2__success {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__success {
    padding-block: 0 3.125rem;
  }
}
.pg-sp2__success-info {
  flex: 1;
}
.pg-sp2__success-ttl {
  margin-bottom: 3.75rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__success-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp2__success-txt {
  margin-bottom: 6.875rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__success-txt {
    margin-bottom: 3.125rem;
  }
}
.pg-sp2__success-txt + .pg-sp2__success-txt {
  margin-top: 1em;
}
.pg-sp2__success-data {
  display: flex;
  justify-content: space-between;
  gap: 4.125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__success-data {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3.125rem;
  }
}
.pg-sp2__success-data-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.pg-sp2__success-data-item-txt {
  flex: 1;
  margin-bottom: 0.9375rem;
  font-size: 0.875rem;
}
.pg-sp2__success-data-item-ttl {
  margin-bottom: 0.9375rem;
}
.pg-sp2__success-data-item-frame {
  width: 100%;
  aspect-ratio: 1/1;
  background: #ccc;
}
.pg-sp2__success-data-item-frame video {
  width: 100%;
  height: 100%;
}
.pg-sp2__step {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__step {
    padding-block: 0 3.125rem;
  }
}
.pg-sp2__step .pg-sp2__wrap {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__step .pg-sp2__wrap {
    margin-bottom: 1.25rem;
  }
}
.pg-sp2__step-info {
  order: 2;
  flex: 1;
}
.pg-sp2__step-ttl {
  position: relative;
  margin-bottom: 5rem;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp2__step-ttl {
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
  }
}
.pg-sp2__step-txt {
  font-size: 0.875rem;
}
.pg-sp2__step-txt + .pg-sp2__step-txt {
  margin-top: 1em;
}
.pg-sp2__step-ph {
  order: 1;
  width: 36.5%;
}
@media screen and (max-width: 640px) {
  .pg-sp2__step-ph {
    width: 100%;
    text-align: center;
  }
}
.pg-sp3__wrap {
  display: flex;
  justify-content: space-between;
  gap: 2.8125rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__wrap {
    flex-direction: column;
    gap: 1.25rem;
  }
}
.pg-sp3__about {
  padding-block: 9.375rem 6.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__about {
    padding-block: 3.125rem;
  }
}
.pg-sp3__about-ttl {
  margin-bottom: 3.75rem;
  text-align: center;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__about-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp3__about-txt {
  margin-bottom: 4.375rem;
  font-size: 0.875rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__about-txt {
    margin-bottom: 1.875rem;
  }
}
.pg-sp3__about-ph {
  text-align: center;
}
.pg-sp3__vision {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__vision {
    padding-block: 0 3.125rem;
  }
}
.pg-sp3__vision-info {
  flex: 1;
}
.pg-sp3__vision-ttl {
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__vision-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp3__vision-txt {
  font-size: 0.875rem;
}
.pg-sp3__vision-txt + .pg-sp3__vision-txt {
  margin-top: 1em;
}
.pg-sp3__vision-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp3__vision-ph {
    width: 100%;
  }
}
.pg-sp3__message {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__message {
    padding-block: 0 3.125rem;
  }
}
.pg-sp3__message-info {
  flex: 1;
}
.pg-sp3__message-ttl {
  text-align: center;
  margin-bottom: 3.125rem;
  font-size: 1.625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__message-ttl {
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
  }
}
.pg-sp3__message-txt {
  text-align: center;
  font-size: 0.875rem;
}
.pg-sp3__message-txt + .pg-sp3__message-txt {
  margin-top: 1em;
}
.pg-sp3__message-ph {
  width: 44%;
}
@media screen and (max-width: 640px) {
  .pg-sp3__message-ph {
    width: 100%;
  }
}
.pg-sp3__concept {
  padding-block: 0 9.375rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept {
    padding-block: 0 3.125rem;
  }
}
.pg-sp3__concept-bnr {
  padding: 2.5rem;
  background: #000;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-bnr {
    padding: 1.25rem;
  }
}
.pg-sp3__concept-ruby {
  margin-bottom: 1.25rem;
  text-align: center;
  font-size: 1.25rem;
  color: #9d8266;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-ruby {
    margin-bottom: 0.625rem;
    text-align: center;
    font-size: 1rem;
  }
}
.pg-sp3__concept-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin: 0 auto 1.875rem;
  padding-bottom: 1.25rem;
  max-width: 50.625rem;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-ttl {
    gap: 0.625rem;
    margin: 0 auto 0.9375rem;
    padding-bottom: 0.625rem;
  }
}
.pg-sp3__concept-ttl-en {
  font-size: 1.625rem;
  color: #fff;
  font-family: "Fjalla One", system-ui;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-ttl-en {
    font-size: 1.25rem;
  }
}
.pg-sp3__concept-ttl-jp {
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-ttl-jp {
    font-size: 1rem;
  }
}
.pg-sp3__concept-catch {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.0625rem;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-catch {
    gap: 0.3125rem;
  }
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-catch-icon img {
    display: block;
  }
}
.pg-sp3__concept-catch-txt {
  font-size: 1.125rem;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .pg-sp3__concept-catch-txt {
    white-space: nowrap;
    font-size: 0.8125rem;
  }
}

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