@charset "UTF-8";

body {
    background-color: #fff;
}

/* breadcrumb */
.breadcrumb {
    max-width: 920px;
    margin-right: auto;
    margin-left: auto;
}

@media screen and (width >= 1220px) {
    .breadcrumb {
        max-width: 1200px;
    }
}

/* entry title */
.entry-title {
    margin: 0 0 10px;
    font-size: 1.875rem;
    font-weight: 700;
    line-height: 1.3;
    text-align: center;
}

@media screen and (width <= 639px) {
    .entry-content .entry-title:not(.generic-entry-title) {
        font-size: 1.5rem;
    }
}

/* tagline */
.tagline {
    margin: 0 auto 3rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
}

@media screen and (width <= 639px) {
    .tagline {
        margin-bottom: 1.5rem;
        font-size: 1.125rem;
    }
}

/* container */
.container-narrow {
    max-width: 960px;
}

/* heading-single-line */
.heading-single-line {
    padding: 0.625rem 0 0.625rem 1rem;
    border-left: 5px solid #3ea966;
    margin-top: 4rem;
    color: #3ea966;
    font-size: 1.5rem;
    font-weight: bold;
}

/* both straight line */
.heading-both-straight-line {
    position: relative;
    top: -1.4rem;
    display: flex;
    align-items: start;
    justify-content: center;
    color: #3ea966;
    font-size: 1.875rem;
    line-height: 1.5;
}

.heading-both-straight-line::before,
.heading-both-straight-line::after {
    position: static;
    flex-grow: 1;
    border-top: 4px solid #3ea966;
    margin-top: 1.3rem;
    content: '';
}

.heading-both-straight-line-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0 1rem;
}

.heading-both-straight-line-icon {
    display: inline-block;
    margin: 0.25rem 0.875rem 0 0;
}

.heading-both-straight-line svg {
    display: inline-block;
    width: 48px;
    flex-shrink: 0;
    margin: 0 0.875rem 0 0;
    fill: #3ea966;
}

@media screen and (width <= 695px) {
    .heading-both-straight-line {
        top: -1rem;
        font-size: 1.5rem;
        line-height: 1.3;
    }

    .heading-both-straight-line::before,
    .heading-both-straight-line::after {
        margin-top: 1rem;
    }

    .heading-both-straight-line-inner {
        max-width: 370px;
        padding: 0 0.5rem;
    }

    .heading-both-straight-line-icon {
        width: 40px;
        margin: 0.2rem 0.5rem 0 0;
    }

    .heading-both-straight-line svg {
        width: 40px;
        margin: -0.25rem 0.5rem 0 0;
    }
}

@media screen and (width <= 420px) {
    .heading-both-straight-line-inner {
        max-width: 300px;
    }
}

/* box style - border */
.box-border {
    padding: 2rem;
    border: solid 4px #dff5ea;
    border-radius: 1rem;
    margin: 2rem auto;
}

.box-border .box-border-lists {
    padding: 0 1.5rem 0 2rem;
}

.box-border .box-border-lists li {
    margin: 1rem 0;
    font-size: 1.125rem;
}

.box-border .heading-with-line {
    margin-bottom: 1.5rem;
}

@media screen and (width <= 639px) {
    .box-border {
        padding: 1rem;
    }
}

/* box style - drop shadow */
.box-drop-shadow {
    padding: 2rem;
    border-radius: 4px;
    box-shadow: 0 0 8px rgb(0 0 0 / 10%);
}

.box-drop-shadow-e200,
.box-drop-shadow-e400 {
    padding: 2rem;
    border-radius: 1rem;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
}

.box-drop-shadow-e400 {
    box-shadow: 0 0 16px rgb(0 0 0 / 20%);
}

@media screen and (width <= 639px) {
    .box-drop-shadow-e200,
    .box-drop-shadow-e400 {
        padding: 1rem;
    }
}

/* button style */
.button-medium {
    padding: 1.5rem;
    font-size: 1.125rem;
}

