@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, input, textarea, button {
    border: 0;
    font-family: 'meiryo', 'Hiragino maru Gothic ProN', sans-serif;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

html, body {
    height: 100%;
}

/* noto-sans-jp- japanese */
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

p, a, span {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
}

h1 strong, h2 strong, h3 strong, h4 strong {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    background: linear-gradient(transparent 65%, #fdd000 50%);
}

h1 strong .pink, h2 strong .pink, h3 strong .pink, h4 strong .pink {
    background: linear-gradient(transparent 65%, #F48DA2 50%);
}

h2, h3, h4 {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    font-weight: bold;
    line-height: 1.8em;
}

h2 {
    text-align: center;
    font-size: clamp(24px, 3vw, 32px);
    margin: 0 0 15px;
    letter-spacing: 0.1em;
}

h3 {
    text-align: center;
    font-size: clamp(20px, 3vw, 26px);
    margin: 0 0 25px;
    letter-spacing: 0.1em;
}

h4 {
    font-size: clamp(18px, 3vw, 20px);
    letter-spacing: 0.05em;
}

html {}

ol, ul, li {
    list-style: none;
}

main {
    min-height: 87vh;
    background-image: url("/img/jack/actz1_2.png");
    background-size: 4%;
    background-position: bottom right;
    background-repeat: no-repeat;
}

body {
    width: 100%;
    word-wrap: break-word;
    color: #352620;
    font-size: clamp(15px, 3vw, 16px);
    line-height: 1.8;
    margin: 0 auto;
    padding: 0;
}

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

a img {
    border: none;
}

a:link, a:visited {
    color: #352620;
    text-decoration: none;
}

small {
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    font-size: 85%;
}

header, main, footer, nav, article, section, div, p, ul, li, dl, dt, dd, a, p, input, textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body > footer {
  top: 100vh;
  width: 100%;
}

section {
    width: 100%;
}

::placeholder {
    color: #a9a9a9;
}

/* タブレット幅以上 */
@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}

/* レイアウト微調整用 */
.spOnly {
    display: block;
}

.pcOnly {
    display: none;
}

.y-line {
    background: linear-gradient(transparent 50%, #fdd000 50%);
}

.Box.bgBlue {
    background: #eff7ff url(/img/bg_blue.png) no-repeat center top;
    width: 100%;
    padding: 30px 20px;
}

.bgBlue {
    background: #eff7ff;
}

.bgBlue02 {
    background: url(/img/bg_blue02.png)no-repeat center top;
}

.bgGray {
    background: #f2f2f2 url(/img/bg_gray.png) no-repeat center top;
}

.bgGray02 {
    background: #f2f2f2;
}

.txtWhite {
    color: #fff;
}

.txtGreen {
    color: #39ab4a;
}

.txtGray {
    color: #1e1414;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.r20 {
    border-radius: 20px;
}

.r15 {
    border-radius: 15px;
}

figure {
    margin: 0;
    padding: 0;
}

.w100 {
    width: calc(100% - 20px) !important;
    margin: 0 auto;
}

.FlexBox {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: calc(100% - 20px);
}

.justify-content-between {
    justify-content: space-between;
}



/* メニュー周り */
header {
    width: 100%;
    height: 80px;
    background-color: white;
    position: fixed;
    z-index: 100;
    box-shadow: 0 0 10px 0 rgba(0, 102, 204, 0.3);
}

.headerLogo a {
    position: absolute;
    left: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 80px;
    width: 35%;
    max-width: 120px;
    z-index: 10;
}

.headerInner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: relative;
}

.greenBtn {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: #a0c305;
    height: 80px;
    width: 85px;
}

/*メニューボタン*/
.btnSpNav, .btnSpNav span {
    display: inline-block;
    transition: all 0.3s;
    box-sizing: border-box;
}

.btnSpNav {
    z-index: 10;
    position: absolute;
    width: 50px;
    height: 29px;
    top: 15px;
    right: 18px;
}

.btnSpNav span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 85%;
    height: 3px;
    background-color: #FFF;
    border-radius: 3px;
}

.btnSpNav span:nth-of-type(1) {
    top: 0;
}

.btnSpNav span:nth-of-type(2) {
    top: 13px;
}

.btnSpNav span:nth-of-type(3) {
    bottom: 0;
}

.btnSpNav.active span:nth-of-type(1) {
    -webkit-transform: translateY(13px) rotate(-45deg);
    transform: translateY(13px) rotate(-45deg);
}

.btnSpNav.active span:nth-of-type(2) {
    opacity: 0;
}

.btnSpNav.active span:nth-of-type(3) {
    -webkit-transform: translateY(-13px) rotate(45deg);
    transform: translateY(-13px) rotate(45deg);
}

.btnSpNav p {
    position: absolute;
    bottom: -28px;
    left: 0;
    right: 0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.navWrap.close {
    display: none;
}

.navWrap.open {
    display: block;
}

.navWrap {
    position: fixed;
    left: 0;
    top: 80px;
    display: none;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.75);
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0 0 10px;
}

.navWrap ul {
    display: block;
    background-color: #fff;
    padding: 10px;
    margin: 0;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
}

.navWrap ul li {
    font-size: 20px;
    width: 90%;
    text-align: center;
    padding: 20px 0 20px;
    margin: 0 auto;
    border-bottom: dashed 2px #a0c305;
}

.navWrap ul li:last-child {
    border-bottom: 0;
    padding-bottom: 30px;
}

/* 本文 */
.Box {
    width: calc(100% - 20px);
    margin: 0 auto;
    padding: 30px 0;
}

/* ファーストビュー */
section.fv {
    height: calc(70vh);
    min-height: 560px;
    max-height: 670px;
    margin: 0 auto;
    position: relative;
}

.sliderTop img {
    width: 100%;
}

section.fv h1 {
    font-size: clamp(22px, 2.6vw, 32px);
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    line-height: 2em;
    letter-spacing: 0.15em;
    height: 45vh;
    max-height: 350px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 105px auto 0;
}

.vertical {
    position: relative;
    bottom: 12px;
}

h1 span.strong {
    font-weight: bold;
    position: relative;
}

img.firstview {
    position: relative;
    bottom: -0px;
    width: 55%;
    max-width: 270px;
    margin: 25px 5px 15px 5px;
}

section.fv .sliderTop li {
    height: 70vh;
    min-height: 560px;
    max-height: 590px;
    margin-top: 80px;
    background-size: cover;
}

section.fv .sliderTop li:first-child {
    background: url(/img/bg_top01.png) no-repeat center bottom;
    background-size: cover;
    position: relative;
}

section.fv .sliderTop li:first-child img {
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 40px;
    width: 92%;
    height: auto;
    margin: auto auto;
}

section.fv .sliderTop li:nth-child(2) {
    background: url(/img/bg_top02.png) no-repeat center bottom;
    background-size: cover;
}

section.fv .sliderTop li:nth-child(3) {
    background: url(/img/bg_top03.png) no-repeat center center;
    background-size: cover;
}

section.fv .FlexBox {
    position: absolute;
    bottom: -105px;
    left: 0;
    right: 0;
}

.fv-w-box {
    font-size: clamp(17px, 3vw, 20px);
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 16px 45px;
    background-color: White;
    border-radius: 2rem;
    box-shadow: 0 0 15px 0 rgba(0, 134, 173, 0.2);
    position: relative;
}

/* ボタン */
.Btn {
    font-size: clamp(16px, 3vw, 20px);
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    border-radius: 2rem;
    padding: 6px 0 6px;
    width: calc(50% - 5px);
    position: relative;
    bottom: 0;
    transition: .5s;
    box-shadow: 0 5px 15px 0 rgba(0, 134, 173, 0.4);
}

.color01 {
    background-color: white;
    color: #73af05 !important;
    border: solid 1px #73af05;
}

.color02 {
    background-color: #a0c305;
    color: #FFF !important;
    border: solid 1px #73af05;
}

/* アクツで出来ることとは？ */
#first {
    margin-top: 80px;
    padding-top: 30px;
    border-top: solid 2px #0086ad;
}

