/* --------------------
 Gyouji
-------------------- */
.com-page-head__title img {
    width: 200px;
}

@media (min-width: 768px) {
    .com-page-head__title img {
        width: 394px;
    }
}

@media (min-width: 992px) {
    .com-page-head__title img {
        width: 492px;
    }
}

.overview {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 44px;
    margin: 0 auto 120px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .overview {
        margin: 0 auto 150px;
        padding: 24px var(--c-pad) 0;
    }
}

.overview__main {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .overview__main {
        flex: 0 0 calc(50% - 20px);
    }
}

.overview__main__title {
    color: var(--color-sage-green);
    font-size: var(--fs24);
    font-weight: 900;
    letter-spacing: 0.15em;
    line-height: 2;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .overview__main__title {
        font-size: var(--fs30);
    }
}

@media (min-width: 992px) {
    .overview__main__content {
        max-width: 520px;
    }
}

.overview__main__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.89;
    margin: 0 0 1.75em;
}

@media (min-width: 768px) {
    .overview__main__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .overview__main__content p {
        font-size: var(--fs19);
    }
}

.overview__main__content p:last-child {
    margin-bottom: 0;
}

.overview__fig {
    flex: 0 0 100%;
}

@media (min-width: 992px) {
    .overview__fig {
        flex: 0 0 calc(50% - 24px);
    }
}

.overview__fig img {
    border-radius: 0 20px;
}

@media (max-width: 991px) {
    .overview__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .overview__fig img {
        border-radius: 0 30px;
    }
}

.schedule {
    margin: 0 auto 120px;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .schedule {
        margin: 0 auto 160px;
    }
}

@media (min-width: 768px) {
    .schedule .com-title {
        margin-bottom: 52px;
    }
}

.schedule__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px;
    justify-content: flex-start;
}

@media (min-width: 768px) {
    .schedule__item-wrapper {
        gap: 64px 30px;
    }
}

@media (min-width: 992px) {
    .schedule__item-wrapper {
        gap: 64px 48px;
    }
}

.schedule__item {
    flex: 0 0 100%;
    padding: 40px 0 0;
    position: relative;
}

@media (min-width: 768px) {
    .schedule__item {
        flex: 0 0 calc(50% - 15px);
    }
}

@media (min-width: 992px) {
    .schedule__item {
        flex: 0 0 calc(50% - 24px);
    }
}

