@media screen and (min-width: 768px) {
  .p-about-heading {
    z-index: 2;
    padding-bottom: 27px;
  }
  .p-about-bg {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-bottom: -100vh;
    overflow: hidden;
    z-index: 1;
    pointer-events: none;
  }
  .p-about-bg.is-hidden {
    visibility: hidden;
  }
  .p-about-bg__image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    z-index: 1;
    width: 130vw;
    height: 73.125vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 640/360) {
  .p-about-bg__image {
    width: 248.78vh;
    height: 140vh;
  }
}
@media screen and (min-width: 768px) {
  .p-about-bg__image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-bg__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-about-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-about-bg__video.is-playing {
    opacity: 1;
  }
  .p-about-bg__video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 130vw;
    height: 73.125vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (min-width: 768px) and (max-aspect-ratio: 640/360) {
  .p-about-bg__video-player {
    width: 248.78vh;
    height: 140vh;
  }
}
@media screen and (min-width: 768px) {
  .p-about-mission {
    position: relative;
    background: none;
    min-height: 800px;
    height: 100vh;
    z-index: 2;
  }
  .p-about-mission__philosophy {
    position: absolute;
    left: 0;
    width: 100%;
    top: 36px;
  }
  .p-about-mission__philosophy-title {
    width: 93.75%;
    margin: 0 auto;
    color: #AAA;
    font-family: var(--font-serif);
    font-size: 22px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.5;
    letter-spacing: 0.02em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-about-mission__content {
    position: absolute;
    left: 50%;
    top: 45.5%;
    width: 93.75%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .p-about-mission__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-about-mission__title {
    margin-top: 16px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 55px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.3636363636;
    letter-spacing: -0.0118181818em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-about-mission__border {
    position: absolute;
    left: 50%;
    bottom: 33px;
    height: 250px;
    border-left: 1px solid #ccc;
    z-index: 2;
  }
  .p-about-vision {
    position: relative;
    background: none;
    padding: 52px 0 154px;
    z-index: 3;
  }
  .p-about-vision__content {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    width: 93.75%;
  }
  .p-about-vision__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-vision__title {
    margin-top: 10px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 30px;
    line-height: 1.6333333333;
    letter-spacing: 0.0333333333em;
  }
  .p-about-vision__border {
    position: absolute;
    left: 50%;
    bottom: -156px;
    height: 250px;
    border-left: 1px solid #ccc;
    z-index: 2;
  }
  .p-about-value {
    position: relative;
    z-index: 2;
    padding: 231px 0 176px;
    min-height: max(100vh, 800px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p-about-value__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-about-value__bg picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-value__bg img {
    width: 100%;
    height: 100%;
  }
  .p-about-value__content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
  }
  .p-about-value__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-value__title {
    margin-top: 15px;
    text-align: center;
    font-family: var(--font-en-serif);
    font-size: 48px;
    line-height: 1.3333333333;
    letter-spacing: -0.02em;
  }
  .p-about-value__text {
    margin-top: 46px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: 23px;
    line-height: 1.4782608696;
    letter-spacing: 0.0634782609em;
  }
  .p-about-value__text p:nth-child(2) {
    margin-top: 35px;
  }
  .p-about-value__text p:nth-child(3) {
    margin-top: 14px;
  }
  .p-about-essence {
    position: relative;
    margin-top: -1px;
    z-index: 2;
    padding: 113px 0 123px;
  }
  .p-about-essence__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p-about-essence__heading {
    position: sticky;
    top: 100px;
    width: 40.5%;
  }
  .p-about-essence__heading-title {
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0.03em;
  }
  .p-about-essence__heading-text {
    margin-top: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.0714285714em;
  }
  .p-about-essence__images {
    position: relative;
    margin-top: 40px;
  }
  .p-about-essence__image {
    width: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
  }
  .p-about-essence__image.is-active {
    opacity: 1;
  }
  .p-about-essence__image:not(:first-child) {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .p-about-essence__content {
    margin-left: 10.4%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-about-essence__list {
    margin-top: 26px;
  }
  .p-about-essence__item {
    position: relative;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 51px;
    padding-bottom: 44px;
  }
  .p-about-essence__item:last-child {
    border-bottom: 1px solid #ddd;
  }
  .p-about-essence__item-box {
    height: auto !important;
    margin-top: 25px;
  }
  .p-about-essence__item-count {
    font-family: var(--font-en-serif);
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-essence__item-title {
    margin-top: 13px;
    font-size: 30px;
    line-height: 1.3214285714;
    letter-spacing: 0.0540540541em;
    font-family: var(--font-serif);
    cursor: default;
  }
  .p-about-essence__item-title:hover {
    opacity: inherit;
  }
  .p-about-essence__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8571428571;
    letter-spacing: 0.0714285714em;
  }
  .p-about-company {
    position: relative;
    z-index: 2;
    padding: 107px 0;
    margin-top: -1px;
  }
  .p-about-company__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .p-about-company__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0%;
            flex: 1 1 0%;
  }
  .p-about-company__image {
    width: 49%;
    margin-left: 40px;
  }
  .p-about-company__title {
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0.06125em;
  }
  .p-about-company__info {
    margin-top: 65px;
    font-size: 14px;
    line-height: 2.0714285714;
    letter-spacing: 0.0357142857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about-company__info a {
    text-decoration: underline;
  }
  .p-about-company__info a:hover {
    text-decoration: none;
  }
  .p-about-company__info dt {
    width: 100px;
    font-weight: var(--font-weight-ja-bold);
  }
  .p-about-company__info dd {
    width: calc(100% - 100px);
  }
  .p-about-company__buttons {
    margin-top: 40px;
    margin-bottom: -10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about-company__button {
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-about-heading {
    z-index: 2;
    padding-bottom: 30px;
  }
  .p-about-bg {
    position: sticky;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    margin-bottom: -100vh;
    overflow: hidden;
    z-index: -1;
    pointer-events: none;
  }
  .p-about-bg__image {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110vw;
    height: 61.875vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 640/360) {
  .p-about-bg__image {
    width: 239.895vh;
    height: 135vh;
  }
}
@media screen and (max-width: 767px) {
  .p-about-bg__image picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-bg__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .p-about-bg__video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
  }
  .p-about-bg__video.is-playing {
    opacity: 1;
  }
  .p-about-bg__video-player {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 110vw;
    height: 61.875vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 767px) and (max-aspect-ratio: 640/360) {
  .p-about-bg__video-player {
    width: 248.78vh;
    height: 140vh;
  }
}
@media screen and (max-width: 767px) {
  .p-about-mission {
    position: relative;
    background: none;
    height: calc(100vh - 55px);
    z-index: 2;
  }
  .p-about-mission__philosophy {
    position: absolute;
    left: 0;
    width: 100%;
    top: 15px;
  }
  .p-about-mission__philosophy-title {
    width: 89.3333%;
    margin: 0 auto;
    color: #AAA;
    font-family: var(--font-serif);
    font-size: 16px;
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.5;
    letter-spacing: 0.02em;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .p-about-mission__content {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 89.3333%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .p-about-mission__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-about-mission__title {
    margin-top: 9px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: min(9.33vw, 35px);
    font-weight: var(--font-weight-ja-bold);
    line-height: 1.2857142857;
    letter-spacing: 0.0014285714em;
    -webkit-transition-delay: 0.4s;
            transition-delay: 0.4s;
  }
  .p-about-mission__border {
    position: absolute;
    left: 50%;
    bottom: 10px;
    height: 200px;
    border-left: 1px solid #ccc;
    z-index: 2;
  }
  .p-about-vision {
    position: relative;
    background: none;
    padding: 45px 0 200px;
    z-index: 3;
  }
  .p-about-vision__content {
    margin: 0 auto;
    color: #fff;
    text-align: center;
    width: 94.666%;
  }
  .p-about-vision__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-vision__title {
    margin-top: 12px;
    text-align: center;
    font-family: var(--font-serif);
    font-size: min(4.533vw, 17px);
    line-height: 1.4705882353;
    letter-spacing: 0.0294117647em;
  }
  .p-about-vision__border {
    position: absolute;
    left: 50%;
    bottom: -40px;
    height: 200px;
    border-left: 1px solid #ccc;
    z-index: 2;
  }
  .p-about-value {
    position: relative;
    padding: 97px 0 171px;
    z-index: 2;
  }
  .p-about-value__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  .p-about-value__bg picture {
    display: block;
    width: 100%;
    height: 100%;
  }
  .p-about-value__bg img {
    width: 100%;
    height: 100%;
  }
  .p-about-value__content {
    position: relative;
    color: #fff;
    text-align: center;
    z-index: 2;
  }
  .p-about-value__subtitle {
    font-family: var(--font-en-serif);
    font-weight: 300;
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-value__title {
    margin-top: 25px;
    text-align: center;
    font-family: var(--font-en-serif);
    font-size: 32px;
    line-height: 1.03125;
    letter-spacing: -0.02em;
  }
  .p-about-value__text {
    margin-top: 20px;
    text-align: center;
    font-size: 13px;
    font-family: var(--font-serif);
    line-height: 1.7692307692;
    letter-spacing: 0.0353846154em;
  }
  .p-about-value__text p + p {
    margin-top: 10px;
  }
  .p-about-essence {
    position: relative;
    margin-top: -1px;
    z-index: 2;
    padding: 99px 0 102px;
  }
  .p-about-essence__heading-title {
    font-family: var(--font-serif);
    font-weight: var(--font-weight-ja-bold);
    font-size: 28px;
    line-height: 1.1785714286;
    letter-spacing: 0.0416666667em;
  }
  .p-about-essence__heading-text {
    margin-top: 33px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6428571429;
    letter-spacing: 0.0714285714em;
  }
  .p-about-essence__content {
    margin-top: 38px;
  }
  .p-about-essence__item {
    position: relative;
    width: 100%;
    border-top: 1px solid #999;
    padding-bottom: 24px;
    padding-top: 13px;
  }
  .p-about-essence__item:last-child {
    border-bottom: 1px solid #999;
  }
  .p-about-essence__item-image {
    margin-top: 17px;
  }
  .p-about-essence__item-content {
    margin-top: 25px;
  }
  .p-about-essence__item-more {
    color: #666;
    font-size: 12px;
    letter-spacing: 0.08em;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    -webkit-transition: opacity 0.3s, height 0.3s;
    transition: opacity 0.3s, height 0.3s;
    background: #fff;
  }
  .p-about-essence__item-more::before, .p-about-essence__item-more::after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #666;
    position: absolute;
    left: 0;
    top: 13px;
  }
  .p-about-essence__item-more::after {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-about-essence__item-more.is-opening {
    opacity: 0;
    pointer-events: none;
    height: 0;
  }
  .p-about-essence__item-count {
    font-family: var(--font-en-serif);
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.08em;
  }
  .p-about-essence__item-title {
    margin-top: 7px;
    font-size: 22px;
    font-family: var(--font-serif);
    line-height: 1.6818181818;
    letter-spacing: 0.0540540541em;
  }
  .p-about-essence__item-text {
    padding: 5px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 2;
    letter-spacing: 0.0714285714em;
  }
  .p-about-company {
    position: relative;
    z-index: 2;
    padding: 0 0 100px;
    margin-top: -1px;
  }
  .p-about-company__content {
    margin-top: 55px;
  }
  .p-about-company__image {
    margin: 0 -5.97%;
  }
  .p-about-company__title {
    font-family: var(--font-serif);
    font-size: 28px;
    line-height: 1;
    letter-spacing: 0.0657142857em;
  }
  .p-about-company__info {
    margin-top: 38px;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.0357142857em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .p-about-company__info a {
    text-decoration: underline;
  }
  .p-about-company__info a:hover {
    text-decoration: none;
  }
  .p-about-company__info dt, .p-about-company__info dd {
    margin-bottom: 9px;
  }
  .p-about-company__info dt {
    width: 100px;
    font-weight: var(--font-weight-ja-bold);
  }
  .p-about-company__info dd {
    width: calc(100% - 100px);
  }
  .p-about-company__buttons {
    margin-top: 8px;
  }
  .p-about-company__button:not(:first-child) {
    margin-top: 10px;
  }
  .p-about-company__button .c-button {
    width: 100%;
  }
}

html[lang=en] .p-about-mission__philosophy-title {
  font-weight: normal;
  letter-spacing: 0;
}
html[lang=en] .p-about-mission__subtitle {
  font-family: var(--font-en-base);
}
html[lang=en] .p-about-mission__title {
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.15;
}
html[lang=en] .p-about-vision__subtitle {
  font-family: var(--font-en-base);
}
html[lang=en] .p-about-vision__title {
  font-weight: normal;
  letter-spacing: 0;
}
html[lang=en] .p-about-value__subtitle {
  font-family: var(--font-en-base);
}
html[lang=en] .p-about-value__text {
  font-weight: normal;
  letter-spacing: 0;
}
html[lang=en] .p-about-essence__heading-title {
  font-weight: normal;
  letter-spacing: 0;
}
html[lang=en] .p-about-essence__heading-text {
  letter-spacing: 0;
}
html[lang=en] .p-about-essence__item-title {
  letter-spacing: 0;
}
html[lang=en] .p-about-essence__item-text {
  letter-spacing: 0;
}
html[lang=en] .p-about-company__title {
  font-weight: normal;
  letter-spacing: 0.06em;
}
html[lang=en] .p-about-company__info {
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  html[lang=en] .p-about-heading {
    padding-bottom: 22px;
  }
  html[lang=en] .p-about-mission__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-about-mission__title {
    margin-top: 40px;
    font-size: 60px;
  }
  html[lang=en] .p-about-mission__philosophy {
    top: 57px;
  }
  html[lang=en] .p-about-vision__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-about-vision__title {
    margin: 36px auto 0;
    font-size: 36px;
    line-height: 1.2;
    width: 65%;
  }
  html[lang=en] .p-about-value__subtitle {
    font-size: 14px;
  }
  html[lang=en] .p-about-value__title {
    margin-top: 40px;
  }
  html[lang=en] .p-about-value__text {
    margin-top: 55px;
  }
  html[lang=en] .p-about-essence__heading-title {
    font-size: 40px;
    line-height: 1.1;
  }
  html[lang=en] .p-about-essence__heading-title br.u-only-sp {
    display: none;
  }
  html[lang=en] .p-about-essence__heading-text {
    margin-top: 0;
    font-size: 15px;
    line-height: 1.9;
  }
  html[lang=en] .p-about-essence__item {
    padding-top: 47px;
    padding-bottom: 38px;
  }
  html[lang=en] .p-about-essence__item-box {
    margin-top: 10px;
  }
  html[lang=en] .p-about-essence__item-title {
    margin-top: 14px;
    font-size: 30px;
    line-height: 1.3;
  }
  html[lang=en] .p-about-essence__item-text {
    margin-top: 15px;
    line-height: 1.9;
  }
  html[lang=en] .p-about-company__image {
    width: 45.6%;
    margin-left: 40px;
  }
  html[lang=en] .p-about-company__title {
    font-size: 36px;
  }
  html[lang=en] .p-about-company__info {
    margin-top: 35px;
    line-height: 2.2;
  }
  html[lang=en] .p-about-company__info dt {
    width: 210px;
  }
  html[lang=en] .p-about-company__info dd {
    width: calc(100% - 210px);
  }
}
@media screen and (max-width: 767px) {
  html[lang=en] .p-about-heading {
    padding-bottom: 13px;
  }
  html[lang=en] .p-about-mission__philosophy {
    top: 40px;
  }
  html[lang=en] .p-about-mission__subtitle {
    font-size: 13px;
  }
  html[lang=en] .p-about-mission__title {
    margin-top: 35px;
  }
  html[lang=en] .p-about-vision__subtitle {
    font-size: 13px;
  }
  html[lang=en] .p-about-vision__title {
    margin-top: 33px;
    line-height: 1.3;
    font-size: 20px;
  }
  html[lang=en] .p-about-vision__title br {
    display: none;
  }
  html[lang=en] .p-about-value__subtitle {
    font-size: 13px;
  }
  html[lang=en] .p-about-value__title {
    margin-top: 35px;
  }
  html[lang=en] .p-about-value__text {
    margin-top: 27px;
    line-height: 1.3;
    font-size: 18px;
  }
  html[lang=en] .p-about-essence {
    padding-top: 84px;
  }
  html[lang=en] .p-about-essence__heading-text {
    margin-top: 14px;
    font-size: 15px;
    line-height: 1.8;
  }
  html[lang=en] .p-about-essence__item {
    padding-bottom: 33px;
    padding-top: 23px;
  }
  html[lang=en] .p-about-essence__item-count {
    font-size: 24px;
  }
  html[lang=en] .p-about-essence__item-title {
    margin-top: 12px;
    font-size: 24px;
    line-height: 1.3;
  }
  html[lang=en] .p-about-essence__item-text {
    line-height: 1.8;
  }
  html[lang=en] .p-about-essence__item-more {
    margin-top: 13px;
  }
  html[lang=en] .p-about-company__content {
    margin-top: 45px;
  }
  html[lang=en] .p-about-company__info {
    margin-top: 25px;
    font-size: 12px;
    line-height: 1.7;
  }
  html[lang=en] .p-about-company__info dt {
    width: 130px;
  }
  html[lang=en] .p-about-company__info dd {
    width: calc(100% - 130px);
  }
  html[lang=en] .p-about-company__buttons {
    margin-top: 20px;
  }
}