@charset "UTF-8";

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

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

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

* {
    padding: 0;
    margin: 0
}

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

hr {
    overflow: visible
}

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

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: rgba(0, 0, 0, 0);
    -webkit-text-decoration-skip: objects
}

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

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

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

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

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

input {
    border-radius: 0
}

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

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[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
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    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,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: rgba(0, 0, 0, 0);
    border-style: none;
    color: inherit;
}

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;
    font: inherit;
}

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

img {
    border-style: none;
}

progress {
    vertical-align: baseline;
}

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

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

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

[aria-controls] {
    cursor: pointer;
}

[aria-disabled] {
    cursor: default;
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none;
}

* {
    box-sizing: border-box;
}

*:focus {
    outline: none;
}

html {
    font-size: 62.5%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

img {
    vertical-align: top;
}

.pc-view {
    display: none;
}

body {
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    color: #545962;
}

img {
    max-width: 100%;
}

.l-header {
    width: 100%;
    background: #fff
}

.l-header_inner {
    display: flex;
    align-items: center
}

.l-header_logo {
    width: 45.33vw
}

.l-header_txt {
    margin-left: 23px;
    font-size: 1.2rem;
    color: #545962
}

.l-header_menu_list li a {
    font-weight: bold;
    color: #fff
}

.l-header_menuBtn {
    position: relative;
    width: 4.26vw;
    height: 2px;
    border-radius: 4.26vw;
    background: #354768;
    display: none;
}

.l-header_menuBtn::before {
    content: "";
    position: absolute;
    top: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4.26vw;
    background: #354768
}

.l-header_menuBtn::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4.26vw;
    background: #354768
}

.l-header_menu_btn {
    position: relative;
    display: block;
    margin: 11.2vw auto 0;
    padding: 6vw 14.66vw 6vw 5.33vw;
    width: 85.33vw;
    background: #ffa620;
    text-align: center;
    border-radius: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff
}

.l-header_menu_btn::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 5.33vw;
    display: block;
    width: 5.33vw;
    height: 2.66vw;
    background: url(../service_lp/img/img_arrow.webp) 0 0/100% auto no-repeat
}

.l-header_menu_close {
    position: absolute;
    top: 4.46vw;
    right: 4.8vw;
    width: 4.26vw;
    height: 2px
}

.l-header_menu_close::before {
    content: "";
    position: absolute;
    top: 1.46vw;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4.26vw;
    background: #fff;
    transform: rotate(45deg)
}

.l-header_menu_close::after {
    content: "";
    position: absolute;
    top: 1.46vw;
    left: 0;
    width: 100%;
    height: 2px;
    border-radius: 4.26vw;
    background: #fff;
    transform: rotate(-45deg)
}

.l-cta {
    background: #0f6cca;
    font-weight: bold;
    color: #fff;
    display: block;
}

.l-cta span {
    color: #ffa620
}

.l-cta a {
    position: relative;
    display: block;
    background: #ffa620;
    border-radius: 50px;
    font-weight: bold;
    color: #fff
}

.l-cta a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 5.33vw;
    display: block;
    width: 7.46vw;
    height: 2.66vw;
    background: url(../service_lp/img/img_arrow.webp) 0 0/100% auto no-repeat
}

.l-cta a:hover {
    opacity: .8
}

.l-mv {
    position: relative;
    padding: 9.33vw 8vw;
    background: #0f6cca
}
.pc__text{
    display: none;
}

.l-mv a {
    position: relative;
    display: block;
    margin: 30px auto 0;
    padding: 14px 30px 14px 20px;
    background: #ffa620;
    text-align: center;
    border-radius: 60px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff
}

.l-mv a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 2.93vw;
    display: block;
    width: 5.33vw;
    height: 2.66vw;
    background: url(../service_lp/img/img_arrow.webp) 0 0/100% auto no-repeat
}

.l-mv a:hover {
    opacity: .8
}

.l-lead {
    padding: 16vw 0;
    padding-bottom: 0;

}

.l-lead_ttl {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0f6cca
}

.l-lead_ttl span {
    padding: 0 .2em;
    background: #ffa620;
    color: #fff
}


.l-lead_list li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0f6cca
}

.l-lead_list li:nth-child(1),
.l-lead_list li:nth-child(2),
.l-lead_list li:nth-child(3) {
    margin-bottom: 0;
}

.l-lead_list li p {
    margin-top: 3.73vw
}

.l-lead_list02 {
    display: flex
}

.l-lead_list02 li {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0f6cca
}

.l-lead_list02 li p {
    margin-top: 4vw
}

.l-lead_cont {
    position: relative;
    margin-top: 8vw;
    padding: 17.86vw 5.33vw 16vw;
    background: #f2f4f7;
    border-radius: 16px
}

