@charset "utf-8";

/*===========================================================
about01
===========================================================*/

.about01-illust-box01 {
	z-index: -1;
}

.about01-illust-box02 {
	z-index: -1;
}

.about02-block {
    margin: 40px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
	flex-wrap: wrap;
    gap: 40px;
}

.about02-block:first-child {
    margin: 0;
}

.about02-box {
    padding: 0 15px 15px 0;
}

.about02-item {
	padding: 15px;
    width: 280px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    background: var(--white);
    box-shadow: 15px 15px 0 0 #D6CCB1 !important;
}

.about02-item-text span {
    font-size: clamp(16px, calc(1rem + ((1vw - 3.75px) * 0.6472)), 26px);
}

/*===========================================================
about03
===========================================================*/

.about03-area {
	gap: 40px 20px;
}

.about03-main-title-box::before {
    content: "";
    display: block;
    margin: auto 20px 0 0;
    width: 2px;
    height: 50px;
    background: var(--base-font-color);
    transform: rotate(-35deg);
}

.about03-main-title-box::after {
    content: "";
    display: block;
    margin: auto 0 0 20px;
    width: 2px;
    height: 50px;
    background: var(--base-font-color);
    transform: rotate(35deg);
}

/*===========================================================
about04
===========================================================*/

.about04-btn-area {
	gap: 40px;
}

.about04-btn-area a {
    padding: 20px 15px;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:414px) {


/*===========================================================

===========================================================*/



} /* min-width: 414px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {


/*===========================================================

===========================================================*/



} /* min-width: 544px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 768px) {


/*===========================================================

===========================================================*/

} /* min-width: 768px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width: 1024px) {


/*===========================================================
about02
===========================================================*/

.about02-block {
    gap: 35px;
}

.about02-item {
    width: 390px;
    height: 390px;
}

} /* min-width: 1024px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {


/*===========================================================

===========================================================*/



} /* min-width: 1200px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1440px) {


/*===========================================================

===========================================================*/



} /* min-width: 1440px ここまで */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1620px) {




} /* min-width: 1520px ここまで */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */ 