@charset "UTF-8";

.row {
    max-width: 1180px;
}

.content-style .article-content {
    padding-bottom: 64px;
}

.inner-sm {
    max-width: 940px;
    margin: 0 auto;
}

.content-style .staff-message {
    padding-bottom: 28.125rem;
}
@media only screen and (max-width: 40em) {
    .content-style .staff-message {
        padding-bottom: 13.75rem;
    }
}

.content-style .article-content.bg-yellow {
    background-color: #FFFBEB;
}

.voice-area .voice-panel {
    background-color: #fff;
    border-radius: 8px;
    padding: 24px 20px;
    margin: 0 20px;
    height: auto !important;
}

.voice-area .voice-panel .image img {
    border: none;
    width: 9.5rem;
}

.content-style .article-content p.name {
    margin-bottom: 13px;
}

.content-style .article-content p.text-gray {
    margin-bottom: 0;
}

.voice-panel .name {
    font-size: 20px;
    font-weight: bold;
    color: #749900;
    text-align: center;
}

.voice-panel .text-gray {
    font-size: 14px;
    color: #999999;
    text-align: center;
}

.voice-slider .slick-track {
    display: flex;
}

.voice-area .voice-panel .text-balloon {
    margin-top: 20px;
    border: none;
    border-radius: 4px;
    padding: 14px 18px;
}

.voice-area .voice-panel .text-balloon::before,
.voice-area .voice-panel .text-balloon::after {
 content: none;
}

.voice-panel .text-balloon strong {
    background-color: unset;
}

.voice-area .voice-slider {
    margin-bottom: 0;
}

.voice-area .voice-slider .slick-dots {
    display: none !important;
}

.voice-area .voice-slider .slick-next:before {
    content: '';
    display: inline-block;
    border-top: 2px solid #999999;
    border-bottom: none;
    border-right: 2px solid #999999;
    border-left: none;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
}

.voice-area .voice-slider .slick-prev:before {
    content: '';
    display: inline-block;
    border-top: none;
    border-bottom: 2px solid #999999;
    border-right: none;
    border-left: 2px solid #999999;
    transform: translateY(-50%) rotate(45deg);
    width: 16px;
    height: 16px;
}

.training {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.training-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom: 1px dashed #CCCCCC;
    padding-bottom: 20px;
}

.training-header {
    margin-bottom: 40px;
}

.content-style .article-content h3.training-header-title {
    margin-top: 0;
    margin-bottom: 20px;
}

.training-header-title {
    position: relative;
    padding-left: calc(10px + 12px);
    font-size: 20px;
}

.training-header-title::before {
    content: '●';
    display: inline-block;
    color: #9BC614;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
}

.content-style .article-content p.training-header-text {
    margin-bottom: 0;
}

.content-style .article-content p.training-example-title {
    margin-bottom: 0;
}

.training-example {
    margin-top: 18px;
}

.training-example-title {
    font-weight: bold;
}

.content-style .article-content ul li.training-example-item {
    margin-bottom: 0;
}

.training-example-item {
    position: relative;
    padding-left: 1.5em;
}

.content-style .article-content ul li.training-example-item::before {
    content: '・';
    display: inline-block;
    color: #333;
    position: absolute;
    left: 0;
}

.voice-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.voice-row-item {
    max-width: 446px;
    width: 100%;
}

.voice-row-item:nth-child(2) {
    max-width: 574px;
}

.content-style .article-content h2.voice-row-title {
    margin: 0;
    margin-bottom: 22px;
    text-align: left;
    color: #333;
    font-size: 20px;
}

.voice-row-title {
    position: relative;
    padding-left: calc(10px + 12px);
}

.voice-row-title::before {
    content: '●';
    display: inline-block;
    color: #9BC614;
    width: 12px;
    height: 12px;
    position: absolute;
    left: 0;
}

.voice-row-graph {
    max-width: 284px;
    display: block;
    margin: 0 auto;
}

