/* body {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Noto Sans Japanese", "Meiryo UI", "メイリオ", Meiryo, "Hiragino Sans";
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3
} */

img {
    height: auto;
    max-width: 100%
}

/* a {
    color: inherit
}

a {
    text-decoration: none
}

ul {
    margin: initial;
    padding: initial
} */

.sp-only {
    display: none
}

a:hover{
    text-decoration: none;
}

/* *,
::after,
::before {
    box-sizing: border-box
} */

/* ::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
} */

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    -webkit-tap-highlight-color: transparent;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    cursor: default;
    line-height: 1.5;
    tab-size: 4;
    word-break: break-word
}

body {
    margin: 0
}

h1,
h2,
h3,
h4,
h5,
p {
    margin: 0
}

dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
    margin: 0;
    padding: 0
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin: 0;
    padding: 0
}

hr {
    height: 0;
    overflow: visible
}

main {
    display: block
}

nav ol,
nav ul {
    list-style: none;
    padding: 0
}

li {
    list-style: none
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle
}

audio,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

iframe {
    border-style: none
}

img {
    border-style: none
}

svg:not([fill]) {
    fill: currentColor
}

svg:not(:root) {
    overflow: hidden
}

table {
    border-collapse: collapse
}

button,
input,
select {
    margin: 0
}

button {
    overflow: visible;
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

fieldset {
    border: 1px solid #a0a0a0;
    padding: .35em .75em .625em
}

input {
    overflow: visible
}

legend {
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    display: inline-block;
    vertical-align: baseline
}

select {
    text-transform: none
}

textarea {
    margin: 0;
    overflow: auto;
    resize: vertical
}

[type=checkbox],
[type=radio] {
    padding: 0
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
    box-shadow: none
}

details {
    display: block
}

dialog {
    background-color: #fff;
    border: solid;
    color: #000;
    display: block;
    height: -moz-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: fit-content
}

dialog:not([open]) {
    display: none
}

summary {
    display: list-item
}

canvas {
    display: inline-block
}

template {
    display: none
}

[tabindex],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

[hidden] {
    display: none
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true],
[disabled] {
    cursor: not-allowed
}

[aria-hidden=false][hidden] {
    display: initial
}

[aria-hidden=false][hidden]:not(:focus) {
    clip: rect(0, 0, 0, 0);
    position: absolute
}

.l-inner {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    width: 1210px;
    position: relative;
}

.c-title {
    font-size: 32px
}

.c-title--s {
    color: #e70113;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.c-breadcrumb ul {
    align-items: center;
    display: flex;
    padding: 7px 0
}

.c-breadcrumb ul li {
    color: #676767;
    font-weight: 700
}

.c-breadcrumb ul li:not(:first-child) {
    color: #000;
    padding-left: 25px;
    position: relative
}

.c-breadcrumb ul li:not(:first-child)::before {
    content: ">";
    font-size: 16px;
    left: 7px;
    position: absolute;
    top: 45%;
    transform: translateY(-50%)
}

.c-breadcrumb ul li a {
    position: relative
}

.c-breadcrumb ul li a::after {
    background: red;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%
}

.c-breadcrumb ul li a:hover::after {
    transform: scale(1, 1)
}

.p-top {
    padding-bottom: 0px
}

.p-top .mv {
    font-family: Arial, Helvetica, sans-serif;
    position: relative
}

.p-top .mv .swiper {
    height: auto;
    position: relative
}

.p-top .mv .swiper .swiper-wrapper {
    height: auto;
    position: relative
}

.p-top .mv .swiper .swiper-slide {
    height: auto
}

.p-top .mv .swiper .swiper-slide img {
    height: 100%;
    width: 100%
}

.p-top .mv .swiper .control-buttons {
    border: none;
    bottom: 20px;
    display: flex;
    gap: 10px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%)
}

.p-top .mv .swiper .control-buttons button {
    border: none;
    cursor: pointer;
    transition: background-color .3s
}

.p-top .mv .swiper_pause {
    background-color: initial !important;
    border: none;
    border-radius: 50%;
    bottom: 1.4vw;
    content: "";
    height: 1.66vw;
    left: 44.3vw;
    position: absolute;
    transform: translateX(-50%);
    width: 1.66vw;
    z-index: 10
}

