.p-about-info {
  position: relative;
  padding: 170px 0 190px;
}
@media screen and (max-width: 768px) {
  .p-about-info {
    padding: 0 0 120px;
  }
}
.p-about-info__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  max-width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .p-about-info__content {
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-info__content {
    position: relative;
    display: block;
    max-width: 450px;
    padding: 0 15px;
  }
}
.p-about-info__head {
  padding-right: 55px;
}
@media screen and (max-width: 768px) {
  .p-about-info__head {
    padding-right: 0;
  }
}
.p-about-info__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
  letter-spacing: 0.05em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 768px) {
  .p-about-info__title {
    position: absolute;
    top: -70px;
    right: 15px;
    font-size: 22px;
    line-height: 1.4;
  }
}
.p-about-info__title-text1 {
  display: block;
}
.p-about-info__title-text1 small {
  font-size: 20px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .p-about-info__title-text1 small {
    font-size: 12px;
  }
}
.p-about-info__title-text2 {
  position: relative;
  display: block;
  margin-top: 210px;
}
@media screen and (max-width: 768px) {
  .p-about-info__title-text2 {
    margin-top: 150px;
  }
}
.p-about-info__title-text2::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 20px);
  left: calc(50% - 1px);
  width: 1px;
  height: 75px;
  background: currentColor;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
@media screen and (max-width: 768px) {
  .p-about-info__title-text2::before {
    bottom: calc(100% + 15px);
    height: 46px;
  }
}
.p-about-info__title-text2.is-show::before {
  opacity: 1;
}
.p-about-info__title-item {
  display: inline-block;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  -webkit-transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, -webkit-filter 1s ease;
  transition: opacity 1s ease, filter 1s ease;
  transition: opacity 1s ease, filter 1s ease, -webkit-filter 1s ease;
  will-change: opacity, filter;
}
.p-about-info__title-item.is-show {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}
.p-about-info__body {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-info__body {
    padding-top: 60px;
  }
}
.p-about-info__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-bottom: 88px;
}
@media screen and (max-width: 768px) {
  .p-about-info__subtitle {
    font-size: 18px;
    margin-bottom: 60px;
  }
}
.p-about-info__text {
  font-size: 16px;
  line-height: 2.6;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-info__text {
    font-size: 14px;
  }
}
.p-about-info__logo {
  text-align: right;
  margin-top: 100px;
}

.p-about-fragrance__head {
  position: relative;
  height: 570px;
  background: url(../img/about/bg_fragrance01.webp) no-repeat center/cover;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__head {
    height: 488px;
    background-image: url(../img/about/bg_fragrance01_sp.webp);
    margin-left: 30px;
  }
}
.p-about-fragrance__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Lato", sans-serif;
  font-size: 34px;
  letter-spacing: 0.2em;
  line-height: 1.6;
  white-space: nowrap;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__title {
    top: 298px;
    left: 15px;
    -webkit-transform: none;
            transform: none;
    font-size: 22px;
    text-align: left;
  }
}
.p-about-fragrance__body {
  padding: 150px 15px 0;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__body {
    padding: 62px 30px 0;
  }
}
.p-about-fragrance__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__subtitle {
    font-size: 19px;
    text-align: left;
    margin-bottom: 40px;
  }
}
.p-about-fragrance__subtitle strong {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__subtitle strong {
    font-size: 30px;
  }
}
.p-about-fragrance__text {
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__text {
    text-align: left;
    margin-bottom: 56px;
  }
}
.p-about-fragrance__sub {
  position: relative;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__sub {
    max-width: 400px;
    padding-bottom: 120px;
    margin: 0 auto;
  }
}
.p-about-fragrance__sub-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__sub-title {
    max-width: 252px;
    margin: 0 auto 25px;
  }
}
.p-about-fragrance__sub-text {
  text-align: center;
}
.p-about-fragrance__sub-image1 {
  position: absolute;
  top: 0;
  left: -50px;
  z-index: -1;
  opacity: 0.45;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__sub-image1 {
    top: -20px;
    left: -88px;
    width: 184px;
  }
}
.p-about-fragrance__sub-image2 {
  position: absolute;
  bottom: -70px;
  right: 0;
  z-index: -1;
  opacity: 0.45;
}
@media screen and (max-width: 768px) {
  .p-about-fragrance__sub-image2 {
    bottom: -15px;
    right: -74px;
    width: 184px;
  }
}

