@charset "UTF-8";
/* ---------------- reset ---------------- */
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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    font-weight: normal;
    /*font-size: 100%;*/
    vertical-align: baseline;
}
main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}
html {
    overflow-y: scroll;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none;
}
input,
textarea {
    margin: 0;
    padding: 0;
}
input::-webkit-input-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-moz-placeholder {
    color: #888;
}
input[type='button'],
input[type='submit'],
input[type='search'],
input[type='reset'] {
    -webkit-appearance: none;
}
ol,
ul {
    list-style: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}
caption,
th {
    text-align: left;
}
a:focus {
    outline: none;
}
.clearfix:after {
    content: '';
    clear: both;
    display: block;
}
/* ---------------- common ---------------- */
html {
    color: #2f2f2f;
    font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', sans-serif;
    font-size: 62.5%;
    letter-spacing: 0.03em;
    line-height: 1.6;
    font-weight: 400;
}
body {
    font-size: 1.8rem;
    overflow: hidden;
}
img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    vertical-align: bottom;
}
a {
    color: inherit;
    transition: 0.3s;
    text-decoration: none;
}
a:hover {
    opacity: 0.6;
}
a[href^='tel:'] {
    cursor: default;
    opacity: 1;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-decoration: inherit;
}
h1,
h2,
h3,
h4 {
    font-weight: 700;
}
strong {
    font-weight: 700;
}
.font-f02 {
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-weight: 700;
}
.font-c02 {
    color: #ff4240;
}
.inner {
    position: relative;
    padding: 0 20px;
    max-width: 940px;
    margin: 0 auto;
    width: 100%;
}
.inner.is-m {
    max-width: 1040px;
}
.inner.is-s {
    max-width: 840px;
}
.pd-l {
    padding: 90px 0;
}
.sec-ttl {
    font-size: 3.8rem;
    text-align: center;
}
.lead {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}
.lead.is-s {
    font-size: 2.2rem;
}
.lead.is-ss {
    font-size: 2rem;
    font-weight: normal;
}
.lead>span {
    font-weight: 700;
}
.note {
    font-size: 1.1rem;
    letter-spacing: 0;
    line-height: 1.4;
}
sup {
    font-size: 50%;
    font-weight: bold;
    vertical-align: 46%;
    white-space: nowrap;
}
.txt-c {
    text-align: center !important;
}
.txt-link {
    color: #f44140;
    text-decoration: underline;
}
.list-disc {
    list-style-type: disc;
    text-align: left;
    padding-left: 1.5em;
}
.list-num {
    list-style-type: decimal;
    text-align: left;
    padding-left: 1.5em;
}
.video {
    position: relative;
    margin: 0 auto;
    max-width: 800px;
    width: 100%;
    padding-top: 56.25%;
}
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.bg01 {
    background: #edeeec;
}
@media screen and (max-width: 1024px) {
    .sec-ttl {
        font-size: 3.6rem;
    }
    .lead {
        font-size: 2.4rem;
    }
    .lead.is-s {
        font-size: 2rem;
    }
    .note {
        font-size: 1rem;
    }
}
@media screen and (max-width: 767px) {
    body,
    html {
        letter-spacing: 0.02em;
    }
    body {
        font-size: 3.8vw;
    }
    .inner,
    .inner.is-m,
    .inner.is-s {
        position: relative;
        padding: 0;
        width: 90%;
    }
    .pd-l {
        padding: 50px 0;
    }
    .sec-ttl {
        font-size: 5.2vw;
    }
    .lead {
        font-size: 3.6vw;
    }
    .lead.is-s,
    .lead.is-ss {
        font-size: 3.4vw;
    }
    sup {
        font-size: 100%;
        font-weight: bold;
        vertical-align: 10%;
        transform: scale(0.6);
        display: inline-block;
        letter-spacing: 0;
        position: relative;
        left: -3px;
    }
}
/* break */
.block-m,
.inline-m {
    display: none !important;
}
@media (max-width: 1024px) {
    .hide-m {
        display: none !important;
    }
    .block-m {
        display: block !important;
    }
    .inline-m {
        display: inline !important;
    }
}
.block-ms,
.inline-ms {
    display: none !important;
}
@media (max-width: 767px) {
    .hide-ms {
        display: none !important;
    }
    .block-ms {
        display: block !important;
    }
    .inline-ms {
        display: inline !important;
    }
}
.block-s,
.inline-s {
    display: none !important;
}
@media (max-width: 480px) {
    .hide-s {
        display: none !important;
    }
    .block-s {
        display: block !important;
    }
    .inline-s {
        display: inline !important;
    }
}
/* ---------------- footer ---------------- */
.l-footer-2 {
    background: #272727;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
}
/* ---------------- mv ---------------- */
.l-mv,
.mv-main {
    position: relative;
}
.mv-main .note {
    position: absolute;
    bottom: 8px;
    left: 14px;
}
@media screen and (max-width: 1024px) {
    .mv-main .note {
        font-size: 1.1vw;
        bottom: 4px;
    }
}
@media screen and (max-width: 767px) {
    .mv-copy {
        margin: 0.4em auto 1em;
    }
    .mv-copy .copy-img {
        display: block;
        margin: 0 auto;
        width: 100%;
    }
    .mv-copy .note {
        font-size: 2.8vw;
        text-align: right;
        margin-bottom: 1.5em;
    }
}
/* ---------------- new ---------------- */
.l-new {
    padding: 90px 0;
    text-align: center;
}
.new-sub-ttl {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 2rem;
    font-weight: 700;
    padding: 2px 30px 2px 116px;
    position: relative;
    margin-bottom: 1.8em;
}
.new-sub-ttl>span {
    background: #f57f34;
    border-radius: 100px;
    color: #fff;
    display: inline-block;
    font-size: 130%;
    font-weight: 700;
    padding: 6px 20px 4px;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}