.l-lead_cont::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 18px 0 18px;
    border-color: #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    transform: translateX(-50%)
}

.l-lead_cont h3 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    color: #0f6cca
}

.l-lead_cont p {
    margin-top: 23px;
    font-size: 1.5rem;
    font-weight: bold
}

.l-lead_img02 {
    display: block;
    margin-top: 16vw;
    display: none;
}

.l-feature {
    padding: 17.86vw 5.33vw;
    background: #f2f4f7;
    display: none;
}

.l-feature_ttl {
    margin-bottom: 30px;
    text-align: center;
    font-weight: bold
}

.l-feature_section {
    padding: 35px 15px 30px;
    background: #fff;
    border-radius: 20px
}

.l-feature_section+.l-feature_section {
    margin-top: 30px
}

.l-feature_section_ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center
}

.l-feature_section_ttl h3 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #0f6cca
}

.l-feature_section_ttl.ttl01 {
    height: 50.53vw;
    background: url(../service_lp/img/no_01.webp) center 0/auto 100% no-repeat
}

.l-feature_section_ttl.ttl02 {
    background: url(../service_lp/img/no_02.webp) center 0/auto 100% no-repeat
}

.l-feature_section_ttl.ttl03 {
    background: url(../service_lp/img/no_03.webp) center 0/auto 100% no-repeat
}

.l-feature_section_ttl.ttl04 {
    background: url(../service_lp/img/no_04.webp) center 0/auto 100% no-repeat
}

.l-feature_section_ttl.ttl05 {
    background: url(../service_lp/img/no_05.webp) center 0/auto 100% no-repeat
}

.l-feature_section_sub {
    padding: 2.66vw 0;
    background: url(../service_lp/img/bg_feature_section_sub_sp.webp) 0 0/100% 100% no-repeat;
    line-height: 1.4;
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff
}

.l-feature_section_sub span {
    color: #ffc940
}

.l-feature_section_sub+.l-feature_section_lead {
    margin-bottom: 2.66vw
}

.l-feature_section_lead {
    margin-top: 5.33vw;
    text-align: left;
    font-size: 1.2rem;
    font-weight: bold
}

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

.l-feature_section_list li h4 {
    padding: 5px 0;
    background: #0f6cca;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    color: #fff
}

.l-feature_section_list li p {
    margin-top: 4vw;
    font-size: 1.3rem
}

.l-feature_section_list li figure {
    margin: 0 auto;
    width: 48vw
}

.l-feature_section_list02 li {
    text-align: center
}

.l-feature_section_list02 p {
    margin-top: 2.66vw;
    font-weight: bold;
    color: #0f6cca
}

.l-feature_section_year div h4 {
    margin-bottom: 5.33vw;
    width: 20.8vw
}

.l-feature_section_year div ul li {
    color: #545962
}

.l-feature_section_year div ul li span {
    display: inline-block;
    width: 2.5em;
    font-size: 1.5rem;
    font-weight: bold
}

.l-express {
    padding: 16vw 0;
    background: #001061;
    display: none;
}

.l-express_ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold;
    color: #fff
}

.l-express_img {
    display: block;
    max-width: 1078px
}

.l-voice {
    padding: 16vw 5.33vw;
    display: none;
}

.l-voice_ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold
}

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

.l-voice_list li {
    padding: 20px;
    background: #fff;
    box-shadow: 0 5px 30px rgba(123, 135, 150, .302);
    border-radius: 20px
}

.l-voice_list li h3 {
    font-size: 1.7rem;
    font-weight: bold;
    color: #0f6cca
}

.l-voice_list li p {
    margin-top: 2.66vw
}

.l-voice_list_img {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 2.66vw
}

.l-voice_list_img img {
    margin-left: 4vw;
    width: 14.4vw
}

.l-case {
    padding: 16vw 4vw;
    display: none;
}

.l-case>section {
    background: #fff;
    border-radius: 20px
}

.l-case_ttl {
    text-align: center;
    font-size: 2.6rem;
    font-weight: bold
}

.l-case_detail {
    position: relative;
    margin-top: 30px;
    padding: 40px 20px;
    border: 6px solid #ccc;
    border-radius: 20px
}

.l-case_detail_no {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 5.6vw;
    width: 34.93vw;
    text-align: center;
    background: #fff;
    transform: translate(-50%, -50%)
}

.l-case_detail_ttl {
    font-size: 2rem;
    font-weight: bold
}

.l-case_detail_ttl span {
    color: #0f6cca
}

.l-case_detail_lead {
    margin-top: 16px
}

.l-case_detail_contents {
    margin-top: 40px
}

.l-case_detail_contents h4 {
    padding: 1.6vw 6.4vw;
    background: #0f6cca;
    border-radius: 20px;
    font-weight: bold;
    color: #fff
}

