html {
    -webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    word-break: normal
}

*,
:after,
:before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

:after,
:before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    margin: 0;
    padding: 0
}

hr {
    color: inherit;
    height: 0;
    overflow: visible
}

details,
main {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden] {
    display: none
}

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

a {
    background-color: transparent
}

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

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

pre {
    font-size: 1em
}

b,
strong {
    font-weight: bolder
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    border-color: inherit;
    text-indent: 0
}

iframe {
    border-style: none
}

input {
    border-radius: 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-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

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

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

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

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

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

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

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

[disabled] {
    cursor: default
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled=true] {
    cursor: default
}

html {
    font-family: Noto Sans JP, sans-serif;
    font-size: 62.5%;
    font-weight: 500;
    letter-spacing: .05em
}

a,
html {
    color: #292929
}

a {
    text-decoration: none
}

a,
a:hover {
    transition: all .3s ease
}

a:hover {
    opacity: .8
}

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

ul {
    list-style-type: none
}

.is_fade,
.is_load {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity .8s, transform .5s;
    transition-timing-function: cubic-bezier(.26, 1, .48, 1)
}

.is_fade.is_viewed,
.is_load.is_viewed {
    opacity: 1;
    transform: translate(0)
}

.delay01 {
    transition-delay: .3s
}

.delay02 {
    transition-delay: .6s
}

.sp_only,
.tb_only,
.tb_only02 {
    display: none
}

::-webkit-scrollbar {
    background: #e2e2e2;
    border-radius: 10px;
    height: 10px;
    width: 10px
}

::-webkit-scrollbar-thumb {
    background: #7f7f7f;
    border-radius: 10px;
    height: 10px;
    width: 10px
}

.l-header {
    align-items: center;
    display: flex;
    height: 80px;
    justify-content: space-between;
    left: 0;
    position: fixed;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 100
}

.l-header.is_fixed {
    background: hsla(0, 0%, 100%, .6);
    transition: all .3s ease
}

.l-header .l-header__h1 {
    margin-left: 32px;
    width: 175px
}

.l-header .l-header__nav {
    margin-right: 32px
}

.l-header .l-header__nav ul {
    display: flex
}

.l-header .l-header__nav ul li {
    margin-right: 35px
}

.l-header .l-header__nav ul li:last-child {
    margin-right: 0
}

.l-header .l-header__nav ul li a {
    font-size: 1.4rem;
    padding-right: 25px;
    position: relative
}

.l-header .l-header__nav ul li a:before {
    border-right: 2px solid #292929;
    border-top: 2px solid #292929;
    content: "";
    height: 8px;
    margin: -4px auto auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 8px
}

.l-header .l-header__ham {
    cursor: pointer;
    display: none;
    height: 34px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 44px
}

.l-header .l-header__ham span {
    background: #171b1d;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 24px
}

.l-header .l-header__ham span:first-child {
    top: 0
}

.l-header .l-header__ham span:nth-child(2) {
    top: 7px
}

.l-header .l-header__ham span:nth-child(3) {
    top: 14px
}

.l-header .l-header__ham p {
    bottom: 0;
    font-size: 1.1rem;
    font-weight: 700;
    left: 50%;
    letter-spacing: -.05em;
    position: absolute;
    transform: translateX(-50%);
    width: 100%
}

#case {
    margin-top: -15.2777777778vw;
    padding-top: 15.2777777778vw
}

#contact,
#faq,
#manage,
#order_ocean {
    margin-top: -80px;
    padding-top: 80px
}

.l-mv {
    background: linear-gradient(180deg, #f8d473, #f59f3a);
    height: 69.4444444444vw;
    position: relative
}

.l-mv:before {
    background: url(../images/mv_clip.png) no-repeat;
    background-size: 100%;
    bottom: -.6944444444vw;
    content: "";
    height: 42.1527777778vw;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 0
}

.l-mv .p_mv__ico {
    height: 22.3611111111vw;
    left: 0;
    position: absolute;
    top: 4.3055555556vw;
    width: 22.3611111111vw;
    z-index: 1
}

.l-mv .p_mv__box {
    left: 4.8611111111vw;
    position: absolute;
    top: 11.4583333333vw;
    z-index: 1
}

.l-mv .p_mv__box .p_mv__box--logo {
    margin-bottom: 1.7361111111vw;
    margin-left: 2.7777777778vw;
    max-width: 27.7777777778vw;
    width: 100%
}

.l-mv .p_mv__box .p_mv__box--logo img {
    width: 100%
}

.l-mv .p_mv__box .p_mv__box--ttl {
    display: inline-block;
    font-size: 4.0277777778vw;
    margin-bottom: 1.3888888889vw
}

.l-mv .p_mv__box .p_mv__box--ttl>span {
    background: #fff;
    display: table;
    letter-spacing: .06em;
    line-height: 1;
    padding: .5555555556vw .6944444444vw .5555555556vw 1.3888888889vw
}

.l-mv .p_mv__box .p_mv__box--ttl>span:first-child {
    height: 5.4166666667vw
}

.l-mv .p_mv__box .p_mv__box--ttl>span:nth-child(2) {
    height: 6.9444444444vw;
    padding-top: 1.5972222222vw
}

.l-mv .p_mv__box .p_mv__box--ttl>span span {
    font-size: 6.9444444444vw;
    line-height: 0;
    margin-right: .6944444444vw;
    position: relative;
    top: .5555555556vw
}

.l-mv .p_mv__box .p_mv__box--txt {
    color: #fff;
    font-size: 1.3888888889vw
}

.l-mv .p_mv__box .p_mv__box--txt span {
    background: #292929;
    display: inline-block;
    letter-spacing: .045em;
    line-height: 1.34;
    padding: .4166666667vw 1.0416666667vw .4166666667vw 1.3888888889vw
}

.l-mv .p_mv__box .p_mv__box--txtsp {
    color: #fff;
    display: none;
    font-size: 1.3888888889vw
}

.l-mv .p_mv__box .p_mv__box--txtsp span {
    background: #292929;
    display: inline-block;
    letter-spacing: .045em;
    line-height: 1.34;
    padding: .4166666667vw 1.0416666667vw .4166666667vw 1.3888888889vw
}

.l-mv .p_mv__box02 {
    max-width: 60.9722222222vw;
    position: absolute;
    right: 2.4305555556vw;
    top: 11.4583333333vw;
    width: 100%
}

.l-mv .p_mv__box02 img {
    width: 100%
}

.l-mv .p_mv__box02 .p_mv__box02--label {
    align-items: center;
    background: #fff;
    border: 2px solid #292929;
    border-radius: 50%;
    display: flex;
    font-size: .9027777778vw;
    font-weight: 600;
    height: 8.3333333333vw;
    justify-content: center;
    line-height: 1.6;
    position: absolute;
    right: 0;
    text-align: center;
    top: -2.7777777778vw;
    width: 8.3333333333vw
}

.l-case {
    margin-top: -9.0277777778vw;
    position: relative;
    z-index: 1
}

#cases .l-case {
    margin-top: 9vw;
}

.l-case .l-case__ttl {
    font-size: 4.2rem;
    letter-spacing: .1em;
    margin-bottom: 20px;
    padding-bottom: 35px;
    position: relative;
    text-align: center
}

.l-case .l-case__ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 33px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 137px
}

.l-case .l-case__ttl span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .05em
}

.l-case .l-case__items {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    margin-bottom: 80px;
    max-width: 1100px;
    width: 100%
}

.l-case .l-case__items .l-case__items--item.l-case__items--item01 .l-case__items--item--box,
.l-case .l-case__items .l-case__items--item.l-case__items--item01 .l-case__items--item--box .l-case__items--item--box--ico {
    background: #f4e78f
}

.l-case .l-case__items .l-case__items--item.l-case__items--item02 {
    margin-top: 30px
}

.l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--box,
.l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--box .l-case__items--item--box--ico {
    background: #b5d4c5
}

.l-case .l-case__items .l-case__items--item.l-case__items--item03 {
    margin-top: 60px
}

.l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box,
.l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box .l-case__items--item--box--ico {
    background: #fcda8a
}

