@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");

/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

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

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

template,
[hidden] {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    -moz-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

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

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: bold
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

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

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

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

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54
}

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

html {
    font-size: 10px
}

body {
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Meiryo", "メイリオ", sans-serif;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: .08em;
    color: #000
}

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

img {
    max-width: 100%
}

html,
p,
ul,
ol,
li,
form,
h1,
h2,
h3,
h4,
dd,
dl,
dt,
iframe,
span,
figure {
    margin: 0;
    padding: 0
}

img {
    height: auto;
    vertical-align: middle;
    max-width: 100%
}

a img {
    border: none;
    outline: none
}

ul,
ol {
    list-style: none
}

.clear {
    clear: both
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.clearFix {
    overflow: hidden
}

.clearFix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    overflow: hidden
}

* html .clearFix {
    height: 1em;
    overflow: visible
}

a {
    color: inherit;
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: none
}

[data-inview-item] {
    opacity: 0;
    will-change: transform, opacity
}

.under-link {
    text-decoration: underline
}

.root {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100vh
}

.l-inner {
    position: relative;
    width: 100%;
    margin: 0 auto
}

.footer {
    position: relative
}

.footer__title {
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1
}

.footer__copy {
    display: block;
    text-align: right;
    letter-spacing: .2em
}

.pagetop {
    position: relative
}

.pagetop a {
    display: block
}

.footer-about__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-about__profile-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.footer-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-nav__item {
    margin-right: 2em
}

.footer-nav-block {
    margin-top: 40px
}

.bread {
    line-height: 1.5;
    margin: 20px auto
}

.bread__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bread__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-all
}

.bread__item:nth-of-type(n+2) {
    position: relative
}

.bread__item:nth-of-type(n+2):before {
    content: '';
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%
}

.bread__item a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.footer {
    position: relative
}

.footer__title {
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1
}

.footer__copy {
    display: block;
    text-align: right;
    letter-spacing: .2em
}

.pagetop {
    position: relative
}

.pagetop a {
    display: block
}

.footer-about__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-about__profile-img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px
}

.footer-nav__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-nav__item {
    margin-right: 2em
}

.footer-nav-block {
    margin-top: 40px
}

.bread {
    line-height: 1.5;
    margin: 20px auto
}

.bread__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bread__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-all
}

.bread__item:nth-of-type(n+2) {
    position: relative
}

.bread__item:nth-of-type(n+2):before {
    content: '';
    display: block;
    height: 1px;
    background-color: currentColor;
    position: absolute;
    left: 0;
    top: 50%
}

.bread__item a {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%
}

.c-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    line-height: 1;
    z-index: 999
}

.c-header .l-inner,
.c-header .c-row {
    height: 100%
}

.c-header .c-row {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-header a {
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -o-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87)
}

.c-header a:hover {
    opacity: .7
}

.c-header__logo {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-header-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: bold
}

.c-header-list a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-accordion__head {
    position: relative;
    overflow: hidden;
    font-weight: bold;
    line-height: 1.6;
    color: #6c7fd8;
    background-color: rgba(135, 149, 222, 0.1);
    border-bottom: 2px solid #8795de;
    cursor: pointer
}

.c-accordion__head-catch {
    color: #ff5722;
    line-height: 1.3;
    margin-bottom: 0.5em
}

.c-accordion__head-name {
    position: relative;
    text-align: center
}

.c-accordion__head-name:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    background: url("../img/icon_accordion.svg") center center no-repeat;
    -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: -webkit-transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -o-transition: transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87), -moz-transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87), -webkit-transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87), -moz-transform 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87)
}

.c-accordion__head-img {
    position: absolute
}

