@charset "UTF-8";
/* リキッドレイアウト対応のための設定 */
body {
    color: #000000;
}

body {
    font-family: "Noto Sans JP", sans-serif;
}

.pc-only {
    display: none;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
/* インナー幅 */
.inner {
    width: 100%;
    max-width: 520px;
    margin-inline: auto;
    padding-inline: 0.625rem;
}

html {
    /* ベースのフォントサイズ */
    font-size: 16px;
    /* スマートフォン 375px以下 */
}
*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
    padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
    margin: 0;
    padding: 0;
}

/* Set core html defaults */
html {
    scroll-behavior: smooth;
}

/* Set core body defaults */
body {
    min-height: 100vh;
    line-height: 1.5;
    text-rendering: optimizeSpeed;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
    list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
    margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
    font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
    -webkit-filter: blur(10px);
            filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    border-radius: 0;
    outline: none;
    background: transparent;
    font: inherit;
}

textarea {
    resize: vertical;
}

input[type=checkbox],
input[type=radio] {
    position: absolute;
    opacity: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

/*addressタグのフォントリセット*/
address {
    font-style: normal;
}

/*iPhoneが勝手にサイズ調整しないようにする*/
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
     -ms-text-size-adjust: 100%;
         text-size-adjust: 100%;
}

.btn {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 1.25rem;
    gap: 0.5rem;
    border-radius: 3.125rem;
    background-color: #f39800;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    white-space: nowrap;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.btn__arrow {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1rem;
    height: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.btn__text {
    line-height: 1;
}
.company {
    padding-block: 1.6875rem;
    background-color: #e9f3d2;
}

.company__title {
    padding: 1.25rem 1.25rem 0.625rem;
    background-color: #ffffff;
    color: #8fc31f;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.company__card {
    margin-top: 2rem;
    padding: 0.625rem 0.625rem 1.875rem 0.625rem;
    background-color: #ffffff;
}

.company__intro {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0rem;
    padding-bottom: 1.75rem;
    gap: 1.25rem;
    border-bottom: 2px solid #8fc31f;
}

.company__photo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
}

.company__photo img {
    width: 100%;
    height: auto;
}

.company__desc-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    gap: 0.75rem;
}

.company__desc {
    color: #717171;
    font-weight: 300;
    font-size: 0.9375rem;
    line-height: 1.8571428571;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
}

.company__ceo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 0.75rem;
}

.company__ceo-info {
    text-align: right;
}

.company__ceo-company,
.company__ceo-title {
    color: #717171;
    font-weight: 300;
    font-size: 0.6875rem;
    line-height: 1.7;
}

.company__ceo-name {
    color: #717171;
    font-weight: 300;
    font-size: 1.625rem;
    letter-spacing: 0.1em;
}

.company__map {
    aspect-ratio: 16/9;
    width: 100%;
    background-color: #cccccc;
}

.company__map iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.company__table {
    width: 100%;
    border-collapse: collapse;
}

.company__table td a {
    color: #717171;
    text-decoration: none;
}

.company__table th,
.company__table td {
    padding-block: 0.5rem;
    border-bottom: 2px solid #8fc31f;
    color: #717171;
    font-size: 0.9375rem;
    line-height: 1.7142857143;
    text-align: left;
    vertical-align: top;
}

.company__table th {
    width: 27%;
    color: #717171;
    font-weight: 400;
    white-space: nowrap;
}

.cta {
    padding-top: 1.25rem;
    padding-bottom: 0;
    background-color: #8fc31f;
}

.cta__inner {
    max-width: 25rem;
}

.cta__lead {
    color: #ffffff;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: "Noto Sans JP", sans-serif;
    text-align: center;
}

.cta__lead em {
    color: #ffffff;
    font-style: normal;
    font-weight: 700;
    font-size: 1.75rem;
}

.cta__contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 0.75rem;
    gap: 0;
}

.cta__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    min-width: 0;
    padding-bottom: 1.5rem;
    gap: 0.75rem;
}

.cta__sub {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.21875;
}

.cta__sub::after {
    display: block;
    width: 100%;
    max-width: 15rem;
    height: 0.125rem;
    margin-top: 0.75rem;
    background-color: #ffffff;
    content: "";
}

.cta__tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
    color: #ffffff;
    text-decoration: none;
}

.cta__tel-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 2.125rem;
}

.cta__tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.cta__tel-num {
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
}

.cta__tel-note {
    font-size: 0.6875rem;
}

.cta__btn {
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
            align-self: stretch;
    padding: 0.625rem 1.25rem 0.75rem;
    font-size: 1rem;
}

.cta__chara {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 7.625rem;
}

.flow {
    padding-block: 1.625rem;
    background-color: #ffffff;
}

.flow__title {
    margin-inline: calc(50% - 50vi);
    padding-block: 0.25rem;
    border-top: 4px solid #8fc31f;
    border-bottom: 4px solid #8fc31f;
    color: #717171;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.flow__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.25rem;
    gap: 1.25rem;
}

.flow__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.375rem;
}

.flow__item:not(:last-child) .flow__icon::after {
    z-index: -1;
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0.25rem;
    height: 1.25rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #717171;
    content: "";
}

.flow__item:not(:last-child) .flow__detail::after {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 0.25rem;
    height: 12.5rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: #717171;
    content: "";
}

.flow__icon {
    z-index: 2;
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 5rem;
}

.flow__icon img {
    display: block;
    width: 100%;
    height: auto;
}

.flow__content {
    width: 100%;
}

.flow__name {
    z-index: 2;
    position: relative;
    padding-bottom: 0.25rem;
    background-color: #ffffff;
    color: #717171;
    font-weight: 500;
    font-size: 1.25rem;
    line-height: 1.1;
    text-align: center;
}

.flow__detail {
    position: relative;
    padding: 0.625rem;
    border-radius: 0.625rem;
    background-color: #fbe0b2;
    -webkit-box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.4);
            box-shadow: 0.1875rem 0.1875rem 0.125rem rgba(0, 0, 0, 0.4);
}

.flow__text {
    font-weight: 400;
    font-size: 0.9375rem;
    line-height: 1.75;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
}

.footer__nav {
    border-top: 1px solid #717171;
    background-color: #f1f1f1;
}

.footer__nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.footer__nav-item {
    border-bottom: 1px solid #717171;
}

.footer__nav-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0.625rem 1.25rem;
    color: #717171;
    font-size: 1rem;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.footer {
    padding-top: 0;
    padding-bottom: 0.875rem;
    background-color: #ffffff;
}

.footer__inner {
    display: grid;
    grid-template-columns: 1fr 1.3fr;
    grid-template-areas: "logo info" "sns  sns ";
    -webkit-column-gap: 0.5625rem;
       -moz-column-gap: 0.5625rem;
            column-gap: 0.5625rem;
    row-gap: 0.75rem;
    -webkit-box-align: start;
    -webkit-align-items: start;
        -ms-flex-align: start;
            align-items: start;
    padding-top: 0.875rem;
}

.footer__logo {
    grid-area: logo;
    width: 100%;
    max-width: 9.5625rem;
}

.footer__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.footer__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-area: info;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    align-self: start;
    gap: 0.125rem;
}

.footer__name {
    color: #717171;
    font-weight: 500;
    font-size: 0.75rem;
}

.footer__address,
.footer__tel {
    color: #717171;
    font-size: 0.5625rem;
}

.footer__tel-link {
    color: #717171;
    text-decoration: none;
}

.footer__sns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    grid-area: sns;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    align-self: start;
    gap: 0.5rem;
}