/* pagenation */
ul.page-numbers,
.page-numbers.current,
.page-numbers.dots,
.page-numbers a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    list-style: none;
}

ul.page-numbers {
    padding: 0;
    margin: 1rem 0 5rem;
}

ul.page-numbers li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page-numbers.current,
.page-numbers.dots,
.page-numbers a {
    min-width: 2.5rem;
    min-height: 2.5rem;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.875rem;
    text-decoration: none;
}

.page-numbers.next {
    display: none;
}

.page-numbers li {
    position: relative;
}

.page-numbers li:hover {
    background: #f2f9f7;
}

.page-numbers.dots {
    color: transparent;
}

.page-numbers.dots:hover {
    background: #fff;
}

span.page-numbers.dots::after {
    position: absolute;
    top: 0.7rem;
    left: -0.1rem;
    display: block;
    color: #818181;
    content: '・・・・・';
    font-size: 1rem;
    font-weight: 400;
    letter-spacing: -0.55rem;
}

/* section post list */
.section-postlist-inner {
    padding-bottom: 6rem;
}

.section-postlist-wrap
    .section-postlist:nth-child(odd)
    .section-postlist-inner {
    background-color: #f2f9f7;
}

/* post cards */
.post-cards {
    display: grid;
    justify-content: center;
    padding: 0;
    margin: 0;
    gap: 60px;
    grid-template-columns: repeat(auto-fit, 360px);
    list-style: none;
}

@media screen and (width <= 979px) {
    .post-cards {
        gap: 30px;
        grid-template-columns: repeat(auto-fit, 45%);
    }
}

@media screen and (width <= 639px) {
    .post-cards {
        grid-template-columns: repeat(auto-fit, 100%);
    }
}

.post-card {
    border-bottom: 8px solid #3ea966;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    transition: 0.3s all;
}

.post-card:hover,
.post-card:active {
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
}

.post-card .button,
.post-card .button.button-download {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    width: max-content;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    margin: 0;
    font-size: 1rem;
    transform: translate(-50%);
}

.post-card-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #171717;
    transition: 0.3s all;
}

.post-card-figure {
    margin: -1rem -1rem 1rem;
}

.post-card-figure img {
    vertical-align: bottom;
}

.post-card-title {
    padding-right: 1rem;
    color: #3ea966;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
}

.post-card-arrow-icon {
    position: relative;
}

.post-card-arrow-icon::after {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: -7px;
    background: url('../img/home/icon-arrow-right_green.svg') no-repeat center
        center / cover;
    content: '';
}

.post-card-link[target='_blank'] .post-card-arrow-icon {
    padding-right: 1.5rem;
}

.post-card-link[target='_blank'] .post-card-arrow-icon::after {
    width: 24px;
    height: 24px;
    margin-top: -12px;
    background-image: url('../img/home/icons/icon_link-blank_green.svg');
}

/* post cards vertical */
.post-cards-vertical {
    display: block;
}

.post-cards-vertical .post-card {
    border-bottom: 1px dotted #c2c2c2;
    box-shadow: none;
}

.post-cards-vertical .post-card:hover,
.post-cards-vertical .post-card:active {
    box-shadow: none;
}

.post-cards-vertical .post-card-title {
    margin-bottom: 0;
}

.post-cards-vertical .post-card-title br {
    display: none;
}

.post-cards-vertical .post-card-link {
    position: relative;
    display: grid;
    height: auto;
    padding: 1.5rem;
    gap: 1rem;
    grid-template-columns: 200px 1fr;
}

.post-cards-vertical .post-card-link:hover,
.post-cards-vertical .post-card-link:active {
    background-color: #f2f9f7;
}

.post-cards-vertical .post-card-arrow-icon::after {
    right: 0.5rem;
}

.post-cards-vertical .post-card-figure {
    margin: 0;
}

