.p-about {
  padding: 160px 0 100px;
}
@media screen and (max-width: 1080px) {
  .p-about {
    padding: 140px 0 100px;
  }
}
@media screen and (max-width: 810px) {
  .p-about {
    padding: 100px 0;
  }
}
@media screen and (max-width: 500px) {
  .p-about {
    padding: 60px 0;
  }
}
.p-about .largeEn {
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-about .largeEn {
    font-size: 4.4rem;
  }
}
@media screen and (max-width: 350px) {
  .p-about .largeEn {
    font-size: 3.8rem;
  }
}
.p-about .brandName {
  margin: 0 15px;
  max-width: 430px;
  width: 4em;
}
@media screen and (max-width: 500px) {
  .p-about .brandName {
    margin: 0 6px;
  }
}
.p-aboutDesc {
  margin: 35px auto 0;
  width: 80%;
}
@media screen and (max-width: 500px) {
  .p-aboutDesc {
    margin: 25px auto 0;
  }
}
.p-aboutDesc .title {
  font-size: 3.2rem;
  margin-top: 25px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 650px) {
  .p-aboutDesc .title {
    font-size: 3rem;
  }
}
@media screen and (max-width: 500px) {
  .p-aboutDesc .title {
    margin-top: 20px;
    font-size: 2.4rem;
  }
}
.p-aboutDesc .text {
  margin-top: 20px;
  font-feature-settings: "palt";
}
.p-aboutFigure {
  margin: 45px auto 0;
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .p-aboutFigure {
    margin: 35px auto 0;
  }
}
@media screen and (max-width: 500px) {
  .p-aboutFigure {
    margin: 30px auto 0;
  }
}
.p-works {
  padding: 100px 0 180px;
  background-color: #f2efe9;
}
@media screen and (max-width: 1080px) {
  .p-works {
    padding: 90px 0 160px;
  }
}
@media screen and (max-width: 810px) {
  .p-works {
    padding: 80px 0 120px;
  }
}
@media screen and (max-width: 500px) {
  .p-works {
    padding: 60px 0 100px;
  }
}
.p-workList {
  margin-top: 50px;
}
@media screen and (max-width: 810px) {
  .p-workList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .p-workList {
    margin-top: 30px;
  }
}
.p-work__item:nth-child(1) .p-workLabel:before {
  background-color: #285f84;
}
.p-work__item:nth-child(2) .p-workLabel:before {
  background-color: #0e6ea0;
}
.p-work__item:nth-child(3) .p-workLabel:before {
  background-color: #1e82b9;
}
.p-work__item:nth-child(4) .p-workLabel:before {
  background-color: #5690bf;
}
.p-work__item:nth-child(5) .p-workLabel:before {
  background-color: #1c78ac;
}
.p-workLabel {
  position: relative;
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  z-index: 0;
}
@media screen and (max-width: 1080px) {
  .p-workLabel {
    padding: 40px 0;
  }
}
@media screen and (max-width: 810px) {
  .p-workLabel {
    padding: 30px 0;
  }
}
.p-workLabel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  z-index: -1;
}
.p-workLabel:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  border: 2px solid #000;
}
.p-workLabel .icon {
  position: relative;
  width: 70px;
  height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
}
@media screen and (max-width: 810px) {
  .p-workLabel .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 650px) {
  .p-workLabel .icon {
    width: 50px;
    height: 50px;
  }
}
.p-workLabel .icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 28px;
  height: 2px;
  background-color: #fff;
}
.p-workLabel .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 28px;
  background-color: #fff;
  transition: transform 0.3s;
}
.p-workLabel.is-active .icon:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.p-workTitle {
  display: flex;
  align-items: baseline;
  gap: 0 25px;
}
@media screen and (max-width: 810px) {
  .p-workTitle {
    gap: 0 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-workTitle {
    flex-direction: column;
    gap: 10px 0;
  }
}
.p-workTitle .en {
  font-size: 6rem;
  font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 1080px) {
  .p-workTitle .en {
    font-size: 5.6rem;
  }
}
@media screen and (max-width: 810px) {
  .p-workTitle .en {
    font-size: 5rem;
  }
}
@media screen and (max-width: 650px) {
  .p-workTitle .en {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 500px) {
  .p-workTitle .en {
    font-size: 2.8rem;
  }
}
.p-workTitle .ja {
  font-size: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 810px) {
  .p-workTitle .ja {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 500px) {
  .p-workTitle .ja {
    font-size: 2rem;
  }
}
@media screen and (max-width: 350px) {
  .p-workTitle .ja {
    font-size: 1.8rem;
  }
}
.p-workContent {
  position: relative;
  opacity: 0;
  height: 0;
  transition: opacity 0.3s, height 0.3s;
  z-index: -1;
}
.p-workContent.is-open {
  opacity: 1;
  height: 100%;
  padding-bottom: 100px;
}
@media screen and (max-width: 810px) {
  .p-workContent.is-open {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 500px) {
  .p-workContent.is-open {
    padding-bottom: 60px;
  }
}
.p-worksMv__content {
  position: relative;
  padding: 90px 0 70px;
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .p-worksMv__content {
    padding: 80px 0;
  }
}
@media screen and (max-width: 810px) {
  .p-worksMv__content {
    padding: 60px 0;
  }
}
@media screen and (max-width: 650px) {
  .p-worksMv__content {
    padding: 0;
  }
}
.p-worksMv__content .c-inner {
  position: initial;
}
.p-workMv {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
}
@media screen and (max-width: 650px) {
  .p-workMv {
    position: relative;
    height: 60vw;
  }
}
@media screen and (max-width: 650px) {
  .p-workMv img:nth-child(1) {
    display: none;
  }
}
.p-workMv img:nth-child(2) {
  display: none;
}
@media screen and (max-width: 650px) {
  .p-workMv img:nth-child(2) {
    display: block;
  }
}
.p-workDesc {
  position: relative;
  margin-left: auto;
  padding: 80px 35px 40px;
  width: 50%;
  border: 1px solid #000;
  background-color: #fff;
}
@media screen and (max-width: 810px) {
  .p-workDesc {
    padding: 60px 25px 20px;
    width: 60%;
  }
}
@media screen and (max-width: 650px) {
  .p-workDesc {
    margin-top: 30px;
    padding: 30px 20px;
    width: 100%;
  }
}
.p-workDesc .titles {
  position: absolute;
  top: -25px;
  left: 0;
}
@media screen and (max-width: 810px) {
  .p-workDesc .titles {
    top: -20px;
  }
}
@media screen and (max-width: 650px) {
  .p-workDesc .titles {
    position: relative;
    top: 0;
  }
}
.p-workDesc .title {
  display: inline-block;
  padding: 5px 8px;
  background-color: #000;
  font-size: 2.5rem;
  font-feature-settings: "palt";
  line-height: 1;
}
@media screen and (max-width: 500px) {
  .p-workDesc .title {
    font-size: 2.2rem;
  }
}
.p-workDesc .title:nth-child(n + 2) {
  margin-top: 5px;
}
@media screen and (max-width: 650px) {
  .p-workDesc .text {
    margin-top: 15px;
  }
}
.p-workBusiness {
  margin-top: 50px;
}
@media screen and (max-width: 1080px) {
  .p-workBusiness {
    margin-top: 40px;
  }
}
@media screen and (max-width: 810px) {
  .p-workBusiness {
    margin-top: 30px;
  }
}
.p-businessList {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 45px 5%;
}
@media screen and (max-width: 1080px) {
  .p-businessList {
    margin-top: 50px;
  }
}
@media screen and (max-width: 810px) {
  .p-businessList {
    margin-top: 40px;
  }
}
@media screen and (max-width: 650px) {
  .p-businessList {
    gap: 35px 4%;
  }
}
@media screen and (max-width: 500px) {
  .p-businessList {
    margin-top: 30px;
  }
}
.p-business__item {
  flex: 0 0 30%;
}
@media screen and (max-width: 650px) {
  .p-business__item {
    flex: 0 0 48%;
  }
}
.p-businessImage {
  width: 100%;
  height: 200px;
  border: 1px solid #000;
}
@media screen and (max-width: 980px) {
  .p-businessImage {
    height: 180px;
  }
}
@media screen and (max-width: 810px) {
  .p-businessImage {
    height: 140px;
  }
}
@media screen and (max-width: 650px) {
  .p-businessImage {
    height: 28vw;
  }
}
.p-businessDesc {
  margin-top: 25px;
}
@media screen and (max-width: 810px) {
  .p-businessDesc {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-businessDesc {
    margin-top: 15px;
  }
}
.p-businessDesc .title {
  font-size: 2.5rem;
  line-height: 1.2;
}
@media screen and (max-width: 1080px) {
  .p-businessDesc .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 810px) {
  .p-businessDesc .title {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 650px) {
  .p-businessDesc .title {
    font-size: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .p-businessDesc .title {
    font-size: 1.8rem;
  }
}
.p-businessDesc .text {
  margin-top: 15px;
}
.p-career {
  margin-top: 60px;
}
.p-careerContent {
  margin-top: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1080px) {
  .p-careerContent {
    margin-top: 80px;
  }
}
@media screen and (max-width: 810px) {
  .p-careerContent {
    margin-top: 60px;
    flex-direction: column;
  }
}
.p-careerThumb {
  position: relative;
  width: 385px;
  height: 400px;
  border: 1px solid #000;
  background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(207, 45%, 54%, 1)'/><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5'  stroke-width='1' stroke='none' fill='hsla(207, 45%, 64%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
}
@media screen and (max-width: 810px) {
  .p-careerThumb {
    width: 380px;
    height: 380px;
  }
}
@media screen and (max-width: 500px) {
  .p-careerThumb {
    width: 80vw;
    height: 70vw;
  }
}
.p-careerThumb .tag {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  gap: 0 10px;
  padding: 10px 15px;
  background-color: #000;
}
.p-careerThumb .name {
  font-size: 3rem;
  line-height: 1;
}
.p-careerThumb .bubble {
  position: absolute;
  top: -35px;
  right: -50px;
  width: 210px;
  height: 170px;
  z-index: 0;
}
@media screen and (max-width: 500px) {
  .p-careerThumb .bubble {
    top: -36px;
    right: -32px;
    width: 180px;
    height: 160px;
  }
}
.p-careerThumb .bubble:before {
  content: "";
  position: absolute;
  background-image: url("../../../../assets/images/works/bubble.png");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.p-careerThumb .bubble .bubbleText {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-feature-settings: "palt";
  line-height: 1.4;
}
.p-careerImage {
  position: absolute;
  left: -3%;
  bottom: 0;
  width: 80%;
}
@media screen and (max-width: 500px) {
  .p-careerImage {
    left: 4%;
    bottom: 0;
    width: 65%;
  }
}
.p-careerList {
  max-width: 560px;
  width: 100%;
}
@media screen and (max-width: 810px) {
  .p-careerList {
    margin-top: 30px;
    max-width: 100%;
  }
}
.p-career__item {
  display: flex;
  align-items: center;
}
.p-career__item:nth-child(1) {
  position: relative;
}
.p-career__item:nth-child(1) .year:before {
  background-image: url("../../../../assets/images/works/circle_bg01.svg");
}
.p-career__item:nth-child(2) .year:before {
  background-image: url("../../../../assets/images/works/circle_bg02.svg");
}
.p-career__item:nth-child(3) .year:before {
  background-image: url("../../../../assets/images/works/circle_bg03.svg");
}
.p-career__item:nth-child(n + 2) {
  margin-top: 40px;
}
@media screen and (max-width: 810px) {
  .p-career__item:nth-child(n + 2) {
    margin-top: 30px;
  }
}
.p-career__item:nth-child(n + 2) .year:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80%;
  width: 1px;
  height: 100%;
  background-color: #000;
  z-index: -2;
}
.p-career__item .year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: -60px;
  width: 110px;
  height: 110px;
}
.p-career__item .year:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}
.p-career__item .text {
  padding: 15px 15px 15px 80px;
  font-size: 2rem;
  font-feature-settings: "palt";
  background-color: #fff;
  border: 1px solid #000;
  z-index: -2;
}

.p-pageMv__title:not(:has(.jobTitle)) {
  width: 100%;
}
