html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

*,
*::before,
*::after {
    box-sizing: border-box
}

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

html {
    font-size: 1.8vw
}

@media screen and (min-width: 52.78rem) {
    html {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    html {
        font-size: 3.86vw
    }
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal
}

body a {
    color: inherit;
    text-decoration: none
}

body img {
    width: 100%;
    height: auto;
    vertical-align: bottom
}

body em {
    font-style: normal
}

body li {
    list-style: none
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
    font-weight: inherit
}

.wrap {
    background: #fff;
    width: 100%;
    color: #323232
}

body a {
    transition: all .2s ease-in-out;
    cursor: pointer
}

body a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    body a:hover {
        opacity: 1
    }
}

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

.wrap .alphanumeric {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 1.2em
}

@media screen and (max-width: 768px) {
    .wrap {
        padding: 0 0 15vw
    }
}

.header {
    background: #fff;
    width: 100%;
    color: #323232;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000
}

.header__inner {
    padding: .5rem .5rem .5rem 1rem;
    display: flex;
    flex-flow: row;
    align-items: center;
    justify-content: space-between
}

.header__heading {
    margin-right: .8rem;
    display: flex;
    flex-flow: column
}

.header__heading .text {
    padding: 0 0 .3rem;
    line-height: 1.3;
    font-size: .88rem;
    text-align: right
}

.header__heading .image {
    max-width: 9.5rem
}

.header__button {
    width: 72%;
    max-width: calc((22rem * 2) + .3rem);
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header__button-item {
    width: calc((100% - .3rem) / 2)
}

.header__button-item br {
    display: none
}

.header__button-item01 a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ff844a;
    padding: .5em;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__button-item01 a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .header__button-item01 a:hover {
        opacity: 1
    }
}

.header__button-item01 a::before {
    content: '';
    background-image: url("../images/icon_online.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.78em;
    height: 1.78em;
    margin: 0 .4em 0 0
}

@media screen and (max-width: 768px) {
    .header__button-item01 a {
        padding: 3vw 0
    }

    .header__button-item01 a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

.header__button-item02 a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ff844a;
    padding: .5em;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #01b3a7
}

.header__button-item02 a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .header__button-item02 a:hover {
        opacity: 1
    }
}