.footer__sns-link {
    display: block;
    width: 2rem;
    height: 2rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer__sns-link img {
    display: block;
    width: 100%;
    height: auto;
}
.footer__copy {
    margin-top: 1rem;
    color: #717171;
    font-size: 0.75rem;
    text-align: center;
}

.fv {
    position: relative;
    overflow: hidden;
}

.fv__inner {
    position: relative;
}

.fv__image {
    width: 100%;
}

.fv__image img {
    display: block;
    width: 100%;
    height: auto;
}

.fv__content-wrap {
    position: absolute;
    max-width: 1030px;
    margin-inline: auto;
    inset: 0;
    pointer-events: none;
}

.fv__content {
    position: absolute;
    bottom: 2.8125rem;
    left: 50%;
    width: calc(100% - 2.5rem);
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    pointer-events: auto;
}

.fv__catch {
    paint-order: stroke fill;
    -webkit-text-stroke: 5px #ffffff;
    color: #717171;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.1458333333;
    font-family: "Zen Maru Gothic", sans-serif;
    letter-spacing: 0.05em;
    text-align: center;
}

.fv__bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-inline: max(0.6875rem, (100% - 22.0625rem) / 2);
    padding-block: 1rem;
    gap: 0.625rem;
    background-color: #8fc31f;
}

.fv__bar-tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 0;
    gap: 0.4375rem;
    color: #ffffff;
    text-decoration: none;
}

.fv__bar-tel-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1.5625rem;
    height: 2rem;
    -o-object-fit: contain;
       object-fit: contain;
}

.fv__bar-tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.fv__bar-tel-note {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.4;
}

.fv__bar-tel-num {
    color: #000000;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.2;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
}

.fv__bar-btn {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    max-width: 10.3125rem;
    padding: 0.5625rem 1rem;
    font-size: 1rem;
    font-family: "Noto Sans JP", sans-serif;
}

.fv__bar-btn img {
    width: 1.6875rem;
    height: 1.25rem;
}

.header {
    z-index: 100;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 0.5625rem;
    padding-bottom: 0.40625rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.header__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.header__logo-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.75rem;
}

.header__logo {
    width: 8.75rem;
}

.header__dept {
    color: #717171;
    font-weight: 700;
    font-size: 1rem;
}

.header__contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
}

.header__tel {
    display: none;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.5rem;
    color: #000000;
    text-decoration: none;
}

.header__tel-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1.5rem;
}

.header__tel-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.header__tel-note {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75rem;
}

.header__tel-num {
    font-weight: 700;
    font-size: 1.375rem;
    line-height: 1.2727272727;
    font-family: "Noto Sans JP", sans-serif;
    white-space: nowrap;
}

.header__btn {
    display: none;
}

.header__sns-link {
    display: block;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1.75rem;
    height: 1.75rem;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.header__sns-link img {
    display: block;
    width: 100%;
    height: auto;
}
body.is-modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    z-index: 1000;
    position: fixed;
    inset: 0;
}

.modal.is-active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.modal__overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}

.modal__panel {
    z-index: 1;
    position: relative;
    width: calc(100% - 1.25rem);
    max-width: 61.25rem;
    margin: auto;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 0.8125rem rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 0.8125rem rgba(0, 0, 0, 0.4);
}

.modal__close {
    z-index: 2;
    position: absolute;
    top: 0.5rem;
    right: 0.1875rem;
    width: 1.5rem;
    height: 1.5rem;
}

.modal__body {
    max-height: calc(100dvh - 2.5rem);
    padding: 3.125rem 1.5625rem;
    overflow-y: auto;
}

.modal__close-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #717171;
}

.modal__close-bar:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
}

.modal__close-bar:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
}

.modal__title {
    padding-bottom: 1rem;
    border-bottom: 2px solid #717171;
    color: #8fc31f;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.form {
    margin-top: 2.8125rem;
}

.form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.5rem;
}

.form__row + .form__row {
    margin-top: 1.875rem;
}

.form__label {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    font-weight: 500;
}

.form__input,
.form__textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #717171;
}