@media screen and (width <= 639px) {
    .post-cards-vertical .post-card-title {
        display: -webkit-box;
        overflow: hidden;
        margin-top: 0.5rem;
        -webkit-box-orient: vertical;
        font-size: 1rem;
        -webkit-line-clamp: 2;
        word-break: break-all;
    }

    .post-cards-vertical .post-card-link {
        padding: 1rem 0.5rem;
        grid-template-columns: 150px 1fr;
    }

    .post-cards-vertical .event-meta-date {
        display: none;
    }
}

/* wordpress entry body styles */
.article {
    overflow-x: hidden;
}

.article .alignfull {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw;
    max-width: 100vw;
}

.entry-container {
    margin-bottom: 5rem;
}

.entry-container-negative {
    margin-bottom: -5rem;
}

.entry-content {
    --wp--preset--color--black: #2f3e36; /* stylelint-disable-line custom-property-pattern -- wordpress property */
}

.entry-content
    h2:not(
        .heading-with-line,
        .heading-both-straight-line,
        .tagline,
        .landing-section-title
    ) {
    padding: 0.5rem 0 0.5rem 1rem;
    border-left: 5px solid;
    margin: 4rem 0 2rem;
    color: #3ea966;
    font-size: 1.5rem;
    font-weight: bold;
}

.entry-content h2.has-text-align-center {
    padding: 0;
    border-left: 0;
}

.entry-content h3:not(.post-card-title, .feature-card-title) {
    border: 0;
    margin: 4rem 0 1rem;
    color: #2f3e36;
    font-size: 1.25rem;
    font-weight: bold;
}

.entry-content .has-background h3:first-child {
    margin-top: 0;
}

.entry-content ul,
.entry-content ol {
    padding-left: 1rem;
}

.entry-content li > ul,
.entry-content li > ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.entry-content li {
    margin: 0.5rem 0;
}

.entry-content li:last-child {
    margin-bottom: 0;
}

.entry-content ul.post-cards,
.entry-content li.post-card {
    padding: 0;
    margin: 0;
}

.entry-content table,
.entry-content th,
.entry-content td {
    border: 1px solid #dedede;
    background-color: #fff;
}

.entry-content thead {
    border: 0;
}

.entry-content thead th {
    background-color: #3ea966;
    color: #fff;
}

.entry-content th {
    background-color: #f8f8f8;
}

.entry-content td ul,
.entry-content td ol {
    padding-left: 1.5rem;
}

.entry-content .th-nowrap th {
    width: 1%;
    white-space: nowrap;
}

.entry-content .wp-element-caption {
    margin-top: 0.3rem;
    color: #606060;
    font-size: 0.75rem;
    text-align: center;
}

/* stylelint-disable selector-class-pattern -- kebab case class names are defined by wordpress */
.entry-content .wp-block-group__inner-container > *:first-child,
.entry-content .wp-block-column > *:first-child {
    margin-top: 0;
}

.entry-content .wp-block-group__inner-container > *:last-child,
.entry-content .wp-block-column > *:last-child {
    margin-bottom: 0;
}

.entry-content
    .has-background:not(
        .entry-content-cta,
        .box-border,
        .wp-block-button__link,
        .alignfull
    ) {
    padding: 2rem;
    border-radius: 1rem;
}
/* stylelint-enable selector-class-pattern */

.entry-content h3.feature-explanation-box-title,
.entry-content .feature-explanation-box-title {
    margin: 1.5rem 0;
}

.entry-content .wp-block-separator {
    border: 0;
}

.entry-content .text-nowrap {
    white-space: nowrap;
}

.entry-content .text-break-all {
    word-break: break-all;
}

@media screen and (width <= 991px) {
    .press-entry-container .heading-with-line {
        font-size: 1.25rem;
    }
}

@media screen and (width <= 639px) {
    .press-entry-container {
        margin-bottom: 3rem;
    }

    .entry-content .table-sp-vertical table,
    .entry-content .table-sp-vertical tr,
    .entry-content .table-sp-vertical th,
    .entry-content .table-sp-vertical td,
    .entry-content .table-sp-vertical tbody,
    .entry-content .table-sp-vertical thead,
    .entry-content .table-sp-vertical tfoot {
        display: block;
        width: 100%;
    }
}

