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

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

@font-face {
  font-family: "Noto Sans JP Light";
  src: url("../../fonts/NotoSansJP-Light.woff2") format("woff2"), url("../../fonts/NotoSansJP-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Regular";
  src: url("../../fonts/NotoSansJP-Regular.woff2") format("woff2"), url("../../fonts/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Medium";
  src: url("../../fonts/NotoSansJP-Medium.woff2") format("woff2"), url("../../fonts/NotoSansJP-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP Bold";
  src: url("../../fonts/NotoSansJP-Bold.woff2") format("woff2"), url("../../fonts/NotoSansJP-Bold.woff") format("woff");
}

html {
  overflow-y: scroll;
  font-size: 16px;
  line-height: 1.5em;
}

body {
  width: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.5em;
  font-family: "Noto Sans JP", sans-serif;
  font-family: "Noto Sans JP Medium", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

* {
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media only screen and (min-width: 768.98px) {
  .c-header {
    z-index: 10;
    position: absolute;
    padding: 30px;
  }
  .c-header__logo img {
    display: block;
    height: 24px;
    width: auto;
  }
  .desktop-margin-20 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .c-header {
    padding: 2.7272727273vw;
  }
  .c-header__logo img {
    height: 2.1818181818vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-header {
    z-index: 10;
    position: absolute;
    padding: 5.3333333333vw;
  }
  .c-header__logo img {
    display: block;
    height: 5.3333333333vw;
    width: auto;
  }
}
@media only screen and (min-width: 768.98px) {
  .c-footer {
    padding: 10px;
    color: #000;
    text-align: center;
    background-color: #F4A69C;
  }
  .c-footer__small {
    font-weight: 600;
    font-size: 10px;
    line-height: 1em;
    color: #ffffff;
    font-family: "Noto Sans JP Medium", sans-serif;
  }
  .p-body--nisa .c-footer {
    background-color: #F4A69C;
  }
  .p-body--fundwrap .c-footer {
    background-color: #6A71B3;
  }
  .p-body--ideco .c-footer {
    background-color: #82CCD2;
  }
  .p-body--nounen .c-footer {
    background-color: #C7D777;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .c-footer {
    padding: 0.9090909091vw;
    color: #000;
    text-align: center;
    background-color: #F4A69C;
  }
  .c-footer__small {
    font-size: 0.9090909091vw;
    line-height: 1em;
    color: #ffffff;
  }
  .p-body--nisa .c-footer {
    background-color: #F4A69C;
  }
  .p-body--fundwrap .c-footer {
    background-color: #6A71B3;
  }
  .p-body--ideco .c-footer {
    background-color: #82CCD2;
  }
  .p-body--nounen .c-footer {
    background-color: #C7D777;
  }
}
@media only screen and (max-width: 767.98px) {
  .c-footer {
    padding: 2.6666666667vw;
    color: #000;
    text-align: center;
    background-color: #F4A69C;
  }
  .c-footer__small {
    font-size: 2.6666666667vw;
    line-height: 1em;
    color: #ffffff;
  }
  .p-body--nisa .c-footer {
    background-color: #F4A69C;
  }
  .p-body--fundwrap .c-footer {
    background-color: #6A71B3;
  }
  .p-body--ideco .c-footer {
    background-color: #82CCD2;
  }
  .p-body--nounen .c-footer {
    background-color: #C7D777;
  }
}
.text-hidden {
  display: block !important;
  overflow: hidden !important;
  text-align: left !important;
  text-indent: -9999px !important;
}

@media only screen and (max-width: 767.98px) {
  .text-hidden_handhelds {
    display: block !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -9999px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .text-hidden_medium-wide {
    display: block !important;
    overflow: hidden !important;
    text-align: left !important;
    text-indent: -9999px !important;
  }
}
.display__none {
  display: none !important;
}

.display__inline-block {
  display: inline-block !important;
}

.display__block {
  display: block !important;
}

@media only screen and (max-width: 767.98px) {
  .display__none_handhelds {
    display: none !important;
  }
  .display__inline-block_handhelds {
    display: inline-block !important;
  }
  .display__block_handhelds {
    display: block !important;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .display__none_medium {
    display: none !important;
  }
  .display__block_medium {
    display: block !important;
  }
  .display__inline-block_medium {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .display__none_medium-wide {
    display: none !important;
  }
  .display__block_medium-wide {
    display: block !important;
  }
  .display__inline-block_medium-wide {
    display: inline-block !important;
  }
}
@media only screen and (min-width: 1101px) {
  .display__none_wide {
    display: none !important;
  }
  .display__block_wide {
    display: block !important;
  }
  .display__inline-block_wide {
    display: inline-block !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .font-size__10px_handhelds {
    font-size: 1rem !important;
  }
  .font-size__11px_handhelds {
    font-size: 1.1rem !important;
  }
  .font-size__12px_handhelds {
    font-size: 1.2rem !important;
  }
  .font-size__13px_handhelds {
    font-size: 1.3rem !important;
  }
  .font-size__14px_handhelds {
    font-size: 1.4rem !important;
  }
  .font-size__15px_handhelds {
    font-size: 1.5rem !important;
  }
  .font-size__16px_handhelds {
    font-size: 1.6rem !important;
  }
  .font-size__17px_handhelds {
    font-size: 1.7rem !important;
  }
  .font-size__18px_handhelds {
    font-size: 1.8rem !important;
  }
  .font-size__19px_handhelds {
    font-size: 1.9rem !important;
  }
  .font-size__20px_handhelds {
    font-size: 2rem !important;
  }
  .font-size__21px_handhelds {
    font-size: 2.1rem !important;
  }
  .font-size__22px_handhelds {
    font-size: 2.2rem !important;
  }
  .font-size__23px_handhelds {
    font-size: 2.3rem !important;
  }
  .font-size__24px_handhelds {
    font-size: 2.4rem !important;
  }
  .font-size__25px_handhelds {
    font-size: 2.5rem !important;
  }
  .font-size__26px_handhelds {
    font-size: 2.6rem !important;
  }
  .font-size__27px_handhelds {
    font-size: 2.7rem !important;
  }
  .font-size__28px_handhelds {
    font-size: 2.8rem !important;
  }
  .font-size__29px_handhelds {
    font-size: 2.9rem !important;
  }
  .font-size__30px_handhelds {
    font-size: 3rem !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .font-size__10px_medium-wide {
    font-size: 0.7142857143rem !important;
  }
  .font-size__10px_medium-wide {
    font-size: 0.7142857143rem !important;
  }
  .font-size__11px_medium-wide {
    font-size: 0.7857142857rem !important;
  }
  .font-size__12px_medium-wide {
    font-size: 0.8571428571rem !important;
  }
  .font-size__13px_medium-wide {
    font-size: 0.9285714286rem !important;
  }
  .font-size__14px_medium-wide {
    font-size: 1rem !important;
  }
  .font-size__15px_medium-wide {
    font-size: 1.0714285714rem !important;
  }
  .font-size__16px_medium-wide {
    font-size: 1.1428571429rem !important;
  }
  .font-size__17px_medium-wide {
    font-size: 1.2142857143rem !important;
  }
  .font-size__18px_medium-wide {
    font-size: 1.2857142857rem !important;
  }
  .font-size__19px_medium-wide {
    font-size: 1.3571428571rem !important;
  }
  .font-size__20px_medium-wide {
    font-size: 1.4285714286rem !important;
  }
  .font-size__21px_medium-wide {
    font-size: 1.5rem !important;
  }
  .font-size__22px_medium-wide {
    font-size: 1.5714285714rem !important;
  }
  .font-size__23px_medium-wide {
    font-size: 1.6428571429rem !important;
  }
  .font-size__24px_medium-wide {
    font-size: 1.7142857143rem !important;
  }
  .font-size__25px_medium-wide {
    font-size: 1.7857142857rem !important;
  }
  .font-size__26px_medium-wide {
    font-size: 1.8571428571rem !important;
  }
  .font-size__27px_medium-wide {
    font-size: 1.9285714286rem !important;
  }
  .font-size__28px_medium-wide {
    font-size: 2rem !important;
  }
  .font-size__29px_medium-wide {
    font-size: 2.0714285714rem !important;
  }
  .font-size__30px_medium-wide {
    font-size: 2.1428571429rem !important;
  }
  .font-size__31px_medium-wide {
    font-size: 2.2142857143rem !important;
  }
  .font-size__32px_medium-wide {
    font-size: 2.2857142857rem !important;
  }
  .font-size__33px_medium-wide {
    font-size: 2.3571428571rem !important;
  }
  .font-size__34px_medium-wide {
    font-size: 2.4285714286rem !important;
  }
  .font-size__35px_medium-wide {
    font-size: 2.5rem !important;
  }
  .font-size__36px_medium-wide {
    font-size: 2.5714285714rem !important;
  }
  .font-size__37px_medium-wide {
    font-size: 2.6428571429rem !important;
  }
  .font-size__38px_medium-wide {
    font-size: 2.7142857143rem !important;
  }
  .font-size__39px_medium-wide {
    font-size: 2.7857142857rem !important;
  }
  .font-size__40px_medium-wide {
    font-size: 2.8571428571rem !important;
  }
}
.font-weight__normal {
  font-weight: normal !important;
}

.font-weight__bold {
  font-weight: bold !important;
}

@media only screen and (max-width: 767.98px) {
  .font-weight__normal_handhelds {
    font-weight: normal !important;
  }
  .font-weight__bold_handhelds {
    font-weight: bold !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .font-weight__normal_medium-wide {
    font-weight: normal !important;
  }
  .font-weight__bold_medium-wide {
    font-weight: bold !important;
  }
}
.color__black {
  color: #000 !important;
}

.color__white {
  color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
  .color__black_handhelds {
    color: #000 !important;
  }
  .color__white_handhelds {
    color: #fff !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .color__black_medium-wide {
    color: #000 !important;
  }
  .color__white_medium-wide {
    color: #fff !important;
  }
}
.background-color__black {
  background-color: #000 !important;
}

.background-color__white {
  background-color: #fff !important;
}

@media only screen and (max-width: 767.98px) {
  .background-color__black_handhelds {
    background-color: #000 !important;
  }
  .background-color__white_handhelds {
    background-color: #fff !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .background-color__black_medium-wide {
    background-color: #000 !important;
  }
  .background-color__white_medium-wide {
    background-color: #fff !important;
  }
}
.margin-top__0px {
  margin-top: 0 !important;
}

.margin-top__5px {
  margin-top: 5px !important;
}

.margin-top__10px {
  margin-top: 10px !important;
}

.margin-top__15px {
  margin-top: 15px !important;
}

.margin-top__20px {
  margin-top: 20px !important;
}

.margin-top__25px {
  margin-top: 25px !important;
}

.margin-top__30px {
  margin-top: 30px !important;
}

.margin-top__35px {
  margin-top: 35px !important;
}

.margin-top__40px {
  margin-top: 40px !important;
}

.margin-top__45px {
  margin-top: 45px !important;
}

.margin-top__50px {
  margin-top: 50px !important;
}

.margin-top__55px {
  margin-top: 55px !important;
}

.margin-top__60px {
  margin-top: 60px !important;
}

.margin-top__65px {
  margin-top: 65px !important;
}

.margin-top__70px {
  margin-top: 70px !important;
}

.margin-top__75px {
  margin-top: 75px !important;
}

.margin-top__80px {
  margin-top: 80px !important;
}

.margin-top__85px {
  margin-top: 85px !important;
}

.margin-top__90px {
  margin-top: 90px !important;
}

.margin-top__95px {
  margin-top: 95px !important;
}

.margin-top__100px {
  margin-top: 100px !important;
}

@media only screen and (max-width: 767.98px) {
  .margin-top__0px_handhelds {
    margin-top: 0 !important;
  }
  .margin-top__5px_handhelds {
    margin-top: 5px !important;
  }
  .margin-top__10px_handhelds {
    margin-top: 10px !important;
  }
  .margin-top__15px_handhelds {
    margin-top: 15px !important;
  }
  .margin-top__20px_handhelds {
    margin-top: 20px !important;
  }
  .margin-top__25px_handhelds {
    margin-top: 25px !important;
  }
  .margin-top__30px_handhelds {
    margin-top: 30px !important;
  }
  .margin-top__35px_handhelds {
    margin-top: 35px !important;
  }
  .margin-top__40px_handhelds {
    margin-top: 40px !important;
  }
  .margin-top__45px_handhelds {
    margin-top: 45px !important;
  }
  .margin-top__50px_handhelds {
    margin-top: 50px !important;
  }
  .margin-top__55px_handhelds {
    margin-top: 55px !important;
  }
  .margin-top__60px_handhelds {
    margin-top: 60px !important;
  }
  .margin-top__65px_handhelds {
    margin-top: 65px !important;
  }
  .margin-top__70px_handhelds {
    margin-top: 70px !important;
  }
  .margin-top__75px_handhelds {
    margin-top: 75px !important;
  }
  .margin-top__80px_handhelds {
    margin-top: 80px !important;
  }
  .margin-top__85px_handhelds {
    margin-top: 85px !important;
  }
  .margin-top__90px_handhelds {
    margin-top: 90px !important;
  }
  .margin-top__95px_handhelds {
    margin-top: 95px !important;
  }
  .margin-top__100px_handhelds {
    margin-top: 100px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .margin-top__0px_medium-wide {
    margin-top: 0 !important;
  }
  .margin-top__5px_medium-wide {
    margin-top: 5px !important;
  }
  .margin-top__10px_medium-wide {
    margin-top: 10px !important;
  }
  .margin-top__15px_medium-wide {
    margin-top: 15px !important;
  }
  .margin-top__20px_medium-wide {
    margin-top: 20px !important;
  }
  .margin-top__25px_medium-wide {
    margin-top: 25px !important;
  }
  .margin-top__30px_medium-wide {
    margin-top: 30px !important;
  }
  .margin-top__35px_medium-wide {
    margin-top: 35px !important;
  }
  .margin-top__40px_medium-wide {
    margin-top: 40px !important;
  }
  .margin-top__45px_medium-wide {
    margin-top: 45px !important;
  }
  .margin-top__50px_medium-wide {
    margin-top: 50px !important;
  }
  .margin-top__55px_medium-wide {
    margin-top: 55px !important;
  }
  .margin-top__60px_medium-wide {
    margin-top: 60px !important;
  }
  .margin-top__65px_medium-wide {
    margin-top: 65px !important;
  }
  .margin-top__70px_medium-wide {
    margin-top: 70px !important;
  }
  .margin-top__75px_medium-wide {
    margin-top: 75px !important;
  }
  .margin-top__80px_medium-wide {
    margin-top: 80px !important;
  }
  .margin-top__85px_medium-wide {
    margin-top: 85px !important;
  }
  .margin-top__90px_medium-wide {
    margin-top: 90px !important;
  }
  .margin-top__95px_medium-wide {
    margin-top: 95px !important;
  }
  .margin-top__100px_medium-wide {
    margin-top: 100px !important;
  }
  .margin-top__110px_medium-wide {
    margin-top: 110px !important;
  }
  .margin-top__120px_medium-wide {
    margin-top: 120px !important;
  }
}
.margin-bottom__0px {
  margin-bottom: 0 !important;
}

.margin-bottom__5px {
  margin-bottom: 5px !important;
}

.margin-bottom__10px {
  margin-bottom: 10px !important;
}

.margin-bottom__15px {
  margin-bottom: 15px !important;
}

.margin-bottom__20px {
  margin-bottom: 20px !important;
}

.margin-bottom__25px {
  margin-bottom: 25px !important;
}

.margin-bottom__30px {
  margin-bottom: 30px !important;
}

.margin-bottom__35px {
  margin-bottom: 35px !important;
}

.margin-bottom__40px {
  margin-bottom: 40px !important;
}

.margin-bottom__45px {
  margin-bottom: 45px !important;
}

.margin-bottom__50px {
  margin-bottom: 50px !important;
}

.margin-bottom__55px {
  margin-bottom: 55px !important;
}

.margin-bottom__60px {
  margin-bottom: 60px !important;
}

.margin-bottom__65px {
  margin-bottom: 65px !important;
}

.margin-bottom__70px {
  margin-bottom: 70px !important;
}

.margin-bottom__75px {
  margin-bottom: 75px !important;
}

.margin-bottom__80px {
  margin-bottom: 80px !important;
}

.margin-bottom__85px {
  margin-bottom: 85px !important;
}

.margin-bottom__90px {
  margin-bottom: 90px !important;
}

.margin-bottom__95px {
  margin-bottom: 95px !important;
}

.margin-bottom__100px {
  margin-bottom: 100px !important;
}

@media only screen and (max-width: 767.98px) {
  .margin-bottom__0px_handhelds {
    margin-bottom: 0 !important;
  }
  .margin-bottom__5px_handhelds {
    margin-bottom: 5px !important;
  }
  .margin-bottom__10px_handhelds {
    margin-bottom: 10px !important;
  }
  .margin-bottom__15px_handhelds {
    margin-bottom: 15px !important;
  }
  .margin-bottom__20px_handhelds {
    margin-bottom: 20px !important;
  }
  .margin-bottom__25px_handhelds {
    margin-bottom: 25px !important;
  }
  .margin-bottom__30px_handhelds {
    margin-bottom: 30px !important;
  }
  .margin-bottom__35px_handhelds {
    margin-bottom: 35px !important;
  }
  .margin-bottom__40px_handhelds {
    margin-bottom: 40px !important;
  }
  .margin-bottom__45px_handhelds {
    margin-bottom: 45px !important;
  }
  .margin-bottom__50px_handhelds {
    margin-bottom: 50px !important;
  }
  .margin-bottom__55px_handhelds {
    margin-bottom: 55px !important;
  }
  .margin-bottom__60px_handhelds {
    margin-bottom: 60px !important;
  }
  .margin-bottom__65px_handhelds {
    margin-bottom: 65px !important;
  }
  .margin-bottom__70px_handhelds {
    margin-bottom: 70px !important;
  }
  .margin-bottom__75px_handhelds {
    margin-bottom: 75px !important;
  }
  .margin-bottom__80px_handhelds {
    margin-bottom: 80px !important;
  }
  .margin-bottom__85px_handhelds {
    margin-bottom: 85px !important;
  }
  .margin-bottom__90px_handhelds {
    margin-bottom: 90px !important;
  }
  .margin-bottom__95px_handhelds {
    margin-bottom: 95px !important;
  }
  .margin-bottom__100px_handhelds {
    margin-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .margin-bottom__0px_medium-wide {
    margin-bottom: 0 !important;
  }
  .margin-bottom__5px_medium-wide {
    margin-bottom: 5px !important;
  }
  .margin-bottom__10px_medium-wide {
    margin-bottom: 10px !important;
  }
  .margin-bottom__15px_medium-wide {
    margin-bottom: 15px !important;
  }
  .margin-bottom__20px_medium-wide {
    margin-bottom: 20px !important;
  }
  .margin-bottom__25px_medium-wide {
    margin-bottom: 25px !important;
  }
  .margin-bottom__30px_medium-wide {
    margin-bottom: 30px !important;
  }
  .margin-bottom__35px_medium-wide {
    margin-bottom: 35px !important;
  }
  .margin-bottom__40px_medium-wide {
    margin-bottom: 40px !important;
  }
  .margin-bottom__45px_medium-wide {
    margin-bottom: 45px !important;
  }
  .margin-bottom__50px_medium-wide {
    margin-bottom: 50px !important;
  }
  .margin-bottom__55px_medium-wide {
    margin-bottom: 55px !important;
  }
  .margin-bottom__60px_medium-wide {
    margin-bottom: 60px !important;
  }
  .margin-bottom__65px_medium-wide {
    margin-bottom: 65px !important;
  }
  .margin-bottom__70px_medium-wide {
    margin-bottom: 70px !important;
  }
  .margin-bottom__75px_medium-wide {
    margin-bottom: 75px !important;
  }
  .margin-bottom__80px_medium-wide {
    margin-bottom: 80px !important;
  }
  .margin-bottom__85px_medium-wide {
    margin-bottom: 85px !important;
  }
  .margin-bottom__90px_medium-wide {
    margin-bottom: 90px !important;
  }
  .margin-bottom__95px_medium-wide {
    margin-bottom: 95px !important;
  }
  .margin-bottom__100px_medium-wide {
    margin-bottom: 100px !important;
  }
  .margin-bottom__120px_medium-wide {
    margin-bottom: 120px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .margin-right__20px_medium-wide {
    margin-right: 20px !important;
  }
}
.padding-top__0px {
  padding-top: 0 !important;
}

.padding-top__5px {
  padding-top: 5px !important;
}

.padding-top__10px {
  padding-top: 10px !important;
}

.padding-top__15px {
  padding-top: 15px !important;
}

.padding-top__20px {
  padding-top: 20px !important;
}

.padding-top__25px {
  padding-top: 25px !important;
}

.padding-top__30px {
  padding-top: 30px !important;
}

.padding-top__35px {
  padding-top: 35px !important;
}

.padding-top__40px {
  padding-top: 40px !important;
}

.padding-top__45px {
  padding-top: 45px !important;
}

.padding-top__50px {
  padding-top: 50px !important;
}

.padding-top__55px {
  padding-top: 55px !important;
}

.padding-top__60px {
  padding-top: 60px !important;
}

.padding-top__65px {
  padding-top: 65px !important;
}

.padding-top__70px {
  padding-top: 70px !important;
}

.padding-top__75px {
  padding-top: 75px !important;
}

.padding-top__80px {
  padding-top: 80px !important;
}

.padding-top__85px {
  padding-top: 85px !important;
}

.padding-top__90px {
  padding-top: 90px !important;
}

.padding-top__95px {
  padding-top: 95px !important;
}

.padding-top__100px {
  padding-top: 100px !important;
}

@media only screen and (max-width: 767.98px) {
  .padding-top__0px_handhelds {
    padding-top: 0 !important;
  }
  .padding-top__5px_handhelds {
    padding-top: 5px !important;
  }
  .padding-top__10px_handhelds {
    padding-top: 10px !important;
  }
  .padding-top__15px_handhelds {
    padding-top: 15px !important;
  }
  .padding-top__20px_handhelds {
    padding-top: 20px !important;
  }
  .padding-top__25px_handhelds {
    padding-top: 25px !important;
  }
  .padding-top__30px_handhelds {
    padding-top: 30px !important;
  }
  .padding-top__35px_handhelds {
    padding-top: 35px !important;
  }
  .padding-top__40px_handhelds {
    padding-top: 40px !important;
  }
  .padding-top__45px_handhelds {
    padding-top: 45px !important;
  }
  .padding-top__50px_handhelds {
    padding-top: 50px !important;
  }
  .padding-top__55px_handhelds {
    padding-top: 55px !important;
  }
  .padding-top__60px_handhelds {
    padding-top: 60px !important;
  }
  .padding-top__65px_handhelds {
    padding-top: 65px !important;
  }
  .padding-top__70px_handhelds {
    padding-top: 70px !important;
  }
  .padding-top__75px_handhelds {
    padding-top: 75px !important;
  }
  .padding-top__80px_handhelds {
    padding-top: 80px !important;
  }
  .padding-top__85px_handhelds {
    padding-top: 85px !important;
  }
  .padding-top__90px_handhelds {
    padding-top: 90px !important;
  }
  .padding-top__95px_handhelds {
    padding-top: 95px !important;
  }
  .padding-top__100px_handhelds {
    padding-top: 100px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .padding-top__0px_medium-wide {
    padding-top: 0 !important;
  }
  .padding-top__5px_medium-wide {
    padding-top: 5px !important;
  }
  .padding-top__10px_medium-wide {
    padding-top: 10px !important;
  }
  .padding-top__15px_medium-wide {
    padding-top: 15px !important;
  }
  .padding-top__20px_medium-wide {
    padding-top: 20px !important;
  }
  .padding-top__25px_medium-wide {
    padding-top: 25px !important;
  }
  .padding-top__30px_medium-wide {
    padding-top: 30px !important;
  }
  .padding-top__35px_medium-wide {
    padding-top: 35px !important;
  }
  .padding-top__40px_medium-wide {
    padding-top: 40px !important;
  }
  .padding-top__45px_medium-wide {
    padding-top: 45px !important;
  }
  .padding-top__50px_medium-wide {
    padding-top: 50px !important;
  }
  .padding-top__55px_medium-wide {
    padding-top: 55px !important;
  }
  .padding-top__60px_medium-wide {
    padding-top: 60px !important;
  }
  .padding-top__65px_medium-wide {
    padding-top: 65px !important;
  }
  .padding-top__70px_medium-wide {
    padding-top: 70px !important;
  }
  .padding-top__75px_medium-wide {
    padding-top: 75px !important;
  }
  .padding-top__80px_medium-wide {
    padding-top: 80px !important;
  }
  .padding-top__85px_medium-wide {
    padding-top: 85px !important;
  }
  .padding-top__90px_medium-wide {
    padding-top: 90px !important;
  }
  .padding-top__95px_medium-wide {
    padding-top: 95px !important;
  }
  .padding-top__100px_medium-wide {
    padding-top: 100px !important;
  }
}
.padding-bottom__0px {
  padding-bottom: 0 !important;
}

.padding-bottom__5px {
  padding-bottom: 5px !important;
}

.padding-bottom__10px {
  padding-bottom: 10px !important;
}

.padding-bottom__15px {
  padding-bottom: 15px !important;
}

.padding-bottom__20px {
  padding-bottom: 20px !important;
}

.padding-bottom__25px {
  padding-bottom: 25px !important;
}

.padding-bottom__30px {
  padding-bottom: 30px !important;
}

.padding-bottom__35px {
  padding-bottom: 35px !important;
}

.padding-bottom__40px {
  padding-bottom: 40px !important;
}

.padding-bottom__45px {
  padding-bottom: 45px !important;
}

.padding-bottom__50px {
  padding-bottom: 50px !important;
}

.padding-bottom__55px {
  padding-bottom: 55px !important;
}

.padding-bottom__60px {
  padding-bottom: 60px !important;
}

.padding-bottom__65px {
  padding-bottom: 65px !important;
}

.padding-bottom__70px {
  padding-bottom: 70px !important;
}

.padding-bottom__75px {
  padding-bottom: 75px !important;
}

.padding-bottom__80px {
  padding-bottom: 80px !important;
}

.padding-bottom__85px {
  padding-bottom: 85px !important;
}

.padding-bottom__90px {
  padding-bottom: 90px !important;
}

.padding-bottom__95px {
  padding-bottom: 95px !important;
}

.padding-bottom__100px {
  padding-bottom: 100px !important;
}

@media only screen and (max-width: 767.98px) {
  .padding-bottom__0px_handhelds {
    padding-bottom: 0 !important;
  }
  .padding-bottom__5px_handhelds {
    padding-bottom: 5px !important;
  }
  .padding-bottom__10px_handhelds {
    padding-bottom: 10px !important;
  }
  .padding-bottom__15px_handhelds {
    padding-bottom: 15px !important;
  }
  .padding-bottom__20px_handhelds {
    padding-bottom: 20px !important;
  }
  .padding-bottom__25px_handhelds {
    padding-bottom: 25px !important;
  }
  .padding-bottom__30px_handhelds {
    padding-bottom: 30px !important;
  }
  .padding-bottom__35px_handhelds {
    padding-bottom: 35px !important;
  }
  .padding-bottom__40px_handhelds {
    padding-bottom: 40px !important;
  }
  .padding-bottom__45px_handhelds {
    padding-bottom: 45px !important;
  }
  .padding-bottom__50px_handhelds {
    padding-bottom: 50px !important;
  }
  .padding-bottom__55px_handhelds {
    padding-bottom: 55px !important;
  }
  .padding-bottom__60px_handhelds {
    padding-bottom: 60px !important;
  }
  .padding-bottom__65px_handhelds {
    padding-bottom: 65px !important;
  }
  .padding-bottom__70px_handhelds {
    padding-bottom: 70px !important;
  }
  .padding-bottom__75px_handhelds {
    padding-bottom: 75px !important;
  }
  .padding-bottom__80px_handhelds {
    padding-bottom: 80px !important;
  }
  .padding-bottom__85px_handhelds {
    padding-bottom: 85px !important;
  }
  .padding-bottom__90px_handhelds {
    padding-bottom: 90px !important;
  }
  .padding-bottom__95px_handhelds {
    padding-bottom: 95px !important;
  }
  .padding-bottom__100px_handhelds {
    padding-bottom: 100px !important;
  }
}
@media only screen and (min-width: 768.98px) {
  .padding-bottom__0px_medium-wide {
    padding-bottom: 0 !important;
  }
  .padding-bottom__5px_medium-wide {
    padding-bottom: 5px !important;
  }
  .padding-bottom__10px_medium-wide {
    padding-bottom: 10px !important;
  }
  .padding-bottom__15px_medium-wide {
    padding-bottom: 15px !important;
  }
  .padding-bottom__20px_medium-wide {
    padding-bottom: 20px !important;
  }
  .padding-bottom__25px_medium-wide {
    padding-bottom: 25px !important;
  }
  .padding-bottom__30px_medium-wide {
    padding-bottom: 30px !important;
  }
  .padding-bottom__35px_medium-wide {
    padding-bottom: 35px !important;
  }
  .padding-bottom__40px_medium-wide {
    padding-bottom: 40px !important;
  }
  .padding-bottom__45px_medium-wide {
    padding-bottom: 45px !important;
  }
  .padding-bottom__50px_medium-wide {
    padding-bottom: 50px !important;
  }
  .padding-bottom__55px_medium-wide {
    padding-bottom: 55px !important;
  }
  .padding-bottom__60px_medium-wide {
    padding-bottom: 60px !important;
  }
  .padding-bottom__65px_medium-wide {
    padding-bottom: 65px !important;
  }
  .padding-bottom__70px_medium-wide {
    padding-bottom: 70px !important;
  }
  .padding-bottom__75px_medium-wide {
    padding-bottom: 75px !important;
  }
  .padding-bottom__80px_medium-wide {
    padding-bottom: 80px !important;
  }
  .padding-bottom__85px_medium-wide {
    padding-bottom: 85px !important;
  }
  .padding-bottom__90px_medium-wide {
    padding-bottom: 90px !important;
  }
  .padding-bottom__95px_medium-wide {
    padding-bottom: 95px !important;
  }
  .padding-bottom__100px_medium-wide {
    padding-bottom: 100px !important;
  }
}
.text-align__left {
  text-align: left !important;
}

.text-align__center {
  text-align: center !important;
}

.text-align__right {
  text-align: right !important;
}

@media only screen and (min-width: 768.98px) {
  .text-align__left_medium-and-wide {
    text-align: left !important;
  }
  .text-align__center_medium-and-wide {
    text-align: center !important;
  }
  .text-align__right_medium-and-wide {
    text-align: right !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .text-align__left_handhelds {
    text-align: left !important;
  }
  .text-align__center_handhelds {
    text-align: center !important;
  }
  .text-align__right_handhelds {
    text-align: right !important;
  }
}
.pointer-events__none {
  pointer-events: none;
}

@keyframes hover-animation {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  50% {
    opacity: 0;
    transform: translateY(15px);
  }
  51% {
    opacity: 0;
    transform: translateY(-15px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes hover-animation2 {
  0% {
    opacity: 1;
    transform: translateY(-50%);
  }
  50% {
    opacity: 0;
    transform: translateY(calc(-50% - 15px));
  }
  51% {
    opacity: 0;
    transform: translateY(calc(-50% + 15px));
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@media only screen and (min-width: 768.98px) {
  .p-hero {
    position: relative;
    width: 100%;
    height: 610px;
    color: #000;
    background-color: #D8DAEA;
  }
  .p-hero::before {
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    height: 659px;
    width: 1343px;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/-kamihubuki.png);
  }
  .p-hero::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 3320px;
    height: 1610px;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-hero__bg2.png);
  }
  .p-hero__container {
    position: relative;
    width: 1000px;
    height: 600px;
    margin: 0 auto;
  }
  .p-hero__container2 {
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 700px;
    text-align: center;
  }
  .p-hero__paragraph3 {
    position: absolute;
    top: 5px;
    right: -165px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 208px;
    height: 208px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/datetext.png);
  }
  .p-hero__paragraph4 {
    position: absolute;
    bottom: 223px;
    right: -57px;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 131px;
    height: 64px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-hero__text3.png);
  }
  .p-hero__image {
    position: absolute;
    top: 210px;
    left: 0px;
    width: 158px;
    height: 232px;
  }
  .p-hero__image2 {
    position: absolute;
    bottom: 23px;
    right: -60px;
    width: 220px;
    height: 256px;
  }
  .p-hero__image3 {
    z-index: 1;
    position: absolute;
    bottom: -5px;
    right: -68px;
    width: 328px;
    height: 239px;
  }
  .p-hero-heading {
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-hero-heading__text {
    display: block;
    font-size: 26px;
    line-height: 1em;
    text-align: left;
  }
  .p-hero-heading__text2 {
    margin-top: 5px;
    display: block;
    font-size: 40px;
    line-height: 1em;
    text-align: left;
  }
  .p-hero-heading__text3 {
    display: block;
    font-size: 48px;
    line-height: 1em;
    letter-spacing: -0.05em;
    transform: translate(0%, -100%);
  }
  .p-hero-heading__image {
    position: relative;
    display: block;
    width: 514px;
    height: 146px;
    margin: auto;
  }
  .p-hero-heading__image2 {
    width: 56px;
    height: 72px;
  }
  .p-hero-heading__image3 {
    transform: translate(6px, -65px);
    margin: auto;
    display: block;
    width: 573px;
    height: 306px;
  }
  .p-hero-heading__image4 {
    width: 49px;
    height: 58px;
  }
  .p-hero-heading__image5 {
    width: 58px;
    height: 58px;
  }
  .black900 {
    display: inline-block;
    width: 110px;
    height: auto;
    margin-top: 10px;
    object-fit: contain;
  }
  .text-margin-left {
    margin-left: -10px;
  }
  .p-hero-paragraph2 {
    display: inline-block;
    margin-top: 25px;
    padding: 0 20px;
    font-size: 17px;
    line-height: 40px;
    border-radius: 20px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    text-align: center;
    background-color: #fff;
    transform: translate(0%, -330%);
  }
  .p-hero-paragraph2__list {
    display: flex;
  }
  .p-hero-paragraph2__list > dt {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
  }
  .p-hero-paragraph2__list > dt::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 17px;
    width: 2px;
    background-color: #000;
  }
  .p-hero-paragraph2__list2 {
    display: flex;
  }
  .p-hero-paragraph2__list2 > li {
    position: relative;
    padding-left: 10px;
    margin-left: 10px;
  }
  .p-hero-paragraph2__list2 > li::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "+";
    height: 20px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    color: #999;
  }
  .p-hero-paragraph2__list2 > li:first-child {
    margin-left: 0;
    padding-left: 0;
  }
  .p-hero-paragraph2__list2 > li:first-child::after {
    display: none;
  }
  .p-hero-paragraph2__list2 > li > .green {
    color: #11A06E;
  }
  .p-hero-paragraph2__list2 > li > .purple {
    color: #825EAA;
  }
  .br_sp{
    display: none !important;
  }
  .p-hero__image_sp{
    display: none;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .p-hero {
    height: 54.5454545455vw;
  }
  .p-hero::before {
    height: 59.9090909091vw;
    width: 122.0909090909vw;
  }
  .p-hero::after {
    width: 301.8181818182vw;
    height: 146.3636363636vw;
  }
  .p-hero__container {
    width: 90.9090909091vw;
    height: 54.5454545455vw;
  }
  .p-hero__container2 {
    top: 5.4545454545vw;
    width: 63.6363636364vw;
  }
  .p-hero__paragraph {
    top: -1.3636363636vw;
    left: -15.6363636364vw;
    width: 15.1818181818vw;
    height: 17.1818181818vw;
  }
  .p-hero__paragraph3 {
    top: 0.4545454545vw;
    right: -15vw;
    width: 18.909091vw;
    height: 18.909091vw;
  }
  .p-hero__paragraph4 {
    bottom: 20.2727272727vw;
    right: -5.1818181818vw;
    width: 11.9090909091vw;
    height: 5.8181818182vw;
  }
  .p-hero__image {
    left: 4vw;
    width: 14.363636vw;
    height: 21.090909vw;
    top: 17.5vw;
  }
  .p-hero__image2 {
    bottom: 1.090909vw;
    right: -2.4545454545vw;
    width: 20vw;
    height: 23.272727vw;
  }
  .p-hero__image3 {
    bottom: -0.4545454545vw;
    right: -6.1818181818vw;
    width: 29.8181818182vw;
    height: 21.7272727273vw;
  }
  .p-hero-heading__text {
    font-size: 2.3636363636vw;
  }
  .p-hero-heading__text2 {
    margin-top: 0.4545454545vw;
    font-size: 3.6363636364vw;
  }
  .p-hero-heading__text3 {
    font-size: 3.513909224011713vw;
    transform: translate(0%, -120%);
  }
  .p-hero-heading__image {
    /* transform: translateY(2vw);
    margin-right: 0.9090909091vw; */
    width: 46.727273vw;
    height: 100%;
  }
  .p-hero-heading__image2 {
    width: 5.0909090909vw;
    height: 6.5454545455vw;
  }
  .p-hero-heading__image3 {
    /* transform: translate(2.8181818182vw, 0); */
    margin-top: 1.6363636364vw;
    width: 52.090909vw;
    height: 100%;
  }
  .p-hero-heading__image4 {
    width: 3.074671vw;
    height: 3.879941vw;
  }
  .p-hero-heading__image5 {
    width: 3.660322vw;
    height: 3.660322vw;
  }
  .p-hero__image_sp{
    display: none;
  }
  .p-hero-paragraph2 {
    margin-top: 2.2727272727vw;
    padding: 0 1.8181818182vw;
    font-size: 1.5454545455vw;
    line-height: 3.6363636364vw;
    border-radius: 1.8181818182vw;
    transform: translate(0%, -350%);
  }
  .p-hero-paragraph2__list > dt {
    padding-right: 0.9090909091vw;
    margin-right: 0.9090909091vw;
  }
  .p-hero-paragraph2__list > dt::after {
    height: 1.5454545455vw;
    width: 0.1818181818vw;
  }
  .p-hero-paragraph2__list2 > li {
    padding-left: 0.9090909091vw;
    margin-left: 0.9090909091vw;
  }
  .p-hero-paragraph2__list2 > li::after {
    height: 1.8181818182vw;
    width: 1.8181818182vw;
    line-height: 1.8181818182vw;
  }
  .p-hero-paragraph2__list2 > li > span {
    margin-left: 0.9090909091vw;
    font-size: 1.5454545455vw;
  }
  .br_sp{
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-hero {
    position: relative;
    color: #000;
    background-color: #D8DAEA;
  }
  .p-hero::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    width: 106vw;
    height: 202vw;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/kamihubuki_sp.png);
  }
    .m-left_-10 {
    margin-left: -10px;
  }
  .p-hero::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 616.8vw;
    height: 308.2666666667vw;
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-hero__bg2_sp.png);
  }
  .p-hero__container2 {
    padding-top: 30vw;
    padding-bottom: 8.6666666667vw;
    text-align: center;
  }
  .p-hero__paragraph {
    position: absolute;
    top: 11.2vw;
    right: 4vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 27.2vw;
    height: 29.8666666667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-hero__text_sp.png);
  }
  .p-hero__paragraph3 {
    margin-left: 55.4666666667vw;
    margin-top: 8vw;
    transform: translateX(5.3333333333vw);
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 37.866667vw;
    height: 37.866667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/datetext_sp.png);
  }
  .p-hero__paragraph4 {
    position: absolute;
    bottom: 34.6666666667vw;
    right: 8vw;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 29.3333333333vw;
    height: 13.8666666667vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-hero__text3_sp.png);
  }
  .p-hero__image {
    display: none;
  }
  .p-hero__image_sp{
    position: absolute;
    width: 25.333vw;
    top: 2.4vw;
    right: 4.26vw;
  }
  .p-hero__image2 {
    position: absolute;
    bottom: 8vw;
    margin-left: 6vw;
    width: 37.066667vw;
    height: 40vw;
  }
  .p-hero__image3 {
    z-index: 1;
    position: absolute;
    bottom: -4vw;
    right: 4vw;
    width: 65.0666666667vw;
    height: 43.4666666667vw;
  }
  .p-hero-heading {
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-hero-heading__text {
    position: relative;
    margin-top: 1.3333333333vw;
    display: block;
    font-size: 6.9333333333vw;
    line-height: 1em;
  }
  .p-hero-heading__text2 {
    margin-top: 2.6666666667vw;
    display: block;
    font-size: 10.1333333333vw;
    line-height: 1em;
  }
  .p-hero-heading__text3 {
    margin-top: -14vw;
    display: block;
    font-size: 7.4666666667vw;
    line-height: 1em;
    letter-spacing: -0.05em;
  }
  .p-hero-heading__text4 {
    position: absolute;
    top: -10.6666666667vw;
    left: 76vw;
  }
  .p-hero-heading__image {
    position: relative;
    display: block;
    width: 86.4vw;
    height: 45.866667vw;
    margin: auto;
  }
  .p-hero-heading__image2 {
    width: 8.8vw;
    height: 11.4666666667vw;
  }
  .p-hero-heading__image3 {
    transform: translate(8vw, -10vw);
    margin-top: 4vw;
    display: block;
    width: 84.5333333333vw;
    height: auto;
  }
  .p-hero-heading__image4 {
    width: 7.2vw;
    height: 8.2666666667vw;
  }
  .p-hero-heading__image5 {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
  .black900 {
    display: inline-block;
    width: clamp(56px, 14.9333333333vw, 72px);
    height: auto;
    margin-top: 0;
    object-fit: contain;
  }
  .text-margin-left {
    margin-left: 0;
  }
  .p-hero-paragraph2 {
    display: inline-block;
    width: 78.666667vw;
    margin-top: 8vw;
    padding: 2.6666666667vw 2.6666666667vw 2.6666666667vw 2.6666666667vw;
    border-radius: 8vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #000;
    background-color: #fff;
  }
  .p-hero-paragraph2__list {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .p-hero-paragraph2__list > dt {
    padding-right: 7.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    white-space: nowrap;
  }
  .p-hero-paragraph2__list > dd {
    font-size: 4vw;
    line-height: 1.5em;
  }
  .p-hero-paragraph2__list2 {
    text-align: left;
  }
  .p-hero-paragraph2__list2 > li {
    position: relative;
  }
  .p-hero-paragraph2__list2 > li > span {
    font-size: 2.6666666667vw;
    color: #999;
    white-space: nowrap;
  }
  .br_sp{
    display: inline;
  }
  .p-hero__container {
    margin-bottom: 17.6vw;
  }
  .p-hero-paragraph2__list2 > li > .green {
    color: #11A06E;
    font-size: 4vw;
  }
  .p-hero-paragraph2__list2 > li > .purple {
    color: #825EAA;
    font-size: 4vw;
  }
  .p-hero-paragraph2__list > dt::after {
    position: absolute;
    right: 72%;
    top: 143vw;
    transform: translateY(-50%);
    display: block;
    content: "";
    height: 9.3vw;
    width: 1px;
    background-color: #000;
  }
}
.p-hero {
  opacity: 0;
}
.p-hero::before {
  opacity: 0;
}
.p-hero .p-hero__paragraph {
  opacity: 0;
  transform: translate(20px, 50px) scale(0.8);
}
.p-hero .p-hero-heading {
  opacity: 0;
  transform: scale(1.1);
}
.p-hero .p-hero-paragraph2 {
  opacity: 0;
}
.p-hero .p-hero__paragraph3 {
  opacity: 0;
  transform: translate(-20px, 50px) scale(0.8);
}
.p-hero .p-hero__paragraph4 {
  opacity: 0;
}
.p-hero .p-hero__image {
  opacity: 0;
  transform: translateY(10px);
}
.p-hero .p-hero__image2 {
  opacity: 0;
  transform: translateY(10px);
}
.p-hero .p-hero__image3 {
  opacity: 0;
  transform: translateY(10px);
}
.p-hero.show {
  opacity: 1;
  transition: opacity 1s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show::before {
  opacity: 1;
  transition: opacity 1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero-heading {
  margin-top: -2%;
  opacity: 1;
  transform: scale(1);
  transition: all 0.5s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero-paragraph2 {
  opacity: 1;
  transition: opacity 1s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__paragraph {
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: all 0.5s 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__paragraph3 {
  margin-top: 6%;
  margin-right: 7%;
  opacity: 1;
  transform: translate(0, 0) scale(1);
  transition: all 0.5s 0.9s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__paragraph4 {
  opacity: 1;
  transition: opacity 1s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__image {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__image2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-hero.show .p-hero__image3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (min-width: 768.98px) {
  .p-case {
    position: relative;
    margin-top: 145px;
  }
  .p-case::after {
    position: absolute;
    top: 686px;
    left: 50%;
    transform: translateX(-640px);
    display: block;
    content: "";
    width: 47px;
    height: 41px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/p-case__bg.png);
    pointer-events: none;
  }
  .p-case__container {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
  }
  .p-case__paragraph2 {
    position: relative;
    margin-top: 40px;
    padding: 0 30px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
  }
  .p-case__paragraph2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-case__paragraph2::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-case__link {
    position: relative;
    margin: auto;
    margin-top: 50px;
    display: block;
    font-size: 22px;
    line-height: 75px;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #fff;
    background-color: #11A06E;
    width: 492px;
  }
  .p-case__link_2 {
    width: 522px;
    text-align: left;
    padding-left: 32px;
  }
  .p-case__link_3 {
    width: 493px;
    text-align: center;
  }
  .p-case__link_3--campaign {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .p-case__link-campaign-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 20px 0px;
    line-height: 1.15;
  }
  .p-explain__heading_2{
    font-size: 32px;
    margin-top: 150px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    font-size: 30px;
    margin-bottom: 4vw;
  }
  .p-explain__heading_2 > span{
    background-color: #ffffff;
    color: #2AA06D;
    padding: 14px 24px;
    border-radius: 16px;
    font-size: 32px;
    margin-right: 15px;
  }
  .p-case__link::after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-case__icon.png);
  }
  .p-case__link:hover > span {
    display: block;
    animation: hover-animation 0.3s ease-in-out forwards;
  }
  .p-case__link:hover::after {
    display: block;
    animation: hover-animation2 0.3s ease-in-out forwards;
  }
  .p-case__experience {
    margin-top: 36px;
    text-align: center;
  }
  .p-case__experience-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    font-size: 22px;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #111111;
  }
  .p-case__experience-link {
    position: relative;
    margin-left: 6px;
    padding-right: 24px;
    color: #11A06E;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.14em;
  }
  .p-case__experience-link::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-35%);
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #11A06E;
  }
  .p-case__box2 {
    margin-top: 45px;
  }
  .p-case__list {
    display: flex;
    border-radius: 20px;
    padding: 50px 60px 50px 60px;
    background-color: #F5F5F5;
  }
  .p-case__list > div {
    width: 531px;
  }
  .p-case__list > a {
    margin-left: auto;
  }
  .jatown_zou{
    display: block;
    margin: 0 auto;
    margin-bottom: -1%;
  }
  .p-case-paragraph {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    border-radius: 20px;
    padding: 43px 34px 22px 48px;
    text-align: center;
    color: #000;
    background-color: #6A71B3;
    width: 96%;
    margin: 0 auto;
  }
  .p-case_subtitle{
    font-size: 23px;
    margin-bottom: 30px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .town_link{
    border: solid 2px;
    border-radius: 25px;
    padding: 14px 86px;
    font-weight: 600;
    font-family: "Noto Sans JP Bold";
  }
  .p_case_text{
    margin-bottom: 30px;
    font-weight: 500;
    font-family: "Noto Sans JP Medium", sans-serif;
  }
  .p-case-paragraph::after {
    left: 88%;
    top: -77px;
    width: 200px;
    height: 103px;
    background-image: url(../images/p-case__image2.png);
  }
  .p-case-paragraph--right::after {
    left: 50%;
    top: -84px;
    width: 154px;
    height: 109px;
    background-image: url(../images/p-case__image4.png);
  }
  .p-case-paragraph::after {
    position: absolute;
    transform: translateX(-50%);
    display: block;
    content: "";
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .p-case-paragraph__text {
    display: block;
    font-size: 21px;
    margin-top: 6px;
    margin-left: 0;
    text-align: center;
  }
  .p-case-gift{
    position: relative;
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 40%;
    /* margin-left: 32px; */
  }
  .p-case-gift::before {
    position: absolute;
    top: -25px;
    left: -28px;
    display: block;
    content: "";
    width: 37px;
    height: 40px;
    background: url(../images/blink1.png) center/contain no-repeat;
  }
  .p-case-gift::after {
    position: absolute;
    right: -1px;
    bottom: -31px;
    display: block;
    content: "";
    width: 51px;
    height: 55px;
    background: url(../images/blink2.png) center/contain no-repeat;
  }
  .p-case-gift_img{
    display: block;
    width: 390px;
    max-width: 100%;
    height: auto;
  }
  .white{
    color: #ffffff;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    line-height: 1.25;
  }
  .p-case-paragraph__text2_wrap{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .p-case-paragraph__text2 {
    display: inline-block;
    padding: 10px 14px;
    border-radius: 5px;
    line-height: 1.05;
    font-size: 32px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #11A06E;
    background-color: #fff;
  }
  .p-case-paragraph__text3 {
    display: block;
    margin-top:15px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    letter-spacing: -0.05em;
    line-height: 1.2em;
    color: #ffffff;
  }
  .p-case-right{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 0 6px;
    margin-top: 12px;
    justify-content: center;
  }
  .p-case-paragraph__image {
    display: inline-block;
    margin-right: 0;
    width: 141px;
    height: auto;
  }
  .fontsize_37{
    font-size: 37px;
    color: #ffffff;
    margin-top: 0;
    line-height: 1;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .fontsize_27{
    font-size: 27px;
    color: #ffffff;
  }
  .yellow_back{
    font-size: 28px;
    background-color: #FCE340;
    height: 59px;
    width: 121px;
    border-radius: 100px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    transform: translateY(-13px);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .fontsize_20{
    font-size: 20px;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .p-case {
    margin-top: 13.1818181818vw;
  }
  .p-case::after {
    top: 62.3636363636vw;
    transform: translateX(-58.1818181818vw);
    width: 4.2727272727vw;
    height: 3.7272727273vw;
  }
  .p-case__container {
    max-width: 93.2727272727vw;
  }
  .p-case__box {
    margin-top: 9.5454545455vw;
  }
  .p-case__box > * {
    flex-basis: 44.8181818182vw;
  }
  .p-case__paragraph2 {
    margin-top: 3.6363636364vw;
    padding: 0 2.7272727273vw;
    font-size: 1.6363636364vw;
  }
  .p-case__paragraph2::before {
    width: 1.8181818182vw;
  }
  .p-case__paragraph2::after {
    width: 1.8181818182vw;
  }
  .p-case__link {
    margin-top: 4.54545455vw;
    font-size: 2vw;
    line-height: 6.8181818182vw;
    border-radius: 3.4090909091vw;
    padding-left: 2.909091vw;
    width: 47.454545vw;
  }
  .p-case__link::after {
    right: 2.7272727273vw;
    width: 1.5454545455vw;
    height: 1.5454545455vw;
  }
  .p-case__experience {
    margin-top: 3.2727272727vw;
    text-align: center;
  }
  .p-case__experience-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4545454545vw;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: #111111;
  }
  .p-case__experience-link {
    position: relative;
    margin-left: 0.5454545455vw;
    padding-right: 2.1818181818vw;
    color: #11A06E;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.14em;
  }
  .p-case__experience-link::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-35%);
    content: "";
    width: 0;
    height: 0;
    border-left-width: 0.7272727273vw;
    border-right-width: 0.7272727273vw;
    border-top-width: 0.9090909091vw;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #11A06E;
  }
  .p-case__box2 {
    margin-top: 4.0909090909vw;
  }
  .p-case__list {
    border-radius: 1.8181818182vw;
    padding: 4.545455vw 5.4545454545vw 4.545455vw 5.4545454545vw;
  }
  .p-case__list > div {
    width: 48.272727vw;
  }
  .p-case__list > dt {
    font-size: 1.8181818182vw;
  }
  .p-case__list > dd {
    margin-top: 2.7272727273vw;
    font-size: 1.2727272727vw;
  }
  .p-case-paragraph {
    border-radius: 1.8181818182vw;
    padding: 40px 0 1.636364vw 0;
    width: 96%;
    margin: 0 auto;
  }
  .p-case-paragraph::after {
    /* top: -7vw; */
    width: 18.1818181818vw;
    height: 9.3636363636vw;
  }
  .p-case-paragraph--right::after {
    top: -7.6363636364vw;
    width: 14vw;
    height: 9.9090909091vw;
  }
  .p-case-paragraph--right::before {
    right: -2.2727272727vw;
    bottom: 3.1818181818vw;
    width: 5.8181818182vw;
    height: 6.8181818182vw;
  }
  .p-case-paragraph--left2::after {
    top: -7vw;
    width: 18.1818181818vw;
    height: 9.3636363636vw;
  }
  .p-case-paragraph--left2::before {
    left: -3.6363636364vw;
    bottom: -0.6363636364vw;
    width: 7.3636363636vw;
    height: 8.4545454545vw;
  }
  .p-case-paragraph--right2::after {
    top: -7.6363636364vw;
    width: 14vw;
    height: 9.9090909091vw;
  }
  .p-case-paragraph__text {
    font-size: 1.9090909091vw;
  }
  .p-case_subtitle{
    font-size: 2.090909090909091vw;
  }
  .p_case_text{
    font-size: 1.4545454545454546vw;
    font-weight: 500;
  }
  .town_link{
    font-size: 1.4545454545454546vw;
    font-weight: 600;
    font-family: "Noto Sans JP Bold";
    border: solid 2px #000;
  }
  .white {
    font-size: 1.8181818181818181vw;
    line-height: 1.3;
  }
  .download > img {
    width: 16.909091vw;
  }
  .p-case-paragraph__text2 {
    font-size: 2.909090909090909vw;
  }
  .p-case-paragraph__text {
    display: block;
    font-size: 21px;
    margin-top: 16px;
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    text-align: center;
  }
  .p-case-paragraph__text2_wrap{
    display: flex;
    justify-content: center;
  }
  .p-case-right{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-top: 0;
    gap: 0 0.6vw;
  }
  .fontsize_37{
    font-size: 3.3636363636363638vw;
    line-height: 1;
    align-self: flex-end;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    transform:  translateY(-23px);
  }
  .p-case-gift_img{
    margin-right: 2.181818vw;
    /* height: 23.909091vw; */
  }
  .p-explain__image {
    width: 28.636364px;
    height: auto;
  }
  .p-case-paragraph__text > span:first-child {
    padding: 0 0.9090909091vw;
    margin-right: 0.4545454545vw;
    border-radius: 0.4545454545vw;
    height: 4.3636363636vw;
    line-height: 4.3636363636vw;
    font-size: 2.9090909091vw;
  }
  .yellow_back {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5454545454545454vw;
    width: 11vw;
    height: 5.9vw;
     transform: translateY(-42px);
    line-height: 1;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-case-paragraph__text3 {
    font-size: 2.5454545455vw;
    width: 100%;
    text-align: center;
  }
  .p-case-paragraph__image {
    margin-right: 0.4545454545vw;
    width: 18.909091vw;
    height: 14.818182vw;
  }
  .p-explain__heading_2{
    margin-bottom: 6vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-case {
    position: relative;
    margin-top: 50vw;
  }
  .p-case::after {
    position: absolute;
    top: -55vw;
    left: -3vw;
    display: block;
    content: "";
    width: 107vw;
    height: 345.0666666667vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/kamihubuki_2_sp.png);
    pointer-events: none;
  }
  .p-case__container {
    width: 100%;
    max-width: 273.6vw;
    margin: 0 auto;
  }
  .p-case__box {
    margin-top: 36vw;
  }
  .p-case__box > * {
    margin-top: 32vw;
    text-align: center;
  }
  .p-case__paragraph2 {
    position: relative;
    margin-top: 5.3333333333vw;
    padding: 0 5.3333333333vw;
    display: inline-block;
    text-align: center;
    font-size: 3.2vw;
  }
  .p-case__box2 {
    margin-top: 8.533333vw;
  }
  .p_case_text{
    font-size: 3.73333vw;
    margin-bottom: 6.4vw;
    font-weight: 500;
  }
  .town_link{
    display: block;
    text-align: center;
    border: 2px solid;
    padding: 3.733333vw 1.133333vw;
    border-radius: 50px;
    margin-bottom: 8.5333vw;
    font-size: 3.733333333333334vw;
    font-weight: 600;
    font-family: "Noto Sans JP Bold";
  }
  .p-case__list {
    line-height: 1.1;
  }
  .p-case__list > a {
    width: 100%;
  }
  .p-case__list > a > img {
    width: 100%;
  }
  .jatown_zou{
    display: block;
    margin: 0 auto;
    width: 150px;;
    margin-bottom: -2vw;
  }
  .p-case-paragraph__text2_wrap{
    display: flex;
    align-items: center;
    gap: 2vw;
    font-weight: bold;
    line-height: 1.1;
    font-family: "Noto Sans JP Bold";
  }
  .black800{
    vertical-align: middle;
  }
  .p-case__paragraph2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 4vw;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-case-paragraph__text2 {
    font-size: 6.4vw;
    color: #11A06E;
    background-color: #ffffff;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
  }
  .white{
    color: #ffffff;
  }
  .download_wrap{
    background-color: #FFFFFF;
    padding-top: 6.93333vw;
    padding-bottom: 10.4vw;
  }
  .download{
    display: flex;
    flex-wrap: wrap;
    width: 84.533333vw;
    margin: 0 auto;
    justify-content: space-between;
  }
  .download_img{
    width: 100%;
  }
  .download_text1{
    color: #357245;
    text-align: center;
  }
  .p-case_subtitle{
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    font-size: 4.8vw;
    line-height: 1.4;
    margin-bottom: 4.266667vw;
  }
  .p-case-right{
    margin-top: 20px;
    display: inline-flex;
    flex-wrap: wrap;
    width: auto;
    max-width: 80vw;
    align-items: flex-end;
    justify-content: center;
    align-self: center;
  }
  .fontsize_37{
    align-self: end;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-case__paragraph2::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    content: "";
    width: 4vw;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-case__link {
    margin: 0 auto;
    margin-top: 8vw;
    padding: 5vw;
    padding-left: 0px;
    display: block;
    width: 84vw;
    font-size: 4.2666666667vw;
    border-radius: 100px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #fff;
    background-color: #11A06E;
    background-position: center right 6.6666666667vw;
    background-repeat: no-repeat;
    background-size: 4.5333333333vw 4.5333333333vw;
    background-image: url(../images/p-case__icon_sp.png);
  }
  .p-case__experience {
    margin-top: 6.4vw;
    padding: 0 6vw;
  }
  .p-case__experience-text {
    display: block;
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0;
    font-weight: 500;
    text-align: center;
    color: #111111;
  }
  .p-case__experience-link {
    position: relative;
    display: inline-block;
    margin-left: 0.8vw;
    padding-right: 5.3333333333vw;
    color: #11A06E;
    font-weight: bold;
    text-decoration: underline;
    text-underline-offset: 0.14em;
  }
  .p-case__experience-link::after {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-35%);
    content: "";
    width: 0;
    height: 0;
    border-left-width: 1.8666666667vw;
    border-right-width: 1.8666666667vw;
    border-top-width: 2.4vw;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-left-color: transparent;
    border-right-color: transparent;
    border-top-color: #11A06E;
  }
  .p-explain__heading_2{
    margin-top: 26px;
    text-align: center;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    font-size: 6.4vw;
    line-height: 2.2;
  }
  .p-case__link_2 {
    line-height: 1.1;
    padding: 5vw;
  }
  .p-explain__heading_2 > span:first-child{
    background-color: #ffffff;
    color: #2AA06D;
    padding: 4.53333vw 8vw;
    border-radius: 16px;
  }
  .p-case__list {
    margin: 0 auto;
    padding: 8vw 4.8vw 10.6666666667vw 4.8vw;
    width: 84vw;
    border-radius: 5.3333333333vw;
    background-color: #F5F5F5;
  }
  .p-case__list > dt {
    line-height: 1.8em;
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-case__list > dd {
    margin-top: 2.6666666667vw;
    font-size: 3.2vw;
    line-height: 2em;
  }
  .p-case-paragraph {
    display: flex;
    flex-direction: column;
    position: relative;
    border-radius: 4vw;
    padding-top: 80px;
    /* padding: 80px 4vw 0 4vw; */
    margin: 0 auto;
    width: 84vw;
    height: 144vw;
    max-height: 950px;
    text-align: center;
    color: #000;
    background-color: #6A71B3;
  }
  .p-case-paragraph::after {
    position: absolute;
    transform: translateX(-50%);
    display: block;
    content: "";
    pointer-events: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: -39vw;
    left: 42vw;
    width: 53.33333vw;
    height: 29.33333vw;
    background-image: url(../images/p-case__image2_sp.png);
  }
  .p-case-paragraph--right::after {
    left: 50%;
    top: -25.0666666667vw;
    width: 44vw;
    height: 30.9333333333vw;
    background-image: url(../images/p-case__image4_sp.png);
  }
  .p-case-paragraph__text {
    display: flex;
    font-size: 4.2666666667vw;
    line-height: 1.3em;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .p-case-paragraph__text > span {
    text-align: left;
  }
  .p-case-paragraph__text--2 {
    margin-left: 4.5333333333vw;
  }
  .p-case-paragraph__text3 {
    margin-top: 4.6666666667vw;
    font-size: 5.3vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    letter-spacing: -0.05em;
    white-space: nowrap;
    line-height: 1.2em;
    color: #ffffff;
    width: auto;
    flex-basis: 100%;
    text-align: center;
  }
  .p-case-paragraph__text3--2 {
    font-size: 4.8vw;
  }
  .p-case-paragraph__image {
    display: inline-block;
    margin-right: 1.3333333333vw;
    width: 35vw;
    margin-top: 0;
    height: auto;
  }
  .yellow_back{
    font-size: 28px;
    background-color: #FCE340;
    height: 10.4vw;
    width: 17vw;
    padding: 2.5vw 2.221333vw 1.5vw 2.5vw;
    border-radius: 100px;
    font-size: 4.53333vw;
    align-self: end;
    margin-bottom: 2vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-case__link_3 {
    padding: 5vw 0;
    margin-bottom: 16vw;
  }
  .p-case__link_3--campaign {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
  }
  .p-case__link-campaign-text {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2.1333333333vw;
    line-height: 1.4;
  }
  .fontsize_20{
    font-size: 3.2vw;
  }
  .fontsize_37{
    color: #ffffff;
    font-size: 6.4vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .fontsize_27{
    font-size: 4.5333vw;
  }
  .p-case-gift_img{
    display: block;
    /* width: 60vw; */
    width: 90%;
    margin: 0 auto;
  }
  .p-case-gift{
    position: relative;
    display: block;
    width: 100%;
    /* margin-top: auto; */
    padding-top: 4vw;
  }
  .p-case-gift::before {
    position: absolute;
    left: 2vw;
    top: -3vw;
    display: block;
    content: "";
  width: 7.7333333333vw;
    height: 8.3333333333vw;
    background: url(../images/blink1.png) center/contain no-repeat;
  }
  .p-case-gift::after {
    position: absolute;
    right: 0vw;
    bottom: -2vw;
    display: block;
    content: "";
    width: 7.7333333333vw;
    height: 8.3333333333vw;
    background: url(../images/blink2.png) center/contain no-repeat;
  }
}
@media only screen and (min-width: 768.98px) {
  .p-explain {
    position: relative;
    margin-top: 30px;
    padding-top: 310px;
    color: #000;
  }
  .p-explain::before {
    position: absolute;
    left: 50%;
    top: -0.9%;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 1100px;
    height: 450px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url(../images/payb_zou.png);    
  }
  .p-explain::after {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translate(-51%, -7%);
    display: block;
    content: "";
    width: 1336px;
    height: 2000px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 90%;
    background-image: url(../images/-kamihubuki_2.png);
    pointer-events: none;
    z-index: 1;
  }
  .p-explain__container {
    background-image: url(../images/purple_bg.png);
    background-position: center -215px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p-explain__container2 {
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
    width: 100%;
    max-width: 1026px;
  }
  /* .p-explain__container2::before {
    position: absolute;
    left: 55px;
    bottom: -27px;
    display: block;
    content: "";
    width: 152px;
    height: 212px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
    background-image: url(../images/p-explain__image5.png);
  }
  .p-explain__container2::after {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    content: "";
    width: 224px;
    height: 122px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-explain__image6.png);
  } */
  .download_wrap{
    margin-top: 100px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #FFFFFF;
    width: 100vw;
    z-index: 50;
  }
  .download{
    padding: 40px 0 65px 0;
    display: flex;
    width: 796px;
    margin: 0 auto;
  }
  .download_text1{
    color: #357245;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    font-size: 40px;
    margin-bottom: 30px;
    line-height: 1;
  }
  .download_text3{
    margin-bottom: 45px;
  }
  .download_img{
    display: flex;
    align-items: end;
    gap: 30px;
  }
  .download_text_wrap{
    margin-top: 50px;
    text-align: center;
    margin-top: auto;
    margin-left: 100px;
  }
  .purple_bg{
    background-color: #D8DAEA;
    height: 250px;
  }
  .yorizo_wrap{
    max-width: 1026px;
    height: 100%;
    margin: 0 auto;
    position: relative;
  }
  .purple_bg_img1{
    position: absolute;
    left: 0;
    bottom: -25px;
  }
  .purple_bg_img2{
    position: absolute;
    right: 0;
    bottom: -33px;
  }
  .purple_bg_img3{
    position: absolute;
    left: 450px;
    bottom: -0.5%;
  }
  .p-explain__heading {
    position: relative;
    transform: translateX(95px);
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    margin: 0 auto;
    display: block;
    width: 711px;
    height: 200px;
    margin-top: -10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/payb_title.png);
  }
  .p-explain__list {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  .p-explain__list > li {
    width: 100%;
    max-width: 492px;
  }
  .p-explain__image {
    width: 315px;
    height: auto;
  }
  .p-explain__list2 {
    margin-top: 40px;
    padding: 45px 45px 40px 45px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background-color: #fff;
  }
  .p-explain__list2 > dt {
    position: relative;
    flex-basis: 100px;
    margin-right: 20px;
    font-size: 18px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-explain__list2 > dt::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 1px;
    height: 100px;
    pointer-events: none;
    background-color: #FBD446;
  }
  .p-explain__list3 > li {
    position: relative;
    margin-top: 10px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 1.5em;
  }
  .p-explain__list3 > li::after {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    pointer-events: none;
    background-color: #FBD446;
  }
  .p-explain__list3 > li:first-child {
    margin-top: 0;
  }
  .p-explain__paragraph {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.5em;
    color: #999;
  }
  .p-explain__list4 {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
  .p-explain__list4 > li {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }
  .p-explain__paragraph2 {
    position: absolute;
    display: inline-block;
    left: 50%;
    transform: translate(-50%, -35px);
    font-size: 18px;
    padding: 0 20px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    white-space: nowrap;
  }
  .p-explain__paragraph2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-explain__paragraph2::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-explain__link {
    position: relative;
    display: inline-block;
    width: 492px;
    height: 75px;
    border-radius: 37.5px;
    border: solid 2px #000;
    line-height: 71px;
    font-size: 22px;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    text-align: center;
    color: #000;
  }
  .p-explain__link::after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 17px;
    height: 17px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-explain__icon.png);
  }
  .p-explain__link:hover > span {
    display: block;
    animation: hover-animation 0.3s ease-in-out forwards;
  }
  .p-explain__link:hover::after {
    display: block;
    animation: hover-animation2 0.3s ease-in-out forwards;
  }
  .download_text2{
    font-weight: 600;
    font-family: "Noto Sans JP Medium", sans-serif;
  }
  .download_text3{
    font-weight: 600;
    font-family: "Noto Sans JP Medium", sans-serif;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .p-explain {
    margin-top: 9.0909090909vw;
    padding-top: 28.1818181818vw;
  }
  .p-explain::before {
    width: 100vw;
    height: 40vw;
  }
  .p-explain::after {
    top: 15vw;
    width: 112.3636363636vw;

  }
  .p-explain__container2 {
    max-width: 93.2727272727vw;
    padding-top: 7vw;
  }
  .p-explain__container2::before {
    left: 5vw;
    width: 15.8181818182vw;
    height: 13.2727272727vw;
  }
  .p-explain__container2::after {
    width: 20.3636363636vw;
    height: 11.0909090909vw;
  }
  .p-explain__heading {
    transform: translateX(9.0909090909vw);
    width: 64.6363636364vw;
    height: 18.1818181818vw;
  }
  .p-explain__list {
    margin-top: 3.1818181818vw;
    width: 93.181818vw;
    position: relative;
    z-index: 5;
  }
  .p-explain__list > li {
    max-width: 28.636364vw;
  }
  .p-explain__list2 {
    margin-top: 3.6363636364vw;
    padding: 4.0909090909vw 4.0909090909vw 3.6363636364vw 4.0909090909vw;
    border-radius: 0.9090909091vw;
  }
  .p-explain__list2 > dt {
    flex-basis: 9.0909090909vw;
    margin-right: 1.8181818182vw;
    font-size: 1.6363636364vw;
  }
  .purple_bg_img3{
    left: 40%;
  }
  .p-explain__list2 > dt::after {
    height: 9.0909090909vw;
  }
  .p-explain__list3 > li {
    margin-top: 0.9090909091vw;
    padding-left: 1.8181818182vw;
    font-size: 1.6363636364vw;
  }
  .p-explain__list3 > li::after {
    top: 0.9090909091vw;
    width: 0.7272727273vw;
    height: 0.7272727273vw;
  }
  .p-explain__container{
    background-position: center -20vw;
  }
  .p-explain__paragraph {
    margin-top: 1.3636363636vw;
    font-size: 1.2727272727vw;
  }
  .p-explain__list4 {
    margin-top: 4.5454545455vw;
  }
  .p-explain__list4 > li {
    margin-top: 1.8181818182vw;
  }
  .p-explain__paragraph2 {
    transform: translate(-50%, -3.1818181818vw);
    font-size: 1.6363636364vw;
    padding: 0 1.8181818182vw;
    font-size: 1.6363636364vw;
  }
  .download_text_wrap{
    margin-left: 9.090909vw;
  }
  .download_img{
    gap: 2.727273vw;
  }
  .download_text1 {
    font-size: 3.6363636363636362vw
  }
  .download_img > img {
    width: 21.818182vw;
  }
  .p-explain__paragraph2::before {
    width: 1.8181818182vw;
  }
  .p-explain__paragraph2::after {
    width: 1.8181818182vw;
  }
  .p-explain__link {
    width: 44.7272727273vw;
    height: 6.8181818182vw;
    border-radius: 3.4090909091vw;
    line-height: 6.4545454545vw;
    font-size: 2vw;
  }
  .p-explain__link::after {
    right: 2.7272727273vw;
    width: 1.5454545455vw;
    height: 1.5454545455vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-explain {
    position: relative;
    margin-top: 16vw;
    padding-top: 65vw;
    color: #000;
  }
  .p-explain::before {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    display: block;
    content: "";
    width: 100%;
    height: 73.3333vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/payb_zou_sp.png);
  }
  .p-explain::after {
    position: absolute;
    top: 68vw;
    left: -42vw;
    display: block;
    content: "";
    width: 99.7333333333vw;
    height: 472vw;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../images/kamihubuki_3_sp.png);
    pointer-events: none;
  }
  .p-explain__container {
    position: relative;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 236vw 938.1333333333vw;
    background-image: url(../images/purple_bg_sp.png);
  }
  .p-explain__container2 {
    position: relative;
    padding-top: 13.3333333333vw;
  }
  .download_text1 {
    font-size: 5.333333vw;
    margin-bottom: 5vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .download {
    align-items: center; 
  }
  .download > img {
    width: 25.33333vw;
  }
  .download > a > img {
    margin-top: 8vw;
    width: 39.7333vw;
  }
  .download_text1{
    line-height: 1;
  }
  .download_text2{
    font-size: 3.73333vw;
    text-align: center;
    margin-bottom: 1vw;
    font-weight: 600;
  }
  .download_text3{
    font-size: 3.73333vw;
    text-align: center;
    font-weight: 600;
  }
  .p-explain__heading {
    position: relative;
    margin: 0 auto;
    margin-top: -13.3333333333vw;
    transform: translateX(13.2vw);
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
    display: block;
    width: 90.6666666667vw;
    height: 43.2vw;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/payb_title_sp.png);
  }
  .p-explain__list > li {
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    width: 84vw;
  }
  .p-explain__image {
    width: 100%;
    height: auto;
  }
  .p-explain__list2 {
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw 5.3333333333vw;
    width: 84vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
  }
  .p-explain__list2 > dt {
    position: relative;
    padding-bottom: 2.6666666667vw;
    text-align: center;
    font-size: 4.8vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
  }
  .p-explain__list2 > dt::after {
    position: absolute;
    bottom: 0;
    display: block;
    content: "";
    width: 100%;
    height: 0.5333333333vw;
    pointer-events: none;
    background-color: #FBD446;
  }
  .p-explain__list2 > dd {
    padding-top: 5.3333333333vw;
  }
  .p-explain__list3 > li {
    position: relative;
    margin-top: 1.3333333333vw;
    padding-left: 4vw;
    font-size: 4.2666666667vw;
    line-height: 1.5em;
  }
  .p-explain__list3 > li::after {
    position: absolute;
    left: 0;
    top: 2.6666666667vw;
    display: block;
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 50%;
    pointer-events: none;
    background-color: #FBD446;
  }
  .p-explain__list3 > li:first-child {
    margin-top: 0;
  }
  .p-explain__paragraph {
    margin-top: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.5em;
    color: #999;
  }
  .download_text_wrap{
    margin-right: 5vw;
  }
  .p-explain__list4 {
    margin-top: 8vw;
  }
  .p-explain__list4 > li {
    margin: 0 auto;
    margin-top: 5.3333333333vw;
    width: 84vw;
    text-align: center;
  }
  .p-explain__paragraph2 {
    position: relative;
    display: inline-block;
    font-size: 3.2vw;
    padding: 0 5.3333333333vw;
    text-align: center;
    white-space: nowrap;
  }

  .p-explain__paragraph2::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    display: block;
    content: "";
    width: 4vw;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-explain__paragraph2::after {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    display: block;
    content: "";
    width: 4vw;
    height: 1px;
    pointer-events: none;
    background-color: #000;
  }
  .p-explain__link {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 17.3333333333vw;
    border-radius: 8.6666666667vw;
    border: solid 2px #000;
    line-height: 1.2em;
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    text-align: center;
    color: #000;
    background-position: center right 5.3333333333vw;
    background-repeat: no-repeat;
    background-size: 4.5333333333vw 4.5333333333vw;
    background-image: url(../images/p-explain__icon_sp.png);
  }
  .p-explain__link > span {
    position: absolute;
    left: calc(50% - 2.6666666667vw);
    top: 50%;
    transform: translate(-50%, -50%);
    display: block;
    white-space: nowrap;
  }
  .purple_bg{
    background-color: #D8DAEA;
    height: 37vw;
    position: relative;
    z-index: -1;
  }
  .purple_bg > img {
    width: 72.5333vw;
    position: absolute;
    top: 12vw;
    left: 12vw;
    z-index: 1;
  }
}
@media only screen and (min-width: 768.98px) {
  .p-matters {
    background-color: #F5F5F5;
    position: relative;
    z-index: 1;
  }
  .p-matters__container {
    width: 100%;
    max-width: 1026px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 130px;
  }
  .p-matters__heading {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 110px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
    font-family: "Noto Sans JP Medium", sans-serif;
  }
  .js-Accordion_contents > p{
    font-weight: 400;
    font-family: "Noto Sans JP Medium", sans-serif;
    margin-top: 10px;
  }
  .js-Accordion_contents > ul > li {
    font-weight: 400;
    font-family: "Noto Sans JP Medium", sans-serif;
    margin-top: 10px;
  }
  .p-matters__container2 {
    margin: 0 auto;
    margin-top: 30px;
    width: 100%;
    max-width: 945px;
  }
  .p-matters__list {
    margin-top: 25px;
    border-radius: 10px;
    overflow: hidden;
  }
  .p-matters__list > dt {
    position: relative;
    padding: 25px;
    display: block;
    font-size: 16px;
    line-height: 1.4;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #11A06E;
    background-color: #fff;
    cursor: pointer;
  }
  .p-matters__list > dt::after {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 13px;
    height: 8px;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-matters__icon.png);
  }
  .p-matters__list > dt.open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .p-matters__list > dd {
    font-size: 14px;
    line-height: 1.8em;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.2s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-matters__list > dd > * {
    padding: 25px;
  }
  .p-matters__heading2 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 16px;
    line-height: 1.8em;
  }
  .p-matters__list2 {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 1.8em;
  }
  .p-matters__list2 > li {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
  }
  .p-matters__list2 > li::before {
    position: absolute;
    left: 0;
    top: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    background-color: rgba(17, 160, 110, 0.3019607843);
  }
  .p-matters__list2 > ol {
    margin-top: 10px;
    position: relative;
    padding-left: 15px;
    text-indent: -15px;
  }
  .p-matters__list3 {
    font-size: 12px;
    line-height: 1.8em;
  }
  .p-matters__list3 > li {
    margin-top: 5px;
    position: relative;
    padding-left: 30px;
  }
  .p-matters__list3 > li::before {
    position: absolute;
    left: 15px;
    top: 8px;
    display: block;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: block;
    border: solid 2px rgba(17, 160, 110, 0.3019607843);
  }
  .p-matters__paragraph {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768.98px) and (max-width: 1100px) {
  .p-matters__container {
    max-width: 93.2727272727vw;
    padding-top: 6.3636363636vw;
    padding-bottom: 11.8181818182vw;
  }
  .p-matters__heading {
    margin-top: 3.6363636364vw;
    margin-bottom: 9.9vw;
    font-size: 1.4545454545vw;
  }
  .p-matters__container2 {
    margin-top: 2.7272727273vw;
    max-width: 85.9090909091vw;
  }
  .p-matters__list {
    margin-top: 2.2727272727vw;
    border-radius: 0.9090909091vw;
    overflow: hidden;
  }
  .p-matters__list > dt {
    padding: 2.2727272727vw;
    font-size: 1.4545454545vw;
  }
  .p-matters__list > dt::after {
    right: 2.7272727273vw;
    width: 1.1818181818vw;
    height: 0.7272727273vw;
  }
  .p-matters__list > dd {
    font-size: 1.2727272727vw;
  }
  .p-matters__heading2 {
    margin-bottom: 1.8181818182vw;
    font-size: 1.4545454545vw;
  }
  .p-matters__list2 {
    margin-bottom: 3.6363636364vw;
    font-size: 1.2727272727vw;
  }
  .p-matters__list2 > li {
    margin-top: 0.9090909091vw;
    padding-left: 1.3636363636vw;
  }
  .p-matters__list2 > li::before {
    top: 0.7272727273vw;
    width: 0.7272727273vw;
    height: 0.7272727273vw;
  }
  .p-matters__list2 > ol {
    margin-top: 0.9090909091vw;
    padding-left: 1.3636363636vw;
    text-indent: -1.3636363636vw;
  }
  .p-matters__list3 {
    font-size: 1.0909090909vw;
  }
  .p-matters__list3 > li {
    margin-top: 0.4545454545vw;
    padding-left: 2.7272727273vw;
  }
  .p-matters__list3 > li::before {
    left: 1.3636363636vw;
    top: 0.7272727273vw;
    width: 0.7272727273vw;
    height: 0.7272727273vw;
  }
  .p-matters__paragraph {
    margin-top: 1.8181818182vw;
    margin-bottom: 3.6363636364vw;
  }
  .download{
    width: 72.363636vw;
  }
}
@media only screen and (max-width: 767.98px) {
  .p-matters {
    background-color: #F5F5F5;
  }
  .p-matters__container {
    padding-bottom: 40px;
    position: relative;
    z-index: 10;
  }
  .p-matters__heading {
    padding-top: 10.6666666667vw;
    margin-bottom: 5.3333333333vw;
    text-align: center;
    font-size: 4.266667vw;
    line-height: 1.6em;
  }
  .p-matters__container2 {
    margin: 0 auto;
    margin-top: 10.6666666667vw;
    width: 84vw;
  }
  .p-matters__list {
    margin-top: 5.3333333333vw;
    overflow: hidden;
    border-radius: 2.6666666667vw;
  }
  .p-matters__list > dt {
    position: relative;
    padding: 5.3333333333vw;
    padding-right: 13.3333333333vw;
    display: block;
    font-size: 4.2666666667vw;
    line-height: 2em;
    font-weight: bold;
    font-family: "Noto Sans JP Bold";
    color: #11A06E;
    background-color: #fff;
  }
  .p-matters__list > dt::after {
    position: absolute;
    right: 8vw;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    content: "";
    width: 3.4666666667vw;
    height: 2.1333333333vw;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/p-matters__icon_sp.png);
  }
  .p-matters__list > dt.open::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .p-matters__list > dd {
    font-size: 3.7333333333vw;
    line-height: 1.8em;
    background-color: #fff;
    height: 0;
    overflow: hidden;
    transition: all 0.2s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .p-matters__list > dd > * {
    padding: 6.6666666667vw;
  }
  .p-matters__heading2 {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.6em;
  }
  .p-matters__list2 {
    margin-bottom: 10.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.8em;
  }
  .js-Accordion_contents > p{
    font-weight: 400;
    font-family: "Noto Sans JP Medium", sans-serif;
    margin-top: 2.6666666667vw;
  }
  .p-matters__list2 > li {
    margin-top: 2.6666666667vw;
    position: relative;
    padding-left: 4vw;
  }
  .p-matters__list2 > li::before {
    position: absolute;
    left: 0;
    top: 2.1333333333vw;
    display: block;
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 50%;
    display: block;
    background-color: rgba(17, 160, 110, 0.3019607843);
  }
  .p-matters__list2 > ol {
    margin-top: 2.6666666667vw;
    position: relative;
    padding-left: 4vw;
    text-indent: -4vw;
  }
  .p-matters__list3 {
    font-size: 3.2vw;
    line-height: 1.8em;
  }
  .p-matters__list3 > li {
    margin-top: 1.3333333333vw;
    position: relative;
    padding-left: 8vw;
  }
  .p-matters__list3 > li::before {
    position: absolute;
    left: 4vw;
    top: 2.1333333333vw;
    display: block;
    content: "";
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    border-radius: 50%;
    display: block;
    border: solid 2px rgba(17, 160, 110, 0.3019607843);
  }
  .p-matters__paragraph {
    margin-top: 5.3333333333vw;
    margin-bottom: 10.6666666667vw;
  }
}

.pc_only {
  display: block;
}
.sp_only {
  display: none;
}

.p-explain-step--link {
  position: relative;
}

.p-explain-step__overlay-link {
  display: block;
  position: absolute;
  top: 39%;
  left: 17%;
  width: 24%;
  height: 6%;
  z-index: 1;
  cursor: pointer;
}


.payb_zou {
  margin-top: 120px;
}

@media only screen and (max-width: 767.98px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }

  .p-explain-step__overlay-link {
    top: 38.5%;
    left: 17%;
    width: 25%;
    height: 6.8%;
  }

  .payb_zou {
    margin-top: 30px;
  }
}


.p-case-right {
  /* justify-content: flex-start; */
}
