@charset "UTF-8";
/* =============================================================================
Reset style
========================================================================== */
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,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*--- iosのスタイルリセット  ---*/
input[type=submit],
input[type=button] {
  border-radius: 10px;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrapper {
  position: relative;
}

/* =============================================================================
Image
========================================================================== */
a {
  display: block;
}

img {
  width: 100%;
  height: inherit;
}

/* =============================================================================
Basic style
========================================================================== */
html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  overflow-x: hidden;
  font-family: "ヒラギノ角ゴシック", "Noto Sans JP", sans-serif;
  word-break: break-all;
}

img {
  vertical-align: top;
}

.century {
  font-family: "Arial", "Century Gothic";
}

/*==============================================================================
Media
============================================================================= */
/*
  sp
----------------------------------------------- */
/*
  pc
----------------------------------------------- */
/*
  xl-pc
----------------------------------------------- */
/*==============================================================================
Accessibility
============================================================================= */
.screen-reader-text {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

.hidden {
  display: none;
}

/*==============================================================================
font-size
============================================================================= */
/*
	  mobile
  ----------------------------------------------- */
@media screen and (max-width: 769px) {
  html {
    font-size: 2.1333333333vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  PC
  ----------------------------------------------- */
@media screen and (min-width: 770px) {
  html {
    font-size: 1.1111111111vw;
  }
  p {
    font-size: 1rem;
  }
}
/*
  xl-pc
----------------------------------------------- */
@media screen and (min-width: 1440px) {
  html {
    font-size: 16px;
  }
  p {
    font-size: 1rem;
  }
}
/*==============================================================================
Responsive
============================================================================= */
@media screen and (max-width: 769px) {
  .inner {
    width: 43.125rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
@media screen and (min-width: 770px) {
  .inner {
    width: 75rem;
    margin: 0 auto;
    position: relative;
  }
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
/*==============================================================================
Main style
============================================================================= */
/*==============================================================================
header
============================================================================= */
@media screen and (min-width: 770px) {
  body {
    margin: -29px 0;
  }
  .gmoGroupHeader {
    position: absolute;
    top: 0;
  }
  .header {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0.9375rem 0;
    background: #ffffff;
    -webkit-box-shadow: -0.1125rem -0.1125rem 0.275rem 0.1125rem #e8e9ef, 0.1125rem 0.1125rem 0.875rem 0.1375rem #e8e9ef;
            box-shadow: -0.1125rem -0.1125rem 0.275rem 0.1125rem #e8e9ef, 0.1125rem 0.1125rem 0.875rem 0.1375rem #e8e9ef;
  }
  .header.move {
    top: 0;
  }
  .header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-logo {
    width: 27.8125rem;
  }
  .header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header-materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 14rem;
    margin: 0 0.875rem 0 0;
    padding: 0.8125rem 0 0.8125rem 4.25rem;
    border-radius: 1.875rem;
    border: 1px solid #ff9c00;
    background: linear-gradient(-45deg, #fffbf3 0%, #fffbf3 50%, #ffffff 50%, #ffffff 100%);
  }
  .header-materials-txt {
    margin: 0 2.8125rem 0 0;
    color: #ff9c00;
    font-weight: 600;
    font-size: 1rem;
  }
  .header-materials-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ff9c00;
    border-radius: 50%;
    color: #ff9c00;
    font-weight: bold;
  }
  .header-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 15.75rem;
    padding: 0.75rem 0 0.75rem 2.5rem;
    border-radius: 1.875rem;
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .header-contact-txt {
    margin: 0 1.25rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1rem;
  }
  .header-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
  }
  .fv-bg {
    padding: 10rem 0 4.75rem;
    background: #fafbff;
  }
  .fv-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .fv-left {
    position: relative;
    z-index: 5;
  }
  .fv-top {
    margin: 0 0 -0.3125rem 0;
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.75;
    letter-spacing: 0.2em;
    font-weight: bold;
  }
  .fv-top span {
    font-weight: bold;
  }
  .fv-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: -4.375rem 0 0;
  }
  .fv h1 {
    margin: 0 0.3125rem 0 0;
    color: #008194;
    font-weight: 600;
    font-size: 5rem;
    line-height: 1.1;
    letter-spacing: 0.14em;
  }
  .fv h1 span {
    font-size: 1.25rem;
    letter-spacing: 0.15em;
  }
  .fv-badge {
    position: relative;
    margin: 5rem 0 0;
  }
  .fv-badge-img {
    width: 11.125rem;
  }
  .fv-badge-txts {
    position: absolute;
    width: 10.625rem;
    top: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .fv-badge-top {
    margin: 0 0 0.25rem;
    color: #666666;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.2;
  }
  .fv-badge-line {
    width: 6.875rem;
    height: 1px;
    margin: 0 auto 0.625rem;
    background: #80ced6;
  }
  .fv-badge-min {
    color: #008194;
    font-weight: 600;
    font-size: 0.875rem;
    text-align: center;
  }
  .fv-badge-num {
    color: #008194;
    font-weight: bold;
    font-size: 2.75rem;
    text-align: center;
  }
  .fv-badge-num span {
    font-size: 1.125rem;
  }
  .fv-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22.875rem;
    margin: 1rem 0 0;
    padding: 1.75rem 0 1.75rem 8.125rem;
    border-radius: 3.125rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .fv-contact-txt {
    margin: 0 3.75rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.08em;
  }
  .fv-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8125rem;
  }
  .fv-img {
    position: absolute;
    top: 3.4375rem;
    right: -1.875rem;
    width: 36.5625rem;
  }
  .badge {
    position: relative;
    z-index: 5;
    -webkit-box-shadow: 0 0 1.275rem 0.1125rem #e8e9ef, 0 0 0.875rem 0.1375rem #e8e9ef;
            box-shadow: 0 0 1.275rem 0.1125rem #e8e9ef, 0 0 0.875rem 0.1375rem #e8e9ef;
    padding: 2rem 0 1.25rem;
  }
  .badge .award-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .badge .award-list ul li {
    max-width: 11.25rem;
    margin: 8px 12px;
    width: 32%;
  }
  .badge .award-note {
    font-size: 0.625rem;
    text-align: center;
    line-height: 1.6;
    margin: 24px auto 0;
    color: #aaa;
    max-width: 59.375rem;
  }
  .badge .award-note span {
    margin-right: 10px;
  }
  .cv.sp-only {
    display: none !important;
  }
  .trouble-inner {
    width: 62.5rem;
    padding: 6.25rem 0 6.125rem;
  }
  .trouble h2 {
    margin: 0 0 7.5rem;
    color: #343a3f;
    font-size: 2.1875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .trouble h2 span {
    margin: 0 0.625rem;
    padding: 0.3125rem 0.5rem;
    background: #008194;
    font-weight: 600;
    color: #ffffff;
  }
  .trouble-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .trouble-img01 {
    width: 15.25rem;
    margin: 0 auto 2.125rem;
  }
  .trouble-img02 {
    width: 11.25rem;
    margin: 0 auto 2.1875rem;
  }
  .trouble-img03 {
    width: 12.4375rem;
    margin: 0 auto 2.1875rem;
  }
  .trouble-txt {
    color: #343a3f;
    font-size: 1.125rem;
    line-height: 1.889;
    text-align: center;
  }
  .trouble-txt span {
    font-weight: 600;
  }
  .feature-bg {
    padding: 0 0 4.125rem;
    background: #eef8fa;
  }
  .feature-arrow {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto 3.25rem;
    border-left: 3.25rem solid transparent;
    border-right: 3.25rem solid transparent;
    border-top: 2.4375rem solid #ffffff;
  }
  .feature-top {
    color: #343a3f;
    font-size: 2rem;
    text-align: center;
    line-height: 1.93;
    letter-spacing: 0.1em;
  }
  .feature-top span {
    margin: 0 0 0 0.3125rem;
    padding: 0.3125rem;
    background: #008194;
    color: #ffffff;
    font-weight: 600;
  }
  .feature-top02 {
    margin: 0 0 3.8125rem;
    color: #343a3f;
    font-size: 2rem;
    text-align: center;
    line-height: 1.93;
    letter-spacing: 0.1em;
  }
  .feature h2 {
    margin: 0 0 3.5rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .feature-item {
    margin: 0 0 2.1875rem;
  }
  .feature-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -2.8125rem 6.25rem;
  }
  .feature-nums.diff {
    margin: 0 0 -2.9375rem 58rem;
    text-align: right;
  }
  .feature-nums-num {
    color: #008194;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 5.625rem;
  }
  .feature-nums-min {
    margin: 1.25rem 0 0;
    color: #008194;
    font-size: 0.875rem;
    letter-spacing: 0.1em;
  }
  .feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .feature-wrap.wrap01 {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    padding: 3.1875rem 3.75rem 5rem 6.25rem;
  }
  .feature-wrap.wrap02 {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    padding: 5rem 6.25rem 3.75rem 6.25rem;
  }
  .feature-wrap.wrap03 {
    padding: 5rem 6.25rem 3.75rem 6.25rem;
  }
  .feature-box {
    width: 36.875rem;
  }
  .feature-box-ttl {
    margin: 0 0 1.5625rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.76;
    letter-spacing: 0.1em;
  }
  .feature-box-txt {
    color: #343a3f;
    font-size: 1.125rem;
    line-height: 2.11;
  }
  .feature-img01 {
    width: 22.9375rem;
  }
  .feature-img02 {
    width: 19.125rem;
  }
  .feature-img03 {
    width: 23.25rem;
    margin: 0.9375rem 0 0;
  }
  .cta-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    padding: 3.9375rem 0 6.3125rem;
  }
  .cta-img01 {
    position: absolute;
    top: 0;
    left: -7.9375rem;
    width: 8.5625rem;
  }
  .cta-img02 {
    position: absolute;
    top: 5.4375rem;
    right: -8.125rem;
    width: 7.375rem;
  }
  .cta-txt {
    margin: 0 0 1.875rem;
    color: #000410;
    font-size: 1.125rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .cta-materials {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 22.25rem;
    padding: 2.375rem 0 2.375rem 7.75rem;
    border-radius: 3.125rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    border: 1px solid #ff9c00;
    background: linear-gradient(-45deg, #fffbf3 0%, #fffbf3 50%, #ffffff 50%, #ffffff 100%);
  }
  .cta-materials-txt {
    margin: 0 4.75rem 0 0;
    color: #ff9c00;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .cta-materials-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ff9c00;
    border-radius: 50%;
    color: #ff9c00;
    font-weight: bold;
    font-size: 0.8125rem;
  }
  .cta-contact {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 23.0625rem;
    padding: 2.375rem 0 2.375rem 6.9375rem;
    border-radius: 3.125rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .cta-contact-txt {
    margin: 0 4.1875rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .cta-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 0.8125rem;
  }
  .plan {
    background: #eef8fa;
  }
  .plan-inner {
    padding: 8.3125rem 0 8.75rem;
  }
  .plan h2 {
    margin: 0 0 6rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.875rem;
  }
  .plan-btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.4375rem 0;
    border-radius: 0.625rem;
    background: #ffffff;
    -webkit-box-shadow: 0.75rem 0.5rem 1rem 0px rgba(61, 128, 187, 0.2), -0.5625rem -0.5625rem 1rem 0px rgba(246, 248, 252, 0.49);
            box-shadow: 0.75rem 0.5rem 1rem 0px rgba(61, 128, 187, 0.2), -0.5625rem -0.5625rem 1rem 0px rgba(246, 248, 252, 0.49);
  }
  .plan-btn.btn01 {
    width: 22.75rem;
    padding: 1.625rem 0 1.6875rem 1rem;
  }
  .plan-btn.btn02 {
    width: 19.0625rem;
    padding: 1.5rem 0 1.5625rem 4.6875rem;
  }
  .plan-btn.btn03 {
    width: 18.125rem;
    padding: 1.75rem 0 1.75rem 5.625rem;
  }
  .plan-btn-img01 {
    width: 1.6875rem;
    margin: 0 0.9375rem 0 0;
  }
  .plan-btn-img02 {
    width: 1.0625rem;
    margin: 0 1.25rem 0 0;
  }
  .plan-btn-img03 {
    width: 2.125rem;
    margin: 0 0.625rem 0 0;
  }
  .plan-btn-ttl {
    color: #343a3f;
    font-size: 1.125rem;
    letter-spacing: 0.05em;
  }
  .plan-btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 1.9375rem;
    width: 1.5rem;
  }
  .plan #plan-web {
    padding: 7.0625rem 0 0;
  }
  .plan-web-img {
    width: 2.5rem;
    margin: 0 auto 2rem;
  }
  .plan-web-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plan-web-item {
    width: 18.125rem;
    height: 26.5625rem;
    margin: 0 0 3.1875rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .plan-web-item.standard {
    position: relative;
  }
  .plan-web-item.standard .standard-balloon {
    position: absolute;
    top: -1.6875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 7.1875rem;
    padding: 0.3125rem 1rem;
    background: #ffffff;
    border-radius: 3.125rem;
  }
  .plan-web-item.standard .standard-balloon::after {
    position: absolute;
    bottom: -0.375rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 0.3rem solid transparent;
    border-right: 0.3rem solid transparent;
    border-top: 0.4375rem solid #ffffff;
  }
  .plan-web-item.standard .standard-badge {
    width: 1.1875rem;
    margin: 0 0.375rem 0 0;
  }
  .plan-web-item.standard .standard-txt {
    color: #008194;
    font-weight: 600;
    font-size: 1rem;
  }
  .plan-web-item-category {
    margin: 0 0 1.5625rem;
    padding: 1.25rem 0;
    background: #008194;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-web-item-top {
    margin: 0 0 1.0625rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    line-height: 1.688;
    letter-spacing: 0.05em;
  }
  .plan-web-item-ttl {
    margin: 0 0.625rem 1.125rem;
    padding: 0 0 0.875rem;
    color: #008194;
    border-bottom: 1px dotted #d9ebee;
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.4;
    letter-spacing: 0.05em;
  }
  .plan-web-item-ttl span {
    font-size: 1.375rem;
  }
  .plan-web-item-txt {
    margin: 0 0 0.9375rem 1.9375rem;
    color: #343a3f;
    font-size: 1rem;
    line-height: 1.56;
  }
  .plan-web-item-content {
    margin: 0 0 0 1.625rem;
    color: #343a3f;
    font-size: 1rem;
    line-height: 1.75;
  }
  .plan-web-box {
    padding: 4.0625rem 6.25rem 3.75rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .plan-web-box-ttl {
    margin: 0 0 2.0625rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.875rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-web-box-ttl span {
    color: #008194;
    font-size: 2.375rem;
  }
  .plan-web-box-txt {
    margin: 0 0 3rem;
    color: #343a3f;
    font-size: 1.125rem;
    text-align: center;
    line-height: 2.1;
  }
  .plan-web-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plan-web-box-diagnosis {
    position: relative;
    padding: 3rem 9.375rem 3rem 2.125rem;
    background: #e8f8fa;
  }
  .plan-web-box-diagnosis.diff {
    padding: 3rem 6.25rem 3rem 4.375rem;
  }
  .plan-web-box-diagnosisTxt {
    color: #008194;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .plan-web-box-diagnosisTxt span {
    font-size: 1.375rem;
  }
  .plan-web-box-diagnosisImg {
    position: absolute;
    bottom: -1.875rem;
    right: 4.0625rem;
    width: 4.6875rem;
  }
  .plan-web-box-diagnosisImg.diff {
    right: -0.9375rem;
  }
  .plan-web-box-gmo {
    position: relative;
    z-index: 5;
    width: 28.75rem;
    margin: -0.625rem -3.75rem 0 -3.75rem;
    padding: 1.6875rem 0 1.875rem;
    background: url("../../../img/lp/assessment1/plan-web-box-gmo-bg.webp") no-repeat center/cover;
  }
  .plan-web-box-gmoTop {
    margin: 0 0 0.625rem;
    color: #343a3f;
    font-size: 1.125rem;
    text-align: center;
    line-height: 1.3;
  }
  .plan-web-box-gmoTop span {
    font-weight: 600;
  }
  .plan-web-box-gmoImg {
    width: 13.25rem;
    margin: 0 0 0 4.5rem;
  }
  .plan-web-box-gmoHuman {
    position: absolute;
    bottom: -0.9375rem;
    right: 4.375rem;
    width: 6.125rem;
  }
  .plan-web-box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0.625rem 0 0 -3.75rem;
  }
  .plan-web-box-infoTxt {
    margin: 0 0.3125rem;
    color: #008194;
    font-weight: 600;
    font-size: 1.125rem;
    text-align: center;
  }
  .plan-web-box-infoImg {
    width: 10rem;
  }
  .plan-web-box-infoImg.diff {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .plan-web-box-arrow {
    width: 0;
    height: 0;
    border-top: 4.8rem solid transparent;
    border-bottom: 4.8rem solid transparent;
    border-left: 3.2rem solid #e8f8fa;
  }
  .plan-web-cta .cta-materials {
    margin: 0 auto;
  }
  .plan #plan-phone {
    padding: 5.25rem 0 0;
  }
  .plan-phone-img {
    width: 1.3125rem;
    margin: 0 auto 2.125rem;
  }
  .plan-phone-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 0.75rem;
  }
  .plan-phone-illustration {
    position: absolute;
    top: -6.875rem;
    left: -3.125rem;
    width: 10.0625rem;
  }
  .plan-phone-item {
    width: 36.25rem;
    height: 16.625rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .plan-phone-ttl {
    margin: 0 0 1.5rem;
    padding: 1.25rem 0;
    background: #008194;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-phone-name {
    margin: 0 1.0625rem 1.6875rem;
    padding: 0 0 1.125rem;
    border-bottom: 0.125rem dotted #d9ebee;
    color: #008194;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-phone-txt {
    color: #343a3f;
    font-size: 1rem;
    text-align: center;
    line-height: 1.56;
  }
  .plan-phone-cta .cta-materials {
    margin: 2.5rem auto 0;
  }
  .plan #plan-cloud {
    padding: 5.25rem 0 0;
    margin: 0 0 7.25rem;
  }
  .plan-cloud-img {
    width: 3rem;
    margin: 0 auto 2.25rem;
  }
  .plan-cloud-logo {
    margin: 2rem auto;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  .plan-cloud-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan-cloud-item {
    width: 36.25rem;
    height: 31.25rem;
    border-radius: 0.625rem;
    background: #ffffff;
    margin: 0 0 2rem;
  }
  .plan-cloud-ttl {
    margin: 0 0 1.5rem;
    padding: 1.25rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    background: #008194;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.625rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .plan-cloud-name {
    margin: 0 1.0625rem 1.6875rem;
    padding: 0 0 1.125rem;
    border-bottom: 0.125rem dotted #d9ebee;
    color: #008194;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-cloud-txt {
    margin: 0 0 1.4375rem;
    color: #343a3f;
    font-size: 1rem;
    text-align: center;
    line-height: 1.56;
  }
  .plan-cloud-box {
    height: 13.75rem;
    margin: 0 1.25rem;
    padding: 1.5rem 0 0 2.125rem;
    background: #f0f9fb;
    border-radius: 0.625rem;
  }
  .plan-cloud-box-ttl {
    width: calc(100% - 3rem);
    margin: 0 0 1.3125rem;
    padding: 0.5rem 0 0.5rem 0.9375rem;
    background: #008194;
    color: #ffffff;
    font-weight: 300;
    font-size: 1rem;
    letter-spacing: 0.1em;
  }
  .plan-cloud-box-txt {
    position: relative;
    padding: 0 0 0 1.25rem;
    color: #343a3f;
    font-size: 1rem;
    line-height: 1.56;
  }
  .plan-cloud-box-txt::after {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
  .plan-cloud-box-txt02 {
    position: relative;
    color: #343a3f;
    font-size: 1rem;
    line-height: 1.56;
  }
  .plan-cloud-illustration {
    position: absolute;
    bottom: 0.375rem;
    right: -5rem;
    width: 10.5rem;
  }
  .plan-cloud-cta .cta-materials {
    margin: 2.5rem auto 0;
  }
  .plan-other-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .plan-other-item {
    width: 13.75rem;
    height: 11.6875rem;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .plan-other-item-img01 {
    width: 4.8125rem;
    margin: 1.875rem auto 1.25rem;
  }
  .plan-other-item-img02 {
    width: 3rem;
    margin: 1.875rem auto 1.5625rem;
  }
  .plan-other-item-img03 {
    width: 3.5rem;
    margin: 2.8125rem auto 1.875rem;
  }
  .plan-other-item-img04 {
    width: 4rem;
    margin: 2.8125rem auto 1.5625rem;
  }
  .plan-other-item-img05 {
    width: 4.375rem;
    margin: 2.5rem auto 0.9375rem;
  }
  .plan-other-item-txt {
    color: #343a3f;
    font-size: 0.875rem;
    text-align: center;
    line-height: 1.57;
    letter-spacing: 0.05em;
  }
  .plan-ttl {
    margin: 0 0 1.25rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-txt {
    margin: 0 0 3.5rem;
    color: #343a3f;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.455;
  }
  .plan-txt-bottom {
    color: #343a3f;
    line-height: 1.455;
  }
  .plan-txt-bottom a {
    display: inline-block;
    color: #008194;
    text-decoration: underline;
  }
  .plan-txt.diff {
    margin: 0 0 0.625rem;
  }
  .plan-txt02 {
    margin: 0 0 4.375rem;
    color: #343a3f;
    font-size: 1.125rem;
    text-align: center;
  }
  .plan-txt03 {
    margin: 0 0 3.125rem;
    color: #343a3f;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.455;
  }
  .achieve-bg {
    padding: 7.5625rem 0 7.5rem;
    background: #fafbff;
  }
  .achieve h2 {
    margin: 0 0 4.375rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .achieve-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 62.5rem;
    margin: 0 auto 5.3125rem;
  }
  .achieve-count-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26.1875rem;
    padding: 2.5rem 2.9375rem 2.5rem 1.9375rem;
    border: 1px solid #008194;
  }
  .achieve-count-item:nth-child(1) {
    border-right: none;
  }
  .achieve-count-item:nth-child(3) {
    border-top: none;
  }
  .achieve-count-item:nth-child(4) {
    border-left: none;
    border-top: none;
  }
  .achieve-count-ttl {
    color: #343a3f;
    font-weight: 600;
    font-size: 1.25rem;
    letter-spacing: 0.05em;
  }
  .achieve-count-num {
    color: #008194;
    font-weight: bold;
    font-size: 3.125rem;
    letter-spacing: 0.05em;
  }
  .achieve-count-num span {
    font-size: 1.5rem;
  }
  .achieve-item {
    margin: 0 0 2.5rem;
  }
  .achieve-item.diff {
    margin: 0;
  }
  .achieve-item-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -3.25rem 6.25rem;
  }
  .achieve-item-nums-num {
    color: #008194;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6.25rem;
  }
  .achieve-item-nums-txt {
    margin: 1.5625rem 0 0;
    color: #008194;
    font-size: 0.875rem;
  }
  .achieve-item-box {
    background: #ffffff;
    padding: 1.875rem 6.25rem 6.6875rem;
  }
  .achieve-item-box.diff {
    padding: 1.875rem 6.25rem 5rem;
  }
  .achieve-item-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.6875rem;
  }
  .achieve-item-wrap.diff {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .achieve-item-left {
    margin: 1.5625rem 0 0;
  }
  .achieve-item-top {
    width: 15.625rem;
    margin: 0 0 1.25rem;
    padding: 0.5625rem 0;
    color: #ffffff;
    background: #008194;
    border-radius: 2.5rem;
    font-weight: 300;
    font-size: 1rem;
    text-align: center;
  }
  .achieve-item-ttl {
    margin: 0 0 0.9375rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.625rem;
    line-height: 1.76;
    letter-spacing: 0.05em;
  }
  .achieve-item-name {
    color: #343a3f;
    font-weight: 600;
    font-size: 0.875rem;
  }
  .achieve-item-img {
    width: 31.25rem;
  }
  .achieve-item-txt {
    color: #343a3f;
    font-size: 1.125rem;
    line-height: 2.1;
    letter-spacing: 0.05em;
  }
  .achieve-icons {
    margin: 2.875rem 0 0;
    padding: 2.8125rem 6.25rem 1.75rem;
    background: #ffffff;
  }
  .achieve-icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.375rem;
  }
  .achieve-icon01 {
    width: 9.1875rem;
  }
  .achieve-icon02 {
    width: 13.375rem;
  }
  .achieve-icon03 {
    width: 11.0625rem;
  }
  .achieve-icon04 {
    width: 5.5rem;
  }
  .achieve-icon05 {
    width: 10.3125rem;
  }
  .achieve-icon06 {
    width: 8.75rem;
  }
  .achieve-icon07 {
    width: 11.625rem;
  }
  .achieve-icon08 {
    width: 12.8125rem;
  }
  .achieve-icon09 {
    width: 8.125rem;
  }
  .achieve-icon10 {
    width: 11.3125rem;
  }
  .achieve-icon11 {
    width: 9.875rem;
  }
  .achieve-icon12 {
    width: 10.625rem;
  }
  .achieve-icon13 {
    width: 11.5rem;
  }
  .achieve-icon14 {
    width: 6.375rem;
  }
  .achieve-icon15 {
    width: 11.625rem;
  }
  .achieve-icon16 {
    width: 10.3125rem;
  }
  .achieve-icon017 {
    width: 8.9375rem;
  }
  .achieve-icon18 {
    width: 7.1875rem;
  }
  .achieve-icon19 {
    width: 12.375rem;
  }
  .achieve-icon20 {
    width: 9.0625rem;
  }
  .contact-inner {
    padding: 6.4375rem 0 4.875rem;
  }
  .contact-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contact-top-left {
    margin: 0 3.125rem 0 0;
  }
  .contact-top-ttl {
    margin: 0 0 1.25rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
  }
  .contact-top-txt {
    width: 48.125rem;
    color: #666666;
    font-size: 0.9375rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .contact-top-txt a {
    display: inline-block;
    color: #008194;
    text-decoration: underline;
  }
  .contact-top-img {
    width: 12.5rem;
    margin: 0 0 1.25rem;
  }
  .contact-top-num {
    color: #666666;
    font-size: 1.25rem;
    text-align: center;
  }
  .contact h2 {
    margin: 0 0 1.5rem;
    padding: 6.25rem 0 0;
    color: #343a3f;
    font-weight: bold;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .contact-txt {
    margin: 0 0 3.5rem;
    color: #343a3f;
    font-size: 1.375rem;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .contact-info {
    margin: 1.875rem 0 0 13.125rem;
    color: #666666;
    font-size: 0.75rem;
    line-height: 2.25;
  }
  .contact-info a {
    display: inline-block;
    color: #666666;
    border-bottom: 1px solid #bcbcbc;
    line-height: 1.1;
  }
  .contact-iframe {
    width: 600px;
    margin: 0 auto;
  }
  .contact .from-before-iframe-text {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .footer-inner {
    padding: 0 10px;
    margin: 0 auto 60px;
    max-width: 1040px;
  }
  .footer-sitemap {
    padding: 0 10px;
  }
  .footer-sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-sitemap-item {
    padding-right: 20px;
    line-height: 1;
  }
  .footer-sitemap a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    font-size: 14px;
  }
  .footer-sitemap a:hover {
    opacity: 0.6;
  }
  .footer-copyrights {
    margin: 32px 0 0;
    width: auto;
    text-align: center;
    color: #aaa;
    font-size: 13px;
  }
  .footer-logo {
    width: 39.0625rem;
    margin: 0 auto 2.75rem;
  }
  .footer-txt {
    margin: 0 0 80px;
    color: #343a3f;
    font-size: 14px;
    text-align: center;
    line-height: 1.78;
    border-bottom: solid 1px #EAEAEA;
    padding: 0 0 5rem;
  }
  .footer-overview {
    margin: 0 0 3.75rem;
    color: #008194;
    font-size: 0.875rem;
    text-align: center;
    text-decoration: underline;
  }
  .footer-wrap {
    margin: 0 0 4.375rem;
    text-align: end;
  }
  .footer-sdgs {
    width: 217px;
    margin: 3.125rem 0 0 auto;
  }
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-link-txt {
    color: #AAAAAA;
    font-size: 0.8125rem;
  }
  .footer-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .footer-link a {
    margin: 0 0 0.9375rem 0;
    color: #AAAAAA;
    font-size: 0.8125rem;
  }
  .footer-link a.diff {
    margin: 0 1.25rem 0 0;
  }
  .footer-link-right {
    width: 21.875rem;
    margin: 0 0 0 auto;
  }
  .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-badge {
    width: 7.125rem;
    margin: 0 0 0 1.25rem;
  }
  .common-footer-inner {
    max-width: 1040px;
    padding: 20px 10px 40px;
    margin: 0 auto;
  }
  .common-footer-top {
    padding: 0 10px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .common-footer-logo {
    max-width: 360px;
    width: 100%;
    margin: 0;
  }
  .common-footer-logo a {
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .common-footer-logo a:hover {
    opacity: 0.7;
  }
  .common-footer-sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 0 20px;
    list-style: none;
  }
  .common-footer-sns-link li + li {
    margin-left: 12px;
  }
  .common-footer-sns-link a {
    width: 28px;
    display: block;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .common-footer-sns-link a:hover {
    opacity: 0.7;
  }
  .common-footer-siteseal {
    margin-top: 40px;
  }
  .common-footer-siteseal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
  }
  .common-footer-siteseal ul li {
    width: 100px;
  }
  .common-footer-siteseal ul li img {
    width: 100%;
    height: auto;
  }
  .common-footer-siteseal ul li + li {
    margin-left: 10px;
  }
  .common-footer-siteseal ul a {
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .common-footer-siteseal ul a:hover {
    opacity: 0.7;
  }
  .gmoGroupSecurity a {
    display: inline;
  }
  @-webkit-keyframes beltStream {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes beltStream {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes beltStream2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  @keyframes beltStream2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  .client-logo {
    padding: 4rem 1rem 0;
  }
  .customer-belt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10px 0;
  }
  .customer-belt .cb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    height: 100%;
    list-style: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customer-belt .cb-inner li {
    padding: 0 30px;
    line-height: 0;
    min-width: 200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .customer-belt.active .cb-inner {
    -webkit-animation: beltStream 48s linear infinite;
            animation: beltStream 48s linear infinite;
  }
  .customer-belt.active .cb-inner.second-inner {
    -webkit-animation: beltStream2 48s -24s linear infinite;
            animation: beltStream2 48s -24s linear infinite;
  }
}
@media screen and (min-width: 1440px) {
  .plan {
    background: #ffffff;
  }
  .plan-inner {
    width: 75rem;
    padding: 8.3125rem 7.5rem 8.75rem;
    background: #eef8fa;
    border-radius: 12.5rem;
  }
}
@media screen and (max-width: 769px) {
  .header {
    padding: 2.6875rem 0;
  }
  .header-logo {
    width: 32rem;
    margin: 0 auto;
  }
  .fv-bg {
    padding: 4.0625rem 0 1.6875rem;
    background: #fafbff;
  }
  .fv-top {
    color: #343a3f;
    font-size: 2rem;
    text-align: center;
    line-height: 1.68;
    letter-spacing: 0.15em;
    font-weight: bold;
  }
  .fv-top span {
    font-weight: bold;
  }
  .fv h1 {
    margin: -1.25rem 0 1.9375rem;
    color: #008194;
    font-weight: bold;
    font-size: 7rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .fv h1 span {
    font-size: 1.75rem;
    letter-spacing: 0.12em;
  }
  .fv-badge {
    position: relative;
    z-index: 5;
    margin: 0 0 15.625rem;
  }
  .fv-badge-img {
    width: 16.875rem;
  }
  .fv-badge-txts {
    position: absolute;
    top: 3.4375rem;
    left: 2.875rem;
  }
  .fv-badge-top {
    margin: 0 0 0.375rem;
    color: #666666;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
    line-height: 1.2;
  }
  .fv-badge-line {
    width: 11.25rem;
    height: 1px;
    margin: 0 auto 0.9375rem;
    background: #80ced6;
  }
  .fv-badge-min {
    color: #008194;
    font-weight: 600;
    font-size: 1.375rem;
    text-align: center;
  }
  .fv-badge-num {
    color: #008194;
    font-weight: bold;
    font-size: 3.4375rem;
    text-align: center;
  }
  .fv-badge-num span {
    font-size: 1.625rem;
  }
  .fv-img {
    position: absolute;
    bottom: 9.375rem;
    right: 0;
    width: 37.5rem;
  }
  .fv-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.3125rem;
    margin: 0 auto;
    padding: 2.9375rem 0 2.875rem 7.25rem;
    border-radius: 4.375rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .fv-contact-txt {
    margin: 0 3.625rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .fv-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.375rem;
  }
  .badge {
    position: relative;
    z-index: 5;
    padding: 1.875rem 0 2.1875rem;
    -webkit-box-shadow: 0 0 1.275rem 0.1125rem #e8e9ef, 0 0 0.875rem 0.1375rem #e8e9ef;
            box-shadow: 0 0 1.275rem 0.1125rem #e8e9ef, 0 0 0.875rem 0.1375rem #e8e9ef;
  }
  .badge .award-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .badge .award-list ul li {
    width: 40%;
  }
  .badge .award-list ul li:last-child {
    margin-top: 2%;
  }
  .badge .award-note {
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.6;
    margin: 4% 4% 0;
    color: #aaa;
  }
  .badge .award-note span {
    margin-right: 0.3125rem;
  }
  .cv {
    position: fixed;
    z-index: 100000000;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-shadow: 0 0.5rem 0.875rem 0.1375rem #e8e9ef;
            box-shadow: 0 0.5rem 0.875rem 0.1375rem #e8e9ef;
  }
  .cv-bg {
    background: #fffeff;
    padding: 0.9375rem 0;
  }
  .cv-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .cv-materials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 19.1875rem;
    padding: 2.5625rem 0 2.5625rem 1.8125rem;
    border-radius: 3.75rem;
    border: 1px solid #ff9c00;
    background: linear-gradient(-45deg, #fffbf3 0%, #fffbf3 50%, #ffffff 50%, #ffffff 100%);
  }
  .cv-materials-txt {
    margin: 0 0.6875rem 0 0;
    color: #ff9c00;
    font-weight: 600;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
  .cv-materials-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ff9c00;
    border-radius: 50%;
    color: #ff9c00;
    font-weight: bold;
  }
  .cv-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.625rem;
    padding: 1.5rem 0 1.5rem 4.375rem;
    border-radius: 3.75rem;
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .cv-contact-txt {
    margin: 0 1.9375rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.05em;
  }
  .cv-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
  }
  .trouble-inner {
    padding: 5.5rem 0 2.625rem;
  }
  .trouble h2 {
    margin: 0 0 3.75rem;
    color: #343a3f;
    font-size: 2.375rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.52;
  }
  .trouble h2 span {
    margin: 0 0.625rem;
    padding: 0.3125rem 0.5rem;
    background: #008194;
    font-weight: 600;
    color: #ffffff;
  }
  .trouble-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 5rem 3.875rem;
  }
  .trouble-img01 {
    width: 13.9375rem;
    margin: 0 2.5rem 0 0;
  }
  .trouble-img02 {
    width: 10.3125rem;
    margin: 0 5.9375rem 0 0;
  }
  .trouble-img03 {
    width: 11.25rem;
    margin: 0 5rem 0 0;
  }
  .trouble-txt {
    color: #343a3f;
    font-size: 1.875rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
  }
  .trouble-txt span {
    font-weight: bold;
  }
  .feature-bg {
    padding: 0 0 7.5rem;
    background: #eef8fa;
  }
  .feature-arrow {
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto 3.25rem;
    border-left: 3.25rem solid transparent;
    border-right: 3.25rem solid transparent;
    border-top: 2.4375rem solid #ffffff;
  }
  .feature-top {
    margin: 0 0 0.9375rem;
    color: #343a3f;
    font-size: 2.375rem;
    text-align: center;
    line-height: 1.7;
    letter-spacing: 0.1em;
  }
  .feature-top span {
    margin: 0 0 0 0.3125rem;
    padding: 0.3125rem 1.875rem;
    background: #008194;
    color: #ffffff;
    font-weight: 600;
  }
  .feature-top02 {
    margin: 0 0 6.875rem;
    color: #343a3f;
    font-size: 1.75rem;
    text-align: center;
    line-height: 1.92;
    letter-spacing: 0.1em;
  }
  .feature h2 {
    margin: 0 0 4.0625rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1;
  }
  .feature-item {
    margin: 0 0 7.5rem;
  }
  .feature-item:nth-child(2) .feature-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feature-item:last-child {
    margin: 0;
  }
  .feature-nums {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -3.4375rem 1.25rem;
  }
  .feature-nums.diff {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .feature-nums-num {
    color: #008194;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6.875rem;
  }
  .feature-nums-min {
    margin: 1.25rem 0 0;
    color: #008194;
    font-size: 1.5rem;
    letter-spacing: 0.1em;
  }
  .feature-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #ffffff;
    border-radius: 0.3125rem;
  }
  .feature-wrap.wrap01 {
    padding: 5.75rem 0 7.0625rem;
  }
  .feature-wrap.wrap02 {
    padding: 7.1875rem 0 5.3125rem;
  }
  .feature-wrap.wrap03 {
    padding: 5.75rem 0 4.8125rem;
  }
  .feature-box-ttl {
    margin: 0 0 2.5rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.55;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .feature-box-txt {
    margin: 0 2.75rem;
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.6;
    letter-spacing: 0.04em;
  }
  .feature-img01 {
    width: 22.9375rem;
    margin: 0 0 3.125rem;
  }
  .feature-img02 {
    width: 19.125rem;
    margin: 0 0 2.1875rem;
  }
  .feature-img03 {
    width: 32.5rem;
    margin: 0 0 3.4375rem;
  }
  .cta-inner {
    padding: 5.625rem 0 5.6875rem;
  }
  .cta-img01 {
    position: absolute;
    top: 9.375rem;
    left: 0;
    width: 8.625rem;
  }
  .cta-img02 {
    position: absolute;
    top: 27.5rem;
    right: 0.9375rem;
    width: 8.125rem;
  }
  .cta-txt {
    margin: 0 0 2.5rem;
    color: #000410;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.62;
  }
  .cta-materials {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 32.25rem;
    margin: 0 0 5rem;
    padding: 3.25rem 0 3.25rem 10.9375rem;
    border-radius: 4.375rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    border: 1px solid #ff9c00;
    background: linear-gradient(-45deg, #fffbf3 0%, #fffbf3 50%, #ffffff 50%, #ffffff 100%);
  }
  .cta-materials:hover {
    opacity: 1;
  }
  .cta-materials-txt {
    margin: 0 4.75rem 0 0;
    color: #ff9c00;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .cta-materials-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ff9c00;
    border-radius: 50%;
    color: #ff9c00;
    font-weight: bold;
    font-size: 1.6875rem;
  }
  .cta-contact {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 33.4375rem;
    padding: 3.25rem 0 3.25rem 9.75rem;
    border-radius: 4.375rem;
    -webkit-box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
            box-shadow: 0 0.425rem 0.425rem rgba(0, 0, 0, 0.1);
    background: linear-gradient(-45deg, #ff9c00 0%, #ff9c00 50%, #ffae2e 50%, #ffae2e 100%);
  }
  .cta-contact:hover {
    opacity: 1;
  }
  .cta-contact-txt {
    margin: 0 3.75rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 0.05em;
  }
  .cta-contact-arrow {
    padding: 0.3125rem 0.3125rem 0.1875rem;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.6875rem;
  }
  .plan {
    background: #eef8fa;
  }
  .plan-inner {
    padding: 5.625rem 0 7.4375rem;
  }
  .plan h2 {
    margin: 0 0 4.375rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .plan-btn {
    position: relative;
    width: 12.875rem;
    height: 12.875rem;
    border-radius: 0.625rem;
    background: #ffffff;
    -webkit-box-shadow: 0.75rem 0.5rem 1rem 0px rgba(61, 128, 187, 0.2), -0.5625rem -0.5625rem 1rem 0px rgba(246, 248, 252, 0.49);
            box-shadow: 0.75rem 0.5rem 1rem 0px rgba(61, 128, 187, 0.2), -0.5625rem -0.5625rem 1rem 0px rgba(246, 248, 252, 0.49);
  }
  .plan-btn-img01 {
    width: 3.0625rem;
    margin: 1.25rem auto 0.625rem;
  }
  .plan-btn-img02 {
    width: 1.75rem;
    margin: 1.25rem auto 0.625rem;
  }
  .plan-btn-img03 {
    width: 3.125rem;
    margin: 1.875rem auto 1.875rem;
  }
  .plan-btn-ttl {
    margin: 0 0 0.625rem;
    color: #343a3f;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.45;
  }
  .plan-btn-ttl.diff {
    margin: 0 0 1.5625rem;
  }
  .plan-btn-arrow {
    width: 2.5rem;
    margin: 0 auto;
  }
  .plan-web#plan-web {
    padding: 5.625rem 0 0;
  }
  .plan-web-img {
    width: 6.6875rem;
    margin: 0 auto 3.0625rem;
  }
  .plan-web-item {
    margin: 3.125rem 0 0;
    padding: 0 0 4.0625rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .plan-web-item.standard {
    position: relative;
    margin: 3.75rem 0 0;
  }
  .plan-web-item.standard .standard-balloon {
    position: absolute;
    top: -2.1875rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 16.0625rem;
    padding: 0.4375rem 0 0.4375rem 2.9375rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .plan-web-item.standard .standard-balloon::after {
    position: absolute;
    bottom: -0.7rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    content: "";
    width: 0;
    height: 0;
    margin: 0 auto;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1rem solid #ffffff;
  }
  .plan-web-item.standard .standard-badge {
    width: 2.125rem;
    margin: 0 1.4375rem 0 0;
  }
  .plan-web-item.standard .standard-txt {
    color: #008194;
    font-weight: 600;
    font-size: 1.75rem;
  }
  .plan-web-item-category {
    margin: 0 0 2.1875rem;
    padding: 1.9375rem 0;
    background: #008194;
    border-radius: 1.25rem 1.25rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-web-item-category.standard {
    padding: 2.5625rem 0 1.1875rem;
  }
  .plan-web-item-top {
    margin: 0 0 3.125rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.61;
    letter-spacing: 0.1em;
  }
  .plan-web-item-ttl {
    margin: 0 3.125rem 1.875rem;
    padding: 0 0 2.5rem;
    color: #008194;
    border-bottom: 1px solid #d9ebee;
    font-weight: 600;
    font-size: 2.25rem;
    text-align: center;
    line-height: 1.45;
    letter-spacing: 0.1em;
  }
  .plan-web-item-ttl span {
    font-size: 2.75rem;
  }
  .plan-web-item-txt {
    margin: 0 3.75rem 2.5rem;
    color: #343a3f;
    font-size: 2rem;
    line-height: 1.59;
    letter-spacing: 0.04em;
  }
  .plan-web-item-content {
    margin: 0 0 0 3.4375rem;
    color: #343a3f;
    font-size: 2rem;
    line-height: 1.78;
  }
  .plan-web-box {
    margin: 3.75rem 0 0;
    padding: 3.4375rem 0.875rem 6.1875rem;
    background: #ffffff;
    border-radius: 1.25rem;
  }
  .plan-web-box-ttl {
    margin: 0 0 3.4375rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 2.125rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .plan-web-box-ttl span {
    color: #008194;
    font-size: 2.75rem;
  }
  .plan-web-box-txt {
    margin: 0 0.625rem 2.5rem;
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.6;
  }
  .plan-web-box-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .plan-web-box-diagnosis {
    position: relative;
    padding: 7.25rem 1.25rem 8rem 0.625rem;
    background: #e8f8fa;
  }
  .plan-web-box-diagnosis.diff {
    margin: 0 0 0 -2.5rem;
    padding: 7.25rem 0.625rem 8rem 3.75rem;
  }
  .plan-web-box-diagnosisTxt {
    color: #008194;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.4;
    letter-spacing: 0.1em;
  }
  .plan-web-box-diagnosisTxt span {
    font-size: 1.375rem;
  }
  .plan-web-box-gmo {
    position: relative;
    z-index: 5;
    width: 23.125rem;
    margin: -0.625rem -3.75rem 0 -3.125rem;
    padding: 3rem 0.625rem 3.0625rem;
    background: url("../../../img/lp/assessment1/plan-web-box-gmo-bg-sp.webp") no-repeat center/contain;
  }
  .plan-web-box-gmoTop {
    margin: 0 0 0.9375rem 0.9375rem;
    color: #343a3f;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.6;
  }
  .plan-web-box-gmoTop span {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.39;
  }
  .plan-web-box-gmoImg {
    width: 12.25rem;
    margin: 0 auto;
  }
  .plan-web-box-gmoHuman {
    position: absolute;
    bottom: -0.9375rem;
    left: -3.125rem;
    width: 8.1875rem;
  }
  .plan-web-box-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 1.9375rem 0 0 -1.875rem;
  }
  .plan-web-box-infoTxt {
    margin: 0 0.3125rem;
    color: #008194;
    font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
  }
  .plan-web-box-infoImg {
    width: 6.875rem;
  }
  .plan-web-box-infoImg.diff {
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .plan-web-box-arrow {
    width: 0;
    height: 0;
    border-top: 9.8rem solid transparent;
    border-bottom: 9.8rem solid transparent;
    border-left: 1.2rem solid #e8f8fa;
  }
  .plan-web-cta .cta-materials {
    margin: 2.5rem auto 0;
  }
  .plan-web-slide {
    position: relative;
    width: 40.625rem;
    border-radius: 1.25rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .plan-web-relative {
    position: relative;
    margin: 0 0 7.5rem;
  }
  .plan-web .js-web-next {
    width: 3.75rem;
    height: 3.75rem;
    top: 29.375rem;
    right: -1.25rem;
  }
  .plan-web .js-web-next::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url("../../../img/lp/assessment1/js-web-next.webp") no-repeat center/cover;
  }
  .plan-web .js-web-prev {
    width: 3.75rem;
    height: 3.75rem;
    top: 29.375rem;
    left: -1.25rem;
  }
  .plan-web .js-web-prev::after {
    content: "";
    width: 3.75rem;
    height: 3.75rem;
    background: url("../../../img/lp/assessment1/js-web-next.webp") no-repeat center/cover;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
  .plan-web .swiper-pagination {
    position: static;
    margin: 2.5rem 0 0;
  }
  .plan-web .swiper-pagination-bullet {
    width: 1.25rem;
    height: 1.25rem;
    margin: 0 0.9375rem !important;
  }
  .plan-web .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #008194;
  }
  .plan #plan-phone {
    padding: 7.5rem 0 0;
  }
  .plan-phone-img {
    width: 3.125rem;
    margin: 0 auto 3.25rem;
  }
  .plan-phone-relative {
    position: relative;
    margin: 5rem 0 0;
  }
  .plan-phone-slide {
    width: 40.625rem;
    margin: 0 auto;
    overflow: hidden;
  }
  .plan-phone-item {
    margin: 0 0 2.5rem;
    padding: 0 0 3.4375rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .plan-phone-ttl {
    margin: 0 0 2.1875rem;
    padding: 1.875rem 0;
    background: #008194;
    border-radius: 0.625rem 0.625rem 0 0;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-phone-top {
    margin: 0 0 3.75rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 2.125rem;
    text-align: center;
    line-height: 1.61;
  }
  .plan-phone-name {
    margin: 0 3.125rem 2.1875rem;
    padding: 0 0 2.5625rem;
    border-bottom: 0.125rem dotted #d9ebee;
    color: #008194;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .plan-phone-txt {
    margin: 0 2.9375rem;
    color: #343a3f;
    font-size: 2rem;
    line-height: 1.78;
    letter-spacing: 0.05em;
  }
  .plan-phone-cta .cta-materials {
    margin: 2.5rem auto 0;
  }
  .plan #plan-cloud {
    padding: 5.25rem 0 0;
    margin: 0 0 7.5rem;
  }
  .plan-cloud-img {
    width: 6.8125rem;
    margin: 0 auto 2.5rem;
  }
  .plan-cloud-item {
    margin: 0 0 2.5rem;
    padding: 0 0 5rem;
    border-radius: 0.625rem;
    background: #ffffff;
  }
  .plan-cloud-logo {
    margin: 2rem auto;
    border-radius: 0.625rem;
    overflow: hidden;
  }
  .plan-cloud-ttl {
    margin: 0 0 2.6875rem;
    padding: 1.4375rem 0;
    border-radius: 0.625rem 0.625rem 0 0;
    background: #008194;
    color: #ffffff;
    font-weight: 600;
    font-size: 2.25rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.4;
  }
  .plan-cloud-name {
    margin: 0 3.125rem 2.5rem;
    padding: 0 0 2.5625rem;
    border-bottom: 0.125rem dotted #d9ebee;
    color: #008194;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.59;
  }
  .plan-cloud-txt {
    margin: 0 3.125rem 2.5rem;
    color: #343a3f;
    font-size: 2rem;
    line-height: 1.78;
  }
  .plan-cloud-box {
    margin: 0 2.1875rem;
    padding: 2.5rem 1.3125rem 1.875rem;
    background: #f0f9fb;
    border-radius: 0.625rem;
  }
  .plan-cloud-box-ttl {
    margin: 0 0 2.1875rem;
    padding: 1.0625rem 0 1.0625rem 1.5rem;
    background: #008194;
    color: #ffffff;
    font-size: 1.75rem;
    letter-spacing: 0.18em;
    line-height: 1.6;
  }
  .plan-cloud-box-txt {
    position: relative;
    padding: 0 0 0 2.1875rem;
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.78;
  }
  .plan-cloud-box-txt::before {
    position: absolute;
    content: "・";
    top: 0;
    left: 0;
  }
  .plan-cloud-box-txt02 {
    position: relative;
    padding: 0 0 0 2.1875rem;
    color: #343a3f;
    font-weight: 300;
    font-size: 1.75rem;
    line-height: 1.78;
  }
  .plan-cloud-illustration {
    position: absolute;
    bottom: -0.625rem;
    right: -5rem;
    width: 10.5rem;
  }
  .plan-cloud-relative {
    position: relative;
    margin: 0 0 6.875rem;
  }
  .plan-cloud-cta .cta-materials {
    margin: 2.5rem auto 0;
  }
  .plan-other-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 1.875rem;
    padding: 1.25rem 0;
    background: #ffffff;
    border-radius: 0.625rem;
  }
  .plan-other-item:last-child {
    margin: 0;
  }
  .plan-other-item-img01 {
    width: 4.5625rem;
    margin: 0 3.4375rem 0 1.75rem;
  }
  .plan-other-item-img02 {
    width: 3.25rem;
    margin: 0 4.375rem 0 2.1875rem;
  }
  .plan-other-item-img03 {
    width: 4.5rem;
    margin: 0 2.1875rem 0 1.875rem;
  }
  .plan-other-item-img04 {
    width: 4.5625rem;
    margin: 0 4.6875rem 0 1.875rem;
  }
  .plan-other-item-img05 {
    width: 4.5rem;
    margin: 0 5.75rem 0 1.875rem;
  }
  .plan-other-item-txt {
    color: #343a3f;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.46;
    letter-spacing: 0.05em;
  }
  .plan-ttl {
    margin: 0 0 4.6875rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 2.625rem;
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.47;
  }
  .plan-txt {
    margin: 0 1.25rem 4.6875rem;
    color: #343a3f;
    font-size: 2rem;
    letter-spacing: 0.05em;
    line-height: 1.59;
  }
  .plan-txt-bottom {
    color: #343a3f;
    line-height: 1.455;
  }
  .plan-txt-bottom a {
    display: inline-block;
    color: #008194;
    text-decoration: underline;
  }
  .plan-txt.diff {
    margin: 0 1.25rem 1.875rem;
  }
  .plan-txt02 {
    margin: 0 1.25rem 5rem;
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.82;
  }
  .plan-txt03 {
    margin: 0 0 4.4375rem;
    color: #343a3f;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.82;
  }
  .achieve-bg {
    padding: 5.5rem 0 6.0625rem;
    background: #fafbff;
  }
  .achieve h2 {
    margin: 0 0 3.4375rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.08em;
  }
  .achieve-count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto 7.0625rem;
  }
  .achieve-count-item {
    width: 21.1875rem;
    padding: 1.875rem 0 1.625rem;
    border: 1.5px solid #008194;
  }
  .achieve-count-item:nth-child(1) {
    border-right: none;
  }
  .achieve-count-item:nth-child(3) {
    border-top: none;
  }
  .achieve-count-item:nth-child(4) {
    border-left: none;
    border-top: none;
  }
  .achieve-count-ttl {
    margin: 0 0 1.5625rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.625rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .achieve-count-num {
    color: #008194;
    font-weight: bold;
    font-size: 3.75rem;
    letter-spacing: 0.05em;
    text-align: center;
  }
  .achieve-count-num span {
    font-size: 1.875rem;
  }
  .achieve-item {
    margin: 0 0 7.3125rem;
  }
  .achieve-item.diff {
    margin: 0;
  }
  .achieve-item-nums {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 0 0 -3.25rem 1.25rem;
  }
  .achieve-item-nums-num {
    color: #008194;
    font-family: "din-2014", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 6.25rem;
  }
  .achieve-item-nums-txt {
    margin: 0.9375rem 0 0;
    color: #008194;
    font-size: 1.5rem;
  }
  .achieve-item-box {
    position: relative;
    background: #ffffff;
    padding: 26.0625rem 2.5rem 5rem;
  }
  .achieve-item-top {
    width: 22.9375rem;
    margin: 0 0 2.1875rem;
    padding: 0.625rem 0;
    color: #ffffff;
    background: #008194;
    border-radius: 2.5rem;
    font-weight: 300;
    font-size: 1.5rem;
    text-align: center;
  }
  .achieve-item-top.diff {
    width: 16.8125rem;
  }
  .achieve-item-ttl {
    margin: 0 0 1.25rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 2.125rem;
    line-height: 1.55;
    letter-spacing: 0.08em;
  }
  .achieve-item-name {
    margin: 0 0 2.5rem;
    color: #343a3f;
    font-weight: bold;
    font-size: 1.75rem;
    letter-spacing: 0.05em;
  }
  .achieve-item-img {
    position: absolute;
    top: 4.875rem;
    width: 38.4375rem;
  }
  .achieve-item-txt {
    color: #343a3f;
    font-size: 1.75rem;
    line-height: 1.82;
  }
  .achieve-icons {
    margin: 5.0625rem 0 0;
    padding: 3.3125rem 1.25rem 0.8125rem;
    background: #ffffff;
  }
  .achieve-icons-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 2.375rem;
  }
  .achieve-icons-wrap:nth-child(2) {
    margin: 0 1.5625rem 2.375rem;
  }
  .achieve-icons-wrap:nth-child(4) {
    margin: 0 1.8125rem 2.375rem 0;
  }
  .achieve-icons-wrap:nth-child(6) {
    margin: 0 2.0625rem 2.375rem 0;
  }
  .achieve-icons-wrap:nth-child(7) {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 2.375rem;
  }
  .achieve-icon01 {
    width: 9.5rem;
  }
  .achieve-icon02 {
    width: 13.75rem;
  }
  .achieve-icon03 {
    width: 11.375rem;
  }
  .achieve-icon04 {
    width: 6.8125rem;
  }
  .achieve-icon05 {
    width: 10.5625rem;
  }
  .achieve-icon06 {
    width: 9rem;
  }
  .achieve-icon07 {
    width: 11.9375rem;
  }
  .achieve-icon08 {
    width: 13.25rem;
  }
  .achieve-icon09 {
    width: 10.625rem;
  }
  .achieve-icon10 {
    width: 11.625rem;
  }
  .achieve-icon11 {
    width: 10.25rem;
  }
  .achieve-icon12 {
    width: 11rem;
  }
  .achieve-icon13 {
    width: 11.8125rem;
  }
  .achieve-icon14 {
    width: 6.625rem;
  }
  .achieve-icon15 {
    width: 12rem;
  }
  .achieve-icon16 {
    width: 10.625rem;
  }
  .achieve-icon17 {
    width: 9.1875rem;
  }
  .achieve-icon18 {
    width: 8.5rem;
  }
  .achieve-icon19 {
    width: 12.75rem;
  }
  .achieve-icon20 {
    width: 9.375rem;
  }
  .contact-inner {
    padding: 7.5rem 0 8.625rem;
  }
  .contact-top-left {
    margin: 0 0 1.25rem;
  }
  .contact-top-ttl {
    margin: 0 0 1.5625rem;
    color: #343a3f;
    font-weight: 600;
    font-size: 1.5625rem;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.6;
  }
  .contact-top-txt {
    color: #666666;
    font-size: 1.375rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  .contact-top-txt a {
    display: contents;
    color: #008194;
    text-decoration: underline;
  }
  .contact-top-img {
    width: 12.5rem;
    margin: 0 auto 0.625rem;
  }
  .contact-top-num {
    color: #666666;
    font-size: 1.25rem;
    text-align: center;
  }
  .contact h2 {
    margin: 0 0 4.6875rem;
    padding: 9.375rem 0 0;
    color: #343a3f;
    font-weight: bold;
    font-size: 3.125rem;
    text-align: center;
    letter-spacing: 0.1em;
  }
  .contact-txt {
    margin: 0 0 5.3125rem;
    color: #343a3f;
    font-size: 1.75rem;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.78;
  }
  .contact-info {
    margin: 3.625rem 0 0 0;
    color: #666666;
    font-size: 1.375rem;
    line-height: 2;
    letter-spacing: 0.1em;
  }
  .contact-info a {
    display: inline-block;
    color: #666666;
    font-size: 1.375rem;
    border-bottom: 1px solid #bcbcbc;
    line-height: 1.1;
  }
  .contact .from-before-iframe-text {
    line-height: 1.8;
    margin-bottom: 16px;
  }
  .contact .from-before-iframe-text p {
    font-size: 1.4rem;
  }
  .footer-inner {
    padding: 0 20px;
    margin: 0 0 20vw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: auto;
  }
  .footer-sitemap {
    padding: 0 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-sitemap-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-sitemap-item {
    margin-top: 30px;
    padding-right: 1.25rem;
    line-height: 1;
    width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .footer-sitemap a {
    color: #aaa;
    text-decoration: none;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
    font-size: 14px;
  }
  .footer-sitemap a:hover {
    opacity: 0.6;
  }
  .footer-copyrights {
    margin: 32px 0 0;
    width: auto;
    text-align: center;
    color: #aaa;
    font-size: 13px;
  }
  .footer-logo {
    width: 39.0625rem;
    margin: 0 auto 2.75rem;
  }
  .footer-txt {
    margin: 0 0 5px;
    color: #343a3f;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    line-height: 1.78;
    border-bottom: solid 1px #EAEAEA;
    padding: 0 20px 40px;
  }
  .footer-txt span {
    margin-bottom: 16px;
  }
  .footer-overview {
    margin: 0 0 8.1875rem;
    color: #008194;
    font-size: 2rem;
    text-align: center;
    text-decoration: underline;
  }
  .footer-wrap {
    margin: 0 0 7.1875rem;
  }
  .footer-sdgs {
    width: 29.3125rem;
    margin: 2.4375rem 0 0 0;
  }
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .footer-link-txt {
    color: #AAAAAA;
    font-size: 1.6875rem;
    line-height: 1.6;
  }
  .footer-link a {
    margin: 0 0 1.875rem 0;
    color: #AAAAAA;
    font-size: 1.6875rem;
    line-height: 1.3;
  }
  .footer-link-right {
    margin: 0 0 1.875rem;
  }
  .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-badge {
    width: 14rem;
    margin: 0 2.125rem 2.125rem 0;
  }
  .common-footer-inner {
    max-width: 1040px;
    padding: 20px 10px 40px;
    margin: 0 auto;
  }
  .common-footer-top {
    padding: 0 0.625rem 20px;
  }
  .common-footer-logo {
    max-width: 360px;
    width: 100%;
    margin: 0 auto;
  }
  .common-footer-logo a {
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .common-footer-sns-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px 0 0 0;
    list-style: none;
  }
  .common-footer-sns-link li + li {
    margin-left: 12px;
  }
  .common-footer-sns-link a {
    width: 28px;
    display: block;
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .common-footer-siteseal {
    margin-top: 40px;
  }
  .common-footer-siteseal ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
  }
  .common-footer-siteseal ul li {
    width: 100px;
  }
  .common-footer-siteseal ul li img {
    width: 100%;
    height: auto;
  }
  .common-footer-siteseal ul li + li {
    margin-left: 10px;
  }
  .common-footer-siteseal ul a {
    -webkit-transition: opacity 0.35s ease-out;
    transition: opacity 0.35s ease-out;
  }
  .gmoGroupSecurity a {
    display: inline;
  }
  .gmoGroupHeader {
    margin: 0 0 9.375rem;
  }
  @-webkit-keyframes beltStream {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @keyframes beltStream {
    0% {
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
    }
    100% {
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%);
    }
  }
  @-webkit-keyframes beltStream2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  @keyframes beltStream2 {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-200%);
              transform: translateX(-200%);
    }
  }
  .client-logo {
    padding: 4rem 1rem 0;
  }
  .customer-belt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    padding: 10px 0;
  }
  .customer-belt .cb-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: auto;
    height: 100%;
    list-style: none;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .customer-belt .cb-inner li {
    padding: 0 30px;
    line-height: 0;
    min-width: 200px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .customer-belt.active .cb-inner {
    -webkit-animation: beltStream 48s linear infinite;
            animation: beltStream 48s linear infinite;
  }
  .customer-belt.active .cb-inner.second-inner {
    -webkit-animation: beltStream2 48s -24s linear infinite;
            animation: beltStream2 48s -24s linear infinite;
  }
}