@charset "UTF-8";

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

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

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

.section {
    padding: 0 0 80px;
    background: #faf8ed;
}

.section-wrap .inner {
    width: 960px;
    margin: auto;
    position: relative;
}

.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 .section__title {
    font-size: 20px;
    font-weight: 700;
    color: var(--purple);
}

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

.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__text {
    margin: 40px 0 0 0;
    padding: 0;
    position: relative;
    font-weight: 700;
}

.section-wrap .intro_bg {
    background-color: #fff;
}

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

.section01 {
    margin-top: -40px;
}

/*============================
illust
============================*/
.illust01 {
    position: absolute;
    bottom: -59px;
    left: -237px;
}

.illust02 {
    width: 170px;
    position: absolute;
    top: -200px;
    right: 80px;
}

.illust03 {
    position: absolute;
    bottom: 15px;
    left: -236px;
}

.illust04 {
    width: 180px;
    position: absolute;
    top: -64px;
    right: -40px;
}

.illust05 {
    position: absolute;
    bottom: 3px;
    left: -123px;
}

.illust06 {
    position: absolute;
    top: -27px;
    right: -133px;
}

.illust07 {
    position: absolute;
    bottom: 54px;
    left: -53px;
}

.illust08 {
    position: absolute;
    right: -208px;
    bottom: -153px;
}

.illust09 {
    position: absolute;
    top: -92px;
    left: -54px;
}

.illust10 {
    position: absolute;
    right: -196px;
    bottom: -1px;
}

.illust11 {
    position: absolute;
    top: 57px;
    left: -290px;
}

.illust12 {
    position: absolute;
    right: -77px;
    bottom: 52px;
}

/*================================================================
#
================================================================ */
.contents-wrap .container {
    display: flex;
}

.contents-wrap .container .left {
    width: 45%;
    text-align: center;
}

.contents-wrap .container .left img {
    min-width: 297px;
}

.contents-wrap .container .right {
    width: 60%;
    padding-left: 40px;
}

.black-btn-wrap {
    margin: 40px 0 0;
    list-style: none;
    display: flex;
    align-items: center;
}

.black-btn-wrap.center {
    justify-content: center;
}

.black-btn-wrap li+li {
    margin-left: 24px;
}

.black-btn-wrap .black-btn {
    padding: 16px 48px 16px 40px;
}

.program {
    margin-top: 32px;
}

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

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

.program__text {
    margin-left: 16px;
}

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