.voice-row-gray {
    text-align: center;
    color: #999999;
    font-size: 14px;
    margin-top: 20px;
}

.content-style .article-content p.voice-row-gray {
    margin-bottom: 20px;
}

.voice-row-text {
    text-align: center;
    font-weight: bold;
}

.content-style .article-content p.voice-row-text {
    margin-bottom: 0;
}

.content-style .article-content ul li.voice-list-item:before {
    content: none;
}

.content-style .article-content p.voice-list-text {
    margin-bottom: 0;
}

.content-style .article-content p.voice-list-name {
    margin-bottom: 0;
}

.voice-list-name {
    font-weight: bold;
}

.content-style .article-content ul li.voice-list-item {
    margin-bottom: 0;
}

.voice-list-item {
    background-color: #fff;
    padding: 18px 24px;
    border-top: 1px dashed #CCCCCC;
}

.voice-list-item:last-child {
    border-bottom: 1px dashed #CCCCCC;
}

.staff-btn {
    background-color: #9BC614;
    font-size: 16px;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    min-width: 243px;
    min-height: 50px;
    position: relative;
    width: fit-content;
    margin: 0 auto;
    text-decoration: none;
    font-weight: bold;
}

.staff-btn-orange {
    background-color: #FF8400;
}

.staff-btn::after {
    content: '';
    display: inline-block;
    background: url(../images/top/btn_green.svg) no-repeat;
    background-size: contain;
    width: 6.5px;
    height: 10.5px;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}

.staff-btn:hover {
    color: #fff;
}

.voice-btn {
    margin-top: 41px;
}

.iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    max-width: 940px;
    margin: 0 auto;
    display: block;
}

.faq {
    max-width: 940px;
    margin: 0 auto;
}

.faq-inner {
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    background-color: #fff;
    padding: 7px 0;
}

.faq-list {
    border-bottom: 1px dashed #ccc;
    margin-bottom: 0;
}

.faq-list:last-child {
    border-bottom: none;
}

.content-style .article-content .faq-list {
    margin-bottom: 0;
}

.faq-q {
    padding: 23px 52px 23px 16px;
    border: unset;
    background-color: #fff;
}

.faq-a {
    background-color: #F8F8F8;
    border-radius: 4px;
    padding: 16px 16px;
    margin: 0 16px 20px 16px;
}

.content-style .article-content .faq-list .faq-q {
    color: #333;
    text-decoration: none;
}

.content-style .article-content .faq-list .faq-q:before {
    content: none;
}

.content-style .article-content .faq-list .faq-q::after {
    content: '';
    display: inline-block;
    background: url(../images/top/faq_open.png) no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.content-style .article-content .faq-list .faq-q, .content-style .article-content .faq-list .faq-a {
    margin-left: 16px;
}

.content-style .article-content .faq-list .faq-q.active::after {
    background: url(../images/top/faq_close.png) no-repeat;
    background-size: contain;
}

.content-style .article-content .faq-list .faq-q.active:after {
    content: '';
}

.content-style .article-content .faq-list .faq-a:before {
    content: none;
}

.faq-btn {
    margin-top: 40px;
}

.resister-text {
    text-align: center;
    margin-top: 50px;
}

.content-style .article-content p.resister-text {
    margin-bottom: 12px;
}

@media screen and (max-width: 1023px) {
    .voice-slider .slick-prev, .voice-slider .slick-next {
        top: 27%;
    }
}

@media screen and (max-width: 768px) {
    .training {
        grid-template-columns: 1fr;
    }
    .training-header {
        margin-bottom: 14px;
    }
    .voice-row {
        flex-direction: column;
        gap: 59px;
    }
    .voice-row-graph {
        max-width: 167px;
    }
    .voice-btn {
        margin-top: 50px;
    }
    .faq-btn {
        margin-top: 50px;
    }
    .resister-text {
        margin-top: 40px;
    }
    .training-example {
        padding-top: 12px;
        margin-top: 12px;
    }
}