.header__button-item02 a::before {
    content: '';
    background-image: url("../images/icon_online.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.78em;
    height: 1.78em;
    margin: 0 .4em 0 0
}

@media screen and (max-width: 768px) {
    .header__button-item02 a {
        padding: 3vw 0
    }

    .header__button-item02 a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

.header__button-item02 a::before {
    background-image: url("../images/icon_document.svg")
}

.header__button-item01 a,
.header__button-item02 a {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    padding: .6em 0
}

@media screen and (max-width: 768px) {

    .header__button-item01 a,
    .header__button-item02 a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

@media screen and (max-width: 768px) {
    .header {
        position: static
    }

    .header__inner {
        padding: 3vw;
        display: block
    }

    .header__heading {
        width: auto;
        max-width: none;
        margin: 0 auto;
        display: block;
        text-align: center
    }

    .header__heading .text {
        padding: 0;
        font-size: .77rem
    }

    .header__heading .image {
        width: 30vw;
        max-width: none;
        margin: 0 auto;
        padding: 2vw 0 0;
        display: block
    }

    .header__button {
        width: 100%;
        max-width: none;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000
    }

    .header__button-item {
        width: 50%
    }

    .header__button-item br {
        display: block
    }

    .header__button-item01 a,
    .header__button-item02 a {
        height: 15vw;
        padding: 0;
        border-radius: 0;
        line-height: 1.4;
        font-size: 1rem;
        filter: none
    }

    .header__button-item01 a::before,
    .header__button-item02 a::before {
        width: 2em;
        height: 2em
    }
}

.visual {
    /* background-image: url("../images/visual.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
    overflow: hidden;
    position: relative;
}

.visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.visual__bg-pc {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.visual__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    width: calc(100% - 2rem);
    min-height: 36rem;
    padding: 5rem 0;
    position: relative;
    z-index: 2;
}

.visual__catch {
    line-height: 1.8em;
    color: #01b3a7;
    font-size: 1.55rem;
    font-weight: 700;
    display: block
}

.visual__heading {
    padding: .8rem 0 0;
    line-height: 1.2em;
    font-size: 3.66rem;
    font-weight: 700
}

.visual__heading .large {
    font-size: 1.4em
}

.visual__list {
    padding: 2rem 0 1.5rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: .3em
}

.visual__list-item {
    padding: 0 0 0 2em;
    line-height: 1.6;
    font-size: 1.11rem;
    font-weight: 700;
    text-indent: -2em
}

.visual__list-item::before {
    content: '';
    background-image: url("../images/icon_exclamation.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.2em;
    height: 1.2em;
    margin: 0 .5em -.3em 0;
    display: inline-block
}

.visual__list-item .emphasis {
    background: linear-gradient(transparent 70%, #cff0e8 70%)
}

.visual__list-item .super {
    font-size: .5em;
    vertical-align: super
}

.visual__button {
    width: 43%;
    min-width: 21rem;
    text-align: center
}

.visual__button .catch {
    line-height: 1.8em;
    color: #ff844a;
    font-size: 1.11rem;
    font-weight: 700
}

.visual__button .button a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ff844a;
    padding: .5em;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    padding: .8em 1em;
    font-size: 1.11rem
}

.visual__button .button a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .visual__button .button a:hover {
        opacity: 1
    }
}

.visual__button .button a::before {
    content: '';
    background-image: url("../images/icon_online.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.78em;
    height: 1.78em;
    margin: 0 .4em 0 0
}

@media screen and (max-width: 768px) {
    .visual__button .button a {
        padding: 3vw 0
    }

    .visual__button .button a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

@media screen and (max-width: 768px) {
    .visual__button .button a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

@media screen and (max-width: 768px) {
    .visual {
        background-image: url("../images/visual-sp.webp");
        background-position: center top;
        background-size: 100% auto;
        overflow: hidden
    }

      .visual__bg-pc {
    display: none;
  }
    .visual__inner {
        width: 100%;
        max-width: 90vw;
        min-height: 0;
        padding: 0
    }

    .visual__inner::after {
        background-position: 70% calc(100% - 30vw);
        background-size: 70% auto;
        left: 0
    }

    .visual__catch {
        padding: 3vw 0;
        font-size: 1.06rem;
        text-align: center
    }

    .visual__heading {
        padding: 0 0 5vw;
        font-size: 2.5rem;
        text-align: center
    }

    .visual__list {
        width: fit-content;
        margin: 0 auto;
        padding: 0;
        grid-gap: 1.5vw
    }

    .visual__list-item {
        font-size: .95rem
    }

    .visual__button {
        width: 100%;
        min-width: none;
        padding: 65vw 0 5vw;
        text-align: center
    }

    .visual__button .catch {
        line-height: 1.8em;
        color: #ff5c62;
        font-size: 1.11rem;
        font-weight: 700
    }

    .visual__button .button a {
        transition: all .2s ease-in-out;
        cursor: pointer;
        background-color: #ff844a;
        padding: .5em;
        border-radius: 10em;
        color: white;
        display: flex;
        align-items: center;
        justify-content: center;
        filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
        padding: .8em 1em;
        font-size: 1.11rem
    }

    .visual__button .button a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .visual__button .button a:hover {
        opacity: 1
    }
}

@media screen and (max-width: 768px) {
    .visual__button .button a::before {
        content: '';
        background-image: url("../images/icon_online.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 1.78em;
        height: 1.78em;
        margin: 0 .4em 0 0
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .visual__button .button a {
        padding: 3vw 0
    }

    .visual__button .button a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

@media screen and (max-width: 768px) and (max-width: 768px) {
    .visual__button .button a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.contents {
    background: transparent;
    color: #323232;
    overflow: hidden
}

.contents .map {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding-top: 56.25%;
    position: relative;
    overflow: hidden
}

.contents .map iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

.cv {
    background-color: #cff0e8
}

.cv-sec01,
.cv-sec03 {
    background-image: url("../images/cv.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto
}

.cv-sec01 {
    background-position: top
}

.cv-sec01 .cv__inner {
    padding: 3rem 0 2rem
}

.cv-sec02 {
    background-color: #01b3a7;
    color: white
}

.cv-sec02 .cv__inner {
    padding: 0 0 3rem;
    position: relative
}

.cv-sec02 .cv__inner::before {
    content: '';
    background-color: #01b3a7;
    width: 40%;
    height: 3rem;
    margin: 0 auto;
    clip-path: polygon(0% 100%, 5% 0%, 95% 0%, 100% 100%);
    display: block;
    position: absolute;
    top: -2rem;
    right: 0;
    left: 0;
    z-index: 1
}

.cv-sec03 {
    background-position: bottom
}

.cv-sec03 .cv__inner {
    padding: 3rem 0
}

.cv__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto;
    text-align: center
}

.cv__heading {
    padding: 1rem 0 2rem;
    line-height: 1.4em;
    font-size: 2.77rem;
    font-weight: 700
}

.cv__heading .emphasis {
    border-bottom: 2px solid #01b3a7;
    color: #01b3a7
}

.cv__heading br {
    display: none
}

.cv__heading-sub {
    width: fit-content;
    margin: 0 auto -.5rem;
    padding: 0 0 3rem;
    font-size: 1.88rem;
    font-weight: 700;
    text-align: center;
    position: relative;
    top: -.5rem;
    right: 0;
    left: 0;
    z-index: 10
}

.cv__catch {
    background-color: #cff0e8;
    width: fit-content;
    margin: 0 auto;
    padding: 1rem 2rem;
    border: 2px solid #323232;
    border-radius: .5rem;
    font-size: 1.66rem;
    font-weight: 700;
    text-align: center;
    position: relative
}

.cv__catch::before,
.cv__catch::after {
    content: '';
    background-color: #323232;
    margin: auto;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block;
    position: absolute;
    right: 0;
    left: 0
}

.cv__catch::before {
    background-color: #cff0e8;
    width: calc(2rem - 2px);
    height: calc(1rem - 2px);
    top: calc(100% - 1px);
    z-index: 2
}

.cv__catch::after {
    background-color: #323232;
    width: 2rem;
    height: 1rem;
    top: 100%;
    z-index: 1
}

.cv__list {
    padding: 0 0 2rem;
    font-weight: 700;
    display: flex;
    justify-content: space-between
}

.cv__list-item {
    display: flex;
    align-items: center
}

.cv__list-item .head {
    background-color: #01b3a7;
    width: 4.5rem;
    height: 4.5rem;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.cv__list-item .head::after {
    content: '';
    width: 4rem;
    height: 4rem;
    margin: auto;
    border: 1px solid white;
    border-radius: 10em;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.cv__list-item .body {
    padding: 0 1rem;
    line-height: 1.8em;
    text-align: left
}

.cv__present {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    position: relative
}

.cv__present-item {
    padding: 1rem;
    border: 2px solid white;
    border-radius: 1rem;
    color: white;
    text-align: center
}

.cv__present-item .number {
    width: 4.44rem;
    margin: -3rem auto 0
}

.cv__present-item .heading {
    padding: .5rem 0;
    line-height: 1.3;
    color: #ffffaf;
    font-size: 1.44rem;
    font-weight: 700
}

.cv__present-item .text {
    padding: 0 0 1rem;
    line-height: 1.6;
    font-size: .88rem;
    text-align: left
}

.cv__present-item .image {
    border-radius: .5rem;
    overflow: hidden
}

.cv__button {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem
}

.cv__button-item .catch {
    padding: 0 0 .2em;
    line-height: 1.8em;
    font-size: 1.33rem;
    font-weight: 700
}

.cv__button-item01 {
    padding: 0 0 1rem
}

.cv__button-item01 .catch {
    color: #ff844a
}

.cv__button-item01 .button a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ff844a;
    padding: .5em;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center
}

.cv__button-item01 .button a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .cv__button-item01 .button a:hover {
        opacity: 1
    }
}

.cv__button-item01 .button a::before {
    content: '';
    background-image: url("../images/icon_online.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.78em;
    height: 1.78em;
    margin: 0 .4em 0 0
}

@media screen and (max-width: 768px) {
    .cv__button-item01 .button a {
        padding: 3vw 0
    }

    .cv__button-item01 .button a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

.cv__button-item02 .catch {
    color: #01b3a7
}

.cv__button-item02 .button a {
    transition: all .2s ease-in-out;
    cursor: pointer;
    background-color: #ff844a;
    padding: .5em;
    border-radius: 10em;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #01b3a7
}

.cv__button-item02 .button a:hover {
    opacity: .7
}

@media screen and (max-width: 768px) {
    .cv__button-item02 .button a:hover {
        opacity: 1
    }
}

.cv__button-item02 .button a::before {
    content: '';
    background-image: url("../images/icon_online.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 1.78em;
    height: 1.78em;
    margin: 0 .4em 0 0
}

@media screen and (max-width: 768px) {
    .cv__button-item02 .button a {
        padding: 3vw 0
    }

    .cv__button-item02 .button a::before {
        width: 2em;
        height: 2em;
        margin: 0 .6em 0 0
    }
}

.cv__button-item02 .button a::before {
    background-image: url("../images/icon_document.svg")
}

.cv__button-item01 .button a,
.cv__button-item02 .button a {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    padding: 1em;
    font-size: 1.11rem;
    font-weight: 700
}

@media screen and (max-width: 768px) {

    .cv__button-item01 .button a,
    .cv__button-item02 .button a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

@media screen and (max-width: 768px) {

    .cv-sec01,
    .cv-sec03 {
        background-image: url("../images/cv-sp.webp")
    }

    .cv-sec01 .cv__inner {
        padding: 8vw 0 10vw
    }

    .cv-sec02 .cv__inner {
        padding: 0 0 5vw
    }

    .cv-sec02 .cv__inner::before {
        width: 50%;
        height: 2rem;
        top: -1.5rem
    }

    .cv-sec03 .cv__inner {
        padding: 8vw 0
    }

    .cv__heading {
        padding: 4vw 0;
        font-size: 2rem
    }

    .cv__heading .emphasis {
        border-bottom: 2px solid #01b3a7;
        color: #01b3a7
    }

    .cv__heading br {
        display: block
    }

    .cv__heading-sub {
        margin: 0 auto;
        padding: 0 0 3vw;
        font-size: 1.25rem
    }

    .cv__catch {
        width: 100%;
        padding: 2vw;
        font-size: 1rem
    }

    .cv__catch::before {
        width: calc(2rem - 2px);
        height: calc(1rem - 2px);
        top: calc(100% - 1px)
    }

    .cv__catch::after {
        width: 2rem;
        height: 1rem
    }

    .cv__list {
        padding: 0;
        display: block
    }

    .cv__list-item {
        justify-content: space-between
    }

    .cv__list-item .head {
        width: 4.5rem;
        height: 4.5rem;
        border-width: 1px;
        border-radius: 10em;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .cv__list-item .body {
        width: calc(100% - 4.5rem - 2vw);
        padding: 0;
        font-size: .81rem
    }

    .cv__list-item01 {
        padding: 0 0 2vw
    }

    .cv__present {
        padding: 0;
        grid-template-columns: 1fr;
        grid-gap: 2vw
    }

    .cv__present-item {
        padding: 3vw 3vw 3vw 9vw;
        border-radius: .5rem;
        text-align: left;
        display: flex;
        align-items: center;
        flex-flow: row-reverse;
        position: relative
    }

    .cv__present-item .number {
        width: 10vw;
        margin: auto;
        position: absolute;
        top: 50%;
        left: -3vw;
        transform: translateY(-50%)
    }

    .cv__present-item .inner {
        width: calc(100% - 6rem);
        padding: 0 0 0 3vw
    }

    .cv__present-item .heading {
        padding: 0 0 1vw;
        font-size: 1rem
    }

    .cv__present-item .heading br {
        display: none
    }

    .cv__present-item .text {
        padding: 0;
        font-size: .88rem
    }

    .cv__present-item .image {
        width: 6rem;
        border-radius: .3rem
    }

    .cv__present-item01 .text br {
        display: none
    }

    .cv__button {
        max-width: none;
        display: block
    }

    .cv__button-item01 {
        padding: 0 0 5vw
    }

    .cv__button-item01 .catch,
    .cv__button-item02 .catch {
        font-size: 1rem
    }

    .cv__button-item01 .button a,
    .cv__button-item02 .button a {
        padding: 3vw 0;
        font-size: 1.06rem
    }
}

.floating__button {
    width: fit-content;
    margin: 0 1rem 1rem auto;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000
}

.floating__button a {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    width: 10rem;
    display: block
}

@media screen and (max-width: 768px) {
    .floating__button a {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.floating__button a:hover {
    opacity: 1
}

@media screen and (max-width: 768px) {
    .floating__button {
        margin: 0 auto 20vw 3vw;
        right: auto;
        left: 0
    }

    .floating__button a {
        width: 30vw
    }
}

.feature,
.company,
.about,
.support,
.voice,
.case,
.faq {
    padding: 4rem 0
}

@media screen and (max-width: 768px) {

    .feature,
    .company,
    .about,
    .support,
    .voice,
    .case,
    .faq {
        padding: 8vw 0
    }
}

.feature__inner,
.company__inner,
.about__inner,
.support__inner,
.voice__inner,
.case__inner,
.faq__inner {
    width: 90vw;
    max-width: 52.78rem;
    margin: 0 auto
}

.feature__heading,
.company__heading,
.about__heading,
.support__heading,
.voice__heading,
.case__heading,
.faq__heading {
    padding: 0 0 2rem;
    line-height: 1.4;
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center
}

.feature__heading .medium,
.company__heading .medium,
.about__heading .medium,
.support__heading .medium,
.voice__heading .medium,
.case__heading .medium,
.faq__heading .medium {
    font-size: 1.2em
}

.feature__heading .large,
.company__heading .large,
.about__heading .large,
.support__heading .large,
.voice__heading .large,
.case__heading .large,
.faq__heading .large {
    font-size: 1.58em
}

.feature__heading .logo,
.company__heading .logo,
.about__heading .logo,
.support__heading .logo,
.voice__heading .logo,
.case__heading .logo,
.faq__heading .logo {
    width: 5.46em;
    margin: .3em .2em 0;
    display: inline-block
}

.feature__heading .logo img,
.company__heading .logo img,
.about__heading .logo img,
.support__heading .logo img,
.voice__heading .logo img,
.case__heading .logo img,
.faq__heading .logo img {
    vertical-align: baseline
}

.feature__heading .sub,
.company__heading .sub,
.about__heading .sub,
.support__heading .sub,
.voice__heading .sub,
.case__heading .sub,
.faq__heading .sub {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    padding-bottom: .2em;
    color: #01b3a7
}

.feature__heading .main,
.company__heading .main,
.about__heading .main,
.support__heading .main,
.voice__heading .main,
.case__heading .main,
.faq__heading .main {
    font-size: 1.66rem
}

.feature__heading .main .large,
.company__heading .main .large,
.about__heading .main .large,
.support__heading .main .large,
.voice__heading .main .large,
.case__heading .main .large,
.faq__heading .main .large {
    font-size: 1.47em
}

@media screen and (max-width: 768px) {

    .feature__heading,
    .company__heading,
    .about__heading,
    .support__heading,
    .voice__heading,
    .case__heading,
    .faq__heading {
        padding: 0 0 5vw;
        font-size: 1.13rem
    }

    .feature__heading .sub,
    .company__heading .sub,
    .about__heading .sub,
    .support__heading .sub,
    .voice__heading .sub,
    .case__heading .sub,
    .faq__heading .sub {
        font-size: 1.31rem
    }

    .feature__heading .main,
    .company__heading .main,
    .about__heading .main,
    .support__heading .main,
    .voice__heading .main,
    .case__heading .main,
    .faq__heading .main {
        font-size: 1.25rem
    }
}

.feature__text,
.company__text,
.about__text,
.support__text,
.voice__text,
.case__text,
.faq__text {
    width: fit-content;
    margin: 0 auto;
    line-height: 1.8em;
    text-align: left
}

.feature__text .emphasis,
.company__text .emphasis,
.about__text .emphasis,
.support__text .emphasis,
.voice__text .emphasis,
.case__text .emphasis,
.faq__text .emphasis {
    color: #ff5c62;
    font-weight: 700
}

@media screen and (max-width: 768px) {

    .feature__text,
    .company__text,
    .about__text,
    .support__text,
    .voice__text,
    .case__text,
    .faq__text {
        width: 100%;
        max-width: none
    }
}

.feature__image,
.company__image,
.about__image,
.support__image,
.voice__image,
.case__image,
.faq__image {
    text-align: center
}

.feature__image img.circle,
.company__image img.circle,
.about__image img.circle,
.support__image img.circle,
.voice__image img.circle,
.case__image img.circle,
.faq__image img.circle {
    border-radius: 100%;
    overflow: hidden
}

.feature {
    background-color: #f5fafa
}

.feature__heading-sub {
    line-height: 1.4em;
    font-size: 1.88rem;
    font-weight: 700;
    text-align: center
}

.feature__heading-sub br {
    display: none
}

.feature__heading-sub01 {
    padding: 2rem 0 1rem
}

.feature__heading-sub01::before {
    content: '';
    background-color: #323232;
    width: 2rem;
    height: calc(tan(60deg) * 2rem / 2);
    margin: 0 auto .5rem;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    display: block
}

.feature__heading-sub02,
.feature__heading-sub03 {
    background-image: url("../images/feature_line.svg");
    background-position: 0 calc(100% - 2rem);
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 35rem;
    margin: 0 auto;
    padding: 3rem 0 4rem
}

.feature__catch {
    width: 39.61rem;
    margin: 0 auto;
    padding: 3rem 0 2rem
}

.feature__text02 {
    width: 100%;
    padding: 1rem 2rem;
    border: 2px solid #323232;
    border-radius: 1rem;
    line-height: 1.8em;
    font-size: 1.55rem;
    text-align: center
}

.feature__text02 .marker {
    background: linear-gradient(transparent 40%, #ffffaf 40%)
}

.feature__text02 br:nth-child(1),
.feature__text02 br:nth-child(3) {
    display: none
}

.feature__point {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem
}

.feature__point-item .number {
    width: 4.44rem;
    margin: 0 auto
}

.feature__point-item .heading {
    padding: .5rem 0;
    line-height: 1.4em;
    color: #01b3a7;
    font-size: 1.44rem;
    font-weight: 700;
    text-align: center
}

.feature__point-item .text {
    line-height: 1.8em;
    font-size: .88rem
}

.feature__list {
    width: fit-content;
    height: 13rem;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 12rem);
    grid-gap: 1rem
}

.feature__list-item {
    text-align: center;
    position: relative
}

.feature__list-item::after {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    content: '';
    background-color: white;
    width: 100%;
    height: 12rem;
    border-radius: 50%;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1
}

@media screen and (max-width: 768px) {
    .feature__list-item::after {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.feature__list-item .icon,
.feature__list-item .text {
    position: relative;
    z-index: 10
}

.feature__list-item .icon {
    padding: 0 0 1rem
}

.feature__list-item .icon img {
    width: auto;
    height: 3.89rem
}

.feature__list-item .text {
    line-height: 1.6em;
    color: #01b3a7;
    font-size: 1.22rem;
    font-weight: 700
}

.feature__box {
    filter: drop-shadow(2px 2px 3px rgba(50, 50, 50, 0.2));
    background-color: white;
    margin: 2rem 0 0;
    padding: 3rem 2rem 2rem;
    border-radius: 1rem;
    position: relative
}

@media screen and (max-width: 768px) {
    .feature__box {
        filter: drop-shadow(1px 1px 2px rgba(50, 50, 50, 0.2))
    }
}

.feature__box .heading {
    background-color: #787878;
    width: 50%;
    margin: 0 auto;
    border-radius: .5rem;
    line-height: 3em;
    color: white;
    font-size: 1.33rem;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: -2rem;
    right: 0;
    left: 0
}

.feature__box .heading02 {
    background-color: #01b3a7
}

.feature__box .text {
    line-height: 1.8em;
    font-size: 1.33rem;
    text-align: center
}

.feature__box .text .large {
    font-size: 1.42em
}

.feature__box .text .emphasis01 {
    color: #787878
}

.feature__box .text .emphasis02 {
    color: #01b3a7
}

.feature__box .text .marker {
    background: linear-gradient(transparent 40%, #ffffaf 40%)
}

.feature__box .text .marker br {
    display: none
}

.feature__box .list {
    padding: 1rem 0 0;
    counter-reset: number 0
}

.feature__box .list-item {
    padding: 1rem;
    border: 1px solid #323232;
    text-align: center;
    border-radius: .5rem;
    position: relative
}

.feature__box .list-item::before {
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-style: normal;
    counter-increment: number 1;
    content: "STEP " counter(number, decimal-leading-zero);
    font-size: .88rem;
    position: absolute;
    top: -1rem;
    left: 0
}

.feature__box .list-item::after {
    content: '';
    background-color: #323232;
    width: .6rem;
    height: calc(tan(60deg) * .8rem / 2);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    display: block;
    position: absolute;
    top: 50%;
    right: -.9rem;
    transform: translateY(-50%)
}

.feature__box .list-item:last-child::after {
    display: none
}

.feature__box .list01 {
    padding: 1.5rem .8rem 1rem 0;
    color: #787878;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 2rem 1rem
}

.feature__box .list01 .list-item {
    background-color: #f8f8f8;
    border-color: #929292
}

.feature__box .list01 .list-item::after {
    background-color: #787878
}

.feature__box .list02 {
    width: fit-content;
    margin: 0 auto;
    padding: 2rem 0 1rem;
    color: #01b3a7;
    display: grid;
    grid-template-columns: repeat(2, 16rem);
    grid-gap: 3rem
}

.feature__box .list02 .list-item {
    background-color: #f5fafa;
    border-color: #01b3a7;
    padding: 2rem 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.feature__box .list02 .list-item::after {
    background-color: #01b3a7;
    width: 1.3rem;
    height: calc(tan(60deg) * 2rem / 2);
    right: -2.3rem
}

.feature__box .list02 .list-item .icon img {
    width: auto;
    height: 3.4rem
}

.feature__box .list02 .list-item .main {
    padding: 0 0 0 1rem;
    font-size: 1.44rem
}

.feature__box .image {
    width: 7.77rem;
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    z-index: 10
}

.feature__box02 {
    margin: 4rem 0 0
}

@media screen and (max-width: 768px) {
    .feature__heading-sub {
        font-size: 1.25rem
    }

    .feature__heading-sub br {
        display: block
    }

    .feature__heading-sub01 {
        padding: 5vw 0 3vw
    }

    .feature__heading-sub02,
    .feature__heading-sub03 {
        background-position: 0 calc(100% - 2rem);
        width: 100%;
        max-width: 76vw;
        padding: 8vw 0 12vw
    }

    .feature__catch {
        width: 100%;
        padding: 8vw 0 5vw
    }

    .feature__text02 {
        padding: 3vw 5vw;
        border-width: 1px;
        font-size: 1rem
    }

    .feature__text02 br {
        display: block !important
    }

    .feature__point {
        width: 70vw;
        margin: 0 auto;
        grid-template-columns: 1fr;
        grid-gap: 5vw
    }

    .feature__point-item .number {
        width: 4.53rem
    }

    .feature__point-item .heading {
        font-size: 1.25rem
    }

    .feature__point-item .text {
        font-size: .88rem
    }

    .feature__list {
        height: calc(28vw + 3vw);
        grid-template-columns: repeat(3, 28vw);
        grid-gap: 2vw
    }

    .feature__list-item::after {
        height: 28vw
    }

    .feature__list-item .icon {
        padding: 0 0 1vw
    }

    .feature__list-item .icon img {
        height: 2.56rem
    }

    .feature__list-item .text {
        font-size: .81rem
    }

    .feature__box {
        margin: 2rem 0 0;
        padding: calc(5vw + .75rem) 5vw 5vw
    }

    .feature__box .heading {
        width: 80%;
        margin: 0 auto;
        border-radius: .5rem;
        line-height: 3em;
        font-size: 1rem;
        top: -1.5rem
    }

    .feature__box .text {
        font-size: .88rem
    }

    .feature__box .text .large {
        font-size: 1.36em
    }

    .feature__box .text .marker br {
        display: block
    }

    .feature__box .list-item {
        padding: 3vw 0
    }

    .feature__box .list01 {
        padding: 1.5rem .8rem 1rem 0;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 2rem 1rem
    }

    .feature__box .list02 {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1rem
    }

    .feature__box .list02 .list-item {
        padding: 3vw 0
    }

    .feature__box .list02 .list-item::after {
        width: .6rem;
        height: calc(tan(60deg) * .8rem / 2);
        right: -.9rem
    }

    .feature__box .list02 .list-item .icon img {
        height: 2rem
    }

    .feature__box .list02 .list-item .main {
        padding: 0 0 0 1rem;
        font-size: 1.06rem
    }

    .feature__box .image {
        width: 20vw;
        right: 3vw;
        bottom: 3rem
    }

    .feature__box02 {
        margin: calc(1.5rem + 8vw) 0 0
    }

    .feature__box02 .text {
        margin: 0 -5vw
    }

    .feature__box02 .image {
        bottom: 1rem
    }
}