/* responsive support for youtube embedding block */
.wp-block-embed-youtube {
    margin: 2rem auto;
}

/* stylelint-disable selector-class-pattern -- kebab case class names are defined by wordpress */
.wp-block-embed-youtube .wp-block-embed__wrapper {
    position: relative;
    overflow: hidden;
    height: 0;
    padding-bottom: 56.25%;
}

.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/* stylelint-enable selector-class-pattern */

/* pdfjsblock embedding block */
.wp-block-pdfjsblock-pdfjs-embed {
    max-width: 700px;
    margin: 0 auto;
}

/* icon lists */
ul.icon-lists {
    padding-left: 0;
    list-style: none;
}

ul.icon-lists li {
    position: relative;
    margin-left: 1.5em;
}

ul.icon-lists li::after {
    position: absolute;
    top: 0.3em;
    left: -1.5em;
    width: 1.125em;
    height: 1.125em;
    background: url('../img/icon_check.svg') no-repeat center center / cover;
    content: '';
}

/* space adjustment */
.blank-space {
    padding: 4rem 0;
}

/* color utility */
.color-ml-green700 {
    color: #3ea966;
}

.color-accent {
    color: #f26507;
}

.color-gray {
    color: #818181;
}

/* background color utility */
.bgcolor-ml-green50 {
    background-color: #f2f9f7;
}

/* wordpress entry body CTA */
/* stylelint-disable selector-class-pattern -- kebab case class names are defined by wordpress */
.entry-content-cta-booklets .wp-block-group__inner-container {
    padding: 2rem;
    margin: 4rem 0;
}

.entry-content-cta-booklets .home-booklets {
    margin: 0 auto;
}

@media screen and (width <= 639px) {
    .entry-content-cta-booklets .wp-block-group__inner-container {
        padding: 2rem 1rem;
    }
}
/* stylelint-enable selector-class-pattern */

/* font size utility */
.font-size-base {
    font-size: 1rem;
}

.font-size-lg {
    font-size: 1.125rem;
}

/* spacing utility */
.m-0 {
    margin: 0;
}

.mt-md {
    margin-top: 1rem;
}

.mt-xl {
    margin-top: 2rem;
}

.mb-md {
    margin-bottom: 1rem;
}

.mb-xl {
    margin-bottom: 2rem;
}

/* --------------------------------
 for post-type-testimonial
-------------------------------- */

/* testimonial nav */
.testimonial-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 2rem 0.5rem;
    border: solid 4px #dff5ea;
    border-radius: 1rem;
    margin: 2rem 0 3rem;
    gap: 15px 30px;
    list-style: none;
}

.testimonial-nav-link {
    position: relative;
    display: block;
    padding-right: 1.5rem;
    border-bottom: 2px solid transparent;
    font-weight: bold;
}

.testimonial-nav-link::after {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 12px;
    height: 12px;
    box-sizing: border-box;
    border: 2px solid;
    border-color: #3ea966 transparent transparent #3ea966;
    border-radius: 3px;
    margin-top: -10px;
    content: '';
    transform: rotate(-135deg);
}

.testimonial-nav-link:hover,
.testimonial-nav-link:active {
    border-color: #2f3e36;
    color: #2f3e36;
    text-decoration: none;
}

.testimonial-nav-link:hover::after,
.testimonial-nav-link:active::after {
    border-color: #2f3e36 transparent transparent #2f3e36;
}

@media screen and (width <= 991px) {
    .testimonial-nav {
        padding: 1rem 0.5rem;
    }
}

@media screen and (width <= 639px) {
    .testimonial-nav {
        display: none;
    }
}

/* testimonial meta */
.testimonial-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

/* testimonial entry meta */
.testimonial-entry-meta {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 2rem;
    background-color: #f2f9f7;
}