/* こんなお悩みございませんか？ */
.problem {
    position: relative;
    width: 90%;
    margin: 0 auto;
}

.problem figure {
    width: 85%;
    margin: 15px auto 0;
    position: relative;
    right: 0;
    top: 0;
    bottom: 0;
}

.problem li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    padding: 12px 0 12px 35px;
}

.problem li p {
    font-size: clamp(16px, 3vw, 22px);
    line-height: 1.8em;
}

.problem li p:before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(/img/check-box.svg)no-repeat center top;
    position: absolute;
    left: 0px;
    top: 12px;
}

/* アクツにお任せください */
img.titleLogo {
    width: 70%;
    max-width: 180px;
    display: inline-block;
}

.Resolution-title {
    text-align: left;
    margin: 0 0 0 auto;
    width: 70%;
}

.Resolution {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 940px;
    border-radius: 20px;
    background-color: White;
    margin: 30px auto;
    padding: 10px;
    line-height: 1.6em;
    box-shadow: 0 0 15px 0 rgba(0, 134, 173, 0.2);
    position: relative;
}

.Resolution:before {
    content: "";
    width: 100px;
    height: 100px;
    position: absolute;
    top: -100px;
    left: 0%;
    background: url(/img/men01.svg)no-repeat center bottom;
    background-size: contain;
}