.l-case_detail_txt {
    font-size: 1.5rem
}

.l-faq {
    padding: 60px 20px;
    display: none;
}

.l-faq>section {
    padding: 40px 20px 30px;
    background: #f2f4f7;
    border-radius: 20px
}

.l-faq_ttl {
    margin-bottom: 20px;
    text-align: center;
    font-weight: bold
}

.l-faq_list li {
    padding: 8px 10px;
    background: #fff;
    border-radius: 20px
}

.l-faq_list li dt {
    position: relative;
    padding-right: 5.33vw;
    font-weight: bold
}

.l-faq_list li dt::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 2.66vw;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #0f6cca rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0)
}

.l-faq_list li dt:hover {
    cursor: pointer
}

.l-faq_list li dt.is-open::after {
    border-width: 0 6px 10px 6px;
    border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #0f6cca rgba(0, 0, 0, 0)
}

.l-faq_list li dt span {
    display: inline-block;
    width: 7.46vw
}

.l-faq_list li dd {
    position: relative;
    display: none;
    margin-top: 20px;
    padding-left: 8.79vw;
    font-size: 1.3rem;
    color: #545962
}

.l-faq_list li dd span {
    position: absolute;
    left: 0;
    display: inline-block;
    margin-right: 1.33vw;
    width: 7.46vw
}

.l-faq_list li dd a {
    text-decoration: underline;
    word-break: break-all;
    color: #0f6cca
}

.l-faq_list li dd p+figure,
.l-faq_list li dd p+p {
    margin-top: 1em
}

.l-faq_list li+li {
    margin-top: 20px
}

.l-fixedBtn {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 1.33vw;
    width: 100%;
    background: #0f6cca;
    z-index: 500;
}

.l-fixedBtn_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 1270px
}

.l-fixedBtn p {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff
}

.l-fixedBtn a {
    position: relative;
    display: block;
    padding: 2.13vw 2.28vw 2.13vw 10vw;
    width: 52.8vw;
    background: #ffa620;
    border-radius: 50px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff
}

.l-fixedBtn a::after {
    content: "";
    position: absolute;
    top: 16px;
    right: 2.93vw;
    display: block;
    width: 5.33vw;
    height: 2.66vw;
    background: url(../service_lp/img/img_arrow.webp) 0 0/100% auto no-repeat
}

.l-fixedBtn a:hover {
    opacity: .8
}
/* 
#footer {
    padding: 80px 0 90px;
    color: #fff;
    background-color: #0a1426;
    display: none;
}

.footer__wrap {
    max-width: 1080px;
    margin: 0 auto
}

.footer-flex {
    margin-bottom: 80px
}

.footer-logo {
    max-width: 111px
}

.footer-address__ttl {
    font-size: 1.6rem;
    margin-bottom: 1em
}

.footer-address__list {
    font-size: 1.2rem;
    margin-bottom: 16px;
    padding: 2em 0;
    border-top: 1px solid #666a72;
    border-bottom: 1px solid #666a72
}

.footer-address__list li+li {
    margin-top: 1em
}

.footer-address__list span {
    letter-spacing: .13em
}

.footer-address__flex {
    display: flex
}

.footer-address__tel {
    font-family: "Barlow", "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-display: swap;
    font-size: 1.4rem;
    letter-spacing: .13em
}

.footer-address__tel span {
    font-size: 2.5rem;
    letter-spacing: .1em
}

.footer-address__time {
    font-size: 1.2rem
}

.footer-address__time span {
    font-family: "Barlow", "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-display: swap;
    font-size: 1.8rem
}

.footer-address__notice p {
    font-size: 1.2rem;
    color: #aaadb1
}

.footer-service__ttl {
    font-size: 1.5rem;
    margin-bottom: 1.8em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #666a72
}

.footer-service__ttl a {
    transition: .3s;
    color: #fff
}

.footer-service__ttl a:hover {
    opacity: .7
}

.footer-service__nav {
    display: flex;
    gap: 30px;
    margin-bottom: 1.8em
}

.footer-service__nav li+li {
    margin-top: .8em
}

.footer-service__nav a {
    display: flex;
    gap: .6em;
    transition: .3s;
    align-items: center
}

.footer-service__nav a:hover {
    opacity: .7
}

.footer-service__nav a span {
    font-size: 1.4rem;
    color: #fff
}

.footer-service__nav img {
    width: 15px;
    height: fit-content
}

.footer-nav__main {
    font-size: 1.5rem;
    margin-bottom: 1.8em;
    padding-bottom: 1.1em;
    border-bottom: 1px solid #666a72
}

.footer-nav__main li+li {
    margin-top: 1em
}

.footer-nav__main a {
    transition: .3s;
    color: #fff
}

.footer-nav__main a:hover {
    opacity: .7
}

.footer-nav ul {
    display: flex;
    row-gap: .6em
}

.footer-nav li {
    width: 100%
}

.footer-nav a {
    font-size: 1.5rem;
    transition: .3s;
    letter-spacing: .1em;
    color: #fff
}

.footer-nav a:hover {
    opacity: .7
} */

