@charset "UTF-8";
/* --------------------
 Front
-------------------- */
@font-face {
    font-family: "Noto Sans JP Subset";
    src: url(../fonts/NotoSansJP-Black-subset.woff2);
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "Noto Sans JP Subset Vertical";
    src: url(../fonts/NotoSansJP-Black-subsetv.woff2);
    font-display: swap;
    font-weight: 900;
    font-style: normal;
}

.front__overview {
    background-color: #f4f4f1;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__overview {
        padding: 140px 0 130px;
    }
}

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

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

.front__overview__title {
    color: #29a039;
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.4;
    margin: 0 0 0.65em;
}

@media (min-width: 768px) {
    .front__overview__title {
        font-size: 3.2rem;
        text-align: center;
    }
}

@media (min-width: 992px) {
    .front__overview__title {
        font-size: 3.6rem;
    }
}

.front__overview__content {
    margin: 0 0 50px;
}

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

.front__overview__content p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 1.8;
    margin: 0;
}

@media (min-width: 768px) {
    .front__overview__content p {
        font-size: 1.8rem;
        text-align: center;
    }
}

.front__overview__fig {
    margin: 0 0 30px;
    text-align: center;
}

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

.front__overview__service__title {
    font-size: 2.8rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    line-height: 1.8;
    margin: 0 0 110px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__overview__service__title {
        font-size: 3.8rem;
        line-height: 1.4;
    }
}

@media (min-width: 992px) {
    .front__overview__service__title {
        font-size: 4.5rem;
    }
}

.front__overview__service__title img {
    width: 260px;
}

@media (min-width: 768px) {
    .front__overview__service__title img {
        margin: 0 0.35em 0 0;
        width: 360px;
    }
}

@media (min-width: 992px) {
    .front__overview__service__title img {
        width: 420px;
    }
}

.front__overview__service__title em {
    background: transparent;
    background: linear-gradient(to top, #ffed00 10px, rgba(255, 237, 0, 0) 10px, transparent 100%);
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.front__overview__service__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px;
    margin: 0 auto 110px;
    max-width: 1060px;
}

@media (min-width: 768px) {
    .front__overview__service__flx {
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }
}

@media (min-width: 992px) {
    .front__overview__service__flx {
        gap: 60px;
    }
}

.front__overview__service__flx__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .front__overview__service__flx__fig {
        text-align: left;
        width: calc(46% - 40px);
    }
}

@media (min-width: 992px) {
    .front__overview__service__flx__fig {
        width: calc(50% - 30px);
    }
}

.front__overview__service__flx__fig img {
    mix-blend-mode: multiply;
}

@media (min-width: 768px) {
    .front__overview__service__flx__main {
        width: 54%;
    }
}

@media (min-width: 992px) {
    .front__overview__service__flx__main {
        width: calc(50% - 30px);
    }
}

.front__overview__service__flx__main__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.7;
    margin: 0 0 0.75em;
}

@media (min-width: 992px) {
    .front__overview__service__flx__main__title {
        font-size: 3rem;
    }
}

.front__overview__service__flx__main__title em {
    color: #29a039;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.front__overview__service__flx__main__content p {
    
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__overview__service__flx__main__content p {
        font-size: 1.6rem;
    }
}

.front__overview__service__report {
    margin: 0 auto 100px;
    max-width: 1000px;
}

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

.front__overview__service__report__item-wrapper {
    margin: 0 0 20px;
}

.front__overview__service__report__item {
    background-color: #fff;
    border-radius: 14px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    margin: 0 0 80px;
    padding: 50px 20px 30px;
    position: relative;
}

@media (min-width: 768px) {
    .front__overview__service__report__item {
        margin-bottom: 60px;
        padding: 70px 30px 40px;
    }
}

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

.front__overview__service__report__item__title {
    background-color: #fff;
    border: 2px solid #29a039;
    color: #29a039;
    font-size: 1.8rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.09em;
    line-height: 1.2;
    margin: 0 auto;
    padding: 10px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translateY(-50%);
    width: 150px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__title {
        font-size: 2rem;
    }
}

.front__overview__service__report__item-inner {
    margin: 0 auto;
    max-width: 900px;
}

.front__overview__service__report__item__flx {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 0;
}

@media (min-width: 992px) {
    .front__overview__service__report__item__flx {
        align-items: flex-end;
        flex-direction: row;
        justify-content: space-between;
    }
}

.front__overview__service__report__item__flx__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 992px) {
    .front__overview__service__report__item__flx__fig {
        padding: 0 30px 0 10px;
        text-align: left;
        width: 42.2222222222%;
    }
}

.front__overview__service__report__item__flx__detail {
    width: 100%;
}

@media (min-width: 992px) {
    .front__overview__service__report__item__flx__detail {
        padding: 0 0 25px;
        width: 57.7777777778%;
    }
}