.schedule__item:before, .schedule__item:after {
    background-color: var(--color-white);
    background-image: repeating-linear-gradient(90deg, #eaeaea, #eaeaea 1px, transparent 1px, transparent 30px), repeating-linear-gradient(0deg, #eaeaea, #eaeaea 1px, transparent 1px, transparent 30px);
    background-position: 50% 50%;
    background-size: 30px 30px;
    bottom: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 40px;
}

.schedule__item:before {
    transform: rotate(1.5deg);
    z-index: -1;
}

.schedule__item:after {
    z-index: 1;
}

.schedule__item__deco {
    filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.schedule__item__deco:before {
    background-color: #ffffff;
    content: "";
    display: block;
    height: 40px;
    -webkit-mask-image: url(../images/pages/gyouji/gyouji-schedule-mask.svg);
    mask-image: url(../images/pages/gyouji/gyouji-schedule-mask.svg);
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 760px 200px;
    mask-size: 760px 200px;
    width: 100%;
}

.schedule__item-inner {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: stretch;
    padding: 20px 12px;
    position: relative;
    z-index: 2;
}

@media (min-width: 992px) {
    .schedule__item-inner {
        display: block;
        padding: 24px 20px;
    }
}

.schedule__item__fig {
    flex: 0 0 auto;
    margin: 0 0 8px;
    text-align: center;
}

@media (min-width: 992px) {
    .schedule__item__fig {
        margin: 0 0 12px;
    }
}

.schedule__item__fig img {
    border-radius: 12px;
}

@media (max-width: 767px) {
    .schedule__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .schedule__item__fig img {
        border-radius: 22px;
    }
}

.schedule__item__main {
    align-items: stretch;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    gap: 24px 0;
}

@media (min-width: 992px) {
    .schedule__item__main {
        flex-direction: row;
    }
}

.schedule__item__main__head {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    flex-flow: row nowrap;
    gap: 12px;
    justify-content: center;
}

@media (min-width: 992px) {
    .schedule__item__main__head {
        align-items: stretch;
        flex: 0 0 170px;
        flex-direction: column;
    }
}

.schedule__item__main__head__month {
    color: var(--color-burgundy);
    font-size: var(--fs36);
    font-weight: 900;
    letter-spacing: 0.05em;
    line-height: 1;
    text-align: center;
}

@media (min-width: 768px) {
    .schedule__item__main__head__month {
        font-size: var(--fs40);
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__month {
        font-size: 3rem;
        padding: 16px 0 0;
    }
}

.schedule__item__main__head__month em {
    font-size: 4rem;
    font-style: normal;
    font-weight: inherit;
    letter-spacing: inherit;
}

@media (min-width: 768px) {
    .schedule__item__main__head__month em {
        font-size: 4.5rem;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__month em {
        font-size: 5.625rem;
    }
}

.schedule__item__main__head__month span {
    letter-spacing: inherit;
}

.schedule__item__main__head__icon {
    padding: 8px 0 0;
    text-align: center;
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon {
        padding: 0;
    }
}

.schedule__item__main__head__icon .--icon-4 {
    width: 89px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-4 {
        width: 104px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-4 {
        width: 148px;
    }
}

.schedule__item__main__head__icon .--icon-5 {
    width: 66px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-5 {
        width: 77px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-5 {
        width: 110px;
    }
}

.schedule__item__main__head__icon .--icon-6 {
    width: 51px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-6 {
        width: 59px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-6 {
        width: 84px;
    }
}

.schedule__item__main__head__icon .--icon-7 {
    width: 53px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-7 {
        width: 62px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-7 {
        width: 88px;
    }
}

.schedule__item__main__head__icon .--icon-8 {
    width: 68px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-8 {
        width: 79px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-8 {
        width: 112px;
    }
}

.schedule__item__main__head__icon .--icon-9 {
    width: 75px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-9 {
        width: 87px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-9 {
        width: 124px;
    }
}

.schedule__item__main__head__icon .--icon-10 {
    width: 53px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-10 {
        width: 62px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-10 {
        width: 88px;
    }
}

.schedule__item__main__head__icon .--icon-11 {
    width: 58px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-11 {
        width: 68px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-11 {
        width: 96px;
    }
}

.schedule__item__main__head__icon .--icon-12 {
    width: 54px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-12 {
        width: 63px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-12 {
        width: 90px;
    }
}

.schedule__item__main__head__icon .--icon-1 {
    width: 56px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-1 {
        width: 65px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-1 {
        width: 92px;
    }
}

.schedule__item__main__head__icon .--icon-2 {
    width: 82px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-2 {
        width: 96px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-2 {
        width: 136px;
    }
}

.schedule__item__main__head__icon .--icon-3 {
    width: 60px;
}

@media (min-width: 768px) {
    .schedule__item__main__head__icon .--icon-3 {
        width: 70px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__head__icon .--icon-3 {
        width: 100px;
    }
}

.schedule__item__main__contents {
    align-items: stretch;
    background-color: var(--color-white);
    border-radius: 12px;
    display: flex;
    flex: 1 0 auto;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 12px 20px;
}

@media (min-width: 768px) {
    .schedule__item__main__contents {
        border-radius: 20px;
    }
}

@media (min-width: 992px) {
    .schedule__item__main__contents {
        flex: 1 1 auto;
        min-height: 280px;
        padding: 0 30px;
    }
}

.schedule__item__main__contents ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.schedule__item__main__contents ul > li {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.2;
    margin: 0 0 16px;
    padding: 0 0 0 30px;
    position: relative;
}

@media (min-width: 768px) {
    .schedule__item__main__contents ul > li {
        font-size: var(--fs20);
    }
}

@media (min-width: 992px) {
    .schedule__item__main__contents ul > li {
        font-size: var(--fs22);
        padding: 0 0 0 32px;
    }
}

.schedule__item__main__contents ul > li:last-child {
    margin-bottom: 0;
}

.schedule__item__main__contents ul > li:before {
    background-image: url(../images/pages/gyouji/gyouji-schedule-icon-check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 18px;
    left: 0;
    position: absolute;
    top: 4px;
    width: 18px;
}

@media (min-width: 992px) {
    .schedule__item__main__contents ul > li:before {
        height: 20px;
        width: 20px;
    }
}

.other {
    margin: 0 auto;
    max-width: calc(var(--container-width) + var(--c-pad)*2);
    padding: 0 var(--c-pad);
    width: 100%;
}

@media (min-width: 768px) {
    .other .com-title {
        margin-bottom: 52px;
    }
}

.other__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 56px 30px;
    justify-content: flex-start;
}

@media (min-width: 992px) {
    .other__item-wrapper {
        gap: 56px 58px;
    }
}

.other__item {
    flex: 0 0 100%;
    position: relative;
}

@media (min-width: 768px) {
    .other__item {
        position: relative;
    }
}

@media (min-width: 992px) {
    .other__item {
        flex: 0 0 calc(50% - 29px);
    }
}

.other__item__tag {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    gap: 16px;
    justify-content: flex-start;
    left: 12px;
    position: absolute;
    top: 12px;
    z-index: 1;
}

@media (min-width: 992px) {
    .other__item__tag {
        left: 24px;
        top: 20px;
    }
}

.other__item__tag span {
    border-radius: 20px;
    color: var(--color-white);
    display: block;
    font-size: var(--fs16);
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1;
    padding: 4px 12px;
    text-align: center;
}

@media (min-width: 992px) {
    .other__item__tag span {
        font-size: var(--fs19);
        padding: 4px 16px;
    }
}

.other__item__tag span.--red {
    background-color: var(--color-coral-red);
}

.other__item__tag span.--green {
    background-color: var(--color-lime-green);
}

.other__item__tag span.--pink {
    background-color: var(--color-blush-pink);
}

.other__item__tag span.--orange {
    background-color: var(--color-orange);
}


.other__item__fig {
    margin: 0 0 20px;
    text-align: center;
}

.other__item__fig img {
    border-radius: 0 20px;
}

@media (max-width: 767px) {
    .other__item__fig img {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .other__item__fig img {
        border-radius: 0 30px;
    }
}

.other__item__title {
    color: var(--color-sage-green);
    font-size: var(--fs22);
    font-weight: 900;
    letter-spacing: 0.2em;
    line-height: 1.33;
    margin: 0 0 16px;
    text-align: center;
}

@media (min-width: 768px) {
    .other__item__title {
        font-size: var(--fs28);
    }
}

@media (min-width: 1240px) {
    .other__item__title {
        font-size: var(--fs30);
    }
}

.other__item__title .--small {
    font-size: var(--fs18);
    margin: 0 0.25em;
}

@media (min-width: 768px) {
    .other__item__title .--small {
        font-size: var(--fs20);
    }
}

@media (min-width: 1240px) {
    .other__item__title .--small {
        font-size: var(--fs22);
    }
}

.other__item__title > span {
    letter-spacing: inherit;
    position: relative;
    z-index: 1;
}

.other__item__title > span:after {
    background-color: var(--color-bright-yellow);
    border-radius: 0 5px;
    bottom: 0.05em;
    content: "";
    display: block;
    height: 8px;
    left: -0.25em;
    margin: 0 auto;
    position: absolute;
    right: -0.25em;
    width: auto;
    z-index: -1;
}

@media (min-width: 992px) {
    .other__item__title > span:after {
        height: 14px;
    }
}

.other__item__content p {
    font-size: var(--fs16);
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.57;
    margin: 0;
}

@media (min-width: 768px) {
    .other__item__content p {
        font-size: var(--fs18);
    }
}

@media (min-width: 992px) {
    .other__item__content p {
        font-size: var(--fs19);
    }
}

.other__item__icon {
    align-items: flex-end;
    display: flex;
    flex-flow: column nowrap;
    height: 100%;
    justify-content: flex-end;
    padding: 0 0 36px;
    width: 100%;
}