.copyright {
    margin: 0 40px;
    padding: 1em 0;
    text-align: center;
    color: #aaadb1;
    border-top: 1px solid #666a72
}

.copyright small {
    font-family: "Barlow", "Noto Sans JP", YuGothic, "Yu Gothic", "ヒラギノ角ゴシック", "Hiragino Sans", sans-serif;
    font-display: swap;
    font-size: 1rem;
    line-height: 1
}

.c-ttl_img {
    display: block;
    margin: 0 auto;
    width: 45.86vw
}

.c-ttl_blue {
    color: #0f6cca
}

.c-ttl_orange {
    color: #ffb03a
}

.l-lead_list {
    margin: 12vw auto 0;
 
}

@media screen and (min-width: 768px) {
    .pc-view {
        display: block
    }

    .sp-view {
        display: none
    }

    /* .footer__wrap {
        box-sizing: border-box;
        padding: 0 10px
    }

    .footer-flex {
        display: flex
    }

    .footer-logo {
        margin-right: 32px;
        margin-left: -32px
    }

    .footer-address {
        margin-right: 74px;
        padding-right: 86px;
        border-right: 1px solid #666a72
    }

    .footer-address__flex {
        align-items: flex-end;
        justify-content: space-between
    }

    .footer-address__time span {
        margin-left: 4px
    }

    .footer-address__notice p {
        letter-spacing: .15em
    }

    .footer-service {
        max-width: 345px
    }

    .footer-service__nav a span {
        letter-spacing: .1em
    }

    .footer-nav {
        margin-left: auto
    }

    .footer-nav ul {
        flex-flow: column
    }

    .copyright small {
        letter-spacing: .13em
    } */
}