.l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box .l-case__items--item--box--txt {
    padding-top: 30px
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--img {
    margin-bottom: 8px
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--img img {
    border-radius: 10px;
    width: 100%
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--box {
    border-radius: 10px;
    height: 209px;
    padding-bottom: 30px;
    padding-top: 40px;
    position: relative
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ico {
    align-items: center;
    border-radius: 50%;
    display: flex;
    height: 80px;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 80px
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ttl {
    font-size: 2.4rem;
    margin-bottom: 18px;
    text-align: center
}

.l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--txt {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: center
}

.l-case .l-case__figure {
    margin-bottom: 105px;
    position: relative
}

.l-case .l-case__figure:before {
    background: url(../images/ico_obj_yellow.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 25.625vw;
    left: -11.8055555556vw;
    position: absolute;
    top: 15.2777777778vw;
    width: 75.0694444444vw
}

.l-case .l-case__figure .l-case__figure--box {
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px 0 rgba(23, 27, 29, .1);
    height: 28.3333333333vw;
    left: 0;
    margin-left: 4.8611111111vw;
    max-width: 34.5833333333vw;
    padding-left: 2.7777777778vw;
    padding-right: 2.7777777778vw;
    padding-top: 3.4722222222vw;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl {
    font-size: 2.9166666667vw;
    letter-spacing: .08em;
    line-height: 1.19;
    margin-bottom: 1.25vw;
    padding-bottom: 2.7777777778vw;
    position: relative
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 2.2916666667vw;
    left: 0;
    position: absolute;
    width: 9.5138888889vw
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 1.25vw;
    letter-spacing: .06em;
    margin-top: .3472222222vw
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl sup {
    font-size: .8333333333vw;
    margin-left: 0;
    position: relative;
    top: -1.3888888889vw
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--txt {
    font-size: 1.5277777778vw;
    font-weight: 700;
    letter-spacing: .05em;
    margin-bottom: 1.3888888889vw
}

.l-case .l-case__figure .l-case__figure--box .l-case__figure--box--txt02 {
    color: #7f7f7f;
    font-size: .9027777778vw;
    font-weight: 500;
    letter-spacing: -.01em;
    line-height: 1.38
}

.l-case .l-case__figure .l-case__figure--img {
    margin-left: auto;
    margin-right: 4.8611111111vw;
    max-width: 60.4166666667vw;
    position: relative;
    width: 100%;
    z-index: 1
}

.l-case .l-case__figure .l-case__figure--img img {
    margin-top: 2.0833333333vw;
    width: 100%
}

.l-case .l-case__point {
    padding-bottom: 95px;
    position: relative
}

.l-case .l-case__point:before {
    background: #fefbe1;
    bottom: 0;
    content: "";
    height: 315px;
    left: 0;
    position: absolute;
    width: 100%
}

.l-case .l-case__point .l-case__point--items {
    display: flex;
    justify-content: space-between;
    margin-inline: auto;
    max-width: 1100px;
    width: 100%
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 5px 5px 0 #2b85cc;
    max-width: 245px;
    min-height: 335px;
    padding-left: 15px;
    padding-right: 10px;
    padding-top: 40px;
    position: relative;
    width: 100%
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--label {
    align-items: center;
    background: #2b85cc;
    border-radius: 50%;
    color: #fff;
    display: flex;
    font-size: 1.3rem;
    font-weight: 700;
    height: 60px;
    justify-content: center;
    left: -10px;
    letter-spacing: -.05em;
    position: absolute;
    top: -30px;
    transform: rotate(-10deg);
    width: 60px
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--img {
    margin-bottom: 18px;
    padding-left: 10px;
    padding-right: 5px
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--img img {
    width: 100%
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--text {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.59;
    text-align: center
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--text span {
    color: #2b85cc
}

.l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--note {
    font-size: 1.2rem;
    line-height: 1.41;
    text-align: center
}

.l-case .p-case__ttl {
    font-size: 2.2222222222vw;
    letter-spacing: .05em;
    margin-bottom: 4.8611111111vw;
    position: relative;
    text-align: center;
    z-index: 2
}

.l-case .p-case__ttl span {
    color: #2a85cc
}

.l-case .p-case__cmn--card--box--ttl {
    background: url(../images/ico_ttl_label_gray.png) no-repeat;
    background-size: 100%;
    color: #fff;
    flex-direction: column;
    font-size: .9722222222vw;
    font-weight: 700;
    height: 6.9444444444vw;
    left: 50%;
    margin-inline: auto;
    padding-top: .8333333333vw;
    position: absolute;
    text-align: center;
    top: -1.7361111111vw;
    transform: translateX(-50%);
    width: 18.4027777778vw
}

.l-case .p-case__cmn--card--box--ttl span {
    display: block;
    font-size: 1.6666666667vw;
    margin-top: .3472222222vw
}

.l-case .l-case__01 {
    background: #fefbe1;
    padding-bottom: 10.4166666667vw;
    position: relative
}

.l-case .l-case__01 .l-case__01--num {
    color: #2a85cc;
    font-family: Roboto, sans-serif;
    font-size: 9rem;
    font-weight: 500;
    left: 50%;
    line-height: 1;
    margin-inline: auto;
    max-width: 76.3888888889vw;
    padding-left: 3.4722222222vw;
    position: absolute;
    top: -40px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 20
}

.l-case .l-case__01 .l-case__01--num span {
    display: block
}

.l-case .l-case__01 .l-case__01--ttl {
    padding-top: 2.7777777778vw;
    position: relative;
    z-index: 10
}

.l-case .l-case__01 .l-case__01--obj {
    background: #fff;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    height: 62.7083333333vw;
    max-width: 76.3888888889vw;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5
}

.l-case .l-case__01 .l-case__01--card {
    -moz-column-gap: 6.9444444444vw;
    column-gap: 6.9444444444vw;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box {
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 34.7222222222vw;
    min-height: 48.6111111111vw;
    padding: 5.9027777778vw 2.0833333333vw 2.0833333333vw;
    position: relative;
    width: 100%
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box01 {
    background: #f0f0f0;
    position: relative
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box01:before {
    background: url(../images/ico_arrow_right.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 3.3333333333vw;
    position: absolute;
    right: -4.8611111111vw;
    top: 50%;
    transform: translateY(-50%);
    width: 2.3611111111vw
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 {
    background: #e7f2fa;
    box-shadow: 0 0 20px 0 rgba(23, 27, 29, .1)
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 .l-case__01--card--box--ttl {
    background: url(../images/ico_ttl_label_blue.png) no-repeat;
    background-size: 100%
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 .l-case__01--card--box--ttl:after {
    background: url(../images/ico_kirakira.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 3.1944444444vw;
    left: 50%;
    position: absolute;
    top: 2.4305555556vw;
    transform: translateX(-50%);
    width: 11.3194444444vw
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 .l-case__01--card--box--ttl:before {
    background: url(../images/ico_label_bottom_blue.png) no-repeat;
    background-size: 100%;
    content: ""
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig img {
    display: block;
    margin-inline: auto;
    max-width: 30.5555555556vw;
    width: 100%
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig p {
    bottom: 2.7777777778vw;
    color: #f3de2c;
    font-size: 1.25vw;
    font-weight: 700;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 28.4722222222vw
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig p span {
    color: #fff;
    display: block;
    font-size: .9722222222vw;
    font-weight: 400;
    line-height: 1.78;
    margin-top: .6944444444vw
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--txt {
    align-items: center;
    background: #fff;
    border-radius: 10px;
    display: flex;
    font-size: 1.3888888889vw;
    font-weight: 700;
    height: 5.9027777778vw;
    justify-content: center;
    position: relative;
    text-align: center
}

.l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--txt:before {
    border-style: solid;
    border-bottom: 28px solid #fff;
    border-left: 17px solid transparent;
    border-right: 17px solid transparent;
    border-top: 0;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: -1.3888888889vw;
    transform: translateX(-50%);
    width: 0
}

.l-case .l-case__02 {
    background: #fefbe1;
    padding-bottom: 10.4166666667vw;
    position: relative;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--num {
    color: #2a85cc;
    font-family: Roboto, sans-serif;
    font-size: 9rem;
    font-weight: 500;
    margin-inline: auto;
    max-width: 76.3888888889vw;
    padding-right: 3.4722222222vw;
    position: absolute;
    right: 50%;
    text-align: right;
    top: -40px;
    transform: translateX(50%);
    width: 100%;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--num span {
    display: block
}

.l-case .l-case__02 .l-case__02--ttl {
    font-size: 2.2222222222vw;
    margin-bottom: 4.5138888889vw;
    padding-top: 2.7777777778vw;
    position: relative;
    text-align: center;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--ttl span {
    color: #2a85cc
}

.l-case .l-case__02 .l-case__02--obj {
    background: #fff;
    border-bottom-left-radius: 40px;
    border-top-left-radius: 40px;
    height: 71.25vw;
    max-width: 76.3888888889vw;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.l-case .l-case__02 .l-case__02--card {
    margin-inline: auto;
    max-width: 76.3888888889vw;
    position: relative;
    width: 100%
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card01 {
    margin-bottom: 7.9861111111vw
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card01:before {
    background: url(../images/ico_arrow_right.png) no-repeat;
    background-size: 100%;
    bottom: -4.8611111111vw;
    content: "";
    height: 3.3333333333vw;
    left: 50%;
    margin-left: -.3472222222vw;
    position: absolute;
    transform: rotate(90deg) translateY(50%);
    width: 3.3333333333vw;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--ttl {
    background: url(../images/ico_ttl_label_blue.png) no-repeat;
    background-size: 100%
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--ttl:after {
    background: url(../images/ico_kirakira.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 3.1944444444vw;
    left: 50%;
    position: absolute;
    top: 2.4305555556vw;
    transform: translateX(-50%);
    width: 11.3194444444vw
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--ttl:before {
    background: url(../images/ico_label_bottom_blue.png) no-repeat;
    background-size: 100%;
    content: ""
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--label {
    background: #2a85cc;
    right: 19.4444444444vw;
    width: 4.3055555556vw
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--label:before {
    border-top: .7638888889vw solid #2a85cc
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items {
    background: #e7f2fa;
    box-shadow: 0 0 20px 0 rgba(23, 27, 29, .1)
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item {
    padding-top: 1.3888888889vw
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item:before {
    background: url(../images/ico_arrow_right_dark_blue.png) no-repeat;
    background-size: 100%;
    content: ""
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label {
    background: #2a85cc
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico {
    margin-bottom: 1.1805555556vw
}

.l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item:nth-child(3):before {
    content: none
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--ttl {
    z-index: 2
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--ttl:before {
    background: url(../images/ico_label_bottom_gray.png) no-repeat;
    background-size: 100%;
    content: ""
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--label {
    align-items: center;
    background: #7f7f7f;
    border-radius: 4px;
    display: flex;
    height: 2.9166666667vw;
    justify-content: center;
    position: absolute;
    right: 2.0833333333vw;
    top: 1.1111111111vw;
    width: 5.0694444444vw;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--label:before {
    border-style: solid;
    border-bottom: 0;
    border-left: .4861111111vw solid transparent;
    border-right: .4861111111vw solid transparent;
    border-top: .7638888889vw solid #7f7f7f;
    bottom: -.6944444444vw;
    content: "";
    height: 0;
    left: .8333333333vw;
    position: absolute;
    width: 0
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--label p {
    color: #fff;
    font-size: .9027777778vw;
    font-weight: 700;
    letter-spacing: -.05em;
    position: relative
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--label p span {
    font-family: Roboto, sans-serif;
    font-size: 1.25vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items {
    background: #f0f0f0;
    border-radius: 10px;
    -moz-column-gap: 4.1666666667vw;
    column-gap: 4.1666666667vw;
    display: flex;
    margin-inline: auto;
    max-width: 76.3888888889vw;
    padding: 7.6388888889vw 2.0833333333vw 2.0833333333vw;
    position: relative;
    width: 100%
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item {
    background: #fff;
    border-radius: 10px;
    max-width: 14.9305555556vw;
    min-height: 14.9305555556vw;
    padding-top: 2.0833333333vw;
    position: relative;
    width: 100%
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last {
    display: none
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item:last-child:before {
    content: none
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item:before {
    background: url(../images/ico_arrow_right_gray.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 1.1111111111vw;
    margin-top: -.6944444444vw;
    position: absolute;
    right: .3472222222vw;
    top: 50%;
    transform: translateX(100%);
    width: 4.5138888889vw;
    z-index: 2
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label {
    align-items: center;
    background: #7f7f7f;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: .8333333333vw;
    height: 4.8611111111vw;
    justify-content: center;
    position: absolute;
    right: -1.3888888889vw;
    top: -1.3888888889vw;
    width: 4.8611111111vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label p {
    text-align: center
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label p span {
    display: inline-block;
    font-family: Roboto, sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    letter-spacing: .05em;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico {
    height: 6.7361111111vw;
    margin-inline: auto;
    text-align: center
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico01 img {
    width: 5.5555555556vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico02 img {
    width: 6.3888888889vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico03 img {
    width: 5.4166666667vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico04 img {
    width: 4.8611111111vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0101 img,
.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0102 img,
.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0103 img {
    width: 13.1944444444vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--txt {
    font-size: .9722222222vw;
    line-height: 1.78;
    text-align: center
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--blk {
    align-items: center;
    background: #2a85cc;
    border-radius: 10px;
    bottom: 2.0833333333vw;
    display: flex;
    flex-direction: column;
    height: 14.9305555556vw;
    justify-content: center;
    position: absolute;
    right: 2.0833333333vw;
    width: 14.9305555556vw
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--blk:before {
    border-style: solid;
    border-bottom: 1.1805555556vw solid transparent;
    border-left: 0;
    border-right: 1.3888888889vw solid #2a85cc;
    border-top: 1.1805555556vw solid transparent;
    content: "";
    height: 0;
    left: -1.25vw;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 0
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--blk .l-case__02--card--blk--txt01,
.l-case .l-case__02 .l-case__02--card .l-case__02--card--blk .l-case__02--card--blk--txt02 {
    color: #fff;
    font-size: 1.6666666667vw;
    font-weight: 700;
    text-align: center
}

.l-case .l-case__02 .l-case__02--card .l-case__02--card--blk .l-case__02--card--blk--txt02 span {
    color: #f3de2c;
    font-size: 3.1944444444vw
}

.l-case .l-case__03 {
    background: #fefbe1;
    position: relative;
    z-index: 2
}

.l-case .l-case__03 .l-case__03--bg {
    background: #fff;
    border-radius: 40px;
    margin-inline: auto;
    max-width: 76.3888888889vw;
    padding-bottom: 3.4722222222vw;
    padding-left: 3.4722222222vw;
    padding-right: 3.4722222222vw;
    position: relative;
    width: 100%
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--num {
    color: #2a85cc;
    font-family: Roboto, sans-serif;
    font-size: 9rem;
    font-weight: 500;
    left: 0;
    padding-left: 3.4722222222vw;
    position: absolute;
    top: -40px;
    z-index: 2
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--num span {
    display: block
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--ttl {
    font-size: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
    padding-top: 2.7777777778vw;
    position: relative;
    text-align: center;
    z-index: 2
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    max-width: 21.6666666667vw;
    padding: 1.7361111111vw 1.3888888889vw 1.0416666667vw;
    width: 100%
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--ttl {
    color: #2a85cc;
    font-size: 1.3888888889vw;
    margin-bottom: 1.7361111111vw;
    text-align: center
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img {
    border: 1px solid #e2e2e2;
    margin-bottom: 1.3888888889vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img a {
    display: block;
    position: relative
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img a img {
    width: 100%
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img a p {
    align-items: center;
    background: #171b1d;
    border-top-left-radius: 10px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: .9722222222vw;
    height: 2.2222222222vw;
    justify-content: center;
    position: absolute;
    right: 0;
    width: 6.1805555556vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--subttl {
    font-size: 1.1111111111vw;
    margin-bottom: .6944444444vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--txt {
    font-size: .9722222222vw;
    line-height: 1.78
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box {
    border: 1px solid #e2e2e2;
    border-radius: 10px;
    padding: 2.6388888889vw 2.7777777778vw 2.7777777778vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--ttl {
    color: #2a85cc;
    font-size: 1.3888888889vw;
    margin-bottom: 1.5277777778vw;
    text-align: center
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--lead {
    font-size: .9722222222vw;
    margin-bottom: 2.0833333333vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--lead img {
    width: 7.6388888889vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2.7777777778vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item {
    align-items: center;
    border-radius: 10px;
    display: flex;
    max-width: 29.5833333333vw;
    min-height: 12.0833333333vw;
    padding: 1.3888888889vw .6944444444vw 1.3888888889vw 1.3888888889vw;
    position: relative;
    width: 100%
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:first-child {
    background: #f0f0f0
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:first-child:before {
    background: url(../images/ico_arrow_right.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 2.3611111111vw;
    position: absolute;
    right: -4.1666666667vw;
    top: 50%;
    transform: translateY(-50%);
    width: 3.3333333333vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) {
    background: #e7f2fa
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--img .l-case__03--bg--box--list--item--sp img {
    display: block
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--dl dt {
    align-items: baseline;
    color: #0059ac;
    display: flex;
    font-size: 1.25vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--dl dd {
    color: #0059ac
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img {
    margin-right: 1.3888888889vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img>img {
    width: 9.3055555556vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img .l-case__03--bg--box--list--item--sp {
    display: none
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--dl dt {
    font-size: 1.3888888889vw;
    font-weight: 700;
    margin-bottom: 1.0416666667vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--dl dt img {
    height: auto;
    margin-right: .3472222222vw;
    width: 11.1111111111vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--dl dd {
    font-size: .9722222222vw;
    line-height: 2
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3888888889vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl p {
    font-size: 1.3888888889vw;
    font-weight: 700
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl span {
    font-size: .9722222222vw
}

.l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--fig img {
    width: 100%
}

.l-manage {
    padding-top: 3.4722222222vw;
    position: relative;
    z-index: 1
}

.l-manage:before {
    background: url(../images/bg_clip_path02.png) no-repeat;
    background-size: cover;
    content: "";
    height: 45.1388888889vw;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.l-manage .l-manage__ttl {
    margin-inline: auto;
    margin-bottom: 1.7361111111vw;
    max-width: 76.3888888889vw;
    padding-bottom: 2.4305555556vw;
    position: relative;
    text-align: right;
    width: 100%
}

.l-manage .l-manage__ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 2.3611111111vw;
    position: absolute;
    right: 0;
    width: 9.5138888889vw
}

.l-manage .l-manage__ttl h2 {
    font-size: 2.9166666667vw;
    letter-spacing: .1em;
    margin-bottom: .6944444444vw
}

.l-manage .l-manage__ttl h2 span {
    color: #f08307
}

.l-manage .l-manage__ttl p {
    font-family: Roboto, sans-serif;
    font-size: 1.25vw;
    font-weight: 700;
    letter-spacing: .06em
}

.l-manage .l-manage__logo {
    margin-inline: auto;
    margin-bottom: 53px;
    max-width: 76.3888888889vw;
    position: relative;
    width: 100%
}

.l-manage .l-manage__logo .l-manage__logo--img {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 34.7222222222vw
}

.l-manage .l-manage__logo .l-manage__logo--txt {
    font-size: 1.5277777778vw;
    font-weight: 700;
    letter-spacing: .055em;
    text-align: right
}

.l-manage .l-manage--box {
    background: #fff;
    border-radius: 40px;
    margin-inline: auto;
    margin-bottom: 3.8888888889vw;
    max-width: 76.3888888889vw;
    padding-bottom: 0;
    padding-top: 4.1666666667vw;
    position: relative;
    width: 100%;
    z-index: 1
}

.l-manage .l-manage--box:before {
    background: url(../images/bg_clip_path03.png) no-repeat;
    background-size: 100%;
    bottom: .3472222222vw;
    content: "";
    height: 6.9444444444vw;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
    z-index: -1
}

.l-manage .l-manage--box h3 {
    font-size: 2.2222222222vw;
    margin-bottom: 3.8888888889vw;
    text-align: center
}

.l-manage .l-manage--box .l-manage--box--items {
    display: flex;
    justify-content: space-between;
    margin-bottom: 3.3333333333vw;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item {
    max-width: 17.0138888889vw;
    position: relative;
    width: 100%
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:before {
    background: url(../images/ico_arrow_bottom_orange.png) no-repeat;
    background-size: 100%;
    bottom: .4166666667vw;
    content: "";
    height: 15vw;
    left: 50%;
    position: absolute;
    transform: translate(-50%, 100%);
    width: 1.3888888889vw;
    z-index: 2
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--label {
    align-items: center;
    background: #000;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: .9722222222vw;
    font-weight: 600;
    height: 2.2222222222vw;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translate(-50%, -50%);
    width: 5.1388888889vw
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--img {
    height: 17.0138888889vw;
    width: 17.0138888889vw
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--img .l-manage--box--items--item--img--label {
    display: none
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--img img {
    width: 100%
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--txt {
    align-items: center;
    background: #f0f0f0;
    border-radius: 10px;
    display: flex;
    font-size: 1.1111111111vw;
    font-weight: 500;
    justify-content: center;
    margin-top: -3.4722222222vw;
    min-height: 7.7777777778vw;
    position: relative;
    text-align: center;
    z-index: 1
}

.l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--txt p {
    font-weight: 700;
    line-height: 1.56
}

.l-manage .l-manage--box .l-manage--box--bg {
    background: #fbf2ab;
    padding-bottom: 3.4722222222vw;
    padding-top: 2.7777777778vw
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--ttl {
    align-items: center;
    background: #f08307;
    border-radius: 4px;
    color: #fff;
    display: flex;
    font-size: 2.9166666667vw;
    height: 5.2083333333vw;
    justify-content: center;
    margin-inline: auto;
    margin-bottom: 3.3333333333vw;
    max-width: 68.0555555556vw;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 3
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items {
    display: flex;
    justify-content: space-between;
    padding-left: 2.0833333333vw;
    padding-right: 2.0833333333vw
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item {
    max-width: 17.0138888889vw;
    position: relative;
    width: 100%
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--img {
    height: 17.0138888889vw;
    width: 17.0138888889vw
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--img img {
    width: 100%
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt {
    align-items: center;
    background: #fefbe1;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    font-size: 1.1111111111vw;
    font-weight: 500;
    font-weight: 700;
    justify-content: center;
    margin-top: -3.4722222222vw;
    min-height: 7.7777777778vw;
    position: relative;
    text-align: center;
    z-index: 1
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt p {
    color: #f08307;
    font-size: 1.1111111111vw;
    line-height: 1.56
}

.l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt span {
    display: block;
    font-size: .9027777778vw;
    margin-top: .4166666667vw
}

.l-manage .l-manage--box02 {
    background: #fff;
    border-radius: 40px;
    margin-inline: auto;
    max-width: 76.3888888889vw;
    padding-bottom: 4.1666666667vw;
    padding-left: 3.4722222222vw;
    padding-right: 3.4722222222vw;
    position: relative;
    top: 5.5555555556vw;
    width: 100%
}

.l-manage .l-manage--box02 .l-manage--box02--ttl {
    color: #f08307;
    font-size: 2.2222222222vw;
    margin-bottom: 2.7777777778vw;
    text-align: center
}

.l-manage .l-manage--box02 .l-manage--box02--fig {
    margin-inline: auto;
    max-width: 70.2083333333vw;
    width: 100%;
}

.l-manage .l-manage--box02 .l-manage--box02--fig img {
    width: 100%;
}

.l-manage .l-manage--kanri {
    display: flex;
    justify-content: space-between;
    gap:10px;
    margin-bottom:40px;
}

.l-price {
    background: #fcda8a;
    margin-bottom: 6.25vw;
    padding-bottom: 4.1666666667vw;
    padding-top: 140px;
    position: relative
}

.l-price:before {
    background: url(../images/bg_clip_path.png) no-repeat;
    background-size: cover;
    bottom: 1px;
    content: "";
    height: 14.9305555556vw;
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%
}

.l-price:after {
    background: url(../images/ico_ttl_deco02.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 24.6527777778vw;
    left: -6.9444444444vw;
    position: absolute;
    top: 3.125vw;
    width: 74.1666666667vw
}

.l-price .l-price__ttl {
    font-size: 4.2rem;
    letter-spacing: .1em;
    margin-bottom: 2.4305555556vw;
    padding-bottom: 35px;
    position: relative;
    text-align: center;
    z-index: 1
}

.l-price .l-price__ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 33px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 137px
}

.l-price .l-price__ttl span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .05em
}

.l-price .l-price__col {
    -moz-column-gap: 40px;
    column-gap: 40px;
    display: flex;
    margin-inline: auto;
    margin-bottom: 40px;
    max-width: 1100px;
    position: relative;
    width: 100%;
    z-index: 1
}

.l-price .l-price__col .l-price__col--box {
    background: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(30, 30, 30, .2);
    max-width: 530px;
    min-height: 673px;
    width: 100%
}

.l-price .l-price__col .l-price__col--box:nth-child(2) .l-price__col--box--ttl {
    background: #F5A104
}
.l-price .l-price__col .l-price__col--box:nth-child(2) .l-price__col--box--ttl--middle p {
    margin-bottom: 64px
}

.l-price .l-price__col .l-price__col--box:nth-child(3) .l-price__col--box--ttl {
    background: #f08307
}

.l-price .l-price__col .l-price__col--box:nth-child(3) .l-price__col--box--ttl--middle p {
    margin-bottom: 64px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl {
    align-items: center;
    background: #fabe00;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    display: flex;
    font-size: 2.4rem;
    font-weight: 700;
    height: 88px;
    justify-content: center;
    letter-spacing: .05em
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top {
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
    padding-bottom: 10px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p {
    text-align: center
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p:first-child {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 8px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p:nth-child(2) span {
    font-weight: 700
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p:nth-child(2) span:first-child {
    font-family: Roboto, sans-serif;
    font-size: 3.4rem;
    font-weight: 700
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p:nth-child(2) span:nth-child(2) {
    font-size: 1.4rem
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--top p:nth-child(3) {
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 3px;
    margin-top: 4px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p {
    text-align: center
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p:first-child {
    margin-bottom: 4px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p:first-child span {
    font-weight: 700;
    text-align: center
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p:first-child span:first-child {
    font-size: 1.4rem
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p:first-child span:nth-child(2) {
    font-family: Roboto, sans-serif;
    font-size: 2.6rem;
    font-weight: 700
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head .l-price__col--box--ttl--head--bottom p:nth-child(2) {
    font-size: 1.4rem
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle {
    margin-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle p {
    color: #f08307;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.78;
    margin-bottom: 40px;
    text-align: center
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle ul li {
    font-size: 1.3rem;
    line-height: 1.38;
    margin-bottom: 11px;
    padding-left: 25px;
    position: relative
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle ul li:before {
    background: url(../images/ico_check.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 15px;
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--bottom {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--bottom p {
    color: #f08307;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center
}

.l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--bottom ul li {
    font-size: 1.3rem;
    line-height: 1.38
}

.l-price .l-price__blk {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgba(30, 30, 30, .2);
    display: flex;
    margin-inline: auto;
    max-width: 1100px;
    min-height: 187px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 42px;
    width: 100%
}

.l-price .l-price__blk .l-price__blk--dl {
    margin-right: 85px
}

.l-price .l-price__blk .l-price__blk--dl:nth-child(2) dd {
    margin-top: 32px
}

.l-price .l-price__blk .l-price__blk--dl dt {
    color: #f08307;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 12px;
    margin-left: -10px
}

.l-price .l-price__blk .l-price__blk--dl dd p {
    font-size: 1.3rem;
    letter-spacing: .009em;
    margin-bottom: 2px;
    padding-left: 25px;
    position: relative
}

.l-price .l-price__blk .l-price__blk--dl dd p.l-price__blk--dl--text {
    margin-bottom: 8px
}

.l-price .l-price__blk .l-price__blk--dl dd p:before {
    background: url(../images/ico_check.png) no-repeat;
    background-size: 100%;
    content: "";
    height: 11px;
    left: 0;
    position: absolute;
    top: 2px;
    width: 15px
}

.l-price .l-price__blk .l-price__blk--dl dd ul {
    margin-left: 25px
}

.l-price .l-price__blk .l-price__blk--dl dd ul li {
    font-size: 1.1rem;
    letter-spacing: .01em;
    line-height: 1.54
}

.l-price .l-price--fig {
    width:90%;
    max-width:1100px;
    margin:auto;
    margin-bottom:40px;
}

.l-faq {
    margin-bottom: 90px
}

.l-faq .l-faq__ttl {
    font-size: 4.2rem;
    letter-spacing: .1em;
    margin-bottom: 3.125vw;
    padding-bottom: 35px;
    position: relative;
    text-align: center
}

.l-faq .l-faq__ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 33px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 137px
}

.l-faq .l-faq__ttl span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .05em
}

.l-faq .l-faq__dl {
    border-top: 1px solid #e2e2e2;
    margin-inline: auto;
    max-width: 1100px;
    transition: all .3s ease;
    width: 100%
}

.l-faq .l-faq__dl:last-child {
    border-bottom: 1px solid #e2e2e2
}

.l-faq .l-faq__dl.is_open {
    background: #fbfbfb;
    transition: all .3s ease
}

.l-faq .l-faq__dl.is_open dt:after {
    transform: rotate(-45deg)
}

.l-faq .l-faq__dl dt {
    color: #f08307;
    cursor: pointer;
    font-size: 1.8rem;
    line-height: 1.6;
    margin-left: 30px;
    padding: 30px 90px 30px 50px;
    position: relative
}

.l-faq .l-faq__dl dt:after {
    border-right: 2px solid #f08307;
    border-top: 2px solid #f08307;
    content: "";
    height: 10px;
    margin: -4px auto auto;
    position: absolute;
    right: 30px;
    top: 38px;
    transform: rotate(135deg);
    vertical-align: middle;
    width: 10px
}

.l-faq .l-faq__dl dt:before {
    align-items: center;
    background: #f08307;
    border-radius: 50%;
    color: #fff;
    content: "Q";
    display: flex;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 30px;
    width: 30px
}

.l-faq .l-faq__dl dd {
    display: none;
    font-size: 1.4rem;
    margin-left: 30px
}

.l-faq .l-faq__dl dd div {
    padding-bottom: 25px;
    padding-left: 50px;
    padding-right: 35px;
    position: relative
}

.l-faq .l-faq__dl dd div:before {
    align-items: center;
    background: #fabe00;
    border-radius: 50%;
    color: #fff;
    content: "A";
    display: flex;
    font-family: Lato, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    height: 30px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
    width: 30px
}

.l-faq .l-faq__dl dd div p {
    line-height: 1.78;
    margin-top: 3px
}

.l-faq .l-faq__dl dd div p.mb22 {
    margin-bottom: 22px
}

.l-faq .l-faq__dl dd div p.list {
    margin-left: 1em
}

.l-contact {
    background: #fbfbfb;
    padding-bottom: 80px;
    padding-top: 82px
}

.l-contact .l-contact__ttl {
    font-size: 4.2rem;
    letter-spacing: .1em;
    margin-bottom: 25px;
    padding-bottom: 35px;
    position: relative;
    text-align: center
}

.l-contact .l-contact__ttl:before {
    background: url(../images/ico_ttl_deco.png) no-repeat;
    background-size: 100%;
    bottom: 0;
    content: "";
    height: 33px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 137px
}

.l-contact .l-contact__ttl span {
    display: block;
    font-family: Roboto, sans-serif;
    font-size: 1.8rem;
    letter-spacing: .05em
}

.l-contact .l-contact__lead {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 20px;
    text-align: center
}

.l-contact .l-contact__lead02 {
    font-size: 1.6rem;
    line-height: 2;
    margin-bottom: 60px;
    text-align: center
}

.l-contact .l-contact__tel {
    pointer-events: none
}

.l-contact .l-contact__form {
    display: flex;
    justify-content: center
}

footer {
    background: #171b1d;
    color: #fff;
    height: 60px;
    justify-content: center;
    position: relative;
    z-index: 30
}

footer,
footer .l-footer__inner {
    align-items: center;
    display: flex;
    width: 100%
}

footer .l-footer__inner {
    justify-content: space-between;
    max-width: 1100px
}

footer .l-footer__inner ul {
    display: flex
}

footer .l-footer__inner ul li {
    position: relative
}

footer .l-footer__inner ul li:after {
    background: #fff;
    content: "";
    height: 14px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px
}

footer .l-footer__inner ul li a {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
    padding-right: 15px
}

footer .l-footer__inner ul li:not(:first-child) {
    padding-left: 15px
}

footer .l-footer__inner ul li:last-child:after {
    content: none
}

footer .l-footer__inner p {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400
}

.l-drawer {
    background: rgba(85, 85, 85, .8);
    height: 100dvh;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease;
    width: 100%;
    z-index: 999
}

.l-drawer.is_active {
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease
}

.l-modal {
    align-items: center;
    background: rgba(85, 85, 85, .8);
    bottom: 0;
    display: flex;
    height: 100dvh;
    justify-content: center;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .3s ease;
    z-index: 100
}

.l-modal.is_open {
    opacity: 1;
    pointer-events: all;
    transition: all .3s ease
}

.l-modal .l-modal__bg {
    background: #fff;
    border-radius: 10px;
    margin-inline: auto;
    max-width: 1100px;
    padding: 60px 85px;
    position: relative;
    width: 100%
}

.l-modal .l-modal__bg--ham {
    cursor: pointer;
    height: 45px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px
}

.l-modal .l-modal__bg--ham span {
    background: #000;
    height: 2px;
    width: 20px
}

.l-modal .l-modal__bg--ham span:first-child {
    left: 12px;
    position: absolute;
    top: 22px;
    transform: rotate(45deg)
}

.l-modal .l-modal__bg--ham span:nth-child(2) {
    bottom: 21px;
    left: 12px;
    position: absolute;
    transform: rotate(-45deg)
}

.l-modal .l-modal__bg--box .l-modal__bg--box--img {
    height: auto;
    width: 100%
}

/* 導入事例 */
.cases__items {
    display:grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap:20px 10px;
    width:90%;
    margin:auto;
}

.cases__items--item--box--ttl {
    font-size:1.6rem !important;
    margin-bottom:1rem;
}

.cases__items--item--box--txt {
    font-size:1.2rem !important;
    margin-bottom:1rem;
}

.cases__items .tags .tag {
    border-radius:1000px;
    padding:.3rem 1rem;
    display:inline-block;
    margin-bottom:.7rem;
}

.cases__items .tags .tag.hospital {
    background-color:#f4e78f;
}

.cases__items .tags .tag.nurse {
    background-color:#b5d4c5;
}

.cases__items .tags .tag.clinic {
    background-color:#fcda8a;
}

.cases__items .tags .tag.jan {
    background-color:#fabe00;
}

.cases__items .tags .tag.rfidb {
    background-color:#f5A104;
}

.cases__items .tags .tag.rfidp {
    background-color:#f08307;
}

.cases__items .tags .tag.mares_order {
    background-color:#2a85cc;
    color:#eee;
}

.cases__items .tags .tag.mares_manage {
    background-color:#f08307;
}


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

    .pc_only,
    .tb_only,
    .tb_only02 {
        display: none
    }

    .sp_only {
        display: block
    }

    .l-header {
        height: 60px
    }

    .l-header .l-header__h1 {
        margin-left: 15px;
        padding-top: 4px;
        width: 115px
    }

    .l-header .l-header__nav {
        display: none
    }

    .l-header .l-header__ham {
        display: block
    }

    #case,
    #contact,
    #faq,
    #manage,
    #order_ocean {
        margin-top: -60px;
        padding-top: 60px
    }

    .l-mv {
        height: 205.3333333333vw;
        overflow: hidden
    }

    .l-mv:before {
        background: url(../images/mv_clip_sp.png) no-repeat;
        background-size: 100%;
        bottom: -8.5333333333vw;
        height: 106.9333333333vw
    }

    .l-mv .p_mv__ico {
        height: 66.1333333333vw;
        left: -13.3333333333vw;
        top: 59.2vw;
        width: 66.1333333333vw
    }

    .l-mv .p_mv__box {
        left: 0;
        top: 89.3333333333vw
    }

    .l-mv .p_mv__box .p_mv__box--logo {
        margin-bottom: 2.6666666667vw;
        margin-left: 4vw;
        max-width: 74.6666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--ttl {
        font-size: 7.4666666667vw;
        margin-bottom: 4vw
    }

    .l-mv .p_mv__box .p_mv__box--ttl>span {
        padding: 3.2vw 2.1333333333vw 3.2vw 2.6666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--ttl>span:first-child {
        height: 13.8666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--ttl>span:nth-child(2) {
        height: 17.3333333333vw;
        padding-top: 5.3333333333vw
    }

    .l-mv .p_mv__box .p_mv__box--ttl>span span {
        font-size: 13.3333333333vw;
        top: 2.1333333333vw
    }

    .l-mv .p_mv__box .p_mv__box--txt {
        display: none;
        font-size: 3.4666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--txt span {
        padding: 1.6vw 4vw 1.6vw 2.6666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--txtsp {
        display: block;
        font-size: 3.4666666667vw
    }

    .l-mv .p_mv__box .p_mv__box--txtsp span {
        letter-spacing: .01em;
        line-height: 1.3;
        padding: 1.6vw 2.1333333333vw 1.6vw 2.6666666667vw
    }

    .l-mv .p_mv__box02 {
        max-width: 101.3333333333vw;
        right: -5.3333333333vw;
        top: 17.8666666667vw;
        z-index: 2
    }

    .l-mv .p_mv__box02 .p_mv__box02--label {
        bottom: -8vw;
        font-size: 2.6666666667vw;
        height: 21.3333333333vw;
        right: 9.3333333333vw;
        top: auto;
        width: 21.3333333333vw
    }

    .l-case {
        margin-top: 8vw
    }

    .l-case .l-case__ttl {
        font-size: 2.4rem
    }

    .l-case .l-case__ttl:before {
        width: 90px
    }

    .l-case .l-case__ttl span {
        font-size: 1.3rem
    }

    .l-case .l-case__items {
        flex-wrap: wrap;
        margin-bottom: 60px
    }

    .l-case .l-case__items .l-case__items--item {
        -moz-column-gap: 10px;
        column-gap: 10px;
        display: flex
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item01 {
        margin-right: auto
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item01 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 25px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item02 {
        margin-left: auto;
        margin-top: 45px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--img {
        order: 2
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--box {
        order: 1
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 22px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item03 {
        margin-right: auto;
        margin-top: 45px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box {
        height: auto
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 25px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box .l-case__items--item--box--txt {
        padding-top: 6.6666666667vw
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--img {
        margin-bottom: 0;
        width: 49.3333333333vw
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--img img {
        border-radius: 0
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box {
        height: 40vw;
        padding-bottom: 2.6666666667vw;
        padding-top: 5.3333333333vw;
        width: 44vw
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ico {
        height: 50px;
        top: -25px;
        width: 50px
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ttl {
        font-size: 1.8rem;
        margin-bottom: 15px
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--txt {
        font-size: 1.4rem
    }

    .l-case .l-case__figure {
        margin-bottom: 65px
    }

    .l-case .l-case__figure:before {
        height: 42.6666666667vw;
        left: -34.6666666667vw;
        top: 58.6666666667vw;
        width: 133.3333333333vw
    }

    .l-case .l-case__figure .l-case__figure--box {
        height: 83.2vw;
        max-width: 69.3333333333vw;
        padding-left: 6.1333333333vw;
        padding-right: 6.1333333333vw;
        padding-top: 6.1333333333vw
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl {
        font-size: 6.4vw;
        margin-bottom: 6.4vw;
        padding-bottom: 7.4666666667vw
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl:before {
        background: url(../images/ico_ttl_deco_sp.png) no-repeat;
        background-size: 100%;
        height: 6.4vw;
        width: 18.1333333333vw
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl span {
        font-size: 3.4666666667vw;
        margin-top: 1.6vw
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--ttl sup {
        font-size: 2.6666666667vw;
        margin-left: 0;
        top: -2.6666666667vw
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--txt {
        font-size: 4vw;
        line-height: 1.7
    }

    .l-case .l-case__figure .l-case__figure--box .l-case__figure--box--txt02 {
        font-size: 2.6666666667vw;
        letter-spacing: -.03em
    }

    .l-case .l-case__figure .l-case__figure--img {
        margin-right: 0;
        max-width: 100%;
        width: 74.6666666667vw
    }

    .l-case .l-case__figure .l-case__figure--img img {
        margin-top: 16vw
    }

    .l-case .l-case__point {
        padding-bottom: 20px
    }

    .l-case .l-case__point:before {
        bottom: auto;
        height: 100%;
        top: 135px
    }

    .l-case .l-case__point .l-case__point--items {
        -moz-column-gap: 4vw;
        column-gap: 4vw;
        flex-wrap: wrap;
        justify-content: center;
        margin-left: 15px;
        margin-right: 15px;
        width: auto
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item01 .l-case__point--items--item--box {
        min-height: 62.4vw
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item02 {
        margin-top: 30px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item02 .l-case__point--items--item--box {
        min-height: 62.4vw;
        padding-top: 40px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item03 .l-case__point--items--item--box {
        min-height: 73.6vw;
        padding-top: 40px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item04 {
        margin-top: 30px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item.l-case__point--items--item04 .l-case__point--items--item--box {
        min-height: 73.6vw;
        padding-top: 40px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item {
        background: none;
        box-shadow: none;
        min-height: auto;
        padding-left: 0;
        padding-right: 0;
        padding-top: 0;
        width: 44vw
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box {
        background: #fff;
        border-radius: 10px;
        box-shadow: 3px 3px 0 #2b85cc;
        margin-bottom: 40px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--label {
        font-size: 1rem;
        height: 50px;
        left: -5px;
        width: 50px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--img {
        margin-bottom: 6px;
        padding-left: 0;
        padding-right: 0
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--text {
        font-size: 1.5rem
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--note {
        font-size: 1.1rem;
        margin-top: 3px
    }

    .l-case .p-case__ttl {
        font-size: 2.2rem;
        margin-left: 15px;
        text-align: left
    }

    .l-case .p-case__cmn--card--box--ttl {
        background: url(../images/ico_ttl_label_gray_sp.png) no-repeat;
        background-size: 100%;
        font-size: 1.2rem;
        height: 80px;
        padding-top: 10px;
        top: -35px;
        width: 184px
    }

    .l-case .p-case__cmn--card--box--ttl span {
        font-size: 1.6rem;
        margin-top: 3px
    }

    .l-case .l-case__01 {
        padding-bottom: 26.6666666667vw;
        position: relative
    }

    .l-case .l-case__01:before {
        background: #fff;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        content: "";
        height: 95%;
        left: 0;
        position: absolute;
        top: 0;
        width: 90%
    }

    .l-case .l-case__01 .l-case__01--num {
        font-size: 6rem;
        max-width: 100%;
        padding-left: 15px;
        top: -25px
    }

    .l-case .l-case__01 .l-case__01--ttl {
        margin-bottom: 65px;
        padding-top: 60px
    }

    .l-case .l-case__01 .l-case__01--obj {
        display: none
    }

    .l-case .l-case__01 .l-case__01--card {
        display: block
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 100%;
        min-height: 483px;
        padding: 60px 20px 20px;
        width: auto
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box01 {
        margin-bottom: 120px
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box01:before {
        bottom: -60px;
        height: 34px;
        margin-right: -5px;
        right: 50%;
        top: auto;
        transform: rotate(90deg) translateY(-50%);
        width: 48px
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 .l-case__01--card--box--ttl {
        background: url(../images/ico_ttl_label_blue_sp.png) no-repeat;
        background-size: 100%
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box.l-case__01--card--box02 .l-case__01--card--box--ttl:after {
        height: 50px;
        top: 28px;
        width: 115px
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig img {
        max-width: 100%
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig p {
        bottom: 7.4666666667vw;
        font-size: 3.2vw;
        width: 75.4666666667vw
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--fig p span {
        font-size: 2.9333333333vw;
        line-height: 1.54;
        margin-top: 1.3333333333vw
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--txt {
        font-size: 1.6rem;
        height: 58px
    }

    .l-case .l-case__01 .l-case__01--card .l-case__01--card--box .l-case__01--card--box--txt:before {
        top: -15px
    }

    .l-case .l-case__02 {
        padding-bottom: 26.6666666667vw;
        position: relative
    }

    .l-case .l-case__02:before {
        background: #fff;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        content: "";
        height: 96%;
        position: absolute;
        right: 0;
        top: 0;
        width: 90%
    }

    .l-case .l-case__02 .l-case__02--num {
        font-size: 6rem;
        padding-left: 25px;
        text-align: left;
        top: -33px
    }

    .l-case .l-case__02 .l-case__02--ttl {
        font-size: 2.2rem;
        margin-bottom: 50px;
        padding-left: 15px;
        padding-top: 60px
    }

    .l-case .l-case__02 .l-case__02--obj {
        display: none
    }

    .l-case .l-case__02 .l-case__02--card {
        margin-left: 15px;
        margin-right: 15px;
        max-width: 100%;
        width: auto
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card01 {
        margin-bottom: 115px
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card01:before {
        bottom: -70px;
        height: 48px;
        margin-left: -8px;
        width: 48px
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--ttl {
        background: url(../images/ico_ttl_label_blue_sp.png) no-repeat;
        background-size: 100%
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--ttl:after {
        height: 50px;
        top: 28px;
        width: 115px
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--label {
        right: 10px;
        width: 62px
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--label:before {
        border-top: 11px solid #2a85cc
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item {
        display: block;
        min-height: 173px;
        padding-bottom: 20px;
        padding-top: 20px
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item:before {
        background: url(../images/ico_arrow_bottom_dark_blue.png) no-repeat;
        background-size: 100%
    }

    .l-case .l-case__02 .l-case__02--card.l-case__02--card02 .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico {
        margin-bottom: 10px;
        margin-right: 0;
        width: 205px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--ttl {
        left: 20px;
        top: -21px;
        transform: translateX(0)
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--label {
        height: 42px;
        right: 10px;
        top: 10px;
        width: 73px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--label:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-top: 11px solid #7f7f7f;
        bottom: -10px;
        left: 12px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--label p {
        font-size: 13px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--label p span {
        font-size: 18px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items {
        display: block;
        max-width: 100%;
        padding: 70px 20px 20px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last {
        background: #2a85cc;
        color: #fff;
        display: block;
        display: flex;
        height: 108px;
        justify-content: space-between;
        min-height: auto;
        padding-left: 20px;
        padding-right: 20px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last:before {
        border-style: solid;
        border-bottom: 20px solid #2a85cc;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-top: 0;
        content: "";
        height: 0;
        left: 50%;
        position: absolute;
        top: -3px;
        transform: translate(-50%, -50%);
        width: 0
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last .l-case__02--card--items--item--txt01 {
        font-size: 1.8rem;
        font-weight: 700
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last .l-case__02--card--items--item--txt02 {
        font-size: 2rem;
        font-weight: 700
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item.l-case__02--card--items--item--last .l-case__02--card--items--item--txt02 span {
        color: #f3de2c;
        font-family: Roboto, sans-serif;
        font-size: 4.2rem;
        font-weight: 700
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item:last-child {
        margin-bottom: 0
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item {
        align-items: center;
        display: flex;
        margin-bottom: 38px;
        max-width: 100%;
        min-height: 109px;
        padding-left: 20px;
        padding-top: 0
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item:before {
        background: url(../images/ico_arrow_bottom_gray.png) no-repeat;
        background-size: 100%;
        bottom: 8px;
        height: 45px;
        left: 50%;
        right: auto;
        top: auto;
        transform: translate(-50%, 100%);
        width: 16px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label {
        height: 70px;
        right: -10px;
        top: 50%;
        transform: translateY(-50%);
        width: 70px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label p {
        font-size: 1.2rem
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--label p span {
        font-size: 1.8rem
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico {
        align-items: center;
        display: flex;
        height: auto;
        justify-content: center;
        margin-inline: inherit;
        margin-right: 20px;
        width: 60px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico01 img,
    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico02 img,
    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico03 img,
    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico04 img {
        width: 60px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0101 img,
    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0102 img,
    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--ico.l-case__02--card--items--item--ico0103 img {
        width: 205px
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--items .l-case__02--card--items--item .l-case__02--card--items--item--txt {
        font-size: 1.3rem;
        line-height: 1.6;
        text-align: left
    }

    .l-case .l-case__02 .l-case__02--card .l-case__02--card--blk {
        display: none
    }

    .l-case .l-case__03 {
        padding-bottom: 28vw;
        position: relative
    }

    .l-case .l-case__03:before {
        background: #fff;
        border-bottom-right-radius: 20px;
        border-top-right-radius: 20px;
        content: "";
        height: 96.5%;
        left: 0;
        position: absolute;
        top: 0;
        width: 90%
    }

    .l-case .l-case__03 .l-case__03--bg {
        background: none;
        max-width: 100%;
        padding-left: 15px;
        padding-right: 15px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--num {
        font-size: 6rem;
        padding-left: 25px;
        text-align: left;
        top: -20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--ttl {
        font-size: 2.2rem;
        margin-bottom: 30px;
        padding-top: 60px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items {
        display: block;
        margin-bottom: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item {
        background: #fff;
        margin-bottom: 20px;
        max-width: 100%;
        padding: 20px 15px;
        width: auto
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--ttl {
        font-size: 1.8rem;
        margin-bottom: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img {
        margin-bottom: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--img a p {
        font-size: 1.4rem;
        height: 32px;
        width: 89px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--subttl {
        font-size: 1.5rem;
        margin-bottom: 10px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--items .l-case__03--bg--items--item .l-case__03--bg--items--item--txt {
        font-size: 1.3rem;
        line-height: 1.6
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box {
        background: #fff;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--ttl {
        font-size: 2rem;
        margin-bottom: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--lead {
        font-size: 1.3rem;
        line-height: 2;
        margin-bottom: 20px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--lead img {
        width: 100px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list {
        display: block;
        margin-bottom: 42px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item {
        flex-wrap: wrap;
        max-width: 100%;
        min-height: 189px;
        padding: 5px 10px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:first-child {
        margin-bottom: 85px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:first-child:before {
        bottom: -60px;
        height: 34px;
        left: 50%;
        margin-left: -25px;
        right: auto;
        top: auto;
        transform: rotate(90deg);
        width: 48px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--img .l-case__03--bg--box--list--item--sp {
        color: #0059ac;
        font-size: 1.5rem;
        position: relative;
        right: 10px;
        text-align: right
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--img .l-case__03--bg--box--list--item--sp img {
        margin-bottom: 5px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item:nth-child(2) .l-case__03--bg--box--list--item--dl dt {
        display: none
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img {
        align-items: center;
        display: flex;
        margin-right: 0;
        width: 100%
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img>img {
        height: auto;
        margin-right: 20px;
        width: 29.6vw
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--img .l-case__03--bg--box--list--item--sp {
        display: block;
        font-size: 1.5rem;
        font-weight: 600
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--dl dt {
        display: none
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--list .l-case__03--bg--box--list--item .l-case__03--bg--box--list--item--dl dd {
        font-size: 1.3rem;
        line-height: 1.61
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl p {
        font-size: 1.5rem
    }

    .l-case .l-case__03 .l-case__03--bg .l-case__03--bg--box .l-case__03--bg--box--subttl span {
        display: block;
        font-size: 1.1rem;
        margin-top: 10px
    }

    .l-manage:before {
        background: url(../images/bg_clip_path02_sp.png) no-repeat;
        background-size: cover;
        height: 118.6666666667vw
    }

    .l-manage .l-manage__ttl {
        margin-bottom: 28px;
        margin-right: 15px;
        max-width: 100%;
        padding-bottom: 23px;
        width: auto
    }

    .l-manage .l-manage__ttl:before {
        height: 24px;
        width: 92px
    }

    .l-manage .l-manage__ttl h2 {
        font-size: 2.4rem;
        letter-spacing: .05em;
        padding-top: 75px
    }

    .l-manage .l-manage__ttl p {
        font-size: 1.3rem
    }

    .l-manage .l-manage__logo {
        margin-bottom: 30px;
        max-width: 100%;
        position: static
    }

    .l-manage .l-manage__logo .l-manage__logo--img {
        bottom: auto;
        left: 20px;
        top: -260px;
        width: 275px
    }

    .l-manage .l-manage__logo .l-manage__logo--txt {
        font-size: 1.5rem;
        line-height: 1.6;
        margin-left: 15px;
        text-align: left
    }

    .l-manage .l-manage--box:before {
        background: url(../images/bg_clip_path03_sp.png) no-repeat;
        background-size: 100%;
        bottom: 1.3333333333vw;
        height: 10.6666666667vw
    }

    .l-manage .l-manage--box {
        border-radius: 20px;
        margin-bottom: 14.6666666667vw;
        max-width: 100%;
        padding-top: 32px
    }

    .l-manage .l-manage--box h3 {
        font-size: 2rem;
        margin-bottom: 42px
    }

    .l-manage .l-manage--box .l-manage--box--items:before {
        background: url(../images/ico_arrow_bottom_orange_sp.png) no-repeat;
        background-size: 100%;
        bottom: 55px;
        content: "";
        height: 227px;
        left: 50%;
        position: absolute;
        transform: translate(-50%, 100%);
        width: 345px
    }

    .l-manage .l-manage--box .l-manage--box--items {
        display: block;
        margin-bottom: 0;
        padding-bottom: 75px;
        padding-left: 15px;
        padding-right: 15px;
        position: relative
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:nth-child(2) .l-manage--box--items--item--img {
        margin-left: auto
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:nth-child(2) .l-manage--box--items--item--txt {
        left: 0;
        min-height: 113px;
        padding-left: 15px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:nth-child(3) .l-manage--box--items--item--txt {
        min-height: 113px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:nth-child(4) .l-manage--box--items--item--img {
        margin-left: auto
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:nth-child(4) .l-manage--box--items--item--txt {
        left: 0;
        min-height: 113px;
        padding-left: 15px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item {
        display: flex;
        margin-bottom: 15px;
        margin-inline: auto;
        max-width: 100%;
        max-width: 345px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item:before {
        content: none
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--label {
        display: none
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--img {
        height: 160px;
        position: relative;
        width: 160px;
        z-index: 2
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--img .l-manage--box--items--item--img--label {
        align-items: center;
        background: #000;
        border-radius: 4px;
        color: #fff;
        display: flex;
        font-size: 1.2rem;
        height: 29px;
        justify-content: center;
        left: 50%;
        position: absolute;
        top: -15px;
        transform: translateX(-50%);
        width: 68px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--txt {
        font-size: 1.3rem;
        justify-content: flex-start;
        left: 130px;
        margin-top: 0;
        min-height: 92px;
        padding-left: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 216px
    }

    .l-manage .l-manage--box .l-manage--box--items .l-manage--box--items--item .l-manage--box--items--item--txt p {
        text-align: left
    }

    .l-manage .l-manage--box .l-manage--box--bg {
        padding-top: 30px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--ttl {
        font-size: 3rem;
        height: 106px;
        margin-bottom: 40px;
        margin-left: 15px;
        margin-right: 15px;
        max-width: 100%;
        width: auto
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items {
        display: block;
        padding-left: 15px;
        padding-right: 15px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item:nth-child(2) .l-manage--box--bg--items--item--img {
        margin-left: auto
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item:nth-child(2) .l-manage--box--bg--items--item--txt {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        left: 0;
        min-height: 135px;
        padding-left: 20px;
        width: 230px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item:nth-child(3) .l-manage--box--bg--items--item--txt {
        min-height: 113px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item:nth-child(4) .l-manage--box--bg--items--item--img {
        margin-left: auto
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item:nth-child(4) .l-manage--box--bg--items--item--txt {
        left: 0;
        min-height: 92px;
        padding-left: 20px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item {
        display: flex;
        margin-inline: auto;
        max-width: 100%;
        max-width: 345px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--img {
        height: 160px;
        position: relative;
        width: 160px;
        z-index: 2
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt {
        align-items: flex-start;
        font-size: 1.3rem;
        left: 130px;
        margin-top: 0;
        min-height: 118px;
        padding-left: 50px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 216px
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt p {
        font-size: 1.3rem;
        text-align: left
    }

    .l-manage .l-manage--box .l-manage--box--bg .l-manage--box--bg--items .l-manage--box--bg--items--item .l-manage--box--bg--items--item--txt span {
        font-size: 1.1rem;
        margin-top: 5px;
        text-align: left
    }

    .l-manage .l-manage--box02 {
        border-radius: 0;
        max-width: 100%;
        padding-bottom: 50px
    }

    .l-manage .l-manage--box02:after {
        background: url(../images/bg_clip_path04_sp.png) no-repeat;
        background-size: cover;
        bottom: 0;
        content: "";
        height: 8vw;
        left: 0;
        position: absolute;
        width: 100%
    }

    .l-manage .l-manage--box02 .l-manage--box02--ttl {
        font-size: 2rem;
        margin-bottom: 30px
    }

    .l-manage .l-manage--box02 .l-manage--box02--fig {
        max-width: 100%;
        overflow-x: scroll;
        padding-bottom: 20px
    }

    .l-manage .l-manage--box02 .l-manage--box02--fig img {
        min-width: 700px;
        width: 700px
    }

    .l-manage .l-manage--kanri{
        display: block;
    }
    
    .l-price {
        padding-bottom: 40px;
        padding-top: 50px
    }

    .l-price:before {
        background: url(../images/bg_clip_path_sp.png) no-repeat;
        background-size: cover;
        height: 32vw
    }

    .l-price:after {
        height: 170px;
        left: -170px;
        top: -25px;
        width: 500px;
        z-index: 1
    }

    .l-price {
        margin-bottom: 60px
    }

    .l-price .l-price__ttl {
        font-size: 2.4rem;
        margin-bottom: 20px;
        position: relative;
        z-index: 2
    }

    .l-price .l-price__ttl:before {
        width: 90px
    }

    .l-price .l-price__ttl span {
        font-size: 1.3rem
    }

    .l-price .l-price__col {
        display: block;
        margin-bottom: 20px;
        margin-left: 15px;
        margin-right: 15px;
        width: auto
    }

    .l-price .l-price__col .l-price__col--box {
        max-width: 100%;
        min-height: auto;
        padding-bottom: 40px
    }

    .l-price .l-price__col .l-price__col--box:first-child,
    .l-price .l-price__col .l-price__col--box:nth-child(2) {
        margin-bottom: 20px
    }

    .l-price .l-price__col .l-price__col--box:nth-child(3) .l-price__col--box--ttl--middle p {
        margin-bottom: 30px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl {
        font-size: 2rem;
        height: 60px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head {
        margin-bottom: 28px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle p {
        margin-bottom: 28px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--bottom {
        padding-left: 15px;
        padding-right: 15px
    }

    .l-price .l-price__blk {
        display: block;
        margin-left: 15px;
        margin-right: 15px;
        min-height: auto;
        padding-bottom: 25px;
        padding-top: 30px;
        width: auto
    }

    .l-price .l-price__blk .l-price__blk--dl:nth-child(2) dd {
        margin-top: 0
    }

    .l-price .l-price__blk .l-price__blk--dl {
        margin-right: 0
    }

    .l-faq {
        margin-bottom: 60px
    }

    .l-faq .l-faq__ttl {
        font-size: 2.4rem;
        margin-bottom: 20px
    }

    .l-faq .l-faq__ttl:before {
        width: 90px
    }

    .l-faq .l-faq__ttl span {
        font-size: 1.3rem
    }

    .l-faq .l-faq__dl dt {
        font-size: 1.5rem;
        margin-left: 20px;
        padding: 25px 60px 15px 45px
    }

    .l-faq .l-faq__dl dt:before {
        top: 25px
    }

    .l-faq .l-faq__dl dd {
        margin-left: 20px
    }

    .l-faq .l-faq__dl dd div p {
        font-size: 1.3rem
    }

    .l-contact {
        padding: 60px 15px
    }

    .l-contact .l-contact__ttl {
        font-size: 2.4rem
    }

    .l-contact .l-contact__ttl:before {
        width: 90px
    }

    .l-contact .l-contact__ttl span {
        font-size: 1.3rem
    }

    .l-contact .l-contact__lead,
    .l-contact .l-contact__lead02 {
        font-size: 1.3rem;
        line-height: 1.6
    }

    .l-contact .l-contact__lead02 {
        margin-bottom: 30px
    }

    .l-contact .l-contact__tel {
        pointer-events: all
    }

    .l-contact .l-contact__form .mktoButtonRow {
        align-items: center;
        display: flex;
        justify-content: center
    }

    .l-contact .l-contact__form .mktoHtmlText.mktoHasWidth {
        width: 100% !important
    }

    .l-contact .l-contact__form .mktoButtonWrap.mktoInset {
        margin-left: 0 !important
    }

    footer {
        height: 125px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px
    }

    footer,
    footer .l-footer__inner {
        display: block
    }

    footer .l-footer__inner ul {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    footer .l-footer__inner ul li {
        width: 50%
    }

    footer .l-footer__inner ul li:after {
        content: none
    }

    footer .l-footer__inner ul li a {
        display: block;
        height: 30px;
        padding-right: 0
    }

    footer .l-footer__inner ul li:not(:first-child) {
        padding-left: 0
    }

    footer .l-footer__inner p {
        text-align: center
    }

    .l-drawer .l-drawer__ham {
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 30px;
        transform: translateY(-50%);
        width: 44px
    }

    .l-drawer .l-drawer__ham span {
        background: #171b1d;
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 24px
    }

    .l-drawer .l-drawer__ham span:first-child {
        left: 10px;
        top: 10px;
        transform: rotate(45deg)
    }

    .l-drawer .l-drawer__ham span:nth-child(2) {
        left: 10px;
        top: 10px;
        transform: rotate(-45deg)
    }

    .l-drawer .l-drawer__ham p {
        bottom: 0;
        font-size: 1.1rem;
        font-weight: 700;
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
        width: 100%
    }

    .l-drawer .l-drawer__nav {
        background: #fff;
        padding: 57px 15px 50px
    }

    .l-drawer .l-drawer__nav ul li {
        border-bottom: 1px solid #f0f0f0;
        font-size: 1.4rem
    }

    .l-drawer .l-drawer__nav ul li a {
        align-items: center;
        display: flex;
        min-height: 60px;
        padding-left: 40px;
        position: relative
    }

    .l-drawer .l-drawer__nav ul li a:before {
        border-right: 2px solid #292929;
        border-top: 2px solid #292929;
        content: "";
        height: 8px;
        left: 20px;
        margin: -4px auto auto;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        vertical-align: middle;
        width: 8px
    }

    .l-modal {
        padding-left: 15px;
        padding-right: 15px
    }

    .l-modal .l-modal__bg {
        overflow: scroll;
        padding: 65px 20px 20px
    }

    .l-modal .l-modal__bg--box {
        overflow: scroll;
        padding-bottom: 20px
    }

    .l-modal .l-modal__bg--box .l-modal__bg--box--img {
        height: auto;
        max-height: 528px;
        max-width: 955px;
        min-width: 955px;
        width: 955px
    }
}

@media screen and (min-width:751px)and (max-width:1024px) {

    .tb_only,
    .tb_only02 {
        display: block
    }

    .l-header .l-header__h1 {
        margin-left: 15px;
        width: 115px
    }

    .l-header .l-header__nav {
        display: none
    }

    .l-header .l-header__ham {
        display: block
    }

    .l-case .l-case__ttl {
        font-size: 2.4rem
    }

    .l-case .l-case__ttl span {
        font-size: 1.3rem
    }

    .l-case .l-case__items {
        -moz-column-gap: 15px;
        column-gap: 15px;
        width: 90%
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item01 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 25px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item02 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 22px
    }

    .l-case .l-case__items .l-case__items--item.l-case__items--item03 .l-case__items--item--box .l-case__items--item--box--ico img {
        width: 25px
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ico {
        height: 50px;
        top: -25px;
        width: 50px
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--ttl {
        font-size: 1.8rem;
        margin-bottom: 15px
    }

    .l-case .l-case__items .l-case__items--item .l-case__items--item--box .l-case__items--item--box--txt {
        font-size: 1.4rem
    }

    .l-case .l-case__point .l-case__point--items {
        -moz-column-gap: 15px;
        column-gap: 15px;
        width: 90%
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item {
        box-shadow: 3px 3px 0 #2b85cc;
        min-height: 315px;
        padding-left: 10px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--label {
        font-size: 1rem;
        height: 50px;
        left: -5px;
        width: 50px
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--img {
        padding-left: 0;
        padding-right: 0
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--text {
        font-size: 1.4rem
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--note {
        font-size: 1.1rem;
        margin-top: 3px
    }

    .l-case .p-case__ttl {
        font-size: 2.2rem;
        margin-bottom: 40px
    }

    .l-case .l-case__01 .l-case__01--num {
        font-size: 6rem;
        top: -25px
    }

    .l-price .l-price__ttl {
        font-size: 2.4rem
    }

    .l-price .l-price__ttl span {
        font-size: 1.3rem
    }

    .l-price .l-price__col {
        -moz-column-gap: 20px;
        column-gap: 20px;
        width: 90%
    }

    .l-price .l-price__col .l-price__col--box {
        min-height: auto;
        padding-bottom: 40px
    }

    .l-price .l-price__col .l-price__col--box:nth-child(2) .l-price__col--box--ttl--middle p {
        margin-bottom: 30px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--head {
        margin-bottom: 28px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 30px
    }

    .l-price .l-price__col .l-price__col--box .l-price__col--box--ttl--middle {
        margin-bottom: 30px;
        padding-left: 15px;
        padding-right: 15px
    }

    .l-price .l-price__blk {
        width: 90%
    }

    .l-price .l-price__blk .l-price__blk--dl {
        margin-right: 50px
    }

    .l-faq .l-faq__ttl {
        font-size: 2.4rem
    }

    .l-faq .l-faq__ttl span {
        font-size: 1.3rem
    }

    .l-contact .l-contact__ttl {
        font-size: 2.4rem
    }

    .l-contact .l-contact__ttl span {
        font-size: 1.3rem
    }

    .l-contact .l-contact__form .mktoHtmlText.mktoHasWidth {
        width: 100% !important
    }

    footer .l-footer__inner {
        width: 90%
    }

    .l-drawer .l-drawer__ham {
        cursor: pointer;
        height: 40px;
        position: absolute;
        right: 15px;
        top: 30px;
        transform: translateY(-50%);
        width: 44px
    }

    .l-drawer .l-drawer__ham span {
        background: #171b1d;
        display: block;
        height: 2px;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
        width: 24px
    }

    .l-drawer .l-drawer__ham span:first-child {
        left: 10px;
        top: 10px;
        transform: rotate(45deg)
    }

    .l-drawer .l-drawer__ham span:nth-child(2) {
        left: 10px;
        top: 10px;
        transform: rotate(-45deg)
    }

    .l-drawer .l-drawer__ham p {
        bottom: 0;
        font-size: 1.1rem;
        font-weight: 700;
        left: 50%;
        position: absolute;
        text-align: center;
        transform: translateX(-50%);
        width: 100%
    }

    .l-drawer .l-drawer__nav {
        background: #fff;
        padding: 57px 15px 50px
    }

    .l-drawer .l-drawer__nav ul li {
        border-bottom: 1px solid #f0f0f0;
        font-size: 1.4rem
    }

    .l-drawer .l-drawer__nav ul li a {
        align-items: center;
        display: flex;
        min-height: 60px;
        padding-left: 40px;
        position: relative
    }

    .l-drawer .l-drawer__nav ul li a:before {
        border-right: 2px solid #292929;
        border-top: 2px solid #292929;
        content: "";
        height: 8px;
        left: 20px;
        margin: -4px auto auto;
        position: absolute;
        top: 50%;
        transform: rotate(45deg);
        vertical-align: middle;
        width: 8px
    }

    .l-modal .l-modal__bg {
        width: 90%
    }
}

@media screen and (min-width:1025px)and (max-width:1250px) {
    .tb_only02 {
        display: block
    }

    .l-header .l-header__h1,
    .l-header .l-header__nav {
        margin-left: 15px
    }

    .l-header .l-header__nav ul li {
        margin-right: 20px
    }

    .l-header .l-header__nav ul li a {
        padding-right: 15px
    }

    .l-case .l-case__items,
    .l-case .l-case__point .l-case__point--items {
        -moz-column-gap: 15px;
        column-gap: 15px;
        width: 90%
    }

    .l-case .l-case__point .l-case__point--items .l-case__point--items--item .l-case__point--items--item--box .l-case__point--items--item--box--text {
        font-size: 1.8rem
    }

    .l-price .l-price__col {
        -moz-column-gap: 20px;
        column-gap: 20px;
        width: 90%
    }

    .l-modal .l-modal__bg,
    .l-price .l-price__blk,
    footer .l-footer__inner {
        width: 90%
    }
}

/*# sourceMappingURL=style.css.map */