.Resolution li {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    width: 20%;
    min-width: 135px;
    height: 155px;
    position: relative;
    margin: 0 8px 30px;
    background: url(/img/resolution-circle.svg)no-repeat center top;
    background-size: contain;
}

.Resolution h3 {
    width: 100%;
    text-align: center;
    margin: 10px 0 30px;
}

.Resolution li p {
    font-size: clamp(14px, 3vw, 16px);
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.8em;
}

.Resolution li figure {
    position: absolute;
    top: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 84px;
    height: auto;
    max-height: 64px;
}

.Resolution-else {
    max-width: 940px;
    margin: 50px auto 10px;
    position: relative;
}

.Resolution-else figure {
    height: auto;
    width: auto;
    margin: 30px auto 0;
    position: relative;
    right: 0;
    bottom: 0;
    text-align: center;
}

.Resolution-else h4 {
    font-size: clamp(22px, 3vw, 26px);
    color: #0086ad;
    margin-bottom: 15px;
}

.Resolution-else li {
    padding-left: 20px;
    position: relative;
    width: 100%;
}

.Resolution-else li.work-name {
    margin: 10px 0 5px;
    display: inline;
    padding-left: 0;
}

.Resolution-else li.work-name p {
    font-size: 120%;
    font-weight: bold;
}

.Resolution-else li p {
    font-size: clamp(15px, 3vw, 16px);
    margin: 3px 0;
    display: inline-block;
}

.Resolution-else li:before {
    content: "●";
    color: #abcd03;
    position: absolute;
    left: 0;
    top: 6px;
    margin-right: 8px;
}

.Resolution-else li.work-name:before {
    content: "";
    margin-right: 0;
}

