@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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;
  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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../../fonts/noto-sans-jp-v52-japanese-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-500 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../../fonts/noto-sans-jp-v52-japanese-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-600 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../../fonts/noto-sans-jp-v52-japanese-600.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../../fonts/noto-sans-jp-v52-japanese-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-800 - japanese */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../../fonts/noto-sans-jp-v52-japanese-800.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-family: "AdventPro-bold";
  src: url("../../fonts/AdventPro-bold.ttf") format("truetype");
}
@font-face {
  font-family: "AdventPro-regular";
  src: url("../../fonts/AdventPro-regular.ttf") format("truetype");
}
html {
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  word-break: break-all;
}
@media (max-width: 1080px) and (min-width: 768px) {
  html {
    font-size: 1.0869565217vw;
  }
}
@media (max-width: 767px) and (min-width: 381px) {
  html {
    font-size: clamp(10px, 10px + (100vw - 390px) * 0.0226811594, 25.65px);
  }
  html .u-sp__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  html {
    font-size: clamp(10px, 10px + (100vw - 375px) * 1.3333333333, 16px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  position: relative;
}

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

#container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-shadow: 0px 1px 20px #000;
          box-shadow: 0px 1px 20px #000;
  position: relative;
}

.content-area {
  width: 100%;
  max-width: 800px;
  width: 100%;
  padding: 3.5rem 2rem 2rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 380px) {
  .content-area {
    padding: 30px 10px 20px;
  }
}
.content-area__features {
  margin-top: -15px;
  padding-top: 0;
  padding-bottom: 0rem;
}
@media (min-width: 768px) {
  .content-area__features {
    padding-top: 0;
    padding-left: 150px;
    padding-right: 150px;
  }
  .content-area__features .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__features {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .content-area__profile {
    padding-top: 50px;
    padding-left: 150px;
    padding-right: 150px;
  }
  .content-area__profile .u-pc__none {
    display: none !important;
  }
}
.content-area__voice {
  padding: 4.3rem 1rem 3rem;
}
@media (min-width: 768px) {
  .content-area__voice {
    padding: 50px 150px;
  }
  .content-area__voice .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__voice {
    padding: 23px 10px 22px;
  }
}
.content-area__strengths {
  padding: 4rem 0 2rem;
}
@media (min-width: 768px) {
  .content-area__strengths {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .content-area__strengths .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__strengths {
    padding: 30px 0 10px;
  }
}
.content-area__service {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: -30px;
}
@media (min-width: 768px) {
  .content-area__service {
    padding: 0 150px;
  }
  .content-area__service .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__service {
    padding-bottom: 0;
  }
}
.content-area__plan {
  padding: 2.7rem 2rem 2rem 2rem;
}
@media (min-width: 768px) {
  .content-area__plan {
    padding: 110px 150px;
  }
  .content-area__plan .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__plan {
    padding: 20px 15px 18px;
  }
}
.content-area__case {
  padding: 4rem 2rem 2.3rem;
}
@media (min-width: 768px) {
  .content-area__case {
    padding: 62px 150px;
  }
  .content-area__case .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__case {
    padding-bottom: 26px;
  }
}
.content-area__purchase {
  padding-top: 4.8rem;
  padding-bottom: 5.8rem;
}
@media (min-width: 768px) {
  .content-area__purchase {
    padding: 40px 150px 80px;
  }
  .content-area__purchase .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .content-area__purchase {
    padding-top: 40px;
  }
}

.bg-man {
  background-image: url("../images/bg-man.jpg");
  background-size: 100% auto;
  aspect-ratio: 390/449;
}
.bg-man__buyer {
  background-image: url("../images/buyer/bg-man-buyer.jpg");
  background-size: 100% auto;
  aspect-ratio: 390/494;
}

.bg-hexagon {
  background-image: url("../images/bg-hexagon-long.jpg");
  background-size: 100% auto;
  background-position: center;
}

.bg-profile {
  background-image: url("../images/bg-profile.jpg");
  background-size: 100% auto;
  background-position: center;
}

.bg-strength {
  background-image: url("../images/bg-strength.jpg");
  background-size: 100% auto;
}
.bg-strength__buyer {
  background-image: url("../images/buyer/bg-strength__buyer.jpg");
}

.bg-service {
  background-image: url("../images/bg-hexagon-short.jpg");
  background-size: 100% auto;
  background-position: center;
}

.bg-blue {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#004097), color-stop(50.5%, #00A5E3), to(#004097));
  background-image: linear-gradient(180deg, #004097 0%, #00A5E3 50.5%, #004097 100%);
}

.bg-skyblue {
  background: rgba(36, 116, 185, 0.1);
}

.bg-logo {
  position: relative;
  background-image: url("../images/bg-logo-back.jpg");
  background-size: 100% auto;
  background-position: center;
  z-index: 0;
}
.bg-logo::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../images/bg-logo-inner.png");
  background-size: 50% auto;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}

.bg-thought {
  background-image: url("../images/buyer/bg-thought.jpg");
  background-size: 100% auto;
  background-position: center;
}

.section-title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto;
}
.section-title__problem {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.section-title__problem span {
  font-size: 3rem;
  color: #004097;
  border-bottom: 2px solid #004097;
  position: relative;
  bottom: 5px;
}
@media (min-width: 768px) {
  .section-title__problem {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .section-title__problem .u-pc__none {
    display: none !important;
  }
  .section-title__problem span {
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .section-title__problem {
    font-size: 16px;
    line-height: 1.6;
  }
  .section-title__problem span {
    font-size: 24px;
  }
}
.section-title__profile {
  color: rgb(36, 116, 185);
  margin-bottom: 2.7rem;
}
.section-title__profile span {
  position: relative;
  display: inline-block;
}
.section-title__profile span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .section-title__profile {
    font-size: 42px;
    margin-bottom: 32px;
  }
  .section-title__profile .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__profile {
    font-size: 24px;
    margin-bottom: 17px;
  }
}
.section-title__voice {
  color: rgb(36, 116, 185);
  margin-bottom: 3rem;
}
.section-title__voice span {
  position: relative;
  display: inline-block;
}
.section-title__voice span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .section-title__voice {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .section-title__voice .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__voice {
    font-size: 24px;
  }
}
.section-title__strengths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 3.8rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .section-title__strengths {
    margin-bottom: 50px;
  }
  .section-title__strengths .u-pc__none {
    display: none !important;
  }
}
.section-title__strengths img {
  width: 24rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .section-title__strengths img {
    width: 340px;
    margin-right: 10px;
  }
  .section-title__strengths img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__strengths img {
    width: 190px;
  }
}
.section-title__strengths span {
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .section-title__strengths span {
    font-size: 34px;
  }
  .section-title__strengths span .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__strengths span {
    font-size: 18px;
  }
}
.section-title__strengths::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.5rem;
  bottom: -8px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  display: block;
}
@media (min-width: 768px) {
  .section-title__strengths::after {
    width: 460px;
  }
  .section-title__strengths::after .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__strengths::after {
    width: 265px;
  }
}
@media (max-width: 380px) {
  .section-title__strengths {
    margin-bottom: 24px;
  }
}
.section-title__service {
  color: rgb(36, 116, 185);
  margin: 1.5rem 0 3rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .section-title__service {
    font-size: 40px;
    margin-top: -38px;
  }
  .section-title__service .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__service {
    font-size: 24px;
  }
}
.section-title__plan {
  color: rgb(255, 255, 255);
  margin-bottom: 2.3rem;
}
@media (min-width: 768px) {
  .section-title__plan {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .section-title__plan .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__plan {
    font-size: 20px;
  }
}
.section-title__purchase {
  margin-left: 5px;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
  letter-spacing: 0.02em;
}
.section-title__purchase span {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 3px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .section-title__purchase {
    font-size: 28px;
    margin-top: 30px;
  }
  .section-title__purchase .u-pc__none {
    display: none !important;
  }
  .section-title__purchase span {
    font-size: 44px;
  }
}
@media (max-width: 380px) {
  .section-title__purchase {
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .section-title__purchase span {
    font-size: 24px;
    letter-spacing: 0.03em;
  }
}

.section-title__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0 auto 4rem;
  color: rgb(36, 116, 185);
}
.section-title__case::before {
  content: " ";
  position: absolute;
  left: 9%;
  top: -50%;
  width: 8rem;
  height: 8rem;
  background-image: url("../images/logo-mugen@2x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .section-title__case::before {
    width: 110px;
    height: 110px;
    left: 10%;
    top: -60%;
  }
  .section-title__case::before .u-pc__none {
    display: none !important;
  }
}
.section-title__case span {
  position: relative;
  display: inline-block;
}
.section-title__case span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .section-title__case {
    margin-bottom: 65px;
    font-size: 42px;
  }
  .section-title__case .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .section-title__case {
    font-size: 24px;
    margin: 0 auto 15px;
  }
  .section-title__case::before {
    content: " ";
    position: absolute;
    left: 9%;
    top: -50%;
    width: 60px;
    height: 60px;
  }
}
.section-title__case span::after {
  bottom: -5px;
}
@media (min-width: 768px) {
  .section-title__case span::after {
    bottom: -10px;
  }
  .section-title__case span::after .u-pc__none {
    display: none !important;
  }
}

h1,
h2,
h3,
a,
p {
  line-height: 1;
}

a {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

h1 {
  font-size: 3rem;
  font-weight: bold;
}

.buyer .section-title {
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto;
}
.buyer .section-title__problem {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.5;
}
.buyer .section-title__problem span {
  font-size: 3rem;
  color: #004097;
  border-bottom: 2px solid #004097;
  position: relative;
  bottom: -3px;
}
@media (min-width: 768px) {
  .buyer .section-title__problem {
    font-size: 32px;
    margin-bottom: 50px;
  }
  .buyer .section-title__problem .u-pc__none {
    display: none !important;
  }
  .buyer .section-title__problem span {
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__problem {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 8px;
  }
  .buyer .section-title__problem span {
    font-size: 24px;
  }
}
.buyer .section-title__features {
  color: rgb(36, 116, 185);
  margin-bottom: 3.8rem;
}
@media (min-width: 768px) {
  .buyer .section-title__features {
    font-size: 42px;
    margin-top: -45px;
    margin-bottom: 50px;
  }
  .buyer .section-title__features .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__features {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.buyer .section-title__profile {
  color: rgb(36, 116, 185);
  margin-bottom: 2.7rem;
}
.buyer .section-title__profile span {
  position: relative;
  display: inline-block;
}
.buyer .section-title__profile span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .buyer .section-title__profile {
    font-size: 42px;
    margin-bottom: 32px;
  }
  .buyer .section-title__profile .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__profile {
    font-size: 23px;
    margin-bottom: 17px;
  }
}
.buyer .section-title__voice {
  color: rgb(36, 116, 185);
  margin-bottom: 3rem;
}
.buyer .section-title__voice span {
  position: relative;
  display: inline-block;
}
.buyer .section-title__voice span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .buyer .section-title__voice {
    font-size: 42px;
    margin-bottom: 50px;
  }
  .buyer .section-title__voice .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__voice {
    font-size: 22px;
  }
}
.buyer .section-title__strengths {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin: 0 auto 4.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 768px) {
  .buyer .section-title__strengths {
    margin-bottom: 50px;
  }
  .buyer .section-title__strengths .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__strengths img {
  width: 24rem;
  margin-right: 1rem;
}
@media (min-width: 768px) {
  .buyer .section-title__strengths img {
    width: 340px;
    margin-right: 10px;
  }
  .buyer .section-title__strengths img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__strengths img {
    width: 190px;
  }
}
.buyer .section-title__strengths span {
  font-size: 2.5rem;
  color: rgb(255, 255, 255);
}
@media (min-width: 768px) {
  .buyer .section-title__strengths span {
    font-size: 34px;
  }
  .buyer .section-title__strengths span .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__strengths span {
    font-size: 18px;
  }
}
.buyer .section-title__strengths::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 32.5rem;
  bottom: -8px;
  height: 1px;
  background-color: rgb(255, 255, 255);
  display: block;
}
@media (min-width: 768px) {
  .buyer .section-title__strengths::after {
    width: 460px;
  }
  .buyer .section-title__strengths::after .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__strengths::after {
    width: 265px;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__strengths {
    margin-bottom: 24px;
  }
}
.buyer .section-title__monetize {
  color: rgb(36, 116, 185);
  margin: -3.6rem 0 2.7rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .buyer .section-title__monetize {
    font-size: 40px;
    margin-top: -38px;
    margin-bottom: 35px;
  }
  .buyer .section-title__monetize .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__monetize {
    font-size: 24px;
    margin-bottom: 1.2rem;
  }
}
.buyer .section-title__plan {
  font-size: 3rem;
}
@media (max-width: 380px) {
  .buyer .section-title__plan {
    font-size: 22px;
    font-weight: 700;
  }
}
@media (min-width: 768px) {
  .buyer .section-title__plan {
    font-size: 40px;
    margin-bottom: 40px;
    margin-top: 10px;
  }
  .buyer .section-title__plan .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 0.2rem auto 4rem;
  color: #2474B9;
}
.buyer .section-title__case::before {
  content: " ";
  position: absolute;
  left: 9%;
  top: -50%;
  width: 8rem;
  height: 8rem;
  background-image: url("../images/logo-mugen@2x.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 768px) {
  .buyer .section-title__case::before {
    width: 110px;
    height: 110px;
    left: 10%;
    top: -60%;
  }
  .buyer .section-title__case::before .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__case span {
  position: relative;
  display: inline-block;
}
.buyer .section-title__case span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 130%;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (min-width: 768px) {
  .buyer .section-title__case {
    margin-bottom: 65px;
    font-size: 42px;
  }
  .buyer .section-title__case .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__case {
    font-size: 24px;
    margin: 0 auto 15px;
  }
  .buyer .section-title__case::before {
    content: " ";
    position: absolute;
    left: 9%;
    top: -50%;
    width: 60px;
    height: 60px;
  }
}
.buyer .section-title__case span::after {
  bottom: -5px;
}
@media (min-width: 768px) {
  .buyer .section-title__case span::after {
    bottom: -10px;
  }
  .buyer .section-title__case span::after .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__purchase {
  margin-left: 5px;
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  z-index: 2;
}
.buyer .section-title__purchase span {
  font-size: 3rem;
  font-weight: 700;
  margin: 0 3px;
  letter-spacing: -0.01em;
}
@media (min-width: 768px) {
  .buyer .section-title__purchase {
    font-size: 28px;
    margin-top: 30px;
  }
  .buyer .section-title__purchase .u-pc__none {
    display: none !important;
  }
  .buyer .section-title__purchase span {
    font-size: 44px;
  }
}
@media (max-width: 380px) {
  .buyer .section-title__purchase {
    font-size: 16px;
  }
  .buyer .section-title__purchase span {
    font-size: 24px;
  }
}
.buyer .section-title__faq {
  color: #2474B9;
  margin-bottom: 4.5rem;
}
.buyer .section-title__faq span {
  position: relative;
  display: inline-block;
}
.buyer .section-title__faq span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 1px;
  background-color: rgb(36, 116, 185);
  display: block;
}
@media (max-width: 380px) {
  .buyer .section-title__faq {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .buyer .section-title__faq {
    font-size: 40px;
    margin-bottom: 70px;
  }
  .buyer .section-title__faq .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__thought {
  color: #2474b9;
}
@media (max-width: 380px) {
  .buyer .section-title__thought {
    font-size: 24px;
    margin-top: 10px;
  }
}
@media (min-width: 768px) {
  .buyer .section-title__thought {
    font-size: 38px;
  }
  .buyer .section-title__thought .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__thought span {
  position: relative;
  display: inline-block;
  margin-top: 2.2rem;
  margin-bottom: 3.3rem;
}
@media (max-width: 380px) {
  .buyer .section-title__thought span {
    margin-bottom: 20px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .buyer .section-title__thought span {
    margin-bottom: 40px;
  }
  .buyer .section-title__thought span .u-pc__none {
    display: none !important;
  }
}
.buyer .section-title__thought span::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 1px;
  background-color: #2474b9;
}
.buyer .content-area__monetize {
  width: 100%;
  max-width: 800px;
  width: 100%;
  padding: 3.5rem 2rem 2rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .buyer .content-area__monetize {
    padding: 20px 150px;
  }
  .buyer .content-area__monetize .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .content-area__monetize {
    padding: 30px 10px 20px;
  }
}
.buyer .content-area__problem {
  padding-top: 3rem;
}
.buyer .content-area__plan {
  padding: 3rem 2rem 2.5rem 2rem;
}
@media (max-width: 380px) {
  .buyer .content-area__plan {
    padding: 2rem 1.5rem;
  }
}
@media (min-width: 768px) {
  .buyer .content-area__plan {
    padding: 30px 150px;
  }
  .buyer .content-area__plan .u-pc__none {
    display: none !important;
  }
}
.buyer .content-area__case {
  padding-bottom: 4rem;
}
@media (max-width: 380px) {
  .buyer .content-area__case {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 380px) {
  .buyer .content-area__purchase {
    padding: 38px 10px;
  }
}
.buyer .content-area__faq {
  padding: 5rem 2rem 2rem;
}
@media (max-width: 380px) {
  .buyer .content-area__faq {
    padding: 40px 20px 0px;
  }
}
@media (min-width: 768px) {
  .buyer .content-area__faq {
    padding: 60px 150px;
  }
  .buyer .content-area__faq .u-pc__none {
    display: none !important;
  }
}
.buyer .content-area__thought {
  padding-top: 2.3rem;
}
@media (max-width: 380px) {
  .buyer .content-area__thought {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 34px;
  }
}
@media (min-width: 768px) {
  .buyer .content-area__thought {
    padding: 40px 150px;
  }
  .buyer .content-area__thought .u-pc__none {
    display: none !important;
  }
}

.fv {
  width: 100%;
  position: relative;
}
.fv-head {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 15px 20px;
  width: auto;
  max-width: 800px;
  width: 100%;
}
.fv-head-logo:first-child {
  margin-right: 1rem;
}
.fv-head-logo img {
  height: 50px;
}
.fv-head-logo-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.buyer .problem__list {
  margin: 0.5rem auto 5rem;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .buyer .problem__list {
    font-size: 30px;
  }
  .buyer .problem__list .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .problem__list {
    font-size: 14px;
    margin-top: 2px;
  }
}
.buyer .problem__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.8rem 0.7rem 1rem 0;
  letter-spacing: 0em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .buyer .problem__item {
    margin-bottom: 50px;
  }
  .buyer .problem__item .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .problem__item {
    margin: 8px;
  }
}
.buyer .problem__item span {
  color: #004097;
}
.buyer .problem__item::before {
  content: "";
  /* 擬似要素のコンテンツを空にする */
  display: inline-block;
  background-image: url(../images/check.png);
  background-size: 2.6rem 2rem;
  width: 2.6rem;
  height: 2.1rem;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .buyer .problem__item::before {
    background-size: 42px 34px;
    width: 42px;
    height: 34px;
    margin-right: 10px;
  }
  .buyer .problem__item::before .u-pc__none {
    display: none !important;
  }
}

.buyer .inverted-triangle {
  position: relative;
  width: 100%;
  height: 5.5rem;
}
.buyer .inverted-triangle::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5.5rem;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(232, 232, 232)), to(rgb(36, 116, 185)));
  background: linear-gradient(to bottom, rgb(232, 232, 232), rgb(36, 116, 185));
  -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
          clip-path: polygon(50% 100%, 0 0, 100% 0);
}
@media (max-width: 380px) {
  .buyer .inverted-triangle::before {
    height: 40px;
  }
}
@media (min-width: 768px) {
  .buyer .inverted-triangle::before {
    height: 80px;
  }
  .buyer .inverted-triangle::before .u-pc__none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .buyer .inverted-triangle {
    height: 80px;
  }
  .buyer .inverted-triangle .u-pc__none {
    display: none !important;
  }
}
.buyer .multiply {
  text-align: center;
  line-height: 1.6;
  padding: 2.5rem 0 4.5rem;
  margin-left: 0.4rem;
}
@media (min-width: 768px) {
  .buyer .multiply {
    padding: 48px 0 56px;
  }
  .buyer .multiply .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .multiply {
    padding: 5px 5px 25px;
  }
}
.buyer .multiply-item,
.buyer .multiply img {
  vertical-align: middle;
  /* インライン要素を垂直方向の中央に揃えます */
  color: rgb(36, 116, 185);
  font-size: 3rem;
  font-weight: 700;
  margin-top: 0.5rem;
  letter-spacing: 0.04em;
}
@media (min-width: 768px) {
  .buyer .multiply-item,
  .buyer .multiply img {
    font-size: 48px;
  }
  .buyer .multiply-item .u-pc__none,
  .buyer .multiply img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .multiply-item,
  .buyer .multiply img {
    font-size: 24px;
  }
}
.buyer .multiply img {
  width: 3rem;
  height: auto;
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .buyer .multiply img {
    width: 48px;
  }
  .buyer .multiply img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .multiply img {
    width: 20px;
    margin: 0 8px;
  }
}
.buyer .multiply-text {
  margin-top: 1rem;
  font-size: 2.3rem;
  font-weight: 700;
}
.buyer .multiply-text span {
  color: #c70000;
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buyer .multiply-text {
    font-size: 36px;
  }
  .buyer .multiply-text .u-pc__none {
    display: none !important;
  }
  .buyer .multiply-text span {
    font-size: 48px;
  }
}
@media (max-width: 380px) {
  .buyer .multiply-text {
    font-size: 18px;
  }
  .buyer .multiply-text span {
    font-size: 24px;
  }
}

.profile-area-img {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (min-width: 768px) {
  .profile-area-img {
    padding: 20px;
  }
  .profile-area-img .u-pc__none {
    display: none !important;
  }
}
.profile-area-text {
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  padding: 0 0.9rem 0 1rem;
}
.profile-area-text p {
  line-height: 1.8;
}
@media (min-width: 768px) {
  .profile-area-text {
    padding: 0 20px;
    font-size: 22px;
    line-height: 1.2;
  }
  .profile-area-text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .profile-area-text {
    font-size: 13px;
  }
}

.buyer .profile-area-img {
  width: 100%;
  margin-bottom: 1rem;
  padding: 1rem;
}
@media (max-width: 380px) {
  .buyer .profile-area-img {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .buyer .profile-area-img {
    padding: 20px;
  }
  .buyer .profile-area-img .u-pc__none {
    display: none !important;
  }
}
.buyer .profile-area-text {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  padding: 0 0.9rem 0 1rem;
}
.buyer .profile-area-text p {
  line-height: 1.87;
}
@media (min-width: 768px) {
  .buyer .profile-area-text {
    padding: 0 20px;
    font-size: 22px;
  }
  .buyer .profile-area-text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .profile-area-text {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

.section-title-voice {
  font-size: 2.5rem;
  margin: 5rem auto 1rem;
  color: rgb(0, 64, 181);
}

.voice-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 30px;
  overflow: visible;
}
.voice-area-img {
  width: 31rem;
  margin: auto;
  padding: 0;
}
.voice-area-text {
  font-size: 1.6rem;
  font-weight: bold;
}
.voice-area-text p {
  line-height: 1.6;
}

.voice-area .swiper {
  min-height: 115px; /* 適切な高さに調整してください */
}

.voice-swiper-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  margin: 1rem 0;
}
.voice-swiper-flex-link {
  position: relative;
  width: 31rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .voice-swiper-flex-link {
    width: 430px;
  }
  .voice-swiper-flex-link .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .voice-swiper-flex-link {
    width: 250px;
  }
}
.voice-swiper-flex-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  z-index: -1;
}
.voice-swiper-flex-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.voice-swiper-flex-img picture {
  width: 31rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  .voice-swiper-flex-img picture {
    width: 430px;
  }
  .voice-swiper-flex-img picture .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .voice-swiper-flex-img picture {
    width: 250px;
  }
}
.voice-swiper-flex-img picture img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.voice-swiper-flex-textbox {
  padding: 2rem;
}
.voice-swiper-flex-textbox-head {
  color: rgb(0, 64, 181);
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.voice-swiper-flex-textbox-text {
  font-size: 1.6rem;
  line-height: 1.6;
}

/* 幅・高さを指定 */
.swiper-button-prev,
.swiper-button-next {
  height: 50px;
  width: 30px;
  position: absolute;
  top: 200px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 100px;
    width: 60px;
  }
  .swiper-button-prev .u-pc__none,
  .swiper-button-next .u-pc__none {
    display: none !important;
  }
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  height: 40px;
  width: 30px;
  margin: auto;
}
@media (min-width: 768px) {
  .swiper-button-prev:after,
  .swiper-button-next:after {
    height: 80px;
    width: 60px;
  }
  .swiper-button-prev:after .u-pc__none,
  .swiper-button-next:after .u-pc__none {
    display: none !important;
  }
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-next {
  right: 0;
}

.swiper-pagination {
  bottom: -30px !important;
}

.swiper-pagination-bullet-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.strengths-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .strengths-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .strengths-area .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.strengths-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  margin: 2rem 2rem 3rem 2rem;
}
@media (min-width: 768px) {
  .strengths-item {
    margin: 20px 20px 50px 20px;
  }
  .strengths-item .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item {
    margin: 20px 20px 15px 20px;
  }
}
.strengths-item__textarea {
  margin-left: -50px;
}
.strengths-item__title {
  color: rgb(36, 116, 185);
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 0.8rem;
  position: relative;
  width: 300%;
}
.strengths-item__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid rgb(36, 116, 185);
  width: 100%;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .strengths-item__title {
    font-size: 26px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
  }
  .strengths-item__title .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item__title {
    font-size: 16px;
  }
}
.strengths-item__text {
  position: absolute;
  bottom: 1.6rem;
  padding-right: 2.3rem;
  z-index: 1;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .strengths-item__text {
    font-size: 22px;
    letter-spacing: -0.05em;
    line-height: 1.5;
    padding: 0 20px 10px 5px;
  }
  .strengths-item__text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item__text {
    font-size: 13px;
  }
}
.strengths-item__even {
  margin-bottom: 1.6rem;
}
.strengths-item__even__title {
  width: 100%;
}
.strengths-item__even__title::after {
  left: 25%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  max-width: 1080px;
}
@media (min-width: 768px) {
  .strengths-item__even__title::after {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    max-width: 800px;
  }
  .strengths-item__even__title::after .u-pc__none {
    display: none !important;
  }
}
.strengths-item__even__text {
  padding-right: 2.3rem;
}
@media (max-width: 380px) {
  .strengths-item__even__text {
    padding-right: 20px;
    margin-bottom: -10px;
    margin-right: 5px;
  }
}
.strengths-item__even .strengths-item-img {
  left: -4rem;
  right: auto;
}
@media (min-width: 768px) {
  .strengths-item__even .strengths-item-img {
    left: -45px;
  }
  .strengths-item__even .strengths-item-img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item__even .strengths-item-img {
    width: 260px;
    left: -35px;
  }
}

.strengths-item__textarea {
  position: relative;
  width: 34rem;
  height: 35rem;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  padding: 22rem 2rem 2rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .strengths-item__textarea {
    width: 475px;
    height: 490px;
    padding: 310px 20px 20px 40px;
    top: 10px;
    left: -10px;
  }
  .strengths-item__textarea .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item__textarea {
    width: 280px;
    height: 280px;
    padding: 170px 10px 10px 32px;
  }
}

.strengths-item__even__textarea {
  padding-left: 2rem;
  left: 5rem;
  margin-top: 0.15rem;
}
@media (min-width: 768px) {
  .strengths-item__even__textarea {
    left: 60px;
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 5px;
  }
  .strengths-item__even__textarea .u-pc__none {
    display: none !important;
  }
}

.strengths-item-img {
  position: absolute;
  width: 33rem;
  top: -2rem;
  left: 1rem;
  z-index: 2;
  margin: 0 2rem;
}
@media (min-width: 768px) {
  .strengths-item-img {
    top: -25px;
    width: 462px;
    left: 25px;
  }
  .strengths-item-img .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .strengths-item-img {
    width: 260px;
    left: 1.5rem;
  }
}

.buyer .strengths-item__title {
  margin-top: 2px;
}
@media (min-width: 768px) {
  .buyer .strengths-item {
    margin-bottom: 20px;
  }
  .buyer .strengths-item .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .strengths-item__textarea--1st {
    height: 270px;
    margin-top: 5px;
  }
  .buyer .strengths-item__textarea--1st img {
    width: 250px;
    left: 20px;
    top: -15px;
  }
  .buyer .strengths-item__textarea--2nd {
    height: 270px;
    margin-top: 5px;
    margin-bottom: 20px img;
    margin-bottom-width: 250px;
    margin-bottom-left: -30px;
    margin-bottom-top: -15px;
  }
  .buyer .strengths-item__textarea--3rd {
    height: 260px;
    margin-top: -5px;
    padding-top: 155px;
  }
  .buyer .strengths-item__textarea--3rd img {
    width: 250px;
    left: 20px;
    top: -20px;
  }
  .buyer .strengths-item__textarea--4th {
    height: 265px;
    margin-top: 5px;
    padding-top: 165px;
  }
  .buyer .strengths-item__textarea--4th img {
    width: 250px;
    left: -30px;
    top: -15px;
  }
}
.buyer .strengths-item__even__text {
  padding-right: 10px;
  padding-left: 5px;
}
@media (max-width: 380px) {
  .buyer .strengths-item__even__text {
    margin-top: 15px;
    padding-right: 2px;
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .buyer .strengths-item__even__text {
    margin-top: 10px;
    padding-right: 5px;
    padding-bottom: 0;
    padding-left: 5px;
  }
  .buyer .strengths-item__even__text .u-pc__none {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .strengths-item--3rd {
    margin-top: 12px;
  }
  .strengths-item--3rd .u-pc__none {
    display: none !important;
  }
}
.strengths-item--3rd .strengths-item__textarea {
  margin-top: 1.2rem;
}

.strengths-item--2nd .strengths-item__even__textarea {
  height: 29.8rem;
}
@media (max-width: 380px) {
  .strengths-item--2nd .strengths-item__even__textarea {
    height: 229px;
    letter-spacing: -0.01em;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .strengths-item--2nd .strengths-item__even__textarea {
    height: 415px;
    margin-top: 27px;
    margin-bottom: 25px;
  }
  .strengths-item--2nd .strengths-item__even__textarea .u-pc__none {
    display: none !important;
  }
}
.strengths-item--2nd .strengths-item__even__title {
  margin-left: 10px;
}
@media (max-width: 380px) {
  .strengths-item--2nd .strengths-item__even__title {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .strengths-item__even__textarea .strengths-item__text:last-of-type {
    padding-right: 50px;
  }
  .strengths-item__even__textarea .strengths-item__text:last-of-type .u-pc__none {
    display: none !important;
  }
}

.plan__card {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 0 2rem;
  margin: 2rem 0 0;
}
@media (min-width: 768px) {
  .plan__card {
    padding: 30px 20px 13px;
    margin: 5px;
  }
  .plan__card .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .plan__card {
    padding: 2rem 1rem 0.4rem 2rem;
  }
}

.price-line-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.price-line-container .base-price {
  margin: 2.5rem 1rem 0 0.5rem;
  font-size: 1.8rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .price-line-container .base-price {
    font-size: 26px;
    margin: 32px 20px 0 5px;
  }
  .price-line-container .base-price .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .price-line-container .base-price {
    margin: 20px 10px 0 0;
    font-size: 17px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .price-line-container .base-price {
    font-size: 16px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .price-line-container .base-price {
    margin: 15px 10px 0 0;
    font-size: 14px;
  }
}
.price-line-container .line {
  margin-top: 2.5rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 1px;
  background-color: #000;
}
@media (min-width: 768px) {
  .price-line-container .line {
    margin-top: 30px;
  }
  .price-line-container .line .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .price-line-container .line {
    margin-top: 15px;
  }
}

.limited-plan {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.limited-plan__icon {
  position: relative;
  width: 22rem;
  top: -11%;
  left: -5%;
}
@media (min-width: 768px) {
  .limited-plan__icon {
    left: 0;
    width: 300px;
  }
  .limited-plan__icon .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .limited-plan__icon {
    margin-top: -2px;
    width: 200px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .limited-plan__icon {
    margin-top: -2px;
    width: 190px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__icon {
    margin-top: 0px;
    margin-left: -2px;
    width: 166px;
  }
}
.limited-plan__later {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.limited-plan__later--days {
  font-size: 1.7rem;
  font-weight: 700;
  background: #fdf2ba;
  color: #a6800d;
  margin: -1rem 0.5rem 0 -3.2rem;
  padding: 0.5rem;
  text-align: center;
}
@media (min-width: 768px) {
  .limited-plan__later--days {
    font-size: 24px;
    width: 160px;
    padding: 10px;
    margin: -20px 10px 0 -30px;
  }
  .limited-plan__later--days .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .limited-plan__later--days {
    font-size: 14px;
    margin: -2px 5px 5px -30px;
    width: 100px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .limited-plan__later--days {
    font-size: 14px;
    margin: -10px 5px 4px -30px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__later--days {
    font-size: 13px;
    margin: 6px 5px 4px -30px;
  }
}
.limited-plan__later--price {
  margin: 0.5rem -0.5rem 0 -3rem;
  padding: 0.5rem 0;
  color: rgb(36, 116, 185);
  font-size: 1.8rem;
  font-weight: 700;
}
.limited-plan__later--price span {
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .limited-plan__later--price {
    margin-left: -20px;
    font-size: 28px;
    letter-spacing: 0;
  }
  .limited-plan__later--price .u-pc__none {
    display: none !important;
  }
  .limited-plan__later--price span {
    font-size: 30px;
  }
}
@media (max-width: 380px) {
  .limited-plan__later--price {
    margin: -3px 0px 0 -30px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .limited-plan__later--price span {
    font-size: 24px;
  }
}
@media (max-width: 380px) and (max-width: 345px) and (min-width: 321px) {
  .limited-plan__later--price {
    margin: -5px 0px 0 -40px;
    font-size: 16px;
    letter-spacing: 0.02em;
  }
  .limited-plan__later--price span {
    font-size: 24px;
  }
}
@media (max-width: 380px) and (max-width: 320px) and (min-width: 300px) {
  .limited-plan__later--price {
    margin: -5px 0px 5px -25px;
    font-size: 13px;
    letter-spacing: 0.02em;
  }
  .limited-plan__later--price span {
    font-size: 20px;
  }
}

.plan__card {
  background: rgb(255, 255, 255);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 2rem 2rem 0.7rem 2rem;
  margin: 2.3rem 0 0;
}
@media (min-width: 768px) {
  .plan__card {
    padding: 30px 20px 13px;
    margin: 5px;
  }
  .plan__card .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .plan__card {
    padding: 22px 10px 20px 20px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .plan__card {
    padding: 22px 10px 20px 20px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .plan__card {
    padding: 22px 10px 20px 20px;
  }
}

.plan__card--logoarea {
  margin-bottom: -0.7rem;
  width: 30rem;
}
@media (max-width: 380px) {
  .plan__card--logoarea {
    width: 270px;
  }
}
@media (min-width: 768px) {
  .plan__card--logoarea {
    width: 420px;
  }
  .plan__card--logoarea .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .plan__card--logoarea {
    width: 260px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .plan__card--logoarea {
    width: 230px;
    margin-top: -5px;
    margin-bottom: 3px;
  }
}

.limited-plan__function,
.limited-plan__benefits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem;
}
@media (max-width: 380px) {
  .limited-plan__function,
  .limited-plan__benefits {
    margin-top: -13px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .limited-plan__function,
  .limited-plan__benefits {
    margin-top: -17px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__function,
  .limited-plan__benefits {
    margin-top: -6px;
  }
}
.limited-plan__function--title,
.limited-plan__benefits--title {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin: -1.1rem 0 1.4rem 0.6rem;
  background: rgb(36, 116, 185);
  color: rgb(255, 255, 255);
  padding: 1.3rem 1.2rem 1.5rem 1.2rem;
}
@media (min-width: 768px) {
  .limited-plan__function--title,
  .limited-plan__benefits--title {
    margin: -12px 0 20px 16px;
    padding: 18px 16px;
    font-size: 24px;
  }
  .limited-plan__function--title .u-pc__none,
  .limited-plan__benefits--title .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .limited-plan__function--title,
  .limited-plan__benefits--title {
    margin: 2px 0 14px 5px;
    padding: 13px 13px;
    font-size: 13px;
  }
}
@media (max-width: 345px) and (min-width: 321px) {
  .limited-plan__function--title,
  .limited-plan__benefits--title {
    margin: -4px 0 5px 2px;
    padding: 13px 13px;
    font-size: 13px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__function--title,
  .limited-plan__benefits--title {
    margin: 0 0 8px 0;
    padding: 10px 10px;
    font-size: 12px;
  }
}
.limited-plan__function--text,
.limited-plan__benefits--text {
  margin: -1rem 0 1.4rem 1.5rem;
  color: rgb(36, 116, 185);
  font-weight: 600;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .limited-plan__function--text,
  .limited-plan__benefits--text {
    font-size: 25px;
    margin-left: 25px;
  }
  .limited-plan__function--text .u-pc__none,
  .limited-plan__benefits--text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .limited-plan__function--text,
  .limited-plan__benefits--text {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
  }
}
@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__function--text,
  .limited-plan__benefits--text {
    margin-bottom: 0;
    font-size: 14px;
  }
}

@media (max-width: 320px) and (min-width: 300px) {
  .limited-plan__function {
    margin-top: -10px;
  }
}

.limited-plan__benefits {
  margin-bottom: 0;
}
@media (max-width: 380px) {
  .limited-plan__benefits--title {
    margin-top: 0;
    margin-top: 0;
  }
}

.buyer .case__example {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.buyer .case__example--icon {
  width: 7rem;
  height: 7rem;
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.buyer .case__example--icon img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .buyer .case__example--icon {
    width: 100px;
    height: 100px;
  }
  .buyer .case__example--icon .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .case__example--icon {
    width: 50px;
    height: 50px;
  }
}
.buyer .case__example--text {
  color: rgb(0, 64, 181);
  background-color: rgba(36, 116, 185, 0.3);
  width: 100%;
  margin: 3rem 0 2.5rem 2rem;
  padding: 0.5rem 2rem 0.5rem 0;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 380px) {
  .buyer .case__example--text {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .buyer .case__example--text {
    font-size: 24px;
    padding: 5px 0 5px 90px;
    margin: 30px 5px 20px 60px;
    text-align: left;
  }
  .buyer .case__example--text .u-pc__none {
    display: none !important;
  }
}
.buyer .case__example--famale {
  margin-top: 1.3rem;
}
@media (min-width: 768px) {
  .buyer .case__example--famale {
    margin-top: 35px;
  }
  .buyer .case__example--famale .u-pc__none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .buyer .case__example--content {
    margin-top: 15px;
  }
  .buyer .case__example--content .u-pc__none {
    display: none !important;
  }
}

.content-area__purchase {
  position: relative;
  z-index: 1;
}

.purchase__plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.purchase__rimited--text {
  text-align: center;
  margin-top: 3.5rem;
  color: rgb(255, 255, 255);
  z-index: 10;
}
@media (min-width: 768px) {
  .purchase__rimited--text {
    margin-top: 53px;
  }
  .purchase__rimited--text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .purchase__rimited--text {
    margin-top: 28px;
  }
}
.purchase__rimited--text .underline {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
}
@media (min-width: 768px) {
  .purchase__rimited--text .underline {
    font-size: 30px;
  }
  .purchase__rimited--text .underline .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .purchase__rimited--text .underline {
    font-size: 16px;
  }
}
.purchase__rimited--text .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 1px;
  background-color: white;
  display: block;
}
@media (max-width: 380px) {
  .purchase__rimited--text .underline::after {
    bottom: 0;
  }
}

.buyer .purchase__rimited--text {
  text-align: center;
  margin-top: 4.2rem;
  color: rgb(255, 255, 255);
  z-index: 10;
}
@media (min-width: 768px) {
  .buyer .purchase__rimited--text {
    margin-top: 53px;
  }
  .buyer .purchase__rimited--text .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .purchase__rimited--text {
    margin-top: 25px;
  }
}
.buyer .purchase__rimited--text .underline {
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.11em;
}
@media (min-width: 768px) {
  .buyer .purchase__rimited--text .underline {
    font-size: 26px;
  }
  .buyer .purchase__rimited--text .underline .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .purchase__rimited--text .underline {
    font-size: 14px;
  }
}
.buyer .purchase__rimited--text .underline::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -12px;
  height: 1px;
  background-color: white;
  display: block;
}
@media (max-width: 380px) {
  .buyer .purchase__rimited--text .underline::after {
    bottom: 0;
  }
}
.buyer .purchase__rimited--text .highlight {
  font-size: 2.3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buyer .purchase__rimited--text .highlight {
    font-size: 32px;
  }
  .buyer .purchase__rimited--text .highlight .u-pc__none {
    display: none !important;
  }
}
.buyer .purchase__rimited--text .highlight::after {
  display: none;
}
@media (max-width: 380px) {
  .buyer .purchase__rimited--text .highlight {
    font-size: 18px;
  }
}

.buyer .faq-table {
  margin-bottom: 17px;
}
@media (max-width: 380px) {
  .buyer .faq-table {
    margin-left: -5px;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .buyer .faq-table {
    margin-bottom: 25px;
    margin-left: -15px;
  }
  .buyer .faq-table .u-pc__none {
    display: none !important;
  }
}
.buyer .faq__content {
  margin-bottom: 2rem;
  margin-left: 1.2rem;
}
.buyer .faq__content table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
}
@media (max-width: 380px) {
  .buyer .faq__content {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .buyer .faq__content {
    margin-left: 32px;
  }
  .buyer .faq__content .u-pc__none {
    display: none !important;
  }
}
.buyer .a__head,
.buyer .q__head {
  width: 1.4rem;
}
@media (max-width: 380px) {
  .buyer .a__head,
  .buyer .q__head {
    width: 10px;
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  .buyer .a__head,
  .buyer .q__head {
    width: 20px;
  }
  .buyer .a__head .u-pc__none,
  .buyer .q__head .u-pc__none {
    display: none !important;
  }
}
.buyer .q__text {
  color: #2474B9;
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: 1.4rem;
}
@media (max-width: 380px) {
  .buyer .q__text {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .buyer .q__text {
    font-size: 24px;
  }
  .buyer .q__text .u-pc__none {
    display: none !important;
  }
}
.buyer .a__text {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 600;
  padding-left: 1.4rem;
}
@media (max-width: 380px) {
  .buyer .a__text {
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .buyer .a__text {
    font-size: 22px;
    padding-top: 0;
  }
  .buyer .a__text .u-pc__none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .buyer .u-pc__none {
    display: none !important;
  }
  .buyer .q__head img,
  .buyer .a__head img {
    display: block;
    margin-top: 10px;
    height: 36px;
    width: 36px;
  }
  .buyer .q__head,
  .buyer .a__head {
    text-align: center;
  }
  .buyer .q__text,
  .buyer .a__text {
    vertical-align: middle;
  }
}

@media (min-width: 768px) {
  .profile-area-img {
    width: 100%;
    padding: 0;
  }
  .profile-area-img .u-pc__none {
    display: none !important;
  }
}

.thought__textarea {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 0.5rem 1rem;
  line-height: 1.6;
}
@media (max-width: 380px) {
  .thought__textarea {
    margin-top: 5px;
    font-size: 13px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .thought__textarea {
    left: 5px;
    margin-top: -10px;
    font-size: 22px;
    padding-left: 20px;
    letter-spacing: 0.02em;
  }
  .thought__textarea .u-pc__none {
    display: none !important;
  }
}
.thought__textarea span {
  font-weight: 700;
  color: #2474B9;
}

.paragraph {
  margin-bottom: 0.8rem;
}
@media (min-width: 768px) {
  .paragraph {
    margin-bottom: 12px;
  }
  .paragraph .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .paragraph {
    margin-bottom: 5px;
  }
}

.c-purchase {
  z-index: 1;
}
.c-purchase-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.8;
  color: rgb(255, 255, 255);
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
  font-size: 1.8rem;
  font-weight: 700;
  z-index: 99;
}
@media (max-width: 380px) {
  .c-purchase-button {
    font-size: 1.2rem;
  }
}
.c-purchase-button-head {
  background: -webkit-gradient(linear, right top, left top, from(#D10000), color-stop(50.2%, #FF6464), to(#C70000));
  background: linear-gradient(270deg, #D10000 0%, #FF6464 50.2%, #C70000 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #9F1E1E;
          box-shadow: 0px 4px 0px 0px #9F1E1E;
  width: 16rem;
  height: 4rem;
  position: fixed;
  top: 15px;
}
@media (max-width: 767px) {
  .c-purchase-button-head {
    width: 80%;
    height: 50px;
    bottom: 5px;
    top: auto;
    left: 20%;
    right: 20%;
    background: -webkit-gradient(linear, right top, left top, from(#D10000), color-stop(50.2%, #FF6464), to(#C70000));
    background: linear-gradient(270deg, #D10000 0%, #FF6464 50.2%, #C70000 100%);
    -webkit-box-shadow: 0px 4px 0px 0px #9F1E1E;
            box-shadow: 0px 4px 0px 0px #9F1E1E;
    font-size: 2rem;
    left: 50%;
    right: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  .c-purchase-button-head {
    font-size: 20px;
  }
}
@media (min-width: 375px) and (max-width: 799px) {
  .c-purchase-button-head {
    right: 17px;
  }
}
@media (min-width: 768px) {
  .c-purchase-button-head {
    font-size: 23px;
    width: 228px;
    height: 53px;
    top: 8px;
    right: 17px;
    right: calc(50% - 400px + 17px);
  }
  .c-purchase-button-head .u-pc__none {
    display: none !important;
  }
}
.c-purchase-button-red {
  background: -webkit-gradient(linear, right top, left top, from(#D10000), color-stop(50.2%, #FF6464), to(#C70000));
  background: linear-gradient(270deg, #D10000 0%, #FF6464 50.2%, #C70000 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #9F1E1E;
          box-shadow: 0px 4px 0px 0px #9F1E1E;
  width: 100%;
  font-size: 3rem;
  font-weight: 700;
  padding: 1rem 0 0.5rem;
}
@media (min-width: 768px) {
  .c-purchase-button-red {
    font-size: 42px;
  }
  .c-purchase-button-red .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .c-purchase-button-red {
    width: 260px;
    margin-top: -5px;
    font-size: 24px;
    padding: 1rem 0 0.5rem;
  }
}

@media (max-width: 767px) {
  .c-btn-bg {
    content: "";
    position: fixed;
    height: 60px;
    bottom: 0px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
    pointer-events: none;
  }
}

.buyer .c-features-card {
  background: rgb(255, 255, 255);
  z-index: 1;
  margin: 0 auto 2rem;
  padding: 1rem 2rem 1.8rem;
  position: relative;
}
@media (min-width: 376px) and (max-width: 389px) {
  .buyer .c-features-card {
    padding-right: 10px;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card {
    padding: 0rem 2rem 2rem;
  }
}
@media (min-width: 768px) {
  .buyer .c-features-card {
    padding: 20px 32px 32px;
  }
  .buyer .c-features-card .u-pc__none {
    display: none !important;
  }
}
.buyer .c-features-card::before {
  content: "";
  position: absolute;
  top: 0px;
  /* 上辺からのオフセット */
  left: 0px;
  /* 左辺からのオフセット */
  right: 0px;
  /* 右辺からのオフセット */
  bottom: 0px;
  /* 下辺からのオフセット */
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  /* 影の設定 */
  z-index: -1;
  /* 要素の下に配置 */
}
.buyer .c-tryangle,
.buyer .c-tryangle__top,
.buyer .c-tryangle__bottom {
  width: 100%;
}
.buyer .c-tryangle__top {
  top: 0;
}
.buyer .c-tryangle__bottom {
  bottom: 0;
}
.buyer .c-features-card__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.buyer .c-features-card__textarea--tab {
  width: 8rem;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--tab {
    width: 110px;
    top: -20px;
    left: 0;
  }
  .buyer .c-features-card__textarea--tab .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card__textarea--tab {
    position: absolute;
    width: 60px;
    top: -10px;
    left: 0;
  }
}
.buyer .c-features-card__textarea--text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding-left: 60px;
}
.buyer .c-features-card__textarea--text span {
  color: rgb(36, 116, 185);
  font-size: 3rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--text {
    font-size: 27px;
    margin-bottom: 0;
    margin-top: -5px;
    margin-left: 95px;
    padding-left: 20%;
  }
  .buyer .c-features-card__textarea--text .u-pc__none {
    display: none !important;
  }
  .buyer .c-features-card__textarea--text span {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card__textarea--text {
    font-size: 16px;
    margin-top: 15px;
    padding-left: 20%;
  }
  .buyer .c-features-card__textarea--text span {
    font-size: 22px;
  }
}
.buyer .c-features-card__textarea--text--2nd {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.01em;
  margin-top: -0.6rem;
  margin-right: -0.9rem;
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--text--2nd {
    margin-left: 85px;
    font-size: 26px;
    margin-bottom: 0px;
    margin-right: -10px;
    margin-top: -10px;
    line-height: 1.5;
  }
  .buyer .c-features-card__textarea--text--2nd .u-pc__none {
    display: none !important;
  }
  .buyer .c-features-card__textarea--text--2nd span {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card__textarea--text--2nd {
    font-size: 14px;
    margin-top: 10px;
  }
}
.buyer .c-features-card__textarea--text--3rd {
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
  margin-top: 0.7rem;
  margin-right: -0.5rem;
}
.buyer .c-features-card__textarea--text--3rd span {
  font-size: 2.5rem;
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--text--3rd {
    margin-left: 82px;
    font-size: 26px;
    margin-bottom: 4px;
    letter-spacing: -0.05em;
    margin-right: -10px;
    margin-top: -10px;
  }
  .buyer .c-features-card__textarea--text--3rd .u-pc__none {
    display: none !important;
  }
  .buyer .c-features-card__textarea--text--3rd span {
    font-size: 40px;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card__textarea--text--3rd {
    font-size: 14px;
  }
  .buyer .c-features-card__textarea--text--3rd span {
    font-size: 20px;
  }
}
.buyer .c-features-card__textarea--text--4th {
  font-size: 2rem;
  margin-bottom: 0;
  padding-top: 0.4rem;
}
.buyer .c-features-card__textarea--text--4th span {
  font-size: 2.8rem;
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--text--4th {
    margin-left: 90px;
    margin-top: 0;
    font-size: 30px;
    margin-bottom: 4px;
    letter-spacing: -0.05em;
    margin-top: -15px;
    font-size: 28px;
  }
  .buyer .c-features-card__textarea--text--4th .u-pc__none {
    display: none !important;
  }
  .buyer .c-features-card__textarea--text--4th span {
    font-size: 38px;
  }
}
@media (max-width: 380px) {
  .buyer .c-features-card__textarea--text--4th {
    font-size: 15px;
  }
  .buyer .c-features-card__textarea--text--4th span {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  .buyer .c-features-card__textarea--text {
    padding-left: 0;
  }
  .buyer .c-features-card__textarea--text .u-pc__none {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .buyer .c-features-card__imagearea {
    margin-right: 10px;
  }
  .buyer .c-features-card__imagearea .u-pc__none {
    display: none !important;
  }
}
.buyer .c-features-card__imagearea--flow {
  margin: 0 0.5rem;
}
@media (min-width: 768px) {
  .buyer .c-features-card__imagearea--flow {
    margin-right: 20px;
  }
  .buyer .c-features-card__imagearea--flow .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card {
  background: rgb(255, 255, 255);
  z-index: 1;
  margin: 0 auto 2rem;
  padding: 1.2rem 2rem 2rem;
  position: relative;
  margin-bottom: 3rem;
}
.buyer .c-monetize-card--2nd {
  padding-bottom: 1.5rem;
}
@media (max-width: 380px) {
  .buyer .c-monetize-card {
    padding: 0rem 15px 20px;
    margin-bottom: 15px;
    margin-top: 15px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 1.5;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card {
    padding: 20px 32px 32px;
  }
  .buyer .c-monetize-card .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card::before {
  content: "";
  position: absolute;
  top: 0px;
  /* 上辺からのオフセット */
  left: 0px;
  /* 左辺からのオフセット */
  right: 0px;
  /* 右辺からのオフセット */
  bottom: 0px;
  /* 下辺からのオフセット */
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  /* 影の設定 */
  z-index: -1;
  /* 要素の下に配置 */
}
.buyer .c-tryangle,
.buyer .c-tryangle__top,
.buyer .c-tryangle__bottom {
  width: 100%;
}
.buyer .c-tryangle__top {
  top: 0;
}
.buyer .c-tryangle__bottom {
  bottom: 0;
}
.buyer .c-monetize-card__textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 0.5rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.buyer .c-monetize-card__textarea--tab {
  width: 8rem;
  position: absolute;
  top: -1.5rem;
  left: -0.5rem;
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__textarea--tab {
    width: 110px;
    top: -20px;
    left: 0;
  }
  .buyer .c-monetize-card__textarea--tab .u-pc__none {
    display: none !important;
  }
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__textarea--tab {
    position: absolute;
    width: 60px;
    top: -10px;
    left: 0;
  }
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__imagearea--img {
    margin-top: -5px;
    padding: 0 5px;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__imagearea--img {
    padding-right: 10x;
    margin-right: 10px;
  }
  .buyer .c-monetize-card__imagearea--img .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card__textarea--text {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.5;
  width: 100%;
  padding-left: 20%;
}
.buyer .c-monetize-card__textarea--text span {
  color: rgb(36, 116, 185);
  font-size: 2.5rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__textarea--text {
    font-size: 27px;
    margin-bottom: 13px;
    margin-left: 0;
  }
  .buyer .c-monetize-card__textarea--text .u-pc__none {
    display: none !important;
  }
  .buyer .c-monetize-card__textarea--text span {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__textarea--text {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
  .buyer .c-monetize-card__textarea--text span {
    font-size: 20px;
  }
}
.buyer .c-monetize-card__textarea--text--2nd {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__textarea--text--2nd {
    margin-left: 0px;
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 90px;
    margin-right: -5px;
  }
  .buyer .c-monetize-card__textarea--text--2nd .u-pc__none {
    display: none !important;
  }
  .buyer .c-monetize-card__textarea--text--2nd span {
    font-size: 35px;
  }
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__textarea--text--2nd {
    font-size: 14px;
    margin-top: 10px;
  }
}
.buyer .c-monetize-card__content--text {
  margin-top: 1.5rem;
  font-size: 1.6rem;
  letter-spacing: -0.02em;
  line-height: 1.5;
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__content--text {
    font-size: 16px;
    margin-top: 10px;
    margin-left: 8px;
    letter-spacing: 0.01em;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__content--text {
    font-size: 22px;
    letter-spacing: 0.03em;
  }
  .buyer .c-monetize-card__content--text .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card__buttonarea {
  margin-top: 1.5rem;
  width: 31rem;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#00C808), to(#08520B));
  background: linear-gradient(180deg, #00C808 0%, #08520B 100%);
  -webkit-box-shadow: 0px 4px 0px 0px #03320C;
          box-shadow: 0px 4px 0px 0px #03320C;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 20px;
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__buttonarea {
    width: 260px;
    font-size: 15px;
    margin-top: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    margin: 10px auto;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__buttonarea {
    margin-top: 30px;
    width: 430px;
    height: 70px;
    font-size: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }
  .buyer .c-monetize-card__buttonarea .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card__text--bottom {
  font-size: 1.6rem;
  font-weight: 400;
  margin-top: 1rem;
  line-height: 1.5;
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__text--bottom {
    font-size: 14px;
    letter-spacing: 0.02em;
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__text--bottom {
    margin-top: 22px;
    font-size: 22px;
  }
  .buyer .c-monetize-card__text--bottom .u-pc__none {
    display: none !important;
  }
}
.buyer .c-monetize-card__imagearea--flow {
  margin-top: 1.5rem;
  padding: 0.5rem;
}
@media (max-width: 380px) {
  .buyer .c-monetize-card__imagearea--flow {
    padding: 10px;
    margin-top: -5px;
  }
}
@media (min-width: 768px) {
  .buyer .c-monetize-card__imagearea--flow {
    padding: 0 10px;
    margin-top: 0;
  }
  .buyer .c-monetize-card__imagearea--flow .u-pc__none {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */