@charset "UTF-8";

.page-title {
    padding: 88px 0 48px;
    background: url(../img/intro_bg.png) no-repeat center bottom / contain;
}

.page-title .en-title {
    color: var(--purple);
}

/*============================
共通
============================*/
.section-wrap {
    padding-top: 32px;
    padding-bottom: 0;
    background: #faf8ed;
}

.privacy,
.cookie,
.app {
    padding: 0 0 80px;
    background: #faf8ed;
}

.section-wrap .inner {
    width: 100%;
    margin: auto;
}

.section-wrap .section-title-en {
    font-family: var(--text-en);
    font-weight: 800;
    line-height: 1;
    color: var(--purple);
    text-align: center;
}

.section-wrap .section-title {
    margin-top: 2px;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
}

.section-wrap .section-title span {
    position: relative;
}

.section-wrap .section-title span:before {
    width: 160px;
    height: 3px;
    margin: auto;
    background-color: var(--purple);
    position: absolute;
    content: '';
    right: 0;
    bottom: -16px;
    left: 0;
}

.section-wrap .unit {
    margin-top: 40px;
    padding: 40px;
    border-radius: 64px;
    background-color: #fff;
    position: relative;
}

.section-wrap .unit .text {
    margin: 0;
    padding: 0;
    position: relative;
    font-weight: 700;
    line-height: 2;
}

.section-wrap .privacy-dl {
    margin-top: 24px;
}

.section-wrap .privacy__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--purple);
}

.section-wrap .unit .privacy__title:nth-of-type(n+2) {
    margin-top: 48px;
}

.section-wrap .privacy__title span {
    position: relative;
}

.section-wrap .privacy__title span::before {
    width: 80px;
    height: 3px;
    background-color: var(--purple);
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
}

.section-wrap .privacy__title span small {
    margin-right: 8px;
    font-size: 20px;
}

.section-wrap .privacy__text {
    margin: 24px 0 0 0;
    padding: 0;
    position: relative;
    font-weight: 700;
}

.section-wrap .unit__ol {
    margin: 40px 0 0;
    padding: 0 0 0 1em;
    list-style: none;
    counter-reset: li;
    position: relative;
    font-weight: 700;
}

.section-wrap .unit__ol li {
    margin: 24px 0 0 1em;
    padding: 0;
    position: relative;
}

.section-wrap .unit__ol>li:before {
    width: 24px;
    height: 24px;
    padding: 6px 0;
    counter-increment: li;
    border-radius: 100%;
    background: var(--purple);
    position: absolute;
    content: counter(li) "";
    top: -1px;
    left: -34px;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.section-wrap .unit__ol ol {
    margin: 8px 0;
    padding-left: 2em;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 400;
}

.section-wrap .unit__ol ol li {
    margin: 4px 0 0;
}

.section-wrap .unit__ol ul {
    list-style-type: disc;
}

.section-wrap .unit__ol ul li {
    margin: 8px 0 0 1em;
    padding: 0;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}

.section-wrap .inner-text {
    margin: 8px 0;
    font-size: 14px;
    font-weight: 400;
}

.section-wrap .intro_bg {
    width: 1440px;
    margin: 40px 0 -40px;
    background-color: #fff;
    text-align: center;
}

.section-wrap .intro_bg img {
    width: 1440px;
    max-width: none;
    margin: auto;
    transform: scale(1, -1);
}

.section-wrap .box {
    margin-top: 16px;
}

.section-wrap .box dl {
    margin-top: 16px;
    display: flex;
    justify-content: center;
}

.section-wrap .box dl dt {
    width: 72px;
}

.section-wrap .box dl dd {
    width: calc(100% - 100px);
}

/*============================
.privacy
============================*/
.privacy .privacy_img01 {
    display: none;
}

.privacy .privacy_img02 {
    width: calc(214px / 1.5);
    position: absolute;
    top: -281px;
    right: -61px;
}

.privacy .privacy_img03 {
    width: calc(275px / 1.5);
    position: absolute;
    bottom: -148px;
    left: -116px;
    z-index: 2;
}

.privacy .privacy_img04 {
    width: calc(215px / 1.5);
    position: absolute;
    right: -51px;
    bottom: -112px;
    z-index: 2;
}

/*============================
.cookie
============================*/
.cookie .cookie_img01 {
    width: calc(231px / 1.5);
    position: absolute;
    right: -50px;
    bottom: -57px;
    z-index: 2;
}

.cookie .cookie_img02 {
    width: calc(181px / 1.5);
    position: absolute;
    bottom: -203px;
    left: -78px;
    z-index: 2;
}

.cookie .cookie_img03 {
    display: none;
}

.cookie .cookie_img04 {
    width: calc(192px / 1.5);
    position: absolute;
    bottom: -27px;
    left: 97px;
    z-index: 2;
}

/*============================
.app
============================*/
.app .app_img01 {
    display: none;
}

.app .app_img02 {
    display: none;
}

.app .app_img03 {
    width: calc(311px / 1.5);
    position: absolute;
    right: -54px;
    bottom: -43px;
}

.app .app_img04 {
    width: calc(509px / 1.5);
    position: absolute;
    bottom: -110px;
    left: -300px;
    transform: scale(-1, 1);
}

/*============================
.sustainability
============================*/
.sustainability .sustainability_img01 {
    display: none;
}

.sustainability .sustainability_img02 {
    width: calc(88px / 1.5);
    position: absolute;
    top: -19px;
    left: -6px;
    transform: scale(-1, 1);
}

.sustainability .sustainability_img03 {
    width: calc(355px / 1.5);
    position: absolute;
    right: -123px;
    bottom: -188px;
    z-index: 1;
}

.sustainability .sustainability_img04 {
    width: calc(124px / 1.5);
    position: absolute;
    bottom: -84px;
    left: -23px;
    transform: scale(-1, 1);
    z-index: 1;
}

.sustainability .text02 {
    margin: 40px 0 0;
    font-weight: 700;
    line-height: 2;
}