@charset "UTF-8";
/**  Mixins */
/*------------------------------------*\
    breakpoint vars
\*------------------------------------*/
/*------------------------------------*\
    breakpoint mixin
\*------------------------------------*/
/** Break desktop first**/
/** Global **/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@font-face {
    font-family: "Tsunagi Gothic";
    src: url("../fonts/TsunagiGothic-Black/TsunagiGothic-Black.eot");
    src: url("../fonts/TsunagiGothic-Black/TsunagiGothic-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/TsunagiGothic-Black/TsunagiGothic-Black.woff2") format("woff2"), url("../fonts/TsunagiGothic-Black/TsunagiGothic-Black.ttf") format("truetype"), url("../fonts/TsunagiGothic-Black/TsunagiGothic-Black.woff") format("woff");
    font-weight: 900;
}
@font-face {
    font-family: "KozGoPr6N";
    src: url("../fonts/KozGoPr6N-Bold/KozGoPr6N-Bold.eot");
    src: url("../fonts/KozGoPr6N-Bold/KozGoPr6N-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Bold/KozGoPr6N-Bold.woff2") format("woff2"), url("../fonts/KozGoPr6N-Bold/KozGoPr6N-Bold.woff") format("woff"), url("../fonts/KozGoPr6N-Bold/KozGoPr6N-Bold.ttf") format("truetype");
    font-weight: 700;
}
@font-face {
    font-family: "KozGoPr6N";
    src: url("../fonts/KozGoPr6N-Heavy/KozGoPr6N-Heavy.eot");
    src: url("../fonts/KozGoPr6N-Heavy/KozGoPr6N-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Heavy/KozGoPr6N-Heavy.woff2") format("woff2"), url("../fonts/KozGoPr6N-Heavy/KozGoPr6N-Heavy.woff") format("woff"), url("../fonts/KozGoPr6N-Heavy/KozGoPr6N-Heavy.ttf") format("truetype");
    font-weight: 900;
}
@font-face {
    font-family: "KozGoPr6N";
    src: url("../fonts/KozGoPr6N-Medium/KozGoPr6N-Medium.eot");
    src: url("../fonts/KozGoPr6N-Medium/KozGoPr6N-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Medium/KozGoPr6N-Medium.woff2") format("woff2"), url("../fonts/KozGoPr6N-Medium/KozGoPr6N-Medium.woff") format("woff"), url("../fonts/KozGoPr6N-Medium/KozGoPr6N-Medium.ttf") format("truetype");
    font-weight: 500;
}
@font-face {
    font-family: "KozGoPr6N";
    src: url("../fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.eot");
    src: url("../fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.woff2") format("woff2"), url("../fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.woff") format("woff"), url("../fonts/KozGoPr6N-Regular/KozGoPr6N-Regular.ttf") format("truetype");
    font-weight: 400;
}
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #6096c4;
    text-decoration: none;
}
a:hover {
    opacity: 0.8;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

figure {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

input[type=radio],
input[type=checkbox] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

:root {
    --white: #ffffff;
    --black: #000000;
    --smoke: #f4f5ef;
    --gray: #e5e5e5;
    --yellow-light: #ffec8b;
    --primary: #009dd8;
    --second: #ffd100;
    --text-body: #222222;
    --radius: 5px;
}

/* Base Setting
---------------------------------------- */
html {
    scroll-behavior: smooth;
    font-size: 2.13vw;
}
@media only screen and (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", Meiryo, "Helvetica Neue", Arial, sans-serif;
    overflow-wrap: break-word;
    font-weight: 400;
    color: var(--text-body);
    overflow-x: hidden;
    line-height: 1.5;
    position: relative;
    width: 100%;
    background: var(--white);
}

a {
    transition: all 0.3s;
    color: var(--text-body);
    outline: none !important;
}
a:hover {
    opacity: 0.8;
    color: var(--primary);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", Meiryo, "Helvetica Neue", Arial, sans-serif;
    font-weight: 700;
}

h1 {
    font-size: 36px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h1 {
        font-size: 46px;
    }
}

h2 {
    font-size: 40px;
    line-height: 1.15;
}
@media (min-width: 48em) {
    h2 {
        font-size: 56px;
    }
}

h3 {
    font-size: 34px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h3 {
        font-size: 40px;
    }
}

h4 {
    font-size: 28px;
    line-height: 1.16;
}
@media (min-width: 48em) {
    h4 {
        font-size: 36px;
    }
}

h5 {
    font-size: 20px;
    line-height: 1.2;
}
@media (min-width: 48em) {
    h5 {
        font-size: 24px;
    }
}

h6 {
    font-size: 18px;
    line-height: 1.3;
}
@media (min-width: 48em) {
    h6 {
        font-size: 20px;
    }
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

table {
    border: 1px solid var(--black);
}
table tr th,
table tr td {
    border-bottom: 0.5px solid var(--black);
    border-right: 0.5px solid var(--black);
    padding: 6px 12px;
}
table tr th {
    font-weight: 500;
    text-align: center;
}

.container-fluid, .container {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 0.625rem;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .container-fluid, .container {
        padding: 0 20px;
    }
}

.areas__list ul, .rating__item--body ul, .proven-technology__top--content ul, .symptoms__list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.btn-sticky .btn-email, .btn-contact, .btn-gradient, .btn-gradient--third, .btn-gradient--second {
    background: #00AAE0;
    background: linear-gradient(0deg, #00AAE0 0%, #33bce6 64%, white 100%);
    box-shadow: 0 0 5px 4px #00AAE0 inset;
}

.btn-sticky .hotline-link, .btn-email, .btn-gradient--second {
    background: #ee9300;
    background: linear-gradient(0deg, #ee9300 0%, #ffbf58 64%, white 100%);
    box-shadow: 0 0 5px 4px #ee9300 inset;
}

.btn-line, .btn-gradient--third {
    background: #009A00;
    background: linear-gradient(0deg, #009A00 0%, #229c22 64%, white 100%);
    box-shadow: 0 0 5px 4px #009A00 inset;
}

.heading-border {
    text-align: center;
    margin-bottom: 2.25rem;
}
@media only screen and (min-width: 768px) {
    .heading-border {
        margin-bottom: 36px;
    }
}
.heading-border h2 {
    background: url("../images/border-heading.png") no-repeat 0 0/100% 100%;
    font-family: "Tsunagi Gothic", sans-serif;
    color: var(--primary);
    padding: 0.875rem;
    margin: 0;
    font-size: 4.75rem;
}
@media only screen and (min-width: 768px) {
    .heading-border h2 {
        font-size: 60px;
        display: inline-block;
        padding: 16px;
        min-width: 600px;
    }
}
@media only screen and (min-width: 992px) {
    .heading-border h2 {
        font-size: 96px;
        min-width: 870px;
    }
}

input[type=text],
input[type=email],
input[type=password],
input[type=phone],
input[type=search],
textarea,
select {
    border: 1px solid var(--gray);
    border-radius: var(--radius);
    padding: 15px 24px;
    outline: none !important;
}

.btn,
button,
input[type=button],
input[type=submit] {
    transition: all 0.3s;
    color: var(--white);
    padding: 16px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: var(--primary);
    text-transform: uppercase;
    border: 0;
}
.btn:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn svg,
button svg,
input[type=button] svg,
input[type=submit] svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn.btn-white,
button.btn-white,
input[type=button].btn-white,
input[type=submit].btn-white {
    color: var(--primary);
    background: var(--white);
}

.btn-gradient, .btn-gradient--third, .btn-gradient--second {
    font-weight: 700;
    color: var(--white);
    line-height: 1.2;
    padding: 3.75rem 1.875rem;
    text-align: center;
    font-size: 4rem;
}
@media only screen and (min-width: 768px) {
    .btn-gradient, .btn-gradient--third, .btn-gradient--second {
        font-size: 24px;
        padding: 20px 30px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-gradient, .btn-gradient--third, .btn-gradient--second {
        min-width: 460px;
        font-size: 33px;
        padding: 24px 30px;
    }
}

.btn-outline {
    transition: all 0.3s;
    color: var(--primary);
    padding: 15px 25px;
    min-width: 230px;
    text-align: center;
    font-weight: 700;
    display: inline-block;
    outline: none !important;
    border-radius: var(--radius);
    background: none;
    text-transform: uppercase;
    border: 1px solid var(--primary);
}
.btn-outline:hover {
    opacity: 0.9;
    color: var(--white);
}
.btn-outline svg {
    margin-right: 15px;
    max-height: 20px;
}
.btn-outline.btn-white {
    border-color: var(--white);
    color: var(--white);
}

.container-fluid {
    max-width: 1920px;
}
@media (min-width: 48em) {
    .container-fluid {
        padding: 0 64px;
    }
}

.section {
    padding-block: 5rem;
}
@media only screen and (min-width: 768px) {
    .section {
        padding-block: 100px;
    }
}

/* .section-caro {
    background: url("../images/bg-3.png") repeat 0 0/2.875rem;
}
@media only screen and (min-width: 768px) {
    .section-caro {
        background-size: 48px;
    }
} */

.section-gray {
    background: url("../images/bg-2-sp.png") repeat-y 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .section-gray {
        background-image: url("../images/bg-2.png");
    }
}

.section-blue {
    background: url("../images/bg-4.png") repeat-y 0 0/100%;
}

.section-yellow {
    background: url("../images/bg-yellow-sp.png") no-repeat 0 0/cover;
}
@media only screen and (min-width: 768px) {
    .section-yellow {
        background-image: url("../images/bg-yellow.png");
    }
}

.section-city {
    padding-block: 8.125rem 10rem;
    background: url("../images/city-sp.png") no-repeat 0 100%/100% #00B1E4;
}
@media only screen and (min-width: 768px) {
    .section-city {
        background-image: url("../images/city.png");
        padding-block: 100px 120px;
    }
}

.section-heading {
    font-weight: 700;
    text-align: center;
    margin-bottom: 3.125rem;
    font-size: 3.875rem;
}
@media only screen and (min-width: 768px) {
    .section-heading {
        font-size: 42px;
        margin-bottom: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .section-heading {
        font-size: 60px;
        margin-bottom: 80px;
    }
}

.hamburger {
    position: relative;
    width: 28px;
    height: 18px;
    line-height: 1;
    cursor: pointer;
    display: block;
    right: 0;
    z-index: 99;
    opacity: 1;
}
.hamburger span {
    width: 28px;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(0deg);
    border-radius: 5px;
    top: calc(50% - 1px);
    left: calc(50% - 14px);
}
.hamburger span::before, .hamburger span::after {
    content: "";
    transform-origin: center center;
    width: 100%;
    height: 2px;
    background: #555555;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 8px;
    transition: 0.3s all ease;
    border-radius: 5px;
    opacity: 1;
}
.hamburger span::after {
    top: -8px;
}
.hamburger.active span {
    transform: rotate(225deg);
}
.hamburger.active span::before {
    transform: rotate(-90deg);
    top: 0;
}
.hamburger.active span::after {
    opacity: 0;
}

.hotline-link {
    display: block;
}
.hotline-link span {
    font-weight: 700;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    margin: 0;
    font-size: 8px;
}
@media only screen and (min-width: 992px) {
    .hotline-link span {
        font-size: 12px;
    }
}
.hotline-link span strong {
    color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 2.6px;
    display: inline-block;
    padding: 0 4px;
    margin-left: 2px;
    font-weight: 700;
}
.hotline-link figure {
    font-weight: 600;
    font-family: "din-2014", sans-serif;
    line-height: 1;
    display: flex;
    font-size: 32px;
    letter-spacing: -0.03em;
}
@media only screen and (min-width: 992px) {
    .hotline-link figure {
        font-size: 44px;
    }
}
.hotline-link figure img {
    width: 100%;
    max-width: 36px;
}
@media only screen and (min-width: 992px) {
    .hotline-link figure img {
        max-width: 52px;
    }
}
.hotline-link:hover {
    color: inherit;
}

.btn-line {
    box-shadow: 0 0 5px 4px #009A00 inset;
    text-shadow: 1px 1px 1.5px rgba(66, 66, 66, 0.54);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #ffff8c;
    font-weight: 700;
    min-height: 12.5rem;
    justify-content: center;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    font-size: 1.625rem;
    gap: 0.625rem;
    text-align: center;
    border-radius: 0.6875rem;
}
@media only screen and (min-width: 768px) {
    .btn-line {
        min-height: 100px;
        gap: 5px;
        font-size: 12px;
        border-radius: 8px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-line {
        font-size: 18px;
        min-height: 108px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-line {
        font-size: 22px;
    }
}
.btn-line strong {
    text-shadow: 2px 2px 3px rgba(66, 66, 66, 0.54);
    font-weight: 700;
    color: var(--white);
    font-size: 4.25rem;
}
@media only screen and (min-width: 768px) {
    .btn-line strong {
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-line strong {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-line strong {
        font-size: 37px;
    }
}
.btn-line:hover {
    color: #ffff8c;
}
.btn-line:hover strong {
    color: var(--white);
}
.btn-line::after {
    content: "";
    background: url("../images/arrow-circle-right-third.svg") no-repeat 0 0/100%;
    width: 3.25rem;
    height: 3.25rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .btn-line::after {
        width: 28px;
        height: 28px;
        right: 6px;
    }
}
@media only screen and (min-width: 992px) {
    .btn-line::after {
        width: 32px;
        height: 32px;
        right: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-line::after {
        width: 44px;
        height: 44px;
        right: 14px;
    }
}

.btn-contact {
    text-shadow: 2px 2px 3px rgba(66, 66, 66, 0.54);
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--white);
    font-weight: 700;
    justify-content: center;
    line-height: 1.3;
    position: relative;
    z-index: 1;
    min-height: 12.5rem;
    text-align: center;
    font-size: 3.5rem;
    border-radius: 0.6875rem;
}
@media only screen and (min-width: 768px) {
    .btn-contact {
        min-height: 100px;
        font-size: 22px;
        border-radius: 8px;
        background: #ee9300;
        background: linear-gradient(0deg, #ee9300 0%, #ffbf58 64%, white 100%);
        box-shadow: 0 0 5px 4px #ee9300 inset;
    }
}
@media only screen and (min-width: 992px) {
    .btn-contact {
        font-size: 30px;
        min-height: 108px;
    }
}
@media only screen and (min-width: 1200px) {
    .btn-contact {
        font-size: 40px;
    }
}
.btn-contact:hover {
    color: var(--white);
}
.btn-contact::after {
    content: "";
    background: url("../images/arrow-circle-right-fourth.svg") no-repeat 0 0/100%;
    width: 3.25rem;
    height: 3.25rem;
    top: 50%;
    transform: translateY(-50%);
    right: 0.5rem;
    position: absolute;
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .btn-contact::after {
        width: 44px;
        height: 44px;
        right: 14px;
        background-image: url("../images/arrow-circle-right-second.svg");
    }
}

.btn-email {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 5px 4px #ee9300 inset;
    border-radius: 3px;
    text-shadow: 1.05px 1.05px 1.58px rgba(66, 66, 66, 0.54);
    color: var(--white);
    font-weight: 500;
    padding: 5px 10px;
    font-size: 14px;
    text-align: center;
}
@media only screen and (min-width: 992px) {
    .btn-email {
        font-size: 16px;
    }
}
.btn-email img {
    width: 20px;
    -webkit-filter: drop-shadow(1.05px 1.05px 1.58px rgba(66, 66, 66, 0.54));
    filter: drop-shadow(1.05px 1.05px 1.58px rgba(66, 66, 66, 0.54));
}
@media only screen and (min-width: 992px) {
    .btn-email img {
        width: 23px;
    }
}
.btn-email:hover {
    color: var(--white);
}

.rating-stars {
    display: flex;
    gap: 0.0875rem;
}
@media only screen and (min-width: 768px) {
    .rating-stars {
        gap: 2px;
    }
}
.rating-stars .star {
    width: 1.5rem;
    height: 1.5rem;
    background: url("../images/star.svg") no-repeat 0 0/100%;
}
@media only screen and (min-width: 768px) {
    .rating-stars .star {
        width: 24px;
        height: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .rating-stars .star {
        width: 36px;
        height: 34px;
    }
}
.rating-stars .star.empty {
    background-image: url("../images/star-empty.svg");
}

@media screen and (min-width: 1024px) {
    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .pcbr {
        display: none;
    }

    .spbr {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .hide-pc {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .hide-sp {
        display: none;
    }
}

.site-header {
    padding-block: 0.875rem;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.27);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: var(--white);
}
@media only screen and (min-width: 768px) {
    .site-header {
        padding-block: 10px;
    }
}
.site-header__inner {
    display: flex;
    gap: 14px;
    align-items: center;
}
@media only screen and (min-width: 992px) {
    .site-header__inner {
        gap: 26px;
    }
}
.site-header__logo {
    flex-basis: 0;
    flex-grow: 1;
}
.site-header__logo img {
    width: 100%;
}
.site-header__contact {
    display: none;
}
@media only screen and (min-width: 768px) {
    .site-header__contact {
        display: flex;
        align-items: center;
        gap: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .site-header__contact {
        gap: 22px;
    }
}
.site-header__contact .btn-email {
    min-height: 54px;
}
@media only screen and (min-width: 992px) {
    .site-header__contact .btn-email {
        min-height: 60px;
    }
}

.site-footer {
    text-align: center;
    padding-block: 2.5rem 10rem;
    font-size: 1.5rem;
    color: var(--white);
    background: var(--primary);
    font-weight: 700;
}
.site-footer a{
    font-size: 1.5rem;
    color: var(--white);
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .site-footer {
        font-size: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .site-footer {
        padding-block: 45px 110px;
    }
}
.site-footer h3 {
    font-size: 2.875rem;
    margin: 0 0 0.5rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .site-footer h3 {
        font-size: 46px;
        margin: 0 0 8px;
    }
}
.site-footer p {
    margin: 0 0 0.5rem;
}
@media only screen and (min-width: 768px) {
    .site-footer p {
        margin: 0 0 8px;
    }
}

.btn-sticky {
    position: sticky;
    display: flex;
    justify-content: center;
    gap: 0.375rem;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-block: 0.625rem;
    /*  background: var(--white);*/
    z-index: 99;
	padding: 10px;
}
@media only screen and (min-width: 992px) {
    .btn-sticky {
        display: none;
    }
}
.btn-sticky .btn-email {
    box-shadow: 0 0 0.3125rem 0.25rem #00AAE0 inset;
    border-radius: 0.5rem;
    min-height: 9.375rem;
    font-size: 2rem;
    line-height: 1.164;
    gap: 0.25rem;
}
.btn-sticky .btn-email img {
    width: 3.0625rem;
}
.btn-sticky .hotline-link {
    box-shadow: 0 0 0.3125rem 0.25rem #ee9300 inset;
    border-radius: 0.5rem;
    min-height: 9.375rem;
    padding: 0.625rem 0.875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.btn-sticky .hotline-link span {
    text-shadow: 0 0 0.125rem rgba(61, 38, 0, 0.54);
    gap: 0.25rem;
    width: 100%;
    line-height: 1.2;
}
.btn-sticky .hotline-link span strong {
    border: 0.125rem solid var(--white);
    color: var(--white);
    font-size: 1.875rem;
    box-shadow: 0 0 0.125rem rgba(61, 38, 0, 0.54);
    border-radius: 0.375rem;
    font-weight: 700;
    padding: 0.125rem 0.625rem;
}
.btn-sticky .hotline-link figure img {
    width: 4.5rem;
}
.btn-sticky .hotline-link figure figcaption {
    text-shadow: 0.125rem 0.125rem 0.1875rem rgba(75, 75, 75, 0.54);
    color: var(--white);
    font-size: 3.8125rem;
}

/** pages */
.section-banner img {
    width: 100%;
}

.contact-info {
    background: url("../images/bg-yellow-sp.png") no-repeat 50% 50%/cover;
    overflow: hidden;
    padding-block: 10rem 5.625rem;
}
@media only screen and (min-width: 768px) {
    .contact-info {
        background-image: url("../images/bg-yellow.png");
        padding-block: 120px 60px;
    }
}
.contact-info__top {
    position: relative;
    z-index: 1;
}
.contact-info__top--content {
    display: flex;
    justify-content: flex-start;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content {
        padding-right: 170px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content {
        padding-right: 260px;
    }
}
.contact-info__top--content > div {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 6.25rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content > div {
        padding-right: 0;
    }
}
.contact-info__top--content h2 {
    font-weight: 700;
    font-size: 3.0625rem;
    line-height: 1.3;
    margin: 0 0 1.25rem;
    text-align: right;
    width: 100%;
    z-index: -1;
    position: relative;
    width: calc(100% + 6.25rem);
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h2 {
        font-size: 36px;
        width: 100%;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h2 {
        font-size: 46px;
    }
}
.contact-info__top--content h2 strong {
    font-weight: 900;
    position: relative;
    z-index: 1;
    color: var(--primary);
    font-size: 5.375rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h2 strong {
        font-size: 58px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h2 strong {
        font-size: 82px;
    }
}
.contact-info__top--content h2 strong span {
    font-family: "Tsunagi Gothic", sans-serif;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    color: #FFF1B5;
    font-weight: 900;
    display: none;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h2 strong span {
        display: block;
        font-size: 140px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h2 strong span {
        font-size: 180px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__top--content h2 strong span {
        font-size: 207px;
    }
}
.contact-info__top--content h2 small {
    font-size: 2.25rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h2 small {
        font-size: 22px;
        position: relative;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h2 small {
        font-size: 34px;
    }
}
.contact-info__top--content h2 small span {
    position: absolute;
    left: 0;
    background: url("../images/bg-comment.png") no-repeat 0 0/100% 100%;
    padding: 1rem 0.625rem 1rem 1.625rem;
    white-space: nowrap;
    transform: rotate(-5deg);
    font-size: 3.6875rem;
    bottom: calc(100% - 2.5rem);
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h2 small span {
        right: 0;
        left: auto;
        bottom: 100%;
        padding: 16px 10px 16px 26px;
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h2 small span {
        font-size: 38px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__top--content h2 small span {
        font-size: 56px;
    }
}
.contact-info__top--content h5 {
    font-weight: 900;
    margin: 0 0 0.375rem;
    line-height: 1.3;
    text-align: center;
    width: 100%;
    font-size: 1.625rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h5 {
        margin: 0 0 6px;
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h5 {
        font-size: 26px;
    }
}
.contact-info__top--content h4 {
    font-size: 1.6875rem;
    font-weight: 700;
    color: var(--white);
    background: var(--primary);
    border-radius: 0.375rem;
    margin: 0 0 0.75rem;
    line-height: 1.2;
    padding: 0.375rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h4 {
        font-size: 22px;
        padding: 6px 10px;
        margin: 0 0 4px;
        border-radius: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h4 {
        font-size: 22px;
    }
}
.contact-info__top--content h4 span {
    color: var(--yellow-light);
    font-size: 2.75rem;
    font-family: "din-2014", sans-serif;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h4 span {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h4 span {
        font-size: 30px;
    }
}
.contact-info__top--content h3 {
    font-size: 1.6875rem;
    font-weight: 700;
    border-bottom: 3px solid var(--text-body);
    margin: 0 0 1rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top--content h3 {
        margin: 0 0 12px;
        font-size: 24px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top--content h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__top--content h3 {
        font-size: 37px;
    }
}
.contact-info__top figure {
    position: absolute;
    z-index: -2;
    right: -4.5rem;
    bottom: 0;
    width: 13.75rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__top figure {
        width: 200px;
        right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__top figure {
        width: 296px;
    }
}
.contact-info__main {
    background: var(--white);
    padding: 3.125rem 0.75rem 4.375rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main {
        display: flex;
        padding: 30px;
    }
}
.contact-info__main--left {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left {
        width: 42%;
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
.contact-info__main--left .contact-label {
    text-align: center;
    padding-inline: 1.625rem;
    background: url("../images/leaf-left.svg") no-repeat 0 50%/1.75rem, url("../images/leaf-right.svg") no-repeat 100% 50%/1.75rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label {
        padding-inline: 26px;
        background-size: 26px, 26px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--left .contact-label {
        padding-inline: 36px;
        background-size: 36px, 36px;
    }
}
.contact-info__main--left .contact-label img {
    max-width: 3.3125rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label img {
        max-width: 65px;
        max-height: 48px;
    }
}
.contact-info__main--left .contact-label h3 {
    font-size: 2rem;
    line-height: 1.2;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label h3 {
        font-size: 22px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--left .contact-label h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__main--left .contact-label h3 {
        font-size: 40px;
    }
}
.contact-info__main--left .contact-label h3 small {
    font-size: 1.6875rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label h3 small {
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--left .contact-label h3 small {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__main--left .contact-label h3 small {
        font-size: 33px;
    }
}
.contact-info__main--left .contact-label h3 sup {
    font-weight: 400;
    top: -3em;
    font-size: 0.5rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label h3 sup {
        font-size: 10px;
    }
}
.contact-info__main--left .contact-label p {
    text-align: right;
    font-size: 0.6875rem;
    font-weight: 500;
    margin: 0;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--left .contact-label p {
        font-size: 13px;
    }
}
.contact-info__main--right {
    margin-top: 2.75rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right {
        width: 58%;
        padding-left: 25px;
        margin-top: 0;
    }
}
.contact-info__main--right .hotline-link {
    border-radius: 0.6875rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 12.5rem;
    padding: 0.625rem 0.375rem 0.375rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right .hotline-link {
        min-height: 100px;
        padding: 16px 10px 6px;
        border: 3px solid var(--primary);
        border-radius: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--right .hotline-link {
        min-height: 146px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-info__main--right .hotline-link {
        background: #ee9300;
        background: linear-gradient(0deg, #ee9300 0%, #ffbf58 64%, white 100%);
        box-shadow: 0 0 5px 4px #ee9300 inset;
    }
}
.contact-info__main--right .hotline-link span {
    font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right .hotline-link span {
        font-size: 12px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--right .hotline-link span {
        font-size: 16px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__main--right .hotline-link span {
        font-size: 21px;
    }
}
.contact-info__main--right .hotline-link span strong {
    border-radius: 5px;
    border-width: 1.5px;
    margin-left: 0.375rem;
    color: var(--white);
    border-color: #222;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right .hotline-link span strong {
        color: var(--primary);
        border-color: var(--primary);
        margin-left: 4px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--right .hotline-link span strong {
        margin-left: 7px;
    }
}
.contact-info__main--right .hotline-link figure {
    font-size: 5rem;
    color: var(--white);
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right .hotline-link figure {
        font-size: 42px;
        color: var(--text-body);
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--right .hotline-link figure {
        font-size: 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__main--right .hotline-link figure {
        font-size: 78px;
    }
}
.contact-info__main--right .hotline-link figure img {
    max-width: 7.3125rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right .hotline-link figure img {
        max-width: 74px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-info__main--right .hotline-link figure img {
        max-width: 84px;
    }
}
@media only screen and (min-width: 1200px) {
    .contact-info__main--right .hotline-link figure img {
        max-width: 94px;
    }
}
.contact-info__main--right > p {
    text-align: right;
    font-size: 13px;
    font-weight: 500;
    margin: 5px 0 8px;
    line-height: 1.5;
    font-size: 1rem;
}
@media only screen and (min-width: 768px) {
    .contact-info__main--right > p {
        font-size: 13px;
    }
}

.symptoms {
    background: url("../images/bg-1.png") no-repeat 0 0/100% #F4F4F4;
    padding-block: 5.625rem;
    overflow: hidden;
}
@media only screen and (min-width: 768px) {
    .symptoms {
        padding-block: 35px 80px;
    }
}
.symptoms .container > picture {
    text-align: center;
    display: block;
}
@media only screen and (min-width: 768px) {
    .symptoms .container > picture {
        margin: 0 0 20px;
    }
}
.symptoms__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 0;
    margin-bottom: 3.125rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__inner {
        margin-bottom: 10px;
    }
}
.symptoms__inner h3 {
    position: relative;
    width: 15rem;
    height: 15rem;
    background: url("../images/symptoms-circle.png") no-repeat 0 0/100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    line-height: 1.365;
    margin: 0;
    text-align: center;
    font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__inner h3 {
        width: 235px;
        height: 235px;
        font-size: 25px;
        padding: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__inner h3 {
        width: 344px;
        height: 350px;
        font-size: 34px;
        padding: 30px;
    }
}
.symptoms__inner h3::after {
    content: "";
    position: absolute;
    top: 1.25rem;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("../images/check-gray.svg") no-repeat 0 0/100%;
    width: 3.125rem;
    height: 3.125rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__inner h3::after {
        width: 66px;
        height: 66px;
        top: 22px;
    }
}
.symptoms__list {
    border: 1.125rem solid var(--text-body);
    position: relative;
    padding: 2.5rem 5rem;
    z-index: 1;
    margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__list {
        border-width: 20px;
        padding: 7% 13% 7% 15.5%;
        margin-bottom: 120px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__list {
        border-width: 27px;
    }
}
.symptoms__list::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 110%;
    height: 160%;
    background: url("../images/ants.svg") no-repeat 0 50%/100%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
@media only screen and (min-width: 768px) {
    .symptoms__list::before {
        width: 100%;
    }
}
.symptoms__list::after {
    content: "";
    position: absolute;
    width: 5.5625rem;
    height: 10.125rem;
    top: -3rem;
    right: -1.25rem;
    background: url("../images/ant-big.png") no-repeat 0 50%/100%;
}
@media only screen and (min-width: 768px) {
    .symptoms__list::after {
        top: -69px;
        right: -36px;
        width: 120px;
        height: 215px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__list::after {
        width: 157px;
        height: 260px;
    }
}
.symptoms__list ul {
    font-size: 2rem;
    line-height: 1.365;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .symptoms__list ul {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__list ul {
        font-size: 43px;
    }
}
.symptoms__list ul li {
    background: url("../images/check-yellow.svg") no-repeat 0 50%/2.125rem;
    padding-left: 3.4375rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__list ul li {
        background-size: 32px;
        padding-left: 55px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__list ul li {
        background-size: 47px;
        padding-left: 75px;
    }
}
.symptoms__list ul li + li {
    margin-top: 2.5rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__list ul li + li {
        margin-top: 30px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__list ul li + li {
        margin-top: 50px;
    }
}
.symptoms__grid {
    background: url("../images/danger-bg-2.png") no-repeat 0 0/100% 100%;
    padding-bottom: 2.5rem;
    box-shadow: 2px 0 6px rgba(0, 0, 0, 0.54);
}
@media only screen and (min-width: 768px) {
    .symptoms__grid {
        padding-bottom: 45px;
    }
}
.symptoms__grid picture {
    margin-bottom: 1.5625rem;
    display: block;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid picture {
        margin-bottom: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__grid picture {
        margin-bottom: 30px;
    }
}
.symptoms__grid picture img {
    margin-top: -1.875rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid picture img {
        margin-top: -30px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__grid picture img {
        margin-top: -40px;
    }
}
.symptoms__grid--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.4375rem;
    padding-inline: 1.25rem 0.625rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid--list {
        padding-inline: 40px 25px;
        gap: 12px;
    }
}
@media only screen and (min-width: 768px) {
    .symptoms__grid--list {
        padding-inline: 65px 45px;
        gap: 28px;
    }
}
.symptoms__grid--item figure {
    margin: 0 0 10px;
}
.symptoms__grid--item figure img {
    width: 100%;
    aspect-ratio: 1;
    object-fit: cover;
}
.symptoms__grid--item h3 {
    line-height: 1.324;
    margin: 0;
    font-weight: 500;
    font-size: 1.6875rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid--item h3 {
        font-size: 22px;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__grid--item h3 {
        font-size: 29px;
    }
}
.symptoms__grid h5 {
    font-size: 2.75rem;
    font-weight: 700;
    text-align: center;
    padding: 1.25rem 0 0;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid h5 {
        font-size: 37px;
        padding: 45px 5px 0 25px;
    }
}
@media only screen and (min-width: 992px) {
    .symptoms__grid h5 br {
        display: none;
    }
}
.symptoms__grid h5 small {
    font-size: 2rem;
}
@media only screen and (min-width: 768px) {
    .symptoms__grid h5 small {
        font-size: 37px;
    }
}
.symptoms__grid h5 span {
    color: var(--primary);
}

.danger-heading {
    background: url("../images/danger-bg.png") no-repeat 0 0/100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
    padding: 0 0.625rem 1rem;
    min-height: 15rem;
}
@media only screen and (min-width: 768px) {
    .danger-heading {
        gap: 10px;
        min-height: 290px;
    }
}
.danger-heading img {
    max-width: 6.75rem;
    margin-top: 70px;
    padding: 0 0 16px;
}
@media only screen and (min-width: 768px) {
    .danger-heading img {
        max-width: 90px;
    }
}
@media only screen and (min-width: 992px) {
    .danger-heading img {
        max-width: 113px;
    }
}
.danger-heading__content {
    transform: rotate(-3deg);
}
.danger-heading__content h4 {
    font-size: 2.5rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .danger-heading__content h4 {
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .danger-heading__content h4 {
        font-size: 48px;
    }
}
.danger-heading__content h4 small {
    font-size: 1.875rem;
}
@media only screen and (min-width: 768px) {
    .danger-heading__content h4 small {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .danger-heading__content h4 small {
        font-size: 36px;
    }
}
.danger-heading__content h4 strong {
    font-weight: 700;
    font-size: 4.25rem;
}
@media only screen and (min-width: 768px) {
    .danger-heading__content h4 strong {
        font-size: 64px;
    }
}
@media only screen and (min-width: 992px) {
    .danger-heading__content h4 strong {
        font-size: 76px;
    }
}
.danger-heading__content h3 {
    font-size: 3.5rem;
    margin: 0;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .danger-heading__content h3 {
        font-size: 56px;
    }
}
@media only screen and (min-width: 992px) {
    .danger-heading__content h3 {
        font-size: 69px;
    }
}

.proven-technology {
    padding-block: 5.625rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology {
        padding-block: 90px;
    }
}
.proven-technology__top {
    padding-left: 8.75rem;
    position: relative;
    z-index: 1;
    margin-bottom: 1.875rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top {
        padding-left: 150px;
        margin-bottom: 0;
        padding-bottom: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top {
        padding-left: 200px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top {
        padding-left: 260px;
    }
}
.proven-technology__top figure {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 23.75rem;
    left: -3.75rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top figure {
        width: 270px;
        left: 0;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top figure {
        width: 320px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top figure {
        width: 431px;
    }
}
.proven-technology__top figure img {
    width: 100%;
}
.proven-technology__top--body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.proven-technology__top--body h2 {
    background: var(--primary);
    color: var(--white);
    font-size: 2.375rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    border-radius: 100px;
    padding: 0.625rem 1.875rem;
    margin: 0 0 1.75rem;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--body h2 {
        margin: 0 0 35px;
        width: auto;
        font-size: 26px;
        padding: 11px 42px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--body h2 {
        font-size: 49px;
        padding: 11px 54px;
    }
}
.proven-technology__top--body h2::before {
    content: "";
    border-top: 1.5rem solid var(--primary);
    border-left: 0.875rem solid transparent;
    border-right: 0.875rem solid transparent;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--body h2::before {
        border-top-width: 18px;
        border-left-width: 9px;
        border-right-width: 9px;
    }
}
.proven-technology__top--content {
    width: 100%;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content {
        display: flex;
        gap: 6px;
    }
}
.proven-technology__top--content ul {
    font-size: 2.1875rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: 0.01em;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
    margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content ul {
        grid-template-columns: 1fr;
        gap: 8px;
        margin-bottom: 0;
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--content ul {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top--content ul {
        font-size: 33px;
    }
}
.proven-technology__top--content ul li {
    color: var(--white);
    background: url("../images/check-circle-yellow.svg") no-repeat 0.938rem 50%/2rem var(--primary);
    border-radius: 0.4375rem;
    padding: 0.25rem 0.9375rem 0.25rem 3.75rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content ul li {
        border-radius: 7px;
        padding: 4px 15px 4px 48px;
        background-size: 22px;
        background-position: 15px 50%;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--content ul li {
        background-size: 26px;
        padding: 4px 15px 4px 60px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top--content ul li {
        background-size: 32px;
    }
}
.proven-technology__top--content h3 {
    font-size: 6.25rem;
    font-weight: 900;
    letter-spacing: -0.2em;
    margin: 0;
    line-height: 1.1;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content h3 {
        letter-spacing: -0.15em;
        font-size: 72px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--content h3 {
        font-size: 84px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top--content h3 {
        font-size: 110px;
    }
}
.proven-technology__top--content h3 strong {
    font-weight: 900;
    font-size: 9rem;
    letter-spacing: 0;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content h3 strong {
        font-size: 96px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--content h3 strong {
        font-size: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top--content h3 strong {
        font-size: 158px;
    }
}
.proven-technology__top--content h3 em {
    font-size: 9.8125rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__top--content h3 em {
        font-size: 90px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__top--content h3 em {
        font-size: 130px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__top--content h3 em {
        font-size: 170px;
    }
}
.proven-technology__grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.125rem;
}
@media only screen and (min-width: 768px) {
    .proven-technology__grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
}
.proven-technology__item {
    border: 1.5px solid var(--primary);
}
.proven-technology__item h3 {
    background: var(--primary);
    color: var(--white);
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    padding: 0.75rem;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .proven-technology__item h3 {
        padding: 11px 2px;
        font-size: 20px;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__item h3 {
        font-size: 26px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__item h3 {
        font-size: 31px;
    }
}
.proven-technology__item--body {
    font-size: 1.6875rem;
    font-weight: 500;
    line-height: 1.42;
    padding: 1.25rem 2.5rem;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .proven-technology__item--body {
        font-size: 18px;
        padding: 16px 10px;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    .proven-technology__item--body {
        font-size: 22px;
    }
}
@media only screen and (min-width: 1200px) {
    .proven-technology__item--body {
        font-size: 28px;
    }
}
.proven-technology__item--body p {
    margin: 0;
}

.reazon {
    padding-block: 6.25rem 4.0625rem;
}
@media only screen and (min-width: 768px) {
    .reazon {
        padding-block: 75px 120px;
    }
}
.reazon__heading {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    margin-bottom: 3.75rem;
}
@media only screen and (min-width: 768px) {
    .reazon__heading {
        margin-bottom: 80px;
    }
}
.reazon__heading h3 {
    line-height: 1;
    color: var(--primary);
    font-family: "Tsunagi Gothic", sans-serif;
    margin: 0;
    position: relative;
    font-size: 20.375rem;
}
@media only screen and (min-width: 768px) {
    .reazon__heading h3 {
        font-size: 280px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__heading h3 {
        font-size: 326px;
    }
}
.reazon__heading h3::before {
    content: "";
    width: 3.125rem;
    height: 3.3125rem;
    background: url("../images/number-icon.svg") no-repeat 0 0/100%;
    position: absolute;
    top: 0.9375rem;
    left: -1.875rem;
}
@media only screen and (min-width: 768px) {
    .reazon__heading h3::before {
        width: 50px;
        height: 53px;
        top: 15px;
        left: -30px;
    }
}
.reazon__heading--body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.reazon__heading--body h4 {
    background: var(--primary);
    color: var(--white);
    font-size: 2.0625rem;
    display: inline-block;
    position: relative;
    font-weight: 600;
    border-radius: 100px;
    margin: 0 0 1.25rem;
    padding: 0.5rem 1.25rem;
}
@media only screen and (min-width: 768px) {
    .reazon__heading--body h4 {
        font-size: 26px;
        padding: 11px 54px;
        margin: 0 0 14px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__heading--body h4 {
        font-size: 33px;
        margin: 0 0 25px;
    }
}
.reazon__heading--body h4::before {
    content: "";
    border-top: 1.25rem solid var(--primary);
    border-left: 0.625rem solid transparent;
    border-right: 0.625rem solid transparent;
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    .reazon__heading--body h4::before {
        border-top-width: 13px;
        border-left-width: 6px;
        border-right-width: 6px;
    }
}
.reazon__heading--body h2 {
    width: 100%;
    font-size: 9.4375rem;
    font-weight: 700;
    margin: 0;
}
@media only screen and (min-width: 768px) {
    .reazon__heading--body h2 {
        font-size: 135px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__heading--body h2 {
        font-size: 151px;
    }
}
.reazon__heading--body h2 small {
    font-size: 5.3125rem;
}
@media only screen and (min-width: 768px) {
    .reazon__heading--body h2 small {
        font-size: 76px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__heading--body h2 small {
        font-size: 85px;
    }
}
.reazon__row {
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    background: url("../images/bg-5.png") repeat 0 0/13px;
    border-radius: 0.375rem;
    position: relative;
    padding: 2.1875rem 1.5rem 3.125rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row {
        display: grid;
        grid-template-columns: calc(64% - 32px) 36%;
        gap: 10px 32px;
        padding: 24px 40px;
        border-radius: 5px;
        background-size: 27px;
    }
}
.reazon__row + .reazon__row {
    margin-top: 36px;
}
.reazon__row h5 {
    position: absolute;
    background: url("../images/note-yellow.png") no-repeat 0 0/100%;
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 1.1;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    width: 13.75rem;
    height: 9.625rem;
    text-align: center;
    right: 0;
    top: -4.375rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row h5 {
        font-size: 24px;
        right: auto;
        top: -45px;
        width: 176px;
        height: 118px;
        left: 44%;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__row h5 {
        width: 202px;
        height: 140px;
        left: 53%;
    }
}
.reazon__row h5 span {
    transform: rotate(15deg);
    display: block;
}
.reazon__row h3 {
    display: flex;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--primary);
    line-height: 1.165;
    margin: 0 0 0.9375rem;
    align-items: center;
    gap: 0.625rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row h3 {
        grid-column: 1/2;
        grid-row: 2/3;
        padding-right: 20px;
        gap: 10px;
        margin: 0;
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__row h3 {
        font-size: 33.5px;
        padding-right: 30px;
    }
}
.reazon__row h3 span {
    min-width: 8.875rem;
    width: 8.875rem;
    height: 8.8125rem;
    background: url("../images/reazon-circle.png") no-repeat 0 0/100%;
    mix-blend-mode: multiply;
    font-weight: 700;
    color: var(--primary);
    display: flex;
    flex-direction: column;
    letter-spacing: -0.07em;
    justify-content: space-between;
    padding: 1rem 1rem 0;
    line-height: 1.2;
    font-family: "ShipporiGothicB2", "din-2014", "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row h3 span {
        font-size: 20px;
        min-width: 142px;
        width: 142px;
        height: 141px;
        padding: 16px 16px 0;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__row h3 span {
        font-size: 24px;
    }
}
.reazon__row h3 span strong {
    font-size: 4.6875rem;
    width: 100%;
    text-align: right;
    display: block;
    line-height: 1;
    font-weight: 700;
    font-family: "ShipporiGothicB2", "din-2014", "Noto Sans JP", sans-serif;
}
@media only screen and (min-width: 768px) {
    .reazon__row h3 span strong {
        font-size: 60px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__row h3 span strong {
        font-size: 75px;
    }
}
.reazon__row--image {
    position: relative;
    margin-bottom: 2.1875rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row--image {
        grid-column: 2/3;
        grid-row: 1/5;
        margin-bottom: 0;
    }
}
.reazon__row--image picture {
    display: block;
    width: 86%;
    margin-inline: auto;
}
@media only screen and (min-width: 768px) {
    .reazon__row--image picture {
        width: 100%;
    }
}
.reazon__row--image picture img {
    width: 100%;
}
.reazon__row--image figure {
    position: absolute;
    max-width: 12.5rem;
    left: -1.875rem;
    top: 0.625rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row--image figure {
        left: -55px;
        top: 23px;
        max-width: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .reazon__row--image figure {
        max-width: 120px;
    }
}
.reazon__row--image figure img {
    width: 100%;
    -webkit-filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.54));
    filter: drop-shadow(5px 5px 5px rgba(51, 51, 51, 0.54));
}
.reazon__row--body {
    line-height: 1.47;
    font-size: 1.6875rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row--body {
        grid-column: 1/2;
        grid-row: 3/4;
        font-size: 19px;
    }
}
.reazon__row--body p {
    margin: 0 0 2.625rem;
}
@media only screen and (min-width: 768px) {
    .reazon__row--body p {
        margin-bottom: 28px;
    }
}
.reazon__row--body p:last-of-type {
    margin: 0;
}

.voice {
    padding-block: 0 7.5rem;
}
@media only screen and (min-width: 768px) {
    .voice {
        padding-block: 120px 180px;
    }
}
.voice .heading-border {
    margin-top: 13.75rem;
}
@media only screen and (min-width: 768px) {
    .voice .heading-border {
        margin-top: 145px;
    }
}
.voice .container > picture {
    margin-bottom: 2.8125rem;
    display: block;
}
@media only screen and (min-width: 768px) {
    .voice .container > picture {
        margin-bottom: -4vw;
    }
}
@media only screen and (min-width: 1140px) {
    .voice .container > picture {
        margin-bottom: -35px;
    }
}

.voice-row {
    z-index: 1;
    position: relative;
    padding-inline: 8.25rem;
}
@media only screen and (min-width: 768px) {
    .voice-row {
        padding: 13vw 0;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row {
        padding: 148px 0;
    }
}
.voice-row::before, .voice-row::after {
    content: "";
    width: 3.8125rem;
    height: 1.8125rem;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
}
@media only screen and (min-width: 768px) {
    .voice-row::before, .voice-row::after {
        width: 4vw;
        height: 8vw;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row::before, .voice-row::after {
        width: 28px;
        height: 61px;
    }
}
.voice-row::before {
    background-image: url("../images/foot-left.png");
    background-position: 0 100%;
    bottom: 0;
    left: 8rem;
}
@media only screen and (min-width: 768px) {
    .voice-row::before {
        background-image: url("../images/foot-top.png");
        background-position: 0 0;
        top: 10vw;
        bottom: auto;
        right: 0;
        left: auto;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row::before {
        top: 156px;
    }
}
.voice-row::after {
    background-image: url("../images/foot-right.png");
    background-position: 100% 100%;
    bottom: 0;
    right: 8rem;
}
@media only screen and (min-width: 768px) {
    .voice-row::after {
        background-image: url("../images/foot-bottom.png");
        background-position: 0 100%;
        bottom: 10vw;
        right: 0;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row::after {
        bottom: 156px;
    }
}
.voice-row + .voice-row {
    margin-top: 5.625rem;
}
@media only screen and (min-width: 768px) {
    .voice-row + .voice-row {
        margin-top: 20px;
    }
}
.voice-row h2 {
    position: absolute;
    bottom: calc(100% - 40px);
    margin: 0;
    line-height: 1;
    color: var(--second);
    right: 70px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: -0.06em;
    font-size: 3.9375rem;
    white-space: nowrap;
    display: flex;
    align-items: flex-end;
    left: 100%;
    bottom: 8rem;
}
@media only screen and (min-width: 768px) {
    .voice-row h2 {
        font-size: 55px;
        bottom: 96%;
        left: auto;
        right: 8%;
        align-items: flex-end;
    }
    .voice-row h2 img{
        width: 70%;
        margin-left: auto;
        display: block;
        margin-bottom: 10px;
    }
}
@media only screen and (min-width: 992px) {
    .voice-row h2 {
        font-size: 64px;
    }
}
@media only screen and (min-width: 1200px) {
    .voice-row h2 {
        font-size: 87px;
    }
}
@media only screen and (max-width: 767px) {
    .voice-row h2 {
/*        writing-mode: vertical-rl;
        text-orientation: mixed;*/
        width: 10vw;
        left: 102%;
        bottom: 8rem;
    }
}
.voice-row h2 strong {
    font-size: 7.1875rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .voice-row h2 strong {
        font-size: 92px;
    }
}
@media only screen and (min-width: 992px) {
    .voice-row h2 strong {
        font-size: 120px;
    }
}
@media only screen and (min-width: 1200px) {
    .voice-row h2 strong {
        font-size: 166px;
    }
}
.voice-row__info {
    position: absolute;
    display: flex;
    align-items: flex-start;
    width: calc(100% + 16rem);
    gap: 4px;
    right: -8rem;
    top: calc(100% - 6rem);
    justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
    .voice-row__info {
        max-width: 70%;
        right: 70px;
        top: calc(100% - 50px);
    }
}
.voice-row__info figure {
    text-align: center;
}
.voice-row__info figure img {
    border-radius: 100%;
    aspect-ratio: 1;
    border-radius: 100%;
    box-shadow: 1px 2px 3px rgba(0, 46, 58, 0.39);
    max-width: 10rem;
}
@media only screen and (min-width: 768px) {
    .voice-row__info figure img {
        max-width: 160px;
    }
}
.voice-row__info figure figcaption {
    font-size: 0.9375rem;
    font-weight: 700;
    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff;
    margin-top: 4px;
}
@media only screen and (min-width: 768px) {
    .voice-row__info figure figcaption {
        font-size: 15px;
    }
}
.voice-row__info--body {
    background: var(--second);
    font-weight: 700;
    position: relative;
    border-radius: 25px;
    box-shadow: 1px 2px 3px rgba(0, 46, 58, 0.39);
    font-size: 1.6875rem;
    padding: 0.875rem 1.25rem;
    margin-top: -2rem;
}
@media only screen and (min-width: 768px) {
    .voice-row__info--body {
        font-size: 21px;
        padding: 8px 30px;
        margin-top: 25px;
    }
}
.voice-row__info--body::after {
    content: "";
    width: 20px;
    height: 9px;
    position: absolute;
    background: url("../images/arrow-comment-yellow.png") no-repeat 0 0/100%;
    -webkit-filter: drop-shadow(7px 3px 3px rgba(0, 46, 58, 0.25));
    filter: drop-shadow(7px 3px 3px rgba(0, 46, 58, 0.25));
    left: calc(100% - 20px);
    top: calc(100% - 4px);
}
.voice-row__inner {
    position: relative;
    z-index: 1;
}
.voice-row__inner::before, .voice-row__inner::after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
    width: 8.25rem;
    height: 80%;
    background-size: 100% 96%;
}
@media only screen and (min-width: 768px) {
    .voice-row__inner::before, .voice-row__inner::after {
        width: 82%;
        height: 13vw;
        background-size: 100%;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row__inner::before, .voice-row__inner::after {
        height: 148px;
        right: 0;
    }
}
.voice-row__inner::before {
    bottom: 2%;
    background-image: url("../images/wing-left.png");
    right: calc(100% - 2vw);
    background-position: 0 100%;
}
@media only screen and (min-width: 768px) {
    .voice-row__inner::before {
        background-image: url("../images/wing-top.png");
        bottom: calc(100% - 2.2vw);
        right: 2%;
        background-position: 100% 100%;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row__inner::before {
        bottom: calc(100% - 14px);
    }
}
.voice-row__inner::after {
    background-image: url("../images/wing-right.png");
    left: calc(100% - 2vw);
    background-position: 100% 100%;
    bottom: 2%;
}
@media only screen and (min-width: 768px) {
    .voice-row__inner::after {
        bottom: auto;
        left: auto;
        top: calc(100% - 2.2vw);
        right: 2%;
        background-image: url("../images/wing-bottom.png");
        background-position: 100% 0;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row__inner::after {
        top: calc(100% - 14px);
    }
}
@media only screen and (min-width: 768px) {
    .voice-row__body {
        display: flex;
    }
}
.voice-row__body picture {
    display: block;
    background: var(--white);
    width: 92%;
    margin-inline: auto;
}
@media only screen and (min-width: 768px) {
    .voice-row__body picture {
        width: 21%;
        margin: 0;
    }
}
.voice-row__body picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border: 0.4375rem solid var(--primary);
    border-radius: 5.5px;
    aspect-ratio: 1.49;
    object-position: top;
}
@media only screen and (min-width: 768px) {
    .voice-row__body picture img {
        aspect-ratio: 0.82;
        border-width: 5.5px;
    }
}
.voice-row__body--content {
    border: 0.4375rem solid var(--primary);
    background: var(--white);
    box-shadow: 2px 2px 3px rgba(0, 70, 96, 0.22);
    font-size: 1.6875rem;
    line-height: 1.42;
    display: flex;
    align-items: center;
    padding: 6.25rem 1.25rem 6.25rem;
    border-radius: 7.6875rem;
    margin-top: -4.375rem;
    min-height: 49.5rem;
}
@media only screen and (min-width: 768px) {
    .voice-row__body--content {
        width: 79%;
        font-size: 18px;
        margin-left: -5px;
        margin-top: 0;
        border-radius: 15px 11vw 11vw 15px;
        padding: 15px 60px 15px 15px;
        border-width: 7px;
        min-height: 288px;
    }
}
@media only screen and (min-width: 1140px) {
    .voice-row__body--content {
        border-radius: 15px 123px 123px 15px;
        font-size: 19px;
    }
}
.voice-row__body--content strong {
    color: #c13a00;
}
.voice-row__body--content p {
    margin: 0 0 2.625rem;
}
@media only screen and (min-width: 768px) {
    .voice-row__body--content p {
        margin: 0 0 27px;
    }
}
.voice-row__body--content p:last-of-type {
    margin: 0;
}

.rating {
    padding-block: 5.625rem 6.875rem;
}
@media only screen and (min-width: 768px) {
    .rating {
        padding-block: 90px 110px;
    }
}
.rating h2 {
    font-size: 3.5rem;
    color: var(--white);
    text-align: center;
    margin: 0 0 1.875rem;
    position: relative;
    padding: 0 2.5rem;
}
@media only screen and (min-width: 768px) {
    .rating h2 {
        margin: 0 0 30px;
        padding: 0 25px;
        font-size: 40px;
    }
}
@media only screen and (min-width: 992px) {
    .rating h2 {
        font-size: 54px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating h2 {
        font-size: 63px;
    }
}
.rating h2::before, .rating h2::after {
    content: "";
    height: 100%;
    border-right: 0.375rem solid var(--white);
    position: absolute;
    top: 50%;
}
@media only screen and (min-width: 768px) {
    .rating h2::before, .rating h2::after {
        border-right-width: 4px;
    }
}
.rating h2::before {
    transform: translateY(-50%) rotate(-10deg);
    left: 10px;
}
.rating h2::after {
    right: 10px;
    transform: translateY(-50%) rotate(10deg);
}
.rating h2 span {
    color: var(--second);
}
@media only screen and (max-width: 767px) {
    .rating h2 span {
        font-size: 4.375rem;
    }
}
.rating__list {
	margin-top: 30px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.375rem;
}
@media only screen and (min-width: 768px) {
    .rating__list {
        gap: 20px;
    }
}
.rating__item h3 {
    font-size: 1.4375rem;
    background: #fdd200;
    box-shadow: 3px 3px 6px rgba(0, 19, 89, 0.29);
    border-radius: 0.8125rem 0.8125rem 0 0;
    text-align: center;
    line-height: 1.3;
    margin: 0 auto;
    max-width: 90%;
    padding: 0.375rem 0.5rem;
}
@media only screen and (min-width: 768px) {
    .rating__item h3 {
        font-size: 18px;
        max-width: calc(100% - 32px);
        border-radius: 20px 20px 0 0;
        padding: 8px 5px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item h3 {
        font-size: 35px;
    }
}
.rating__item--body {
    border-radius: 0.125rem;
    border: 1px solid var(--text-body);
    background: var(--white);
    padding-top: 1.5625rem;
}
@media only screen and (min-width: 768px) {
    .rating__item--body {
        padding-top: 40px;
        border-radius: 3px;
        border-width: 1.5px;
    }
}
.rating__item--body h4 {
    text-align: center;
    font-size: 1.1875rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}
@media only screen and (min-width: 768px) {
    .rating__item--body h4 {
        font-size: 18px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body h4 {
        font-size: 24px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body h4 {
        font-size: 28px;
    }
}
.rating__item--body h5 {
    font-family: "din-2014", sans-serif;
    font-size: 4.75rem;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    font-style: italic;
    color: var(--primary);
    margin: 0 0 25px;
}
@media only screen and (min-width: 768px) {
    .rating__item--body h5 {
        font-size: 56px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body h5 {
        font-size: 64px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body h5 {
        font-size: 110px;
    }
}
.rating__item--body h5 small {
    font-size: 1.75rem;
    font-weight: 700;
    font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", Meiryo, "Helvetica Neue", Arial, sans-serif;
}
@media only screen and (min-width: 768px) {
    .rating__item--body h5 small {
        font-size: 26px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body h5 small {
        font-size: 32px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body h5 small {
        font-size: 42px;
    }
}
.rating__item--body ul {
    font-size: 1.125rem;
    font-weight: 700;
}
@media only screen and (min-width: 768px) {
    .rating__item--body ul {
        font-size: 16px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body ul {
        font-size: 20px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body ul {
        font-size: 28px;
    }
}
.rating__item--body ul li {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.4375rem;
}
@media only screen and (min-width: 768px) {
    .rating__item--body ul li {
        padding: 12px 10px;
        justify-content: center;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body ul li {
        padding: 14px 15px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body ul li {
        padding: 16px 20px;
    }
}
.rating__item--body ul li:nth-child(odd) {
    background: #E6F5F9;
}
.rating__item--body ul li > span {
    padding-right: 0.625rem;
    min-width: 4.375rem;
}
@media only screen and (min-width: 768px) {
    .rating__item--body ul li > span {
        min-width: 65px;
        padding-right: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .rating__item--body ul li > span {
        min-width: 75px;
        padding-right: 10px;
    }
}
@media only screen and (min-width: 1200px) {
    .rating__item--body ul li > span {
        min-width: 110px;
    }
}

.steps__row {
    background: url("../images/bg-5.png") repeat 0 0/13px;
    border: 2px solid #00ABE1;
    position: relative;
    padding: 1.875rem 1.5rem 1.875rem;
}
@media only screen and (min-width: 768px) {
    .steps__row {
        display: grid;
        grid-template-columns: calc(68% - 45px) 32%;
        gap: 0 45px;
        padding: 24px;
        background-size: 27px;
    }
}
.steps__row + .steps__row {
    margin-top: 6.875rem;
}
@media only screen and (min-width: 768px) {
    .steps__row + .steps__row {
        margin-top: 70px;
    }
}
.steps__row + .steps__row::before {
    content: "";
    width: 9.75rem;
    height: 4.0625rem;
    background: url("../images/arrow-dots.png") no-repeat 0 0/100%;
    position: absolute;
    top: -6rem;
    left: 50%;
    transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
    .steps__row + .steps__row::before {
        width: 84px;
        height: 36px;
        top: -54px;
    }
}
.steps__row--title {
    display: flex;
    align-items: center;
    width: calc(100% + 32px);
    margin-left: -2.25rem;
    position: relative;
    gap: 1.25rem 2.5rem;
    padding-bottom: 1.25rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--title {
        grid-column: 1/2;
        grid-row: 1/2;
        margin-left: -32px;
        gap: 20px 30px;
        padding-bottom: 0;
    }
}
.steps__row--title h4 {
    color: var(--white);
    font-weight: 700;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0 1.25rem 0 1.25rem;
    position: relative;
    z-index: 1;
    align-self: flex-start;
    font-size: 2.3125rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--title h4 {
        font-size: 24px;
        padding: 0 28px 0 16px;
    }
}
@media only screen and (min-width: 992px) {
    .steps__row--title h4 {
        font-size: 38px;
    }
}
.steps__row--title h4::before {
    content: "";
    border-top: 0.25rem solid #008FE3;
    border-left: 0.375rem solid transparent;
    border-right: 0.375rem solid #008FE3;
    border-bottom: 0.25rem solid transparent;
    position: absolute;
    top: 100%;
    left: 0;
}
@media only screen and (min-width: 768px) {
    .steps__row--title h4::before {
        border-top-width: 2px;
        border-left-width: 4px;
        border-right-width: 4px;
        border-bottom-width: 2px;
    }
}
.steps__row--title h4::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0% 100%);
    background: #00ABE1;
    z-index: -1;
}
.steps__row--title h4 span {
    font-family: "Futura", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "游ゴシック", "Yu Gothic", "Yu Gothic Medium,", Meiryo, "Helvetica Neue", Arial, sans-serif;
    display: inline-block;
    padding-right: 14px;
    border-right: 1px solid var(--white);
    margin-right: 17px;
}
.steps__row--title h4 strong {
    font-family: "Alt Gothic ATF", "din-2014", "Noto Sans JP", sans-serif;
    font-size: 4.75rem;
    font-weight: 500;
    color: var(--second);
    -webkit-text-fill-color: var(--second);
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #00ABE1;
    margin-top: -26px;
    margin-top: -1.5rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--title h4 strong {
        font-size: 56px;
        margin-top: -20px;
    }
}
@media only screen and (min-width: 992px) {
    .steps__row--title h4 strong {
        font-size: 76px;
        margin-top: -26px;
    }
}
.steps__row--title h3 {
    margin: 0;
    font-weight: 700;
    color: var(--primary);
    font-size: 2.5rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--title h3 {
        font-size: 28px;
    }
}
@media only screen and (min-width: 992px) {
    .steps__row--title h3 {
        font-size: 30px;
    }
}
@media only screen and (min-width: 768px) {
    .steps__row figure {
        grid-column: 2/3;
        grid-row: 1/4;
    }
}
@media only screen and (max-width: 767px) {
    .steps__row figure {
        border-top: 0.125rem solid var(--primary);
        padding-top: 1.25rem;
    }
}
.steps__row--body {
    font-size: 1.6875rem;
    line-height: 1.47;
    margin-top: 1.875rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--body {
        grid-column: 1/2;
        grid-row: 2/3;
        border-top: 2px solid #008FE3;
        margin-top: 20px;
        font-size: 16px;
        padding: 30px 0 0;
    }
}
@media only screen and (min-width: 992px) {
    .steps__row--body {
        font-size: 19px;
        padding: 30px 35px 0;
    }
}
.steps__row--body p {
    margin: 0 0 2.625rem;
}
@media only screen and (min-width: 768px) {
    .steps__row--body p {
        margin: 0 0 28px;
    }
}
.steps__row--body p:last-of-type {
    margin: 0;
}
.steps__row--body strong {
    color: #c13a00;
}
@media only screen and (min-width: 768px) {
    .steps__row.image-right figure img {
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
    }
}
@media only screen and (min-width: 768px) {
    .steps__row.image-large figure img {
        width: calc(100% + 50px);
        max-width: none;
        margin-left: -40px;
    }
}

.areas {
    overflow: hidden;
}
.areas__heading {
    display: flex;
	margin-bottom: 30px;
}

.areas__heading h2 {
    width: 100%;
    position: relative;
    z-index: 2;
    text-align: center;
    font-weight: 700;
    font-size: 4.1875rem;
    margin: 6.25rem 0 0 0;
    font-weight: 700;
    padding-right: 10rem;
}
@media only screen and (min-width: 768px) {
    .areas__heading h2 {
        font-size: 40px;
        padding-right: 30px;
        margin-top: 80px;
    }
}
@media only screen and (min-width: 992px) {
    .areas__heading h2 {
        font-size: 60px;
        margin-top: 112px;
    }
}
.areas__heading figure {
    width: 100%;
    position: relative;
    display: flex;
    margin-left: -100%;
    align-items: flex-start;
    justify-content: flex-end;
}
.areas__heading figure img {
    width: 17.875rem;
    margin-right: -5rem;
}
@media only screen and (min-width: 768px) {
    .areas__heading figure img {
        width: 180px;
        margin-right: 0;
    }
}
@media only screen and (min-width: 992px) {
    .areas__heading figure img {
        width: 286px;
    }
}
.areas__heading figure figcaption {
    background: var(--primary);
    font-weight: 700;
    order: -1;
    position: relative;
    color: var(--white);
    font-size: 2.125rem;
    margin-right: -5rem;
    padding: 0.75rem 1.75rem;
    border-radius: 3.125rem;
    margin-top: 0;
}
@media only screen and (min-width: 768px) {
    .areas__heading figure figcaption {
        font-size: 16px;
        margin-right: -60px;
        padding: 8px 30px;
        border-radius: 25px;
    }
}
@media only screen and (min-width: 992px) {
    .areas__heading figure figcaption {
        font-size: 27px;
        margin-top: 25px;
    }
}
.areas__heading figure figcaption::after {
    content: "";
    width: 20px;
    height: 9px;
    position: absolute;
    background: url("../images/arrow-comment-blue.png") no-repeat 0 0/100%;
    left: calc(100% - 22px);
    top: calc(100% - 4px);
}
.areas__list {
    position: relative;
    z-index: 2;
}
.areas__list ul {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 0.08125rem solid var(--black);
    border-radius: 1rem;
    background: var(--white);
    gap: 0.625rem;
    font-size: 1.6875rem;
    padding: 1.25rem 2.5rem;
}
@media only screen and (min-width: 768px) {
    .areas__list ul {
        font-size: 22px;
        border-radius: 20px;
        padding: 30px 50px;
        border-width: 1.6px;
        gap: 5px;
    }
}
@media only screen and (min-width: 992px) {
    .areas__list ul {
        padding: 60px 80px;
    }
}
@media only screen and (min-width: 1200px) {
    .areas__list ul {
        font-size: 31px;
        grid-template-columns: repeat(5, 1fr);
    }
}

.company h3 {
    text-align: center;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 3.125rem;
}
@media only screen and (min-width: 768px) {
    .company h3 {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .company h3 {
        font-size: 40px;
    }
}
.company table {
    width: 100%;
    margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 768px) {
    .company table {
        margin-bottom: 16px;
    }
}
.company__info {
    background: var(--white);
    box-shadow: 5px 5px 11px rgba(17, 17, 17, 0.35);
    overflow: hidden;
    border-radius: 1.875rem;
}
@media only screen and (min-width: 768px) {
    .company__info {
        display: flex;
        border-radius: 24px;
    }
}
@media only screen and (min-width: 768px) {
    .company__info figure {
        width: 50%;
    }
}
.company__info figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company__info--content {
    font-size: 1.6875rem;
    line-height: 1.47;
    padding: 3.75rem 2.1875rem 3.125rem;
}
@media only screen and (min-width: 768px) {
    .company__info--content {
        width: 50%;
        font-size: 17px;
        padding: 30px;
    }
}
.company__info--content p {
    margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
    .company__info--content p {
        margin-bottom: 25px;
    }
}
.company__info--content p:last-of-type {
    margin: 0;
}
.company__ceo {
    background: var(--white);
    border-radius: 1.875rem;
    box-shadow: 5px 5px 11px rgba(17, 17, 17, 0.35);
    margin-top: 2.5rem;
    overflow: hidden;
    font-size: 1.6875rem;
    line-height: 1.55;
    padding: 0 1.25rem 3.4375rem;
}
@media only screen and (min-width: 768px) {
    .company__ceo {
        border-radius: 24px;
        padding: 35px 24px 24px;
        margin-top: 50px;
        font-size: 19px;
        line-height: 1.47;
    }
}
.company__ceo picture {
    width: calc(100% + 2.5rem);
    margin: 0 -1.25rem 3.4375rem;
    display: block;
}
@media only screen and (min-width: 768px) {
    .company__ceo picture {
        max-width: 270px;
        margin: -35px 20px 20px -24px;
        float: left;
    }
}
@media only screen and (min-width: 992px) {
    .company__ceo picture {
        max-width: 442px;
    }
}
.company__ceo picture img {
    width: 100%;
}
.company__ceo p {
    margin: 0 0 28px;
}
.company__ceo p:last-of-type {
    margin: 0;
}
.company__ceo--sign {
    text-align: right;
}
.company__ceo--sign h5 {
    margin: 0;
    display: inline-block;
    text-align: center;
    font-size: 1.375rem;
}
@media only screen and (min-width: 768px) {
    .company__ceo--sign h5 {
        font-size: 14px;
    }
}
.company__ceo--sign h5 strong {
    font-size: 4.5625rem;
    font-family: "hanatotyoutyo", "Noto Sans JP", sans-serif;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .company__ceo--sign h5 strong {
        font-size: 32px;
    }
}
@media only screen and (min-width: 992px) {
    .company__ceo--sign h5 strong {
        font-size: 45px;
    }
}

.contact-form h2 {
    text-align: center;
    font-weight: 700;
    margin: 0 0 4.375rem;
    font-size: 3.75rem;
}
@media only screen and (min-width: 768px) {
    .contact-form h2 {
        font-size: 60px;
        margin: 0 0 70px;
    }
}
.contact-form .form-row {
    margin-bottom: 2.5rem;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row {
        display: flex;
        margin-bottom: 40px;
        align-items: flex-start;
    }
}
.contact-form .form-row label {
    margin: 0 0 4px;
    font-weight: 500;
    font-size: 2.0625rem;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row label {
        width: 240px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-right: 24px;
        font-size: 20px;
        padding-top: 4px;
        margin: 0;
    }
}
@media only screen and (min-width: 992px) {
    .contact-form .form-row label {
        width: 340px;
        font-size: 34px;
        padding-top: 0;
    }
}
.contact-form .form-row label span {
    font-size: 1.4375rem;
    color: var(--white);
    background: #b80000;
    padding: 0.125rem 0.5rem;
    margin-left: 1rem;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row label span {
        margin-left: 0;
        font-size: 18px;
        padding: 0px 8px;
    }
}
@media only screen and (min-width: 992px) {
    .contact-form .form-row label span {
        font-size: 22px;
    }
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row__input {
        width: calc(100% - 240px);
    }
}
@media only screen and (min-width: 992px) {
    .contact-form .form-row__input {
        width: calc(100% - 340px);
    }
}
.contact-form .form-row__input input,
.contact-form .form-row__input textarea,
.contact-form .form-row__input select {
    border: 0;
    font-size: 1.75rem;
    font-weight: 500;
    box-shadow: 0 0 0.25rem rgba(17, 17, 17, 0.35);
    border-radius: 0;
    width: 100%;
    padding: 0.125rem 1.625rem;
    min-height: 6.25rem;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row__input input,
    .contact-form .form-row__input textarea,
    .contact-form .form-row__input select {
        font-size: 22px;
        min-height: 42px;
        padding: 2px 30px;
        box-shadow: 0 0 4px rgba(17, 17, 17, 0.35);
    }
}
@media only screen and (min-width: 992px) {
    .contact-form .form-row__input input,
    .contact-form .form-row__input textarea,
    .contact-form .form-row__input select {
        font-size: 29px;
        min-height: 50px;
        padding: 2px 40px;
    }
}
.contact-form .form-row__input textarea {
    min-height: 18.75rem;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-row__input textarea {
        min-height: 200px;
    }
}
.contact-form .form-submit {
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .contact-form .form-submit {
        margin-top: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .contact-form .form-submit input,
    .contact-form .form-submit button {
        width: 100%;
    }
}
.thanks {
    min-height: 70vh;
    padding:20% 0;
}
.thanks h5{
    text-align:center;
}
.contact-form.comfirm input, .contact-form.comfirm textarea{
    box-shadow: unset;
}
@media only screen and (max-width: 767px) {
	.proven-technology__top--body h2 {font-size: 2rem;}
	.contact-info__top--content > div {
	  padding-right: 30px;
	  padding-left: 30px;
	}
	.areas__heading h2 {padding-right: 0;}
	.section-caro {
		background: url("../images/bg-3.png") repeat 0 0/2.875rem;
	}	
}