@media(min-width: 769px) {
    body {
        font-size: 1.5rem
    }

    .sp-view {
        display: none
    }

    .l-header {
        min-width: 1450px
    }

    .l-header_inner {
        margin: 0 auto;
        padding: 23px 30px;
        overflow: hidden;
        max-width: 1500px;
        background: #fff
    }

    .l-header_logo {
        width: 21.75%;
        max-width: 282px
    }

    .l-header_menu {
        margin-left: auto
    }

    .l-header_menu_list {
        display: flex
    }

    .l-header_menu_list li+li {
        margin-left: 40px
    }

    .l-header_menu_list li a {
        font-size: 1.6rem;
        color: #545962
    }

    .l-header_menuBtn {
        display: none
    }

    .l-header_menu_btn {
        display: none
    }

    .l-header_menu_logo {
        display: none
    }

    .l-header_menu_close {
        display: none
    }

    .l-cta {
        /* display: flex; */
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        font-size: 3.4rem;
        display: none;
    }


    .l-cta a {
        margin-left: 53px;
        padding: 50px 85px 50px 30px;
        max-width: 548px;
        font-size: 2.6rem
    }

    .l-cta a::after {
        right: 30px;
        width: 28px;
        height: 10px
    }

    .sec_contact .contact__detail {
        color: #fff;
    }



    .l-mv {
        padding: 50px 20px;
    }
    .pc__text{
        display:inline-block
    }

    .l-mv_inner {
        position: relative;
        margin: 0 auto;
        max-width: 1156px;
        height: 430px;
        display: flex;
        align-items: center;
    }

    .l-mv a {
        width: 390px
    }

    .l-mv a::after {
        right: 30px;
        width: 28px;
        height: 10px
    }

    .l-mv_ttl {
        position: absolute;
        top: 0;
        left: 0;
        width: 46.79%
    }

    .l-mv_img {
        margin-left: auto;
        width: 58.82%
    }

    .l-lead {
        padding: 80px 20px
    }

    .l-lead_ttl {
        font-size: 3.4rem
    }

    .l-lead_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 62px auto 30px;
        max-width: 940px;
        display:none;
    }

    .l-lead_list li {
        width: 33.3333333333%
    }

    .l-lead_list li:nth-child(1),
    .l-lead_list li:nth-child(2),
    .l-lead_list li:nth-child(3) {
        margin-bottom: 5rem;
    }


    .l-lead_list li p {
        margin-top: 14px
    }

    .l-lead_list02 {
        margin: 0 auto;
        max-width: 1280px
    }

    .l-lead_list02 li {
        width: 20%
    }

    .l-lead_list02 li p {
        margin-top: 20px
    }

    .l-lead_cont {
        margin: 80px auto 0;
        padding: 80px 0 0;
        max-width: 1280px;
        margin-top: 0;
    }

    .l-lead_cont::before {
        border-width: 37px 37px 0 37px
    }

    .l-lead_cont h3 {
        font-size: 2.6rem
    }

    .l-lead_cont p {
        text-align: center
    }

    .l-lead_img {
        display: block;
        margin: 30px auto 0;
        width: 86.71vw;
        max-width: 1110px
    }

    .l-lead_img02 {
        margin: 80px auto 0;
        max-width: 842px;
        display: block;
    }

    .l-feature {
        padding: 120px 20px;
        display: block;
    }

    .l-feature_ttl {
        margin-bottom: 60px;
        font-size: 3.4rem
    }

    .l-feature_section {
        margin: 0 auto;
        padding: 30px 100px 60px;
        max-width: 1280px
    }

    .l-feature_section+.l-feature_section {
        margin-top: 60px
    }

    .l-feature_section_ttl {
        height: 180px
    }

    .l-feature_section_ttl h3 {
        font-size: 2.6rem
    }

    .l-feature_section_ttl.ttl01 {
        height: 180px
    }

    .l-feature_section_sub {
        margin: -10px auto 0;
        padding: 9px 0;
        width: 900px;
        background: url(../service_lp/img/bg_feature_section_sub.webp) 0 0/100% auto no-repeat;
        font-size: 1.8rem
    }

    .l-feature_section_sub+.l-feature_section_lead {
        margin-top: 9px;
        margin-bottom: 18px
    }

    .l-feature_section_lead {
        margin-top: 20px;
        text-align: center;
        font-size: 1.3rem
    }
    .l-feature_section .flex {
        display: flex;
        margin: auto;
    }
    .l-feature_section .flex .img002-area .sub{
        font-size: 1.3rem;
        text-align: center;
        margin: -10px auto 28px;
        position: relative;
        z-index: 1;
    }

    .l-feature_section_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 30px
    }

    .l-feature_section_list li {
        width: calc((100% - 120px)/4)
    }

    .l-feature_section_list li h4 {
        margin-bottom: 15px
    }

    .l-feature_section_list li p {
        margin-top: 15px
    }

    .l-feature_section_list li figure {
        width: 180px
    }

    .l-feature_section_list02 {
        display: flex
    }

    .l-feature_section_list02 li {
        width: 33.3333333333%
    }

    .l-feature_section_list02 figure {
        margin: 0 auto;
        width: 235px
    }

    .l-feature_section_list02 p {
        margin-top: 10px
    }

    .l-feature_section_year {
        display: flex;
        margin-top: 10px
    }

    .l-feature_section_year div {
        width: 33.3333333333%
    }

    .l-feature_section_year div:nth-child(1) {
        padding-right: 36px
    }

    .l-feature_section_year div:nth-child(2) {
        padding-left: 36px;
        padding-right: 36px;
        border-left: 1px solid #dedede
    }

    .l-feature_section_year div:nth-child(3) {
        padding-left: 36px;
        border-left: 1px solid #dedede
    }

    .l-feature_section_year div h4 {
        padding-top: 10px;
        margin-bottom: 20px;
        width: 78px
    }

    .l-feature_section_year div ul li {
        font-size: 1.5rem
    }

    .l-express {
        padding: 120px 30px 75px;
        display: block;
    }

    .l-express_ttl {
        font-size: 3.4rem
    }

    .l-express_img {
        margin: 54px auto 0
    }

    .l-voice {
        padding: 120px 30px;
        display: block;
    }

    .l-voice_ttl {
        font-size: 3.4rem
    }

    .l-voice_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 60px auto 0;
        max-width: 1080px
    }

    .l-voice_list li {
        width: calc((100% - 60px)/3)
    }

    .l-voice_list li:nth-child(n+4) {
        margin-top: 30px
    }

    .l-voice_list li p {
        margin-top: 10px
    }

    .l-voice_list_img {
        margin-top: 10px
    }

    .l-voice_list_img img {
        margin-left: 15px;
        width: 54px
    }

    .l-case {
        padding: 120px 20px;
        background: #f2f4f7;
        display: block;
    }

    .l-case>section {
        margin: 0 auto;
        padding: 80px 100px;
        max-width: 1280px
    }

    .l-case_ttl {
        font-size: 3.4rem
    }

    .l-case_detail {
        margin-top: 60px;
        padding: 80px
    }

    .l-case_detail_no {
        padding: 0 67px;
        width: 255px
    }

    .l-case_detail_ttl {
        text-align: center;
        font-size: 2.6rem
    }

    .l-case_detail_lead {
        text-align: center
    }

    .l-case_detail_contents {
        display: flex;
        justify-content: space-between
    }

    .l-case_detail_contents h4 {
        display: inline-block;
        padding: 5px 25px;
        text-align: center
    }

    .l-case_detail_txt {
        width: 56.52%
    }

    .l-case_detail_txt p {
        margin-top: 10px
    }

    .l-case_detail_txt p+h4 {
        margin-top: 20px
    }

    .l-case_detail_img {
        margin-left: 40px;
        width: 41.24%
    }

    .l-faq {
        padding: 120px 20px;
        display: block;
    }

    .l-faq>section {
        margin: 0 auto;
        padding: 80px 20px 60px;
        max-width: 1280px
    }

    .l-faq_ttl {
        margin-bottom: 40px;
        font-size: 3.4rem
    }

    .l-faq_list {
        margin: 0 auto;
        max-width: 980px
    }

    .l-faq_list li dt {
        display: flex;
        align-items: center;
        padding-right: 30px;
        font-size: 1.6rem
    }

    .l-faq_list li dt::after {
        top: calc(50% - 5px);
        right: 10px
    }

    .l-faq_list li dt span {
        margin-right: 10px;
        width: 34px
    }

    .l-faq_list li dd {
        margin-left: 40px;
        padding-bottom: 10px;
        padding-left: 44px;
        padding-right: 30px;
        font-size: 1.5rem
    }

    .l-faq_list li dd span {
        width: 34px
    }

    .l-fixedBtn {
        padding: 14px 10px
    }

    .l-fixedBtn p {
        font-size: 2.4rem
    }

    .l-fixedBtn a {
        padding: 14px 30px 14px 20px;
        text-align: center;
        border-radius: 60px;
        width: 448px;
        font-size: 2rem
    }

    .l-fixedBtn a::after {
        right: 30px;
        width: 28px;
        height: 10px;
        top: calc(50% - (0.66vw / 2));
    }

    .c-ttl_img {
        width: 240px
    }
}

