@charset "UTF-8";

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

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

/*============================
共通
============================*/
.section-wrap {
    padding-bottom: 80px;
}

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

.section-wrap .inner {
    width: 960px;
    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: 32px;
    font-weight: 700;
    text-align: center;
}

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

.section-wrap .section-title span:before {
    width: 100%;
    height: 3px;
    background-color: var(--purple);
    position: absolute;
    content: '';
    bottom: -8px;
    left: 0;
}

.section-wrap .unit {
    margin-top: 40px;
    padding: 80px;
    border-radius: 80px;
    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 {
    background-color: #fff;
}

.section-wrap .intro_bg img {
    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 {
    margin-top: -40px;
}

.privacy .privacy_img01 {
    position: absolute;
    top: -74px;
    left: -279px;
}

.privacy .privacy_img02 {
    position: absolute;
    top: -96px;
    right: -141px;
}

.privacy .privacy_img03 {
    position: absolute;
    bottom: -32px;
    left: -324px;
}

.privacy .privacy_img04 {
    position: absolute;
    right: -111px;
    bottom: 54px;
}

/*============================
.cookie
============================*/
.cookie .cookie_img01 {
    position: absolute;
    right: -176px;
    bottom: 98px;
}

.cookie .cookie_img02 {
    position: absolute;
    bottom: 182px;
    left: -158px;
}

.cookie .cookie_img03 {
    position: absolute;
    top: 10px;
    right: -290px;
}

.cookie .cookie_img04 {
    position: absolute;
    top: -111px;
    left: -43px;
}

/*============================
.app
============================*/
.app .app_img01 {
    position: absolute;
    top: -260px;
    left: -306px;
}

.app .app_img02 {
    position: absolute;
    top: -119px;
    right: -320px;
}

.app .app_img03 {
    position: absolute;
    right: -290px;
    bottom: 707px;
}

.app .app_img04 {
    position: absolute;
    bottom: -74px;
    left: -263px;
}

/*============================
.sustainability
============================*/
.sustainability .sustainability_img01 {
    position: absolute;
    top: -70px;
    right: -197px;
}

.sustainability .sustainability_img02 {
    position: absolute;
    top: 271px;
    left: -60px;
    transform: scale(-1, 1);
}

.sustainability .sustainability_img03 {
    position: absolute;
    right: -193px;
    bottom: 82px;
}

.sustainability .sustainability_img04 {
    position: absolute;
    bottom: 46px;
    left: -93px;
    transform: scale(-1, 1);
}

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