.c-accordion__head.-on .c-accordion__head-name:before {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-accordion__fig {
    color: #000;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    line-height: 1.5
}

.c-accordion__fig img {
    -moz-border-radius: 6px;
    border-radius: 6px;
    margin-right: 1.5em
}

.c-accordion__fig span {
    font-size: 150%;
    display: block
}

.c-accordion__body {
    border-bottom: 2px solid #8795de
}

.c-btn-cp-set {
    text-align: center;
    font-weight: bold
}

.c-btn-cp {
    line-height: 1;
    font-weight: bold;
    margin: auto
}

.c-btn-cp a {
    display: block;
    background-color: #f44336;
    color: #fff;
    -webkit-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -o-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    -moz-transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87);
    transition: opacity 0.3s cubic-bezier(0.35, 0.3, 0.3, 0.87)
}

.c-btn-cp a:hover {
    opacity: .7
}

.c-btn-cp .c-row {
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-btn-cp__border {
    display: table;
    border: solid 1px currentColor;
    margin: auto;
    padding: 0 1em
}

[class^="c-icon-"] {
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.c-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
}

.c-interview-block {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-interview-block:last-of-type {
    padding-bottom: 0
}

.c-interview-block__head {
    color: #6c7fd8;
    font-weight: bold
}

.c-interview-block__body:before {
    content: '山田';
    font-weight: bold;
    margin-right: 0.5em
}

.c-interview-block__lede {
    font-weight: bold
}

.c-interview-end {
    color: #6c7fd8;
    font-weight: bold
}

.c-frame {
    background-color: rgba(135, 149, 222, 0.1)
}

.c-list-point__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(135, 149, 222, 0.1)
}

.c-list-point__item em {
    font-style: normal;
    font-weight: bold;
    color: #6c7fd8
}

.c-list-point .-red {
    border: solid 2px #f44336;
    background-color: rgba(244, 67, 54, 0.04)
}

.c-list-point .-red em {
    color: #f44336
}

.c-list-solution {
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.c-list-solution .c-purple {
    display: block
}

.c-list-solution__item {
    position: relative
}

.c-list-solution__item:before {
    content: '';
    display: block;
    background-color: #fff;
    -moz-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0
}

.c-list-solution__inner {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.c-list-solution img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto
}

.c-list-feature__item {
    position: relative
}

.c-list-feature .c-bubble {
    position: absolute
}

.c-table {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse
}

.c-table th {
    width: 50%
}

.c-table thead th {
    color: #fff;
    background-color: #8795de
}

.c-table th,
.c-table td {
    border-right: 2px solid #cfd8dc
}

.c-table th:last-child,
.c-table td:last-child {
    border-right: none
}

.c-table tbody {
    background-color: rgba(135, 149, 222, 0.1)
}

.c-table tbody th,
.c-table tbody td {
    font-weight: bold;
    border-bottom: 1px solid #cfd8dc
}

.c-table tbody tr:last-child th,
.c-table tbody tr:last-child td {
    border-bottom: none
}

.c-purple {
    color: #6c7fd8;
    font-style: normal;
    font-weight: bold
}

.c-title-h2 {
    text-align: center;
    font-weight: bold;
    letter-spacing: .08em;
    line-height: 1
}

.c-title-h2 img {
    margin-right: 0.1em
}

.c-title-h2 em {
    font-style: normal
}

.c-bubble {
    font-weight: bold;
    display: table;
    line-height: 1;
    word-break: keep-all
}

.c-bubble__inner {
    position: relative;
    -moz-border-radius: 1.5em;
    border-radius: 1.5em;
    background-color: #6c7fd8;
    color: #fff
}

.c-bubble__inner:before {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    bottom: -2px;
    left: 50%;
    background: url("../img/icon_bubble.png") center top no-repeat;
    -moz-background-size: contain;
    background-size: contain
}

.-l .c-bubble__inner:before {
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    margin-left: 0
}

.c-hr {
    width: 100%;
    height: 1px;
    margin: 0;
    padding: 0;
    border: none;
    border-top: dotted 1px #c5ccef
}

.p-index-kv {
    position: relative;
    width: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover
}

.p-index-kv .l-inner {
    height: 100%
}

.p-index-kv .c-btn-cp-set {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-index-solution {
    text-align: center
}

.p-index-solution__h2 {
    color: #6c7fd8;
    line-height: 1
}

@media (min-width: 897px) {
    .sp {
        display: none !important
    }

    .tel-link {
        cursor: default;
        pointer-events: none;
        text-decoration: none
    }

    [data-inview-item] {
        -webkit-transform: translateY(80px);
        -moz-transform: translateY(80px);
        -ms-transform: translateY(80px);
        transform: translateY(80px)
    }

    body {
        line-height: 1.8;
        font-size: 1.4rem
    }

    .under-link:hover {
        text-decoration: none
    }

    .root {
        padding-top: 85px;
        min-width: 1000px
    }

    .l-inner {
        max-width: 1000px
    }

    .l-inner--m {
        max-width: 845px
    }

    .l-inner--s {
        max-width: 658px
    }

    .footer {
        padding: 150px 0 40px
    }

    .footer__row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__title {
        font-size: 2rem;
        margin-bottom: 20px
    }

    .footer__copy {
        font-size: 1.2rem;
        margin-top: 40px
    }

    .pagetop {
        width: 82px;
        margin: 0 64px 0 auto
    }

    .footer-about {
        width: 50%;
        padding-right: 20px
    }

    .footer-about__profile-img {
        width: 176px
    }

    .footer-nav {
        width: 50%;
        padding-left: 20px
    }

    .bread {
        padding: 0 12.5vw;
        max-width: 1000px;
        font-size: 1.2rem
    }

    .bread__item {
        margin-right: 10px
    }

    .bread__item:nth-of-type(1) {
        width: 18px
    }

    .bread__item:nth-of-type(n+2) {
        padding-left: 20px
    }

    .bread__item:nth-of-type(n+2):before {
        width: 10px
    }

    .footer {
        padding: 150px 0 40px
    }

    .footer__row {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__title {
        font-size: 2rem;
        margin-bottom: 20px
    }

    .footer__copy {
        font-size: 1.2rem;
        margin-top: 40px
    }

    .pagetop {
        width: 82px;
        margin: 0 64px 0 auto
    }

    .footer-about {
        width: 50%;
        padding-right: 20px
    }

    .footer-about__profile-img {
        width: 176px
    }

    .footer-nav {
        width: 50%;
        padding-left: 20px
    }

    .bread {
        padding: 0 12.5vw;
        max-width: 1000px;
        font-size: 1.2rem
    }

    .bread__item {
        margin-right: 10px
    }

    .bread__item:nth-of-type(1) {
        width: 18px
    }

    .bread__item:nth-of-type(n+2) {
        padding-left: 20px
    }

    .bread__item:nth-of-type(n+2):before {
        width: 10px
    }

    .c-header {
        height: 85px
    }

    .c-header__logo a {
        margin-right: 25px
    }

    .c-header__logo img {
        width: auto;
        height: 30px
    }

    .c-header-list__item {
        margin-left: 40px
    }

    .c-header-list i {
        margin-right: 10px
    }

    .c-accordion__head {
        -webkit-transition: opacity 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
        -o-transition: opacity 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
        -moz-transition: opacity 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
        transition: opacity 0.2s cubic-bezier(0.35, 0.3, 0.3, 0.87);
        font-size: 2rem;
        line-height: 1.8;
        padding: 20px 25px 0
    }

    .c-accordion__head:hover {
        opacity: .7
    }

    .c-accordion__head-catch {
        font-size: 3.8rem
    }

    .c-accordion__head-name {
        padding: 25px 60px;
        font-size: 2.6rem
    }

    .c-accordion__head-name:before {
        width: 31px;
        height: 31px;
        right: 24px
    }

    .c-accordion__head-img {
        right: -35px;
        top: 130px
    }

    .c-accordion__fig {
        margin: 30px 0 0;
        font-size: 1.4rem
    }

    .c-accordion__fig img {
        width: 110px
    }

    .c-accordion__body {
        padding: 20px 0;
        font-size: 1.35rem
    }

    .c-btn-cp-set {
        line-height: 1;
        font-size: 2rem
    }

    .c-btn-cp-set__catch {
        margin-top: 26px
    }

    .c-btn-cp {
        width: 845px;
        font-size: 5.3rem
    }

    .c-btn-cp a {
        padding: 17px 0 15px;
        -moz-border-radius: 36px;
        border-radius: 36px
    }

    .c-btn-cp img {
        height: 38px;
        margin-right: 15px
    }

    .c-btn-cp__border {
        font-size: 2.9rem;
        height: 49px;
        line-height: 42px;
        -moz-border-radius: 24px;
        border-radius: 24px;
        border-width: 2px;
        margin-top: 16px
    }

    .c-icon-document {
        width: 16px;
        height: 22px
    }

    .c-icon-mail {
        width: 20px;
        height: 15px
    }

    .c-row-pc {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-interview-block {
        padding: 140px 0;
        line-height: 2;
        font-size: 1.6rem
    }

    .c-interview-block:nth-of-type(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -moz-box-orient: horizontal;
        -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .c-interview-block__text {
        width: -webkit-calc(50% - 20px);
        width: -moz-calc(50% - 20px);
        width: calc(50% - 20px)
    }

    .c-interview-block__img {
        width: 50%;
        text-align: center
    }

    .c-interview-block__head {
        margin-bottom: 2em
    }

    .c-interview-block__lede {
        margin-top: 3.5em;
        font-size: 1.65rem
    }

    .c-interview-block dl+dl {
        margin-top: 3.6em
    }

    .c-interview-block.-main .c-interview-block__img {
        margin-top: -3em
    }

    .c-interview-end {
        font-size: 2.4rem;
        margin: 80px 0
    }

    .c-list-point {
        font-size: 2.8rem
    }

    .c-list-point__item {
        height: 84px;
        padding: 0 15px
    }

    .c-list-point__item:nth-of-type(n+2) {
        margin-top: 10px
    }

    .c-list-point__img {
        width: 105px;
        text-align: center
    }

    .c-list-point img {
        max-width: 68px
    }

    .c-list-point .-img04 {
        max-width: 84px
    }

    .c-list-solution {
        margin-top: 25px;
        font-size: 1.6rem
    }

    .c-list-solution .c-purple {
        font-size: 1.8rem
    }

    .c-list-solution .c-bubble {
        margin-bottom: 5px
    }

    .c-list-solution__item {
        width: 260px;
        height: 222px;
        padding: 20px 0 30px
    }

    .c-list-solution__item:before {
        width: 220px;
        height: 220px
    }

    .c-list-solution__item:nth-of-type(n+3) {
        margin-top: 40px
    }

    .c-list-solution img {
        max-height: 66px
    }

    .c-list-feature__item:nth-of-type(n+2) {
        margin-top: 60px
    }

    .c-list-feature .c-bubble {
        top: -1.2em;
        font-size: 1.8rem
    }

    .c-list-feature .c-bubble:not(.-l) .c-bubble__inner:before {
        left: auto;
        right: 53px;
        margin-left: 0
    }

    .c-list-feature .-bubble01 {
        right: -7px
    }

    .c-list-feature .-bubble02 {
        left: -160px
    }

    .c-list-feature .-bubble03 {
        right: -80px
    }

    .c-list-feature .-bubble04 {
        right: -80px;
        top: 68px
    }

    .c-list-feature .-bubble05 {
        left: -100px
    }

    .c-table thead {
        font-size: 3.1rem
    }

    .c-table thead th {
        height: 92px
    }

    .c-table tbody {
        font-size: 2rem
    }

    .c-table tbody th,
    .c-table tbody td {
        height: 49px
    }

    .c-table tbody td {
        padding-left: 90px
    }

    .c-title-h2 {
        font-size: 4.2rem;
        margin-bottom: 32px
    }

    .c-title-h2 img {
        height: 54px
    }

    .c-bubble {
        font-size: 1.6rem
    }

    .c-bubble__inner {
        padding: .55em 20px .7em
    }

    .c-bubble__inner:before {
        margin-left: 20px;
        width: 18px;
        height: 18px
    }

    .-l .c-bubble__inner:before {
        left: 112px
    }

    .p-index {
        padding-bottom: 120px
    }

    .p-index-kv {
        padding-top: 200px;
        height: 690px;
        background-image: url("../img/kv_img.jpg");
        margin-bottom: 98px
    }

    .p-index-kv__title {
        width: 453px
    }

    .p-index-kv .c-btn-cp-set {
        bottom: -98px
    }

    .p-index-point {
        padding-top: 63px
    }

    .p-index-case {
        margin-top: 87px
    }

    .p-index-case .c-title-h2 {
        margin-bottom: 40px
    }

    .p-index-solution {
        margin-top: 70px
    }

    .p-index-solution__h2 {
        font-size: 3.6rem
    }

    .p-index-solution .c-frame {
        padding: 30px 0 45px
    }

    .p-index-feature {
        margin-top: 60px
    }

    .p-index-feature .c-frame {
        padding: 60px 70px
    }

    .p-index-plan {
        margin-top: 70px;
        padding-bottom: 80px
    }
}

@media (max-width: 896px) {
    .pc {
        display: none !important
    }

    [data-inview-item] {
        -webkit-transform: translateY(10.9vw);
        -moz-transform: translateY(10.9vw);
        -ms-transform: translateY(10.9vw);
        transform: translateY(10.9vw)
    }

    body {
        line-height: 1.8;
        font-size: 3.1vw;
        letter-spacing: .06em
    }

    .root {
        padding-top: 13.2vw;
        min-width: 100%
    }

    .l-inner {
        padding: 0 6.2vw
    }

    .l-inner--sp-no {
        padding: 0
    }

    .footer {
        padding: 120px 0 20px
    }

    .footer__title {
        font-size: 6.5vw;
        margin-bottom: 10px
    }

    .footer__copy {
        font-size: 3.1vw;
        margin-top: 50px
    }

    .pagetop {
        width: 48px;
        margin: 0 6.2vw 0 auto
    }

    .footer-about {
        width: 100%
    }

    .footer-about__profile-img {
        width: 150px
    }

    .bread {
        padding: 0 6.2vw;
        font-size: 3.7vw
    }

    .bread__item {
        margin-right: 8px
    }

    .bread__item:nth-of-type(1) {
        width: 16px
    }

    .bread__item:nth-of-type(n+2) {
        padding-left: 16px
    }

    .bread__item:nth-of-type(n+2):before {
        width: 8px
    }

    .footer {
        padding: 120px 0 20px
    }

    .footer__title {
        font-size: 6.5vw;
        margin-bottom: 10px
    }

    .footer__copy {
        font-size: 3.1vw;
        margin-top: 50px
    }

    .pagetop {
        width: 48px;
        margin: 0 6.2vw 0 auto
    }

    .footer-about {
        width: 100%
    }

    .footer-about__profile-img {
        width: 150px
    }

    .bread {
        padding: 0 6.2vw;
        font-size: 3.7vw
    }

    .bread__item {
        margin-right: 8px
    }

    .bread__item:nth-of-type(1) {
        width: 16px
    }

    .bread__item:nth-of-type(n+2) {
        padding-left: 16px
    }

    .bread__item:nth-of-type(n+2):before {
        width: 8px
    }

    .c-header {
        word-break: keep-all;
        white-space: nowrap;
        height: 13.2vw;
        line-height: 13.2vw
    }

    .c-header__logo {
        height: 4.6vw;
        line-height: 3.7vw
    }

    .c-header__logo a {
        margin-right: 3.9vw
    }

    .c-header__logo img {
        width: auto;
        height: 4.6vw
    }

    .c-header-list {
        font-size: 2.1vw
    }

    .c-header-list__item:nth-of-type(n+2) {
        margin-left: 4.6vw
    }

    .c-header-list i {
        margin-right: 1.2vw
    }

    .c-accordion__head {
        padding: 4.6vw 4.6vw 0;
        border-bottom-width: 1px;
        font-size: 3.1vw
    }

    .c-accordion__head-name {
        padding: 3.9vw 9.3vw;
        font-size: 4vw
    }

    .c-accordion__head-name:before {
        width: 4.8vw;
        height: 4.8vw;
        right: 3.7vw
    }

    .c-accordion__head-catch {
        font-size: 5.9vw
    }

    .c-accordion__head-img {
        width: 46vw;
        right: -4.7vw;
        top: 22.6vw
    }

    .c-accordion__fig {
        font-size: 2.3vw;
        margin: 7vw 0 4.6vw
    }

    .c-accordion__fig img {
        width: 17.1vw
    }

    .c-accordion__body {
        padding: 0 6.2vw;
        font-size: 2.9vw;
        border-bottom-width: 1px
    }

    .c-btn-cp-set {
        font-size: 3.7vw
    }

    .c-btn-cp-set__catch {
        margin-top: 2.3vw
    }

    .c-btn-cp {
        width: 89vw;
        font-size: 5.6vw;
        letter-spacing: .04em
    }

    .c-btn-cp a {
        padding: 2vw 0 1.4vw;
        -moz-border-radius: 3.9vw;
        border-radius: 3.9vw
    }

    .c-btn-cp img {
        height: 4.2vw;
        margin-right: 1.2vw
    }

    .c-btn-cp__border {
        font-size: 3.2vw;
        height: 5.4vw;
        line-height: 4.8vw;
        -moz-border-radius: 2.8vw;
        border-radius: 2.8vw;
        border-width: 1px;
        margin-top: 1.5vw
    }

    .c-icon-document {
        width: 2.5vw;
        height: 3.4vw
    }

    .c-icon-mail {
        display: inline-block;
        width: 3.4vw;
        height: 2.3vw
    }

    .c-row-sp {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex
    }

    .c-interview-block {
        padding: 8.5vw 0 12.5vw;
        line-height: 1.8;
        font-size: 3.4vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -moz-box-orient: vertical;
        -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .c-interview-block:nth-of-type(even) .c-interview-block__img {
        margin-left: 0;
        margin-right: auto
    }

    .c-interview-block:nth-of-type(even) .c-interview-block__text {
        margin-left: auto;
        margin-right: 0
    }

    .c-interview-block__text {
        width: 63.2vw;
        margin-right: auto;
        margin-top: 14vw
    }

    .c-interview-block__img {
        width: 63.4vw;
        margin-left: auto
    }

    .c-interview-block__head {
        margin-bottom: 2em
    }

    .c-interview-block__lede {
        margin-top: -2.5em;
        font-size: 2.9vw;
        width: 53.9vw
    }

    .c-interview-block dl+dl {
        margin-top: 3.6em
    }

    .c-interview-block.-main .c-interview-block__img {
        width: 45.6vw
    }

    .c-interview-block.-interview1 .c-interview-block__img {
        width: 53.1vw
    }

    .c-interview-block.-interview3 .c-interview-block__img {
        width: 55.3vw;
        margin-left: -11vw
    }

    .c-interview-block.-interview4 .c-interview-block__img {
        width: 53.9vw;
        margin-right: -6.3vw
    }

    .c-interview-block.-interview4 .c-interview-block__text {
        margin-top: -18em
    }

    .c-interview-block.-interview5 .c-interview-block__img {
        margin-top: 6.2vw
    }

    .c-interview-end {
        font-size: 5vw;
        margin: 17.1vw 0 12.5vw
    }

    .c-list-point {
        font-size: 4vw
    }

    .c-list-point__item {
        height: 12.5vw;
        word-break: keep-all
    }

    .c-list-point__item:nth-of-type(n+2) {
        margin-top: 1.5vw
    }

    .c-list-point .-red {
        border-width: 1px
    }

    .c-list-point__img {
        width: 14.3vw;
        text-align: center
    }

    .c-list-point img {
        max-width: 9.3vw
    }

    .c-list-point .-img04 {
        max-width: 12.5vw
    }

    .c-list-solution {
        margin-top: 3.9vw;
        font-size: 2vw
    }

    .c-list-solution .c-purple {
        font-size: 2vw
    }

    .c-list-solution .c-bubble {
        margin-bottom: .7vw
    }

    .c-list-solution__item {
        width: 40.6vw;
        height: 34.6vw;
        padding: 3.1vw 0 4.6vw;
        word-break: keep-all
    }

    .c-list-solution__item:before {
        width: 34.3vw;
        height: 34.3vw
    }

    .c-list-solution__item:nth-of-type(n+3) {
        margin-top: 6.2vw
    }

    .c-list-solution img {
        max-height: 10.3vw
    }

    .c-list-feature__item:nth-of-type(2) {
        margin-top: 19.5vw
    }

    .c-list-feature__item:nth-of-type(3) {
        margin-top: 9.3vw
    }

    .c-list-feature .c-bubble {
        top: -1.2em;
        font-size: 3vw;
        right: -6.3vw
    }

    .c-list-feature .c-bubble:not(.-l) .c-bubble__inner:before {
        left: auto;
        right: 11.7vw;
        margin-left: 0
    }

    .c-list-feature .c-bubble.-l {
        left: -4.7vw
    }

    .c-list-feature .-bubble02 {
        top: -14.1vw
    }

    .c-list-feature .-bubble03 {
        top: -4vw
    }

    .c-list-feature .-bubble04 {
        top: 21.8vw
    }

    .c-table thead {
        font-size: 4.8vw
    }

    .c-table thead th {
        height: 14.3vw
    }

    .c-table tbody {
        font-size: 3.1vw
    }

    .c-table tbody th,
    .c-table tbody td {
        height: 7.6vw
    }

    .c-table tbody td {
        padding-left: 14vw
    }

    .c-table th,
    .c-table td {
        border-right-width: 1px
    }

    .c-title-h2 {
        font-size: 4vw;
        margin-bottom: 4vw
    }

    .c-title-h2 img {
        height: 8.4vw
    }

    .c-bubble {
        font-size: 2vw
    }

    .c-bubble__inner {
        padding: 0.55em 3.1vw 0.7em
    }

    .c-bubble__inner:before {
        margin-left: 3.4vw;
        width: 2.8vw;
        height: 2.8vw
    }

    .-l .c-bubble__inner:before {
        left: 24.2vw
    }

    .p-index {
        padding-bottom: 20.3vw
    }

    .p-index-kv {
        padding-top: 26.5vw;
        height: 92.1vw;
        background-image: url("../img/kv_img_sp.jpg");
        margin-bottom: 23.4vw
    }

    .p-index-kv__title {
        width: 57.6vw
    }

    .p-index-kv .c-btn-cp-set {
        bottom: -23.5vw
    }

    .p-index-point {
        padding-top: 9.3vw
    }

    .p-index-case {
        margin-top: 10.9vw
    }

    .p-index-case .c-title-h2 {
        margin-bottom: 5vw
    }

    .p-index-solution {
        margin-top: 8.5vw
    }

    .p-index-solution__h2 {
        font-size: 5vw
    }

    .p-index-solution .c-frame {
        padding: 4.6vw 0 7.5vw
    }

    .p-index-feature {
        margin-top: 10.9vw
    }

    .p-index-feature .c-frame {
        padding: 9.3vw 9.3vw 8.5vw
    }

    .p-index-plan {
        margin-top: 7.8vw;
        padding-bottom: 8.5vw
    }
}