/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

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

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

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

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

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

html {
  font-size: 10px;
}

body {
  overflow-wrap: break-word;
}

a,
a:link,
a:visited,
a:active,
a:hover,
a:hover img {
  text-decoration: none;
  color: #3D3D3D;
}

a:hover {
  text-decoration: none;
}

a:hover,
a:hover img,
.img_hover:hover {
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  opacity: .60;
}

a {
  color: #3D3D3D;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  width: auto;
  height: auto;
}

div,
p {
  /*word-break: break-all;*/
}

ul,
ol,
li {
  list-style: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, nav, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

ul,
ol,
li {
  list-style: none;
}

body,
td,
th,
input,
textarea {
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

*::before, *::after {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

figure, picture {
  line-height: 0;
}

picture {
  display: block;
}

button {
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

button:hover {
  opacity: 0.6;
}

@font-face {
  font-family: 'Futura PT';
  src: url("../fonts/Futura PT Heavy.ttf");
}

a[href^="tel:"] {
  white-space: nowrap;
}

@media screen and (min-width: 769px), print {
  .show_sp {
    display: none !important;
  }
  .container {
    overflow: hidden;
  }
  .row {
    max-width: 100rem;
    width: 100%;
    margin: 0 auto;
  }
  .row.row_sm {
    max-width: 65rem;
  }
  img {
    max-width: 100%;
    width: auto;
    height: auto;
  }
  body {
    padding-top: 7.5rem;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 100%;
    height: 7.5rem;
    background: #FFFFFF;
    -moz-box-shadow: 0rem 0.4rem 1.54rem rgba(0, 0, 0, 0.15);
         box-shadow: 0rem 0.4rem 1.54rem rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 2.7rem;
    font-size: 0;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header {
    padding: 0 1rem;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_des {
    padding-left: 1.4rem;
    font-weight: 500;
    font-size: 1.7rem;
    line-height: 1.17647;
    text-align: center;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    padding-bottom: 0.5rem;
    padding-right: 0.5rem;
  }
  .header .header_des em {
    color: #008B4D;
    font-style: normal;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header .header_des {
    font-size: 1.2rem;
    max-width: 15vw;
  }
}

@media screen and (min-width: 769px), print {
  .header .header_menuSub {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto;
    gap: 3.5rem;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header__logo {
    width: 14.8rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 0;
    font-size: 0;
    max-width: 15vw;
  }
  .header__logo img {
    display: block;
    width: 100%;
    height: auto;
  }
  .header__menu {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3.4rem;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header__menu {
    gap: 1.5rem;
  }
}

@media screen and (min-width: 769px), print {
  .header__menu li a {
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.21429;
    display: block;
    letter-spacing: 0.03em;
    color: #000000;
    white-space: nowrap;
  }
}

@media screen and (min-width: 769px) and (max-width: 999px) and (min-width: 769px) {
  .header__menu li a {
    letter-spacing: 0;
  }
}

@media screen and (min-width: 769px), print {
  .header__menu li a.h_consultation {
    min-width: 15rem;
    min-height: 4.4rem;
    background: #FFFF53;
    border: 1px solid #008B4D;
    -moz-border-radius: 2.4rem;
         border-radius: 2.4rem;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1875;
    text-align: center;
    letter-spacing: 0.03em;
    color: #005932;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 1.7rem;
  }
  .header__menu li a.h_consultation::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.75rem;
    height: 1.35rem;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .footer {
    text-align: center;
    padding: 3rem 0 2rem;
    font-weight: 500;
    color: #333;
    font-size: 1.4rem;
  }
  .footer a {
    color: #333;
  }
  .footer p {
    font-size: 1.4rem;
    line-height: 150%;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 2rem;
  }
  .p_top .ai-banner {
    padding: 1.2rem;
    background: #00AA6E;
    text-align: center;
  }
  .p_top .ai-banner__label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 3.7rem;
    padding: 0 0.8rem;
    background: #fff;
    font-weight: 700;
    font-size: 2rem;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .ai-banner__text {
    font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.5;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .p_top .ai-banner__text small {
    font-size: 2.2rem;
  }
  .p_top .ai-banner__text em {
    color: #FFFF53;
    font-style: normal;
  }
  .p_top .mv {
    padding: 1.5rem 0 3.8rem;
    background: url(../img/mv_bg.png) center/100% 100% no-repeat;
    -moz-background-size: cover;
         background-size: cover;
  }
  .p_top .mv .row {
    max-width: 91.3rem;
    position: relative;
  }
  .p_top .mv .row .video {
    width: 10.2rem;
    height: 21rem;
    background: url('../img/framePhone.png') 0 0 no-repeat #fff;
    background-size: contain;
    padding: 0.592rem 0.481rem;
    position: absolute;
    top: 21.1rem;
  }
  .p_top .mv .row .video video {
    width: 100%;
    height: auto;
    border-radius: 0.5rem 0.5rem 0 0;
  }
  .p_top .mv .row .video1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 12.8rem;
  }
  .p_top .mv .row .video2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 2rem;
  }
  .p_top .mv .row dl {
    position: absolute;
    bottom: -1.5rem;
    left: 2rem;
    -webkit-filter: drop-shadow(0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.25));
    text-align: center;
  }
  .p_top .mv .row dl dt {
    min-width: 31.3rem;
    min-height: 3.4rem;
    background: #005932;
    -moz-border-radius: 1.74424rem;
         border-radius: 1.74424rem;
    font-weight: 700;
    font-size: 1.4rem;
    line-height: 1.58;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -1rem;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .p_top .mv .row dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -0.5rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 0.6rem solid transparent;
    border-right: 0.6rem solid transparent;
    border-top: 0.6rem solid #005932;
  }
  .p_top .mv .row dl dd a {
    min-width: 40rem;
    min-height: 6.3rem;
    background: #FFFF53;
    border: 2px solid #008B4D;
    -moz-border-radius: 3.45rem;
         border-radius: 3.45rem;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.21739;
    text-align: center;
    letter-spacing: 0.03em;
    color: #005932;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 1.7rem;
  }
  .p_top .mv .row dl dd a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.7rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.1rem;
    height: 1.9rem;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .carousel {
    width: 100%;
    overflow: hidden;
    background-color: #00AA6E;
    padding: 1.5rem 0;
  }
  .p_top .carousel .main_carousel {
    height: 8.8rem;
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  .p_top .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_top .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_top .carousel .main_carousel ul li {
    float: left;
    width: 116.9rem;
  }
  .p_top .carousel .main_carousel ul li img {
    width: 100%;
    height: 8.8rem;
    object-fit: cover;
  }
  .p_top .sec01 {
    background-color: #E7F0EC;
    padding: 6rem 0 12rem;
    clip-path: polygon(100% 0, 100% -webkit-calc(100% - 7rem), 50% 100%, 0 -webkit-calc(100% - 7rem), 0 0);
    clip-path: polygon(100% 0, 100% -moz-calc(100% - 7rem), 50% 100%, 0 -moz-calc(100% - 7rem), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 7rem), 50% 100%, 0 calc(100% - 7rem), 0 0);
  }
  .p_top .sec01 .row {
    max-width: 90rem;
  }
  .p_top .sec01 h2 {
    text-align: center;
    margin-bottom: 4.3rem;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 52.5rem;
  }
  .p_top .sec01 .problem {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .sec01 .problem::before {
    content: "";
    position: absolute;
    top: -18rem;
    left: -5rem;
    width: 12.5rem;
    height: 15rem;
    background: url(../img/sec01_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .problem::after {
    content: "";
    position: absolute;
    bottom: -3rem;
    right: -15rem;
    width: 15.4rem;
    height: 16.1rem;
    background: url(../img/sec01_bg2.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .problem__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 3rem 2rem;
    position: relative;
    margin-bottom: 8rem;
  }
  .p_top .sec01 .problem__list::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -7.1rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.3rem;
    height: 3.95rem;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec01 .problem__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.5rem;
    position: relative;
    background: #FFFFFF;
    -moz-box-shadow: 0.31106rem 0.31106rem 0.41475rem rgba(0, 0, 0, 0.15);
         box-shadow: 0.31106rem 0.31106rem 0.41475rem rgba(0, 0, 0, 0.15);
    -moz-border-radius: 1.03687rem;
         border-radius: 1.03687rem;
  }
  .p_top .sec01 .problem__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -1.6rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 3.3rem;
    height: 3.3rem;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec01 .problem__icon {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 7.6rem;
            flex: 0 0 7.6rem;
    margin-right: 1.2rem;
  }
  .p_top .sec01 .problem__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.57;
    color: #363332;
  }
  .p_top .sec01 .problem__heading {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 2.7rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    color: #363332;
  }
  .p_top .sec01 .problem__heading span {
    font-size: 4rem;
    color: #008B4D;
  }
  .p_top .sec01 .problem__heading em {
    font-style: normal;
    display: inline-block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.8rem, #D6E7DF), color-stop(1.8rem, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #D6E7DF 1.8rem, transparent 1.8rem, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #D6E7DF 1.8rem, transparent 1.8rem, transparent 100%);
    background: linear-gradient(to top, #D6E7DF 1.8rem, transparent 1.8rem, transparent 100%);
  }
  .p_top .tl {
    text-align: center;
    margin-bottom: 6.5rem;
  }
  .p_top .tl.st2 {
    position: relative;
    padding-bottom: 3rem;
    margin-bottom: 3rem;
  }
  .p_top .tl.st2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.6rem;
    height: 0.3rem;
    background: #00AA6E;
    display: block;
  }
  .p_top .tl > em {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.20833;
    text-align: center;
    color: #005932;
    display: block;
    margin-bottom: 0.6rem;
  }
  .p_top .tl > span {
    font-weight: 700;
    font-size: 4rem;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
    color: #2A2A2A;
  }
  .p_top .tl > span img {
    width: 18.6rem;
    margin-right: 1rem;
  }
  .p_top .tl > span em {
    font-style: normal;
    color: #008B4D;
  }
  .p_top .tl > small {
    display: block;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.1875;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
    margin-top: 1rem;
  }
  .p_top .comparison {
    padding: 7.6rem 0 5.6rem;
  }
  .p_top .comparison .row {
    max-width: 88.6rem;
  }
  .p_top .comparison__table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .comparison__table::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 7.5rem;
    width: 100%;
    background: #FFFFFF;
    -moz-box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
         box-shadow: 0rem 0.3rem 0.3rem rgba(0, 0, 0, 0.15);
    display: block;
  }
  .p_top .comparison__table th,
  .p_top .comparison__table td {
    font-weight: 700;
    font-size: 3.2rem;
    text-align: center;
    color: #818181;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    height: 7.5rem;
    padding: 0.8rem 1rem;
    border-right: 1px solid #DEDEDE;
    vertical-align: middle;
  }
  .p_top .comparison__table th:last-child,
  .p_top .comparison__table td:last-child {
    border-right: 0 !important;
  }
  .p_top .comparison__table thead th {
    height: 5.8rem;
    padding: 0.8rem 1rem;
    background: #19593D;
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
  }
  .p_top .comparison__table thead th:first-child {
    width: 14%;
    background: transparent;
    border: 0;
  }
  .p_top .comparison__table thead th:nth-child(2) {
    text-align: center;
    background-color: #00AA6E;
  }
  .p_top .comparison__table thead th:nth-child(2) img {
    display: inline-block;
    width: 66.5%;
  }
  .p_top .comparison__table thead th:nth-child(3), .p_top .comparison__table thead th:nth-child(4), .p_top .comparison__table thead th:nth-child(5) {
    width: 22%;
  }
  .p_top .comparison__table thead th:nth-child(2) {
    -moz-border-radius: 3rem 3rem 0 0;
         border-radius: 3rem 3rem 0 0;
  }
  .p_top .comparison__table thead th:nth-of-type(3) {
    -moz-border-radius: 3rem 0 0 0;
         border-radius: 3rem 0 0 0;
  }
  .p_top .comparison__table thead th:nth-of-type(5) {
    -moz-border-radius: 0 3rem 0 0;
         border-radius: 0 3rem 0 0;
  }
  .p_top .comparison__table tbody tr:nth-child(odd) th,
  .p_top .comparison__table tbody tr:nth-child(odd) td {
    background: #F8F8F8;
  }
  .p_top .comparison__table tbody tr:nth-child(even) th,
  .p_top .comparison__table tbody tr:nth-child(even) td {
    background: #fff;
  }
  .p_top .comparison__table tbody tr:nth-child(even) .comparison__highlight {
    background-color: #E9FFF6 !important;
  }
  .p_top .comparison__table tbody tr:nth-of-type(1) th {
    -moz-border-radius: 3rem 0 0 0;
         border-radius: 3rem 0 0 0;
  }
  .p_top .comparison__table tbody tr th {
    background: #19593D !important;
    color: #fff;
    font-size: 1.7rem;
    font-weight: 900;
    border-right: 0;
    white-space: nowrap;
    border-color: #19593D;
  }
  .p_top .comparison__table tbody tr:last-child th {
    -moz-border-radius: 0 0 0 0;
         border-radius: 0 0 0 0;
  }
  .p_top .comparison__table tbody tr:last-child td:last-child {
    -moz-border-radius: 0 0 0 0;
         border-radius: 0 0 0 0;
  }
  .p_top .comparison__brand {
    position: relative;
  }
  .p_top .comparison__badge {
    position: absolute;
    top: 6.6rem;
    right: -2.5rem;
    z-index: 2;
    width: 6.6rem;
  }
  .p_top .comparison__badge img {
    width: 100% !important;
  }
  .p_top .comparison__highlight {
    background: #F5FFFA !important;
    color: #00AA6E;
    font-weight: 700;
  }
  .p_top .comparison .subsidy {
    padding: 1rem;
    background: #FCFF9C;
    margin-top: 3rem;
  }
  .p_top .comparison .subsidy__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 1.8rem;
    background-color: #fff;
  }
  .p_top .comparison .subsidy__logo {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 31.9rem;
            flex: 0 0 31.9rem;
    width: 31.9rem;
    margin-right: 3.5rem;
    line-height: 0;
  }
  .p_top .comparison .subsidy__message {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.2rem;
  }
  .p_top .comparison .subsidy__message-title {
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #000000;
  }
  .p_top .comparison .subsidy__message-title em {
    font-style: normal;
    border-bottom: 1px dashed #00AA6E;
    padding-bottom: 0.5rem;
  }
  .p_top .comparison .subsidy__message-title small {
    font-size: 2.1rem;
    color: #00AA6E;
  }
  .p_top .comparison .subsidy__message-brand {
    width: 12.2rem;
    display: inline-block;
    margin-right: 0.5rem;
  }
  .p_top .comparison .subsidy__notes {
    margin-top: 1rem;
  }
  .p_top .comparison .subsidy__note {
    font-weight: 400;
    font-size: 1.33023rem;
    line-height: 1.43;
    color: #000000;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_top .comparison .subsidy__note + .subsidy__note {
    margin-top: 0.3rem;
  }
  .p_top .how {
    padding-bottom: 8.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p_top .how .tl span {
    font-size: 3.3rem;
    font-family: "Inter", sans-serif;
  }
  .p_top .how .tl span i {
    font-style: normal;
    font-size: 4.1rem;
  }
  .p_top .how .case {
    position: relative;
  }
  .p_top .how .case::before {
    content: "";
    position: absolute;
    top: -11.5rem;
    right: 6rem;
    width: 17.15rem;
    height: 12.6rem;
    background: url(../img/case_bg.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .how .case__item {
    padding: 3rem 5rem;
    background: #FFFFFF;
    border: 0.3rem solid #01A08D;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
  }
  .p_top .how .case__item + .case__item {
    margin-top: 2rem;
  }
  .p_top .how .case__company {
    font-weight: 700;
    font-size: 2.4rem;
    line-height: 1.20833;
    text-align: center;
    color: #005932;
    margin-bottom: 2.5rem;
  }
  .p_top .how .case__headline {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin-bottom: 4rem;
  }
  .p_top .how .case__headline span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(1.4rem, #FCFF9C), color-stop(1.4rem, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FCFF9C 1.4rem, transparent 1.4rem, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FCFF9C 1.4rem, transparent 1.4rem, transparent 100%);
    background: linear-gradient(to top, #FCFF9C 1.4rem, transparent 1.4rem, transparent 100%);
  }
  .p_top .how .case__headline em {
    color: #00A871;
    font-style: normal;
  }
  .p_top .how .case__headline em i {
    font-style: normal;
    font-size: 4rem;
  }
  .p_top .how .case__content {
    width: 100%;
  }
  .p_top .how .case__media {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1.9rem;
  }
  .p_top .how .case__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 39.8rem;
            flex: 0 0 39.8rem;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.9rem;
  }
  .p_top .how .case__profile-image {
    width: 15.3rem;
  }
  .p_top .how .case__profile-info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .p_top .how .case__info {
    margin: 0;
  }
  .p_top .how .case__info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .how .case__info-row:not(:last-child) {
    margin-bottom: 1.1rem;
  }
  .p_top .how .case__info-row dt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 7.8rem;
            flex: 0 0 7.8rem;
    margin-right: 0.8rem;
    padding: 0.7rem 0.3rem;
    border: 1px solid #008B4D;
    color: #008B4D;
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .p_top .how .case__info-row dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.2;
    color: #3D3D3D;
  }
  .p_top .how .case__gallery {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .how .case__result {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.2rem;
    margin-top: 3rem;
  }
  .p_top .how .case__stats {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 42.8rem;
            flex: 0 0 42.8rem;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    background: #FFFFFF;
    border: 1px solid #005932;
    -moz-border-radius: 1.1rem;
         border-radius: 1.1rem;
    padding: 3rem 2.5rem;
  }
  .p_top .how .case__stat {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p_top .how .case__stat + .p_top .how .case__stat {
    margin-left: 0.4rem;
  }
  .p_top .how .case__stat-label {
    font-weight: 700;
    font-size: 1.65042rem;
    color: #FFFFFF;
    display: inline-block;
    padding: 0.6rem 1.7rem;
    background: #008B4D;
    -moz-border-radius: 2.07403rem;
         border-radius: 2.07403rem;
    white-space: nowrap;
  }
  .p_top .how .case__stat-value {
    display: block;
    margin-top: 1rem;
    font-weight: 700;
    font-size: 2.7507rem;
    line-height: 3.3rem;
    text-align: center;
    color: #ED5624;
    white-space: nowrap;
  }
  .p_top .how .case__stat-value i {
    font-style: normal;
    font-weight: 600;
    font-size: 4.4rem;
  }
  .p_top .how .case__stat-value.st2 {
    font-size: 3.3rem;
  }
  .p_top .how .case__change {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 1.6rem;
    background: #FBFBFB;
    -moz-border-radius: 1rem;
         border-radius: 1rem;
  }
  .p_top .how .case__change-title {
    margin-bottom: 1.9rem;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.22222;
    color: #00A871;
  }
  .p_top .how .case__change-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p_top .how .case__change-item {
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.1875;
    color: #3D3D3D;
    padding-left: 2.2rem;
  }
  .p_top .how .case__change-item + .case__change-item {
    margin-top: 1rem;
  }
  .p_top .how .case__change-item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1.7rem;
    height: 1.7rem;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sns {
    padding: 7.7rem 1.5rem 5rem;
    background: #E7F0EC;
  }
  .p_top .sns__description {
    font-weight: 500;
    font-size: 1.55rem;
    line-height: 1.68;
    text-align: center;
    color: #3D3D3D;
    margin-bottom: 3.9rem;
  }
  .p_top .sns__description span {
    color: #ED5624;
    font-weight: 700;
  }
  .p_top .sns__cards {
    display: -ms-grid;
    display: grid;
    gap: 1rem;
    -ms-grid-columns: (minmax(0, 1fr))[3];
        grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .p_top .sns__card {
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 0.9rem;
         border-radius: 0.9rem;
  }
  .p_top .sns__card-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    padding: 1.5rem 0;
    background-color: #00AA6E;
  }
  .p_top .sns__card-head span {
    color: #FFFF53;
  }
  .p_top .sns__card-body {
    padding: 1.4rem 0.9rem;
    background: #fff;
  }
  .p_top .sns__card-body img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .sns__source {
    margin-top: 1.7rem;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.43;
    color: #000000;
    text-align: right;
  }
  .p_top .cta {
    background-color: #00AA6E;
    padding-top: 0.7rem;
  }
  .p_top .cta .mv {
    background: none;
    padding: 0;
  }
  .p_top .cta .mv .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 14.8rem;
  }
  .p_top .cta .mv .row figure {
    width: 14.8rem;
  }
  .p_top .cta .mv .row dl {
    position: static;
  }
  .p_top .recruit {
    position: relative;
    padding: 7rem 1.5rem;
  }
  .p_top .recruit .des {
    margin-bottom: 6rem;
    font-weight: 700;
    font-size: 1.9rem;
    line-height: 1.26;
    color: #363332;
    text-align: center;
  }
  .p_top .recruit .des img {
    width: 10.6rem;
    margin-right: 0.6rem;
  }
  .p_top .recruit__cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1rem;
  }
  .p_top .recruit__card {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 0.9rem;
         border-radius: 0.9rem;
  }
  .p_top .recruit__card:nth-of-type(2) {
    border-color: #3D8569;
  }
  .p_top .recruit__card:nth-of-type(2) .recruit__card-title {
    background-color: #3D8569;
  }
  .p_top .recruit__card:nth-of-type(2) .recruit__card-title strong {
    color: #3D8569;
  }
  .p_top .recruit__card-title {
    padding: 1rem;
    background: #00AA6E;
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .p_top .recruit__card-title strong {
    display: inline-block;
    min-width: 22.7rem;
    margin-top: 0.2rem;
    padding: 0.4rem 1rem;
    background: #fff;
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .recruit__card-content {
    padding: 2rem 1.5rem;
  }
  .p_top .recruit__card-image {
    margin-bottom: 2rem;
  }
  .p_top .recruit__card-text {
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.6;
    color: #363332;
  }
  .p_top .recruit__card-text span {
    color: #ED5624;
    font-weight: 700;
  }
  .p_top .changes {
    padding-bottom: 8.8rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .p_top .changes .tl {
    margin-bottom: 1.3rem;
  }
  .p_top .changes .tl > span em {
    color: #00AA6E;
  }
  .p_top .changes .changes_fl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 2.3rem 0 6rem;
    margin-bottom: 4.3rem;
    position: relative;
  }
  .p_top .changes .changes_fl::before {
    content: "";
    position: absolute;
    bottom: -9.4rem;
    left: 15.5rem;
    width: 18.6rem;
    height: 14.9rem;
    background: url(../img/changes_img.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .changes .changes_fl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background: mintcream;
    display: block;
    z-index: -1;
  }
  .p_top .changes picture {
    display: block;
  }
  .p_top .changes picture::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.2rem;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 4.3rem;
    height: 3.95rem;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .changes p {
    font-weight: 700;
    font-size: 3.9rem;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .changes p span {
    display: inline-block;
    padding: 0.8rem 3rem;
    background: #00AA6E;
    font-weight: 700;
    font-size: 5rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFF53;
  }
  .p_top .changes p span em {
    font-style: normal;
    color: #fff;
  }
  .p_top .reason {
    padding: 10rem 0 6rem;
    margin-bottom: 6rem;
    background: #FBFFFC;
    -moz-border-radius: 20rem 0rem 0rem 0rem;
         border-radius: 20rem 0rem 0rem 0rem;
    background: url(../img/reason_bg.png) center top no-repeat;
    -moz-background-size: cover;
         background-size: cover;
    overflow: hidden;
  }
  .p_top .reason .row {
    max-width: 90rem;
  }
  .p_top .reason .tl span i {
    font-size: 6rem;
    font-style: normal;
  }
  .p_top .reason__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    gap: 2rem;
  }
  .p_top .reason-card {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 0.9rem;
         border-radius: 0.9rem;
  }
  .p_top .reason-card__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 22.9rem;
    height: 5.2rem;
    background: #00AA6E;
    -moz-border-radius: 0 0 0.9rem 0;
         border-radius: 0 0 0.9rem 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .p_top .reason-card__head i {
    font-style: normal;
    font-size: 3.3rem;
    margin-left: 0.5rem;
  }
  .p_top .reason-card__body {
    padding: 2rem;
  }
  .p_top .reason-card__title {
    font-weight: 700;
    font-size: 2.3rem;
    line-height: 1.3;
    letter-spacing: 0.03em;
    color: #00AA6E;
    margin-bottom: 1.5rem;
    text-align: center;
  }
  .p_top .reason-card__title.st2 {
    margin-top: -5rem;
    margin-bottom: 3.4rem;
  }
  .p_top .reason-card__image {
    width: 78.25%;
    margin: 0 auto 1.4rem;
  }
  .p_top .reason-card__text {
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.56;
    letter-spacing: 0.02em;
    color: #363332;
  }
  .p_top .reason-card__text span {
    color: #ED5624;
    font-weight: bold;
  }
  .p_top .reason-card--wide {
    grid-column: 1 / -1;
  }
  .p_top .reason-card--wide .reason-card__body {
    padding-left: 16.6%;
    padding-right: 16.6%;
  }
  .p_top .reason-card--wide .reason-card__image {
    width: 100%;
  }
  .p_top .reason-card__body--04 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -3rem;
    gap: 5rem;
    padding: 0 7rem 2rem 3rem !important;
  }
  .p_top .reason-card__body--04 .reason-card__title {
    text-align: left;
    margin-top: 5.6rem;
  }
  .p_top .reason-card__body--04 .reason-card__text {
    line-height: 2.7rem;
  }
  .p_top .reason-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .reason-card__image--04 {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin: 0;
  }
  .p_top .success {
    padding: 6rem 0;
    background: -webkit-linear-gradient(266.22deg, #00C786 6.23%, #00A871 96.12%);
    background: -moz- oldlinear-gradient(266.22deg, #00C786 6.23%, #00A871 96.12%);
    background: linear-gradient(183.78deg, #00C786 6.23%, #00A871 96.12%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 6rem;
  }
  .p_top .success::before {
    content: "";
    position: absolute;
    top: 3.8rem;
    right: 0;
    width: 16.6rem;
    height: 25.6rem;
    background: url(../img/success_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .success::after {
    content: "";
    position: absolute;
    bottom: 8rem;
    left: 0;
    width: 16.6rem;
    height: 25.6rem;
    background: url(../img/success_bg2.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .success .tl > span, .p_top .success .tl > small {
    color: #fff;
  }
  .p_top .success__slider {
    width: 100%;
    padding-bottom: 0;
  }
  .p_top .success__slider .swiper-wrapper {
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p_top .success__slider .swiper-slide {
    width: 29.3rem;
    height: auto;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 1.44;
    color: #000000;
    margin: 0 0.5rem;
  }
  .p_top .success__slider .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    margin: 5.6rem 0 0;
    padding: 0;
  }
  .p_top .success__slider .swiper-pagination .swiper-pagination-bullet {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .success__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFF53;
    pointer-events: none;
  }
  .p_top .success__message {
    margin-top: 5rem;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .p_top .success__message p + p {
    margin-top: 1.4rem;
  }
  .p_top .success__message strong {
    display: inline-block;
    width: 13.8rem;
  }
  .p_top .success__message span {
    color: #FFFF53;
    font-size: 3.9rem;
  }
  .p_top .success-card {
    width: 29.3rem;
    /*padding: 2rem;*/
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .success-card__image {
    /*margin-bottom: 2rem;*/
  }
  .p_top .flow {
    padding: 6rem 0;
  }
  .p_top .flow .row {
    max-width: 90rem;
  }
  .p_top .flow__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.7rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p_top .flow__item {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 30rem 8.2rem 1fr;
        grid-template-columns: 30rem 8.2rem 1fr;
    min-height: 9.2rem;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 10rem;
         border-radius: 10rem;
  }
  .p_top .flow__item:not(:last-child)::after {
    position: absolute;
    bottom: -3.2rem;
    left: 16.5rem;
    width: 0;
    height: 0;
    border-top: 1.3rem solid #00ad73;
    border-right: 1.8rem solid transparent;
    border-left: 1.8rem solid transparent;
    content: "";
  }
  .p_top .flow__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1rem;
    background: #00ad73;
    color: #fff;
    padding-left: 2.6rem;
    -moz-border-radius: 10rem 0 0 10rem;
         border-radius: 10rem 0 0 10rem;
    overflow: hidden;
  }
  .p_top .flow__step-number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 2.2rem;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFF53;
  }
  .p_top .flow__step-number i {
    font-style: normal;
    margin-left: 0.3rem;
    font-size: 3.3rem;
  }
  .p_top .flow__step-name {
    font-weight: 800;
    font-size: 2.2rem;
    line-height: 1.17;
    letter-spacing: 0;
    color: #FFFFFF;
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p_top .flow__icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00ad73;
    padding: 0 1.6rem;
  }
  .p_top .flow__description {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.61;
    letter-spacing: 0.03em;
    color: #363332;
    padding: 0 1rem 0 3rem;
  }
  .p_top .qa {
    padding: 6rem 0;
  }
  .p_top .qa .row {
    max-width: 90rem;
  }
  .p_top .qa .qa_list dl {
    border: 2px solid #00AA6E;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: 0.03em;
    color: #363332;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 2rem;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 2.3rem;
    color: #fff;
    font-weight: 800;
    font-weight: bold;
    padding: 2.5rem 10rem;
    cursor: pointer;
    background-color: #00AA6E;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 3.2rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 3.4rem;
    height: 3.4rem;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt .ic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 20px;
    height: 20px;
    right: 3.2rem;
    top: 50%;
    margin-top: -10px;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i {
    width: 20px;
    height: 20px;
    display: block;
    position: relative;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    margin-top: -1px;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 2rem 3.2rem;
  }
  .p_top .contact {
    background-color: #F6FBF7;
    padding: 6rem 0;
  }
  .p_top .contact .tl {
    padding-bottom: 6rem;
    margin-bottom: 6rem;
  }
  .p_top .contact .tl img {
    width: 30.2rem;
  }
  .p_top .contact .tl span {
    display: block;
  }
  .p_top .contact .box_privacy {
    height: 16rem;
    margin: 0 auto;
    overflow-y: auto;
    padding: 2rem 4rem;
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.67;
    color: #333;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.4rem;
         border-radius: 0.4rem;
    margin-top: 3rem;
  }
  .p_top .contact .box_privacy h3 {
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.12;
    color: #333;
    margin-bottom: 1.8rem;
  }
  .p_top .contact .box_privacy div strong {
    font-size: 1.4rem;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 1.6rem;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 1.4rem;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #333;
  }
  .p_top .contact .cbWr label a {
    color: #333;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 2rem;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #F0F0F0;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
  }
  .p_top .contact .cbWr label span::after {
    left: 0.6rem;
    top: 0.5rem;
    width: 0.5rem;
    height: 1rem;
    border: solid #000;
    border-width: 0 0.2rem 0.2rem 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 1.9rem;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    position: relative;
    width: 35rem;
    height: 7.1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(#FE871C), to(#ED6224));
    background: -webkit-linear-gradient(top, #FE871C 0%, #ED6224 100%);
    background: -moz- oldlinear-gradient(top, #FE871C 0%, #ED6224 100%);
    background: linear-gradient(180deg, #FE871C 0%, #ED6224 100%);
    -moz-border-radius: 0.6rem;
         border-radius: 0.6rem;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .contact button::before {
    content: "";
    position: absolute;
    top: 0.3rem;
    left: 0.3rem;
    -moz-border-radius: 0.6rem;
         border-radius: 0.6rem;
    width: -webkit-calc(100% - 0.6rem);
    width: -moz-calc(100% - 0.6rem);
    width: calc(100% - 0.6rem);
    height: -webkit-calc(100% - 0.6rem);
    height: -moz-calc(100% - 0.6rem);
    height: calc(100% - 0.6rem);
    border: 1px solid #fff;
    display: block;
    z-index: -1;
  }
  .p_top .contact button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 2.3rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: url(../img/btn_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 5rem 10rem;
  }
  .p_top .contact .form .f_txtError {
    font-size: 1.4rem;
    margin-bottom: 0.4rem;
    color: #f00;
  }
  .p_top .contact .form dl {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .p_top .contact .form dl + dl {
    margin-top: 3.2rem;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 1.8rem;
    color: #333;
    width: 24.8rem;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-top: 1.1rem;
    padding-right: 2.4rem;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .contact .form dl dt span, .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 4.4rem;
    min-height: 2.4rem;
    -moz-border-radius: 0.3rem;
         border-radius: 0.3rem;
    background-color: #ED5624;
    font-size: 1.4rem;
    font-weight: 400;
    color: #fff;
    margin-left: 1rem;
  }
  .p_top .contact .form dl dt small {
    background-color: #A2A2A2;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.1rem;
       -moz-perspective: 0.1rem;
            perspective: 0.1rem;
    height: 5.6rem;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.4rem;
         border-radius: 0.4rem;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 1.5rem;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 0.7rem solid transparent;
    border-right: 0.7rem solid transparent;
    border-top: 1.2rem solid #000;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 3.5rem 0 1.5rem;
    background: transparent;
    font-weight: 400;
    font-size: 1.6rem;
    color: #A4A4A4;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 1.5rem;
    outline: none;
    font-size: 1.6rem;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 5.6rem;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.4rem;
         border-radius: 0.4rem;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 1rem 1.5rem;
    outline: none;
    font-size: 1.6rem;
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 18rem;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.4rem;
         border-radius: 0.4rem;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_policy .policy {
    color: #000;
    padding: 13.2rem 0 10rem;
    min-height: -webkit-calc(100vh - rem(187));
    min-height: -moz-calc(100vh - rem(187));
    min-height: calc(100vh - rem(187));
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 3rem;
    margin-bottom: 3.9rem;
    text-align: center;
    color: #000;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 1.6rem;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 8rem;
  }
  .p_policy .policy .btnBack a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 35rem;
    min-height: 8.1rem;
    background: #023676;
    -moz-border-radius: 0.6rem;
         border-radius: 0.6rem;
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 1.6rem;
    line-height: 1.75;
    text-align: left;
    margin-top: 2rem;
  }
  .p_policy .policy .dlist dl + dl {
    margin-top: 1.8rem;
  }
  .p_policy .policy .dlist.st2 dt {
    font-size: 2rem;
    font-weight: bold;
  }
}

@media screen and (max-width: 768px) {
  img {
    width: 100%;
    height: auto;
  }
  .container {
    overflow: hidden;
  }
  .show_pc {
    display: none !important;
  }
  .inner,
  .row {
    padding-left: 3.62319vw;
    padding-right: 3.62319vw;
  }
  body {
    padding-top: 18.59903vw;
  }
  .header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #fff;
    padding: 0 3.62319vw;
    height: 18.59903vw;
    -webkit-filter: drop-shadow(0vw 0.48309vw 0.48309vw rgba(0, 0, 0, 0.15));
            filter: drop-shadow(0vw 0.48309vw 0.48309vw rgba(0, 0, 0, 0.15));
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header .row {
    padding: 0;
  }
  .header h1 {
    font-size: 0;
    line-height: 0;
  }
  .header h1 img {
    width: 35.74879vw;
    vertical-align: bottom;
  }
  .header .header_menuSub {
    position: fixed;
    opacity: 0;
    top: 0vw;
    right: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: auto;
    width: 100%;
    height: 100vh;
    z-index: 1001;
    background-color: #00AA6E;
    width: 86.71498vw;
    -webkit-transform: translateX(100%);
       -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
    padding: 25.12077vw 4.83092vw 24.15459vw 10.86957vw;
  }
  .header .header_menuSub.active {
    opacity: 1;
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
  }
  .header .header_menuSub .header__nav li + li {
    margin-top: 8.45411vw;
  }
  .header .header_menuSub .header__nav li a {
    font-weight: 500;
    font-size: 4.83092vw;
    line-height: 924/20;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .header .header_menuSub .header__nav li a.h_consultation {
    min-height: 13.28502vw;
    background: #FFFF53;
    border: 1px solid #008B4D;
    -moz-border-radius: 241.30435vw;
         border-radius: 241.30435vw;
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.1875;
    text-align: center;
    letter-spacing: 0.03em;
    color: #005932;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 4.10628vw;
  }
  .header .header_menuSub .header__nav li a.h_consultation::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.10628vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.17391vw;
    height: 4.10628vw;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .header .menu_icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: fixed;
    top: 0;
    right: 6.03865vw;
    z-index: 9999;
    width: 9.66184vw;
    height: 18.59903vw;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span {
    background-color: #fff;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateX(-0.72464vw) rotate(-45deg);
       -moz-transform: translateX(-0.72464vw) rotate(-45deg);
        -ms-transform: translateX(-0.72464vw) rotate(-45deg);
            transform: translateX(-0.72464vw) rotate(-45deg);
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .header .menu_icon.active .menu_icon_in .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(1.93237vw) rotate(45deg);
       -moz-transform: translateY(1.93237vw) rotate(45deg);
        -ms-transform: translateY(1.93237vw) rotate(45deg);
            transform: translateY(1.93237vw) rotate(45deg);
  }
  .header .menu_icon_in {
    width: 9.66184vw;
    height: 7.24638vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .menu_icon_in .menu-trigger,
  .header .menu_icon_in .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .header .menu_icon_in .menu-trigger {
    position: relative;
    width: 100%;
    height: 5.55556vw;
  }
  .header .menu_icon_in .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 0.72464vw;
    min-height: 0.72464vw;
    background-color: #000;
    -webkit-transform-origin: 100% 0;
       -moz-transform-origin: 100% 0;
        -ms-transform-origin: 100% 0;
            transform-origin: 100% 0;
    -moz-border-radius: 2415.21739vw;
         border-radius: 2415.21739vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(2) {
    top: 2.41546vw;
  }
  .header .menu_icon_in .menu-trigger span:nth-of-type(3) {
    bottom: 0;
    width: 100%;
  }
  .footer {
    text-align: center;
    padding: 7.24638vw 0 4.83092vw;
    font-weight: 500;
    color: #333;
    font-size: 3.38164vw;
  }
  .footer a {
    color: #333;
  }
  .footer p {
    font-size: 3.38164vw;
    line-height: 150%;
    text-align: center;
  }
  .footer .copyright {
    margin-top: 4.83092vw;
  }
  .p_top .ai-banner {
    padding: 2.41546vw;
    background: #00AA6E;
    position: relative;
    z-index: 2;
  }
  .p_top .ai-banner__label {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 8.9372vw;
    padding: 0 1.93237vw;
    background: #fff;
    font-weight: 700;
    font-size: 4.83092vw;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .ai-banner__text {
    font-weight: 700;
    font-size: 4.58937vw;
    line-height: 1.5;
    color: #FFFFFF;
  }
  .p_top .ai-banner__text small {
    font-size: 4.10628vw;
  }
  .p_top .ai-banner__text em {
    font-size: 5.31401vw;
    color: #FFFF53;
    font-style: normal;
  }
  .p_top .mv {
    margin-top: -6.1787vw;
  }
  .p_top .mv .row {
    padding: 0;
    position: relative;
  }
  .p_top .mv .row .video {
    width: 18.3574vw;
    height: 36.4734vw;
    background: url('../img/framePhone.png') 0 0 no-repeat #fff;
    background-size: contain;
    padding: 1.2077vw 1.3577vw 1.2077vw 0.9vw;
    position: absolute;
    top: 121.98vw;
    border-radius: 1.2077vw
  }
  .p_top .mv .row .video video {
    width: 100%;
    height: auto;
    border-radius: 1.2077vw 1.2077vw 0 0;
  }
  .p_top .mv .row .video1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 30.4347vw;
  }
  .p_top .mv .row .video2 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    right: 11.9685vw;
  }
  .p_top .mv .row dl {
    bottom: 9.66184vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-filter: drop-shadow(0vw 0.72464vw 0.72464vw rgba(0, 0, 0, 0.25));
            filter: drop-shadow(0vw 0.72464vw 0.72464vw rgba(0, 0, 0, 0.25));
    text-align: center;
  }
  .p_top .mv .row dl dt {
    min-width: 65.70048vw;
    min-height: 7.24638vw;
    background: #005932;
    -moz-border-radius: 4.21314vw;
         border-radius: 4.21314vw;
    font-weight: 700;
    font-size: 2.89855vw;
    line-height: 1.58;
    text-align: center;
    color: #FFFFFF;
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: -2.41546vw;
    position: relative;
    z-index: 2;
    position: relative;
  }
  .p_top .mv .row dl dt::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1.20773vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 1.44928vw solid transparent;
    border-right: 1.44928vw solid transparent;
    border-top: 1.44928vw solid #005932;
  }
  .p_top .mv .row dl dd a {
    min-width: 83.57488vw;
    min-height: 13.04348vw;
    background: #FFFF53;
    border: 2px solid #008B4D;
    -moz-border-radius: 8.33333vw;
         border-radius: 8.33333vw;
    font-weight: 700;
    font-size: 4.83092vw;
    line-height: 1.21739;
    text-align: center;
    letter-spacing: 0.03em;
    color: #005932;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding-right: 4.10628vw;
  }
  .p_top .mv .row dl dd a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 4.10628vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 2.657vw;
    height: 4.58937vw;
    background: url(../img/ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .carousel {
    width: 100%;
    overflow: hidden;
    background-color: #00AA6E;
    padding: 3.62319vw 0;
  }
  .p_top .carousel .main_carousel {
    height: 21.25604vw;
    overflow: hidden;
    position: relative;
    background-color: #fff;
  }
  .p_top .carousel .main_carousel ul {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
  }
  .p_top .carousel .main_carousel ul:after {
    content: '';
    display: table;
    clear: both;
  }
  .p_top .carousel .main_carousel ul li {
    float: left;
    width: 282.36715vw;
  }
  .p_top .carousel .main_carousel ul li img {
    width: 100%;
    height: 21.25604vw;
    object-fit: cover;
  }
  .p_top .sec01 {
    background-color: #E7F0EC;
    padding: 9.66184vw 0 15.70048vw;
    clip-path: polygon(100% 0, 100% -webkit-calc(100% - 16.90821vw), 50% 100%, 0 -webkit-calc(100% - 16.90821vw), 0 0);
    clip-path: polygon(100% 0, 100% -moz-calc(100% - 16.90821vw), 50% 100%, 0 -moz-calc(100% - 16.90821vw), 0 0);
    clip-path: polygon(100% 0, 100% calc(100% - 16.90821vw), 50% 100%, 0 calc(100% - 16.90821vw), 0 0);
  }
  .p_top .sec01 .row {
    max-width: 217.3913vw;
  }
  .p_top .sec01 h2 {
    text-align: center;
    margin-bottom: 10.38647vw;
  }
  .p_top .sec01 h2 img {
    display: inline-block;
    width: 253.62319vw;
  }
  .p_top .sec01 .problem {
    position: relative;
    -webkit-transform: rotateZ(0);
       -moz-transform: rotateZ(0);
        -ms-transform: rotate(0);
            transform: rotateZ(0);
  }
  .p_top .sec01 .problem::before {
    content: "";
    position: absolute;
    top: -9.66184vw;
    left: 53.1401vw;
    width: 30.19324vw;
    height: 36.23188vw;
    background: url(../img/sec01_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .problem::after {
    content: "";
    position: absolute;
    bottom: 0vw;
    right: 2.41546vw;
    width: 37.19807vw;
    height: 38.88889vw;
    background: url(../img/sec01_bg2.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .sec01 .problem__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (minmax(0, 1fr))[2];
        grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7.24638vw 1.93237vw;
    position: relative;
    margin-bottom: 19.32367vw;
  }
  .p_top .sec01 .problem__list::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -17.14976vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.38647vw;
    height: 9.54106vw;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec01 .problem__item {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 7.24638vw 1.44928vw;
    position: relative;
    background: #FFFFFF;
    -moz-box-shadow: 0.75135vw 0.75135vw 1.0018vw rgba(0, 0, 0, 0.15);
         box-shadow: 0.75135vw 0.75135vw 1.0018vw rgba(0, 0, 0, 0.15);
    -moz-border-radius: 2.50452vw;
         border-radius: 2.50452vw;
  }
  .p_top .sec01 .problem__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -3.86473vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 7.97101vw;
    height: 7.97101vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sec01 .problem__icon {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 14.00966vw;
            flex: 0 0 14.00966vw;
    margin-right: 1.44928vw;
  }
  .p_top .sec01 .problem__text {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700;
    font-size: 3.62319vw;
    line-height: 1.57;
    color: #363332;
  }
  .p_top .sec01 .problem__text br {
    display: none;
  }
  .p_top .sec01 .problem__heading {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: 6.52174vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.03em;
    color: #363332;
  }
  .p_top .sec01 .problem__heading span {
    font-size: 9.66184vw;
    color: #008B4D;
  }
  .p_top .sec01 .problem__heading em {
    font-style: normal;
    display: inline;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(4.34783vw, #D6E7DF), color-stop(4.34783vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #D6E7DF 4.34783vw, transparent 4.34783vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #D6E7DF 4.34783vw, transparent 4.34783vw, transparent 100%);
    background: linear-gradient(to top, #D6E7DF 4.34783vw, transparent 4.34783vw, transparent 100%);
  }
  .p_top .tl {
    text-align: center;
    margin-bottom: 8.69565vw;
  }
  .p_top .tl.st2 {
    position: relative;
    padding-bottom: 7.24638vw;
    margin-bottom: 7.24638vw;
  }
  .p_top .tl.st2 > span {
    font-size: 8.21256vw;
    letter-spacing: 0;
  }
  .p_top .tl.st2::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 25.60386vw;
    height: 0.72464vw;
    background: #00AA6E;
    display: block;
  }
  .p_top .tl > em {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.20833;
    text-align: center;
    color: #005932;
    display: block;
    margin-bottom: 1.44928vw;
  }
  .p_top .tl > span {
    font-weight: 700;
    font-size: 7.48792vw;
    line-height: 1.2;
    text-align: center;
    letter-spacing: 0.03em;
    color: #2A2A2A;
  }
  .p_top .tl > span img {
    width: 34.78261vw;
    margin-right: 2.41546vw;
  }
  .p_top .tl > span em {
    font-style: normal;
    color: #008B4D;
  }
  .p_top .tl > small {
    display: block;
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.1875;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
    margin-top: 2.41546vw;
  }
  .p_top .comparison {
    padding: 7.24638vw 0 10.38647vw;
  }
  .p_top .comparison .comparison_tb_des {
    margin-bottom: 3.38164vw;
    font-weight: 700;
    font-size: 3.38164vw;
    line-height: 1.21429;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .comparison .comparison_tb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    margin-right: -3.62319vw;
    padding-bottom: 0.96618vw;
  }
  .p_top .comparison .comparison_tb .comparison__table {
    width: 150.96618vw;
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .p_top .comparison__table {
    border-collapse: separate;
    border-spacing: 0;
    table-layout: fixed;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .comparison__table::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    height: 18.11594vw;
    width: 100%;
    background: #FFFFFF;
    -moz-box-shadow: 0vw 0.72464vw 0.72464vw rgba(0, 0, 0, 0.15);
         box-shadow: 0vw 0.72464vw 0.72464vw rgba(0, 0, 0, 0.15);
    display: block;
  }
  .p_top .comparison__table th,
  .p_top .comparison__table td {
    font-weight: 700;
    font-size: 5.55556vw;
    text-align: center;
    color: #818181;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    height: 13.04348vw;
    padding: 1.93237vw 2.41546vw;
    border-right: 1px solid #DEDEDE;
    vertical-align: middle;
  }
  .p_top .comparison__table th:last-child,
  .p_top .comparison__table td:last-child {
    border-right: 0 !important;
  }
  .p_top .comparison__table thead th {
    height: 9.66184vw;
    padding: 1.93237vw 2.41546vw;
    background: #19593D;
    color: #fff;
    font-size: 3.38164vw;
    font-weight: 700;
  }
  .p_top .comparison__table thead th:first-child {
    width: 14%;
    background: transparent;
    border: 0;
  }
  .p_top .comparison__table thead th:nth-child(2) {
    text-align: center;
    background-color: #00AA6E;
  }
  .p_top .comparison__table thead th:nth-child(2) img {
    display: inline-block;
    width: 66.5%;
  }
  .p_top .comparison__table thead th:nth-child(3), .p_top .comparison__table thead th:nth-child(4), .p_top .comparison__table thead th:nth-child(5) {
    width: 22%;
  }
  .p_top .comparison__table thead th:nth-child(2) {
    -moz-border-radius: 4.83092vw 4.83092vw 0 0;
         border-radius: 4.83092vw 4.83092vw 0 0;
  }
  .p_top .comparison__table thead th:nth-of-type(3) {
    -moz-border-radius: 4.83092vw 0 0 0;
         border-radius: 4.83092vw 0 0 0;
  }
  .p_top .comparison__table thead th:nth-of-type(5) {
    -moz-border-radius: 0 4.83092vw 0 0;
         border-radius: 0 4.83092vw 0 0;
  }
  .p_top .comparison__table tbody tr:nth-child(odd) th,
  .p_top .comparison__table tbody tr:nth-child(odd) td {
    background: #F8F8F8;
  }
  .p_top .comparison__table tbody tr:nth-child(even) th,
  .p_top .comparison__table tbody tr:nth-child(even) td {
    background: #fff;
  }
  .p_top .comparison__table tbody tr:nth-child(even) .comparison__highlight {
    background-color: #E9FFF6 !important;
  }
  .p_top .comparison__table tbody tr:nth-of-type(1) th {
    -moz-border-radius: 7.24638vw 0 0 0;
         border-radius: 7.24638vw 0 0 0;
  }
  .p_top .comparison__table tbody tr th {
    background: #19593D !important;
    color: #fff;
    font-size: 2.89855vw;
    font-weight: 900;
    border-right: 0;
    white-space: nowrap;
    border-color: #19593D;
  }
  .p_top .comparison__table tbody tr:last-child th {
    -moz-border-radius: 0 0 0 0;
         border-radius: 0 0 0 0;
  }
  .p_top .comparison__table tbody tr:last-child td:last-child {
    -moz-border-radius: 0 0 0 0;
         border-radius: 0 0 0 0;
  }
  .p_top .comparison__brand {
    position: relative;
  }
  .p_top .comparison__badge {
    position: absolute;
    top: 15.94203vw;
    right: -6.03865vw;
    z-index: 2;
    width: 15.94203vw;
    display: none;
  }
  .p_top .comparison__badge img {
    width: 100% !important;
  }
  .p_top .comparison__highlight {
    background: #F5FFFA !important;
    color: #00AA6E;
    font-weight: 700;
  }
  .p_top .comparison .subsidy {
    padding: 2.41546vw 2.41546vw 7.24638vw;
    background: #FCFF9C;
    margin-top: 7.24638vw;
  }
  .p_top .comparison .subsidy__content {
    padding: 4.34783vw;
    background-color: #fff;
  }
  .p_top .comparison .subsidy__logo {
    width: 71.49758vw;
    margin: 0 auto;
    line-height: 0;
  }
  .p_top .comparison .subsidy__message {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 0.48309vw;
  }
  .p_top .comparison .subsidy__message-title {
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.8;
    color: #000000;
    text-align: center;
  }
  .p_top .comparison .subsidy__message-title em {
    font-style: normal;
    border-bottom: 1px dashed #00AA6E;
    padding-bottom: 1.20773vw;
  }
  .p_top .comparison .subsidy__message-title small {
    font-size: 4.34783vw;
    color: #00AA6E;
  }
  .p_top .comparison .subsidy__message-brand {
    width: 25.60386vw;
    display: inline-block;
    margin-right: 1.20773vw;
  }
  .p_top .comparison .subsidy__notes {
    margin-top: 2.41546vw;
  }
  .p_top .comparison .subsidy__note {
    font-weight: 400;
    font-size: 3.1401vw;
    line-height: 1.43;
    color: #000000;
    padding-left: 1em;
    text-indent: -1em;
  }
  .p_top .comparison .subsidy__note + .subsidy__note {
    margin-top: 0.72464vw;
  }
  .p_top .how {
    padding-bottom: 9.66184vw;
  }
  .p_top .how .tl img.show_sp {
    margin: 1.20773vw 0;
  }
  .p_top .how .tl span {
    font-size: 6.28019vw;
    font-family: "Inter", sans-serif;
  }
  .p_top .how .tl span i {
    font-style: normal;
    font-size: 7.72947vw;
  }
  .p_top .how .case__item {
    padding: 4.83092vw 3.62319vw;
    background: #FFFFFF;
    border: 0.72464vw solid #01A08D;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .how .case__item + .case__item {
    margin-top: 4.83092vw;
  }
  .p_top .how .case__company {
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.20833;
    text-align: center;
    color: #005932;
    margin-bottom: 4.83092vw;
  }
  .p_top .how .case__headline {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 1.1;
    text-align: center;
    letter-spacing: 0.03em;
    color: #3D3D3D;
    margin-bottom: 4.83092vw;
  }
  .p_top .how .case__headline span {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.38164vw, #FCFF9C), color-stop(3.38164vw, transparent), to(transparent));
    background: -webkit-linear-gradient(bottom, #FCFF9C 3.38164vw, transparent 3.38164vw, transparent 100%);
    background: -moz- oldlinear-gradient(bottom, #FCFF9C 3.38164vw, transparent 3.38164vw, transparent 100%);
    background: linear-gradient(to top, #FCFF9C 3.38164vw, transparent 3.38164vw, transparent 100%);
  }
  .p_top .how .case__headline em {
    color: #00A871;
    font-style: normal;
  }
  .p_top .how .case__headline em i {
    font-style: normal;
    font-size: 9.66184vw;
  }
  .p_top .how .case__content {
    width: 100%;
  }
  .p_top .how .case__profile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.20773vw;
    margin-bottom: 5.07246vw;
  }
  .p_top .how .case__profile-image {
    width: 27.53623vw;
  }
  .p_top .how .case__profile-info {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
  }
  .p_top .how .case__info {
    margin: 0;
  }
  .p_top .how .case__info-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .p_top .how .case__info-row:not(:last-child) {
    margin-bottom: 2.657vw;
  }
  .p_top .how .case__info-row dt {
    -webkit-box-flex: 0;
       -moz-box-flex: 0;
        -ms-flex: 0 0 18.84058vw;
            flex: 0 0 18.84058vw;
    margin-right: 1.93237vw;
    padding: 1.69082vw 0.72464vw;
    border: 1px solid #008B4D;
    color: #008B4D;
    font-size: 3.62319vw;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
  }
  .p_top .how .case__info-row dd {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 3.38164vw;
    line-height: 1.2;
    color: #3D3D3D;
  }
  .p_top .how .case__gallery {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    line-height: 0;
  }
  .p_top .how .case__result {
    gap: 4.83092vw;
    margin-top: 4.83092vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .p_top .how .case__stats {
    background: #FFFFFF;
    border: 1px solid #005932;
    -moz-border-radius: 2.657vw;
         border-radius: 2.657vw;
    padding: 5.07246vw 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .p_top .how .case__stat {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: center;
  }
  .p_top .how .case__stat + .p_top .how .case__stat {
    margin-left: 0.96618vw;
  }
  .p_top .how .case__stat-label {
    font-weight: 700;
    font-size: 3.62319vw;
    color: #FFFFFF;
    display: inline-block;
    padding: 1.44928vw 3.62319vw;
    background: #008B4D;
    -moz-border-radius: 5.00973vw;
         border-radius: 5.00973vw;
    white-space: nowrap;
  }
  .p_top .how .case__stat-value {
    display: block;
    margin-top: 2.41546vw;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 7.97101vw;
    text-align: center;
    color: #ED5624;
    white-space: nowrap;
  }
  .p_top .how .case__stat-value i {
    font-style: normal;
    font-weight: 600;
    font-size: 9.42029vw;
  }
  .p_top .how .case__stat-value.st2 {
    font-size: 7.00483vw;
  }
  .p_top .how .case__change {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 0;
    padding: 3.86473vw;
    background: #FBFBFB;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
  }
  .p_top .how .case__change-title {
    margin-bottom: 4.58937vw;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.22222;
    color: #00A871;
  }
  .p_top .how .case__change-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p_top .how .case__change-item {
    position: relative;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.1875;
    color: #3D3D3D;
    padding-left: 5.31401vw;
  }
  .p_top .how .case__change-item + .case__change-item {
    margin-top: 2.41546vw;
  }
  .p_top .how .case__change-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4.10628vw;
    height: 4.10628vw;
    background: url(../img/ic_check.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .sns {
    padding: 9.66184vw 0;
    background: #E7F0EC;
  }
  .p_top .sns__description {
    font-weight: 500;
    font-size: 3.62319vw;
    line-height: 1.68;
    color: #3D3D3D;
    margin-bottom: 4.83092vw;
  }
  .p_top .sns__description span {
    color: #ED5624;
    font-weight: 700;
  }
  .p_top .sns__cards {
    display: -ms-grid;
    display: grid;
    gap: 4.34783vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .sns__card {
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
  }
  .p_top .sns__card-head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
    padding: 3.62319vw 0;
    background-color: #00AA6E;
  }
  .p_top .sns__card-head span {
    color: #FFFF53;
  }
  .p_top .sns__card-body {
    padding: 3.38164vw 2.17391vw;
    background: #fff;
  }
  .p_top .sns__card-body img {
    display: block;
    width: 100%;
    height: auto;
  }
  .p_top .sns__source {
    margin-top: 4.10628vw;
    font-weight: 400;
    font-size: 3.38164vw;
    line-height: 1.43;
    color: #000000;
    text-align: right;
  }
  .p_top .cta {
    background-color: #00AA6E;
    padding: 6.03865vw 3.62319vw;
  }
  .p_top .cta .mv {
    background: none;
    padding: 0;
    margin: 0;
  }
  .p_top .cta .mv .row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .cta .mv .row figure {
    width: 71.49758vw;
  }
  .p_top .cta .mv .row dl {
    width: 100%;
    -webkit-transform: none;
       -moz-transform: none;
        -ms-transform: none;
            transform: none;
    position: static;
  }
  .p_top .cta .mv .row dl dt {
    min-width: 74.15459vw;
    min-height: 8.21256vw;
    font-size: 3.38164vw;
  }
  .p_top .cta .mv .row dl dd a {
    height: 15.21739vw;
    position: relative;
  }
  .p_top .cta .mv .row dl dd a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 6.28019vw;
    width: 12.80193vw;
    height: 12.80193vw;
    background: url(../img/cta_man.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .recruit {
    position: relative;
    padding: 9.66184vw 0;
  }
  .p_top .recruit .tl span {
    font-size: 7.24638vw;
  }
  .p_top .recruit .des {
    margin-bottom: 14.49275vw;
    font-weight: 700;
    font-size: 4.58937vw;
    line-height: 1.26;
    color: #363332;
    text-align: center;
  }
  .p_top .recruit .des img {
    width: 25.60386vw;
    margin-right: 1.44928vw;
  }
  .p_top .recruit__cards {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4.83092vw;
    padding: 0 3.62319vw;
  }
  .p_top .recruit__card {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
  }
  .p_top .recruit__card:nth-of-type(2) {
    border-color: #3D8569;
  }
  .p_top .recruit__card:nth-of-type(2) .recruit__card-title {
    background-color: #3D8569;
  }
  .p_top .recruit__card:nth-of-type(2) .recruit__card-title strong {
    color: #3D8569;
  }
  .p_top .recruit__card-title {
    padding: 2.41546vw;
    background: #00AA6E;
    font-weight: 700;
    font-size: 4.34783vw;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFFFF;
  }
  .p_top .recruit__card-title strong {
    display: inline-block;
    min-width: 54.83092vw;
    margin-top: 0.48309vw;
    padding: 0.96618vw 2.41546vw;
    background: #fff;
    font-weight: 700;
    font-size: 5.55556vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .recruit__card-content {
    padding: 4.83092vw 3.62319vw;
  }
  .p_top .recruit__card-image {
    margin-bottom: 4.83092vw;
  }
  .p_top .recruit__card-text {
    padding: 0 1.20773vw;
    font-weight: 400;
    font-size: 3.62319vw;
    line-height: 1.6;
    color: #363332;
  }
  .p_top .recruit__card-text span {
    color: #ED5624;
    font-weight: 700;
  }
  .p_top .changes {
    padding-bottom: 53.38164vw;
  }
  .p_top .changes .tl > span {
    font-size: 9.66184vw;
  }
  .p_top .changes .tl > span em {
    color: #00AA6E;
  }
  .p_top .changes .changes_fl {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    padding: 9.66184vw 0;
    margin-bottom: 10.38647vw;
    position: relative;
  }
  .p_top .changes .changes_fl::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -82.6087vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 56.15942vw;
    height: 44.98792vw;
    background: url(../img/changes_img.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .changes .changes_fl::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 200vw;
    height: 100%;
    background: mintcream;
    display: block;
    z-index: -1;
  }
  .p_top .changes picture {
    display: block;
    position: relative;
  }
  .p_top .changes picture::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -15.45894vw;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 10.38647vw;
    height: 9.54106vw;
    background: url(../img/ar2.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .changes p {
    font-weight: 700;
    font-size: 6.52174vw;
    line-height: 1.67;
    text-align: center;
    letter-spacing: 0.03em;
    color: #00AA6E;
  }
  .p_top .changes p span {
    display: inline-block;
    padding: 1.44928vw 2.89855vw;
    background: #00AA6E;
    font-weight: 700;
    font-size: 7.24638vw;
    line-height: 1.3;
    text-align: center;
    letter-spacing: 0.03em;
    color: #FFFF53;
  }
  .p_top .changes p span em {
    font-style: normal;
    color: #fff;
  }
  .p_top .reason {
    padding: 16.18357vw 0 11.5942vw;
    overflow: hidden;
  }
  .p_top .reason .tl span {
    font-size: 9.66184vw;
  }
  .p_top .reason .tl span i {
    font-size: 14.49275vw;
    font-weight: 900;
    font-style: normal;
  }
  .p_top .reason__grid {
    display: -ms-grid;
    display: grid;
    gap: 4.83092vw;
    -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .p_top .reason-card {
    position: relative;
    overflow: hidden;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 2.17391vw;
         border-radius: 2.17391vw;
  }
  .p_top .reason-card__head {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 12.56039vw;
    background: #00AA6E;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 5.31401vw;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .p_top .reason-card__head i {
    font-style: normal;
    font-size: 7.97101vw;
    margin-left: 1.20773vw;
  }
  .p_top .reason-card__body {
    padding: 4.83092vw 3.62319vw;
  }
  .p_top .reason-card__title {
    font-weight: 700;
    font-size: 5.55556vw;
    line-height: 1.3;
    color: #00AA6E;
    margin-bottom: 3.62319vw;
    text-align: center;
  }
  .p_top .reason-card__image {
    width: 78.25%;
    margin: 0 auto 3.38164vw;
  }
  .p_top .reason-card__text {
    font-weight: 400;
    font-size: 3.86473vw;
    line-height: 1.56;
    letter-spacing: 0.02em;
    color: #363332;
  }
  .p_top .reason-card__text span {
    color: #ED5624;
    font-weight: bold;
  }
  .p_top .reason-card--wide .reason-card__image {
    width: 90%;
  }
  .p_top .reason-card__content {
    -webkit-box-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .p_top .success {
    padding: 9.66184vw 7.24638vw;
    background: -webkit-linear-gradient(266.22deg, #00C786 6.23%, #00A871 96.12%);
    background: -moz- oldlinear-gradient(266.22deg, #00C786 6.23%, #00A871 96.12%);
    background: linear-gradient(183.78deg, #00C786 6.23%, #00A871 96.12%);
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    margin-bottom: 9.66184vw;
  }
  .p_top .success::before {
    content: "";
    position: absolute;
    top: 27.77778vw;
    right: 0;
    width: 40.09662vw;
    height: 61.83575vw;
    background: url(../img/success_bg.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .success::after {
    content: "";
    position: absolute;
    bottom: 19.32367vw;
    left: 0;
    width: 40.09662vw;
    height: 61.83575vw;
    background: url(../img/success_bg2.png) center/100% 100% no-repeat;
    display: block;
    z-index: -1;
  }
  .p_top .success .tl > span {
    font-size: 9.66184vw;
  }
  .p_top .success .tl > span, .p_top .success .tl > small {
    color: #fff;
  }
  .p_top .success .success-slider {
    position: relative;
  }
  .p_top .success .success-slider .swiper-button-prev {
    top: 50%;
    -webkit-transform: translateY(-webkit-calc(-50% - 5.55556vw));
       -moz-transform: translateY(-moz-calc(-50% - 5.55556vw));
        -ms-transform: translateY(calc(-50% - 5.55556vw));
            transform: translateY(calc(-50% - 5.55556vw));
    left: -3.62319vw;
    width: 8.45411vw;
    height: 8.45411vw;
    text-indent: -2415.21739vw;
    margin-top: 0;
    background: url(../img/ic_prev.png) center/100% 100% no-repeat;
  }
  .p_top .success .success-slider .swiper-button-next {
    top: 50%;
    -webkit-transform: translateY(-webkit-calc(-50% - 5.55556vw));
       -moz-transform: translateY(-moz-calc(-50% - 5.55556vw));
        -ms-transform: translateY(calc(-50% - 5.55556vw));
            transform: translateY(calc(-50% - 5.55556vw));
    right: -3.62319vw;
    width: 8.45411vw;
    height: 8.45411vw;
    text-indent: -2415.21739vw;
    margin-top: 0;
    background: url(../img/ic_next.png) center/100% 100% no-repeat;
  }
  .p_top .success__slider {
    width: 100%;
    padding-bottom: 0;
  }
  .p_top .success__slider .swiper-wrapper {
    -webkit-box-align: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .p_top .success__slider .swiper-slide {
    height: auto;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.44;
    color: #000000;
  }
  .p_top .success__slider .swiper-pagination {
    position: static;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.41546vw;
    margin: 6.76329vw 0 0;
    padding: 0;
  }
  .p_top .success__slider .swiper-pagination .swiper-pagination-bullet {
    width: 4.34783vw;
    height: 4.34783vw;
    margin: 0 !important;
    background: #fff;
    opacity: 1;
    -moz-border-radius: 50%;
         border-radius: 50%;
  }
  .p_top .success__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: #FFFF53;
    pointer-events: none;
  }
  .p_top .success__message {
    margin-top: 14.49275vw;
    font-weight: 700;
    font-size: 5.7971vw;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    margin-left: -3.62319vw;
    margin-right: -3.62319vw;
  }
  .p_top .success__message p + p {
    margin-top: 2.657vw;
  }
  .p_top .success__message strong {
    display: inline-block;
    width: 27.05314vw;
  }
  .p_top .success__message span {
    display: inline-block;
    color: #FFFF53;
    font-size: 7.48792vw;
    margin-bottom: 4.83092vw;
  }
  .p_top .success-card {
    /*padding: 4.83092vw 6.03865vw;*/
    background: #fff;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .p_top .success-card__image {
    /*margin-bottom: 4.83092vw;*/
  }
  .p_top .flow {
    padding: 19.32367vw 0 9.66184vw;
  }
  .p_top .flow .tl span {
    font-size: 9.66184vw;
  }
  .p_top .flow__list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8.9372vw;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .p_top .flow__item {
    position: relative;
    background: #FFFFFF;
    border: 2px solid #00AA6E;
    -moz-border-radius: 2.41546vw;
         border-radius: 2.41546vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #00ad73;
  }
  .p_top .flow__item:not(:last-child)::after {
    position: absolute;
    bottom: -6.52174vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 0;
    height: 0;
    border-top: 3.1401vw solid #00ad73;
    border-right: 4.34783vw solid transparent;
    border-left: 4.34783vw solid transparent;
    content: "";
  }
  .p_top .flow__step {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.41546vw;
    color: #fff;
    padding-left: 2.41546vw;
    -moz-border-radius: 24.15459vw 0 0 24.15459vw;
         border-radius: 24.15459vw 0 0 24.15459vw;
    overflow: hidden;
    padding-top: 3.62319vw;
    padding-bottom: 3.62319vw;
  }
  .p_top .flow__step-number {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-family: 'Futura PT';
    font-style: normal;
    font-weight: 600;
    font-size: 5.31401vw;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFF53;
  }
  .p_top .flow__step-number i {
    font-style: normal;
    margin-left: 0.72464vw;
    font-size: 7.97101vw;
  }
  .p_top .flow__step-name {
    font-weight: 800;
    font-size: 5.31401vw;
    line-height: 1.17;
    letter-spacing: 0.05em;
    color: #FFFFFF;
  }
  .p_top .flow__icon {
    width: 16.90821vw;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #00ad73;
    padding: 0 3.86473vw;
    -moz-border-radius: 0 2.41546vw 0 0;
         border-radius: 0 2.41546vw 0 0;
    overflow: hidden;
  }
  .p_top .flow__description {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 500;
    font-size: 4.34783vw;
    line-height: 1.61;
    letter-spacing: 0.03em;
    color: #363332;
    background-color: #fff;
    padding: 3.62319vw;
    -moz-border-radius: 0 0 2.41546vw 2.41546vw;
         border-radius: 0 0 2.41546vw 2.41546vw;
  }
  .p_top .qa {
    padding: 9.66184vw 0;
  }
  .p_top .qa .qa_list dl {
    border: 2px solid #00AA6E;
    font-weight: 500;
    font-size: 3.86473vw;
    line-height: 1.29412;
    letter-spacing: 0.03em;
    color: #363332;
  }
  .p_top .qa .qa_list dl + dl {
    margin-top: 4.83092vw;
  }
  .p_top .qa .qa_list dl dt {
    position: relative;
    font-size: 4.10628vw;
    color: #fff;
    font-weight: 800;
    font-weight: bold;
    padding: 3.62319vw 9.66184vw 3.62319vw 15.45894vw;
    cursor: pointer;
    background-color: #00AA6E;
  }
  .p_top .qa .qa_list dl dt::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 2.89855vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 8.21256vw;
    height: 8.21256vw;
    background: url(../img/ic_q.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .qa .qa_list dl dt .ic {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    width: 4.83092vw;
    height: 4.83092vw;
    right: 3.62319vw;
    top: 50%;
    margin-top: -2.41546vw;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i {
    width: 4.83092vw;
    height: 4.83092vw;
    display: block;
    position: relative;
  }
  .p_top .qa .qa_list dl dt i:before, .p_top .qa .qa_list dl dt i:after {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .p_top .qa .qa_list dl dt i:before {
    top: 0;
    left: 50%;
    width: 0.48309vw;
    height: 100%;
    margin-left: -0.24155vw;
  }
  .p_top .qa .qa_list dl dt i:after {
    top: 50%;
    left: 0;
    width: 100%;
    height: 0.48309vw;
    margin-top: -0.24155vw;
  }
  .p_top .qa .qa_list dl dt.is_active i:before {
    -webkit-transform: rotate(90deg);
       -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p_top .qa .qa_list dl dd {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
  }
  .p_top .qa .qa_list dl dd .ask {
    padding: 3.62319vw;
  }
  .p_top .contact {
    background-color: #F6FBF7;
    padding: 9.66184vw 0;
  }
  .p_top .contact .tl {
    padding-bottom: 7.24638vw;
    margin-bottom: 6.28019vw;
  }
  .p_top .contact .tl img {
    width: 72.94686vw;
  }
  .p_top .contact .tl span {
    font-size: 7.00483vw;
    display: block;
  }
  .p_top .contact .box_privacy {
    height: 38.64734vw;
    margin: 0 auto;
    overflow-y: auto;
    padding: 3.62319vw;
    font-weight: 500;
    font-size: 2.89855vw;
    line-height: 1.67;
    color: #333;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
    margin-top: 7.24638vw;
  }
  .p_top .contact .box_privacy h3 {
    font-weight: 700;
    font-size: 3.86473vw;
    line-height: 1.12;
    color: #333;
    margin-bottom: 4.34783vw;
  }
  .p_top .contact .box_privacy div strong {
    font-size: 3.38164vw;
  }
  .p_top .contact .link_privacy {
    margin-top: 7.24638vw;
    text-align: center;
    font-size: 3.38164vw;
    line-height: 4.34783vw;
    font-weight: 500;
    color: #3B3B3B;
  }
  .p_top .contact .link_privacy a {
    color: #0096E2;
  }
  .p_top .contact .cbWr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 3.86473vw;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .p_top .contact .cbWr div, .p_top .contact .cbWr .mwform-checkbox-field {
    display: inline-block;
  }
  .p_top .contact .cbWr label {
    position: relative;
    cursor: pointer;
    font-size: 3.38164vw;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    display: inline-block;
    font-weight: 500;
    color: #333;
  }
  .p_top .contact .cbWr label a {
    color: #333;
  }
  .p_top .contact .cbWr label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  .p_top .contact .cbWr label span {
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
    display: inline-block;
    padding: 0 0 0 4.83092vw;
  }
  .p_top .contact .cbWr label span::before {
    position: absolute;
    content: "";
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    width: 3.86473vw;
    height: 3.86473vw;
    background-color: #F0F0F0;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
  }
  .p_top .contact .cbWr label span::after {
    left: 1.44928vw;
    top: 1.20773vw;
    width: 1.20773vw;
    height: 2.41546vw;
    border: solid #000;
    border-width: 0 0.48309vw 0.48309vw 0;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
  }
  .p_top .contact .cbWr label input:checked ~ span:after {
    display: block;
  }
  .p_top .contact button {
    padding: 0;
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    border: 0;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-top: 4.58937vw;
    font-size: 5.31401vw;
    font-weight: 700;
    line-height: 100%;
    color: #FFFFFF;
    position: relative;
    width: 84.54106vw;
    height: 17.14976vw;
    background: -webkit-gradient(linear, left top, left bottom, from(#FE871C), to(#ED6224));
    background: -webkit-linear-gradient(top, #FE871C 0%, #ED6224 100%);
    background: -moz- oldlinear-gradient(top, #FE871C 0%, #ED6224 100%);
    background: linear-gradient(180deg, #FE871C 0%, #ED6224 100%);
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    position: relative;
    -webkit-transform: translateZ(0);
       -moz-transform: translateZ(0);
            transform: translateZ(0);
  }
  .p_top .contact button::before {
    content: "";
    position: absolute;
    top: 0.72464vw;
    left: 0.72464vw;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    width: -webkit-calc(100% - 1.44928vw);
    width: -moz-calc(100% - 1.44928vw);
    width: calc(100% - 1.44928vw);
    height: -webkit-calc(100% - 1.44928vw);
    height: -moz-calc(100% - 1.44928vw);
    height: calc(100% - 1.44928vw);
    border: 1px solid #fff;
    display: block;
    z-index: -1;
  }
  .p_top .contact button::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 5.55556vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 4.83092vw;
    height: 4.83092vw;
    background: url(../img/btn_ar.png) center/100% 100% no-repeat;
    display: block;
  }
  .p_top .contact .form {
    position: relative;
    z-index: 2;
    background: #FFFFFF;
    padding: 8.69565vw 3.62319vw;
  }
  .p_top .contact .form .f_txtError {
    font-size: 3.38164vw;
    margin-bottom: 0.96618vw;
    color: #f00;
  }
  .p_top .contact .form dl + dl {
    margin-top: 5.31401vw;
  }
  .p_top .contact .form dl dt {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 700;
    font-size: 4.34783vw;
    color: #333;
    margin-bottom: 1.93237vw;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .p_top .contact .form dl dt span, .p_top .contact .form dl dt small {
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 10.62802vw;
    min-height: 5.7971vw;
    -moz-border-radius: 0.72464vw;
         border-radius: 0.72464vw;
    background-color: #ED5624;
    font-size: 3.38164vw;
    font-weight: 400;
    color: #fff;
    margin-left: 2.41546vw;
  }
  .p_top .contact .form dl dt small {
    background-color: #A2A2A2;
  }
  .p_top .contact .form dl dd {
    width: 100%;
  }
  .p_top .contact .form dl dd .select label {
    display: block;
    position: relative;
    -webkit-perspective: 0.24155vw;
       -moz-perspective: 0.24155vw;
            perspective: 0.24155vw;
    height: 13.52657vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd .select label::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 3.62319vw;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 1.69082vw solid transparent;
    border-right: 1.69082vw solid transparent;
    border-top: 2.89855vw solid #000;
  }
  .p_top .contact .form dl dd .select label select {
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    border: none;
    padding: 0 8.45411vw 0 3.62319vw;
    background: transparent;
    font-weight: 400;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #A4A4A4;
    cursor: pointer;
    position: relative;
    z-index: 3;
  }
  .p_top .contact .form dl dd .select label select::-ms-expand {
    display: none;
  }
  .p_top .contact .form dl dd input {
    width: 100%;
    padding: 0 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 13.52657vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd input::-webkit-input-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::-moz-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input:-ms-input-placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd input::placeholder {
    color: #A4A4A4;
    opacity: 1;
    font-weight: 500;
  }
  .p_top .contact .form dl dd textarea {
    width: 100%;
    padding: 2.41546vw 3.62319vw;
    outline: none;
    font-size: -webkit-calc(max(3.86473vw, 16px));
    font-size: -moz-calc(max(3.86473vw, 16px));
    font-size: calc(max(3.86473vw, 16px));
    color: #000;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    height: 43.47826vw;
    background: #F0F0F0;
    border: 1px solid #D3D3D3;
    -moz-border-radius: 0.96618vw;
         border-radius: 0.96618vw;
  }
  .p_top .contact .form dl dd textarea::-webkit-input-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::-moz-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea:-ms-input-placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_top .contact .form dl dd textarea::placeholder {
    font-weight: 500;
    color: #A4A4A4;
    opacity: 1;
  }
  .p_policy .policy {
    color: #000;
    padding: 12.07729vw 0 24.15459vw;
    min-height: -webkit-calc(100vh - 40.57971vw);
    min-height: -moz-calc(100vh - 40.57971vw);
    min-height: calc(100vh - 40.57971vw);
  }
  .p_policy .policy h2 {
    font-weight: 700;
    font-size: 7.72947vw;
    margin-bottom: 7.24638vw;
    text-align: center;
    color: #4F2D08;
  }
  .p_policy .policy .tac {
    text-align: center;
  }
  .p_policy .policy .fwb {
    font-weight: bold;
  }
  .p_policy .policy div {
    font-size: 3.86473vw;
  }
  .p_policy .policy .btnBack {
    text-align: center;
    margin-top: 19.32367vw;
  }
  .p_policy .policy .btnBack a {
    display: -webkit-inline-box;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 84.54106vw;
    min-height: 19.56522vw;
    background: #023676;
    -moz-border-radius: 1.44928vw;
         border-radius: 1.44928vw;
    font-size: 5.7971vw;
    font-weight: 700;
    color: #fff;
  }
  .p_policy .policy .dlist dl {
    font-size: 3.86473vw;
    line-height: 1.8;
    text-align: left;
    margin-top: 4.83092vw;
  }
  .p_policy .policy .dlist.st2 dt {
    font-weight: 700;
    font-size: 4.83092vw;
  }
}

.p_policy {
  padding-top: 0;
}

.p_policy .container {
  min-height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.p_policy .container main, .p_policy .container footer {
  width: 100%;
}

.p_policy .container footer {
  margin-top: auto;
}

@media screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: 0.71429vw;
  }
}

.error {
  display: block;
  width: 100%;
  color: #ff0000;
}

.cbWr .error {
  text-align: center;
}

.case__item_small{
  font-size: 18px;
  background: none!important;
}
.comparison__table_p{
  font-size: 14px;
  margin-top: 20px;
}

.floating-contact-button {
  display: none;
}

@media screen and (max-width: 768px) {
  .floating-contact-button {
    position: fixed;
    z-index: 1000;
    left: 50%;
    bottom: calc(8px + env(safe-area-inset-bottom));
    display: block;
    width: calc(100% - 16px);
    max-width: 780px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, calc(100% + 16px));
    transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
  }

  .floating-contact-button.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
  }

  .floating-contact-button img {
    display: block;
    width: 100%;
    height: auto;
  }
}
