@charset "UTF-8";

/* -------------レスポンシブ--------------- */
/* 961以上→ only_p */
/* 960以下→ un_ts */
/* 960~416→ only_t */
/* 769以上→　ov_tab */
/* 768以下→ un_tab */
/* 421以上→ ov_s */
/* 420以下→ only_s */


@media screen and (min-width: 961px) {
    .only_t {
        display: none !important;
    }

    .only_s {
        display: none !important;
    }

    .un_ts {
        display: none !important;
    }
}

@media screen and (max-width: 960px) {
    .only_p {
        display: none !important;
    }

    .only_t {
        display: block !important;
    }

    .only_s {
        display: none !important;
    }

    .un_ts {
        display: block !important;
    }
}

@media screen and (min-width: 769px) {
    .ov_tab {
        display: block !important;
    }

    .un_tab {
        display: none !important;
    }
}

@media screen and (max-width: 768px) {
    .ov_tab {
        display: none !important;
    }

    .un_tab {
        display: block !important;
    }
}

@media screen and (min-width: 421px) {
    .ov_s {
        display: block !important;
    }
}

@media screen and (max-width: 420px) {
    .only_p {
        display: none !important;
    }

    .only_t {
        display: none !important;
    }

    .only_s {
        display: block !important;
    }

    .ov_s {
        display: none !important;
    }
}

/* 共通 */
:root {
    --color-primary: #67C436;
    --color-secondary: #808D99;
    --color-text: #333;
}

.sans {
    font-family: noto-sans, sans-serif;
}

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

@media screen and (max-width: 960px) {
    .inner--900 {
        margin: 0 20px;
        padding: 20px 0;
    }
}

.bold {
    font-weight: 700;
}

.red {
    color: #FF0000;
}

.orange {
    color: #FF9000;
}

.blue {
    color: #0046EB;
}

/* top */
.top__introduction {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .top__introduction {
        margin-bottom: 40px;
    }
}