/* プラン */
.FlexBox.plan {
    justify-content: center;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.planBox {
    position: relative;
    background-color: white;
    border-radius: 20px;
    margin: 65px 0 10px;
    padding: 0 0 15px 0;
    width: 100%;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.planBox h3 {
    padding: 10px 0;
    margin-bottom: 0px;
    border-radius: 15px 15px 0 0;
}

.planBox h3 span {
    font-size: 75%;
    font-weight: normal;
}

.planBox p.small {
    padding: 15px 30px;
}

.start {
    background-color: #fdd000;
}

.standard {
    background-color: #73af05;
    color: white;
}

.planBox .price {
    font-size: clamp(38px, 3vw, 42px);
    font-weight: bold;
    font-family: 'Noto Sans JP', sans-serif;
    font-feature-settings: "palt";
    text-align: center;
    margin: 10px 0;
}

.planBox .price span {
    font-size: clamp(14px, 3vw, 16px);
    font-weight: normal;
    margin-left: 5px;
}

.planBox p.word {
    position: absolute;
    top: -65px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 45px;
    border-radius: 15px;
    background-color: White;
    background-size: contain;
    padding: 5px;
    text-align: center;
    font-size: clamp(16px, 3vw, 16px);
    line-height: 1.6em;
}

.orange-line {
    border: 2px solid #f7931e;
}

.green-line {
    border: 2px solid #73af05;
}

.planBox p.word.orange-line:after,
.planBox p.word.green-line:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 9px solid transparent;
    border-left: 9px solid transparent;
    border-bottom: 0;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 42px;
}

.planBox p.word.orange-line:after {
    border-top: 12px solid #f7931e;
}

.planBox p.word.green-line:after {
    border-top: 12px solid #73af05;
}

.planBox ul li {
    font-size: clamp(18px, 3vw, 19px);
    line-height: 1.5em;
    margin: 0 auto 15px;
    padding-left: 26px;
    width: 80%;
    position: relative;
}

.planBox ul li:before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
    left: -8px;
    top: 4px;
}

.planBox.orange ul li:before {
    background: url(/img/check-box02.svg)no-repeat center top;
}

.planBox.green ul li:before {
    background: url(/img/check-box03.svg)no-repeat center top;
}

.options {
    width: 100%;
    margin: 10px auto 40px;
}

.options p:before {
    content: "● ";
    color: #a0c305;
    margin-right: 5px;
}

.champainBox ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 860px;
    margin: 20px auto 0;
}

.champainBox .left p {
    font-size: clamp(20px, 3vw, 22px);
    text-align: center;
    margin: 5px 0 18px;
}

.champainBox .Logo {
    width: 45%;
    max-width: 130px;
    display: inline-block;
    margin: 0 5px 5px;
}

.champainBox h3 {
    font-size: clamp(22px, 3vw, 32px);
    letter-spacing: normal;
    text-align: left;
    margin: 8px 0;
}

.champainBox ul li.left {
    width: 100%;
    background-color: White;
    border-radius: 20px;
    padding: 20px 20px 40px;
    box-shadow: 0 0 15px 0 rgba(0, 134, 173, 0.2);
    position: relative;
}

.champainBox ul li.left:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 25px solid #FFF;
    border-bottom: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    right: 0;
    left: -120px;
    top: 0;
    bottom: -24px;
    margin: auto auto 0;
}

.champainBox .small {
    font-size: 85%;
}

.champainBox ul li.right {
    width: 100%;
}

.champainBox ul li.right figure {
    text-align: center;
}

a.Btn-bottom {
    position: relative;
    bottom: -25px;
}

/* 導入の流れ */
.flowBox ul {
    position: relative;
}

.flowBox ul figure {
    position: relative;
    right: 0px;
    left: 0px;
    bottom: 0px;
    margin: 0 auto;
    text-align: center;
}

.flowBox ul li p {
    font-size: clamp(18px, 3vw, 22px);
    font-weight: bold;
    letter-spacing: 0.05em;
}

.flowBox ul li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 15px;
    border-radius: 20px;
    background-color: #ebf0fa;
    margin-bottom: 25px;
    align-items: center;
    position: relative;
}

.flowBox ul li:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 14px solid #ebf0fa;
    border-bottom: 0;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    margin: auto;
}

.flowBox ul li:nth-child(5):after {
    content: "";
    border: none;
}

.flowBox ul li span {
    background-color: white;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    width: 60px;
    color: #a0c305;
    margin-right: 15px;
    border-radius: 50%;
}

