/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

h1, h2, h3, h4, h5, ul, ol, li, p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/*------------------------------------------------------
# functions
-------------------------------------------------------*/
/*------------------------------------------------------
# media query
-------------------------------------------------------*/
/*------------------------------------------------------
# common
-------------------------------------------------------*/
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
  }
  
  @font-face {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
  }
html {
  overflow-x: hidden;
}

body {
  position: relative;
  width: 100%;
  margin: 0;
  color: #000000;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  background-color: #E3F8F8;
  font-feature-settings: "palt";
  padding-bottom: 98px;
}
@media only screen and (max-width: 768px) {
  body {
    padding-bottom: 121px;
  }
}

* {
  box-sizing: border-box;
}

input[type=button],
input[type=search],
input[type=submit],
button {
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}
input[type=button]::-webkit-search-decoration,
input[type=search]::-webkit-search-decoration,
input[type=submit]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=button]::focus,
input[type=search]::focus,
input[type=submit]::focus,
button::focus {
  outline-offset: -2px;
}

input[type=text], textarea {
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
}

input::-ms-clear {
  visibility: hidden;
}

a {
  color: #333;
  text-decoration: none !important;
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
}

button {
  transition: all 0.3s;
}
button:hover {
  transition: all 0.3s;
}

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

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

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

figure {
  margin: 0;
  padding: 0;
}

/*------------------------------------------------------
# l-inner
-------------------------------------------------------*/
.l-inner {
  width: 100%;
  max-width: 1155px;
  margin: 0 auto;
  padding: 0 10px;
}
.l-inner.is-cv-wide {
  max-width: 1220px;
}
@media only screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}

.l-inner--l {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 10px;
}
@media only screen and (max-width: 768px) {
  .l-inner--l {
    padding: 0 24px;
  }
}

.l-inner--m {
  width: 100%;
  max-width: 916px;
  margin: 0 auto;
  padding: 120px 10px 140px;
}
@media only screen and (max-width: 768px) {
  .l-inner--m {
    padding: 0 20px;
  }
}

/*------------------------------------------------------
# l-simple-footer
-------------------------------------------------------*/
.l-simple-footer {
  border-top: 1px solid #e0e0e0;
  letter-spacing: 0;
  padding: 64px 96px;
}

.l-simple-footer__logo {
  margin: 0 auto 50px;
  max-width: 1160px;
}

.l-simple-footer__logo-link {
  backface-visibility: hidden;
  display: block;
  height: 42px;
  transition: all 0.2s ease-in-out;
  width: 140px;
}

.l-simple-footer__logo-link:hover {
  opacity: 0.7;
}

.l-simple-footer-inner {
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: space-between;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1160px;
  padding: 0;
}

.l-simple-footer__list {
  display: flex;
}

.l-simple-footer__item {
  list-style: none;
  margin-right: 32px;
}

.l-simple-footer__anchor {
  color: rgba(0, 0, 0, 0.6);
  position: relative;
}

.l-simple-footer__anchor[target=_blank] {
  padding-right: 1.3em;
}