.form__textarea {
    min-height: 10rem;
}

.form__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 11.875rem;
    margin: 3.4375rem auto 0;
    padding-block: 0.9375rem;
    font-size: 1.0625rem;
}

.form__status {
    margin-top: 1rem;
    color: #8fc31f;
    font-size: 0.875rem;
    text-align: center;
}

.reasons {
    padding-top: 4.625rem;
    padding-bottom: 0.625rem;
    padding-inline: 0.625rem;
    background-color: #e9f3d2;
}

.reasons__inner {
    max-width: 37.5rem;
    margin-inline: auto;
    padding-top: 0.6875rem;
    padding-bottom: 1.8125rem;
    padding-inline: 0.625rem;
    background-color: #ffffff;
}

.reasons__title-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.1875rem;
}

.reasons__title-icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 2.0625rem;
}

.reasons__title {
    color: #8fc31f;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.7;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.reasons__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0.5rem;
    gap: 1.25rem;
}

.reasons__item {
    width: 100%;
    padding: 0.5rem 0.625rem 0.625rem 0.625rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.reasons__top {
    text-align: center;
}

.reasons__num {
    padding-bottom: 0.375rem;
    border-bottom: 1px solid #717171;
    color: #717171;
    font-weight: 700;
    font-size: 0.8125rem;
    font-family: "Noto Sans JP", sans-serif;
}

.reasons__num span {
    display: inline-block;
    margin-left: 0.25rem;
    color: #f39800;
    font-size: 1.875rem;
    line-height: 1;
    vertical-align: bottom;
}

.reasons__catch {
    margin-top: 0.5rem;
    color: #717171;
    font-size: 0.9375rem;
    line-height: 1.125;
}

.reasons__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0.75rem;
    gap: 0.8125rem;
}

.reasons__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
}

.reasons__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.reasons__text {
    color: #717171;
    font-size: 0.8125rem;
    line-height: 1.75;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    text-align: justify;
}

.solution {
    padding-top: 3.5rem;
    padding-bottom: 0;
    background-color: #e9f3d2;
}

.solution__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.1875rem;
}

.solution__text {
    color: #717171;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.05;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.solution__catch {
    font-weight: 700;
    line-height: 1.1;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
    white-space: nowrap;
}

.solution__catch-em {
    color: #f39800;
    font-size: 1.5rem;
}

.solution__catch-sm {
    color: #717171;
    font-size: 1.25rem;
}

.solution__chara {
    z-index: 2;
    position: relative;
    width: 7.125rem;
    margin-bottom: -3.75rem;
}

.voices {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
}

.voices__inner {
    padding-inline: 1.25rem;
}

.voices__title {
    margin-inline: calc(50% - 50vi);
    padding-block: 0.25rem;
    border-top: 4px solid #8fc31f;
    border-bottom: 4px solid #8fc31f;
    color: #717171;
    font-weight: 700;
    font-size: 1.25rem;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.voices__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.5rem;
    gap: 2.5rem;
}

.voices__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
}

.voices__body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.voices__area {
    color: #717171;
    font-weight: 500;
    font-size: 1.25rem;
}

.voices__text {
    margin-top: 0.875rem;
    color: #717171;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1.5;
}

.voices__text + .voices__text {
    margin-top: 0;
}

.voices__image img {
    display: block;
    width: 100%;
    height: auto;
}

.worries {
    z-index: 1;
    position: relative;
    padding-top: 0.8125rem;
    background-color: #ffffff;
}

.worries::after {
    position: absolute;
    bottom: -2.875rem;
    left: 0;
    width: 100%;
    height: 2.875rem;
    background-color: #ffffff;
    content: "";
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.worries__layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 0.8125rem;
}

.worries__col {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.375rem;
}

.worries__center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    gap: 0.3125rem;
}

.worries__lead {
    color: #717171;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.475;
    font-family: "Zen Maru Gothic", sans-serif;
    text-align: center;
}