.flowBox ul li small {
    font-size: clamp(15px, 3vw, 16px);
    margin: 12px 5px 12px 5px;
    line-height: 1.8em;
}

/* よくある質問 */
.QA {
    background-color: #fff;
    padding: 10px;
    margin: 20px auto 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
}

.QA a {
    color: #f15a24;
}

.QA a:hover {
    text-decoration: underline;
}

.img-text01,
.img-text02 {
    display: flex;
    align-items: center;
}

.img-text01 {
    justify-content: flex-start;
    position: relative;
}

.img-text02 {
    justify-content: flex-end;
    position: relative;
}

.img-text01 img, .img-text02 img {
    width: 40%;
    max-width: 100px;
    border-radius: 50%;
}

.img-text01 p {
    font-size: clamp(20px, 3vw, 22px);
    padding: 15px 0 0 15px;
}

.img-text02 p {
    font-size: clamp(16px, 3vw, 18px);
    padding: 15px 0 0 15px;
}

/* フッター */
footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 15px;
    background-color: #0086ad;
    color: #FFF;
}

footer a {
    color: #FFF !important;
}

footer small {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    line-height: 2.5em;
    width: 100%;
}

footer .sticky {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    box-shadow: 0 0 15px 0 rgba(0, 134, 173, 0.2);
    color: #0086ad;
    position: fixed;
    right: 40px;
    bottom: 25px;
    background-color: White;
    height: 50px;
    width: 135px;
    border-radius: 25px;
    transition: 0.5s;
}

footer .sticky:hover {
    background-color: #0086ad;
    color: #FFF;
}

footer .sticky_pre_register {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: bold;
    position: fixed;
    right: 40px;
    bottom: 100px;
    height: 50px;
    width: 135px;
    border-radius: 25px;
    transition: 0.5s;
    background-color: #a0c305;
    color: #FFF !important;
    border: solid 1px #73af05;
}

footer .sticky_pre_register:hover {
    box-shadow: 0 0 28px 0 rgba(0, 134, 173, 0.4);
}

/* タブレット幅以上 FV */
@media (min-width: 768px) {
    section.fv {
        height: auto;
    }

    .fv-w-box {
        left: -8px;
    }

    section.fv {
        min-height: 485px;
    }

    section.fv .sliderTop li {
        min-height: 485px;
    }

    section.fv .FlexBox {
        bottom: -25px;
        max-width: 1080px;
        margin: 0 auto;
    }

    section.fv h1 {
        width: calc(100% - 40px);
        max-width: 1080px;
        text-align: left;
        padding: 0 20px;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: auto;
    }

    section.fv .sliderTop li:first-child img {
        right: 3%;
        left: auto;
        top: 0;
        bottom: 0;
        width: 65%;
        max-height: 420px;
        height: auto;
    }

    h1 .strong {
        margin-top: 15px;
    }

    section.fv p {
        width: 100%;
    }

    img.firstview {
        margin: 40px 8px 15px 10px;
    }
}

/* PC・SPでファーストビュー画像差し替えるならアクティブに
    section.fv .sliderTop li:nth-child(1) {
        background: url(/img/bg_topsp01.png) no-repeat center center;
        background-size: cover;
    }
    section.fv .sliderTop li:nth-child(2) {
        background: url(/img/bg_topsp02.png) no-repeat center center;
        background-size: cover;
    }
*/

/* ハンバーガーメニュー用 */
/* タブレット幅以上 調整 */
@media (min-width: 768px) {}