.l-cta {
    padding: 80px 0;
}

@media screen {
    [hidden~=screen] {
        display: inherit
    }

    [hidden~=screen]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important
    }
}

@media not all and (min-width: 769px) {
    .pc-view {
        display: none
    }

    .l-header {
        max-width: 100vw;
        width: 100%
    }

    .l-header_inner {
        justify-content: space-between;
        padding: 2.66vw 4.8vw
    }

    .l-header_txt {
        display: none
    }

    .l-header_menu {
        display: none;
        visibility: hidden;
        position: fixed;
        left: 0;
        top: 0;
        padding: 2.66vw 7.46vw;
        width: 100vw;
        height: 100vh;
        background: #001061;
        z-index: 100;
        transition: .3s
    }

    .l-header_menu_list {
        margin-top: 19.2vw;
        text-align: center
    }

    .l-header_menu_list li+li {
        margin-top: 10.66vw
    }

    .l-header_menu_list li a {
        display: block;
        font-size: 1.8rem
    }

    .l-header_menu_logo {
        margin-left: -2.66vw;
        width: 45.33vw
    }

    .l-header_menu.is-open {
        display: block;
        visibility: visible
    }

    .l-cta {
        padding: 17.86vw 5.33vw 16vw;
        ;
        font-size: 2.2rem;
        text-align: center
    }

    .l-cta a {
        margin-top: 20px;
        padding: 20px 18px;
        text-align: center;
        font-size: 2.2rem
    }

    .l-mv {
        overflow: hidden
    }

    .l-mv_img {
        display: block;
        margin-top: 18px;
        width: 140vw;
        transform: translateX(-20%)
    }

    .l-lead_list {
        margin: 12vw auto 0;
        width: 93.33vw;
      
        display: flex;
        justify-content: space-between;
        align-items: start;
        flex-wrap: wrap;
    }


    /* CTAのcss */


    /* CTAのcss */

    /* .l-lead_list li+li {
        margin-top: 8vw
    } */

    .l-lead_list {
        /* display: block; */
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 10vw auto 0vw;
        width: 89.33vw
    }

    .l-lead_list li {
        width: 45%;
        font-size: 1.18rem
    }

    .l-lead_list li:nth-child(n+3) {
        margin-top: 4vw
    }

    .l-feature_section_ttl {
        padding-top: 10.13vw;
        min-height: 52.53vw
    }

    .l-feature_section_ttl.ttl01 {
        padding-top: 0
    }

    .l-feature_section_ttl.ttl01 h3 {
        letter-spacing: -0.01em
    }

    .l-feature_section_ttl.ttl02 {
        background-size: auto 52.53vw
    }

    .l-feature_section_ttl.ttl03 {
        background-size: auto 52.53vw
    }

    .l-feature_section_ttl.ttl04 {
        padding-top: 15.46vw;
        background-size: auto 52.53vw
    }

    .l-feature_section_ttl.ttl05 {
        padding-top: 15.46vw;
        background-size: auto 52.53vw
    }

    .l-feature_section_list li h4 {
        margin: 0 auto 4vw;
        width: 48vw
    }

    .l-feature_section_list li+li {
        margin-top: 10.66vw
    }

    .l-feature_section_list02 {
        margin: 8vw auto 0;
        width: 62.66vw
    }

    .l-feature_section_list02 li+li {
        margin-top: 10.66vw
    }

    .l-feature_section_year div:nth-child(1) {
        padding-bottom: 5.33vw
    }

    .l-feature_section_year div:nth-child(2) {
        padding-top: 5.33vw;
        padding-bottom: 5.33vw
    }

    .l-feature_section_year div:nth-child(3) {
        padding-top: 5.33vw
    }

    .l-feature_section_year div+div {
        border-top: 1px solid #dedede
    }

    .l-express_img {
        margin-top: 13.33vw
    }

    .l-voice_list li+li {
        margin-top: 5.33vw
    }

    .l-case_detail_txt p {
        margin-top: 2.66vw
    }

    .l-case_detail_txt p+h4 {
        margin-top: 6.66vw
    }

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

    .l-faq_list li dt {
        padding-left: 8.79vw
    }

    .l-faq_list li dt span {
        position: absolute;
        left: 0
    }

    .sp-scroll {
        overflow-x: scroll
    }

    .sp-scroll figure img {
        width: 150vw;
        max-width: none
    }

    .l-fixedBtn p span {
        display: none
    }


}

