@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap);
@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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;
  line-height: 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 {
  clear: both;
  overflow: visible; /* 2 */
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  margin: 0;
  color: inherit;
  border-top-width: 1px;
}

/**
 * 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 {
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

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

/**
 * 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 {
  padding: 0;
  border-style: none;
}

/**
 * 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 {
  min-width: 0;
  margin: 0;
  padding: 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 {
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
  color: inherit; /* 2 */
}

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

/**
 * 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-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

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

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

/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
body {
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-size: 18px;
  overflow-x: hidden;
  color: #3e3a39;
  background: #fff;
}

h1 {
  font-size: 56px;
}

h2 {
  font-size: 40px;
}
h2.p-title {
  padding-bottom: 4px;
  border-bottom: 4px solid #2899fa;
}

h3 {
  font-size: 28px;
}
h3.p-title:before {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 900;
  position: relative;
  top: -4px;
  margin: 5px;
  content: "\f111";
  color: #2899fa;
}

p {
  font-size: 20px;
  line-height: 24px;
}

a {
  text-decoration: underline;
  letter-spacing: 0;
  color: #2899fa;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

section {
  margin: 24px 0;
}

input[type=text] {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  color: #3e3a39;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=text].p-error {
  border-color: #fd5454;
  box-shadow: 0 0 4px 0 #fd5454;
}
input[type=text]::-moz-placeholder {
  font-size: 16px;
  color: #a0aac4;
}
input[type=text]::placeholder {
  font-size: 16px;
  color: #a0aac4;
}

input[type=number] {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0 8px;
  vertical-align: middle;
  color: #3e3a39;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=number].p-error {
  border-color: #fd5454;
  box-shadow: 0 0 4px 0 #fd5454;
}
input[type=number]::-moz-placeholder {
  font-size: 16px;
  color: #a0aac4;
}
input[type=number]::placeholder {
  font-size: 16px;
  color: #a0aac4;
}

.radio {
  cursor: pointer;
}

.checkbox {
  cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
  font: inherit;
  display: inline-grid;
  width: 24px;
  height: 24px;
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  color: #fff;
  border: 3px solid #58668d;
  background-color: transparent;
  place-content: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=checkbox] {
  border-radius: 0.2em;
}

input[type=radio] {
  border-radius: 50%;
}

input[type=checkbox]::before {
  visibility: hidden;
  width: 0.7em;
  height: 0.4em;
  content: "";
  transition: 0.3s;
  transform: translateY(-0.1em) rotate(-40deg);
  opacity: 0;
  border-color: #fff;
  border-bottom: 0.2em solid;
  border-left: 0.2em solid;
}

input[type=checkbox]:checked {
  background-color: #58668d;
}

input[type=checkbox]:checked::before {
  visibility: visible;
  opacity: 1;
}

input[type=radio]::before {
  visibility: hidden;
  content: "";
  transition: 0.1s;
  border: 0.4em solid;
  border-color: #58668d;
  border-radius: 50%;
  scale: 0;
}

input[type=radio]:checked::before {
  visibility: visible;
  scale: 1;
}

select {
  line-height: 1;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  vertical-align: middle;
  color: #3e3a39;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #fff url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center/8px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select:before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  pointer-events: none;
  border-top: 6px solid skyblue;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

textarea {
  line-height: 1.5;
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  resize: none;
  vertical-align: middle;
  color: #3e3a39;
  border: 1px solid #ced4da;
  border-radius: 8px;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
textarea::-moz-placeholder {
  font-size: 18px;
  color: #a0aac4;
}
textarea::placeholder {
  font-size: 18px;
  color: #a0aac4;
}

table {
  width: 100%;
  max-width: 100%;
}

.table > thead > tr > th,
.table > tbody > tr > td {
  border: 1px solid #f4f4f4;
}

.table > tbody > tr > td {
  line-height: 1.42857143;
  padding: 8px;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
    padding-top: 54px;
  }
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.8rem;
  }
  h3 {
    font-size: 1.4rem;
  }
  p {
    font-size: 1.2rem;
  }
}
.u-text-center {
  text-align: center;
}

.u-text-right {
  text-align: right;
}

.u-text-block {
  display: inline-block;
}

.u-text-block_PC {
  display: inline-block;
}

.u-display-block {
  display: block;
}

.u-cursor-pointer {
  cursor: pointer;
}

.u-backcolor-accent-dark {
  background-color: #1a49ba;
}

.u-color-attention-dark {
  color: #f48123;
}

.u-color-attention {
  color: #fd5454;
}

.u-color-gray-dark {
  color: #a0aac4;
}

.u-black-text {
  font-size: 24px;
  color: #3e3a39;
}

.u-attention-text {
  font-size: 48px;
  line-height: 1;
  color: #fdda54;
}

.u-attention-marker {
  font-size: 40px;
  display: inline-block;
  padding: 0 4%;
  background: linear-gradient(transparent 60%, #fdda54 60%);
}

.u-only-PC {
  display: block !important;
}

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

.u-white-borderBottom {
  position: relative;
  display: inline-block;
}
.u-white-borderBottom:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-bottom: 2px solid #fff;
}

.u-default-marginBottom {
  margin-bottom: 24px;
}

.u-emphasis-font-size {
  font-size: 40px;
}

.u-text-under-line {
  text-decoration: underline;
}

.u-fs_12 {
  font-size: 12px;
}

.u-default-marginTop {
  margin-top: 40px;
}

@media screen and (max-width: 1100px) {
  .u-only-notPC {
    margin-top: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .u-only-PC {
    display: none !important;
  }
  .u-only-SP {
    display: block !important;
  }
  .u-attention-marker {
    font-size: 32px;
    line-height: 1.5;
    display: inline-block;
    padding: 0;
  }
  .u-emphasis-font-size {
    font-size: 30px;
  }
  .u-textBlock_only-SP {
    display: inline-block;
  }
  .u-display-block_only-SP {
    display: block;
  }
  .u-displayNon-SP {
    display: none;
  }
  .u-text-block_PC {
    display: inline;
  }
  .u-display-flex-SP {
    display: flex;
  }
}
.l-lp_caption {
  font-size: 0.9rem;
  font-weight: 600;
  margin: 8px 0 32px 0;
}
.l-lp_caption span {
  margin-left: -2px;
}

header {
  position: relative;
  z-index: 2;
}

header .l-pc-header .l-menu .l-main-menu .l-lp-main-menu-inner {
  max-width: none;
}

.l-lp-main-menu-inner {
  align-items: center;
  justify-content: space-between;
  max-width: none;
  height: 100px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.l-lp-main-menu-inner .l-lp-main-menu-apply_btn {
  width: 90%;
  text-align: right;
}
.l-lp-main-menu-inner .l-lp-main-menu-apply_btn .c-btn_apply_to_free {
  max-width: 150px;
}
.l-lp-main-menu-inner .l-lp-main-menu-apply_btn .c-btn:first-child {
  margin-right: 16px;
}

.l-lpSidebar_outer {
  position: relative;
  z-index: 1;
  width: 100%;
}

.l-lpSidebarSticky {
  top: 140px !important;
}

.l-lpSidebar {
  position: fixed;
  z-index: 1;
  right: 8px;
  bottom: 8px;
  width: 320px;
  margin-bottom: 0;
}
.l-lpSidebar .p-side-titleWrap {
  font-size: 15px;
  font-weight: bold;
}
.l-lpSidebar_title {
  font-size: 34px;
  font-weight: bold;
  margin-top: 4px;
  padding-bottom: 8px;
  color: #3e3a39;
}
.l-lpSidebar_ribbon {
  font-size: 22px;
  font-weight: bold;
  line-height: 2;
  position: relative;
  margin: 0 -47px 24px;
  padding: 16px;
  color: #fff;
  background: #f48123;
  background-image: url(../images/g21premium/fire_3.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.l-lpSidebar_ribbon p {
  margin-bottom: 16px;
}
.l-lpSidebar_ribbon .discount_text {
  margin: 0 6px;
  padding: 2px 4px;
  color: #f48123;
  border-radius: 4px;
  background: #fff;
}
.l-lpSidebar_ribbon .max_off_75_text {
  font-size: 44px;
  font-weight: bold;
}
.l-lpSidebar_ribbon .max_off_75_text .max_text {
  font-size: 16px;
  writing-mode: vertical-rl;
}
.l-lpSidebar_ribbon .max_off_75_text .percent_text {
  font-size: 29px;
}
.l-lpSidebar_ribbon .detail_link {
  font-size: 16px;
  position: relative;
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 0 32px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
}
.l-lpSidebar_ribbon .detail_link .angle-icon {
  position: absolute;
  top: 25%;
  right: 16px;
}
.l-lpSidebar_ribbon:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: none;
  border-right: solid 15px #0c3088;
  border-bottom: solid 17px transparent;
}
.l-lpSidebar_ribbon:after {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  border: none;
  border-bottom: solid 17px transparent;
  border-left: solid 15px #0c3088;
}
.l-lpSidebar_list li {
  margin-bottom: 8px;
}
.l-lpSidebar_list p {
  line-height: 2;
  position: relative;
  border-radius: 20px;
  background: #fff;
}
.l-lpSidebar_list-num {
  line-height: 38px;
  position: absolute;
  z-index: 2;
  left: 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  border: 2px solid #fdda54;
  border-radius: 50%;
  background: #1a49ba;
}
.l-lpSidebar_list-contentOuter {
  padding: 0 20px 0 40px;
}
.l-lpSidebar_list-content {
  font-size: 18px;
  font-weight: 600;
  color: #1a49ba;
  background: #fff;
}
.l-lpSidebar_listTitle {
  font-weight: 600;
  margin-bottom: 8px;
}
.l-lpSidebar_listCaption {
  font-size: 16px;
  font-weight: 600;
  margin: 15px;
}
.l-lpSidebar_listCaption span {
  margin-right: -2px;
}
.l-lpSidebar_listCaption .p-caption_mark_1:before {
  font-size: 12px;
}
.l-lpSidebar_listCaption .p-caption_mark_2:before {
  font-size: 12px;
}
.l-lpSidebar_listCaption-circleNum {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  border: 1px solid #3e3a39;
  border-radius: 50%;
}
.l-lpSidebar_linkTo-apply {
  font-size: 1.1rem;
  line-height: 2;
  position: relative;
  overflow: hidden;
  margin: 16px 0;
}
.l-lpSidebar_linkTo-apply img {
  position: absolute;
  right: -20px;
  bottom: -10px;
  width: 100%;
}
.l-lpSidebar_linkTo-apply a {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
}
.l-lpSidebar .p-nowLogoImageContainer {
  position: relative;
}
.l-lpSidebar .p-nowLogoImageContainer_image {
  position: absolute;
  top: 0;
  left: -20px;
  width: 200px;
}
.l-lpSidebar .l-g21btn {
  width: 100%;
  padding: 16px;
}
.l-lpSidebar .l-g21btn a {
  font-size: 18px;
}
.l-lpSidebar .l-g21btn.g21trial {
  margin-bottom: 0;
}

.l-lp-sidebar_fixed {
  top: -267px;
}

.l-content {
  margin: 0 auto;
  text-align: center;
}

.l-lpSection {
  width: 100%;
  margin: auto;
}
.l-lpSection_inner {
  max-width: 90%;
  margin: 0 auto;
}
.l-lpSection_inner-title {
  font-size: 55px !important;
  font-weight: bold;
  margin-bottom: 48px;
  color: #1a49ba;
}
.l-lpSection_inner-title-img {
  width: 60%;
  margin: auto;
}
.l-lpSection_inner-sub-title {
  font-size: 24px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1a49ba;
}
.l-lpSection_inner-sub-title::before, .l-lpSection_inner-sub-title::after {
  flex-grow: 0.1;
  height: 1px;
  content: "";
  background: #1a49ba;
}
.l-lpSection_inner-content {
  font-size: 22px;
  line-height: 36px !important;
  margin-bottom: 32px;
  text-align: left;
  color: #1a49ba;
}
.l-lpSection_inner-content_planTitle {
  font-size: 1.1em;
  font-weight: bold;
  color: #1a49ba;
}
.l-lpSection_inner-content-img {
  width: 100%;
}
.l-lpSection_inner-content-img-btn {
  width: 100%;
  max-width: 500px;
}
.l-lpSection_inner-content-img .img_wrap {
  display: block;
  margin-top: 24px;
}
.l-lpSection_inner .l-lpSection_innerWrap {
  border: 3px solid #2899fa;
  border-radius: 0 0 4px 4px;
}
.l-lpSection_inner .l-lpSection_innerWrap.premium {
  border: 3px solid #1a49ba;
}
.l-lpSection_inner .l-lpSection_innerWrap.trial {
  border: 3px solid #2171da;
}
.l-lpSection_inner-basic {
  font-weight: bold;
  padding: 15px 48px;
  border-radius: 4px 4px 0 0;
  background: #2899fa;
}
.l-lpSection_inner-basic .free-text {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 8px 16px;
  text-align: center;
  color: #2899fa;
  border-radius: 8px;
  background: #fff;
}
.l-lpSection_inner-basic .basic-text {
  font-size: 30px;
  text-align: center;
  color: #fff;
}
.l-lpSection_inner-business {
  margin: 0 24px;
  margin-bottom: 32px;
}
.l-lpSection_inner-business-content {
  margin: 24px 0 48px;
  padding: 24px;
  border-radius: 16px;
}
.l-lpSection_inner-business-content-title {
  font-size: 22px;
  line-height: 36px;
  width: 35%;
  margin: auto 0;
  color: #1c4591;
}
.l-lpSection_inner-business-content-text {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 6px;
}
.l-lpSection_inner-business-content-text-trial {
  color: #2899fa;
}
.l-lpSection_inner-business-content-text-premium {
  color: #1a49ba;
}
.l-lpSection_inner-business-content-detail {
  font-size: 21px;
  line-height: 36px;
  margin: 0 auto;
  color: #555;
}
.l-lpSection_inner-business-content-premium {
  margin: 0;
}
.l-lpSection_inner-business .l-g21serviceWrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service {
  position: relative;
  width: 30%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-title {
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  top: -25px;
  right: 0;
  left: 0;
  width: 100%;
  margin: 0 auto 40px;
  padding: 16px 8px;
  color: #2899fa;
  border: 1px solid #2899fa;
  border-radius: 26px;
  background: #fff;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-title::before {
  position: absolute;
  top: 101%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #2899fa;
}
@media screen and (min-width: 1100px) and (max-width: 1350px) {
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-title {
    font-size: 14px;
    padding: 16px 0;
  }
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text {
  font-size: 21px;
  font-weight: bold;
  padding: 60px 32px 20px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text-basic {
  color: #2899fa;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text-premium {
  padding-top: 80px;
  color: #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text-trial {
  padding-top: 80px;
  color: #2171da;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic-title {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  color: #2899fa;
  border: 1px solid #2899fa;
  border-radius: 32px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 0 0 16px 16px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-img img {
  width: 50%;
  padding: 16px 32px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service img {
  width: 100%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-thumbnail {
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-thumbnail .slider img {
  width: 90%;
  margin: 0 auto;
  border: 1px solid #707070;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic {
  width: 100%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic .l-g21service-text {
  padding: 16px 0 28px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic .l-g21service-content {
  display: flex;
  justify-content: space-between;
  padding: 24px 160px;
  border-radius: 0 0 16px 16px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic .l-g21service-content-item {
  width: 30%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic .l-g21service-content-item p {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 16px;
  color: #2899fa;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-basic .l-g21service-content-item img {
  width: 100%;
  margin: 0;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium {
  width: 48%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-title {
  color: #1a49ba;
  border: 1px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 8px solid transparent;
  border-top: 8px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content {
  display: flex;
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content .img-box img {
  width: 100%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content .text-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content .text-box p {
  font-size: 16px;
  text-align: left;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content a {
  color: #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content.order {
  padding: 33px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-content.photo {
  display: block;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium .l-g21service-thumbnail .slider2 img {
  width: 95%;
  margin: 0 auto;
  border: 1px solid #707070;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium.trial .l-g21service-title {
  color: #2171da;
  border: 1px solid #2171da;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium.trial .l-g21service-title::before {
  border-top: 8px solid #2171da;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to {
  width: 100%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-title {
  color: #1a49ba;
  border: 1px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-title::before {
  border-top: 8px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-text .link {
  text-decoration: none;
  color: #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-text.lifePlan {
  color: #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content {
  display: flex;
  justify-content: center;
  padding: 16px;
  border-radius: 0 0 16px 16px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content .img-box img {
  max-width: 224px;
  vertical-align: middle;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content .text-box {
  display: flex;
  align-items: center;
  margin: 0 0 0 30px;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content .text-box p {
  font-size: 16px;
  text-align: left;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content a {
  color: #1a49ba;
}
@media screen and (max-width: 768px) {
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content.lifePlan {
    display: inline-block;
    width: 100%;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-premium-how-to .l-g21service-content .text-box {
    margin: 0;
  }
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-trial .l-g21service-title {
  color: #1a49ba;
  border: 1px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-trial .l-g21service-title::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #1a49ba;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-trial .l-g21service-content {
  text-align: left;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-trial.support {
  width: 35%;
}
.l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-trial.video {
  width: 62%;
}
.l-lpSection_inner-business .l-g21basic-support {
  font-size: 18px;
  font-weight: bold;
  padding: 16px 32px;
  color: #2899fa;
  border: 1px solid #2899fa;
  border-radius: 32px;
}
.l-lpSection_inner-business .l-g21plus {
  font-size: 40px;
  font-weight: bold;
  line-height: 50px;
  width: 50px;
  height: 50px;
  margin: 16px auto 64px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background: #2171da;
}
.l-lpSection_inner-business .l-g21plus.premium {
  background: #1a49ba;
}
.l-lpSection p {
  line-height: 1.2;
}
.l-lpSection .l-caption {
  min-height: calc(24px * 3);
  margin: 0 calc((100vw - 100%) / 2 * -1) calc(24px * 2);
  text-align: center;
  color: #fff;
}
.l-lpSection .l-caption_inner {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
.l-lpSection .l-caption_inner-title {
  font-size: 55px !important;
  font-weight: bold;
  margin-bottom: 48px;
  padding: 0 125px;
  color: #1a49ba;
}
.l-lpSection .l-caption_inner-title_inner {
  width: 520px;
  margin: 0 auto;
}
.l-lpSection .l-caption_inner-sub-title {
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: left;
  color: #1a49ba;
}
.l-lpSection .l-caption_inner-sub-title::before {
  margin-right: 16px;
}
.l-lpSection .l-caption_inner-sub-title::after {
  margin-left: 16px;
}
.l-lpSection .l-caption_inner-content {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 24px;
  text-align: left;
  color: #1a49ba;
}
.l-lpSection .l-caption_inner-caution {
  font-size: 18px;
  margin: 24px 0;
  padding: 16px 48px;
  text-align: justify;
  color: #1a49ba;
  border-radius: 4px;
  background: #c4ddf5;
}
.l-lpSection .l-caption_inner-video iframe {
  width: 70%;
  height: 400px;
  margin: 0 auto;
}
.l-lpSection .l-caption_inner a {
  color: #1a49ba;
}
.l-lpSection .l-caption h2 {
  font-size: 36px;
  line-height: 1.4;
  height: auto;
}
.l-lpSection .l-caption h2 span {
  vertical-align: middle;
}

.l-g21btnWrap {
  padding-top: 1px;
}
.l-g21btnWrap a:hover {
  opacity: inherit;
}
.l-g21btnWrap img {
  width: 100%;
}

.l-g21btn {
  position: relative;
  overflow: hidden;
  width: 50%;
  margin: 0 auto;
  padding: 24px 64px;
  border-radius: 12px;
  background: #2171da;
  box-shadow: 0 4px 0 #0d4894;
}
.l-g21btn a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  color: #fff;
}
.l-g21btn img {
  position: absolute;
  right: -20px;
  bottom: -10px;
  overflow: hidden;
  width: 70%;
}

.l-g21btn.premium {
  background: #f47d22;
  box-shadow: 0 4px 0 #ba5910;
}

.l-g21btn.trial {
  background: #2171da;
  box-shadow: 0 4px 0 #0d4894;
}

.l-g21btn.consultation {
  background: #2899fa;
  box-shadow: 0 4px 0 #137fdc;
}

.l-g21btn:hover {
  transform: translate3d(0, 4px, 0);
  box-shadow: none;
}

.l-lpSection.price {
  padding: 72px 0 148px;
  background: #def;
}
.l-lpSection.price .p-planTable {
  background: #def;
}
.l-lpSection.price .p-planTable_service0 {
  background: #def;
}

.l-mainVisual {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding-left: 5%;
}

.l-sp_only_br {
  display: none;
}

.apply_area {
  position: relative;
}
.apply_area-buttons {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.apply_area-buttons .l-g21btn {
  width: 100%;
  margin: 0;
}

.curriculum {
  display: block;
}
.curriculum .img-box {
  margin: 0 auto;
}

.online {
  display: block;
}
.online .img-box {
  margin: 0 auto;
}

.link {
  color: #fff;
}

.sp_apply_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .l-pc-header {
    display: none;
  }
  .l-pc-header header .l-pc-header .l-lp-main-menu-apply_btn {
    display: none;
  }
  .l-pc-header header .l-pc-header .l-menu .l-main-menu .l-lp-main-menu-inner {
    max-width: none;
    height: 64px;
    padding: 16px;
  }
  .l-content {
    padding: 0;
  }
  .l-lpSection {
    margin-top: 0;
  }
  .l-lpSection .l-caption {
    padding: 20px 0;
  }
  .l-lpSection .l-caption h2.u-vertical-center span {
    vertical-align: middle;
  }
  .l-lpSection .l-caption_inner {
    padding: 0 16px;
  }
  .l-lpSection .l-caption_inner-title {
    font-size: 20px;
    font-weight: 600;
    width: 100%;
    border: none;
    background: none;
  }
  .l-lpSection_inner {
    width: 100%;
    margin: 0 16px;
  }
  .l-lpSection_inner .p-g21Service_additional {
    padding: 12px;
    border: none;
  }
  .l-lpSection_inner .p-g21Service_additional .p-g21Service_additional-content {
    padding: 12px;
    border-radius: 10px;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service:first-child {
    margin-top: 0;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service {
    width: 100%;
    margin-top: 24px;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service h4 {
    font-size: 19px;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service_content {
    padding: 30px 16px 10px;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service_content p {
    font-size: 1.5rem;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service_content img {
    width: 100%;
    max-height: unset;
  }
  .l-lpSection_inner .l-g21servicesWrapper .l-g21service_content .l-g21service_notes {
    display: block;
  }
  .l-lpSection p {
    font-size: 16px;
    line-height: 1.2;
  }
  .l-lpSection .p-caption__inner_title {
    width: 100%;
  }
  .l-mainVisual {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 0;
  }
  .l-pc_only_br {
    display: none;
  }
  .l-sp_only_br {
    display: inline;
  }
}
.p-g21Service_additional-content_g21premium {
  font-weight: bold;
  padding: 15px 48px;
  border-radius: 4px 4px 0 0;
  background: #1a49ba;
}
.p-g21Service_additional-content_g21premium .paid-text {
  font-size: 16px;
  display: inline-block;
  margin: 0 auto 8px;
  padding: 8px 16px;
  text-align: center;
  color: #1a49ba;
  border-radius: 8px;
  background: #fff;
}
.p-g21Service_additional-content_g21premium .premium-text {
  font-size: 30px;
  color: #fdda54;
}

.p-g21Service_additional-content_g21trial {
  padding: 16px 0;
  text-align: center;
  border-radius: 4px 4px 0 0;
  background: #2171da;
}
.p-g21Service_additional-content_g21trial span {
  font-size: 31px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 1551px) {
  .p-g21Service_additional-content_marker {
    font-size: 20px !important;
  }
}
@media screen and (max-width: 1270px) {
  .p-g21Service_additional-content_marker {
    font-size: 14px !important;
  }
  .l-lpSection .l-caption_inner-video iframe {
    width: 100%;
    height: 500px;
  }
}
@media screen and (max-width: 1100px) {
  .sp_apply_btn {
    position: fixed;
    z-index: 10;
    bottom: 16px;
    left: 50%;
    width: 70%;
    transform: translateX(-50%);
  }
  .sp_apply_btn .l-g21btn {
    width: 100%;
    padding: 24px 0;
  }
  .sp_apply_btn img {
    width: 70%;
  }
  .l-lpSection .l-lpSection_inner {
    padding-right: 0;
  }
  .l-lpSection .l-caption .l-caption_inner {
    padding-right: 0;
  }
  .l-lpSidebar_outer {
    position: static;
  }
  .l-lpSidebar_outer .l-lpSidebar {
    position: static;
    width: 100%;
    margin-top: 0;
    padding: 12px;
    border-radius: 0;
  }
  .l-lpSidebar_outer .l-lpSidebar_list li {
    margin-bottom: 8px;
  }
  .l-lpSidebar_outer .l-lpSidebar_list li p {
    line-height: 1.8;
    position: relative;
    border-radius: 20px;
    background: #fff;
  }
  .l-lpSidebar_outer .l-lpSidebar_list-num {
    position: absolute;
    z-index: 1;
    left: 0;
    border: 2px solid #fdda54;
  }
  .l-lpSidebar_outer .l-lpSidebar_list-content {
    font-weight: 600;
    display: inline-block;
    vertical-align: middle;
    color: #1a49ba;
    background: #fff;
  }
  .l-lpSidebar_outer .l-lpSidebar_ribbon {
    font-size: 22px;
    font-weight: 600;
    margin: 0 -12px;
    margin-bottom: 8px;
  }
  .l-lpSidebar_outer .l-lpSidebar_ribbon:before, .l-lpSidebar_outer .l-lpSidebar_ribbon:after {
    display: none;
  }
  .l-lpSidebar_outer .l-lpSidebar_linkTo-apply {
    overflow: hidden;
    width: 100%;
    max-width: 560px;
    margin: 16px auto;
  }
  .l-lpSidebar_outer .l-lpSidebar_linkTo-apply img {
    width: auto;
    max-height: 60px;
  }
  .p-mainVisual_wrapper .p-mainVisual .p-mainVisual_content .p-mainVisual_title {
    position: absolute;
    z-index: 2;
  }
  .p-mainVisual_wrapper .p-mainVisual .p-mainVisual_content .p-mainVisual_img {
    width: 100%;
    text-align: right;
  }
  .l-lpSidebar .l-g21btn img {
    width: 40%;
  }
}
.p-section-info {
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
  color: #3e3a39;
}

.p-lp-img {
  width: 100%;
}

.p-circleWrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  border-radius: 50%;
}

.p-circleText {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 100px;
  transform: translate(-50%, -50%);
}

.p-blueCircle-box {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  color: #fff;
}

.p-blueCircle {
  font-size: 40px;
  display: block;
  width: 33.3333333333%;
  max-width: 120px;
  margin-right: 24px;
}
.p-blueCircle:last-child {
  margin-right: 0;
}

.p-newLogo {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-right: 16px;
  padding: 10px 24px;
  color: #1a49ba;
  background: #fdda54;
}

.p-g21Service_additional {
  width: 100%;
  padding: 24px;
  border: 8px solid #e2ebf2;
  border-radius: 20px 20px 0 0;
  background: #e2ebf2;
}
.p-g21Service_additional-content {
  position: relative;
  width: 100%;
  margin-top: 48px;
  padding: 24px;
}
.p-g21Service_additional-content_balloon {
  font-size: 1.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  min-width: 170px;
  margin: auto;
  padding: 16px 10px 10px 10px;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  border-radius: 30px;
  background: #1a49ba;
}
.p-g21Service_additional-content_balloon:before {
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -15px;
  content: "";
  border: 15px solid transparent;
  border-top: 15px solid #1a49ba;
}
.p-g21Service_additional-content_marker {
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
  margin: auto;
  margin-top: 24px;
  padding: 0 8px;
  color: #1a49ba;
  background: linear-gradient(transparent 50%, #fdda54 50%);
}
.p-g21Service_additional-content_marker.trial {
  color: #2171da;
}
.p-g21Service_additional-content_balloon.g21trial {
  background: #2171da;
}
.p-g21Service_additional-content_balloon.g21trial:before {
  border-top: 15px solid #2171da;
}

.p-planTableWrapper .apply-btn {
  font-weight: bold;
  display: block;
  padding: 16px;
  text-decoration: none;
  color: #fff;
  border-radius: 8px;
}
.p-planTableWrapper .apply-btn.basic {
  background: #2899fa;
  box-shadow: 0 4px 0 #137fdc;
}
.p-planTableWrapper .apply-btn.premium {
  background: #f47d22;
  box-shadow: 0 4px 0 #ba5910;
}
.p-planTableWrapper .apply-btn.trial {
  background: #2171da;
  box-shadow: 0 4px 0 #0d4894;
}
.p-planTableWrapper .apply-btn:hover {
  transform: translate3d(0, 4px, 0);
  box-shadow: none;
}
.p-planTableWrapper .p-planTable {
  font-size: 18px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  table-layout: fixed;
  border-collapse: collapse;
  background: #fff;
}
.p-planTableWrapper .p-planTable_Cell-bold {
  font-weight: 600;
}
.p-planTableWrapper .p-planTable button.c-btn {
  width: 100%;
  min-width: auto;
  padding: 16px 0;
}
.p-planTableWrapper .p-planTable button.c-btn.schedule-btn {
  position: relative;
  pointer-events: none;
  color: #5d5d5d;
  background: #dedede !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) inset;
}
.p-planTableWrapper .p-planTable button.c-btn.schedule-btn span {
  font-size: 17px;
  position: relative;
  z-index: 10;
}
.p-planTableWrapper .p-planTable button.c-btn.schedule-btn:before {
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  transform: translateY(-50%);
  vertical-align: middle;
}
.p-planTableWrapper .p-planTable button.c-btn.schedule-btn:after {
  position: absolute;
  z-index: 5;
  right: 4px;
  bottom: 0;
  display: inline-block;
  width: 32px;
  height: 32px;
  content: "";
  vertical-align: middle;
}
.p-planTableWrapper .p-planTable .p-planTable_Cell-minus {
  font-size: 2.5rem;
}
.p-planTableWrapper .p-planTable .p-caption_interview {
  font-size: 0.7rem;
  line-height: 2;
  color: #6b6766;
}
.p-planTableWrapper .p-planTable_service0 {
  width: 35%;
}
.p-planTableWrapper .p-planTable_service1 {
  padding: 16px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background: #2899fa;
}
.p-planTableWrapper .p-planTable_service1-small {
  font-size: 12px;
  display: inline-block;
}
.p-planTableWrapper .p-planTable_service1 p {
  font-size: 16px;
}
.p-planTableWrapper .p-planTable_service2 {
  position: relative;
  padding: 16px;
  color: #fff;
  border-radius: 6px 6px 0 0;
  background: #2171da;
}
.p-planTableWrapper .p-planTable_service2-small {
  font-size: 12px;
  display: inline-block;
}
.p-planTableWrapper .p-planTable_service2 .p-nowLogoImageContainer {
  position: relative;
}
.p-planTableWrapper .p-planTable_service2 .p-nowLogoImageContainer_image {
  position: absolute;
  top: -38px;
  left: -20px;
  width: 100px;
}
.p-planTableWrapper .p-planTable_service2 p {
  font-size: 16px;
}
.p-planTableWrapper .p-planTable_service3 {
  padding: 16px;
  color: #ffeb3b;
  border-radius: 6px 6px 0 0;
  background: #1a49ba;
}
.p-planTableWrapper .p-planTable_service3 span {
  color: #fff;
}
.p-planTableWrapper thead th:nth-child(n+2) {
  text-align: center;
  vertical-align: middle;
}
.p-planTableWrapper thead th:nth-child(n+2),
.p-planTableWrapper tbody th {
  border-bottom: 1px solid #a0aac4;
  border-left: 1px solid #a0aac4;
}
.p-planTableWrapper td {
  border: 1px solid #a0aac4;
}
.p-planTableWrapper tbody th {
  line-height: normal;
  padding: 0.8em;
  vertical-align: middle;
  background: #cde1f5;
}
.p-planTableWrapper thead th {
  font-size: 16px;
  padding: 8px 4px;
}
.p-planTableWrapper table thead tr {
  background: #fff;
}
.p-planTableWrapper table tr {
  padding: 0.35em;
  background-color: #fff;
}
.p-planTableWrapper table td {
  padding: 0.7em 8px;
  text-align: center;
  vertical-align: middle;
}
.p-planTableWrapper table td img {
  width: 30px;
  height: 28px;
}
.p-planTableWrapper table tr:first-child th {
  border-top: 1px solid #a0aac4;
}
.p-planTableWrapper table tr:last-child th {
  border-bottom: none;
  border-left: none;
}
.p-planTableWrapper .price {
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
  color: #fff;
}
.p-planTableWrapper .price span {
  font-size: 0.6em;
}
.p-planTableWrapper .btn {
  font-size: 0.8em;
  display: block;
  padding: 1em;
  text-decoration: none;
  color: #3e3a39;
  border-radius: 5px;
  background: #fff;
}

.p-salePlanWrapper {
  border-radius: 20px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-salePlanWrapper .p-salePlan {
  border-radius: 20px 20px;
  background: #f48123;
}
.p-salePlanWrapper .p-salePlan_title {
  font-size: 28px;
  font-weight: 600;
  position: relative;
  margin: 0;
  padding: 16px 150px;
  color: #fff;
  background-image: url(../images/g21premium/fire_1.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.p-salePlanWrapper .p-salePlan_title h4 {
  position: relative;
  display: inline-block;
}
.p-salePlanWrapper .p-salePlan_title-imgSale {
  position: absolute;
  top: -60px;
  left: 5%;
}
.p-salePlanWrapper .p-salePlan_title-imgComingSoon {
  margin-bottom: 8px;
}
.p-salePlanWrapper .p-salePlan_title img {
  width: 120px;
}
.p-salePlanWrapper .p-salePlan_title-emphasis {
  display: inline-block;
  margin-left: 8px;
  padding: 7px 8px 4px 8px;
  color: #f48123;
  border-radius: 6px;
  background: #fff;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content {
  padding: 40px;
  color: #434852;
  border: 5px solid #f48123;
  border-top: 0;
  border-radius: 0 0 20px 20px;
  background: #fef9e3;
  background-image: url(../images/g21premium/fire_2.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content-head {
  padding-bottom: 16px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content-head p {
  font-size: 22px;
  line-height: 32px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content-head p .marker {
  background: linear-gradient(transparent 50%, #fdda54 50%);
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content-headHighlight {
  background: linear-gradient(transparent 50%, #fdda54 50%);
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content-attentionDark {
  font-weight: 600;
  color: #f30;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList {
  font-weight: 600;
  margin: 24px 0 72px;
  padding: 0 24px 24px 24px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name {
  text-align: left;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name p {
  font-size: 28px;
  display: inline;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name span {
  font-size: 24px;
  margin-right: 8px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name .p-salePlan_detail-limit {
  font-size: 18px;
  display: inline-block;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-price {
  display: flex;
  align-items: center;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-price p {
  font-size: 34px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child {
  position: relative;
  margin: 0 -8px;
  padding: 24px 64px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child:before {
  position: absolute;
  right: 16px;
  bottom: -100px;
  display: inline-block;
  width: 250px;
  height: 125px;
  content: "";
  vertical-align: middle;
  background-image: url(../images/g21premium/discount.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list {
  margin-bottom: 24px;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service {
  font-size: 24px;
  position: relative;
  padding: 22px 50% 22px 22px;
  text-align: left;
  color: #0f348d;
  border: 1px solid #e9e9e9;
  border-radius: 48px;
  box-shadow: 0 0 7px #fff, 0 0 5px #ccc, 0 0 1px #aaa;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service::after {
  position: absolute;
  right: 0;
  bottom: -12px;
  display: inline-block; /*忘れずに！*/
  width: 200px; /*画像の幅*/
  height: 84px; /*画像の高さ*/
  content: ""; /*何も入れない*/
  vertical-align: middle;
  background-image: url(../images/g21premium/off_25.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon {
  font-size: 1.5rem;
  position: relative;
  margin: 48px -40px 16px;
  color: #fff;
  background: #1a49ba;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon:before {
  position: absolute;
  top: 100%;
  left: 0;
  content: "";
  border: none;
  border-right: solid 15px #0c3088;
  border-bottom: solid 17px transparent;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon:after {
  position: absolute;
  top: 100%;
  right: 0;
  content: "";
  border: none;
  border-bottom: solid 17px transparent;
  border-left: solid 15px #0c3088;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons {
  display: flex;
  justify-content: space-between;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons .btn-box {
  width: 47%;
}
.p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons .btn-box .l-g21btn {
  width: 100%;
  margin: 0;
  padding: 24px 0;
}

.l-lpSidebar_listCaption-mark::before {
  font-size: 0.7rem;
  content: "※";
}

.p-caption_circle_num {
  font-size: 11px;
  line-height: 14px;
  display: inline-block;
  width: 14px;
  height: 14px;
  text-align: center;
  border: 1px solid #3e3a39;
  border-radius: 50%;
}

.p-caption_mark_1::before {
  font-size: 24px;
  content: "①";
}

.p-caption_mark_2::before {
  font-size: 24px;
  content: "②";
}

.p-caption_mark_3::before {
  font-size: 24px;
  content: "③";
}

.p-caption_mark_jpy::before {
  content: "¥";
}

.p-campaign .p-campaignList_container {
  width: 100%;
  max-width: 560px;
  margin: auto;
}
.p-campaign .p-campaignList p {
  line-height: 2;
  position: relative;
  margin: auto;
  margin-bottom: 8px;
  border-radius: 20px;
  background: #fff;
}
.p-campaign .p-campaignList-caption .l-lpSidebar_listCaption-mark {
  line-height: 12px;
  margin-bottom: 24px;
}
.p-campaign .p-campaignList .l-lpSidebar_list-num {
  border: 2px solid #fef9e3;
}

.p-lpBtn {
  font-size: 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 560px;
  padding: 24px 36px;
  background: #f48123 !important;
}

.p-lpBtn_linkTo-applyPre {
  padding: 24px 36px !important;
}

.p-lpOtherBtn {
  font-size: 24px;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  max-width: 560px !important;
  padding: 24px 42px !important;
}

.p-lpimg-hand {
  position: absolute;
  right: -13px;
  bottom: 0;
  left: auto;
  width: 70px;
}

.p-lp-img_pc {
  display: block;
}

.p-lp-img_sp {
  display: none;
}

.c-btn {
  font-weight: 600;
  background: transparent;
}

.c-btnBg_accent-dark {
  background: #1a49ba;
}

.c-btnBg_attention-dark {
  background: #1a49ba !important;
}

.c-btn_bg_grey-dark {
  background: #a0aac4 !important;
}

.l-g21service-thumbnail.pc {
  display: block;
}

.l-g21service-thumbnail.sp {
  display: none;
}

.off-75 {
  font-size: 14px;
  position: relative;
  display: block;
  margin-top: 8px;
  padding: 8px 0;
  text-decoration: none;
  color: #f46923;
  border: 1px solid #f46923;
  border-radius: 16px;
}
.off-75 .angle-icon {
  position: absolute;
  top: 25%;
  right: 16px;
}

.text-box {
  margin-top: 24px;
  margin-bottom: 64px;
  text-align: left;
}

.popup_life_plan {
  padding: 16px 34px !important;
}

.a-link {
  font-size: 18px !important;
  width: 100%;
  text-decoration: underline !important;
  color: #1a49ba !important;
}

.diagnosis .el-dialog {
  width: 60% !important;
}

.diagnosis .popup-btn {
  text-align: left !important;
  white-space: normal !important;
}

.start_content {
  max-width: 90%;
  margin: auto;
  text-align: center;
}

.img_wrap {
  margin-top: 24px;
}
.img_wrap.open_start {
  max-width: 66%;
  margin-right: auto;
  margin-left: auto;
}
.img_wrap.premium_text {
  max-width: 60%;
  margin: 24px auto 80px;
  padding: 16px 32px;
}
.img_wrap.answer_text img {
  width: 66%;
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
  .l-lpSection .l-lpSection_inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  .l-lpSection .l-caption .l-caption_inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  .l-lpSidebar {
    display: none;
  }
  .img_wrap.open_start {
    width: 100%;
    max-width: 100%;
  }
  .img_wrap.answer_text {
    width: 100%;
    max-width: 100%;
  }
  .img_wrap.answer_text img {
    width: 100%;
  }
  .l-lpSection_inner-title-img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-lpSidebar {
    display: none;
  }
  .l-lpSection {
    margin-top: 40px;
  }
  .l-lpSection_inner {
    width: 100%;
    margin: 0 auto;
  }
  .l-lpSection .l-caption {
    line-height: initial;
    margin-bottom: 20px;
  }
  .l-lpSection .l-caption_inner-title {
    padding: 0;
  }
  .l-lpSection .l-caption h2 {
    font-size: 22px;
  }
  .p-lp-img_pc {
    display: none;
  }
  .p-lp-img_sp {
    display: inline-block;
  }
  .p-mainVisual_wrapper {
    position: relative;
  }
  .p-mainVisual_wrapper .p-mainVisual {
    height: auto;
  }
  .p-mainVisual_wrapper .p-mainVisual_content {
    display: none;
  }
  .p-mainVisual_wrapper .p-mainVisual_title-highlightBlue {
    font-size: 1.5rem;
    text-align: left;
  }
  .p-mainVisual_wrapper .p-mainVisual_img {
    top: inherit;
    right: inherit;
    max-width: inherit;
  }
  .p-mainVisual_wrapper .p-mainVisual .p-mainVisual_subContent p {
    font-weight: 100;
  }
  .p-g21Service_additional-content_baloon {
    font-size: 19px;
  }
  .p-g21Service_additional-content_markerWrap {
    margin-top: 24px;
  }
  .p-g21Service_additional-content_marker {
    font-size: 16px !important;
    margin-top: 0;
    padding: 8px 0;
    color: #1a49ba;
  }
  .p-planTableWrapper .p-planTable_box_wrap {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .p-planTableWrapper .p-planTable_box_wrap .p-planTable {
    min-width: 850px;
    margin: -80px 0;
    transform: scale(0.8) translate(-12%, 0);
  }
  .p-planTableWrapper .p-planTable_box_wrap .p-planTable button.c-btn {
    width: 100%;
    max-width: none;
  }
  .l-serviceSection .l-g21service_title {
    height: 90px;
  }
  .p-salePlanWrapper {
    margin-top: 80px;
  }
  .p-salePlanWrapper .p-salePlan_title .p-salePlan_title-imgSale {
    top: -15%;
    width: 100px;
  }
  .p-salePlanWrapper .p-salePlan_title span {
    display: inline-block;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content {
    padding: 16px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList {
    padding: 0 16px 16px 16px !important;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail {
    flex-flow: column;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name {
    text-align: left;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name .l-lpSidebar_listCaption-mark {
    line-height: 1.1;
    display: inline-block;
    vertical-align: top;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name p {
    font-size: 14px;
    display: inline-block;
    width: 80%;
    vertical-align: middle;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-price {
    margin-left: auto;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child p {
    font-size: 20px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child:before {
    right: 20px;
    width: 150px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList:last-child {
    margin: 0 1px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList:last-child:before {
    right: 100px;
    width: 150px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon {
    margin: 40px -16px 8px;
    padding: 0 16px 8px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon:before, .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detailList-withRibbon:after {
    display: none;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList-withRibbon:before {
    display: none;
  }
  .p-caption_mark_1::before {
    font-size: 22px;
    content: "①";
  }
  .p-caption_mark_2::before {
    font-size: 22px;
    content: "②";
  }
  .p-caption_mark_3::before {
    font-size: 22px;
    content: "③";
  }
  .l-lpSidebar_list-num {
    line-height: 30px;
    width: 34px;
    height: 34px;
  }
  .l-lpSidebar_list-content {
    font-size: 15px;
  }
  .p-lpOtherBtn {
    font-size: 20px;
    margin: auto;
  }
  .p-campaign {
    margin-top: 68px;
    padding: 20px 16px 16px !important;
  }
  .p-campaign .p-campaignTitle {
    width: 100% !important;
  }
  .p-campaign .p-campaignTitle .p-lp-img_sp {
    max-width: 450px;
  }
  .p-campaign .p-caption {
    font-size: 1rem;
    margin: 16px 0;
  }
  .p-campaign .p-lpBtn_linkTo-applyPre {
    font-size: 18px;
    width: 100%;
    max-width: 560px;
    padding: 16px !important;
  }
  .p-campaign .p-campaignList p {
    display: inline-block;
    width: 100%;
    padding: 0 15px 0 40px;
    text-align: center;
    border-radius: 25px;
  }
  .p-campaign .l-lp_caption {
    font-size: 12px;
    margin: 16px 0;
    text-align: left;
  }
  .p-salePlanWrapper {
    border-radius: 20px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
  .p-salePlanWrapper .p-salePlan_title {
    font-size: 1.4rem;
    font-weight: 600;
    position: relative;
    margin: 0;
    padding: 45px 60px 0;
    color: #fff;
    border-radius: 20px 20px 0 0;
    background: #f48123;
  }
  .p-salePlanWrapper .p-salePlan_title h4:before {
    top: -70px;
    left: -40px;
    width: 100px;
    height: 66px;
  }
  .p-salePlanWrapper .p-salePlan_title-imgSale {
    position: absolute;
    top: -50%;
    left: 5%;
  }
  .p-salePlanWrapper .p-salePlan_title-imgComingSoon {
    margin-bottom: 8px;
  }
  .p-salePlanWrapper .p-salePlan_title h4 {
    margin-bottom: 10px;
  }
  .p-salePlanWrapper .p-salePlan_title img {
    width: 150px;
  }
  .p-salePlanWrapper .p-salePlan_title-emphasis {
    margin-left: 0;
    padding: 7px 8px 4px 8px;
    border: 2px solid #fff;
    border-radius: 6px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name span {
    font-size: 20px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail-name .p-salePlan_detail-limit {
    font-size: 14px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons {
    display: block;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons .btn-box {
    width: 100%;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_applyButtons .l-g21btn.premium {
    margin-bottom: 16px;
  }
  .l-lpSection .l-caption .l-caption_inner {
    width: 90%;
    max-width: initial;
    margin: 0 auto;
  }
  .l-g21service .l-g21service-content div {
    width: 100% !important;
  }
  .l-g21service-premium .l-g21service-content {
    display: block !important;
  }
  .l-g21service-premium .l-g21service-content div {
    width: 100% !important;
  }
  .l-g21service-premium .l-g21service-content div img {
    width: 50% !important;
    margin: 0 auto 16px !important;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service img {
    margin: 0 0 16px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service {
    padding-right: 150px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service:after {
    bottom: -30px;
    width: 150px;
  }
  .l-g21btn {
    width: 100%;
  }
  .l-lpSection_inner-title-img {
    width: 100%;
  }
  .img_wrap.open_start, .img_wrap.answer_text {
    width: 100%;
    max-width: 100%;
  }
  .img_wrap.answer_text {
    width: 100%;
    max-width: 100%;
  }
  .img_wrap.answer_text img {
    width: 100%;
  }
  .img_wrap.premium_text {
    width: 80%;
    max-width: 100%;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 630px) {
  .l-g21btn img {
    width: 100%;
  }
  .sp_apply_btn .l-g21btn {
    padding: 16px 0;
  }
  .sp_apply_btn .l-g21btn img {
    width: 100%;
  }
  .popup_life_plan {
    padding: 8px 0 !important;
  }
  .l-lpSection .l-caption_inner-video iframe {
    width: 100%;
    height: auto;
  }
  .l-lpSidebar_ribbon .detail_link {
    width: 100%;
    padding: 8px;
  }
  .l-g21service-thumbnail.pc {
    display: none;
  }
  .l-g21service-thumbnail.sp {
    display: block;
  }
  .l-g21service-thumbnail.sp .slider_sp img {
    width: 90%;
    margin: 0 auto;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content img {
    width: 50%;
    height: auto !important;
    margin-bottom: 16px;
  }
  .p-g21Service_additional-content_marker {
    background: none;
  }
  .p-planTableWrapper .p-planTable_box_wrap .p-planTable {
    min-width: 800px;
    margin: -120px 0;
    transform: scale(0.7) translate(-20%, 0);
  }
  .l-lpSection .l-caption_inner {
    padding-left: 0;
  }
  .l-lpSection .l-caption_inner-title_inner {
    font-size: 40px;
    width: 100%;
  }
  .l-lpSection_inner-title {
    font-size: 40px !important;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper {
    display: block;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service {
    width: 100%;
    margin-bottom: 50px;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content {
    display: block;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content img {
    width: 50%;
    height: 80px;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content p {
    width: 100%;
    padding: 0;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content-item {
    width: 100%;
    margin: 8px 0;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service .l-g21service-content.basic {
    padding: 0;
  }
  .l-lpSection_inner-business-content {
    display: block;
  }
  .l-lpSection_inner-business-content-title {
    width: 100%;
  }
  .l-lpSection_inner-business-content-detail {
    width: 100%;
  }
  .l-lpSection_inner-business .l-g21plus {
    margin: -20px auto 50px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service {
    border-radius: 20px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service:after {
    bottom: -48px;
    width: 100px;
  }
  .l-lpSection_inner-content {
    line-height: 24px !important;
  }
  .l-lpSection_inner-title {
    margin-bottom: 24px;
  }
  .l-lpSection .l-caption_inner-title {
    margin-bottom: 24px;
  }
  .l-lpSection .l-caption_inner-caution {
    padding: 8px 24px;
  }
  .l-lpSidebar .l-g21btn img {
    width: 60%;
  }
  .img_wrap.open_start, .img_wrap.answer_text {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 439px) {
  .sp_apply_btn {
    width: 60%;
  }
  .sp_apply_btn img {
    display: none;
  }
  .p-planTableWrapper .p-planTable_box_wrap .p-planTable {
    min-width: 780px;
    margin: -213px 0;
    transform: scale(0.5) translate(-50%, 0);
  }
  .l-lpSection .l-caption_inner-title_inner {
    font-size: 30px;
  }
  .l-lpSection_inner-title {
    font-size: 30px !important;
  }
  div {
    line-height: 24px !important;
  }
  p {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  span {
    font-size: 16px !important;
  }
  .c-offPrice {
    font-size: 44px !important;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service:after {
    bottom: -60px;
    width: 70px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child {
    padding: 16px;
  }
  .p-salePlanWrapper .p-salePlan_title {
    padding: 16px 20px;
  }
  .p-salePlanWrapper .p-salePlan_title h4 {
    margin: 0;
  }
  .l-g21btn {
    padding: 12px 32px;
  }
  .l-g21btn a {
    font-size: 16px;
  }
  .l-g21plus {
    width: 35px;
    height: 35px;
  }
  #p-toTop {
    width: 50px !important;
    height: 50px !important;
  }
  #p-toTop .p-toTop-arrow {
    font-size: 12px;
    left: 20px !important;
  }
  #p-toTop .p-toTop-text {
    font-size: 12px !important;
    line-height: 5px;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text {
    padding: 80px 32px 20px;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text.diagnosis {
    padding: 100px 32px 20px;
  }
  .l-lpSection_inner-business .l-g21serviceWrapper .l-g21service-text.trial {
    padding: 100px 32px 20px;
  }
  .l-lpSection_inner-business .l-g21plus {
    width: 38px;
    height: 38px;
    text-align: center;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList {
    margin-bottom: 48px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_detail:last-child:before {
    right: 20px;
    bottom: -120px;
    width: 100px;
  }
  .p-salePlanWrapper .p-salePlan .p-salePlan_content .p-salePlan_detailList .p-salePlan_service_list .p-salePlan_service {
    padding-right: 22px;
  }
  .l-lpSidebar .l-g21btn img {
    width: 100%;
  }
  .l-lpSection_inner-basic .free-text {
    width: 80%;
  }
  .p-g21Service_additional-content_g21premium .paid-text {
    width: 80%;
  }
  .l-lpSection_inner-content-img-btn {
    max-width: inherit;
  }
}
@media screen and (min-width: 1600px) {
  .l-g21btn img {
    bottom: -30px;
    width: 500px;
  }
}
@media screen and (min-width: 1180px) and (max-width: 1600px) {
  .l-g21service-text {
    padding: 80px 32px;
  }
}
.btn {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.btn:hover {
  color: inherit;
  border-color: inherit;
  background-color: inherit;
}

.c-btn {
  min-width: 200px;
  padding: 10px 32px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background: #1a49ba;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.c-btn.green {
  background: #67a630;
}
.c-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
.c-btn.c-comb-btn {
  padding: 10px 0;
}
.c-btn.c-comb-btn > .c-items {
  display: inline-block;
  width: 48%;
  text-align: center;
  vertical-align: middle;
}
.c-btn_underlineNone {
  text-decoration: none;
}
.c-btn.c-btn-white {
  background-color: #fff;
}
.c-btn.c-btn-primary-light {
  background-color: #2899fa;
}
.c-btn.c-btn-gray-dark {
  background-color: #a0aac4;
}
.c-btn.c-btn-attention-dark {
  background-color: #f48123;
}
.c-btn.c-btn-border-black {
  border: 0.5px solid #3e3a39;
}
.c-btn.c-btn-color-black {
  color: #3e3a39;
}

.c-btn.myPage {
  color: #1a49ba;
  border: 1px solid #1a49ba;
  background: #fff;
}

.c-myPage_button {
  font-weight: bold;
  min-width: 228px;
  padding: 8px 32px;
  cursor: pointer;
  text-align: center;
  color: #1a49ba;
  border: 2px solid #1a49ba;
  border-radius: 40px;
  background: #fff;
}
.c-myPage_button a {
  text-decoration: none;
}

.c-btn.c-btn-attention {
  background: #fd5454;
}

.c-discount-btn {
  font-size: 24px !important;
  width: 100%;
  margin-top: 32px !important;
  white-space: normal !important;
  color: #fff !important;
  background: #f48123 !important;
}

.diagnosis-box {
  display: inline-flex !important;
  border-radius: 15px !important;
  background: #1a49ba !important;
}
.diagnosis-box .diagnosis-box-text {
  font-size: 14px !important;
  padding: 6px !important;
  text-decoration: none !important;
  color: #fff !important;
}
.diagnosis-box .diagnosisIcon {
  position: relative;
  display: inline-block;
  padding: 6px;
  text-decoration: none;
  color: #333;
}
.diagnosis-box .diagnosisIcon:before {
  position: absolute;
  top: 50%;
  left: -3px;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  content: "";
  border-radius: 50%;
  background: #fff;
}
.diagnosis-box .diagnosisIcon:after {
  position: absolute;
  top: 50%;
  left: 3px;
  width: 7px;
  height: 7px;
  margin-top: -4px;
  content: "";
  border: 3px solid transparent;
  border-left: 7px solid #1a49ba;
}

@media screen and (max-width: 768px) {
  .c-btn {
    width: 45%;
    min-width: 10%;
    max-width: 50%;
    padding: 10px 16px;
  }
  .c-btn.c-comb-btn {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }
}
.c-btn_bg_accent {
  background: #2899fa !important;
}

.c-btn_bg_attention-dark {
  background: #f48123 !important;
}

.c-card {
  max-width: 960px;
  margin: 48px auto;
  padding: 32px;
  border: 1px solid #a0aac4;
  background: #fff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.c-card .c-card-title {
  margin-bottom: 32px;
}
.c-card .c-card-header {
  font-weight: bold;
  margin-bottom: 24px;
}
.c-card .c-title_margin {
  margin: 20px 0;
}
.c-card .c-card-flexList {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  padding-left: 24px;
  list-style: disc;
}
.c-card .c-card-flexList li {
  width: 50%;
  padding: 8px;
}
.c-card .c-card-text {
  font-size: 14px;
}
.c-card.free {
  overflow: hidden;
  padding: 0 0 32px 0;
  border: none;
  border-radius: 10px;
  box-shadow: rgba(60, 64, 67, 0.3) 0 1px 2px 0, rgba(60, 64, 67, 0.15) 0 2px 6px 2px;
}
.c-card.free .c-card-head {
  padding: 24px;
  background: #0071bc;
}
.c-card.free .c-card-head p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
.c-card.free .c-card-body {
  padding: 0 48px;
}

@media screen and (max-width: 768px) {
  .c-card {
    margin: 24px auto;
    padding: 8px 16px;
  }
  .c-card .c-card-title {
    margin-bottom: 16px;
  }
  .c-card.free .c-card-body {
    padding: 0 20px;
  }
  .c-card.free .c-card-head p {
    font-size: 18px;
  }
}
.c-list li {
  display: block !important;
}
.c-list li a {
  display: block;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-list {
    padding: 0;
  }
}
ul.c-pagination {
  display: flex;
}
ul.c-pagination li {
  padding: 0 8px;
}

.p-caption {
  right: 0;
  left: 0;
  width: auto;
  min-height: calc(24px * 3);
  margin: 0 calc((100vw - 100%) / 2 * -1) calc(24px * 2);
  padding: 40px 5%;
  text-align: center;
  color: #fff;
  background: #2899fa;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-caption h2 {
  height: auto;
}
.p-caption h2 span {
  vertical-align: middle;
}

.p-caption_main {
  background: #ffc000;
}

@media screen and (max-width: 768px) {
  .p-caption {
    width: 100vw;
    margin: 0 calc(-24px) calc(24px * 2);
  }
}
.p-btn-log {
  width: 80%;
}

.p-img-message {
  position: absolute;
  right: -63px;
  bottom: -128px;
}

@media screen and (max-width: 768px) {
  .p-img-message {
    position: sticky;
  }
}
.p-background {
  width: 100vw;
  height: 100vh;
  background: #e2ebf2;
}

.p-background span {
  position: absolute;
  animation-name: move, glow;
  animation-duration: 60s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  border-radius: 20vmin;
  backface-visibility: hidden;
}
.p-background span:nth-child(1) {
  top: 43%;
  left: 99%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: 3vw 8vh;
  animation-duration: 26.7s;
  animation-delay: -17.8s;
  color: #ffefd5;
  box-shadow: 40vmin 0 6.1640170466vmin currentColor;
}
.p-background span:nth-child(2) {
  top: 14%;
  left: 54%;
  width: 21vmin;
  height: 21vmin;
  transform-origin: -17vw -1vh;
  animation-duration: 28.8s;
  animation-delay: -36.3s;
  color: #fffaf0;
  box-shadow: -40vmin 0 5.339315708vmin currentColor;
}
.p-background span:nth-child(3) {
  top: 25%;
  left: 95%;
  width: 29vmin;
  height: 29vmin;
  transform-origin: -10vw 2vh;
  animation-duration: 53.1s;
  animation-delay: -2.7s;
  color: #ffefd5;
  box-shadow: -40vmin 0 3.7745052567vmin currentColor;
}
.p-background span:nth-child(4) {
  top: 72%;
  left: 11%;
  width: 30vmin;
  height: 30vmin;
  transform-origin: -2vw -14vh;
  animation-duration: 43.4s;
  animation-delay: -30.7s;
  color: #fffaf0;
  box-shadow: -40vmin 0 2.2531393896vmin currentColor;
}
.p-background span:nth-child(5) {
  top: 31%;
  left: 30%;
  width: 34vmin;
  height: 34vmin;
  transform-origin: 12vw -14vh;
  animation-duration: 10.8s;
  animation-delay: -37.1s;
  color: #ffefd5;
  box-shadow: 40vmin 0 9.1757330935vmin currentColor;
}
.p-background span:nth-child(6) {
  top: 1%;
  left: 38%;
  width: 21vmin;
  height: 21vmin;
  transform-origin: 18vw 16vh;
  animation-duration: 61s;
  animation-delay: -33.1s;
  color: #fff;
  box-shadow: 40vmin 0 2.4856778696vmin currentColor;
}
.p-background span:nth-child(7) {
  top: 15%;
  left: 93%;
  width: 26vmin;
  height: 26vmin;
  transform-origin: 21vw 18vh;
  animation-duration: 23.6s;
  animation-delay: -17.1s;
  color: #fff;
  box-shadow: 40vmin 0 9.9674934743vmin currentColor;
}
.p-background span:nth-child(8) {
  top: 13%;
  left: 59%;
  width: 29vmin;
  height: 29vmin;
  transform-origin: -1vw -14vh;
  animation-duration: 62.6s;
  animation-delay: -31.5s;
  color: #fffaf0;
  box-shadow: -40vmin 0 5.1055253958vmin currentColor;
}
.p-background span:nth-child(9) {
  top: 49%;
  left: 83%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: -19vw -24vh;
  animation-duration: 54.6s;
  animation-delay: -68.2s;
  color: #fffaf0;
  box-shadow: 40vmin 0 9.8409832568vmin currentColor;
}
.p-background span:nth-child(10) {
  top: 85%;
  left: 59%;
  width: 23vmin;
  height: 23vmin;
  transform-origin: -7vw 12vh;
  animation-duration: 15.8s;
  animation-delay: -35.2s;
  color: #ffefd5;
  box-shadow: 40vmin 0 1.3412740172vmin currentColor;
}
.p-background span:nth-child(11) {
  top: 9%;
  left: 33%;
  width: 29vmin;
  height: 29vmin;
  transform-origin: -3vw -12vh;
  animation-duration: 14.2s;
  animation-delay: -69.2s;
  color: #ffefd5;
  box-shadow: 40vmin 0 4.7749337836vmin currentColor;
}
.p-background span:nth-child(12) {
  top: 5%;
  left: 26%;
  width: 35vmin;
  height: 35vmin;
  transform-origin: -13vw -8vh;
  animation-duration: 25.8s;
  animation-delay: -34.5s;
  color: #ffefd5;
  box-shadow: -40vmin 0 2.9137325396vmin currentColor;
}
.p-background span:nth-child(13) {
  top: 31%;
  left: 83%;
  width: 27vmin;
  height: 27vmin;
  transform-origin: -9vw 4vh;
  animation-duration: 24.7s;
  animation-delay: -33.2s;
  color: #fff;
  box-shadow: 40vmin 0 7.3756114552vmin currentColor;
}
.p-background span:nth-child(14) {
  top: 49%;
  left: 96%;
  width: 28vmin;
  height: 28vmin;
  transform-origin: 13vw 10vh;
  animation-duration: 16.3s;
  animation-delay: -45.3s;
  color: #ffefd5;
  box-shadow: 40vmin 0 6.4782149078vmin currentColor;
}
.p-background span:nth-child(15) {
  top: 83%;
  left: 35%;
  width: 40vmin;
  height: 40vmin;
  transform-origin: -8vw -16vh;
  animation-duration: 14s;
  animation-delay: -5.3s;
  color: #fffaf0;
  box-shadow: 40vmin 0 5.9371364499vmin currentColor;
}
.p-background span:nth-child(16) {
  top: 30%;
  left: 65%;
  width: 31vmin;
  height: 31vmin;
  transform-origin: -21vw 8vh;
  animation-duration: 57.3s;
  animation-delay: -22.5s;
  color: #fffaf0;
  box-shadow: 40vmin 0 2.2180458714vmin currentColor;
}
.p-background span:nth-child(17) {
  top: 80%;
  left: 60%;
  width: 39vmin;
  height: 39vmin;
  transform-origin: -1vw -8vh;
  animation-duration: 47s;
  animation-delay: -28.7s;
  color: #fff;
  box-shadow: -40vmin 0 9.8152285637vmin currentColor;
}
.p-background span:nth-child(18) {
  top: 81%;
  left: 37%;
  width: 39vmin;
  height: 39vmin;
  transform-origin: 21vw 19vh;
  animation-duration: 62.1s;
  animation-delay: -15s;
  color: #fff;
  box-shadow: 40vmin 0 4.2601257338vmin currentColor;
}
.p-background span:nth-child(19) {
  top: 19%;
  left: 70%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: 24vw 0vh;
  animation-duration: 57.4s;
  animation-delay: -50.8s;
  color: #fffaf0;
  box-shadow: -40vmin 0 6.0344573682vmin currentColor;
}
.p-background span:nth-child(20) {
  top: 77%;
  left: 66%;
  width: 38vmin;
  height: 38vmin;
  transform-origin: -8vw 13vh;
  animation-duration: 38.7s;
  animation-delay: -52.6s;
  color: #ffefd5;
  box-shadow: 40vmin 0 2.2236137225vmin currentColor;
}
.p-background span:nth-child(21) {
  top: 78%;
  left: 28%;
  width: 36vmin;
  height: 36vmin;
  transform-origin: 16vw -15vh;
  animation-duration: 32.1s;
  animation-delay: -32.4s;
  color: #fff;
  box-shadow: 40vmin 0 5.2339294421vmin currentColor;
}
.p-background span:nth-child(22) {
  top: 42%;
  left: 49%;
  width: 34vmin;
  height: 34vmin;
  transform-origin: -22vw -14vh;
  animation-duration: 20.8s;
  animation-delay: -11.1s;
  color: #fff;
  box-shadow: -40vmin 0 9.6567548526vmin currentColor;
}
.p-background span:nth-child(23) {
  top: 49%;
  left: 87%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: -1vw -12vh;
  animation-duration: 62.8s;
  animation-delay: -66s;
  color: #fffaf0;
  box-shadow: -40vmin 0 8.4118357984vmin currentColor;
}
.p-background span:nth-child(24) {
  top: 44%;
  left: 73%;
  width: 26vmin;
  height: 26vmin;
  transform-origin: -3vw 20vh;
  animation-duration: 26.3s;
  animation-delay: -32.6s;
  color: #fff;
  box-shadow: 40vmin 0 3.6368920054vmin currentColor;
}
.p-background span:nth-child(25) {
  top: 86%;
  left: 41%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: -5vw 24vh;
  animation-duration: 52.7s;
  animation-delay: -46.2s;
  color: #fffaf0;
  box-shadow: 40vmin 0 5.1521957864vmin currentColor;
}
.p-background span:nth-child(26) {
  top: 95%;
  left: 78%;
  width: 32vmin;
  height: 32vmin;
  transform-origin: 19vw 5vh;
  animation-duration: 44.3s;
  animation-delay: -1.1s;
  color: #ffefd5;
  box-shadow: 40vmin 0 10.9693905036vmin currentColor;
}
.p-background span:nth-child(27) {
  top: 37%;
  left: 46%;
  width: 30vmin;
  height: 30vmin;
  transform-origin: 11vw -8vh;
  animation-duration: 69.6s;
  animation-delay: -43.3s;
  color: #ffefd5;
  box-shadow: 40vmin 0 8.734762944vmin currentColor;
}
.p-background span:nth-child(28) {
  top: 7%;
  left: 85%;
  width: 22vmin;
  height: 22vmin;
  transform-origin: 0vw -13vh;
  animation-duration: 13.9s;
  animation-delay: -65.8s;
  color: #ffefd5;
  box-shadow: 40vmin 0 5.6144422576vmin currentColor;
}
.p-background span:nth-child(29) {
  top: 27%;
  left: 34%;
  width: 22vmin;
  height: 22vmin;
  transform-origin: -7vw 2vh;
  animation-duration: 46.2s;
  animation-delay: -66.3s;
  color: #fff;
  box-shadow: 40vmin 0 2.8484507894vmin currentColor;
}
.p-background span:nth-child(30) {
  top: 47%;
  left: 5%;
  width: 26vmin;
  height: 26vmin;
  transform-origin: 8vw 19vh;
  animation-duration: 11.3s;
  animation-delay: -56.5s;
  color: #fffaf0;
  box-shadow: -40vmin 0 6.0823794131vmin currentColor;
}
.p-background span:nth-child(31) {
  top: 38%;
  left: 56%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: -16vw -7vh;
  animation-duration: 22.9s;
  animation-delay: -67s;
  color: #fffaf0;
  box-shadow: 40vmin 0 5.4978168099vmin currentColor;
}
.p-background span:nth-child(32) {
  top: 76%;
  left: 69%;
  width: 23vmin;
  height: 23vmin;
  transform-origin: -15vw -14vh;
  animation-duration: 46.7s;
  animation-delay: -9.9s;
  color: #fffaf0;
  box-shadow: -40vmin 0 5.2235468355vmin currentColor;
}
.p-background span:nth-child(33) {
  top: 24%;
  left: 8%;
  width: 25vmin;
  height: 25vmin;
  transform-origin: 21vw 14vh;
  animation-duration: 48.3s;
  animation-delay: -50.6s;
  color: #fff;
  box-shadow: -40vmin 0 7.5119789589vmin currentColor;
}
.p-background span:nth-child(34) {
  top: 53%;
  left: 90%;
  width: 32vmin;
  height: 32vmin;
  transform-origin: 19vw 17vh;
  animation-duration: 60s;
  animation-delay: -52.4s;
  color: #ffefd5;
  box-shadow: 40vmin 0 7.8414645653vmin currentColor;
}
.p-background span:nth-child(35) {
  top: 62%;
  left: 70%;
  width: 35vmin;
  height: 35vmin;
  transform-origin: -12vw -5vh;
  animation-duration: 37.4s;
  animation-delay: -69.5s;
  color: #fff;
  box-shadow: 40vmin 0 4.9090945378vmin currentColor;
}
.p-background span:nth-child(36) {
  top: 89%;
  left: 83%;
  width: 33vmin;
  height: 33vmin;
  transform-origin: -8vw 10vh;
  animation-duration: 60.7s;
  animation-delay: -61.7s;
  color: #fff;
  box-shadow: 40vmin 0 6.311516617vmin currentColor;
}
.p-background span:nth-child(37) {
  top: 52%;
  left: 86%;
  width: 27vmin;
  height: 27vmin;
  transform-origin: -12vw 0vh;
  animation-duration: 50.3s;
  animation-delay: -47.5s;
  color: #fffaf0;
  box-shadow: 40vmin 0 7.7225384539vmin currentColor;
}
.p-background span:nth-child(38) {
  top: 49%;
  left: 22%;
  width: 24vmin;
  height: 24vmin;
  transform-origin: -8vw -1vh;
  animation-duration: 27.8s;
  animation-delay: -48.6s;
  color: #fffaf0;
  box-shadow: -40vmin 0 10.7035082623vmin currentColor;
}
.p-background span:nth-child(39) {
  top: 88%;
  left: 99%;
  width: 37vmin;
  height: 37vmin;
  transform-origin: 15vw 3vh;
  animation-duration: 52.3s;
  animation-delay: -4.6s;
  color: #fffaf0;
  box-shadow: -40vmin 0 3.6251066863vmin currentColor;
}
.p-background span:nth-child(40) {
  top: 55%;
  left: 4%;
  width: 39vmin;
  height: 39vmin;
  transform-origin: -13vw -18vh;
  animation-duration: 24.9s;
  animation-delay: -35.1s;
  color: #ffefd5;
  box-shadow: 40vmin 0 2.5410384386vmin currentColor;
}
.p-background span:nth-child(41) {
  top: 74%;
  left: 62%;
  width: 29vmin;
  height: 29vmin;
  transform-origin: -24vw -7vh;
  animation-duration: 30.6s;
  animation-delay: -49s;
  color: #fffaf0;
  box-shadow: -40vmin 0 5.5127700103vmin currentColor;
}
.p-background span:nth-child(42) {
  top: 63%;
  left: 88%;
  width: 38vmin;
  height: 38vmin;
  transform-origin: -13vw 20vh;
  animation-duration: 48.5s;
  animation-delay: -53.4s;
  color: #fffaf0;
  box-shadow: -40vmin 0 9.0112318958vmin currentColor;
}
.p-background span:nth-child(43) {
  top: 46%;
  left: 13%;
  width: 40vmin;
  height: 40vmin;
  transform-origin: -18vw -19vh;
  animation-duration: 49.4s;
  animation-delay: -19.1s;
  color: #ffefd5;
  box-shadow: 40vmin 0 5.8508548936vmin currentColor;
}
.p-background span:nth-child(44) {
  top: 82%;
  left: 29%;
  width: 33vmin;
  height: 33vmin;
  transform-origin: 15vw 9vh;
  animation-duration: 13.7s;
  animation-delay: -9s;
  color: #fff;
  box-shadow: 40vmin 0 5.8663990882vmin currentColor;
}
.p-background span:nth-child(45) {
  top: 1%;
  left: 45%;
  width: 40vmin;
  height: 40vmin;
  transform-origin: 24vw -6vh;
  animation-duration: 23.2s;
  animation-delay: -57.4s;
  color: #fff;
  box-shadow: 40vmin 0 9.0855182229vmin currentColor;
}
.p-background span:nth-child(46) {
  top: 46%;
  left: 66%;
  width: 34vmin;
  height: 34vmin;
  transform-origin: -14vw -22vh;
  animation-duration: 48.6s;
  animation-delay: -32.9s;
  color: #fffaf0;
  box-shadow: 40vmin 0 10.0991437926vmin currentColor;
}
.p-background span:nth-child(47) {
  top: 68%;
  left: 15%;
  width: 21vmin;
  height: 21vmin;
  transform-origin: 11vw -12vh;
  animation-duration: 34.4s;
  animation-delay: -50.3s;
  color: #ffefd5;
  box-shadow: 40vmin 0 1.6976872412vmin currentColor;
}
.p-background span:nth-child(48) {
  top: 90%;
  left: 48%;
  width: 26vmin;
  height: 26vmin;
  transform-origin: 10vw -20vh;
  animation-duration: 16.3s;
  animation-delay: -30.2s;
  color: #fffaf0;
  box-shadow: -40vmin 0 8.9192619156vmin currentColor;
}
.p-background span:nth-child(49) {
  top: 84%;
  left: 38%;
  width: 21vmin;
  height: 21vmin;
  transform-origin: -20vw 12vh;
  animation-duration: 39.5s;
  animation-delay: -29.3s;
  color: #fff;
  box-shadow: -40vmin 0 6.7887139194vmin currentColor;
}
.p-background span:nth-child(50) {
  top: 69%;
  left: 81%;
  width: 28vmin;
  height: 28vmin;
  transform-origin: 9vw -5vh;
  animation-duration: 40.3s;
  animation-delay: -43.3s;
  color: #fffaf0;
  box-shadow: 40vmin 0 1.9474925288vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
@keyframes glow {
  0% {
    color: #fff;
  }
  25% {
    color: #fffaf0;
  }
  50% {
    color: #ffefd5;
  }
  75% {
    color: #fffaf0;
  }
  100% {
    color: #fff;
  }
}
.p-campaignTitle {
  padding: 20px;
  color: #3e3a39;
}

.p-campaignClear {
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 200px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  color: #555;
  border-radius: 0 12px 12px 0;
  background: #0847c1;
}
.p-campaignClear:before {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  content: "";
  border: 15px solid transparent;
  border-right: 15px solid #0847c1;
}
.p-campaignClear .p-campaignClear_label {
  font-size: 12px;
  display: inline-block;
  width: 100px;
  margin-bottom: 2px;
  padding: 4px;
  color: #0847c1;
  border-radius: 5px;
  background: #fed10d;
}
.p-campaignClear .p-campaignClear_price {
  display: block;
  color: #fff;
}

.p-campaignNotClear {
  font-size: 16px;
  position: relative;
  display: inline-block;
  min-width: 200px;
  max-width: 100%;
  padding: 10px;
  text-align: center;
  color: #555;
  border-radius: 0 12px 12px 0;
  background: #b7bfd0;
}
.p-campaignNotClear:before {
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -15px;
  content: "";
  border: 15px solid transparent;
  border-right: 15px solid #b7bfd0;
}
.p-campaignNotClear .p-campaignNotClear_label {
  font-size: 12px;
  display: inline-block;
  width: 100px;
  margin-bottom: 2px;
  padding: 4px;
  color: #fff;
  border-radius: 5px;
  background: #838b9a;
}
.p-campaignNotClear .p-campaignNotClear_price {
  display: block;
  color: #a8aebb;
}

.p-receipt-download {
  text-align: right;
}
.p-receipt-download a {
  color: deeppink;
}

@media screen and (max-width: 900px) {
  .p-campaignClear {
    font-size: 12px;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    color: #555;
    border-radius: 0 12px 12px 0;
    background: #0847c1;
  }
  .p-campaignNotClear {
    font-size: 12px;
    position: relative;
    display: inline-block;
    min-width: 120px;
    max-width: 100%;
    padding: 10px;
    text-align: center;
    color: #555;
    border-radius: 0 12px 12px 0;
    background: #b7bfd0;
  }
}
.p-icon-like,
.p-icon-liked {
  cursor: pointer;
  width: 20px;
}

.p-icon-liked {
  animation: heartAnime 800ms;
}

.p-icon-like:hover,
.p-icon-liked:hover {
  opacity: 0.7;
}

/* ハートのアニメーション内容 */
@keyframes heartAnime {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(0.8);
  }
  75% {
    transform: scale(1.1, 0.9) translate(0, 8%);
  }
  80% {
    transform: scale(0.9, 1.1) translate(0, -3%);
  }
  100% {
    transform: scale(1, 1) translate(0, 0);
  }
}
/**
  ブレイクポイント
 */
/**
  レイアウト
 */
/**
 ネガティブマージン
 */
/**
  リズム
 */
/**
  カラーテーマ
 */
/**
  シャドウ
 */
main.start-up {
  max-width: unset;
  margin: 0;
  padding: 0;
}

.start-up p,
.start-up a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(10px, 1.5vw, 20px);
  font-weight: 500;
  line-height: 1.8;
  color: #3e3a39;
}
.start-up a {
  text-decoration: none;
  color: #3e3a39;
}
.start-up section {
  margin: 0;
  scroll-margin-top: 120px;
}
.start-up .hidden-slick {
  display: block;
}
.start-up .show-slick {
  display: none;
}
.start-up .breadcrumb {
  display: flex;
  max-width: 1330px;
  margin: auto;
  padding: 8px 0 8px 42px;
}
.start-up .breadcrumb a {
  font-size: 16px;
}
.start-up .breadcrumb a:not(:last-child):after {
  font-weight: 700;
  margin: 0 16px;
  content: ">";
}
.start-up .p-line_banner {
  position: absolute;
  top: 10%;
  left: 12%;
  width: 20%;
  max-width: 220px;
}
.start-up .p-line_banner img {
  width: 100%;
}
.start-up .p-top-content {
  position: relative;
  top: 0;
  left: 0;
}
.start-up .p-top-content .background-img {
  width: 100%;
}
.start-up .p-top-content .logo-img {
  position: absolute;
  top: 7%;
  left: 7%;
  width: clamp(0px, 8.8%, 115px);
}
.start-up .p-top-content .content-text {
  font-size: clamp(0px, 3vw, 40px);
  font-weight: 700;
  position: absolute;
  top: 42%;
  left: 7%;
}
.start-up .p-top-content .content-text .opening {
  font-size: clamp(0px, 3.2vw, 42px);
  margin: 8px;
  padding: 8px 16px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to right, #f090a3, #ea617c);
}
.start-up .p-top-content .content-text .inherited {
  font-size: clamp(0px, 3.2vw, 42px);
  margin: 8px;
  padding: 8px 16px;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to right, #98d7db, #6cc6cb);
}
.start-up .p-top-content .p-clinic-show.toggle-text.active {
  opacity: 1;
}
.start-up .p-top-content .toggle-text-wrap {
  align-items: end;
  width: 50%;
  margin: 0 auto 12px;
}
.start-up .p-top-content .toggle-text {
  font-size: 18px;
  font-weight: bold;
  display: block;
  width: 50%;
  text-align: center;
  opacity: 0;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0 2px #fff, -2px 0 2px #fff, 0 2px 2px #fff, 0 -2px 2px #fff;
}
.start-up .p-top-content .toggle-text.slider-left {
  color: #ea617c;
}
.start-up .p-top-content .toggle-text.slider-right {
  color: #017a8f;
}
.start-up .p-top-content .clinic-toggle-wrap {
  position: absolute;
  top: 63%;
  left: 0;
  width: 100%;
}
.start-up .p-top-content .clinic-toggle-wrap .clinic-toggle {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 50%;
  height: clamp(0px, 5vw, 50px);
  margin: auto;
  padding: 5px;
  text-align: center;
  border-radius: 40px;
  background-color: #b3b3b3;
}
.start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-button {
  font-size: clamp(0px, 1.8vw, 24px);
  font-weight: 700;
  position: relative;
  z-index: 1;
  align-self: center;
  flex: 1;
  padding: 8px;
  transition: color 0.3s;
  color: #fff;
}
.start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-slider {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 50%;
  height: calc(clamp(0px, 5vw, 50px) - 10px);
  transition: left 0.3s ease, background-color 0.3s ease;
  border-radius: 40px;
  background-color: #ea617c;
}
.start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .slider-right {
  left: calc(50% - 5px);
  background-color: #00b2d1;
}
.start-up .p-top-content .triangle {
  position: absolute;
  bottom: 0;
  left: 37%;
  width: clamp(10px, 2vw, 30px);
  height: calc(1.7320508076 * clamp(10px, 2vw, 30px) / 2);
  transition: left 0.3s ease;
  background: #fff;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
}
.start-up .p-top-content .triangle-right {
  left: 60%;
}
.start-up .p-clinic-wrap {
  max-width: 1350px;
  margin: 0 32px;
}
.start-up .p-clinic-wrap.p-top-content {
  margin: 0;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content {
  margin: 16px 0 120px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index {
  display: flex;
  justify-content: space-between;
  margin: 32px 0 64px 0;
  text-align: center;
  gap: 24px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent {
  position: relative;
  width: 100%;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent:hover .hover-menu-inner {
  display: flex;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  display: none;
  width: -moz-max-content;
  width: max-content;
  margin-top: 62px;
  padding: 24px;
  text-align: left;
  border: 2px solid #f2f2f2;
  border-radius: 10px;
  background: #fff;
  gap: 24px;
  filter: drop-shadow(0 0 15px rgba(17, 12, 46, 0.4));
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.red li {
  margin-bottom: 12px;
  padding: 6px 6px 6px 12px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.red li a {
  display: block;
  padding-left: 12px;
  border-left: 10px solid #c8113d;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.red li:nth-last-child(1) {
  margin-bottom: 0;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.red li:hover {
  background: #ffebeb;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.blue li {
  margin-bottom: 12px;
  padding: 6px 6px 6px 12px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.blue li a {
  display: block;
  padding-left: 12px;
  border-left: 10px solid #2e3192;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.blue li:nth-last-child(1) {
  margin-bottom: 0;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner ul.blue li:hover {
  background: #ffebeb;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .hover-menu-inner a {
  font-size: 16px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link {
  position: relative;
  display: block;
  width: 100%;
  padding: 8px 0;
  border-radius: 40px;
  background-color: rgba(234, 97, 124, 0.5);
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link p {
  font-size: 16px;
  line-height: 1.4em;
  color: #fff;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link:after {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  right: 7%;
  content: "≫";
  transform: translateY(-50%);
  color: #fff;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link:hover {
  opacity: 1;
  background-color: #ea617c;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link:hover p {
  color: #fff;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link:hover:after {
  color: #fff;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content {
  position: relative;
  border: 6px solid #efa2a2;
  border-radius: 40px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content {
  padding: 48px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .subheading-content {
  font-size: clamp(10px, 3.4vw, 46px);
  font-weight: 700;
  line-height: 1.4em;
  padding: 8px 16px;
  color: #ea617c;
  border-bottom: 2px solid #efa2a2;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .text-content {
  margin-bottom: 16px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .text-content .text {
  font-size: clamp(10px, 1.5vw, 20px);
  width: 65%;
  text-align: justify;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .text-content .title {
  font-size: clamp(10px, 2.5vw, 34px);
  font-weight: 700;
  line-height: 1.4em;
  margin: 32px 0 16px;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .bright-img {
  position: absolute;
  right: -32px;
  bottom: 16px;
  height: 58%;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .consultation-link {
  position: absolute;
  bottom: -7%;
  left: 50%;
  width: 55%;
  padding: 0 32px;
  transform: translateX(-50%);
  background-color: #fff;
}
.start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .consultation-link .link-content img {
  width: 100%;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .contents-index .index-link {
  background-color: rgba(0, 178, 209, 0.5);
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .contents-index .index-link:hover {
  background-color: #00b2d1;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content {
  border-color: #99e0ed;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .enhanse-img {
  position: absolute;
  top: -50px;
  right: -16px;
  width: 30%;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .subheading-content {
  color: #00b2d1;
  border-color: #00b2d1;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .text-content .support-img {
  position: relative;
  top: 0;
  left: -6%;
  width: 112%;
  margin: 16px 0;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .text-content .text {
  width: 100%;
}
.start-up .p-clinic-card {
  position: relative;
  margin-bottom: 120px;
  padding: 64px;
  border-radius: 40px;
  background: linear-gradient(to right, #ffd2bf, #f5c5c5);
}
.start-up .p-clinic-card .top-line {
  position: absolute;
  top: -24px;
  left: 50%;
  padding: 32px 0;
  border-left: 1px solid #3e3a39;
}
.start-up .p-clinic-card .content-title {
  position: relative;
  text-align: center;
}
.start-up .p-clinic-card .content-title p {
  font-size: clamp(10px, 3.7vw, 50px);
  font-weight: 700;
  line-height: 1.4em;
}
.start-up .p-clinic-card .content-title .free-stecker {
  position: absolute;
  top: -32px;
  right: -94px;
  width: 200px;
  height: 200px;
}
.start-up .p-clinic-card .bottom-line {
  position: relative;
  width: 1px;
  height: 32px;
  margin: 16px auto;
  border-left: 1px solid #3e3a39;
}
.start-up .p-clinic-card .content-subtitle {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  margin: auto;
  padding: 8px 32px;
  text-align: center;
  border-radius: 45px;
  background-color: #fff;
}
.start-up .p-clinic-card .content-subtitle p {
  font-size: clamp(10px, 2.9vw, 40px);
  font-weight: 700;
  color: #ea617c;
}
.start-up .p-clinic-card .content-subtitle .free-stecker {
  position: absolute;
  top: -121px;
  right: -112px;
  width: 190px;
  height: 190px;
}
.start-up .p-clinic-card .content-text {
  margin: 32px 0 52px 0;
  text-align: justify;
}
.start-up .p-clinic-card .content-text .red-text {
  font-size: clamp(0px, 2.2vw, 30px);
  margin-bottom: 16px;
  color: #d71717;
}
.start-up .p-clinic-card .content-text .blue-text {
  font-size: clamp(0px, 2.2vw, 30px);
  margin-bottom: 16px;
  color: #0071bc;
}
.start-up .p-clinic-card .support-flow {
  width: 100%;
  margin: 0 auto 64px;
}
.start-up .p-clinic-card .support-grid {
  margin-bottom: 40px;
}
.start-up .p-clinic-card .support-grid .support-row {
  display: grid;
  max-width: 975px;
  margin: 0 auto;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 0 32px;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-align: center;
  border-radius: 20px 20px 0 0;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-text {
  line-height: 1.4em;
  margin: 16px 0;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-img {
  width: 100%;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-title {
  font-weight: 700;
  height: 50px;
  margin: 8px 0;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-title .title-border {
  margin: 32px;
  border-left: 1px solid;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-bottom {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  padding-bottom: 32px;
  border-radius: 0 0 20px 20px;
  background-color: #c8113d;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-bottom.cell-blue {
  background-color: #2e3192;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-circle {
  position: absolute;
  bottom: -76px;
  left: 50%;
  width: 60px;
  height: 60px;
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background-color: #ea617c;
  box-shadow: rgba(17, 12, 46, 0.15) 0 48px 100px 0;
}
.start-up .p-clinic-card .support-grid .support-row .support-cell .cell-arrow {
  position: absolute;
  bottom: -47px;
  left: 50%;
  width: 30px;
  height: 30px;
  transform: translate(-50%, -50%);
}
.start-up .p-clinic-card .comment-card {
  display: block;
  margin: 32px 0;
  padding: 32px;
  border: 2px solid;
  border-radius: 20px;
  background-color: #fff;
}
.start-up .p-clinic-card .comment-card.man {
  border-color: #b1cfeb;
}
.start-up .p-clinic-card .comment-card.man .comment-profile p {
  color: #0071bc;
}
.start-up .p-clinic-card .comment-card.woman {
  border-color: #efc1c3;
}
.start-up .p-clinic-card .comment-card.woman .comment-profile p {
  color: #ea617c;
}
.start-up .p-clinic-card .comment-card .comment-content {
  display: flex;
  justify-content: space-between;
}
.start-up .p-clinic-card .comment-card .comment-content .comment-icon {
  width: 17%;
}
.start-up .p-clinic-card .comment-card .comment-content .comment-icon img {
  width: 100%;
}
.start-up .p-clinic-card .comment-card .comment-content .comment-text {
  width: 77%;
  padding-bottom: 12px;
  border-bottom: 1px solid #999;
}
.start-up .p-clinic-card .comment-card .comment-profile {
  display: flex;
  justify-content: end;
  margin: 8px 0;
}
.start-up .p-clinic-card .doctor-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 72px;
}
.start-up .p-clinic-card .doctor-list .doctor-item img {
  width: 100%;
  padding-top: 32px;
  filter: drop-shadow(0 0 15px rgba(17, 12, 46, 0.4));
}
.start-up .p-clinic-card .link-content {
  position: relative;
  display: block;
  margin: auto;
}
.start-up .p-clinic-card .link-content img {
  width: 100%;
}
.start-up .p-clinic-card .link-content.btn2 {
  width: 70%;
}
.start-up .p-clinic-card .link-content.btn3 {
  width: 90%;
}
.start-up .inherited .p-clinic-card {
  background: linear-gradient(to right, #d3eeef, #a7dde0);
}
.start-up .inherited .p-clinic-card .content-subtitle {
  text-align: left;
}
.start-up .inherited .p-clinic-card .content-subtitle .free-stecker {
  top: -76px;
}
.start-up .inherited .p-clinic-card .d-transit-logo {
  justify-content: space-between;
  width: 100%;
}
.start-up .inherited .p-clinic-card .d-transit-logo img:not(:nth-child(2)) {
  width: 20%;
}
.start-up .inherited .p-clinic-card .d-transit-logo img:nth-child(2) {
  width: 50%;
}
.start-up .inherited .p-clinic-card .flow-img {
  margin: 80px 0;
}
.start-up .inherited .p-clinic-card .flow-img img {
  position: relative;
  top: 0;
  left: -80px;
  width: calc(100% + 160px);
}
.start-up .inherited .p-clinic-card .content-subtitle p {
  color: #00b2d1;
}
.start-up .inherited .p-clinic-card .support-grid .movie-sample {
  margin: 16px 0;
}
.start-up .inherited .p-clinic-card .support-grid .support-row .support-cell {
  border-radius: 20px;
}
.start-up .inherited .p-clinic-card .support-grid .support-row .cell-text {
  position: relative;
  z-index: 1;
  height: 108px;
  margin: 0;
  color: #fff;
}
.start-up .inherited .p-clinic-card .support-grid .support-row .cell-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 108px;
  border-radius: 20px 20px 0 0;
  background-color: #00b2d1;
}
.start-up .inherited .p-clinic-card .support-grid .support-row .cell-circle {
  bottom: -60px;
  background-color: #00b2d1;
}
.start-up .inherited .p-clinic-card .support-grid .support-row .cell-arrow {
  bottom: -30px;
}
.start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .consultation-link {
  bottom: -5%;
}
.start-up #p-toTop {
  width: 100px;
  height: 100px;
}
.start-up #p-toTop .p-toTop-arrow {
  font-size: 14px;
  top: 27px;
  left: 40px;
  width: 20px;
  height: 20px;
}
.start-up #p-toTop .p-toTop-text {
  font-size: 18px;
}
.start-up .p-floating {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100px;
  margin-right: 2%;
  margin-bottom: 124px;
}
.start-up .p-floating .floating-img {
  display: block;
  margin: 24px 0;
  filter: drop-shadow(0 0 15px rgba(17, 12, 46, 0.4));
}
.start-up .p-floating .floating-img img {
  width: 100%;
}
.start-up .p-clinic-show {
  display: none;
}
.start-up .p-clinic-show.active {
  display: block;
}

@media screen and (max-width: 1430px) {
  main.start-up {
    padding: 0;
  }
}
@media screen and (min-width: 1330px) {
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle {
    height: 68px;
  }
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-button {
    padding: 16px;
  }
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-slider {
    height: 58px;
  }
  .start-up .p-clinic-wrap {
    margin: 0 auto;
  }
  .start-up .p-clinic-wrap.p-top-content {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .start-up section {
    scroll-margin-top: 280px;
  }
}
@media screen and (max-width: 1200px) {
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .text-free,
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .text-consultation {
    font-size: 1.4rem;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .text-free {
    padding: 0 32px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .text-consultation {
    padding: 0 76px 0 32px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .arrow-circle {
    width: 48px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .consultation-link .link-content .arrow {
    top: 16px;
    right: 15px;
    width: 26px;
    height: 26px;
  }
  .start-up .p-clinic-card .link-content .text-free,
  .start-up .p-clinic-card .link-content .text-consultation {
    font-size: 1.4rem;
  }
  .start-up .p-clinic-card .link-content .text-free {
    padding: 8px 30px;
  }
  .start-up .p-clinic-card .link-content .text-consultation {
    padding: 8px 80px 8px 30px;
  }
  .start-up .p-clinic-card .link-content .arrow-circle {
    width: 54px;
  }
  .start-up .p-clinic-card .link-content .arrow {
    top: 19px;
    right: 19px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .consultation-link {
    bottom: -5%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .consultation-link {
    bottom: -3%;
  }
  .start-up .p-clinic-card .content-subtitle .free-stecker {
    top: -79px;
    right: -93px;
    width: 140px;
    height: 140px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent:hover .hover-menu-inner {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  main.start-up {
    padding: 0;
  }
  .start-up p,
  .start-up a {
    font-size: clamp(14px, 3.7vw, 19px);
  }
  .start-up section {
    scroll-margin-top: 100px;
  }
  .start-up .p-line_banner {
    top: 4.5vw;
    right: 2vw;
    left: inherit;
    width: 30vw;
  }
  .start-up .p-top-content .logo-img {
    top: 4%;
    left: 12%;
    width: clamp(0px, 16%, 136px);
  }
  .start-up .p-top-content .toggle-text-wrap {
    width: 90%;
  }
  .start-up .p-top-content .toggle-text {
    font-size: clamp(0.625rem, 0.268rem + 1.79vw, 1.125rem);
    width: 100%;
  }
  .start-up .p-top-content .content-text {
    font-size: clamp(0px, 4.5vw, 35px);
    top: 21%;
    left: 12%;
  }
  .start-up .p-top-content .content-text .opening {
    font-size: clamp(0px, 5vw, 40px);
    padding: clamp(0px, 1vw, 8px) clamp(0px, 2vw, 16px);
  }
  .start-up .p-top-content .content-text .inherited {
    font-size: clamp(0px, 5vw, 40px);
    padding: clamp(0px, 1vw, 8px) clamp(0px, 2vw, 16px);
  }
  .start-up .p-top-content .clinic-toggle-wrap {
    top: 80%;
  }
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle {
    width: 90%;
    height: clamp(0px, 10vw, 78px);
  }
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-button {
    font-size: clamp(0px, 3vw, 23px);
  }
  .start-up .p-top-content .clinic-toggle-wrap .clinic-toggle .toggle-slider {
    height: calc(clamp(0px, 10vw, 78px) - 10px);
  }
  .start-up .p-top-content .triangle {
    left: 24%;
    width: 6vw;
    height: 5.1961524227vw;
  }
  .start-up .p-top-content .triangle-right {
    left: 71%;
  }
  .start-up .p-clinic-wrap {
    margin: 0 16px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content {
    margin: 0 0 64px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index {
    margin: 32px 0;
    border-bottom: 2px solid #b3b3b3;
    gap: 8px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link {
    justify-content: center;
    text-align: center;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link,
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent {
    display: flex;
    flex: 1;
    border-left: none;
    border-radius: 0;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link:not(:first-child),
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent:not(:first-child) {
    border-left: 2px solid #e6e6e6;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link::after,
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent::after {
    font-size: 1rem;
    top: auto;
    right: auto;
    bottom: 0.4rem;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link p,
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .contents-index .index-link-parent p {
    font-size: 0.5rem;
    padding-bottom: 1.5rem;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content {
    border: 3px solid #efa2a2;
    border-radius: 20px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content {
    padding: 16px 24px 32px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .subheading-content {
    font-size: clamp(16px, 5.5vw, 18px);
    padding: 24px 16px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .text-content .title {
    font-size: clamp(13px, 4.3vw, 22px);
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .text-content .text {
    font-size: clamp(14px, 3.7vw, 19px);
    width: 100%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .heading-content .bright-img {
    top: 7%;
    right: 16px;
    width: clamp(133px, 36vw, 174px);
  }
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .consultation-link {
    width: clamp(0px, 90%, 402px);
  }
  .start-up .p-clinic-card {
    margin: 16px 0 32px;
    padding: 24px;
    border-radius: 20px;
  }
  .start-up .p-clinic-card .top-line {
    top: -16px;
    padding: 16px 0;
  }
  .start-up .p-clinic-card .content-title p {
    font-size: clamp(18px, 5vw, 25px);
  }
  .start-up .p-clinic-card .bottom-line {
    height: 24px;
    margin: 8px auto;
  }
  .start-up .p-clinic-card .content-subtitle {
    width: 100%;
    margin: 32px 0;
  }
  .start-up .p-clinic-card .content-subtitle p {
    font-size: clamp(16px, 4.5vw, 23px);
  }
  .start-up .p-clinic-card .content-subtitle .free-stecker {
    top: clamp(-110px, -23vw, 20px);
    right: -26px;
    width: 100px;
    height: 100px;
  }
  .start-up .p-clinic-card .content-text {
    margin: 32px 0;
  }
  .start-up .p-clinic-card .content-text .red-text,
  .start-up .p-clinic-card .content-text .blue-text {
    font-size: clamp(16px, 4.5vw, 23px);
  }
  .start-up .p-clinic-card .support-flow {
    max-width: 400px;
  }
  .start-up .p-clinic-card .support-grid {
    margin: 0;
  }
  .start-up .p-clinic-card .support-grid .support-row {
    gap: 0 16px;
  }
  .start-up .p-clinic-card .support-grid .support-row .support-cell {
    width: 100%;
    max-width: 400px;
    margin: auto;
    padding: 8px;
  }
  .start-up .p-clinic-card .support-grid .support-row .support-cell .cell-text {
    font-size: 1rem;
  }
  .start-up .p-clinic-card .support-grid .support-row .support-cell .cell-title {
    font-size: 1rem;
    line-height: 1.4em;
    margin: 16px 0;
  }
  .start-up .p-clinic-card .comment-card {
    max-width: 400px;
    margin: 32px auto;
  }
  .start-up .p-clinic-card .comment-card .comment-content {
    display: block;
  }
  .start-up .p-clinic-card .comment-card .comment-content .comment-icon {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 16px 0;
  }
  .start-up .p-clinic-card .comment-card .comment-content .comment-icon img {
    width: 120px;
  }
  .start-up .p-clinic-card .comment-card .comment-content .comment-text {
    width: 100%;
  }
  .start-up .p-clinic-card .doctor-list.slick-slider {
    left: -48px;
  }
  .start-up .p-clinic-card .link-content.btn2 {
    width: 90%;
  }
  .start-up .p-clinic-card .link-content.btn3 {
    width: 100%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .enhanse-img {
    top: 105px;
    right: 0;
    width: 39%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .subheading-content {
    padding: 8px 0 16px;
    text-align: center;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .first-content .container-content .heading-content .text-content .support-img {
    margin: 40px 0 16px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .d-transit-logo {
    position: relative;
    max-width: 400px;
    margin: auto;
    padding: 16px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .d-transit-logo img:nth-child(1) {
    width: 100%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .d-transit-logo .d-transit-man {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .d-transit-logo .d-transit-man img {
    width: 40%;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .d-transit-logo .free-stecker {
    position: absolute;
    top: -85px;
    right: -40px;
    width: 100px;
    height: 100px;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .flow-img {
    margin: 40px 0;
  }
  .start-up .p-clinic-wrap .p-opening-clinic.inherited .p-clinic-card .flow-img img {
    left: 4px;
    width: calc(100% + 24px);
  }
  .start-up .p-floating {
    width: 70px;
  }
  .start-up .p-floating .floating-gplus .gplus-login {
    padding: 6px 8px;
  }
  .start-up .p-floating .floating-gplus .gplus-register {
    padding: 5px 8px;
  }
  .start-up .hidden-slick {
    display: none;
  }
  .start-up .show-slick {
    display: block;
  }
  .start-up .p-clinic-card .doctor-list.slick-slider {
    position: relative;
    top: 0;
    display: block;
    width: 100vw;
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-prev,
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-next {
    z-index: 1;
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-prev:before,
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-next:before {
    display: block;
    width: clamp(45px, 9vw, 92px);
    height: clamp(45px, 9vw, 92px);
    content: "";
    transform: translateY(-85%);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-prev {
    left: clamp(26px, 8vw, 70px);
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-prev:before {
    background-image: url("../images/startUp/carousel_left.png");
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-next {
    right: clamp(55px, 14.7vw, 130px);
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-next:before {
    background-image: url("../images/startUp/carousel_right.png");
  }
  .start-up .p-clinic-card .doctor-list.slick-slider .slick-slide > div {
    margin: 0 16px;
  }
  .start-up .p-floating {
    margin-bottom: 94px;
  }
  .start-up #p-toTop {
    width: 70px;
    height: 70px;
  }
  .start-up #p-toTop .p-toTop-arrow {
    top: 16px;
    left: 29px;
    width: 10px;
    height: 10px;
  }
  .start-up #p-toTop .p-toTop-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .start-up .p-clinic-wrap .p-opening-clinic .first-content .container-content .consultation-link {
    bottom: -3%;
  }
  .start-up .p-clinic-card.inherited .content-subtitle .free-stecker {
    top: clamp(-110px, -11vw, 20px);
  }
  .start-up .p-clinic-card .content-subtitle .free-stecker {
    right: -26px;
    width: 100px;
    height: 100px;
  }
  .start-up .p-clinic-card .link-content .text-free {
    font-size: 0.5rem;
    padding: 12px;
  }
  .start-up .p-clinic-card .link-content .text-consultation {
    font-size: 0.5rem;
    padding: 12px 48px 12px 12px;
  }
  .start-up .p-clinic-card .link-content .arrow-circle {
    width: 36px;
  }
  .start-up .p-clinic-card .link-content .arrow {
    top: 13px;
    right: 13px;
    width: 13px;
    height: 13px;
  }
  .start-up .p-clinic-card .support-grid .support-row {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
  .start-up .p-clinic-card .support-grid .support-row .support-cell {
    max-width: 180px;
  }
}
header {
  z-index: 1000;
}

.g21premium p,
.g21premium a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4em;
  color: #3e3a39;
}
.g21premium a {
  text-decoration: none;
  color: #3e3a39;
}
.g21premium small {
  font-size: 75%;
}
.g21premium section {
  margin: 0;
  scroll-margin-top: 120px;
}
.g21premium .show-pc {
  display: block;
}
.g21premium .show-sp {
  display: none;
}
.g21premium .show-1130 {
  display: none;
}
.g21premium .apply-btn {
  width: 100%;
  max-width: 700px;
}
.g21premium .p-g21-first {
  background-image: url("../images/g21premium/firstview_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.g21premium .p-g21-first .first-view {
  position: relative;
  top: 0;
  left: 0;
}
.g21premium .p-g21-first .first-view .text-content {
  padding: 64px 32px;
}
.g21premium .p-g21-first .first-view .text-content .subtitle {
  font-size: 2rem;
  margin-bottom: 16px;
}
.g21premium .p-g21-first .first-view .text-content .title {
  position: relative;
  max-width: 1000px;
  margin: auto;
}
.g21premium .p-g21-first .first-view .text-content .title p {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  border-radius: 100px;
  background-color: #fff;
}
.g21premium .p-g21-first .first-view .text-content .title:before {
  position: absolute;
  z-index: 1;
  left: -4px;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  margin: auto;
  content: "";
  border-radius: 100px;
  background: linear-gradient(135deg, #1eaeb2 0%, #1eaeb2 50%, #fa8589 50%, #fa8589 100%);
  inset: 0;
}
.g21premium .p-g21-first .first-view .text-content .main-text {
  position: relative;
  max-width: 1032px;
  margin: 40px auto;
}
.g21premium .p-g21-first .first-view .text-content .main-text p {
  margin: 16px 0;
}
.g21premium .p-g21-first .first-view .text-content .main-text .people-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
.g21premium .p-g21-first .first-view .text-content .main-text .people-img img {
  position: absolute;
  top: 44px;
  width: 20%;
  transform: translateY(-43%);
}
.g21premium .p-g21-first .first-view .text-content .main-text .people-img img:nth-child(1) {
  left: 0;
}
.g21premium .p-g21-first .first-view .text-content .main-text .people-img img:nth-child(2) {
  right: 0;
}
.g21premium .p-g21-first .service-menu {
  padding: 24px 0 124px;
  background-color: #dfefff;
}
.g21premium .p-g21-first .service-menu .text-content {
  margin-bottom: 24px;
}
.g21premium .p-g21-first .service-menu .text-content .title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
  color: #1b49bb;
}
.g21premium .p-g21-first .service-menu .text-content .subtitle {
  font-size: 1.4rem;
}
.g21premium .p-g21-first .service-menu .slick-menu.slick-slider {
  max-width: 1250px;
  margin: 0 auto;
}
.g21premium .p-g21-first .service-menu .slick-menu .slick-track .slick-slide > div {
  margin: 0 16px;
}
.g21premium .p-g21-first .service-menu .slick-menu .slick-track .slick-slide > div a img {
  width: 100%;
  padding: 8px 0;
  filter: drop-shadow(0 0 4px rgba(17, 12, 46, 0.25));
}
.g21premium .p-g21-first .service-menu .slick-dots {
  bottom: -30px;
}
.g21premium .p-g21-first .service-menu .slick-dots li {
  width: 10px;
  height: 10px;
}
.g21premium .p-g21-first .service-menu .slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: "";
  opacity: 1;
  border: 1px solid;
  border-radius: 100px;
  background-color: #fff;
}
.g21premium .p-g21-first .service-menu .slick-dots li.slick-active button:before {
  background-color: #000;
}
.g21premium .p-g21-first .service-menu .slick-prev,
.g21premium .p-g21-first .service-menu .slick-next {
  z-index: 1;
  top: unset;
  bottom: -110px;
  width: 40px;
  height: 40px;
}
.g21premium .p-g21-first .service-menu .slick-prev:before,
.g21premium .p-g21-first .service-menu .slick-next:before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.g21premium .p-g21-first .service-menu .slick-prev {
  left: 44%;
}
.g21premium .p-g21-first .service-menu .slick-prev:before {
  background-image: url("../images/g21premium/service_arrow_left.svg");
}
.g21premium .p-g21-first .service-menu .slick-next {
  right: 44%;
}
.g21premium .p-g21-first .service-menu .slick-next:before {
  background-image: url("../images/g21premium/service_arrow_right.svg");
}
.g21premium .p-g21-wrap {
  max-width: 1250px;
  margin: 0 auto;
}
.g21premium .p-g21-wrap .p-g21-card {
  margin: 56px 0 80px;
  border: 10px solid #8da4dd;
  border-radius: 90px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .title {
  position: relative;
  margin: 64px 0 80px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .title p {
  font-size: 3rem;
  font-weight: 700;
  color: #1b49bb;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .title:before, .g21premium .p-g21-wrap .p-g21-card .text-content .title:after {
  position: absolute;
  left: 50%;
  content: "";
  border-left: 2px solid #1b49bb;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .title:before {
  top: -104px;
  padding: 48px 0;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .title:after {
  bottom: -50px;
  padding: 20px 0;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .subtitle {
  position: relative;
  margin: 0 auto 32px;
  padding: 16px;
  border-radius: 100px;
  background-color: #fff;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .subtitle p {
  font-size: 2rem;
  font-weight: 700;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .subtitle.example {
  margin: 0 auto 32px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content .subtitle:before {
  position: absolute;
  z-index: -1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  border-radius: 100px;
  background: linear-gradient(135deg, #1eaeb2 0%, #1eaeb2 50%, #fa8589 50%, #fa8589 100%);
}
.g21premium .p-g21-wrap .p-g21-card .text-content .main-text p {
  margin-bottom: 16px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content.consultation .subtitle {
  max-width: 600px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content.consultation .main-text {
  margin-bottom: 56px;
}
.g21premium .p-g21-wrap .p-g21-card .text-content.service .subtitle {
  max-width: 900px;
  margin-bottom: 32px;
}
.g21premium .p-g21-wrap .p-g21-card .content-img {
  position: relative;
  top: 0;
  left: 0;
}
.g21premium .p-g21-wrap .p-g21-card .content-img .main-content img {
  width: 100%;
  border-radius: 0 0 80px 80px;
}
.g21premium .p-g21-wrap .p-g21-card .content-img .free-link {
  position: absolute;
  right: 8px;
  bottom: 10%;
  width: 55%;
  padding: 0 84px;
}
.g21premium .p-g21-wrap .p-g21-card .content-img .free-link img {
  width: 100%;
}
.g21premium section {
  margin-bottom: 80px;
}
.g21premium .btn-group {
  display: flex;
  justify-content: center;
  gap: 32px 64px;
}
.g21premium #p-toTop {
  width: 100px;
  height: 100px;
}
.g21premium #p-toTop .p-toTop-arrow {
  font-size: 14px;
  top: 27px;
  left: 40px;
  width: 20px;
  height: 20px;
}
.g21premium #p-toTop .p-toTop-text {
  font-size: 18px;
}
.g21premium .p-floating {
  position: fixed;
  z-index: 2;
  right: 0;
  bottom: 0;
  width: 100px;
  margin-right: 2%;
  margin-bottom: 124px;
}
.g21premium .p-floating .floating-img {
  display: block;
  margin: 24px 0;
  filter: drop-shadow(0 0 15px rgba(17, 12, 46, 0.4));
}
.g21premium .p-floating .floating-img img {
  width: 100%;
}

@media screen and (max-width: 1330px) {
  .g21premium .p-g21-wrap {
    margin: 0 80px;
  }
}
@media screen and (max-width: 1130px) {
  .g21premium .show-1130 {
    display: block;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text {
    max-width: 650px;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text p {
    line-height: 2em;
    margin: 0;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text .people-img img {
    width: 32%;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text .people-img img:nth-child(2) {
    right: -10px;
    width: 35%;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content.service .subtitle {
    margin: 0 16px 32px;
  }
}
@media screen and (max-width: 1024px) {
  .g21premium section {
    margin-bottom: 32px;
  }
  .g21premium .apply-btn {
    max-width: 400px;
  }
  .g21premium .btn-group {
    display: grid;
    justify-content: inherit;
    gap: 24px 64px;
  }
  .g21premium .p-g21-wrap {
    max-width: 600px;
    margin: 0 auto;
  }
  .g21premium .p-g21-wrap .p-g21-card {
    margin: 32px 0;
    border-width: 3px;
    border-radius: 20px;
  }
  .g21premium .p-g21-wrap .p-g21-card p {
    font-size: 1.2rem !important;
    line-height: 1.8em !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content {
    padding: 0 16px;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title {
    margin: 32px 0;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title p {
    font-size: 1.9rem !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title:before, .g21premium .p-g21-wrap .p-g21-card .text-content .title:after {
    border-width: 1px;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title:before {
    top: -46px;
    padding: 16px 0;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title:after {
    bottom: -26px;
    padding: 7px 0;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .subtitle {
    padding: 8px;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .subtitle p {
    line-height: 1.8em !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .subtitle:before {
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .main-text p {
    margin: 0;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content.consultation .subtitle {
    max-width: 360px;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content.consultation .main-text {
    margin-bottom: 16px;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content.service .subtitle {
    max-width: 500px;
    margin: 40px auto 16px;
  }
  .g21premium .p-g21-wrap .p-g21-card .content-img .main-content img {
    border-radius: 0 0 18px 18px;
  }
  .g21premium .p-g21-wrap .p-g21-card .content-img .free-link {
    position: static;
    display: block;
    width: 60%;
    margin: 16px auto 32px;
    padding: 0;
  }
}
@media screen and (max-width: 875px) {
  .g21premium p {
    font-size: 1.2rem !important;
    line-height: 1.8em !important;
  }
  .g21premium .show-pc {
    display: none;
  }
  .g21premium .show-sp {
    display: block;
  }
  .g21premium .p-g21-first {
    background-image: url("../images/g21premium/firstview_bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .g21premium .p-g21-first .first-view .text-content {
    margin: 0;
    padding: 40px 16px;
  }
  .g21premium .p-g21-first .first-view .text-content .subtitle {
    margin-bottom: 4px;
  }
  .g21premium .p-g21-first .first-view .text-content .title {
    max-width: 440px;
    height: 53px;
  }
  .g21premium .p-g21-first .first-view .text-content .title p {
    padding: 9px;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text {
    max-width: 500px;
    margin: 8px auto;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text p {
    margin: 0;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text .people-img {
    bottom: 25px;
  }
  .g21premium .p-g21-first .first-view .text-content .main-text .people-img img:nth-child(1) {
    left: 0;
    width: clamp(75px, 30%, 150px);
  }
  .g21premium .p-g21-first .first-view .text-content .main-text .people-img img:nth-child(2) {
    right: -10px;
    width: clamp(89px, 33%, 165px);
  }
  .g21premium .p-g21-first .service-menu {
    padding: 0 0 88px;
    background-color: unset;
  }
  .g21premium .p-g21-first .service-menu .text-content {
    margin-bottom: 50px;
  }
  .g21premium .p-g21-first .service-menu .text-content .title {
    font-size: 1.6rem !important;
    line-height: 1em !important;
    margin: 0;
  }
  .g21premium .p-g21-first .service-menu .text-content .subtitle {
    margin: 0;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-prev,
  .g21premium .p-g21-first .service-menu .slick-menu .slick-next {
    bottom: -106px;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-prev {
    left: 41%;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-next {
    right: 41%;
  }
  .g21premium .text-content.service {
    margin-bottom: 32px;
  }
  .g21premium #p-toTop {
    line-height: 1.15;
    width: 70px !important;
    height: 70px !important;
  }
  .g21premium #p-toTop .p-toTop-arrow {
    top: 16px;
    left: 29px !important;
    width: 10px;
    height: 10px;
  }
  .g21premium #p-toTop .p-toTop-text {
    line-height: 1.15;
  }
  .g21premium .p-floating {
    width: 70px;
    margin: 0 2% 94px 0;
  }
}
@media screen and (max-width: 650px) {
  .g21premium .p-g21-wrap {
    margin: 0 16px;
  }
}
@media screen and (max-width: 500px) {
  .g21premium p {
    font-size: 0.7rem !important;
  }
  .g21premium .p-g21-first .first-view .text-content .title {
    max-width: 300px;
    height: 42px;
  }
  .g21premium .p-g21-first .first-view .text-content .title p {
    font-size: 1rem !important;
    padding: 6px 0;
  }
  .g21premium .p-g21-first .first-view .text-content .title:before {
    top: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 3px);
  }
  .g21premium .p-g21-first .first-view .text-content .main-text {
    max-width: 500px;
  }
  .g21premium .p-g21-first .service-menu {
    padding: 0 0 66px;
  }
  .g21premium .p-g21-first .service-menu .text-content {
    margin-bottom: 24px;
  }
  .g21premium .p-g21-first .service-menu .text-content .title {
    font-size: 1.2rem !important;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-prev,
  .g21premium .p-g21-first .service-menu .slick-menu .slick-next {
    bottom: -84px;
    width: 30px;
    height: 30px;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-prev:before,
  .g21premium .p-g21-first .service-menu .slick-menu .slick-next:before {
    width: 30px;
    height: 30px;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-prev {
    left: 37%;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-next {
    right: 37%;
  }
  .g21premium .p-g21-first .service-menu .slick-menu .slick-dots {
    bottom: -24px;
  }
  .g21premium .p-g21-wrap .p-g21-card p {
    font-size: 0.7rem !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .title p {
    font-size: 1rem !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content .subtitle p {
    line-height: 1.8em !important;
  }
  .g21premium .p-g21-wrap .p-g21-card .text-content.service .subtitle {
    max-width: 280px;
  }
}
.p-g21-apply-flow-message {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}
.p-g21-apply-flow-message .p-flow-img {
  padding-bottom: 32px;
  border-bottom: 2px solid #989ccd;
}
.p-g21-apply-flow-message .p-flow-img img {
  max-width: 600px;
  margin: auto;
}
.p-g21-apply-flow-message .p-flow-text {
  margin: 32px 0;
}
.p-g21-apply-flow-message .p-flow-text p {
  font-size: 16px;
}
.p-g21-apply-flow-message .p-g21-apply-img img {
  display: block;
  width: 100%;
  margin: auto;
}

.input-error {
  background-color: rgb(248, 215, 218) !important;
  color: #58668d !important;
}

@media screen and (max-width: 768px) {
  .p-g21-apply-flow-message .p-flow-img img {
    max-width: unset;
  }
  .g21premium .c-btn {
    width: 100%;
    max-width: 100%;
  }
}
.l-consultation {
  padding: 24px;
  border: 6px solid mediumpurple;
  border-radius: 50px;
}
.l-consultation .title {
  position: relative;
  max-width: 1000px;
  margin: 58px auto;
}
.l-consultation .title:before {
  position: absolute;
  z-index: 1;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  content: "";
  border-radius: 100px;
  background: linear-gradient(135deg, #1eaeb2 0%, #1eaeb2 50%, #fa8589 50%, #fa8589 100%);
}
.l-consultation h2 {
  font-size: 3rem;
  font-weight: 700;
  position: relative;
  z-index: 2;
  padding: 30px 0;
  border-radius: 100px;
  background-color: #fff;
}
.l-consultation h3 {
  font-size: 24px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 18px;
}
.l-consultation .l-tow-col .l-items_first {
  width: 61%;
}
.l-consultation .l-tow-col .l-items_last {
  position: relative;
  width: 38%;
  min-width: 30%;
  vertical-align: bottom;
}
.l-consultation .p-btn-log {
  width: 56%;
}

.input-error {
  background-color: rgb(248, 215, 218) !important;
  color: #58668d !important;
}

@media screen and (max-width: 768px) {
  .l-consultation .title {
    margin-top: 28px;
    margin-bottom: 28px;
  }
  .l-consultation h2 {
    font-size: 1.4rem;
    padding: 18px 0;
  }
  .l-consultation h3 {
    font-size: 18px;
    line-height: 1.5;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
  }
  .l-consultation p {
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
    margin: 24px auto;
  }
  .l-consultation .p-btn-log {
    width: 100%;
  }
  .l-consultation a {
    display: block;
    margin: 24px;
    text-align: center;
  }
  .l-consultation .l-tow-col .l-items_last {
    width: 100%;
  }
}
.slick-nav-menu {
  padding: 8px 56px;
  background-color: #efefef;
}
.slick-nav-menu .slick-track .slick-slide > div {
  display: flex;
  margin: 0 16px;
  padding: 8px 0;
}
.slick-nav-menu .slick-track .slick-slide > div a:hover {
  opacity: 1;
}
.slick-nav-menu .slick-track .slick-slide > div a:hover img {
  filter: drop-shadow(0 0 2px rgba(17, 12, 46, 0.6));
}
.slick-nav-menu .slick-track .slick-slide > div a img {
  transition: 0.3s;
  filter: drop-shadow(0 0 4px rgba(17, 12, 46, 0.25));
}
.slick-nav-menu .slick-prev,
.slick-nav-menu .slick-next {
  width: 40px;
  height: 40px;
}
.slick-nav-menu .slick-prev:before,
.slick-nav-menu .slick-next:before {
  display: block;
  width: 40px;
  height: 40px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
}
.slick-nav-menu .slick-prev {
  left: 1%;
}
.slick-nav-menu .slick-prev:before {
  background-image: url("../images/g21premium/service_arrow_left.svg");
}
.slick-nav-menu .slick-next {
  right: 1%;
}
.slick-nav-menu .slick-next:before {
  background-image: url("../images/g21premium/service_arrow_right.svg");
}

@media screen and (max-width: 900px) {
  .slick-nav-menu {
    display: none !important;
  }
}
.p-display-input {
  line-height: 32px;
  width: 100%;
  line-break: anywhere;
}

.p-display-inputAdditional {
  font-size: 72%;
  line-height: normal;
}

.p-validation-error {
  font-size: 14px;
  display: block;
  padding: 0 8px;
  color: #fd5454;
}

.p-lp-img {
  width: 100%;
}

.p-lp-other-btn {
  font-size: 24px;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 560px;
  padding: 24px 36px;
}
.p-lp-other-btn-white {
  top: 16px;
  color: #1a49ba;
  border: 1px solid #1a49ba;
  background: #fff;
}

.p-hand-img {
  position: absolute;
  right: -13px;
  bottom: 0;
  left: auto;
  width: 70px;
}

.p-entryText {
  font-size: 24px;
  line-height: 40px;
}

.p-btn-entry {
  font-size: 24px;
  display: inline-block;
  width: 45%;
  padding: 24px;
  text-decoration: none;
}

.p-campaign {
  position: relative;
  padding: 60px 0 40px;
  color: #3e3a39;
  border: 5px solid #f48123;
  border-radius: 20px;
  background-color: #fef9e3;
}
.p-campaign_title {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 600px;
  transform: translate(-50%, -50%);
}
.p-campaign .p-nowLogoImageContainer {
  position: absolute;
  top: -20px;
  left: 50px;
}
.p-campaign .p-nowLogoImageContainer_image {
  width: 100px;
}

.p-mainVisual {
  position: relative;
  z-index: 0;
  background-color: red;
}
.p-mainVisual p {
  font-size: 32px;
}
.p-mainVisual_content {
  display: flex;
}
.p-mainVisual_content .p-lp-img {
  width: auto;
  max-width: 680px;
  min-height: 470px;
}
.p-mainVisual_title {
  font-size: 32px;
  font-weight: bold;
  position: absolute;
  margin-top: 60px;
  margin-bottom: 16px;
  margin-left: 80px;
  text-align: left;
  color: #1a49ba;
}
.p-mainVisual_title-orange {
  color: #f48123;
}
.p-mainVisual_title-highlightBlue {
  font-size: 2rem;
  font-size: 40px !important;
  font-weight: 600;
  line-height: 1.2;
  display: inline-block;
  margin: 16px 0;
  padding: 16px 24px;
  text-align: center;
  color: #fff;
  background: #1a49ba;
}
.p-mainVisual_title-shadow {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.p-mainVisual .p-mainVisual_subContent {
  font-weight: 600;
  text-align: left;
}
.p-mainVisual .p-mainVisual_subContent-title {
  display: inline-block;
  margin-top: 24px;
  margin-bottom: 24px;
}
.p-mainVisual .p-mainVisual_subContent-img {
  z-index: -5;
  width: 100%;
}
.p-mainVisual .p-mainVisual_subContent-detail {
  font-size: 22px;
  font-weight: 400;
  padding-top: 24px;
}
.p-mainVisual .p-mainVisual_subContent p {
  line-height: 1.5;
}

.p-otherService_contents {
  display: flex;
  margin-top: 40px;
}
.p-otherService_contents .p-otherService_content:last-child {
  margin-right: 0;
}

.p-otherService_content {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 40px;
  padding: 40px 18px;
  border: 5px solid #2899fa;
  border-radius: 20px;
  background-color: #fef9e3;
}
.p-otherService_content-title {
  font-size: 32px;
  font-weight: 600;
}
.p-otherService_content-text {
  font-size: 18px;
  margin: 24px 0;
  text-align: center;
}
.p-otherService_content .c-btn {
  margin-top: auto;
}

.p-side-titleWrap {
  position: relative;
  display: inline-block;
}

.p-planTable_Cell-minus {
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-planTable_Cell-minus:after {
  width: 12px;
  content: "";
  border-top: 3px solid;
}

.p-explanation_text {
  font-size: 85%;
  line-height: 1.5;
  display: block;
  color: #a0aac4;
}

.p-triangleWrap {
  position: relative;
}

.p-triangleRight {
  position: absolute;
  top: -20px;
  left: 6px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #f48123;
}

.p-serviceDetails {
  text-align: left;
}
.p-serviceDetails p {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.p-discountArrow {
  font-size: 20px;
  position: absolute;
  top: -56px;
  left: 50%;
  padding: 8px;
  transform: translateX(-50%);
  color: #fff;
  background: #f48123;
}

.p-discountArrow:after {
  position: absolute;
  bottom: -42px;
  left: 50%;
  width: 0;
  height: 0;
  margin: auto;
  content: "";
  transform: translate(-50%, -50%);
  border-width: 30px 90px 0 90px;
  border-style: solid;
  border-color: #f48123 transparent transparent transparent;
}

.p-inputTextWithUnit {
  display: flex;
}
.p-inputTextWithUnit input {
  width: 50%;
  margin-right: 8px;
}
.p-inputTextWithUnit #register_dentist_year {
  width: 100%;
}

.p-no-spin::-webkit-inner-spin-button,
.p-no-spin::-webkit-outer-spin-button {
  margin: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: textfield !important;
}

.p-priceTable {
  width: 100%;
  border: 1px solid #e2ebf2;
}
.p-priceTable tr {
  border-bottom: 1px solid #e2ebf2;
}
.p-priceTable tr th {
  padding: 16px;
  background: #e2ebf2;
}
.p-priceTable tr td {
  padding: 16px;
}

.p-z-indexAdd {
  z-index: 0;
}

.p-z-indexNone {
  z-index: -1;
}

.p-sticky {
  position: sticky;
  width: 100%;
}

.p-fixed {
  position: fixed;
  width: 25%;
}

.p-icon-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.p-myPageButtonArea {
  padding-bottom: 64px;
  text-align: center;
}

.p-myPageList {
  padding: 30px 160px;
}
.p-myPageList .p-myPageListTitle {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0;
  letter-spacing: 3px;
  color: #0a45c0;
}

.p-myPageListContents {
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
  text-decoration: none;
  border-radius: 12px;
  background: #fff;
}

.p-diagnosisPlaces {
  display: flex;
}
.p-diagnosisPlaces .p-diagnosisPlaces_content {
  width: 50%;
  padding: 32px;
}
.p-diagnosisPlaces .p-diagnosisPlaces_box {
  padding: 16px;
}
.p-diagnosisPlaces table,
.p-diagnosisPlaces th,
.p-diagnosisPlaces td {
  border: 2px solid #f4f4f4;
}
.p-diagnosisPlaces th {
  background-color: #001f3f;
}

@media screen and (max-width: 1024px) {
  .p-solutionContents li:before {
    font-size: 28px;
    line-height: 60px;
  }
}
@media screen and (max-width: 1100px) {
  .p-mainVisual_title {
    margin-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-btn-entry {
    font-size: 16px;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-left: 16px;
  }
  .p-entryText {
    font-size: 16px;
    line-height: 32px;
  }
  .p-lp-other-btn {
    font-size: 20px;
  }
  .p-mainVisual {
    height: 460px;
  }
  .p-mainVisual p {
    font-size: 16px;
  }
  .p-mainVisual_content {
    display: flex;
    height: 360px;
  }
  .p-mainVisual_content .p-lp-img {
    min-height: initial;
  }
  .p-mainVisual_title {
    margin: 0;
  }
  .p-mainVisual_title-highlightBlue {
    font-size: 18px !important;
    display: inline-block;
    padding: 10px 8px;
  }
  .p-mainVisual .p-mainVisual_subContent-title {
    font-size: 18px;
  }
  .p-mainVisual .p-mainVisual_subContent-detail {
    font-size: 16px;
  }
  .p-mainVisual .p-mainVisual_subContent p {
    line-height: 1.5;
  }
  .p-campaign {
    padding: 24px 16px 24px;
  }
  .p-campaign_title {
    position: relative;
    top: -50px;
    display: inline-block;
    width: 100%;
  }
  .p-campaign_title .p-nowLogoImageContainer img {
    width: 70px;
  }
  .p-campaign .p-campaign .p-nowLogoImageContainer_image {
    left: -100px;
  }
  .p-campaign .p-campaign .p-nowLogoImageContainer_image {
    width: 40%;
  }
  .p-validation-error {
    line-height: 24px;
  }
  .p-otherService_contents {
    display: block;
    margin-top: 24px;
  }
  .p-otherService_contents .p-otherService_content:last-child {
    margin-top: 24px;
    margin-right: 0;
  }
  .p-otherService_content {
    width: 100%;
    margin: 0;
    padding: 24px 18px;
  }
  .p-otherService_content-title {
    font-size: 20px !important;
  }
  .p-otherService_content-text {
    font-size: 18px;
    margin: 24px 0;
  }
  .p-newLogo {
    padding: 4px 8px;
  }
  .p-discountArrow {
    font-size: 16px;
    position: absolute;
    top: -48px;
    left: 50%;
    padding: 8px;
    transform: translateX(-50%);
    color: #fff;
    background: #f48123;
  }
  .p-discountArrow:after {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 0;
    height: 0;
    margin: auto;
    content: "";
    transform: translate(-50%, -50%);
    border-width: 30px 70px 0 70px;
    border-style: solid;
    border-color: #f48123 transparent transparent transparent;
  }
  .p-lp-img_sp {
    position: absolute;
    top: 8px;
    width: 90%;
    max-width: 480px;
    transform: translate(-50%, -50%);
  }
  .p-serviceDetails {
    text-align: left;
  }
  .p-serviceDetails p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .p-campaign .p-nowLogoImageContainer {
    position: absolute;
    top: -24px;
    left: 10%;
  }
  .p-campaign .p-nowLogoImageContainer_image {
    width: 100px;
  }
  .p-priceTable thead th:first-of-type {
    width: 54%;
  }
  .p-sticky {
    position: fixed;
    width: 100%;
  }
  .p-fixed {
    position: fixed;
    width: 100%;
  }
  .p-myPageList {
    padding: 0;
  }
}
.p-campaignAttention {
  font-size: 20px;
  margin: 20px 0;
  padding: 20px;
  border-radius: 5px;
  background: #d3dde5;
}

.p-campaignFont {
  font-size: 16px;
}

.p-spaceContents {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1340px;
  margin: 40px auto 0;
  padding: 24px 24px 0;
}
.p-spaceContents .p-tabLine {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: auto;
}
.p-spaceContents .p-tabLine .p-tabBox {
  width: 100%;
}
.p-spaceContents .p-tabLine .p-tabBox .p-tab {
  font-size: 13px;
  line-height: 50px;
  display: block;
  float: left;
  order: -1;
  width: 150px;
  height: 50px;
  margin: 0 2px;
  text-align: center;
  text-decoration: none;
  color: #d01027;
  border: 1px solid #d01027;
  border-radius: 3px 3px 0 0;
  background-color: #fff;
}
.p-spaceContents .p-tabLine .p-tabBox .p-tab-end {
  order: 6;
}
.p-spaceContents .p-tabLine .p-tabBox input[name=tab_name] {
  display: none;
}
.p-spaceContents .p-tabLine .p-tabBox input:checked + .p-tab {
  color: #fff;
  background-color: #d01027;
}

.p-spaceContents.myPage {
  margin: 100px auto 0;
}

.content_class {
  display: none;
  width: 100%;
}

.p-contentLine {
  border-bottom: 2px solid #d01027;
}

.p-g21ServiceFree {
  position: relative;
  z-index: 1;
  width: 100%;
  border: 5px solid #f48123;
  border-radius: 20px;
  background: #f48123;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-g21ServiceFree h4:before {
  border-top: 20px solid #f48123;
}
.p-g21ServiceFree_title {
  font-size: 1.5rem;
  position: relative;
  display: flex;
  align-items: center;
  height: 110px;
  padding: 20px 8px;
  text-align: center;
  color: #fff;
  border-radius: 15px 15px 0 0;
  background: #f48123;
}
.p-g21ServiceFree_title h4 {
  margin: auto;
}
.p-g21ServiceFree_content {
  position: relative;
  overflow: hidden;
  padding: 40px 32px 20px 32px;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
.p-g21ServiceFree_content-video {
  height: 400px;
}
.p-g21ServiceFree_content-image {
  overflow: hidden;
  padding: 0;
  border-radius: 0 0 15px 15px;
}
.p-g21ServiceFree_content-title {
  position: relative;
  height: 64px;
  margin-bottom: 24px;
}
.p-g21ServiceFree_content-title p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
.p-g21ServiceFree_content p {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.p-g21ServiceFree_content-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: fill;
     object-fit: fill;
}
.p-g21ServiceFree_content img {
  width: 100%;
}
.p-g21ServiceFree h4:before {
  content: none;
}

.p-g21ServiceChatGroup {
  margin: 20px 0;
}
.p-g21ServiceChatGroup .p-g21ServiceChat {
  width: 33%;
}
.p-g21ServiceChatGroup .p-g21ServiceChat_freeConsultation {
  display: block;
  background: #2899fa;
}
.p-g21ServiceChatGroup .p-g21ServiceChat_title {
  display: block;
  background: #1a49ba;
}
.p-g21ServiceChatGroup .p-g21ServiceChat_free {
  background: #ffd181;
}
.p-g21ServiceChatGroup .p-g21free {
  border: 5px solid #2899fa;
  background: #2899fa;
}
.p-g21ServiceChatGroup .p-g21apply {
  border: 5px solid #1a49ba;
  background: #1a49ba;
}
.p-g21ServiceChatGroup .p-g21freeExperience {
  border: 5px solid #ffd181;
  background: #ffd181;
}

.p-applyBtn_opacity:hover {
  opacity: 0.9;
}

.p-applyLink {
  text-decoration: none;
}

.p-g21LinkBtn {
  font-weight: bold;
  line-height: 50px;
  display: block;
  height: 50px;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
}

.p-g21LinkBtn {
  position: relative;
  color: #fff;
}

.p-g21LinkBtn::before {
  position: absolute;
  top: 50%;
  left: 47%;
  width: 15px;
  height: 15px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

@media screen and (max-width: 960px) {
  .p-spaceContents {
    margin-top: 100px;
    padding: 24px 8px 0;
  }
  .p-spaceContents .p-header-right {
    top: -100%;
    right: 8px;
  }
}
@media screen and (max-width: 768px) {
  .p-spaceContents {
    margin-top: 150px;
    padding: 24px 8px 0;
  }
  .p-spaceContents .p-tabLineWrap {
    width: 100%;
  }
  .p-spaceContents .p-tabLineWrap .p-tabLine .p-tab {
    font-size: 14px;
    min-width: 48%;
    margin-bottom: 2%;
    border-radius: 3px;
  }
  .p-spaceContents .p-tabLineWrap .p-tabLine .p-tab.p-tab-marginLeft {
    margin-left: 2%;
  }
  .p-spaceContents .p-tabLineWrap .p-tabLine #p-tab-top {
    min-width: 17%;
  }
  .p-spaceContents .p-header-right {
    top: -75px;
    right: 8px;
  }
  .p-g21ServiceFree_title {
    font-size: 1rem;
    height: 70px;
  }
  .p-g21LinkBtn {
    height: 20px;
  }
  .p-g21LinkBtn::before {
    position: absolute;
    top: 65%;
    left: 47%;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 376px) {
  .p-g21ServiceFree_content-video {
    height: 187px;
  }
  .p-g21ServiceFree_content-video iframe {
    width: 333px;
    height: 187px;
  }
  .p-g21ServiceFree_title {
    font-size: 0.7rem;
  }
  .p-g21LinkBtn::before {
    width: 7px;
    height: 7px;
  }
}
.p-header-right {
  position: absolute;
  top: -10%;
  right: 1%;
  display: flex;
}
.p-header-right .g21_app_badge {
  position: static;
  top: 0;
  right: 0;
}
.p-header-right .p-applied-btn {
  line-height: 1.2;
  display: block;
  margin: auto 0 0 0;
  padding: 10px 24px;
  text-align: center;
  text-decoration: none;
  color: #1a49ba;
  border: 1px solid #1a49ba;
  border-radius: 8px;
}

.g21_app_badge {
  position: absolute;
  top: -10%;
  right: 1%;
}
.g21_app_badge span {
  font-size: 12px;
  font-weight: bold;
  display: block;
  margin: 3px 0 3px 0;
  -moz-text-align-last: center;
       text-align-last: center;
}
.g21_app_badge .g21_app_icon_container {
  display: block;
  text-align: center;
}
.g21_app_badge .g21_app_icon_container a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain !important;
}
.g21_app_badge .g21_app_icon_container img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.g21_app_badge.myPage {
  top: -300%;
}
.g21_app_badge span {
  font-size: 12px !important;
}

.p-profileLink {
  text-decoration: none;
}
