@charset "UTF-8";
.wrapper {
    padding-top: 150px;
    background-color: #fefaf7;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .wrapper {
		padding-top: 120px;
	}
}
.mv-sub {
    z-index: 2;
}
.mv-sub__visual {
    background: url("/_common/img/about/mv.webp") 50% 50% / cover no-repeat;
}
.bg1 {
    position: absolute;
    top: o;
    right: 0;
    width: 100%;
    max-width: 929px;
    z-index: 1;
}
.bg2 {
    position: absolute;
    top: 428px;
    left: 0;
    width: 100%;
    max-width: 623px;
    z-index: 1;
}
 /* -------------------------------- */
.what {
    position: relative;
	padding: 160px 5% 160px;
    z-index: 2;
}
.what__inner {
	max-width: 1200px;
	margin: 0 auto;
}
.what h2 {
    color: #e47d6e;
    font-weight: 600;
    letter-spacing: .1em;
    line-height: 2;
}
.what h3 {
    margin-top: 40px;
    font-size: 38px;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 62px;
}
.what__description {
    margin-top: 40px;
    line-height: 2;
}
.what__contetns {
    position: relative;
    margin-top: 70px;
}
.what__contetns .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 68px;
    height: 68px;
}
.what__contetns ul {
    display: flex;
    gap: 40px;
}
.what__contetns ul li {
    flex: 1;
    padding: 30px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(51, 51, 51, .05);
}
.what__contetns ul li:nth-child(2) {
    background-color: #f9ecec;
}
.what__user {
    display: flex;
    justify-content: center;
    align-items: center;
}
.what__user span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 35px;
    background-color: #e47d6e;
    color: #fff;
    text-align: center;
    border: 1px solid #e47d6e;
    border-radius: 20px;
}
.what__contetns ul li:nth-child(2) .what__user span {
    background-color: #fff;
    color: #e47d6e;
}
.what__visual {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.what__ttl {
    font-size: 26px;
    line-height: 62px;
    text-align: center;
}
.what__text {
    margin-top: 30px;
    line-height: 2;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .what {
        padding: 60px 24px 100px;
    }
    .what h2 {
        color: #e47d6e;
        line-height: 2;
    }
    .what h3 {
        margin-top: 30px;
        font-size: 24px;
        line-height: 1.8;
    }
    .what__description {
        margin-top: 30px;
        line-height: 2;
    }
    .what__contetns {
        margin-top: 50px;
    }
    .what__contetns .icon {
        top: calc(100% - 17px);
        transform: translate(-50%,0) rotate(90deg);
    }
    .what__contetns ul {
        flex-direction: column;
        gap: 40px;
    }
    .what__contetns ul li:nth-child(1) {
        position: relative;
        z-index: 2;
    }
    .what__contetns ul li {
        padding: 40px 20px;
    }
    .what__user span {
        width: 110px;
        height: 35px;
    }
    .what__visual {
        margin-top: 20px;
    }
    .what__ttl {
        font-size: 22px;
        line-height: 2;
    }
    .what__text {
        margin-top: 20px;
        line-height: 2;
    }
}