.top__introduction-title {
    background-color: var(--color-primary);
    width: 100%;
    padding: 30px 60px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .top__introduction-title {
        padding: 20px 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .top__introduction-title {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.top__introduction-text {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .top__introduction-text {
        font-size: 14px;
        line-height: 1.75;
        margin-bottom: 20px;
    }
}

.top__introduction-text:last-child {
    margin-bottom: initial;
}

.top__evaluation {
    border: 3px solid var(--color-primary);
    padding: 40px 80px;
    margin-bottom: 80px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .top__evaluation {
        padding: 20px 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 500px) {
    .top__evaluation {
        padding: 20px;
        margin-bottom: 40px;
    }
}

.top__evaluation-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .top__evaluation-title {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .top__evaluation-title {
        font-size: 16px;
    }
}

.top__evaluation-list {
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .top__evaluation-list {
        padding-left: 20px;
    }
}

.top__evaluation-list li {
    font-size: 20px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .top__evaluation-list li {
        font-size: 16px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 500px) {
    .top__evaluation-list li {
        font-size: 14px;
    }
}

.top_mokuji {
    background-color: #F2FFE6;
    padding: 30px 60px;
    margin-bottom: 80px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .top_mokuji {
        padding: 20px 40px;
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 500px) {
    .top_mokuji {
        padding: 20px;
    }
}

.top_mokuji-title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .top_mokuji-title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .top_mokuji-title {
        font-size: 18px;
    }
}

.top_mokuji-list {
    font-size: 22px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
    .top_mokuji-list {
        font-size: 18px;
    }
}
@media screen and (max-width: 500px) {
    .top_mokuji-list {
        font-size: 16px;
    }
}

.top_mokuji-list li {
    margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
    .top_mokuji-list li {
        margin-bottom: 20px;
    }
}

.top_mokuji-list--child {
    font-size: 20px;
    font-weight: 500;
    margin-top: 40px;
    padding-left: 40px;
}

@media screen and (max-width: 768px) {
    .top_mokuji-list--child {
        font-size: 16px;
        margin-top: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 500px) {
    .top_mokuji-list--child {
        font-size: 14px;
    }
}

.top_mokuji-list--child li {
    margin-bottom: 20px;
}

.top__ranking {
    margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
    .top__ranking {
        margin-bottom: 40px;
    }
}

.top__ranking-title {
    background-color: var(--color-primary);
    width: 100%;
    padding: 20px 50px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .top__ranking-title {
        padding: 20px 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 500px) {
    .top__ranking-title {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}

.top__ranking-table {
    border-top: 3px solid #D9D9D9;
    border-left: 3px solid #D9D9D9;
    font-size: 20px;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .top__ranking-table {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .top__ranking-table {
        font-size: 14px;
    }
}

.top__ranking-row {
    display: flex;
}

.top__ranking-item {
    padding: 20px 50px;
    border-right: 3px solid #D9D9D9;
    border-bottom: 3px solid #D9D9D9;
}

@media screen and (max-width: 768px) {
    .top__ranking-item {
        padding: 20px;
    }
}
@media screen and (max-width: 500px) {
    .top__ranking-item {
        padding: 10px;
    }
}

.top__ranking-head {
    width: 220px;
}

@media screen and (max-width: 768px) {
    .top__ranking-head {
        width: 130px;
    }
}
@media screen and (max-width: 500px) {
    .top__ranking-head {
        width: 110px;
    }
}

.top__ranking-body {
    flex: 1;
}

.green-bg {
    background-color: #C9EEA7;
}

.top__company-list {
    display: flex;
    flex-direction: column;
    row-gap: 80px;
    margin-bottom: 100px;
}
@media screen and (max-width: 500px) {
.top__company-list {
    row-gap: 60px;
    margin-bottom: 80px;
}
}
.top__company-name {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.top__company-name {
    font-size: 22px;
    padding-left: initial;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.top__company-name {
    font-size: 18px;
    margin-bottom: 30px;
}
}
.top__company-name::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-primary);
}

.top__company-fv {
    width: 100%;
    margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
.top__company-fv {
    margin-bottom: 20px;
}
}
.top__company-fv img {
    width: 100%;
}

.top__compnay-note {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.top__compnay-note {
    font-size: 14px;
    margin-bottom: 30px;
}
}
.top__compnay-note a {
    display: inline;
    text-decoration: underline;
}

.top__company-item-content-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    background-color: #C9EEA7;
    padding: 30px 50px;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.top__company-item-content-title {
    font-size: 18px;
    padding: 20px 30px;
}
}
@media screen and (max-width: 500px) {
.top__company-item-content-title {
    font-size: 16px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
}
.top__company-h3-item--flex {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    margin-bottom: 60px;
}
@media screen and (max-width: 500px) {
.top__company-h3-item--flex {
    row-gap: 20px;
    margin-bottom: 40px;
}
}
.top__company-h4-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
@media screen and (max-width: 768px) {
.top__company-h4-title {
    font-size: 18px;
}
}
@media screen and (max-width: 500px) {
.top__company-h4-title {
    font-size: 16px;
    margin-bottom: 10px;
}
}
.top__company-h4-title:before {
    content: "●";
    display: inline-block;
    font-size: 36px;
    color: var(--color-primary);
    margin-right: 30px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.top__company-h4-title:before {
    font-size: 28px;
    margin-right: 20px;
}
}
@media screen and (max-width: 500px) {
.top__company-h4-title:before {
    font-size: 24px;
    margin-right: 10px;
}
}
.top__company-h4-text {
    font-size: 18px;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
.top__company-h4-text {
    font-size: 14px;
}
}
.top__company-matome {
    margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
.top__company-matome {
    margin-bottom: 40px;
}
}
.top__company-matome-text {
    font-size: 18px;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
.top__company-matome-text {
    font-size: 14px;
}
}
.top__company-matome a {
    display: inline;
    text-decoration: underline;
}

.top__company-matome-list {
    margin: 40px 0;
    font-size: 18px;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
.top__company-matome-list {
    margin: 20px 0;
    font-size: 14px;
}
}
@media screen and (max-width: 500px) {
.top__company-matome-list {
    font-size: 12px;
}
}
.top__company-btn {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    background-color: #FF9000;
    width: 700px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    box-shadow: 0px 6px 7px -5px #c2bcbc;
    border-radius: 15px;
    line-height: 1.5;
    letter-spacing: 2px;
    margin: 0 auto;
}

@media screen and (max-width: 960px) {
    .top__company-btn {
        font-size: 20px;
        width: 60%;
        height: 100px;
    }
}

@media screen and (max-width: 768px) {
    .top__company-btn {
        font-size: 18px;
        width: 80%;
        height: 100px;
    }
}

@media screen and (max-width: 500px) {
    .top__company-btn {
        font-size: 16px;
        width: 100%;
        height: 80px;
    }
}

.sub__company-btn {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
.sub__company-btn {
    margin-top: 60px;
}
}
.top__company-btn img {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
    .top__company-btn img {
        width: 30px;
        height: auto;
    }
}

@media screen and (max-width: 500px) {
    .top__company-btn img {
        right: 10px;
    }
}

.top__matome-title {
    background-color: var(--color-primary);
    width: 100%;
    padding: 30px 60px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
    .top__matome-title {
        padding: 20px 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .top__matome-title {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.top__matome-text {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
.top__matome-text {
    font-size: 14px;
}
}
.sub__pankuzu {
    display: flex;
    column-gap: 15px;
    font-size: 18px;
    margin-bottom: 70px;
    flex-wrap: wrap;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
.sub__pankuzu {
    font-size: 12px;
    margin-bottom: 40px;
}
}
.sub__company-name {
    font-size: 28px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
.sub__company-name {
    font-size: 22px;
    padding-left: initial;
    padding-bottom: 10px;
    margin-bottom: 40px;
}
}
@media screen and (max-width: 500px) {
.sub__company-name {
    font-size: 18px;
    margin-bottom: 30px;
}
}
.sub__company-name::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 25%;
    height: 5px;
    background-color: var(--color-primary);
}

.sub__company-fv {
    width: 100%;
    margin-bottom: 40px;
}

.sub__company-fv img {
    width: 100%;
}

.sub__ranking-table {
    border-top: 3px solid #D9D9D9;
    border-left: 3px solid #D9D9D9;
    font-size: 20px;
}
@media screen and (max-width: 768px) {
    .sub__ranking-table {
        font-size: 16px;
    }
}
@media screen and (max-width: 500px) {
    .sub__ranking-table {
        font-size: 14px;
    }
}
.sub__ranking-row {
    display: flex;
    line-height: 1.5;
}
@media screen and (max-width: 500px) {
.sub__ranking-row {
    flex-direction: column;
}
}
.sub__ranking-item {
    padding: 20px 50px;
    border-right: 3px solid #D9D9D9;
    border-bottom: 3px solid #D9D9D9;
}
@media screen and (max-width: 768px) {
    .sub__ranking-item {
        padding: 20px;
    }
}
@media screen and (max-width: 500px) {
    .sub__ranking-item {
        padding: 10px;
    }
}
.sub__ranking-head {
    width: 220px;
}
@media screen and (max-width: 768px) {
    .sub__ranking-head {
        width: 130px;
    }
}
@media screen and (max-width: 500px) {
    .sub__ranking-head {
        width: 100%;
        text-align: center;
    }
}
.sub__ranking-body {
    flex: 1;
}

.green-bg {
    background-color: #C9EEA7;
}

.sub__company-profile__address {
    display: flex;
    flex-direction: column;
}

.sub__company-profile__address-item {
    font-size: 18px;
    margin-bottom: 17px;
    padding-bottom: 17px;
    line-height: 2;
}

@media screen and (max-width: 960px) {
    .sub__company-profile__address-item {
        font-size: 14px;
    }
}

@media screen and (max-width: 768px) {
    .sub__company-profile__address-item {
        font-size: 12px;
    }
}

.sub__company-profile__address-item:last-child {
    margin-bottom: initial;
    padding-bottom: initial;
}

.sub__company-profile__address-item-head {
    font-weight: 500;
}

.sub__company-profile__address-item-head span {
    color: #000;
    margin-right: 6px;
}


.sub__company-profile__address-item iframe {
    width: 100%;
    height: 250px;
    margin-top: 30px;
}

@media screen and (max-width: 768px) {
    .sub__company-profile__address-item iframe {
        margin-top: 20px;
    }
}
@media screen and (max-width: 500px) {
    .sub__company-profile__address-item iframe {
        height: 150px;
    }
}
.sub__company-profile__address-item.sub__company-profile__address-item--kaso iframe {
    width: 100%;
    height: 350px;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
.sub__company-profile__address-item.sub__company-profile__address-item--kaso iframe {
    height: 250px;
}
}
.sub__company-table-text {
    font-size: 18px;
    text-align: right;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
.sub__company-table-text {
    font-size: 14px;
}
}
.sub__company-table-text a {
    text-decoration: underline;
    display: inline;
}

.sub__h2-title {
    background-color: var(--color-primary);
    width: 100%;
    padding: 20px 50px;
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 40px;
    line-height: 1.5;
    margin-top: 60px
}
@media screen and (max-width: 768px) {
    .sub__h2-title {
        padding: 20px 40px;
        font-size: 22px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 500px) {
    .sub__h2-title {
        padding: 10px 20px;
        font-size: 16px;
        margin-bottom: 20px;
    }
}
.sub__company-note {
    font-size: 18px;
    line-height: 1.75;
    margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
.sub__company-note {
    font-size: 14px;
}
}
.sub__company-h4-item {
    margin-bottom: 40px;
}
@media screen and (max-width: 500px) {
.sub__company-h4-item {
    margin-bottom: 30px;
}
}
.sub__company-h4-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    border-bottom: 5px solid #d9d9d9;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
.sub__company-h4-title {
    font-size: 18px;
}
}
@media screen and (max-width: 500px) {
.sub__company-h4-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
}
.sub__company-h4-title:before {
    content: "●";
    display: inline-block;
    font-size: 36px;
    color: var(--color-primary);
    margin: 0 30px;
    vertical-align: middle;
}
@media screen and (max-width: 768px) {
.sub__company-h4-title:before {
    font-size: 28px;
    margin: 0 20px;
}
}
@media screen and (max-width: 500px) {
.sub__company-h4-title:before {
    font-size: 24px;
    margin: 0 10px 0 0;
}
}
.sub__company-h4-text {
    font-size: 18px;
    line-height: 1.75;
}
@media screen and (max-width: 768px) {
.sub__company-h4-text {
    font-size: 14px;
}
}
.sub__company-review-talk--flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 30px;
}
@media screen and (max-width: 500px) {
.sub__company-review-talk--flex {
    flex-direction: column;
    row-gap: 10px;
}
}
.sub__company-review-talk--reverse {
    margin: 60px 0;
}
@media screen and (max-width: 768px) {
.sub__company-review-talk--reverse {
    margin: 30px 0 60px;
}
}
.sub__company-review-talk-text {
    font-size: 18px;
    line-height: 1.75;
    flex: 1;
}
@media screen and (max-width: 768px) {
.sub__company-review-talk-text {
    font-size: 14px;
}
}
@media screen and (max-width: 768px) {
.sub__company-review-talk--reverse .sub__company-review-talk-text {
    order: 2;
}
}
@media screen and (max-width: 768px) {
.sub__company-review-talk--reverse .sub__company-review-talk-icon {
    order: 1;
}
}
.sub__company-review-talk-text--fukidashi {
    border: 5px solid #d9d9d9;
    padding: 0 30px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width: 768px) {
.sub__company-review-talk-text--fukidashi {
    padding: 10px 20px;
    height: auto;
}
}
.sub__company-review-talk-text--quotation {
    font-size: 18px;
    line-height: 1.75;
    text-align: right;
}
@media screen and (max-width: 768px) {
.sub__company-review-talk-text--quotation {
    font-size: 14px;
}
}
.sub__company-review-talk-text--quotation a {
    display: inline;
    text-decoration: underline;
}