.p-top .mv .swiper_pause:hover::after {
    background-color: none;
    background-image: url(../../dam/page/assets/img/stop_btn02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.66vw;
    opacity: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    width: 1.66vw;
    z-index: 20
}

.p-top .mv .swiper_pause::after {
    background-color: none;
    background-image: url(../../dam/page/assets/img/stop_btn01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    content: "";
    height: 1.66vw;
    opacity: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    width: 1.66vw;
    z-index: 10
}

.p-top .mv .swiper_pause.paused:hover::after {
    background-color: none;
    background-image: url(../../dam/page/assets/img/play_btn02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.66vw;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    width: 1.66vw;
    z-index: 20
}

.p-top .mv .swiper_pause.paused::after {
    background-color: none;
    background-image: url(../../dam/page/assets/img/play_btn01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
    content: "";
    height: 1.66vw;
    left: 50%;
    opacity: 1;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease 0s;
    width: 1.66vw;
    z-index: 10
}

.p-top .mv .swiper-button-next,
.p-top .mv .swiper-button-prev {
    height: 2.66vw;
    transition: all .3s ease 0s;
    width: 2.66vw
}

.p-top .mv .swiper-button-next:hover,
.p-top .mv .swiper-button-prev:hover {
    opacity: .5
}

.p-top .mv .swiper-button-next::after,
.p-top .mv .swiper-button-prev::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 1.66vw;
    margin: auto;
    transition: all .3s ease 0s;
    width: 1.66vw
}

.p-top .mv .swiper-button-prev::after {
    background-image: url(../../dam/page/assets/img/c-arrow-red--left.png);
    left: 2vw;
    position: relative
}

.p-top .mv .swiper-button-next::after {
    background-image: url(../../dam/page/assets/img/c-arrow-red.png);
    position: relative;
    right: 2vw
}

.p-top .mv .swiper-pagination {
    align-items: center;
    bottom: 1.7vw;
    content: "";
    display: flex;
    justify-content: center;
    left: 2.4vw;
    left: 45vw;
    position: relative;
    position: absolute;
    width: 10%
}

.p-top .mv .swiper-pagination-bullet {
    background-color: #ddd;
    box-shadow: 0 .2vw .4vw rgba(0, 0, 0, .16);
    height: 1.1vw;
    margin: 0 .53vw !important;
    opacity: 1;
    width: 1.1vw
}

.p-top .mv .swiper-pagination-bullet-active {
    background-color: #e70113
}

.p-top .top-attention {
    margin-top: 100px
}

.p-top .top-attention .wrapper {
    border: 1px solid red;
    padding: 24px 12%
}

.p-top .top-attention .wrapper h2 {
    font-size: 24px;
    text-align: center
}

.p-top .top-attention .wrapper ul {
    margin-top: 25px;
    padding-left: 19px
}

.p-top .top-attention .wrapper ul li {
    position: relative
}

.p-top .top-attention .wrapper ul li:not(:first-child) {
    margin-top: 20px
}

.p-top .top-attention .wrapper ul li::before {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: -14px;
    position: absolute;
    top: 10px;
    transform: translateY(-50%);
    width: 7px
}

.p-top .top-attention .wrapper ul li a {
    color: #222;
    display: inline-block;
    position: relative
}

.p-top .top-attention .wrapper ul li a::after {
    background: red;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%
}

.p-top .top-attention .wrapper ul li a:hover::after {
    transform: scale(1, 1)
}

.p-top .news .l-inner {
    margin-top: 60px
}

.p-top .news h2 {
    text-align: center
}

.p-top .news ul {
    margin-top: 40px
}

.p-top .news ul li a {
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    display: flex;
    padding: 17px 0;
    position: relative
}

.p-top .news ul li a .n-info {
    align-items: center;
    display: flex;
    min-width: 256px
}

.p-top .news ul li a .n-info .date {
    font-size: 18px;
    letter-spacing: 0;
    margin-right: 20px;
    min-width: 140px
}

.p-top .news ul li a .n-info .genre {
    background-color: #1f2c5c;
    color: #fff;
    font-size: 12px;
    min-width: 100px;
    padding: 5px 3px 3px;
    text-align: center
}

.p-top .news ul li a .n-info .genre02 {
    background-color: #169dc5 !important
}

.p-top .news ul li a .n-txt {
    color: #222;
    font-size: 18px;
    margin-left: 20px;
    position: relative
}

.p-top .news ul li a::after {
    background: red;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%
}

.p-top .news ul li a:hover {
    transform: scale(1, 1)
}

.p-top .news ul li .pdf {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 25px
}

.p-top .news ul li .pdf::after {
    background-image: url(../../dam/page/assets/img/pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 22px;
    left: 4px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 25px
}

.p-top .news ul li .new {
    display: inline-block;
    height: 10px;
    position: relative;
    width: 27px
}

.p-top .news ul li .new::after {
    background-image: url(../../dam/page/assets/img/new.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 18px;
    left: 4px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 27px
}

.p-top .news .n-links {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 37px
}

.p-top .news .n-links a {
    border: 1px solid #e70113;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 450px
}

.p-top .news .n-links a:not(:first-child) {
    margin-left: 30px
}

.p-top .news .n-links a::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .news .n-links a span {
    font-weight: 700;
    position: relative;
    right: 10px
}

.p-top .news .n-links a:hover {
    background-color: #e70113;
    border: 1px solid #e70113;
    border-radius: 4px;
    font-weight: 700;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center
}

.p-top .news .n-links a:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .news .n-links a:hover span {
    color: #fff;
    font-weight: 700;
    position: relative;
    right: 10px
}

.p-top .company,
.p-top .ir,
.p-top .sustainability {
    margin-top: 105px;
    padding-top: 75px;
    position: relative
}

.p-top .company::before,
.p-top .ir::before,
.p-top .sustainability::before {
    background-color: #fff8f0;
    border-top-right-radius: 4px;
    content: "";
    height: 100%;
    left: 0;
    left: -150px;
    position: absolute;
    top: 0;
    width: 50vw;
    z-index: -1
}

.p-top .company .items,
.p-top .ir .items,
.p-top .sustainability .items {
    align-items: flex-start;
    display: flex;
    justify-content: space-between
}

.p-top .company .items .left,
.p-top .ir .items .left,
.p-top .sustainability .items .left {
    width: 58.5%
}

.p-top .company .items .left a,
.p-top .ir .items .left a,
.p-top .sustainability .items .left a {
    display: block;
    transition: all .3s ease 0s
}

.p-top .company .items .left a:hover h2::before,
.p-top .ir .items .left a:hover h2::before,
.p-top .sustainability .items .left a:hover h2::before {
    background-image: url(../../dam/page/assets/img/c-arrow-white.png)
}

.p-top .company .items .left a:hover .img-wrap img,
.p-top .ir .items .left a:hover .img-wrap img,
.p-top .sustainability .items .left a:hover .img-wrap img {
    transform: scale(1.1);
    transition: all .7s ease 0s
}

.p-top .company .items .left a h2,
.p-top .ir .items .left a h2,
.p-top .sustainability .items .left a h2 {
    margin-bottom: 20px;
    padding-left: 45px;
    position: relative
}

.p-top .company .items .left a h2::before,
.p-top .ir .items .left a h2::before,
.p-top .sustainability .items .left a h2::before {
    background-image: url(../../dam/page/assets/img/c-arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 32px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 32px
}

.p-top .company .items .left a .img-wrap,
.p-top .ir .items .left a .img-wrap,
.p-top .sustainability .items .left a .img-wrap {
    overflow: hidden
}

.p-top .company .items .left a .img-wrap img,
.p-top .ir .items .left a .img-wrap img,
.p-top .sustainability .items .left a .img-wrap img {
    transition: all .3s ease 0s;
    width: 100%
}

.p-top .company .items .right,
.p-top .ir .items .right,
.p-top .sustainability .items .right {
    position: relative;
    top: 76px;
    width: 38.5%
}

.p-top .company .items .right .item01,
.p-top .ir .items .right .item01,
.p-top .sustainability .items .right .item01 {
    align-items: center;
    background-color: #e70113;
    border-radius: 4px;
    display: block;
    display: flex;
    justify-content: center;
    margin-bottom: 20px
}

.p-top .company .items .right .item01 span,
.p-top .ir .items .right .item01 span,
.p-top .sustainability .items .right .item01 span {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-right: 8%;
    max-width: 100%;
    position: relative;
    top: 5px;
    width: 140px
}

.p-top .company .items .right .item02,
.p-top .ir .items .right .item02,
.p-top .sustainability .items .right .item02 {
    border: 1px solid #e70113;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 450px
}

.p-top .company .items .right .item02:hover,
.p-top .ir .items .right .item02:hover,
.p-top .sustainability .items .right .item02:hover {
    background-color: #e70113;
    border: 1px solid #e70113;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center
}

.p-top .company .items .right .item02:hover::after,
.p-top .ir .items .right .item02:hover::after,
.p-top .sustainability .items .right .item02:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .company .items .right .item02::after,
.p-top .ir .items .right .item02::after,
.p-top .sustainability .items .right .item02::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .company .items .right .item02 span,
.p-top .ir .items .right .item02 span,
.p-top .sustainability .items .right .item02 span {
    font-weight: 600;
    position: relative;
    right: 10px
}

.p-top .company .items .right .each-links,
.p-top .ir .items .right .each-links,
.p-top .sustainability .items .right .each-links {
    display: flex;
    margin-top: 20px
}

.p-top .company .items .right .each-links ul,
.p-top .ir .items .right .each-links ul,
.p-top .sustainability .items .right .each-links ul {
    display: flex;
    flex-direction: column;
    width: 46%
}

.p-top .company .items .right .each-links ul:not(:first-child),
.p-top .ir .items .right .each-links ul:not(:first-child),
.p-top .sustainability .items .right .each-links ul:not(:first-child) {
    margin-left: 6%
}

.p-top .company .items .right .each-links ul li,
.p-top .ir .items .right .each-links ul li,
.p-top .sustainability .items .right .each-links ul li {
    padding-left: 17px;
    position: relative;
    line-height: 1em;
}
@media screen and (max-width: 768px) {
    .p-top .company .items .right .each-links ul li,
.p-top .ir .items .right .each-links ul li,
.p-top .sustainability .items .right .each-links ul li {
    line-height: 1.4em;
}
}
.p-top .company .items .right .each-links ul li::before,
.p-top .ir .items .right .each-links ul li::before,
.p-top .sustainability .items .right .each-links ul li::before {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 7px
}

.p-top .company .items .right .each-links ul li:not(:first-child),
.p-top .ir .items .right .each-links ul li:not(:first-child),
.p-top .sustainability .items .right .each-links ul li:not(:first-child) {
    margin-top: 15px
}

.p-top .company .items .right .each-links ul li a,
.p-top .ir .items .right .each-links ul li a,
.p-top .sustainability .items .right .each-links ul li a {
    display: inline-block;
    font-weight: 600;
    padding: 0 0;
    position: relative;
    font-size: 16px;
}

.p-top .company .items .right .each-links ul li a::after,
.p-top .ir .items .right .each-links ul li a::after,
.p-top .sustainability .items .right .each-links ul li a::after {
    background: #e70113;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%
}

.p-top .company .items .right .each-links ul li a:hover::after,
.p-top .ir .items .right .each-links ul li a:hover::after,
.p-top .sustainability .items .right .each-links ul li a:hover::after {
    transform: scale(1, 1)
}

.p-top .company .items .right .each-links02,
.p-top .ir .items .right .each-links02,
.p-top .sustainability .items .right .each-links02 {
    border-top: 1px solid #ddd;
    display: flex;
    margin-top: 25px;
    padding-top: 20px
}

.p-top .company .items .right .each-links02 ul,
.p-top .ir .items .right .each-links02 ul,
.p-top .sustainability .items .right .each-links02 ul {
    display: flex;
    flex-direction: column;
    width: 46%
}

.p-top .company .items .right .each-links02 ul:not(:first-child),
.p-top .ir .items .right .each-links02 ul:not(:first-child),
.p-top .sustainability .items .right .each-links02 ul:not(:first-child) {
    margin-left: 6%
}

.p-top .company .items .right .each-links02 ul li,
.p-top .ir .items .right .each-links02 ul li,
.p-top .sustainability .items .right .each-links02 ul li {
    padding-left: 17px;
    position: relative;
    line-height: 1em;
}
@media screen and (max-width: 768px) {
    .p-top .company .items .right .each-links02 ul li,
.p-top .ir .items .right .each-links02 ul li,
.p-top .sustainability .items .right .each-links02 ul li {
    line-height: 1.4em;
}
}
.p-top .company .items .right .each-links02 ul li::before,
.p-top .ir .items .right .each-links02 ul li::before,
.p-top .sustainability .items .right .each-links02 ul li::before {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    left: 0;
    position: absolute;
    top: 3px;
    width: 7px;
}

.p-top .company .items .right .each-links02 ul li:not(:first-child),
.p-top .ir .items .right .each-links02 ul li:not(:first-child),
.p-top .sustainability .items .right .each-links02 ul li:not(:first-child) {
    margin-top: 15px
}

.p-top .company .items .right .each-links02 ul li a,
.p-top .ir .items .right .each-links02 ul li a,
.p-top .sustainability .items .right .each-links02 ul li a {
    display: inline-block;
    font-weight: 600;
    padding: 0 0;
    position: relative;
    font-size: 16px;
}

.p-top .company .items .right .each-links02 ul li a::after,
.p-top .ir .items .right .each-links02 ul li a::after,
.p-top .sustainability .items .right .each-links02 ul li a::after {
    background: #e70113;
    bottom: -1px;
    content: "";
    display: inline-block;
    height: 1px;
    left: 0;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: left top;
    transition: transform .3s;
    width: 100%
}

.p-top .company .items .right .each-links02 ul li a:hover::after,
.p-top .ir .items .right .each-links02 ul li a:hover::after,
.p-top .sustainability .items .right .each-links02 ul li a:hover::after {
    transform: scale(1, 1)
}

.p-top .company .items .right .each-links02 ul .pdf,
.p-top .ir .items .right .each-links02 ul .pdf,
.p-top .sustainability .items .right .each-links02 ul .pdf {
    display: inline-block;
    font-size: 12px
}

.p-top .company .items .right .each-links02 ul .pdf img,
.p-top .ir .items .right .each-links02 ul .pdf img,
.p-top .sustainability .items .right .each-links02 ul .pdf img {
    height: 25px;
    margin: 0 4px;
    position: relative;
    width: 22px
}

.p-top .company .item01 {
    background-color: initial !important;
    border: none;
    border-radius: 4px;
    display: flex;
    position: relative
}

.p-top .company .item01 img {
    width: 50%
}

.p-top .company .item01 .img-wrap01 {
    display: block;
    width: 50%
}

.p-top .company .item01 .img-wrap01 img {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    width: 100%
}

.p-top .company .item01 .img-wrap {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    display: block;
    overflow: hidden;
    width: 50%
}

.p-top .company .item01 .img-wrap img {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    transition: all .3s ease 0s;
    width: 100%
}

.p-top .company .item01 .img-wrap:hover img {
    transform: scale(1.1);
    transition: all .7s ease 0s
}

.p-top .company .item01 .img-wrap:hover img {
    width: 100%
}

.p-top .company .item01::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .ir .item01 {
    border: #e70113 1px solid;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease 0s
}

.p-top .ir .item01::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .ir .item01 img {
    -o-object-fit: contain;
    border-radius: 4px;
    margin-bottom: 13px;
    margin-top: 14px;
    max-width: 100%;
    object-fit: contain;
    width: 182px
}

.p-top .ir .item01:hover {
    background-color: #fff !important;
    border: 1px solid #e70113;
    color: #e70113 !important
}

.p-top .ir .item01:hover span {
    color: #e70113 !important
}

.p-top .ir .item01:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 55%;
    transform: translateY(-50%);
    width: 7px
}

.p-top .ir .item01:hover img {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
}

.fade-in {
    opacity: 0;
    transition-duration: 1.5s;
    transition-property: opacity, transform
}

.fade-in-down {
    transform: translate(0, -30px)
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0)
}

.p-history {
    contain: paint
}

.p-history .l-sub-mv {
    background-color: #e70113
}

.p-history .l-sub-mv h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 700;
    padding: 25px 0
}

.p-history .contents {
    display: flex;
    justify-content: space-between;
    position: relative
}

.p-history .contents .left-anchor {
    height: 340px;
    max-width: 100%;
    overflow: initial;
    padding-top: 40px;
    position: sticky;
    top: 80px;
    width: 170px
}

.p-history .contents .left-anchor ul {
    background-color: #fff;
    border: 1px solid #e70113;
    border-radius: 4px;
    padding: 26px 6px 26px 12px
}

.p-history .contents .left-anchor ul li {
    color: #676767;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7;
    padding-left: 16px;
    position: relative;
    transition: all .3s ease 0s
}

.p-history .contents .left-anchor ul li:hover {
    color: #e70113
}

.p-history .contents .left-anchor ul li:hover::before {
    background-color: #e70113
}

.p-history .contents .left-anchor ul li::before {
    background-color: #676767;
    border-radius: 50%;
    content: "";
    height: 10px;
    left: 0;
    position: absolute;
    top: 7px;
    transition: all .3s ease 0s;
    width: 10px
}

.p-history .contents .left-anchor ul li:not(:first-child) {
    margin-top: 17px
}

.p-history .contents .left-anchor ul li.active {
    display: block
}

.p-history .contents .left-anchor .timeline li.active {
    color: #e70113!important;
    font-weight: 700
}

.p-history .contents .left-anchor .timeline li.active::before {
    background-color: #e70113
}

.p-history .contents .right {
    margin-left: 1%;
    max-width: 100%;
    padding-left: 100px;
    position: relative;
    width: 970px
}

.p-history .contents .right::before {
    background-color: #e70113;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 160px;
    width: 8px
}

.p-history .contents .right .history-item h2 {
    color: #e70113;
    font-size: 64px;
    font-weight: 700
}

.p-history .contents .right .history-item h2+span {
    color: #000;
    display: block;
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px
}

.p-history .contents .right .history-item span+p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 10px
}

.p-history .contents .right .history-item .image-item {
    display: flex;
    margin-top: 16px
}

.p-history .contents .right .history-item .image-item li {
    width: 31%
}

.p-history .contents .right .history-item .image-item li:not(:first-child) {
    margin-left: 3.5%
}

.p-history .contents .right .history-item .image-item li span {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px
}

.p-history .contents .right .history-item .each-history {
    margin-top: 40px
}

.p-history .contents .right .history-item .each-history li:not(:first-child) {
    margin-top: 40px
}

.p-history .contents .right .history-item .each-history li span {
    color: #e70113;
    display: inline-block;
    font-size: 22px;
    font-weight: 700
}

.p-history .contents .right .history-item .each-history li p {
    color: #000;
    font-size: 18px;
    font-weight: 500;
    margin-top: initial
}

.p-history .contents .right .item01 {
    padding-bottom: 55px;
    padding-top: 100px;
    position: relative
}

.p-history .contents .right .item01::before {
    background-color: #e70113;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -104px;
    position: absolute;
    top: 150px;
    width: 16px
}

.p-history .contents .right .item01::after {
    background-attachment: fixed;
    background-image: url(../../dam/page/assets/img/history/bg01.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 calc(284px - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1
}

.p-history .contents .right .item01 h2 {
    position: relative
}

.p-history .contents .right .item01 h2::after {
    background-image: url(../../dam/page/assets/img/history/1950.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    width: 740px
}

.p-history .contents .right .item02 {
    padding-bottom: 55px;
    padding-top: 145px;
    position: relative
}

.p-history .contents .right .item02::before {
    background-color: #e70113;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -104px;
    position: absolute;
    /* top: 170px; */
    top: 192px;
    width: 16px
}

.p-history .contents .right .item02::after {
    background-attachment: fixed;
    background-image: url(../../dam/page/assets/img/history/bg02.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 calc(284px - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1
}

.p-history .contents .right .item02 h2 {
    left: -35px;
    position: relative
}

.p-history .contents .right .item02 h2::after {
    background-image: url(../../dam/page/assets/img/history/1990.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    height: 150px;
    left: 40px;
    position: absolute;
    width: 740px
}

.p-history .contents .right .item03 {
    padding-bottom: 55px;
    padding-top: 140px;
    position: relative
}

.p-history .contents .right .item03::before {
    background-color: #e70113;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -104px;
    position: absolute;
    /* top: 170px; */
    top: 192px;
    width: 16px
}

.p-history .contents .right .item03::after {
    background-attachment: fixed;
    background-image: url(../../dam/page/assets/img/history/bg03.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 calc(284px - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1
}

.p-history .contents .right .item03 h2 {
    position: relative
}

.p-history .contents .right .item03 h2::after {
    background-image: url(../../dam/page/assets/img/history/2000.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    width: 740px
}

.p-history .contents .right .item04 {
    padding-bottom: 150px;
    padding-top: 140px;
    position: relative
}

.p-history .contents .right .item04::before {
    background-color: #e70113;
    border-radius: 50%;
    content: "";
    height: 16px;
    left: -104px;
    position: absolute;
    /* top: 170px; */
    top: 192px;
    width: 16px
}

.p-history .contents .right .item04::after {
    background-attachment: fixed;
    background-image: url(../../dam/page/assets/img/history/bg04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-size: cover;
    content: "";
    height: 100%;
    left: 0;
    margin: 0 calc(284px - 50vw);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1
}

.p-history .contents .right .item04 h2 {
    position: relative
}

.p-history .contents .right .item04 h2::after {
    background-image: url(../../dam/page/assets/img/history/2010.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    content: "";
    height: 150px;
    left: 0;
    position: absolute;
    width: 740px
}

.p-about {
    overflow-x: hidden
}

.p-about .l-sub-mv {
    width: 100%;
    position: relative;
    
}

.p-about .l-sub-mv picture {
    width: 100%
}

.p-about .l-sub-mv picture img {
    width: 100%
}

.p-about .contents .anchors {
    background-color: #fff8f0;
    padding: 36px 20px 25px
}

.p-about .contents .anchors h2 {
    font-size: 32px;
    line-height: 1.4;
    text-align: center
}

.p-about .contents .anchors ul {
    display: flex;
    margin: 0 auto;
    margin-top: 35px;
    max-width: 1210px;
    padding: 0 20px
}

.p-about .contents .anchors ul li {
    text-align: center;
    width: 25%
}

.p-about .contents .anchors ul li a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    padding-left: 20px;
    position: relative
}

.p-about .contents .anchors ul li a::before {
    background-image: url(../../dam/page/assets/img/about/anchor.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 11px
}

.p-about .contents .anchors ul li a:hover::before {
    top: 65%
}

.p-about .contents .what {
    padding: 96px 0;
    position: relative
}

.p-about .contents .what .l-inner {
    position: relative;
    z-index: 3
}

.p-about .contents .what p {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    margin-top: 30px;
    text-align: center
}

.p-about .contents .what nav {
    margin-top: 40px;
    text-align: center
}

.p-about .contents .what nav a {
    border: 1px solid #e70113;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 370px
}

.p-about .contents .what nav a:hover {
    background-color: #e70113;
    border: 1px solid #e70113;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.p-about .contents .what nav a:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-about .contents .what nav a::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 7px
}

.p-about .contents .what picture {
    display: block;
    margin-top: 30px
}

.p-about .contents .how {
    background-color: #fff8f0;
    background-color: #f9efe2;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #fff8f0 10px, #fff8f0 20px);
    background-size: auto auto;
    padding-bottom: 90px;
    padding-top: 94px;
    position: relative;
    z-index: 2
}

.p-about .contents .how .l-inner {
    position: relative;
    z-index: 3
}

.p-about .contents .how .item-box {
    background-color: #fff;
    border: #e70113 1px solid;
    border-radius: 24px;
    margin-top: 38px;
    padding: 40px 100px 40px;
    position: relative;
    z-index: 3
}

.p-about .contents .how .item-box p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.5;
    text-align: center
}

.p-about .contents .how .item-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.p-about .contents .how .item-box ul li {
    width: 48.5%
}

.p-about .contents .how .item-box ul li:nth-child(2n) {
    margin-left: 3%
}

.p-about .contents .how .item-box ul li:nth-child(n+3) {
    margin-top: 40px
}

.p-about .contents .how .item-box ul li span {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 2;
    margin-top: 10px;
    text-align: center
}

.p-about .contents .who {
    padding: 90px 0;
    position: relative
}

.p-about .contents .who .l-inner {
    position: relative;
    z-index: 3
}

.p-about .contents .who p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 50px;
    text-align: center
}

.p-about .contents .who picture {
    display: block;
    margin-top: 30px
}

.p-about .contents .who .img-wrapper {
    display: flex;
    flex-direction: column
}

.p-about .contents .who .img-wrapper .flex {
    display: flex
}

.p-about .contents .who .img-wrapper .flex picture:nth-child(1) {
    margin-right: 30px
}

.p-about .contents .who .img-wrapper .mt-adjust {
    margin-top: 30px
}

.p-about .contents .why {
    background-color: #f9efe2;
    background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #fff8f0 10px, #fff8f0 20px);
    background-size: auto auto;
    padding: 90px 0 95px;
    position: relative
}

.p-about .contents .why .l-inner {
    position: relative;
    z-index: 3
}

.p-about .contents .why p {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 40px;
    text-align: center
}

.p-about .contents .why .items {
    align-items: flex-start;
    background-color: #fff;
    border: 1px solid #e70113;
    border-radius: 24px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px;
    padding: 50px 70px 65px 90px
}

.p-about .contents .why .items li {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.p-about .contents .why .items li:nth-child(2n+1) {
    width: 47.5%
}

.p-about .contents .why .items li:nth-child(2n) {
    margin-left: 2.5%;
    width: 50%
}

.p-about .contents .why .items li:nth-child(n+3) {
    margin-top: 36px
}

.p-about .contents .why .items li .gif {
    -o-object-fit: contain;
    height: 100px;
    min-height: 120px;
    object-fit: contain;
    width: 100px
}

.p-about .contents .why .items li span {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-top: 10px
}

.p-about .contents .why .items li p {
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    min-height: 125px;
    text-align: left;
    text-align: left
}

.p-about .contents .why .hr {
    margin-top: 30px;
    position: 2
}

.p-about .contents .why .hr .item {
    background-color: #fff;
    background-color: transparent;
    padding: 40px 10px 295px;
    position: relative;
    z-index: 2
}

.p-about .contents .why .hr .item::before {
    background-image: url(../../dam/page/assets/img/about/bg-img.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid #e70113;
    border-radius: 24px;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    z-index: -1
}

.p-about .contents .why .hr .item h3 {
    color: #000
}

.p-about .contents .why .hr .item p {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.7;
    margin-top: 16px;
    text-align: center
}

.p-about .contents .why .hr .item nav {
    margin-top: 22px;
    text-align: center
}

.p-about .contents .why .hr .item a {
    border: 1px solid #e70113;
    border-radius: 4px;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 370px
}

.p-about .contents .why .hr .item a:hover {
    background-color: #e70113;
    border: 1px solid #e70113;
    border-radius: 4px;
    color: #fff;
    font-weight: 700;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center
}

.p-about .contents .why .hr .item a:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-about .contents .why .hr .item a::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 7px
}

.p-about .contents .why .hr .item a .pdf {
    padding-right: 30px;
    position: relative
}

.p-about .contents .why .hr .item a .pdf::after {
    background-image: url(../../dam/page/assets/img/pdf.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 25px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 22px
}

.p-about .contents .where {
    overflow: hidden;
    padding: 95px 20px 60px;
    position: relative
}

.p-about .contents .where .item-wrapper {
    position: relative;
    z-index: 3
}

.p-about .contents .where h4 {
    display: block;
    font-size: 36px;
    font-weight: 700;
    margin-top: 70px;
    text-align: center
}

.p-about .contents .scroll-infinity.image {
    padding-bottom: 125px
}

.p-about .contents .scroll-infinity.image .scroll-wrap {
    overflow-x: hidden
}

.p-about .contents .scroll-infinity.image .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    pointer-events: none;
    width: 100%
}

.p-about .contents .scroll-infinity.image .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    pointer-events: none
}

.p-about .contents .scroll-infinity.image .scroll-infinity__item {
    margin-right: 30px;
    width: 25vw
}

.p-about .contents .scroll-infinity.image .scroll-infinity__item>img {
    -o-object-fit: cover;
    aspect-ratio: 370/210;
    object-fit: cover;
    width: 100%
}

.p-about .contents .scroll-infinity.image .scroll-infinity__list--right {
    animation: infinity-scroll-right 80s infinite linear .5s both
}

.p-about .contents .scroll-infinity.image .scroll-infinity__item--text {
    font-family: Comfortaa, cursive;
    width: 125vw
}

.p-about .contents .scroll-infinity.image .scroll-infinity__wrap:hover .scroll-infinity__list--right {
    animation-play-state: paused
}

.p-about .contents .scroll-infinity.txt {
    left: 0;
    position: absolute;
    top: 0
}

.p-about .contents .scroll-infinity.txt.what-item .scroll-infinity__item {
    width: 1050px
}

.p-about .contents .scroll-infinity.txt.how-item .scroll-infinity__item {
    width: 2750px
}

.p-about .contents .scroll-infinity.txt.who-item .scroll-infinity__item {
    width: 1050px
}

.p-about .contents .scroll-infinity.txt.where-item .scroll-infinity__item {
    width: 1700px
}

.p-about .contents .scroll-infinity.txt.why-item .scroll-infinity__item {
    width: 1800px
}

.p-about .contents .scroll-infinity.txt .scroll-wrap {
    overflow-x: hidden
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
    pointer-events: none;
    width: 100%
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0;
    pointer-events: none
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__item {
    margin-right: 30px;
    position: relative;
    top: -5px
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__list--right {
    animation: infinity-scroll-right 80s infinite linear .5s both
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__list--right02 {
    animation: infinity-scroll-right 150s infinite linear .5s both
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__list--right03 {
    animation: infinity-scroll-right 140s infinite linear .5s both
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__list--right04 {
    animation: infinity-scroll-right 120s infinite linear .5s both
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__item--text {
    font-family: Comfortaa, cursive;
    width: 125vw
}

.p-about .contents .scroll-infinity.txt .scroll-infinity__wrap:hover .scroll-infinity__list--right {
    animation-play-state: paused
}

.p-about .contents .btn-wrapper {
    background-color: #fff8f0;
    padding: 45px 20px 54px
}

.p-about .contents .btn-wrapper p {
    display: block;
    font-size: 32px;
    font-weight: 700;
    text-align: center
}

.p-about .contents .btn-wrapper ul {
    display: flex;
    justify-content: center;
    margin-top: 25px
}

.p-about .contents .btn-wrapper ul li:not(:first-child) {
    margin-left: 30px
}

.p-about .contents .btn-wrapper ul li a {
    background-color: #e70113;
    border: 1px solid #e70113;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-weight: 700;
    max-width: 100%;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center;
    transition: all .3s ease 0s;
    width: 370px
}

.p-about .contents .btn-wrapper ul li a:hover {
    background-color: #fff;
    border: 1px solid #e70113;
    border-radius: 4px;
    color: #e70113;
    font-weight: 700;
    padding: 18px 10px 16px;
    position: relative;
    text-align: center
}

.p-about .contents .btn-wrapper ul li a:hover::after {
    background-image: url(../../dam/page/assets/img/arrow-red.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 7px
}

.p-about .contents .btn-wrapper ul li a::after {
    background-image: url(../../dam/page/assets/img/arrow-white.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 12px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease 0s;
    width: 7px
}

.p-about .slider_parent {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    top: -5px
}

.p-about .slider_parent.what-item img {
    height: 126px
}

.p-about .slider_parent.where-item img {
    height: 150px
}

.p-about .slider_parent .slider {
    display: flex
}

.p-about .slider_parent .slider .text_scroll.first {
    animation: scroll 40s linear infinite
}

.p-about .slider_parent .slider .text_scroll.second {
    animation: scroll 41s linear infinite
}

.p-about .slider_parent .slider .text_scroll.third {
    animation: scroll 42s linear infinite
}

.p-about .slider_parent .slider .text_scroll.fourth {
    animation: scroll 50s linear infinite
}

.p-about .slider_parent .slider .text_scroll.fifth {
    animation: scroll 50s linear infinite
}

.p-about .slider_parent .slider .text_scroll ul {
    -o-object-fit: contain;
    display: flex;
    margin: 0;
    object-fit: contain;
    padding: 0
}

.p-about .slider_parent .slider .text_scroll ul li {
    display: inline-block;
    margin-left: 30px;
    margin-right: 30px
}

.p-about .slider_parent .slider .text_scroll ul li img {
    -o-object-fit: contain;
    object-fit: contain;
    width: auto
}

.p-about .logos {
    flex-shrink: 0
}

@media screen and (max-width:1209px) {
    .l-inner {
        padding-left: 16px;
        padding-right: 16px
    }
}

@media screen and (max-width:767px) {
    .pc-only {
        display: none
    }

    .sp-only {
        display: block
    }

    .l-inner {
        padding-left: 4.2666666667vw;
        padding-right: 4.2666666667vw
    }

    .c-title {
        font-size: 8vw
    }

    .c-title--s {
        font-size: 7.4666666667vw
    }

    .c-breadcrumb ul {
        align-items: center;
        display: flex;
        padding: 1.8666666667vw 0
    }

    .c-breadcrumb ul li {
        color: #676767;
        font-size: 3.7333333333vw;
        font-weight: 700
    }

    .c-breadcrumb ul li:not(:first-child) {
        color: #000;
        padding-left: 6.6666666667vw;
        position: relative
    }

    .c-breadcrumb ul li:not(:first-child)::before {
        content: ">";
        font-size: 3.7333333333vw;
        left: 2.1333333333vw;
        position: absolute;
        top: 45%;
        transform: translateY(-50%)
    }

    .p-top {
        padding-bottom: 0;
    }

    .p-top .mv {
        font-family: Arial, Helvetica, sans-serif;
        position: relative
    }

    .p-top .mv .swiper {
        height: 106.6666666667vw;
        position: relative
    }

    .p-top .mv .swiper .swiper-wrapper {
        height: 106.6666666667vw;
        position: relative
    }

    .p-top .mv .swiper .swiper-slide {
        height: 106.6666666667vw
    }

    .p-top .mv .swiper .slide01 nav,
    .p-top .mv .swiper .slide02 nav,
    .p-top .mv .swiper .slide03 nav {
        display: none
    }

    .p-top .mv .swiper .control-buttons {
        border: none;
        bottom: 20px;
        display: flex;
        gap: 10px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%)
    }

    .p-top .mv .swiper .control-buttons button {
        border: none;
        cursor: pointer;
        transition: background-color .3s
    }

    .p-top .mv .swiper_pause {
        background-color: initial !important;
        border: none;
        border-radius: 50%;
        bottom: -9.7vw;
        content: "";
        height: 5.3333333333vw;
        left: 26.3vw;
        position: absolute;
        transform: translateX(-50%);
        width: 5.3333333333vw;
        z-index: 10
    }

    .p-top .mv .swiper_pause:hover::after {
        background-color: none;
        background-image: url(../../dam/page/assets/img/stop_btn01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 5.3333333333vw;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease 0s;
        width: 5.3333333333vw;
        z-index: 20
    }

    .p-top .mv .swiper_pause::after {
        background-color: none;
        background-image: url(../../dam/page/assets/img/stop_btn01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        content: "";
        height: 5.3333333333vw;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease 0s;
        width: 5.3333333333vw;
        z-index: 10
    }

    .p-top .mv .swiper_pause.paused:hover::after {
        background-color: none;
        background-image: url(../../dam/page/assets/img/play_btn01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 5.3333333333vw;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease 0s;
        width: 5.3333333333vw;
        z-index: 20
    }

    .p-top .mv .swiper_pause.paused::after {
        background-color: none;
        background-image: url(../../dam/page/assets/img/play_btn01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        border: none;
        content: "";
        height: 5.3333333333vw;
        left: 50%;
        opacity: 1;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: all .3s ease 0s;
        width: 5.3333333333vw;
        z-index: 10
    }

    .p-top .mv .swiper-button-next,
    .p-top .mv .swiper-button-prev {
        height: 11.2vw;
        transition: all .3s ease 0s;
        width: 11.2vw
    }

    .p-top .mv .swiper-button-next:hover,
    .p-top .mv .swiper-button-prev:hover {
        opacity: .5
    }

    .p-top .mv .swiper-button-next::after,
    .p-top .mv .swiper-button-prev::after {
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 8.5333333333vw;
        margin: auto;
        transition: all .3s ease 0s;
        width: 8.5333333333vw
    }

    .p-top .mv .swiper-button-prev::after {
        background-image: url(../../dam/page/assets/img/c-arrow-red--left.png);
        left: 2.5vw;
        position: relative
    }

    .p-top .mv .swiper-button-next::after {
        background-image: url(../../dam/page/assets/img/c-arrow-red.png);
        position: relative;
        right: 2.5vw
    }

    .p-top .mv .swiper-pagination {
        align-items: center;
        bottom: -9vw;
        content: "";
        display: flex;
        justify-content: center;
        left: initial;
        left: initial;
        position: absolute;
        width: 100%
    }

    .p-top .mv .swiper-pagination-bullet {
        background-color: #ddd;
        box-shadow: 0 .2vw .4vw rgba(0, 0, 0, .16);
        height: 4.2666666667vw;
        margin: 0 2vw !important;
        opacity: 1;
        width: 4.2666666667vw
    }

    .p-top .mv .swiper-pagination-bullet-active {
        background-color: #e70113
    }

    .p-top .top-attention {
        display: block !important;
        margin-top: 17.8666666667vw;
        opacity: 1 !important;
        transform: translate(0, 0) !important
    }

    .p-top .top-attention .wrapper {
        border: 1px solid red;
        padding: 4.5333333333vw 11%
    }

    .p-top .top-attention .wrapper h2 {
        font-size: 3.4666666667vw;
        text-align: center
    }

    .p-top .top-attention .wrapper ul {
        margin-top: 4.8vw;
        padding-left: 5.3333333333vw
    }

    .p-top .top-attention .wrapper ul li {
        position: relative
    }

    .p-top .top-attention .wrapper ul li:not(:first-child) {
        margin-top: 3.2vw
    }

    .p-top .top-attention .wrapper ul li::before {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        left: -4.8vw;
        position: absolute;
        top: 2.1333333333vw;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .top-attention .wrapper ul li a {
        color: #222;
        display: inline-block;
        font-size: 3.4666666667vw;
        position: relative
    }

    .p-top .top-attention .wrapper ul li a::after {
        background: red;
        bottom: -1px;
        content: "";
        display: none;
        height: 1px;
        left: 0;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
        width: 100%
    }

    .p-top .top-attention .wrapper ul li a:hover::after {
        transform: initial
    }

    .p-top .news .l-inner {
        margin-top: 8vw
    }

    .p-top .news h2 {
        font-size: 5.3333333333vw;
        text-align: center
    }

    .p-top .news ul {
        margin-top: 2.6666666667vw
    }

    .p-top .news ul li a {
        align-items: initial;
        border-bottom: 1px solid #dfdfdf;
        display: flex;
        flex-direction: column;
        padding: 4vw 0 4.8vw;
        position: relative
    }

    .p-top .news ul li a .n-info {
        align-items: center;
        display: flex;
        margin-bottom: 2.6666666667vw;
        min-width: 66.6666666667vw
    }

    .p-top .news ul li a .n-info .date {
        font-size: 4vw;
        letter-spacing: 0;
        margin-right: 0;
        min-width: 0;
        width: 37.3333333333vw
    }

    .p-top .news ul li a .n-info .genre {
        background-color: #1f2c5c;
        color: #fff;
        font-size: 3.2vw;
        min-width: 26.6666666667vw;
        padding: 1.3333333333vw .8vw .5333333333vw;
        text-align: center
    }

    .p-top .news ul li a .n-txt {
        color: #222;
        font-size: 4.2666666667vw;
        line-height: 1.4;
        margin-left: initial;
        position: relative
    }

    .p-top .news ul li .n-txt::after {
        background: #e70113;
        bottom: -1px;
        content: "";
        display: none;
        height: 1px;
        left: 0;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
        width: 100%
    }

    .p-top .news ul li a:hover .n-txt::after {
        transform: scale(1, 1)
    }

    .p-top .news ul li .pdf {
        display: inline-block;
        height: 2.6666666667vw;
        position: relative;
        width: 6.6666666667vw
    }

    .p-top .news ul li .pdf::after {
        background-image: url(../../dam/page/assets/img/pdf.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 5.8666666667vw;
        left: 1.0666666667vw;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 6.6666666667vw
    }

    .p-top .news ul li .new {
        display: inline-block;
        height: 2.6666666667vw;
        position: relative;
        width: 7.2vw
    }

    .p-top .news ul li .new::after {
        background-image: url(../../dam/page/assets/img/new.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 4.8vw;
        left: 1.0666666667vw;
        position: absolute;
        top: 40%;
        transform: translateY(-50%);
        width: 7.2vw
    }

    .p-top .news .n-links {
        align-items: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 10.6666666667vw
    }

    .p-top .news .n-links a {
        border: 1px solid #e70113;
        border-radius: 4px;
        display: inline-block;
        font-size: 4.2666666667vw;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        width: 100%
    }

    .p-top .news .n-links a:not(:first-child) {
        margin-left: initial;
        margin-top: 3.7333333333vw
    }

    .p-top .news .n-links a::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .news .n-links a span {
        font-weight: 700;
        position: relative;
        right: 4vw
    }

    .p-top .news .n-links a:hover {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 4px;
        font-weight: 700;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center
    }

    .p-top .news .n-links a:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .news .n-links a:hover span {
        color: #000;
        font-weight: 700;
        position: relative;
        right: 4vw
    }

    .p-top .company,
    .p-top .ir,
    .p-top .sustainability {
        margin-top: 15.2vw;
        padding-top: 9.3333333333vw;
        position: relative
    }

    .p-top .company::before,
    .p-top .ir::before,
    .p-top .sustainability::before {
        background-color: #fff8f0;
        border-top-right-radius: initial;
        content: "";
        height: 58.6666666667vw;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

    .p-top .company .items,
    .p-top .ir .items,
    .p-top .sustainability .items {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .p-top .company .items .left,
    .p-top .ir .items .left,
    .p-top .sustainability .items .left {
        width: 100%
    }

    .p-top .company .items .left a,
    .p-top .ir .items .left a,
    .p-top .sustainability .items .left a {
        display: block
    }

    .p-top .company .items .left a:hover h2::before,
    .p-top .ir .items .left a:hover h2::before,
    .p-top .sustainability .items .left a:hover h2::before {
        background-image: url(../../dam/page/assets/img/c-arrow-red.png)
    }

    .p-top .company .items .left a:hover .img-wrap img,
    .p-top .ir .items .left a:hover .img-wrap img,
    .p-top .sustainability .items .left a:hover .img-wrap img {
        transform: scale(1)
    }

    .p-top .company .items .left a h2,
    .p-top .ir .items .left a h2,
    .p-top .sustainability .items .left a h2 {
        font-size: 5.3333333333vw;
        margin-bottom: 4vw;
        padding-left: 6.9333333333vw;
        position: relative
    }

    .p-top .company .items .left a h2::before,
    .p-top .ir .items .left a h2::before,
    .p-top .sustainability .items .left a h2::before {
        background-image: url(../../dam/page/assets/img/c-arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 5.3333333333vw;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 5.3333333333vw
    }

    .p-top .company .items .left a .img-wrap,
    .p-top .ir .items .left a .img-wrap,
    .p-top .sustainability .items .left a .img-wrap {
        overflow: hidden
    }

    .p-top .company .items .left a .img-wrap img,
    .p-top .ir .items .left a .img-wrap img,
    .p-top .sustainability .items .left a .img-wrap img {
        transition: all .3s ease 0s;
        width: 100%
    }

    .p-top .company .items .right,
    .p-top .ir .items .right,
    .p-top .sustainability .items .right {
        margin-top: 4.2666666667vw;
        position: relative;
        top: initial;
        width: 100%
    }

    .p-top .company .items .right .item01,
    .p-top .ir .items .right .item01,
    .p-top .sustainability .items .right .item01 {
        align-items: center;
        background-color: #e70113;
        border-radius: 4px;
        display: block;
        display: flex;
        justify-content: center;
        margin-bottom: 5.3333333333vw
    }

    .p-top .company .items .right .item01 span,
    .p-top .ir .items .right .item01 span,
    .p-top .sustainability .items .right .item01 span {
        color: #fff;
        font-size: 5.3333333333vw;
        font-weight: 700;
        margin-right: 4vw;
        max-width: 100%;
        position: relative;
        top: 1.3333333333vw;
        width: 28.5333333333vw
    }

    .p-top .company .items .right .item02,
    .p-top .ir .items .right .item02,
    .p-top .sustainability .items .right .item02 {
        border: 1px solid #e70113;
        border-radius: 4px;
        display: inline-block;
        font-size: 5.3333333333vw;
        font-size: 4.2666666667vw;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        width: 100%
    }

    .p-top .company .items .right .item02:hover,
    .p-top .ir .items .right .item02:hover,
    .p-top .sustainability .items .right .item02:hover {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 4px;
        color: #000;
        font-weight: 700;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center
    }

    .p-top .company .items .right .item02:hover::after,
    .p-top .ir .items .right .item02:hover::after,
    .p-top .sustainability .items .right .item02:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .company .items .right .item02::after,
    .p-top .ir .items .right .item02::after,
    .p-top .sustainability .items .right .item02::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .company .items .right .item02 span,
    .p-top .ir .items .right .item02 span,
    .p-top .sustainability .items .right .item02 span {
        font-weight: 700;
        position: relative;
        right: 2.6666666667vw
    }

    .p-top .company .items .right .each-links,
    .p-top .ir .items .right .each-links,
    .p-top .sustainability .items .right .each-links {
        display: flex;
        margin-top: 5.3333333333vw
    }

    .p-top .company .items .right .each-links ul,
    .p-top .ir .items .right .each-links ul,
    .p-top .sustainability .items .right .each-links ul {
        display: flex;
        flex-direction: column;
        width: 46%
    }

    .p-top .company .items .right .each-links ul:not(:first-child),
    .p-top .ir .items .right .each-links ul:not(:first-child),
    .p-top .sustainability .items .right .each-links ul:not(:first-child) {
        margin-left: 6%
    }

    .p-top .company .items .right .each-links ul li,
    .p-top .ir .items .right .each-links ul li,
    .p-top .sustainability .items .right .each-links ul li {
        padding-left: 4.5333333333vw;
        position: relative
    }

    .p-top .company .items .right .each-links ul li::before,
    .p-top .ir .items .right .each-links ul li::before,
    .p-top .sustainability .items .right .each-links ul li::before {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        left: 0;
        position: absolute;
        top: 1.0666666667vw;
        width: 1.8666666667vw
    }

    .p-top .company .items .right .each-links ul li:not(:first-child),
    .p-top .ir .items .right .each-links ul li:not(:first-child),
    .p-top .sustainability .items .right .each-links ul li:not(:first-child) {
        margin-top: 4vw
    }

    .p-top .company .items .right .each-links ul li a,
    .p-top .ir .items .right .each-links ul li a,
    .p-top .sustainability .items .right .each-links ul li a {
        display: inline-block;
        font-size: 4.2666666667vw;
        font-weight: 600;
        padding: 0 0;
        position: relative
    }

    .p-top .company .items .right .each-links ul li a::after,
    .p-top .ir .items .right .each-links ul li a::after,
    .p-top .sustainability .items .right .each-links ul li a::after {
        background: #e70113;
        bottom: -1px;
        content: "";
        display: none;
        height: 1px;
        left: 0;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
        width: 100%
    }

    .p-top .company .items .right .each-links ul li a:hover::after,
    .p-top .ir .items .right .each-links ul li a:hover::after,
    .p-top .sustainability .items .right .each-links ul li a:hover::after {
        transform: scale(1, 1)
    }

    .p-top .company .items .right .each-links02,
    .p-top .ir .items .right .each-links02,
    .p-top .sustainability .items .right .each-links02 {
        border-top: 1px solid #ddd;
        display: flex;
        margin-top: 6.6666666667vw;
        padding-top: 5.3333333333vw
    }

    .p-top .company .items .right .each-links02 ul,
    .p-top .ir .items .right .each-links02 ul,
    .p-top .sustainability .items .right .each-links02 ul {
        display: flex;
        flex-direction: column;
        width: 46%
    }

    .p-top .company .items .right .each-links02 ul:not(:first-child),
    .p-top .ir .items .right .each-links02 ul:not(:first-child),
    .p-top .sustainability .items .right .each-links02 ul:not(:first-child) {
        margin-left: 6%
    }

    .p-top .company .items .right .each-links02 ul li,
    .p-top .ir .items .right .each-links02 ul li,
    .p-top .sustainability .items .right .each-links02 ul li {
        padding-left: 4.5333333333vw;
        position: relative
    }

    .p-top .company .items .right .each-links02 ul li::before,
    .p-top .ir .items .right .each-links02 ul li::before,
    .p-top .sustainability .items .right .each-links02 ul li::before {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        left: 0;
        position: absolute;
        top: 1.0666666667vw;
        width: 1.8666666667vw
    }

    .p-top .company .items .right .each-links02 ul li:not(:first-child),
    .p-top .ir .items .right .each-links02 ul li:not(:first-child),
    .p-top .sustainability .items .right .each-links02 ul li:not(:first-child) {
        margin-top: 4vw
    }

    .p-top .company .items .right .each-links02 ul li a,
    .p-top .ir .items .right .each-links02 ul li a,
    .p-top .sustainability .items .right .each-links02 ul li a {
        display: inline-block;
        font-size: 4.2666666667vw;
        font-weight: 600;
        padding: 0 0;
        position: relative
    }

    .p-top .company .items .right .each-links02 ul li a::after,
    .p-top .ir .items .right .each-links02 ul li a::after,
    .p-top .sustainability .items .right .each-links02 ul li a::after {
        background: #e70113;
        bottom: -1px;
        content: "";
        display: inline-block;
        height: 1px;
        left: 0;
        position: absolute;
        transform: scale(0, 1);
        transform-origin: left top;
        transition: transform .3s;
        width: 100%
    }

    .p-top .company .items .right .each-links02 ul li a:hover::after,
    .p-top .ir .items .right .each-links02 ul li a:hover::after,
    .p-top .sustainability .items .right .each-links02 ul li a:hover::after {
        transform: scale(1, 1)
    }

    .p-top .company .items .right .each-links02 ul .pdf,
    .p-top .ir .items .right .each-links02 ul .pdf,
    .p-top .sustainability .items .right .each-links02 ul .pdf {
        display: inline-block;
        font-size: 3.2vw
    }

    .p-top .company .items .right .each-links02 ul .pdf img,
    .p-top .ir .items .right .each-links02 ul .pdf img,
    .p-top .sustainability .items .right .each-links02 ul .pdf img {
        height: 6.6666666667vw;
        margin: 0 1.0666666667vw;
        position: relative;
        width: 5.8666666667vw
    }

    .p-top .company .item01 {
        position: relative
    }

    .p-top .company .item01::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 55%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .ir .item01 {
        border: #e70113 1px solid;
        box-sizing: border-box;
        position: relative
    }

    .p-top .ir .item01::after {
        background-image: url(../../dam/page/assets/img/arrow-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 55%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .ir .item01 img {
        -o-object-fit: contain;
        border-radius: 4px;
        margin-bottom: 3.4666666667vw;
        margin-top: 3.7333333333vw;
        max-width: 100%;
        object-fit: contain;
        width: 36.8vw
    }

    .p-top .ir .item01:hover {
        background-color: #e70113 !important;
        border: 1px solid #e70113;
        color: #fff !important
    }

    .p-top .ir .item01:hover span {
        color: #fff !important
    }

    .p-top .ir .item01:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 55%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-top .ir .item01:hover img {
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16)
    }

    .fade-in {
        opacity: 0;
        transition-duration: 1.5s;
        transition-property: opacity, transform
    }

    .fade-in-down {
        transform: translate(0, -5.3333333333vw)
    }

    .scroll-in {
        opacity: 1;
        transform: translate(0, 0)
    }

    .p-history .l-sub-mv {
        background-color: #e70113
    }

    .p-history .l-sub-mv h1 {
        color: #fff;
        font-size: 8.5333333333vw;
        font-weight: 700;
        padding: 6.6666666667vw 0
    }

    .p-history .contents {
        display: flex;
        flex-direction: column;
        justify-content: space-between
    }

    .p-history .contents .left-anchor {
        height: auto;
        overflow: initial;
        padding-top: 8vw;
        position: relative;
        top: initial;
        width: 100%
    }

    .p-history .contents .left-anchor ul {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 4px;
        padding: 5.3333333333vw 1.6vw 6.4vw 3.2vw
    }

    .p-history .contents .left-anchor ul li {
        color: #676767;
        font-size: 4.2666666667vw;
        font-weight: 700;
        line-height: 1.7;
        padding-left: 5.3333333333vw;
        pointer-events: initial;
        position: relative
    }

    .p-history .contents .left-anchor ul li::before {
        background-color: initial;
        background-image: url(../../dam/page/assets/img/about/anchor.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 1.6vw;
        left: 0;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        transition: all .3s ease 0s;
        width: 2.9333333333vw
    }

    .p-history .contents .left-anchor ul li:not(:first-child) {
        margin-top: 2.6666666667vw
    }

    .p-history .contents .left-anchor ul li.active {
        display: block
    }

    .p-history .contents .left-anchor .timeline li.active {
        color: #676767;
        font-weight: 700
    }

    .p-history .contents .left-anchor .timeline li.active::before {
        background-color: initial
    }

    .p-history .contents .right {
        margin-left: initial;
        margin-top: 8vw;
        max-width: 100%;
        padding-left: initial;
        position: relative;
        width: 100%
    }

    .p-history .contents .right::before {
        display: none
    }

    .p-history .contents .right .history-item h2 {
        color: #e70113;
        font-size: 9.6vw;
        font-weight: 700
    }

    .p-history .contents .right .history-item h2+span {
        color: #000;
        display: block;
        font-size: 6.4vw;
        font-weight: 700;
        margin-top: 2.6666666667vw
    }

    .p-history .contents .right .history-item span+p {
        font-size: 4.2666666667vw;
        font-weight: 500;
        line-height: 1.7;
        margin-top: 2.6666666667vw
    }

    .p-history .contents .right .history-item .image-item {
        align-items: center;
        display: flex;
        flex-direction: column;
        margin-top: 5.3333333333vw
    }

    .p-history .contents .right .history-item .image-item li {
        width: 66.6666666667vw
    }

    .p-history .contents .right .history-item .image-item li:not(:first-child) {
        margin-left: initial;
        margin-top: 6.6666666667vw
    }

    .p-history .contents .right .history-item .image-item li span {
        display: inline-block;
        font-size: 3.7333333333vw;
        font-weight: 500;
        margin-top: 1.6vw
    }

    .p-history .contents .right .history-item .each-history {
        margin-top: 10.6666666667vw
    }

    .p-history .contents .right .history-item .each-history li:not(:first-child) {
        margin-top: 10.6666666667vw
    }

    .p-history .contents .right .history-item .each-history li span {
        color: #e70113;
        display: inline-block;
        font-size: 5.3333333333vw;
        font-weight: 700
    }

    .p-history .contents .right .history-item .each-history li p {
        color: #000;
        font-size: 4.2666666667vw;
        font-weight: 500;
        margin-top: initial
    }

    .p-history .contents .right .item01 {
        padding-bottom: 8vw;
        padding-top: 10.6666666667vw;
        position: relative
    }

    .p-history .contents .right .item01::before {
        display: none
    }

    .p-history .contents .right .item01::after {
        background-attachment: fixed;
        background-image: url(../../dam/page/assets/img/history/bg01.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        margin: 0 -5.3333333333vw;
        position: absolute;
        top: 0;
        width: 120vw
    }

    .p-history .contents .right .item01 h2 {
        position: relative
    }

    .p-history .contents .right .item01 h2::after {
        background-image: url(../../dam/page/assets/img/history/1950.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 1.3333333333vw;
        content: "";
        height: 15.4666666667vw;
        left: 0;
        position: absolute;
        width: 77.3333333333vw
    }

    .p-history .contents .right .item02 {
        padding-bottom: 13.3333333333vw;
        padding-top: 20vw;
        position: relative
    }

    .p-history .contents .right .item02::before {
        display: none
    }

    .p-history .contents .right .item02::after {
        background-attachment: fixed;
        background-image: url(../../dam/page/assets/img/history/bg02.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        margin: 0 -5.3333333333vw;
        position: absolute;
        top: 0;
        width: 120vw
    }

    .p-history .contents .right .item02 h2 {
        left: initial;
        position: relative
    }

    .p-history .contents .right .item02 h2::after {
        background-image: url(../../dam/page/assets/img/history/1990.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: initial;
        content: "";
        height: 15.4666666667vw;
        left: 0;
        position: absolute;
        top: -5.3333333333vw;
        width: 77.3333333333vw
    }

    .p-history .contents .right .item03 {
        padding-bottom: 13.3333333333vw;
        padding-top: 13.3333333333vw;
        position: relative
    }

    .p-history .contents .right .item03::before {
        display: none
    }

    .p-history .contents .right .item03::after {
        background-attachment: fixed;
        background-image: url(../../dam/page/assets/img/history/bg03.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        margin: 0 -5.3333333333vw;
        position: absolute;
        top: 0;
        width: 120vw
    }

    .p-history .contents .right .item03 h2 {
        position: relative
    }

    .p-history .contents .right .item03 h2::after {
        background-image: url(../../dam/page/assets/img/history/2000.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 10px;
        content: "";
        height: 15.4666666667vw;
        left: 0;
        position: absolute;
        width: 77.3333333333vw
    }

    .p-history .contents .right .item04 {
        padding-bottom: 32vw;
        padding-top: 13.3333333333vw;
        position: relative
    }

    .p-history .contents .right .item04::before {
        display: none
    }

    .p-history .contents .right .item04::after {
        background-attachment: fixed;
        background-image: url(../../dam/page/assets/img/history/bg04.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-size: cover;
        content: "";
        height: 100%;
        left: 0;
        margin: 0 -13.3333333333vw;
        position: absolute;
        top: 0;
        width: 120vw
    }

    .p-history .contents .right .item04 h2 {
        position: relative
    }

    .p-history .contents .right .item04 h2::after {
        background-image: url(../../dam/page/assets/img/history/2010.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 10px;
        content: "";
        height: 15.4666666667vw;
        left: 0;
        position: absolute;
        width: 77.3333333333vw
    }

    .p-about .contents .anchors {
        background-color: #fff8f0;
        padding: 9.6vw 4.2666666667vw 7.4666666667vw
    }

    .p-about .contents .anchors h2 {
        font-size: 6.4vw;
        line-height: 1.4;
        text-align: center;
        text-align: left
    }

    .p-about .contents .anchors ul {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
        margin-top: 6.6666666667vw;
        max-width: 1210px;
        padding: 0 0
    }

    .p-about .contents .anchors ul li {
        text-align: left;
        width: 50%
    }

    .p-about .contents .anchors ul li:nth-child(n+3) {
        margin-top: 3.7333333333vw
    }

    .p-about .contents .anchors ul li a {
        display: inline-block;
        font-size: 4.2666666667vw;
        font-weight: 700;
        padding-left: 5.3333333333vw;
        position: relative
    }

    .p-about .contents .anchors ul li a::before {
        background-image: url(../../dam/page/assets/img/about/anchor.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 1.6vw;
        left: 0;
        position: absolute;
        top: 45%;
        transform: translateY(-50%);
        transition: all .3s ease 0s;
        width: 2.9333333333vw
    }

    .p-about .contents .anchors ul li a:hover::before {
        top: 45%
    }

    .p-about .contents .what {
        padding: 9.3333333333vw 0 15.2vw;
        position: relative
    }

    .p-about .contents .what .l-inner {
        position: relative;
        z-index: 3
    }

    .p-about .contents .what p {
        font-size: 4.2666666667vw;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 5.3333333333vw;
        text-align: left
    }

    .p-about .contents .what nav {
        margin-top: 8vw;
        text-align: center
    }

    .p-about .contents .what nav a {
        border: 1px solid #e70113;
        border-radius: 4px;
        display: inline-block;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        transition: all .3s ease 0s;
        width: 100%
    }

    .p-about .contents .what nav a:hover {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 4px;
        color: #000;
        font-weight: 700;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center
    }

    .p-about .contents .what nav a:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-about .contents .what nav a::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-about .contents .what picture {
        display: block;
        margin-top: 9.3333333333vw
    }

    .p-about .contents .how {
        background-color: #fff8f0;
        background-color: #f9efe2;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #fff8f0 10px, #fff8f0 20px);
        background-size: auto auto;
        padding-bottom: 9.8666666667vw;
        padding-top: 9.3333333333vw;
        position: relative;
        z-index: 2
    }

    .p-about .contents .how .l-inner {
        position: relative;
        z-index: 3
    }

    .p-about .contents .how .item-box {
        background-color: #fff;
        border: #e70113 1px solid;
        border-radius: 24px;
        margin-top: 6.4vw;
        padding: 9.6vw 12.5333333333vw 9.0666666667vw;
        position: relative;
        z-index: 3
    }

    .p-about .contents .how .item-box p {
        font-size: 4.2666666667vw;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.5;
        text-align: left
    }

    .p-about .contents .how .item-box ul {
        display: flex;
        flex-wrap: wrap;
        margin-top: 6.4vw
    }

    .p-about .contents .how .item-box ul li {
        width: 100%
    }

    .p-about .contents .how .item-box ul li:nth-child(2n) {
        margin-left: initial
    }

    .p-about .contents .how .item-box ul li:nth-child(n+3) {
        margin-top: initial
    }

    .p-about .contents .how .item-box ul li:nth-child(n+1) {
        margin-top: 4.2666666667vw
    }

    .p-about .contents .how .item-box ul li span {
        display: block;
        font-size: 4.2666666667vw;
        font-weight: 700;
        line-height: 2;
        margin-top: 1.3333333333vw;
        text-align: center
    }

    .p-about .contents .who {
        padding: 9.3333333333vw 0 9.3333333333vw;
        position: relative
    }

    .p-about .contents .who .l-inner {
        position: relative;
        z-index: 3
    }

    .p-about .contents .who p {
        font-size: 4.2666666667vw;
        font-weight: 700;
        line-height: 1.6;
        margin-top: 2.6666666667vw;
        text-align: left
    }

    .p-about .contents .who picture {
        display: block;
        margin-top: 4.5333333333vw
    }

    .p-about .contents .who .img-wrapper {
        display: flex;
        flex-direction: column;
        margin-top: 2.6666666667vw
    }

    .p-about .contents .who .img-wrapper .flex {
        display: block
    }

    .p-about .contents .who .img-wrapper .flex picture:nth-child(1) {
        margin-right: initial
    }

    .p-about .contents .why {
        background-color: #f9efe2;
        background-image: repeating-linear-gradient(135deg, transparent, transparent 10px, #fff8f0 10px, #fff8f0 20px);
        background-size: auto auto;
        padding: 9.3333333333vw 0 16vw;
        position: relative
    }

    .p-about .contents .why .l-inner {
        position: relative;
        z-index: 3
    }

    .p-about .contents .why p {
        font-size: 4.2666666667vw;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1.7;
        margin-top: 2.6666666667vw;
        text-align: center
    }

    .p-about .contents .why .items {
        align-items: flex-start;
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 24px;
        display: flex;
        flex-wrap: wrap;
        margin-top: 6.4vw;
        padding: 10.6666666667vw 12.5333333333vw 14.1333333333vw
    }

    .p-about .contents .why .items li {
        align-items: center;
        display: flex;
        flex-direction: column;
        flex-direction: column;
        justify-content: center;
        width: 100%
    }

    .p-about .contents .why .items li:nth-child(2n+1) {
        width: initial
    }

    .p-about .contents .why .items li:nth-child(2n) {
        margin-left: initial;
        width: initial
    }

    .p-about .contents .why .items li:nth-child(n+3) {
        margin-top: initial
    }

    .p-about .contents .why .items li:nth-child(n+2) {
        margin-top: 13.3333333333vw
    }

    .p-about .contents .why .items li .gif {
        -o-object-fit: contain;
        height: 26.6666666667vw;
        min-height: initial;
        object-fit: contain;
        width: 26.6666666667vw
    }

    .p-about .contents .why .items li span {
        display: block;
        font-size: 8vw;
        font-weight: 700;
        margin-top: 2.6666666667vw;
        text-align: center
    }

    .p-about .contents .why .items li p {
        font-size: 4.2666666667vw;
        font-weight: 500;
        margin-top: 2.6666666667vw;
        min-height: initial;
        text-align: left;
        text-align: left
    }

    .p-about .contents .why .items li .image {
        margin-top: 4.5333333333vw
    }

    .p-about .contents .why .hr {
        margin-top: 8vw;
        position: 2
    }

    .p-about .contents .why .hr .item {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 24px;
        overflow: hidden;
        padding: 10.6666666667vw 12.5333333333vw 63.2vw;
        position: relative;
        z-index: 10
    }

    .p-about .contents .why .hr .item::before {
        background-image: url(../../dam/page/assets/img/about/bg-img--sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        border: initial;
        border-radius: initial;
        bottom: 0;
        bottom: -1.6vw;
        content: "";
        content: "";
        height: 64vw;
        left: 0;
        left: 50%;
        position: absolute;
        position: absolute;
        top: initial;
        transform: initial;
        transform: translateX(-50%);
        width: 100%;
        z-index: -1
    }

    .p-about .contents .why .hr .item h4 {
        color: #000;
        font-size: 8vw
    }

    .p-about .contents .why .hr .item p {
        font-size: 4.2666666667vw;
        font-weight: 500;
        letter-spacing: 0;
        line-height: 1.7;
        margin-top: 3.7333333333vw;
        text-align: left
    }

    .p-about .contents .why .hr .item nav {
        margin-top: 5.3333333333vw;
        text-align: center
    }

    .p-about .contents .why .hr .item a {
        border: 1px solid #e70113;
        border-radius: 4px;
        display: inline-block;
        font-size: 4.8vw;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        transition: all .3s ease 0s;
        width: 100%
    }

    .p-about .contents .why .hr .item a:hover {
        background-color: #fff;
        border: 1px solid #e70113;
        border-radius: 4px;
        color: #fff;
        font-weight: 700;
        padding: 18px 10px 16px;
        position: relative;
        text-align: center
    }

    .p-about .contents .why .hr .item a:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-about .contents .why .hr .item a::after {
        background-image: url(../../dam/page/assets/img/arrow-red.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        transition: all .3s ease 0s;
        width: 1.8666666667vw
    }

    .p-about .contents .why .hr .item a .pdf {
        padding-right: 8vw;
        position: relative
    }

    .p-about .contents .why .hr .item a .pdf::after {
        background-image: url(../../dam/page/assets/img/pdf.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 6.6666666667vw;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 5.8666666667vw
    }

    .p-about .contents .where {
        overflow: hidden;
        padding: 9.3333333333vw 4.2666666667vw 9.8666666667vw;
        position: relative
    }

    .p-about .contents .where .item-wrapper {
        position: relative;
        z-index: 3
    }

    .p-about .contents .where h4 {
        display: block;
        font-size: 6.9333333333vw;
        font-weight: 700;
        margin-top: 4vw;
        text-align: left
    }

    .p-about .contents .scroll-infinity.txt.what-item .scroll-infinity__item {
        width: 154vw
    }

    .p-about .contents .scroll-infinity.txt.how-item .scroll-infinity__item {
        width: 418vw
    }

    .p-about .contents .scroll-infinity.txt.who-item .scroll-infinity__item {
        width: 154vw
    }

    .p-about .contents .scroll-infinity.txt.where-item .scroll-infinity__item {
        width: 249vw
    }

    .p-about .contents .scroll-infinity.txt.why-item .scroll-infinity__item {
        width: 270vw
    }

    .p-about .contents .scroll-infinity.txt .scroll-infinity__item {
        margin-right: 8vw;
        position: relative;
        top: -5px
    }

    .p-about .contents .scroll-infinity.txt .scroll-infinity__list--right {
        animation: infinity-scroll-right 80s infinite linear .5s both
    }

    .p-about .contents .scroll-infinity.txt .scroll-infinity__item--text {
        font-family: Comfortaa, cursive;
        width: 125vw
    }

    .p-about .contents .scroll-infinity.txt .scroll-infinity__wrap:hover .scroll-infinity__list--right {
        animation-play-state: paused
    }

    .p-about .contents .sp-img {
        padding: 0 4.2666666667vw
    }

    .p-about .contents .sp-img ul {
        display: grid;
        gap: 4.2666666667vw;
        grid-template-columns: repeat(2, 1fr);
        margin-bottom: 16vw;
        margin-top: 0
    }

    .p-about .contents .sp-img ul li img {
        -o-object-fit: cover;
        aspect-ratio: 161/92;
        border-radius: 8px;
        object-fit: cover
    }

    .p-about .contents .btn-wrapper {
        background-color: #fff8f0;
        padding: 17.8666666667vw 4.2666666667vw 24vw
    }

    .p-about .contents .btn-wrapper p {
        display: block;
        font-size: 6.9333333333vw;
        font-weight: 700;
        text-align: center
    }

    .p-about .contents .btn-wrapper ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-top: 25px
    }

    .p-about .contents .btn-wrapper ul li:not(:first-child) {
        margin-left: initial;
        margin-top: 4vw
    }

    .p-about .contents .btn-wrapper ul li a {
        background-color: #e70113;
        border: 1px solid #e70113;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-size: 4.8vw;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        transition: all .3s ease 0s;
        width: 100%
    }

    .p-about .contents .btn-wrapper ul li a:hover {
        background-color: #e70113;
        border: 1px solid #e70113;
        border-radius: 4px;
        color: #fff;
        display: inline-block;
        font-weight: 700;
        max-width: 100%;
        padding: 4.8vw 2.6666666667vw 4.2666666667vw;
        position: relative;
        text-align: center;
        transition: all .3s ease 0s;
        width: 100%
    }

    .p-about .contents .btn-wrapper ul li a:hover::after {
        background-image: url(../../dam/page/assets/img/arrow-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-about .contents .btn-wrapper ul li a::after {
        background-image: url(../../dam/page/assets/img/arrow-white.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 3.2vw;
        position: absolute;
        right: 4vw;
        top: 50%;
        transform: translateY(-50%);
        width: 1.8666666667vw
    }

    .p-about .slider_parent {
        top: -1.3333333333vw
    }

    .p-about .slider_parent.what-item img {
        height: 26.6666666667vw
    }

    .p-about .slider_parent.where-item img {
        height: 34.6666666667vw
    }

    .p-about .slider_parent .slider {
        display: flex
    }

    .p-about .slider_parent .slider .text_scroll ul {
        -o-object-fit: contain;
        display: flex;
        margin: 0;
        object-fit: contain;
        padding: 0
    }

    .p-about .slider_parent .slider .text_scroll ul li {
        display: inline-block;
        margin-left: 8vw;
        margin-right: 8vw
    }

    .p-about .slider_parent .slider .text_scroll ul li img {
        -o-object-fit: contain;
        object-fit: contain;
        width: auto
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(-100%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes infinity-scroll-right {
    from {
        transform: translateX(0)
    }

    to {
        transform: translateX(-100%)
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}