.l-simple-footer__anchor[target=_blank]:after {
  background: url(https://bucket.safie.link/safie-global-menu/images/icon-external.svg) 100% 0/contain no-repeat;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 0.1em;
  width: 1em;
}

.l-footer-bottom__anchor:hover {
  color: #00a2ad;
}

@media screen and (max-width: 1000px) {
  .l-simple-footer {
    max-width: 100%;
    padding: 48px 64px;
  }
  .l-simple-footer__logo-link:hover {
    opacity: 1;
  }
  .l-simple-footer-inner {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .l-simple-footer__list {
    display: block;
  }
  .l-simple-footer__item {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .l-simple-footer__item:last-child {
    margin-bottom: 0;
  }
  .l-simple-footer__anchor[target=_blank]:after {
    top: 0.1em;
  }
  .l-simple-footer__credit {
    margin: 32px 0 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .l-simple-footer__logo {
    margin-bottom: 32px;
  }
  .l-simple-footer {
    padding: 24px;
  }
}
/*------------------------------------------------------
# c-cv
-------------------------------------------------------*/
.c-cv {
  background-image: linear-gradient(108deg, #0098a6 43%, #4387ad 100%);
  padding: 32px 0 41px;
}
@media only screen and (max-width: 768px) {
  .c-cv {
    padding-top: 34px;
  }
}

.c-cv__title {
  color: #fff;
  font-size: 34px;
  line-height: 1.37;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .c-cv__title {
    font-size: 23px;
    margin-bottom: 26px;
  }
}

.c-cv__title span {
  display: inline-block;
  position: relative;
}

.c-cv__title span:after,
.c-cv__title span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 36px;
  background-color: #fff;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .c-cv__title span:after,
  .c-cv__title span:before {
    height: 25px;
  }
}

.c-cv__title span:before {
  left: -22px;
  top: 11px;
  transform: rotate(-30deg);
}
@media only screen and (max-width: 768px) {
  .c-cv__title span:before {
    left: -12px;
    top: 6px;
  }
}

.c-cv__title span:after {
  right: -20px;
  top: 11px;
  transform: rotate(30deg);
}
@media only screen and (max-width: 768px) {
  .c-cv__title span:after {
    right: -10px;
    top: 6px;
  }
}

.c-cv__buttons {
  width: 100%;
  display: flex;
  gap: 0 20px;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .c-cv__buttons {
    flex-direction: column;
    gap: 8px 0;
  }
}

.c-cv__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 590px;
  margin: 0 auto;
  height: 80px;
  border-radius: 40px;
  border: solid 2px #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000;
  position: relative;
  overflow: hidden;
  transition: opacity 0.4s;
}
@media only screen and (max-width: 768px) {
  .c-cv__button {
    height: 64px;
    font-size: 18px;
    border-width: 1px;
  }
}
.c-cv__button.is-contact::before {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #fdd34e, #ffaa2b);
  z-index: -1;
  opacity: 1;
  transition: all 0.4s;
}
.c-cv__button.is-contact::after {
  display: inline-block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #FFAE2E;
  z-index: -2;
  opacity: 1;
  transition: all 0.4s;
}
.c-cv__button.is-contact:hover::before {
  opacity: 0;
}
.c-cv__button.is-download {
  background-color: #fff;
  transition: all 0.4s;
}
.c-cv__button.is-download:hover {
  background-color: #E7E7E7;
}

.c-cv.is-columun-two {
  padding: 0;
}
.c-cv.is-columun-two .c-cv__inner {
  display: flex;
  gap: 0 37px;
  position: relative;
  padding: 68px 0 72px;
}
@media only screen and (max-width: 1135px) {
  .c-cv.is-columun-two .c-cv__inner {
    padding: 5.9vw 0 6.3vw;
  }
}
@media only screen and (max-width: 768px) {
  .c-cv.is-columun-two .c-cv__inner {
    flex-direction: column;
    padding: 45px 24px 41px;
  }
}
.c-cv.is-columun-two .c-cv__title {
  font-size: 36px;
}
@media only screen and (max-width: 1135px) {
  .c-cv.is-columun-two .c-cv__title {
    font-size: 30px;
    font-size: min(3vw, 30px);
  }
}
@media only screen and (max-width: 768px) {
  .c-cv.is-columun-two .c-cv__title {
    font-size: 23px;
    margin-bottom: -66px;
  }
}
.c-cv.is-columun-two .c-cv__title span::after, .c-cv.is-columun-two .c-cv__title span::before {
  height: 41px;
  top: 6px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-columun-two .c-cv__title span::after, .c-cv.is-columun-two .c-cv__title span::before {
    height: 25px;
    top: 4px;
  }
}
.c-cv.is-columun-two .c-cv__title span::before {
  left: -15px;
}
.c-cv.is-columun-two .c-cv__buttons {
  flex-direction: column;
  gap: 30px 0;
  margin-left: 3px;
  padding: 0 7px 0 3px;
  order: 3;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-columun-two .c-cv__buttons {
    gap: 8px 0;
  }
}
.c-cv.is-columun-two .c-cv__button {
  height: 90px;
  border-radius: 45px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-columun-two .c-cv__button {
    height: 64px;
  }
}

.c-cv-left {
  width: 50.22%;
}
@media only screen and (max-width: 1135px) {
  .c-cv-left {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .c-cv-left {
    display: contents;
  }
}

.c-cv-right {
  width: 52.95%;
  position: absolute;
  right: -70px;
  bottom: 0;
  z-index: 3;
}
@media only screen and (max-width: 1135px) {
  .c-cv-right {
    width: 50%;
    right: -2%;
  }
}
@media only screen and (max-width: 768px) {
  .c-cv-right {
    width: 100%;
    position: relative;
    order: 2;
    margin-right: -11px;
    margin-bottom: -39px;
    z-index: 0;
  }
}

.c-cv.is-fixed {
  width: 100%;
  position: fixed;
  z-index: 10;
  left: 0;
  bottom: 0;
  padding: 12px 0 18px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed {
    padding: 14px 0 11px;
  }
}
.c-cv.is-fixed.is-active {
  visibility: visible;
  opacity: 1;
}
.c-cv.is-fixed .c-cv__title {
  font-size: 24px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed .c-cv__title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.c-cv.is-fixed .c-cv__title span:after,
.c-cv.is-fixed .c-cv__title span:before {
  content: "";
  height: 25px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed .c-cv__title span:after,
  .c-cv.is-fixed .c-cv__title span:before {
    height: 21px;
  }
}
.c-cv.is-fixed .c-cv__title span:before {
  left: -17px;
  top: 7px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed .c-cv__title span:before {
    top: 4px;
  }
}
.c-cv.is-fixed .c-cv__title span:after {
  right: -15px;
  top: 7px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed .c-cv__title span:after {
    top: 4px;
  }
}
.c-cv.is-fixed .c-cv__buttons {
  flex-direction: row;
  gap: 0 10px;
}
.c-cv.is-fixed .c-cv__button {
  height: 50px;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed .c-cv__button {
    height: 60px;
    line-height: 1.45;
    border-width: 1px;
  }
}

.c-cv.is-fixed.is-cookie{
  bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .c-cv.is-fixed.is-cookie{
    bottom: 250px;
  }
}

/*------------------------------------------------------
# c-header
-------------------------------------------------------*/
.c-header {
  text-align: center;
}

.c-header__label {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.37;
  letter-spacing: 0.05em;
  text-align: center;
  color: #0098a6;
  margin-bottom: 18px;
}
@media only screen and (max-width: 768px) {
  .c-header__label {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.c-header__title {
  font-size: 52px;
  font-weight: bold;
  line-height: 1.37;
  letter-spacing: normal;
  text-align: center;
  color: #333838;
}
@media only screen and (max-width: 768px) {
  .c-header__title {
    font-size: 38px;
  }
}
.c-header__title span {
  color: #00727d;
}
.c-header__title.is-small {
  font-size: 46px;
}
@media only screen and (max-width: 768px) {
  .c-header__title.is-small {
    font-size: 36px;
  }
}

.c-header__text {
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  .c-header__text {
    font-size: 18px;
    margin-top: 24px;
  }
}

/*------------------------------------------------------
# p-mv
-------------------------------------------------------*/
.p-mv {
  height: 764px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section01.png) no-repeat center top;
  background-size: cover;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-mv {
    height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv {
    height: auto;
    background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section01-sp.png);
    z-index: 1;
  }
}

.p-mv__logo {
  max-width: 155px;
  position: absolute;
  left: 28px;
  top: 24px;
}
@media only screen and (max-width: 768px) {
  .p-mv__logo {
    max-width: 119px;
    left: 8px;
    top: 15px;
  }
}

.p-mv__inner {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .p-mv__inner {
    display: block;
    max-width: min(79.7vw, 330px);
    margin: 0 auto;
    padding: 0;
    z-index: 1;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__inner.l-inner--l {
    position: static;
  }
}

.p-mv__left {
  width: 44.8412698413%;
  padding-top: 102px;
}
@media only screen and (max-width: 768px) {
  .p-mv__left {
    width: 100%;
    padding-top: 81px;
    padding-bottom: 39px;
    position: relative;
    z-index: 2;
  }
}

.p-mv__right {
  display: flex;
  align-items: center;
  width: 55.1587301587%;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mv__right {
    width: 100%;
    display: contents;
  }
}

.p-mv__title {
  font-size: min(4.2vw, 54px);
  font-weight: bold;
  color: #00727D;
  line-height: 1.37;
  margin-bottom: 22px;
}
@media only screen and (max-width: 768px) {
  .p-mv__title {
    font-size: min(9.6vw, 40px);
    margin-bottom: 24px;
  }
}

.p-mv__logo-go {
  max-width: 452px;
  margin-bottom: 22px;
}
@media only screen and (max-width: 1135px) {
  .p-mv__logo-go {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__logo-go {
    margin-bottom: min(64.25vw, 266px);
  }
}
.p-mv__logo-go span {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  text-align: right;
  padding-top: 14px;
}
@media only screen and (max-width: 768px) {
  .p-mv__logo-go span {
    padding-top: 8px;
    font-size: 15px;
  }
}

.p-mv__points {
  display: flex;
  justify-content: center;
  gap: 0 5.0420168067%;
  max-width: 476px;
  margin-bottom: 28px;
}
@media only screen and (max-width: 768px) {
  .p-mv__points {
    gap: 0 3px;
    margin-bottom: 9px;
  }
}

.p-mv__point {
  padding: 6.5px;
  background: #fff;
  border-radius: 71px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-mv__point {
    padding: 5px;
  }
}
.p-mv__point p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: min(10.23vw, 129px);
  height: min(10.23vw, 129px);
  border-radius: 65px;
  border: solid 2px #0099A3;
  font-size: min(1.5vw, 20px);
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
  color: #0098A6;
}
@media only screen and (max-width: 768px) {
  .p-mv__point p {
    width: min(23.42vw, 97px);
    height: min(23.42vw, 97px);
    line-height: 1.45;
    font-size: min(3.6vw, 15px);
  }
}
.p-mv__point p.is-small {
  font-size: min(1.5vw, 18px);
}
@media only screen and (max-width: 768px) {
  .p-mv__point p.is-small {
    font-size: min(3.6vw, 15px);
  }
}

.p-mv__note {
  font-size: 14px;
  color: #333838;
  white-space: nowrap;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1135px) {
  .p-mv__note {
    white-space: normal;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__note {
    font-size: min(3.14vw, 13px);
    line-height: 2;
  }
}

.p-mv__camera {
  position: relative;
  left: -33px;
}
@media only screen and (max-width: 1135px) {
  .p-mv__camera {
    left: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-mv__camera {
    position: absolute;
    width: min(80.43vw, 333px);
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    padding-bottom: min(27.77vw, 115px);
    z-index: 1;
  }
}

.p-mv__badges {
  display: flex;
  align-items: center;
  gap: 0 18px;
  position: absolute;
  right: 10px;
  bottom: 23px;
}
@media only screen and (max-width: 768px) {
  .p-mv__badges {
    bottom: auto;
    top: 12px;
    right: 8px;
    gap: 0 10px;
    z-index: 3;
  }
}

.p-mv__badge.is-no1 {
  max-width: 145px;
  position: relative;
}

@media only screen and (max-width: 768px) {
  .p-mv__badge.is-no1 {
    max-width: 80px;
  }
}

.p-mv__badge.is-netis {
  max-width: 138px;
}
@media only screen and (max-width: 768px) {
  .p-mv__badge.is-netis {
    max-width: 72px;
  }
}

/*------------------------------------------------------
# p-mv-logo
-------------------------------------------------------*/
.p-mv-logo {
  background: #fff;
  padding: 19px 0;
}
@media only screen and (max-width: 768px) {
  .p-mv-logo {
    padding: 24px 0;
  }
}

.p-mv-logo__items {
  display: flex;
  flex-wrap: wrap;
  gap: 6px min(4.9%, 62px);
}
@media only screen and (max-width: 768px) {
  .p-mv-logo__items {
    width: 92.27vw;
    margin: 0 auto;
    gap: 6px min(2.87%, 11px);
  }
}

.p-mv-logo__item {
  width: 12.53%;
}
@media only screen and (max-width: 768px) {
  .p-mv-logo__item {
    width: 31.41%;
  }
}

/*------------------------------------------------------
# p-about
-------------------------------------------------------*/
.p-about {
  padding: 109px 0 98px;
  position: relative;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section02.png) no-repeat center -250px;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .p-about {
    padding: 66px 0 98px;
    background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section02-sp.png);
    background-position: center top;
  }
}

.p-about__item {
  display: flex;
  justify-content: space-between;
  background: #fff;
  border-radius: 30px;
  padding: 40px 40px 40px 63px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-about__item {
    flex-direction: column;
    padding: 32px 26.5px;
  }
}
.p-about__item + .p-about__item {
  margin-top: 55px;
}
@media only screen and (max-width: 768px) {
  .p-about__item + .p-about__item {
    margin-top: 40px;
  }
}

.p-about__body {
  width: 48.54%;
}
@media only screen and (max-width: 768px) {
  .p-about__body {
    width: 100%;
    order: 2;
  }
}

.p-about__item-title {
  display: flex;
  align-items: center;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.48;
  color: #0098A6;
  margin-bottom: 16px;
}
@media only screen and (max-width: 768px) {
  .p-about__item-title {
    font-size: min(5.79vw, 24px);
    white-space: nowrap;
  }
}

.p-about__item-icon {
  display: inline-block;
  margin-right: 15px;
}

.p-about__item-text {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .p-about__item-text {
    font-size: 18px;
  }
}

.p-about__item-note {
  display: flex;
  color: #999999;
  line-height: 1.6;
  font-size: 16px;
  padding-top: 16px;
}
.p-about__item-note span {
  display: inline-block;
  margin-right: 10px;
  font-size: 14px;
}

.p-about__thumb {
  width: 46.51%;
}
@media only screen and (max-width: 768px) {
  .p-about__thumb {
    width: 100%;
    order: 1;
    margin-bottom: 25px;
  }
}

.p-about__thumb-caption {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-top: 19px;
}
@media only screen and (max-width: 768px) {
  .p-about__thumb-caption {
    padding-top: 5px;
  }
}

/*------------------------------------------------------
# p-about-intro
-------------------------------------------------------*/
.p-about-intro {
  padding: 82px 0 107px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-about-intro {
    padding: 51px 0;
  }
}
.p-about-intro .l-inner--l {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .p-about-intro .l-inner--l {
    flex-direction: column;
  }
}

.p-about-intro__left {
  width: 38.96%;
  min-height: 602px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (max-width: 1000px) {
  .p-about-intro__left {
    width: 45%;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-intro__left {
    width: 100%;
    min-height: auto;
    order: 2;
  }
}

.p-about-intro__right {
  width: 52.34%;
  position: absolute;
  right: 0;
  top: 82px;
  border-radius: 30px 0 0 30px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__right {
    width: calc(100% + 24px);
    margin-right: -24px;
    position: static;
    order: 1;
    margin-bottom: 49px;
  }
}
.p-about-intro__right img {
  width: 100%;
  height: 602px;
  object-fit: cover;
  object-position: left center;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__right img {
    height: auto;
  }
}

.p-about-intro__logo {
  max-width: 460px;
  margin-bottom: 26px;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__logo {
    width: 262px;
    margin-bottom: 8px;
  }
}

.p-about-intro__items {
  width: 100%;
}

.p-about-intro__item {
  display: flex;
  align-items: center;
  color: #333838;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: dotted 3px #0098A6;
  padding: 26px 0;
}
@media only screen and (max-width: 1000px) {
  .p-about-intro__item {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-intro__item {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-intro__item:nth-of-type(2) {
    padding: 5px 0px 20px;
    line-height: 1.6;
  }
}
.p-about-intro__item span {
  color: #0098A6;
  font-size: 36px;
}
@media only screen and (max-width: 1000px) {
  .p-about-intro__item span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-intro__item span {
    font-size: 32px;
    font-size: min(7.72vw, 32px);
  }
}
.p-about-intro__item::before {
  display: block;
  content: "";
  width: 53px;
  height: 53px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/icon-about-check.svg) no-repeat;
  background-size: cover;
  margin-right: 11px;
}
@media only screen and (max-width: 768px) {
  .p-about-intro__item::before {
    width: 41px;
    height: 41px;
    margin-right: 13px;
  }
}

/*------------------------------------------------------
# p-about-movie
-------------------------------------------------------*/
.p-about-movie {
  padding-top: 86px;
}
@media only screen and (max-width: 768px) {
  .p-about-movie {
    padding-top: 51px;
  }
}

.p-about-movie__title {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.37;
  text-align: center;
  margin-bottom: 61px;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__title {
    font-size: 28px;
    margin-bottom: 36px;
  }
}

.p-about-movie__items {
  display: flex;
  justify-content: center;
  gap: 0 3.96%;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__items {
    flex-direction: column;
    gap: 45px 0;
  }
}

.p-about-movie__item {
  width: 47.57%;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__item {
    width: 100%;
  }
}

.p-about-movie__caption {
  padding-top: 25px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__caption {
    padding-top: 19px;
  }
}

.p-about-movie__num {
  width: 89px;
  height: 83px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-blowing.svg) no-repeat center center;
  background-size: contain;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #0098A6;
  text-align: center;
  position: absolute;
  top: -28px;
  left: 10px;
  padding-right: 6px;
}
.p-about-movie__num span {
  display: block;
  font-size: 40px;
  line-height: 0.7;
}

.p-about-movie__text {
  font-size: 20px;
  font-weight: 500;
  padding-left: 102px;
}
@media only screen and (max-width: 1000px) {
  .p-about-movie__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .p-about-movie__text {
    padding-left: 119px;
    font-size: 18px;
  }
}

.p-about-movie__thumb {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__thumb {
    height: 206px;
    height: 49.75vw;
  }
}

.p-about-movie__btn-play {
  display: inline-block;
  content: "";
  width: 106px;
  height: 106px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/icon-move-play.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -53px;
  margin-left: -53px;
  text-indent: -99999px;
}
@media only screen and (max-width: 768px) {
  .p-about-movie__btn-play {
    background-size: 84px 84px;
  }
}
.p-about-movie__btn-play:hover {
  transform: scale(1.1);
}

.lightbox {
  z-index: 11 !important;
}

.lightbox .video-container__inner {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 0;
  max-width: 640px;
  max-height: 360px;
  min-width: 256px;
  margin: 0px auto;
  display: block;
}
.lightbox .video-container__inner > div {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  margin: 0;
}
.lightbox .video-container__inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  display: none;
  left: 0;
  overflow: scroll;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.lightbox-container {
  display: block;
  height: auto;
  margin: 200px auto;
  max-width: 960px;
  padding: 0 3%;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 100px;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 100px;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  background: transparent;
  border: none;
  color: #fff;
  display: block;
  font-size: 12px;
  font-weight: 300;
  position: absolute;
  right: 3%;
  text-transform: uppercase;
  top: -22px;
}

.video-container {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative;
}

.video-container embed, .video-container iframe, .video-container object {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#container {
  background: #fff;
  border-radius: 4px;
  height: auto;
  margin: 100px auto;
  max-width: 300px;
  padding: 50px;
}

.playme {
  border: 0;
  padding: 0;
}

/*------------------------------------------------------
# p-spec
-------------------------------------------------------*/
.p-spec {
  background: #fff;
  padding: 110px 0 193px;
  border-radius: 100px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1000px) {
  .p-spec {
    padding: 60px 0;
    border-radius: 30px;
  }
}
.p-spec .c-header {
  margin-bottom: 79px;
}
@media only screen and (max-width: 1000px) {
  .p-spec .c-header {
    margin-bottom: 47px;
  }
}

.p-spec__items {
  display: flex;
  gap: 0 3.8%;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items {
    flex-direction: column;
    gap: 38px 0;
    max-width: 700px;
    margin: 0 auto;
  }
}
.p-spec__items + .p-spec__items {
  margin-top: 44px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items + .p-spec__items {
    margin-top: 38px;
  }
}

.p-spec__item {
  width: 48.1%;
}
@media only screen and (max-width: 1000px) {
  .p-spec__item {
    width: 100%;
  }
}

.p-spec__item-inner {
  box-shadow: 0 0 25.37px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  overflow: hidden;
}

.p-spec__thumb {
  width: 100%;
  display: flex;
  justify-content: center;
  background: #F8F8F8;
}
.p-spec__thumb img {
  width: auto;
  height: 286px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__thumb img {
    height: 192px;
  }
}

.p-spec__body {
  padding: 34px 58px 32px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__body {
    padding: 31px 26px 47px;
  }
}

.p-spec__name {
  color: #008C95;
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 13px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__name {
    font-size: 21px;
    margin-bottom: 12px;
  }
}

.p-spec__text {
  font-size: 18px;
  min-height: 4em;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__text {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 32px;
  }
}

.p-spec__content-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background: #0098A6;
  padding-left: 35px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__content-title {
    padding-left: 25px;
  }
}
.p-spec__content-title::after {
  display: inline-block;
  content: "";
  width: 19px;
  height: 19px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/icon-plus.svg) no-repeat;
  padding-left: 11px;
}
.p-spec__content-title:hover {
  cursor: pointer;
}
.p-spec__content-title.is-open::after {
  display: inline-block;
  content: "";
    width: 19px;
    height: 2px;
    background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/icon-minus.svg) no-repeat;
  padding-left: 11px;
}

.p-spec__table {
  width: 100%;
}

.p-spec__table-wrap {
  transition: all 0.3s;
}

.p-spec__content.is-close .p-spec__table-wrap {
  max-height: 0;
  overflow: hidden;
}

.p-spec__content.is-open .p-spec__table-wrap {
  max-height: 2000px;
  transition: all 0.6s;
}

.p-spec__table tr {
  display: grid;
  grid-template-columns: 100px calc(100% - 100px);
  align-items: center;
  padding: 10px 0;
  border-bottom: solid 1px #C8C8C8;
}
.p-spec__table th {
  width: 100px;
  height: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  background: #E4F6F7;
  padding: 9px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.p-spec__table td {
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 6px 10px;
}
.p-spec__table td.is-text-left {
  text-align: left;
}
.p-spec__table td div + div {
  border-top: solid 1px #C8C8C8;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 6px;
}
.p-spec__table td small {
  font-size: 12px;
}

.p-spec__items.is-columun-three {
  gap: 0 3.4%;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three {
    gap: 39px 0;
  }
}
.p-spec__items.is-columun-three + p{
  padding-top: 30px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three + p{
    padding-top: 15px;
    line-height: 1.5;
    max-width: 700px;
        margin: 0 auto;
  }
}
.p-spec__items.is-columun-three .p-spec__item {
  width: 31.1%;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three .p-spec__item {
    width: 100%;
  }
}
.p-spec__items.is-columun-three .p-spec__thumb img {
  height: 185px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three .p-spec__thumb img {
    height: 192px;
  }
}
.p-spec__items.is-columun-three .p-spec__body {
  padding: 29px 20px 44px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three .p-spec__body {
    padding: 31px 26px 47px;
  }
}
.p-spec__items.is-columun-three .p-spec__name {
  font-size: 21px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three .p-spec__name {
    font-size: 21px;
    margin-bottom: 12px;
  }
}
.p-spec__items.is-columun-three .p-spec__text {
  min-height: 8em;
  font-size: 16px;
}
@media only screen and (max-width: 1000px) {
  .p-spec__items.is-columun-three .p-spec__text {
    font-size: 16px;
    min-height: auto;
    margin-bottom: 32px;
  }
}

/*------------------------------------------------------
# p-about-movie
-------------------------------------------------------*/
.p-frow {
  padding: 204px 0 141px;
  margin-top: -74px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section03.png) no-repeat center top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .p-frow {
    background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section03-sp.png);
    padding: 90px 0 71px;
    margin-top: -24px;
  }
}

.p-frow__items {
  display: flex;
  gap: 0 32px;
  padding-top: 90px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-frow__items {
    flex-direction: column;
    padding-top: 46px;
    gap: 48px 0;
  }
}
.p-frow__items::before {
  display: block;
  content: "";
  width: 100vw;
  height: 78px;
  background-image: linear-gradient(to right, #BCF3E6, #0098A6);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
@media only screen and (max-width: 768px) {
  .p-frow__items::before {
    width: 50px;
    height: calc(100% - 46px);
    top: 46px;
    background-image: linear-gradient(to bottom, #BCF3E6, #0098A6);
  }
}

.p-frow__item {
  width: 22.9%;
  border-radius: 24px;
  background: #fff;
  padding: 47px 42px 31px;
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .p-frow__item {
    padding: 47px 25px 31px;
  }
}
@media only screen and (max-width: 768px) {
  .p-frow__item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 16px;
    padding: 24px 24px 24px 18px;
  }
}
.p-frow__item:first-child .p-frow__thumb img {
  padding-top: 7px;
}
@media only screen and (max-width: 768px) {
  .p-frow__item:first-child .p-frow__thumb img {
    padding-top: 0;
    transform: scale(1);
  }
}

.p-frow__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 31px;
  background: #FDD34E;
  color: #0199A6;
  font-size: 32px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -31px;
}
@media only screen and (max-width: 768px) {
  .p-frow__num {
    width: 36px;
    height: 36px;
    font-size: 18px;
    top: -18px;
    left: 46px;
    transform: translateX(0);
  }
}

.p-frow__thumb {
  width: 100%;
  height: 103px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .p-frow__thumb {
    width: 94px;
    height: auto;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  .p-frow__thumb img {
    transform: scale(0.86);
  }
}

@media only screen and (max-width: 768px) {
  .p-frow__body {
    width: calc(100% - 111px);
  }
}

.p-frow__title {
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
  color: #0098A6;
  margin-bottom: 16px;
}
.p-frow__title.is-lime-height-l {
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .p-frow__title.is-lime-height-l {
    line-height: 1.1;
  }
}
@media only screen and (max-width: 768px) {
  .p-frow__title {
    font-size: 18px;
    text-align: left;
    margin-bottom: 12px;
  }
}

.p-frow__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  font-weight: 500;
}

/*------------------------------------------------------
# p-case
-------------------------------------------------------*/
.p-case {
  padding: 89px 0 126px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section04.png) no-repeat;
  background-size: cover;
}
.p-case .l-inner--l {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-case {
    padding: 63px 0 140px;
    background-image: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/bg-section04-sp.png);
  }
}

.p-case__items {
  display: flex;
  margin-top: 74px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .p-case__items {
    margin-top: 40px;
  }
}
.p-case__items.swiper {
  overflow: visible;
}

.p-case__item {
  max-width: 536px;
  width: 47.22%;
}
@media only screen and (max-width: 768px) {
  .p-case__item {
    max-width: none;
  }
}

.p-case__thumb {
  margin-bottom: 32px;
}

.p-case__title {
  font-size: 21px;
  font-weight: bold;
  color: #0098A6;
  line-height: 1.1;
  margin-bottom: 14px;
}
@media only screen and (max-width: 1135px) {
  .p-case__title {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__title {
    font-size: 21px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}

.p-case__text {
  font-size: 16px;
  color: #333;
  min-height: 6em;
}
@media only screen and (max-width: 1135px) {
  .p-case__text {
    font-size: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__text {
    font-size: 16px;
    min-height: auto;
  }
}

.p-case__button {
  display: flex;
  justify-content: center;
  padding-top: 25px;
}
.p-case__button a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 418px;
  height: 60px;
  background: #0098A6;
  color: #fff;
  text-align: center;
  line-height: 1.45;
  font-size: 18px;
  font-weight: bold;
  border-radius: 30px;
}
@media only screen and (max-width: 1135px) {
  .p-case__button a {
    width: 100%;
    min-width: auto;
    padding: 0 20px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__button a {
    font-size: 16px;
    line-height: 1.3;
  }
}
.p-case__button a.is-small {
  font-size: 15px;
}
@media only screen and (max-width: 1135px) {
  .p-case__button a.is-small {
    font-size: 14px;
  }
}
@media only screen and (max-width: 768px) {
  .p-case__button a.is-small {
    font-size: 16px;
  }
}

.swiper-pagination {
  display: none;
}
@media only screen and (max-width: 768px) {
  .swiper-pagination {
    display: block;
    position: absolute;
    bottom: -41px !important;
  }
}

.swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  margin: 0 5px;
  background: #D9D9D9;
  opacity: 1;
}
.swiper-pagination-bullet:hover {
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #FDD34E;
}

.swiper-button-next,
.swiper-button-prev {
  width: 62px;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 31px;
  border: solid #0098A6 2px;
  background: #fff;
  top: 125px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    top: 23vw;
  }
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: block;
  content: "";
  width: 7px;
  height: 13px;
  background: url(https://22314159.fs1.hubspotusercontent-na1.net/hubfs/22314159/safie-corp/campaign/lp-go/images/icon-slide-arrow.svg) no-repeat center center;
  background-size: cover;
}

.swiper-button-prev {
  left: -31px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-prev {
    left: -59px;
    padding-left: 15px;
  }
}
.swiper-button-prev::after {
  transform: rotate(180deg);
}

.swiper-button-next {
  right: -31px;
}
@media only screen and (max-width: 768px) {
  .swiper-button-next {
    right: -55px;
    padding-right: 15px;
  }
}

/*------------------------------------------------------
# c-company
-------------------------------------------------------*/
.c-company {
  background: #fff;
  padding: 106px 0 0;
  border-radius: 100px 100px 0 0;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .c-company {
    padding: 40px 24px 0;
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}

.c-company__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.c-company__title {
  font-size: 46px;
  line-height: 1.64;
  margin-bottom: 86px;
}
@media only screen and (max-width: 768px) {
  .c-company__title {
    font-size: 32px;
    margin-bottom: 35px;
  }
}

.c-company__table {
  max-width: 1000px;
  border-spacing: 0;
}
.c-company__table th, .c-company__table td {
  padding: 20px 26px;
  font-size: 18px;
}
@media only screen and (max-width: 768px) {
  .c-company__table th, .c-company__table td {
    display: block;
    font-size: 16px;
  }
  .c-company__table th{
    padding: 6px 20px;
  }
  .c-company__table td{
    padding: 10px 20px;
  }
}
.c-company__table th {
  width: 300px;
  background: #E4F6F7;
  color: #0098A6;
  font-weight: bold;
  line-height: 1.6;
  border-top: solid 1px #A6D8DA;
}
@media only screen and (max-width: 768px) {
  .c-company__table th {
    width: 100%;
    border-top: none;
  }
}
.c-company__table td {
  border-top: solid 1px #C8C8C8;
}
@media only screen and (max-width: 768px) {
  .c-company__table td {
    width: 100%;
    border-top: none;
  }
}
.c-company__table tr:first-child th {
  border-top: none;
}
.c-company__table tr:last-child td {
  border-bottom: solid 1px #C8C8C8;
}

/*------------------------------------------------------
# p-security
-------------------------------------------------------*/
.p-security {
  background: #fff;
  padding: 97px 0 128px;
}
@media only screen and (max-width: 768px) {
  .p-security {
    padding: 64px 24px 60px;
  }
}

.p-security__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 780px;
  margin: 0 auto;
}

.p-security__title {
  font-size: 38px;
  font-weight: bold;
  color: #0098A6;
  line-height: 1.64;
  margin-bottom: 44px;
  padding-top: 81px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-security__title {
    font-size: 28px;
    padding-top: 64px;
    margin-bottom: 32px;
  }
}

.p-security__text {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 66px;
}
@media only screen and (max-width: 768px) {
  .p-security__text {
    margin-bottom: 64px;
  }
}

.p-security__figure figcaption {
  display: block;
  font-size: 16px;
  color: #333838;
  text-align: center;
  padding-top: 22px;
}
@media only screen and (max-width: 768px) {
  .p-security__figure .is-netis {
    width: 169px;
  }
}
@media only screen and (max-width: 768px) {
  .p-security__figure .is-isms {
    width: 241px;
  }
}

/*------------------------------------------------------
# u-visible
-------------------------------------------------------*/
.u-visible-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-visible-sp {
    display: block;
  }
}

.u-visible-pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .u-visible-pc {
    display: none;
  }
}

.u-visible-tb-s {
  display: block;
}
@media only screen and (max-width: 1000px) {
  .u-visible-tb-s {
    display: none;
  }
}

.u-visible-pc-flex {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .u-visible-pc-flex {
    display: none;
  }
}

.u-visible-sp-flex {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-visible-sp-flex {
    display: flex;
  }
}

.u-display-none {
  display: none !important;
}

.l-simple-footer {
  background: #fff;
}