/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 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 */
  -webkit-text-decoration: underline dotted;
          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: inherit; /* 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;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

body {
  max-width: 1500px;
  margin-inline: auto;
  font-family: "heisei-kaku-gothic-std", sans-serif;
  color: #333333;
  overflow-x: hidden;
}

a {
  display: block;
}

img {
  width: 100%;
}

.header {
  width: 100%;
  height: 100px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 2vw 0 3vw;
  align-items: center;
}
@media screen and (max-width: 480px) {
  .header {
    height: 60px;
    padding: 0 10px;
  }
}
.header .header-logo {
  width: 285px;
  height: 55px;
}
@media screen and (max-width: 768px) {
  .header .header-logo {
    width: 225px;
  }
}
@media screen and (max-width: 480px) {
  .header .header-logo {
    width: 150px;
  }
}
.header .header-logo a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header .header-content__btn {
  width: 259px;
  height: 54px;
  background-color: #ff7bac;
  color: #fff;
  text-align: center;
  line-height: 54px;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .header .header-content__btn {
    width: 136px;
    height: 37px;
    line-height: 37px;
  }
}
.header .header-content__btn a {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: -0.11em;
  padding-left: 10px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .header .header-content__btn a {
    font-size: 0.65rem;
    padding-left: 5px;
  }
}
.header .header-content__btn a::before {
  content: "";
  display: block;
  width: 28px;
  height: 19px;
  background-image: url(../image/contact-l.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
}
@media screen and (max-width: 480px) {
  .header .header-content__btn a::before {
    width: 15px;
    height: 10px;
    left: 5px;
  }
}
.header .header-content__btn a::after {
  content: "";
  display: block;
  width: 12px;
  height: 17px;
  background-image: url(../image/contact-r.png);
  background-size: cover;
  position: absolute;
  top: 50%;
  transform: translateY(-60%);
  right: 10px;
}
@media screen and (max-width: 480px) {
  .header .header-content__btn a::after {
    width: 5px;
    height: 7px;
    right: 5px;
  }
}

.fv .fv-top {
  width: 100%;
  height: 4.3vw;
  background-color: #0071bc;
  color: #fff;
  text-align: center;
  line-height: 58px;
}
@media screen and (max-width: 1024px) {
  .fv .fv-top {
    line-height: 1.7;
    height: 80px;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-top {
    height: 58px;
  }
}
.fv .fv-top p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}
@media screen and (max-width: 1024px) {
  .fv .fv-top p {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-top p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-top p {
    font-size: 1rem;
  }
}
.fv .fv-top p br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .fv .fv-top p br {
    display: block;
  }
}
.fv .fv-bg {
  width: 100%;
  height: 40.3vw;
  background-image: url(../image/fv-bg.jpg);
  aspect-ratio: 1366/550;
  background-size: cover;
  overflow: hidden;
  position: relative;
  z-index: -4;
}
@media screen and (max-width: 768px) {
  .fv .fv-bg {
    height: 42.3vw;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg {
    background-image: url(../image/sp-fv-bg.jpg);
    height: 120vw;
    padding: 0 10px;
  }
}
.fv .fv-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 40.3vw;
  background-image: linear-gradient(90deg, rgba(152, 202, 207, 0.22) 10%, rgba(152, 202, 207, 0.16) 40%, rgba(255, 255, 255, 0.04) 68%, rgba(255, 255, 255, 0.01) 90%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
}
@media screen and (max-width: 768px) {
  .fv .fv-bg::after {
    height: 42.3vw;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg::after {
    display: none;
  }
}
.fv .fv-bg h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3.75rem;
  font-weight: 700;
  color: #1b1464;
  text-shadow: 4px 4px 4px #fff;
  text-align: center;
  margin-top: 3vw;
}
@media screen and (max-width: 1300px) {
  .fv .fv-bg h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv-bg h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-bg h2 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg h2 {
    margin-top: 20px;
    font-size: 2rem;
    text-shadow: 3px 2px 3px #fff;
  }
}
.fv .fv-bg .benefit {
  width: 57.2%;
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
  margin-left: 4vw;
}
@media screen and (max-width: 1300px) {
  .fv .fv-bg .benefit {
    width: 63%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-bg .benefit {
    width: 68%;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg .benefit {
    width: 95%;
    margin-left: 0;
    margin-top: 20px;
    margin-inline: auto;
  }
}
.fv .fv-bg .benefit .benefit-item {
  width: 31.8%;
  padding: 2vw 0;
  background-color: #2e3192;
  border-radius: 5px;
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .fv .fv-bg .benefit .benefit-item {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-bg .benefit .benefit-item {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg .benefit .benefit-item {
    width: 33%;
    padding: 15px 0;
    font-size: 0.8rem;
  }
}
.fv .fv-bg .fv-text {
  width: 53%;
  text-align: center;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3.3125rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 4px 4px 5px #1b1464;
  margin-top: 3vw;
  margin-left: 3.8vw;
}
@media screen and (max-width: 1300px) {
  .fv .fv-bg .fv-text {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1024px) {
  .fv .fv-bg .fv-text {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-bg .fv-text {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg .fv-text {
    width: 100%;
    font-size: 1.5rem;
    margin-top: 20px;
    text-align: center;
  }
}
.fv .fv-bg .fv-graph {
  width: 9.3%;
  position: absolute;
  left: 48%;
  bottom: 11%;
  z-index: -1;
}
.fv .fv-bg .fv-graph img {
  height: 6.3vw;
}
@media screen and (max-width: 768px) {
  .fv .fv-bg .fv-graph {
    left: 45%;
    bottom: 21%;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg .fv-graph {
    width: 20%;
    left: 75%;
    bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .fv .fv-bg .fv-graph img {
    height: 14vw;
  }
}

.conversion-btn {
  background-color: #fff;
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .conversion-btn {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.conversion-btn p {
  width: 370px;
  margin-inline: auto;
  font-size: 1.375rem;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .conversion-btn p {
    width: 300px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.conversion-btn p::before {
  content: "";
  width: 24px;
  height: 38px;
  background-image: url(../image/conversion-btn-l.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .conversion-btn p::before {
    left: -10px;
  }
}
.conversion-btn p::after {
  content: "";
  width: 24px;
  height: 38px;
  background-image: url(../image/conversion-btn-r.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .conversion-btn p::after {
    right: -10px;
  }
}
.conversion-btn div {
  width: 485px;
  height: 83px;
  background-color: #0071bc;
  border-radius: 7px;
  margin-inline: auto;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 83px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conversion-btn div {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .conversion-btn div {
    width: 300px;
    height: 60px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
.conversion-btn div:hover {
  color: #fff;
  opacity: 0.7;
}
.conversion-btn div::after {
  content: "";
  width: 54px;
  height: 54px;
  background-image: url(../image/conversion-btn-arrow.png);
  background-size: cover;
  position: absolute;
  bottom: -25px;
  right: -25px;
}
.conversion-btn div::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.webinar {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .webinar {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .webinar {
    padding-bottom: 40px;
  }
}
.webinar .webinar-bg {
  width: 76.8%;
  height: 33.7vw;
  margin-inline: auto;
  background-image: url(../image/webinar-bg.jpg);
  background-size: cover;
  background-position-y: 34vw;
}
@media screen and (max-width: 1024px) {
  .webinar .webinar-bg {
    width: 85%;
    height: 43.7vw;
    background-position-y: 0px;
  }
}
@media screen and (max-width: 768px) {
  .webinar .webinar-bg {
    width: 95%;
    height: 55vw;
  }
}
.webinar .webinar-bg .webinar-top {
  display: flex;
  justify-content: space-between;
}
.webinar .webinar-bg .webinar-top .webinar-top__title {
  width: 27.7%;
  margin-left: 20px;
}
.webinar .webinar-bg .webinar-top .webinar-top__title h2 {
  width: 100%;
  height: 9.1vw;
}
.webinar .webinar-bg .webinar-top .webinar-top__flex {
  width: 70%;
  height: 9.1vw;
  display: flex;
  align-items: center;
}
.webinar .webinar-bg .webinar-top .webinar-top__flex .webinar-top__text {
  width: 20.6%;
  height: 6.7vw;
}
.webinar .webinar-bg .webinar-top .webinar-top__amount {
  width: 71%;
  height: 9.9vw;
  margin-right: 20px;
}
.webinar .webinar-bg .webinar-inner {
  margin-top: 20px;
  width: 84.3%;
  padding-top: 2vw;
  background-color: rgba(255, 255, 255, 0.58);
  border-radius: 4px;
  margin-inline: auto;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .webinar .webinar-bg .webinar-inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .webinar .webinar-bg .webinar-inner {
    margin-top: 40px;
    padding: 4vw;
  }
}
@media screen and (max-width: 480px) {
  .webinar .webinar-bg .webinar-inner {
    margin-top: 15px;
    width: 90%;
    padding-top: 10px;
  }
}
.webinar .webinar-bg .webinar-inner h3 {
  display: inline-block;
  margin-left: 30px;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  color: #1b1464;
  border-bottom: 2px solid #0071bc;
}
@media screen and (max-width: 1024px) {
  .webinar .webinar-bg .webinar-inner h3 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .webinar .webinar-bg .webinar-inner h3 {
    margin-left: 12px;
    margin-right: 24px;
    font-size: 1.2rem;
  }
}
.webinar .webinar-bg .webinar-inner ul {
  margin-top: 10px;
  margin-left: 3vw;
}
.webinar .webinar-bg .webinar-inner ul li {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.78;
  color: #1a1a1a;
}
@media screen and (max-width: 768px) {
  .webinar .webinar-bg .webinar-inner ul li {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .webinar .webinar-bg .webinar-inner ul li {
    font-size: 0.9rem;
    line-height: 1.3;
  }
}
.webinar .webinar-bg .webinar-inner .webinar-inner__img {
  width: 23.9%;
  position: absolute;
  right: -2vw;
  bottom: -3vw;
}
@media screen and (max-width: 768px) {
  .webinar .webinar-bg .webinar-inner .webinar-inner__img {
    bottom: 3vw;
  }
}
@media screen and (max-width: 480px) {
  .webinar .webinar-bg .webinar-inner .webinar-inner__img {
    right: -7vw;
  }
}
.webinar .webinar-bg .webinar-inner .webinar-inner__img img {
  height: 24.2vw;
}

.recommendation {
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .recommendation {
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 480px) {
  .recommendation {
    padding-bottom: 40px;
  }
}
.recommendation .recommendation-bg {
  width: 100%;
  background-image: url(../image/recommendation-bg.jpg);
  background-size: cover;
  background-position-y: -7vw;
  padding: 8vw 6% 10vw 8%;
}
@media screen and (max-width: 1300px) {
  .recommendation .recommendation-bg {
    padding: 8vw 4% 10vw 4%;
  }
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg {
    width: 100%;
    background-position-y: -35px;
    padding: 20px;
  }
}
.recommendation .recommendation-bg h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 700;
  color: #0071bc;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .recommendation .recommendation-bg h2 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg h2 {
    font-size: 1.8rem;
  }
}
.recommendation .recommendation-bg .recommendation-inner {
  width: 99.6%;
  padding: 6vw 3%;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 18px;
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg .recommendation-inner {
    width: 100%;
    padding: 20px 10px;
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
@media screen and (max-width: 1024px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list {
    gap: 15px 0;
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li {
  width: 48%;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li {
    width: 100%;
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 29px;
  background-image: url(../image/recommendation-list.png);
  background-size: cover;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li::before {
    width: 25px;
    height: 20px;
    top: 0px;
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li p {
  display: inline-block;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-weight: 700;
  font-size: 1.5625rem;
  line-height: 1.72;
  color: #231815;
  border-bottom: 2px dashed #0071bc;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li p {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 480px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li p {
    font-size: 0.8rem;
    line-height: 1.5;
    margin-left: 35px;
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li:nth-child(2) {
  width: calc(50% + 22px);
}
@media screen and (max-width: 1024px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li:nth-child(2) {
    width: calc(100% + 22px);
  }
}
.recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li:nth-child(4) {
  width: calc(50% + 22px);
}
@media screen and (max-width: 1024px) {
  .recommendation .recommendation-bg .recommendation-inner .recommendation-inner__list li:nth-child(4) {
    width: calc(100% + 22px);
  }
}

.service .section-title {
  width: 100%;
  padding: 2.2vw 0;
  background-color: #29abe2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .service .section-title {
    padding: 20px 0;
  }
}
.service .section-title h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .service .section-title h2 {
    font-size: 2rem;
  }
}
.service .section-title p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .service .section-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .section-title p {
    font-size: 1.5rem;
  }
}
.service .CPAP-bg {
  background-color: #f2f2f2;
  padding: 12vw 10% 11vw;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg {
    padding: 12vw 7% 11vw;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg {
    padding: 20px 20px;
  }
}
.service .CPAP-bg .CPAP-top {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top {
    margin-top: 25vw;
    margin-bottom: 50px;
  }
}
.service .CPAP-bg .CPAP-top .CPAP-img {
  width: 47.3%;
  position: absolute;
  top: -3vw;
  left: 0;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top .CPAP-img {
    width: 65%;
    top: -32vw;
    left: 50%;
    transform: translate(-50%);
  }
}
.service .CPAP-bg .CPAP-top .CPAP-img img {
  height: 20.2vw;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 4px 3px 5px #0e2b56;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top .CPAP-img img {
    height: 35vw;
  }
}
.service .CPAP-bg .CPAP-top .CPAP-text {
  width: 72.1%;
  background-color: #fff;
  padding: 2vw 1% 3vw 23%;
  margin-left: 26%;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top .CPAP-text {
    width: 100%;
    padding: 30px 20px;
    margin-left: 0;
  }
}
.service .CPAP-bg .CPAP-top .CPAP-text h3 {
  width: 86%;
  margin-left: 10px;
  margin-bottom: 40px;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.76;
  color: #2e3192;
  border-bottom: 1.5px solid #0071bc;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top .CPAP-text h3 {
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-top .CPAP-text h3 {
    width: 90%;
    font-size: 1.8rem;
  }
}
.service .CPAP-bg .CPAP-top .CPAP-text p {
  width: 100%;
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-top .CPAP-text p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-top .CPAP-text p {
    font-size: 1rem;
  }
}
.service .CPAP-bg .CPAP-inner {
  background-color: #fff;
  padding: 6vw 7%;
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner {
    padding: 20px 20px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item {
  display: flex;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item {
    margin-bottom: 30px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-img {
  width: 30%;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-img {
    width: 80%;
    margin-inline: auto;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-img img {
  height: 17.3vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-img img {
    height: 30vw;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text {
  width: 66%;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text {
    width: 100%;
    margin-left: 0px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text h3 {
    font-size: 2.5rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.72;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text p {
    font-size: 1rem;
    line-height: 1.5;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text p span {
  color: #c1272d;
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list {
  margin-left: 40px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list {
    margin-left: 0px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li {
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li {
    margin-bottom: 5px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 29px;
  background-image: url(../image/recommendation-list.png);
  background-size: cover;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li::before {
    width: 20px;
    height: 17px;
    top: 3px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li p {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 500;
  border-bottom: 1px solid #c1272d;
  margin-left: 46px;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item .CPAP-inner__item-text .item-text__list li p {
    font-size: 0.8rem;
    margin-left: 23px;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item:nth-child(2) .CPAP-inner__item-img {
  margin-top: 20px;
}
.service .CPAP-bg .CPAP-inner .CPAP-inner__item:nth-child(2) .CPAP-inner__item-img img {
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-inner__item:nth-child(2) .CPAP-inner__item-img img {
    height: 50vw;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-point {
  font-size: 2.25rem;
  text-align: center;
  color: #2e3192;
  text-shadow: 3px 2px 0 #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .service .CPAP-bg .CPAP-inner .CPAP-point {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .CPAP-bg .CPAP-inner .CPAP-point {
    font-size: 1.3rem;
    text-shadow: 3px 3px 0 #fff;
  }
}
.service .CPAP-bg .CPAP-inner .CPAP-point p {
  display: inline;
  border-bottom: 2px solid #c1272d;
}
.service .merit-bg {
  width: 100%;
  padding: 20vw 10%;
  background-color: #cde6f5;
}
@media screen and (max-width: 1300px) {
  .service .merit-bg {
    padding: 20vw 4%;
  }
}
@media screen and (max-width: 768px) {
  .service .merit-bg {
    padding: 15vw 4%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg {
    padding: 20px 20px;
  }
}
.service .merit-bg .content-title {
  text-align: center;
}
.service .merit-bg .content-title h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  text-shadow: 5px 4px 0 #fff;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .content-title h3 {
    font-size: 2rem;
    text-shadow: 3px 2px 0 #fff;
  }
}
.service .merit-bg .content-title p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .content-title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .content-title p {
    font-size: 1rem;
  }
}
.service .merit-bg .merit-inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .service .merit-bg .merit-inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner {
    gap: 10px;
    margin-top: 40px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content {
  width: 46.7%;
  background-color: #f2f2f2;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content {
    width: 48%;
  }
}
.service .merit-bg .merit-inner .merit-inner__content .content-img {
  margin-inline: auto;
}
.service .merit-bg .merit-inner .merit-inner__content .content-top {
  display: flex;
  align-items: center;
}
.service .merit-bg .merit-inner .merit-inner__content .content-top span {
  font-family: "acumin-variable", sans-serif;
  font-size: 4.5rem;
  font-style: italic;
  color: #fff;
  text-shadow: 6px 6px 0 rgba(35, 98, 173, 0.2);
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-top span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-top span {
    font-size: 2rem;
    text-shadow: 3px 3px 0 rgba(35, 98, 173, 0.2);
  }
}
.service .merit-bg .merit-inner .merit-inner__content .content-top h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2e3192;
  margin-left: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-top h4 {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-top h4 {
    font-size: 1rem;
  }
}
.service .merit-bg .merit-inner .merit-inner__content .content-text {
  margin-left: 25px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-text {
    font-size: 1rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content .content-text {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-left: 5px;
    width: 95%;
    line-height: 1.3;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-img {
  width: 68.8%;
  margin-top: 55px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-img {
    margin-top: 10px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-img img {
  height: 25.1vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-top {
  margin-top: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-top {
    margin-top: 10px;
    margin-left: 0px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 79%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(1) .content-text {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-img {
  width: 71.5%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-img {
    margin-top: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-img {
    margin-top: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-img img {
  height: 22.5vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-top {
  margin-top: 35px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-top {
    margin-top: 15px;
    margin-left: 0px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-text {
  margin-top: 20px;
  margin-left: 60px;
  width: 74%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(2) .content-text {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-img {
  width: 66.7%;
  margin-top: 20px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-img {
    margin-top: 10px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-img img {
  height: 24.3vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-top {
  margin-top: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-text {
  margin-top: 20px;
  margin-left: 60px;
  width: 74%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(3) .content-text {
    margin-top: 10px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-img {
  width: 81%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-img {
    margin-top: 40px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-img img {
  height: 17vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-top {
  margin-top: 70px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-top h4 {
    font-size: 0.85rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-top h4 br {
    display: none;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-text {
  margin-top: 20px;
  margin-left: 60px;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(4) .content-text {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-img {
  width: 72%;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-img {
    margin-top: 20px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-img img {
  height: 21vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-top {
  margin-top: 50px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-text {
  margin-top: 30px;
  margin-left: 60px;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(5) .content-text {
    margin-top: 10px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-img {
  width: 59.2%;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-img {
    margin-top: 15px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-img img {
  height: 22.5vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-top {
  margin-top: 50px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-top h4 {
    font-size: 0.85rem;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(6) .content-text {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-img {
  width: 74.5%;
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-img {
    margin-top: 20px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-img img {
  height: 21.8vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-top {
  margin-top: 30px;
  margin-left: 35px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-top h4 {
    font-size: 0.8rem;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-text {
  margin-top: 25px;
  margin-left: 60px;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(7) .content-text {
    margin-top: 10px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-img {
  width: 76.5%;
  margin-top: 30px;
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-img {
    margin-top: 15px;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-img img {
  height: 20.8vw;
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-top {
  margin-top: 45px;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-top h4 {
    font-size: 0.7rem;
  }
}
.service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-text {
  margin-top: 20px;
  margin-left: 60px;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-text {
    margin-top: 10px;
    margin-left: 10px;
    width: 95%;
  }
}
@media screen and (max-width: 480px) {
  .service .merit-bg .merit-inner .merit-inner__content:nth-child(8) .content-text {
    margin-top: 5px;
    margin-left: 5px;
  }
}
.service .merit-bg .merit-inner .slidein {
  margin: 20px auto;
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.service .merit-bg .merit-inner .slide_left {
  transform: translateX(calc(-50vw - 50%));
}
.service .merit-bg .merit-inner .slide_right {
  transform: translateX(calc(50vw + 50%));
}
.service .merit-bg .merit-inner .show {
  transform: translateX(0);
}
.service .consulting-bg {
  width: 100%;
  padding: 15vw 10%;
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg {
    padding: 12vw 7%;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg {
    padding: 20px 20px;
  }
}
.service .consulting-bg .consulting-top {
  width: 100%;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top {
    margin-top: 120px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top {
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
.service .consulting-bg .consulting-top .consulting-top__text {
  width: 81.5%;
  background-color: #fff;
  padding: 3vw 6% 2vw;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top .consulting-top__text {
    width: 100%;
    padding: 14vw 6% 2vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__text {
    width: 100%;
    padding: 40px 20px;
  }
}
.service .consulting-bg .consulting-top .consulting-top__text h3 {
  width: 56%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 2.125rem;
  font-weight: 700;
  line-height: 1.76;
  color: #2e3192;
  border-bottom: 1px solid #0071bc;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top .consulting-top__text h3 {
    width: 80%;
    margin-bottom: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__text h3 {
    width: 100%;
    font-size: 2rem;
    ine-height: 1.3;
    margin-bottom: 20px;
  }
}
.service .consulting-bg .consulting-top .consulting-top__text p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.81;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top .consulting-top__text p {
    font-size: 1.1rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__text p {
    font-size: 1rem;
    line-height: 1.2;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__text p br {
    display: none;
  }
}
.service .consulting-bg .consulting-top .consulting-top__img {
  width: 42.2%;
  position: absolute;
  top: -4vw;
  right: 0;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top .consulting-top__img {
    width: 65%;
    top: -25vw;
    right: 50%;
    transform: translate(50%);
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__img {
    width: 65%;
    top: -80px;
    right: 50%;
    transform: translate(50%);
  }
}
.service .consulting-bg .consulting-top .consulting-top__img img {
  height: 20.2vw;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-top .consulting-top__img img {
    height: 35vw;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-top .consulting-top__img img {
    height: 30vw;
  }
}
.service .consulting-bg .consulting-inner {
  width: 100%;
  background-color: #fff;
  padding: 4vw 9%;
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner {
    padding: 20px 20px;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content {
    flex-direction: column;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content {
    margin-bottom: 30px;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content .content-img {
  width: 30.9%;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-img {
    width: 80%;
    margin-inline: auto;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-img {
    width: 65%;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content .content-img img {
  height: 17.3vw;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-img img {
    height: 30vw;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content .content-text {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text {
    width: 100%;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text {
    width: 100%;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content .content-text h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text h3 {
    font-size: 2.5rem;
    margin-top: 15px;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content .content-text p {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.72;
}
@media screen and (max-width: 768px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text p {
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content .content-text p {
    font-size: 1rem;
    line-height: 1.3;
  }
}
.service .consulting-bg .consulting-inner .consulting-inner__content:nth-child(2) {
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .service .consulting-bg .consulting-inner .consulting-inner__content:nth-child(2) {
    margin-top: 40px;
  }
}
.service .WEB-merit__bg {
  width: 100%;
  padding: 12vw 10% 11vw;
  background-color: #cde6f5;
}
@media screen and (max-width: 1300px) {
  .service .WEB-merit__bg {
    padding: 12vw 4% 11vw;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg {
    padding: 15vw 4%;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg {
    padding: 20px 20px;
  }
}
.service .WEB-merit__bg .content-title {
  text-align: center;
}
.service .WEB-merit__bg .content-title h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  text-shadow: 5px 4px 0 #fff;
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .content-title h3 {
    font-size: 2rem;
    text-shadow: 3px 2px 0 #fff;
  }
}
.service .WEB-merit__bg .content-title p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .content-title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .content-title p {
    font-size: 1rem;
  }
}
.service .WEB-merit__bg .WEB-merit__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 70px;
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .service .WEB-merit__bg .WEB-merit__inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner {
    gap: 10px;
    margin-top: 40px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content {
  width: 46.7%;
  background-color: #f2f2f2;
  padding-bottom: 10px;
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content {
    width: 48%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-img {
  margin-inline: auto;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top {
  display: flex;
  align-items: center;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top span {
  font-family: "acumin-variable", sans-serif;
  font-size: 4.5rem;
  font-style: italic;
  color: #fff;
  text-shadow: 6px 6px 0 rgba(35, 98, 173, 0.2);
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top span {
    font-size: 2rem;
    text-shadow: 3px 3px 0 rgba(35, 98, 173, 0.2);
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top h4 {
  font-size: 1.875rem;
  font-weight: 700;
  color: #2e3192;
  margin-left: 20px;
  padding-top: 26px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top h4 {
    font-size: 1.5rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-top h4 {
    font-size: 1rem;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-text {
  margin-left: 25px;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.63;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-text {
    font-size: 1rem;
    margin-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content .content-text {
    font-size: 0.75rem;
    margin-top: 5px;
    margin-left: 5px;
    width: 95%;
    line-height: 1.3;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-img {
  width: 83.5%;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-img {
    margin-top: 15px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-img img {
  height: 18.7vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-top {
  margin-top: 70px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-top {
    margin-left: 5px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 79%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(1) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-img {
  width: 84.4%;
  margin-top: 70px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-img {
    margin-top: 15px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-img img {
  height: 20.8vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-top {
  margin-top: 60px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-top {
    margin-top: 15px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-top h4 {
    font-size: 0.8rem;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 72%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(2) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-img {
  width: 51.3%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-img {
    margin-top: 15px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-img img {
  height: 23.3vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-top {
  margin-top: 50px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-top {
    margin-top: 20px;
    margin-left: 5px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-text {
  margin-top: 10px;
  margin-left: 60px;
  width: 79%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(3) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-img {
  width: 82.5%;
  margin-top: 0px;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-img img {
  height: 30vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-top {
  margin-top: 15px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-top {
    margin-top: 5px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-top h4 {
    font-size: 0.8rem;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(4) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-img {
  width: 52.6%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-img {
    margin-top: 15px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-img img {
  height: 23.7vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top {
  margin-top: 35px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top {
    margin-top: 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top h4 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-top h4 br {
    display: none;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-text {
  margin-top: 10px;
  margin-left: 60px;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(5) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-img {
  width: 89%;
  margin-top: 120px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-img {
    margin-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-img {
    margin-top: 35px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-img img {
  height: 13.2vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top {
  margin-top: 100px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top {
    margin-top: 35px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top h4 {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-top h4 br {
    display: none;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-text {
  margin-top: 10px;
  margin-left: 60px;
  width: 73%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(6) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-img {
  width: 62.8%;
  margin-top: 85px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-img {
    margin-top: 20px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-img img {
  height: 18.4vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top {
  margin-top: 70px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top {
    margin-top: 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top h4 {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-top h4 br {
    display: none;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-text {
  margin-top: 10px;
  margin-left: 60px;
  width: 75%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(7) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-img {
  width: 79.5%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-img {
    margin-top: 15px;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-img img {
  height: 20.4vw;
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-top {
  margin-top: 55px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-top {
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-top {
    margin-top: 20px;
    margin-left: 5px;
  }
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-top h4 {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 480px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-top h4 {
    font-size: 0.8rem;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-text {
  margin-top: 15px;
  margin-left: 60px;
  width: 76%;
}
@media screen and (max-width: 768px) {
  .service .WEB-merit__bg .WEB-merit__inner .WEB-merit-inner__content:nth-child(8) .content-text {
    margin-top: 10px;
    margin-left: 5px;
    width: 95%;
  }
}
.service .WEB-merit__bg .WEB-merit__inner .slidein {
  margin: 20px auto;
  transition: 1s cubic-bezier(0.75, 0, 0.25, 1);
}
.service .WEB-merit__bg .WEB-merit__inner .slide_left {
  transform: translateX(calc(-50vw - 50%));
}
.service .WEB-merit__bg .WEB-merit__inner .slide_right {
  transform: translateX(calc(50vw + 50%));
}
.service .WEB-merit__bg .WEB-merit__inner .show {
  transform: translateX(0);
}

.installation .section-title {
  width: 100%;
  padding: 2.2vw 0;
  background-color: #29abe2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .installation .section-title {
    padding: 20px 0;
  }
}
.installation .section-title h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .installation .section-title h2 {
    font-size: 2rem;
  }
}
.installation .section-title p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .installation .section-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .installation .section-title p {
    font-size: 1.5rem;
  }
}
.installation .installation-bg {
  width: 100%;
  padding: 14vw 13% 18vw;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg {
    padding: 14vw 7%;
  }
}
@media screen and (max-width: 480px) {
  .installation .installation-bg {
    padding: 20px 20px;
  }
}
.installation .installation-bg .installation-content {
  position: relative;
}
.installation .installation-bg .installation-content .content-top {
  display: inline-block;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: #fff;
  background-color: #0071bc;
  border-radius: 8px;
  position: absolute;
  left: 35px;
  top: 50px;
}
@media screen and (max-width: 1024px) {
  .installation .installation-bg .installation-content .content-top {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .installation .installation-bg .installation-content .content-top {
    font-size: 1.8rem;
    left: 35px;
    top: 36px;
  }
}
.installation .installation-bg .installation-content .content-top::before {
  content: "";
  display: inline-block;
  width: 103px;
  height: 103px;
  background-color: #f2f2f2;
  border-radius: 50%;
  border: 5px solid #0071bc;
  text-align: center;
  line-height: 90px;
  color: #0071bc;
  font-size: 4.25rem;
  font-weight: 700;
  font-family: "acumin-variable", sans-serif;
  position: absolute;
  top: -12px;
  left: -80px;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content .content-top::before {
    width: 60px;
    height: 60px;
    line-height: 45px;
    font-size: 2.5rem;
    top: -3px;
    left: -40px;
  }
}
.installation .installation-bg .installation-content .content-inner {
  display: flex;
  justify-content: space-between;
  background-color: #f5fcfe;
  padding: 2vw 1% 2vw 2%;
  border: 2px solid #81d9f3;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content .content-inner {
    flex-direction: column-reverse;
    padding: 50px 20px 20px 20px;
  }
}
.installation .installation-bg .installation-content .content-inner .content-inner__text {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.29;
  color: #000;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content .content-inner .content-inner__text {
    width: 100%;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.installation .installation-bg .installation-content .content-inner .content-inner__img {
  width: 31.5%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content .content-inner .content-inner__img {
    width: 60%;
    margin-inline: auto;
  }
}
.installation .installation-bg .installation-content .content-inner .content-inner__img img {
  height: 13.2vw;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content .content-inner .content-inner__img img {
    height: 30vw;
  }
}
.installation .installation-bg .installation-content:nth-child(1) .content-top {
  letter-spacing: 0.18em;
  padding: 18px 90px 18px 65px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(1) .content-top {
    padding: 10px 60px 8px 40px;
  }
}
.installation .installation-bg .installation-content:nth-child(1) .content-top::before {
  content: "1";
}
.installation .installation-bg .installation-content:nth-child(1) .content-inner .content-inner__text {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(1) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(2) .content-top {
  letter-spacing: 0.04em;
  padding: 18px 30px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(2) .content-top {
    padding: 10px 15px 8px 25px;
  }
}
.installation .installation-bg .installation-content:nth-child(2) .content-top::before {
  content: "2";
}
.installation .installation-bg .installation-content:nth-child(2) .content-inner .content-inner__text {
  width: 67%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(2) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(3) .content-top {
  letter-spacing: 0.04em;
  padding: 18px 80px 18px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(3) .content-top {
    padding: 10px 20px 8px 40px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(3) .content-top::before {
  content: "3";
}
.installation .installation-bg .installation-content:nth-child(3) .content-inner .content-inner__text {
  width: 68%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(3) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(4) .content-top {
  padding: 18px 30px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(4) .content-top {
    padding: 10px 2px 8px 20px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(4) .content-top::before {
  content: "4";
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(4) .content-top::before {
    top: 10px;
    left: -40px;
  }
}
.installation .installation-bg .installation-content:nth-child(4) .content-inner .content-inner__text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(4) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(5) .content-top {
  padding: 18px 50px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(5) .content-top {
    padding: 10px 30px 8px 25px;
  }
}
.installation .installation-bg .installation-content:nth-child(5) .content-top::before {
  content: "5";
}
.installation .installation-bg .installation-content:nth-child(5) .content-inner .content-inner__text {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(5) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(6) .content-top {
  padding: 18px 10px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(6) .content-top {
    padding: 10px 10px 8px 25px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(6) .content-top::before {
  content: "6";
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(6) .content-top::before {
    top: 10px;
    left: -40px;
  }
}
.installation .installation-bg .installation-content:nth-child(6) .content-inner .content-inner__text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(6) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(7) .content-top {
  padding: 18px 90px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(7) .content-top {
    padding: 10px 15px 8px 25px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(7) .content-top::before {
  content: "7";
}
.installation .installation-bg .installation-content:nth-child(7) .content-inner .content-inner__text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(7) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(8) .content-top {
  padding: 18px 90px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(8) .content-top {
    padding: 10px 15px 8px 25px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(8) .content-top::before {
  content: "8";
}
@media screen and (max-width: 480px) {
  .installation .installation-bg .installation-content:nth-child(8) .content-top::before {
    top: 10px;
    left: -40px;
  }
}
.installation .installation-bg .installation-content:nth-child(8) .content-inner .content-inner__text {
  width: 63%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(8) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-content:nth-child(9) .content-top {
  padding: 18px 90px 18px 30px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(9) .content-top {
    padding: 10px 10px 8px 25px;
    width: 85%;
  }
}
.installation .installation-bg .installation-content:nth-child(9) .content-top::before {
  content: "9";
}
.installation .installation-bg .installation-content:nth-child(9) .content-inner .content-inner__text {
  width: 62%;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-content:nth-child(9) .content-inner .content-inner__text {
    width: 100%;
  }
}
.installation .installation-bg .installation-arrow {
  width: 45px;
  height: 30px;
  margin-inline: auto;
  margin-top: 35px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .installation .installation-bg .installation-arrow {
    margin-top: 35px;
    margin-bottom: 0px;
  }
}

.implementation .section-title {
  width: 100%;
  padding: 2.2vw 0;
  background-color: #29abe2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .implementation .section-title {
    padding: 20px 0;
  }
}
.implementation .section-title h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .implementation .section-title h2 {
    font-size: 2rem;
  }
}
.implementation .section-title p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .implementation .section-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .implementation .section-title p {
    font-size: 1.5rem;
  }
}
.implementation .implementation-CPAP__bg {
  position: relative;
  padding-top: 140px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__bg-top {
  width: 100%;
  height: 66.7vw;
  background-image: url(../image/implementation-top-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.implementation .implementation-CPAP__bg .content-title {
  text-align: center;
}
.implementation .implementation-CPAP__bg .content-title h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  text-shadow: 5px 4px 0 #fff;
}
@media screen and (max-width: 480px) {
  .implementation .implementation-CPAP__bg .content-title h3 {
    font-size: 2rem;
    text-shadow: 3px 2px 0 #fff;
  }
}
.implementation .implementation-CPAP__bg .content-title p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .content-title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .implementation .implementation-CPAP__bg .content-title p {
    font-size: 1rem;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content {
  width: 77%;
  margin-inline: auto;
  background-color: #f2f2f2;
  border: 4px solid #0071bc;
  border-radius: 2px;
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content {
    width: 90%;
    margin-top: 40px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top {
  width: 100%;
  background-color: #0071bc;
  padding: 40px 0 40px 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top {
    padding: 20px 0 20px 10px;
    font-size: 1.5rem;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top h3 {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top h3 {
    margin-left: 60px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 60px;
  background-image: url(../image/implementation-icon.png);
  background-size: cover;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-top::before {
    width: 50px;
    height: 42px;
    top: 13px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 40px 85px 30px 50px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex {
    padding: 20px 10px 20px 10px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text {
  width: 64.5%;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection {
    margin-bottom: 10px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection h4 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #fff;
  width: 119px;
  background-color: #0071bc;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection h4 {
    font-size: 1.3rem;
    width: 80px;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
    padding: 5px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection h4::after {
  content: "";
  display: block;
  width: 34vw;
  height: 2px;
  background-color: #0071bc;
  margin-left: 105px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection h4::after {
    width: 27vw;
  }
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection h4::after {
    width: 100px;
    margin-left: 70px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection span {
  font-size: 2rem;
  font-weight: 500;
  color: #231815;
  margin-right: 15px;
}
@media screen and (max-width: 1024px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection span {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-inspection span {
    font-size: 1rem;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP h4 {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  width: 119px;
  background-color: #0071bc;
  padding: 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP h4 {
    font-size: 1.3rem;
    width: 80px;
    margin-bottom: 5px;
    padding: 5px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP h4::after {
  content: "";
  display: block;
  width: 34vw;
  height: 2px;
  background-color: #0071bc;
  margin-left: 105px;
  position: absolute;
  top: 50%;
}
@media screen and (max-width: 1024px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP h4::after {
    width: 27vw;
  }
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP h4::after {
    width: 100px;
    margin-left: 70px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP p {
  font-size: 2rem;
  font-weight: 500;
  color: #231815;
}
@media screen and (max-width: 480px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__text .content-center__text-CPAP p {
    font-size: 1rem;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__img {
  width: 26.5%;
  height: 15vw;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__img {
    width: 38%;
    height: 25vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__img img {
  height: 15vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-center__flex .content-center__img img {
    height: 25vw;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom {
  display: flex;
  justify-content: space-around;
  padding: 0 45px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom {
    flex-direction: column;
    padding: 0 10px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list {
  display: flex;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list {
    flex-direction: column;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list span {
  font-size: 1.3125rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  display: inline-block;
  width: 21px;
  background-color: #0071bc;
}
@media screen and (max-width: 1024px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list span {
    font-size: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list span {
    font-size: 1.3rem;
    width: 35%;
    padding: 5px 0 3px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list .content-bottom__list-item {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.29;
  color: #231815;
}
@media screen and (max-width: 1300px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list .content-bottom__list-item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list .content-bottom__list-item {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-bottom .content-bottom__list .content-bottom__list-item {
    font-size: 1.2rem;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-graph {
  width: 87.5%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-graph {
    margin-top: 20px;
  }
}
.implementation .implementation-CPAP__bg .implementation-CPAP__content .content-graph img {
  height: 29vw;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
}
@media screen and (max-width: 768px) {
  .implementation .implementation-CPAP__bg .implementation-CPAP__content .content-graph img {
    height: 40vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
  }
}

.implementation-WEB__bg {
  position: relative;
  padding-top: 140px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.implementation-WEB__bg .implementation-WEB__bg-top {
  width: 100%;
  height: 66.7vw;
  background-image: url(../image/implementation-top-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.implementation-WEB__bg .content-title {
  text-align: center;
}
.implementation-WEB__bg .content-title h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  text-shadow: 5px 4px 0 #fff;
}
@media screen and (max-width: 480px) {
  .implementation-WEB__bg .content-title h3 {
    font-size: 2rem;
    text-shadow: 3px 2px 0 #fff;
  }
}
.implementation-WEB__bg .content-title p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .content-title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .implementation-WEB__bg .content-title p {
    font-size: 1rem;
  }
}
.implementation-WEB__bg .implementation-WEB__content {
  width: 77%;
  margin-inline: auto;
  background-color: #f2f2f2;
  border: 4px solid #0071bc;
  border-radius: 2px;
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content {
    width: 90%;
    margin-top: 40px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-top {
  width: 100%;
  background-color: #0071bc;
  padding: 40px 0 40px 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-top {
    padding: 20px 0 20px 10px;
    font-size: 1.5rem;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-top h3 {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-top h3 {
    margin-left: 60px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-top::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 60px;
  background-image: url(../image/implementation-icon.png);
  background-size: cover;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-top::before {
    width: 50px;
    height: 42px;
    top: 13px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 55px;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text h4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #0071bc;
  padding: 8px 25px 8px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text h4 {
    font-size: 1rem;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.29;
  display: flex;
  margin-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment {
    flex-direction: column;
    width: 65%;
    font-size: 0.8rem;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
  width: 14%;
}
@media screen and (max-width: 1300px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 17%;
  }
}
@media screen and (max-width: 1024px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 30%;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment p {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment p {
    width: 100%;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment:last-child p {
  width: calc(60% + 65px);
}
@media screen and (max-width: 480px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__text .content-center__text--before-assignment:last-child p {
    width: calc(100% + 100px);
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img {
  width: 22.8%;
  height: 15.3vw;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
  position: absolute;
  top: -20px;
  right: 80px;
}
@media screen and (max-width: 1300px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img {
    top: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img {
    width: 30%;
    height: 23vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
    top: 25px;
    right: 13px;
  }
}
@media screen and (max-width: 480px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img {
    top: 45px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img img {
  height: 15.3vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center__flex .content-center__img img {
    height: 23vw;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center {
  margin-bottom: 20px;
  padding-left: 55px;
}
@media screen and (max-width: 1024px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center {
    padding-left: 10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text h4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #0071bc;
  padding: 8px 25px 8px 20px;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text h4 {
    font-size: 1rem;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text .content-center__text--improvement {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.29;
  margin-top: 25px;
  margin-left: 25px;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text .content-center__text--improvement {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: 0px;
    width: 97%;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text .content-center__text--result {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.51;
  margin-top: 20px;
  margin-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text .content-center__text--result {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: -10px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-center .content-center__text .content-center__text--result li {
  margin-left: 25px;
}
.implementation-WEB__bg .implementation-WEB__content .content-graph {
  width: 87.7%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-graph {
    margin-top: 20px;
  }
}
.implementation-WEB__bg .implementation-WEB__content .content-graph img {
  height: 29vw;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
}
@media screen and (max-width: 768px) {
  .implementation-WEB__bg .implementation-WEB__content .content-graph img {
    height: 35vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
  }
}

.implementation-MEO__bg {
  position: relative;
  padding-top: 140px;
  padding-bottom: 230px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.implementation-MEO__bg .implementation-MEO__bg-top {
  width: 100%;
  height: 66.7vw;
  background-image: url(../image/implementation-top-bg.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.implementation-MEO__bg .content-title {
  text-align: center;
}
.implementation-MEO__bg .content-title h3 {
  font-size: 2.6875rem;
  font-weight: 700;
  text-shadow: 5px 4px 0 #fff;
}
@media screen and (max-width: 480px) {
  .implementation-MEO__bg .content-title h3 {
    font-size: 2rem;
    text-shadow: 3px 2px 0 #fff;
  }
}
.implementation-MEO__bg .content-title p {
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.75;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .content-title p {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 480px) {
  .implementation-MEO__bg .content-title p {
    font-size: 1rem;
  }
}
.implementation-MEO__bg .implementation-MEO__content {
  width: 77%;
  margin-inline: auto;
  background-color: #f2f2f2;
  border: 4px solid #0071bc;
  border-radius: 2px;
  margin-top: 100px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content {
    width: 90%;
    margin-top: 40px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-top {
  width: 100%;
  background-color: #0071bc;
  padding: 40px 0 40px 40px;
  font-size: 2.5rem;
  font-weight: 500;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-top {
    padding: 20px 0 20px 10px;
    font-size: 1.5rem;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-top h3 {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-top h3 {
    margin-left: 60px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-top::before {
  content: "";
  display: inline-block;
  width: 71px;
  height: 60px;
  background-image: url(../image/implementation-icon.png);
  background-size: cover;
  position: absolute;
  top: 35px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-top::before {
    width: 50px;
    height: 42px;
    top: 13px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex {
  margin-top: 50px;
  margin-bottom: 60px;
  padding-left: 55px;
  padding-right: 80px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex {
    margin-top: 25px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text h4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #0071bc;
  padding: 8px 25px 8px 10px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text h4 {
    font-size: 1rem;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.29;
  display: flex;
  margin-left: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1300px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment {
    margin-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment {
    flex-direction: column;
    width: 65%;
    font-size: 0.8rem;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
  width: 14%;
}
@media screen and (max-width: 1300px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 17%;
  }
}
@media screen and (max-width: 1024px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 15%;
  }
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment span {
    width: 30%;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment p {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment p {
    width: 100%;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment:last-child p {
  width: calc(60% + 65px);
}
@media screen and (max-width: 480px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__text .content-center__text--before-assignment:last-child p {
    width: calc(100% + 100px);
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img {
  width: 22.8%;
  height: 15.3vw;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
  position: absolute;
  top: -20px;
  right: 80px;
}
@media screen and (max-width: 1300px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img {
    top: 60px;
    right: 60px;
  }
}
@media screen and (max-width: 1024px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img {
    width: 30%;
    height: 23vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
    top: 25px;
    right: 13px;
  }
}
@media screen and (max-width: 480px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img {
    top: 45px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img img {
  height: 15.3vw;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center__flex .content-center__img img {
    height: 23vw;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center {
  margin-bottom: 20px;
  padding-left: 55px;
}
@media screen and (max-width: 1024px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center {
    padding-left: 10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text h4 {
  display: inline-block;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #fff;
  background-color: #0071bc;
  padding: 8px 25px 8px 20px;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text h4 {
    font-size: 1rem;
    padding: 8px;
    margin-bottom: 10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text .content-center__text--improvement {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.29;
  margin-top: 25px;
  margin-left: 25px;
  width: 92%;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text .content-center__text--improvement {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: 0px;
    width: 97%;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text .content-center__text--result {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.6875rem;
  font-weight: 500;
  line-height: 1.51;
  margin-top: 20px;
  margin-left: 25px;
  list-style: disc;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text .content-center__text--result {
    font-size: 0.8rem;
    margin-top: 10px;
    margin-left: -10px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-center .content-center__text .content-center__text--result li {
  margin-left: 25px;
}
.implementation-MEO__bg .implementation-MEO__content .content-graph {
  width: 87.7%;
  margin-inline: auto;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-graph {
    margin-top: 20px;
  }
}
.implementation-MEO__bg .implementation-MEO__content .content-graph img {
  height: 29vw;
  -o-object-fit: cover;
     object-fit: cover;
  box-shadow: 7px 7px 0 rgba(117, 131, 150, 0.75);
}
@media screen and (max-width: 768px) {
  .implementation-MEO__bg .implementation-MEO__content .content-graph img {
    height: 35vw;
    box-shadow: 4px 4px 0 rgba(117, 131, 150, 0.75);
  }
}

.conversion-btn__gray {
  background-color: #f2f2f2;
  padding-top: 65px;
  padding-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .conversion-btn__gray {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.conversion-btn__gray p {
  width: 370px;
  margin-inline: auto;
  font-size: 1.375rem;
  font-weight: 700;
  color: #4d4d4d;
  text-align: center;
  margin-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 480px) {
  .conversion-btn__gray p {
    width: 300px;
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.conversion-btn__gray p::before {
  content: "";
  width: 24px;
  height: 38px;
  background-image: url(../image/conversion-btn-l.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .conversion-btn__gray p::before {
    left: -10px;
  }
}
.conversion-btn__gray p::after {
  content: "";
  width: 24px;
  height: 38px;
  background-image: url(../image/conversion-btn-r.png);
  background-size: cover;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 480px) {
  .conversion-btn__gray p::after {
    right: -10px;
  }
}
.conversion-btn__gray div {
  width: 485px;
  height: 83px;
  background-color: #0071bc;
  border-radius: 7px;
  margin-inline: auto;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 83px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .conversion-btn__gray div {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .conversion-btn__gray div {
    width: 300px;
    height: 60px;
    font-size: 1.5rem;
    line-height: 60px;
  }
}
.conversion-btn__gray div:hover {
  color: #fff;
  opacity: 0.7;
}
.conversion-btn__gray div::after {
  content: "";
  width: 54px;
  height: 54px;
  background-image: url(../image/conversion-btn-arrow.png);
  background-size: cover;
  position: absolute;
  bottom: -25px;
  right: -25px;
}
.conversion-btn__gray div::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.faq {
  background-color: #fff;
}
.faq .section-title {
  width: 100%;
  padding: 2.2vw 0;
  background-color: #29abe2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .faq .section-title {
    padding: 20px 0;
  }
}
.faq .section-title h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .faq .section-title h2 {
    font-size: 2rem;
  }
}
.faq .section-title p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .faq .section-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .section-title p {
    font-size: 1.5rem;
  }
}
.faq .faq-inner {
  width: 72.2%;
  background-color: #fff;
  margin-inline: auto;
  padding: 60px 40px 80px;
}
@media screen and (max-width: 1024px) {
  .faq .faq-inner {
    width: 95%;
  }
}
@media screen and (max-width: 768px) {
  .faq .faq-inner {
    padding: 60px 20px 60px;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner {
    width: 100%;
    padding: 40px 20px;
  }
}
.faq .faq-inner .faq-inner__WEB {
  margin-top: 140px;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__WEB {
    margin-top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__WEB {
    margin-top: 40px;
  }
}
.faq .faq-inner .faq-inner__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  margin-bottom: 55px;
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__title {
    font-size: 1.75rem;
    margin-bottom: 40px;
  }
}
.faq .faq-inner .faq-inner__block {
  margin-bottom: 50px;
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block {
    margin-bottom: 20px;
  }
}
.faq .faq-inner .faq-inner__block .block__question {
  width: 95.8%;
  margin-inline: auto;
  background-color: #f5fcfe;
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
  margin-bottom: 35px;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__question {
    width: 100%;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question {
    margin-bottom: 0px;
    font-size: 1rem;
  }
}
.faq .faq-inner .faq-inner__block .block__question .block__question-text {
  display: flex;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-text {
    font-size: 1rem;
  }
}
.faq .faq-inner .faq-inner__block .block__question .block__question-text .block__question-top {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.875rem;
  color: #29abe2;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-text .block__question-top {
    margin-right: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-text .block__question-top {
    font-size: 1rem;
  }
}
.faq .faq-inner .faq-inner__block .block__question .block__question-btn {
  display: flex;
  align-items: center;
}
.faq .faq-inner .faq-inner__block .block__question .block__question-btn .question-btn__left {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #29abe2;
  transform: translate(10%) rotate(30deg);
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-btn .question-btn__left {
    width: 20px;
  }
}
.faq .faq-inner .faq-inner__block .block__question .block__question-btn .question-btn__right {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #29abe2;
  transform: translate(-10%) rotate(-30deg);
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question .block__question-btn .question-btn__right {
    width: 20px;
  }
}
.faq .faq-inner .faq-inner__block .block__question.open .block__question-btn {
  display: flex;
  align-items: center;
}
.faq .faq-inner .faq-inner__block .block__question.open .block__question-btn .question-btn__left {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #29abe2;
  transform: translate(10%) rotate(-30deg);
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question.open .block__question-btn .question-btn__left {
    width: 20px;
  }
}
.faq .faq-inner .faq-inner__block .block__question.open .block__question-btn .question-btn__right {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #29abe2;
  transform: translate(-10%) rotate(30deg);
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__question.open .block__question-btn .question-btn__right {
    width: 20px;
  }
}
.faq .faq-inner .faq-inner__block .block__answer {
  display: none;
}
.faq .faq-inner .faq-inner__block .block__answer.open {
  display: block;
}
.faq .faq-inner .faq-inner__block .block__answer .block__answer-inner {
  background-color: #f2f2f2;
  width: 95.8%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding: 20px 15px;
  margin-bottom: 35px;
  font-size: 1.5625rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner {
    width: 100%;
    font-size: 1.25rem;
    gap: 20px;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner {
    font-size: 1rem;
    margin-bottom: 0px;
  }
}
.faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-top {
  font-family: "kozuka-gothic-pr6n", sans-serif;
  font-size: 1.875rem;
  color: #c1272d;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-top {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-top {
    font-size: 1rem;
  }
}
.faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-text {
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.12;
}
@media screen and (max-width: 768px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 480px) {
  .faq .faq-inner .faq-inner__block .block__answer .block__answer-inner .block__answer-text {
    font-size: 1rem;
  }
}

.inquiry .section-title {
  width: 100%;
  padding: 2.2vw 0;
  background-color: #29abe2;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .inquiry .section-title {
    padding: 20px 0;
  }
}
.inquiry .section-title h2 {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (max-width: 480px) {
  .inquiry .section-title h2 {
    font-size: 2rem;
  }
}
.inquiry .section-title p {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 2.375rem;
  font-weight: 500;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .inquiry .section-title p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 480px) {
  .inquiry .section-title p {
    font-size: 1.5rem;
  }
}
.inquiry .inquiry-top {
  width: 100%;
  height: 38.5vw;
  background-image: url(../image/contact.jpg);
  background-size: cover;
  position: relative;
}
.inquiry .inquiry-top .inquiry-top__text {
  font-size: 2.125rem;
  font-weight: 500;
  line-height: 1.55;
  color: #1b1464;
  position: absolute;
  bottom: 30px;
  left: 50px;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry-top .inquiry-top__text {
    font-size: 1rem;
    bottom: 5px;
    left: 20px;
    width: 90%;
  }
}
.inquiry .inquiry-bg {
  background-color: #f2f2f2;
  padding: 140px 0 120px;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry-bg {
    padding: 40px 0 60px;
  }
}
.inquiry .inquiry-bg .inquiry-inner {
  background-color: #fff;
  width: 79.5%;
  margin-inline: auto;
  padding: 10vw 8%;
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner {
    width: 90%;
    padding: 7vw 4%;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from .dropdown-menu_wrapper {
  position: relative;
  width: 100%;
  height: 65px;
  border: 1px solid #29abe2;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1.75rem;
  padding: 0 10px;
  line-height: 65px;
}
@media screen and (max-width: 768px) {
  .inquiry .inquiry-bg .inquiry-inner .from .dropdown-menu_wrapper {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner .from .dropdown-menu_wrapper {
    font-size: 1rem;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from .dropdown-menu_wrapper::after {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 4px solid #29abe2;
  border-right: 4px solid #29abe2;
  height: 30px;
  width: 30px;
  top: 10px;
  right: 50px;
  transform: rotate(135deg);
  pointer-events: none;
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner .from .dropdown-menu_wrapper::after {
    height: 20px;
    width: 20px;
    top: 20px;
    right: 13px;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from .wpcf7-form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
}
.inquiry .inquiry-bg .inquiry-inner .from p label {
  font-family: "source-han-serif-jp-subset", sans-serif;
  font-size: 1.4375rem;
  font-weight: 400;
}
.inquiry .inquiry-bg .inquiry-inner .from p input {
  width: 100%;
  height: 65px;
  border: 1px solid #29abe2;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1.75rem;
  padding: 0 10px;
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner .from p input {
    font-size: 1rem;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from p textarea {
  width: 100%;
  height: 300px;
  border: 1px solid #29abe2;
  border-radius: 2px;
  margin-bottom: 30px;
  margin-top: 10px;
  font-size: 1.75rem;
  padding: 10px 10px;
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner .from p textarea {
    font-size: 1rem;
    height: 200px;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from .submit-btn p input {
  display: block;
  width: 275px;
  height: 97px;
  background-color: #0071bc;
  border-radius: 12px;
  margin-inline: auto;
  font-family: "kozuka-gothic-pr6n", sans-serif;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .inquiry .inquiry-bg .inquiry-inner .from .submit-btn p input {
    width: 50%;
    height: 70px;
    padding-left: 0;
    margin-top: 40px;
    font-size: 2rem;
  }
}
.inquiry .inquiry-bg .inquiry-inner .from .submit-btn p input:hover {
  background-color: #fff;
  color: #0071bc;
  border: 1px solid #0071bc;
}
.inquiry .inquiry-bg .inquiry-inner .from .submit-btn p input input {
  border: none;
}
.inquiry .inquiry-bg .inquiry-inner .from .submit-btn p input span {
  display: none;
}

.btn-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: rgba(24, 34, 17, 0.7);
  z-index: 100;
  padding-top: 65px;
  padding-bottom: 80px;
  display: none;
  width: 100%;
}
@media screen and (max-width: 480px) {
  .btn-fixed {
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}
.btn-fixed .btn-fixed__link {
  width: 485px;
  height: 83px;
  background-color: #0071bc;
  border-radius: 7px;
  margin-inline: auto;
  color: #fff;
  font-size: 2.1875rem;
  font-weight: 700;
  text-align: center;
  line-height: 83px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-fixed .btn-fixed__link {
    width: 430px;
  }
}
@media screen and (max-width: 480px) {
  .btn-fixed .btn-fixed__link {
    width: 300px;
    height: 40px;
    font-size: 1rem;
    line-height: 44px;
  }
}
.btn-fixed .btn-fixed__link:hover {
  color: #fff;
  opacity: 0.7;
}
.btn-fixed .btn-fixed__link::after {
  content: "";
  width: 54px;
  height: 54px;
  background-image: url(../image/conversion-btn-arrow.png);
  background-size: cover;
  position: absolute;
  bottom: -25px;
  right: -25px;
}
@media screen and (max-width: 480px) {
  .btn-fixed .btn-fixed__link::after {
    width: 35px;
    height: 35px;
    bottom: -20px;
    right: -20px;
  }
}
.btn-fixed .btn-fixed__link::before {
  animation: 4s 0s shine linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 100%);
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transform: skewX(-25deg);
  width: 50%;
}
@keyframes shine {
  20% {
    left: 100%;
  }
  100% {
    left: 100%;
  }
}

.footer {
  font-family: "kozuka-gothic-pr6n", sans-serif;
}
@media screen and (max-width: 480px) {
  .footer {
    margin-bottom: 150px;
  }
}
.footer .footer-inner {
  width: 100%;
  padding: 120px 190px 160px;
  display: flex;
  gap: 200px;
  align-items: center;
}
@media screen and (max-width: 1300px) {
  .footer .footer-inner {
    gap: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .footer .footer-inner {
    padding: 100px 50px 80px;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer-inner {
    padding: 20px 20px;
    gap: 10px;
    flex-direction: column;
  }
}
.footer .footer-inner .footer-logo {
  width: 406px;
  height: 78px;
}
@media screen and (max-width: 768px) {
  .footer .footer-inner .footer-logo {
    width: 200px;
    height: 60px;
  }
}
.footer .footer-inner .footer-logo a img {
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer-inner .footer-nav .footer-nav__list {
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.81;
  color: #231815;
  position: relative;
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .footer .footer-inner .footer-nav .footer-nav__list {
    text-align: center;
    font-size: 1rem;
    margin-left: 0px;
  }
}
.footer .footer-inner .footer-nav .footer-nav__list::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 154px;
  background-color: #29abe2;
  position: absolute;
  top: -20px;
  left: -25px;
}
@media screen and (max-width: 768px) {
  .footer .footer-inner .footer-nav .footer-nav__list::before {
    display: none;
  }
}
.footer small {
  font-size: 1.125rem;
  font-weight: 400;
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .footer small {
    font-size: 0.75rem;
    margin-bottom: 20px;
  }
}/*# sourceMappingURL=style.css.map */