@media screen and (max-width: 767px) {
    /* #footer {
        padding: 8.2666666667vw 0 20vw;
        display: block;
    }

    .footer-flex {
        margin-bottom: 8.5333333333vw
    }

    .footer-logo {
        max-width: 25.3333333333vw;
        margin: 0 auto 6.9333333333vw
    }

    .footer-address {
        margin-bottom: 8vw;
        padding: 0 8vw 7.7333333333vw;
        border-bottom: 1px solid #666a72
    }

    .footer-address__ttl {
        font-size: 16px;
        font-size: 4.2666666667vw
    }

    .footer-address__list {
        font-size: 12px;
        font-size: 3.2vw
    }

    .footer-address__flex {
        align-items: center;
        flex-flow: column;
        gap: 1.3333333333vw;
        margin-bottom: 2.6666666667vw
    }

    .footer-address__tel {
        font-size: 14px;
        font-size: 3.7333333333vw
    }

    .footer-address__tel span {
        font-size: 25px;
        font-size: 6.6666666667vw
    }

    .footer-address__time {
        font-size: 12px;
        font-size: 3.2vw
    }

    .footer-address__time span {
        font-size: 18px;
        font-size: 4.8vw
    }

    .footer-address__notice p {
        font-size: 12px;
        font-size: 3.2vw;
        text-align: center
    }

    .footer-service {
        margin-bottom: 8vw;
        padding: 0 8vw 7.7333333333vw;
        border-bottom: 1px solid #666a72
    }

    .footer-service__nav a span {
        font-size: 14px;
        font-size: 3.7333333333vw
    }

    .footer-service__nav img {
        width: 4vw
    }

    .footer-service__nav+.footer-nav {
        padding: 0
    }

    .footer-service__nav+.footer-nav li {
        width: 100%
    }

    .footer-nav__main {
        padding-bottom: 1.8em
    }

    .footer-nav__main li+li {
        margin-top: 1.8em
    }

    .footer-nav {
        padding: 0 8vw
    }

    .footer-nav ul {
        flex-flow: wrap
    }

    .footer-nav li {
        width: 50%
    }

    .footer-nav a {
        font-size: 15px;
        font-size: 4vw
    }

    .copyright {
        margin: 0 8vw;
        padding: 1em 0 2em
    } */


}

@media screen and (max-width: 767px) {
    .sec_contact .contact__wrap {
        padding: 0 0vw 0vw;
    }
}

.slick-next,
.slick-prev {
    top: 85%;

}

.slick-prev {
    left: 10px;
}

.slick-next {
    left: 65px;
}


.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
    background: #fff;
}

.sec_contact .contact__wrap {
    max-width: 1080px;
    border-radius: 10px;
}