.front__overview__service__report__item__flx__detail__table {
    border: none;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.front__overview__service__report__item__flx__detail__table > thead > tr > th, .front__overview__service__report__item__flx__detail__table > thead > tr > td {
    border-bottom: 1px solid #9b9c9c;
    
    font-weight: 700;
    letter-spacing: 0.09em;
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    width: auto;
}

.front__overview__service__report__item__flx__detail__table > thead > tr > th em, .front__overview__service__report__item__flx__detail__table > thead > tr > td em {
    color: #f66100;
    font-size: 1.6rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > thead > tr > th {
        width: 180px;
    }
}

@media (min-width: 992px) {
    .front__overview__service__report__item__flx__detail__table > thead > tr > th {
        width: 140px;
    }
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th, .front__overview__service__report__item__flx__detail__table > tbody > tr > td {
    border-bottom: 1px dotted #9b9c9c;
    
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.4;
    padding: 10px 5px;
    position: relative;
    table-layout: fixed;
    text-align: center;
    width: auto;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > td:nth-child(2), .front__overview__service__report__item__flx__detail__table > tfoot > tr > td:nth-child(2) {
    background-color: #bdbdbd2f;
    color: #404040;
    position: relative;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > td:nth-child(2):after, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td:nth-child(2)::after {
    background: url(../images/icons/icon-gray-arrow.svg) no-repeat center / contain;
    content: "";
    display: block;
    height: 14px;
    inset: 0 -7px 0 auto;
    margin: auto 0;
    position: absolute;
    width: 14px;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tbody > tr > th, .front__overview__service__report__item__flx__detail__table > tbody > tr > td {
        font-size: 1.6rem;
        table-layout: auto;
    }
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th .small, .front__overview__service__report__item__flx__detail__table > tbody > tr > td .small {
    font-feature-settings: "palt";
    font-size: 1rem;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tbody > tr > th .small, .front__overview__service__report__item__flx__detail__table > tbody > tr > td .small {
        font-size: 1.2rem;
    }
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th .min, .front__overview__service__report__item__flx__detail__table > tbody > tr > td .min {
    font-size: 1.2rem;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th .hour, .front__overview__service__report__item__flx__detail__table > tbody > tr > td .hour, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td .hour {
    font-size: 1.5rem;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th em, .front__overview__service__report__item__flx__detail__table > tbody > tr > td em {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tbody > tr > th em, .front__overview__service__report__item__flx__detail__table > tbody > tr > td em {
        font-size: 2rem;
    }
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th.after, .front__overview__service__report__item__flx__detail__table > tbody > tr > td.after {
    /* background-color: rgba(41, 160, 57, 0.1); */
    border-right: 1px solid #9b9c9c;
    color: #f66100;
    font-size: 3rem;
    line-height: 0.5;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr > th {
    border-right: 1px solid #9b9c9c;
    padding-left: 15px;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr:last-child > th, .front__overview__service__report__item__flx__detail__table > tbody > tr:last-child > td {
    border-bottom-style: solid;
}

.front__overview__service__report__item__flx__detail__table > tbody > tr:nth-child(1) > th:before {
    background-color: #8bbf1f;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tbody > tr:nth-child(1) > th:before {
        height: 16px;
        left: 5px;
        width: 16px;
    }
}

.front__overview__service__report__item__flx__detail__table > tbody > tr:nth-child(2) > th:before {
    background-color: #d6dc00;
    bottom: 0;
    content: "";
    display: block;
    height: 12px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 12px;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tbody > tr:nth-child(2) > th:before {
        height: 16px;
        left: 5px;
        width: 16px;
    }
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td {
    border-bottom: 1px solid #9b9c9c;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.4;
    padding: 10px 5px;
    text-align: center;
    width: auto;
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th .small, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td .small {
    font-size: 1rem;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tfoot > tr > th .small, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td .small {
        font-size: 1.2rem;
    }
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th .min, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td .min {
    font-size: 1.2rem;
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th em, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td em {
    font-size: 1.8rem;
    font-style: normal;
    font-weight: inherit;
}

@media (min-width: 768px) {
    .front__overview__service__report__item__flx__detail__table > tfoot > tr > th em, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td em {
        font-size: 2rem;
    }
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th.after, .front__overview__service__report__item__flx__detail__table > tfoot > tr > td.after {
    /* background-color: rgba(41, 160, 57, 0.1); */
    border-right: 1px solid #9b9c9c;
    color: #f66100;
    font-size: 3rem;
    line-height: 0.5;
}

.front__overview__service__report__item__flx__detail__table > tfoot > tr > th {
    border-right: 1px solid #9b9c9c;
}

.front__overview__service__report__note p {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0;
    text-align: right;
}

.front__overview__service__menu {
    display: flex;
    flex-flow: column nowrap;
    gap: 80px 20px;
    margin: 0 auto;
    max-width: 1000px;
}

@media (min-width: 992px) {
    .front__overview__service__menu {
        align-items: stretch;
        flex-direction: row;
        justify-content: space-between;
    }
}

.front__overview__service__menu__item {
    width: 100%;
}

@media (min-width: 992px) {
    .front__overview__service__menu__item {
        width: calc(50% - 10px);
    }
}

.front__overview__service__menu__item__title {
    font-weight: 700;
    letter-spacing: 0.09em;
    margin: 0 auto 30px;
    padding: 0 20px;
    position: relative;
    text-align: center;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 768px) {
    .front__overview__service__menu__item__title {
        font-size: 2rem;
        padding: 0 30px;
    }
}

@media (min-width: 992px) {
    .front__overview__service__menu__item__title {
        margin-bottom: 60px;
    }
}

.front__overview__service__menu__item__title:before, .front__overview__service__menu__item__title:after {
    background-color: #000;
    bottom: 0;
    content: "";
    display: block;
    height: auto;
    left: auto;
    position: absolute;
    right: auto;
    top: 0;
    width: 1px;
}

.front__overview__service__menu__item__title:before {
    left: 0;
    transform: rotate(-15deg);
}

@media (min-width: 768px) {
    .front__overview__service__menu__item__title:before {
        transform: rotate(-20deg);
    }
}

.front__overview__service__menu__item__title:after {
    right: 0;
    transform: rotate(15deg);
}

@media (min-width: 768px) {
    .front__overview__service__menu__item__title:after {
        transform: rotate(20deg);
    }
}

.front__overview__service__menu__item__fig {
    margin: 0 0 30px;
    text-align: center;
}

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

.front__case {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__case {
        padding: 100px 0 140px;
    }
}

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

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

.front__case__item-wrapper {
    display: flex;
    flex-flow: column wrap;
    gap: 40px 20px;
    margin: 0 0 80px;
    padding-top: 30px;
}

@media (min-width: 768px) {
    .front__case__item-wrapper {
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 90px;
        padding-top: 0;
    }
}

@media (min-width: 992px) {
    .front__case__item-wrapper {
        gap: 40px;
    }
}

.front__case__item {
    width: 100%;
}

@media (min-width: 768px) {
    .front__case__item {
        width: calc(33.33333% - 13.33333px);
    }
}

@media (min-width: 992px) {
    .front__case__item {
        width: calc(33.33333% - 26.66667px);
    }
}

.front__case__item--new:before {
    background-color: #29a039;
    background-image: url(../images/pages/front/front-case-new.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    content: "";
    display: flex;
    height: 30px;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: -30px;
    width: 90px;
}

.front__case__item__link {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: inherit;
    display: block;
    height: 100%;
    padding: 20px 15px;
    position: relative;
    text-decoration: none;
    transition: background-color var(--com-transition);
    width: 100%;
}

@media (min-width: 992px) {
    .front__case__item__link {
        padding: 20px 15px;
    }
}

@media (hover: hover) and (pointer: fine)  {
    .front__case__item__link:hover {
        background: rgba(41, 160, 57, 0.1);
    }
}

.front__case__item__link__tag {
    align-items: center;
    background-color: #29a039;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    height: 30px;
    justify-content: center;
    left: 15px;
    margin: auto 0;
    position: absolute;
    top: -30px;
    width: 90px;
}

.front__case__item__link__thumb {
    margin: 0 0 25px;
    text-align: center;
}

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

.front__case__item__link__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.4;
    margin: 0 0 5px;
    padding: 0;
}

.front__case__item__link__content {
    margin: 0;
}

.front__case__item__link__content p {
    letter-spacing: 0.03em;
    line-height: 2;
    margin: 0;
}

.front__case__item__link__action {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

.front__case__item__link__action__button {
    align-items: center;
    background-color: #29a039;
    border: 1px solid #29a039;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 200px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.front__case__item__link__action__button__img {
    display: block;
    position: relative;
}

.front__case__item__link__action__button__img > img {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__case__item__link__action__button__img__hover {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__case__item__link:focus .front__case__item__link__action__button {
    background-color: #fff;
    color: #29a039;
}

.front__case__item__link:focus .front__case__item__link__action__button__img > img {
    opacity: 0;
}

.front__case__item__link:focus .front__case__item__link__action__button__img__hover {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .front__case__item__link:hover .front__case__item__link__action__button {
        background-color: #fff;
        color: #29a039;
    }

    .front__case__item__link:hover .front__case__item__link__action__button__img > img {
        opacity: 0;
    }

    .front__case__item__link:hover .front__case__item__link__action__button__img__hover {
        opacity: 1;
    }
}

.front__seminar {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__seminar {
        padding: 90px 0 140px;
    }
}

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

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

.front__seminar__item-wrapper {
    display: flex;
    flex-flow: column wrap;
    gap: 60px 40px;
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .front__seminar__item-wrapper {
        align-items: stretch;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 90px;
    }
}

@media (min-width: 992px) {
    .front__seminar__item-wrapper {
        gap: 50px;
    }
}

.front__seminar__item {
    width: 100%;
}

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

@media (min-width: 992px) {
    .front__seminar__item {
        width: calc(50% - 25px);
    }
}

.front__seminar__item__link {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    color: inherit;
    display: block;
    height: 100%;
    padding: 20px 30px;
    position: relative;
    text-decoration: none;
    transition: background-color var(--com-transition);
    width: 100%;
}

@media (hover: hover) and (pointer: fine)  {
    .front__seminar__item__link:hover {
        background: rgba(41, 160, 57, 0.1);
    }
}

.front__seminar__item__link__date {
    background-color: #fff;
    border: 1px solid #29a039;
    color: #29a039;
    display: block;
    font-size: 1.6rem;
    font-weight: 700;
    left: -8px;
    letter-spacing: 0.1em;
    line-height: 1.2;
    padding: 8px;
    position: absolute;
    top: -8px;
    z-index: 1;
}

@media (min-width: 768px) {
    .front__seminar__item__link__date {
        font-size: 2rem;
        top: -10px;
    }
}

.front__seminar__item__link__thumb {
    margin: 0 0 25px;
    text-align: center;
}

@media (min-width: 992px) {
    .front__seminar__item__link__thumb {
        margin: 0 -10px 25px;
    }
}

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

.front__seminar__item__link__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0 0 10px;
    padding: 0;
    text-decoration: underline;
}

.front__seminar__item__link__content {
    -webkit-box-orient:vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
            line-clamp: 2;
    margin: 0 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.front__seminar__item__link__content p {
    letter-spacing: 0.03em;
    line-height: 2;
    margin: 0;
}

.front__seminar__item__link__action {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
}

.front__seminar__item__link__action__button {
    align-items: center;
    background-color: #29a039;
    border: 1px solid #29a039;
    border-radius: 30px;
    color: #fff;
    display: flex;
    flex-flow: row nowrap;
    
    font-weight: 700;
    height: 48px;
    justify-content: center;
    letter-spacing: 0.15em;
    line-height: 1.2;
    margin: 0 auto;
    max-width: 200px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 100%;
}

.front__seminar__item__link__action__button__img {
    display: block;
    position: relative;
}

.front__seminar__item__link__action__button__img > img {
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__seminar__item__link__action__button__img__hover {
    display: block;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__seminar__item__link:focus .front__seminar__item__link__action__button {
    background-color: #fff;
    color: #29a039;
}

.front__seminar__item__link:focus .front__seminar__item__link__action__button__img > img {
    opacity: 0;
}

.front__seminar__item__link:focus .front__seminar__item__link__action__button__img__hover {
    opacity: 1;
}

@media (hover: hover) and (pointer: fine) {
    .front__seminar__item__link:hover .front__seminar__item__link__action__button {
        background-color: #fff;
        color: #29a039;
    }

    .front__seminar__item__link:hover .front__seminar__item__link__action__button__img > img {
        opacity: 0;
    }

    .front__seminar__item__link:hover .front__seminar__item__link__action__button__img__hover {
        opacity: 1;
    }
}

.front__news {
    background-color: #f4f4f1;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__news {
        padding: 90px 0 150px;
    }
}

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

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

.front__news__item-wrapper {
    margin: 0 0 80px;
}

@media (min-width: 768px) {
    .front__news__item-wrapper {
        margin: 0 0 100px;
    }
}

.front__news__item {
    border-bottom: 1px dotted #595757;
    padding: 7px 0;
}

.front__news__item__link {
    align-items: flex-start;
    color: inherit;
    display: flex;
    flex-flow: row wrap;
    gap: 8px 0;
    justify-content: flex-start;
    padding: 15px 50px 15px 5px;
    position: relative;
    text-decoration: none;
    transition: background-color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 768px) {
    .front__news__item__link {
        flex-wrap: nowrap;
    }
}

.front__news__item__link:after {
    background-image: url(../images/icons/icon-green-circle-arrow-right.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 34px;
    margin: auto 0;
    position: absolute;
    right: 5px;
    top: 0;
    width: 34px;
}

.front__news__item__link__date {
    display: block;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.4;
    width: 160px;
}

.front__news__item__link__cat {
    flex-grow: 0;
    flex-shrink: 0;
    width: 120px;
}

.front__news__item__link__title {
    flex-grow: 1;
    flex-shrink: 1;
    font-size: 1.6rem;
    letter-spacing: 0.11em;
    line-height: 1.6;
    margin: 0;
    width: 100%;
    word-break: break-all;
}

@media (min-width: 768px) {
    .front__news__item__link__title {
        width: auto;
    }
}

.front__news__item__link:focus {
    background-color: rgba(41, 160, 57, 0.1);
}

@media (hover: hover) and (pointer: fine) {
    .front__news__item__link:hover {
        background-color: rgba(41, 160, 57, 0.1);
    }
}

.front__feature {
    background-color: #f4f4f1;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__feature {
        padding: 130px 0 140px;
    }
}

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

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

.front__feature__flx {
    align-items: center;
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 50px;
    margin: 0 auto 60px;
    max-width: 980px;
}

@media (min-width: 768px) {
    .front__feature__flx {
        align-items: stretch;
        flex-direction: row;
        margin: 0 auto 10px;
    }
}

.front__feature__flx__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .front__feature__flx__fig {
        text-align: right;
        width: calc(48% - 50px);
    }
}

@media (min-width: 992px) {
    .front__feature__flx__fig {
        width: calc(50% - 30px);
    }
}

.front__feature__flx__fig img {
    mix-blend-mode: multiply;
}

.front__feature__flx__main {
    width: auto;
}

@media (min-width: 768px) {
    .front__feature__flx__main {
        width: 52%;
    }
}

@media (min-width: 992px) {
    .front__feature__flx__main {
        width: 50%;
    }
}

.front__feature__flx__main__title {
    font-size: min(5.3333333333vw, 2.4rem);
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.7;
    margin: 0 0 0.75em;
}

@media (min-width: 768px) {
    .front__feature__flx__main__title {
        font-size: min(3.125vw, 2.8rem);
    }
}

@media (min-width: 992px) {
    .front__feature__flx__main__title {
        font-size: 2.8rem;
    }
}

@media (min-width: 1240px) {
    .front__feature__flx__main__title {
        font-size: 3rem;
    }
}

.front__feature__flx__main__title em {
    color: #29a039;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

.front__feature__flx__main__content p {
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__feature__flx__main__content p {
        font-size: 1.6rem;
    }
}

.front__feature__flx__main__badge {
    display: flex;
    gap: 5px;
    margin: 20px 0;
}

@media screen and (min-width: 768px) {
    .front__feature__flx__main__badge {
        align-items: center;
        gap: 10px;
        margin: 50px 0;
    }
}

.front__feature__flx__main__badge img {
    flex-shrink: 0;
    height: 100px;
    mix-blend-mode: multiply;
    width: 100px;
}

@media (min-width: 768px) {
    .front__feature__flx__main__badge img {
        height: 146px;
        width: 146px;
    }
}

.front__feature__flx__main__badge__text__title {
    color: #8f7f21;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.6;
    margin: 0 0 0.5em;
}

@media (min-width: 768px) {
    .front__feature__flx__main__badge__text__title {
        font-size: 1.4rem;
    }
}

.front__feature__flx__main__badge__text__title em {
    font-size: 1.6rem;
    font-style: normal;
}

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

.front__feature__flx__main__badge__text__desc {
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin: 0;
}

@media (min-width: 768px) {
    .front__feature__flx__main__badge__text__desc {
        font-size: 1.2rem;
    }
}

.front__feature__list {
    margin: 0 0 60px;
}

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

.front__feature__list__item-wrapper {
    display: flex;
    flex-flow: column nowrap;
    gap: 40px 30px;
    margin: 0 auto 30px;
    max-width: 1060px;
}

@media (min-width: 768px) {
    .front__feature__list__item-wrapper {
        flex-direction: row;
        margin: 0 auto 70px;
    }
}

.front__feature__list__item {
    width: 100%;
}

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

.front__feature__list__item__thumb {
    margin: 0 0 15px;
    text-align: center;
}

.front__feature__list__item__thumb img {
    -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.2));
}

.front__feature__list__item__title {
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0 0 0.5em;
    text-align: center;
}

@media (min-width: 768px) {
    .front__feature__list__item__title {
        font-size: 2.2rem;
    }
}

.front__feature__list__item__content p {
    letter-spacing: 0.03em;
    line-height: 1.8;
    margin: 0;
}

.front__feature__tips__title {
    color: #29a039;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 0 40px;
    text-align: center;
}

@media (min-width: 768px) {
    .front__feature__tips__title {
        font-size: 3rem;
        margin: 0 0 90px;
    }
}

.front__feature__tips__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 40px 20px;
    margin: 0 auto 90px;
    max-width: 500px;
}

@media (min-width: 768px) {
    .front__feature__tips__item-wrapper {
        flex-wrap: nowrap;
        gap: 30px;
        max-width: 1000px;
    }
}

.front__feature__tips__item {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    position: relative;
    width: calc(50% - 10px);
}

@media (min-width: 768px) {
    .front__feature__tips__item {
        width: calc(25% - 22.5px);
    }
}

.front__feature__tips__item__thumb {
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 0 15px;
    text-align: center;
}

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

.front__feature__tips__item__thumb img {
    align-self: center;
}

.front__feature__tips__item__title {
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0;
    text-align: center;
}

@media (min-width: 992px) {
    .front__feature__tips__item__title {
        font-size: 1.8rem;
    }
}

@media (max-width: 767px) {
    .front__feature__tips__item:nth-child(1) .front__feature__tips__item__thumb img {
        width: 115px;
    }
}

@media (max-width: 767px) {
    .front__feature__tips__item:nth-child(2) .front__feature__tips__item__thumb img {
        width: 114px;
    }
}

@media (max-width: 767px) {
    .front__feature__tips__item:nth-child(3) .front__feature__tips__item__thumb img {
        width: 124px;
    }
}

@media (max-width: 767px) {
    .front__feature__tips__item:nth-child(4) .front__feature__tips__item__thumb img {
        width: 152px;
    }
}

.front__quality {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__quality {
        padding: 90px 0 140px;
    }
}

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

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

@media (min-width: 768px) {
    .front__quality .com-title {
        margin: 0 0 90px;
    }
}

.front__quality__item-wrapper {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .front__quality__item-wrapper {
        margin: 0 0 100px;
    }
}

.front__quality__item {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 30px 0;
    margin: 0 0 60px;
}

@media (min-width: 768px) {
    .front__quality__item {
        flex-direction: row;
        margin: 0 0 90px;
    }
}

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

.front__quality__item__fig {
    width: 100%;
}

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

.front__quality__item__main {
    width: 100%;
}

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

.front__quality__item__main-inner {
    margin: 0;
}

@media (min-width: 992px) {
    .front__quality__item__main-inner {
        max-width: 460px;
    }
}

.front__quality__item__main__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.7;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .front__quality__item__main__title {
        font-size: 3rem;
    }
}

.front__quality__item__main__content p {
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

@media (min-width: 768px) {
    .front__quality__item__main__content p {
        font-size: 1.6rem;
    }
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(odd) .front__quality__item__main {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 992px) {
    .front__quality__item:nth-child(odd) .front__quality__item__main {
        padding: 0 0 0 60px;
    }
}

.front__quality__item:nth-child(odd) .front__quality__item__fig img {
    border-bottom-right-radius: 70px;
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(odd) .front__quality__item__fig img {
        border-bottom-right-radius: 140px;
    }
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(even) {
        flex-direction: row-reverse;
    }
}

.front__quality__item:nth-child(even) .front__quality__item__main {
    padding: 0;
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(even) .front__quality__item__main {
        margin: 0 30px 0 0;
    }
}

@media (min-width: 992px) {
    .front__quality__item:nth-child(even) .front__quality__item__main {
        padding: 0 0 0 60px;
    }
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(even) .front__quality__item__main-inner {
        margin: 0 0 0 auto;
    }
}

.front__quality__item:nth-child(even) .front__quality__item__fig img {
    border-bottom-left-radius: 70px;
}

@media (min-width: 768px) {
    .front__quality__item:nth-child(even) .front__quality__item__fig img {
        border-bottom-left-radius: 140px;
    }
}

.front__support {
    background-color: #f4f4f1;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__support {
        padding: 130px 0 150px;
    }
}

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

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

@media (min-width: 768px) {
    .front__support .com-title {
        margin: 0 0 40px;
    }
}

.front__support__flx {
    align-items: center;
    display: flex;
    flex-flow: column-reverse nowrap;
    gap: 30px;
    margin: 0 auto 30px;
    max-width: 930px;
}

@media (min-width: 768px) {
    .front__support__flx {
        flex-direction: row;
        margin: 0 auto 60px;
    }
}

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

.front__support__flx__fig {
    text-align: center;
    width: 100%;
}

@media (min-width: 768px) {
    .front__support__flx__fig {
        text-align: right;
        width: 39.7849462366%;
    }
}

@media (min-width: 992px) {
    .front__support__flx__fig {
        width: 43.2258064516%;
    }
}

.front__support__flx__main {
    width: 100%;
}

@media (min-width: 768px) {
    .front__support__flx__main {
        padding: 0 30px 0 0;
        width: 60.2150537634%;
    }
}

@media (min-width: 992px) {
    .front__support__flx__main {
        width: 56.7741935484%;
    }
}

.front__support__flx__main__title {
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.7;
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    .front__support__flx__main__title {
        font-size: 3rem;
    }
}

.front__support__flx__main__content p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.front__support__action {
    margin: 0 0 130px;
}

.front__support__detail {
    margin: 0 auto;
    max-width: 1060px;
}

.front__support__detail__head {
    align-items: center;
    display: flex;
    flex-flow: column nowrap;
    gap: 25px;
    justify-content: center;
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .front__support__detail__head {
        align-items: flex-start;
        flex-direction: row;
        justify-content: flex-start;
        margin: 0 0 60px;
    }
}

.front__support__detail__head__title {
    color: #29a039;
    flex-grow: 0;
    flex-shrink: 0;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.15em;
    margin: 0;
    position: relative;
}

@media (min-width: 992px) {
    .front__support__detail__head__title {
        font-size: 3rem;
    }
}

.front__support__detail__head__title:after {
    background-color: #29a039;
    bottom: -25px;
    -webkit-clip-path: polygon(0 0, calc(50% + 6px) 0, calc(50% + 18px) calc(100% - 1.5px), calc(50% + 18px) 0, 100% 0, 100% 1px, calc(50% + 18.5px) 1px, calc(50% + 18.5px) 100%, calc(50% + 5.5px) 1px, 0 1px);
    clip-path: polygon(0 0, calc(50% + 6px) 0, calc(50% + 18px) calc(100% - 1.5px), calc(50% + 18px) 0, 100% 0, 100% 1px, calc(50% + 18.5px) 1px, calc(50% + 18.5px) 100%, calc(50% + 5.5px) 1px, 0 1px);
    content: "";
    display: block;
    height: 17px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    width: auto;
}

.front__support__detail__head__content {
    flex-grow: 1;
    flex-shrink: 1;
    padding: 5px 0 0;
}

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

.front__support__detail__head__content p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.front__support__detail__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin: 0 auto;
    max-width: 600px;
}

@media (min-width: 768px) {
    .front__support__detail__item-wrapper {
        flex-wrap: nowrap;
        margin: 0;
        max-width: none;
    }
}

.front__support__detail__item {
    width: calc(50% - 15px);
}

@media (min-width: 768px) {
    .front__support__detail__item {
        width: calc(25% - 22.5px);
    }
}

.front__support__detail__item__fig {
    margin: 0 0 15px;
    text-align: center;
}

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

@media (max-width: 767px) {
    .front__support__detail__item__fig img {
        max-width: 236px;
        width: 80%;
    }
}

.front__support__detail__item__action {
    text-align: center;
}

.front__support__detail__item__action a {
    color: #29a039;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.2;
    margin: 0 auto;
    position: relative;
    text-decoration: none;
    transition: color 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: -webkit-fit-content;
    width: fit-content;
}

@media (min-width: 992px) {
    .front__support__detail__item__action a {
        font-size: 1.6rem;
    }
}

.front__support__detail__item__action a:after {
    background-color: #29a039;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    right: 0;
    top: auto;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.front__support__detail__item__action a:focus {
    color: #000;
}

.front__support__detail__item__action a:focus:after {
    opacity: 0;
}

@media (hover: hover) and (pointer: fine) {
    .front__support__detail__item__action a:hover {
        color: #000;
    }

    .front__support__detail__item__action a:hover:after {
        opacity: 0;
    }
}

.front__faq {
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__faq {
        padding: 90px 0 140px;
    }
}

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

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

@media (min-width: 768px) {
    .front__faq .com-title {
        margin: 0 0 90px;
    }
}

.front__faq__list {
    margin: 0 0 30px;
}

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

.front__faq__list__item {
    border-bottom: 1px solid #818282;
}

.front__faq__list__item:first-child {
    border-top: 1px solid #818282;
}

.front__faq__list__item__q {
    cursor: pointer;
    padding: 12px 40px;
    position: relative;
}

@media (min-width: 768px) {
    .front__faq__list__item__q {
        padding: 15px 80px 15px 70px;
    }
}

.front__faq__list__item__q:before {
    background-image: url(../images/pages/faq/faq-icon-q.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 24px;
    left: 5px;
    margin: auto 0;
    position: absolute;
    right: auto;
    top: 0;
    width: 16px;
}

@media (min-width: 768px) {
    .front__faq__list__item__q:before {
        background-size: 20px 30px;
        height: 30px;
        left: 25px;
        width: 20px;
    }
}

.front__faq__list__item__q__title {
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    line-height: 1.6;
    margin: 0;
    position: relative;
}

@media (min-width: 768px) {
    .front__faq__list__item__q__title {
        font-size: 2rem;
    }
}

.front__faq__list__item__q__title:before {
    background-image: url(../images/pages/faq/faq-icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -26px;
    top: 0;
    transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, height 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    .front__faq__list__item__q__title:before {
        height: 25px;
        right: -35px;
        width: 25px;
    }
}

.front__faq__list__item__q__title:after {
    background-image: url(../images/pages/faq/faq-icon-plus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    display: block;
    height: 16px;
    left: auto;
    margin: auto 0;
    position: absolute;
    right: -26px;
    top: 0;
    transition: opacity 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, height 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    width: 16px;
}

@media (min-width: 768px) {
    .front__faq__list__item__q__title:after {
        height: 25px;
        right: -35px;
        width: 25px;
    }
}

.front__faq__list__item__a {
    background-color: rgba(211, 217, 0, 0.1);
    border-top: 1px solid #818282;
    display: none;
    padding: 20px 0;
}

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

@media (min-width: 768px) {
    .front__faq__list__item__a__content {
        padding-left: 70px;
    }
}

.front__faq__list__item__a__content:before {
    background-image: url(../images/pages/faq/faq-icon-a.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: 5px;
    margin: 0;
    position: absolute;
    top: 0;
    width: 18px;
}

@media (min-width: 768px) {
    .front__faq__list__item__a__content:before {
        height: 24px;
        left: 25px;
        width: 20px;
    }
}

.front__faq__list__item__a__content p {
    
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0 0 1.5em;
}

@media (min-width: 768px) {
    .front__faq__list__item__a__content p {
        font-size: 1.6rem;
    }
}

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

.front__faq__list__item__a__content p a {
    color: #29a039;
    text-decoration: underline;
}

.front__faq__list__item__a__content p a:focus {
    text-decoration: none;
}

@media (hover: hover) and (pointer: fine) {
    .front__faq__list__item__a__content p a:hover {
        text-decoration: none;
    }
}

.front__faq__list__item.is-active .front__faq__list__item__q__title:before {
    opacity: 1;
    transform: rotate(180deg);
}

.front__faq__list__item.is-active .front__faq__list__item__q__title:after {
    height: 0;
    opacity: 0;
    transform: rotate(180deg);
}

.front__price {
    background-image: url(../images/pages/front/front-price-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__price {
        padding: 130px 0 150px;
    }
}

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

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

.front__price__item-wrapper {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    gap: 100px;
    margin: 0 0 80px;
    position: relative;
}

@media (min-width: 768px) {
    .front__price__item-wrapper {
        flex-direction: row;
        margin: 0 0 130px;
    }
}

.front__price__item {
    background-color: rgba(255, 255, 255, 0.85);
    border-radius: 20px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
    padding: 60px 15px 40px;
    position: relative;
    width: 100%;
}

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

.front__price__item__title {
    color: #29a039;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.3em;
    line-height: 1.2;
    margin: 0 0 50px;
    position: relative;
    text-align: center;
}

.front__price__item__title:after {
    background-image: url(../images/pages/front/front-price-title-line.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 125px;
}

.front__price__item__number {
    text-align: center;
}

.front__price__item__number .small {
    color: #29a039;
    display: block;
    font-size: 2.4rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 10px 0 0;
}

.front__price__item__number .tax {
    color: #29a039;
    display: block;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0 auto;
    text-align: right;
}

@media screen and (min-width: 768px) {
    .front__price__item__number .tax {
        font-size: 1.4rem;
    }
}

.front__price__item__initial {
    align-items: center;
    display: flex;
    flex-flow: row nowrap;
    gap: 56px;
    justify-content: space-between;
    margin: 25px auto 0;
    max-width: 320px;
    position: relative;
}

.front__price__item__initial:before {
    background-color: #ff9800;
    bottom: 0;
    -webkit-clip-path: polygon(0 12px, 12px 12px, 12px 0, 14px 0, 14px 12px, 26px 12px, 26px 14px, 14px 14px, 14px 26px, 12px 26px, 12px 14px, 0 14px);
    clip-path: polygon(0 12px, 12px 12px, 12px 0, 14px 0, 14px 12px, 26px 12px, 26px 14px, 14px 14px, 14px 26px, 12px 26px, 12px 14px, 0 14px);
    content: "";
    display: block;
    height: 26px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 26px;
}

.front__price__item__initial__item {
    background-color: #ff9800;
    border-radius: 50%;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.4;
    position: relative;
    width: calc(50% - 28px);
}

.front__price__item__initial__item:before {
    content: "";
    display: block;
    padding: 100% 0 0;
}

.front__price__item__initial__item__text {
    align-items: center;
    bottom: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1;
}

.front__price__item__monthly {
    margin: 30px auto 0;
    max-width: 260px;
}

.front__price__item__monthly__item {
    background-color: #ff9800;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    line-height: 1.4;
    padding: 12px 5px;
    text-align: center;
}

.front__price__item:first-child:before {
    background-color: #29a039;
    bottom: -72.8px;
    -webkit-clip-path: polygon(0 18px, 18px 18px, 18px 0, 26px 0, 26px 18px, 44px 18px, 44px 26px, 26px 26px, 26px 44px, 18px 44px, 18px 26px, 0 26px);
    clip-path: polygon(0 18px, 18px 18px, 18px 0, 26px 0, 26px 18px, 44px 18px, 44px 26px, 26px 26px, 26px 44px, 18px 44px, 18px 26px, 0 26px);
    content: "";
    display: block;
    height: 44px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: auto;
    width: 44px;
}

@media (min-width: 768px) {
    .front__price__item:first-child:before {
        left: auto;
        right: -72.8px;
        top: 0;
    }
}

.front__msg {
    background-color: #f4f4f1;
    padding: 40px 0;
}

@media (min-width: 768px) {
    .front__msg {
        padding: 130px 0 120px;
    }
}

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

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

@media (min-width: 768px) {
    .front__msg .com-title {
        margin: 0 0 90px;
    }
}

.front__msg__item-wrapper {
    margin: 0 0 30px;
}

@media (min-width: 768px) {
    .front__msg__item-wrapper {
        margin: 0 0 110px;
    }
}

.front__msg__item {
    align-items: stretch;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-flow: column nowrap;
    overflow: hidden;
}

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

.front__msg__item__fig {
    width: 100%;
}

@media (min-width: 768px) {
    .front__msg__item__fig {
        width: 45%;
    }
}

.front__msg__item__fig img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.front__msg__item__main {
    align-items: stretch;
    display: flex;
    flex-flow: column nowrap;
    justify-content: stretch;
    padding: 30px 20px;
    width: 100%;
}

@media (min-width: 768px) {
    .front__msg__item__main {
        justify-content: center;
        padding: 50px 30px 20px 30px;
        width: 55%;
    }
}

@media (min-width: 992px) {
    .front__msg__item__main {
        padding: 50px 20px 20px 70px;
    }
}

.front__msg__item__main__title {
    margin: 0 0 20px;
}

.front__msg__item__main__content {
    margin: 0 0 40px;
}

.front__msg__item__main__content p {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
    line-height: 2;
    margin: 0;
}

.front__msg__item__main__profile__company {
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    line-height: 1.7;
    margin: 0 0 5px;
}

.front__msg__item__main__profile__name {
    font-size: 2.4rem;
    letter-spacing: 0.1em;
    line-height: 1.4;
    margin: 0;
}