@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*--------------- form reset ------------*/
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  display: block;
  background-color: transparent;
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
}
button:hover {
  opacity: 0.7;
}

input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  color: inherit;
  outline: none;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

label {
  position: relative;
  display: block;
  word-break: break-all;
}
label input[type=checkbox] + span {
  position: relative;
  padding-left: 1.5rem;
}
label input[type=radio] + span {
  position: relative;
  padding-left: 2.5rem;
}
label input[type=checkbox] + span::before {
  border-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #1E2777;
}
label input[type=checkbox]:checked + span::before {
  background-color: #fff;
}
label input[type=checkbox]:checked + span::after {
  border: 0.2rem solid #313131;
  border-width: 0 0.2rem 0.2rem 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=checkbox] + span::before, label input[type=checkbox] + span::after {
  position: absolute;
  top: 0.7rem;
  left: 0;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
label input[type=checkbox] + span::before {
  z-index: 0;
  background-color: transparent;
  width: 1.2rem;
  height: 1.2rem;
  border: 0.1rem #313131 solid;
}
label input[type=checkbox] + span::after {
  z-index: 1;
  margin: 0.2rem 0.4rem;
  width: 0.6rem;
  height: 0.9rem;
}
label input[type=radio] + span::before {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 0.1rem solid #686868;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
}
label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0.1rem;
}
label input[type=radio]:checked + span::before {
  border-color: #007acc;
}
label input[type=radio]:checked + span::after {
  position: absolute;
  display: inline-block;
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #007acc;
  border-radius: 50%;
  z-index: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0.3rem;
  width: 0.8rem;
  height: 0.8rem;
}

/*-------- text email tel ---------*/
input[type=text], input[type=email], input[type=tel] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
}

input[type=button], input[type=submit] {
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit], input[type=reset], button[type=button] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}

/*-------- select ------------*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select::-ms-expand {
  display: none;
}

input[type=text], input[type=email], input[type=tel] {
  width: 100%;
  max-width: 100%;
}

textarea {
  width: 100%;
  max-width: 100%;
  resize: vertical;
  overflow: auto;
}

input[type=button] {
  color: #fff;
  border-style: none;
}
input[type=submit] {
  color: #fff;
  border-style: none;
}
input[type=submit]:hover {
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: calcvw(28) !important;
  }
  textarea {
    width: 100%;
    font-size: calcvw(28) !important;
  }
}
@media screen and (max-width: 640px) {
  input[type=text], input[type=email], input[type=tel] {
    width: 100%;
    font-size: 16px !important;
  }
  textarea {
    width: 100%;
    font-size: 16px !important;
  }
}
::-webkit-input-placeholder {
  color: #B7B7B7;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, ::-ms-input-placeholder, ::placeholder {
  color: #B7B7B7;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1340px) {
  html {
    font-size: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #2f2f2f;
  font-size: 1.6rem;
  line-height: 1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-break: strict;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

dl, ul, ol {
  margin: 0;
  padding: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
  vertical-align: middle;
  width: 100%;
  max-width: 100%;
}

.safari img {
  image-rendering: auto;
}

label {
  cursor: pointer;
}

/* link
--------------------------------------------------*/
a {
  color: inherit;
}
a:link, a:active, a:visited {
  text-decoration: none;
}
a {
  /*&:hover,
  &:focus {
  	text-decoration: underline;
  }*/
}

@media print, screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
  a,
  a * {
    outline: 1px solid transparent;
    outline: none;
  }
}
.m-bold {
  font-weight: bold;
}

.m-en {
  /*font-family: 'Arial', sans-serif;*/
}

.c-inner {
  width: 103.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-inner {
    width: 100%;
    padding: 0 5%;
  }
}