.worries__chara {
    width: 10.9375rem;
}

.worries__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.25rem;
}

.worries__image {
    width: 6.5625rem;
}

.worries__text {
    font-size: 0.8125rem;
    line-height: 1.3076923077;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .pc-only {
        display: block;
    }
    .sp-only {
        display: none;
    }
    .inner {
        max-width: 1030px;
        padding-inline: 1.5625rem;
    }
    html {
        font-size: 1.6326530612vw;
    }
    .company {
        padding-block: 3.5rem;
    }
    .company__title {
        padding: 0;
        background-color: transparent;
        font-size: 2.125rem;
    }
    .company__card {
        padding: 3.125rem 3.125rem 3.375rem 3.125rem;
    }
    .company__intro {
        position: relative;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding-bottom: 2.25rem;
        gap: 2rem;
        border-bottom: none;
    }
    .company__intro::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #8fc31f;
        content: "";
        -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
                filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    }
    .company__photo {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        width: 20.625rem;
    }
    .company__desc-wrap {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
    }
    .company__desc {
        font-size: 0.9375rem;
    }
    .company__ceo-company,
    .company__ceo-title {
        font-size: 0.8125rem;
    }
    .company__ceo-name {
        font-size: 1.875rem;
    }
    .company__map {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        aspect-ratio: auto;
        width: 23.125rem;
        min-height: 16.25rem;
    }
    .company__table td a {
        pointer-events: none;
    }
    .company__table th,
    .company__table td {
        position: relative;
        padding: 1.5rem 3.125rem 0.75rem 3.125rem;
        border-bottom: none;
        font-size: 1.125rem;
    }
    .company__table th::after,
    .company__table td::after {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        height: 1px;
        background-color: #8fc31f;
        content: "";
        -webkit-filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
                filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.4));
    }
    .company__table th {
        width: 30%;
        text-align: right;
    }
    .cta {
        padding-top: 1.5rem;
    }
    .cta__inner {
        max-width: 43.4375rem;
    }
    .cta__lead {
        max-width: 25.25rem;
        font-size: 2.125rem;
    }
    .cta__lead em {
        font-size: 3.0625rem;
    }
    .cta__contents {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-top: initial;
        gap: 1.9375rem;
    }
    .cta__content {
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 1.25rem;
        padding-bottom: 0;
    }
    .cta__sub {
        position: relative;
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        padding-bottom: 1rem;
        font-size: 1.25rem;
        white-space: nowrap;
    }
    .cta__sub::after {
        position: absolute;
        bottom: 0;
        left: -6rem;
        width: 53.8125rem;
        max-width: none;
        height: 0.0625rem;
        margin-top: 0;
    }
    .cta__tel-icon {
        width: 3.9375rem;
    }
    .cta__tel-num {
        font-size: 3.125rem;
    }
    .cta__tel-note {
        font-size: 1.125rem;
    }
    .cta__btn {
        -webkit-align-self: stretch;
            -ms-flex-item-align: stretch;
                align-self: stretch;
        margin-top: 1.0625rem;
        padding: 1.125rem 2.5rem 1.3125rem;
        font-size: 1.4375rem;
    }
    .cta__chara {
        z-index: 1;
        position: relative;
        width: 13.125rem;
    }
    .flow {
        padding-top: 5rem;
        padding-bottom: 5.5rem;
    }
    .flow__inner {
        max-width: 59.375rem;
    }
    .flow__title {
        padding-block: 0.625rem;
        font-size: 2.125rem;
    }
    .flow__list {
        margin-top: 4.25rem;
        gap: 2.5rem;
    }
    .flow__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 1.9375rem;
    }
    .flow__item:not(:last-child) .flow__icon::after {
        height: 10.625rem;
    }
    .flow__item:not(:last-child) .flow__detail::after {
        display: none;
    }
    .flow__icon {
        width: 6.25rem;
    }
    .flow__content {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
            -ms-flex: 1;
                flex: 1;
        width: auto;
    }
    .flow__name {
        padding-bottom: 0.625rem;
        background-color: transparent;
        font-size: 1.625rem;
        text-align: left;
    }
    .flow__detail {
        padding: 1.375rem 1.875rem;
        border-radius: 1.25rem;
        -webkit-box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.4);
                box-shadow: 0.3125rem 0.3125rem 0.1875rem rgba(0, 0, 0, 0.4);
    }
    .flow__text {
        font-size: 1rem;
    }
    .footer__nav {
        padding-inline: 1.5625rem;
        border-top: none;
        border-bottom: none;
        background-color: #ffffff;
    }
    .footer__nav-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
    .footer__nav-item {
        position: relative;
        border-bottom: none;
    }
    .footer__nav-item::before {
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 1em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #717171;
        content: "";
    }
    .footer__nav-item:last-child::after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 1px;
        height: 1em;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #717171;
        content: "";
    }
    .footer__nav-link {
        padding: 0.75rem clamp(0.5rem, 1.5vw, 1rem);
        font-size: clamp(0.6875rem, 1.7vw, 0.875rem);
        white-space: nowrap;
    }
    .footer {
        padding-bottom: 0.75rem;
    }
    .footer__inner {
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "logo . sns" "info . .  ";
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
        row-gap: 0.75rem;
        padding-top: 1.25rem;
    }
    .footer__logo {
        width: 14.125rem;
        max-width: none;
    }
    .footer__name {
        font-size: 0.875rem;
    }
    .footer__address,
    .footer__tel {
        font-size: 0.75rem;
    }
    .footer__tel-link {
        pointer-events: none;
    }
    .footer__sns {
        gap: 0.75rem;
    }
    .footer__sns-link {
        width: 2.75rem;
        height: 2.75rem;
    }
    .footer__copy {
        margin-top: 1.5rem;
        font-size: 0.875rem;
    }
    .fv__content {
        top: 50%;
        bottom: auto;
        left: 3.75rem;
        width: auto;
        max-width: 31.25rem;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
    }
    .fv__catch {
        font-size: 2.4375rem;
        line-height: 1.2564102564;
    }
    .fv__bar {
        display: none;
    }
    .fv__bar-tel-num {
        color: #ffffff;
    }
    .header {
        padding-top: 1rem;
        padding-bottom: 0.8125rem;
    }
    .header__logo-wrap {
        gap: 1.25rem;
    }
    .header__logo {
        width: 14.125rem;
    }
    .header__dept {
        font-size: 1.25rem;
    }
    .header__tel {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .header__tel-icon {
        width: 1.75rem;
        height: 2.3125rem;
    }
    .header__tel-note {
        color: #8fc31f;
        font-size: 0.875rem;
    }
    .header__tel-num {
        font-size: 1.6875rem;
    }
    .header__btn {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        font-size: 1.1875rem;
    }
    .header__btn img {
        width: 1.9375rem;
        height: auto;
        -o-object-fit: contain;
           object-fit: contain;
    }
    .header__sns-link {
        width: 2.25rem;
        height: 2.25rem;
    }
    .modal__panel {
        width: calc(100% - 3.125rem);
    }
    .modal__close {
        top: 1rem;
        right: 1rem;
        width: 2rem;
        height: 2rem;
    }
    .modal__body {
        padding: 6%;
    }
    .modal__title {
        font-size: 2rem;
        text-align: left;
    }
    .form__row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.25rem;
    }
    .form__row--textarea {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .form__label {
        width: 10rem;
    }
    .reasons {
        padding-top: 5rem;
        padding-bottom: 4.625rem;
        padding-inline: 1.875rem;
    }
    .reasons__inner {
        max-width: 61.25rem;
        padding-top: 0rem;
        padding-bottom: 3.5625rem;
        padding-inline: 3.125rem;
    }
    .reasons__title-wrap {
        padding-top: 0.625rem;
        gap: 1rem;
    }
    .reasons__title-icon {
        width: 4.125rem;
        margin-top: -1.25rem;
    }
    .reasons__title {
        font-size: 2.125rem;
        line-height: 1.0588235294;
    }
    .reasons__list {
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-top: 1rem;
        gap: 2.0625rem;
    }
    .reasons__item {
        padding: 0.625rem 2rem 1.875rem;
    }
    .reasons__num {
        font-size: 1.625rem;
    }
    .reasons__num span {
        font-size: 3.75rem;
    }
    .reasons__catch {
        margin-top: 1.25rem;
        font-size: 1.625rem;
    }
    .reasons__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
            -ms-flex-align: stretch;
                align-items: stretch;
        margin-top: 1.875rem;
        gap: 2.125rem;
    }
    .reasons__image {
        width: 24.4375rem;
    }
    .reasons__body {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: none;
            -ms-flex: none;
                flex: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 20.25rem;
    }
    .reasons__text {
        font-size: 1.125rem;
        line-height: 1.75;
    }
    .solution {
        padding-top: 6.8125rem;
    }
    .solution__inner {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 0.625rem;
    }
    .solution__text {
        font-size: 1.875rem;
    }
    .solution__catch-em {
        font-size: 2rem;
    }
    .solution__catch-sm {
        font-size: 1.75rem;
    }
    .solution__chara {
        width: 14.1875rem;
        margin-top: 1rem;
        margin-bottom: -5rem;
    }
    .voices {
        padding-top: 3.4375rem;
        padding-bottom: 5.625rem;
    }
    .voices__inner {
        max-width: 61.875rem;
    }
    .voices__title {
        padding-block: 0.625rem;
        font-size: 2.125rem;
    }
    .voices__list {
        margin-top: 2.875rem;
        gap: 3.5rem;
    }
    .voices__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 1.5rem;
    }
    .voices__item--reverse {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
    }
    .voices__area {
        font-size: 1.25rem;
    }
    .voices__text {
        margin-top: 1rem;
        font-size: 1rem;
    }
    .voices__image {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        aspect-ratio: 330/220;
        width: 20.625rem;
    }
    .worries {
        padding-block: 2.8125rem;
    }
    .worries::after {
        bottom: -5.8125rem;
        height: 5.8125rem;
    }
    .worries__layout {
        -webkit-flex-wrap: nowrap;
            -ms-flex-wrap: nowrap;
                flex-wrap: nowrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
            -ms-flex-align: center;
                align-items: center;
        gap: 1.5rem;
    }
    .worries__col {
        gap: 2rem;
    }
    .worries__center {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
            -ms-flex-order: 0;
                order: 0;
        max-width: 26.25rem;
        gap: 1.5625rem;
    }
    .worries__lead {
        font-size: 1.875rem;
    }
    .worries__chara {
        width: 19.5625rem;
    }
    .worries__image {
        width: 13.125rem;
    }
    .worries__text {
        font-size: 1.375rem;
    }
}

@media (min-width: 980px) {
    html {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .company__card {
        margin-top: 0;
    }
}

@media (max-width: 375px) {
    html {
        font-size: 4.2666666667vw;
    }
}

@media (any-hover: hover) {
    a:hover {
        opacity: 0.8;
    }
    a[href^=tel] {
        cursor: default;
        pointer-events: none;
    }
    .btn:hover {
        background-color: #717171;
        opacity: 1;
    }
    .btn:hover .btn__arrow {
        -webkit-transform: translateX(4px) rotate(-90deg);
                transform: translateX(4px) rotate(-90deg);
    }
    .footer__nav-link:hover {
        opacity: 0.6;
    }
    .footer__sns-link:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
    .header__sns-link:hover {
        -webkit-transform: scale(1.1);
                transform: scale(1.1);
    }
}
/*# sourceMappingURL=map/styles.css.map */