.p-about-concept-artist {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(126, 136, 183, 0.6)), to(rgb(126, 136, 183)));
  background: linear-gradient(to bottom, rgba(126, 136, 183, 0.6) 0%, rgb(126, 136, 183) 100%);
  padding: 160px 0 180px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist {
    padding: 60px 0 120px;
  }
}
.p-about-concept-artist__head {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 36px;
  }
}
.p-about-concept-artist__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
  margin-bottom: 27px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__title {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.p-about-concept-artist__title strong {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__title strong {
    font-size: 30px;
  }
}
.p-about-concept-artist__en {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__en {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
.p-about-concept-artist__list {
  margin-bottom: 140px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__list {
    margin-bottom: 66px;
  }
}
.p-about-concept-artist__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 65px;
  padding-left: 140px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .p-about-concept-artist__item {
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__item {
    gap: 0 12px;
    margin-bottom: 26px;
  }
}
.p-about-concept-artist__item:not(:last-child) .p-about-concept-artist__image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  width: 1px;
  height: 100%;
  background: #fff;
}
.p-about-concept-artist__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27%;
          flex: 0 0 27%;
  position: relative;
  z-index: 1;
  max-width: 231px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32%;
            flex: 0 0 32%;
    max-width: 180px;
  }
}
.p-about-concept-artist__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-about-concept-artist__subtitle {
  font-family: "Shippori Mincho", serif;
  font-size: 21px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__subtitle {
    font-size: 12px;
    margin-bottom: 14px;
  }
}
.p-about-concept-artist__subtitle-name {
  font-size: 33px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__subtitle-name {
    font-size: 18px;
  }
}
.p-about-concept-artist__description {
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__description {
    font-size: 12px;
    line-height: 1.5;
  }
}
.p-about-concept-artist__btn {
  text-align: center;
}
.p-about-concept-artist__btn-link {
  position: relative;
  display: inline-block;
  font-size: 21px;
  letter-spacing: 0.1em;
  color: #fff;
  padding: 0 63px 16px 13px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__btn-link {
    font-size: 14px;
    padding: 0 35px 10px 7px;
  }
}
.p-about-concept-artist__btn-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 343px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__btn-link::after {
    width: 225px;
  }
}
.p-about-concept-artist__btn-link:hover .p-about-concept-artist__btn-arrow {
  background-color: #fff;
}
.p-about-concept-artist__btn-link:hover .p-about-concept-artist__btn-arrow::after {
  background-image: url(../img/common/icon_chevron_r01.svg);
}
.p-about-concept-artist__btn-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  border: 1px solid #fff;
  border-radius: 50%;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__btn-arrow {
    width: 27px;
    height: 27px;
  }
}
.p-about-concept-artist__btn-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background: url(../img/common/icon_chevron_r02.svg) no-repeat center/contain;
  -webkit-transition: background-image 0.3s;
  transition: background-image 0.3s;
}
@media screen and (max-width: 768px) {
  .p-about-concept-artist__btn-arrow::after {
    right: 8px;
    width: 8px;
    height: 10px;
  }
}
.p-about-concept-keyword {
  position: relative;
  padding: 150px 0 120px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword {
    padding: 90px 0 63px;
  }
}
.p-about-concept-keyword::before {
  content: "";
  position: absolute;
  top: -63px;
  left: 50%;
  width: 1px;
  height: 180px;
  background: #535353;
  -webkit-animation: line 2.5s infinite;
          animation: line 2.5s infinite;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword::before {
    top: -44px;
    height: 108px;
  }
}
.p-about-concept-keyword__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-about-concept-keyword__title strong {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__title strong {
    font-size: 30px;
  }
}
.p-about-concept-keyword__catch {
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__catch {
    font-size: 13px;
    line-height: 1.7;
    margin-bottom: 26px;
  }
}
.p-about-concept-keyword__list {
  max-width: 685px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__list {
    max-width: 400px;
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.p-about-concept-keyword__item, .p-about-concept-keyword__item--right, .p-about-concept-keyword__item--left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__item, .p-about-concept-keyword__item--right, .p-about-concept-keyword__item--left {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__item--left .p-about-concept-keyword__image {
    left: -40px;
  }
}
.p-about-concept-keyword__item--left .p-about-concept-keyword__subtitle {
  text-align: right;
}
.p-about-concept-keyword__item--left .p-about-concept-keyword__subtitle::after {
  right: 0;
  width: 500px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__item--left .p-about-concept-keyword__subtitle::after {
    width: 245px;
    background-image: url(../img/about/img_line01_sp.svg);
  }
}
.p-about-concept-keyword__item--left .p-about-concept-keyword__description {
  text-align: right;
}
.p-about-concept-keyword__item--right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__item--right .p-about-concept-keyword__image {
    right: -40px;
  }
}
.p-about-concept-keyword__item--right .p-about-concept-keyword__subtitle::after {
  left: 0;
  width: 475px;
  background-image: url(../img/about/img_line02.svg);
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__item--right .p-about-concept-keyword__subtitle::after {
    width: 245px;
    background-image: url(../img/about/img_line01_sp.svg);
  }
}
.p-about-concept-keyword__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 234px;
          flex: 0 0 234px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__image {
    position: absolute;
    top: 0;
    width: 160px;
  }
}
.p-about-concept-keyword__text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__text {
    padding: 42px 0 52px;
  }
}
.p-about-concept-keyword__subtitle {
  position: relative;
  margin-bottom: 41px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle {
    margin-bottom: 27px;
  }
}
.p-about-concept-keyword__subtitle::after {
  content: "";
  position: absolute;
  bottom: -25px;
  height: 1px;
  background: url(../img/about/img_line01.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle::after {
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle-image1 {
    width: 81px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle-image2 {
    width: 142px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle-image3 {
    width: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle-image4 {
    width: 101px;
  }
}
.p-about-concept-keyword__subtitle-text, .p-about-concept-keyword__subtitle-text--pad {
  display: inline-block;
  font-size: 19px;
  letter-spacing: 0.025em;
  color: #7E88B7;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__subtitle-text, .p-about-concept-keyword__subtitle-text--pad {
    font-size: 12px;
    margin-left: 16px;
  }
}
.p-about-concept-keyword__subtitle-text--pad {
  padding-bottom: 5px;
}
.p-about-concept-keyword__description {
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__description {
    font-size: 12px;
  }
}
.p-about-concept-keyword__arrow {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-concept-keyword__arrow img {
    width: 18px;
  }
}
.p-about-concept-world__content {
  position: relative;
  height: 570px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__content {
    height: auto;
    padding: 54px 30px 120px;
  }
}
.p-about-concept-world__image {
  position: absolute;
  top: 0;
  left: 420px;
  z-index: -1;
  width: 100vw;
  max-width: 1139px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__image {
    position: static;
    width: 100%;
    height: 230px;
    margin-bottom: 44px;
  }
}
.p-about-concept-world__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-about-concept-world__text {
  padding-top: 55px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__text {
    padding-top: 0;
  }
}
.p-about-concept-world__head {
  position: relative;
  font-family: "Lato", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  color: #7E88B7;
  padding-left: 22px;
  margin-bottom: 95px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__head {
    position: absolute;
    top: 0;
    left: 30px;
    font-size: 22px;
    color: #535353;
    padding-left: 0;
    margin-bottom: 0;
  }
}
.p-about-concept-world__head::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 9px;
  height: 9px;
  background: currentColor;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__head::before {
    display: none;
  }
}
.p-about-concept-world__title {
  position: relative;
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-bottom: 48px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__title {
    font-size: 18px;
    line-height: 1.72;
    padding-bottom: 21px;
    margin-bottom: 24px;
  }
}
.p-about-concept-world__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 121px;
  height: 1px;
  background: #535353;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__title::after {
    width: 60px;
  }
}
.p-about-concept-world__description {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-concept-world__description {
    font-size: 12px;
    line-height: 1.83;
  }
}

.p-about-development {
  position: relative;
  padding: 240px 0;
}
@media screen and (max-width: 768px) {
  .p-about-development {
    height: 700px;
    padding: 60px 0;
  }
}
.p-about-development__head {
  margin-bottom: 53px;
}
@media screen and (max-width: 768px) {
  .p-about-development__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.p-about-development__title {
  font-family: "Shippori Mincho", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .p-about-development__title {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
  }
}
.p-about-development__title strong {
  font-size: 40px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about-development__title strong {
    font-size: 30px;
  }
}
.p-about-development__en {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-development__en {
    font-size: 12px;
    color: #fff;
    margin-bottom: 30px;
  }
}
.p-about-development__image {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-development__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p-about-development__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.p-about-science {
  background: url(../img/about/bg_science01.webp) no-repeat center/cover;
  padding: 160px 0 200px;
}
@media screen and (max-width: 768px) {
  .p-about-science {
    background-image: url(../img/about/bg_science01_sp.webp);
    padding: 60px 0 95px;
  }
}
.p-about-science__head {
  margin-bottom: 130px;
}
@media screen and (max-width: 768px) {
  .p-about-science__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 70px;
  }
}
.p-about-science__title {
  font-family: "Shippori Mincho", serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.67;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .p-about-science__title {
    font-size: 14px;
    margin-bottom: 0;
  }
}
.p-about-science__title strong {
  font-size: 30px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .p-about-science__title strong {
    display: inline-block;
    font-size: 18px;
    margin-top: 12px;
  }
}
.p-about-science__title-step {
  font-family: "Lato", sans-serif;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.1em;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .p-about-science__title-step {
    font-size: 14px;
  }
}
.p-about-science__en {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-about-science__en {
    font-size: 12px;
    margin-bottom: 30px;
  }
}
.p-about-science__graph {
  position: relative;
  max-width: 380px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph {
    max-width: 200px;
    margin-bottom: 70px;
  }
}
.p-about-science__graph-image {
  position: relative;
}
.p-about-science__graph-image-chart01, .p-about-science__graph-image-chart02 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  z-index: 3;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform ease 1s;
  transition: -webkit-transform ease 1s;
  transition: transform ease 1s;
  transition: transform ease 1s, -webkit-transform ease 1s;
}
.p-about-science__graph-image-chart01.start, .start.p-about-science__graph-image-chart02 {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
.p-about-science__graph-image-chart02 {
  z-index: 2;
  -webkit-transition: -webkit-transform ease 1s 0.3s;
  transition: -webkit-transform ease 1s 0.3s;
  transition: transform ease 1s 0.3s;
  transition: transform ease 1s 0.3s, -webkit-transform ease 1s 0.3s;
}
.p-about-science__graph-text, .p-about-science__graph-text5, .p-about-science__graph-text4, .p-about-science__graph-text3, .p-about-science__graph-text2, .p-about-science__graph-text1 {
  position: absolute;
  font-family: "Shippori Mincho", serif;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text, .p-about-science__graph-text5, .p-about-science__graph-text4, .p-about-science__graph-text3, .p-about-science__graph-text2, .p-about-science__graph-text1 {
    font-size: 14px;
    letter-spacing: 0.05em;
  }
}
.p-about-science__graph-text1 {
  top: -48px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text1 {
    top: -27px;
  }
}
.p-about-science__graph-text2 {
  top: 98px;
  left: -84px;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text2 {
    top: 48px;
    left: -44px;
  }
}
.p-about-science__graph-text3 {
  top: 98px;
  right: -146px;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text3 {
    top: 48px;
    right: -78px;
  }
}
.p-about-science__graph-text4 {
  bottom: -45px;
  left: -33px;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text4 {
    bottom: -20px;
    left: -15px;
  }
}
.p-about-science__graph-text5 {
  bottom: -45px;
  right: -10px;
}
@media screen and (max-width: 768px) {
  .p-about-science__graph-text5 {
    bottom: -20px;
  }
}
.p-about-science__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 20px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  .p-about-science__list {
    gap: 0 10px;
    margin-bottom: 20px;
  }
}
.p-about-science__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 15px;
}
@media screen and (max-width: 768px) {
  .p-about-science__item {
    gap: 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-about-science__item-image {
    width: 62px;
  }
}
.p-about-science__item-text {
  position: relative;
  font-size: 17px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .p-about-science__item-text {
    font-size: 13px;
  }
}
.p-about-science__item-text::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -40px;
  width: 30px;
  height: 1px;
  background: #BEBEBE;
}
@media screen and (max-width: 768px) {
  .p-about-science__item-text::before {
    left: -26px;
    width: 20px;
  }
}
.p-about-science__note {
  text-align: center;
}
.p-about-science__note small {
  font-size: 16px;
  letter-spacing: 0.025em;
  color: #747474;
}
@media screen and (max-width: 768px) {
  .p-about-science__note small {
    font-size: 10px;
  }
}

.p-about-item {
  padding: 140px 0 80px;
}
@media screen and (max-width: 768px) {
  .p-about-item {
    padding: 60px 0 46px;
  }
}
.p-about-item__title {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .p-about-item__title {
    margin-bottom: 60px;
  }
}
.p-about-item__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-about-item__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 65px 0;
    padding: 0 15px;
  }
}
.p-about-item__bnr {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  max-width: 446px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-about-item__bnr {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.p-about-item__link {
  display: block;
  position: relative;
}
.p-about-item__link:hover .c-btn01::before {
  background-color: #7E88B7;
  border-color: #7E88B7;
}
.p-about-item__link:hover .c-btn01::after {
  background-image: url(../img/common/icon_chevron_r02.svg);
}
.p-about-item__btn {
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.6);
  padding: 17px 34px 17px 39px;
}
@media screen and (max-width: 768px) {
  .p-about-item__btn {
    padding: 9px 11px 9px 14px;
  }
}