.c-point-head {
  text-align: center;
}
.c-point-head .-num {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background: #1e719f;
  padding: 0.3rem 2rem 0.5rem;
  display: inline-block;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-point-head .-num {
    font-size: 2.3rem;
    letter-spacing: 0.2rem;
    padding: 0.1rem 1rem 0.2rem;
  }
}
.c-point-head .-headline {
  font-size: 4rem;
  font-weight: 700;
  color: #1e719f;
  margin: 1rem;
}
@media screen and (max-width: 767px) {
  .c-point-head .-headline {
    font-size: 4.7rem;
  }
}
.c-point-head .-lead {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767px) {
  .c-point-head .-lead {
    font-size: 2.3rem;
    line-height: 1.8;
  }
}
.c-point-head .-lead .marker {
  background: #f1e294;
  padding: 0 0.2rem 0.1rem;
}
.c-point-voice {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .c-point-voice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6rem;
  }
}
.c-point-voice .-unit {
  background: #1e719f;
  width: 32.5rem;
  border-radius: 2rem;
  text-align: center;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-point-voice .-unit {
    width: 53.4rem;
  }
  .c-point-voice .-unit.m-01 {
    margin: 0 0 0 auto;
  }
  .c-point-voice .-unit.m-02 {
    margin: 0 auto 0 0;
  }
  .c-point-voice .-unit.m-03 {
    margin: 0 0 0 auto;
  }
}
.c-point-voice .-unit:after {
  content: "";
  width: 2rem;
  height: 2.5rem;
  background: url(../img/point_voice_fukidashi.png) no-repeat center center/contain;
  position: absolute;
  bottom: -2.5rem;
}
@media screen and (max-width: 767px) {
  .c-point-voice .-unit:after {
    bottom: -2.3rem;
  }
}
.c-point-voice .-unit .txt {
  font-size: 2rem;
  font-weight: 700;
  padding: 4rem 1rem;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .c-point-voice .-unit .txt {
    font-size: 2.5rem;
    padding: 5rem 1rem;
  }
}
.c-point-voice .-unit .txt strong {
  font-size: 2.5rem;
  color: #deba00;
}
@media screen and (max-width: 767px) {
  .c-point-voice .-unit .txt strong {
    font-size: 2.9rem;
  }
}
.c-point-voice .-unit .txt .txtwrap {
  display: inline-block;
  position: relative;
}
.c-point-voice .-unit .txt .txtwrap::before, .c-point-voice .-unit .txt .txtwrap::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 2.5rem;
  background: url(../img/point_voice_deco.svg) no-repeat center center/contain;
  position: absolute;
}
.c-point-voice .-unit .txt .txtwrap::before {
  left: 0;
  top: -1rem;
}
.c-point-voice .-unit .txt .txtwrap::after {
  right: 0;
  bottom: -1rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.c-point-voice .-unit .img {
  position: absolute;
}

/*modal*/
.mfp-close-btn-in .mfp-close {
  display: none;
}

.c-cv {
  width: 100%;
  background: #f3f3f3;
  padding: 0.5rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .c-cv {
    padding: 1rem 0 3rem;
  }
}
.c-cv .-lead {
  position: relative;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 2rem;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 767px) {
  .c-cv .-lead {
    font-size: 3rem;
    line-height: 1.35;
  }
}
.c-cv .-lead span {
  display: inline-block;
  position: relative;
}
.c-cv .-lead .-num {
  font-size: 3.6rem;
  letter-spacing: 0.06em;
  top: 0.04em;
}
@media screen and (max-width: 767px) {
  .c-cv .-lead .-num {
    font-size: 4.6rem;
  }
}
.c-cv .-lead .-yen {
  font-size: 2.2rem;
}
.c-cv .-lead .-yen::before {
  position: absolute;
  content: "（税抜）";
  font-size: 1rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #b51600;
  white-space: nowrap;
  top: -0.7rem;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-cv .-lead .-tax {
  font-size: 1.8rem;
  letter-spacing: 0.06em;
}
.c-cv .-lead .-taxnum {
  font-size: 1.9rem;
  top: 0.05em;
}
@media screen and (max-width: 767px) {
  .c-cv .-lead .-taxnum {
    font-size: 2.5rem;
  }
}
.c-cv .-lead .-taxyen {
  font-size: 1.2rem;
}
.c-cv .-lead .-taxtax {
  font-size: 1.3rem;
  bottom: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .c-cv .-lead .-aj {
    margin-left: -0.5em;
  }
}
.c-cv .-btns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 0 2rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .c-cv .-btns {
    margin-top: 1.5rem;
  }
}
.c-cv .-btns .btn {
  font-size: 2rem;
  font-weight: 700;
  width: 38rem;
  height: 5rem;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .c-cv .-btns .btn {
    font-size: 2.1rem;
    text-align: center;
    height: 7rem;
  }
}
.c-cv .-btns .btn a:after {
  content: "";
  width: 1rem;
  height: 1.4rem;
  background: url(../img/fixedbtn_arw.png) no-repeat center center/contain;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: none;
}
@media screen and (max-width: 767px) {
  .c-cv .-btns .btn a:after {
    width: 0.9rem;
    height: 1.4rem;
  }
}
.c-cv .-btns .btn.m-blue {
  background: #1e719f;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #0f3e58;
          box-shadow: 0.5rem 0.5rem 0 #0f3e58;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-cv .-btns .btn.m-blue:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-cv .-btns .btn.m-yellow {
  background: #deba00;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #867416;
          box-shadow: 0.5rem 0.5rem 0 #867416;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-cv .-btns .btn.m-yellow:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-cv:not(.is-off) {
  opacity: 1;
  pointer-events: auto;
}
.c-cv.is-off {
  opacity: 0;
  pointer-events: none;
}

.c-cv-modal {
  background: #fff;
  width: 72.2rem;
  margin: 5rem auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cv-modal {
    width: 100%;
  }
}
.c-cv-modal .-head {
  background: #1e719f;
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  padding: 4.5rem 0 3rem;
}
.c-cv-modal .-head .box {
  border: 0.1rem solid #fff;
  margin-right: 0.5rem;
}
.c-cv-modal .-body {
  padding: 3rem 3rem 5rem;
}
.c-cv-modal .-body .lead {
  width: 54.6rem;
  margin: 0 auto;
  font-size: 2rem;
  letter-spacing: -0.08rem;
  font-weight: 700;
}
.c-cv-modal .-body .lead strong {
  color: #1e719f;
}
@media screen and (max-width: 767px) {
  .c-cv-modal .-body .lead {
    width: 100%;
    text-align: center;
    font-size: 2.2rem;
  }
}
.c-cv-modal .-body .copy {
  width: 62.7rem;
  margin: 2rem auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-cv-modal .-body .copy {
    width: 100%;
  }
}
.c-cv-modal .-body .copy input {
  border: 0.1rem solid #000;
  padding: 1rem 2rem;
  width: 100%;
  font-size: 2.3rem;
  letter-spacing: 0.25rem;
  font-weight: 700;
  color: #000;
  background: #fff;
}
.c-cv-modal .-body .copy .copy-btn {
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #f3f3f3;
  padding: 0.5rem 1rem;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cv-modal .-body .copy .copy-btn {
    font-size: 1.8rem;
  }
}
.c-cv-modal .-body .link .link-btn {
  width: 24.2rem;
  height: 5.5rem;
  background: #b51600;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #871000;
          box-shadow: 0.5rem 0.5rem 0 #871000;
  margin-top: 2.5rem;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .c-cv-modal .-body .link .link-btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.c-cv-modal .-body .link .link-btn a {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .c-cv-modal .-body .link .link-btn a {
    font-size: 2rem;
  }
}
.c-cv-modal .-body .link .link-btn a:after {
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #fff;
}
.c-cv-modal .-dismiss {
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
}
.c-cv-modal.m-yellow .-head {
  background: #deba00;
}

/* --------------------------------------------------
  display
-------------------------------------------------- */
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
/* --------------------------------------------------
  cleafix
-------------------------------------------------- */
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/* --------------------------------------------------
  align
-------------------------------------------------- */
.u-alignL {
  text-align: left;
}

.u-alignC {
  text-align: center;
}

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

/* --------------------------------------------------
  preload
-------------------------------------------------- */
.u-preload * {
  -webkit-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------
  font,text
-------------------------------------------------- */
.u-red {
  color: #b51600;
}

.u-underline {
  text-decoration: underline !important;
}

.u-bold {
  font-weight: bold;
}

.u-btn {
  margin: 0 auto;
  width: 49.5rem;
  height: 7.5rem;
  background: #989898;
  border-radius: 30rem;
  position: relative;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .u-btn {
    width: 64.3rem;
  }
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .u-btn:hover {
    -webkit-transform: translate(0.3rem, 0.3rem);
            transform: translate(0.3rem, 0.3rem);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
.u-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.u-btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1rem 0.6rem 0 0.6rem;
  border-color: #FFFFFF transparent transparent transparent;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.l-header {
  background: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header {
    height: 8rem;
    padding-top: 2rem;
  }
}
.l-header-wrap {
  width: 103.2rem;
  margin: 0 auto;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .l-header-wrap {
    width: 100%;
    padding: 0 2%;
  }
}
.l-header-logo {
  width: 63.1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    width: 43.3rem;
  }
}
.l-header-btn {
  margin-top: 3rem;
  height: 5.6rem;
  width: 26.4rem;
  z-index: 10;
  background: url(../img/mv_btn_bg_pc.png) no-repeat center center/contain;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-header-btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-header-btn {
    width: 24.6rem;
    height: 5.7rem;
    background-image: url(../img/mv_btn_bg_sp.png);
    margin-top: 2rem;
  }
}
.l-header-btn a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 767px) {
  .l-header-btn a {
    font-size: 2.4rem;
    letter-spacing: -0.2rem;
    padding-right: 1rem;
  }
}

/* --------------------------------------------------
    footer
-------------------------------------------------- */
.l-footer {
  background: #f3f3f3;
  padding: 5rem 0 6.5rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 6rem 0 4.5rem;
  }
}
.l-footer-fixedbtn {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.l-footer-fixedbtn:not(.is-off) {
  opacity: 1;
  pointer-events: auto;
}
.l-footer-fixedbtn.is-off {
  opacity: 0;
  pointer-events: none;
}
.l-footer-logo {
  display: block;
  margin: 0 auto 1rem;
  width: 15.8rem;
}
@media screen and (max-width: 767px) {
  .l-footer-logo {
    width: 24rem;
  }
}
.l-footer-list {
  margin: 2.8rem auto 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-footer-list {
    margin: 3.6rem auto 6.4rem;
    gap: 0 7.6rem;
  }
}
.l-footer-list li {
  font-size: 1.7rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.l-footer-list li a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .l-footer-list li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-footer-list li {
    font-size: 2.3rem;
  }
}
.l-footer-list li:nth-child(n+2)::before {
  position: absolute;
  content: "";
  background: #231815;
  width: 0.1rem;
  height: calc(100% - 0.2em);
  left: -2.2rem;
  top: 0.2em;
}
@media screen and (max-width: 767px) {
  .l-footer-list li:nth-child(n+2)::before {
    left: -3.8rem;
  }
}
.l-footer-copy {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copy {
    font-size: 1.6rem;
  }
}

/* =================================
 contents
==================================== */
.p-mv .c-inner {
  position: relative;
}
.p-mv-img {
  width: 65.8rem;
  position: absolute;
  right: -7rem;
  top: 4rem;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .p-mv-img {
    width: 73.1rem;
    position: relative;
    right: 0;
    top: 0;
    margin-top: -4.5rem;
    margin-left: -4rem;
  }
}
.p-mv-txt {
  padding-top: 0.8rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-mv-txt {
    margin-top: 2.5rem;
  }
}
.p-mv-txt .-lead {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-lead {
    font-size: 2.2rem;
    text-align: center;
  }
}
.p-mv-txt .-maincatch {
  color: #1e719f;
  margin-top: 2.2rem;
  font-size: 7.2rem;
  font-weight: 700;
  line-height: 1.22;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-maincatch {
    font-size: 8.68rem;
    text-align: center;
    padding-left: 6rem;
    margin-top: 1rem;
  }
}
.p-mv-txt .-subcatch {
  margin-top: 1.2rem;
  font-size: 3.7rem;
  font-weight: 700;
  letter-spacing: -0.2rem;
  line-height: 1.42;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-subcatch {
    font-size: 2.9rem;
    text-align: center;
  }
  @supports (-webkit-text-stroke: 1px #fff) {
    .p-mv-txt .-subcatch {
      -webkit-text-stroke: 3px #fff;
      paint-order: stroke fill;
      text-shadow: none;
    }
  }
  @supports not (-webkit-text-stroke: 1px #fff) {
    .p-mv-txt .-subcatch {
      text-shadow: 2px 0 0 #fff, -2px 0 0 #fff, 0 2px 0 #fff, 0 -2px 0 #fff, 2px 2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, -2px -2px 0 #fff;
    }
  }
}
.p-mv-txt .-btn {
  margin-top: 5.5rem;
  width: 46.4rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btn {
    width: 64.3rem;
    margin: 2.5rem auto 0;
  }
}
.p-mv-txt .-btn .catch {
  width: 28.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btn .catch {
    width: 39.2rem;
  }
}
.p-mv-txt .-btn .btn {
  height: 11rem;
  background: #b51600;
  width: 100%;
  margin: 1rem auto 0;
  -webkit-box-shadow: 0.5rem 0.5rem 0 #871000;
          box-shadow: 0.5rem 0.5rem 0 #871000;
}
@media screen and (any-hover: hover) and (min-width: 768px) {
  .p-mv-txt .-btn .btn:hover {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btn .btn {
    height: 15rem;
  }
}
.p-mv-txt .-btn .btn img {
  width: 36.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-btn .btn img {
    width: 45.6rem;
  }
}
.p-mv-txt .-btn .btn a:after {
  background: url(../img/mvbtn_arw.png) no-repeat center center/contain;
  border: none;
  width: 1.3rem;
  height: 2rem;
  position: absolute;
  right: 3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-mv-txt .-note {
  margin: 1.5rem 0 0 0.8rem;
  font-size: 1.4rem;
  letter-spacing: -0.06rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-note {
    margin: 1.5rem 0 0 2rem;
    font-size: 2.1rem;
    text-align: left;
    font-weight: 700;
  }
}
.p-mv-txt .-note .small {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-mv-txt .-note .small {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.4;
  }
}

.p-key {
  background: #1e719f;
  padding: 4.8rem 0 3.8rem;
  margin-top: 4.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-key {
    padding: 5.5rem 0;
  }
}
.p-key .-ttl {
  font-size: 1.8rem;
  letter-spacing: -0.05rem;
  color: #f6d21b;
}
@media screen and (max-width: 767px) {
  .p-key .-ttl {
    font-size: 2.5rem;
  }
}
.p-key .-detail {
  font-size: 2.3rem;
  color: #fff;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-key .-detail {
    font-size: 2.2rem;
  }
}
.p-key .-detail .num {
  font-size: 2.3rem;
  letter-spacing: 0.05rem;
}
@media screen and (max-width: 767px) {
  .p-key .-detail .num {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
  }
}

.p-voice {
  background: #0b4769;
  padding: 5rem 0 6.4rem;
}
@media screen and (max-width: 767px) {
  .p-voice {
    padding: 4rem 0 9rem;
  }
}
.p-voice-headline {
  font-size: 4rem;
  letter-spacing: -0.25rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-voice-headline {
    font-size: 4.5rem;
  }
}
.p-voice-headline span {
  color: #fff;
  display: inline-block;
  position: relative;
  padding: 0 4rem;
}
@media screen and (max-width: 767px) {
  .p-voice-headline span {
    padding: 0 8rem;
  }
}
.p-voice-headline span::before, .p-voice-headline span::after {
  content: "";
  display: block;
  width: 2.1rem;
  height: 5rem;
  background: #1e719f;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/voice_ttl_deco.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-voice-headline span::before, .p-voice-headline span::after {
    width: 9.3rem;
    height: 10rem;
  }
}
.p-voice-headline span::after {
  left: auto;
  right: 0;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
.p-voice-wrap {
  margin-top: 3rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr 2rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
  }
}
.p-voice-wrap .-unit {
  background: #fff;
  padding: 2rem 0;
  border-radius: 1.8rem;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit {
    padding: 2rem 0 6rem;
  }
}
.p-voice-wrap .-unit .img {
  margin: 0 1.5rem 0 auto;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .img {
    position: absolute;
    top: 0;
    right: -4rem;
    z-index: -1;
  }
}
.p-voice-wrap .-unit .img.m-01 {
  width: 30.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .img.m-01 {
    width: 39rem;
    top: 1rem;
  }
}
.p-voice-wrap .-unit .img.m-02 {
  width: 29.5rem;
  margin-top: 0.7rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .img.m-02 {
    width: 42rem;
    margin-top: 0;
    top: -1.5rem;
  }
}
.p-voice-wrap .-unit .img.m-03 {
  width: 29.6rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .img.m-03 {
    width: 43.4rem;
    top: 0.5rem;
  }
}
.p-voice-wrap .-unit .ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-top: 0.8rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .ttl {
    height: 27rem;
    width: 70%;
    padding-top: 8rem;
  }
}
.p-voice-wrap .-unit .ttl span {
  display: inline-block;
  background: #0b4769;
  padding: 0 1rem 0.1rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .ttl span {
    font-size: 3.4rem;
  }
}
.p-voice-wrap .-unit .ttl span + span {
  margin-top: 0.3rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .ttl span + span {
    margin-top: 0.5rem;
  }
}
.p-voice-wrap .-unit .detail {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.45;
  margin-top: 1rem;
  padding: 0 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-voice-wrap .-unit .detail {
    font-size: 2.4rem;
    line-height: 1.6;
  }
}
.p-voice-wrap .-unit .detail strong {
  color: #b51600;
}

.p-point01 {
  padding: 6.7rem 0 9rem;
  background: url(../img/point01_bg_pc.png) no-repeat top -4.5rem center/117.3rem auto;
}
@media screen and (max-width: 767px) {
  .p-point01 {
    background: url(../img/point01_bg_sp.png) no-repeat top -4rem center/contain;
  }
}
.p-point01-head .-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 80rem;
  margin: 3.5rem auto 0;
  gap: 1.8rem 0.8rem;
}
@media screen and (max-width: 767px) {
  .p-point01-head .-list {
    gap: 1.8rem 1rem;
    margin-top: 5rem;
  }
}
.p-point01-head .-list li {
  list-style: none;
  padding: 0.4rem 1.6rem 0.7rem;
  border: 0.2rem solid #1e719f;
  border-radius: 1rem 1rem 0 1rem;
  color: #1e719f;
  font-size: 2rem;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-point01-head .-list li {
    font-size: 2.2rem;
    padding: 0.7rem 1.8rem 0.7rem;
  }
}
.p-point01-about {
  background: #edf1f3;
  padding: 4rem 0 6rem;
  border-radius: 2rem;
  width: 100.9rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-point01-about {
    width: 100%;
    padding: 6rem 5rem 5rem;
    border-radius: 2rem;
  }
}
.p-point01-about .-headline {
  line-height: 1.2;
  font-size: 3rem;
  font-weight: 700;
  color: #1e719f;
  letter-spacing: -0.3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point01-about .-headline {
    font-size: 3.5rem;
  }
}
.p-point01-about .-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-point01-about .-lead {
    font-size: 2.5rem;
    line-height: 1.4;
    margin-top: 1rem;
  }
}
.p-point01-about .-lead strong {
  font-size: 3.2rem;
}
@media screen and (max-width: 767px) {
  .p-point01-about .-lead strong {
    font-size: 3.5rem;
  }
}
.p-point01-about .-logos {
  margin: 3.2rem auto 0;
  width: 94.6rem;
}
@media screen and (max-width: 767px) {
  .p-point01-about .-logos {
    width: 100%;
  }
}
.p-point01-voice {
  margin-top: 11rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice {
    margin-top: 6rem;
  }
}
.p-point01-voice .-unit.m-01:after {
  right: 11.5rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-01:after {
    right: auto;
    left: 13rem;
  }
}
.p-point01-voice .-unit.m-01 .img {
  width: 20.2rem;
  left: -4rem;
  bottom: -7rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-01 .img {
    width: 25.4rem;
    left: -15rem;
    bottom: -2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-01 .txt .txtwrap {
    padding: 0 2rem;
  }
}
.p-point01-voice .-unit.m-02:after {
  left: 5rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-02:after {
    left: auto;
    right: 5.5rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.p-point01-voice .-unit.m-02 .img {
  width: 17.3rem;
  right: -6rem;
  top: -7.5rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-02 .img {
    width: 21.1rem;
    right: -16rem;
    top: -2rem;
  }
}
.p-point01-voice .-unit.m-02 .txt .txtwrap {
  padding: 0 2.5rem;
}
.p-point01-voice .-unit.m-03:after {
  right: 4.5rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-03:after {
    right: auto;
    left: 5.5rem;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-point01-voice .-unit.m-03 .img {
  width: 9.7rem;
  right: -7.5rem;
  bottom: -4.5rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-03 .img {
    width: 14.6rem;
    right: auto;
    left: -13rem;
  }
}
.p-point01-voice .-unit.m-03 .txt .txtwrap {
  padding: 0 2rem;
}
@media screen and (max-width: 767px) {
  .p-point01-voice .-unit.m-03 .txt .txtwrap {
    padding: 0 2.5rem;
  }
}
.p-point01-btn {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-point01-btn {
    margin-top: 8rem;
  }
}
.p-point01-btn a {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-point01-btn a {
    font-size: 2.3rem;
  }
}
.p-point01-modal {
  background: #fff;
  width: 106rem;
  margin: 5rem auto;
  padding: 4rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-point01-modal {
    width: 100%;
  }
}
.p-point01-modal .-dismiss {
  width: 4.5rem;
  height: 4.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  cursor: pointer;
}

.p-point02 {
  background: #f3f3f3;
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-point02-head .-lead {
    font-size: 2.2rem;
    letter-spacing: -0.08rem;
  }
}
.p-point02-howto {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-point02-howto {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 5rem;
  }
}
.p-point02-howto .-unit {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-radius: 2rem;
  background: #fff;
  padding-bottom: 3rem;
}
.p-point02-howto .-unit .unit-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
  padding: 1rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit .unit-ttl {
    font-size: 3.5rem;
    padding: 2rem;
  }
}
.p-point02-howto .-unit.m-blue {
  border: 1px solid #1e719f;
}
.p-point02-howto .-unit.m-blue .unit-ttl {
  background: #1e719f;
}
.p-point02-howto .-unit.m-blue .unit-lead {
  font-size: 2.1rem;
  font-weight: 700;
  letter-spacing: -0.1rem;
  text-align: center;
  margin-top: 2.6rem;
}
.p-point02-howto .-unit.m-blue .unit-lead strong {
  color: #1e719f;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-blue .unit-lead {
    font-size: 2.4rem;
  }
}
.p-point02-howto .-unit.m-blue {
  /*
  .unit-list {
  	position: relative;
  	margin-top: 2rem;
  	padding: 0 3rem 0 5rem;
  	@include mq(m) {
  		padding: 0 5rem 0 7rem;
  	}
  	&:before {
  		content: '';
  		width: 7.1rem;
  		aspect-ratio: 1/1;
  		background: url(../img/point02_howto_fukidashi.png) no-repeat center center / contain;
  		position: absolute;
  		top: -3.5rem;
  		left: -2.8rem;
  		@include mq(m) {
  			width: 8.4rem;
  			top: -5rem;
  		}

  	}
  	li {
  		@include flex(start,center);
  		& + li {
  			margin-top: 2.5rem;
  		}
  		.-ttl {
  			font-size: 1.9rem;
  			font-weight: $weight-bold;
  			position: relative;
  			padding-right: 3rem;
  			width: 18.5rem;
  			@include mq(m) {
  				font-size: 2.3rem;
  				letter-spacing: -0.05rem;
  				width: 22rem;
  			}
  			&:after {
  				content: '';
  				width:0;
  				height:0;
  				border-style:solid;
  				border-width: .9rem 0 .9rem 1.3rem;
  				border-color: transparent transparent transparent $color-main;
  				position: absolute;
  				top: 50%;
  				transform: translateY(-50%);
  				right: 0;
  				@include mq(m) {
  					border-width: 1.05rem 0 1.05rem 1.5rem;
  				}
  			}
  		}
  		.-detail {
  			flex: 1;
  			@include flex(start,center);
  			margin-left: 1.5rem;
  			.icn {
  				width: 8rem;
  				height: 5.7rem;
  				text-align: center;
  				@include mq(m) {
  					width: 9rem;
  					height: 6.8rem;
  				}
  				img {
  					width: auto;
  					height: 100%;
  				}
  			}
  			.txt {
  				flex: 1;
  				margin-left: 1rem;
  				font-size: 1.8rem;
  				font-weight: $weight-bold;
  				letter-spacing: -.05rem;
  				line-height: 1.2;
  				@include mq(m) {
  					font-size: 2.1rem;
  				}
  				strong {
  					color: $color-main;
  					font-size: 2.7rem;
  					@include mq(m) {
  						font-size: 3.2rem;
  					}
  				}
  			}

  		}
  	}
  }
  */
}
.p-point02-howto .-unit.m-blue .unit-img {
  position: relative;
  margin-top: 2rem;
  padding: 0 3rem 0 5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-blue .unit-img {
    padding: 0 5rem 0 7rem;
  }
}
.p-point02-howto .-unit.m-blue .unit-img:before {
  content: "";
  width: 7.1rem;
  aspect-ratio: 1/1;
  background: url(../img/point02_howto_fukidashi.png) no-repeat center center/contain;
  position: absolute;
  top: -3.5rem;
  left: -2.8rem;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-blue .unit-img:before {
    width: 8.4rem;
    top: -5rem;
  }
}
.p-point02-howto .-unit.m-yellow {
  border: 1px solid #deba00;
}
.p-point02-howto .-unit.m-yellow .unit-ttl {
  background: #deba00;
}
.p-point02-howto .-unit.m-yellow .unit-leadlist {
  margin-top: 3rem;
  padding: 0 3rem 0 4rem;
}
.p-point02-howto .-unit.m-yellow .unit-leadlist li {
  font-size: 2rem;
  font-weight: 700;
  position: relative;
  padding-left: 2.5rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-yellow .unit-leadlist li {
    font-size: 2.4rem;
    padding-left: 3rem;
  }
}
.p-point02-howto .-unit.m-yellow .unit-leadlist li strong {
  color: #1e719f;
}
.p-point02-howto .-unit.m-yellow .unit-leadlist li:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  background: #deba00;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-yellow .unit-leadlist li:before {
    width: 1.8rem;
    height: 1.8rem;
  }
}
.p-point02-howto .-unit.m-yellow .unit-leadlist li + li {
  margin-top: 1rem;
}
.p-point02-howto .-unit.m-yellow .unit-logos {
  margin-top: 3rem;
  width: 46.9rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-point02-howto .-unit.m-yellow .unit-logos {
    width: 95%;
  }
}
.p-point02-voice {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice {
    margin-top: 6rem;
  }
}
.p-point02-voice .-unit.m-01:after {
  left: 6rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-01:after {
    right: auto;
    left: 13rem;
  }
}
.p-point02-voice .-unit.m-01 .img {
  width: 9.2rem;
  left: -6rem;
  top: -2rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-01 .img {
    width: 11.2rem;
    left: -10.5rem;
    bottom: -2.5rem;
  }
}
.p-point02-voice .-unit.m-01 .txt .txtwrap::before {
  left: 3.5rem;
}
.p-point02-voice .-unit.m-01 .txt .txtwrap::after {
  right: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-01 .txt .txtwrap {
    padding: 0 2rem;
  }
  .p-point02-voice .-unit.m-01 .txt .txtwrap::before {
    left: 0rem;
  }
  .p-point02-voice .-unit.m-01 .txt .txtwrap::after {
    right: 0rem;
  }
}
.p-point02-voice .-unit.m-02:after {
  left: 11rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-02:after {
    left: auto;
    right: 5.5rem;
    -webkit-transform: scaleX(-1);
            transform: scaleX(-1);
  }
}
.p-point02-voice .-unit.m-02 .img {
  width: 12.3rem;
  left: -4rem;
  bottom: -5.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-02 .img {
    width: 15.1rem;
    left: auto;
    right: -13rem;
    top: -2rem;
  }
}
.p-point02-voice .-unit.m-02 .txt .txtwrap {
  padding: 0 2.5rem;
}
.p-point02-voice .-unit.m-03:after {
  left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-03:after {
    right: auto;
    left: 5.5rem;
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}
.p-point02-voice .-unit.m-03 .img {
  width: 10.2rem;
  right: -2rem;
  top: -2.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-03 .img {
    width: 13.5rem;
    right: auto;
    left: -10rem;
    top: 0rem;
  }
}
.p-point02-voice .-unit.m-03 .txt .txtwrap {
  padding: 0 1rem;
}
@media screen and (max-width: 767px) {
  .p-point02-voice .-unit.m-03 .txt .txtwrap {
    padding: 0 2.5rem;
  }
}
.p-point02-btn {
  margin-top: 9.5rem;
  z-index: 1;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0.5rem 0.5rem 0 rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .p-point02-btn {
    margin-top: 8rem;
  }
}
.p-point02-btn a {
  font-size: 2.5rem;
  font-weight: 700;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-point02-btn a {
    font-size: 2.3rem;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
}
.p-point02-modal {
  background: #fff;
  width: 106rem;
  aspect-ratio: 1100/831;
  margin: 5rem auto;
  position: relative;
  padding-bottom: 4rem;
  max-height: 90vh;
  overflow-y: auto;
}
@media screen and (max-width: 767px) {
  .p-point02-modal {
    width: 94%;
    max-height: 80svh;
    aspect-ratio: auto;
  }
}
.p-point02-modal .-dismiss {
  width: 2.3rem;
  height: 2.3rem;
  position: absolute;
  top: 1.2rem;
  right: 1.8rem;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-dismiss {
    width: 2.6rem;
    height: 2.6rem;
    top: 1.8rem;
    right: 1.5rem;
  }
}
.p-point02-modal .-head {
  padding: 4.5rem 0;
  background: #f08e38;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-head {
    padding: 5rem 0;
  }
}
.p-point02-modal .-head .-headline {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  margin-bottom: 1rem;
  text-align: center;
}
.p-point02-modal .-head .-headline span {
  display: inline-block;
  position: relative;
  padding: 0 10rem;
}
.p-point02-modal .-head .-headline span::before, .p-point02-modal .-head .-headline span::after {
  content: "";
  position: absolute;
}
.p-point02-modal .-head .-headline span::before {
  width: 7.6rem;
  height: 7.4rem;
  left: 1rem;
  top: -0.5rem;
  background: url(../img/point02_modal_head_icn01.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-head .-headline span::before {
    top: -2rem;
    left: 2rem;
  }
}
.p-point02-modal .-head .-headline span::after {
  width: 7.7rem;
  height: 7.4rem;
  top: -0.5rem;
  right: 0.5rem;
  background: url(../img/point02_modal_head_icn02.png) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-head .-headline span::after {
    top: -2rem;
  }
}
.p-point02-modal .-head .-lead {
  color: #fff;
  margin-top: 2rem;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.p-point02-modal .-about {
  padding: 3.8rem 8rem 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-about {
    display: block;
    padding: 4rem 4rem 0;
  }
}
.p-point02-modal .-about .about-img {
  width: 34rem;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-about .about-img {
    width: 100%;
  }
}
.p-point02-modal .-about .about-txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-about .about-txt {
    margin-top: 5rem;
  }
}
.p-point02-modal .-about .about-txt .-unit .icn {
  width: 19rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-about .about-txt .-unit .icn {
    width: 21.2rem;
  }
}
.p-point02-modal .-about .about-txt .-unit .-txt {
  font-size: 1.95rem;
  font-weight: 700;
  margin-left: 1rem;
  letter-spacing: -0.05rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-about .about-txt .-unit .-txt {
    font-size: 2.2rem;
    letter-spacing: -0.1rem;
  }
}
.p-point02-modal .-what {
  max-width: 93rem;
  margin: 4.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what {
    width: 90%;
    margin-top: 6rem;
  }
}
.p-point02-modal .-what + .-what {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what + .-what {
    margin-top: 5rem;
  }
}
.p-point02-modal .-what .ttl {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
}
.p-point02-modal .-what .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 3rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what .list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.p-point02-modal .-what .list li {
  border-radius: 1.8rem;
  background: #edf1f3;
  padding: 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what .list li {
    padding: 3rem 2rem 4rem;
  }
}
.p-point02-modal .-what .-note {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
  margin-top: 0.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what .-note {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
.p-point02-modal .-what.m-use .use-img {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  height: 7.8rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-use .use-img {
    height: auto;
  }
}
.p-point02-modal .-what.m-use .use-img.m-01 {
  width: 21.3rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-use .use-img.m-01 {
    width: 30rem;
  }
}
.p-point02-modal .-what.m-use .use-img.m-02 {
  width: 21.5rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-use .use-img.m-02 {
    width: 30rem;
  }
}
.p-point02-modal .-what.m-use .use-txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-use .use-txt {
    font-size: 2.7rem;
    margin-top: 3rem;
  }
}
.p-point02-modal .-what.m-exchange .exchange-ttl {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-exchange .exchange-ttl {
    font-size: 3.3rem;
  }
}
.p-point02-modal .-what.m-exchange .exchange-img {
  margin: 2rem auto 0;
}
.p-point02-modal .-what.m-exchange .exchange-img.m-01 {
  width: 39.1rem;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-exchange .exchange-img.m-01 {
    width: 51.9rem;
  }
}
.p-point02-modal .-what.m-exchange .exchange-img.m-02 {
  width: 37.6rem;
  padding-left: 1rem;
  mix-blend-mode: multiply;
}
@media screen and (max-width: 767px) {
  .p-point02-modal .-what.m-exchange .exchange-img.m-02 {
    width: 45.9rem;
  }
}

.p-point03 {
  padding-top: 9.5rem;
}
.p-point03-head .-headline span {
  display: inline-block;
  position: relative;
  padding-left: 11rem;
}
.p-point03-head .-headline span::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% + 0.5rem);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9.5rem;
  height: 4.7rem;
  background: url(../img/point03_head_icn.png) no-repeat center center/contain;
}
.p-point03-plan {
  margin-top: 6rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2rem 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
    width: 96%;
    margin: 6rem auto 0;
  }
}
.p-point03-plan .-unit {
  position: relative;
  padding-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit {
    padding-bottom: 8rem;
  }
}
.p-point03-plan .-unit .unit-head {
  text-align: center;
  padding: 1.5rem 0;
}
.p-point03-plan .-unit .unit-head .-headline {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-head .-headline {
    font-size: 3rem;
    letter-spacing: 0.2rem;
  }
}
.p-point03-plan .-unit .unit-head .-headline .label {
  display: block;
  background: url(../img/point03_plan_ttlbg.png) no-repeat center center/contain;
  width: 10.2rem;
  aspect-ratio: 102/24;
  text-align: center;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-head .-headline .label {
    font-size: 2.4rem;
    letter-spacing: -0.05rem;
    width: 11.9rem;
    aspect-ratio: 119/28;
  }
}
.p-point03-plan .-unit .unit-lead {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  margin-top: 2.5rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-lead {
    font-size: 2.4rem;
  }
}
.p-point03-plan .-unit .unit-lead .-big {
  font-size: 3.7rem;
  font-weight: 700;
  margin-top: 0.5rem;
  color: #1e719f;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-lead .-big {
    font-size: 4.3rem;
  }
}
.p-point03-plan .-unit .unit-lead .-big .num {
  font-size: 5.1rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-lead .-big .num {
    font-size: 6rem;
  }
}
.p-point03-plan .-unit .unit-list {
  margin-top: 3rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  gap: 1rem;
}
.p-point03-plan .-unit .unit-list li {
  width: 15rem;
  aspect-ratio: 157/137;
  background: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-list li {
    width: 18.6rem;
    aspect-ratio: 186/161;
    font-size: 2.1rem;
  }
}
.p-point03-plan .-unit .unit-list li strong {
  display: block;
  text-align: center;
}
.p-point03-plan .-unit .unit-note {
  float: right;
  margin: 1.5rem 2.5rem 0 0;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-note {
    margin-right: 3rem;
  }
}
.p-point03-plan .-unit .unit-note .-line {
  font-weight: 700;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-note .-line {
    font-size: 1.8rem;
    letter-spacing: -0.1rem;
  }
}
.p-point03-plan .-unit .unit-note .-line.m-big {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-note .-line.m-big {
    font-size: 2.1rem;
  }
}
.p-point03-plan .-unit .unit-img {
  text-align: center;
}
.p-point03-plan .-unit .unit-link {
  font-size: 1.7rem;
  font-weight: 700;
  text-decoration: underline;
  text-align: center;
  position: absolute;
  bottom: 3.5rem;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit .unit-link {
    font-size: 2.1rem;
  }
}
.p-point03-plan .-unit.m-blue {
  background: #e7f3f9;
}
.p-point03-plan .-unit.m-blue .unit-head {
  background: #1e719f;
}
.p-point03-plan .-unit.m-blue .unit-head .-headline .label {
  color: #1e719f;
}
.p-point03-plan .-unit.m-blue .unit-list li strong {
  color: #1e719f;
}
.p-point03-plan .-unit.m-blue .unit-img {
  margin: 3.5rem auto 4rem;
  width: 43.9rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit.m-blue .unit-img {
    width: 51.7rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit.m-yellow {
    margin-top: 3rem;
  }
}
.p-point03-plan .-unit.m-yellow {
  background: #faf5de;
}
.p-point03-plan .-unit.m-yellow .unit-head {
  background: #deba00;
}
.p-point03-plan .-unit.m-yellow .unit-head .-headline .label {
  color: #deba00;
}
.p-point03-plan .-unit.m-yellow .unit-list li strong {
  color: #1e719f;
}
.p-point03-plan .-unit.m-yellow .unit-img {
  margin: 2rem auto 0;
  width: 46.4rem;
}
@media screen and (max-width: 767px) {
  .p-point03-plan .-unit.m-yellow .unit-img {
    width: 55rem;
  }
}
.p-point03-plan .-unit.m-yellow .unit-img + .unit-note {
  float: none;
  margin: 1.7rem 2rem 2rem;
}
.p-point03-voice {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-point03-voice {
    margin-top: 9rem;
  }
}
.p-point03-voice .-unit .txt {
  padding: 3.5rem 1rem;
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit .txt {
    padding: 2.5rem 1rem;
  }
}
.p-point03-voice .-unit.m-01:after {
  left: 6.5rem;
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-01:after {
    right: auto;
    left: 13rem;
  }
}
.p-point03-voice .-unit.m-01 .img {
  width: 17.9rem;
  left: -14rem;
  bottom: -7rem;
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-01 .img {
    width: 20.5rem;
    left: -13rem;
    bottom: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-01 .txt .txtwrap {
    padding: 0 2rem;
  }
}
.p-point03-voice .-unit.m-02:after {
  right: 13rem;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-02:after {
    left: auto;
  }
}
.p-point03-voice .-unit.m-02 .img {
  width: 14.4rem;
  right: -4.5rem;
  bottom: -7.5rem;
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-02 .img {
    width: 18rem;
    right: -16rem;
    bottom: -6rem;
  }
}
.p-point03-voice .-unit.m-02 .txt .txtwrap {
  padding: 0 2rem;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .p-point03-voice .-unit.m-02 .txt .txtwrap {
    padding: 0 2.8rem;
  }
}

.p-case {
  margin-top: 14.5rem;
  padding: 8.5rem 0;
  background: #1e719f;
}
@media screen and (max-width: 767px) {
  .p-case {
    padding-top: 10rem;
  }
}
.p-case-head .-headline {
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-case-head .-headline {
    font-size: 4.7rem;
  }
}
.p-case-head .-lead {
  font-size: 2rem;
  color: #fff;
  margin-top: 3.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-head .-lead {
    font-size: 2.5rem;
    margin-top: 2rem;
  }
}
.p-case-head .-lead .note {
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case-head .-lead .note {
    font-size: 1.8rem;
  }
}
.p-case-main {
  width: 66.7rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-case-main {
    width: 100%;
  }
}
.p-case-main .-tabs {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
.p-case-main .-tabs li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  width: 32%;
  aspect-ratio: 300/110;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #113950;
  background: #a3b8c3;
  border-radius: 3rem 3rem 0 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-case-main .-tabs li:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-case-main .-tabs li {
    font-size: 2rem;
    width: 22rem;
    height: 8.2rem;
  }
}
.p-case-main .-tabs li.is-active {
  background: #deba00;
  color: #2f2f2f;
}
.p-case-main .-content {
  background: #fff;
  padding: 4rem 4rem 5rem 5.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content {
    padding: 3rem 4rem 4rem 6rem;
  }
}
.p-case-main .-content .panel {
  display: none;
}
.p-case-main .-content .panel.is-show {
  display: block;
}
.p-case-main .-content .panel .panel-timeline {
  position: relative;
}
.p-case-main .-content .panel .panel-timeline:before {
  content: "";
  width: 0.1rem;
  height: calc(100% - 2rem);
  background: #636363;
  position: absolute;
  left: 0;
  top: 2rem;
}
.p-case-main .-content .panel .panel-timeline:after {
  content: "";
  width: 1.86rem;
  height: 1.25rem;
  background: url(../img/case_line_arw.png) no-repeat center center/contain;
  position: absolute;
  left: -0.9rem;
  bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline:after {
    left: -0.7rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  gap: 10.5rem;
  position: relative;
  padding-left: 4.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit {
    padding-left: 3.5rem;
    gap: 6rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit + .timeline-unit {
  margin-top: 2.5rem;
}
.p-case-main .-content .panel .panel-timeline .timeline-unit:before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #636363;
  position: absolute;
  left: -1rem;
  top: 1.6rem;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit:before {
    width: 1.5rem;
    height: 1.5rem;
    left: -0.6rem;
    top: 1.7rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .time {
  font-size: 3.3rem;
  color: #1e719f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .time {
    font-size: 3rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .txt {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .txt {
    font-size: 1.6rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img {
  position: absolute;
  right: 0;
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-01 {
  width: 4.8rem;
  bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-01 {
    width: 3.4rem;
    right: 1rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-02 {
  width: 10.8rem;
  top: 2rem;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-02 {
    width: 8rem;
    right: -1rem;
    top: 2rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-03 {
  width: 9.9rem;
  top: 0.5rem;
  right: -3rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-03 {
    width: 7.3rem;
    right: -1rem;
    top: 1.5rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-04 {
  width: 12.8rem;
  top: 3rem;
  right: -6rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-04 {
    width: 9.4rem;
    right: -3.5rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-05 {
  width: 7.3rem;
  top: 3rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-detail .img.m-05 {
    width: 5.7rem;
    right: -1rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point {
  background: #fbeda5;
  padding: 2rem 1rem;
  position: relative;
  width: 35rem;
  margin-top: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point {
    width: 26rem;
    font-size: 1.9rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.8rem 2.7rem 0.8rem 0;
  border-color: transparent #fbeda5 transparent transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -2.7rem;
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point .num {
  font-size: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point .num {
    font-size: 2.3rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong {
  font-size: 3.5rem;
  line-height: 1;
  color: #1e719f;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong {
    font-size: 2.6rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num {
    font-size: 3.5rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num.m-hasarw {
  position: relative;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num.m-hasarw {
    padding-left: 3rem;
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num.m-hasarw:before {
  content: "";
  width: 3.1rem;
  height: 1.9rem;
  background: url(../img/case_arw.png) no-repeat center center/contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .num.m-hasarw:before {
    width: 2.3rem;
    height: 1.4rem;
    top: calc(50% + 0.2rem);
  }
}
.p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .small {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel .panel-timeline .timeline-unit .-point strong .spsmall {
    font-size: 1.8rem;
  }
}
.p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-01 {
  width: 9.8rem;
  top: 2rem;
  right: -3.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-01 {
    width: 7.1rem;
    right: -1rem;
  }
}
.p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-02 {
  width: 12.3rem;
  top: 3.5rem;
  right: -5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-02 {
    width: 9.3rem;
    right: -3rem;
  }
}
.p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-03 {
  width: 14.9rem;
  right: -6rem;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-03 {
    width: 10.4rem;
    right: -3rem;
  }
}
.p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-04 {
  width: 16.6rem;
  right: -7rem;
  top: 3.7rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-04 {
    width: 11rem;
    right: -3rem;
  }
}
.p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-05 {
  width: 10.3rem;
  top: 2.5rem;
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-detail .img.m-05 {
    width: 7rem;
    right: -3rem;
    top: 1.9rem;
  }
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typeb .panel-timeline .timeline-unit .-point strong .num {
    font-size: 2.9rem;
  }
}
.p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-01 {
  width: 9rem;
  right: -6rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-01 {
    width: 6.7rem;
    right: -3rem;
  }
}
.p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-02 {
  width: 15.8rem;
  right: -8rem;
  top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-02 {
    width: 9.9rem;
    top: 3rem;
    right: -4.5rem;
  }
}
.p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-03 {
  width: 10rem;
  right: -6.5rem;
  top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-03 {
    width: 7.5rem;
    right: -3rem;
    top: 1rem;
  }
}
.p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-04 {
  width: 9.6rem;
  top: 5rem;
}
@media screen and (max-width: 767px) {
  .p-case-main .-content .panel.m-typec .panel-timeline .timeline-unit .-detail .img.m-04 {
    width: 7.1rem;
    top: 3.5rem;
    right: -2.5rem;
  }
}

/* plan */
.p-plan {
  padding: 8rem 0;
}
@media screen and (max-width: 767px) {
  .p-plan {
    padding: 4rem 0 5.5rem;
  }
}
.p-plan-head {
  margin-bottom: 5rem;
}
@media screen and (max-width: 767px) {
  .p-plan-head {
    margin-bottom: 6.8rem;
  }
}
@media print, screen and (min-width: 768px) {
  .p-plan-head .-lg {
    font-size: 5.2rem;
  }
}
.p-plan-head .-sub {
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  margin-top: -0.5rem;
  color: #000;
}
@media screen and (max-width: 767px) {
  .p-plan-head .-sub {
    font-size: 2.5rem;
    margin-top: -0.8rem;
  }
}
.p-plan.is-active-a .p-plan-panel {
  border-color: #1e719f;
}
.p-plan.is-active-a .tab .btn.-a.is-active {
  border-color: #1e719f;
}
.p-plan.is-active-b .p-plan-panel {
  border-color: #deba00;
}
.p-plan.is-active-b .tab .btn.-b.is-active {
  border-color: #deba00;
}
.p-plan-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 66.7rem;
  margin: 0 auto;
}
.p-plan-tab .btn {
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc((100% - 1rem) / 2);
  height: 8.8rem;
  border-bottom: none;
  border-top-left-radius: 3rem;
  border-top-right-radius: 3rem;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  padding-bottom: 0.5em;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan-tab .btn {
    height: 8.3rem;
  }
}
.p-plan-tab .btn .txt-plan,
.p-plan-tab .btn .txt-name {
  display: block;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.25;
}
.p-plan-tab .btn .txt-plan {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-tab .btn .txt-plan {
    font-size: 2rem;
  }
}
.p-plan-tab .btn .txt-name {
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-tab .btn .txt-name {
    font-size: 2.4rem;
  }
}
.p-plan-tab .btn.-a {
  background: #1e719f;
  border: 0.6rem solid #1e719f;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-plan-tab .btn.-a {
    border-width: 0.3rem;
  }
}
.p-plan-tab .btn.-b {
  background: #deba00;
  border: 0.6rem solid #deba00;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .p-plan-tab .btn.-b {
    border-width: 0.3rem;
  }
}
.p-plan-tab .btn.is-active {
  background: #fff !important;
  z-index: 4;
}
.p-plan-tab .btn.is-active::after {
  content: "";
  position: absolute;
  bottom: -0.6rem;
  left: 0;
  width: 100%;
  height: 0.6rem;
  background: #fff;
}
.p-plan-tab .btn.is-active.-a .txt-plan,
.p-plan-tab .btn.is-active.-a .txt-name {
  color: #1e719f;
}
.p-plan-tab .btn.is-active.-b .txt-plan,
.p-plan-tab .btn.is-active.-b .txt-name {
  color: #deba00;
}
.p-plan-panel {
  position: relative;
  z-index: 3;
  margin-top: -0.6rem;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border: 0.6rem solid #1e719f;
  border-bottom-left-radius: 3rem;
  border-bottom-right-radius: 3rem;
  width: 66.7rem;
  padding: 3rem 3.2rem;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media screen and (max-width: 767px) {
  .p-plan-panel {
    border-width: 0.3rem;
    margin-top: -0.2rem;
    padding: 3.2rem 4rem;
  }
}
.p-plan-panel .panel-inner {
  width: 100%;
}
.p-plan-panel .panel-ttl {
  display: inline-block;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  padding: 1rem 2rem 1.2rem;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-ttl {
    font-size: 2.4rem;
    padding: 0.8rem 1.4rem 1rem;
    letter-spacing: -0.03em;
  }
}
.p-plan-panel .panel-ttl.-a {
  background: #1e719f;
}
.p-plan-panel .panel-ttl.-b {
  background: #deba00;
}
.p-plan-panel .panel-txt {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5454545455;
  letter-spacing: 0.05em;
  margin: 2rem 0 0.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-txt {
    line-height: 1.5;
    margin: 2rem 0 1.2rem;
  }
}
.p-plan-panel .panel-notes {
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.6666666667;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-notes {
    font-size: 1.8rem;
    line-height: 1.1;
    letter-spacing: -0.05em;
  }
}
.p-plan-panel .panel-notes a {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media print and (any-hover: hover), screen and (any-hover: hover) and (min-width: 768px) {
  .p-plan-panel .panel-notes a:hover {
    opacity: 0.7;
  }
}
.p-plan-panel .panel-table-img {
  width: 53.1rem;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-table-img {
    width: 100%;
  }
}
.p-plan-panel .panel-table-img figcaption {
  width: 100%;
  margin-top: 1rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-plan-panel .panel-table-img figcaption span {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.3333333333;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-table.-scroll {
    overflow-y: auto;
    padding-bottom: 6rem !important;
  }
  .p-plan-panel .panel-table.-scroll .panel-table-img {
    width: 89rem;
  }
  .p-plan-panel .panel-table.-scroll {
    /* simplebar */
  }
  .p-plan-panel .panel-table.-scroll .scroll__inner::-webkit-scrollbar {
    display: none;
  }
  .p-plan-panel .panel-table.-scroll .simplebar-scrollbar::before {
    background: #9c9c9c;
    border-radius: 9999px;
    height: 1.8rem !important;
  }
  .p-plan-panel .panel-table.-scroll .simplebar-scrollbar::before {
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 1rem !important;
    right: 1rem !important;
    bottom: 0 !important;
  }
  .p-plan-panel .panel-table.-scroll .simplebar-scrollbar.simplebar-visible::before {
    opacity: 1 !important;
  }
  .p-plan-panel .panel-table.-scroll .simplebar-track {
    background: #f1f1f1;
    border: 1px solid #bdbdbd;
    height: 4.2rem !important;
  }
}
.p-plan-panel .panel-bottom-benefit {
  position: relative;
  background: #daebf5;
  border-radius: 2rem;
  letter-spacing: 0.05em;
  color: #1e719f;
  font-weight: 700;
  padding: 0.6rem 0 0.8rem;
  font-size: 2.2rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-benefit {
    font-size: 2.4rem;
    border-radius: 1.5rem;
    padding: 0.4rem 0 0.6rem;
  }
}
.p-plan-panel .panel-bottom-benefit .-lg {
  position: relative;
  font-size: 3.3rem;
  top: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-benefit .-lg {
    font-size: 3.3rem;
  }
}
.p-plan-panel .panel-bottom-benefit::before {
  position: absolute;
  content: "";
  background: url("../img/plan_icn_plus.png") no-repeat center center/contain;
  width: 4rem;
  height: 4rem;
  top: -2.8rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-benefit::before {
    width: 3.7rem;
    height: 3.7rem;
  }
}
.p-plan-panel .panel-bottom-cont {
  text-align: center;
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-cont {
    margin-top: 1.1rem;
  }
}
.p-plan-panel .panel-bottom-txt {
  position: relative;
  color: #000;
  font-weight: 700;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: -0.06em;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-txt {
    font-size: 3rem;
    line-height: 1.35;
  }
}
.p-plan-panel .panel-bottom-txt::before {
  position: absolute;
  content: "";
  background: #000;
  width: calc(100% - 1rem);
  height: 0.3rem;
  left: 0;
  bottom: -0.2rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-txt::before {
    width: calc(100% - 12rem);
    height: 0.15rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -0.5rem;
  }
}
.p-plan-panel .panel-bottom-txt span {
  display: inline-block;
  position: relative;
}
.p-plan-panel .panel-bottom-txt .-num {
  font-size: 2.8rem;
  letter-spacing: 0.03em;
  top: 0.04em;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-txt .-num {
    font-size: 4.6rem;
  }
}
.p-plan-panel .panel-bottom-txt .-yen {
  font-size: 2rem;
}
.p-plan-panel .panel-bottom-txt .-yen::before {
  position: absolute;
  content: "（税抜）";
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: #b51600;
  white-space: nowrap;
  top: -0.9rem;
  left: 55%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-plan-panel .panel-bottom-txt .-tax {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}
.p-plan-panel .panel-bottom-txt .-taxnum {
  font-size: 1.6rem;
  top: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-txt .-taxnum {
    font-size: 2.5rem;
  }
}
.p-plan-panel .panel-bottom-txt .-taxyen {
  font-size: 1.2rem;
}
.p-plan-panel .panel-bottom-txt .-taxtax {
  font-size: 1rem;
  bottom: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .p-plan-panel .panel-bottom-txt .-aj {
    margin-left: -0.5em;
  }
}
.p-plan-panel .panel-bottom-notes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 3rem;
}
.p-plan-panel .panel-bottom-notes p {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.6666666667;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-bottom-notes p {
    width: calc(100% + 2rem);
    margin-left: -1rem;
    margin-right: -1rem;
    font-size: 1.6rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
}
.p-plan-panel .panel-view.-a .panel-table {
  padding: 1.2rem 0 1.2rem;
}
.p-plan-panel .panel-view.-a .panel-bottom {
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-view.-a .panel-bottom {
    margin-top: 3rem;
  }
}
.p-plan-panel .panel-view.-b {
  padding-bottom: 4.2rem;
}
.p-plan-panel .panel-view.-b .panel-table {
  padding: 6rem 0 0;
}
.p-plan-panel .panel-view.-b .panel-bottom {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767px) {
  .p-plan-panel .panel-view.-b .panel-bottom {
    margin-top: 6rem;
  }
}

/* Q&A */
.p-faq {
  background: #f3f3f3;
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq {
    padding: 6.6rem 0 7.7rem;
  }
  .p-faq .-headline {
    font-size: 4rem;
    line-height: 1.375;
  }
}
.p-faq-head {
  margin-bottom: 4rem;
}
.p-faq-head .-en {
  color: #1e719f;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 2.9rem;
  margin-bottom: -1rem;
}
@media screen and (max-width: 767px) {
  .p-faq-head .-en {
    font-size: 3.6rem;
    margin-bottom: 2.2rem;
  }
}
.p-faq-head .-en .-sm {
  font-size: 2.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-head .-en .-sm {
    font-size: 2.8rem;
  }
}
.p-faq-inner {
  width: 91.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-faq-inner {
    width: 100%;
  }
}
.p-faq-item {
  width: 100%;
  background: #fff;
  padding: 3rem 2rem 3rem 4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item {
    padding: 4rem 4rem 4.2rem 3rem;
  }
}
.p-faq-item + .p-faq-item {
  margin-top: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item + .p-faq-item {
    margin-top: 1.6rem;
  }
}
.p-faq-item + .p-faq-head {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item + .p-faq-head {
    margin-top: 7rem;
  }
}
.p-faq-item + .p-faq-planttl {
  margin-top: 4.2rem;
}
@media screen and (max-width: 767px) {
  .p-faq-item + .p-faq-planttl {
    margin-top: 4.9rem;
  }
}
.p-faq-q, .p-faq-a {
  position: relative;
  font-weight: 700;
  padding-left: 3.5rem;
}
@media screen and (max-width: 767px) {
  .p-faq-q, .p-faq-a {
    padding-left: 4.6rem;
  }
}
.p-faq-q::before, .p-faq-a::before {
  position: absolute;
  font-size: 3rem;
  left: 0;
}
@media screen and (max-width: 767px) {
  .p-faq-q::before, .p-faq-a::before {
    font-size: 3.5rem;
  }
}
.p-faq-q {
  font-size: 2.5rem;
  color: #1e719f;
}
@media screen and (max-width: 767px) {
  .p-faq-q {
    font-size: 2.9rem;
  }
}
.p-faq-q::before {
  content: "Q";
  top: -0.2em;
}
.p-faq-a {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  margin-top: 1rem;
}
@media screen and (max-width: 767px) {
  .p-faq-a {
    font-size: 2rem;
    line-height: 1.7;
  }
}
.p-faq-a::before {
  content: "A";
  top: -0.35em;
}
.p-faq-planttl {
  position: relative;
  font-size: 2.5rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  padding: 0 1.2rem 0 4rem;
  height: 4rem;
  margin-bottom: 1.4rem;
}
@media screen and (max-width: 767px) {
  .p-faq-planttl {
    margin-bottom: 1.6rem;
  }
}
.p-faq-planttl::before {
  position: absolute;
  content: "";
  background: #fff;
  width: 1.6rem;
  height: 1.1rem;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  left: 1.2rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-faq-planttl.-a {
  background: #1e719f;
}
.p-faq-planttl.-b {
  background: #deba00;
}

/* contact */
.p-contact {
  padding: 3.2rem 0 5.7rem;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .p-contact {
    padding: 5.4rem 0 6.8rem;
  }
}
.p-contact-head {
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .p-contact-head {
    margin-bottom: 5.2rem;
  }
  .p-contact-head .-headline {
    font-size: 4rem;
  }
}
.p-contact-body {
  text-align: center;
}
.p-contact-ttl {
  display: inline-block;
  background: #1e719f;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.2rem 3.4rem;
}
@media screen and (max-width: 767px) {
  .p-contact-ttl {
    font-size: 2.5rem;
  }
}
.p-contact-txt {
  color: #000;
  text-align: center;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.04em;
  font-weight: 700;
  margin: 1.4rem auto 2rem;
}
@media screen and (max-width: 767px) {
  .p-contact-txt {
    font-size: 2.7rem;
    margin: 2.4rem auto 3rem;
  }
}
.p-contact-btn {
  width: 37rem;
  height: 5.2rem;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-shadow: 0.5rem 0.5rem 0 rgb(105, 105, 105);
          box-shadow: 0.5rem 0.5rem 0 rgb(105, 105, 105);
}
@media screen and (max-width: 767px) {
  .p-contact-btn {
    width: 52rem;
    height: 7.5rem;
    font-size: 2.7rem;
  }
}
.p-contact-btn a::after {
  display: none;
}

@media print, screen and (min-width: 768px) {
  .simplebar-content {
    padding: 0 !important;
  }
}