@charset "UTF-8";

.page-wrap {
    padding-bottom: 100px;
}

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

/*================================================================
#anchor
================================================================ */
.anchor .anchor__list {
    width: calc(100% / 4 - 16px);
}

.anchor .anchor__list:nth-child(n+5) {
    margin-top: 16px;
}

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

.intro .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro .right {
    width: 640px;
    position: relative;
}

.intro .sub-title {
    font-weight: 700;
    color: #7a7870;
}

.intro .title {
    margin-top: 8px;
    font-size: 32px;
}

.intro .text {
    margin-top: 16px;
}

.intro .intro__img01 img {
    border-radius: 80px 80px 0 0;
}

.intro .intro__img02 {
    position: absolute;
    top: -17px;
    left: -84px;
}

.intro .intro__img03 {
    position: absolute;
    right: -214px;
    bottom: -48px;
}

/*============================
.prevention
============================*/
.prevention {
    margin-top: -40px;
    padding: 0 0 80px;
    background: #faf8ed;
}

.prevention .inner {
    width: 960px;
    margin: auto;
}

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

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

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

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

.prevention .unit01 {
    margin-top: 40px;
    padding: 80px;
    border-radius: 80px;
    background-color: #fff;
    position: relative;
}

.prevention .unit01__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--light-blue);
}

.prevention .unit01 .unit01__title:nth-of-type(n+2) {
    margin-top: 48px;
}

.prevention .unit01__title span {
    position: relative;
}

.prevention .unit01__title span::before {
    width: 80px;
    height: 3px;
    background-color: var(--light-blue);
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
}

.prevention .unit01__title span small {
    margin-right: 8px;
    font-size: 20px;
}

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

.prevention .unit01__ol li {
    margin: 16px 0 0 1em;
    padding: 0;
    position: relative;
}

.prevention .unit01__ol>li:before {
    width: 24px;
    height: 24px;
    padding: 6px 0;
    counter-increment: li;
    border-radius: 100%;
    background: var(--light-blue);
    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;
}

.prevention .unit01__ol_ol {
    margin: 8px 0;
    padding-left: 2em;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 400;
}

.prevention .unit01__ol_ol li {
    margin: 4px 0 0;
}

.prevention .prevention_img01 {
    position: absolute;
    top: 115px;
    left: -279px;
}

.prevention .prevention_img02 {
    position: absolute;
    top: 370px;
    right: -202px;
}

.prevention .prevention_img03 {
    position: absolute;
    bottom: 238px;
    left: -324px;
}

.prevention .prevention_img04 {
    position: absolute;
    right: -251px;
    bottom: -11px;
}

/*============================
.customers
============================*/
.customers {
    padding: 0;
    background: #faf8ed;
    position: relative;
}

.customers .intro_bg {
    background-color: #fff;
}

.customers .intro_bg img {
    transform: scale(1, -1);
}

.customers .inner {
    width: 960px;
    margin: auto;
    padding-bottom: 40px;
}

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

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

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

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

.customers .unit01 {
    margin-top: 40px;
    padding: 80px;
    border-radius: 80px;
    background-color: #fff;
    position: relative;
}

.customers .unit01__title {
    font-size: 24px;
    font-weight: 700;
    color: var(--light-blue);
}

.customers .unit01 .unit01__title:nth-of-type(n+2) {
    margin-top: 48px;
}

.customers .unit01__title span {
    position: relative;
}

.customers .unit01__title span::before {
    width: 80px;
    height: 3px;
    background-color: var(--light-blue);
    position: absolute;
    content: '';
    bottom: -16px;
    left: 0;
}

.customers .unit01__title span small {
    margin-right: 8px;
    font-size: 20px;
}

.customers .unit01__ol {
    margin: 0;
    padding: 0;
    padding-left: 1em;
    list-style: none;
    counter-reset: li;
    position: relative;
    font-weight: 700;
}

.customers .unit01__ol li {
    margin: 16px 0 0 1em;
    padding: 0;
    position: relative;
}

.customers .unit01__ol>li:before {
    width: 24px;
    height: 24px;
    padding: 6px 0;
    counter-increment: li;
    border-radius: 100%;
    background: var(--light-blue);
    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;
}

.customers .unit01__ol_ol {
    margin: 8px 0;
    padding-left: 2em;
    list-style-type: decimal;
    font-size: 14px;
    font-weight: 400;
}

.customers .unit01__ol_ol li {
    margin: 4px 0 0;
}

.customers .customers_img01 {
    position: absolute;
    right: -176px;
    bottom: 94px;
}

.customers .customers_img02 {
    position: absolute;
    bottom: 182px;
    left: -158px;
}

.customers .customers_img03 {
    position: absolute;
    top: -181px;
    right: -163px;
}

.customers .customers_img04 {
    position: absolute;
    top: -111px;
    left: -43px;
}