.new-ttl {
    font-size: 3.4rem;
    line-height: 1.45;
    margin-bottom: 1.2em;
}
.new-img {
    display: block;
    margin: 0 auto;
    max-width: 611px;
}
@media screen and (max-width: 1024px) {
    .new-ttl {
        font-size: 2.6rem;
    }
    .new-img {
        max-width: 480px;
    }
    .new-ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-new {
        padding: 40px 0 50px;
    }
    .new-ttl {
        font-size: 5.6vw;
    }
    .new-sub-ttl {
        font-size: 3vw;
        padding: 0.6vw 3vw 0.6vw 17vw;
    }
    .new-sub-ttl>span {
        padding: 4px 14px;
    }
    .new-img {
        max-width: 76vw;
    }
}
/* ---------------- cv ---------------- */
.l-cv {
    background: #fffcf7;
    padding: 70px 0 30px;
}
.cv-ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3%;
    margin-bottom: 1.4em;
}
.cv-ttl .product>img {
    width: 94px;
}
.cv-ttl .txt {
    text-align: center;
}
.cv-ttl .txt strong {
    display: block;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 20px 0 14px;
}
.cv-ttl .txt span {
    display: inline-block;
    font-size: 2.2rem;
    font-weight: normal;
    margin-top: 10px;
}
.cv-ttl .txt img {
    display: block;
    max-width: 376px;
}
.cv-select-ttl {
    text-align: center;
}
.cv-select-ttl>span {
    border-bottom: dotted 4px #8699b0;
    display: inline-block;
    font-size: 2.2rem;
    font-weight: 700;
}
.cv-select-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6%;
    margin: 2.4em auto;
}
.cv-select-list img {
    display: block;
    margin: 0 auto;
    max-width: 60px;
}
.cv-btn {
    background: #f44140;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 14px;
    text-align: center;
    margin: 40px auto;
    max-width: 420px;
    width: 100%;
}
.cv-btn>span {
    font-weight: 700;
}
@media screen and (max-width: 1024px) {
    .cv-ttl .txt strong {
        display: block;
        font-size: 2rem;
        font-weight: normal;
        margin: 20px 0 14px;
    }
    .cv-ttl .product>img {
        width: 80px;
    }
    .cv-select-ttl>span {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-cv {
        padding: 40px 0 10px;
    }
    .cv-ttl .product>img {
        width: 12vw;
    }
    .cv-ttl .txt strong {
        font-size: 3.6vw;
        margin: 10px 0 8px;
    }
    .cv-ttl .txt span {
        font-size: 3.6vw;
        line-height: 1;
        margin-top: 0;
    }
    .cv-ttl .txt img {
        max-width: 50vw;
    }
    .cv-select-ttl>span {
        border-bottom: dotted 2px #8699b0;
        font-size: 3.6vw;
    }
    .cv-select-list {
        gap: 12%;
        margin: 1.8em auto 1em;
    }
    .cv-select-list img {
        max-width: 8vw;
    }
    .cv-btn {
        font-size: 5.4vw;
        line-height: 1.3;
        padding: 12px 10px;
        margin: 1em auto;
        max-width: 68vw;
    }
    .cv-btn>span {
        display: block;
        font-size: 62%;
    }
    .cv-bottom .cv-btn {
        margin: 30px auto 0;
    }
}
/* CV botom */
.cv-bottom .cv-select-list {
    gap: 3%;
}
.cv-bottom .cv-select-list li {
    width: 24%;
}
.cv-bottom .cv-btn {
    margin: 30px auto 0;
}
.cv-btn.btn-item-01 {
    background: #aebbaf;
}
.cv-btn.btn-item-02 {
    background: #03793e;
}
.cv-btn.btn-item-03 {
    background: #ffc843;
}
@media screen and (max-width: 767px) {
    .cv-bottom .cv-select-list li {
        width: 28%;
    }
    .cv-bottom .cv-btn {
        font-size: 3.6vw;
    }
}
/* ---------------- worries ---------------- */
.l-worries {
    background: #edeeec;
    padding: 100px 0 80px;
}
.worries-ttl {
    text-align: center;
    margin-bottom: 2em;
}
.worries-ttl>span {
    border: 2px solid #767676;
    border-radius: 100px;
    color: #767676;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    padding: 2px 30px;
}
.worries-img {
    display: block;
    margin: 0 auto;
    max-width: 650px;
}
@media screen and (max-width: 1024px) {
    .worries-ttl>span {
        font-size: 2.2rem;
    }
    .worries-img {
        max-width: 560px;
    }
}
@media screen and (max-width: 767px) {
    .l-worries {
        padding: 45px 0 40px;
    }
    .worries-ttl {
        margin-bottom: 1.2em;
    }
    .worries-ttl>span {
        border: 1px solid #767676;
        font-size: 3.6vw;
        padding: 2px 18px;
    }
    .worries-img {
        max-width: 80vw;
    }
}
/* ---------------- component ---------------- */
.l-component {
    background: #fff;
    padding: 90px 0;
}
.component-ttl {
    color: #00235e;
    font-size: 3rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 2em;
}
.component-ttl>strong {
    font-size: 110%;
    font-weight: 700;
}
.component-item-ttl {
    text-align: center;
    margin-bottom: 2em;
}
.component-item-ttl>span {
    border-bottom: dotted 4px #484848;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
}
.component-img {
    display: block;
    margin: 0 auto;
    max-width: 580px;
}
.component-item .note {
    margin: 3em auto 0;
    max-width: 660px;
}
.three-item {
    padding-top: 90px;
}
.three-item .note,.l-worries .note {
    margin: 3em auto 0;
    max-width: 660px;
}
.three-item-ttl {
    font-size: 2.8rem;
    line-height: 1.35;
    text-align: center;
    margin-bottom: 2em;
}
.three-item-ttl .italic {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 175%;
    font-weight: normal;
    font-style: italic;
    padding-right: 0.15em;
    vertical-align: -4%;
}
.three-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
}
.three-list img {
    display: block;
    margin: 0 auto;
    max-width: 190px;
}
.three-list .three-list-txt {
    color: #fff;
    font-size: 2rem;
    line-height: 1.45;
    text-align: center;
    padding: 0.3em;
    margin-top: 1.4em;
}
.three-list .item-01 .three-list-txt {
    background: #aebbaf;
}
.three-list .item-02 .three-list-txt {
    background: #03793e;
}
.three-list .item-03 .three-list-txt {
    background: #ffc843;
}
@media screen and (max-width: 1024px) {
    .component-ttl {
        font-size: 2.8rem;
    }
    .component-img {
        max-width: 480px;
    }
    .three-item-ttl {
        font-size: 2.6rem;
    }
    .three-list img {
        max-width: 120px;
    }
    .three-list .three-list-txt {
        font-size: 1.6rem;
        padding: 0.5em 1em;
    }
}
@media screen and (max-width: 767px) {
    .l-component {
        padding: 50px 0;
    }
    .component-ttl {
        font-size: 3.8vw;
        letter-spacing: 0;
    }
    .component-item-ttl {
        margin-bottom: 1.4em;
    }
    .component-item-ttl>span {
        border-bottom: dotted 2px #484848;
        font-size: 3.6vw;
    }
    .component-img {
        max-width: 80vw;
    }
    .component-item .note {
        max-width: 84vw;
        margin-top: 2em;
    }
    .three-item {
        padding-top: 50px;
    }
    .three-item-ttl {
        font-size: 3.6vw;
        line-height: 1.25;
    }
    .three-list {
        gap: 4%;
    }
    .three-list img {
        max-width: 26vw;
    }
    .three-list .three-list-txt {
        font-size: 2.8vw;
        letter-spacing: 0;
        padding: 0.5em 0.6em;
    }
    .three-item .note,.l-worries .note {
        margin-top: 2em;
        max-width: 84vw;
    }
}
/* ---------------- gif ---------------- */
.l-gif {
    background: #131011;
    margin: 0 auto;
    height: 500px;
    overflow: hidden;
}
.l-gif img {
    display: block;
    width: 390px;
    margin: 0 auto;
    position: relative;
    top: -19%;
}
@media screen and (max-width: 767px) {
    .l-gif {
        height: 130vw;
    }
    .l-gif img {
        width: 100%;
    }
}
/* ---------------- hcca ---------------- */
.l-hcca {
    background: #f5f7fb;
    padding: 90px 0 50px;
}
.hcca-ttl {
    color: #00235e;
    text-align: center;
    margin-bottom: 2em;
}
.hcca-ttl .txt-01 {
    border: 1px solid #00235e;
    border-radius: 100px;
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.4;
    padding: 2px 30px;
    margin: 0 auto 0.8em;
    max-width: 440px;
}
.hcca-ttl .txt-02 {
    display: block;
    font-size: 3.2rem;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 auto;
    max-width: 500px;
}
.hcca-ttl .txt-02 strong {
    font-size: 125%;
    background: linear-gradient(transparent 20%, rgb(245 160 197 / 50%) 20%);
    line-height: 1.3;
    padding: 0 0.4em 0.3em;
}
.hcca-ttl .txt-02 .italic {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 200%;
    padding-right: 0.15em;
}
.hcca-ttl .txt-02 .italic ruby {
    font-weight: 500;
    font-style: italic;
    ruby-align: center;
}
.hcca-ttl .txt-02 .italic rt {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    text-align: center;
}
.hcca-ttl .txt-03 {
    display: block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 2rem;
    font-weight: normal;
    font-style: italic;
}
.hcca-item-01-ttl {
    color: #00235e;
    font-size: 3.2rem;
    font-weight: normal;
    text-align: center;
}
.hcca-item-01-ttl strong {
    font-weight: 700;
}
.hcca-item-01-ttl .size-l {
    display: block;
    font-size: 120%;
}
.hcca-item-01-ttl>span {
    display: block;
    font-size: 65%;
}
.hcca-item-01 img {
    display: block;
    margin: 2em auto 6em;
    max-width: 652px;
}
.hcca-item-02 img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}
.l-hcca .note {
    display: block;
    margin: 3em auto 0;
    max-width: 600px;
}
@media screen and (max-width: 1024px) {
    .hcca-ttl .txt-01 {
        max-width: 400px;
    }
    .hcca-ttl .txt-01,
    .hcca-ttl .txt-02,
    .hcca-item-01-ttl {
        font-size: 2.8rem;
    }
    .hcca-ttl .txt-03 {
        font-size: 1.8rem;
    }
    .hcca-item-01 img {
        margin: 2em auto 4em;
        max-width: 500px;
    }
    .hcca-item-02 img {
        max-width: 420px;
    }
}
@media screen and (max-width: 767px) {
    .l-hcca {
        padding: 60px 0 20px;
    }
    .hcca-ttl {
        margin-bottom: 1.4em;
    }
    .hcca-ttl .txt-01 {
        padding: 2px 20px 1px;
        max-width: 54vw;
    }
    .hcca-ttl .txt-01,
    .hcca-ttl .txt-02,
    .hcca-item-01-ttl {
        font-size: 4vw;
    }
    .hcca-ttl .txt-02 .italic rt {
        font-size: 2.8vw;
    }
    .hcca-ttl .txt-03 {
        font-size: 2.8vw;
        letter-spacing: 0.02em;
    }
    .hcca-item-01 img {
        margin: 1.6em auto 3.4em;
        max-width: 80vw;
    }
    .hcca-item-02 img {
        max-width: 80vw;
    }
}
/* ---------------- choose ---------------- */
.l-choose {
    background: #fff;
    padding: 90px 0;
}
.choose-txt {
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 2px 10px;
    margin: 0 auto 1.2em;
    max-width: 280px;
}
.choose-txt .italic {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 140%;
    font-weight: normal;
    font-style: italic;
    padding-right: 0.2em;
}
.choose-ttl {
    font-size: 3rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1.6em;
}
.choose-ttl>strong {
    font-size: 125%;
    font-weight: 700;
}
.choose-block {
    position: relative;
    margin: 0 auto;
    max-width: 940px;
}
.choose-box .choose-box-ttl {
    color: #fff;
    font-size: 2rem;
    padding: 4px;
}
.choose-box-01 .choose-box-ttl {
    background: #aebbaf;
}
.choose-box-02 .choose-box-ttl {
    background: #03793e;
}
.choose-box-03 .choose-box-ttl {
    background: #ffc843;
}
.choose-box .choose-item {
    padding: 2.4em;
    text-align: left;
    min-height: 42em;
}
.choose-box-01 .choose-item {
    background: #eff1ef;
}
.choose-box-02 .choose-item {
    background: #edf5f1;
}
.choose-box-03 .choose-item {
    background: #fff4d9;
}
.choose-block .note {
    display: block;
    margin-top: 1.5em;
}
.choose-item-inner {
    display: block;
    margin: 0 auto;
    max-width: 500px;
}
.choose-item-block {
    min-height: 18em;
}
.choose-item-name {
    font-size: 1rem;
    font-weight: normal;
    text-align: center;
    margin: 2.6em 0 1em;
}
.choose-item-name>strong {
    display: block;
    font-size: 300%;
    font-weight: 700;
}
.choose-item-name>span {
    display: block;
    font-size: 130%;
    font-weight: 700;
}
.choose-item-lead {
    font-size: 2rem;
    font-weight: normal;
    text-align: center;
    margin-bottom: 0.8em;
}
.choose-item-txt {
    font-size: 1.4rem;
}
.choose-item-txt+.note {
    margin-top: 1em;
}
.modal-btn {
    background: #fff;
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    padding: 6px;
    margin: 2em auto;
    text-align: center;
    text-decoration: none;
    max-width: 180px;
}
@media screen and (max-width: 1024px) {
    .choose-block {
        padding: 0 50px;
        max-width: 800px;
    }
}
@media screen and (max-width: 767px) {
    .l-choose {
        padding: 50px 0 30px;
    }
    .choose-block {
        padding: 0;
    }
    .choose-block .swiper-container>.note {
        display: block;
        margin: 1em auto;
        width: 90%;
    }
    .choose-txt {
        font-size: 3.6vw;
        max-width: 40vw;
    }
    .choose-ttl {
        font-size: 3.8vw;
    }
    .choose-box .choose-box-ttl {
        font-size: 4vw;
    }
    .choose-box .choose-item {
        padding: 1.1em;
        min-height: 44em;
    }
    .choose-item-name {
        font-size: 2.8vw;
        text-align: left;
        margin: 2.2em 0 1.4em;
    }
    .choose-item-name>strong {
        font-size: 250%;
    }
    .choose-item-name>span {
        font-size: 120%;
    }
    .choose-item-lead {
        font-size: 3.7vw;
        text-align: left;
    }
    .choose-item-txt {
        font-size: 3vw;
    }
    .choose-item-block {
        min-height: 22em;
    }
    .modal-btn {
        font-size: 2.8vw;
        padding: 6px;
        max-width: 150px;
    }
}
/* swiper */
.swiper-container {
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.swiper-button-prev:after,
.swiper-button-next:after {
    content: '';
    width: 46px;
    height: 46px;
}
.swiper-button-prev:after {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/slider-arrow.png) no-repeat center/cover;
}
.swiper-button-next:after {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/slider-arrow.png) no-repeat center/cover;
    transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
    .swiper-button-next {
        right: 4px;
    }
    .swiper-button-prev {
        left: 4px;
    }
    .swiper-button-prev:after,
    .swiper-button-next:after {
        width: 36px;
        height: 36px;
    }
}
/* Modaal */
.modaal-content-container {
    padding: 0;
}
.modaal-container {
    background: transparent;
    box-shadow: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
    max-width: 700px;
}
.modal-wrap {
    display: none;
}
.modal-box {
    background: #fff;
    padding: 2.5em;
    margin: 0 auto;
    max-width: 700px;
}
.modal-box .note {
    margin-top: 1em;
}
.modal-box img {
    display: block;
    margin: 2.5em auto;
    max-width: 400px;
}
.modal-box-00 {
    border: 2px solid #aebbaf;
}
.modal-box-01 {
    border: 2px solid #03793e;
}
.modal-box-02 {
    border: 2px solid #ffc843;
}
.modal-box-name {
    color: #fff;
    font-size: 1.6rem;
    font-weight: normal;
    text-align: center;
    padding: 1em;
    margin-bottom: 2.5em;
}
.modal-box-name>strong {
    color: #fff;
    font-size: 200%;
    font-weight: 700;
    line-height: 1.2;
    display: block;
    margin-bottom: 4px;
}
.modal-box-00 .modal-box-name {
    background: #aebbaf;
}
.modal-box-01 .modal-box-name {
    background: #03793e;
}
.modal-box-02 .modal-box-name {
    background: #ffc843;
}
.modal-item-a {
    background: #eff1ef;
    text-align: center;
    padding: 1.8em;
    margin-bottom: 1em;
}
.modal-item-a .ttl {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2px 10px;
    margin: 0 auto 1em;
    width: 56%;
}
.modal-box-01 .modal-item-a {
    background: #e5f1eb;
}
.modal-box-01 .modal-item-a .ttl {
    background: #03793e;
}
.modal-box-02 .modal-item-a {
    background: #fff4d9;
}
.modal-box-02 .modal-item-a .ttl {
    background: #ffc843;
}
.modal-item-a p {
    text-align: center;
}
.modal-item-a .list {
    margin: 0 auto;
    max-width: 300px;
    text-align: left;
}
.modal-item-b {
    margin: 3em 0;
}
.modal-item-b .ttl {
    border: 1px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    padding: 2px;
    margin: 0 auto;
    max-width: 480px;
}
.modal-box-01 .modal-item-b .ttl {
    border: 1px solid #03793e;
    color: #03793e;
}
.modal-item-b .lead-txt {
    font-size: 125%;
    text-align: center;
    margin: 1em auto;
}
.modal-item-c img {
    margin-top: 1em;
}
.modal-item-b .box {
    background: #fff9ec;
    border: 1px solid #03793e;
    border-radius: 30px;
    text-align: center;
    padding: 1.4em 2em;
    margin-bottom: 1.5em;
}
.modal-item-b .box-ttl {
    border-bottom: 1px solid #03793e;
    color: #03793e;
    font-size: 125%;
    font-weight: 700;
    padding-bottom: 10px;
    margin-bottom: 1em;
}
.modal-item-b .box-ttl>span {
    display: inline-block;
    font-family: '游明朝体', 'Yu Mincho', YuMincho, 'ヒラギノ明朝 Pro', 'Hiragino Mincho Pro', 'MS P明朝', 'MS PMincho', serif;
    font-size: 200%;
    font-weight: 500;
    font-style: italic;
    line-height: 1;
    padding-right: 0.3em;
    vertical-align: -5%;
}
.modal-item-b .box img {
    margin: 0 auto;
}
.modal-item-c .ttl {
    color: #9f925d;
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.modal-item-d {
    background: #fff9ec;
    text-align: center;
    padding: 2em;
}
.modal-item-d .ttl {
    color: #03793e;
    font-size: 140%;
    font-weight: 700;
    margin-bottom: 1em;
    text-align: center;
}
.modal-item-d .num-ttl {
    font-size: 110%;
    font-weight: 700;
    margin: 1em 0 0.2em;
    text-align: center;
}
.modal-item-d p {
    font-size: 90%;
}
.modal-item-e {
    margin: 3em 0 2em;
}
.modal-item-e img {
    margin: 2em auto;
    max-width: 500px;
}
.modal-item-e .txt-num {
    margin-bottom: 2em;
}
.modal-item-e .txt-num p {
    font-size: 90%;
    margin: 8px 0;
}
.modal-item-e .txt-num strong {
    background: #ffc843;
    display: inline-block;
    font-size: 110%;
    font-weight: 700;
    margin-right: 0.6em;
    line-height: 1.2;
    padding: 6px 10px;
}
.modal-item-e .txt-num strong+span {
    display: inline-block;
}
@media screen and (max-width: 767px) {
    .modal-box {
        padding: 2.5em 1.5em;
        max-width: 100%;
    }
    .modal-box-name {
        font-size: 2.8vw;
        padding: 0.8em;
    }
    .modal-item-a .ttl {
        font-size: 3.4vw;
        width: 70%;
    }
    .modal-item-a {
        padding: 1.4em;
        margin-bottom: 1.5em;
    }
    .modal-box p,
    .modal-item-a p {
        font-size: 3vw;
    }
    .modal-item-a .list {
        max-width: 74%;
    }
    .modal-item-b .ttl {
        font-size: 3.2vw;
    }
    .modal-item-c .ttl {
        font-size: 4.4vw;
    }
    .modal-item-b .box {
        padding: 1.2em;
    }
    .modal-item-b .box-ttl {
        font-size: 3.4vw;
    }

    .modal-item-b .box img {
        width: 90%;
    }
    .modal-item-d {
        padding: 1.6em;
    }
    .modal-item-d .ttl {
        font-size: 4.2vw;
    }
    .modal-item-d .num-ttl {
        font-size: 3.4vw;
        margin: 1.3em 0 0.1em;
    }
    .modal-item-e .txt-num {
        font-size: 3.2vw;
    }
}
/* modaal close */
.close-modaal {
    background: #fff;
    border: 2px solid #9f925d;
    border-radius: 100px;
    color: #9f925d;
    display: block;
    font-size: 1.5rem;
    font-family: inherit;
    font-weight: 700;
    padding: 6px;
    margin: 2em auto;
    text-align: center;
    text-decoration: none;
    width: 140px;
}
.modaal-close {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 28px;
    height: 28px;
}
.modaal-close:focus,
.modaal-close:hover {
    background: none;
}
.modaal-close:after,
.modaal-close:before {
    top: 0;
    left: 14px;
    width: 2px;
    height: 28px;
    background: #2f2f2f;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #666;
}
@media screen and (max-width: 767px) {
    .close-modaal {
        font-size: 3vw;
        width: 100px;
    }
    .modaal-close {
        top: 6px;
        right: 8px;
    }
}
/* ---------------- feature ---------------- */
.l-feature-02 {
    background: #edeeec;
    padding: 90px 0 70px;
}
.l-feature-02 .feature-ttl {
    margin: 0 auto 3em;
    max-width: 389px;
}
.l-feature-02 .num>img {
    display: block;
    margin: 0 auto 1.4em;
    width: 96px;
}
.l-feature-02 .point-box {
    margin-bottom: 6em;
}
.l-feature-02 .point-box:last-child {
    margin-bottom: 0;
}
.l-feature-02 .point-box .lead-txt {
    text-align: center;
    font-size: 130%;
    margin-bottom: 0.4em;
}
.l-feature-02 .point-box .ttl {
    border-top: 1px solid #2f2f2f;
    border-bottom: 1px solid #2f2f2f;
    font-size: 3rem;
    line-height: 1.4;
    padding: 0.3em 0.5em 0.2em;
    text-align: center;
    margin-bottom: 1.4em;
}
.l-feature-02 .point-box .txt {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 2;
    margin: 1em 0;
}
.l-feature-02 .point-box .txt-l {
    font-size: 2.8rem;
    font-weight: 700;
    text-align: center;
}
.l-feature-02 .point-img-01 {
    display: block;
    margin: 1em auto 0;
    max-width: 652px;
}
.l-feature-02 .point-img-02 {
    display: block;
    margin: 3em auto;
    max-width: 520px;
}
.l-feature-02 .point-img-03 {
    display: block;
    margin: 2em auto 2.5em;
    max-width: 520px;
}
.l-feature-02 .point-02-item-ttl {
    color: #00235e;
    font-size: 2.8rem;
    margin-bottom: 1.4em;
    text-align: center;
}
.l-feature-02 .point-02-item-ttl>strong {
    display: inline-block;
    font-size: 150%;
    background: linear-gradient(transparent 55%, #f5a0c5 55%);
    line-height: 1.3;
    padding: 0 10px;
}
.l-feature-02 .point-02-item-txt {
    color: #00235e;
    font-size: 1.9rem;
}
.l-feature-02 .point-02-item-txt>strong {
    font-weight: 700;
}
.l-feature-02 .video-wrap {
    margin: 4.2em 0 3.2em;
}
.l-feature-02 .video-wrap-ttl {
    color: #00235e;
    text-align: center;
    font-size: 3.2rem;
    margin-bottom: 1.2em;
}
.l-feature-02 .video-wrap-ttl>span {
    font-weight: 700;
    background: linear-gradient(transparent 55%, #f1c7d8 55%);
    line-height: 1.3;
    padding: 0 10px;
    display: inline-block;
}
.l-feature-02 .video-wrap .note {
    text-align: left;
    margin-top: 6px;
}
.l-feature-02 .video-col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.l-feature-02 .video-col li {
    text-align: center;
    width: 49%;
}
.l-feature-02 .video-ttl {
    font-size: 2.2rem;
    margin-bottom: 0.5em;
}
.l-feature-02 .mist-txt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5em;
}
.l-feature-02 .mist-txt>strong {
    font-size: 130%;
}
.l-feature-02 .mist-list-wrap {
    max-width: 700px;
    margin: 2em auto;
}
.l-feature-02 .mist-list-wrap {
    margin: 2em auto;
}
.l-feature-02 .mist-list {
    display: flex;
    justify-content: space-between;
}
.l-feature-02 .mist-list li {
    background: rgb(245 160 197 / 40%);
    text-align: center;
    width: 31%;
    padding: 10px;
    font-size: 2rem;
}
.l-feature-02 .mist-list+.note {
    text-align: right;
    margin-top: 8px;
}
@media screen and (max-width: 1024px) {
    .l-feature-02 .feature-ttl {
        max-width: 280px;
    }
    .l-feature-02 .point-img-01,
    .l-feature-02 .point-img-02,
    .l-feature-02 .point-img-03 {
        margin: 2em auto;
        max-width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .l-feature-02 {
        padding: 60px 0 30px;
    }
    .l-feature-02 .feature-ttl {
        margin-bottom: 2em;
        max-width: 200px;
    }
    .l-feature-02 .num>img {
        width: 64px;
    }
    .l-feature-02 .point-box {
        margin-bottom: 5em;
    }
    .l-feature-02 .point-box .ttl {
        font-size: 4.4vw;
        margin-bottom: 1em;
    }
    .l-feature-02 .point-box .txt {
        font-size: 3vw;
        letter-spacing: 0;
        line-height: 1.8;
    }
    .l-feature-02 .point-box .lead-txt {
        font-size: 100%;
    }
    .l-feature-02 .point-box .txt-l {
        font-size: 4.4vw;
    }
    .l-feature-02 .point-02-item-ttl {
        font-size: 4.2vw;
        margin: 1.8em auto;
    }
    .l-feature-02 .point-02-item-txt {
        font-size: 3.2vw;
    }
    .l-feature-02 .point-img-01,
    .l-feature-02 .point-img-02,
    .l-feature-02 .point-img-03 {
        max-width: 82vw;
    }
    .l-feature-02 .video-wrap {
        margin: 3.5em 0 2em;
    }
    .l-feature-02 .video-wrap-ttl {
        font-size: 5.4vw;
        margin-bottom: 0.6em;
    }
    .l-feature-02 .video-col {
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .l-feature-02 .video-col li {
        margin: 0.8em 0;
        width: 96%;
    }
    .l-feature-02 .video-ttl {
        font-size: 4vw;
    }
    .l-feature-02 .mist-txt {
        font-size: 3.2vw;
        text-align: left;
    }
    .l-feature-02 .mist-list-wrap {
        margin: 1.2em auto;
    }
    .l-feature-02 .mist-list li {
        padding: 8px;
        font-size: 1.4rem;
    }
}
/* ---------------- technology ---------------- */
.l-technology {
    background: #c1e1ae;
    background: linear-gradient(180deg, rgba(243, 244, 242, 1) 0%, rgba(243, 244, 242, 1) 30%, rgba(163, 212, 130, 1) 100%);
    padding: 90px 0;
}
.technology-ttl {
    font-size: 3.8rem;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 1em;
}
.technology-point .num>img {
    width: auto;
    height: 20px;
}
.technology-item01 {
    text-align: center;
}
.technology-item01-ttl {
    border: 2px solid #ff4240;
    border-radius: 100px;
    color: #f44140;
    font-size: 2.6rem;
    line-height: 1.5;
    padding: 2px;
    text-align: center;
    margin: 0 auto 1.5em;
    max-width: 520px;
}
.technology-item01 img {
    display: block;
    margin: 30px auto 10px;
    max-width: 450px;
}
.technology-item02 {
    text-align: center;
    margin-top: 4em;
}
.technology-item02 .ttl {
    font-size: 2.8rem;
    line-height: 1.4;
    margin-bottom: 0.6em;
    text-align: center;
}
.technology-item02 .ttl .font-c02 {
    color: #ff4240;
    font-weight: 700;
    display: block;
    margin-top: 8px;
}
.technology-point {
    border: 2px solid #2f2f2f;
    border-radius: 20px;
    margin: 3em auto 4em;
}
.technology-point .txt-box {
    padding: 3em 3.5em 2em;
}
.technology-point .num>img {
    display: block;
    margin: 0 auto 1.4em;
    width: 96px;
}
.technology-point .ttl .txt-s {
    font-size: 70%;
}
.technology-point .txt {
    font-size: 1.8rem;
    text-align: left;
    margin-bottom: 1em;
}
.technology-point .txt-head {
    margin-bottom: 10px;
}
.technology-point .note {
    text-align: left;
}
.technology-point .img-box {
    background: #fff;
    border-top: 2px solid #2f2f2f;
    border-radius: 0 0 20px 20px;
    padding: 2em 4.5em;
}
.technology-point .img-box .col {
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.technology-point.is-1 .ttl>strong,
.technology-point.is-3 .ttl>strong {
    font-size: 174%;
    vertical-align: -2%;
}
.technology-point.is-1 .ttl>sup,
.technology-point.is-3 .ttl>sup {
    margin-left: -4px;
    vertical-align: 90%;
}
.technology-point.is-1 .img-box img {
    max-width: 220px;
}
.technology-point.is-2 .ttl>strong {
    font-size: 140%;
}
.technology-point.is-2 .img-box img {
    padding: 20px 0;
    max-width: 320px;
}
.technology-point.is-3 .img-box img {
    padding: 20px 0;
    max-width: 570px;
}
.l-technology .btm-item {
    margin-top: -1em;
    text-align: center;
}
@media screen and (max-width: 1024px) {
    .technology-ttl {
        font-size: 3.4rem;
    }
    .technology-point .txt-box {
        padding: 3em 2em 2em;
    }
}
@media screen and (max-width: 767px) {
    .l-technology {
        padding: 50px 0;
    }
    .technology-ttl {
        font-size: 5.4vw;
    }
    .technology-item01-ttl {
        border: 1px solid #ff4240;
        font-size: 3.8vw;
        padding: 2px 0 1px;
        margin: 0 auto 1em;
        max-width: 72vw;
    }
    .technology-item01 img {
        max-width: 64vw;
    }
    .technology-item02 {
        margin-top: 3em;
    }
    .technology-item02 .ttl {
        font-size: 4vw;
    }
    .technology-point {
        border-radius: 16px;
        margin: 2.6em auto;
    }
    .technology-point .txt-box {
        padding: 2em 1.2em;
    }
    .technology-point .num>img {
        margin: 0 auto 1.2em;
        width: 56px;
    }
    .technology-point .txt-head {
        font-size: 3vw;
    }
    .technology-point .ttl {
        font-size: 4vw;
        margin-bottom: 0.8em;
    }
    .technology-point.is-1 .ttl>sup,
    .technology-point.is-3 .ttl>sup {
        margin-left: -4px;
        vertical-align: 40%;
        margin: 0 -0.6em 0 -0.3em;
    }
    .technology-point .txt {
        font-size: 3vw;
        letter-spacing: 0;
    }
    .technology-point .img-box {
        border-radius: 0 0 16px 16px;
        padding: 1.6em;
    }
    .technology-point .img-box .col {
        justify-content: center;
        gap: 8%;
    }
    .technology-point.is-1 .img-box img {
        max-width: 28vw;
    }
    .technology-point.is-2 .img-box img {
        padding: 6px 0;
        max-width: 50vw;
    }
    .technology-point.is-3 .img-box img {
        padding: 20px 0;
        max-width: 74vw;
    }
    .l-technology .btm-item {
        margin-top: 0;
    }
    .l-technology .btm-item .lead {
        margin-bottom: 1.2em;
    }
}
/* ---------------- approach ---------------- */
.l-approach {
    background: #e2dece;
    padding: 90px 0 50px;
}
.l-approach .font-c02 {
    color: #ff4240;
}
.approach-ttl {
    font-size: 3rem;
    text-align: center;
    margin-bottom: 1.6em;
}
.l-approach .img01 {
    display: block;
    margin: 0 auto 3em;
    max-width: 568px;
}
.l-approach .note {
    text-align: left;
}
.l-approach .lead {
    font-size: 3rem;
}
@media screen and (max-width: 1024px) {
    .approach-ttl {
        font-size: 2.8rem;
    }
    .l-approach .img01 {
        max-width: 460px;
    }
    .l-approach .lead {
        font-size: 2.6rem;
    }
}
@media screen and (max-width: 767px) {
    .l-approach {
        padding: 50px 0 20px;
    }
    .approach-ttl {
        font-size: 4.4vw;
    }
    .l-approach .img01 {
        max-width: 92%;
        margin: 0 auto 2em;
    }
    .l-approach .lead {
        font-size: 3.8vw;
    }
}
/* ---------------- parts ---------------- */
.l-parts {
    background: #fbd9e9;
    background: linear-gradient(180deg, rgba(247, 247, 246, 1) 0%, rgba(247, 247, 246, 1) 30%, rgba(250, 208, 227, 1) 100%);
    padding: 90px 0;
}
.parts-ttl {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 1em;
}
.parts-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    text-align: center;
    margin-top: 3em;
    flex-direction: column;
}
.parts-list .ttl-s {
    font-size: 2.2rem;
    font-weight: normal;
    margin: 1.2em auto 0.4em;
}
.parts-list .txt {
    font-size: 88%;
}
.parts-list li {
    margin-bottom: 3em;
    width: 100%;
}
.parts-list li.is-1>img {
    width: 110px;
}
.parts-list li.is-2>img {
    margin: 10px 0;
    width: 273px;
}
.parts-list li.is-3>img {
    width: 70px;
}
.l-parts .explanation {
    display: block;
    margin: 2em auto 4em;
    width: 450px;
}
.l-parts .info-box {
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    padding: 3.5em 3em 2em;
    margin: 2em auto;
    max-width: 700px;
}
.l-parts .info-box .col {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.6em;
}
.l-parts .info-box .ttl-m {
    font-size: 3rem;
    font-weight: normal;
    margin-bottom: 0.6em;
}
.l-parts .info-box .txt-item {
    width: 62%;
}
.l-parts .info-box .img-item {
    width: 178px;
}
.l-parts .info-box .txt-item p {
    margin-bottom: 0.6em;
}
.l-parts .info-tbl tr {
    border-bottom: 1px solid #646464;
}
.l-parts .info-tbl th,
.l-parts .info-tbl td {
    padding: 0.6em 0.1em;
    text-align: left;
}
.l-parts .info-tbl th {
    width: 28%;
}
.l-parts .component {
    border-bottom: 1px solid #646464;
    padding-bottom: 1em;
}
.l-parts .component .comp-ttl {
    font-size: 110%;
    margin: 1em 0 0.4em;
}
.l-parts .component p {
    font-size: 90%;
    line-height: 1.3;
}
.l-parts .note {
    font-size: 90%;
    margin-top: 1.6em;
}
/* accordion */
.accordion {
    margin-top: -1px;
}
.accordion .acc-ttl {
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
    cursor: pointer;
    font-weight: normal;
    padding: 0.6em 0;
    position: relative;
    margin: 0;
    transition: 0.3s;
}
.accordion .acc-ttl:hover {
    opacity: 0.7;
}
.accordion .acc-ttl::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    transform: rotate(90deg);
    background: #2f2f2f;
    transition: all 0.3s ease-in-out;
}
.accordion .acc-ttl::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 15px;
    height: 1px;
    background: #2f2f2f;
    transition: all 0.2s ease-in-out;
}
.accordion .acc-ttl.open::before {
    transform: rotate(180deg);
}
.accordion .acc-ttl.open::after {
    opacity: 0;
}
.acc-cont {
    display: none;
}
@media screen and (max-width: 1024px) {
    .parts-ttl {
        font-size: 3.2rem;
    }
    .parts-list {
        flex-direction: column;
    }
    .parts-list li,
    .parts-list li.is-1 {
        margin-bottom: 3em;
        width: 100%;
    }
    .l-parts .info-box .img-item {
        width: 150px;
    }
    .l-parts .explanation {
        margin: 0 auto 3em;
        width: 450px;
    }
}
@media screen and (max-width: 767px) {
    .l-parts {
        padding: 50px 0 30px;
    }
    .parts-ttl {
        font-size: 5.2vw;
    }
    .parts-list li,
    .parts-list li.is-1 {
        margin-bottom: 3em;
    }
    .parts-list li.is-1>img {
        width: 24%;
    }
    .parts-list li.is-2>img {
        width: 50%;
    }
    .parts-list li.is-3>img {
        width: 12%;
    }
    .parts-list .ttl-s {
        font-size: 4.4vw;
        margin: 0.8em auto 0.1em;
    }
    .parts-list .txt {
        font-size: 3vw;
        letter-spacing: 0;
    }
    .l-parts .explanation {
        margin: 0.8em auto 3.4em;
        width: 84%;
    }
    .l-parts .info-box {
        border-radius: 16px;
        padding: 2em 1.4em;
    }
    .l-parts .info-box .col {
        margin-bottom: 1em;
    }
    .l-parts .info-box .txt-item {
        width: 70%;
    }
    .l-parts .info-box .img-item {
        width: 26%;
    }
    .l-parts .info-box .ttl-m {
        font-size: 4.4vw;
    }
    .l-parts .acc-ttl {
        font-size: 3vw;
        padding: 0.8em 0;
    }
    .l-parts .info-box .txt-item p {
        font-size: 2.8vw;
    }
    .l-parts .info-tbl,
    .l-parts .component p {
        font-size: 2.8vw;
        letter-spacing: 0;
    }
    .l-parts .component .comp-ttl {
        font-size: 3vw;
        margin: 0.8em 0 0.2em;
    }
    .l-parts .note {
        font-size: 2.8vw;
        margin-top: 1.4em;
    }
    .accordion .acc-ttl::before {
        right: 10px;
        width: 12px;
    }
    .accordion .acc-ttl::after {
        right: 10px;
        width: 12px;
    }
}
/* ---------------- use ---------------- */
.l-use {
    background: #d6ddd7;
    padding: 90px 0;
}
.l-use .sec-ttl {
    margin-bottom: 1em;
}
.l-use .sec-ttl>img {
    max-width: 260px;
    vertical-align: -8%;
}
.l-use .video-wrap {
    margin-bottom: 5em;
}
.l-use .video-wrap .ttl-l {
    text-align: center;
}
.l-use .video-wrap .ttl-l>span {
    border-bottom: 2px solid #2f2f2f;
    display: inline-block;
    font-size: 2.6rem;
    font-weight: 700;
    margin: 1em auto 0.8em;
}
.l-use .step-list {
    text-align: center;
}
.l-use .step-list li {
    margin-bottom: 3em;
}
.l-use .step-list .num {
    display: block;
    margin: 0 auto 0.8em;
    width: 80px;
}
.l-use .step-list .txt {
    font-size: 2rem;
}
.l-use .step-list .step-img {
    margin-top: 1em;
    max-width: 400px;
}
.l-use .step-list .note {
    font-size: 1.6rem;
    margin-top: 0.6em;
}
.l-use .img-l {
    display: block;
    margin: 5em auto 0;
    max-width: 800px;
}
@media screen and (max-width: 1024px) {
    .l-use {
        padding-bottom: 0;
    }
    .l-use .img-l {
        margin: 5em calc(50% - 50vw) 0;
        max-width: none;
        width: 100vw;
    }
}
@media screen and (max-width: 767px) {
    .l-use {
        padding: 40px 0 0;
    }
    .l-use .sec-ttl>img {
        max-width: 150px;
    }
    .l-use .video-wrap .ttl-l>span {
        border-bottom: 1px solid #2f2f2f;
        font-size: 4vw;
        margin: 0 auto 0.8em;
    }
    .l-use .step-list .num {
        width: 52px;
    }
    .l-use .step-list .txt {
        font-size: 3.4vw;
    }
    .l-use .step-list .step-img {
        margin-top: 0.8em;
        max-width: 64vw;
    }
    .l-use .step-list .note {
        font-size: 2.8vw;
    }
    .l-use .img-l {
        margin-top: 4em;
    }
}
/* ---------------- buy ---------------- */
.l-buy {
    background: #fafaf9;
    padding: 90px 0;
}
.buy-ttl {
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 1em;
}
.buy-ttl>img {
    max-width: 260px;
    vertical-align: -8%;
}
.l-buy .product-box {
    text-align: center;
    margin-top: 3.5em;
}
.l-buy .product-box-01 img {
    display: block;
    margin: 0 auto;
    max-width: 380px;
}
.l-buy .product-box-02 img {
    display: block;
    margin: 0 auto;
    max-width: 270px;
}
.l-buy .product-box .ttl {
    color: #f44140;
    font-size: 2.6rem;
    margin: 0.4em auto;
}
.l-buy .product-box .ttl>.txt-s {
    background: #f44140;
    color: #fff;
    display: inline-block;
    font-size: 65%;
    font-weight: 700;
    padding: 2px 16px 0;
}
.l-buy .product-box .price {
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
    margin-top: 0.4em;
}
.l-buy .product-box .price .txt-s {
    font-size: 78%;
    font-weight: 700;
    vertical-align: 5%;
}
.l-buy .product-box .price .txt-ss {
    font-size: 50%;
    font-weight: 700;
}
.l-buy .product-box .note {
    font-size: 1.4rem;
    margin-top: 4px;
}
.l-buy .installments-txt {
    border: 1px solid #2f2f2f;
    border-radius: 10px;
    padding: 1em;
    text-align: center;
    max-width: 540px;
    margin: 1.5em auto 0.5em;
}
.l-buy .installments-txt p {
    font-size: 96%;
}
.l-buy .installments-txt ul {
    margin-left: 20%;
}
.l-buy .installments-txt ul * {
    font-weight: 700;
}
.l-buy .installments-txt li>span {
    font-size: 90%;
}
.l-buy .installments-jaccs {
    background: #f0f0ef;
    padding: 1.5em 2em;
    max-width: 540px;
    margin: 1.8em auto 3em;
}
.l-buy .installments-jaccs .ttl-s {
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.5em;
}
.l-buy .installments-jaccs p {
    font-size: 80%;
    letter-spacing: 0;
    text-align: left;
}
.l-buy .buy-item {
    border: 1px solid #2f2f2f;
    border-radius: 14px;
    text-align: center;
    padding: 1.4em 1em;
    margin: 3em auto;
    max-width: 420px;
}
.l-buy .buy-item .txt-l {
    font-size: 2.4rem;
    font-weight: 700;
}
.l-buy .buy-item .txt-s {
    font-weight: 700;
}
.l-buy .buy-item .txt-s>span {
    font-size: 130%;
    font-weight: 700;
}
.l-buy .buy-item .txt-s>strong {
    font-size: 210%;
}
.l-buy .buy-item .txt-s>strong sup {
    font-size: 38%;
    vertical-align: 70%;
}
.l-buy .buy-item .note {
    margin-top: 0.4em;
}
.l-buy .buy-list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    margin-top: 4em;
}
.l-buy .buy-list li {
    color: #6e6e6e;
    text-align: center;
    margin: 0 2% 3%;
    width: 28%;
}
.l-buy .buy-list li:nth-child(1),
.l-buy .buy-list li:nth-child(2) {
    width: 34%;
}
.l-buy .buy-list img {
    height: 80px;
    width: auto;
}
.l-buy .buy-list .list-ttl {
    font-size: 2rem;
    margin: 0.8em auto 0.6em;
}
.l-buy .buy-list p {
    font-size: 90%;
}
@media screen and (max-width: 1024px) {
    .buy-ttl {
        font-size: 3.6rem;
    }
    .l-buy .buy-list img {
        height: 60px;
    }
}
@media screen and (max-width: 767px) {
    .l-buy {
        padding: 40px 0;
    }
    .buy-ttl {
        font-size: 5.2vw;
    }
    .buy-ttl>img {
        max-width: 34vw;
        vertical-align: -8%;
    }
    .l-buy .product-box {
        margin-top: 2em;
    }
    .l-buy .product-box-01 img {
        max-width: 70%;
    }
    .l-buy .product-box-02 img {
        max-width: 50%;
    }
    .l-buy .product-box .ttl {
        font-size: 4vw;
        margin: 0.4em auto;
    }
    .l-buy .product-box .txt {
        font-size: 3vw;
    }
    .l-buy .product-box .price {
        font-size: 4vw;
    }
    .l-buy .product-box .note {
        font-size: 2.8vw;
    }
    .l-buy .installments-txt {
        border-radius: 6px;
        padding: 0.6em;
        margin: 1em auto 0.8em;
    }
    .l-buy .installments-txt p {
        font-size: 3vw;
    }
    .l-buy .installments-txt ul {
        font-size: 2.8vw;
        margin-left: 15%;
    }
    .l-buy .installments-jaccs {
        padding: 1.2em 1.5em;
    }
    .l-buy .installments-jaccs .ttl-s {
        font-size: 3vw;
    }
    .l-buy .installments-jaccs p {
        font-size: 3.8vw;
    }
    .l-buy .buy-item {
        border-radius: 12px;
        padding: 1em 0.6em;
        margin: 2.6em auto;
        max-width: 70%;
    }
    .l-buy .buy-item .txt-l {
        font-size: 3vw;
    }
    .l-buy .buy-item .txt-s {
        font-size: 2.8vw;
    }
    .l-buy .buy-list li {
        margin: 0 1.4% 0;
        width: 30%;
    }
    .l-buy .buy-list li:nth-child(1),
    .l-buy .buy-list li:nth-child(2) {
        width: 34%;
        margin: 0 2% 8%;
    }
    .l-buy .buy-list img {
        height: 40px;
    }
    .l-buy .buy-list .list-ttl {
        font-size: 3vw;
    }
    .l-buy .buy-list p {
        font-size: 2.8vw;
        letter-spacing: 0;
    }
}
/* ---------------- media ---------------- */
.l-media {
    background: rgb(230, 234, 241);
    background: linear-gradient(0deg, rgba(230, 234, 241, 1) 0%, rgba(213, 219, 239, 1) 40%);
    padding: 90px 0 40px;
}
.media-ttl {
    color: #00235e;
    font-size: 3.8rem;
    text-align: center;
    margin-bottom: 2em;
}
.media-box {
    border: 4px solid #a1adda;
    border-radius: 30px;
    padding: 4em 4em 3em;
    position: relative;
    margin: 0 auto 5em;
    max-width: 900px;
}
.media-box-icon {
    display: inline-block;
    margin-right: 0.5em;
    width: 55px;
}
.media-box-ttl {
    background: #d5dbf0;
    color: #00235e;
    font-size: 3.4rem;
    font-weight: 700;
    text-align: center;
    padding: 0 1.4em;
    position: absolute;
    top: -0.9em;
    left: 50%;
    transform: translateX(-50%);
}
.media-item {
    margin: 0 auto 2.4em;
}
.media-item-ttl {
    font-size: 2.6rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0.6em;
}
.media-item-etc {
    text-align: right;
    margin-top: 0.5em;
}
@media screen and (max-width: 1024px) {
    .media-ttl {
        font-size: 3.4rem;
    }
    .media-box {
        padding: 4em 2em 3em;
    }
    .media-box-ttl {
        font-size: 2.8rem;
    }
    .media-box-icon {
        width: 42px;
    }
    .media-item-ttl {
        font-size: 2.2rem;
    }
}
@media screen and (max-width: 767px) {
    .l-media {
        padding: 50px 0 10px;
    }
    .media-ttl {
        font-size: 5.2vw;
    }
    .media-box {
        border: 2px solid #a1adda;
        border-radius: 20px;
        padding: 3em 1.4em 1em;
        margin-bottom: 3.5em;
    }
    .media-box-icon {
        vertical-align: -20%;
        width: 26px;
    }
    .media-box-ttl {
        font-size: 4.4vw;
        width: 45vw;
        top: -0.8em;
    }
    .media-item {
        margin-bottom: 1.4em;
    }
    .media-item-ttl {
        font-size: 3.8vw;
    }
    .media-item-txt,
    .media-item-etc {
        font-size: 3vw;
    }
}
/* ---------------- voice ---------------- */
.l-voice {
    background: #aad890;
    background: linear-gradient(180deg, rgba(124, 194, 77, 1) 0%, rgba(203, 231, 189, 1) 50%, rgba(228, 236, 232, 1) 100%);
    color: #fff;
    padding-bottom: 0;
}
.l-voice .bg-img {
    background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/voice-bg-pc.png) no-repeat center/cover;
    margin-top: 64px;
    height: 720px;
}
.l-voice .sec-ttl {
    color: #fff;
    font-size: 3.4rem;
    margin-bottom: 0.6em;
}
.l-voice .balloon-box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: absolute;
    margin-top: 1.4em;
    width: 100%;
}
.l-voice .balloon-box>div {
    position: relative;
    width: 50%;
}
.l-voice .balloon-box img {
    display: block;
    position: relative;
    margin: 6px 4px;
    height: 52px;
    width: auto;
}
.l-voice .balloon-box .b02 {
    left: 190px;
}
.l-voice .balloon-box .b03 {
    top: 3px;
    left: 58px;
}
.l-voice .balloon-box .b04 {
    top: 10px;
    left: 170px;
}
.l-voice .balloon-box .b05 {
    top: -30px;
}
.l-voice .balloon-box .b06 {
    top: -30px;
    left: 50px;
}
.l-voice .balloon-box .b07 {
    top: -60px;
    left: 220px;
}
.l-voice .balloon-box .b08 {
    left: 27px;
}
.l-voice .balloon-box .b09 {
    top: -32px;
    left: 278px;
}
.l-voice .balloon-box .b10 {
    top: -24px;
    left: 80px;
}
.l-voice .balloon-box .b11 {
    top: -23px;
    left: 274px;
}
.l-voice .balloon-box .b12 {
    top: -38px;
    left: 22px;
}
.l-voice .balloon-box .b13 {
    top: -46px;
    left: 248px;
}
.l-voice .balloon-box .b14 {
    top: -53px;
    left: -18px;
}
@media screen and (max-width: 1024px) {
    .l-voice .balloon-box img {
        height: 48px;
    }
    .l-voice .balloon-box .b02 {
        left: 17vw;
    }
    .l-voice .balloon-box .b03 {
        left: 6vw;
    }
    .l-voice .balloon-box .b04 {
        left: 15vw;
    }
    .l-voice .balloon-box .b05 {
        top: -3vw;
    }
    .l-voice .balloon-box .b06 {
        top: -3.2vw;
        left: 9vw;
    }
    .l-voice .balloon-box .b07 {
        top: -2.7vw;
        left: 22.2vw;
    }
    .l-voice .balloon-box .b08 {
        left: 0;
    }
    .l-voice .balloon-box .b09 {
        top: -3vw;
        left: 27vw;
    }
    .l-voice .balloon-box .b10 {
        top: -2.6vw;
        left: 7vw;
    }
    .l-voice .balloon-box .b11 {
        top: -2.7vw;
        left: 24vw;
    }
    .l-voice .balloon-box .b12 {
        top: -3vw;
        left: 2vw;
    }
    .l-voice .balloon-box .b13 {
        top: -2vw;
        left: 22vw;
    }
    .l-voice .balloon-box .b14 {
        top: -2vw;
        left: -0.6vw;
    }
    .l-voice .bg-img {
        margin-top: 130px;
        height: 610px;
    }
}
@media screen and (max-width: 767px) {
    .l-voice .sec-ttl {
        font-size: 5.4vw;
    }
    .l-voice .balloon-box {
        flex-direction: column;
        align-items: center;
        margin-top: 0.6em;
        width: 100%;
    }
    .l-voice .balloon-box>div {
        margin: 0 auto;
        width: 100%;
    }
    .l-voice .balloon-box .item02 {
        margin-top: -4em;
    }
    .l-voice .balloon-box img {
        margin: 4px;
        height: 11vw;
    }
    .l-voice .balloon-box .b02 {
        left: 31vw;
    }
    .l-voice .balloon-box .b04 {
        top: 2vw;
        left: 34vw;
    }
    .l-voice .balloon-box .b05 {
        top: -6vw;
    }
    .l-voice .balloon-box .b06 {
        top: -5.2vw;
        left: 12vw;
    }
    .l-voice .balloon-box .b07 {
        top: -13vw;
        left: 47vw;
    }
    .l-voice .balloon-box .b09 {
        top: -7vw;
        left: 54vw;
    }
    .l-voice .balloon-box .b10 {
        top: -7vw;
        left: 12vw;
    }
    .l-voice .balloon-box .b11 {
        top: -7.5vw;
        left: 52vw;
    }
    .l-voice .balloon-box .b12 {
        top: -13.7vw;
        left: 2vw;
    }
    .l-voice .balloon-box .b13 {
        top: -15vw;
        left: 46vw;
    }
    .l-voice .balloon-box .b14 {
        top: -15vw;
        left: 0;
    }
    .l-voice .bg-img {
        background: url(https://d2w53g1q050m78.cloudfront.net/meglyjpcom/uploads/assets/images_02/voice-bg-sp.png) no-repeat center/cover;
        margin-top: 122vw;
        height: 126vw;
    }
}
/* ---------------- company ---------------- */
.l-company {
    padding: 70px 0 80px;
}
.l-company .sec-ttl {
    font-size: 3.4rem;
    margin-bottom: 1.4em;
}
.l-company .logo01 {
    display: block;
    margin: 0 auto;
    width: 182px;
}
.l-company .txt {
    text-align: center;
    font-weight: normal;
    margin: 3em auto;
}
.l-company .txt-s {
    text-align: center;
    font-size: 90%;
    font-weight: normal;
    margin: 1.6em auto 0;
}
.l-company .others {
    display: flex;
    align-items: center;
    justify-content: center;
}
.l-company .others li {
    margin: 0 3em;
}
.l-company .logo02 {
    width: 128px;
}
.l-company .logo03 {
    width: 150px;
}
@media screen and (max-width: 767px) {
    .l-company {
        padding: 40px 0 60px;
    }
    .l-company .sec-ttl {
        font-size: 5.4vw;
    }
    .l-company .logo01 {
        width: 36vw;
    }
    .l-company .txt {
        margin: 3em auto 4em;
        font-size: 3.2vw;
    }
    .l-company .others li {
        margin: 0 2.2em;
    }
    .l-company .logo02 {
        width: 26vw;
    }
    .l-company .logo03 {
        width: 24vw;
    }
}
/* ---------------- faq ---------------- */
.l-faq {
    background: #eceff8;
}
.l-faq .sec-ttl {
    font-size: 3.4rem;
    margin-bottom: 0.8em;
}
.faq-box {
    border: 1px solid #2f2f2f;
    border-radius: 20px;
    padding: 3em;
}
.faq-item .acc-ttl {
    background: #d7ddf0;
    display: flex;
    padding: 16px;
    position: relative;
}
.faq-item .acc-ttl>span {
    font-weight: 700;
}
.faq-item .acc-cont {
    padding: 16px;
    border-bottom: 1px solid #2f2f2f;
}
.faq-item .acc-ttl .icon-q {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    padding: 0 15px;
}
.faq-item .acc-ttl .txt-q {
    padding-left: 1.5em;
}
.faq-item .acc-ttl .txt-q,
.faq-item .acc-cont .txt-a dd {
    width: 94%;
}
.faq-item .acc-cont .txt-a dt {
    font-weight: 700;
    width: 1.5em;
}
.faq-item .acc-cont .txt-a {
    display: flex;
}
.faq-item .acc-cont p {
    margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
    .l-faq .sec-ttl {
        font-size: 5.4vw;
        margin-bottom: 1.2em;
    }
    .faq-box {
        border-radius: 16px;
        padding: 2em 1.2em 2.2em;
    }
    .faq-item .acc-ttl {
        padding: 14px 12px;
        font-size: 3vw;
    }
    .faq-item .acc-ttl .icon-q {
        padding: 0 10px;
    }
    .faq-item .acc-ttl .txt-q {
        width: 88%;
    }
    .faq-item .acc-cont {
        padding: 12px;
    }
    .faq-item .acc-cont .txt-a dd {
        width: 98%;
    }
    .faq-item .acc-cont .txt-a {
        font-size: 3vw;
    }
}
/* ---------------- form ---------------- */
.l-form {
    background: #fafaf9;
    padding: 4em 0 2em;
}
.l-form .checklist {
    margin-bottom: 1.4em;
}
.l-form .checklist .ttl {
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 1.4em;
}
.l-form .checklist .accordion {
    font-size: 88%;
}
.l-form .checklist .acc-ttl {
    padding: 0.6em;
}
.l-form .checklist .acc-cont {
    border-bottom: 1px solid #646464;
    padding: 1.2em 0.8em;
}
.l-form .checklist .txt {
    margin-bottom: 0.8em;
}
.l-form .checklist .list-disc>li,
.l-form .checklist .list-num>li {
    margin: 0.6em 0;
}
.l-form .checklist .list-num>li {
    font-weight: bold;
}
.l-form .checklist .list-disc>li p,
.l-form .checklist .list-disc>li p>span {
    font-weight: 700;
}
.l-form .checklist .btn-s {
    background: #aebbaf;
    border-radius: 100px;
    color: #fff;
    display: block;
    padding: 6px;
    text-align: center;
    margin-bottom: 1em;
    width: 10em;
}
.l-form .checklist .ttl-col {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 0.6em;
}
.l-form .checklist .ttl-col>strong {
    display: inline-block;
}
.l-form .checklist .ttl-col>strong:nth-child(1) {
    min-width: 6em;
}
.l-form .checklist .ttl-col>strong:nth-child(2) {
    font-size: 114%;
}
.l-form .checklist .ttl-col span {
    font-size: 50%;
    font-weight: 700;
}
.l-form .checklist .ttl-ss {
    font-size: 100%;
    font-weight: 700;
}
.l-form .checklist .ttl-s {
    font-size: 120%;
    font-weight: 700;
}
.l-form .checklist .item-box {
    margin-bottom: 1.6em;
}
.l-form .checklist .note {
    margin-top: 1.2em;
}
.l-form .checklist .note>p {
    margin-top: 0.8em;
}
@media screen and (max-width: 1024px) {
    .l-form {
        background: #fff;
    }
    .l-form .form-inner {
        max-width: none;
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .l-form {
        padding: 2.6em 0 2em;
    }
    .l-form .checklist .ttl {
        font-size: 4.8vw;
        margin-bottom: 1.2em;
    }
    .l-form .checklist .accordion {
        font-size: 3.2vw;
    }
    .l-form .checklist .acc-ttl {
        padding: 0.9em 0.6em;
    }
    .l-form .checklist .acc-cont {
        letter-spacing: 0;
    }
    .l-form .checklist .ttl-col {
        font-size: 4.4vw;
    }
}
/* 20230313 */
.l-form .check-tbl {
    margin-bottom: 20px;
}
.l-form .check-tbl,
.l-form .check-tbl th,
.l-form .check-tbl td {
    border: 1px solid #d6ddd7;
    border-collapse: collapse;
}
.l-form .check-tbl th,
.l-form .check-tbl td {
    background: #fff;
    font-weight: 700;
    font-size: 95%;
    line-height: 1.1;
    padding: 8px;
    text-align: center;
    white-space: nowrap;
    height: 4em;
    vertical-align: middle;
}
.l-form .check-tbl td>span {
    font-weight: inherit;
}
.l-form .check-tbl .note {
    font-size: 80%;
    margin-top: 4px;
}
.l-form .check-tbl td>img {
    width: 16px;
    vertical-align: -10%;
}
.l-form .check-tbl+ul>li {
    font-weight: 700;
}
@media screen and (max-width: 767px) {
    .l-form .tbl-wrap {
        overflow-x: scroll;
    }
    .l-form .check-tbl th,
    .l-form .check-tbl td {
        font-size: 3vw;
        padding: 6px;
    }
    .l-form .check-tbl td>img {
        width: 11px;
    }
}
/* 20230424 */
.l-form .accordion .acc-ttl {
    font-weight: 700;
}
.l-form .checklist .btn-f3 {
    background: #fff;
    border: 2px solid #f44140;
    border-radius: 100px;
    color: #f44140;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    padding: 6px 4px;
    text-align: center;
    max-width: 360px;
    margin: 1.5em auto;
    min-height: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .l-form .checklist .btn-f3 {
        max-width: 70vw;
    }
}