/* --------------------
 Anicom
-------------------- */
.anicom {
    overflow: hidden;
}

.anicom__page-head {
    background-color: #f2f3f3;
    height: 180px;
    margin: 0 0 40px;
    padding: 0 0 20px;
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .anicom__page-head {
        height: 260px;
        margin: 0 0 50px;
        padding: 0;
    }
}

.anicom__page-head:after {
    background-image: url(../../images/commons/com-page-head-deco.svg);
    background-position: center;
    background-repeat: repeat-x;
    background-size: 190px 20px;
    bottom: -1px;
    content: "";
    display: block;
    height: 21px;
    left: 0;
    position: absolute;
    right: 0;
    width: auto;
    z-index: 1;
}

@media (min-width: 768px) {
    .anicom__page-head:after {
        background-size: 237px 24px;
        height: 24px;
    }
}

.anicom__page-head-container {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
    max-width: 1080px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .anicom__page-head-container {
        padding: 0 30px;
    }
}

.anicom__page-head__logo img {
    mix-blend-mode: multiply;
    width: 220px;
}

@media (min-width: 768px) {
    .anicom__page-head__logo img {
        width: 395px;
    }
}

.anicom-container {
    margin: 0 auto;
    max-width: 770px;
    padding: 0 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .anicom-container {
        padding: 0 30px;
    }
}

.anicom__main {
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .anicom__main {
        margin: 0 0 80px;
    }
}

.anicom__main__lead {
    margin: 0 -10px 80px;
}

@media (min-width: 768px) {
    .anicom__main__lead {
        margin: 0 0 80px;
    }
}

.anicom__main__lead p {
    font-size: var(--fs18);
    font-weight: 500;
    letter-spacing: 0.07em;
    line-height: 2;
    margin: 0;
    text-align: center;
}

@media (min-width: 768px) {
    .anicom__main__lead p {
        font-size: var(--fs22);
        letter-spacing: 0.1em;
    }
}

.anicom__main__lead p em {
    color: #007641;
    font-style: normal;
    font-weight: 700;
}

.anicom__main__about {
    border: 2px dashed #007641;
    border-radius: 15px;
    margin: 0 0 60px;
    padding: 40px 20px 25px;
    position: relative;
}

@media (min-width: 768px) {
    .anicom__main__about {
        border-radius: 30px;
        margin: 0 0 140px;
        padding: 40px;
    }
}

.anicom__main__about__title {
    background-color: #fff;
    color: #007641;
    font-size: var(--fs16);
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 auto;
    padding: 0 6px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .anicom__main__about__title {
        font-size: var(--fs18);
        padding: 0 10px;
    }
}

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

.anicom__main__about__list > li {
    font-size: var(--fs14);
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
    padding: 0 0 0 20px;
    position: relative;
}

@media (min-width: 768px) {
    .anicom__main__about__list > li {
        font-size: var(--fs16);
    }
}

.anicom__main__about__list > li:before {
    background-color: #01743f;
    border-radius: 50%;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    position: absolute;
    top: 8px;
    width: 12px;
}

@media (min-width: 768px) {
    .anicom__main__about__list > li:before {
        height: 14px;
        top: 10px;
        width: 14px;
    }
}

.anicom__main__about__list > li .-small {
    font-size: var(--fs12);
}

.anicom__main__menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    margin: 0 auto 60px;
    max-width: 640px;
}

@media (min-width: 768px) {
    .anicom__main__menu {
        align-items: flex-start;
        flex-direction: row;
        margin: 0 auto 80px;
    }
}

.anicom__main__menu__item {
    position: relative;
    width: 100%;
}

@media (min-width: 768px) {
    .anicom__main__menu__item {
        width: calc(50% - 20px);
    }
}

.anicom__main__menu__item__title {
    font-size: var(--fs16);
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin: 0 auto 20px;
    padding: 0 15px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .anicom__main__menu__item__title {
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: -20px;
        transform: translateY(-100%);
    }
}

.anicom__main__menu__item__title:before, .anicom__main__menu__item__title:after {
    background-color: #008c3a;
    bottom: -2px;
    content: "";
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: auto;
    top: 3px;
    width: 1px;
}

.anicom__main__menu__item__title:before {
    left: 0;
    transform: rotate(-30deg);
}

.anicom__main__menu__item__title:after {
    right: 0;
    transform: rotate(30deg);
}

.anicom__main__menu__item__action a {
    display: block;
    margin: 0 auto;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

.anicom__main__menu__item__action a img {
    border-radius: 4px;
}

.anicom__main__menu__item__action a:focus {
    opacity: 0.65;
}

@media (hover: hover) and (pointer: fine) {
    .anicom__main__menu__item__action a:hover {
        opacity: 0.65;
    }
}

.anicom__main__menu__item:nth-child(2) .anicom__main__menu__item__title:before, .anicom__main__menu__item:nth-child(2) .anicom__main__menu__item__title:after {
    top: 10px;
}

.anicom__main__links {
    margin: 0 auto;
    max-width: 640px;
}

.anicom__main__links__item {
    margin: 0 0 15px;
}

.anicom__main__links__item:last-child {
    margin-bottom: 0;
}

.anicom__main__links__item a {
    color: #595757;
    font-size: var(--fs14);
    text-decoration: underline;
    -webkit-text-decoration-color: #595757;
    text-decoration-color: #595757;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-text-decoration-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .anicom__main__links__item a {
        font-size: var(--fs16);
    }
}

.anicom__main__links__item a:focus {
    opacity: 0.65;
    -webkit-text-decoration-color: rgba(89, 87, 87, 0);
    text-decoration-color: rgba(89, 87, 87, 0);
}

@media (hover: hover) and (pointer: fine) {
    .anicom__main__links__item a:hover {
        opacity: 0.65;
        -webkit-text-decoration-color: rgba(89, 87, 87, 0);
        text-decoration-color: rgba(89, 87, 87, 0);
    }
}

.anicom__info {
    padding: 40px 0;
    position: relative;
}

.anicom__info:before {
    background-color: #eaf1da;
    bottom: 0;
    content: "";
    display: block;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
}

.anicom__info-container {
    margin: 0 auto;
    max-width: 630px;
    position: relative;
    z-index: 1;
}

.anicom__info__item {
    margin: 0 0 30px;
}

.anicom__info__item:last-child {
    margin-bottom: 0;
}

.anicom__info__item__title {
    color: #007340;
    font-size: var(--fs14);
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.anicom__info__item__content p {
    font-size: var(--fs14);
    letter-spacing: 0.02em;
    line-height: 1.8;
    margin: 0 0 1.25em;
}

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

.anicom__info__item__content p a {
    color: inherit;
}