@charset "UTF-8";

.page-title {
    padding: 88px 0 48px;
    background: url(../../common/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;
}

.section {
    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: 100%;
    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 .section-dl {
    margin-top: 24px;
}

.section-wrap .section__title {
    margin-top: 8px;
    font-size: 20px;
    font-weight: 700;
    color: var(--purple);
}

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

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

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

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

.section-wrap .unit__ol {
    margin: 40px 0 0;
    padding: 0;
    padding-left: 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 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);
}

/*============================
illust
============================*/
.illust01 {
    display: none;
}

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

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

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

.illust05 {
    width: calc(181px / 1.5);
    position: absolute;
    bottom: -57px;
    left: -74px;
    z-index: 2;
}

.illust06 {
    width: calc(181px / 1.5);
    position: absolute;
    right: -19px;
    bottom: -203px;
    z-index: 2;
}

.illust07 {
    width: calc(192px / 1.5);
    position: absolute;
    bottom: -34px;
    left: -37px;
    z-index: 2;
}

.illust08 {
    display: none;
}

.illust09 {
    width: calc(79px / 1.5);
    position: absolute;
    left: -10px;
    top: -7px;
    z-index: 2;
}

.illust10 {
    width: calc(278px / 1.5);
    position: absolute;
    bottom: -132px;
    right: -78px;
    z-index: 2;
}

.illust11 {
    display: none;
}

.illust12 {
    width: calc(120px / 1.5);
    position: absolute;
    bottom: -40px;
    right: 47px;
    z-index: 2;
}

/*================================================================
#
================================================================ */
.contents-wrap .container .left {
    text-align: center;
}

.contents-wrap .container .right {
    margin-top: 24px;
}

.black-btn-wrap {
    margin: 24px 0 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.black-btn-wrap li {
    width: 100%;
}

.black-btn-wrap li+li {
    margin-top: 16px;
}

.black-btn-wrap .black-btn {
    padding: 16px;
    font-size: 14px;
}

.program {
    margin-top: 24px;
}

.program a {
    padding: 8px;
    border-radius: 8px;
    background-color: #f0dde7;
    display: flex;
    align-items: center;
    font-weight: 700;
    transition: 0.3s;
}

.program a .program__img img {
    width: 180px;
    border-radius: 4px;
}

.program__text {
    margin-left: 16px;
}

.program a:hover {
    background-color: #e3bed1;
}