.sec_contact .contact__detail .contact__list>li {

    border-radius: 30px;
    padding: 8px 12px;
    color: #fff;
    font-size: 1.4rem;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

.sec_contact .contact__detail h3 {
    font-weight: bold;
    font-size: 26px;
    color: #fff;
    margin-bottom: 2rem;
}

.sec_contact .contact__detail .contact__listTitle {
    color: #fff;
    text-align: left;
    font-size: 18px;
}

.sec_contact .contact__detail .contact__list>li {
    background-color: #fff;

}

.sec_contact .contact__detail .contact__list>li {
    color: #0f6cca;
}

.sec_contact .contact__detail .contact__list>li.active {
    color: #fff;
    background-color: #00abcf;
}

@media screen and (min-width: 768px) {
    .sec_contact .contact__detail .contact__list {
        width: 95%;
    }
}

/* footer */

/* .footer-service {
    padding: 0;
    margin: 0;
    border: none;
}

.footer-address {
    padding: 0 8vw 0;
    border-bottom: none;
    margin-bottom: 0;
}

.copyright {
    border-top: none;
}

.footer-flex {
}
*/

.slick-next,
.slick-prev {
    top: 85%;
}

@media screen and (min-width: 768px) {
    /* .footer-address {
        margin: 0;
        padding: 0;
        border-right: none;
    }

    .footer-flex {
        margin-bottom: 0;
    }

    .footer-address__list {
        margin-bottom: 0;
    }

    .copyright {
        margin: 0 18vw;
        padding: 1em 0 1em;
    }


    .footer-flex {
        justify-content: space-between;
        display: flex;
        margin-bottom: 80px;
    }

    .footer-address__list {
        display: flex;
        justify-content: space-between;
    }

    .footer-address__list li {
        margin-right: 30px;
    }

    .footer-address__list li+li {
        margin-top: 0;
    }

    .footer-logo {
        margin-right: 0px;
        margin-left: 0px;
    }

    .footer-flex {

        margin-bottom: 80px;

    }

    .copyright {
        border-top: 1px solid #666a72;
    } */

    .slick-next,
    .slick-prev {
        top: 89%;
    }

    .slick-prev {
        left: 8px;
    }
}

.center {
    display: block;
    margin: 0 auto;
    width: 100%;
    /* または任意の幅 */
}

.l-cta a {
    display: block;
    /* 必須 */
    margin: 0 auto;
    padding: 18px 0;
    max-width: 390px;
    font-size: 2rem;
    text-align: center;
}

.center {
    margin-top: 5rem;

    span {
        display: block;
        color: #FFF;
        font-size: 18px;
        text-align: center;
        margin-bottom: 15px;
        font-weight: normal;
    }
}

.sec_contact {
    margin: 0;
}



.lp-cta {
    background: #0f6cca;
    font-weight: bold;
    color: #fff;
    padding: 10.66vw 5.33vw;
    font-size: 2.2rem;
    text-align: center;
    display: none;
}

.lp-cta span {
    color: #ffa620;
}

.lp-cta a {
    position: relative;
    display: block;
    background: #ffa620;
    border-radius: 20px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
    padding: 7.46vw 14.93vw 7.46vw 8vw;
    text-align: center;
    font-size: 2.2rem;
}

.lp-cta a::after {
    content: "";
    position: absolute;
    top: calc(50% - 5px);
    right: 5.33vw;
    display: block;
    width: 7.46vw;
    height: 2.66vw;
    background: url(../service_lp/img/img_arrow.webp) 0 0/100% auto no-repeat;
}

.lp-cta a:hover {
    opacity: 0.8;
}

/* PCスタイル */
@media screen and (min-width: 768px) {
    .lp-cta {
        display: block;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 50px 0;
        font-size: 3.4rem;
        text-align: left;
 
    }

    .lp-cta a {
        margin-left: 53px;
        padding: 50px 85px 50px 30px;
        max-width: 548px;
        font-size: 2.6rem;
    }

    .lp-cta a::after {
        right: 30px;
        width: 28px;
        height: 10px;
    }
}


/* セカンドビュー */

.l-lead_list--pc li {
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    color: #0f6cca
}

.l-lead_list--pc li p {
    margin-top: 3.73vw
}

.l-lead_list02--pc li {
    text-align: center;
    font-size: 1.4rem;
    font-weight: bold;
    color: #0f6cca;
}

.l-lead_list--pc {

    display: none;
}

.l-lead_list02--pc {

    display: none;
}

@media(min-width: 769px) {

    .l-lead_list--pc {

      
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        margin: 62px auto 80px;
        max-width: 940px;
        display: block;
        display: flex;
    }

    .l-lead_list--pc li {
        width: 33.3333333333%
    }

    .l-lead_list--pc li p {
        margin-top: 14px
    }

    .l-lead_list02--pc {
        margin: 0 auto;
        max-width: 1280px;
       
     padding-bottom: 80px;
     display: block;
     display: flex;
    }

    .l-lead_list02--pc li {
        width: 20%
    }

    .l-lead_list02--pc li p {
        margin-top: 20px
    }
}


/* footer */
footer{
  padding-bottom: 13rem;
  text-align: center;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer{
    padding-block: 12vw 8rem;
    font-size: 10px;
  }
}