/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

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

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

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

[hidden],
template {
  display: none
}

a {
  background-color: transparent
}

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

abbr[title] {
  border-bottom: 1px dotted
}

b,
strong {
  font-weight: bold
}

dfn {
  font-style: italic
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

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

small {
  font-size: 80%
}

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

sup {
  top: -0.5em
}

sub {
  bottom: -0.25em
}

img {
  border: 0
}

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

figure {
  margin: 1em 40px
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0
}

pre {
  overflow: auto
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0
}

button {
  overflow: visible
}

button,
select {
  text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer
}

button[disabled],
html input[disabled] {
  cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0
}

input {
  line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em
}

legend {
  border: 0;
  padding: 0
}

textarea {
  overflow: auto
}

optgroup {
  font-weight: bold
}

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

th,
td {
  padding: 0
}

html,
body {
  padding: 0;
  margin: 0
}

html *,
body * {
  box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
em,
img,
small,
sup,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input,
button,
table,
caption,
tbody,
tfoot,
thead {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent
}

tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline
}

ul,
li {
  list-style-type: none
}

img {
  vertical-align: top
}

em {
  font-style: normal
}

html {
  font-size: 10px
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  position: relative;
  color: #313131;
  font-display: swap;
  webkit-font-smoothing: antialiased;
  font-smoothing: antialiased
}

@media print,
screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    line-height: 1.7
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.2rem;
    line-height: 1.7
  }
}

address {
  font-style: normal;
  display: block
}

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

a,
button,
input[type="button"],
input[type="submit"] {
  color: #313131;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden
}

a *,
button *,
input[type="button"] *,
input[type="submit"] * {
  backface-visibility: hidden
}

a *::after,
a *::before,
button *::after,
button *::before,
input[type="button"] *::after,
input[type="button"] *::before,
input[type="submit"] *::after,
input[type="submit"] *::before {
  backface-visibility: hidden
}

@media print,
screen and (min-width: 769px) {

  a:hover,
  a:focus,
  button:hover,
  button:focus,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="submit"]:hover,
  input[type="submit"]:focus {
    opacity: .7
  }
}

input,
textarea {
  width: 100%;
  border: none;
  border-radius: 6px;
  font-size: 1.6rem;
  line-height: 1.7
}

input {
  padding: 2px 10px 0 10px
}

textarea {
  padding: 0 10px
}

.l-content {
  position: relative;
  font-weight: 700
}

.l-lp-pocket2Page {
  padding-top: 80px
}

.l-pocket2-header {
  font-weight: 700;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background-color: #2E2E2E;
  height: 80px
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__logo-wrap {
    width: 208px;
    margin-left: 20px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .l-pocket2-header__logo-wrap {
    max-width: 160px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__logo-wrap {
    max-width: 160px;
    width: 40%;
    margin-left: 16px
  }
}

.l-pocket2-header__nav-wrap {
  display: flex
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-wrap {
    flex-direction: row-reverse;
    align-items: center;
    padding-right: 15px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__contact {
    width: 80px;
    height: 80px;
    background-color: #F25169
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__contact-link {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 12px 30px;
    text-align: center;
    background-color: #F25169;
    color: #fff;
    border-radius: 36px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__contact-link {
    display: block;
    text-align: center
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__contact-icon-wrap {
    width: 16px;
    margin-right: 8px;
    line-height: 1
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__contact-icon-wrap {
    margin: 0 auto;
    width: 40px;
    height: 55px;
    padding-top: 14px
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__contact-icon {
    vertical-align: middle
  }
}

.l-pocket2-header__contact-text {
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__contact-text {
    font-size: 1.6rem;
    line-height: 1
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .l-pocket2-header__contact-text {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__contact-text {
    font-size: 1.0rem
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__menu {
    line-height: 1
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__menu-toggle {
    display: none
  }
}

.l-pocket2-header__menu-text {
  color: #fff
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text {
    position: relative;
    display: block;
    width: 80px;
    height: 80px;
    padding-top: 17px;
    font-size: 1.0rem;
    text-align: center
  }
}

.l-pocket2-header__menu-text::before,
.l-pocket2-header__menu-text::after {
  display: block;
  content: "";
  width: 40px
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text:not(.is-open)::before {
    border-top: 6px solid #fff;
    border-bottom: 6px solid #fff;
    margin: 0 auto 5px auto;
    height: 22px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text:not(.is-open)::after {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    height: 6px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text.is-open {
    padding-top: 55px
  }
}

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

  .l-pocket2-header__menu-text.is-open::before,
  .l-pocket2-header__menu-text.is-open::after {
    position: absolute;
    top: 40%;
    left: 50%;
    background-color: #fff;
    height: 6px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text.is-open::before {
    transform: translate(-50%, -40%) rotate(45deg)
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-text.is-open::after {
    transform: translate(-50%, -40%) rotate(-45deg)
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-toggle:not(.is-open) .l-pocket2-header__menu-text.is-open {
    display: none
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__menu-toggle.is-open .l-pocket2-header__menu-text.is-close {
    display: none
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-link-block {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-link-block {
    display: none;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    background-color: #585858;
    padding: 0 15px 65px 15px
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-anchor {
    display: flex
  }
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-induction {
    display: none
  }
}

.l-pocket2-header__nav-item {
  line-height: 1
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-item {
    margin: 0 10px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-item {
    border-bottom: 1px solid #AFAFAF
  }
}

.l-pocket2-header__nav-link {
  display: block;
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .l-pocket2-header__nav-link {
    font-size: 1.5rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .l-pocket2-header__nav-link {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-link {
    position: relative;
    padding: 17px 8px;
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-link::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 20px;
    height: 20px
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-anchor .l-pocket2-header__nav-link::after {
    right: 4px;
    width: 16px;
    height: 16px;
    transform: translateY(-50%) rotate(90deg);
    background: 0 0/contain no-repeat url("//22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-pocket2/img/icon-110.png")
  }
}

@media screen and (max-width: 768px) {
  .l-pocket2-header__nav-induction .l-pocket2-header__nav-link::after {
    right: 0;
    width: 16px;
    height: 16px;
    transform: translateY(-50%);
    background: 0 0/contain no-repeat url("//22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-pocket2/img/icon-130.png")
  }
}

@media print,
screen and (min-width: 769px) {

  .l-content>section,
  .l-content>*[id^="anchor-"]>section {
    padding: 0 0 60px 0
  }
}

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

  .l-content>section,
  .l-content>*[id^="anchor-"]>section {
    padding: 0 0 30px 0
  }
}

.l-content>section>.section-body,
.l-content>*[id^="anchor-"]>section>.section-body {
  padding: 0 20px
}

@media print,
screen and (min-width: 769px) {

  .l-content>section>section,
  .l-content>section>*[id^="anchor-"]>section,
  .l-content>*[id^="anchor-"]>section>section,
  .l-content>*[id^="anchor-"]>section>*[id^="anchor-"]>section {
    padding: 0
  }
}

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

  .l-content>section>section,
  .l-content>section>*[id^="anchor-"]>section,
  .l-content>*[id^="anchor-"]>section>section,
  .l-content>*[id^="anchor-"]>section>*[id^="anchor-"]>section {
    padding: 0
  }
}

.l-content>section>section>.section-body,
.l-content>section>*[id^="anchor-"]>section>.section-body,
.l-content>*[id^="anchor-"]>section>section>.section-body,
.l-content>*[id^="anchor-"]>section>*[id^="anchor-"]>section>.section-body {
  padding: 0 20px
}

.u-bg-gradient {
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .u-bg-gradient {
    background: linear-gradient(296deg, #55E4F0 0%, #0098B9 100%)
  }
}

@media screen and (max-width: 768px) {
  .u-bg-gradient {
    background: linear-gradient(318deg, #55E4F0 0%, #0098B9 100%)
  }
}

.u-bg-gradient {
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .u-bg-gradient {
    background: linear-gradient(296deg, #55E4F0 0%, #0098B9 100%)
  }
}

@media screen and (max-width: 768px) {
  .u-bg-gradient {
    background: linear-gradient(318deg, #55E4F0 0%, #0098B9 100%)
  }
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2 {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2 {
    padding-top: 30px
  }
}

.c-heading-lv2.is-bg-img {
  position: relative;
  padding-top: 0;
  height: 380px;
  overflow: hidden
}

@media screen and (max-width: 935px) and (min-width: 769px) {
  .c-heading-lv2.is-bg-img {
    height: 38vw
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2.is-bg-img {
    height: 380px
  }
}

.c-heading-lv2.is-bg-img+.section-body {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2.is-bg-img+.section-body {
    margin-top: -67px
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2.is-bg-img+.section-body {
    margin-top: -60px
  }
}

.c-heading-lv2.is-cut-into {
  min-height: 380px;
}

.c-heading-lv2.is-cut-into+.section-body {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2.is-cut-into+.section-body {
    margin-top: -104px
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2.is-cut-into+.section-body {
    margin-top: -60px
  }
}

.c-heading-lv2__text {
  color: #fff
}

.c-heading-lv2__text.is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2__text.is-en {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2__text.is-en {
    font-size: 1.3rem
  }
}

.c-heading-lv2__text.is-jp {
  display: block;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2__text.is-jp {
    line-height: 1.5;
    margin-top: 10px;
    font-size: 3.0rem
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2__text.is-jp {
    margin-top: 12px;
    font-size: 2.0rem
  }
}

.c-heading-lv2.is-bg-img .c-heading-lv2__text-wrap {
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv2.is-bg-img .c-heading-lv2__text-wrap {
    top: 60px
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv2.is-bg-img .c-heading-lv2__text-wrap {
    top: 40px
  }
}

.c-heading-lv2__bg-img {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv3 {
    padding-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv3 {
    padding-top: 30px
  }
}

.c-heading-lv3__text.is-en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv3__text.is-en {
    font-size: 1.8rem
  }
}

.c-heading-lv3__text.is-jp {
  display: block;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .c-heading-lv3__text.is-jp {
    margin-top: 11px;
    font-size: 3.0rem
  }
}

@media screen and (max-width: 768px) {
  .c-heading-lv3__text.is-jp {
    margin-top: 16px;
    font-size: 2.0rem
  }
}

.c-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden
}

.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

@media print,
screen and (min-width: 769px) {
  .u-hidePC {
    display: none !important
  }
}

@media screen and (max-width: 768px) {
  .u-hideSP {
    display: none !important
  }
}

@media print,
screen and (min-width: 769px) {
  .u-showPC {
    display: block !important
  }
}

@media screen and (max-width: 768px) {
  .u-showSP {
    display: block !important
  }
}

.u-notes::before {
  content: "※"
}

*[id^="anchor-"] {
  margin-top: -80px;
  padding-top: 80px
}

@media print,
screen and (min-width: 769px) {
  .u-anchor-link {
    padding: 60px 0
  }
}

@media screen and (max-width: 768px) {
  .u-anchor-link {
    padding: 30px 0
  }
}

*[id^="anchor-"]+.u-anchor-link {
  padding-top: 0
}

@media print,
screen and (min-width: 769px) {
  .l-content>section+.u-anchor-link {
    padding: 0 0 60px 0
  }
}

@media screen and (max-width: 768px) {
  .l-content>section+.u-anchor-link {
    padding: 0 0 30px 0
  }
}

@media print,
screen and (min-width: 769px) {
  .u-anchor-link__inner {
    display: flex;
    justify-content: center
  }
}

@media print,
screen and (min-width: 769px) {
  .u-anchor-link__list {
    margin: 0 12px
  }
}

@media screen and (max-width: 768px) {
  .u-anchor-link__list {
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .u-anchor-link__list+.u-anchor-link__list {
    margin-top: 30px
  }
}

.u-anchor-link__link {
  position: relative;
  color: #008C95;
  font-size: 1.2rem;
  padding-bottom: 2px;
  border-bottom: 1px solid #008C95
}

.u-anchor-link__link-icon {
  width: auto;
  vertical-align: middle;
  margin-right: 4px
}

@media print,
screen and (min-width: 769px) {
  .induction-button-area {
    display: flex;
    justify-content: center;
    padding: 20px 0 30px
  }
}

@media screen and (max-width: 768px) {
  .induction-button-area {
    padding: 25px 0
  }
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area+.induction-button-area {
    padding: 0 0 60px 0
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area+.induction-button-area {
    padding: 0 0 60px 0;
  }
}

.induction-button-area__button-wrap {
  height: 60px;
  line-height: 60px;
}

@media print,
screen and (min-width: 769px) {
  .induction-button-area__button-wrap {
    width: 380px;
    margin: 0 11px;
  }
}

@media screen and (max-width: 768px) {
  .induction-button-area__button-wrap {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .induction-button-area__button-wrap+.induction-button-area__button-wrap {
    margin-top: 18px;
  }
}

.induction-button-area__button {
  display: block;
  text-align: center;
  background-color: #F25169;
  color: #fff;
  border-radius: 36px;
}

.induction-button-area__button__sub {
  background-color: #fff;
  color: #F25169;
  border: 2px solid #F25169;
}

.induction-button-area__button-icon {
  width: 16px;
  vertical-align: middle;
  margin-top: -2px;
}

.induction-button-area__button-text {
  margin-left: 10px;
  font-size: 1.8rem;
}

@media print,
screen and (min-width: 769px) {
  .h1-area {
    position: relative;
  }
}

/* @media screen and (max-width: 768px) {
  .h1-area {
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 25px
  }
}
 */

main .h1-area__content {
  overflow: hidden;
  position: relative;
}

main .h1-area__content>img {
  animation: a-base-img 2s linear;
}

main .h1-area__line1, main .h1-area__line2, main .h1-area__logo, main .h1-area__overlay, main .h1-area__product {
  position: absolute;
}

main .h1-area__product {
  animation: a-item-fade 1s ease-out;
  left: 0;
  top: 51.4%;
}

@media print, screen and (min-width: 769px) {
  main .h1-area__product {
    left: 7.4%;
    top: 40.5%;
    width: 35.1%;
  }
}

.h1-area__logo {
  animation: a-item-fade 1s ease-out;
  left: 0;
  top: 9.2%;
}

@media screen and (min-width: 769px) {
  .h1-area__logo {
    left: 11%;
    top: 11.7%;
    width: 27.6%;
  }
}

.h1-area__line1 {
  animation: a-line-slide 1s ease-out;
  left: 0;
  top: 35.2%;
}

@media screen and (min-width: 769px) {
  .h1-area__line1 {
    left: 50.8%;
    top: 6.8%;
    width: 2.2%;
  }  
}

.h1-area__line2 {
  animation: a-line-slide 1.5s ease-out;
  left: 0;
  top: 41%;
}

@media screen and (min-width: 769px) {
  .h1-area__line2 {
    left: 47%;
    top: 6.8%;
    width: 2.3%;
  }  
}

.introduction__content {
  margin-top: 40px;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .introduction__content {
      display: flex;
      margin: 54px auto 0;
      max-width: 880px;
    }
}

@media print, screen and (min-width: 769px) {
    main .introduction__content>div {
    padding: 0 33px 20px;
    width: 50%;
  }
}

.introduction__content>div:last-child {
  border-top: 1px solid #d9d9d9;
  margin-top: 40px;
  padding-top: 40px;
}

@media print, screen and (min-width: 769px) {
  .introduction__content>div:last-child {
    border-left: 1px solid #d9d9d9;
    border-top: 0;
    margin-top: 0;
    padding: 0 33px 20px;
  }
}

.introduction__content h3 {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 9px;
}

.introduction__content .introduction__content-img {
  margin-bottom: 15px;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .introduction__content .introduction__content-img {
    margin-bottom: 15px;
  }
}

.introduction__content .introduction__content-img img {
  width: 207px;
}

@media print, screen and (min-width: 769px) {
  .introduction__content .introduction__content-img img {
    width: 202px;
  }
}

.introduction__content .introduction__content-img img.introduction__content-new {
  left: calc(50% - 132px);
  position: absolute;
  top: 26px;
  width: 53px;
}

@media print, screen and (min-width: 769px) {
  .introduction__content .introduction__content-img img.introduction__content-new {
      left: calc(50% - 128px);
      top: 15px;
  }
}

.introduction__content .introduction__content-img img.adjust-x {
  margin-left: 25px;
}

@media print, screen and (min-width: 769px) {
  .introduction__content .introduction__content-img img.adjust-x {
    margin-left: 40px;
  }
}

.introduction__content .introduction__content-img img.introduction__content-netis {
  left: calc(50% - 158px);
  position: absolute;
  top: 45px;
  width: 93px;
}

@media print, screen and (min-width: 769px) {
 .introduction__content .introduction__content-img img.introduction__content-netis {
    left: calc(50% - 152px);
    top: 15px;
  } 
}

.introduction__content p {
  font-size: 1.6rem;
}

.introduction__content .introduction__content-list {
  display: flex;
  flex-wrap: wrap;
  margin: 24px 0 30px;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .introduction__content .introduction__content-list {
    margin: 32px 0 36px;
  }
}

.introduction__content .introduction__content-list li {
  height: 31px;
  line-height: 31px;
  padding-left: 36px;
  text-indent: -36px;
  width: 50%;
}

.introduction__content .introduction__content-list.re-flex {
  display: block;
  margin: 32px auto 36px;
  width: fit-content;
}

.introduction__content .introduction__content-list.re-flex li {
  width: 100%;
}

.introduction__content .introduction__content-list.re-flex li {
    white-space: nowrap;
    width:auto
}

.introduction__content .introduction__content-list img {
  margin-right: 10px;
  position: relative;
  top: 5px;
  width: 26px
}

.introduction__content .u-notes {
  font-size: 1.2rem;
  font-weight: 400;
  text-align: left;
}

.u-anchor-link__inner {
    text-align: center;
 }

@media print, screen and (min-width: 769px) {
  .u-anchor-link__inner {
    display: flex;
    justify-content: center;
  }
}

.u-anchor-link__list {
  display: inline-block;
  margin: 0 10px;
}

@media print, screen and (min-width: 769px) {
  .u-anchor-link__list {
    margin: 0 12px;
  }
}

.camera-area__item.camera-area__plus {
  position: relative;
}

.camera-area__item.camera-area__movie.camera-area__plus>span {
  left: -1px;
  top: -1px;
}

.camera-area__item.camera-area__plus>span {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 120px;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.camera-area__plus>span {
    width: 137px;
  }
}

.camera-area__item.camera-area__movie {
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.camera-area__movie {
    display: flex;
    max-width: 100%;
  }
}

.camera-area__item.camera-area__movie .camera-area__title {
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.camera-area__movie .camera-area__title {
    padding-top: 90px;
  }
}

.camera-area__item.camera-area__movie .camera-area__title small {
  display: block;
  left: 0;
  position: absolute;
  top: -63px;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.camera-area__movie .camera-area__title small {
    top: 0;
  }
}

.camera-area__item.camera-area__movie .camera-area__title small img {
  margin: 0 6px;
  width: 50px;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.camera-area__movie .camera-area__title small img {
    margin: 0 10px;
    width: 78px;
  }
}

@media print, screen and (min-width: 769px) {
.camera-area__item.camera-area__movie .camera-area__img-wrap {
    background: #151515;
    width: 62%;
  }
}

.camera-area__text {
    font-weight: 400;
}

@media print, screen and (min-width: 769px) {
  .camera-area__text {
    margin-top: 6px;
  }
}

.camera-area__item.outer_u-notes {
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.camera-area__item.outer_u-notes .camera-area__text,.camera-area__item.outer_u-notes .camera-area__title {
  background-color: #ededed;
  margin-top: 0;
  padding: 10px 7px 0;
}

.u-notes:before {
  content: "※";
}

.camera-area__item.outer_u-notes .camera-area__notes {
  padding: 10px 7px 0;
}

.camera-area__notes .u-notes {
  font-size: 1rem;
  font-weight: 400;
}

@media print, screen and (min-width: 769px) {
  .camera-area__notes .u-notes {
    font-size: 1.2rem;
  }
}

.camera-area__item.camera-area__movie .camera-area__detail {
  padding: 38px 7px 31px;
}

@media print, screen and (min-width: 769px) {
 .camera-area__item.camera-area__movie .camera-area__detail {
    flex-direction: column;
    padding-top: 35px;
    width: 38%
  } 
}


.camera-area__item.outer_u-notes .camera-area__text {
  padding-bottom: 45px;
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.outer_u-notes .camera-area__text {
    padding-bottom: 20px;
  }
}

@media print, screen and (min-width: 769px) {
  .camera-area__item.outer_u-notes .camera-area__notes,.camera-area__item.outer_u-notes .camera-area__text,.camera-area__item.outer_u-notes .camera-area__title {
    padding: 12px 15px 0；
  }
}

.product-introduction-area {
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area {
    padding: 60px 20px;
    background: linear-gradient(300deg, #60E0BE 0%, #00619D 100%)
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area {
    padding: 55px 20px;
    background: linear-gradient(340deg, #60E0BE 0%, #00619D 100%)
  }
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__inner {
    margin: 0 auto;
    max-width: 900px
  }

  .product-introduction-area__inner::before,
  .product-introduction-area__inner::after {
    content: "";
    display: table
  }

  .product-introduction-area__inner:after {
    clear: both
  }
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__solution {
    max-width: 491px;
    width: 55%;
    float: left
  }
}

.package-area__tab-block {
  display: flex;
  margin-bottom: 20px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

@media print,
screen and (min-width: 769px) {
  .package-area__tab-block {
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
  }
}

.package-area__tab-block .tab.active {
  background: #008c95;
  color: #fff;
  position: relative;
}

.package-area__tab-block .tab {
  background: #f6f9fb;
  color: #9a9a9a;
  cursor: pointer;
  font-family: Oswald,sans-serif;
  font-size: 1.7rem;
  font-weight: 500;
  padding: 14px 0;
  text-align: center;
  width: 50%;
}

@media print,
screen and (min-width: 769px) {
  .package-area__tab-block .tab {
    font-size: 2.4rem;
    padding: 8px 0;
  }
}

.package-area__tab-block .tab.active span {
  background: none;
  padding-left: 0;
}

.package-area__tab-block .tab span {
  background: url(https://safie.jp/hubfs/safie-corp/campaign/lp-pocket2/img/tri-gray-left.png) 0 56% no-repeat;
  background-size: 7px auto;
  display: inline-block;
  padding-left: 15px;
}

@media print,
screen and (min-width: 769px) {
  .package-area__tab-block .tab span {
    background-size: 9px auto;
    padding-left: 20px;
  }
}

.package-area__tab-block .tab.active:after {
  bottom: -20px;
  content: url(https://safie.jp/hubfs/safie-corp/campaign/lp-pocket2/img/tri-green-down.png);
  display: block;
  left: calc(50% - 21px);
  position: absolute;
  transform: scale(.3);
  width: auto
}

@media print,
screen and (min-width: 769px) {
  .package-area__tab-block .tab.active:after {
    bottom: -22px;
  }
}

.package-area__panel-block .panel.active {
  display: block;
}

.package-area__panel-block .panel {
  display: none;
  text-align: center;
}

.package-area__note {
  font-size: 1.2rem;
  font-weight: 400;
  margin-top: 14px;
  text-align: left;
}

.package-area__specification-title {
  color: #008c95;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-title {
    margin: 40px auto 0;
    max-width: 500px;
  }
}

.package-area__specification-title+.package-area__specification-table {
  margin-top: 10px;
}

.package-area__specification-table {
  border-top: 2px solid #008c95;
  width: 100%;
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-table {
    margin: 0 auto;
    max-width: 500px;
  }
}

.package-area__specification-tr {
  border-bottom: 2px solid #008c95;
}

.package-area__specification-th {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0;
  text-align: right;
  width: 40%;
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-th {
    width: 25%;
  }
}

.package-area__specification-td {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0 10px 20px;
  text-align: left;
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-td {
    padding: 10px 0 10px 105px;
  }
}


@media screen and (max-width: 768px) {
  .product-introduction-area__solution {
    margin: 0 auto
  }
}

.product-introduction-area__solution-list {
  display: inline
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__solution-list {
    line-height: 1.9;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__solution-list {
    line-height: 2.3;
    font-size: 1.4rem
  }
}

.product-introduction-area__solution-list::after {
  content: "/";
  padding: 0 0.5em
}

.product-introduction-area__solution-list:last-child::after {
  display: none
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__image-wrap {
    width: 40%;
    max-width: 327px;
    float: right;
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1.4vw;
    margin-right: 1.4vw
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__image-wrap {
    width: 300px;
    margin: 34px auto 0 auto;
    text-align: center
  }
}

.product-introduction-area__image {
  margin: 0 auto
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__image.is-item {
    max-width: 327px
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__image.is-item {
    margin-top: 40px
  }
}

.product-introduction-area__image.is-logo {
  max-width: 257px
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__image.is-logo {
    margin-top: 35px
  }
}

.product-introduction-area__lead {
  margin: 0 auto;
  max-width: 500px
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__lead {
    width: 57%;
    float: left;
    font-size: 2.2rem
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__lead {
    display: flex;
    flex-direction: column-reverse;
    font-size: 1.8rem
  }
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__item-name.is-jp {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__item-name.is-jp {
    font-size: 1.2rem
  }
}

.product-introduction-area__lead-text {
  line-height: 1.8
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__lead-text {
    margin-top: 30px
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__lead-text {
    margin-top: 22px
  }
}

.product-introduction-area__lead-spec {
  display: flex;
  flex-wrap: wrap
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__lead-spec {
    margin: 23px -5px 0 -5px;
    justify-content: center
  }
}

@media screen and (max-width: 935px) and (min-width: 769px) {
  .product-introduction-area__lead-spec {
    justify-content: start
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__lead-spec {
    margin: 20px -5px 0 -5px;
    justify-content: center
  }
}

.product-introduction-area__lead-spec-list {
  height: 28px;
  line-height: 28px;
  border-radius: 24px;
  margin: 10px 5px 0 5px;
  font-size: 1.2rem;
  text-align: center;
  background-color: #fff;
  color: #008C95
}

@media print,
screen and (min-width: 769px) {
  .product-introduction-area__lead-spec-list {
    width: 160px
  }
}

@media screen and (max-width: 768px) {
  .product-introduction-area__lead-spec-list {
    width: calc(50% - 10px)
  }
}

.mechanism-area .c-heading-lv2__text {
  color: #008C95
}

.mechanism-area__img-wrap {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .mechanism-area__img-wrap {
    margin: 10px auto 0 auto;
    max-width: 960px
  }
}

@media screen and (max-width: 768px) {
  .mechanism-area__img-wrap {
    margin: 0 -20px
  }
}

@media print,
screen and (min-width: 769px) {
  .mechanism-area__lead {
    margin: 27px auto 0 auto;
    max-width: 500px;
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .mechanism-area__lead {
    margin-top: 25px;
    font-size: 1.4rem
  }
}

.mechanism-area__attention {
  background-color: rgba(255, 124, 149, 0.2);
  color: #D91C40;
  font-size: 1.2rem;
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .mechanism-area__attention {
    max-width: 500px;
    margin: 20px auto 0 auto;
    padding: 16px 20px
  }
}

@media screen and (max-width: 768px) {
  .mechanism-area__attention {
    margin: 16px auto 0 auto;
    padding: 16px 10px
  }
}

.mechanism-area__attention-link {
  color: #D91C40
}

@media print,
screen and (min-width: 769px) {
  .mechanism-area__attention-link:hover {
    text-decoration: underline
  }
}

.mechanism-area__attention-notes {
  margin-top: 1em
}

.service-area__content {
  margin: 0 auto;
  background-color: #F7F7F7
}

@media print,
screen and (min-width: 769px) {
  .service-area__content {
    max-width: 880px
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__content:not(.is-third) {
    display: flex;
    align-items: center
  }
}

.service-area__content+.service-area__content {
  margin-top: 30px
}

.service-area__kv-wrap {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .service-area__kv-wrap {
    width: 50%
  }
}

.service-area__kv-num {
  position: absolute;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  line-height: 1;
  z-index: 2
}

@media print,
screen and (min-width: 769px) {
  .service-area__kv-num {
    top: 7px;
    left: 7px;
    font-size: 3.8rem
  }
}

@media screen and (max-width: 768px) {
  .service-area__kv-num {
    top: 1.8vw;
    left: 1.8vw;
    font-size: 7.0vw
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__detail {
    width: 50%;
    padding: 0 20px
  }
}

@media screen and (max-width: 768px) {
  .service-area__detail {
    padding: 23px 10px
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__title {
    font-size: 3.0rem
  }
}

@media screen and (max-width: 768px) {
  .service-area__title {
    font-size: 2.0rem;
    text-align: center
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__text {
    margin-top: 10px
  }
}

@media screen and (max-width: 768px) {
  .service-area__text {
    margin-top: 18px;
    font-size: 1.4rem
  }
}

.service-area__notes {
  font-size: 1.2rem;
  font-weight: 400
}

.service-area__img-wrap {
  display: flex
}

@media print,
screen and (min-width: 769px) {
  .service-area__img-wrap {
    margin: 17px -5px 0 -5px
  }
}

@media screen and (max-width: 768px) {
  .service-area__img-wrap {
    margin: 28px -2px 0 -2px
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__img-item {
    width: calc(50% - 10px);
    margin: 0 5px
  }
}

@media screen and (max-width: 768px) {
  .service-area__img-item {
    width: calc(50% - 4px);
    margin: 0 2px
  }
}

.service-area__caption {
  font-size: 1.0rem;
  font-weight: 400
}

.service-area__content.is-third .service-area__kv-wrap {
  width: 100%;
  background-color: #45BCC7
}

.service-area__content.is-third .service-area__detail {
  width: 100%
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__detail {
    padding: 28px 20px
  }
}

.service-area__content.is-third .service-area__kv-inner {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__kv-inner {
    display: flex;
    align-items: center
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__kv-img {
    width: 53%
  }
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point {
    width: 47%
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point {
    padding: 0 10px 30px 10px;
    margin-top: 8px
  }
}

.service-area__content.is-third .service-area__point-item {
  display: flex;
  align-items: center;
  color: #fff;
  border: 1px solid #fff
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-item {
    width: 368px;
    padding: 11px 17px;
    justify-content: space-between
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-item {
    width: 98%
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-item {
    max-width: 312px;
    margin: 0 auto;
    padding: 9px 0;
    justify-content: center
  }
}

.service-area__content.is-third .service-area__point-item+.service-area__point-item {
  margin-top: 10px
}

.service-area__content.is-third .service-area__point-icon-wrap {
  width: 57px;
  text-align: center;
  margin-right: 5px
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-icon-wrap {
    max-width: 40px
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-icon-wrap {
    max-width: 57px;
    width: 15vw
  }
}

@media screen and (max-width: 320px) {
  .service-area__content.is-third .service-area__point-icon-wrap {
    max-width: 40px
  }
}

.service-area__content.is-third .service-area__point-icon {
  width: auto
}

.service-area__content.is-third .service-area__point-text {
  text-align: right
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-text {
    width: 141px;
    margin-right: 17px;
    font-size: 1.6rem;
    line-height: 1.2
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-text {
    width: 112px;
    margin-right: 8px;
    font-size: 1.4rem;
    line-height: 1.4
  }
}

.service-area__content.is-third .service-area__point-item:last-child .service-area__point-text {
  width: 100px
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-item:last-child .service-area__point-text {
    margin-right: 5px
  }
}

.service-area__content.is-third .service-area__point-value {
  display: flex;
  justify-content: flex-end;
  align-items: center
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-value {
    width: 91px
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-item:last-child .service-area__point-value {
    width: 103px
  }
}

.service-area__content.is-third .service-area__point-num {
  font-family: "Oswald", sans-serif;
  line-height: 1
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-num {
    margin-right: 12px;
    font-size: 4.0rem
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-num {
    margin-right: 4px;
    font-size: 3.0rem
  }
}

.service-area__content.is-third .service-area__point-unit {
  line-height: 1.2
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-unit {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .service-area__content.is-third .service-area__point-unit {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__point-unit {
    font-size: 1.4rem
  }
}

.service-area__content.is-third .service-area__lead {
  text-align: center
}

.service-area__content.is-third .service-area__text {
  padding: 0 5px
}

@media print,
screen and (min-width: 769px) {
  .service-area__content.is-third .service-area__text {
    margin-left: auto;
    margin-right: auto;
    display: inline-block
  }
}

@media screen and (max-width: 768px) {
  .service-area__content.is-third .service-area__text {
    text-align: left
  }
}

.c-company{
  margin: 0 auto;
  font-size: 1.4rem
}

@media print,
screen and (min-width: 769px) {
  .c-company {
    max-width: 880px
  }
}

@media print,
screen and (min-width: 769px) {
  .c-company:not(.is-third) {
    display: flex;
    align-items: center
  }
}

.c-company+.c-company {
  margin-top: 30px
}

.c-company__container{
  letter-spacing: 0.8px;
  line-height: 1.6;
  max-width: 800px;
  margin: 60px auto 30px auto;
  width: 100%
}

.c-company__title{
  margin-top: 11px;
  margin-bottom: 15px;
  font-size: 3.0rem;
  text-align: center
}

.c-company__table th {
  font-weight: bold;
  text-align: right;
  width: 20%;
  padding-bottom: 10px
}

.c-company__table td {
  padding-left: 20px;
  padding-bottom: 10px;
  width: 85%
}

@media screen and (max-width: 768px) {
  .c-company__container {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto
  }
}

.security {
  margin: 0 auto
}

@media print,
screen and (min-width: 769px) {
  .security {
    max-width: 880px
  }
}

@media print,
screen and (min-width: 769px) {
  .security:not(.is-third) {
    display: flex;
    align-items: center
  }
}

.security+.company {
  margin-top: 30px
}

.security-wrapper {
  letter-spacing: 0.8px;
  line-height: 1.6;
  max-width: 800px;
  margin: 30px auto 60px auto;
  width: 100%
}

.security .headLine {
  margin-top: 11px;
  margin-bottom: 15px;
  font-size: 3.0rem;
  text-align: center
}

.security p {
  padding: 10px 0
}

.security .aC {
  text-align: center
}

.security img {
  width: auto
}

.security .security__logo {
  width: 295px
}

.security table th {
  font-weight: bold;
  text-align: right;
  width: 20%;
  padding-bottom: 10px
}

.security table td {
  padding-left: 20px;
  padding-bottom: 10px;
  width: 85%
}

@media screen and (max-width: 768px) {
  .security-wrapper {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto
  }

  .security table th {
    white-space: nowrap
  }
}

@media print,
screen and (min-width: 769px) {
  .camera-area .section-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px
  }
}

.camera-area__content {
  display: flex;
  flex-wrap: wrap
}

@media print,
screen and (min-width: 769px) {
  .camera-area__content {
    margin: -20px -10px 0 -10px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__content {
    margin: -10px -5px 0 -5px
  }
}

.camera-area__item {
  background-color: #EDEDED
}

@media print,
screen and (min-width: 769px) {
  .camera-area__item {
    max-width: 280px;
    width: calc(33.3% - 20px);
    margin: 20px 10px 0 10px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .camera-area__item {
    max-width: none;
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__item {
    width: calc(50% - 10px);
    margin: 10px 5px 0 5px
  }
}

@media print,
screen and (min-width: 769px) {
  .camera-area__detail {
    padding: 12px 15px 20px 15px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__detail {
    padding: 10px 7px 45px 7px
  }
}

.camera-area__title {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .camera-area__title {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .camera-area__title {
    font-size: 1.4rem
  }
}

.camera-area__text {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .camera-area__text {
    margin-top: 6px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__text {
    margin-top: 2px
  }
}

.camera-area__guaranteed {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 124, 149, 0.2);
  color: #D91C40
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed {
    max-width: 700px;
    margin: 40px auto 0 auto;
    padding: 17px 60px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 20px
  }
}

.camera-area__guaranteed-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed-icon {
    width: 110px;
    height: 110px;
    border-radius: 55px;
    border: 5px solid #D91C40
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed-icon {
    width: 80px;
    height: 80px;
    border-radius: 40px;
    border: 4px solid #D91C40
  }
}

.camera-area__guaranteed-icon-text {
  text-align: center;
  line-height: 1.2
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed-icon-text {
    font-size: 3.2rem
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed-icon-text {
    font-size: 2.2rem
  }
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed-content {
    width: calc(100% - 110px - 20px)
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed-content {
    width: calc(100% - 80px - 20px)
  }
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed-title {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed-title {
    font-size: 1.6rem
  }
}

.camera-area__guaranteed-text {
  font-size: 1.2rem
}

@media print,
screen and (min-width: 769px) {
  .camera-area__guaranteed-text {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .camera-area__guaranteed-text {
    margin-top: 10px
  }
}

@media print,
screen and (min-width: 769px) {
  .portable-area .section-body {
    margin-left: auto;
    margin-right: auto;
    max-width: 920px
  }
}

@media print,
screen and (min-width: 769px) {
  .portable-area__content {
    display: flex;
    margin: 0 -10px
  }
}

.portable-area__item {
  background-color: #EDEDED
}

@media print,
screen and (min-width: 769px) {
  .portable-area__item {
    width: 280px;
    margin: 0 10px
  }
}

@media screen and (max-width: 768px) {
  .portable-area__item+.portable-area__item {
    margin-top: 30px
  }
}

.portable-area__img-wrap {
  margin: 0
}

.portable-area__caption {
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  text-align: center;
  background-color: #F6DF32;
  font-size: 1.3rem
}

@media print,
screen and (min-width: 769px) {
  .portable-area__detail {
    padding: 7px 15px 15px 15px
  }
}

@media screen and (max-width: 768px) {
  .portable-area__detail {
    padding: 14px 16px 25px 16px
  }
}

.portable-area__title {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .portable-area__title {
    font-size: 2.0rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .portable-area__title {
    font-size: 1.7rem
  }
}

@media screen and (max-width: 768px) {
  .portable-area__title {
    font-size: 2.0rem
  }
}

.portable-area__text {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .portable-area__text {
    margin-top: 4px
  }
}

@media screen and (max-width: 768px) {
  .portable-area__text {
    margin-top: 5px;
    font-size: 1.4rem
  }
}

.viewer-area__kv {
  text-align: center
}

@media screen and (max-width: 768px) {
  .viewer-area__kv {
    margin: 0 -20px
  }
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__kv-img {
    width: auto
  }
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__content {
    margin: 30px auto 0 auto;
    max-width: 880px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__content {
    margin-top: 30px
  }
}

.viewer-area__features {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features {
    padding: 30px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features {
    padding: 25px 0
  }
}

.viewer-area__features-lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-lead {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-lead {
    font-size: 1.4rem
  }
}

.viewer-area__features-list {
  display: flex
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-list {
    width: 648px;
    margin: 22px auto 0 auto;
    justify-content: space-between
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-list {
    margin: 6px auto 0 auto;
    justify-content: center;
    flex-wrap: wrap
  }
}

.viewer-area__features-item {
  border: 1px solid #fff;
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-item {
    width: 120px;
    padding: 10px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-item {
    width: 96px;
    margin: 12px 6px 0 6px;
    padding: 6px
  }
}

.viewer-area__features-img-wrap {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-img-wrap {
    height: 47px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-img-wrap {
    height: 38px
  }
}

.viewer-area__features-img {
  width: auto
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-img {
    max-height: 47px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-img {
    width: auto;
    max-width: 73px;
    max-height: 38px
  }
}

.viewer-area__features-text {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .viewer-area__features-text {
    font-size: 1.2rem;
    margin-top: 4px
  }
}

@media screen and (max-width: 768px) {
  .viewer-area__features-text {
    font-size: 1.0rem;
    margin-top: 5px
  }
}

p.viewer-area__features-induction {
  text-align: center;
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  p.viewer-area__features-induction {
    margin-top: 18px;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  p.viewer-area__features-induction {
    margin-top: 14px;
    font-size: 1.0rem
  }
}

@media print,
screen and (min-width: 769px) {
  a.viewer-area__features-link:hover {
    text-decoration: underline
  }
}

.movie-area__content {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .movie-area__content {
    max-width: 880px;
    margin: 17px auto 0 auto;
    padding: 37px 38px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .movie-area__content {
    margin: 30px 20px 0 20px;
    padding: 30px 10px
  }
}

@media screen and (max-width: 768px) {
  .movie-area__content {
    margin: 30px 20px 0 20px;
    padding: 25px 10px
  }
}

.movie-area__lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .movie-area__point {
    width: 760px;
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .movie-area__point {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .movie-area__point {
    margin-top: 17px
  }
}

.movie-area__point-item {
  color: #fff;
  border: 1px solid #fff;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .movie-area__point-item {
    width: calc(50% - 10px);
    margin: 0 5px;
    font-size: 3.0rem;
    height: 63px;
    line-height: 63px
  }
}

@media screen and (max-width: 768px) {
  .movie-area__point-item {
    margin-top: 10px;
    height: 42px;
    font-size: 2.0rem;
    line-height: 42px
  }
}

@media screen and (max-width: 768px) {
  .movie-area__point-item:first-child {
    margin-top: 0
  }
}

@media print,
screen and (min-width: 769px) {
  .movie-area__point-item:last-child {
    margin-top: 10px
  }
}

.movie-area__sample {
  background-color: #EDEDED
}

@media print,
screen and (min-width: 769px) {
  .movie-area__sample {
    display: flex;
    align-items: center;
    margin-top: 30px
  }
}

@media screen and (max-width: 768px) {
  .movie-area__sample {
    margin-top: 20px
  }
}

@media print,
screen and (min-width: 769px) {
  .movie-area__youtube {
    width: calc(100% - 364px)
  }
}

@media print,
screen and (min-width: 769px) {
  .movie-area__sample-detail {
    width: 364px;
    padding: 0 30px
  }
}

@media screen and (max-width: 768px) {
  .movie-area__sample-detail {
    padding: 15px 20px 20px 20px
  }
}

.movie-area__sample-title {
  font-size: 1.8rem
}

@media screen and (max-width: 768px) {
  .movie-area__sample-title {
    text-align: center
  }
}

.movie-area__sample-body {
  margin: 8px -5px 0 -5px
}

.movie-area__sample-label {
  display: flex
}

@media screen and (max-width: 768px) {
  .movie-area__sample-label {
    justify-content: center
  }
}

.movie-area__sample-label-item {
  width: 120px;
  height: 24px;
  margin: 0 5px;
  border-radius: 12px;
  line-height: 24px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #FF7C95
}

.movie-area__sample-label-item:last-child {
  background-color: #45BCC7
}

.movie-area__sample-text {
  margin-top: 15px;
  font-size: 1.4rem;
  font-weight: 400
}

.specification-area__content {
  background-color: #F6F9FB
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content {
    width: 820px;
    margin: 0 auto;
    padding: 35px 30px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .specification-area__content {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .specification-area__content {
    padding: 25px 10px
  }
}

.specification-area__content .induction-button-area {
  padding: 0
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area {
    display: block;
    margin-top: 60px
  }
}

@media screen and (max-width: 768px) {
  .specification-area__content .induction-button-area {
    margin-top: 30px
  }
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area__button-wrap {
    margin: 0 auto;
    width: 380px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px
  }
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area__button-wrap+.induction-button-area__button-wrap {
    margin-top: 18px
  }
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area__button {
    border-radius: 30px
  }
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area__button-icon {
    width: auto
  }
}

@media print,
screen and (min-width: 769px) {
  .specification-area__content .induction-button-area__button-text {
    font-size: 2.0rem
  }
}

.specification-area__lead {
  text-align: center
}

@media screen and (max-width: 768px) {
  .specification-area__lead {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__body {
    margin-top: 40px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__body {
    margin-top: 18px
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__long {
    display: flex
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long {
    border-top: 3px solid #45BCC7
  }
}

@media screen and (max-width: 768px) {
  .plan-area__item {
    padding: 5px 0
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__item.is-item-name {
    width: 25%
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__item.is-item-period {
    width: 17%;
    margin-left: 2px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__item.is-item-period {
    margin-top: 2px
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__item.is-item-initial {
    width: 19%
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__item.is-item-monthly {
    width: 39%
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long .plan-area__item {
    border: 3px solid #45BCC7;
    border-top: none;
    background-color: #45BCC7
  }
}

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

  .plan-area__long .plan-area__item.is-item-initial,
  .plan-area__long .plan-area__item.is-item-monthly {
    background-color: #ecf8f9
  }
}

.plan-area__short .plan-area__item {
  background-color: #939393;
  border: 3px solid #939393
}

@media print,
screen and (min-width: 769px) {
  .plan-area__short .plan-area__item {
    border-left: none
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short .plan-area__item {
    border-top: none
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__short .plan-area__item.is-item-name {
    border-left: 3px solid #939393
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short .plan-area__item.is-item-name {
    border-top: 3px solid #939393
  }
}

.plan-area__short .plan-area__item.is-item-name,
.plan-area__short .plan-area__item.is-item-period {
  color: #fff
}

@media print,
screen and (min-width: 769px) {

  .plan-area__short .plan-area__item.is-item-name,
  .plan-area__short .plan-area__item.is-item-period {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short .plan-area__item.is-item-name {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short .plan-area__item.is-item-period {
    font-size: 1.4rem
  }
}

.plan-area__short .plan-area__item.is-item-initial,
.plan-area__short .plan-area__item.is-item-monthly {
  background-color: #f4f4f4
}

@media print,
screen and (min-width: 769px) {

  .plan-area__short .plan-area__item.is-item-initial,
  .plan-area__short .plan-area__item.is-item-monthly {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__label-wrap {
    margin: 0 11px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__label-wrap {
    margin-bottom: 8px
  }
}

.plan-area__label {
  background-color: #111;
  color: #fff;
  text-align: center;
  height: 24px;
  line-height: 24px;
  border-radius: 12px
}

@media screen and (max-width: 768px) {
  .plan-area__label {
    width: 117px;
    margin: 0 auto;
    font-size: 1.2rem
  }
}

.plan-area__text-wrap {
  display: flex;
  justify-content: center;
  align-items: center
}

.plan-area__long .plan-area__text-wrap {
  color: #fff
}

@media print,
screen and (min-width: 769px) {
  .plan-area__long .plan-area__text-wrap {
    margin-top: 14px;
    height: 120px;
    border: 3px solid #45BCC7;
    border-left: none;
    background-color: #45BCC7
  }
}

.plan-area__long .plan-area__item:not(.is-item-name):not(.is-item-period) .plan-area__text-wrap {
  color: #FF7600
}

@media print,
screen and (min-width: 769px) {
  .plan-area__long .plan-area__item:not(.is-item-name):not(.is-item-period) .plan-area__text-wrap {
    background-color: #ecf8f9
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long .plan-area__item:not(.is-item-name):not(.is-item-period) .plan-area__text-wrap {
    padding-bottom: 5px
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__long .plan-area__item.is-item-name .plan-area__text-wrap {
    border-left: 3px solid #45BCC7
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__short .plan-area__text-wrap {
    height: 48px
  }
}

.plan-area__text {
  font-size: 1.8rem;
  text-align: center;
  line-height: 1.2
}

@media print,
screen and (min-width: 769px) {
  .plan-area__long .plan-area__item.is-item-name .plan-area__text {
    font-size: 2.0rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long .plan-area__item.is-item-name .plan-area__text {
    font-size: 2.4rem
  }
}

.plan-area__text-num {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  line-height: 1
}

@media print,
screen and (min-width: 769px) {
  .plan-area__text-num {
    font-size: 7.0rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .plan-area__text-num {
    font-size: 5.5rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__text-num {
    font-size: 7.0rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long .plan-area__item.is-item-initial .plan-area__text-num {
    font-size: 10.0rem
  }
}

@media screen and (max-width: 320px) {
  .plan-area__long .plan-area__item.is-item-initial .plan-area__text-num {
    font-size: 7.0rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__long .plan-area__item.is-item-monthly .plan-area__text-num {
    font-size: 6.0rem
  }
}

@media screen and (max-width: 320px) {
  .plan-area__long .plan-area__item.is-item-monthly .plan-area__text-num {
    font-size: 5.0rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__short .plan-area__text-num {
    font-size: 3.0rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .plan-area__short .plan-area__text-num {
    font-size: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short .plan-area__text-num {
    font-size: 3.0rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__text-strong {
    display: block;
    line-height: 1;
    font-size: 3.0rem
  }
}

.plan-area__text-tax {
  font-weight: 400
}

.plan-area__long .plan-area__text-tax {
  font-size: 1.4rem
}

.plan-area__short .plan-area__text-tax {
  font-size: 1.0rem
}

@media print,
screen and (min-width: 769px) {
  .plan-area__short {
    display: flex;
    margin-top: 10px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__short {
    margin-top: 20px
  }
}

.plan-area__notes {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .plan-area__notes {
    margin: 35px auto 0 auto;
    width: 500px;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__notes {
    margin-top: 14px;
    font-size: 1.0rem
  }
}

.plan-area__package-lead {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #111;
  color: #fff;
  text-align: center;
  margin-bottom: 5px
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-lead {
    margin: 37px auto 0 auto;
    width: 100%;
    height: 24px;
    border-radius: 2px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-lead {
    height: 20px;
    margin-top: 15px;
    border-radius: 2px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-lead-text {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-list {
    display: flex;
    justify-content: space-between;
    margin-top: 14px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-list {
    margin-top: 18px
  }
}

.plan-area__package-item {
  display: flex;
  align-items: center;
  background-color: #EDEDED
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-item {
    width: 245px;
    padding: 29px 16px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-item {
    margin-top: 8px;
    padding: 9px;
    justify-content: center
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-item:first-child {
    margin-top: 0
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-img-wrap {
    margin-right: 7px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .plan-area__package-img-wrap {
    width: 45px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-img-wrap {
    margin-right: 10px
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-img {
    width: auto;
    height: auto;
    max-width: 50px;
    max-height: 50px
  }
}

.plan-area__package-text {
  line-height: 1.6
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-text {
    font-size: 1.8rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .plan-area__package-text {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-text {
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .plan-area__package-text-sup {
    font-size: 1.3rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .plan-area__package-text-sup {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .plan-area__package-text-sup {
    font-size: 1.2rem
  }
}

@media print,
screen and (min-width: 769px) {
  .package-area__content {
    margin: 56px auto 0 auto;
    max-width: 800px
  }
}

@media screen and (max-width: 768px) {
  .package-area__content {
    margin-top: 40px;
    padding: 0 20px
  }
}

.package-area__specification-title {
  color: #008C95;
  font-size: 1.4rem
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-title {
    margin: 40px auto 0 auto;
    max-width: 500px
  }
}

@media screen and (max-width: 768px) {
  .package-area__specification-title {
    margin-top: 30px
  }
}

.package-area__specification-table {
  width: 100%;
  border-top: 2px solid #008C95
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-table {
    margin: 0 auto;
    max-width: 500px
  }
}

.package-area__specification-title+.package-area__specification-table {
  margin-top: 10px
}

.package-area__more-body .package-area__specification-table:first-child {
  border-top: none
}

.package-area__specification-table+.u-notes {
  margin-top: 20px
}

.package-area__specification-tr {
  border-bottom: 2px solid #008C95
}

.package-area__specification-th {
  padding: 10px 0 10px 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400
}

/* @media print,
screen and (min-width: 769px) {
  .package-area__specification-th {
    width: 40%
  }
}

@media screen and (max-width: 768px) {
  .package-area__specification-th {
    width: 34%
  }
} */

.package-area__specification-td {
  font-size: 1.2rem;
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .package-area__specification-td {
    padding: 10px 0 10px 105px
  }
}

@media screen and (max-width: 768px) {
  .package-area__specification-td {
    padding: 10px 0 10px 3vw
  }
}

.js-more-table__body {
  display: none
}

.package-area__more-button-wrap {
  margin: 40px auto;
  width: 240px;
  height: 36px;
  line-height: 36px
}

.package-area__more-button {
  width: 100%;
  border-radius: 20px;
  border: 2px solid #008C95
}

.package-area__more-button-icon {
  width: 16px;
  vertical-align: middle;
  margin-top: -2px
}

.package-area__more-button.is-open .package-area__more-button-icon {
  transform: rotate(180deg);
  margin-top: -4px
}

.package-area__more-button-text {
  margin-left: 10px;
  font-size: 1.2rem;
  color: #008C95
}

.package-area__more-button:not(.is-open) .package-area__more-button-text.is-open {
  display: none
}

.package-area__more-button.is-open .package-area__more-button-text.is-close {
  display: none
}

@media print,
screen and (min-width: 769px) {
  .package-area__app {
    margin-top: 50px
  }
}

@media screen and (max-width: 768px) {
  .package-area__app {
    margin-top: 40px
  }
}

.package-area__app-text {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .package-area__app-link:hover {
    text-decoration: underline
  }
}

.package-area__app-notes {
  margin-top: 2em;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area {
    padding-top: 80px
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area {
    padding-top: 40px
  }
}

.catchphrase-area__title-wrap {
  position: absolute;
  color: #fff;
  z-index: 2
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area__title-wrap {
    margin-top: 22.9vw;
    padding: 0 4.0vw
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area__title-wrap {
    margin-top: 6.0vw;
    padding: 0 20px
  }
}

.catchphrase-area__h2 {
  line-height: 1.9
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area__h2 {
    font-size: 3.0rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .catchphrase-area__h2 {
    font-size: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area__h2 {
    font-size: 1.7rem
  }
}

.catchphrase-area__title-text {
  line-height: 1.9
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area__title-text {
    width: 490px;
    margin-top: 2.2vw
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .catchphrase-area__title-text {
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area__title-text {
    margin-top: 76.0vw
  }
}

@media screen and (max-width: 320px) {
  .catchphrase-area__title-text {
    margin-top: 70.0vw
  }
}

@media print,
screen and (min-width: 769px) {
  .catchphrase-area__title-paragraph {
    font-size: 1.6rem
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area__title-paragraph {
    line-height: 1.9;
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .catchphrase-area__title-paragraph+.catchphrase-area__title-paragraph {
    margin-top: 1em
  }
}

.catchphrase-area__title-img-wrap {
  position: relative
}

/* 遠隔臨場モード */
.catchphrase-area__mlit-wrap {
  background-color: #2a2a2a;
  margin-top: 40px;
  overflow: hidden;
  position: relative;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-wrap {
      height: 888px;
      margin-top: 0;
  }
}

.catchphrase-area__mlit-wrap .catchphrase-area__mlit-inner {
  line-height: 1.9;
  padding-bottom: 40px;
  padding-top: 40px;
  position: relative;
  z-index: 2;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-wrap .catchphrase-area__mlit-inner {
    margin: 0 auto;
    max-width: 880px;
    padding-bottom: 0;
    padding-top: 80px;
  }
}

.catchphrase-area__mlit-wrap .catchphrase-area__mlit-bg {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-wrap .catchphrase-area__mlit-bg {
    height: 888px;
  }
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-wrap .catchphrase-area__mlit-bg:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-wrap .catchphrase-area__mlit-bg img {
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%;
  }
}

.catchphrase-area__mlit-inner h2 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-inner h2 {
    font-size: 3rem;
    line-height: 1.6;
  }
}

.catchphrase-area__mlit-text {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 18px;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-text {
    line-height: 2.2;
    margin-top: 32px;
  }
}

.catchphrase-area-link:link, .catchphrase-area-link:visited {
  text-decoration: underline;
}

.catchphrase-area-link {
  color: #fff;
}

.catchphrase-area-link:after {
  background: url(https://safie.jp/hubfs/safie-corp/assets/img/common/icon_blank_white.svg) no-repeat 0 0;
  background-size: 100% auto;
  content: "";
  display: inline-block;
  height: 1em;
  margin: 0 0 0 4px;
  vertical-align: middle;
  width: 1em;
}

.catchphrase-area__mlit-capture {
  background: #f7f7f7;
  margin-top: 32px;
  padding: 40px 30px;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-capture {
    margin-top: 38px;
    padding: 40px;
  }
}

.catchphrase-area__mlit-capture>dt {
  font-size: 1.8rem;
  font-weight: 700;
}

.catchphrase-area__mlit-capture>dd {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 8px;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-capture>dd {
    margin-top: 15px;
  }
}

.catchphrase-area__mlit-summary {
  border: 1px solid #d9d9d9;
  margin-top: 30px;
  padding: 32px 16px 20px;
  position: relative;
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary {
    padding: 30px 25px;
  }
}

.catchphrase-area__mlit-summary>dt {
  font-size: 1.8rem;
  font-weight: 700;
  left: 0;
  position: absolute;
  top: -1em;
  width: 100%;
}

.catchphrase-area__mlit-summary>dt span {
  background-color: #f7f7f7;
  display: inline-block;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary>dd {
    margin-top: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary>dd div {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary figure {
    background: url(https://safie.jp/hubfs/safie-corp/campaign/lp-pocket2/img/icon-140.png) right 42px no-repeat;
    background-size: 15px;
    padding-left: 6%;
    padding-right: 1em;
  }
}

.catchphrase-area__mlit-summary figure img {
  height: 86px;
  margin-top: 0;
  width: 115px;
}

.catchphrase-area__mlit-summary figcaption {
  font-weight: 700;
  margin-top: 11px;
}

.catchphrase-area__mlit-summary img {
  margin-top: 8px;
  width: 197px;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary img {
    height: 51%;
    margin-top: -5px;
    width: 51%;
  }
}

.catchphrase-area__mlit-summary p {
  font-weight: 300;
  margin-top: 16px;
  text-align: left;
}

@media print, screen and (min-width: 769px) {
  .catchphrase-area__mlit-summary p {
    margin-top: 20px;
  }
}

.catchphrase-area__mlit-end-link {
  font-size: 1.3rem;
  margin-top: 16px;
  text-align: right;
}

.catchphrase-area__mlit-capture .catchphrase-area-link {
  color: #141414;
}

.catchphrase-area__mlit-capture .catchphrase-area-link:after {
  background: url(https://safie.jp/hubfs/safie-corp/assets/img/common/icon_blank_black.svg) no-repeat 0 0;
  background-size: 100% auto;
}
/* 遠隔臨場モード */

@media print,
screen and (min-width: 769px) {
  .usecase-area>.section-body {
    margin-top: 49px
  }
}

@media screen and (max-width: 768px) {
  .usecase-area>.section-body {
    margin-top: 20px
  }
}

.usecase-area__item {
  background-color: #EDEDED
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item {
    display: flex;
    align-items: center;
    max-width: 880px;
    margin: 0 auto
  }
}

.usecase-area__item+.usecase-area__item {
  margin-top: 30px
}

.usecase-area__item-img-wrap {
  position: relative
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-img-wrap {
    width: calc(100% - 440px)
  }
}

.usecase-area__item-img-label {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  text-align: center;
  background-color: #F6DF32;
  font-family: "Oswald", sans-serif;
  font-weight: 500
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-img-label {
    height: 32px;
    line-height: 32px;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-img-label {
    height: 26px;
    line-height: 26px;
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-content-wrap {
    width: 440px;
    padding: 0 20px
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-content-wrap {
    margin-top: 14px
  }
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-content-title {
    font-size: 3.0rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .usecase-area__item-content-title {
    font-size: 2.5rem
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-content-title {
    text-align: center;
    font-size: 1.8rem
  }
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-content-text {
    margin-top: 8px;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .usecase-area__item-content-text {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-content-text {
    margin-top: 10px;
    font-size: 1.4rem;
    padding: 0 16px
  }
}

.usecase-area__item-content-text span {
  display: block;
  margin-top: 1.5rem;
  padding-bottom: 2.5rem;
  font-size: 1.5rem
}

.usecase-area__item-point {
  background-color: #FFC4CF
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-point {
    margin-top: 10px;
    padding: 26px 28px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .usecase-area__item-point {
    padding: 16px
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-point {
    margin-top: 27px;
    padding: 20px 16px
  }
}

.usecase-area__item-point-list {
  display: flex;
  align-items: center
}

.usecase-area__item-point-list+.usecase-area__item-point-list {
  margin-top: 1em
}

.usecase-area__item-point-icon {
  width: auto
}

@media print,
screen and (min-width: 769px) {
  .usecase-area__item-point-text {
    margin-left: 14px;
    font-size: 1.6rem
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .usecase-area__item-point-text {
    font-size: 1.4rem
  }
}

@media screen and (max-width: 768px) {
  .usecase-area__item-point-text {
    margin-left: 12px;
    font-size: 1.4rem
  }
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area .c-heading-lv2 {
    padding-top: 0
  }
}

.remote-work-area .c-heading-lv2__text {
  color: #008C95
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area .c-heading-lv2__text {
    margin-top: 0
  }
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area  {
    margin-top: 120px;
  }
}

.remote-work-area__content {
  display: flex;
  flex-wrap: wrap
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area__content {
    margin: 10px auto 0 auto;
    max-width: 900px
  }
}

@media screen and (max-width: 768px) {
  .remote-work-area__content {
    margin: 30px -10px 0 -10px
  }
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area__item {
    margin: 20px 10px 0 10px;
    width: calc(33.3% - 20px)
  }
}

@media screen and (max-width: 768px) {
  .remote-work-area__item {
    margin: 10px 5px 0 5px;
    width: calc(50% - 10px)
  }
}

.remote-work-area__text {
  background-color: #F6DF32;
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area__text {
    font-size: 1.8rem;
    height: 36px;
    line-height: 36px
  }
}

@media screen and (max-width: 768px) {
  .remote-work-area__text {
    font-size: 1.4rem;
    height: 30px;
    line-height: 30px
  }
}

@media print,
screen and (min-width: 769px) {
  .remote-work-area__detail-text {
    margin: 30px auto 0 auto;
    width: 600px;
    text-align: center
  }
}

@media screen and (max-width: 768px) {
  .remote-work-area__detail-text {
    font-size: 1.4rem;
    margin-top: 40px
  }
}

.gps-area .c-heading-lv3 {
  padding-top: 0
}

.gps-area__content {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .gps-area__content {
    max-width: 880px;
    margin: 17px auto 0 auto;
    padding: 37px 38px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 30px 10px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 25px 10px
  }
}

.gps-area__lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__img-wrap {
    margin-top: 30px
  }
}

.gps-area__notes {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .gps-area__notes {
    margin: 35px auto 0 auto;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .gps-area__notes {
    margin-top: 14px;
    font-size: 1rem
  }
}

.gps-area__content {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .gps-area__content {
    max-width: 880px;
    margin: 17px auto 0 auto;
    padding: 37px 38px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 30px 10px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 25px 10px
  }
}

.gps-area__lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__img-wrap {
    margin-top: 30px
  }
}

.gps-area__notes {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .gps-area__notes {
    margin: 35px auto 0 auto;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .gps-area__notes {
    margin-top: 14px;
    font-size: 1rem
  }
}

.gps-area__content {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .gps-area__content {
    max-width: 880px;
    margin: 17px auto 0 auto;
    padding: 37px 38px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 30px 10px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 25px 10px
  }
}

.gps-area__lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__img-wrap {
    margin-top: 30px
  }
}

.gps-area__notes {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .gps-area__notes {
    margin: 35px auto 0 auto;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .gps-area__notes {
    margin-top: 14px;
    font-size: 1rem
  }
}

.gps-area__content {
  background-color: #45BCC7
}

@media print,
screen and (min-width: 769px) {
  .gps-area__content {
    max-width: 880px;
    margin: 17px auto 0 auto;
    padding: 37px 38px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 30px 10px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__content {
    margin: 30px 20px 0 20px;
    padding: 25px 10px
  }
}

.gps-area__lead {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 860px) and (min-width: 769px) {
  .gps-area__img-wrap {
    margin-top: 20px
  }
}

@media screen and (max-width: 768px) {
  .gps-area__img-wrap {
    margin-top: 30px
  }
}

.gps-area__notes {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .gps-area__notes {
    margin: 35px auto 0 auto;
    font-size: 1.2rem
  }
}

@media screen and (max-width: 768px) {
  .gps-area__notes {
    margin-top: 14px;
    font-size: 1rem
  }
}

.faq-area {
  padding-right: 10px;
  padding-left: 10px
}

@media print,
screen and (min-width: 769px) {
  .faq-area {
    margin: 75px 0 0
  }
}

.faq-area__container {
  max-width: 880px;
  margin: 0 20px
}

@media print,
screen and (min-width: 769px) {
  .faq-area__container {
    margin: 0 auto
  }
}

.faq-area__title {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center
}

.faq-area-item {
  font-size: 14px
}

@media print,
screen and (min-width: 769px) {
  .faq-area-item {
    font-size: 16px
  }
}

.faq-area-item+.faq-area-item {
  padding-top: 6%
}

.faq-area-item__title {
  letter-spacing: 0.5px;
  background: #00808D;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 8px
}

@media print,
screen and (min-width: 769px) {
  .faq-area-item__title {
    font-size: 20px
  }
}

.faq-area-item__answer {
  position: relative;
  padding: 16px 8px 0 32px;
  border: 2px solid #00808D;
  line-height: 1.8;
  letter-spacing: 0.3px
}

@media print,
screen and (min-width: 769px) {
  .faq-area-item__answer {
    padding: 32px 80px 16px 80px
  }
}

.faq-area-item__answer::before {
  content: 'A.';
  position: absolute;
  top: 16px;
  left: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #f75454
}

@media print,
screen and (min-width: 769px) {
  .faq-area-item__answer::before {
    top: 24px;
    left: 46px;
    font-size: 24px
  }
}

.faq-area-item__answer p {
  margin-bottom: 16px
}

.faq-area-item__marker {
  background: #fbea54;
  font-weight: bold
}

.faq-area-item__questionLink {
  color: #ffffff;
  font-weight: bold;
  background: #f75453;
  display: inline-block;
  padding: 2px 10px 3px 10px;
  margin: 0 4px;
  border-radius: 5px;
  box-shadow: 2px 2px 2px #ddd
}

@media print,
screen and (min-width: 769px) {
  .case-study-area {
    padding: 0 0 0 0
  }
}

.case-study-item-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

@media print,
screen and (min-width: 769px) {
  .case-study-item-wrap {
    max-width: 880px;
    margin: 49px auto 0
  }
}

.case-study-item {
  background: #EDEDED;
  width: calc(50% - 10px);
  margin: 10px 5px 0 5px
}

@media print,
screen and (min-width: 769px) {
  .case-study-item {
    width: 31%;
    margin-bottom: 30px
  }
}

.case-study-item__link {
  display: block
}

.case-study-item__link:hover {
  opacity: 0.7
}

.case-study-item__thumb {
  margin: 0
}

.case-study-item__body {
  padding: 10px 7px 15px 7px
}

@media print,
screen and (min-width: 769px) {
  .case-study-item__body {
    padding: 20px 15px 20px 15px
  }
}

.case-study-item__name {
  text-align: center
}

@media print,
screen and (min-width: 769px) {
  .case-study-item__name {
    font-size: 1.6rem
  }
}

.case-study-item__txt {
  font-weight: 400
}

@media print,
screen and (min-width: 769px) {
  .case-study-item__txt {
    margin-top: 4px
  }
}

.case-study-btn-wrap {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}

@media print,
screen and (min-width: 769px) {
  .case-study-btn-wrap {
    max-width: 880px;
    padding: 20px 0 40px;
    margin-bottom: -100px;
  }
}

.case-study-btn {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  border: 2px solid #008C95;
  color: #008C95;
  width: 240px;
  padding: 12px 0;
  border-radius: 20px;
  box-sizing: border-box
}

.case-study-btn::before {
  content: url(//22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-pocket2/img/icon-010.png);
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 12px;
  transform: rotate(-90deg);
  margin-right: 10px
}

.case-study-btn+.case-study-btn {
  margin-top: 10px
}

@media print,
screen and (min-width: 769px) {
  .case-study-btn+.case-study-btn {
    margin-top: 0;
    margin-left: 25px
  }
}

.company-logo-area {
  padding-top: 20px;
}

@media print,
screen and (min-width: 769px) {
  .company-logo-area {
    padding: 10px;
  }
}

.company-logo {
  margin: 0 auto;
  max-width: 960px
}

.logo-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 3%
}

@media print,
screen and (min-width: 769px) {
  .logo-list {
    margin: 0
  }
}

.logo-list__item {
  width: 25%;
  height: 12vw;
  padding: 0 1.2%;
  display: flex;
  align-items: center
}

@media print,
screen and (min-width: 769px) {
  .logo-list__item {
    width: 14.28%;
    height: 80px
  }
}

.logo-list__item:nth-child(2) {
  width: 19%
}

@media print,
screen and (min-width: 769px) {
  .logo-list__item:nth-child(2) {
    width: 7.5%;
    padding: 0
  }
}

.logo-list__item img {
  width: 100%;
  height: auto
}


.introduction-results-area{
  margin: 0 auto;
  width: 100%;
}
@media print,
screen and (min-width: 769px) {
  .introduction-results-area{
    max-width: 900px;
  }
}

.introduction-results-area__txt, .c-share-no1__text{
  margin: 30px auto;
  text-align: center;
  padding: 0 20px;
}
@media print,
screen and (min-width: 769px) {
  .introduction-results-area__txt, .c-share-no1__text{
    max-width: 600px;
    padding: 0;
  }
}

.introduction-results-area figure{
  margin: 0;
}

.introduction-logo-area{
  margin: 0 auto 30px;
  width: 100%;
  padding: 0 20px;
}
@media print,
screen and (min-width: 769px) {
  .introduction-logo-area{
    max-width: 900px;
    padding: 0;
  }
}
.u-pb-45{
  padding-bottom: 45px!important;
}

.p-mv {
  display: flex;
  width: 100%;
  max-height: 720px;
  overflow: hidden;
}

.p-mv__left {
  width: 28.12%;
}

.p-mv__center {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43.76%;
  background: #fff;
}

.p-mv__right {
  width: 28.12%;
}

.p-mv__inner {
  width: 100%;
  max-width: 630px;
  margin: 0 auto;
  padding: 30px 30px 0;
}

.p-mv__title {
  font-size: min(3.05vw, 44px);
  line-height: 1.4;
  color: #008C95;
  text-align: center;
  margin-bottom: 34px;
  white-space: nowrap;
}

.p-mv__content {
  padding: 0 13px 0 0;
  display: flex;
  justify-content: center;
  gap: 0 4%;
  position: relative;
  z-index: 1;
}

.p-mv__thumb {
  max-width: 173px;
  width: 30.35%;
  padding-top: 40px;
}

.p-mv__body {
  max-width: 353px;
  width: 65.65%;
}

.p-mv__read {
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  padding-left: 8px;
  margin-bottom: 6px;
}

.p-mv__logo {
  max-width: 335px;
  padding-top: 28px;
  padding-left: 5px;
  margin-bottom: 28px;
  text-align: right;
  position: relative;
  z-index: -1;
}

.p-mv__logo::before {
  content: "";
  display: block;
  max-width: 392px;
  width: 110.48%;
  height: 44px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-pocket2/img/mv-bg-line.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -31px;
  top: 10px;
}

.p-mv__logo img {
  width: 100%;
  display: block;
}

.p-mv__logo span {
  font-size: 14px;
  font-weight: bold;
  color: #008C95;
}

.p-mv__button a {
  padding: 10px 0;
}

.p-mv__button+.p-mv__button {
  margin-top: 10px;
}

@media screen and (max-width: 1250px) {
  .p-mv__inner {
    padding-top: 0;
  }

  .p-mv__title {
    font-size: min(2.8vw, 35px);
    margin-bottom: 15px;
  }

  .p-mv__read {
    font-size: 14px;
    white-space: nowrap;
  }

  .p-mv__logo {
    margin-bottom: 15px;
  }

  .p-mv__logo::before {
    top: 13px;
  }

  .p-mv__button a {
    padding: 7px 0;
  }

  .p-mv__button .induction-button-area__button-text {
    font-size: 14px;
  }

  .p-mv__button .induction-button-area__button-icon {
    transform: scale(0.7);
  }
}

@media screen and (max-width: 768px) {
  .p-mv {
    flex-wrap: wrap;
    position: relative;
  }

  .p-mv__inner {
    padding: 30px 20px 0;
  }

  .p-mv__center {
    order: 1;
    width: 100%;
  }

  .p-mv__left {
    order: 2;
    width: 50%;
  }

  .p-mv__right {
    order: 3;
    width: 50%;
  }

  .p-mv__right img {
    height: 100%;
  }

  .p-mv__title {
    font-size: min(6.93vw, 40px);
    margin-bottom: 30px;
  }

  .p-mv__content {
    padding: 0 0 10px;
    gap: 0 25px;
  }

  .p-mv__thumb {
    padding-top: 0;
    width: 27.46vw;
  }

  .p-mv__body {
    width: 57.33vw;
  }

  .p-mv__read {
    font-size: min(4.26vw, 24px);
    padding-top: 6.13vw;
    padding-left: 0;
  }

  .p-mv__logo {
    padding-left: 0;
  }

  .p-mv__logo img {
    margin-bottom: 5px;
  }

  .p-mv__logo span {
    font-size: 12px;
  }

  .p-mv__logo::before {
    width: 69.33vw;
    height: 44px;
    background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-pocket2/img/mv-bg-line-sp.svg) no-repeat;
    background-size: cover;
    left: -55px;
    top: 10px;
  }

  .p-mv__buttons {
    padding: 20px;
  }

  .p-mv__button a {
    padding: 15.5px 0;
  }

  .p-mv__button .induction-button-area__button-text {
    font-size: 18px;
  }

  .p-mv__button .induction-button-area__button-icon {
    transform: scale(1);
  }

  .h1-area {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  .h1-area {
    display: none;
  }

  .p-mv__logo::before {
    left: auto;
    right: 0;
  }
}

.p-mv__button {
  position: relative;
}
.p-mv__button a {
  padding: 12px 0;
}
.induction-button-area__button-text {
  margin-left: 10px;
  font-size: 2rem;
}
.induction-button-area__button-icon {
  margin-top: -6px;
}
.p-mv__sub-text {
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 5px;
  width: 90%;
  position: relative;
}
.p-mv__sub-text p {
  display: inline-block;
  padding: 0 5px;
}
.p-mv__sub-text p::before,
.p-mv__sub-text p::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 20px;
  height: 2px;
  background-color: #313131;
  margin-top: 1px;
}
.p-mv__sub-text p::before {
  left: 0;
  transform: translateY(-50%) rotate(60deg);
}

.p-mv__sub-text p::after {
  right: 0;
  transform: translateY(-50%) rotate(-60deg);
}
.p-mv__materials span {
  font-size: 1.6rem;
}
.p-mv__materials a {
  padding: 4px 0;
}
.induction-button-area__button-wrap {
  position: relative;
}
.cta-button_text {
  position: absolute;
  color: #313131;
  display: block;
  width: 100%;
  font-size: 1.8rem;
  bottom: 82%;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
  .p-mv__sub-text {
    font-size: 1.8rem;
  }
  .p-mv__sub-text p {
    display: inline-block;
    padding: 0 3px;
  }
  .p-mv__sub-text p::before,
  .p-mv__sub-text p::after {
    width: 18px;
  }
  .p-mv__sub-text p::before {
    left: 3%;
  }
  .p-mv__sub-text p::after {
    right: 3%;
  }
  .p-mv__materials span {
    font-size: 1.6rem;
    margin-top: 2px;
  }
  .induction-button-area__button-text {
    font-size: 1.8rem;
  }
  .cta-button_text {
    width: 96%;
    font-size: 1.4rem;
  }
  .induction-button-area__materials-text {
    line-height: 40px;
  }
}

.faq-item__supportLink {
    text-decoration: underline;
}