/* PC幅以上 */
@media (min-width: 992px) {

    /* ヘッダー・ファーストビュー */
    .greenBtn {
        width: 100%;
        background-color: transparent;
    }

    .headerLogo a {
        max-width: 280px;
    }

    .navWrap {
        display: block;
        background-color: transparent;
        top: 0;
        height: auto;
        padding: 0;
        z-index: 5;
    }

    .navWrap ul {
        margin: 0 0 0 auto;
        padding: 0;
        background-color: transparent;
        display: flex;
        align-items: center;
        justify-content: center;
        width: calc(100% - 320px);
        max-width: 800px;
        height: 80px;
    }

    .navWrap ul li {
        width: auto;
        display: flex;
        justify-content: center;
        font-size: clamp(16px, 3vw, 17px);
        padding: 0;
        margin: 0 0 0 auto;
        border-bottom: none;
    }

    .navWrap ul li a {
        position: relative;

    }

    .navWrap ul li a:after {
        content: "";
        width: 0;
        height: 3px;
        background-color: #0086ad;
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        margin: 0 auto;
        transition: .5s;
    }

    .navWrap ul li a:hover:after {
        content: "";
        width: 100%;
    }

    .navWrap ul li:last-child {
        padding: 0;
    }

    .navWrap ul li:last-child a {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: 10px;
        padding: 0 15px;
        height: 80px;
        width: 100%;
        color: #fff;
        background-color: #a0c305;
        transition: .5s;
    }

    .navWrap ul li:last-child a:hover {
        background-color: #73af05;
    }

    .navWrap ul li:last-child a:after {
        display: none;
    }

    .pcOnly {
        display: block;
    }

    .spOnly {
        display: none;
    }

    .Btn:hover {
        position: relative;
        bottom: 4px;
        box-shadow: 0 0 28px 0 rgba(0, 134, 173, 0.4);
    }

    .toTop {
        display: none;
    }

    h3 {
        margin-bottom: 35px;
    }

    /* 本文 */
    .FlexBox,
    .w100 {
        max-width: 940px;
    }

    #first {
        margin-top: 0;
    }

    .problem {
        display: flex;
        flex-wrap: wrap;
        max-width: 940px;
        margin: 20px auto;
    }

    .problem li {
        width: 100%;
        padding: 12px 0 12px 45px;
    }

    .problem li p:before {
        width: 35px;
        height: 35px;
        top: 15px;
    }

    .problem figure {
        position: absolute;
        margin: auto 0;
        width: auto;
    }

    .Resolution-title {
        text-align: center;
        margin: 0 auto;
    }

    .Resolution {
        padding: 30px;
    }

    .Resolution li {
        min-width: 180px;
        margin: 0 10px 30px;
    }

    img.titleLogo {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .Resolution:before {
        content: "";
        width: 145px;
        height: 145px;
        top: -145px;
        left: 5%;
    }

    .Resolution-else li {
        width: calc(100% - 175px);
    }

    .Resolution-else figure {
        margin: 0;
        position: absolute;
    }

    /* プラン */
    .FlexBox.plan {
        max-width: 840px;
        margin-top: 20px;
    }

    .planBox {
        width: calc(50% - 25px);
        min-height: 420px;
    }

    /* お得なキャンペーン実施中 */
    .champainBox ul li.left {
        width: calc(72% - 25px);
        padding: 30px 50px;
    }

    .champainBox ul li.left:after {
        border-top: 15px solid transparent;
        border-bottom: 15px solid transparent;
        border-left: 25px solid #FFF;
        border-right: 0;
        right: -24px;
        left: auto;
        top: 0;
        bottom: 0;
        margin: auto 0;
    }

    .champainBox .left p {
        text-align: left;
    }

    .champainBox ul li.right {
        width: 28%;
    }

    .champainBox ul li.right figure {
        text-align: center;
    }

    /* 導入の流れ */
    .flowBox ul {
        max-width: 900px;
        margin: 0 auto;
    }

    .flowBox ul figure {
        position: absolute;
        right: -20px;
        left: auto;
        bottom: -30px;
    }

    .flowBox ul li small {
        margin: 4px 0 0 20px;
    }

    /* よくある質問 */
    .QA {
        padding: 10px 35px;
        margin: 20px auto 35px;
        border-radius: 30px;
        max-width: 900px;
    }

    .img-text01 {
        bottom: -15px;
    }

    .img-text02 {
        top: -15px;
    }
}