.testimonial-entry-meta-items {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.testimonial-entry-meta-item {
    padding: 0 0.5rem;
    border-right: 1px solid #818181;
}

.testimonial-entry-meta-name {
    font-weight: bold;
}

.testimonial-entry-meta-date {
    color: #818181;
    font-size: 0.875rem;
    white-space: nowrap;
}

.testimonial-entry-meta-item:last-child {
    border-right: 0;
}

.testimonial-entry-meta-tag {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 6px;
}

@media screen and (width >= 980px) {
    .testimonial-entry-meta-tag {
        max-width: 450px;
    }
}

@media screen and (width <= 979px) {
    .testimonial-entry-meta {
        display: block;
    }

    .testimonial-entry-meta-items {
        margin-bottom: 1rem;
    }
}

@media screen and (width <= 639px) {
    .testimonial-entry-meta-items {
        display: block;
    }

    .testimonial-entry-meta-item {
        border: 0;
    }
}

/* testimonial label */
.testimonial-label {
    display: inline-block;
    padding: 2px 6px;
    border: 1px solid #3ea966;
    background-color: #fff;
    color: #3ea966;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.testimonial-label-ml4sf {
    padding: 2px 12px;
    border-color: #17a0db;
    border-radius: 5rem;
    margin-bottom: 0.5rem;
    background-color: #17a0db;
    color: #fff;
    letter-spacing: 0;
}

/* testimonial related section */
.testimonial-related-section {
    padding-bottom: 2rem;
}

@media screen and (width >= 980px) {
    .single-testimonial .post-cards {
        gap: 5%;
        grid-template-columns: repeat(auto-fit, 30%);
    }

    .single-testimonial .post-card:nth-child(4) {
        display: none;
    }
}

/* testimonial entry header */
.testimonial-entry-header-title {
    margin: 0 0 2rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (width <= 639px) {
    .testimonial-entry-header-title {
        font-size: 1.5rem;
    }
}

/* testimonial entry main img */
.testimonial-entry-main-img {
    width: 100%;
    vertical-align: bottom;
}

@media screen and (width <= 639px) {
    .testimonial-entry-main-img {
        height: 160px;
        object-fit: cover;
    }
}

/* testimonial interview styles */
.ancillary-text {
    position: relative;
    padding-left: 70px;
    margin-top: 4rem;
    margin-bottom: 2rem;
    font-size: 1rem;
}

.ancillary-text::after {
    position: absolute;
    top: 0.7em;
    left: 0;
    display: block;
    width: 60px;
    height: 2px;
    background-color: #171717;
    content: '';
}

h2 + .ancillary-text {
    margin-top: 0;
}

.impressive-text {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (width <= 639px) {
    .impressive-text {
        font-size: 1.5rem;
    }
}

/* testimonial entry content */
.testimonial-entry-content mark {
    background: linear-gradient(transparent 64%, #fcea63 0%);
    color: #2f3e36;
}

/* --------------------------------
 for post-type-feature
-------------------------------- */

/* features nav */
.features-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 4rem 0;
    gap: 17px;
    list-style: none;
}

.features-nav .button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.features-nav svg {
    display: inline-block;
    width: 28px;
    margin-right: 0.5rem;
    fill: #fff;
}

.features-nav-top .button-arrow::after {
    transform: rotate(90deg);
}

.features-nav-bottom .button-arrow::after {
    transform: rotate(-90deg);
}

.features-nav-heading + .features-nav {
    margin-top: 0;
}

@media screen and (width <= 1279px) {
    .features-nav {
        display: grid;
        max-width: 960px;
        margin-right: auto;
        margin-left: auto;
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (width <= 991px) {
    .features-nav {
        max-width: none;
        margin-right: 1rem;
        margin-left: 1rem;
    }

    .features-nav svg {
        margin-right: 0.25rem;
    }

    .features-nav-item .button-medium {
        padding-left: 0.875rem;
        font-size: 1rem;
    }
}

@media screen and (width <= 639px) {
    .features-nav {
        display: none;
    }
}

@media screen and (width >= 640px) {
    .section-featureslist-wrap
        .section-featureslist:nth-child(even):last-child
        .section-featureslist-inner {
        padding-bottom: 0;
    }
}

/* feature cards */
.feature-card-figure {
    text-align: center;
}

.feature-card-figure img,
.feature-card-figure svg {
    width: 48px;
    fill: #3ea966;
    vertical-align: bottom;
}

.feature-card-link {
    padding-bottom: 5rem;
}

.feature-card-title {
    margin-top: 0.75rem;
    color: #3ea966;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.feature-card-title::after {
    display: block;
    width: 40px;
    height: 3px;
    margin: 1rem auto;
    background-color: #3ea966;
    content: '';
}

/* feature pickup */
.feature-pickup-cards {
    display: grid;
    max-width: 980px;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
    gap: 30px;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.feature-pickup-card {
    position: relative;
    border: 16px solid #c9eed6;
    background-color: #fff;
    box-shadow: 0 0 4px rgb(0 0 0 / 20%);
    text-align: center;
    transition: 0.3s all;
}

.feature-pickup-card:hover,
.feature-pickup-card:active {
    box-shadow: 0 0 24px rgb(0 0 0 / 20%);
}

.feature-pickup-card-link {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1rem;
    transition: 0.3s all;
}

.feature-pickup-card .button {
    width: max-content;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
}

.feature-pickup-title {
    margin: 0;
    color: #3ea966;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}

.feature-pickup-badge {
    position: absolute;
    top: -55px;
    left: -35px;
}

@media screen and (width <= 767px) {
    .feature-pickup-cards {
        grid-template-columns: 100%;
    }

    .feature-pickup-badge {
        display: none;
    }
}

@media screen and (width <= 639px) {
    .feature-pickup-cards {
        margin-bottom: 4rem;
    }

    .feature-pickup-card {
        border-width: 12px;
    }
}

/* features cta */
.features-cta-inner {
    display: grid;
    max-width: 1024px;
    align-items: center;
    justify-content: center;
    padding: 4rem 0;
    margin: 0 auto;
    gap: 2rem;
    grid-template-columns: 400px 1fr;
    text-align: center;
}

.features-cta-figure {
    text-align: right;
}

.features-cta-heading {
    margin-bottom: 1.5rem;
    color: #3ea966;
    font-size: 2.5rem;
}

.features-cta-heading span {
    display: block;
    font-size: 1.5rem;
    font-weight: normal;
}

.features-cta-primary {
    background: url('../img/features/cta-bg.png') no-repeat center center /
        cover;
}

.features-cta-secondary {
    background-color: #f2f9f7;
}

@media screen and (width <= 1279px) {
    .features-cta-heading {
        margin-bottom: 1.5rem;
        font-size: 2rem;
    }
}

@media screen and (width <= 991px) {
    .features-cta-inner {
        gap: 1rem;
        grid-template-columns: 320px 1fr;
    }
}

@media screen and (width <= 767px) {
    .features-cta-inner {
        grid-template-columns: 100%;
    }

    .features-cta-figure {
        text-align: center;
    }

    .features-cta-primary {
        background-position: left bottom;
    }

    .features-cta-primary .features-cta-img {
        width: 280px;
    }

    .features-cta-secondary .features-cta-img {
        width: 192px;
    }
}

/* label */
.label-paid-option {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    border: 2px solid #3ea966;
    border-radius: 50px;
    background-color: #fff;
    color: #3ea966;
    font-size: 0.875rem;
    font-weight: bold;
    white-space: nowrap;
}

/* features list */
.features-list {
    display: grid;
    padding: 0;
    margin: 0;
    gap: 0 2rem;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
}

.features-list-item {
    display: flex;
    align-items: center;
    border-bottom: 1px dotted #c2c2c2;
}

.features-list-item-link {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    padding: 1rem 2rem 1rem 0.5rem;
    color: #3ea966;
    font-size: 1.125rem;
    font-weight: bold;
    gap: 1rem;
    transition: 0.3s all;
}

.features-list-item-link::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: -7px;
    background: url('../img/home/icon-arrow-right_green.svg') no-repeat center
        center / cover;
    content: '';
}

.features-list-item-link:active,
.features-list-item-link:hover,
.features-list-item-link:focus {
    background-color: #f2f9f7;
    color: #3ea966;
}

.features-list-item-figure {
    flex-shrink: 0;
}

.features-list-item-img,
.features-list-item svg,
.feature-entry-header-figure svg {
    width: 48px;
    fill: #3ea966;
    vertical-align: bottom;
}

@media screen and (width <= 767px) {
    .features-list {
        grid-template-columns: 100%;
    }

    .features-list-item-link {
        font-size: 1rem;
    }

    .features-list-item-img,
    .features-list-item svg {
        width: 28px;
    }
}

/* feature single page entry header */
.feature-entry-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    margin-bottom: 2rem;
    background: url('../img/features/bg-pattern.png') no-repeat center center /
        cover;
    color: #3ea966;
    gap: 1rem;
}

.feature-entry-header-title-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.feature-entry-header-title {
    margin: 0;
    font-size: 2rem;
}

.feature-entry-header-figure {
    font-size: 0.875rem;
    text-align: center;
    white-space: nowrap;
}

.feature-entry-header-figure svg {
    display: block;
    margin: 0 auto;
}

@media screen and (width <= 767px) {
    .feature-entry-header-title-wrap {
        display: block;
    }

    .feature-entry-header-title {
        font-size: 1.5rem;
    }

    .feature-entry-header-title + .label-paid-option {
        margin-top: 1rem;
    }
}

/* feature single page entry */
.feature-entry-content {
    margin-bottom: 3rem;
}

/* --------------------------------
 for post-type-eventandseminar
-------------------------------- */
.section-eventlist-wrap
    .section-eventlist:nth-child(odd):last-child
    .section-postlist-inner {
    padding-bottom: 0;
}

/* event meta */
.event-meta {
    display: flex;
    align-items: center;
}

.event-meta-date {
    font-size: 0.875rem;
    line-height: 1.3;
}

.event-meta-date span {
    font-size: 1.25rem;
    font-weight: bold;
}

/* event label */
.event-label {
    display: inline-block;
    padding: 2px 6px;
    margin-right: 10px;
    background-color: #c2c2c2;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    letter-spacing: -0.05em;
    white-space: nowrap;
}

.event-label-accept {
    background-color: #f05c5c;
}

.event-label-video {
    background-color: #2e77b4;
}

/* event notice */
.event-notice {
    color: #606060;
    font-size: 1.25rem;
    font-weight: bold;
}

@media screen and (width >= 640px) {
    .event-notice {
        text-align: center;
    }
}

/* ribbon */
.ribbon-limited-time {
    position: absolute;
    top: -8px;
    left: -10px;
    max-width: 130px;
}

@media screen and (width <= 639px) {
    .ribbon-limited-time {
        top: -7px;
        left: -9px;
        max-width: 100px;
    }
}

/* video pickup */
.event-video-pickup {
    position: relative;
    max-width: 980px;
    padding: 2rem;
    border: solid 4px #dff5ea;
    border-radius: 1rem;
    margin: 0 auto 5rem;
}

.event-video-pickup .post-card-link {
    padding-bottom: 0;
}

@media screen and (width <= 991px) {
    .event-video-pickup .heading-with-line {
        font-size: 1.25rem;
    }
}

@media screen and (width <= 639px) {
    .event-video-pickup {
        padding: 2rem 1rem;
    }
}

/* video icon */
.add-video-icon {
    position: relative;
}

.add-video-icon::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    margin: -32px 0 0 -32px;
    background: url('../img/icon_play.png') no-repeat center center / cover;
    content: '';
}

/* pardot form */
.pardot-iframe {
    width: 100%;
    border: 0;
}

.pardot-iframe-wrap {
    padding-bottom: 6rem;
}

@media screen and (width <= 639px) {
    .pardot-iframe-wrap {
        border-top: 2px solid #3ea966;
    }

    .pardot-iframe-wrap .box-drop-shadow {
        padding: 0;
        box-shadow: none;
    }
}

/* past events */
.past-events-container {
    max-width: 980px;
}

/* event single page */
.article.event-article .alignfull {
    left: auto;
    width: 100%;
    max-width: 100%;
}

.event-entry-container {
    display: grid;
    justify-content: center;
    padding: 1rem 0 0;
    gap: 3%;
    grid-template-columns: repeat(auto-fit, 52% 45%);
}

.event-entry-container .entry-title-area .event-meta {
    justify-content: center;
    margin: 1rem 0;
}

.event-entry-featured-figure {
    margin: 2rem 0;
}

@media screen and (width <= 991px) {
    .event-entry-container {
        gap: 0;
        grid-template-columns: repeat(auto-fit, 100%);
    }

    .event-entry-content {
        padding-bottom: 3rem;
    }

    .event-entry-container .heading-with-line {
        font-size: 1.25rem;
    }
}

/* --------------------------------
 for post-type-post
-------------------------------- */

/* press lists */
.press-lists,
.press-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.press-lists {
    margin-top: 1.5rem;
}

.press-list-link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 1rem 2rem 1rem 1rem;
    color: #3ea966;
    line-height: 1.5;
}

.press-list:nth-child(odd) .press-list-link {
    background-color: #fbfbfb;
}

.press-list-link:hover {
    background-color: #f2f9f7;
}

.press-list-link::after {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: -7px;
    background: url('../img/home/icon-arrow-right_green.svg') no-repeat center
        center / cover;
    content: '';
}

.press-list-date {
    flex-shrink: 0;
    padding-right: 1rem;
    color: #818181;
    white-space: nowrap;
}

@media screen and (width <= 639px) {
    .press-list-link {
        flex-wrap: wrap;
    }

    .press-list-date,
    .press-list-title {
        width: 100%;
    }

    .press-list-date {
        padding-right: 0;
        margin-bottom: 1rem;
    }
}

/* press year lists */
.press-yearlists {
    display: grid;
    justify-content: center;
    padding: 0;
    margin: 0 0 5rem;
    gap: 0 30px;
    grid-template-columns: repeat(3, 1fr);
    list-style: none;
}

.press-yearlist {
    position: relative;
    display: flex;
    border-bottom: 1px solid #c2c2c2;
    font-weight: bold;
    line-height: 1.5;
}

.press-yearlist::after {
    position: absolute;
    top: 50%;
    right: 10px;
    display: inline-block;
    width: 9px;
    height: 15px;
    margin-top: -8px;
    background: url('../img/home/icon-arrow-right_green.svg') no-repeat center
        center / cover;
    content: '';
}

.press-yearlist-link {
    width: 100%;
    padding: 1rem 1.75rem 1rem 1rem;
    color: #2f3e36;
    transition: 0.3s all;
}

.press-yearlist-link:hover {
    background-color: rgb(62 169 102 / 5%);
    text-decoration: none;
}

@media screen and (width <= 979px) {
    .press-yearlists {
        gap: 0 20px;
    }
}

@media screen and (width <= 639px) {
    .press-yearlists {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* press entry header */
.press-entry-header-title {
    margin: 0 0 1rem;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.4;
}

@media screen and (width <= 639px) {
    .press-entry-header-title {
        font-size: 1.5rem;
    }
}

.press-entry-header-date {
    color: #818181;
}

/* --------------------------------
 for library
-------------------------------- */
.library-card-title {
    margin-top: 0;
}

/* ribbon */
.ribbon-recommend {
    position: absolute;
    top: -6px;
    left: -6px;
    max-width: 130px;
}
